.hidden {display: none !important;}
.top-line {
    padding-top: 20px;
    border-top: 1px solid #D4D4D4;
}
.value-sq input {
    height: 16px;
    width: 72px;
    padding-left: 5px;
    padding-right: 5px;
    color: #168ECE;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.billing_card_type {
    margin-bottom: 2px !important;
}

ul li.select2-results__option:before {
    content: none;
}

.select2-results__option .wrap:before {
    font-family: fontAwesome;
    color: #999;
    content: "\f096";
    width: 25px;
    height: 25px;
    padding-right: 10px;
}

.select2-results__option--selected .wrap:before {
    content: "\f14a";
}

.select2-results__group .wrap:before {
    content: "";
}
.billing-label {
    /*    font-size: .875em !important;
        font-weight: 700 !important;*/
    /*    margin-bottom: 0 !important;*/
}
.flex-between-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-between {
    display: flex;
    justify-content: space-between;
}
.flex-between-center .billing-label {
    margin-bottom: 0;
}
.div-c label {
    line-height: 1;
}

.billing-input {
    height: 16px;
    width: 72px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    color: #168ECE;
}

.billing-collision {
    display: inline-block !important;
}

#insurance-collision span {
    font-size: 14px;
}

.div-fields-mg .deposit-amount {
    margin-right: 20px !important;
}

.div-fields-mg input {
    width: 137px;
}

.billing-final-payment {
    display: inline-block !important;
    margin-bottom: 30px;
}

.final-payment-amount {
    float: right !important;
}

.billing-error-msg {
    margin-bottom: 0 !important;
}

#insurance_deposit_prepayment_date {
    margin-bottom: 0 !important;
}

