.aside .aside-menu{
    align-items:flex-start;
    justify-content:flex-start;
}
.w-120px{
    width: 120px !important;
}
.w-220px{
    width: 220px !important;
}
table.table.dataTable{
    caret-color: transparent;
}
.close-till-wrapper .btn.btn-custom{
    background-color: var(--bs-aside-menu-icon-bg-color-active);
}
.padding-b-1-55rem{
    padding-bottom: 1.55rem !important;
}

.form-group .input-group .drop_file_input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.drag-and-drop-section{
    width: 100%;
    height: 100%;
}

span.input-file-name{
    position: absolute;
    height: 100%;
    margin: auto;
    padding: 32px 0 0 80px;
    width: 100%;
}

.actions-column{
    width: max-content;
}

/* Dashboard Creation Page - Styles */

.dc-dashboard-catgeory-container{
    width: 350px;
    display: inline-block;
}
.dc-dashboard-catgeory-container .card .card-header{
    padding: 30px 24px 24px 24px;
}

.dc-dashboard-catgeory-container .card .card-header .card-title,
.dc-dashboard-catgeory-container .card .card-header .card-title .card-label{
    font-size: 22px;
    font-weight: 600;
}
.dc-dashboard-catgeory-container .card .card-body{
    padding: 0 24px 24px 24px;
    max-height: 620px;
    overflow-y: auto;
}
.service-main-section-wrapper{
    max-height: 625px;
    overflow-y: auto;
    width: 100%;
    position: relative;
    top: 80px;
}
.dc-dashboard-order-container .card .card-body{
    max-height: 455px;
    overflow-y: auto;
}
.dc-dashboard-order-container .card .card-footer{
    box-shadow: 0px -6px 24px 0px #00000014;
    height: 180px;
    padding: 16px 30px 20px 30px;
}

.dc-dashboard-service-container{
    width: 860px;
    display: inline-flex;
}
.dc-dashboard-order-container{
    width: 448px;
    display: inline-block;
    position: relative;
}
.dc-dashboard-order-container .card .card-header{
    padding: 22px 30px 16px 30px;
}
.dc-dashboard-order-container .card .card-body{
    padding: 0px 20px 20px 30px;
}

.has-sub-category{
    justify-content: space-between;
}
.has-sub-category,.dashboard-category-default-services{
    font-size: 16px;
}
.has-no-sub-category,.inside-has-sub-category{
    border-radius: 5px;
    border: 1px solid var(--bs-secondary);
    padding: 12px 20px;
    font-size: 14px;
    color: #656E81;
}
.inside-has-sub-category.active{
    font-size: 14px;
    color: #1B84FF;
}
.has-no-sub-category:hover,.inside-has-sub-category:hover{
    background-color: var(--bs-gray-200);
}

.has-no-sub-category:first-child,.inside-has-sub-category:first-child{
    margin-top: 16px;
}
.has-no-sub-category,.inside-has-sub-category{
    margin-top: 10px;
}

.information-section-for-order textarea{
    resize: none;
}
.information-section-for-order label,.information-section-for-order .create-customer-link{
    margin-top: 20px;
}

.dc-dashboard-order-container .card .card-header .card-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}
.payment-method-section > .payment-method-section-title{
    font-weight: 600;
    font-size: 18px;
}

.payment-method-icon-item{
    display: inline-block;
    margin-top: 16px;
    background-color: var(--bs-aside-menu-icon-bg-color);
    border-radius: 22px;
    cursor: pointer;
}
.payment-method-icon-item.payment-method-pay-by-card-icon-item{
    width: 110px;
    height: 82px;
    padding: 12px 18px 12px 16px;
    border-radius: 20px;
    background: #F9F9F9;
}
.payment-methods-selection{
    display: flex;
    justify-content: space-between;
}
.payment-method-icon-item.payment-method-pay-by-cash-icon-item{
    width: 110px;
    height: 82px;
    padding: 12px 17px 12px 14px;
    border-radius: 20px;
    background: #F9F9F9;
}
.payment-method-icon-item.payment-method-pay-later-icon-item{
    width: 110px;
    height: 82px;
    padding: 12px 27px 12px 24px;
    border-radius: 20px;
    background: #F9F9F9;
}
.payment-method-icon-item.pay-by-cash-icon-item{
    margin-top: 10px;
}

