.timeBox {
    margin-left: 10px;
    display: none;
}

.active_timeBox {
    display: flex !important;
}
#booking_list_wrap {
    height: 990px;
    overflow-y: scroll;
}

ul.booking_list_report {
    padding: 0;
}

li.booking_item {
    border-bottom: 1px solid #eaf2f9;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none;
}

li.booking_item:first-child {
    border-bottom: 1px solid #eaf2f9;
    padding-top: 0;
    padding-bottom: 10px;
    list-style: none;
}

li.booking_item:last-child {
    border-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none;
}

.item {
    width: 50px;
}

.booking_row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 10px;
}
.booking_item_date {
    flex-basis: 75px;
    order: 1;
}
.booking_item_icon {
    flex-basis: 75px;
    order: 2;
}
.booking_item_time {
    flex-basis: 75px;
    order: 3;
}
.booking_item_title {
    flex-basis: 170px;
    order: 4;
}
.booking_item_service {
    flex-basis: 280px;
    margin-left: 0%;
    order: 5;
}

.booking_item_note {
    flex-grow: 1;
    flex-shrink: 1;
    margin-left: 5%;
    order: 6;
}

.booking_item_status {
    flex-basis: 75px;
    order: 6;
}

ul.booking_date_label_holder {
    margin: 0;
    list-style-type: none;
    text-align: center;
    background: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    cursor: default;
}
li.booking_date_label {
    font-size: 28px;
    font-weight: 300;
    margin-top: 2px;
}
li.booking_month_label {
    font-size: 14px;
    text-transform: capitalize;
    color: #9b9b99;
    font-weight: 300;
    line-height: 30px;
    margin-top: -10px;
}

.booking_icon {
    margin: 0;
    padding: 0;
    color: green;
    font-size: 18pt;
    margin-top: 20px;
    text-align: center;
}
.booking_icon_cancel {
    margin: 0;
    padding: 0;
    color: var(--red);
    font-size: 18pt;
    margin-top: 20px;
    text-align: center;
}
.booking_time_container {
    float: left;
    width: 95px;
    /* margin-top: 12px; */
}
ul.list_service_report {
    list-style: none;
}
label.booking_time_container_info {
    font-size: 12pt;
    font-weight: 300;
    color: #2e363e;
    margin-bottom: 2px;
    display: block;
    cursor: pointer;
}
label.booking_title_service {
    display: block;
    color: #aaa;
    font-size: 11pt;
    cursor: pointer;
}
label.booking_title_customername {
    display: block;
    margin-bottom: 2px;
    font-size: 12pt;
    font-weight: 300;
    color: #2e363e;
    line-height: 20px;
    cursor: pointer;
}

.booking_title_container {
    float: left;
    /* margin-top: 12px; */
}

.booking_service_container {
    float: left;
}

.booking_status {
    /* margin-top: 20px; */
}
ul.timeline_appointment {
    list-style-type: none;
    position: relative;
    margin-bottom: 20px;
}
ul.timeline_appointment:before {
    content: ' ';
    /* background: #d4d9df; */
    border: 1px dashed #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 9;
}
ul.timeline_appointment > li {
    margin: 20px 0px 0px;
    padding-left: 20px;
    border-bottom: 1px solid #eee;
    padding-top: 30px;
    margin-left: 30px;
    border-radius: 5px;
    padding-bottom: 20px;
}
.staff_color {
    width: 5px;
    height: 40px;
    margin-right: 10px;
}

.appointment_time {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: -50px;
    height: 20px;
    z-index: 9;
    margin-top: 48px;
}
span.dot_timeline {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #635bff;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 9;
}

span.dot_timeline_yellow {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #ffbc5e;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 9;
}

span.dot_timeline_red {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #ff6b5e;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 9;
}

span.dot_timeline_completed {
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #68ebcb;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 9;
}
ul.list_service_report li:before {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    color: #000;
    margin-right: 5px;
    font-weight: bold;
}

span.dot_timeline_completed:before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Pro';
    color: #68ebcb;
    position: relative;
    top: -3px;
    font-size: 9pt;
    left: 2px;
}

span.dot_timeline_cancelled {
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #ff6d5e;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 9;
}
span.dot_timeline_cancelled:before {
    content: '\f00d';
    font-family: 'Font Awesome 6 Pro';
    color: #ff6d5e;
    position: relative;
    top: -3px;
    left: 4px;
    font-size: 10pt;
}

span.dot_timeline_noshow {
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #ffc107;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 9;
}
span.dot_timeline_noshow:before {
    content: '\f12a';
    font-family: 'Font Awesome 6 Pro';
    color: #ffc107;
    position: relative;
    top: -3px;
    left: 5px;
    font-size: 10pt;
}
/* ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #4500e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
} */

.timeline_row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.timeline_day {
    flex-basis: 125px;
    order: 1;
}

.timeline_date_item {
}
.timeline_list {
    flex-grow: 1;
    flex-shrink: 1;
    order: 2;
}

@media (max-width: 768px) {
    .calendar_header {
        font-size: 10pt !important;
    }
    .datepicker-picker {
        width: 250px !important;
    }
    #booking_list_wrap {
        height: 760px;
        overflow-y: scroll;
    }

    .general_wrap {
        margin-left: 0 !important;
    }

    .image-avatar-wrapper {
        position: relative;
        padding: 0;
        width: 100px;
        display: block;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        margin-left: 290px !important;
    }

    .work_hour_day {
        flex-basis: 197px !important;
        order: 1;
    }
    .work_hour_status {
        flex-basis: 60px;
        order: 2;
    }
    .work_hour_start {
        margin-top: 10px;
        flex-basis: 137px !important;
    }
    .work_hour_end {
        flex-basis: 137px !important;
        margin-top: 10px;
    }

    #service_list_wrapper {
        display: grid;
        /* W(adjusted) = W(individual) - (1rem * 1/2) */
        grid-template-columns: calc(50% - (20px * 1 / 2)) calc(
                50% - (20px * 1 / 2)
            ) !important;
        grid-column-gap: 23px;
    }

    .is_break {
        flex-basis: 190px !important;
        order: 1;
        align-self: center;
        margin-bottom: 20px;
    }

    .break_time_start {
        flex-basis: 137px !important;
    }

    .break_time_end {
        flex-basis: 137px !important;
    }

    .form-switch-custom {
        padding-left: 85px !important;
    }

    .timeline-title {
        margin-left: -20px !important;
    }
}

