:root {
    --latest-bg-color: linear-gradient(180deg, #14598B 0%, #0C78B2 99.74%);
    --font-family-theme: 'Poppins', sans-serif;
    --color-text: #005888;
    --input-height: 40px;
    --input-border-radius: 6px
}

.header-container {
    background: #1e9cbd;
}

body {
    font-family: var(--font-family-theme);
    background: #F8F8FF;
}

.tooltip {
    position: relative;
    font-family: 'Poppins', sans-serif !important;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle {
    color: var(--color-text) !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.itemDatas {
    width: 100%;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle svg:not(.badge-icon) {
    color: var(--color-text) !important;
}

.breadcrumb .breadcrumb-item a {
    color: #5A616F;
    font-size: 12px;
}

.breadcrumb .breadcrumb-item {
    color: #5A616F;
    font-size: 12px;
}

.breadcrumb .breadcrumb-item.active {
    color: #1F4173;
    font-size: 12px;
}

.globleSearchSelectionRdius {
    border-radius: 10px 0 0 10px !important;
    width: 100px !important;
    padding: 10px 16px !important;
    border: 0 !important;
    font-size: 12px !important;
}

.globleSerachRdius {
    border-radius: 0 10px 10px 0 !important;
    padding: 10px 16px !important;
    border: 0 !important;
    font-size: 12px !important;
    border-left: 1px solid gainsboro !important;
    height: 38px !important;
}

.filtered-list-search form button {
    border-radius: 0 10px 10px 0;
    padding: 6px 7px !important;
    position: absolute;
    right: -1px !important;
    top: 8px !important;
    width: 37px !important;
    height: 40px !important;
    transform: translateY(-8px);
    background: #05598b !important;
    border-color: #05598b !important;
    color: #fff !important;
}

.filtered-list-search form button:hover {
    transform: translateY(-8px);
}

.w-100 {
    width: 100%
}

.btn-outline-danger:hover {
    /*color: red !important;*/
    /*background-color: #fff !important;*/
    /*box-shadow: unset !important;*/
}

.border {
    border: 1px solid #5A616F !important;
}

.bookingtabsection .nav.nav-pills li.nav-item button.nav-link {
    color: #5A616F !important;
    font-weight: 600 !important;
}

.bookingTabUl {
    width: 100%;
    justify-content: space-between;
}

.nav.nav-pills li.nav-item button.nav-link:hover {
    border-bottom: 3px solid #03BBD3 !important;
}

.nav.nav-pills li.nav-item button.nav-link.active {
    border-bottom: 3px solid #03BBD3 !important;
}

.newBooking {
    border-radius: 6px !important;
    background: #00BCD4 !important;
    color: #fff !important;
    font-size: 12px !important;
    border: 0;
    font-weight: 600 !important;
    padding: 7px 11px !important;
    height: 40px;
    color: #FFF !important;
    font-family: Poppins;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 24px;

}

.newEstimate {
    border-radius: 6px !important;
    background: #F1F1F1 !important;
    color: #5A616F !important;
    font-size: 12px !important;
    border: 0;
    font-weight: 600 !important;
    padding: 7px 11px !important;
    height: 40px;
    flex-shrink: 0;
    color: #5A616F;
    font-family: Poppins;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 24px;
}

.bookinglablebtn {
    background: #fff;
    border: 0;
    color: var(--color-text) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    height: 40px !important;
    background: linear-gradient(184deg, #005888 0%, #0771AB 99.74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inprogressBtn {
    border-radius: 6px !important;
    background: #D8FFE0;
    border: 0;
    color: #38E25D !important;
    font-weight: 700 !important;
    padding: 7px 11px !important;
    font-size: 14px !important;
    height: 40px;
    font-style: normal;
    line-height: normal;
}

.customerInfo h6,
.bookingInfo h6 {
    color: #005888;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 14px;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.secondUlPadd {
    padding: 20px 0;
    background: #fff;
}

.customerSearch {
    background: #ecfafc;
    padding: 10px;
    fill: rgba(0, 188, 212, 0.10);
    filter: drop-shadow(0px 20px 90px rgba(86, 89, 146, 0.06));
    border-radius: 10px 10px 0 0;
    height: 110px;
    padding-top: 16px;

}

.customerSearch label {
    color: #38abba !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.customerInfo {
    fill: #FFF;
    box-shadow: 20px 20px 90px rgba(86, 89, 146, 0.10);
    padding: 15px 9px;
    border-radius: 0 10px 10px 0;
}

.customerInfo label,
.bookingInfo label {
    color: #5A616F;
    font-size: 13px;;
    font-weight: 600;
}

form label {
    color: #5A616F !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

form input[type="text"],
form input[type="email"],
form input[type="date"],
form input[type="number"],
form input[type="password"],
form input[type="file"],
form input[type="url"] {
    border-radius: var(--input-border-radius) !important;
    border: 1px solid lightgrey !important;
    font-size: 14px !important;
    height: var(--input-height) !important;
}

.serachBar input[type="search"] {
    border-radius: var(--input-border-radius) !important;
    border: 1px solid lightgrey !important;
    font-size: 14px !important;
    height: var(--input-height) !important;
}

.customerInfo input,
.bookingInfo input {
    border-radius: var(--input-border-radius);
    border: 1px solid lightgrey;
    font-size: 14px;
    height: var(--input-height) !important;
}

.form-check-input:checked {
    background-color: #0075ff !important;
}

.form-check-input {
    outline: 1px solid gray;
    border: 0 !important;
}

.form-check-input {
    background-color: #e0e6ed21;
}

.table .form-check-input {
    background-color: #e0e6ed21;
    border-color: gray;
    border-width: 1px;
}

form textarea {
    border-radius: var(--input-border-radius) !important;
    border: 1px solid lightgrey !important;
    font-size: 14px !important;
}

.customerInfo select,
.bookingInfo select {
    border-radius: var(--input-border-radius);
    border: 1px solid lightgrey;
    font-size: 14px;
    height: var(--input-height) !important;
}

form select {
    border-radius: var(--input-border-radius) !important;
    border: 1px solid lightgrey !important;
    font-size: 14px !important;
    height: var(--input-height) !important;
}

.checkAvailibity {
    border-radius: 6px;
    background: #005888 !important;
    font-size: 12px;
    letter-spacing: 0;
    padding: 7px 11px;
    height: 40px;
    padding: 7px 11px !important;
    line-height: 24px;
    font-size: 14px;
    margin-right: 12px !important;
}

.select2-container--default .select2-selection--single {
    border-radius: var(--input-border-radius) !important;
    border: 1px solid lightgrey !important;
    font-size: 14px !important;
    height: var(--input-height) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px !important;
    position: absolute !important;
    top: 5px !important;
}

.labelCenter {
    vertical-align: middle;
    align-items: center;
    display: flex;
}

.garyInput {
    background: #F1F1F1;
    border-color: #F1F1F1 !important;
}

.garyInput:focus {
    background: #F1F1F1;
    border-color: #F1F1F1 !important;
    color: #5A616F;
}

.inputSVG {
    position: absolute;
    top: 11px;
    right: 10px;
    background: #F1F1F1;
}

.mt-30Px {
    margin-top: 30px;
}

.itemTabTx {
    color: #005888 !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700 !important;
    /*padding-right: 17px;*/
    padding-top: 4px;
}

.itemtable {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 20px 90px 0px rgba(86, 89, 146, 0.10);
    padding-bottom: 15px;
    border: 1px solid #d3d3d3;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f3efeb !important;
    color: gray !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f3efeb !important;
    color: gray !important;
}

.itemtable > thead > tr > th {
    color: #fff;
    background: var(--latest-bg-color) !important;
    padding: 10px 9px !important;
    border: 0 !important;
    /*border-right: 1px solid #fff !important;*/
    height: 56px;
}

.itemtable > thead > tr > th::after {
    height: 29px;
    width: 1px;
    content: '';
    display: flex;
    background: rgba(255, 255, 255, 0.30);
    /* float: right; */
    position: absolute;
    right: 0;
    top: 12px;
}

.itemtable:not(.dataTable) thead tr th:first-child {
    border-radius: 10px 0 0 0 !important;
}

.itemtable:not(.dataTable) thead tr th:last-child {
    border-radius: 0 10px 0 0 !important;
}

.tdBorder {
    border: 0 !important;
    font-size: 13px;
}

.bookingtabsection .card {
    border: 0px solid #fff !important;
}

.customer-detail .dropdown-menu {
    min-width: 218px;
}

.btnDropDownBooking svg {
    float: right;
    width: 21px !important;
    height: 21px !important;
    margin-top: 4px;
}

.itemtable input.form-control {
    margin: 0;
    height: 26px !important;
}

.itemPriceTag {
    text-align: left;
    padding-left: 45px !important;
}

.form-check input[type="checkbox"] {
    /* outline: 1px solid #000; */
    width: 20px !important;
    height: 20px !important;
    padding-right: 15px !important;
    margin-right: 10px !important;
    vertical-align: middle;
    align-items: center;
    display: flex;
}

.switch-input {
    border-radius: 2em !important;
    width: 48px;
    height: 25px !important;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check {
    display: flex;
    align-items: center;
}

.fields_footer_action_buttons {
    text-align: center !important;
    margin-top: 0px !important;
    background: rgba(0, 188, 212, 0.05);
    padding: 25px 0;
}

.btn-primary {
    color: #fff !important;
    background: var(--latest-bg-color) !important;
    border-color: #05598b !important;
}

.paymentLayout {
    background-color: #f7f7f7;
    border: 1px solid #5A616F !important;
    border-radius: var(--input-border-radius) !important;
    box-shadow: 0px 20px 90px 0px rgba(86, 89, 146, 0.10);
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff !important;
    background: var(--latest-bg-color) !important;
    border: 1px solid #05598b !important;
}

.btn-danger:hover, .btn-danger:focus {
    color: #fff !important;
    background: #880015 !important;
    border: 1px solid #880015 !important;
}

.btn-danger {
    color: #880015 !important;
    background: #fff !important;
    border: 1px solid #880015 !important;
}

.btn-danger:hover,
.btn-danger:focus {
    color: #fff !important;
    background-color: #880015 !important;
    border-color: #880015 !important;
}

@media (min-width: 768px) {
    .paddiHide {
        padding-left: 10px;
        padding-right: 0px;
    }

    .paddR0 {
        padding-right: 10px;
    }

    .overflowHidden {
        /*overflow: hidden;*/
    }

    .botIcon .Layout {
        -webkit-animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
        animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        background-color: #fff;
        top: -243px;
        left: 125px;
        border-radius: 10px;
        box-shadow: 5px 0 20px 5px rgba(0, 0, 0, .1);
        box-sizing: content-box !important;
        color: rgb(255, 255, 255);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        max-height: 30px;
        max-width: 300px;
        min-width: 50px;
        opacity: 0;
        pointer-events: auto;
        position: absolute;
        transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;
        z-index: 999;
    }

    .botIconModal .LayoutModal {
        -webkit-animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
        animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        background-color: rgb(63, 81, 181);
        top: -67px;
        left: 237px;
        border-radius: 10px;
        box-shadow: 5px 0 20px 5px rgba(0, 0, 0, .1);
        box-sizing: content-box !important;
        color: rgb(255, 255, 255);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        max-height: 30px;
        max-width: 300px;
        min-width: 50px;
        opacity: 0;
        pointer-events: auto;
        position: absolute;
        transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;
        z-index: 9;
    }

}

@media (max-width: 768px) {
    .card .card-body {
        overflow-x:hidden;
    }
    .HeaderTitle{
        width:100% !important;
    }
    .breadcrumb .breadcrumb-item:not(:first-child){
        margin-top:0 !important;
    }
    .breadcrumb .breadcrumb-item:not(:first-child) {
        margin-top: 0;
    }
    .btn-order-success {
        margin-top: 10px;}

    .customerSearch{
        display:none;
    }
    .bookingtabsection .nav-pills{
        display:none;
    }
    .setupWidth{
        top:-45px !important;
    }
    .customerSearch svg{
        z-index:0 !important;
        visibility: hidden;
    }
    .paymentLayout {
        box-shadow: none !important;
    }
    .customerSearch {
        filter: none !important;
    }
    .setupWidth {
        min-width: 0 !important;
        max-width: 100% !important;
    }
    .headerBooking .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-form-label.col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .botIcon .Layout {
        -webkit-animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
        animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        background-color: rgb(63, 81, 181);
        top: 10px;
        right: 25px;
        border-radius: 10px;
        box-shadow: 5px 0 20px 5px rgba(0, 0, 0, .1);
        box-sizing: content-box !important;
        color: rgb(255, 255, 255);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        max-height: 30px;
        max-width: 300px;
        min-width: 50px;
        opacity: 0;
        pointer-events: auto;
        position: absolute;
        transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;
        z-index: 999999999;
    }

    .headerBooking .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .headerBooking .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .headerBooking {
        margin-top: 25px;
    }

    .timesectiontxt {
        display: flex;
        vertical-align: middle;
        align-items: center;
    }

    .marginBottom {
        margin-bottom: 1rem !important;
    }

    .TimeSelection .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .TimeSelection .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}

.VerticalMiddle {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.table:not(.dataTable) tbody tr td svg {
    width: 22px;
    height: 22px;
}

.bookingTabUl li.nav-item button {
    padding: 1rem !important;
}

.newBtnStyle {
    height: 43px !important;
    font-size: 15px !important;
    line-height: 26px !important;
    text-transform: capitalize;
    font-weight: 600;
}

.bookingTabUl li svg {
    margin-right: 6px;
}

.secondUlPadd li svg {
    margin-right: 5px;
}

.secondUlPadd .nav-item {
    margin-right: 10px;
}

.focusBorder:focus {
    border-right: 1px solid #5A616F !important;
    border-color: #5A616F !important;
    border-radius: 0 !important;
}

.focusBorder {
    border-radius: 0 !important;
}

.input-group input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.itemtable > thead > tr > th {
    position: relative;
}

.itemtable > tbody > tr > td {
    border: 0 !important;
    border-right: 1px solid gainsboro !important;
    border-bottom: 1px solid gainsboro !important;
}

.itemtable tbody td:nth-child(2) {
    border-left: 1px solid gainsboro !important;
}


/*-----------------------Availibity best option-----------------------*/

.botIcon {
    position: relative;
    float: right;
}

.chat_close_icon {
    color: red;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 12px;
    z-index: 9;
}

.botIcon .Layout-open {
    border-radius: 10px;
    color: #fff;
    height: 500px;
    max-height: 500px;
    filter: drop-shadow(10px -10px 100px rgba(0, 0, 0, 0.1));
    max-width: 280px;
    overflow: hidden;
    transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1), bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1), min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1), max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1), min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1), border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1), background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
    width: 100%;
}

.botIcon .Layout-expand {
    display: none;
    height: 620px;
    /*max-height: 100vh;*/
    min-height: 620px;
    width: 280px;
}

.showBotSubject.botIcon .Layout-expand {
    display: block;
}

.botIcon .Messenger_messenger {
    height: 100%;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.botIcon .Messenger_header,
.botIcon .Messenger_messenger {
    display: flex;
}

.Messages_list {
    text-align: left;
}

.botIcon .Messenger_content {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 80px;
}

.botIcon .Messages {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

@-webkit-keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes slidein {
    0% {
        opacity: 0;
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slidein {
    0% {
        opacity: 0;
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media only screen and (max-width: 412px) {
    .botIcon .Layout-open {
        width: 250px;
    }
}


.Messages_list h6 {
    text-align: left;
}

.Messages_list ul {
    text-align: left;
    padding: 0px 9px !important;
}

.Messages_list ul li {
    color: #5A616F;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    cursor: pointer;
}

.Messages_list li {
    counter-increment: item;
}

.Messages_list li::before {
    /*display: inline-block;*/
    /*content: counter(item) ".";*/
    /*margin-right: 2px;*/
    /*width: 15px;*/
    /*line-height: 33px;*/
}

.AvaiCheck,
.AvaiCheck:hover {
    border-radius: 10px;
    background: #00BCD4;
    text-align: center;
    width: 222px;
    display: block;
    color: #FFF !important;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 11px;
    margin-top: 19px;
}

@media (min-width: 768px) {
    #customerModal .botIcon .Layout {
        top: -327px;
    }
}

.moreOptionAva,
.moreOptionAva:hover {
    color: #005888;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-align: left;
    padding-bottom: 10px !important;
}

/*-----------------------Availibity best option-----------------------*/
.customerSearch .select2-container--default .select2-selection--single {
    border-radius: var(--input-border-radius) !important;
    border: 0 !important;
    font-size: 12px;
    height: var(--input-height) !important;
}

.customerSearch .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.customerSearch svg {
    position: absolute;
    top: 55%;
    right: 5%;
    background: #fff;
    padding-left: 6px;
    width: 27px;
    z-index: 9999 !important;
}

/*.select2-container:not(.QTTABLE .select2-container):not(.row-cols-lg-auto .select2-container):not(.methodDrop .select2-container):not(.ItemPackages .select2-container):not(.commissionsParts .select2-container) {*/
/*    width: 100% !important;*/
/*    !* Add other styles you want to apply *!*/
/*}*/

/*.select2-container:not(.QTTABLE):not(.row-cols-lg-auto):not(.methodDrop):not(.itemTableSection):not(.ItemPackages) {*/
/*    width: 100% !important;*/
/*}*/

/*.TimeSelection .select2-container {*/
/*    width: 39% !important;*/
/*}*/
.TimeSelection .timesectiontxt {
    padding-right: 0;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.methodDrop .select2-container {
    width: 197.6px !important;
}

.ifame iframe {
    width: 100%;
    box-shadow: 0px 20px 90px 0px rgba(86, 89, 146, 0.10);
}

.qustionTable thead th {
    font-weight: 600 !important;
}

#phistory h6 {
    color: #005888;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 14px;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

[aria-labelledby="dropdownMenuReference5"] a {
    font-size: 12px;
}

[aria-labelledby="dropdownMenuReference5"] {
    line-height: 20px;
}

#bookingHistory > tbody > tr > td {
    white-space: unset;
}

.btn.btn-outline-primary:hover {
    border-left: 1px solid #5A616F !important;
}

form .btn.btn-outline-primary {
    /*border-left: 0 !important;*/
    padding: 8px 10px !important;
    color: #10679d;
    background-color: transparent;
}

.btn-outline-primary:hover {
    background-color: #10679d !important;
    border-color: #10679d !important;
    color: #fff !important;
}

.delete-field-cell,
.delete-field,
.delete-address {
    /*border-left: 0 !important;*/
    padding: 8px 10px !important;
}

[aria-labelledby="elementDrodpown"] {
    inset: 45px auto auto auto !important;
}

.printButton {
    border: 0;
    color: var(--color-text) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    height: 40px !important;
    background: linear-gradient(184deg, #005888 0%, #0771AB 99.74%);
    -webkit-background-clip: text;
    vertical-align: middle;
    align-items: center;
    display: flex;
}

.borderButtonIcon {
    border: 1px solid #5A616F !important;
    border-left: 0 !important;
}

.height40px {
    height: 40px !important;
}

#bookingHistory > thead > tr > th {
    background-color: #f3efeb;
    font-weight: 600 !important;
    color: #005888;
}

table > thead > tr > th {
    font-weight: 600 !important;
    color: #005888;
}

#labelDate {
    font-weight: 600;
    color: #5A616F;
    font-family: Poppins;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dt--bottom-section {
    padding: 15px;
    background: #F2FBFD;
    border-radius: 0 0 10px 10px;
}

.widget-content-area {
    border: 0 !important;
}

div.dataTables_wrapper div.dataTables_info {
    border-radius: 10px;
    background: #DAF5F9;
    color: #0771AB !important;
    border-color: #DAF5F9;
}

.page-item.next:not(.disabled) .page-link, .page-item.previous:not(.disabled) .page-link {
    background: #1b2e4b;
    border-radius: 10px;
    border: 1px solid #00BCD4;
    background: #00BCD4 !important;
}

form .btn svg {
    pointer-events: none;
    height: 18px;
    width: 18px;
    vertical-align: middle;
}

.pac-container {
    z-index: 9999;
}

.modal-body input[type="text"],
.modal-body input[type="number"],
.modal-body input[type="date"],
.modal-body input[type="email"],
.modal-body input[type="url"],
.modal-body input[type="password"],
.serachBar input[type="text"],
.serachBar input[type="date"],
.serachBar input[type="number"],
.serachBar input[type="password"],
.serachBar input[type="search"] {
    border-radius: var(--input-border-radius);
    border: 1px solid lightgrey !important;
    font-size: 12px;
    height: var(--input-height) !important;
}

#addListModal .modal-footer {
    background: #F2FCFD;
}

.serachBar .form-check {
    display: inline-block !important;
    margin-right: 1rem;
}

.select2-search__field {
    border: 0 !important;
    height: unset !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid lightgray !important;
    border-radius: 6px !important;
    cursor: text;
}

.form-check-inline {
    display: inline-block !important;
}

/*---------------------Right sidebar---------------------------------*/
.compose li {
    display: block;
    border-right: 1px solid rgba(218, 218, 218, 0.71);
    text-align: center;
    color: #005888;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 6px 8px;
    width: 61px;
}

.compose li:last-child {
    border-right: none; /* Remove border on the last li */
}

.compose {
    padding: 5px 0;
    /*justify-content: space-between;*/
    display: flex;
    text-align: center;
    background: #FEFEFE;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid gainsboro;
}

.composeBtn,
.composeBtn:hover {
    border-radius: 6px;
    background: #00BCD4;
    width: 90px;
    height: 32px;
    flex-shrink: 0;
    display: inline-block;
    color: #FFF !important;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
}

.publicBtnSide {
    width: 60px;
    font-size: 11px;
    padding: 5px !important;
    height: 30px;
    line-height: 20px;
    font-weight: 600;
    color: #5A616F !important;
    border: 1px solid rgba(130, 134, 139, 1) !important;
    background: #fff !important;
    border-color: #E0E0E0 !important;
}

.publicBtnSideActive {
    background: #05598b !important;
    border-color: #05598b !important;
    color: #fff !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.publicBtnSideInActive:hover {
    background: #05598b !important;
    border-color: #05598b !important;
    color: #fff !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;


}

.composeBtnSection {
    background: #F5F5F5;
    padding: 20px 0;
}

.chatText {
    color: #fff;
    border-radius: 12px;
    background: #9F1313;
    display: flex;
    width: 100px;
    height: 19px;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.emailText {
    color: #1E72D4;
}

.msgText {
    color: #FE9210;
}

.textStyle {
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.subjectCss {
    color: #005888;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.descStyle {
    color: #5A616F;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    /* width: 100px; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.emailStyle {
    color: #5A616F;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.timeStyle {
    color: #09A42B;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.listCompose li {
    border-bottom: 1px solid rgba(218, 218, 218, 0.71);
    padding: 10px;
}

/*---------------------Right sidebar---------------------------------*/
.form-check-input {
    /* outline: 1px solid #000; */
    width: 20px !important;
    height: 20px !important;
    padding-right: 15px !important;
    margin-right: 10px !important;
    vertical-align: middle;
    align-items: center;
}

@media (min-width: 992px) {
    .custom-col-lg-9 {
        flex: 0 0 calc(77% - 15px); /* 75% width minus some padding */
        max-width: calc(77% - 15px);
    }

    .custom-col-lg-3 {
        flex: 0 0 calc(23% - 15px); /* 25% width minus some padding */
        max-width: calc(23% - 15px);
    }
}

@media (max-width: 767px) {
    /* For screens smaller than lg (e.g., mobile devices) */
    .custom-col-lg-9,
    .custom-col-lg-3 {
        flex: 0 0 100%; /* 100% width on small screens */
        max-width: 100%;
    }
}

.emailFieldData {
    height: 40px !important;
    border-radius: 6px 0 0 6px !important;
}

td button {
    margin-bottom: 0 !important;
}

#timeSlot > tbody > tr > td {
    font-size: 11px;
    text-align: center;
    border: 1px solid gainsboro;
    padding: 5px !important;
    min-width: 106px;
}

.bookedTd {
    background: gainsboro !important;
}

.availabeTd {
    /*background: #77e377 !important;*/
    /*color: #fff !important;*/
}

.holidayTD {
    /*background: #fac0c0 !important;*/
    /*color: red !important;*/
}

.PreferableTd {
    color: lightblue !important;
    background: lightblue !important;
}

#timeSlot > thead > tr > th {
    font-size: 11px;
    border: 1px solid gainsboro;
    border-radius: 0;
}

#timeSlot:not(.dataTable) thead tr th:first-child {
    border-radius: 0;
}

#timeSlot:not(.dataTable) thead tr th:last-child {
    border-radius: 0;
}

#timeSlot {
    margin: 15px 0;
}

#timeSlot > thead > tr > th {
    background: #05598b;
    color: #fff;
    padding: 9px 15px !important;
    text-align: center;
}

.techTR {
    background: #F3EFEB;
    font-size: 13px !important
}

.techTRMAin {
    background: #F3EFEB;
    font-size: 13px;
}

.pointer-none {
    pointer-events: none;
}

.modal-fullscreen .modal-content .modal-body {
    padding: 0 !important;
    overflow: hidden;
}

.calenderBtnSection {
    width: 150px;
    margin-top: 17px;
    padding: 0;
}

/* General styling for all date input elements */
/*input[type="date"] {*/
/*    display: block;*/
/*    position: relative;*/
/*    padding: 1rem 3.5rem 1rem 0.75rem;*/
/*    font-size: 1rem;*/
/*    border: 1px solid #8292a2;*/
/*    border-radius: 0.25rem;*/
/*    background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' viewBox='0 0 20 22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23688EBB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Crect width='18' height='18' y='2' rx='2'/%3E%3Cpath d='M13 0L13 4M5 0L5 4M0 8L18 8'/%3E%3C/g%3E%3C/svg%3E") right 0.5rem center no-repeat;*/
/*    cursor: pointer;*/
/*}*/

/*!* Make the native arrow invisible and stretch it over the whole field *!*/
/*input[type="date"]::-webkit-calendar-picker-indicator,*/
/*input[type="date"]::-webkit-inner-spin-button,*/
/*input[type="date"]::-webkit-clear-button {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    width: auto;*/
/*    height: auto;*/
/*    color: transparent;*/
/*    background: transparent;*/
/*}*/

/*!* Adjust increase/decrease button for Firefox *!*/
/*input[type="date"]::-moz-spin-up,*/
/*input[type="date"]::-moz-spin-down {*/
/*    z-index: 1;*/
/*}*/

.todayTask li span {
    color: #585858;
    text-align: center;
    min-width: 90px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    background: #F0F5E3;
    padding: 5px 10px;
    border-radius: 16px;
    margin-right: 10px;
}

.todayTask li {
    margin-bottom: 10px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    cursor: pointer;
}

.todayTask li p {
    margin-bottom: 0px;
    color: #525252;
    font-size: 13px;
    display: inline-block;
    width: 280px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.todayCalenderLable {
    color: #039700;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
    margin-top: 15px;
}

.refIdTodo {
    color: #005888;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 17px;
}

.bestOptionPlsWait {
    height: 278px;
    text-align: center !important;
    padding-top: 105px;
}

.titleHistory {
    color: #005888;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: auto;
    padding: 0;
}

.historyDropdown {
    display: inline-block;
    width: auto;
}

.historyName {
    color: #005888;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    margin-right: 10px;
}

.historyNext {
    border-radius: 6px;
    background: #F1F1F1;
    color: #5A616F;
    display: inline-block;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 5px 10px;
    margin-right: 10px;
}

.historyEdit {
    border-radius: 8px;
    border: 2px solid #0F70A8;
    display: inline-flex;
    height: 32px;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #0F70A8;
    display: inline-block;
}

.historyP {
    color: #5A616F;

    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.mobileHistory {
    color: #00BCD4;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.customerHistory {
    color: #005888;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.DateHistory {
    color: #91998E;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.mouseHorizontalScroll {
    cursor: grab;
}

.activeHistoryTab {
    color: rgba(1, 130, 200, 1) !important;
    font-weight: bold !important;
}

.pictureHistoryTitle {
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    align-items: center;
}

.pictureHistoryTitle li p b {
    color: #005888 !important;
    font-weight: 600;
}

.pictureHistoryTitle li p span {
    color: #4E4E4E !important;
}

.imagesHistory li img {
    width: 159.695px !important;
    height: 141.084px !important;
    flex-shrink: 0;
    border-radius: 10px;
    box-shadow: 0 0px 10px 1px rgb(73 73 73 / 14%);
    background-color: rgba(0, 0, 0, 0.30);
}

.imagesHistory .docLi svg {
    height: 100%;
    text-align: center;
    position: relative;
    left: 35%;

}

.DocLiMain {
    width: 159.411px;
    height: 141px;
    background: #F2FBFD;
    border-right: 10px;
    margin-bottom: 50px !important;
}

.imagesHistory li label {
    color: #FFF !important;
    font-family: Poppins;
    font-size: 9.606px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 105px;
    text-align: left;
}

.DocLiMain .form-check-input {
    outline: 2px solid #005888 !important;
}

.DocLiMain {
    box-shadow: 0 0px 10px 1px rgb(73 73 73 / 14%);
}

.DocLiMain .form-check-label {
    font-family: Poppins;
    font-size: 9.606px;
    line-height: 18px;
    /*color: #005888 !important;*/
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 105px;
    text-align: left;
}

::placeholder {
    color: #afafaf !important;
    font-style: italic;

}

.btn-primary, .btn-danger, .btn-outline-primary, .btn-light, .btn-success, .btn-light-outline, .btn-light-dark {
    /*text-transform: uppercase;*/
}

.searchItem {
    padding-right: 48px !important;
}

.select2-selection__placeholder {
    color: #afafaf !important;
    font-style: italic;
}

.imagesHistory .labelCenter {
    position: absolute;
    top: 8px;
    text-align: center;
    left: 12px;
    margin: 0 !IMPORTANT;
    align-items: center;
    vertical-align: middle;
    background: #0000006e;
    padding: 6px;
    border-radius: 4px;
}

#uploadImagesModal .imagesHistory .form-check input[type="checkbox"] {
    margin-left: 0px !important;
}

.imagesHistory li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 10px;

}

.imagesHistory li p {
    font-size: 12px;
    margin-top: 10px;
}

.imagesHistory .form-check-input {
    outline: 2px solid #fff !important;
    background: unset;
    height: 15px !IMPORTANT;
    width: 12px !important;
}

.imagesHistory .form-check:not(.form-switch) .form-check-input:checked[type=checkbox] {
    background-size: 90% 74%;
    background-repeat: no-repeat;
    background-position: center;
}

.imagesHistory {
    margin-bottom: 0;
}

.imagesHistory li .deleteBtnImages {
    background: #F1F1F1;
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 50%;
    vertical-align: middle;
    align-items: center;
    display: flex;
    text-align: center;
    padding-left: 4px;
    position: absolute;
    top: -14px;
    right: -9px;
}

.imagesHistory li .deleteBtnImagesEquipment {
    background: #F1F1F1;
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 50%;
    vertical-align: middle;
    align-items: center;
    display: flex;
    text-align: center;
    padding-left: 4px;
    position: absolute;
    top: -14px;
    right: -9px;
}

.botIcon {
    position: relative;
    float: right;
}

.botIcon .more-dates {
    text-align: center;
}

.botIcon .more-dates .moreOptionAva {
    color: #C37B11;
}

.botIcon .more-dates .AvaiCheck {
    background-color: #C37B11;
    margin: 0 auto;
    margin-top: 10px;
}

.mainImageSection {
    border-bottom: 1px solid #D7D7D7;
    padding-top: 20px;
}

.textSend,
.textSend:hover,
.textSend:focus {
    width: 112px;
    height: 50px;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius: 10px;
    background-color: #E2A03F !important;
    background: #E2A03F !important;
    border-color: #E2A03F !important;
}

.emailSend {
    width: 112px;
    height: 50px;
    line-height: 24px;
    font-size: 18px;
    border-radius: 10px;
    color: #FFF;
}

.pictureSearchButton {
    position: absolute;
    top: 14px;
    right: 15px;
}

.pictureBg {
    background: rgba(0, 188, 212, 0.05);
}

/*.glightbox-content::before {*/
/*    content: attr(data-title); !* Set the lightbox title from the 'data-title' attribute *!*/
/*    background: rgb(0 0 0 / 27%); !* Black overlay with 70% transparency *!*/
/*    color: #fff; !* Text color for the lightbox title *!*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    padding: 10px;*/
/*    width: 100%;*/
/*    padding: 10px;*/
/*    height: 100%;*/
/*    border-radius: 10px;*/
/*}*/
.imageAtag {
    display: inline-block;
    position: relative;
}

.select2-search__field {
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    color: #888;
    padding: 0 5px;
}

.uploadImgsSecBtn {
    border: 1px solid #0F6CA3;
    height: 141.084px;
    width: 159.695px;
    background: #0f6ca30d;
    cursor: pointer;
}

.uploadImgsSecBtn a {
    font-size: 65px;
    text-align: center;
    width: 100%;
    display: block;
    height: 100%;
}

.uploadImgsSecBtn a span {
    line-height: 140px;
    height: 100%;
    display: block;
}

.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 13px;
    top: 44%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.estimateUL li {
    padding-right: 20px !important;
}

.iconInner {
    color: #005888;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
}

.booking-notes {
    /*padding: 10px;*/
    /*border-radius: 10px;*/
    /*border: 1px solid #d3d3d3;*/
}

.bookingPageNotes {
    /*padding: 10px;*/
    border-radius: 0px;
    border: 1px solid #d3d3d3;
    margin-top: 10px;
    /*height: 240px;*/
    /*overflow-y: scroll;*/
    margin-bottom: 5px;
}

.bookingPageNotesInner {
    height: 180px;
    min-height: 180px;
    overflow-y: scroll;
}

.qustionTableFieldReport .table > tbody > tr > td {
    font-size: 12px;
    white-space: pre-line !important;
    max-width: 210px;
    border: 0 !important;
    border-left: 1px solid #f0ebe5 !important;
    border-bottom: 1px solid #f0ebe5 !important;
}

.qustionTableFieldReportTech .table > tbody > tr > td {
    font-size: 12px;
    white-space: pre-line !important;
    max-width: 210px;
    border: 0 !important;
    border-left: 1px solid #f0ebe5 !important;
    border-bottom: 1px solid #f0ebe5 !important;
}

.booking-notes-list {
    /*height: 60px;*/
    /*overflow-y: scroll;*/
    /*margin-bottom: 5px;*/
}

.booking-notes-list .booking-note {
    border-bottom: 1px solid #d3d3d3;
    padding: 10px;
}

.booking-notes-list .booking-note p {
    margin: 0px;
    color: black;
    font-size: 15px;
    font-weight: 500;
}

.booking-notes-list .booking-note span {
    color: #d3d3d3;
}

.booking-notes-list .booking-note-head {
    display: flex;
    justify-content: space-between;
    /*font-weight: bold;*/
    margin-bottom: 5px;
}

.headerBooking .toolbar-icon {
    text-align: center;
}

.headerBooking .toolbar-icon span {
    display: block;
    color: #05669A;
    margin-top: 5px;
}

.customerInfo .primary-c {
    color: #5a616f !important;
}

.customerInfo label {
    color: #1f4173 !important;
}

.primary-c {
    color: var(--color-text) !important
}

.customer, .new-customer {
    /* border: 1px solid #F1F1F1; */
    border-radius: 0 0 10px 10px;
    padding: 10px;
    margin-bottom: 20px;
}

.customer {
    margin-top: 0px;
}

.new-customer {
    /*margin-top: 70px;*/
    background: #ecfafc;
    fill: rgba(0, 188, 212, 0.10);
    /*filter: drop-shadow(0px 20px 90px rgba(86, 89, 146, 0.06));*/
}

.doNotContactTooltip {
    position: absolute;
    width: 160px;
    height: 75px;
    background-color: #b11313;
    border-radius: 5px;
    color: white;
    align-items: center;
    text-align: center;
    padding-top: 25px;
    left: 130px;
    cursor: pointer;
}

.customer-info .primary-c {
    min-width: 90px;
    display: inline-block;
    color: gray !important;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.customer-detail #c-name {
    color: #0074b4;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 8px !important;
}

.customer-info .searchEmail {
    margin-bottom: 27px !important
}

.customer-detail .customer {
    display: none;
}

.customer-detail .membership {
    text-align: center;
    min-width: 120px;
    display: flex;
    margin-bottom: 27px !important;
    margin-top: 5px;
}

.customer-detail .membership p {
    color: #00BCD4;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 8px !important;
}

.addresslink {
    color: #005888;
    border-bottom: 1px solid;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    height: 24px;
    /*border-bottom: 1px solid;*/
}

.customer-info .searchCompanyName,
.customer-info .searchCellphone,
.customer-info .searchBusinessPhone,
.customer-info .searchHomePhone {
    margin-bottom: 10px !important;
}

.edit-customer {
    color: #898989;
    text-align: right;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    height: 22px;
    border-bottom: 1px solid;
    /*text-decoration-line: underline;*/
}

.member-customer {
    color: #898989;
    text-align: right;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    height: 22px;
    border-bottom: 1px solid;
    /*text-decoration-line: underline;*/
}

.customer-detail .membership span {
    background-color: #DAF2F3;
    font-size: 12px;
    border-radius: 5px;
    padding: 4px 10px;
    color: #4F5458;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#cust-address {
    color: #515365 !important;
    font-family: Poppins;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 20px !important;
}

#cust-address option {
    font-family: 'Poppins', sans-serif;
}

.setRowPrivate {
    display: flex;
    align-items: center;
    height: 90px;
}

.btnDropDownBooking:hover,
.btnDropDownBooking:focus {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #00BCD4 !important;
    border-color: #00BCD4 !important;
    height: 50px;
    text-align: left;
}

.btnDropDownBooking {
    color: #00BCD4 !important;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: white !important;
    border-color: #00BCD4 !important;
    height: 50px;
    text-align: left;
}

.Urgent .form-check.form-check-primary .form-check-input:checked {
    background-color: #D27E1A !important;
    border-color: #D27E1A !important;
}

.btnDropDownBookingLinks a {
    border-bottom: 1px solid gainsboro !important;
    border-radius: 0 !important;
    padding: 10px !important;
    font-size: 14px !important;
    color: #5A616F;
    font-weight: 500 !important;
}

.btnDropDownBookingLinks {
    padding: 0 !important;
}

#cancelJobModal .form-check-input {
    height: 20px !important;
    width: 20px !important;
}