.payment-method-icon-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.payment-method-pay-by-card-text,
.payment-method-pay-by-cash-text,
.payment-method-pay-later-text{
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    color: #78829D;
}

.payment-method-icon-item.payment-method-pay-by-card-icon-item.active .payment-method-pay-by-card-text,
.payment-method-icon-item.payment-method-pay-by-cash-icon-item.active .payment-method-pay-by-cash-text,
.payment-method-icon-item.payment-method-pay-later-icon-item.active .payment-method-pay-later-text,
.payment-method-icon-item.payment-method-pay-by-card-icon-item:hover .payment-method-pay-by-card-text,
.payment-method-icon-item.payment-method-pay-by-cash-icon-item:hover .payment-method-pay-by-cash-text,
.payment-method-icon-item.payment-method-pay-later-icon-item:hover .payment-method-pay-later-text
{
    color: #252F4A;
}
.payment-method-icon-item.payment-method-pay-by-card-icon-item.active .pay-by-card-icon-image,
.payment-method-icon-item.payment-method-pay-by-cash-icon-item.active .pay-by-cash-icon-image,
.payment-method-icon-item.payment-method-pay-later-icon-item.active .pay-later-icon-image,
.payment-method-icon-item.payment-method-pay-by-card-icon-item:hover .pay-by-card-icon-image,
.payment-method-icon-item.payment-method-pay-by-cash-icon-item:hover .pay-by-cash-icon-image,
.payment-method-icon-item.payment-method-pay-later-icon-item:hover .pay-later-icon-image
{
    fill: #1B84FF;
}

.category-selections.active:not(.inside-has-sub-category){
    color: #1B84FF;
}
.category-selections.active.inside-has-sub-category{
    background-color: #E9F3FF;
    color: #1B84FF;
}
.has-no-sub-category{
    margin-bottom: 10px;
}

.service-main-section-title{
    font-size: 20px;
    font-weight: 600;
    padding-left: 45px;
    padding-bottom: 32px;
}

.service-main-section-title,.service-main-section-body-wrapper{
    width: 100%;
}
.service-main-section-body{
    padding-left: 45px;
}
.service-selection{
    display: inline-block;
    cursor: pointer;
    border: 1px solid var(--bs-secondary);
    min-height: 214px;
    width: 238px;
    padding: 20px 24px 20px 24px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 25px;
}
.service-selection:nth-child(3n+2){
    margin-left: 24px;
    margin-right: 24px;
}
.service-image{
    width: 70px;
    height: 70px;
    border-radius: 10px;
    object-fit: cover;
}
.service-selection-name{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    
}
.service-selection-price{
    margin-top: 8px;
    color: #1B84FF;
    font-size: 16px;
    font-weight: 600;
    
}
.service-container-for-order{
    font-size: 16px;
    font-weight: 600;
    padding-right: 10px;
}
.information-section-for-order{
    padding-right: 20px;
}
.service-name-for-order,.service-quantity-for-order,.service-price-for-order{
    display: inline-block;
}
.service-name-for-order{
    width: 40%;
    padding: 6px 10px 6px 0;
    font-weight: normal;
}
.service-category-for-order{
    font-weight: 600;
}
.service-quantity-for-order{
    width: 17%;
}
.service-price-for-order{
    width: 43%;
    text-align: right;
    color: #1B84FF;
    font-size: 18px;
    font-weight: 600;
}
.service-price-for-order input.order_service_price,
.service-price-for-order input.order_service_price:focus{
    text-align: right;
    color: #1B84FF;
    font-size: 18px;
    font-weight: 600;
}

.dialer-increase-decrease-btn{
    background-color: var(--bs-secondary);
    border-radius: 6px;
}
.btn.btn-icon.dialer-increase-decrease-btn{
    height: 30px;
    width: 30px;
}
input.order_service_quantity{
    padding-left: 33px !important;
    padding-right: 33px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}
.information-section-for-order .create-customer-link .ki-duotone,
.information-section-for-order .create-customer-link{
    color: #1B84FF;
    cursor: pointer;
}
#kt_add_order .information-section-for-order .create-customer-link:hover .ki-duotone,
#kt_add_order .information-section-for-order .create-customer-link:hover,
#kt_add_order .information-section-for-order .create-customer-link:focus .ki-duotone,
#kt_add_order .information-section-for-order .create-customer-link:focus{
    color: #1465c2 !important;
    background-color: unset !important;
}
.dashboard-category-separator{
    margin: 16px 0;
}
.service-main-section-header{
    padding-top: 5px;
}