@media (max-width: 480px) {
    .booking_item_date {
        flex-basis: calc(100% / 6);
        order: 1;
    }
    .booking_item_icon {
        flex-basis: calc(100% / 6);
        order: 2;
    }
    .booking_item_time {
        flex-basis: calc(100% / 3);
        order: 3;
    }
    .booking_item_status {
        flex-basis: calc(100% / 3);
        order: 5;
        margin-left: 25px;
    }
    .booking_item_service {
        /* flex-basis: 240px; */
        margin-left: -10%;
        order: 5;
    }
    .booking_item_title {
        margin-left: 0;
        order: 4;
    }
    .booking_item_note {
        flex-grow: 1;
        flex-shrink: 1;
        margin-left: 0%;
        order: 6;
        margin-top: 10px;
        padding-right: 30px;
        text-align: justify;
    }

    .appointment_time {
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        left: 0px;
        height: 20px;
        z-index: 400;
        padding-top: 0px;
        margin-top: 25px;
    }
    ul.timeline_appointment {
        margin-left: -120px;
        margin-top: 30px;
    }
    ul.timeline_appointment > li {
        margin-left: 40px;
    }
    #booking_list_wrap {
        height: 520px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .general_wrap {
        margin-left: 0 !important;
    }

    .image-avatar-wrapper {
        position: relative;
        padding: 0;
        width: 100px;
        display: block;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        margin-left: 120px !important;
    }

    #service_list_wrapper {
        display: grid;
        /* W(adjusted) = W(individual) - (1rem * 1/2) */
        grid-template-columns: calc(100% - (-20px * 1 / 2)) !important;
        grid-column-gap: 23px;
    }

    .is_break {
        flex-basis: 220px !important;
        order: 1;
        align-self: center;
        margin-bottom: 20px;
    }

    .break_time_start {
        flex-basis: 160px !important;
    }

    .break_time_end {
        flex-basis: 170px !important;
    }

    .form-switch-custom {
        padding-left: 85px !important;
    }

    .work_hour_day {
        flex-basis: 252px !important;
    }

    .work_hour_start {
        margin-top: 10px;
        flex-basis: 160px !important;
    }

    .work_hour_end {
        margin-top: 10px;
        flex-basis: 170px !important;
    }

    .timeline-title {
        margin-left: -20px !important;
    }
}

@media (max-width: 390px) {
    .work_hour_day {
        flex-basis: 214px !important;
    }

    .work_hour_start {
        margin-top: 10px;
        flex-basis: 140px !important;
    }

    .work_hour_end {
        margin-top: 10px;
        flex-basis: 150px !important;
    }

    .break_time_start {
        flex-basis: 140px !important;
        order: 2;
    }

    .break_time_end {
        flex-basis: 150px !important;
        order: 2;
    }

    .timeline-title {
        margin-left: -20px !important;
    }

    .list-cashing-row .list-cashing_name {
        flex-grow: 0 !important;
        flex-shrink: 0 !important;
        flex-basis: 85px;
        order: 1;
    }

    .list-cashing-row .list-cashing_cash {
        flex-basis: 85px !important;
        order: 2;
    }
    .list-cashing-row .list-cashing_card {
        flex-basis: 85px !important;
        order: 3;
    }
    .list-cashing-row .list-cashing_tip {
        flex-basis: 50px !important;
        order: 4;
    }
}

.dashboard-no-activity {
    margin: 0;
    font-family: inherit;
    font-size: 14px;
    text-align: center;
    color: #aaa;
    display: block;
    height: 0%;
    margin-top: 80px;
}

.dashboard-no-activity img {
    width: 15%;
}
.empty-cal {
    vertical-align: middle;
}
.dashboard-empty-cal {
    /* margin-top: 5%; */
}
.dashboard-para-one {
    font-size: 24px;
    color: #384355;
    margin: 8px auto;
}
.dashboard-para-two {
    font-size: 13px;
    line-height: 1.54;
    color: #384355;
    margin-bottom: 20px;
}

.view_booking {
    cursor: pointer;
}

.staff-details-appt {
    white-space: nowrap;
}

#view-staff-details {
    cursor: pointer;
    transition: all 0.5s;
}

#view-staff-details:hover,
#view-review-details:hover,
#view-customer-details:hover {
    box-shadow: 0 24px 24px 0 rgb(34 41 47 / 10%);
}

.staff-details-move {
    position: absolute;
    z-index: 9;
    cursor: move;
    padding: 10px;
}

html .content .content-wrapper .content-header-title {
    border-right: none !important;
}

#staff-action-btn {
    border-left: 1px solid #d6dce1 !important;
}
.remove-staff-btn {
    margin-left: 10px;
}

/* .staff-details-remove button#remove-staff{
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px; 
}

.staff-details-remove button#setting-staff{
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px; 
} */

.staff-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.staff-color {
    cursor: pointer;
    content: '';
    position: absolute;
    margin: -20px;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    transform: rotate(45deg);
    box-shadow: 0 0 0 20px #fff;
    transition: all 0.5s;
}

.staff-color:hover {
    opacity: 0.6;
}

.bas-tabs .nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent !important;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
}

.bas-tabs .nav-item.show .nav-link,
.bas-tabs .nav-link.active {
    color: #0a0d44;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 20px 15px 20px;
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
}