.new-customer h6 {
    cursor: pointer;
}

.newBookButton {
    background: #43A53A !important;
    background-color: #43A53A !important;
    border-color: #43A53A !important;
    color: #fff;
}

.newBookButton:hover {
    background: #43A53A !important;
    border-color: #43A53A !important;
    color: #fff;
}

.newBookButton:focus {
    background: #43A53A !important;
    background-color: #43A53A !important;
    border-color: #43A53A !important;
    color: #fff;
}

.font-12 {
    font-size: 12px;
}

.previewEstimateLink {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    background: linear-gradient(184deg, #005888 0%, #0771AB 99.74%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 15px;
    border: 0;
}

.estimateConvertBtn {
    border-radius: 80px;
    border: 2px solid #09A42B;
    background: #FFF !important;
    color: #09A42B !important;
    width: 139px;
    height: 43px;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    display: inline-block;
    float: right;
    margin-right: 14px;
    margin-top: 5px;
}

#statusUpdateModal input[type='radio'] {
    height: 20px !important;
}

#statusUpdateModal .form-check-input {
    /*background-color: white;*/
}

.cancelJobbtn {
    color: #900 !important;
    background: white !important;
    border: 1px solid #900 !important;
}

.cancelJobbtn:hover, .cancelJobbtn:focus {
    color: white !important;
    background: #900 !important;
    f
    border: 1px solid #900 !important;
}