.service-selection-image{
    margin-bottom: 16px;
}
#order_services_list,#order_services_price{
    height: 300px;
}
.dashboard-category-default-services.collapsed.activated{
    color: #1B84FF;
}
.reset-card-order{
    height: 44px;
    width: 44px;
    cursor: pointer;
    padding: 10px;
    background-color: #F5F8FA;
    border-radius: 10px;
}

.total-amount-section{
    display: flex;
    font-size: 18px;
    font-weight: 600;
    justify-content: space-between;
}
.total-amount-tax-section{
    text-align: right;
}
.total-amount-calculated{
    color: #1B84FF;
}
.service-container-for-order .order-service-item{
    display: flex;
    align-items: center;
}

.open_till_btn,.close_till_btn{
    border-radius: 12px;
}

.payment-method-icon-item.active,
.payment-method-icon-item:hover{
    outline: 2px solid #1B84FF;
    color: #1B84FF;
    background-color: #E9F3FF;
}
#kt_modal_payment_cash .modal-dialog,#kt_modal_payment_card .modal-dialog,#kt_modal_payment_pay_later .modal-dialog{
    max-width: 620px;
}

.deposit-btn,.full-amount-btn, .order_status_btn,.payment_status_btn,
.card-deposit-btn,.card-full-amount-btn
{
    border: 1px solid #DBDFE9 !important;
    padding: 12px 32px !important;
    width: 181px !important;
    margin-right: 24px;
    color: #99A1B7;
}
.order_status_btn,.payment_status_btn{
    width: 220px !important;
}
.deposit-btn.active,
.full-amount-btn.active,
.order_status_btn.active,
.payment_status_btn.active,
.card-deposit-btn.active,
.card-full-amount-btn.active{
    color: #fff;
    background-color: #1B84FF;
}
.deposit-btn.active svg path,
.full-amount-btn.active svg path,
.card-deposit-btn.active svg path,
.card-full-amount-btn.active svg path{
    fill: #FFFFFF;
}
.order_status_btn.active i, .payment_status_btn.active i{
    color: #FFFFFF;
}
#kt_modal_payment_cash .modal-body,#kt_modal_payment_card .modal-body,#kt_modal_payment_pay_later .modal-body{
    padding-left: 42px;
    padding-right: 42px;
}

.subtotal-row{
    margin-top: 50px;
}

.orderdetails-row,.subtotal-tax-row,#kt_modal_pending_payment .subtotal-row{
    margin-top: 20px;
}
.subtotal-calculated-row,
.subtotal-tax-calculated-row,
.subtotal-discount-calculated-row,
.total-amount-calculated-row,
.due-amount-calculated-row,
.cash-received-amount-calculated-row{
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
    color: #656E81;
}
.deposit-amount-calculated-row{
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
    margin-top: 16px;
    color: #656E81;
    margin-bottom: 15px;
}
.cash-return-amount-calculated-row{
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    margin-top: 16px;
    color: #252F4A;
}
.subtotal-amount,.subtotal-tax-amount,.subtotal-discount-amount,.total-amount,.due-amount, .deposit-amount{
    color: #252F4A;
}
.payable_total_amount,.cash-return-amount{
    color: #1B84FF;
}

.order-service-item{
    margin-bottom: 10px;
}
.service-container-for-order{
    max-height: 200px;
    overflow-y: auto;
}
.cash-received-amount-row input.cash-received-input{
    max-width: 120px;
}
.confirm-button-row{
    margin: 60px 0 40px 0;
    text-align: center;
    border-radius: 12px;
}
.confirm-button-row button{
    width: 192px;
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}
.cash-received-amount .fv-plugins-message-container.invalid-feedback [data-field="cash_received"]{
    position: absolute;
    width: max-content;
    right: 0;
}