.bas-tabs .nav-link {
    color: #6e6b7b;
    border: none;
    min-width: auto;
    font-weight: 450;
    padding: 15px 20px 15px 20px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

/* .hover-image-upload {
    background-color: #000;
    height: 100px;
    left: 21px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px;
    font-size: 2.5rem;
    vertical-align: middle;
    line-height: 100px;
    top: 22px;
    border-radius: 5px;
    object-fit: cover;
}
.image-avatar-wrapper:hover .hover-image-upload {
    opacity: 0.5;
}
.image-avatar-wrapper .hover-image-upload span {
    cursor: pointer;
}
.image-avatar-wrapper:hover .hover-image-upload span .fa-camera {
    opacity: 1;
}
.image-avatar-wrapper .hover-image-upload span .fa-camera {
    color: #fff;
}
.image-avatar-wrapper .hover-image-upload .fa {
    display: inherit;
} */

.remove-avatar {
    left: 110px;
    top: 5px;
    margin-right: 37px;
    position: absolute;
    font-size: 16pt;
    color: red;
    cursor: pointer;
}

/* .general_wrap{
    margin-left: 1rem;
} */

.image-avatar-wrapper {
    position: relative;
    padding: 0;
    width: 100px;
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-left: 3rem;
}

.hover-image-upload {
    position: absolute;
    top: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hover-image-upload:hover {
    opacity: 1;
}

.ah-item {
    transition: all 0.5s;
    cursor: pointer;
    margin-bottom: 10px;
}

.ah-item:hover {
    box-shadow: 0 24px 24px 0 rgb(34 41 47 / 10%);
}

.ah-detail {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ah-detail .ah-icon {
    flex-basis: 50px;
    order: 1;
    align-self: center;
}

.ah-detail .ah-icon img {
    max-width: 35px;
    height: 35px;
}

.ah-detail .ah-information {
    flex-grow: 1;
    flex-shrink: 1;
    order: 2;
}

.ah-detail .ah-arrow {
    flex-basis: 0px;
    order: 3;
    align-self: center;
}

.ah-detail .ah-information .ah-extra {
    color: #b5b5c3;
}

.work_hour_row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
}
.work_hour_row:first-child {
    border-top: none;
    padding-top: 0px;
}
.work_hour_day {
    flex-basis: 120px;
    order: 1;
}
.work_hour_status {
    flex-basis: 60px;
    order: 2;
}
.work_hour_start {
    flex-basis: 120px;
    order: 3;
}
.work_hour_end {
    flex-basis: 120px;
    order: 4;
}

.work_hour_text {
    flex-basis: 200px;
    order: 5;
}

.break_time_row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.break_time_row:last-child {
    margin-bottom: 30px;
}

.break_time_wrapper {
    width: 100%;
}

.is_break {
    flex-basis: 180px;
    order: 1;
    align-self: center;
}

.break_time_start {
    flex-basis: 120px;
    order: 2;
}

.break_time_end {
    flex-basis: 120px;
    order: 3;
}

.hide,
.hide_break {
    display: none;
}

.show,
.show_break {
    display: flex;
}

.checkbox-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.checkbox-list .checkbox {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.checkbox-list .checkbox span {
    margin-right: 0.75rem;
}

.timeBox {
    margin-left: 10px;
    display: none;
}

.active_timeBox {
    display: flex !important;
}

#service_list_wrapper {
    display: grid;
    /* W(adjusted) = W(individual) - (1rem * 1/2) */
    grid-template-columns:
        calc(25% - (23px * 1 / 2)) calc(25% - (30px * 1 / 2)) calc(
            25% - (30px * 1 / 2)
        )
        calc(25% - (30px * 1 / 2));
    grid-column-gap: 23px;
}
.service_col {
    margin-right: 10px;
}

.drop_drag_link {
    align-self: center;
    padding-right: 20px;
    cursor: move;
    color: #b1b1b1;
}
.remove_timeoff {
    cursor: pointer;
}

.staff_avatar {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.dropzone {
    min-height: 180px;
    border: 2px dashed #0a0d44;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.dropzone .dz-message {
    font-size: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #0a0d44;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
/* 
.dropzone .dz-message:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-download'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='7 10 12 15 17 10'%3E%3C/polyline%3E%3Cline x1='12' y1='15' x2='12' y2='3'%3E%3C/line%3E%3C/svg%3E");
    font-size: 80px;
    position: absolute;
    top: 6rem;
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 1;
    z-index: 2;
    color: #7367f0;
    text-indent: 0px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased; } */

.dropzone .dz-preview {
    background: transparent !important;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
    z-index: 10;
}

.dropzone .dz-preview .dz-image {
    border-radius: 0.357rem;
}

.dropzone .dz-preview.dz-image-preview {
    background: transparent !important;
}

.dropzone .dz-preview .dz-error-message {
    background: #ea5455;
}

.dropzone .dz-preview .dz-error-message:after {
    border-bottom: 6px solid #ea5455;
}

.dropzone .dz-preview .dz-remove {
    font-size: 1.1rem;
    color: #ea5455;
    line-height: 2rem;
}

.dropzone .dz-preview .dz-remove:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea5455' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
    display: inline-block;
    line-height: 1;
    z-index: 2;
    text-indent: 0px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: none;
    color: #e42728;
}

@media (max-width: 576px) {
    .dropzone .dz-message {
        font-size: 1.5rem;
    }
    .dropzone .dz-message:before {
        top: 15rem;
        width: 50px;
        height: 50px;
    }
}

.dark-layout .dropzone {
    background-color: #2e3750;
}

.dropzone-msg-title {
    font-size: 12pt;
}

.image-slide-remove {
    padding: 10px;
    text-align: center;
    background-color: #ea5455;
    color: #fff;
    cursor: pointer;
    border-bottom-right-radius: 0.428rem !important;
    border-bottom-left-radius: 0.428rem !important;
    transition: all 0.5s;
}

.image-slide-remove:hover {
    opacity: 0.8;
}

img.image-slide-item {
    height: 230px;
    object-fit: cover;
}

.start-holiday-time {
    font-size: 13pt;
    margin-bottom: 10px;
}

.end-holiday-time {
    font-size: 13pt;
}

.holiday-time {
    font-weight: bold;
    border-bottom: 2px solid #0a0d44;
}

.swal2-container .swal2-popup .swal2-title {
    font-size: 13pt !important;
    font-weight: inherit;
    color: #5e5873;
    line-height: 28pt !important;
}

.required {
    color: #e42728;
}

#view-customer-details {
    cursor: pointer;
    transition: all 0.5s;
}

/* .booking_wrapper .booking_code{
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 12pt;
}

.booking_wrapper .booking_information_row{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.booking_wrapper .booking_information_row .booking_info_name{
    flex-basis: 100px;
    font-weight: bold;
    order: 1;
}


.booking_wrapper .booking_information_row .booking_info_value{
    flex-grow: 1;
    flex-shrink: 1;
    order: 2;
} */

.content-header-title {
    white-space: nowrap;
}

:root {
    --star-size: 20px;
    --star-color: #d8d8d8;
    --star-background: #fecf54;
}

.review-stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}
.review-stars::before {
    content: '★★★★★';
    letter-spacing: 2px;
    background: linear-gradient(
        90deg,
        var(--star-background) var(--percent),
        var(--star-color) var(--percent)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.review-detail {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.review-detail .review-icon {
    flex-basis: 50px;
    order: 1;
    align-self: center;
}

.review-detail .review-icon img {
    max-width: 35px;
    height: 35px;
}

.review-detail .review-information {
    flex-grow: 1;
    flex-shrink: 1;
    order: 2;
}

.review-detail .review-datetime {
    flex-basis: 120px;
    order: 3;
    align-self: center;
}

.review-detail .review-information .review-extra {
    color: #b5b5c3;
}

.gg-review-header {
    padding-left: 20px;
    padding-top: 20px;
}

.customer-unblock {
    position: absolute;
    z-index: 9;
}

.customer-unblock button#unblock-customer {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
}

.customer-blocked-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.timeline-title {
    margin-left: 0px;
}

.email-application .content-area-wrapper {
    border: 1px solid #ebe9f1;
    border-radius: 0.428rem;
}

.email-application .content-area-wrapper .sidebar .email-app-sidebar {
    width: 260px;
    height: inherit;
    background-color: #fff;
    border-top-left-radius: 0.428rem;
    border-bottom-left-radius: 0.428rem;
    transition: all 0.3s ease, background 0s;
    z-index: 210;
}

.email-application
    .content-area-wrapper
    .sidebar
    .email-app-sidebar
    .email-app-menu {
    width: 100%;
    height: 100%;
    z-index: 3;
}

.email-application
    .content-area-wrapper
    .sidebar
    .email-app-sidebar
    .email-app-menu
    .compose-btn {
    padding: 1.5rem;
}

.email-application
    .content-area-wrapper
    .sidebar
    .email-app-sidebar
    .email-app-menu
    .sidebar-menu-list {
    position: relative;
    height: calc(100% - 80px);
}

.email-application .content-area-wrapper .sidebar .list-group .list-group-item {
    padding: 0.58rem 1.5rem;
    border: 0;
    font-weight: 500;
    letter-spacing: 0.4px;
    border-left: 2px solid transparent;
    border-radius: 0;
}

.email-application
    .content-area-wrapper
    .sidebar
    .list-group
    .list-group-item
    + .list-group-item.active {
    margin-top: 0;
}

.email-application
    .content-area-wrapper
    .sidebar
    .list-group
    .list-group-item:hover,
.email-application
    .content-area-wrapper
    .sidebar
    .list-group
    .list-group-item:focus,
.email-application
    .content-area-wrapper
    .sidebar
    .list-group
    .list-group-item.active {
    background: transparent;
    color: #7367f0;
}

.email-application
    .content-area-wrapper
    .sidebar
    .list-group
    .list-group-item.active {
    border-color: #7367f0;
}

.email-application .content-area-wrapper .content-right {
    width: calc(100% - 260px);
    border-left: 1px solid #ebe9f1;
}

.email-application .content-area-wrapper .content-right .email-app-list {
    height: inherit;
}

.email-application .content-area-wrapper .content-right .app-fixed-search {
    padding: 0.4215rem 0.5rem;
    border-bottom: 1px solid #ebe9f1;
    background-color: #fff;
    border-top-right-radius: 0.357rem;
}

.email-application
    .content-area-wrapper
    .content-right
    .app-fixed-search
    .input-group:focus-within {
    box-shadow: none;
}

.email-application .content-area-wrapper .content-right .app-fixed-search input,
.email-application
    .content-area-wrapper
    .content-right
    .app-fixed-search
    .input-group-text {
    border: 0;
    background-color: transparent;
}

.email-application .content-area-wrapper .content-right .action-icon {
    cursor: pointer;
}

.email-application .content-area-wrapper .sidebar-toggle {
    cursor: pointer;
    float: left;
}

.email-application .content-area-wrapper .go-back {
    cursor: pointer;
}

.email-application .content-area-wrapper .email-user-list {
    position: relative;
    height: calc(100% - calc(3.49rem + 3.32rem));
}

.email-application .content-area-wrapper .email-user-list .email-media-list {
    padding: 0;
    margin: 0;
}

.email-application .content-area-wrapper .email-user-list .email-media-list li {
    cursor: pointer;
    /* transition: all 0.2s, background 0s, border-color 0s, color 0s;
    animation: fadeIn 0.5s linear;
    animation-fill-mode: both; */
    position: relative;
    background: #fff;
}

.email-application
    .content-area-wrapper
    .email-user-list
    .email-media-list
    li.user-mail {
    padding: 1.5rem;
}

.email-application
    .content-area-wrapper
    .email-user-list
    .email-media-list
    li.user-mail:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 10px 0 #ebe9f1;
    transition: all 0.2s;
    z-index: 1;
}

.email-application
    .content-area-wrapper
    .email-user-list
    .email-media-list
    li.user-mail
    .mail-left {
    display: flex;
    align-self: center;
    flex-direction: column;
}

.email-application
    .content-area-wrapper
    .email-user-list
    .email-media-list
    li.user-mail
    .mail-body {
    overflow: hidden;
    width: 100%;
}

.email-application
    .content-area-wrapper
    .email-user-list
    .email-media-list
    li
    .avatar {
    margin-bottom: 0.65rem;
}

.email-application
    .content-area-wrapper
    .email-user-list
    .email-media-list
    li
    .avatar,
.email-application
    .content-area-wrapper
    .email-user-list
    .email-media-list
    li
    .avatar
    img {
    height: 40px;
    width: 40px;
}

.email-application
    .content-area-wrapper
    .email-user-list
    .email-media-list
    li.mail-read {
    background-color: #f8f8f8;
}

.email-application
    .content-area-wrapper
    .email-user-list
    .email-media-list
    li.selected-row-bg {
    background-color: rgba(115, 103, 240, 0.06);
}

.email-application
    .content-area-wrapper
    .email-user-list
    .email-media-list
    li.selected-row-bg:not(:first-child) {
    border-color: #e4e1e8;
}

.email-application
    .content-area-wrapper
    .email-user-list
    .email-media-list
    li:not(:first-child) {
    border-top: 1px solid #ebe9f1;
}

.email-application
    .content-area-wrapper
    .email-user-list
    .email-media-list
    li
    .mail-details {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 0.55rem;  */
}

.email-application
    .content-area-wrapper
    .email-user-list
    .email-media-list
    li
    .mail-date {
    color: #b9b9c3;
    font-size: 0.857rem;
}

.email-application
    .content-area-wrapper
    .email-user-list
    .email-media-list
    li
    .mail-message
    p {
    color: #b9b9c3;
}

.email-application
    .content-area-wrapper
    .email-user-list
    .email-media-list
    .user-action {
    display: flex;
}

.email-application
    .content-area-wrapper
    .email-user-list
    .email-media-list
    .user-action
    .email-favorite
    i,
.email-application
    .content-area-wrapper
    .email-user-list
    .email-media-list
    .user-action
    .email-favorite
    svg {
    height: 1.25rem;
    width: 1.25rem;
    font-size: 1.25rem;
    vertical-align: text-top;
    color: #b9b9c3;
}

.email-application
    .content-area-wrapper
    .email-user-list
    .email-media-list
    .user-action
    .email-favorite
    i.favorite,
.email-application
    .content-area-wrapper
    .email-user-list
    .email-media-list
    .user-action
    .email-favorite
    svg.favorite {
    fill: #ff9f43;
    stroke: #ff9f43;
}

.email-application .content-area-wrapper .email-user-list .no-results {
    display: none;
    padding: 1.5rem;
    text-align: center;
}

.email-application .content-area-wrapper .email-user-list .no-results.show {
    display: block;
}

.email-application .content-area-wrapper .email-user-list .ps__rail-y {
    z-index: 2;
}

.email-application .app-action {
    padding: 0.9rem 1.5rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ebe9f1;
    background-color: #fff;
}

.email-application .app-action .action-right ul li:not(:last-child) {
    margin-right: 1rem;
}

.email-application .app-action .action-right .dropdown-toggle {
    color: #5e5873;
    white-space: normal;
}

.email-application .app-action .action-right .dropdown-toggle::after {
    display: none;
}

.email-application .email-app-details {
    position: absolute;
    display: block;
    z-index: 2;
    visibility: hidden;
    top: 0;
    width: calc(100% - 260px);
    background-color: #f8f8f8;
    transform: translateX(100%);
    transition: all 0.25s ease, color 0s;
    height: 100%;
}

.email-application .email-app-details.show {
    visibility: visible;
    transition: all 0.25s ease, color 0s;
    transform: translateX(0%);
}

.email-application .email-app-details .email-detail-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 6px rgba(34, 41, 47, 0.04);
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 0.5rem 2rem;
    background-color: #fff;
    height: 5rem;
}

.email-application .email-app-details .email-header-left .email-subject {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.email-application .email-app-details .email-header-right .dropdown-toggle,
.email-application .email-app-details .email-header-right .action-icon {
    color: #6e6b7b;
}

.email-application .email-app-details .email-scroll-area {
    padding: 0 2rem;
    position: relative;
    height: calc(100% - 5rem);
}

.email-application .email-app-details .email-scroll-area .email-detail-head {
    border-bottom: 1px solid #ebe9f1;
}

.email-application
    .email-app-details
    .email-scroll-area
    .email-detail-head
    .mail-meta-item
    .dropdown {
    line-height: 0;
}

.email-application .email-app-details .email-scroll-area .email-label {
    margin: 2rem 0;
}

.email-application
    .email-app-details
    .email-scroll-area
    .email-info-dropup
    .dropdown-toggle::after {
    left: -2px;
    margin: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9b9c3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 0.857rem;
}

.email-application
    .email-app-details
    .email-scroll-area
    .email-info-dropup
    .dropdown-menu {
    padding: 0.5rem;
    width: 340px;
}

.email-application #compose-mail .compose-mail-form-field {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.12rem 1.4rem;
    border-bottom: 1px solid rgba(34, 41, 47, 0.05);
}

.email-application
    #compose-mail
    .compose-mail-form-field
    .select2-container--open {
    box-shadow: none;
}

.email-application
    #compose-mail
    .compose-mail-form-field
    .select2-selection--multiple,
.email-application #compose-mail .compose-mail-form-field .form-control {
    border: 0;
    background-color: transparent;
}