.exit {
    width: 150px;
    height: 60px;
    border-radius: 8px;
    border: 2px solid #0F70A8 !important;
    background: #FFF;
    color: #0F70A8 !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
}

.exit:hover {
    background-color: #0F70A8 !important;
    color: #fff !important;
}

.chooseTemplete {
    border: 0 !important;
    color: #0F6BA1 !important;
    font-weight: 600;
    padding: 0 !important;
    min-width: 175px;
    max-width: 175px;
    font-family: Poppins;
    font-size: 14px !important;
    font-style: normal;
    line-height: normal;
    text-decoration-line: underline;
    background-color: #fff !important;
    background: #fff !important;
}

.invoiceAtt {
    padding: 0 !important;
}

.invoiceAtt li img {
    height: 100px;
    width: 140px;
    border-radius: 10px;
    margin-right: 8px !important;
    border: 1px solid;
}

.invoiceAtt li {
    display: inline-block;
}

.invoiceAtt li p {
    text-align: center !important;
    color: #5A616F !important;
    font-family: Poppins;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px !important;
}

.iconPDF {
    border: 1px solid;
    border-radius: 10px;
    padding: 8px;
    margin-right: 10px;
}

.supplierTable {
    border-radius: 10px;
    background: #FFF;

    padding-bottom: 15px;
    border: 1px solid #d3d3d3;
}

.supplierTable > thead > tr > th {
    color: #fff;
    background: var(--latest-bg-color) !important;
    padding: 10px 25px !important;
    border: 0 !important;
    /* border-right: 1px solid #fff !important; */
    height: 56px;
}

.supplierTable:not(.dataTable) thead tr th:first-child {
    border-radius: 10px 0 0 0 !important;
}

.supplierTable:not(.dataTable) thead tr th:last-child {
    border-radius: 0 10px 0 0 !important;
}

.supplierTable:not(.dataTable) > tbody > tr:nth-of-type(odd) td:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.supplierTable:not(.dataTable) > tbody > tr:nth-of-type(odd) td:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.supplierTable > thead > tr > th::after {
    height: 29px;
    width: 1px;
    content: '';
    display: flex;
    background: rgba(255, 255, 255, 0.30);
    /* float: right; */
    position: absolute;
    right: 0;
    top: 12px;
}

.supplierTable > thead > tr > th {
    position: relative;
}


#add-field-phone,
#add-field {
    cursor: pointer;
}

.editAddressFields i {
    cursor: pointer;
}

.modalClosedSvg {
    height: 19px !important;
    width: 26px !important;
    margin-top: -7px;
    margin-left: -8px;
}

#customerModal .input-group .input-group-text {
    border: 1px solid lightgrey;
    background-color: #fff;
    color: #515365;
    font-size: 12px;
}

#customerModalForm .input-group .input-group-text {
    border: 1px solid lightgrey;
    background-color: #fff;
    color: #515365;
    font-size: 12px;
}

.bookingPageNotes .nav-tabs .nav-link.active {
    color: #2699D6;
    font-weight: bold;
    background-color: #fff !important;
    border-color: #fff !important;
}

.bookingPageNotes .nav-tabs .nav-link:not(.active) {
    color: #00ab55;
    background-color: #fff !important;
    border-color: #fff !important;
}

.bookingPageNotes .nav-tabs .nav-link:hover {
    background-color: #fff !important;
    border-color: #fff !important;
}

.greenCheckbox.form-check-input:checked {
    background-color: green !important;
    border-color: green !important;
}

.bookingPageNotes .nav-tabs {
    border-bottom: 1px solid #80808082 !important;
    padding: 10px;
}

.add-new-address label {
    color: #378D30 !important;
    font-family: Poppins;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

.addressTypeRadio .addressTypeField {
    display: none;
}

.addressTypeRadio .addressTypeFieldModal {
    display: none;
}

.addressTypeRadio .form-check {
    padding-left: 0em !important;
    padding-right: 8px !important;
    margin: 0 !important;
}

.addressTypeRadio label {
    cursor: pointer;
    color: #5A616F;
    font-family: Poppins;
    font-size: 12px !important;
    font-style: normal;
    font-weight: normal !important;
    line-height: normal;
    border-bottom: 1px solid;
    letter-spacing: 0;
}

.selectedLabel {
    color: #0771AB !important;
}

.mapLink {
    color: #378D30 !important;
    font-size: 15px;
}

.mapLink svg {
    height: 20px;
    width: 20px;
}

.bestOptionTech {
    /*text-align: center;*/
    width: 100%;
    display: block;
    line-height: 8px;
    font-size: 12px;
    padding-bottom: 11px;
    font-weight: normal;
    /*padding-left: 16px;*/
    color: #05598b;
}

.customerClear {
    float: right;
    cursor: pointer;
    display: none;
}

#searchAvailibity .modal-fullscreen {
    width: 1480px;
    max-width: none;
    height: auto;
    margin: 20px auto;
}

#searchAvailibity .closeBtnModal {
    padding-left: 15px;
    padding-top: 9px;
    padding-right: 35px;
    font-size: 19px;
}

.scroll-cardList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    background-color: #fff;
}

.scroll-cardList::-webkit-scrollbar-thumb {
    background-color: #05598b !important;
}

.scroll-cardList::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

.cardList {
    height: 280px;
    overflow-y: scroll;
}

#sidebar ul.menu-categories ul.submenu {
    max-width: 255px;
    width: 255px;
}

#searchAvailibity .calender-filter {
    border-bottom: 2px solid #f3efeb;
    background: var(--latest-bg-color);
}

#searchAvailibity .filterLableCal {
    color: #fff !important;
}


#searchAvailibity #labelDate {
    color: #f3efeb !important;
}

#searchAvailibity .calenerLeftRight {
    background: unset;
}

#searchAvailibity .modalClosedSvg {
    height: 30px !important;
    width: 26px !important;
    margin-top: -7px;
    margin-left: -34px;

}

#TemplatetabsModal .nav.nav-pills li.nav-item button.nav-link {
    color: #000;
    background: #fff;
    border: 1px solid #0C78B2;
    color: #0C78B2;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 22px;
    padding: 8px 14px;
}

#TemplatetabsModal .nav.nav-pills li.nav-item button.nav-link:hover {
    border-bottom: none;
    background-color: #fff;
    /* box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 20%); */
    font-weight: 600;
    background: linear-gradient(180deg, #14598B 0%, #0C78B2 99.74%);
    color: #fff !important;
    border-bottom: 0 !important;
}

#TemplatetabsModal .nav.nav-pills li.nav-item button.nav-link.active {
    border-bottom: none;
    background-color: #fff;
    /* box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 20%); */
    font-weight: 600;
    background: linear-gradient(180deg, #14598B 0%, #0C78B2 99.74%);
    color: #fff !important;
    border-bottom: 0 !important;
}

#TemplatetabsModal .form-check-label {
    margin-bottom: 0;
    font-size: 13px;
}

.tooltips_status {
    position: relative;
    display: inline-block;
    z-index: 1;
    opacity: 1;
    font-family: 'Poppins', sans-serif;
    color: #005888;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /*text-decoration: underline;*/
    cursor: pointer;
}

.tooltips_status .tooltipTextStatus {
    visibility: hidden;
    width: 575px;
    min-height: 240px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 70px 0px rgba(75, 105, 133, 0.25);
    color: #000;
    text-align: left;
    border-radius: 6px;
    padding: 16px;
    position: absolute;
    top: -193px;
    left: 115%;
    line-height: 18px;
    font-size: 10px;
    z-index: 999999999999999;
    /* border: 1px solid; */
}

.tooltips_status .tooltipTextStatus::after {
    content: "";
    /*position: absolute;*/
    /*top: 32%;*/
    /*right: 100%;*/
    /*margin-top: -5px;*/
    /*border-width: 10px;*/
    /*border-style: solid;*/
    /*border-color: transparent #fff transparent transparent;*/
}

.tooltips_status:hover .tooltipTextStatus {
    visibility: visible;
}

.bookedOn {
    color: #82868B;

    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Confirmed {
    color: #288C17;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.NotConfirmed {
    color: #9A0D15;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.LeftaMessage {
    color: #1D1D1F;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Driving {
    color: #39B5EA;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Late {
    color: #F68F13;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Progress {
    color: #2F69DD;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Cancelled {
    color: #E62117;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Completed {
    color: #33BC1C;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.dateStatus {
    color: #82868B;

    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    float: right;
}

.tooltipTextStatus li {
    padding: 6px 0;
}

.tooltipTextStatus ul {
    padding: 0;
}

.tooltipTextStatus hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #515365;
}

input[name="cellphone"]::-webkit-inner-spin-button,
input[name="cellphone"]::-webkit-outer-spin-button,
#cellphone::-webkit-inner-spin-button,
#cellphone::-webkit-outer-spin-button,
input[name="business_phone"]::-webkit-inner-spin-button,
input[name="business_phone"]::-webkit-outer-spin-button,
input[name="homephone"]::-webkit-inner-spin-button,
input[name="sms_number"]::-webkit-inner-spin-button,
input[name="homephone"]::-webkit-outer-spin-button,
input[name="sms_number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

input[name="cellphone"],
input[name="business_phone"],
input[name="sms_number"],
input[name="homephone"] {
    -moz-appearance: textfield;
}

.empty-data {
    font-size: 16px;
    color: gray !important;
    font-weight: bold;
}

.form-check-label {
    cursor: pointer;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    white-space: nowrap;
    color: #000;
}

.dateTodayDatePicker {
    border: 0;
    background: #fff !important;
    color: #357ebd;
    font-size: 12px;
    text-align: right;
    float: right;
    padding-right: 17px;
    font-family: 'Poppins', sans-serif !important;

}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    font-family: 'Poppins', sans-serif !important;
}

.category-view-type {
    margin-left: 10px;
    display: flex;
}

.category-view-type a, .category-view-type span {
    padding: 8px;
    display: flex;
    border: 1px solid #d3d3d3;
    cursor: pointer;
    background: white;
}

.category-view-type span {
    padding: 5px;
}

.category-view-type a:first-child, .category-view-type span:first-child {
    border-radius: 5px 0px 0px 5px;
}

.btnDropDownBookingSchdule {
    color: #00BCD4 !important;
    font-family: Poppins;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: white !important;
    border-color: #00BCD4 !important;
    height: 45px;
    text-align: left;
    line-height: 27px;
}

.btnDropDownBookingSchdule:hover, .btnDropDownBookingSchdule:focus {
    color: #FFF !important;
    font-family: Poppins;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #00BCD4 !important;
    border-color: #00BCD4 !important;
    height: 45px;
    text-align: left;
    line-height: 27px;
}