.cash-received-amount .input-group .input-group-text{
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.orderconfirm img{
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.orderconfirm-text{
    margin-top: 30px;
    margin-bottom: 166px;
}
.orderconfirm-text.paymentaccepted{
    margin-top: 30px;
    margin-bottom: 50px;
}
.orderconfirm-text-span{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    color: #656E81;
}
.pickup-date-text-span{
    font-weight: 600;
}
#kt_modal_order_confirm .modal-dialog{
    max-width: 620px;
}
#kt_modal_order_confirm .modal-body{
    padding: 0 112px;
}
.orderconfirm-close-btn button,
.orderconfirm-close-btn button:hover{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    border-radius: 12px;
    background-color: #F9F9F9;
    border: 1px solid #DBDFE9;
    color: #252F4A;
}
.orderconfirm-close-btn{
    margin-bottom: 40px;
}
.paylater-icon{
    height: 120px;
    width: 120px;
}
.header-email{
    color: #78829D;
}

.image-input-placeholder { 
    background-image: url('../media/misc/service-default-image.svg');
}
.calender-icon-image-div{
    position: relative;
}
.calender-icon-image{
    position: absolute;
    right: 12px;
    float: right;
    top: 10px;
    pointer-events: none;
}

.nav-custom .nav-link.order_summary_tab_link:hover{
    border-bottom-color: #fff !important;
}

.service-selection:hover{
    outline: 1px solid #64a5f2;
}

.modal-footer:has(.orderconfirm-close-btn){
    border-top: 0;
    justify-content: center;
}
.action_price_btn{
    color: #99A1B7;
}
.subtotal-tax-row.pending_payment_row > .subtotal-tax-calculated-row,
.subtotal-tax-row.pending_payment_row > .subtotal-discount-calculated-amount{
    font-weight: 600;
    font-size: 16px;
    color: #252F4A;
}
.subtotal-tax-row.pending_payment_row .subtotal-tax-amount{
    color: #1B84FF;
}

#kt_view_salary_list_table{
    border-top: 1px solid var(--bs-border-color);
    border-bottom: 1px solid var(--bs-border-color);
}
.customer-details-history-container{
    margin-top: 115px;
}


.orderconfirm-btn-for-store,
.orderconfirm-btn-for-customer{
    margin-top: 10px;
}
.dashboard-main-container{
    display: flex;
}
.service-price-for-order{
    padding-right: 5px;
}
.service-price-for-order .form-control.order_service_price_input{
    max-width: 100px;
    float: right;
    width: 85px;
    border: 1px solid var(--bs-gray-300);
    border-radius: 6px;
}
.subtotal-tax-wrapper{
    font-size: 13px;
}