.email-application
    #compose-mail
    .compose-mail-form-field
    .select2-selection--multiple:focus,
.email-application #compose-mail .compose-mail-form-field .form-control:focus {
    box-shadow: none !important;
    background-color: transparent;
}

.email-application
    #compose-mail
    .compose-mail-form-field
    .select2-selection--multiple {
    min-height: 42px !important;
}

.email-application
    #compose-mail
    .compose-mail-form-field
    .select2-selection--multiple
    .select2-selection__rendered
    li
    .select2-search__field {
    margin-top: 10px;
}

.email-application
    #compose-mail
    .compose-mail-form-field
    .select2-selection__choice__remove:before {
    top: 40%;
}

.email-application #compose-mail .compose-mail-form-field label {
    font-size: 1rem;
}

.email-application #compose-mail .modal-fullscreen .compose-form {
    height: 100%;
}

.email-application #compose-mail .modal-fullscreen #message-editor {
    height: calc(100% - 240px);
}

.email-application #compose-mail .modal-fullscreen .editor {
    height: calc(100% - 3rem);
}

.email-application #compose-mail .editor {
    height: 250px;
}

.email-application #compose-mail .ql-container,
.email-application #compose-mail .ql-toolbar {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ebe9f1;
}

.email-application
    #compose-mail
    .ql-container
    .ql-picker.ql-expanded
    .ql-picker-options,