.rightSidebarActive {
    background: rgba(0, 188, 212, 0.10);
}

.customerModalCheckDate {
    /*position: absolute; *!*/
    /* bottom: 33px; */
    color: #005888;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    float: left;
    margin-top: 7px;
}

.add-new-address {
    color: #378D30 !important;
    font-family: Poppins;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

.customrDeleteIconBooking {
    position: absolute;
    top: -5px;
    right: -3px;
    background: red;
    color: #fff;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
}

.customrDeleteIconBooking svg {
    color: #fff !important;
    height: 16px;
    width: 16px;
}

.jobDone {
    background: #e6ffe6 !important;
}

.paymentPending {
    background: #f3f3f3 !important;
}

.paymentApproved {
    background: rgb(204, 255, 204) !important;
}

.paymentDecline {
    background: #ffd7d7 !important;
}

.category-view-type a:last-child, .category-view-type span:last-child {
    border-radius: 0px 5px 5px 0px;
}

.category-view-type a svg, .category-view-type span svg {
    height: 30px;
    width: 30px;
    fill: #d3d3d3;
}

.category-view-type span svg {
    height: 25px;
    width: 25px;
}

.inventory-col-visibility {
    padding: 8px;
    display: flex;
    border: 1px solid #d3d3d3;
    cursor: pointer;
    margin-left: 15px;
    border-radius: 5px;
    background: white;
}

.inventory-col-visibility svg {
    height: 30px;
    width: 30px;
}

.category-view-type a.active svg, .category-view-type span.active svg {
    fill: #005888;
}

.category-card {
    border: 1px solid #d3d3d3;
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.category-card:hover {
    border-color: #005888;
}

.category-card .image {
    height: 200px;
    background: #f8f8f8;
    text-align: center;
}

.category-card .image img {
    max-width: 100%;
    height: 100%;
}

.category-card .title {
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
    background: white;
    text-align: center;
    color: #05669A;
    padding: 15px 10px;

}

.action-btns button {
    border-color: var(--color-text) !important;
    color: var(--color-text) !important;
}

/*.select2-search--dropdown {*/
/*    display: block;*/
/*    padding: 4px;*/
/*    margin-top: -39px;*/
/*    width: 91%;*/
}

.selected_emails .select2-search__field {
    height: unset !important;
}

.customerSearch .select2-search__field {
    height: unset !important;
}

.multipleEmailsSections, .searchEmail {
    display: none !important;
}

.selected_emails .select2-selection--multiple {
    background: #F1F1F1 !important;
    border-color: #F1F1F1 !important;
}

.customerSearch .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 0 !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: #444;
}

.customerSearch .select2-selection__choice__remove {
    display: none !important;
}

.customerSearch .select2-container--default .select2-selection--multiple {
    height: 40px !important;
    border: 0 !important;
    line-height: 15px;

}

#calendar .event-desc b {
    font-weight: normal !important;
    line-height: 15px;
}

#TimeData {
    text-align: center;
}

#timeth {
    text-align: center;
}

#timeth:first-child {
    min-width: 65px !important;
    width: 65px !important;
}

#TimeData tr td:first-child {
    width: 65px;
    padding: 3px 5px !important;
}

#TimeData tr td {
    font-size: 12px;
}

.selectBlanck {
    color: #d7d2d2 !important
}

.topScrollDev::-webkit-scrollbar {
    width: 0.5em;
    height: 0.7em;
    /*display: none;*/
}

.topScrollDev::-webkit-scrollbar-thumb {
    background-color: gainsboro;
}

.topScrollDev::-webkit-scrollbar-track {
    background-color: #fff;
}

.btn-success-attachment:hover, .btn-success:focus {
    color: white !important;
    background-color: #00ab55 !important;
    box-shadow: none;
    border-color: #00ab55 !important;
}

.btn-success-attachment {
    color: #00ab55 !important;
    background-color: #fff !important;
    box-shadow: none;
    border-color: #00ab55 !important;
}

.btn-primary-order-parts {
    color: #fff !important;
    background-color: #05598b !important;
    border-color: #05598b !important;
    box-shadow: none;

}

.btn-primary-order-parts:hover, .btn-primary-order-parts:focus {
    color: #05598b !important;
    background-color: #fff !important;
    border-color: #05598b !important;
    box-shadow: none;
}

.btn-order-success {
    color: #fff !important;
    background-color: #00ab55 !important;
    border-color: #00ab55 !important;
    box-shadow: none;

}

.btn-order-success:hover, .btn-order-success:focus {
    color: #00ab55 !important;
    background-color: #fff !important;
    border-color: #00ab55 !important;
    box-shadow: none;
}

.btn-success {
    color: #00ab55 !important;
    background-color: #fff !important;
    border-color: #00ab55 !important;
    box-shadow: 0 10px 20px -10px rgba(0, 171, 85, 0.59);
}

.btn-success:hover, btn-success:focus {
    color: #fff !important;
    background-color: #00ab55 !important;
    border-color: #00ab55 !important;
    box-shadow: 0 10px 20px -10px rgba(0, 171, 85, 0.59);
}

.scheduleNewSelect {
    height: 26px;
    line-height: 13px;
    padding: 4px 10px !important;
    font-size: 10px;
    text-align: left;
    margin-top: 6px;
}

.calculate {
    /*height: 45px;*/
    /*font-size: 14px !important;*/
    /*line-height: 28px;*/
}

.calculate:hover {

    /* border-color: #2196f3!important;*/
    /* background: #fff!important;*/
    /*color: #2196f3!important;*/

}

.calculate {
    /*border-color: #2196f3!important;*/
    /*background: #fff!important;*/
    /*color: #2196f3!important;*/
}

.pre-authorize-pay:hover, .pre-authorize-pay:focus {
    color: white !important;
    background-color: #ee7446 !important;
    border-color: #ee7446 !important;
    box-shadow: none;
}

.pre-authorize-pay {
    color: #ee7446 !important;
    background-color: white !important;
    border-color: #ee7446 !important;
    box-shadow: none;
}

.siteVisit:hover, .siteVisit:focus {
    color: white !important;
    background-color: #ee7446 !important;
    border-color: #ee7446 !important;
    box-shadow: none;
}

.siteVisit {
    color: #ee7446 !important;
    background-color: white !important;
    border-color: #ee7446 !important;
    box-shadow: none;
    height: 42px;
    line-height: 28px;
    font-weight: bold;
}

.endPointTR input {
    border-color: lightgray;
    color: lightgray;
    box-shadow: none;
    border: 1px solid;
}


#cust-address option {
    font-family: 'Poppins', sans-serif;
}

/* scrollbar code start */
.scrollbar {
    overflow-y: auto;
    overflow-x: hidden;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    background-color: #fff;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #f3efeb;
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

.scrollbarSmallSchedule::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    background-color: #fff;
}

.scrollbarSmallSchedule::-webkit-scrollbar-thumb {
    background-color: gray;
}

.scrollbarSmallSchedule::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

.scrollbarSmallSchedule {
    overflow-x: hidden;
    overflow-y: auto;
}

.scrollbarSchedule {
    overflow-x: hidden;
    overflow-y: auto;
}

.scrollbarSchedule::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #fff;
    border-radius: 5px;
    background-color: #fff; /* Scroll background uses currentColor */
}

.scrollbarSchedule::-webkit-scrollbar {
    width: 5px;
    background-color: #fff; /* Scrollbar background uses currentColor */
}

.scrollbarSchedule::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: gray; /* Scroll thumb (stick) uses light gray */
}


/* scrollbar ends here */
.categories-list {
    display: flex;
    /*margin-bottom: 20px;*/
}

.category-list {
    width: 20%;
}

.category-header {
    color: #41355C;
    padding: 0 5px;
    font-weight: bold;
}

.category-header > span {
    margin-right: 10px;
}

.category-header svg {
    cursor: pointer;
    color: white;
    background: #41355C;
    border-radius: 50%;
}

.category-list ul {
    padding: 0px;
    background: #fafafa;
    height: 250px;
    overflow-y: scroll;
    border-right: 1px solid #d3d3d3;
}

.category-list ul li {
    position: relative;
    padding: 10px;
    color: #1985c0;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 1px solid #dbe2ef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-list ul li .category-title {
    display: block;
    width: 100%;
}

.categories-list ul li:hover {
    background: #f0f3f6;
}

.categories-list ul li.active {
    background: #f0f3f6;

}

.edit-category-dropdown .dropdown-menu.show {
    right: 0px !important;
    left: unset !important;
}

.edit-category-dropdown .dropdown-item {
    font-size: 13px;
    border-radius: 0px !important;
    padding: 10px !important;
}

.item-datatable-actions {
    min-width: 80px;
}

.custom-address-select2-container .select2-container--default .select2-selection--single {
    background-color: #f1f1f1 !important;
    border: 1px solid #f1f1f1 !important;
    border-radius: 4px;
}

.multiple-email-select-container .select2-search__field {
    height: unset !important;

}


.inventory-item {
    border: 1px solid #d3d3d3;
    background: white;
    /* box-shadow: 0px 0px 5px #d3d3d3; */
    position: relative;
    margin-bottom: 15px;
    /* border-radius: 5px; */
}

.inventory-item:hover {
    border-color: #005888;
}

.inventory-item input {
    position: absolute;
    top: 10px;
    left: 10px;
}

.inventory-item .edit-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.inventory-item .item-img {
    height: 200px;
    background: #f8f8f8;
    text-align: center;
}

.inventory-item img {
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.inventory-item .item-description {
    padding: 15px;

}

.no-result {
    border-radius: 5px;
    padding: 30px 0px;
    margin: 20px 0px;
    text-align: center;
}

.user-field-select2 .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid lightgray !important;
    border-radius: 4px;
    cursor: text;
}

.availabeTdSimple {
    color: green !important;
}

.PreferableTdSimple {
    color: dodgerblue !important;
}


#searchAvailibityForAllTruck .modal-fullscreen {
    width: 1480px;
    max-width: none;
    height: auto;
    margin: 20px auto;
}

#searchAvailibityForAllTruck .modalClosedSvg {
    height: 30px !important;
    width: 26px !important;
    margin-top: -7px;
    margin-left: -34px;
}


/*!* Apply styles if the id attribute is not available *!*/
/*.select2-container--default .select2-results__option:not([id]) {*/
/*    color: #f7fbfd !important;*/
/*    background-color: #f7fbfd !important;*/
/*}*/
.select2-results__option--blank {
    color: #f7fbfd !important; /* Text color */
    background-color: #f7fbfd !important; /* Background color */

}

.iconCssArrow {
    color: gray;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.tax_charges {
    color: #005888;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.task-table-p {
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

.schduleBtnNewdesign {
    height: 37px;
    line-height: 12px;
    margin-top: 12px;
    font-size: 11px;
    padding: 12px;
}

.sortTruckModal {
    justify-content: space-between;
    display: flex;
}

.sortTruckModal li {
    display: inline-block;
}

.calculationModalTh {
    background: #f3efeb !important;
    border-color: #e7e5e2 !important;
    color: #18638f !important;
}

.calculationModalThSE {
    background: #fff !important;
    border-color: #fff !important;
    color: #fff !important;
}

.startEndColor {
    color: #33343d96 !important;
}

.startEndColor .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #33343d96 !important;
    font-size: 12px;
    line-height: 34px !important;
}

.sortCancel {
    color: darkblue !important;
    border-color: darkblue !important;
}

.sortCancel:hover {
    color: #fff !important;
    border-color: darkblue !important;
    background: darkblue !important;
}

.colorRed {
    color: #6a72e5 !important
}


/*-----------------------Availibity best option-----------------------*/

.botIconModal {
    position: relative;
    float: right;
}

.chat_close_iconModal {
    color: red;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 12px;
    z-index: 9;
}

.botIconModal .Layout-openModal {
    border-radius: 10px;
    color: #fff;
    height: 500px;
    max-height: 400px;
    filter: drop-shadow(10px -10px 100px rgba(0, 0, 0, 0.1));
    max-width: 800px;
    overflow: hidden;
    transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1), bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1), min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1), max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1), min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1), border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1), background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
    width: 100%;
}

.botIconModal .Layout-expandModal {
    display: none;
    height: 220px;
    /* max-height: 100vh; */
    min-height: 242px;
    width: 790px;
}

.showBotSubjectModal.botIconModal .Layout-expandModal {
    display: block;
}