.billing-deposit-error {
    font-size: 14px;
}
.agreed-daily-rate {
    margin-bottom: 0px !important;
}
.agreed_daily_rate-error {
    display: flex;
}
.range-filter input {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 20px;
    min-width: 80px;
}
.range-filter input:first-child {
    margin-right: 1px;
}
.range-filter input:last-child {
    margin-left: 1px;
}
/*crm styles*/
.admin-crm .header-main-menu {
    display: flex;
}
.admin-crm .header-main-menu li {
    padding: 0;
}
.admin-crm .header-main-menu li:before {
    content:  none !important;
}
.admin-crm .header-main-menu .orders-menu-item {
    border-right: 1px solid rgb(0 0 0 / 15%);
    padding-right: 12px;
}
.admin-crm .header-main-menu .icon-add-wishlist {
    top:  3px;
    position: relative;
}
.admin-crm .burger-sidemenu .new-count-bage {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin-left: 9px;
}
.admin-crm .header-center {
    flex: 1 0 auto;
    justify-content: flex-start
}
.admin-crm .container-full {
    width: 100%;
    padding: 0 5em;
}
.admin-crm .footer-bottom {
    margin-top: 50px;
}
.admin-crm .footer-bottom .social-links-sq {
    justify-content: flex-end;
}
.admin-crm table td, .admin-crm table th {
    padding: 0px 5px;
    font-size: 14px;
}
.admin-crm table tbody tr:nth-child(odd) {
    background: #FAFAFA;
}
.admin-crm table {
    border-collapse:collapse;
}
.admin-crm .main-details .div-c.extras-sq .divided-column {
    flex-wrap: wrap;
}
.admin-crm .main-details input[type=checkbox]+label, .admin-crm .main-details input[type=radio]+label {
    font-size: 0.8em;
    padding-left: calc(1em + 5px);
}
.admin-crm .main-details .value-sq input {
    width: 45px;
    font-size: 0.8em;
    vertical-align: middle;
}
.admin-crm .main-details .extra-options {
    font-size: 0.8em;
}
.admin-crm .main-details .div-c.extras-sq .divided-column .value-sq {
    font-size: 0.8em;
}
@media (max-width:  991px) {
    .admin-crm .header-left {
        justify-content: flex-start
    }
    .admin-crm .header-main-menu {
        display: none;
    }
}
.ui.popup {
    max-height: 600px;
    overflow-y: auto;
}
.alert.alert-danger {
    background: #F0114C;
}
.two-in-row {
    justify-content: space-between;
}
.two-in-row>input {
    flex: 0 0 49.5%;
}
.data-col-created_at a, .data-col-updated_at a, .data-col-from a, .data-col-to a, .data-col-full_name a {
    width: 170px;
}
.data-col-insurance_deposit_date a {
    width: 95px;
}
.one-row-string {
    vertical-align: top;
}
.one-row-string>span, .one-row-string>a>span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    font-size: 11px;
    min-width: 50px;
}
.one-row-string .select2-container {
    max-width: 150px;
}
.one-row-string .select2-container {
    max-width: 150px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 15px;
    width: 15px;
    padding: 0;
    margin-top: 6px;
    border-radius: 3px;
    border: 1px solid #000;
    line-height: 0.3em;
}
.select2-container--default .select2-selection--single .select2-selection__clear  span {
    color:#000;
}
.select2-results__option {
    font-size: 0.85em;
}
.admin-crm table td {
    border-right: 1px dashed rgba(212,212,212,0.52);
}
.table-columns-switcher {
    display: flex;
    align-items: center;
    max-width: 100%;
    overflow-x: auto;
    margin-top: 20px;
}
.table-columns-switcher label {
    white-space: nowrap;
    flex: 1 0;
    margin-right: 15px;
    cursor: pointer;
}
.table-columns-switcher input[type=checkbox], .table-columns-switcher input[type=radio] {
    -webkit-appearance: auto;
    appearance: auto;
}
h3 + .div-c {
    border-top: 1px solid #D4D4D4;
    padding: 20px 0;
}
.submit button {
    width: 100%;
}
.header-section.ths a.item:focus, .header-section.ths a.item:hover, .header-section .header-content .active a.item {
    color: #06A8FE;
}
#calendar-table {
    table-layout: fixed;
}
.admin-crm #calendar-table>tbody>tr > td {
    width: 30px !important;
    height: 30px !important;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
}
.admin-crm #calendar-table>thead>tr>td {
    font-size: 10px;
    text-transform: lowercase;
}
.admin-crm #calendar-table td>span, .admin-crm #calendar-table td>a {
    justify-content: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 30px;
}
.calendar-cell-additional {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}
.single-month > td {
    text-orientation: upright;
    writing-mode: vertical-rl;
    font-size: 22px !important;
    margin: auto;
}
.dashboard-table-sq tbody tr:last-child {
    border-bottom: 2px solid;
}
.dashboard-table-sq tbody tr:last-child td {
    border-bottom: none !important;
}
td.calendar-cell.activate {
    border-top: 2px solid #871515 !important;
}
td.calendar-cell.deactivate {
    border-bottom: 2px solid #871515 !important;
}
.admin-crm .ui.popup {
    max-width: 100%;
}
.order-popup-calendar .order-check .divided-column label {
    padding-right: 5px;
}
.order-popup-calendar .order-check .divided-column span {
    flex-shrink: 0;
}
.update-info .view-order-check .divided-column label {
    padding-right: 5px;
}
.update-info .view-order-check .divided-column span {
    flex-shrink: 0;
}
.ui.popup .order-popup-calendar {
    width: 450px;
    padding: 0 10px;
}
.order-popup-calendar-wrap {
    display: flex;
    min-width: min-content;
}

#calendar-wrapper .flow-week-table {
    position: absolute;
    width: 92%;
    left: 5%;
    background: #fff;
    box-shadow: 0px 44px 150px -30px rgba(0, 0, 0, 0.25);
    padding: 24px;
}
#calendar-wrapper .week-item {

}
#calendar-wrapper .week-item__table {
    width: 100%;
    margin-bottom: 0;
}
#calendar-wrapper .week-item__table tr {

}
#calendar-wrapper .week-item__table tr th {
    padding: 8px !important;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    background: rgba(43, 38, 38, 0.5);
    color:#fff;
    border-right: 1px solid #F2F1F1;
    border-bottom: 1px solid #F2F1F1;
    border-top: none;
    border-left: none;
    vertical-align: top;
}
#calendar-wrapper .week-item__table tr td {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #2B2626;
    padding: 8px !important;
    border-right: 1px solid #F2F1F1;
    border-bottom: 1px solid #F2F1F1;
    border-top: none;
    border-left: none;
}
#calendar-wrapper .week-item__table tr td.week-item__pickup {
    background: #FFE1E1;
}
#calendar-wrapper .week-item__table tr td.week-item__return {
    background: #E1EAFF;
}
#calendar-wrapper .week-item__table tr td:last-child {
    border-right: none;
}
#calendar-wrapper .week-item__table tr:last-child {
    border-bottom: none;
}