.email-application
    #compose-mail
    .ql-toolbar
    .ql-picker.ql-expanded
    .ql-picker-options {
    bottom: 100%;
    top: auto;
}

.email-application #compose-mail .compose-footer-wrapper {
    padding: 0.8rem 1.4rem;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .email-application .content-area-wrapper .sidebar-left {
        position: relative;
    }
    .email-application .content-area-wrapper .sidebar-left .email-app-sidebar {
        transform: translateX(-110%);
        transition: all 0.3s ease-in-out;
        position: absolute;
        left: 0;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .email-application
        .content-area-wrapper
        .sidebar-left.show
        .email-app-sidebar {
        transform: translateX(0%);
        transition: all 0.3s ease;
    }
    .email-application .content-area-wrapper .content-right {
        width: 100%;
        border-left: 0;
    }
    .email-application .content-area-wrapper .content-right .app-fixed-search {
        border-top-left-radius: 0.357rem;
    }
    .email-application .content-area-wrapper .content-right .email-app-details {
        width: 100%;
        border-radius: 0.357rem;
    }
}

@media (max-width: 767.98px) {
    .email-application #compose-mail .ql-editor {
        min-height: 150px;
    }
}

@media (max-width: 575.98px) {
    .email-application .email-detail-head .mail-meta-item {
        display: flex;
        justify-content: space-between;
        margin-left: 4rem;
    }
    .email-application .email-detail-head .mail-meta-item .mail-date,
    .email-application .email-detail-head .mail-meta-item .mail-time {
        margin: 1rem 0.75rem 0 0;
    }
    .email-application
        .content-area-wrapper
        .content-right
        .email-app-details
        .email-scroll-area {
        padding: 0 1rem;
    }
    .email-application
        .content-area-wrapper
        .content-right
        .email-app-details
        .email-detail-header {
        padding: 0.5rem 1rem;
    }
    .email-application
        .content-area-wrapper
        .email-user-list
        .email-media-list
        li
        .mail-details {
        display: block;
    }
    .email-application
        .content-area-wrapper
        .email-user-list
        .email-media-list
        li
        .mail-details
        .mail-items {
        width: 70%;
        display: inline-grid;
    }
    .email-application
        .content-area-wrapper
        .email-user-list
        .email-media-list
        li
        .mail-details
        .mail-meta-item {
        width: 17%;
        position: absolute;
        right: 1rem;
        top: 1.5rem;
    }
    .email-application
        .content-area-wrapper
        .email-user-list
        .email-media-list
        li
        .mail-details
        .mail-meta-item
        i,
    .email-application
        .content-area-wrapper
        .email-user-list
        .email-media-list
        li
        .mail-details
        .mail-meta-item
        svg,
    .email-application
        .content-area-wrapper
        .email-user-list
        .email-media-list
        li
        .mail-details
        .mail-meta-item
        .bullet {
        display: none;
    }
}

@media (max-width: 359.98px) {
    .email-application .content-area-wrapper .sidebar .email-app-sidebar {
        width: 230px;
    }
    .email-application .email-app-details .email-detail-header {
        padding: 0 0.5rem;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        top: 100px;
    }
    75% {
        opacity: 0.5;
        top: 0px;
    }
    100% {
        opacity: 1;
    }
}

html[data-textdirection='rtl']
    .email-application
    .email-app-details
    .email-prev
    .action-icon
    i,
html[data-textdirection='rtl']
    .email-application
    .email-app-details
    .email-prev
    .action-icon
    svg,
html[data-textdirection='rtl']
    .email-application
    .email-app-details
    .email-next
    .action-icon
    i,