.botIconModal .Messenger_messengerModal {
    height: 100%;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.botIconModal .Messenger_headerModal,
.botIconModal .Messenger_messengerModal {
    display: flex;
}

.Messages_listModal {
    text-align: left;
}

.botIconModal .Messenger_contentModal {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 80px;
}

.botIconModal .MessagesModal {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 12px 0px;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

@-webkit-keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes slidein {
    0% {
        opacity: 0;
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slidein {
    0% {
        opacity: 0;
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media only screen and (max-width: 412px) {
    .botIconModal .Layout-openModal {
        width: 250px;
    }
}

.iconInnerModal {
    color: #005888;
    /*text-decoration: underline;*/
    cursor: pointer;
    /*font-weight: 600;*/
    font-size: 12px;
}

.Messages_listModal h6 {
    text-align: left;
}

.Messages_listModal ul {
    text-align: left;
    padding: 0 !important;
}

.Messages_listModal ul li {
    color: #5A616F;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    cursor: pointer;
}

.Messages_listModal li {
    counter-increment: item;
}

.Messages_listModal li::before {
    display: inline-block;
    content: counter(item) ".";
    margin-right: 2px;
    width: 15px;
    line-height: 33px;
}

.Messages_listModal .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    /*line-height: 26px !important;*/
}

.Messages_listModal label {
    margin-bottom: 5px !important;
    font-size: 12px;
    color: #005888;
    /*font-weight: 600;*/
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
}

.imgUl {
    display: flex;
    flex-wrap: wrap
}

.imgUl li {
    /*width: calc(50% - 20px);*/
    padding: 10px;
    margin-bottom: 10px;
    height: unset;
    margin: 0px;
    background: unset;
    box-shadow: unset;
    border: 1px solid #d3d3d3;
    margin: 10px;
}

.imgUl li img {
    height: 140px !important;
    width: 100% !important;
}

.imgUl .deleteImgs {
    right: -14px;
    top: -14px;

}

.border-color-red {
    border: 3px solid #1e9cbd !important;
    background: #ffe077;
    color: #000 !important;
}

.kmandtime {
    text-align: right !important;
    /*padding-right: 54px !important;*/
    color: green !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

.customer-info #c-company {
    float: right;
    color: #005888 !important;
}

.customer-info #c-cellphone,
.customer-info #c-homephone,
.customer-info #c-business {
    text-decoration: underline;
}


.customer-info .floatRight {
    float: right;
    color: #005888 !important;
}

.emailsUL li {
    background: #fff;
    padding: 7px;
}

.selectedLi {
    background: #f2fcfd !important;
}

/* SCROLL STYLE 3 */
.customer-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #d5d1d1;
    background-color: #f1f1f1;
}

.customer-scroll::-webkit-scrollbar-thumb {
    background-color: #d5d1d1;
}

.customer-scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #f1f1f1;
}

.Customerscrollbar {
    height: 366px;
    min-height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}

.grid-edit-cat {
    position: absolute;
    right: 10px;
    top: 10px;
}

.grid-edit-cat .dropdown-item {
    font-size: 13px;
    border-radius: 0px !important;
    padding: 10px !important;
}

.grid-edit-cat .dropdown-menu.show {
    right: 0px !important;
    left: unset !important;


}

.itemTableSubmitButton {
    color: white !important;
    background-color: #05598b !important;
    border-color: #05598b !important;
}

.linkForTech {
    color: #05598b;
    font-weight: bold;
    border-bottom: 1px solid;
}

.tentativeCount {
    position: absolute;
    color: red;
    font-weight: bold;
    top: 5px;
    right: -1px;
    font-size: 13px;
}

.tentativeCountA {
    position: absolute;
    color: red;
    font-weight: bold;
    top: -19px;
    right: 15px;
    font-size: 18px;
}

.totalTentativeA {
    position: absolute;
    color: red;
    font-weight: bold;
    top: -14px;
    font-size: 13px;
    left: 11px;
}

.equipment_booking_card {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 14%), 0px 0px 0px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid lightgray !important;
    padding: 0 10px;
    border-radius: 6px;
    min-height: 40px;
    vertical-align: middle;
    align-items: center;
    display: flex;
}

.equipment_booking_card span {
    display: block;
    width: 100%;
}

.select2-container--open {
    z-index: 9999;
}

.dropdown-toggle::after {
    margin-top: -0.28em;
    width: .42em;
    height: .42em;
    border: 1px solid;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
}

.btn-group > .btn + .dropdown-toggle.btn-primary {
    border-right-color: rgba(0, 0, 0, 0);
    margin-left: calc(var(--bs-border-width) * -1);
}

.ml-2 {
    margin-left: 2px;
}

.convert {
    color: #09A42B !important;
    font-weight: bold !important;
    border: 1px solid #09A42B !important;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 90% !important;
    margin-top: 10px;
    font-size: 15px !important;
}

.convert:hover,
.convert:focus {
    color: #fff !important;
    font-weight: bold;
    border: 1px solid #09A42B !important;
    background: #09A42B !important;
}

.saveT {
    color: #05598b !important;
    font-weight: bold !important;
    /*border: 1px solid #05598b !important;*/
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 90% !important;
    font-size: 15px !important;
    padding: 0 !important;
}

.saveT button {
    width: 100%;
    border: 1px solid #05598b !important;
    box-shadow: none;
    background: #fff !important;
    text-align: left;
    padding-left: 18px;
    font-size: 15px;
    font-weight: bold;
    color: #05598b !important;
    border-radius: 5px;
    height: 33px;
}

.saveT:hover,
.saveT:focus,
.saveT button:hover,
.saveT button:focus {
    color: #fff !important;
    font-weight: bold;
    /*border: 1px solid #05598b !important;*/
    background: #05598b !important;
}

.cancelJobCompletely {
    color: #900 !important;
    font-weight: bold !important;
    border: 1px solid #900 !important;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 90% !important;
    font-size: 15px !important;
}

.cancelJobCompletely:hover,
.cancelJobCompletely:focus {
    color: #fff !important;
    font-weight: bold;
    border: 1px solid #900 !important;
    background: #900 !important;
}

.backToList {
    color: red !important;
    font-weight: bold !important;
    border: 1px solid red !important;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 90% !important;
    font-size: 15px !important;
}

.backToList:hover,
.backToList:focus {
    color: #fff !important;
    font-weight: bold;
    border: 1px solid red !important;
    background: red !important;
}

.topLeadCount {
    color: #fff;
    position: absolute;
    right: -4px;
    top: -12px !important;
    font-weight: bold;
    background: red;
    min-height: 20px;
    min-width: 20px;
    border-radius: 50%;
    line-height: 20px;
    font-size: 12px;
}

.blink-soft {
    /*animation: blinker 1.5s linear infinite;*/
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media (min-width: 768px) {
    .bellIconTop {
        margin-right: 214px;
    }
}

.saveCustomerNewCssBtn {
    width: 200px;
    margin-right: 13px;
    font-size: 18px !important;
    border: 1px solid #1E9CBD !important;
    background: #1E9CBD !important;
    color: #fff !important;
}

.saveCustomerNewCssBtn:hover,
.saveCustomerNewCssBtn:focus {
    width: 200px;
    margin-right: 13px;
    font-size: 18px !important;
    border: 1px solid #1E9CBD !important;
    background: #fff !important;
    color: #1E9CBD !important;
}

.fileNameEquip {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 151px;
    text-overflow: ellipsis;
    width: 127px;
    display: block;
    padding-top: 10px;
    color: #c0b7b7;
    text-align: center;
}

.scheduleATag {
    /*display: flex;*/
    vertical-align: middle;
    align-items: center;
    color: #0074b4;
    border-bottom: 1px solid #0074b4;
}

.opentruck {
    color: black;
    padding: 0 15px;
    font-size: 12px;
    line-height: 38px;
}

.equipmentTD {
    padding: 8px 7px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 57px;
    text-overflow: ellipsis;
    width: 120px;
    padding-right: 10px;
    font-weight: bold;
}

.dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu.right[aria-labelledby="elementDrodpownField"] {
    inset: 48px auto auto -34px !important;
}

.dollarIconPosition {
    color: #005888 !important;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 72%;
    transform: translateY(-50%);
}

.dollarIconPositionTech {
    color: lightgray;
    font-size: 14px;
    position: absolute;
    left: 56px;
    top: 54%;
    transform: translateY(-50%);
    z-index: 999;
}

.dollarViewDetailModal {
    color: #005888 !important;
    font-size: 14px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.dollarInputNear {
    padding-left: 20px !important
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.jobDonePasswordLock {
    cursor: pointer;
}

.commissionsParts input[type="number"]::-webkit-inner-spin-button,
.commissionsParts input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.commissionsParts input[type="number"] {
    -moz-appearance: textfield;
}

.notifiy {
    border-radius: 4px !important;
    margin: 0 !important;
}

.statusinBooking {
    position: absolute;
    font-weight: bold;
    right: 8px;
    top: 8px;
}

.checkedBooking {
    height: 27px;
    width: 16px;
    vertical-align: middle;
    left: 2px !important;
    top: 2px !important;
    position: absolute !important;
}

.newBookingSelected {
    font-weight: 600 !important;
    color: #05598b !important;
}

.optionTitle {
    color: gray !important;
    font-size: 13px !important;
    padding-left: 5px;
}

.AddTable {
    cursor: pointer;
    font-size: 13px;
    margin-right: 8px;
    color: #05598b !important;
    font-weight: bold;
}

.Estimate_Information .imagesHistory_preview .li {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 10px;
    width: 136px !important;
}

.Estimate_Information .widget-content-area {
    border: unset;
    box-shadow: unset;
    padding: 0;
    background-color: #fff !important;
}

.Estimate_Information .imagesHistory .li .deleteBtnImagesEquipment {
    background: #F1F1F1;
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 50%;
    vertical-align: middle;
    align-items: center;
    display: flex;
    text-align: center;
    padding-left: 4px;
    position: absolute;
    top: -14px;
    right: 26px;
}

.Estimate_Information .imagesHistory_preview .li .upload__img-close {
    background: #F1F1F1;
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 50%;
    vertical-align: middle;
    align-items: center;
    display: flex;
    text-align: center;
    padding-left: 4px;
    position: absolute;
    top: -14px;
    right: -8px;
}

.Estimate_Information .preview-container {

    margin-bottom: 20px;
    max-height: 250px;
    overflow-y: auto;
}

.Estimate_Information .imagesHistory_preview {
    margin-bottom: 20px;
    max-height: 300px;
    overflow-y: auto;
    padding-top: 18px;
    overflow-x: hidden;
}

.Estimate_Information .uploadEquipment {
    border: 4px dotted gainsboro;
    border-radius: 7px;
    margin-left: 11px;
    padding: 39px 39px !important;
    width: 134px;
}

.Estimate_Information input[type="file"] {
    position: absolute;
    left: 20px;
    opacity: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    height: 85% !important;
    width: 128px !important;
}

.fancybox__container {
    z-index: 9999 !important; /* Set a high z-index value */
}

.Estimate_Information .modal-content .modal-body {
    padding: 26px 15px;
}

.Estimate_Information .imagesHistory .li img {
    width: 134px !important;
    height: 128px !important;
    flex-shrink: 0;
    border-radius: 10px;
    box-shadow: 0 0px 10px 1px rgb(73 73 73 / 14%);
}

.Estimate_Information .imagesHistory_preview .li img {
    width: 128px !important;
    height: 128px !important;
    flex-shrink: 0;
    border-radius: 10px;
    box-shadow: 0 0px 10px 1px rgb(73 73 73 / 14%);
}

.Estimate_Information .imagesHistory .form-check-label {
    white-space: nowrap;
    overflow: hidden;
    max-width: 151px;
    text-overflow: ellipsis;
    width: 127px;
}

.dropbtn {
    background-color: #fff;
    color: #000;
    padding: 16px;
    font-size: 13px;
    border: none;
}

.dropdown_new {
    position: relative;
    display: inline-block;
}

.dropdown-content-new {
    display: none;
    /*position: absolute;*/
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content-new a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content-new a:hover {
    background-color: #ddd;
}

.actionCustomIcon {
    font-size: 14px !important;
    line-height: 13px;
    vertical-align: middle;
}

.dataTable a.dropdown-item svg {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    vertical-align: bottom;
    color: #888ea8;
}

.dataTable a.dropdown-item:hover {
    color: #2196f3;
    background: rgb(248, 248, 248);
}

.dataTable a.dropdown-item {
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 6px 17px;
    clear: both;
    font-weight: 500;
    color: #0e1726;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 13px;
}

.addressSelected {
    background: #f2fcfd !important;
}

.emailbox .treeview .tv-item .tv-header .tv-collapsible .title {
    margin-bottom: 0;
    align-self: center;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    padding-left: 0px;
}

.emailbox .treeview .tv-item .tv-header .tv-collapsible:not(.collapsed) .icon svg.icon-tabler-chevron-right {
    transform: rotate(90deg);
    color: #fff;
}

.emailbox .treeview .tv-item .tv-header .tv-collapsible .icon {
    margin-right: 4px;
    align-self: center;
    vertical-align: middle;
    display: flex;
}

.emailbox .treeview .tv-item .tv-header .tv-collapsible .icon svg {
    width: 9px;
    height: 14px;
    transition: 0.5s;
    color: #fff !important;
}

.emailbox .sidebar .title.active {
    color: yellow !important;
    font-weight: bold;
    border-bottom: 1px solid;
}

.emailbox .sidebar .title:hover {
    color: yellow !important;
    font-weight: bold;
    border-bottom: 1px solid;
}

.sidebarDrop {
    font-size: 12px;
    border-bottom: 1px solid gainsboro;
}

.newEmails {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    background: rgba(30, 156, 189, 1);
    color: #fff !important;
    padding: 6px 15px;
    margin-bottom: 28px;
    border-radius: 15px;
    font-size: 13px;
}

.newText {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    background: rgba(254, 146, 16, 1);
    color: #fff !important;
    padding: 6px 15px;
    margin-bottom: 28px;
    border-radius: 15px;
    font-size: 13px;
    margin-left: 6px;
}

.sidebar_search {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 14%), 0px 0px 0px 0 rgba(0, 0, 0, 0.19);
    height: 42px;
    padding: 3px 39px 3px 11px;
    font-size: 12px;
    border-radius: 13px;
}

.sidebar_search_lable {
    color: #5A616F !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    margin-bottom: 2px;
    line-height: 35px;
}

.sidebar_search_icon {
    position: absolute;
    top: 54px;
    right: 17px;
}

.btn-public {
    text-align: right;
    float: right;
    margin-bottom: 10px;
}

.btn-new-booking {
    float: right;
    margin-bottom: 9px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    background: rgba(30, 156, 189, 1);
    color: #fff !important;
    padding: 6px 15px;
    border-radius: 15px;
    font-size: 13px;
}

.passwordHide {
    position: absolute;
    top: 42px;
    right: 22px;
}

.upload_photo {
    color: #05598b;
    border-bottom: 1px solid;
    font-weight: bold;
}

.newBtnProduct {
    background: #fff !important;
    border: 0;
    color: #05598b;
    font-weight: bold;
    border-bottom: 1px solid;
    margin-left: 18px;
}

.file-upload-lic {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.file-upload-lic {
    position: relative;
    overflow: hidden;
    margin: 10px;
    width: 100%;
    max-width: 150px;
    text-align: center;
    color: #05598b;
    font-size: 15px;
    background: #fff;
    border: 0;
    padding: .85em 1em;
    display: inline;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: underline;
    padding-top: 24px;
    font-weight: bold;

    &
    :hover {
        background: #fff;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
        -moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
        box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
    }

}

.file-upload-lic input.file-input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
}

.containers-img {
    height: 80px;
    position: relative;
    max-width: 150px;
    margin: auto;

    .imageWrapper {
        border: 0;
        width: 70%;
        padding-bottom: 70%;
        border-radius: 0;
        overflow: hidden;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid gainsboro;
        border-radius: 8px;

        img {
            height: 105%;
            width: initial;
            max-height: 100%;
            max-width: initial;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    }
}

.layOff {
    background: lightgrey;
    pointer-events: none;
}

@media (min-width: 768px) {
    .dasktopPaddRight {
        padding-right: 30px;
    }

    .dasktopPaddLeft {
        padding-left: 30px;
    }
}

.filterBest {
    color: #03A9F4;
    font-size: 13px;
    border-bottom: 1px solid;
    display: flex;
    vertical-align: middle;
    align-items: center;
    margin: 0 26px;
    cursor: pointer;
}

.bestOptionSelect {
    height: 28px !important;
    width: 73px !important;
    margin-bottom: 8px;
    margin-top: 8px;
    background: #fff !important;
    padding: 0 7px !important;
    border-radius: 3px !important;
    margin-right: 5px;
}

.setBest {
    font-weight: bold;
    color: #1e9cbd;
    text-decoration: underline;
    padding-left: 7px;
}

.invoiceNoteTab {
    border: 1px solid #05598b !important;
    border-radius: 8px !important;
    color: #05598b !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.TechNoteTab {
    border: 1px solid #4CAF50 !important;
    border-radius: 8px !important;
    color: #4CAF50 !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.TechNoteTab span i {
    color: #4CAF50 !important;
}

.bookingNoteTabNew .invoiceNoteTab.nav-link.active {
    color: #fff !important;
    background-color: #05598b;
    border-color: #05598b #05598b #05598b;
}

.bookingNoteTabNew .invoiceNoteTab.nav-link.active span i {
    color: #fff !important;
}

.bookingNoteTabNew .TechNoteTab.nav-link.active {
    color: #fff !important;
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.bookingNoteTabNew .TechNoteTab.nav-link.active span i {
    color: #fff !important;
}

.bookingNoteTabNew {
    border-bottom: 1px solid gainsboro !important;
}

.pencilIconBook {
    font-size: 14px;
    padding-top: 23px;
    padding-right: 4px;
}


.switch-toggle {
    --width: 260px;
    --height: 50px;
    --offset: 2px;
    --radius: 4px;
    position: relative;
    width: 257px;
    height: var(--height);
    padding: var(--offset);
    background: #c0f0fd;
    border-radius: var(--radius);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    font-style: normal;

    input[type="checkbox"] {
        cursor: pointer;
        position: absolute;
        inset: 0;
        appearance: none;
        z-index: 2;
        box-shadow: none;
        border: 0 !important;
        height: unset !important;

        &
        :checked {

            + label.switch-toggle-label {

                &
                :before {
                    translate: 100% 0;
                }

                span {

                    &
                    :nth-child(1) {
                        color: #05598b;
                        font-weight: bold;
                        font-size: 14px;
                    }

                    &
                    :nth-child(2) {
                        color: #000;
                        font-size: 14px;
                    }

                }
            }
        }

        &
        + label.switch-toggle-label {
            position: absolute;
            inset: var(--offset, 0);
            padding: 10px 0;
            display: block;
            user-select: none;
            pointer-events: none;
            display: grid;
            gap: 2px;
            grid-auto-flow: column;
            grid-auto-columns: 1fr;
            place-items: center;
            margin-bottom: 0.2em;
            margin-top: 0.2rem;
            margin-left: 0.2rem;

            &
            :before {
                content: "";
                position: absolute;
                width: 50%;
                inset: 0;
                background: #fff;
                border-radius: calc(var(--radius) - var(--offset));
                box-shadow: 0px 10px 20px 0px rgba(16, 39, 68, 0.1);
                translate: 0 0;
                transition: translate 250ms cubic-bezier(0.93, 0.26, 0.07, 0.69);
            }

            span {
                position: relative;
                transition: 200ms linear;

                &
                :nth-child(1) {
                    color: #1a1a1a;
                }

                &
                :nth-child(2) {
                    color: gray;
                }

            }
        }
    }
}

.availability_select_date,
.availability_select_tech {
    cursor: pointer;
}

.equipmentTbal {

    width: 100%;
    font-size: 13px;
}

.equipmentTbal thead th {
    background: #f5f5f5;
    color: gray;
}

.equipmentTbal tbody tr td {
    color: #0074b4;
}

.bookingNoteTab .nav.nav-pills li.nav-item button.nav-link {
    color: #848080 !important;
    font-weight: normal;
}

.bookingNoteTab .nav.nav-pills li.nav-item button.nav-link.active {
    color: #05598b !important
}

.addNoteModal .nav-tabs .nav-link.active {
    color: #e95f2b;
    background-color: #edfbff;
    border-color: #edfbff;
    border-radius: 10px;
}

.addNoteModal .nav-tabs .nav-link:hover {
    color: #e95f2b;
    background-color: #edfbff;
    border-color: #edfbff;
    border-radius: 10px;
}

.bookingNoteTab .nav.nav-pills li.nav-item button.nav-link {
    /*font-weight: normal !important;*/
}

.newLookTab .nav-pills {
    background: #f5f5f5 !important;
}

#createItem .newLookTab .nav.nav-pills li.nav-item button.nav-link.active {
    background-color: #aae5ec !important;
    color: #05598b !important;
    border: 0;
    border-radius: 5px 5px 0 0 !important;
    border-bottom: 3px solid #03BBD3 !important;
}

#createItem .newLookTab .nav.nav-pills li.nav-item button.nav-link:hover {
    background-color: #aae5ec !important;
    color: #05598b !important;
    border: 1px solid gainsboro;
    border-radius: 5px 5px 0 0 !important;
    border-bottom: 3px solid #03BBD3 !important;
}

.newLookTab .nav.nav-pills li.nav-item button.nav-link.admin.active {
    color: #35a456 !important;
}


/* container for all of the switch elements
    - adjust "width" to fit the content accordingly
*/
.switches-container {
    width: 16rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: #c0f0fd;
    line-height: 3rem;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: var(--switches-label-color);
}

/* switch highlighters wrapper (sliding left / right)
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
    border-radius: 0rem;
    /*background: #fff;*/
    height: 100%;
}

/* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status
*/
.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #05598b;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked ~ .switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked ~ .switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

.start_address_td,
.start_city_td,
.start_zip_td,
.end_address_td,
.end_city_td,
.end_zip_td {
    color: gray !important;
    /*font-weight: bold !important;*/
}

.viewSchedule label {
    color: #5A616F !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}


.block {
    display: block;
}


#contextmenu {
    display: none;
    font-size: 1rem;
    position: absolute;
    min-width: 200px;
    height: auto;
    padding: 0;
    border-radius: 10px;
    top: 10px;
    left: 10px;
    color: #000;
    z-index: 9999;
}

#contextmenu.show {
    display: block;
}

#contextmenu ul {
    background: #FFF;
    margin: 0;
    padding: 5px;
    list-style: none;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

#contextmenu li {
    padding: 4px;
    cursor: pointer;
    border-radius: 0px;
    font-size: 12px;
}

#contextmenu li i {
    margin-right: 5px;
    color: #BBB;
}