.service-price-for-order span{
    cursor: pointer;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option{
    padding: .85rem 1.35rem;
}
.modal-header .btn.btn-icon.btn-sm.btn-active-icon-primary{
    background-color: var(--bs-gray-200);
}
.modal-header .btn.btn-icon.btn-sm.btn-active-icon-primary:hover{
    background-color: var(--bs-gray-400);
}

.svg.svg-inline--fa.fa-trash-can{
    position: unset !important;
}
.bootstrap-datetimepicker-widget td:has(a > svg.svg-inline--fa.fa-trash-can){
    width: 100%;
    cursor: pointer;
    padding: 10px;
    position: relative;
}

.order_details_service_price_input{
    max-width: 100px;
    height: 40px;
    float: right;
    width: 85px;
    border: 1px solid var(--bs-gray-300);
    border-radius: 6px;
}

@media screen and (max-width: 1200px){
    .orderdetail-cards.mw-50{
        max-width:100% !important;
    }

    .customer-details-history-container{
        margin-top: 0px;
    }
}
@media screen and (max-width: 780px){
    .w-md-100px{
        width: 100px !important;
    }
    .customer-details-history-container{
        margin-top: 0;
    }
}
@media screen and (max-width: 1440px){
    .dc-dashboard-order-container .card .card-footer{
        height: auto;
    }
    .information-section-for-order{
        padding-right: 15px;
    }
    .calender-icon-image{
        display: none;
    }
    .service-price-for-order .form-control.order_service_price_input{
        width: 50px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .dc-dashboard-catgeory-container {
        width: 245px;
    }
    .dc-dashboard-service-container{
        width: 670px;
    }
    .dc-dashboard-order-container{
        width: 340px;
    }
    .dc-dashboard-order-container .card .card-body{
        padding: 0 24px 24px 24px;
    }
    .service-selection{
        width: 180px;
    }
}

@media screen and (max-width: 1990px){
    .dc-dashboard-catgeory-container .card{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}
@media screen and (min-width: 1990px){
    .dashboard-main-container{
        justify-content: center;
    }
}
@media screen and (max-width: 1440px){
    .service-selection:nth-child(3n+2){
        margin-left: unset;
        margin-right: unset;
    }

    .service-selection:nth-child(2n+2){
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .dc-dashboard-order-container .card .card-body{
        max-height: 365px;
    }
    .service-main-section-body{
        padding-left: 10px;
    }
    .payment-method-icon-item{
        margin-top: 10px;
    }
    .payment-method-icon-item.payment-method-pay-by-card-icon-item,
    .payment-method-icon-item.payment-method-pay-by-cash-icon-item,
    .payment-method-icon-item.payment-method-pay-later-icon-item{
        padding: 12px 5px;
    }
    .dc-dashboard-order-container .card .card-footer{
        padding-left: 24px;
        padding-right: 24px;
    }
    .service-price-for-order{
        font-size: 14px;
    }
    .service-main-section-wrapper{
        max-height: 530px;
    }

    .payment-method-icon-item.payment-method-pay-by-card-icon-item,
    .payment-method-icon-item.payment-method-pay-by-cash-icon-item,
    .payment-method-icon-item.payment-method-pay-later-icon-item{
        width: 90px;
    }
}
@media screen and (max-width: 1024px){
    .service-selection{
        width: 160px;
        justify-content: space-around;
    }
    .service-image{
        width: 50px;
        height: 50px;
    }
    .service-main-section-wrapper{
        max-height: 530px;
    }
    .dc-dashboard-order-container{
        width: 340px;
    }
    .service-main-section-title{
        padding-left: 10px;
    }
}
@media screen and (max-width: 992px){
    .service-main-section-wrapper{
        top: 0px;
    }
}

@media screen and (max-width: 480px){
    .dc-dashboard-catgeory-container{
        position: fixed;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,0.5);
        z-index: 999;
        display: none;
    }
    .dc-dashboard-catgeory-container.active{
        display: block;
    }
    .dc-dashboard-catgeory-container .card{
        position: absolute;
        left: 0;
        width: 300px;
        height: 100%;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1700px){
    .service-selection{
        width: 230px;
        margin-right: 50px;
    }

    .service-selection:nth-child(3n+2){
        margin-right: 50px;
        margin-left: 0px;
    }
}
@media screen and (min-width: 1440px) and (max-width: 1700px){
    .service-selection{
        width: 230px;
    }
}
.payment-method-icon-item.payment-method-pay-by-cash-icon-item{
    margin-left: 10px;
    margin-right: 10px;
}
.service-main-section-body{
    display: flex;
    flex-wrap: wrap;
}

@keyframes blink { 
    50% { 
        background-color: #8ddaff;
    }
    100% {
        background-color: transparent;
    }
}

.menu-icon:hover svg .left-menu-side-dark:not(.asseticon){
    fill:#1B84FF;
}
.menu-icon:hover svg .left-menu-side-light:not(.asseticon){
    fill:#B5D6FC;
}
.here .menu-icon svg .left-menu-side-dark:not(.asseticon),
.here .menu-icon:hover svg .left-menu-side-dark:not(.asseticon){
    fill:#fff;
}
.here .menu-icon svg .left-menu-side-light:not(.asseticon),
.here .menu-icon:hover svg .left-menu-side-light:not(.asseticon){
    fill:#60A9FF;
}

.menu-icon:hover svg .asseticon.left-menu-side-dark{
    fill:#B5D6FC;
}
.menu-icon:hover svg .asseticon.left-menu-side-light{
    fill:#1B84FF;
}
.here .menu-icon svg .asseticon.left-menu-side-dark,
.here .menu-icon:hover svg .asseticon.left-menu-side-dark{
    fill:#60A9FF;
}
.here .menu-icon svg .asseticon.left-menu-side-light,
.here .menu-icon:hover svg .asseticon.left-menu-side-light{
    fill:#fff;
}

.customer-details-back-button{
    float: right;
    position: absolute;
    right: 35px;
}

@media screen and (max-width: 1200px){
    .customer-details-back-button{
        position: relative;
        right: 0;
        margin-bottom: 10px;
    }
}

/** checkout popup design */

/* .abcde-one { justify-content: space-between; width: 100%;}
.abcde-one .service-quantity-for-order{ width: unset; }
.abcde-two{ width: 100%; }
.abcde-three{ justify-content: space-between; } */
.ds_checkout_inside_cls{ display: flex; align-items: center; gap: 24px; }
.ds_checkout_inside_cls .service_cat_cls_right{ width: 100%; border: 1px solid #F1F1F4; padding: 20px; border-radius: 20px; box-shadow: 0px 3px 4px 0px #0000000A; display: flex; align-items: center;}
.service_cat_cls_right_img-title{ width: 100%; display: flex; align-items: center; gap: 20px; }
.service_cat_cls_right_img-title img{ width: 70px; height: 70px; border-radius: 10px; }
.checkout_service_cat_name{ font-weight: 600; font-size: 20px; line-height: 28px; color: #252F4A; display: flex; align-items: center; gap: 20px; }
.service_cat_cls_right .service-price-for-order .form-control.order_service_price_input{ height: 40px; background-color: #F9F9F9; border: 1px solid #F5F5F5; }
.ds_main_cat_name { justify-content: space-between; width: 100%;}
.ds_main_cat_name .service-quantity-for-order{ width: unset; }
.ds_sub_inc_dec_counter{ width: 100%; }
.ds_sub_cat_name{ justify-content: space-between; }


#kt_add_order .create-addaddons-link{
    color: #1B84FF;
    cursor: pointer;
}
#kt_add_order .create-addaddons-link i{ padding-right: 2px; }
#kt_add_order .create-addaddons-link:hover,
#kt_add_order .create-addaddons-link:focus,
#kt_add_order .btn.btn-light-primary:hover i,
#kt_add_order .btn.btn-light-primary:focus i,
#kt_add_order .btn.btn-light-primary:active i{
    color: #1B84FF !important;
    background-color: unset !important;
}
#kt_add_order .btn.btn-light-primary:active{ background-color: transparent !important; }
#kt_add_order .service-container-for-order .ds_main_cat_name{ margin-bottom: -4px; }
#kt_add_order .service-container-for-order .service-category-for-order{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #252F4A;
}
#kt_add_order .order-service-item.ds_sub_cat_name .service_sub_cat_name{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #656E81;
    margin-left: 28px;
}

/** partial-refund css start */
.refund-amount{ width: 35%; margin-right: 40%;}
.refund-amount-calculated-row{display: flex;justify-content: space-between;align-items: center;}
/** partial-refund css end */
#order_details .text-end{ padding-right: 0;}
.order_dc_pickup_date{ width: 60%;}
.order_dc_pickup_time{ width: 40%;}

.dc_pre_defined_customer_note_cls{ display: block;}
.dc_notes_inner_cls,.dc_notes_inner_cls_btn{ display: inline-block;}
.dc_notes_inner_cls_btn, .dc_notes_inner_cls_btn i, .dc_note_edit_cls i{ color: #1B84FF !important;}
.dc_notes_inner_cls_btn:hover, .dc_notes_inner_cls_btn:hover i, .dc_note_edit_cls:hover i{ color: #1465c2 !important;}
.dc_note_edit_cls i .path1 {
    fill: #1B84FF !important;
}

.dc_note_edit_cls i .path2 {
    fill: #1465c2 !important;
}
.dc_note_edit_cls i {
    font-size: 18px !important;
    display: inline-block;
    vertical-align: middle;
}
.dc_note_edit_cls.dc_note_delete_cls i{ font-size: 22px !important;}

.dc_note_edit_cls i.ki-cross .path2:before{ opacity: unset;}
#noteListIcon {
    cursor: pointer;
    font-size: 20px;
    user-select: none;
}
#noteListIcon i{
    font-size: 25px !important;
    color: #1B84FF !important;
    margin-left: 10px;
}
.popover-body {
    padding: 0.5rem;
}
.note-item {
    padding: 8px 8px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.note-item:last-child {
    border-bottom: none;
}
.note-item:hover {
    background-color: #e9ecef;
}
.popover {
    max-width: 100% !important;
    width: 400px !important;
}
.popover-body {
    white-space: normal;
    word-wrap: break-word;
}