html[data-textdirection='rtl']
    .email-application
    .email-app-details
    .email-next
    .action-icon
    svg {
    transform: rotate(180deg);
}

html[data-textdirection='rtl'] .email-application .email-app-details .go-back i,
html[data-textdirection='rtl']
    .email-application
    .email-app-details
    .go-back
    svg {
    transform: rotate(180deg);
}

.note-btn.dropdown-toggle:after {
    content: none;
}

#message-editor .note-toolbar {
    background: #fff;
    border-bottom: 1px solid #ebe9f1;
}

#message-editor .note-statusbar {
    display: none;
}

#message-editor .note-frame {
    border-radius: 0 !important;
    border: 1px solid #ebe9f1 !important;
}

#message-editor .note-btn {
    border: 0 !important;
}

#message-editor .note-modal-footer {
    height: 70px;
    padding: 10px 30px 10px 10px;
    text-align: center;
}

.booking_detail_label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11pt;
}

.booking_detail_label i {
    margin-right: 5px;
}

.offcanvas-header {
    background: #f8f8f8;
}

.blocked_user {
    text-decoration: line-through;
}

.offcanvas-end {
    width: 340px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #6e6b7b !important;
}

.btn-yellow {
    background-color: #e1c66b !important;
    color: #0a0d44 !important;
}

.btn-yellow:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px #e1c66b;
}

.spinner-loading {
    color: #0a0d44;
}

/* Main style sheet for jQuery Keypad v2.0.0. */
button.keypad-trigger {
    width: 25px;
    padding: 0px;
}
img.keypad-trigger {
    margin: 2px;
    vertical-align: middle;
}
.keypad-popup,
.keypad-inline,
.keypad-key,
.keypad-special {
    font-size: 14px;
}
.keypad-popup {
    display: none;
    z-index: 10;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
    border: 1px solid #888;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
}
.keypad-keyentry {
    display: none;
}
.keypad-inline {
    /* background-color: #fff;
	border: 1px solid #888;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em; */
}
.keypad-disabled {
    position: absolute;
    z-index: 100;
    background-color: white;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.keypad-rtl {
    direction: rtl;
}
.keypad-prompt {
    clear: both;
    text-align: center;
}
.keypad-prompt.ui-widget-header {
    margin: 0.125em;
}
.keypad-row {
    width: 100%;
}
.keypad-row:last-child {
    text-align: left;
}
.keypad-space {
    display: inline-block;
    margin: 0.125em;
    width: 2em;
}
.keypad-half-space {
    display: inline-block;
    margin: 0.125em 0.0625em;
    width: 1em;
}
.keypad-key,
.keypad-special {
    margin: 0.125em;
    padding: 0em;
    width: 109px;
    background-color: #0a0d44;
    color: #fff;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    text-align: center;
    cursor: pointer;
    font-size: 19pt;
    height: 84px;
    border: none !important;
}
.keypad-key[disabled] {
    border: 0.125em outset;
}
.keypad-key-down {
}
.keypad-special {
    width: 4.25em;
}
.keypad-spacebar {
    width: 13.25em;
}
.keypad-tab {
    width: 2em;
}
.keypad-clear,
.keypad-back,
.keypad-close,
.keypad-shift {
    color: #fff;
    /* font-weight: bold; */
}
.keypad-clear {
    background-color: #ea5455;
}
.keypad-back {
    background-color: #00cfe8;
}
.keypad-close {
    background-color: #28c76f;
}
.keypad-shift {
    background-color: #0aa;
}

.pad_input {
    height: 60px;
    font-size: 30pt;
}

.pad_input:read-only {
    background-color: #fff;
    border: 1px solid #0a0d44;
}

.dark-card {
    background: rgb(98 98 98 / 12%) !important;
    color: #0a0d44;
}

.dark-card h4 {
    color: #0a0d44 !important;
}

.btn-oversize {
    height: 100px;
    width: 170px;
}

.btn-oversize i {
    padding-bottom: 10px;
}

.amount_table {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.sticky-top {
    z-index: 1 !important;
}

.list-cashing-row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.list-cashing-row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.list-cashing-row .list-cashing_name {
    flex-grow: 1;
    flex-shrink: 1;
    order: 1;
}

.list-cashing-row .list-cashing_cash {
    flex-basis: 100px;
    order: 2;
}
.list-cashing-row .list-cashing_card {
    flex-basis: 100px;
    order: 3;
}
.list-cashing-row .list-cashing_tip {
    flex-basis: 100px;
    order: 4;
}

#cash_list_manager .row .col-2 {
    cursor: pointer;
}

#cash_list_manager .row {
    padding: 10px 0px 10px 0px;
    border-radius: 5px;
}

#cash_list_manager .row:nth-child(odd) {
    background-color: #e5e5e5;
}
#cash_list_manager .row:nth-child(even) {
    background-color: #fff;
}
.navbar-floating .header-navbar-shadow {
    background: none !important;
}

#cash_list_manager_bystaff .row {
    padding: 10px 0px 10px 0px;
    border-radius: 5px;
}

/* #cash_list_manager_bystaff .row:nth-child(odd) {
    background-color: #e5e5e5;
}
#cash_list_manager_bystaff .row:nth-child(even) {
    background-color: #fff;
} */

.welcome_checkin {
    text-align: center;
    margin-bottom: 20px;
}

/* Safari syntax */
:-webkit-full-screen {
    background-color: #e9e9e9;
}

/* IE11 */
:-ms-fullscreen {
    background-color: #e9e9e9;
}

/* Standard syntax */
:fullscreen {
    background-color: #e9e9e9;
}

label.required-field:after {
    content: '*';
    color: red;
}

.bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-box {
    box-shadow: none !important;
}

.custom-option-item-check:checked + .custom-option-item {
    color: #0a0d44;
    background-color: rgb(96 98 134 / 12%) !important;
    border-color: #0a0d44;
}

.customer_confirm_account_checkin {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

#checkin_list_manager .row {
    padding: 10px 0px 10px 0px;
    border-radius: 5px;
}

#checkin_list_manager .row:nth-child(odd) {
    background-color: #e5e5e5;
}
#checkin_list_manager .row:nth-child(even) {
    background-color: #fff;
}

.supply-details-remove {
    position: absolute;
    z-index: 9;
}

.supply_action_button {
    margin-top: -80px;
    width: 100%;
}

.supply-details-remove button#remove-supply {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete-no-suggestion {
    padding: 2px 5px;
}
.autocomplete-selected {
    background: #f0f0f0;
}
.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}
.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

.add_branch_supply_quick {
    padding-top: 10px;
    padding-bottom: 10px;
}
.add_branch_supply_quick:hover {
    background-color: rgb(234, 234, 234);
    opacity: 0.6;
    cursor: pointer;
}

.fc .fc-toolbar {
    flex-wrap: wrap;
    flex-direction: row !important;
}