#contextmenu li:hover {
    background: #EEE;
}

#contextmenu li.share, #contextmenu li.send {
    position: relative;
}

#contextmenu li.paste {
    border-bottom: 1px solid #AAA;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#contextmenu li.delete {
    border-top: 1px solid #AAA;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

#contextmenu li.delete:hover {
    color: red;
}

#contextmenu li.delete:hover i {
    color: red;
}

#contextmenu li.has-sub {
    position: relative;
}

#contextmenu li.has-sub:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    color: #BBB;
    position: absolute;
    right: 5px;
}

#contextmenu > ul > li > ul {
    position: absolute;
    display: none;
    top: 5px;
    right: -200px;
    min-width: 200px;
    z-index: 2;
}

#contextmenu > ul > li:hover > ul {
    display: block;
}

.header_notification li {
    border-bottom: 1px solid gainsboro;
    padding-top: 15px;
}

.header_notification .dropdown-menu svg {
    width: 16px;
    height: 16px;
}

.textStyle svg {
    width: 16px;
    height: 16px;
}

.swal2-title {
    font-size: 15px !important; /* Adjust the size as needed */
    font-weight: bold; /* Optional: to make the title bold */
    color: #05598b !important
}

/* Custom font size for SweetAlert2 content (text) */
.swal2-html-container {
    font-size: 14px !important; /* Adjust the size as needed */
    color: #000 !important;
}

.swal2-popup {
    background: rgb(30 156 189 / 82%) !important;
}

.settingPage {
    padding: 0;
    background: rgba(0, 188, 212, 0.05);
    height: 71vh;
    margin-bottom: 0 !important;
    border-right: 1px solid #05598b;
}

.settingPage li {
    padding: 14px 21px;
    color: #000;
}

.settingPage li.active {
    background: linear-gradient(180deg, #14598B 0%, #0C78B2 99.74%) !important;
    color: #fff;
    font-weight: bold;
}

.settingPage li.active a {
    color: #fff;
    font-weight: bold;
}

.settingPage li {
    padding: 14px 21px;
    color: #05598b;
    border-bottom: 1px solid #05598b;
    cursor: pointer;
}

.settingPage li a {
    color: #05598b;
}

.settingPage li:hover {
    background: #e6fff7;
    color: #05598b;
    font-weight: bold;
}

.h3Title {
    color: #05598b;
    font-size: 20px;
    padding: 22px 35px;
    font-weight: bold;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    background: #f2fcfd;
}

.bookingOptionUl {
    display: flex;
    justify-content: center; /* Center align the list horizontally */
    list-style-type: none;
    padding: 0;
}

.bookingOptionUl li {
    background: #fff;
    padding: 0 8px;
    border-radius: 6px;
    font-size: 14px;
    height: 100px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    text-align: center;
    box-sizing: border-box;
    color: #0C78B2;
    border: 2px solid #14598B;
    font-weight: bold;
    cursor: pointer;
}

.bookingOptionUl li:hover {
    background: linear-gradient(180deg, #14598B 0%, #0C78B2 99.74%);
    color: #fff;
}

.modal-dialog.modal-fullscreen.optionBooking {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
}

.optionBookingBody {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full screen height */
    padding: 0;
    overflow: hidden; /* No scroll bar */
}

.mainDivs {
    background: #e8f4fd !important
}


.tooltip_header {
    position: relative;
    display: inline-block;
    border-bottom: 0;
}

.tooltip_header .tooltiptext_header {
    visibility: hidden;
    width: 300px;
    background-color: #fff;
    color: #fff;
    text-align: left;
    border-radius: 7px;
    padding: 15px 20px;
    position: absolute;
    z-index: 1;
    top: 145%;
    left: 50%;
    margin-left: -234px;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 14%), 0px 0px 0px 0 rgba(0, 0, 0, 0.19);
    font-weight: 500;
    font-size: 13px;
}

.tooltip_header .tooltiptext_header::after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 19px;
    margin-left: -5px;
    border-width: 14px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.tooltip_header:hover .tooltiptext_header {
    visibility: visible;
    opacity: 1;
}


.video-play-button {
    position: fixed;
    z-index: 10;
    bottom: -22px;
    right: -23px;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 20px;
    height: 28px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 63px;
    height: 63px;
    background: #ba1f24;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 63px;
    height: 63px;
    background: #fa183d;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 9999;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.header-container .theme-brand .theme-logo a img {
    width: 186px;
    height: 42px;
    margin-right: 22px;
}

.disabledSection {
    pointer-events: none;
    opacity: 0.6;
}


/* General Icon Style */
.navbar-item .nav-link,
.navbar-item .bellIconTop a {
    color: #ffffff; /* Icon color */
    font-size: 11px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.navbar-item .nav-link:hover,
.navbar-item .bellIconTop a:hover {
    color: #00aaff; /* Hover color for icons */
    transform: scale(1.1); /* Slightly enlarge on hover */
}

.navbar-item svg {
    width: 20px;
    height: 20px;
    /*fill: #ffffff;*/
    transition: fill 0.3s ease;
}

.colorRedInput {
    color: red !important;
}

.colorGreenInput {
    color: green !important;
}


.cancelled_job .event {
    height: 95px;
    background: rgb(243, 243, 243);
    position: relative;
    min-width: 108px;
    width: 181px;
    font-size: 11px;
    display: inline-table;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16), 0px 1px 4px rgba(0, 0, 0, 0.23);
    margin: 3px;

}

.cancelled_job .event-desc {
    height: 95px;
    color: #4a4a4a;
    margin-bottom: 7px;
    text-decoration: none;
    line-height: 15px;
    /*overflow: hidden;*/
    padding: 4px;
}

.cancelled_job {
    padding-top: 0px;
    padding-left: 7px;
    background: #fff;
}

.submitsByAjaxSendEmailRightSide .dz-mImagesContainer .col-sm-3 {
    width: 50% !important;
}

.submitsByAjaxSendEmailRightSide .dz-mImagesContainer .col-sm-9 {
    width: 100% !important;
}

.header_svg_icon_css {
    background: #fff;
    fill: blue;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    margin: auto;
    border-radius: 50%;
}

.navbar.navbar-expand-sm .navbar-item .nav-item {
    align-self: center;
    min-width: 36px;
}

.equipmentTitleText {
    color: #1e9cbd;
    font-weight: bold;
    padding-left: 5px;
    text-decoration: underline;
    font-size: 15px;
}


:root {
    --progress-color: green; /* Default color */
}

.progress-container {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: conic-gradient(
        var(--progress-color) calc(var(--progress) * 1%),
        #ddd calc(var(--progress) * 1%)
    );
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-container::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
}

.progress-text {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.tooltips_truck {
    position: relative;
    display: inline-block;
    z-index: 1;
    opacity: 1;
    font-family: 'Poppins', sans-serif;
    color: #005888;
    /*font-size: 17px;*/
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
    cursor: pointer;
}

.tooltips_truck .tooltiptextTruck {
    visibility: hidden;
    width: 250px;
    min-height: 150px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 70px 0px rgba(75, 105, 133, 0.25);
    color: #000;
    text-align: left;
    border-radius: 6px;
    padding: 9px;
    position: absolute;
    top: -85px;
    left: 168%;
    line-height: 18px;
    font-size: 10px;
    z-index: 999999999999999;
    /*border: 1px solid;*/
}

.tooltiptextTruck h4 {
    font-weight: bold;
    border-bottom: 1px solid #B8B8B8;
    margin-bottom: 0 !important;
    height: 40px;
    vertical-align: middle;
    align-items: center;
    display: flex;
    font-size: 18px;
}

.tooltiptextTruck ul {
    padding: 0;
}

.tooltips_truck .tooltiptextTruck::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

.tooltips_truck li:nth-child(odd) {
    /*background: #FAFAFA;*/
}

.tooltips_truck li {
    color: #4E4E4E;
    font-size: 13px;
    padding: 7px 10px !important;
    border-bottom: 1px solid #B8B8B8;
    min-height: 22px;
    align-items: center;
    vertical-align: middle;
    /*display: flex*/;
}

.tooltips_truck:hover .tooltiptextTruck {
    visibility: visible;
}

.span1 {
    padding: 0 12px;
}

.span2 {
    float: right;
    font-weight: bold;
}

.openCapacityModal {
    cursor: pointer;
}

#capacity_table {
    width: 100%;
}

#capacity_table tr th:nth-child(1) {
    color: rgba(0, 88, 136, 1);
    font-weight: bold;
    width: 217px;
}

#capacity_table tr td:nth-child(1) {
    width: 217px;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

#capacity_table tr th:nth-child(2) {
    color: rgba(9, 164, 43, 1);
    font-weight: bold;
    text-align: center;
}

#capacity_table tr th:nth-child(3) {
    color: rgba(9, 164, 43, 1);
    font-weight: bold;
    text-align: center;
}

#capacity_table tr td:nth-child(2) {
    text-align: center;
}

#capacity_table tr td:nth-child(3) {
    text-align: center;
}

#capacity_table tr th:nth-child(4),
#capacity_table tr td:nth-child(4) {
    color: rgba(130, 134, 139, 1);
    text-align: center;
}

#capacity_table tr th:nth-child(5),
#capacity_table tr td:nth-child(5) {
    color: rgba(0, 88, 136, 1);
    text-align: center;
}

#capacity_table tr th:nth-child(6),
#capacity_table tr td:nth-child(6) {
    color: rgba(49, 51, 53, 1);
    text-align: center;
    width: 135px;
}

#capacity_table tr td,
#capacity_table tr th {
    width: 120px;
}

#capacity_table tr th {
    font-size: 15px;
}

#capacity_table tr td {
    padding: 8px 0;
    border: 0 !important;
}

.submitsByAjaxSendEmailRightSide .imagesHistory_previews .li img {
    width: 128px !important;
    height: 128px !important;
    flex-shrink: 0;
    border-radius: 10px;
    box-shadow: 0 0px 10px 1px rgb(73 73 73 / 14%);
}

.submitsByAjaxSendEmailRightSide .glightbox-content img {
    object-fit: cover !important;
    height: 122px !important;
    width: 132px !important;
}

.submitsByAjaxSendEmailRightSide .widget-content-area {
    border: unset;
    box-shadow: unset;
    padding: 0;
    background-color: #fff !important;
}

.submitsByAjaxSendEmailRightSide .imagesHistory_previews .li {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 10px;
    width: 136px !important;
}

.submitsByAjaxSendEmailRightSide .imagesHistory .li .deleteBtnImagesEquipment {
    background: #F1F1F1;
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 50%;
    vertical-align: middle;
    align-items: center;
    display: flex;
    text-align: center;
    padding-left: 4px;
    position: absolute;
    top: -14px;
    right: -9px;
}

.submitsByAjaxSendEmailRightSide .imagesHistory_previews .li .upload__img-closes {
    background: #F1F1F1;
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 50%;
    vertical-align: middle;
    align-items: center;
    display: flex;
    text-align: center;
    padding-left: 4px;
    position: absolute;
    top: -14px;
    right: -8px;
}

.submitsByAjaxSendEmailRightSide .preview-container {

    margin-bottom: 20px;
    max-height: 250px;
    overflow-y: auto;
}

.submitsByAjaxSendEmailRightSide .imagesHistory_previews {
    margin-bottom: 20px;
    max-height: 300px;
    overflow-y: auto;
    padding-top: 18px;
    overflow-x: hidden;
}

.submitsByAjaxSendEmailRightSide .uploadEquipments {
    border: 4px dotted gainsboro;
    border-radius: 7px;
    margin-left: 11px;
    padding: 39px 51px;
}

.submitsByAjaxSendEmailRightSide input[type="file"] {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    width: 100%;
    height: 100% !important;
    width: 128px !important;

}

.tooltips_dropdowns {
    width: 312px;
    min-height: 240px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 70px 0px rgba(75, 105, 133, 0.25);
    color: #000;
    text-align: left;
    border-radius: 6px;
    padding: 16px;
    line-height: 18px;
    font-size: 10px;
}

.tooltips_dropdowns ul {
    padding: 0;
}

.tooltips_dropdowns li:nth-child(odd) {
    background: #FAFAFA;
}

.tooltips_dropdowns li {
    color: #4E4E4E;
    font-size: 13px;
    padding: 10px !important;
    border-bottom: 1px solid #B8B8B8;
    min-height: 43px;
    align-items: center;
    vertical-align: middle;
    display: flex;
}

.newBookingNewBtn {
    font-size: 13px !important;
    background-color: #F2FBFD !important;
    color: #05598b !important;
    border: 1px solid #05598b !important;
    line-height: 23px;
    height: 40px;
}

.circular-progress {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-top: 34px;
}

.circular-progress .percentage {
    position: absolute;
    width: 95px;
    height: 95px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.circular-progress .percentage span {
    font-size: 24px;
    font-weight: bold;
    color: var(--progress-color);
}

.circular-progress .percentage p {
    font-size: 14px;
    color: var(--progress-color);
    margin: 0;
}

.circular-progress .label {
    position: absolute;
    bottom: -31px;
    font-size: 14px;
    color: var(--progress-color);
    text-align: center;
    left: 25px;
    font-weight: bold;
}

.margin {
    margin: 25px;
}


.semi-donut {
    --percentage: 0;
    --fill: #ff0;
    width: 300px;
    height: 150px;
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
    color: var(--fill);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;

    &
    :after {
        content: '';
        width: 300px;
        height: 300px;
        border: 50px solid;
        border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
        position: absolute;
        border-radius: 50%;
        left: 0;
        top: 0;
        box-sizing: border-box;
        transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
        animation: fillAnimation 1s ease-in;
    }

}

.none-curcal {
    cursor: unset !important;
}

.none-curcal .event {
    cursor: unset !important;
}

.jobTitleBg {
    background: #f3efeb;
    color: #05598b;
    padding: 9px;
    font-weight: bold;
    margin: 0 0 8px 0px
}

@media (min-width: 768px) {
    .d-flex-desktop {
        display: flex;
    }
}

@media (max-width: 768px) {
    .d-flex-desktop {
        display: inherit;
    }
}

.estimatorOnly {
    border: 1px solid gainsboro;
    background: #F5F5F5;
    margin: 2px !important;
    padding: 22px 0px;
    border-radius: 7px;
}

.estimate_edit_status a.dropdown-item {
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 6px 17px;
    clear: both;
    font-weight: 500;
    color: #0e1726;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 13px;
}

.orange-btn {

    border-color: orange !important;
    color: orange !important;
}

.orange-btn:hover {
    background-color: orange !important;
    border-color: orange !important;
    color: #fff !important;
}

.bottomOFSchdule td {
    width: 190px !important;
    height: 105px;
    border-right: 1px solid gainsboro;
    border-left: 1px solid gainsboro;
}

.bottomOFSchdule tr {
    border-bottom: 1px solid gainsboro;
}

.mapIcon {
    color: #2e97f2;
    font-size: 14px;
    padding-left: 9px;
}

.paymentSectionFaq {
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    color: gray;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
}

@media (max-width: 768px) {
    #calendar .event-desc {
        padding-top: 26px !important;
        font-size: 10px;
    }

    #calendar .event-desc b {
        padding: 0 !important;
    }

    .responsiveCenter {
        text-align: center;
        margin-bottom: 30px;
    }

    .responsiveTop {
        margin-top: 20px;
    }

    .toolbar-icons {
        justify-content: space-between;
        margin-bottom: 21px;
    }
}