.fc .fc-toolbar .fc-prev-button,
.fc .fc-toolbar .fc-next-button {
    display: inline-block;
    background-color: transparent;
    border-color: transparent;
}

.fc .fc-toolbar .fc-prev-button .fc-icon,
.fc .fc-toolbar .fc-next-button .fc-icon {
    color: #6e6b7b;
}

.fc .fc-toolbar .fc-prev-button:hover,
.fc .fc-toolbar .fc-prev-button:active,
.fc .fc-toolbar .fc-prev-button:focus,
.fc .fc-toolbar .fc-next-button:hover,
.fc .fc-toolbar .fc-next-button:active,
.fc .fc-toolbar .fc-next-button:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.fc .fc-toolbar .fc-prev-button {
    padding-left: 0 !important;
}

.fc .fc-toolbar .fc-toolbar-chunk:first-child {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.fc .fc-toolbar .fc-button {
    padding: 0.438rem 0.5rem;
}

.fc .fc-toolbar .fc-button:active,
.fc .fc-toolbar .fc-button:focus {
    box-shadow: none;
}

.fc .fc-toolbar .fc-button-group .fc-button {
    text-transform: capitalize;
}

.fc .fc-toolbar .fc-button-group .fc-button:focus {
    box-shadow: none;
}

.fc
    .fc-toolbar
    .fc-button-group
    .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
    background-color: transparent;
    border-color: #7367f0;
    color: #7367f0;
}

.fc
    .fc-toolbar
    .fc-button-group
    .fc-button-primary:not(.fc-prev-button):not(
        .fc-next-button
    ).fc-button-active,
.fc
    .fc-toolbar
    .fc-button-group
    .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):hover {
    background-color: rgba(115, 103, 240, 0.2) !important;
    border-color: #7367f0 !important;
    color: #7367f0;
}

.fc-button-primary.fc-sidebarToggle-button {
    border: 0;
}

.fc-button-primary.fc-sidebarToggle-button i,
.fc-button-primary.fc-sidebarToggle-button svg {
    height: 21px;
    width: 21px;
    font-size: 21px;
}

.fc-sidebarToggle-button {
    padding-left: 0;
    background-color: transparent !important;
    color: #6e6b7b !important;
}

.fc-sidebarToggle-button:not(.fc-prev-button):not(.fc-next-button):hover {
    background-color: transparent !important;
}

.fc-sidebarToggle-button + div {
    margin-left: 0;
}

.fc .fc-toolbar .fc-button-group .fc-dayGridMonth-button,
.fc .fc-toolbar .fc-button-group .fc-timeGridWeek-button,
.fc .fc-toolbar .fc-button-group .fc-timeGridDay-button,
.fc .fc-toolbar .fc-button-group .fc-listMonth-button {
    padding: 0.55rem 1.5rem;
}

.fc .fc-toolbar .fc-button-group .fc-dayGridMonth-button:last-child,
.fc .fc-toolbar .fc-button-group .fc-dayGridMonth-button:first-child,
.fc .fc-toolbar .fc-button-group .fc-timeGridWeek-button:last-child,
.fc .fc-toolbar .fc-button-group .fc-timeGridWeek-button:first-child,
.fc .fc-toolbar .fc-button-group .fc-timeGridDay-button:last-child,
.fc .fc-toolbar .fc-button-group .fc-timeGridDay-button:first-child,
.fc .fc-toolbar .fc-button-group .fc-listMonth-button:last-child,
.fc .fc-toolbar .fc-button-group .fc-listMonth-button:first-child {
    border-radius: 0.358rem;
}

.fc .fc-toolbar .fc-button-group .fc-dayGridMonth-button:first-child,
.fc .fc-toolbar .fc-button-group .fc-timeGridWeek-button:first-child,
.fc .fc-toolbar .fc-button-group .fc-timeGridDay-button:first-child,
.fc .fc-toolbar .fc-button-group .fc-listMonth-button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fc .fc-toolbar .fc-button-group .fc-dayGridMonth-button:last-child,
.fc .fc-toolbar .fc-button-group .fc-timeGridWeek-button:last-child,
.fc .fc-toolbar .fc-button-group .fc-timeGridDay-button:last-child,
.fc .fc-toolbar .fc-button-group .fc-listMonth-button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc .fc-toolbar > * > :not(:first-child) {
    margin-left: 0rem;
}

.fc .fc-toolbar .fc-toolbar-title {
    margin-left: 0.25rem;
}

.fc .fc-toolbar .fc--button:empty,
.fc .fc-toolbar .fc-toolbar-chunk:empty {
    display: none;
}

.fc tbody td,
.fc thead th {
    border-color: #ebe9f1;
}

.fc tbody td.fc-col-header-cell,
.fc thead th.fc-col-header-cell {
    border-right: 0;
    border-left: 0;
}

.fc .fc-view-harness {
    min-height: 650px;
}

.fc .fc-scrollgrid-section-liquid > td {
    border-bottom: 0;
}

.fc .fc-daygrid-event-harness .fc-event {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
}

.fc .fc-daygrid-event-harness + .fc-daygrid-event-harness {
    margin-top: 0.3rem !important;
}

.fc .fc-daygrid-day-bottom {
    margin-top: 0.3rem !important;
}

.fc .fc-daygrid-day {
    padding: 5px;
}

.fc .fc-daygrid-day .fc-daygrid-day-top {
    flex-direction: row;
}

.fc .fc-daygrid-day-number,
.fc .fc-timegrid-slot-label-cushion,
.fc .fc-list-event-time {
    color: #6e6b7b;
}

.fc .fc-day-today {
    background: #f8f8f8 !important;
    background-color: #f8f8f8 !important;
}

.fc .fc-timegrid .fc-scrollgrid-section .fc-col-header-cell,
.fc .fc-timegrid .fc-scrollgrid-section .fc-timegrid-axis {
    border-color: #ebe9f1;
    border-left: 0;
    border-right: 0;
}

.fc .fc-timegrid .fc-scrollgrid-section .fc-timegrid-axis {
    border-color: #ebe9f1;
}

.fc
    .fc-timegrid
    .fc-timegrid-axis.fc-scrollgrid-shrink
    .fc-timegrid-axis-cushion {
    text-transform: capitalize;
    color: #b9b9c3;
}

/* .fc .fc-timegrid .fc-timegrid-slots .fc-timegrid-slot {
    height: 3rem; } */

.fc
    .fc-timegrid
    .fc-timegrid-slots
    .fc-timegrid-slot
    .fc-timegrid-slot-label-frame {
    text-align: center;
}

.fc
    .fc-timegrid
    .fc-timegrid-slots
    .fc-timegrid-slot
    .fc-timegrid-slot-label-frame
    .fc-timegrid-slot-label-cushion {
    text-transform: uppercase;
}

.fc .fc-timegrid .fc-timegrid-divider {
    display: none;
}

.fc .fc-list {
    border-color: #ebe9f1;
}