.features li {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    text-align: center;
    width: auto;
    padding: 15px;
    border-radius: 12px;
    max-width: 212px;
    display: inline-block;
    margin-right: 10px;
    min-width: 212px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    border: 2px solid #fff;
}

.features li p {
    margin-top: 11px;
    margin-bottom: 0 !important;
}

.features {
    padding: 0 !important;
}

.features li input[type="checkbox"]:checked + span,
.features li input[type="checkbox"]:checked + p {
    background-color: #f0f8ff; /* Highlight color */
    border-radius: 5px;
    transition: 0.3s ease;
}

.features li .checkbox {
    position: absolute;
    right: -15px;
    top: -10px;
}

.checkdate_select .select2-container--default .select2-selection--single {
    box-shadow: unset !important;
    border: 1px solid #fff !important;
}

.checkdate_select .select2-container {
    padding: 0 !important;
}

.checkdate_select {
    margin: 14px 0 !important;
}

.hideItems i {
    padding-left: 10px;
}

.addMember {
    color: #000 !important;
    background: #b4fdfc !important;
    height: 42px;
    border: 1px solid #000;
    float: left;
}

.dImges {
    width: 100px;
    height: 75px;
    border: 1px solid gainsboro;
    border-radius: 9px;
    margin-right: 10px;
}

.endPointTR td {
    background: #cae1f7 !important;
    padding-top: 7px !important;
}

#calendar .endPointTR td:first-child {
    line-height: 24px !important;
}

.linkDesign {
    color: #005888 !important;
    border-bottom: 1px solid;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    height: 24px;
    /* border-bottom: 1px solid; */
    text-align: right;
    float: right;
    margin-top: 7px;
}

#customerMember {
    float: right;
    color: #2196f3;
    cursor: pointer;
    font-weight: bold;
}

.get-review {
    color: rgba(45, 129, 87, 1) !important;
    text-align: right;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    height: 22px;
    border-bottom: 1px solid !important;
    /* text-decoration-line: underline; */
    float: right;
}


.field_report_install_start_table .table > tbody > tr > td {
    padding: 3px 5px;
    height: 50px;
}

.field_report_install_start_table .table:not(.dataTable) thead tr th:first-child {
    border-radius: 0;
}

.field_report_install_start_table .table:not(.dataTable) thead tr th:last-child {
    border-radius: 0;
}

.field_report_install_start_table .table > tbody > tr > td {
    font-size: 12px;
    white-space: pre-line !important;
    max-width: 210px;
    border: 0 !important;
    border-left: 1px solid #f0ebe5 !important;
    border-bottom: 1px solid #f0ebe5 !important;
}

.field_report_install_start_table tr:nth-child(even) {
    background-color: #fff !important
}

.field_report_install_start_table .table > tbody > tr > td:last-child {
    border-right: 1px solid #f0ebe5 !important;
}

.field_report_install_start_table .table > input {
    border-color: gainsboro !important;
    border-radius: 3px !important;
}

.field_report_install_start_table .table > thead > tr > th {
    background: #F3EFEB !important;
}

.field_report_install_start_table .table > thead > tr > th {
    color: #005888 !important;
    height: 50px;
    border-color: #f0ebe5 !important;
    text-align: center !important;
    position: relative;
}

.field_report_install_finish_table .table > tbody > tr > td {
    padding: 3px 5px;
    height: 50px;
}

.field_report_install_finish_table .table:not(.dataTable) thead tr th:first-child {
    border-radius: 0;
}

.field_report_install_finish_table .table:not(.dataTable) thead tr th:last-child {
    border-radius: 0;
}

.field_report_install_finish_table .table > tbody > tr > td {
    font-size: 12px;
    white-space: pre-line !important;
    max-width: 210px;
    border: 0 !important;
    border-left: 1px solid #f0ebe5 !important;
    border-bottom: 1px solid #f0ebe5 !important;
}

.field_report_install_finish_table tr:nth-child(even) {
    background-color: #fff !important
}

.field_report_install_finish_table .table > tbody > tr > td:last-child {
    border-right: 1px solid #f0ebe5 !important;
}

.field_report_install_finish_table .table > input {
    border-color: gainsboro !important;
    border-radius: 3px !important;
}

.field_report_install_finish_table .table > thead > tr > th {
    background: #F3EFEB !important;
}

.field_report_install_finish_table .table > thead > tr > th {
    color: #005888 !important;
    height: 50px;
    border-color: #f0ebe5 !important;
    text-align: center !important;
    position: relative;
}


#uploadBookingImage .imagesHistoryBooking .li {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 10px;
}

#uploadBookingImage .imagesHistory_previewBooking .li {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 10px;
    width: 215px !important;
}

#uploadBookingImage .imagesHistoryBooking .li img {
    width: 130.695px !important;
    height: 128.084px !important;
    background-color: #fff;
}

#uploadBookingImage .imagesHistoryBooking .li img {
    width: 140px !important;
    height: 128px !important;
    flex-shrink: 0;
    border-radius: 10px;
    box-shadow: 0 0px 10px 1px rgb(73 73 73 / 14%);
}

#uploadBookingImage .imagesHistory_previewBooking .li img {
    width: 170px !important;
    height: 145px !important;
    flex-shrink: 0;
    border-radius: 10px;
    box-shadow: 0 0px 10px 1px rgb(73 73 73 / 14%);
}

#uploadBookingImage .glightbox-content img {
    object-fit: cover !important;
    height: 122px !important;
    width: 132px !important;
}

#uploadBookingImage .widget-content-area {
    border: unset;
    box-shadow: unset;
    padding: 0;
    background-color: #fff !important;
}

#uploadBookingImage .imagesHistoryBooking .li .deleteBtnImagesEquipment {
    background: #F1F1F1;
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 50%;
    vertical-align: middle;
    align-items: center;
    display: flex;
    text-align: center;
    padding-left: 4px;
    position: absolute;
    top: -14px;
    right: 18px;
}

#uploadBookingImage .imagesHistory_previewBooking .li .upload__img-close {
    background: #F1F1F1;
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 50%;
    vertical-align: middle;
    align-items: center;
    display: flex;
    text-align: center;
    padding-left: 4px;
    position: absolute;
    top: -14px;
    right: 18px;
}

#uploadBookingImageBooking .preview-container {

    margin-bottom: 20px;
    max-height: 250px;
    overflow-y: auto;
}

#uploadBookingImage .imagesHistory_previewBooking {
    margin-bottom: 20px;
    max-height: 300px;
    overflow-y: auto;
    padding-top: 18px;
    overflow-x: hidden;
}

#uploadBookingImage .uploadEquipment {
    border: 4px dotted gainsboro;
    border-radius: 7px;
    margin-left: 11px;
    padding: 77px 88px;
}

#uploadBookingImage input[type="file"] {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    width: 100%;
    height: 100% !important;
    width: 128px !important;
}

.fancybox__container {
    z-index: 9999 !important; /* Set a high z-index value */
}

.rating,
.ratingMain,
.ratingA {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    grid-gap: .5rem;
    font-size: 1.5rem;
    color: var(--yellow);
    margin-bottom: 0rem;
}

.rating .star,
.ratingMain .starMain,
.ratingA .starA {
    cursor: pointer;
    color: #ccc;
}

.rating .star.active,
.ratingMain .starMain.active,
.ratingA .starA.active {
    opacity: 0;
    color: var(--yellow);
    animation: animate .5s calc(var(--i) * .1s) ease-in-out forwards;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.rating .star:hover,
.ratingMain .starMain:hover,
.ratingA .starA:hover {
    transform: scale(1.1);
}

:root {
    --yellow: #FFBD13;
    --blue: #4383FF;
    --blue-d-1: #3278FF;
    --light: #F5F5F5;
    --grey: #AAA;
    --white: #FFF;
    --shadow: 8px 8px 30px rgba(0, 0, 0, .05);
}

.reviewMainPage {
    border: 1px solid gainsboro;
    border-radius: 5px;
    padding: 0;
    margin-top: 11px;
}

.link {
    color: #68b1f5;
    text-align: right;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    height: 22px;
    border-bottom: 1px solid;
    /* text-decoration-line: underline; */
    float: right;
}

.media .media-body .stars svg.empty-star {
    stroke-width: 1px;
    fill: #fcf5e9;
    opacity: 0.5;
}

.pPerformance {
    font-size: 18px;
    color: rgba(90, 97, 111, 1);
    font-weight: bold;
    display: block;
}

.pSales {
    font-size: 11px;
    color: rgba(0, 88, 136, 1);
    border-bottom: 1px solid rgba(0, 88, 136, 1);
    display: inline-block;
}

.pTarget {
    font-size: 9px;
    color: rgba(145, 153, 142, 1);
    border-bottom: 1px solid rgba(145, 153, 142, 1);
    display: inline-block;
}

.linkMain {
    color: rgba(0, 88, 136, 1) !important;
    font-weight: bold;
    justify-content: end;
    line-height: 20px;
    border-bottom: 1px solid;
    width: 90px !important;
    display: block;
    text-align: center;
}

.topIconSetup {
    position: relative;
    top: 0px;
}

.setupIconHeight {
    /*height: 120px !important;*/
}

.swal_select {
    margin: 0 !important;
    height: 39px;
    line-height: 23px;
    padding: 1px 10px;
    font-size: 14px;
}

.swal_label {
    display: flex;
    width: 100%;
    vertical-align: middle;
    align-items: center;
}

.swal_text {
    width: 22%;
    text-align: left;
}

.swal_p {
    gap: 23px;
    display: flex;
    font-size: 15px;
    font-weight: bold;
    margin: 30px 0 !important;
}

.swal_first {
    color: gray;
}

.swal_second {
    color: #03A9F4;
}

.option_title {
    padding: 0;
    color: rgba(0, 88, 136, 1);
    font-weight: bold;
    margin-bottom: 13px;
}

.option_table thead tr th {
    background: rgba(192, 240, 253, 1);
    padding: 13px 12px;
}

.option_table tbody tr td {
    padding: 15px 4px;
}

.option_table tbody tr td input {
    width: 220px;
}

.footer_note {
    color: rgba(0, 0, 0, 1);
    margin: 6px 0;
}

.title_font {
    color: rgba(0, 88, 136, 1) !important;
    /*font-weight: bold;*/
    margin-bottom: 15px !important;
}

.color-gray2 {
    color: rgba(137, 137, 137, 1) !important;
}

.imageEs {
    width: 69px;
    border: 1px solid #f5f5f5 !important;
    border-radius: 8px;
    height: 57px;
}

.itme_name {
    vertical-align: middle;
    align-items: center;
    display: flex;
}

.topUl li {
    display: inline-block;
    padding: 0 10px;
}

.selectedDetails {
    display: flex;
    vertical-align: middle;
    align-items: center;
    gap: 17px;
}

.file-preview1 {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    color: #0C78B2;
    font-weight: bold;
    text-align: center;
}

.preview-image1 {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    display: block;
    margin: auto;
}

.file-input1 {
    width: 117px;
    height: 92px;
    position: absolute;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.file-label1 {
    cursor: pointer;
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.file-preview2 {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    color: #0C78B2;
    font-weight: bold;
    text-align: center;
}

.preview-image2 {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    display: block;
    margin: auto;
}

.file-input2 {
    width: 118px;
    height: 92px;
    position: absolute;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.file-label2 {
    cursor: pointer;
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.status_tooltip_h3 {
    color: #03A9F4;
    font-size: 25px;
}

.booked_on_p {
    font-size: 15px;
    color: #54668b;
    font-weight: normal;
    padding: 15px 0;
}

.status_table {
    width: 100%;
    color: #54668b;
    font-size: 13px;
    font-weight: normal;
}

.status_table td {
    border: 1px solid gainsboro;
    padding: 12px;
}

.bg-white {
    background: #fff !important;
}

.pointer-event-none {
    pointer-events: none !important;
    opacity: 0.4 !important;
}

.newLookTab .nav.nav-pills li.nav-item button.nav-link {
    color: gray !important;
}

img.preview-image {
    width: 100px;
    border-radius: 10px;
    border: 1px solid gainsboro;
    height: 90px;
}

.designReviewUl li {
    display: inline-block;
    vertical-align: middle;
    align-items: center;
}

.hoverZoomImg:hover + .zoomElement {
    -ms-transform: scale(5.5);
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    z-index: 9999999;
    position: absolute;
}

.hoverZoomImg:hover .zoomElement {
    -ms-transform: scale(5.5);
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    z-index: 9999999;
    position: absolute;
}

.hoverZoomImg:hover ~ .zoomElement {
    transform: scale(5.5);
    z-index: 9999999;
    position: absolute;
}

.hoverZoomImg:hover {
    color: red !important;
}

.openImageModalItem {
    cursor: pointer;
}

@media (max-width: 1156px) {
    .setupWidth {
        width: 1252px !important;
    }
}

/* First, handle smaller screens */
@media (min-width: 1114px) and (max-width: 1156px) {
    .setupWidth {
        width: 1188px !important;
    }
}

/* Then handle larger screens */
@media (min-width: 1537px) {
    .setupWidth {
        width: 1249px !important;
    }
}

.setupWidth {
    min-width: 1187px;
}


.detailTopTag {
    justify-content: end;
    display: flex;
    text-align: right;
    float: right;
    width: 75%;
    gap: 10px;
    font-size: 15px;
    vertical-align: middle;
    align-items: center;
    margin: 0;
}

.fiSpan {
    color: #5A616F !important;
    font-weight: bold;
    border-bottom: 1px solid;
}

.seSpan {
    color: #14598B !important;
    font-weight: bold;
    border-bottom: 1px solid;
}

.order_detail_td_bg {
    background: #D9D9D921 !important;
}


/* Input Box */
.suggestion_filter_new {
    border-radius: 0 6px 6px 0 !important;
    padding: 10px;
}

/* Suggestion Dropdown */
.suggestion-dropdown_new {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    top: 41px;
    left: 0px;
}

/* Header */
.suggestion-header_new {
    background: #f2f2f2;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}


.suggestion-item_new:hover {
    background: #f8f9fa;
    cursor: pointer;
}

/* Item Details */
.item-name_new {
    font-weight: bold;
    width: 220px !important;
    padding-right: 25px;
}

.item-details_new {
    font-size: 14px;
    color: #666;
    flex: 2;
    text-align: center;
}

.delete {
    color: red;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

.delete:hover {
    color: darkred;
}

.suggestion-list_new {
    height: 292px;
}

.suggestion-item_new {
    padding: 10px;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.suggestion-item_new p {
    margin-bottom: 3px;
    font-size: 12px;
}

.global-tooltip-img {
    position: absolute;
    width: 230px;
    z-index: 1000000;
    background-color: white;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    display: none;
}

.zoom_image {
    width: 50px !important
}
span.openEditorForStock {
    text-align: right;
    float: right;
}













/*-----------------OPEN AI BOX SCHEDULE-------------------------------------*/

#openTechTodayTask .header {
    background: #e2f8ff;
    color: #0569ff;
    padding: 12px 16px 8px 16px;
    position: relative;
    font-weight: bold;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.back-arrow {
    font-size: 18px;
    cursor: pointer;
}

.date-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 7px 20px;
    border-radius: 8px;
    font-weight: bold;
    color: #000;
}

.date-text {
    font-size: 16px;
    font-weight: 500;
}

.calendar-icon, .close-btn {
    font-size: 18px;
    cursor: pointer;
}

.greeting {
    text-align: center;
    margin-bottom: 16px;
    margin-top: 20px;
}

.greeting h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
    color: #0569ff;
}

.greeting p {
    font-size: 14px;
    opacity: 0.9;
}

.stats-card {
    background: #fff;
    border-radius: 10px;
    padding: 12px 20px;
    margin: 0 16px 16px 16px;
    backdrop-filter: blur(10px);
}

.stats-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stats-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.booking-icon {
    width: 16px;
    height: 16px;
    background: #4CAF50;
    border-radius: 3px;
}

.stats-text {
    font-size: 14px;
    font-weight: 500;
}

.stats-number {
    color: #4CAF50;
    font-weight: 600;
    font-size: 14px;
}

/*.main-content {*/
/*    background: white;*/
/*    min-height: calc(100vh - 200px);*/
/*}*/

.notification-section {
    padding: 2px;
    border-bottom: 1px solid #f0f0f0;
    padding: 13px 16px;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 13px 3px;
}

.notification-icon {
    width: 16px;
    height: 16px;
    background: #2196F3;
    border-radius: 3px;
}

.section-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.notification-item {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 8px;
    color: #005888;
    margin-right: 6px;
}

.notification-time {
    font-size: 12px;
    color: gray;
    margin-bottom: 4px;
}

.notification-ref {
    font-size: 11px;
    color: #005888;
    float: right;

}

.notification-text {
    font-size: 13px;
    color: #005888;
    line-height: 1.4;
}

.edit-icon {
    float: right;
    margin-top: -15px;
    width: 16px;
    height: 16px;
    opacity: 0.5;
    cursor: pointer;
}

.expandable-section {
    border-bottom: 1px solid #f0f0f0;
}

.section-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    cursor: pointer;
    background: white;
    border: none;
    width: 100%;
    text-align: left;
}

.section-toggle:hover {
    background: #f9f9f9;
}

.toggle-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.chances-link {
    color: #005888 !important;
    text-decoration: unset !important;
    font-weight: normal !important;
}

.callback-link {
    color: #005888 !important;
    text-decoration: unset !important;
    font-weight: normal !important;
}

.opportunities-icon {
    width: 16px;
    height: 16px;
    background: #4CAF50;
    border-radius: 3px;
}

.reminders-icon {
    width: 16px;
    height: 16px;
    background: #FF9800;
    border-radius: 50%;
}

.toggle-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.count-badge {
    font-size: 15px;
    color: #005888 !important;
    font-weight: bold;
}

.chevron {
    font-size: 16px;
    color: #ccc;
    transition: transform 0.3s;
}

.section-content {
    padding: 6px 16px 16px 16px;
    background: #fafafa;
}

.opportunity-item, .reminder-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 8px;
    border-bottom: 0;
    background: #f5f5f5;
    margin-bottom: 9px;
    border-radius: 8px;
}

.opportunity-item:last-child, .reminder-item:last-child {
    border-bottom: none;
}

.item-left {
    flex: 1;
}

.time-slot {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 4px;
}

.ref-number {
    font-size: 12px;
    color: #666;
}

.chances-link, .callback-link {
    color: #2196F3;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.chances-link:hover, .callback-link:hover {
    text-decoration: underline;
}

.close-btn-bottom {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2196F3;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
}

.close-btn-bottom:hover {
    background: #1976D2;
}

/* Expanded state */
.expanded .chevron {
    transform: rotate(180deg);
}




.skeleton-container {
    max-width: 375px;
    margin: 0 ;
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.skeleton-header {
    text-align: center;
    margin-bottom: 30px;
}

.skeleton-title {
    width: 120px;
    height: 24px;
    background: #e2e8f0;
    border-radius: 12px;
    margin: 0 auto 10px;
    animation: shimmer 1.5s ease-in-out infinite;
}

.skeleton-subtitle {
    width: 200px;
    height: 16px;
    background: #e2e8f0;
    border-radius: 8px;
    margin: 0 auto 5px;
    animation: shimmer 1.5s ease-in-out infinite 0.2s;
}

.skeleton-luck {
    width: 80px;
    height: 16px;
    background: #e2e8f0;
    border-radius: 8px;
    margin: 0 auto;
    animation: shimmer 1.5s ease-in-out infinite 0.4s;
}

.skeleton-booking-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #e2e8f0;
}

.skeleton-booking-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.skeleton-booking-title {
    width: 140px;
    height: 18px;
    background: #e2e8f0;
    border-radius: 9px;
    animation: shimmer 1.5s ease-in-out infinite 0.6s;
}

.skeleton-job-count {
    width: 60px;
    height: 18px;
    background: #e2e8f0;
    border-radius: 9px;
    animation: shimmer 1.5s ease-in-out infinite 0.8s;
}

.skeleton-section {
    margin-bottom: 25px;
}

.skeleton-section-title {
    width: 60px;
    height: 20px;
    background: #e2e8f0;
    border-radius: 10px;
    margin-bottom: 15px;
    animation: shimmer 1.5s ease-in-out infinite 1s;
}

.skeleton-note-item {
    background: white;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 12px;
    border: 1px solid #e2e8f0;
}

.skeleton-note-time {
    width: 80px;
    height: 14px;
    background: #e2e8f0;
    border-radius: 7px;
    margin-bottom: 8px;
    animation: shimmer 1.5s ease-in-out infinite 1.2s;
}

.skeleton-note-text {
    width: 100%;
    height: 16px;
    background: #e2e8f0;
    border-radius: 8px;
    margin-bottom: 6px;
    animation: shimmer 1.5s ease-in-out infinite 1.4s;
}

.skeleton-note-text.short {
    width: 75%;
    animation: shimmer 1.5s ease-in-out infinite 1.6s;
}

.skeleton-note-text.medium {
    width: 90%;
    animation: shimmer 1.5s ease-in-out infinite 1.8s;
}

.skeleton-bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.skeleton-bottom-title {
    width: 100px;
    height: 18px;
    background: #e2e8f0;
    border-radius: 9px;
    animation: shimmer 1.5s ease-in-out infinite 2s;
}

.skeleton-bottom-count {
    width: 80px;
    height: 18px;
    background: #e2e8f0;
    border-radius: 9px;
    animation: shimmer 1.5s ease-in-out infinite 2.2s;
}

@keyframes shimmer {
    0% {
        background-color: #e2e8f0;
    }
    50% {
        background-color: #cbd5e1;
    }
    100% {
        background-color: #e2e8f0;
    }
}

/* Alternative pulse animation */
.pulse {
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

/*------------------------------------------------------------------------*/
.not-editors{
    opacity: .5;
    pointer-events: none;
}
.supplier_select_span{
    border: 1px solid #adabab;
    padding: 3px;
    width: 100%;
    display: inline-table;
    border-radius: 4px;
    cursor: pointer;
}
.disabled_span{
    background: #f1f2f3;
    pointer-events: none;
}





.modalBrandSupplier .demo-button {
    background: rgb(30, 156, 189);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(30, 156, 189, 0.3);
}

.modalBrandSupplier .demo-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 156, 189, 0.4);
    background: rgb(25, 140, 170);
}

#modalBrandSupplier {

}




.modalBrandSupplier .modal-dialog {
    background: white;
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    max-width: 1000px;
    width: 95%;
    max-height: 90vh;
    overflow: hidden;
    position: relative;
}

.modalBrandSupplier .modal-header .select2-container{
    width: 145px !important;
    margin-left: 1px;
    margin-right: 27px;
}
.modalBrandSupplier .form-check-input {
    background-color: #fff;
}

.modalBrandSupplier .modal-header {
    background: #005888;
    color: white;
    padding: 20px 24px;
    display: flex;
    justify-content: between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.modalBrandSupplier .modal-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);

}



.modalBrandSupplier .modal-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.modalBrandSupplier .btn-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}



.modalBrandSupplier .modal-body {
    padding: 24px;
    max-height: 60vh;
    overflow-y: auto;
}

.modalBrandSupplier .form-group {
    margin-bottom: 20px;
}

.modalBrandSupplier .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.modalBrandSupplier .form-control {
    width: 100%;
    padding: 0px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 12px;
    transition: all 0.3s ease;
    background: white;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0;
}

.modalBrandSupplier .form-control:focus {
    outline: none;
    border-color: rgb(30, 156, 189);
    box-shadow: 0 0 0 3px rgba(30, 156, 189, 0.1);
    transform: translateY(-1px);
}

.modalBrandSupplier .form-control:hover {
    border-color: rgb(30, 156, 189);
}

.modalBrandSupplier .scrollbar {
    max-height: 300px;
    overflow-y: auto;
    border-radius: 8px;
    border: 1px solid #e1e5e9;
}

.modalBrandSupplier .scrollbar::-webkit-scrollbar {
    width: 8px;
}

.modalBrandSupplier .scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.modalBrandSupplier .scrollbar::-webkit-scrollbar-thumb {
    background: rgb(30, 156, 189);
    border-radius: 4px;
}

.modalBrandSupplier .scrollbar::-webkit-scrollbar-thumb:hover {
    background: rgb(25, 140, 170);
}

.modalBrandSupplier .brand_supplier {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.modalBrandSupplier .brand_supplier thead tr{

    background: rgb(0 88 136);
}
.modalBrandSupplier .brand_supplier thead th {
    border-right: 1px solid #fff;
    color: white;
    padding: 9px;
    text-align: left;
    font-weight: 600;
    /*position: sticky;*/
    top: 0;
    z-index: 10;
}

.modalBrandSupplier .brand_supplier tbody tr {
    transition: all 0.3s ease;
    border-bottom: 1px solid #e1e5e9;
}



.modalBrandSupplier .brand_supplier tbody td {
    padding: 9px 7px;
    vertical-align: middle;
}
.modalBrandSupplier tbody td {
    letter-spacing: 0 !important;
}
 .modalBrandSupplier .form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    accent-color: rgb(30, 156, 189);
    cursor: pointer;
    transition: all 0.2s ease;
     border: 2px solid darkgray !important;
}


.modalBrandSupplier .form-check-label {
    cursor: pointer;
    font-size: 11px;
    color: #555;
    transition: color 0.2s ease;
}


.modalBrandSupplier .form-check-inline {
    display: inline-flex;
    align-items: center;
    margin-right: 16px;
}

.modalBrandSupplier .btn-primary {
    background: linear-gradient(135deg, rgb(30, 156, 189), rgb(25, 140, 170));
    border: none;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.modalBrandSupplier .btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.modalBrandSupplier .btn-primary:hover::before {
    left: 100%;
}

.modalBrandSupplier .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 156, 189, 0.3);
}

.modalBrandSupplier .btn-primary:active {
    transform: translateY(0);
}

.modalBrandSupplier .text-end {
    text-align: right;
    padding: 24px;
    background: #f8f9fa;
    border-top: 1px solid #e1e5e9;
}






.modalBrandSupplier .mb-3 {
    margin-bottom: 1rem;
}

.modalBrandSupplier .mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.modalBrandSupplier .mb-1 {
    margin-bottom: 0.25rem;
}

.modalBrandSupplier .p-1 {
    padding: 0.25rem;
}

.modalBrandSupplier .p-2 {
    padding: 0.5rem;
}

.modalBrandSupplier .p-3 {
    padding: 1rem;
}

/* Responsive design */
@media (max-width: 768px) {
    .modalBrandSupplier .modal-dialog {
        width: 95%;
        margin: 20px;
    }

    .modalBrandSupplier .brand_supplier {
        font-size: 12px;
    }

    .modalBrandSupplier .brand_supplier thead th,
    .modalBrandSupplier .brand_supplier tbody td {
        padding: 8px 6px;
    }

    .modalBrandSupplier .modal-title {
        font-size: 20px;
    }
}


.skeleton-note-text.short {
    width: 75%;
    animation: shimmer 1.5s ease-in-out infinite 1.6s;
}

.skeleton-note-text.medium {
    width: 90%;
    animation: shimmer 1.5s ease-in-out infinite 1.8s;
}

.skeleton-bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.skeleton-bottom-title {
    width: 100px;
    height: 18px;
    background: #e2e8f0;
    border-radius: 9px;
    animation: shimmer 1.5s ease-in-out infinite 2s;
}

.skeleton-bottom-count {
    width: 80px;
    height: 18px;
    background: #e2e8f0;
    border-radius: 9px;
    animation: shimmer 1.5s ease-in-out infinite 2.2s;
}

@keyframes shimmer {
    0% {
        background-color: #e2e8f0;
    }
    50% {
        background-color: #cbd5e1;
    }
    100% {
        background-color: #e2e8f0;
    }
}

/* Alternative pulse animation */
.pulse {
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

/*------------------------------------------------------------------------*/
.not-editors{
    opacity: .5;
    pointer-events: none;
}
.supplier_select_span{
    border: 1px solid #adabab;
    padding: 3px;
    width: 100%;
    display: inline-table;
    border-radius: 4px;
    cursor: pointer;
}
.disabled_span{
    background: #f1f2f3;
    pointer-events: none;
}





.modalBrandSupplier .demo-button {
    background: rgb(30, 156, 189);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(30, 156, 189, 0.3);
}

.modalBrandSupplier .demo-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 156, 189, 0.4);
    background: rgb(25, 140, 170);
}

#modalBrandSupplier {

}
.modalBrandSupplier .modal-body .selectIgnore .select2-container {
    width: 130px !important;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideInUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideOutDown {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(50px);
        opacity: 0;
    }
}

.modalBrandSupplier .modal-dialog {
    background: white;
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    max-width: 1091px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    animation: slideInUp 0.4s ease;
    position: relative;
}

.modalBrandSupplier .modal-dialog.closing {
    animation: slideOutDown 0.3s ease;
}

.modalBrandSupplier .modal-header {
    background: #10669b;
    color: white;
    padding: 20px 24px;
    display: flex;
    justify-content: between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.modalBrandSupplier .modal-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.modalBrandSupplier .modal-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.modalBrandSupplier .btn-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.modalBrandSupplier .btn-close:hover {
    /*background: rgba(255, 255, 255, 0.3);*/
    /*transform: rotate(90deg);*/
}

.modalBrandSupplier .modal-body {
    padding: 24px;
    max-height: 60vh;
    overflow-y: auto;
}

.modalBrandSupplier .form-group {
    margin-bottom: 20px;
}

.modalBrandSupplier .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.modalBrandSupplier .form-control {
    width: 100%;
    padding: 0px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 12px;
    transition: all 0.3s ease;
    background: white;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0;
}

.modalBrandSupplier .form-control:focus {
    outline: none;
    border-color: rgb(30, 156, 189);
    box-shadow: 0 0 0 3px rgba(30, 156, 189, 0.1);
    transform: translateY(-1px);
}

.modalBrandSupplier .form-control:hover {
    border-color: rgb(30, 156, 189);
}

.modalBrandSupplier .scrollbar {
    max-height: 300px;
    overflow-y: auto;
    border-radius: 8px;
    border: 1px solid #e1e5e9;
}

.modalBrandSupplier .scrollbar::-webkit-scrollbar {
    width: 8px;
}

.modalBrandSupplier .scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.modalBrandSupplier .scrollbar::-webkit-scrollbar-thumb {
    background: rgb(30, 156, 189);
    border-radius: 4px;
}

.modalBrandSupplier .scrollbar::-webkit-scrollbar-thumb:hover {
    background: rgb(25, 140, 170);
}

.modalBrandSupplier .brand_supplier {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.modalBrandSupplier .brand_supplier thead tr{

    background: #10669b;
}
.modalBrandSupplier .brand_supplier thead th {
    border-right: 1px solid #fff;
    color: white;
    padding: 9px;
    text-align: left;
    font-weight: 600;
    /*position: sticky;*/
    top: 0;
    z-index: 10;
}

.modalBrandSupplier .brand_supplier tbody tr {
    transition: all 0.3s ease;
    border-bottom: 1px solid #e1e5e9;
}

.modalBrandSupplier .brand_supplier tbody tr:hover {
    background: rgba(30, 156, 189, 0.05);
    transform: translateX(4px);
}

.modalBrandSupplier .brand_supplier tbody td {
    padding: 9px 7px;
    vertical-align: middle;
}
.modalBrandSupplier tbody td {
    letter-spacing: 0 !important;
}
 .modalBrandSupplier .form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    accent-color: rgb(30, 156, 189);
    cursor: pointer;
    transition: all 0.2s ease;
}

.modalBrandSupplier .form-check-input:hover {
    transform: scale(1.1);
}

.modalBrandSupplier .form-check-label {
    cursor: pointer;
    font-size: 11px;
    color: #555;
    transition: color 0.2s ease;
}

.modalBrandSupplier .form-check-label:hover {
    color: rgb(30, 156, 189);
}

.modalBrandSupplier .form-check-inline {
    display: inline-flex;
    align-items: center;
    margin-right: 16px;
}

.modalBrandSupplier .btn-primary {
    background: linear-gradient(135deg, rgb(30, 156, 189), rgb(25, 140, 170));
    border: none;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.modalBrandSupplier .btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.modalBrandSupplier .btn-primary:hover::before {
    left: 100%;
}

.modalBrandSupplier .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 156, 189, 0.3);
}

.modalBrandSupplier .btn-primary:active {
    transform: translateY(0);
}

.modalBrandSupplier .text-end {
    text-align: right;
    padding: 24px;
    background: #f8f9fa;
    border-top: 1px solid #e1e5e9;
}

.modalBrandSupplier .pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(30, 156, 189, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(30, 156, 189, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(30, 156, 189, 0);
    }
}

.modalBrandSupplier .floating {
    animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.modalBrandSupplier .fade-in {
    animation: fadeInUp 0.6s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}




.modalBrandSupplier .mb-3 {
    margin-bottom: 1rem;
}

.modalBrandSupplier .mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.modalBrandSupplier .mb-1 {
    margin-bottom: 0.25rem;
}

.modalBrandSupplier .p-1 {
    padding: 0.25rem;
}

.modalBrandSupplier .p-2 {
    padding: 0.5rem;
}

.modalBrandSupplier .p-3 {
    padding: 1rem;
}

/* Responsive design */
@media (max-width: 768px) {
    .modalBrandSupplier .modal-dialog {
        width: 95%;
        margin: 20px;
    }

    .modalBrandSupplier .brand_supplier {
        font-size: 12px;
    }

    .modalBrandSupplier .brand_supplier thead th,
    .modalBrandSupplier .brand_supplier tbody td {
        padding: 8px 6px;
    }

    .modalBrandSupplier .modal-title {
        font-size: 20px;
    }
}