.fc .fc-list .fc-list-day-cushion {
    background: #f8f8f8;
}

.fc .fc-list .fc-list-event:hover td {
    background-color: #f8f8f8;
}

.fc .fc-list .fc-list-event td {
    border-color: #ebe9f1;
}

.app-calendar {
    position: relative;
    border-radius: 0.428rem;
    margin-bottom: 2rem;
}

.app-calendar .app-calendar-sidebar {
    position: absolute;
    left: calc(-18rem - 1.2rem);
    width: 18rem;
    height: 100%;
    z-index: 5;
    background-color: #fff;
    border-right: 1px solid #ebe9f1;
    flex-basis: 15rem;
    transition: all 0.2s, background 0s, border 0s;
}

.app-calendar .app-calendar-sidebar.show {
    left: 0;
}

.app-calendar .app-calendar-sidebar .sidebar-content-title {
    font-size: 0.85rem;
    color: #b9b9c3;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.app-calendar .app-calendar-sidebar .select-all ~ label,
.app-calendar .app-calendar-sidebar .input-filter ~ label {
    color: #5e5873;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.app-calendar .event-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    z-index: 15;
    transform: translateX(120%);
    transition: all 0.3s ease-in-out;
}

.app-calendar .event-sidebar .card {
    height: calc(100vh - 12.96rem);
    height: calc(var(--vh, 1vh) * 100 - 12.96rem);
    border-radius: 0 0.25rem 0.25rem 0;
}

.app-calendar .event-sidebar .card .close-bar {
    cursor: pointer;
}

.app-calendar .event-sidebar .card .todo-item-action {
    width: 6rem;
}

.app-calendar .event-sidebar .card .todo-item-action .todo-item-info,
.app-calendar .event-sidebar .card .todo-item-action .todo-item-favorite,
.app-calendar .event-sidebar .card .todo-item-action .dropdown {
    cursor: pointer;
    line-height: 1.5;
}

.app-calendar
    .event-sidebar
    .card
    .todo-item-action
    .dropdown
    .dropdown-menu
    .dropdown-item {
    padding: 0.14rem 1.428rem;
}

.app-calendar .event-sidebar .card .todo-item-action .dropdown-toggle::after {
    display: none;
}

.app-calendar .event-sidebar.show {
    transform: translateX(0);
}

.app-calendar .fc-toolbar h2 {
    font-size: 1.45rem;
}

.app-calendar .fc-header-toolbar {
    margin-bottom: 1.75rem !important;
}

.app-calendar .fc-view-harness {
    margin: 0 -1.6rem;
}

.app-calendar .fc-scrollgrid {
    border-color: #ebe9f1;
}

.app-calendar .fc-day-past .fc-daygrid-day-number,
.app-calendar .fc-day-future .fc-daygrid-day-number {
    color: #b9b9c3;
}

.app-calendar .fc-popover {
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}

.app-calendar .fc-popover .fc-popover-header {
    background: transparent;
    padding: 0.5rem;
}

.app-calendar .fc-popover .fc-popover-header .fc-popover-title,
.app-calendar .fc-popover .fc-popover-header .fc-popover-close {
    color: #5e5873;
}

.app-calendar .fc-popover .fc-popover-body *:not(:last-of-type) {
    margin-bottom: 0.3rem;
}

.app-calendar .fc .fc-event .fc-event-main {
    color: inherit;
}

.app-calendar .fc-list-event {
    background: transparent !important;
}

@media (min-width: 992px) {
    .app-calendar .app-calendar-sidebar {
        position: absolute;
        /* height: auto; */
        height: 100%;
        box-shadow: none !important;
    }
    .app-calendar .app-calendar-sidebar .flatpickr-days {
        background-color: transparent;
    }
}

.event-sidebar .select2-selection__choice__remove:before {
    top: 40% !important;
}

.horizontal-layout .app-calendar {
    margin-bottom: 1rem;
}

@media (max-width: 992px) {
    .fc-sidebarToggle-button {
        font-size: 0;
    }
}

@media (min-width: 992px) {
    .fc-sidebarToggle-button {
        /* display: none; */
        font-size: 0;
    }
}

@media (max-width: 700px) {
    .app-calendar .fc .fc-header-toolbar .fc-toolbar-chunk:last-of-type {
        margin-top: 1rem;
    }
}

.calendar_header {
    margin-bottom: 20px;
}
.calendar_header > .arrow-left-btn,
.calendar_header > .arrow-right-btn {
    background: transparent;
    border: none;
    outline: none;
}

.calendar_header > .arrow-left-btn > i,
.calendar_header > .arrow-right-btn > i {
    font-size: 13pt;
}

.calendar_header > .select_date {
    cursor: pointer;
}

#calendar .fc-day-today {
    background-color: #fff !important;
}

.fc-non-business {
    background: repeating-linear-gradient(
        -53deg,
        #ffffff,
        #fafafa 8px,
        #e3e1fc 6px,
        #e3e1f6 9px
    ) !important;
    opacity: 1 !important;
    cursor: not-allowed;
    pointer-events: none;
}
.datepicker-picker {
    width: 300px;
}

.datepicker-grid {
    width: 100% !important;
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
    background-color: #0a0d44 !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #0b0d44 !important;
}

.calendar_header {
    font-size: 12pt;
}

.ui-widget {
    font-family: 'Poppins', Helvetica, Arial, serif;
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: 'Poppins', Helvetica, Arial, serif;
    font-size: 1em;
}

.ui-dialog {
    z-index: 199999 !important;
}

.ui-widget-header {
    border: 0 !important;
    background: #fff !important;
}

.ui-dialog .ui-dialog-title {
    margin: 10px 0px !important;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    font-size: 13pt !important;
    font-weight: 500 !important;
}
.not-found-elm {
    display: flex;
    align-items: center;
    height: 100px;
    flex-direction: column;
}

.not-found-elm .not-found-elm-image {
    width: 90px;
}

.not-found-elm p {
    margin-top: 10px;
    color: #ddd;
}

.toast:before {
    content: '';
    height: 21px;
    width: 21px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    left: 1.25rem;
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: center;
}

#toast-container > .toast-error:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
    background-size: 10px;
}

#toast-container > .toast-success:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
    background-size: 10px;
}

#toast-container > div {
    border-radius: 75px 75px !important;
}

.toast-message {
    font-size: 10pt;
}

.remove-btn {
    position: absolute;
    z-index: 9;
}

.remove-btn button.remove-item-btn {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
}
#qrcode_display {
    text-align: center;
}

#qrcode_display img {
    width: 240px;
    height: 100%;
    margin: 0 auto;
    display: block;
}

.spw-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination {
    justify-content: flex-end;
}

.notification-bar {
    color: #fff;
    font-size: 10pt;
    padding: 1em !important;
    font-family: 'Poppins', Helvetica, Arial, serif;
}
