﻿
.zIndex-12 {
    z-index: 12;
}


.header-hide-view.pending-form {
    height: fit-content();
    z-index: 2;
    position: absolute;
    bottom: 50px !important;
    width: 100%;
    left: 0;
    display: none;
    font: var(--salon-center-large);
    top: unset;
}

.status_adjust_view_salon_center.pending.hidden-form {
    top: -50px !important;
    left: -3px !important;
    transform: rotate(90deg) scale(0.8) !important;
    -webkit-transform: rotate(90deg) scale(0.8) !important;
    -moz-transform: rotate(90deg) scale(0.8) !important;
    -ms-transform: rotate(90deg) scale(0.8) !important;
    -o-transform: rotate(90deg) scale(0.8) !important;
}

.header-hide-view, .header-hide-view-i, .header-hide-view-w {
    height: fit-content;
    z-index: 2;
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0;
    display: none;
    font: var(--salon-center-large);
}

    .header-hide-view div, .header-hide-view-i div, .header-hide-view-w div {
        display: flex;
        flex-flow: column;
        justify-content: flex-end;
        margin: 0 0 20px 0;
        position: relative;
        grid-gap: 3px;
        animation: rotateZ_header .5s ease-in-out .2s;
    }

        .header-hide-view div::after, .header-hide-view-i div::after, .header-hide-view-w div::after {
            height: 18px;
            width: 100%;
            position: absolute;
            top: 30px;
            left: 50%;
            content: '';
            border-left: 1px dashed var(--mg-color-black);
        }

        .header-hide-view div:last-of-type::after, .header-hide-view-i div:last-of-type::after, .header-hide-view-w div:last-of-type::after {
            border-left: unset !important;
        }

.total-header {
    font: var(--salon-center-normal-600);
}

    .total-header.ready {
        color: var(--mg-color-green)
    }

    .total-header.busy {
        color: var(--mg-color-dark-gray)
    }

    .total-header.wait {
        color: var(--mg-color-purple)
    }

    .total-header.ap {
        color: var(--mg-color-dark-green)
    }

    .total-header.all {
        color: var(--mg-color-black)
    }

.count-header {
    font: var(--salon-center-large);
}

    .count-header.ready {
        color: var(--mg-color-green)
    }

    .count-header.busy {
        color: var(--mg-color-dark-gray)
    }

    .count-header.wait {
        color: var(--mg-color-purple)
    }

    .count-header.ap {
        color: var(--mg-color-dark-green)
    }

    .count-header.all {
        color: var(--mg-color-black);
        font-size: 15px;
    }


.top-calendar-btn-adjust {
    top: 195px !important;
    transform: scale(.98);
    right: 300px !important;
}


.turn_off_pen {
    grid-template-rows: repeat(1, minmax(65%, 100%) minmax(85px, 1fr)) !important;
}


.off-waiting-pen {
    top: 50px !important;
    display: block !important;
}

.small-adjust {
    left: -4px;
    top: -4px;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
}

.ticket-detail-spinner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 102;
    background-color: rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
}

    .ticket-detail-spinner.active {
        visibility: visible;
        opacity: 1;
    }

.ticket-detail-spinner-text {
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    padding: 0px;
    margin: 0px;
}





.ui-sortable-handle {
    /*animation: ring 0.5s ease-in-out 0.2*/
}

.active-client-gr-cb {
    background: #d4d4d4;
    border: unset !important;
}


.void-item-popup-ticket img {
    height: 22px;
    width: 22px;
    opacity: 0.5;
    cursor: pointer;
}

    .void-item-popup-ticket img:hover {
        opacity: 1;
    }

.change-tech-popup-ticket:hover {
    color: #00bed6;
    cursor: pointer
}

.actv-tech {
    background: #ffdf96
}

.header-changetech-popup {
    display: grid;
    grid-template-columns: 1fr 30px;
    align-items: center;
}


.group-name-class {
    padding: 3px 0;
    color: #505050;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    width: 100%;
    flex-flow: column;
}

    .group-name-class .number-group {
        color: #f44c7f;
        font: normal normal medium 14px/18px Montserrat;
        letter-spacing: -0.21px;
    }

    .group-name-class .number-combine {
        color: #00bed6;
        font: normal normal medium 14px/18px Montserrat;
        letter-spacing: -0.21px;
    }


.add-width-animation {
    min-width: 260px;
    width: 100% !important;
    padding: 15px 10px 10px;
    border-left: 1px solid #cfcfcf !important;
}

    .add-width-animation .res-tech-in {
        padding: 0 !important;
    }

        .add-width-animation .res-tech-in .grid-tech-turn-general {
            padding: 30px 0 !important;
        }

            .add-width-animation .res-tech-in .grid-tech-turn-general .grid-tech-child {
                /*margin: 25px 5px;*/
            }

.body-overflow-popup {
    display: flex;
    flex-flow: column;
    overflow: auto;
    transition: 0.5s height;
    -webkit-transition: 0.5s height;
    -moz-transition: 0.5s height;
    -ms-transition: 0.5s height;
    -o-transition: 0.5s height;
}

.body-overflow-popup-normal {
}


.flex-child non-job:hover {
    cursor: pointer;
    border: 1px solid #ffcd00;
}

.body-scroll .header-table-ticket-popup-combine:nth-child(1) {
    border-top: none;
}

.header-table-ticket-popup-combine {
    display: grid;
    grid-template-columns: max-content 5px max-content 1fr;
    border-top: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
    background: #D1D1D11A 0% 0% no-repeat padding-box;
    align-items: center;
    width: 100%;
    padding: 4px;
    grid-gap: 10px;
    color: #00bed6;
    font-weight: 500;
    font-size: 13px;
    margin-top: 2px;
    text-transform: capitalize;
}

    .header-table-ticket-popup-combine div {
        position: relative;
        display: flex;
        justify-content: flex-end;
    }

        .header-table-ticket-popup-combine div:last-of-type {
            right: 20px;
        }

    .header-table-ticket-popup-combine .close-open-tab {
        text-align: center;
        height: 20px;
        width: 20px;
        position: relative;
        background: transparent;
        font-size: 15px;
        font-weight: 100;
        box-shadow: unset;
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        -ms-box-shadow: unset;
        -o-box-shadow: unset;
    }

.header-table-ticket-popup {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    border-bottom: 1px solid #a7a7a7;
    align-items: center;
    width: 100%;
    padding: 4px;
}

    .header-table-ticket-popup div {
        font-weight: 600;
        color: #505050;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-inline-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .header-table-ticket-popup div:first-of-type {
            text-align: start;
            font-weight: 600;
            grid-column: 1 / 3;
        }

        .header-table-ticket-popup div:nth-child(3) {
            grid-column: 4 / 6;
            text-align: start;
        }

.duration-popuptech {
    position: relative;
    display: flex !important;
    flex-flow: column;
    align-items: center;
}

    .duration-popuptech small {
        font-weight: 600;
        color: #a7a7a7;
        text-transform: capitalize;
        font-size: 9px;
    }

.equals-two-line {
    align-items: start;
    padding-left: 3px;
}

.amount-popup-ticket .child-highlight {
    color: #f28500;
    font-size: 10px;
    padding-left: 3px;
    font-weight: 500;
}

.body-table-ticket-popup {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    border-bottom: 1px dashed #d1d1d1;
    align-items: center;
    width: 100%;
    height: 40px;
    font: normal normal normal 14px/18px Montserrat;
    letter-spacing: -0.21px;
    color: #505050;
    opacity: 1;
    position: relative;
}

    .body-table-ticket-popup.Category {
        height: fit-content;
    }

    .body-table-ticket-popup:hover {
        background: #eee;
        cursor: pointer;
    }

    .body-table-ticket-popup:last-child {
        border-bottom: unset !important;
    }

    .body-table-ticket-popup div:not(.track-category-walkin) {
        max-height: 33px;
    }

    .body-table-ticket-popup div {
        font-weight: 500;
        color: #757575;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-inline-box;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical;
        max-width: calc(100% - 2px);
        word-break: break-word;
        text-transform: capitalize;
        font-size: 95%;
    }

        .body-table-ticket-popup div:first-of-type {
            text-align: start;
            grid-column: 1 / 3;
        }

            .body-table-ticket-popup div:first-of-type span {
                text-align: start;
                font: var(--salon-center-large);
                color: #505050;
                text-transform: uppercase;
            }

        .body-table-ticket-popup div:nth-child(3) {
            grid-column: 4 / 6;
            text-align: start;
        }

        .body-table-ticket-popup div:nth-child(4) {
            white-space: nowrap;
            font-size: 90%
        }


.footer-table-popup {
    display: flex;
    justify-content: flex-end;
    max-height: 90px;
    border-top: 1px solid #a7a7a7;
}

.footer-table-ticket-popup {
    display: flex;
    flex-flow: column;
    width: 100%;
}

    .footer-table-ticket-popup .grid-auto {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        width: 100% !important;
        font-weight: 500;
        color: #818181;
        font-size: 13px;
        padding: 5px 0 0;
        grid-gap: 0 20px;
    }

        .footer-table-ticket-popup .grid-auto .child {
            display: grid;
            grid-template-columns: 1fr 100px;
            border-bottom: 1px solid #d1d1d1;
            min-height: 22px;
        }

        .footer-table-ticket-popup .grid-auto:nth-child(3) .child {
            border-bottom: unset;
        }

        .footer-table-ticket-popup .grid-auto span:nth-child(2n+2) {
            color: #f28500;
            text-align: end;
            font-weight: 600;
        }

        .footer-table-ticket-popup .grid-auto .child .description-text {
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-inline-box;
            -webkit-line-clamp: 1 !important;
            -webkit-box-orient: vertical;
            max-width: calc(100% - 2px);
            word-break: break-all;
        }

.grid-auto-category {
    grid-column: 7/9;
    text-align: end !important;
}

#total-amount-ticket {
    font-size: 16px;
    font-weight: 600;
    color: #00bed6;
}

.track-category-walkin.line-view .line-category-ticket {
    height: 16px;
}

.track-category-walkin.popup {
    padding: 5px 0px;
    display: flex;
    flex-flow: column;
}

    .track-category-walkin.popup .line-category-ticket {
        height: 20px;
        margin: 3px 2px;
        padding: 3px;
        text-align: start;
    }

.fa-appointment {
    font-size: 12px;
    color: #00bed6 !important;
    margin-left: 10px;
    font-weight: 500;
}

.fa-circle.fa-checkin {
    font-size: 10px;
    color: #8b85ca !important;
    font-weight: 500;
}

.fa-circle.fa-inservice {
    font-size: 10px;
    color: #a7a7a7 !important;
    font-weight: 500;
}

.fa-group {
    color: #f44c7f
}

.fa-inservice {
    color: #a7a7a7
}

.opacity-loading {
    animation: opacity_tada 300ms ease-out;
}

.btn-custom-salon-popup {
    float: right;
}

    .btn-custom-salon-popup .more {
        width: 150px;
        float: right;
        margin-left: 10px;
    }

    .btn-custom-salon-popup .quickcash {
        width: 200px;
        float: right;
        margin-left: 10px;
    }

    .btn-custom-salon-popup .more {
        width: 150px;
        float: right;
        margin-left: 10px;
    }



.btn-action-salon-popup {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 10px;
    flex-grow: 0;
    max-height: 35px;
    min-width: 440px;
}

.save-turn-adjust-rotation {
    position: absolute;
    bottom: 0px;
    right: 20px;
    z-index: 13;
}

.modal-adjustturn {
    transform: scale(1.5) !important;
}


.grid-3-child {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 70px;
    height: 70px;
    font-weight: 500;
    color: #00bed6;
    cursor: pointer;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .grid-3-child:hover {
        color: #00bed6;
        background: #eee;
    }

    .grid-3-child:active {
        background: #00bed620;
    }


.ticket-detail-saloncenter-client .grid-1 .info-grid-3 .grid-3-child {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 70px;
    height: 70px;
    font-weight: 500;
    color: #00bed6;
    cursor: pointer;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .ticket-detail-saloncenter-client .grid-1 .info-grid-3 .grid-3-child:hover {
        color: #00bed6;
        background: #eee;
    }

    .ticket-detail-saloncenter-client .grid-1 .info-grid-3 .grid-3-child:active {
        background: #00bed620;
    }

.popup-scale {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}

.number-ticket {
    font-size: 16px;
    color: #f28500
}


.fa-external-link {
    font-size: 20px;
    color: #00bed6;
    cursor: pointer;
}

.text-note-ticket {
    min-height: 40px;
    max-height: 80px;
    border: none;
    width: 100%;
    font-size: 12px;
    color: #505050;
    font-weight: 500;
    margin: 3px 0 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}


.noClick-button {
    pointer-events: none !important;
    background: #d1d1d1 !important
}

.noClick-adjust {
    pointer-events: none !important;
}

.allowed-adjust-turn {
    animation: ajust_turn .3s infinite ease-in-out;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    transform-origin: 50% 2px;
}


.hold-to-drag-scale {
    animation: hold-to-drag .3s;
    background: #fff;
    border: 1px solid #d1d1d1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    box-shadow: 0 0 5px 2px #a7a7a720;
    -webkit-box-shadow: 0 0 5px 2px #a7a7a720;
    -moz-box-shadow: 0 0 5px 2px #a7a7a720;
    -ms-box-shadow: 0 0 5px 2px #a7a7a720;
    -o-box-shadow: 0 0 5px 2px #a7a7a720;
}

#client-general-overview {
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 100%;
    flex-grow: 1;
}

.noClick {
    pointer-events: none !important;
}

.line-category-ticket {
    border: 1px solid #a7a7a7;
    margin: 0 2px;
    padding: 0px 2px;
    width: fit-content;
    padding-top: 0 !important;
    font-size: 88%;
    height: 15px;
    color: #505050;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 1px;
    font: normal normal 700 var(--s-11);
}


.slide-client {
    position: relative;
    padding: 0 5px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    outline: unset !important;
}

.slide_promo:active {
    animation: select_promotion_portal 0.2s linear;
    /*transform: scale(1.1)*/
}

.slide_promo:focus {
    animation: select_promotion_portal 0.2s linear;
    /*transform: scale(1.1)*/
}

.slider_ {
    background: #fff;
    height: 82px;
    margin: 10px;
    padding: 0;
    position: relative;
    text-align: center;
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.12);
    -ms-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.12);
    -o-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.12);
    z-index: 1;
}

.grid-view-ticket-info-cus-appt {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.grid-view-ticket-info-cus-ins {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

    .grid-view-ticket-info-cus-ins::after {
        height: calc(100%);
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        border-bottom: 1px solid #a7a7a750;
    }

.grid-view-ticket-info-tech {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    flex-grow: 1;
    justify-content: flex-end;
}

.grid-view-ticket-btn {
    display: none;
    grid-template-rows: repeat(3,minmax(18px,32px));
}


.header-walkin-appointment {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    justify-items: center;
    height: 50px;
    position: relative;
}




.order-waiting-list-history {
    cursor: pointer;
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-direction: row;
    justify-content: center;
    align-content: flex-end;
    flex: 1;
    margin: 0 20px 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.hide-to-search {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    align-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
}

    .hide-to-search .header-top-turn, .hide-to-search .click-show-allticket {
        margin: 0 5px;
        white-space: nowrap;
    }

.tech-righticon {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    flex-direction: row;
    align-content: flex-end;
    align-items: flex-end;
    transition: .2s width;
    -webkit-transition: .2s width;
    -moz-transition: .2s width;
    -ms-transition: .2s width;
    -o-transition: .2s width;
}

    .tech-righticon.activateadjturn {
        min-width: 100px !important;
    }

.searh-bar-ticket-salon-center {
    display: flex;
    flex-flow: row;
    position: relative;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 20px;
    height: 20px;
}

    .searh-bar-ticket-salon-center.for-history {
        margin: 0 20px 0 0;
    }

    .searh-bar-ticket-salon-center.navbar-search {
        height: 100%;
        padding: 10px;
    }

.border-bot-tech-sl {
    padding-bottom: 0;
    display: flex;
    position: relative;
    transition: 0.3s ease-out;
    border-bottom: 2px solid #00bed6;
}


.header-top-turn, .click-show-allticket {
    position: relative;
    text-align: center;
    color: #898989;
    cursor: pointer;
    margin: 0 40px 0 0px;
}

    .header-top-turn div, .click-show-allticket div {
        font: var(--salon-center-large);
        width: 100%;
    }


.check_request_employeename {
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-top: 5px;
    word-break: break-all;
    font: var(--salon-center-normal-600);
    font-weight: 700;
    color: #505050;
}

.circle-close-btn-res {
    top: -15px;
    left: -15px;
    cursor: pointer;
    display: flex;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 5px;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    box-shadow: 0 0 5px 1px #a7a7a7;
    -webkit-box-shadow: 0 0 5px 1px #a7a7a7;
    -moz-box-shadow: 0 0 5px 1px #a7a7a7;
    -ms-box-shadow: 0 0 5px 1px #a7a7a7;
    -o-box-shadow: 0 0 5px 1px #a7a7a7;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    z-index: 1;
}

    .circle-close-btn-res:hover {
        opacity: 1;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

.count-num-client-gr {
    color: #f28500;
    font-weight: 700
}

#popup-fromtech-modal {
    border: 1px solid #a7a7a7;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0 0 3px 3px #a7a7a780;
    -webkit-box-shadow: 0 0 3px 3px #a7a7a780;
    -moz-box-shadow: 0 0 3px 3px #a7a7a780;
    -ms-box-shadow: 0 0 3px 3px #a7a7a780;
    -o-box-shadow: 0 0 3px 3px #a7a7a780;
    max-width: 750px;
}

.popup-waiting-list-salon {
    height: 100%;
    display: flex;
    flex-flow: column;
    padding: 20px;
    max-width: 750px;
    min-height: 700px;
    max-height: 700px;
}

    .popup-waiting-list-salon .form-layout-ticket-salon-center {
        padding: 25px 0 0 0;
        flex: 1;
    }

    .popup-waiting-list-salon .popup-wait {
        height: 40px;
        align-items: flex-end;
        display: flex;
        flex-flow: row;
        padding: 0 0 0 30px;
        flex: 0;
    }

        .popup-waiting-list-salon .popup-wait .click-show-allticket {
            flex: 1;
            white-space: nowrap;
            margin: 0 30px 0 0;
        }

            .popup-waiting-list-salon .popup-wait .click-show-allticket::after {
                right: -15px;
            }

            .popup-waiting-list-salon .popup-wait .click-show-allticket:nth-child(2), .popup-waiting-list-salon .popup-wait .click-show-allticket:nth-child(3) {
                flex: 0 0 60px;
                white-space: nowrap;
            }

        .popup-waiting-list-salon .popup-wait .searh-bar-ticket-salon-center {
            flex: 3;
            height: 30px;
        }

        .popup-waiting-list-salon .popup-wait button {
            flex: 0 85px;
            color: #505050;
            font-weight: 600;
            border: 1px solid #a7a7a7;
            white-space: nowrap;
            font-size: 12px;
        }

        .popup-waiting-list-salon .popup-wait .searh-bar-ticket-salon-center input {
            height: 35px;
            width: 85%;
            background: transparent;
            padding: 0;
        }

        .popup-waiting-list-salon .popup-wait.salon-center-header .box-start {
            align-items: flex-end;
        }

            .popup-waiting-list-salon .popup-wait.salon-center-header .box-start .box-header.total .title-name {
                font: normal normal 600 var(--s-18);
                white-space: nowrap;
            }


#loading-wrapper-salon {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99;
}


.font-weight-500 {
    font-weight: 500 !important
}

.font-weight-600 {
    font-weight: 600 !important
}

.font-weight-700 {
    font-weight: 700 !important
}

.line_one {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    width: calc(100% + 10px)
}

.flex-child-turn-apt, .flex-child-turn-ins, .flex-child-turn-wait, .flex-child-turn-history, .flex-child non-job, .list-line-walkin, .list-line-appt, .list-line-appt-gr, .list-line-walkin-gr-load, .list-line-appt-gr-load {
    animation: animation_ticket 0.3s ease-in !important;
}

.remove-ticket-animation-ticket {
    display: none;
}

.appointment_subject {
    font-size: 11px;
    color: #505050;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 215px;
}



.footer-popup-changephoto-tech {
    display: grid;
    grid-template-columns: repeat(4,minmax(80px,120px));
    padding: 10px 0 5px;
    width: 100%;
    max-width: 500px;
}

.circle-animation {
    width: 2px;
    z-index: -1;
    top: calc(50% - 1px);
    left: calc(50% - 4px);
    height: 2px;
    position: absolute;
    display: inline-block;
    background: #eee;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.1s cubic-bezier(0.86, 0.31, 0.55, 0.99);
    -webkit-transition: all 0.1s cubic-bezier(0.86, 0.31, 0.55, 0.99);
    -moz-transition: all 0.1s cubic-bezier(0.86, 0.31, 0.55, 0.99);
    -ms-transition: all 0.1s cubic-bezier(0.86, 0.31, 0.55, 0.99);
    -o-transition: all 0.1s cubic-bezier(0.86, 0.31, 0.55, 0.99);
}

.div-library-image {
    position: absolute;
    background: #fff;
    padding: 20px;
    top: calc(50%);
    left: calc(50%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0px 15px 50px rgba(0,0,0,0.30), 0px 0px 50px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0px 15px 50px rgba(0,0,0,0.30), 0px 0px 50px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 15px 50px rgba(0,0,0,0.30), 0px 0px 50px rgba(0,0,0,0.22);
    -ms-box-shadow: 0px 15px 50px rgba(0,0,0,0.30), 0px 0px 50px rgba(0,0,0,0.22);
    -o-box-shadow: 0px 15px 50px rgba(0,0,0,0.30), 0px 0px 50px rgba(0,0,0,0.22);
    z-index: 1000;
}

.div-footer-library {
    display: grid;
    grid-template-columns: auto;
    justify-items: end;
    margin: 15px 0 -10px;
}

.div-library-image-2 {
    display: grid;
    grid-template-columns: repeat(4,80px);
    grid-gap: 10px;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
}

.active-image-promo {
    opacity: 0.5;
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}

.div-library-image-2 div:hover {
    opacity: 0.8;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.div-library-image-2 div:active {
}

.div-library-image-2 div:focus:active {
    opacity: 0.8;
}

.div-library-image-2 div img {
    width: 50px;
    height: 50px;
    padding: 1px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 1px 2px 2px #a7a7a750;
    -webkit-box-shadow: 0 1px 2px 2px #a7a7a750;
    -moz-box-shadow: 0 1px 2px 2px #a7a7a750;
    -ms-box-shadow: 0 1px 2px 2px #a7a7a750;
    -o-box-shadow: 0 1px 2px 2px #a7a7a750;
    cursor: pointer;
}

.div-library-image-2 div {
    position: relative
}

.close-modal-changetech {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
}

    .close-modal-changetech:active > .circle-animation {
        background: #a7a7a7cc;
        transform: scale(20);
        -webkit-transform: scale(20);
        -moz-transform: scale(20);
        -ms-transform: scale(20);
        -o-transform: scale(20);
        z-index: unset;
    }

    .close-modal-changetech:hover > .circle-animation {
        background: #a7a7a766;
        transform: scale(20);
        -webkit-transform: scale(20);
        -moz-transform: scale(20);
        -ms-transform: scale(20);
        -o-transform: scale(20);
        z-index: unset;
    }

.btn-changephoto-tech {
    height: 30px;
    position: relative;
    background: #fff;
    width: 115px;
    cursor: pointer;
    color: #fff;
    font-size: 95%;
    font-weight: 500;
    letter-spacing: .0107142857em;
    text-transform: none;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    transition: border 380ms cubic-bezier(0.4,0,0.2,1),box-shadow 380ms cubic-bezier(0.4,0,0.2,1);
    -webkit-transition: border 380ms cubic-bezier(0.4,0,0.2,1),box-shadow 380ms cubic-bezier(0.4,0,0.2,1);
    -moz-transition: border 380ms cubic-bezier(0.4,0,0.2,1),box-shadow 380ms cubic-bezier(0.4,0,0.2,1);
    -ms-transition: border 380ms cubic-bezier(0.4,0,0.2,1),box-shadow 380ms cubic-bezier(0.4,0,0.2,1);
    -o-transition: border 380ms cubic-bezier(0.4,0,0.2,1),box-shadow 380ms cubic-bezier(0.4,0,0.2,1);
    border: 1px solid #eee;
}

    .btn-changephoto-tech:hover {
        border: 1px solid transparent;
        color: #fff;
        font-weight: 600;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
        -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
        -ms-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
        -o-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    }

    .btn-changephoto-tech:active {
        border: 1px solid transparent;
        color: #fff;
        font-weight: 600;
        transform: scale(0.96);
        -webkit-transform: scale(0.96);
        -moz-transform: scale(0.96);
        -ms-transform: scale(0.96);
        -o-transform: scale(0.96);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
        -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
        -ms-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
        -o-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    }

#btn-choose-photo {
    height: 0;
    overflow: hidden;
    width: 0;
}

.count-quantity-salon-center-login, .count-quantity-salon-center-logout, .countbonmot {
    /*font-size: 12px;*/
    font-size: 0.8em;
}

.techbonmot {
    margin-right: 10px;
    /*font-size: 13px;*/
    font-size: 1.4em;
    font-weight: 500;
    color: #505050;
    cursor: pointer;
}

.ticket-is-opening {
    background: #ffdfb8 !important;
    border: 1.5px solid #ffce91 !important;
}

.Modal_animation_salon_out {
    display: none !important;
    animation: dropout 0.5s ease-out !important;
}

.animation-tech-clock-in {
    opacity: 0;
    -webkit-animation: 1s .8s drop-in forwards;
    animation: 1s .8s drop-in forwards;
}

#ul-list-tech-login .grid-tech-child.tech-login-all {
    opacity: 0;
    -webkit-animation: 0.4s .3s drop-in forwards;
    animation: 0.4s .3s drop-in forwards;
}

#ul-list-tech-logout .grid-tech-child.tech-logout-all {
    opacity: 0;
    -webkit-animation: 0.4s .3s drop-out forwards;
    animation: 0.4s .3s drop-out forwards;
}

#list-line-walking-load {
    padding: 0px 10px 0px 10px;
}

.non-reaload-transition {
}

.popup-waiting-info {
    grid-template-columns: repeat(3,53px) !important;
}

.loading-lineview-salon {
    display: grid;
    align-items: center;
    grid-template-columns: 45px 1fr;
}

.times-close-mem-subs {
    top: 5px;
    right: 10px;
    position: absolute;
    color: #a7a7a7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    cursor: pointer;
}

    .times-close-mem-subs:hover {
        background: #00bed62b;
        color: #00bed6;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


.div-title-line-view {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    background: #fff;
    padding: 5px;
    height: 10px;
    width: 100px;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    .div-title-line-view.send-review {
        color: #84bf00;
        margin: 5px 0 0 0;
        cursor: pointer;
        text-transform: capitalize;
    }

        .div-title-line-view.send-review:hover {
            background: #93d500;
            color: #fff
        }

    .div-title-line-view.cancel-layout-history {
        color: #f28500;
        box-shadow: 0 0 2px 0 #f2850050;
        -webkit-box-shadow: 0 0 2px 0 #f2850050;
        -moz-box-shadow: 0 0 2px 0 #f2850050;
        -ms-box-shadow: 0 0 2px 0 #f2850050;
        -o-box-shadow: 0 0 2px 0 #f2850050;
    }

    .div-title-line-view.group-walkin {
        color: #8b85ca;
        box-shadow: 0 0 2px 0 #8b85ca50;
        -webkit-box-shadow: 0 0 2px 0 #8b85ca50;
        -moz-box-shadow: 0 0 2px 0 #8b85ca50;
        -ms-box-shadow: 0 0 2px 0 #8b85ca50;
        -o-box-shadow: 0 0 2px 0 #8b85ca50;
    }

    .div-title-line-view.group-appointment {
        color: #00bed6;
        box-shadow: 0 0 2px 0 #00bed650;
        -webkit-box-shadow: 0 0 2px 0 #00bed650;
        -moz-box-shadow: 0 0 2px 0 #00bed650;
        -ms-box-shadow: 0 0 2px 0 #00bed650;
        -o-box-shadow: 0 0 2px 0 #00bed650;
    }


.index-order-waiting-his {
    font-weight: 600;
    color: #00bed6;
    font-size: 100%;
    margin: 0 !important;
}

.div-index-order-waiting-his {
    width: 25px;
    height: 25px;
    padding: 0px;
    justify-content: center;
    display: grid;
    position: absolute;
    top: 5px;
    background: #fff;
    right: 20px;
    align-items: center;
    box-shadow: 0px 1px 2px 1px #00000033;
    -webkit-box-shadow: 0px 1px 2px 1px #00000033;
    -moz-box-shadow: 0px 1px 2px 1px #00000033;
    -ms-box-shadow: 0px 1px 2px 1px #00000033;
    -o-box-shadow: 0px 1px 2px 1px #00000033;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.div-index-order-waiting-his-wait {
    width: 25px;
    height: 25px;
    background: #fff;
    padding: 0px;
    justify-content: center;
    display: flex;
    margin-top: 5px;
    align-items: center;
    box-shadow: 0px 1px 2px 1px #00000033;
    -webkit-box-shadow: 0px 1px 2px 1px #00000033;
    -moz-box-shadow: 0px 1px 2px 1px #00000033;
    -ms-box-shadow: 0px 1px 2px 1px #00000033;
    -o-box-shadow: 0px 1px 2px 1px #00000033;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.div-index-order-waiting-his-cc {
    width: 25px;
    height: 25px;
    /*border: 1px solid #a7a7a7;*/
    padding: 0px;
    justify-content: center;
    display: grid;
    position: absolute;
    top: 35px;
    background: #fff;
    right: 20px;
    align-items: center;
    box-shadow: 0px 1px 2px 1px #00000033;
    -webkit-box-shadow: 0px 1px 2px 1px #00000033;
    -moz-box-shadow: 0px 1px 2px 1px #00000033;
    -ms-box-shadow: 0px 1px 2px 1px #00000033;
    -o-box-shadow: 0px 1px 2px 1px #00000033;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.div-index-order-waiting-his-wait-cc {
    width: 25px;
    height: 25px;
    background: #fff;
    padding: 0px;
    justify-content: center;
    display: flex;
    margin-top: 5px;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0px 1px 4px 1px #00000033;
    -webkit-box-shadow: 0px 1px 4px 1px #00000033;
    -moz-box-shadow: 0px 1px 4px 1px #00000033;
    -ms-box-shadow: 0px 1px 4px 1px #00000033;
    -o-box-shadow: 0px 1px 4px 1px #00000033;
}

.opacity-history {
}

.index-order-waiting-his-cc {
    font-weight: 800;
    color: #8b85ca;
    font-size: 8px;
    margin: 0 !important;
}

.display-none {
    animation: hide_modal 0.4s ease-in-out 0.2;
    display: none !important;
}

.bd-content {
    padding: 0 5px 0px 7px !important;
}

    .bd-content #schedule {
        padding: 0 !important;
    }


.reasons-form-adjustturn, .reasons-form-adjustturn-rot {
    display: grid;
    grid-template-columns: repeat(1,20% 80%);
    align-items: center;
    white-space: nowrap;
}


.btn-reasons-form-adjustturn {
    background-image: url(../../image/clientinfo/24px-03.svg) !important;
    background-repeat: no-repeat !important;
    width: 20px;
    height: 20px;
}

.form-turn-reasons {
    background: rgb(70, 195, 217);
    padding: 0 !important;
}

.label-reasons-turn {
    font-weight: 500;
    font-size: 14px;
}

    .label-reasons-turn:hover {
        color: #ffcd00
    }

.b-t-cancel-reason {
    background-image: url(../../image/assets_10.png) !important;
    background-image: url(../../image/ImageIcon/0036_cancel-01.svg) !important;
    background-repeat: no-repeat !important;
    width: 20px;
    height: 20px;
    background: 0;
    border: none;
    position: absolute;
    bottom: 0px;
    right: -22px;
}

.turn-reason-form {
    display: grid;
    grid-template-columns: 1fr;
    position: relative
}

.cancel-reason-form {
    position: absolute;
    right: -10px;
    top: 5px;
}

.header-in-tech-pop {
    font-size: 18px;
    font-weight: 500;
    color: #505050;
    padding: 5px;
    margin: 5px;
    display: flex;
    border-bottom: 1px solid #00bed6;
}

.modal-in-tech {
    top: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

.top-history {
    position: absolute;
    border: 1px solid #a7a7a7;
    cursor: pointer;
    height: 16px;
    width: 32px;
    border-bottom: 0px;
    background: #fff;
    z-index: 8;
    right: 60px;
    top: -16px;
    border-top-left-radius: 17.5px;
    -webkit-border-top-left-radius: 17.5px;
    -moz-border-top-left-radius: 17.5px;
    -ms-border-top-left-radius: 17.5px;
    -o-border-top-left-radius: 17.5px;
    border-top-right-radius: 17.5px;
    -webkit-border-top-right-radius: 17.5px;
    -moz-border-top-right-radius: 17.5px;
    -ms-border-top-right-radius: 17.5px;
    -o-border-top-right-radius: 17.5px;
}

.top-pending {
    position: absolute;
    border: 1px solid #a7a7a7;
    cursor: pointer;
    height: 16px;
    width: 32px;
    border-bottom: 0px;
    background: #fff;
    z-index: 8;
    right: 60px;
    fv top: -16px;
    border-top-left-radius: 17.5px;
    -webkit-border-top-left-radius: 17.5px;
    -moz-border-top-left-radius: 17.5px;
    -ms-border-top-left-radius: 17.5px;
    -o-border-top-left-radius: 17.5px;
    border-top-right-radius: 17.5px;
    -webkit-border-top-right-radius: 17.5px;
    -moz-border-top-right-radius: 17.5px;
    -ms-border-top-right-radius: 17.5px;
    -o-border-top-right-radius: 17.5px;
}

.td-header-cl {
    width: 55%;
    font-weight: bold;
}

.td-info-client {
    width: 100%;
    text-transform: capitalize;
}

.hieninfogr {
    max-height: 490px;
}

.client-link-grid {
    align-items: flex-end;
    display: grid;
}

.plus-client {
    color: #00bed6;
    font-weight: bold;
}

.rose {
    display: grid;
    grid-template-columns: 4fr 1fr;
}

.bg-danger {
    background-color: #f55145;
}


.line-walkin {
    width: 100%;
    height: 5px;
    background: #8b85ca;
}

.line-appointment {
    width: 100% !important;
    height: 5px;
    background: #00bed6;
}

.font-head-line-a {
    color: #00bed6;
    font-size: 18px;
    margin-left: 25px;
}

.font-head-line-w {
    color: #8b85ca;
    font-size: 18px;
    margin-left: 25px;
}

.list-line-appt-gr-load {
    width: 100%;
    height: 70px;
    font-size: 12px;
    border-bottom: 1px solid #00bed6;
    position: relative;
}

.font-line {
    font-size: 13px;
    color: #505050;
}

.font-line-cus {
    font-size: 13px;
    color: #505050;
}

.line-cus {
    margin-top: 0px;
}

    .line-cus.none-spacing {
        padding: 0;
        text-align: center;
        max-width: 100px;
    }

.img-line {
    margin-right: 5px;
}

.line-cate {
    border: 1px solid #a7a7a7;
    width: 100px;
    height: 40px;
    font-size: 13px;
}

.tr-line {
    border: 1px solid #a7a7a7;
    border-bottom: none;
    height: 20px;
    text-align: center;
    min-width: 100px;
    font-size: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #505050;
    font-weight: 500;
    padding: 0 5px;
}

.td-line {
    border: 1px solid #a7a7a7;
    word-break: break-all;
}

.col-3 {
    padding-right: 0px !important;
}

.image-line-icon {
    width: 25px;
    height: 25px;
}

.ori-bottom {
    width: 100%;
    padding-bottom: 0px;
    border-top: dashed 1px #505050;
    display: flex;
    justify-content: center;
}

.line-cate-frm {
    position: absolute !important;
    top: 44px;
    display: flex;
    overflow: hidden;
    margin-top: 5px;
}

.line-party {
    margin-left: -30px;
}

.font-line-ori-ticket {
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(90% - 20px);
    width: calc(100% - 6px);
    margin: 0 0 0 10px;
    z-index: 2;
    background: #fff;
    position: relative;
}

.show_time_ticket {
    display: flex;
    padding: 0;
    white-space: nowrap;
    flex-direction: row;
    justify-content: flex-start;
}

    .show_time_ticket .line-row {
        margin-right: 2px;
    }

        .font-line-cus .exit, .show_time_ticket .line-row .exit, .font-line-cus-exit {
            display: flex;
            justify-content: center;
            flex-direction: column;
            font-size: 10px;
        }

.font-line-ori-ticket-history {
    overflow-x: hidden;
    overflow-y: scroll;
    display: flex;
    flex-flow: wrap;
    height: 100%;
    max-height: calc(55px*6);
    margin-top: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.bg-primary {
    background-color: #fff !important;
}

.fc-grid .fc-other-month .fc-day-number {
    opacity: 1 !important;
    color: #2d0909;
}

.box-scheduler > #calendar {
    position: absolute;
    top: 50px;
    left: 10px;
    right: 10px;
    bottom: 50px;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 27px !important;
    height: 27px !important;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.datepicker-inline {
    width: 100%;
}

body {
    background: #fff;
}

.modal-backdrop {
}


.fa-angle-left:hover {
    cursor: pointer;
    color: #ffcd00;
    font-weight: bold;
}

.fa-angle-right:hover {
    cursor: pointer;
    font-weight: bold;
    color: #ffcd00;
}



.popover {
    max-width: fit-content;
    color: #a5a5a5;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    overflow-y: hidden;
    overflow-x: hidden;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.pop-margin {
    top: 120px !important;
    left: 130px !important;
}

.popcate-gr {
    padding: 20px;
    background: #8b85ca33;
    margin-top: 10px;
}

.cate {
    background: rgba(229, 248, 251,1);
}

.bottom-cate {
    border-bottom: 1px dotted;
}

.border-cate-apt {
    border: 2px solid #8b85ca !important;
}

.frm-bold {
    font-weight: bold;
    white-space: nowrap;
}

.right-name {
    text-align: end;
}

.next-popup-sl {
    text-align: end;
    font-size: 23px;
    position: absolute;
    right: 5px;
    top: -5px;
}

.hr-popup {
    border-top: 1px dashed #a7a7a7 !important;
    margin: 10px 5px 10px 5px;
}

.btnticket {
    font-weight: 500;
    font-size: 16px
}

.poplink, .poplink-pop, .popcate, .popcate-pop, .popclient, .popclient-pop, .popinservice, .popclientpopup, .poppending {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


.btnpre {
    font-size: 10px;
    height: 20px;
    line-height: 6px;
    color: white;
    font-weight: bold;
}

.btncll {
    font-size: 10px;
    height: 20px;
    color: white;
    font-weight: bold;
    line-height: 6px;
}

.btnpay-done {
    background: #93d500;
    border-color: #93d500;
}

.table td {
    padding: 2px 8px !important;
    vertical-align: inherit;
}

.onlinefortd {
    display: flex;
    align-items: center;
}

    .onlinefortd .font-line-cus {
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        max-width: calc(100vh - 100px);
        align-items: center;
        white-space: nowrap;
    }

.popover-content .client {
    width: 400px;
}

.popover-header {
    background-color: white;
    color: black;
    font-size: 1.2rem;
    border-bottom: none;
}

.arrow {
    border-right-color: #a7a7a7 !important;
}

.col-6.stt {
    text-align: end;
    margin-top: 4%;
}
.fa-play-circle {
    font-size: 18px;
}

.fa-stop-circle {
    font-size: 18px;
}



.table td.td-price {
    color: #00bed6;
    font-weight: bold;
    white-space: nowrap
}

.table td.td-play {
    text-align: center;
}

span.td-service {
    font-style: italic;
    font-size: 11px;
}

.inserviceone {
    cursor: pointer;
}

.doneone {
    cursor: pointer;
}

.table td {
    padding: 8px;
    vertical-align: inherit;
}

    .table td.client {
        padding: 2px;
        vertical-align: inherit;
    }

        .table td.client.top {
            padding: 2px;
            vertical-align: inherit;
            border-top: none;
        }

.imgclient {
    height: 46px;
    width: 46px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}


input[type=checkbox] {
    display: none;
}
/*fefge*/
.slide-toggle {
    display: block;
    position: relative;
    flex: none;
    width: 45px;
    height: 25px;
    background-color: #d7d2cb;
    cursor: pointer;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    z-index: 1;
}

    .slide-toggle::before,
    .slide-toggle::after {
        content: ' ';
        display: block;
        position: absolute;
        top: 1px;
        border-radius: 30px;
        height: 23px;
        background-color: #fff;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: 0.2s cubic-bezier(0, 1.1, 1, 1.1);
        -webkit-transition: 0.2s cubic-bezier(0, 1.1, 1, 1.1);
        -moz-transition: 0.2s cubic-bezier(0, 1.1, 1, 1.1);
        -ms-transition: 0.2s cubic-bezier(0, 1.1, 1, 1.1);
        -o-transition: 0.2s cubic-bezier(0, 1.1, 1, 1.1);
    }

    .slide-toggle::before {
        z-index: -1;
        width: 48px;
        right: 1px;
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }

    .slide-toggle::after {
        z-index: 1;
        width: 23px;
        left: 1px;
        box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
        -ms-box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
        -o-box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
    }

input:checked + .slide-toggle {
    background-color: #00bed6;
}

    input:checked + .slide-toggle::before {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    input:checked + .slide-toggle::after {
        -webkit-transform: translate3d(20px, 0, 0);
        -moz-transform: translate3d(20px, 0, 0);
        -ms-transform: translate3d(20px, 0, 0);
        -o-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

.font-header {
    font-size: 30px;
    margin-left: 8%;
    font-weight: 600;
    color: #505050;
}

.font-header-second {
    margin-left: 40px;
    font-weight: 600;
    color: #505050;
    padding: 15px;
    font-size: 16px;
}

.font-header-second-wait {
    font-weight: 600;
    color: #505050;
    font-size: 16px;
}


.oneline {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.oneline-pop {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 18px;
}

.onelineCate {
    text-transform: capitalize !important;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.onelinePopover {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hozi {
    height: calc(100vh - 50px);
    width: 1.4px;
    background: #8a8a8a;
}

.table th, .table tr:nth-child(2) {
    border-top: 0px dotted #a7a7a7 !important;
}

.minus-inservice-time {
    color: #f28500;
    font-weight: bold
}

.spinner-none {
    display: none !important;
}


.format-time-tech {
    display: grid;
    white-space: nowrap;
    text-align: left;
    grid-template-columns: 25px 1fr;
    grid-gap: 5px;
}

.line-cus-popup {
    white-space: nowrap;
    margin-top: 0px;
    display: grid;
    grid-template-columns: repeat(3,25px);
    margin-top: 0px;
    align-items: center;
}

.change-duration-tech {
    position: relative;
    cursor: pointer;
}

    .change-duration-tech:hover {
        color: #00bed6
    }

    .change-duration-tech:active {
        color: #00bed6
    }

.tt-mins {
    font-size: 8px;
    position: absolute;
    left: 18px;
    bottom: -8px;
    font-weight: 600;
}

.minus-inservice-time-2 {
    color: #f28500;
    font-weight: 500
}

.minus-inservice-time-3 {
    color: #f28500;
    font-weight: 600;
    font-size: 9px;
}

.spinner-in {
    height: 12px;
    width: 12px;
}

.spinner-next-pop {
    height: 15px;
    width: 15px;
    margin-bottom: 5px;
}

.spinner-client {
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border {
    border: 1px solid currentColor;
    border-right-color: transparent;
}

.time-tech {
    color: #00bed6 !important;
}

.btn-confirm-turn {
    text-align: end;
    margin: 15px 15px;
}

.btnsave {
    color: #fff;
    background: #00bed6;
    border-color: #00bed6;
    width: 216px;
    height: 40px;
    border-radius: 4px;
    font-size: 1.6em;
}

.amount-popup-ticket {
    display: flex !important;
    flex-direction: column !important;
}

.btncancel {
    position: absolute;
    right: 13%;
    z-index: 12;
    bottom: 5%;
    width: 120px;
    color: white;
    background: #f7941c;
    border-color: #f7941c
}

.ctTicket {
    color: #505050;
    font-size: 11px;
    padding-left: 18px;
}

.rowIndex {
    border-radius: 50%;
    border: 1px solid #00bed6;
    width: 20px;
    height: 20px;
    text-align: -webkit-center;
    position: absolute;
    background: rgba(0, 190, 214, 1);
    z-index: 1;
    top: 5px;
    left: 65px;
}

.contentIndex {
    position: absolute;
    z-index: 36;
    font-size: 10px;
    color: white;
    left: 0px;
    top: -1px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rowIndex2 {
    border-radius: 50%;
    border: 1px solid #00bed6;
    width: 20px;
    height: 20px;
    text-align: -webkit-center;
    position: absolute;
    background: rgba(0, 190, 214, 1);
    z-index: 1;
    top: 0px;
    left: 55px;
}

.contentIndex2 {
    position: absolute;
    z-index: 36;
    font-size: 10px;
    color: white;
    left: 0px;
    top: 2px;
    width: 100%;
}

.bdticket {
    border-bottom: 1px solid #d1d1d1 !important;
    color: #505050
}

.font-image {
    line-height: 30px;
    margin-left: -28px;
}

.font-wating {
    padding-top: 1%;
    padding-left: 0.5%;
    width: 18%;
    min-width: 300px;
    background: white;
    position: relative;
}

.font-inservice {
    padding-top: 1%;
    width: 25.3%;
    min-width: 265px;
    background: white;
    position: relative;
}

.font-appointment {
    padding-top: 1%;
    padding-left: 1%;
    width: 39%;
    background: white;
    position: relative;
}

.font-ticket-header {
    font-weight: bold;
    font-size: 10px;
    color: #505050;
}

.btn-cancel-custom {
    background: #f7941c;
    border-color: #f7941c;
}

::-webkit-scrollbar {
    cursor: move !important;
    width: 8px !important;
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    -ms-box-shadow: unset !important;
    -o-box-shadow: unset !important;
    height: 8px !important;
}

::-webkit-scrollbar-track {
    cursor: move !important;
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    -ms-box-shadow: unset !important;
    -o-box-shadow: unset !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
    background: #D1D1D1 !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    margin-right: 5px !important;
    cursor: move;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #A7A7A7 !important;
        cursor: move !important;
        width: 8px !important;
        height: 8px !important;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
    }

.highlight-walkin {
    background: var(--ticket-wait-bgr) !important;
}

.highlight-in {
    background: var(--ticket-ins-bgr) !important;
}

.highlight-out {
    background: #ffe4ec !important;
}

.highlight-appt {
    background: var(--ticket-appointment-bgr) !important;
}

.star-review-history.rated {
    font-size: 10px;
    color: #ffcd00;
    margin: 0 2px;
}

.star-review-history.notrate {
    margin: 0 2px;
    font-size: 10px;
    color: #a7a7a7
}


.flex-child:hover {
    cursor: move;
    outline: 1px solid #ffcd00;
}


a {
    color: black;
}

    a:hover {
        color: #F28500;
    }

.img-smile {
    height: 30px;
    width: 30px;
}

.img-smile-animation {
    height: 20px;
}

.img-cate-service {
    height: 20px;
    margin-right: 2px;
    background: white;
}

.img-cate-service-animation {
    height: 15px;
    margin-right: 2px;
    background: white;
}

.img-cate-service-tech {
    height: 20px;
    margin-right: 2px;
    margin-top: 5px;
}

.hr-ticket-w {
    border: 0.5px dotted #8b85ca;
    margin-bottom: 3px;
    margin-top: 3px;
}

.hr-ticket-i {
    border: 0.5px dotted #a7a7a7;
    margin-bottom: 3px;
    margin-top: 3px;
}

.hr-ticket {
    border: 0.5px dotted #00bed6;
    margin-bottom: 3px;
    margin-top: 3px;
}

.font-new-ticket {
    height: 24px;
    width: 24px;
    border: 1.5px solid #505050;
    border-radius: 50%;
    color: #505050;
    font-weight: bold;
}

.plus-ticket {
    color: #f28500;
    font-weight: bold;
}

.plus-ticket-cate-tech {
    color: #00bed6;
    font-weight: bold;
    font-size: 14px;
    margin-left: 0px;
    position: absolute;
}

.plus-ticket-cate {
    color: #00bed6;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    bottom: 4px;
    left: 95px;
}

.font-stt-tech {
    position: absolute;
    bottom: 3px;
    right: 28px;
}







.salon-center-wait-area.grid-view-ticket-salon-history:last-of-type {
    border-bottom: 2px solid #a7a7a7
}

.poplink {
    cursor: pointer;
}


.not_allowed_turnoff {
    color: #f44c7f !important;
    font-size: 14px !important;
    top: 88px !important;
    pointer-events: none !important
}

.main-tech {
    display: flex;
    width: 100%;
    height: 40px;
    padding: 5px 5px 5px 40px;
    flex-flow: row;
    align-items: flex-end;
    flex-direction: row;
    align-content: flex-end;
    justify-content: flex-start;
}

.wating_pop_title {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
    align-items: baseline;
    padding: 0 20px;
    margin: 10px 0;
    grid-gap: 25px;
}





.form-inservice-ori {
    scrollbar-color: #000 #aaa;
    scrollbar-width: thin;
}

.listpendinggr {
    scrollbar-color: #000 #aaa;
    scrollbar-width: thin;
}

.form-wating-ori {
    scrollbar-color: #000 #aaa;
    scrollbar-width: thin;
}

.form-wating-ori-apt {
    scrollbar-color: #000 #aaa;
    scrollbar-width: thin;
}

.info-popup-ticket {
    font-weight: 600;
}

.icon-popup-ticket-pen {
    margin-top: 5px;
    height: 22px;
    cursor: pointer;
}

    .icon-popup-ticket-pen:hover {
        fill: #ffcd00;
    }

.icon-popup-ticket {
    height: 25px;
    margin-right: 3px;
    cursor: pointer;
}

.position-btn {
    justify-content: flex-end;
    position: relative;
    display: flex;
}

.backgr-turn {
    background: #f1f1f1;
    border-top: 1px dashed #a7a7a7;
    width: calc(100vw);
    height: calc(100vh - 225px);
    margin-top: 50px;
}

.queue-turn {
    border-right: 1px dashed #a7a7a7;
    height: calc(100vh - 230px);
    width: calc(98vw);
    padding-right: 0;
}


.turn-turn {
    border-right: 1px dashed #a7a7a7;
    width: calc(98vw);
    height: calc(100vh - 230px);
    border-left: 1px dashed #a7a7a7;
    padding-left: 9px;
}

.font-tech-turn-adjust {
    height: calc(100vh - 230px);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow-x: scroll;
    flex-flow: column wrap;
    place-content: stretch flex-start;
    align-items: stretch;
    padding-top: 12px;
    margin-top: 5px;
    align-content: flex-start;
    position: relative;
}

.name-turn {
    color: #505050;
    text-align: center;
    /*font-weight: bold;*/
    padding-top: 20px;
    font-size: 22px;
}

.avail-adjust {
    display: none
}

.unavail-adjust {
}

.div-container div:not(:first-child) {
    border-left: none;
}

.div-photo-tech {
    cursor: pointer;
}

.cancel-check {
    margin-top: 5px;
}

.void-check {
    margin-top: 5px;
}

.image-turn {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.li-turn {
    color: white;
    padding-left: 3px;
    margin: 20px 6px 21px 6px !important;
    list-style-type: none;
    position: relative;
    cursor: move;
}

.tech-search {
    width: 100%
}

    .tech-search .icon {
        position: absolute;
        top: 50%;
        margin-left: 10px;
        margin-top: 7px;
        z-index: 1;
        color: #4f5b66
    }

    .tech-search input#search {
        height: 30px;
        font-size: 15px;
        color: #505050;
        padding-left: 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-bottom: 1px solid #a7a7a7 !important;
        border-radius: 0;
        border: none;
        max-width: 150px;
        height: 100%;
    }

        .tech-search input#search:focus {
            border: 1px solid transparent;
            outline: none;
        }

.div-search-input {
    z-index: 5;
    text-align: center;
    border: 1px solid #a7a7a7;
    padding: 5px;
    height: 30px;
    animation: hide_andshow .2s forwards ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    .div-search-input:hover {
        box-shadow: 0 1px 4px 1px var(--ticket-ins-border);
        -webkit-box-shadow: 0 1px 4px 1px var(--ticket-ins-border);
        -moz-box-shadow: 0 1px 4px 1px var(--ticket-ins-border);
        -ms-box-shadow: 0 1px 4px 1px var(--ticket-ins-border);
        -o-box-shadow: 0 1px 4px 1px var(--ticket-ins-border);
    }

.tech-search:focus {
    outline: none !important;
}

.tech-search .icon {
    position: absolute;
    top: 50%;
    margin-left: 10px;
    margin-top: -14px;
    z-index: 1;
    color: #4f5b66
}

.tech-search input#search-inner {
    height: 35px;
    font-size: 10pt;
    float: left;
    color: #63717f;
    padding-left: 20px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 15px;
    border: 2px solid;
    margin-bottom: 5px;
}

#div-search-tech-inner {
    margin-left: -183px !important;
}

.content-modal-turn {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0 0 3px 3px #a7a7a780;
    -webkit-box-shadow: 0 0 3px 3px #a7a7a780;
    -moz-box-shadow: 0 0 3px 3px #a7a7a780;
    -ms-box-shadow: 0 0 3px 3px #a7a7a780;
    -o-box-shadow: 0 0 3px 3px #a7a7a780;
    width: 210px;
}

.form-turn-queue {
    border-radius: 25px;
}

.form-turn-rot {
    border-radius: 25px;
}

.modal-header {
    border-radius: 25px;
}

.form-adjust-turn-popup {
    position: relative;
}

    .form-adjust-turn-popup .flex-grow-popup-1 {
        display: flex;
        flex-flow: row;
        align-items: center;
        position: relative;
    }

        .form-adjust-turn-popup .flex-grow-popup-1::after {
            height: 100%;
            width: 100%;
            position: absolute;
            top: 8px;
            left: 0;
            content: '';
            border-bottom: 1px dashed #a7a7a7;
        }

    .form-adjust-turn-popup .flex-grow-popup-2 {
        padding: 20px 5px 5px;
        display: flex;
        flex-flow: column;
        position: relative;
        width: 100%;
    }

        .form-adjust-turn-popup .flex-grow-popup-2 .grid-auto-2 {
            display: flex;
            flex-direction: column;
            align-content: center;
        }

            .form-adjust-turn-popup .flex-grow-popup-2 .grid-auto-2 .flex-row-1 {
                display: flex;
                color: #505050;
                padding: 10px 0;
                align-items: center;
                white-space: nowrap;
                flex-direction: row;
                align-content: center;
                justify-content: space-between;
                font: normal normal 500 var(--s-12);
            }

                .form-adjust-turn-popup .flex-grow-popup-2 .grid-auto-2 .flex-row-1.active {
                    background: #EEE;
                    border-radius: 4px;
                }

                .form-adjust-turn-popup .flex-grow-popup-2 .grid-auto-2 .flex-row-1.adjust-amount {
                    padding: 0;
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                }

                    .form-adjust-turn-popup .flex-grow-popup-2 .grid-auto-2 .flex-row-1.adjust-amount .btn-adjust-turn-amount-cancel {
                        margin: 0 5px;
                        min-height: var(--px-30);
                        max-height: var(--px-30);
                        cursor: pointer;
                        text-transform: capitalize;
                        font: normal normal 600 var(--s-13);
                        text-align: center;
                        display: flex;
                        align-items: center;
                        border-radius: 4px;
                        cursor: pointer;
                        justify-content: center;
                        background: #FFF;
                        color: #505050;
                        box-shadow: none;
                        outline: 0;
                        border: none;
                    }

                    .form-adjust-turn-popup .flex-grow-popup-2 .grid-auto-2 .flex-row-1.adjust-amount .btn-adjust-turn-amount-confirm {
                        min-height: var(--px-25);
                        max-height: var(--px-25);
                        cursor: pointer;
                        text-transform: capitalize;
                        font: normal normal 600 var(--s-13);
                        text-align: center;
                        display: flex;
                        align-items: center;
                        border-radius: 4px;
                        cursor: pointer;
                        justify-content: center;
                        background: #FFF;
                        color: #00bed6;
                        box-shadow: none;
                        outline: 0;
                        border: none;
                    }

                .form-adjust-turn-popup .flex-grow-popup-2 .grid-auto-2 .flex-row-1 .btn-adjust-turn-amount {
                    color: #505050;
                    font: normal normal 700 var(--s-14);
                    top: 0;
                    width: 35% !important;
                    height: var(--px-25);
                    background: #fff 0% 0% no-repeat padding-box;
                    box-shadow: 0px 1px 5px #00000020;
                    border: 1px solid #A7A7A7 !important;
                    border-radius: 4px;
                    padding: var(--px-5) 1px;
                    outline: none !important;
                    text-align: center;
                }

                    .form-adjust-turn-popup .flex-grow-popup-2 .grid-auto-2 .flex-row-1 .btn-adjust-turn-amount:active {
                        border: 1px solid #00BED6;
                    }

                .form-adjust-turn-popup .flex-grow-popup-2 .grid-auto-2 .flex-row-1 div:nth-child(2n+2) {
                    color: #505050;
                    font: normal normal 600 var(--s-12);
                    text-align: end;
                }

.highlight-adjust-turn {
    background: #93d50050
}

.turn-employeename {
    font-size: 15px;
    font-weight: 600;
    color: #505050;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: calc(100% - 2px);
    word-break: break-word;
    text-transform: capitalize;
    flex-grow: 1;
    flex-direction: column;
}

.image-turn-em {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    position: relative;
    border: 1px solid #a7a7a7;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    display: flex;
}

#div-change-photo {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    padding: 10px;
    position: relative;
}

    #div-change-photo #btn-choose-photo {
        border-bottom: 1px solid;
        cursor: pointer;
    }

.btn-excute-changephoto {
    min-width: 50px;
    background-color: #00b7ce;
    color: white;
    border: none;
    border-radius: 3px;
    height: 30px;
}

#div-excute {
    text-align: right;
    margin-top: 10px;
}

.jcrop-holder div {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}


.lst-ticket {
    height: calc(100vh - 210px);
    width: 305px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-x: scroll;
    flex-flow: column wrap;
    place-content: stretch flex-start;
    align-items: stretch;
    background-color: #fff;
    position: fixed;
    align-content: flex-start;
}

.lst-ticket-popup {
    width: 29%;
    height: 66.8%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-x: scroll;
    flex-flow: column wrap;
    place-content: stretch flex-start;
    align-items: stretch;
    background-color: #fff;
    position: fixed;
    align-content: flex-start;
    border-right: dashed 1px #505050;
}


.lst-ticket2 {
    height: calc(100vh - 210px);
    width: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-x: scroll;
    flex-flow: column wrap;
    place-content: stretch flex-start;
    align-items: stretch;
    background-color: #fff;
    position: fixed;
    align-content: flex-start;
}

.lst-ticket-popup2 {
    height: 66.8%;
    float: left;
    width: 28.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-x: scroll;
    flex-flow: column wrap;
    place-content: stretch flex-start;
    align-items: stretch;
    background-color: #fff;
    position: fixed;
    align-content: flex-start;
}

.t-ico-l {
    cursor: pointer;
}

#tbl-change-turn {
    width: 100%
}

    #tbl-change-turn tr td:first-child {
        padding-left: 15px;
        font-size: 16px;
    }

#drop-turn {
    width: 86%;
    margin-left: 7%;
    height: 35px;
    border-radius: 6px;
    font-size: 14px;
}

.btn-excute-change-turn {
    border: none;
    width: 40%;
    height: 40px;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    font-size: 19px;
}

.triangle-up {
    width: 20px;
    position: absolute;
    height: 10px;
    border-bottom: solid 10px #00bed6;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    z-index: 11;
    right: 13px;
    bottom: -1px;
    cursor: pointer;
    display: none;
}

    .triangle-up:hover {
        border-bottom: solid 10px #ffcd00;
    }


.triangle-down {
    width: 20px;
    position: absolute;
    height: 10px;
    border-top: solid 10px #00bed6;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    z-index: 11;
    right: 13px;
    top: 70px;
    cursor: pointer;
}

    .triangle-down:hover {
        border-top: solid 10px #ffcd00;
    }

.triangle-up-w {
    width: 20px;
    position: absolute;
    height: 10px;
    border-bottom: solid 10px #8b85ca;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    z-index: 11;
    right: 13px;
    bottom: -1px;
    cursor: pointer;
    display: none
}

    .triangle-up-w:hover {
        border-bottom: solid 10px #ffcd00;
    }

.triangle-down-w {
    width: 20px;
    position: absolute;
    height: 10px;
    border-top: solid 10px #8b85ca;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    z-index: 11;
    right: 13px;
    top: 70px;
    cursor: pointer;
}

    .triangle-down-w:hover {
        border-top: solid 10px #ffcd00;
    }

.max-height-group {
    overflow: hidden;
    position: relative;
}

.max-height-group-apt {
    overflow: hidden;
    position: relative;
    transition: height .5s;
}

.form-line-ori {
    overflow: scroll;
    min-height: 200px;
    max-height: calc(100vh - 75px);
    height: calc(100vh - 190px);
    overflow-x: hidden;
}

.height-group {
    max-height: 70px;
}

.line-header {
    padding-top: 5px;
    min-height: 20px
}

.clickinservice {
    cursor: move !important;
}

.image-hide-header {
    width: 20px !important;
}

.hide-line {
    display: none;
}

.click-show-allticket {
    cursor: pointer;
}

.active-view {
}

#tbl-not-tech-login {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    padding: 25px;
}

    #tbl-not-tech-login tr {
        height: 42px;
    }

    #tbl-not-tech-login th {
        border: none;
        border-top: 2px solid #b7b1b1;
        border-bottom: 2px solid #dad3d3;
        text-align: center;
        color: #505050;
        font-size: 1.2em;
        text-align: center !important;
    }


    #tbl-not-tech-login td {
        text-align: center;
        text-align: center;
        height: 42px;
        font-size: 1.2em;
        color: #505050;
        text-align: center !important;
    }

.techModal {
    display: none;
    position: fixed;
    z-index: 810;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content-popup {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    z-index: 900;
}

.popover .arrow::before {
    content: none;
}

.popover .arrow::after {
    content: none;
}

.check-reasons {
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid white;
    border-radius: 100%;
    background: none;
    position: relative
}



.spinner-border-sm {
    width: 13px;
    height: 13px;
}

.div-check-notify {
    display: grid;
    grid-template-columns: repeat(1,20% 80%);
    align-items: center;
    white-space: nowrap;
}

.check-o-reasons {
    content: '';
    width: 12px;
    height: 12px;
    background: white;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
}

.reason-type {
    margin: 5px;
    font-size: 15px;
    color: white;
    font-weight: 700;
    cursor: pointer;
}

.title-void {
    text-align: center;
    color: white;
    font-weight: 700
}

.active-reasons {
    color: #ffcd00;
}

.active-c-reasons {
    background: #ffcd00;
}

.popclient {
    cursor: pointer;
}

.click-payment {
    cursor: pointer !important;
}

#schedule .sc_main_box, #schedule .sc_data {
    max-height: calc(100vh - 182px);
}

.bs-popover-top .fa-search {
    color: #505050;
    margin-left: 10px;
    margin-top: -7px;
    position: absolute;
}

.bs-popover-top #search {
    margin-left: 15px;
    border: none !important;
    font-size: 12px;
}

.bs-popover-top #search-inner {
    margin-left: 15px;
    border: none !important;
    font-size: 12px;
}

.position-arr-pop {
    margin-top: -10px;
    margin-left: -5px;
    position: relative;
}

.circel-pop {
    width: 17px;
    height: 17px;
    position: absolute;
    border-radius: 50%;
    top: 14px;
    left: 3px;
}

.line-pop-arr {
    width: 2px;
    height: 12px;
    margin-left: 10px;
}

.circel-pop-hozi {
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    top: 9px;
    left: -22px;
}

.line-pop-arr-hozi {
    width: 15px;
    height: 2px;
    margin-left: -2px;
    position: absolute;
    top: 16px;
}

.position-arr-pop-hozi {
    margin-top: -1px;
    margin-left: -3px;
    position: relative;
}

.employee-tech {
    white-space: nowrap;
    max-width: 90%;
    height: 80px;
    font-weight: 500
}

.cancel-apt-popover {
    background: rgba(70, 195, 217,.9);
    border: 1px solid rgb(70, 195, 217);
}

.teGjnN {
    float: right;
    padding-right: 0;
    display: inline-block;
    text-align: right;
}

.lst-ticket-inservice {
    padding-left: 10px;
}

.font-header-salon {
    display: flex;
    font-size: 26px;
    font-weight: 500;
    color: #505050;
    width: 100%;
    flex-flow: row;
    align-items: center;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.fa-search {
    font-size: 13px;
    color: #a7a7a7;
    flex: 1;
    transition: transform .6s ease-in-out .4s;
}

.main-wait {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
    z-index: 2;
    background: #fff;
    position: relative;
    align-items: end;
    height: 50px;
    padding: 0 5px;
}


.table > tbody > tr > td.apt-text-title, .table > tbody > tr > td.apt-text-result {
    padding: 0 !important;
}

.click-popup-key {
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    -ms-box-shadow: unset !important;
    -o-box-shadow: unset !important;
}

.list-cancel-group {
    position: absolute;
    display: flow-root;
    top: -10px;
    width: 135px;
    font-size: 10px;
    background: white;
    font-weight: bold;
    right: 10px;
    color: #505050;
    height: 0px;
    overflow: hidden;
    left: -70px;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.list-cancel-group-wrap {
    left: auto;
    right: 0;
    top: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
}

    .list-cancel-group-wrap.active {
        border: 1px solid #a7a7a7;
        height: 50px;
        opacity: 1;
        visibility: visible;
    }

.radio-sort {
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #505050;
    border-radius: 100%;
    background: none;
    border: 1px solid #505050;
}

.radio-o-sort {
    content: '';
    width: 8px;
    height: 8px;
    background: #505050;
    position: absolute;
    top: 4px;
    left: 19px;
    border-radius: 100%;
    border: 1px solid #505050;
    background-color: #505050;
}

.cancel-div {
    margin-bottom: -0px;
    cursor: pointer;
    padding: 4px;
}

    .cancel-div:hover {
        color: #ffcd00;
    }

.list-type-key {
    width: 200px;
    height: 0px;
    text-align: center;
    position: absolute;
    background-color: white;
    z-index: 1;
    border-radius: 5px;
    left: 125px;
    bottom: -53px;
    transition: height 0.3s;
    overflow: hidden;
    border: none
}

.list-type-key-notify {
    width: 165px;
    height: 0px;
    text-align: center;
    position: absolute;
    background-color: white;
    z-index: 1;
    border-radius: 5px;
    transition: height 0.3s;
    overflow: hidden;
    border: none
}

.grid-time-popup {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.timer-duration {
    height: 10px;
    width: 10px;
    margin: 0 0 2px;
}

.btn-add-duration {
    min-width: 50px;
    background-color: #f28500;
    color: white;
    border: none;
    border-radius: 3px;
    height: 20px;
    width: 75px;
    white-space: nowrap;
    margin-top: 10px;
}

.btn-subtract-duration {
    min-width: 50px;
    background-color: #dae343;
    color: white;
    border: none;
    border-radius: 3px;
    height: 20px;
    width: 75px;
    margin-top: 10px;
    white-space: nowrap;
}

.not-allowed {
    cursor: not-allowed !important;
}

.btn-duration-change {
    opacity: 0.4;
    cursor: not-allowed !important;
}

    .btn-duration-change.active-adj {
        opacity: 1;
        cursor: pointer !important;
    }

.btn-add-duration:hover, .btn-subtract-duration:hover {
    color: #505050;
    background-color: #d7d2cb;
    cursor: pointer;
}

.btn-add-duration:active, .btn-subtract-duration:active {
    color: #505050;
    background-color: #d7d2cb;
    cursor: pointer;
}

.sizep {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 35px 35px 35px;
    grid-gap: 15px;
    align-items: center;
    justify-content: center;
}

.grid-client-pop {
    display: grid;
    grid-template-columns: 1fr 50px;
    grid-gap: 5px;
    padding: 5px;
}

.grid-client-info-pop {
    display: grid;
    grid-template-columns: minmax(20px,auto) minmax(100px,150px)
}

.grid-client-link-pop {
    display: grid;
    grid-template-rows: 2fr 1fr;
}

.next-popup-apt {
    text-align: end;
    font-size: 25px;
    margin-top: -13px;
}

.border-dotted {
    border-bottom: 1px dotted #a7a7a7;
}

    .border-dotted:nth-child(1) {
        border-bottom: 1px solid #a7a7a7;
    }

    .border-dotted:nth-child(2) {
        border-bottom: 1px solid #a7a7a7;
        text-transform: capitalize;
        white-space: nowrap;
    }

.text-pop-cl {
    text-transform: capitalize;
    white-space: nowrap;
}

.popover-body, .popover-title, .popover-content, .grid-client-pop {
    animation: popover_body .5s ease-out;
}


.border-history {
    border-bottom: 2px solid #c5c5c5 !important;
    background: #eeeeee1a;
}

.format-keypad {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(1,40px 40px 40px);
    grid-gap: 8px;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

.height-key {
    height: 230px;
    border: 1px solid #a7a7a7;
}

.bo-bottom-pc {
    background: #f89d21;
    color: #fff;
    width: 85%;
    text-align: center;
    border-radius: 5px;
    height: 30px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 3px;
}

.cus-check {
    font-size: 16px;
    color: #00bed6;
}

    .cus-check:hover {
        color: #ffcd00;
    }

.invisable-btn {
    background: 0;
    border: none;
}

.header-scheduler, .header-tt-tech {
    flex: 1;
    /*min-width: 135px;*/
}

.search-img-check {
    background-image: url(../../mango/search.svg);
    background-repeat: no-repeat !important;
    padding: 5px;
}

    .search-img-check:hover {
        background-image: url('../../image/ImageIcon/00_30px_183.svg');
    }

.adjust-img-check {
    background-image: url(../../image/Queue_30px-01.svg);
    background-repeat: no-repeat !important;
    padding: 5px;
}

    .adjust-img-check:hover {
        background-image: url('../../image/ImageIcon/00_30px_440.svg');
    }

.clock-img-check {
    background-image: url(../../image/30px-01.svg);
    background-repeat: no-repeat !important;
    padding: 5px;
}

    .clock-img-check:hover {
        background-image: url('../../image/ImageIcon/00_30px_441.svg');
    }

.apt-hide-img-check {
    background-image: url('../../image/ImageIcon/00_30px_449.svg');
    background-repeat: no-repeat !important;
    margin-top: -5px;
}

    .apt-hide-img-check:hover {
        background-image: url('../../image/ImageIcon/00_30px_443.svg');
    }

.apt-show-img-check {
    background-image: url('../../image/ImageIcon/00_30px_448.svg');
    background-repeat: no-repeat !important;
    margin-top: 0;
}

    .apt-show-img-check:hover {
        background-image: url('../../image/ImageIcon/00_30px_442.svg');
    }

.grid-img-check {
    background-image: url('../../image/ImageIcon/00_30px_444.svg');
    background-repeat: no-repeat !important;
    padding: 5px;
}

    .grid-img-check:hover {
        background-image: url('../../image/ImageIcon/00_30px_445.svg');
    }

.grid-img-check-active {
    background-image: url('../../image/ImageIcon/00_30px_445.svg') !important;
    background-repeat: no-repeat !important;
    padding: 5px;
}

.line-img-check {
    background-image: url('../../image/ImageIcon/00_30px_446.svg');
    background-repeat: no-repeat !important;
    padding: 5px;
}

.line-img-check-active {
    background-image: url('../../image/ImageIcon/00_30px_447.svg') !important;
    background-repeat: no-repeat !important;
    padding: 5px;
}

.line-img-check:hover {
    background-image: url('../../image/ImageIcon/00_30px_447.svg');
}

.b-t-edit-sl {
    background-image: url('../../image/assets_13.png') !important;
    background-repeat: no-repeat !important;
    height: 30px;
    width: 30px;
}

.b-t-print-workorther {
    background: #505050;
    cursor: pointer;
    height: 35px;
    width: 32px;
    mask: url(../../image/print.svg);
    -webkit-mask: url(../../image/print.svg);
    -moz-mask: url(../../image/print.svg);
    -ms-mask: url(../../image/print.svg);
    -o-mask: url(../../image/print.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    -moz-mask-size: contain;
    -ms-mask-size: contain;
    -o-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
    -moz-mask-position: center;
    -ms-mask-position: center;
    -o-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -moz-mask-repeat: no-repeat;
    -ms-mask-repeat: no-repeat;
    -o-mask-repeat: no-repeat;
    -webkit-mask-clip: initial !important;
    -webkit-appearance: media-volume-slider;
}

    .b-t-print-workorther:hover {
        background: #FFCD00;
        mask: url(../../image/print.svg);
        -webkit-mask: url(../../image/print.svg);
        -moz-mask: url(../../image/print.svg);
        -ms-mask: url(../../image/print.svg);
        -o-mask: url(../../image/print.svg);
    }

.b-t-edit-sl:hover {
    background-image: url('../../image/print.svg') !important;
}


.b-t-dolla-sl {
    background-image: url(../../image/ImageIcon/24px_04.svg) !important;
    background-repeat: no-repeat !important;
    height: 25px;
    width: 25px;
    margin-right: 3px;
    padding: 10px;
}

    .b-t-dolla-sl:hover {
        background-image: url('../../image/assets_05.png') !important;
    }

.b_t_reopen_sl {
    background-image: url('../../image/MangoTech/open-lock.svg') !important;
    height: 30px;
    width: 30px;
    background-position: initial;
    background-repeat: round;
    transition: all .3s ease-in-out
}

    .b_t_reopen_sl:hover {
        background-image: url('../../image/MangoTech/padlock.svg') !important;
    }

.b-t-loading-sl {
    background-image: url(../../image/MangoTech/load-yellow.svg) !important;
    background-repeat: no-repeat !important;
    height: 25px;
    width: 25px;
    margin-right: 3px;
    padding: 10px;
}

#loading-group {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(208,208,208,.12);
    z-index: 50;
    display: none
}

#popover-animation-group {
    position: absolute;
    z-index: 10;
    border-radius: 5px;
    padding: 0;
    background: #fff;
    height: auto;
    transition: ease-in .3s;
    display: none;
}

.click-appointment:hover {
    border-bottom: 2px solid #00bed6;
    cursor: pointer
}

.click-walkin:hover {
    border-bottom: 2px solid #00bed6;
    cursor: pointer
}

.search-img-check {
    background-image: url(../../mango/search.svg);
    background-repeat: no-repeat !important;
    padding: 5px
}

    .search-img-check:hover {
        background-image: url('../../image/ImageIcon/00_30px_183.svg')
    }

.adjust-img-check {
    background-image: url(../../image/Queue_30px-01.svg);
    background-repeat: no-repeat !important;
    padding: 5px
}

    .adjust-img-check:hover {
        background-image: url('../../image/ImageIcon/00_30px_440.svg')
    }

    .adjust-img-check:active {
        background-image: url('../../image/ImageIcon/00_30px_440.svg')
    }

.clock-img-check {
    background-image: url(../../image/30px-01.svg);
    background-repeat: no-repeat !important;
    padding: 5px
}

    .clock-img-check:hover {
        background-image: url('../../image/ImageIcon/00_30px_441.svg')
    }

    .clock-img-check:active {
        background-image: url('../../image/ImageIcon/00_30px_441.svg')
    }

.apt-hide-img-check {
    width: 25px !important;
    height: 25px !important;
    background-image: url('../../image/ImageIcon/00_30px_449.svg');
    background-repeat: no-repeat !important
}

    .apt-hide-img-check:hover {
        background-image: url('../../image/ImageIcon/00_30px_443.svg')
    }

    .apt-hide-img-check:active {
        background-image: url('../../image/ImageIcon/00_30px_443.svg')
    }

.apt-show-img-check {
    width: 25px !important;
    height: 25px !important;
    background-image: url('../../image/ImageIcon/00_30px_448.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat !important
}

    .apt-show-img-check:hover {
        background-image: url('../../image/ImageIcon/00_30px_442.svg')
    }

    .apt-show-img-check:active {
        background-image: url('../../image/ImageIcon/00_30px_442.svg')
    }



.b-t-edit-sl {
    background-image: url('../../image/ImageIcon/020_Pencil13-13.svg') !important;
    background-repeat: no-repeat !important;
    height: 30px;
    width: 30px;
    margin: 0 10px;
}


    .b-t-edit-sl:hover {
        background-image: url('../../image/assets_14.png') !important;
        background-size: contain;
        background-repeat: no-repeat !important
    }

    .b-t-edit-sl:active {
        background-image: url('../../image/assets_14.png') !important;
        background-size: contain;
        background-repeat: no-repeat !important
    }


.b-t-search-sl {
    height: 18px;
    width: 17px;
    cursor: pointer;
}

.more-option-full-mini {
    position: relative;
    margin: 0 0 0 10px;
    cursor: pointer;
}

    .more-option-full-mini::after {
        content: '';
        position: absolute;
        top: 3px;
        height: 16px;
        background: #d1d1d1;
        width: 2px;
        left: -9px;
    }

    .more-option-full-mini:hover {
        opacity: 0.5;
    }

    .more-option-full-mini img {
        height: 14px;
        width: 16px;
        cursor: pointer;
    }

.title-adjust-turning {
    position: absolute;
    top: 5px;
    left: calc(100% / 2 - 125px);
    width: 250px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 20px;
    font: normal normal 600 20px/20px Montserrat;
    color: #505050;
    text-align: center;
    letter-spacing: 1px;
}


.b-t-cancel-search-sl {
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.b-t-dolla-sl {
    background-image: url(../../image/ImageIcon/24px_04.svg) !important;
    background-repeat: no-repeat !important;
    height: 25px;
    width: 25px;
    margin-right: 3px;
    padding: 10px
}

    .b-t-dolla-sl:hover {
        background-image: url('../../image/assets_05.png') !important
    }

    .b-t-dolla-sl:active {
        background-image: url('../../image/assets_05.png') !important
    }



.b-t-inservice-tech-sl {
    background-image: url('../../image/MangoTech/inservice.svg') !important;
    background-repeat: no-repeat !important;
    height: 25px;
    width: 25px
}

    .b-t-inservice-tech-sl:hover {
        background-image: url('../../image/MangoTech/inservice-hover.svg') !important
    }

    .b-t-inservice-tech-sl:active {
        background-image: url('../../image/MangoTech/inservice-hover.svg') !important
    }

.onelineCate, .oneline {
    font-weight: 500;
    font-size: 10px;
    color: #505050;
    margin-bottom: 1px;
}

.oneline {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: capitalize !important
}

.oneline-tech {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
    font-size: 100%;
    font-weight: 700;
    text-transform: uppercase
}

.li-menu {
    padding: 4px 4px;
    line-height: 12px;
    color: #FFFFFF;
    background: #FFFFFF;
    width: 115px;
    height: 95px;
    border: 1px solid;
    position: relative !important;
    display: none;
    opacity: 0;
    z-index: 10;
    cursor: move;
    margin: 5px;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    box-shadow: 0px 4px 2px rgba(97, 97, 97, 0.3);
    -webkit-box-shadow: 0px 4px 2px rgba(97, 97, 97, 0.3);
    -moz-box-shadow: 0px 4px 2px rgba(97, 97, 97, 0.3);
    -ms-box-shadow: 0px 4px 2px rgba(97, 97, 97, 0.3);
    -o-box-shadow: 0px 4px 2px rgba(97, 97, 97, 0.3);
}

.line-throught-history {
}

.li-menu-line {
    width: 100%;
    height: 60px;
    font-size: 10px;
    max-width: 300px;
    margin: 10px 0px 10px 0px;
    border: 1px solid;
    position: relative !important;
    display: none;
    opacity: 0;
    background: #FFFFFF;
    z-index: 10;
    padding-left: 5px;
    cursor: move;
    box-shadow: 0px 4px 2px rgba(97, 97, 97, 0.3);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.popover-body {
    padding: 0.5rem 0.5rem;
}

.menu-animation {
    background-color: #fff;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto;
    grid-auto-flow: column;
    border-radius: 10px;
}

    .menu-animation .popup-scale {
    }

.menu-animation-line {
    background-color: #fff;
}

.click-popover {
    cursor: zoom-in !important
}

.font-line-animation {
    font-size: 9px;
    color: #505050;
    font-weight: 700;
    text-transform: uppercase;
}

.font-line-cus-animation {
    font-size: 9px;
    color: #505050;
    text-transform: capitalize;
    font-weight: 500;
}

.font-sz-animation {
    font-size: 9px !important;
}

.info-animation {
    width: 22px !important;
    height: 22px !important;
    margin-bottom: 3px;
    margin-left: 3px;
}

.line-cate-frm-animation {
    position: absolute !important;
    top: 42px;
    display: flex;
    overflow: hidden;
    margin-top: 5px;
}

.tr-line-animation {
    border: 1px solid #a7a7a7;
    border-bottom: none;
    height: 16px;
    text-align: center;
    min-width: 100px;
    text-transform: capitalize !important;
    font-size: 9px;
    overflow: hidden;
    margin-left: -5px;
}


.loading:before {
    background-color: #ffffff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    height: 100%;
}

.loading {
    height: 400px;
    position: relative;
    width: 300px;
    transform-style: preserve-3d;
}

    .loading:after {
        background-color: #45abc4;
        height: 50%;
    }

    .loading div {
        animation: animate 4s linear infinite;
        background-color: #ffffff;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        transform-style: preserve-3d;
        width: 100%;
    }

        .loading div:nth-child(1) {
            animation-delay: calc(0.5s * 1);
        }

        .loading div span {
            align-items: center;
            background-color: #45abc4;
            color: #ffffff;
            display: flex;
            font: 600 8rem 'Poppins', sans-serif;
            justify-content: center;
            height: 50%;
            left: 0;
            position: absolute;
            top: 0;
            transform-style: preserve-3d;
            width: 100%;
            z-index: 2;
        }





.direction-border-popup {
    border-top: 1px dotted;
    border-block-end: none !important;
    position: absolute;
    width: 17px;
    z-index: 10;
    top: 30px;
    display: none;
}

.grid-over-pop {
    display: grid;
}

.grid-over-tt {
    display: grid;
    grid-template-columns: repeat(1, 70% 30%);
}

.grid-over-pop-info {
    display: grid;
    white-space: nowrap;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
}

.edit-time:hover {
    cursor: pointer !important;
    background-color: #00bed6 !important;
    color: white !important;
}

.popup-edit-logintime {
    position: absolute;
    height: 102px;
    width: 0;
    background-color: red;
    z-index: 2;
    overflow: hidden;
    background-color: white;
    transition: width .2s;
    border-radius: 10px;
}

.pop-edit-time-attendance-content {
    height: 102px;
    overflow: hidden;
    padding: 5px 10px;
}

    .pop-edit-time-attendance-content table tr td {
        border: none;
        text-align: center !important;
        font-size: 14px;
        font-weight: 600;
        color: #00bed6;
    }

        .pop-edit-time-attendance-content table tr td.td-hour {
            border-left: 1px solid #d1d1d1 !important;
        }

.btn-arrow-edit-time-up {
    border-bottom: 1px solid #d1d1d1 !important;
    cursor: pointer;
}

.btn-session {
    background-color: #00bed6;
    color: white !important;
    font-weight: bold;
    cursor: pointer;
}

.btn-arrow-edit-time-down {
    border-top: 1px solid #d1d1d1 !important;
    cursor: pointer;
}

.pop-edit-time-attendance-content table tr {
    height: 30px !important;
}

.time-is-editing {
    outline-color: #f4d158 !important;
}

.allowed-drop-salon-center {
    border-radius: 10px;
    box-shadow: rgba(123, 123, 123, 0.8) 0px 5px 25px;
}

.loading {
    height: 100%;
    width: 100%;
    display: flex;
    top: 80px;
    position: absolute;
    -moz-border-radius: 100%;
    justify-content: center;
    cursor: progress;
    display: none !important;
}

    .loading span {
        background-color: #00bff3;
        font-size: 0;
        height: 1px;
        opacity: 0;
        margin: 5px;
        width: 25px;
        -webkit-animation-duration: 2s;
        -webkit-animation-fill-mode: both;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-name: subtleIn;
        -webkit-animation-timing-function: ease-in-out;
        display: inline-block;
        vertical-align: middle;
        vertical-align: auto;
        zoom: 1;
        display: inline;
    }

        .loading span:nth-child(1) {
            background-color: #8b85ca;
            -webkit-animation-delay: 0s;
        }

        .loading span:nth-child(2) {
            background-color: #00bed6;
            -webkit-animation-delay: .3s;
        }

        .loading span:nth-child(3) {
            background-color: #93d500;
            -webkit-animation-delay: .6s;
        }

        .loading span:nth-child(4) {
            background-color: #959595;
            -webkit-animation-delay: .9s;
        }

        .loading span:nth-child(5) {
            background-color: #fff;
            -webkit-animation-delay: 1.2s;
        }


#authorizeLoginRequired {
    z-index: 999999999
}
/*Ticket Loading*/


.linear-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    height: 6px;
    overflow: hidden;
    border-radius: 100px;
}

.linear-background-line {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    height: 4px;
    overflow: hidden;
    border-radius: 100px;
}

.placeholder-line {
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px 0 10px 0px;
}

.placeholder {
    border: 1px solid #eee !important
}

    .placeholder .profile-pic-container, .placeholder-line .profile-pic-container {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

.placeholder-line .profile-pic-container {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.placeholder .profile-pic-container .profile-pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.placeholder-line .profile-pic-container .profile-pic {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.placeholder .placeholder-content, .placeholder-line .placeholder-content {
    width: 100%;
    padding: 8px 2px;
}

    .placeholder .placeholder-content .placeholder-name, .placeholder-line .placeholder-content .placeholder-name {
        width: 30%;
    }

    .placeholder .placeholder-content .placeholder-post, .placeholder-line .placeholder-content .placeholder-post {
        margin: 15px 0;
    }

    .placeholder .placeholder-content .placeholder-action, .placeholder-line .placeholder-content .placeholder-action {
        width: 60%;
    }

.codepen-container {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

#tbl-not-tech-login tr {
    border-bottom: 1px dashed #d7d2cb;
}

.head__title {
    width: 30%;
}

.head__title_twofire {
    width: 15%;
}

.popup_otherstaff {
    transform: translate(343px,95px) !important;
}

#btn-logoutall-nottech {
    width: 217px;
    height: 40px;
    margin-top: 42px;
    float: right;
    margin-bottom: 25px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 20px;
    text-align: center;
    background-color: #00bed6;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    padding-top: 2px;
}

.log_all_not_tech {
    padding: 15px;
}

.popup-edit-logintime-turn {
    position: absolute;
    height: 102px;
    width: 0;
    overflow: hidden;
    transition: width .2s;
    -webkit-transition: width .2s;
    -moz-transition: width .2s;
    -ms-transition: width .2s;
    -o-transition: width .2s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    z-index: 13;
    background: #FFF;
}

    .popup-edit-logintime-turn.open-turn {
        transition: width .2s;
        -webkit-transition: width .2s;
        -moz-transition: width .2s;
        -ms-transition: width .2s;
        -o-transition: width .2s;
    }

.edit-time-turn {
    flex: initial !important;
}

    .edit-time-turn:hover {
        width: 100%;
        background-color: #00bed6 !important;
        color: white !important;
        text-align: center;
        padding: 5px !important;
        cursor: pointer !important;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

/* Custom */
.hide-waitinglist-sm {
    padding: 0 15px;
}


#popup-tech-option {
    width: 180px;
    position: absolute;
    z-index: 10;
    background-color: white;
    border-radius: 5px;
    display: none;
}

    #popup-tech-option table {
        width: 100%;
    }

        #popup-tech-option table tr {
            height: 40px;
            border-bottom: 1px dashed #d1d1d1;
        }

            #popup-tech-option table tr:last-of-type {
                height: 40px;
                border-bottom: unset;
            }

            #popup-tech-option table tr:hover {
                cursor: pointer;
                background-color: #eee;
            }

            #popup-tech-option table tr td {
                color: #505050;
                font-size: 14px;
                font-weight: 500;
                text-align: start;
                padding: 10px;
            }

                #popup-tech-option table tr td img {
                    width: 20px;
                }

            #popup-tech-option table tr:last-of-type td img {
                width: 20px;
            }

    #popup-tech-option #popup-tech-option-container {
        width: 100%;
        height: auto;
        position: relative;
    }

        #popup-tech-option #popup-tech-option-container #popup-tech-option-container-contain {
            width: 100%;
            overflow: hidden;
            padding: 0 !important;
            height: auto;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            box-shadow: 0px 5px 20px #00000026;
            -webkit-box-shadow: 0px 5px 20px #00000026;
            -moz-box-shadow: 0px 5px 20px #00000026;
            -ms-box-shadow: 0px 5px 20px #00000026;
            -o-box-shadow: 0px 5px 20px #00000026;
        }

        #popup-tech-option #popup-tech-option-container #popup-tech-option-container-enterphone {
            width: 250px;
            height: 120px;
            position: absolute;
            background-color: white;
            border: 1px solid rgb(167, 167, 167);
            margin-left: 135px;
            margin-top: -90px;
            display: none;
            border-radius: 4px;
        }

.bell-notify-cation-background {
    display: block;
    height: 30px;
    background: #515151;
    width: 30px;
    cursor: pointer;
    mask: url(/Content/image/MangoTech/ascending-sort.svg);
    -webkit-mask: url(/Content/Slice/icon/notification.svg);
    -moz-mask: url(/Content/Slice/icon/notification.svg);
    -ms-mask: url(/Content/Slice/icon/notification.svg);
    -o-mask: url(/Content/Slice/icon/notification.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    -moz-mask-size: contain;
    -ms-mask-size: contain;
    -o-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
    -moz-mask-position: center;
    -ms-mask-position: center;
    -o-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -moz-mask-repeat: no-repeat;
    -ms-mask-repeat: no-repeat;
    -o-mask-repeat: no-repeat;
}

    .bell-notify-cation-background:hover {
        background: #00bed6;
    }

.btn-share-button-popup {
    width: 60px;
    height: 26px;
    float: left;
    border: 1px solid;
    text-align: center;
    color: white;
    cursor: pointer;
    padding-top: 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
/******************************RING BELL ANIMATION*******************************/
.bell-notifytech {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}



/*------PHONG CSS--------*/

.need-popover {
    top: 0px !important;
}

.reg-check2 {
    width: 24px;
    position: absolute;
    margin-left: -30px;
    background-color: white;
}

.control2 {
    font-size: 16px;
    position: relative;
    margin-top: 15px;
    padding-right: 50px;
    cursor: pointer;
}

.reg-check-message.active {
    content: url(../../../../Content/image/clientinfo/24px-04.svg);
}

.btn-manual .btn {
    width: 120px;
    margin-left: 15px;
}

#schedule .sc_main_box {
    overflow: auto !important;
}

    #schedule .sc_main_box:hover {
        overflow: auto !important;
    }

.log_out_all {
    width: 253px !important;
    padding: 0 !important;
}

#schedule .bs-popover-auto {
    overflow-x: hidden;
    overflow-y: auto;
}

.salon-center-load-service-unpaid-item-customer-name {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
}

.salon-center-load-service-unpaid-item {
    padding-right: 12px;
}

.remove-top {
    top: 0px !important;
}

.appointment-book-online-text {
    font-size: 0.5rem;
    color: #00bed6;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #00bed6;
}

.appointment-book-online-text-horizontal {
    left: 3px;
    top: 3px;
}

.cashdrawmng:hover {
    color: #00bed6
}

.line-manage-cash:hover {
    color: #00bed6
}

.swal2-input::-webkit-outer-spin-button,
.swal2-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.line-current-time-3 {
    position: absolute;
    left: 0px;
    width: 1px;
    height: 100%;
    z-index: 10;
    background-color: red;
    transition: all 0.3s linear;
}

.line-current-time-3-text {
    color: red;
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 500;
    position: absolute;
    left: 8px;
    top: 0px;
}

.line-current-time-3-dot {
    position: absolute;
    border-radius: 50%;
    background-color: red;
    width: 8px;
    height: 8px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

#currentTimeByCursorCalendar {
    width: 60px;
    height: 20px;
    z-index: 102;
    color: red;
    font-weight: 600;
    font-size: 12px;
    font-family: Montserrat;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
}

    #currentTimeByCursorCalendar.active {
        display: flex;
    }

.calendar-bar-current-time-cursor {
    position: absolute;
    left: -40px;
    top: -25px;
    font-size: 12px;
    color: red;
    width: 80px;
    height: 20px;
    display: none;
    justify-content: center;
    align-items: center;
    font-family: Montserrat;
    font-weight: 600;
}

    .calendar-bar-current-time-cursor.active {
        display: flex;
    }

.sc_Bar {
    overflow: initial !important;
    z-index: 1 !important;
}

.calendar-wrap-content-bar {
    overflow: hidden !important;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.sc_Bar[data-istimeoff="1"] .text {
    color: #fff !important;
}

.swal2-actions {
    flex-direction: row-reverse;
}

.detail-appointment-button {
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    border: none;
    background: none;
    transition: all 0.15s linear;
    font-weight: 600;
}

.detail-appointment-button-decline {
    background-color: #f28500;
}

.detail-appointment-button-accept {
    margin-left: 2px;
    background-color: #00bfd7;
}

.detail-appointment-button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

#schedule .sc_Bar .text {
    padding: 0px !important;
    margin-left: 5px !important;
}

#schedule .sc_Bar .note-apt-turn {
    padding-left: 20px !important;
}

.calendar-wrap-content-bar-text-employee-off {
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
    font-size: 0.8rem;
    color: #fff;
}

.calendar-wrap-content-bar-employee-off .text {
    height: auto !important;
    width: auto !important;
}

.timeline-technician-name {
    display: inline-block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}


.controll-search-client-tk {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
    height: 30px;
    margin: 10px 0;
}

.form-input-search-client-ticket {
    width: inherit;
}

.img-search-client {
    width: 20px;
}

.input-search-client {
    width: 95%;
    margin-left: 5%;
    border: none;
    border-bottom: 1px solid #a7a7a7;
    border-radius: 0;
    background: unset;
    outline: none;
}

    .input-search-client[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: none;
        height: 1em;
        width: 1em;
        background: url(/Content/icon/search-tech.svg) no-repeat 50% 50%;
        background-size: contain;
        opacity: 1 !important;
        pointer-events: none;
        margin: 0;
        cursor: pointer;
    }

    .input-search-client.active-search[type="search"]::-webkit-search-cancel-button {
        display: none !important;
    }

    .input-search-client[type="search"]:focus::-webkit-search-cancel-button {
        opacity: .3;
        pointer-events: all;
    }

    .input-search-client[type="search"]:hover::-webkit-search-cancel-button:hover {
        opacity: .3;
        pointer-events: all;
    }

    .input-search-client:focus {
        border: none;
        border-bottom: 1px solid #a7a7a7;
        border-radius: 0;
        outline: none;
    }


.result-search-client-tk-area {
    display: flex;
    position: absolute;
    top: 30px;
    background-color: #fff;
    left: 10px;
    width: 88%;
    z-index: 2;
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    flex-direction: column;
    box-shadow: 0px 3px 6px #00000029;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    -moz-box-shadow: 0px 3px 6px #00000029;
    -ms-box-shadow: 0px 3px 6px #00000029;
    -o-box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.result-ul-tk {
    width: 100%;
    max-height: 120px;
    overflow-y: auto;
}

.result-li-tk {
    cursor: pointer;
    flex-direction: row;
    display: flex;
    height: 40px;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px dotted #d1d1d1;
}

    .result-li-tk:hover {
        background-color: #d1d1d170;
    }

/*    .result-li-tk:not(:last-child) {
        border-bottom: 1px dashed #a7a7a7;
    }*/

.name-client-tk {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
    width: 50%;
}

.phone-client-tk {
    width: 50%;
}

.cancel-search-tk {
    width: 25px;
}

.cancel-search-tk {
    width: 20px;
    position: absolute;
    padding: 5px;
    right: 25px;
    cursor: pointer;
}


.add-new-client-tk {
    width: 25px;
    padding: 4px;
    cursor: pointer;
}

/**/

.popup-new-client-turn {
    display: flex;
    background: white;
    padding: 10px;
    background: transparent;
}

.new-client-turn-area {
    width: 100%;
}

.input-area-row-turn > input {
    outline: none;
    border: none;
    border-bottom: 1px solid #a7a7a7;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    background: transparent;
}

.input-area-row-turn {
    height: 40px;
    padding: 30px 0;
}

    .input-area-row-turn > input:focus {
        outline: none;
        border: none;
        border-bottom: 1px solid #a7a7a7;
    }


.title-find-turn {
    text-align: center;
    font-weight: 600;
    color: #00bed6;
    height: 35px;
    font-size: 15px;
}

.group-btn-new-turn {
    display: flex;
    position: absolute;
    padding-bottom: 10px;
    width: 250px;
    bottom: 0;
}

.btn-save-new-client-turn {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: #00bed6;
    border-radius: 4px;
    cursor: pointer;
}

    .btn-save-new-client-turn:hover {
        background: #00bed680;
    }



.return-turn, .fa-close-popuptech {
    display: flex;
    position: absolute;
    height: 28px;
    width: 28px;
    padding: 5px;
    right: 10px;
    top: 15px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 0 2px 1px #a7a7a7;
    -webkit-box-shadow: 0 0 2px 1px #a7a7a7;
    -moz-box-shadow: 0 0 2px 1px #a7a7a7;
    -ms-box-shadow: 0 0 2px 1px #a7a7a7;
    -o-box-shadow: 0 0 2px 1px #a7a7a7;
}


.load-list-service, .fa-close-popupListSer {
    cursor: pointer;
    pointer-events: none !important;
}

    .load-list-service:hover {
        color: #00bed6;
    }

.list-ser-turn {
    display: flex !important;
    flex-wrap: wrap !important;
    overflow-x: hidden !important;
    grid-auto-flow: column;
    width: 100%;
    max-height: calc(var(--size-popup-h) - 60px);
}

#popup-service-inservice-popup {
    transition: .28s width;
    width: 0;
    flex-grow: 1;
    max-width: 300px;
    min-height: calc(var(--size-popup-h));
    display: flex;
}

.image-turn {
    width: 25px;
    height: 25px;
    cursor: pointer
}



.fillter-search {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.cancel-appointment-for-calendar-item {
    align-items: center;
}

.modal-bonus-turn-form {
    width: 520px;
    height: 580px;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 10px #00000029;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    padding: 30px !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}


    .modal-bonus-turn-form .body-form-bonus {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex: 1;
    }

    .modal-bonus-turn-form .adjust-turn-form {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
        padding: 0 0 0 25px;
        align-content: flex-start;
    }

    .modal-bonus-turn-form .adjust-bonus {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        width: 100%;
        align-items: center;
        height: 100%;
        padding: 0 25px 0 0;
        border-right: 2px solid #d1d1d1;
    }

        .modal-bonus-turn-form .adjust-bonus .title {
            text-align: left;
            font: normal normal 500 18px/22px Montserrat;
            letter-spacing: 0px;
            color: #505050;
            flex: 0;
            padding: 10px 0 0;
        }

        .modal-bonus-turn-form .adjust-bonus .select-bonus {
            display: flex;
            flex: 1;
            flex-direction: column;
            flex-wrap: wrap;
            align-content: center;
            justify-content: flex-start;
            align-items: center;
            width: 100%;
            height: 100%;
            padding: 25px 0 0;
        }

            .modal-bonus-turn-form .adjust-bonus .select-bonus div {
                background: #FFFFFF 0% 0% no-repeat padding-box;
                box-shadow: 0px 2px 5px #00000060;
                border: 1px solid #D1D1D1;
                border-radius: 5px;
                opacity: 1;
                width: 90px;
                height: 75px;
                display: flex;
                flex-direction: column;
                align-content: center;
                justify-content: center;
                flex-wrap: wrap;
                align-items: center;
                font: normal normal 500 25px/30px Montserrat;
                letter-spacing: 0;
                color: #505050;
                margin: 10px 0;
                cursor: pointer;
                transition: 0.2s;
            }

                .modal-bonus-turn-form .adjust-bonus .select-bonus div:last-of-type {
                    margin-bottom: 0;
                }

                .modal-bonus-turn-form .adjust-bonus .select-bonus div.for-bonus {
                    font: normal normal 500 18px/30px Montserrat;
                    background: #93d500;
                    color: #FFF;
                    border: none;
                }

    .modal-bonus-turn-form .input-bonus {
        padding: 0;
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }

        .modal-bonus-turn-form .input-bonus input {
            border: none;
            border-bottom: 1px solid #a7a7a7;
            width: 100%;
            height: 30px;
            font: normal normal 500 18px/22px Montserrat;
            color: #505050;
            text-align: center;
            transition: 0.2s;
        }

            .modal-bonus-turn-form .input-bonus input::-webkit-input-placeholder {
                border: none;
                border-bottom: 1px solid #a7a7a7;
                width: 100%;
                height: 30px;
                font: normal normal 500 18px/22px Montserrat;
                color: #D1D1D1 !important;
                text-align: center;
            }

            .modal-bonus-turn-form .input-bonus input:hover,
            .modal-bonus-turn-form .input-bonus input:active,
            .modal-bonus-turn-form .input-bonus input:focus {
                outline: unset !important;
                box-shadow: unset !important;
            }

    .modal-bonus-turn-form .form-keyboard-bonus {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        background: #FFF;
        flex-direction: row;
        padding: 28px 0 0;
    }

        .modal-bonus-turn-form .form-keyboard-bonus .number-sl-bonus {
            width: 75px;
            height: 75px;
            border: 2px solid #A7A7A7;
            border-radius: 100%;
            font: normal normal 600 21px/25px Montserrat;
            letter-spacing: 0px;
            color: #A7A7A7;
            background: #FFF;
            margin: 10px;
        }

    .modal-bonus-turn-form .footer-btn-bonus {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex: 1;
        padding: 10px 0 0;
    }

        .modal-bonus-turn-form .footer-btn-bonus .cancel-bonus {
            height: 40px;
            background: #D1D1D1 0% 0% no-repeat padding-box;
            border-radius: 4px;
            outline: none !important;
            color: #FFF;
            font: normal normal 500 18px/22px Montserrat;
            box-shadow: unset;
            border: unset;
            margin: 0 10px;
            flex: 1;
            max-width: 150px;
        }

        .modal-bonus-turn-form .footer-btn-bonus .add-bonus {
            height: 40px;
            background: #00BED6 0% 0% no-repeat padding-box;
            border-radius: 4px;
            outline: none !important;
            color: #FFF;
            font: normal normal 500 18px/22px Montserrat;
            box-shadow: unset;
            border: unset;
            margin: 0 10px;
            flex: 1;
            max-width: 150px;
        }

.form-complete-turn-popoover {
    width: 205px;
    height: 50px;
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font: normal normal 500 18px/22px Montserrat;
    color: #00bed6;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    white-space: nowrap;
}

    .modal-bonus-turn-form .adjust-bonus .select-bonus div:hover,
    .modal-bonus-turn-form .adjust-bonus .select-bonus div:active,
    .modal-bonus-turn-form .adjust-bonus .select-bonus div:focus,
    .modal-bonus-turn-form .form-keyboard-bonus .number-sl-bonus:hover,
    .form-complete-turn-popoover:hover,
    .form-complete-turn-popoover:focus {
        opacity: 0.6 !important;
        transform: scale(.95) !important;
    }


.tech-unavailable-ready-toadj {
    pointer-events: unset;
}

@media (min-device-width: 768px) and (max-device-width: 1280px) {

    .salon-center-header.no-backgr.noClick.pending {
        padding: 0 0 0 50px;
    }

    .form-layout-ticket-salon-center {
        padding: 5px 0 0 0;
    }

    .salon-center-wait-area {
        height: 70px;
    }

    .input-search-saloncenter {
        outline: unset !important;
        border-radius: 0 !important;
        border-radius: 0 !important;
    }

    .timer-for-ticket-salon {
        grid-gap: 2px;
    }


    .check-timer-in::after, .check-timer::after, .check-timer-appt::after, .check-no-timer::after {
        right: -2px;
    }

    .header-top-turn, .click-show-allticket {
        margin: 0 15px 0 0;
    }

    .timer-duration {
        height: 8px;
        width: 8px;
        margin: 0 0 2px;
    }

    .start-form-header .header-top-turn::after, .start-form-header .click-show-allticket::after {
        right: -7px;
    }

    img-playserice {
        height: 15px;
    }


    .input-search-saloncenter.active.navbar {
        width: 135px;
    }

    .add-width-animation {
        min-width: 180px;
    }

    .popup-waiting-list-salon {
        height: 100%;
        display: flex;
        flex-flow: column;
        padding: 20px;
        max-width: 750px;
        min-height: 600px;
    }

    .ticket-detail-saloncenter-bill {
        min-width: calc(var(--size-popup-h) - 30px);
    }

    .ticket-detail-saloncenter-client {
        min-width: 280px;
    }

    .count-header.all {
        font-size: 12px;
    }

    .title-hide.vertical {
        font-size: 14px !important;
        padding-left: 12px;
        white-space: nowrap
    }


    .index-numticket-salon.group {
        left: -11px;
        top: 5px;
    }

    .group-css img {
        height: 14px;
    }

    .fa-search {
        font-size: 10px;
        margin: 5px 0 0 0;
    }

    .image-turn {
        width: 20px;
        height: 20px;
    }

    .tech-righticon {
        min-width: 20px;
        grid-gap: 0;
    }


    .poppending, .popclient, .popdone, .poplink, .popinservice, .popcate, .img-line img {
        width: 20px;
        height: 20px
    }

    .title-hide {
        font-size: 18px !important;
        white-space: nowrap;
    }

    .group-css {
        font-size: 9px;
    }

    .onelineCate-animation {
        line-height: 8px
    }

    .hr-ticket-w {
        margin-bottom: 0;
        margin-top: 0
    }

    .index-numticket-salon {
        height: 20px;
        width: 25px;
        left: -6px;
        top: 5px;
        font-size: 12px;
    }

    .grid-img-cus {
        padding: 0 0 0 20px;
    }

    .member-client-css {
        font-size: 8px;
    }

    .header-walkin-appointment {
        height: 30px;
    }

    .grid-two-line {
        -webkit-line-clamp: 1;
        height: 15px;
    }

    .cut_letter_history {
        text-overflow: ellipsis;
        overflow: hidden;
        display: flex;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        max-width: 20px;
        letter-spacing: 10px
    }

    .cancel-layout-history {
        color: #f28500;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 9px;
        background: #fff;
        padding: 5px;
        height: 15px;
        width: 70px;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        box-shadow: 0 0 2px 0 #f2850050;
        -webkit-box-shadow: 0 0 2px 0 #f2850050;
        -moz-box-shadow: 0 0 2px 0 #f2850050;
        -ms-box-shadow: 0 0 2px 0 #f2850050;
        -o-box-shadow: 0 0 2px 0 #f2850050;
    }

        .cancel-layout-history::first-letter {
            initial-letter: 2;
            font-size: 30px
        }

    .font-ticket-headerwait {
        font-size: 9px;
        margin-top: 2px
    }

    .oneline {
        font-size: 9px
    }

    .ctTicket {
        font-size: 9px
    }

    .check_request_employeename {
        min-height: 15px;
        padding: 1px 0 0 0;
    }

    .grid-employee-pay {
        min-height: 15px;
        grid-template-columns: 1fr 15px;
    }

    .hr-ticket-i {
        border: .5px dotted #a7a7a7;
        margin-bottom: 2px;
        margin-top: 2px
    }

    .hr-ticket-w {
        border: .5px dotted #8b85ca
    }

    .hr-ticket-wait {
        border: .5px dotted #8b85ca
    }

    .flex-child-turn-wait {
        line-height: 10px;
        width: 110px;
        margin: 0;
        height: 90px;
        margin-bottom: 10px;
        border: 1px solid #8b85ca;
        margin-right: 5px;
        margin-left: 5px
    }

    .flex-child-turn-history {
        line-height: 10px;
        width: 110px;
        margin: 0;
        height: 90px;
        margin-bottom: 10px;
        margin-right: 5px;
        margin-left: 5px;
        -ms-touch-action: none;
        touch-action: none
    }

    .flex-child-turn-apt {
        line-height: 10px;
        color: #fff;
        width: 110px;
        height: 90px;
        margin: 0;
        border-color: #000;
        margin-bottom: 10px;
        margin-right: 5px;
        margin-left: 5px;
        border: 1px solid #00bed6;
        -ms-touch-action: none;
        touch-action: none
    }

    .flex-child-turn-ins {
        padding: 4px 4px;
        line-height: 10px;
        color: #fff;
        width: 110px;
        margin: 0;
        height: 90px;
        overflow: unset;
        border-color: #000;
        margin-bottom: 10px;
        margin-right: 5px;
        margin-left: 5px;
        border: 1px solid #a7a7a7;
        -ms-touch-action: none;
        touch-action: none
    }

    .stack {
        position: relative
    }

    .li-menu {
        padding: 4px 4px;
        line-height: 9px;
        color: #fff;
        background: #fff;
        width: 100px;
        height: 85px
    }

    .li-menu-line {
        width: 100%;
        height: 50px;
        font-size: 10px;
        margin: 10px 0 10px 0;
        border: 1px solid;
        position: relative !important;
        display: none;
        opacity: 0;
        -wibkit-transform: translateX(0);
        transform: translateX(0);
        background: #fff;
        z-index: 10;
        padding-left: 5px;
        cursor: move
    }

    .font-line-animation {
        font-size: 8px;
        color: #505050;
        font-weight: 700;
        text-transform: uppercase
    }

    .font-line-cus-animation {
        font-size: 8px;
        color: #505050;
        text-transform: capitalize;
        font-weight: 500
    }

    .font-sz-animation {
        font-size: 8px !important
    }

    .info-animation {
        width: 22px;
        height: 22px;
        margin-bottom: 0;
        margin-left: 0
    }

    .line-cate-frm-animation {
        position: absolute !important;
        top: 46px;
        display: flex;
        overflow: hidden
    }

    .tr-line-animation {
        border: 1px solid #a7a7a7;
        border-bottom: none;
        height: 16px;
        text-align: center;
        min-width: 100px;
        text-transform: capitalize !important;
        font-size: 8px;
        overflow: hidden;
        margin-left: -5px;
        border-left-style: none
    }

    .list-line-walkin-gr, .list-line-appt-gr {
        width: 100%;
        height: 60px;
        font-size: 10px
    }

    .tr-line, .index-order-waiting-his {
        font-size: 10px
    }

    .index-order-waiting-his-cc {
        font-size: 6px
    }

    .div-index-order-waiting-his {
        width: 18px;
        height: 18px;
        top: 6px
    }

    .div-index-order-waiting-his-cc {
        width: 18px;
        height: 18px;
        top: 30px
    }

    .line-header {
        min-height: 15px
    }

    .div-index-order-waiting-his-wait {
        width: 18px;
        height: 18px
    }

    .div-index-order-waiting-his-wait-cc {
        width: 18px;
        height: 18px
    }

    .line-history-wait {
        margin-left: -75px
    }

    .font-line-cuscount-his {
        margin-left: -30px
    }

    .line-cusnumberguest {
        font-size: 10px
    }

    .line-cate-frm {
        position: absolute !important;
        top: 38px;
        display: flex;
        overflow: hidden;
        margin-top: 0
    }

    .list-line-walkin {
        height: 55px;
        font-size: 9px;
        border-bottom: 2px solid #8b85ca;
        position: relative
    }

    .font-line-cuscount {
        color: #505050;
        margin-left: 5px;
        text-transform: capitalize;
        font-size: 14px
    }

    .list-line-appt {
        width: 100%;
        height: 55px;
        font-size: 9px;
        border-bottom: 1.5px solid #00bed6;
        position: relative
    }

    .hr-ticket {
        border: .5px dotted #00bed6;
        margin-bottom: 0;
        margin-top: 3px;
        border-block-end: none
    }

    .font-ticket-header {
        font-weight: bold;
        font-size: 9px;
        color: #505050;
        margin-top: 2px
    }

    .font-line-cus {
        font-size: 10px
    }

    .font-line-cusname {
        font-size: 9px
    }

    .line_cus_img {
        grid-template-columns: repeat(auto-fit,minmax(18px,22px));
        grid-gap: 0
    }

        .line-cus img, .line_cus_img img {
            width: 18px;
            height: 18px;
            position: relative
        }

    .line-cusappticon img {
        width: 18px;
        height: 18px;
        position: relative
    }

    .flex-child {
        background: #fff;
        width: 80px;
        height: 85px;
        overflow: hidden
    }

    .rowIndex {
        top: -8px;
        left: 55px
    }

    .img-turn2 {
        width: 40px;
        height: 40px;
        left: 20px;
        top: -20px
    }

    .employee-tech {
        font-size: 9px;
        height: 65px
    }

    .form-inservice-ori {
        margin-top: 20px
    }

    .img-cate-service {
        height: 14px;
        margin-right: 2px;
        background: #fff
    }

    .font-imagein1 {
        line-height: 20px;
        position: absolute;
        top: -3px;
        right: 20px
    }

        .font-imagein1 img {
            width: 20px;
            height: 20px
        }

    .font-tech-cus-pop {
        padding-top: 25px
    }

    #tbl-not-tech-login td {
        height: 30px;
        font-size: .8em
    }

    #tbl-not-tech-login tr {
        height: 30px
    }

    .contentIndex {
        position: absolute;
        left: 0;
        top: -1px
    }

    .font-headertechsearch {
        font-size: 16px;
        margin-left: 8%;
        font-weight: 600;
        color: #505050
    }

    .font-header {
        font-size: 16px;
        line-height: 16px
    }

    .font-headertechadjust {
        font-size: 16px;
        margin-left: 8%;
        font-weight: 600;
        color: #505050
    }

    .font-headertechlogin {
        font-size: 16px;
        margin-left: 8%;
        font-weight: 600;
        color: #505050
    }

    .paid {
        border-radius: 50%;
        width: 10px;
        height: 10px;
        position: relative;
        top: 5px;
        left: 0
    }

    .font-header-second {
        margin-left: 6px;
        top: -25px;
        font-size: 15px
    }

    .ct-footer {
        text-align: center;
        float: none;
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 10;
        top: 1328px;
        font-size: 14px
    }

    .font-imagewait7 {
        line-height: 20px;
        position: absolute;
        top: -5px;
        right: 15px
    }

        .font-imagewait7 img {
            width: 20px;
            height: 20px
        }

    .right {
        left: calc(100% - 8px)
    }

    .img-smilewait {
        height: 22px;
        margin-bottom: 5px
    }

    .img-smilewait {
        height: 20px;
        margin-bottom: -3px;
        position: relative;
        top: -3px;
        left: -5px
    }

    .font-imagewait img {
        width: 20px;
        height: 20px
    }

    .dropdown-menu.show {
        display: block;
        margin-left: -70px;
        margin-top: 11px;
        width: 10px
    }

    input #search {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        width: 144px;
        height: 23px;
        position: relative;
        top: 25px;
        left: 35px;
        font-size: 8px;
        padding-left: 21px
    }

    .onelineCate {
        -webkit-line-clamp: 1
    }

    .div-search-input {
        padding: 2px;
        height: 26px
    }

    .tech-search input#search {
        max-width: 100px;
        font-size: 12px
    }

    .t-ico-lbook img .t-ico-lwait img, .t-ico-lin img, .image-turn, .t-ico-l img, .font-imagein img, .font-imagepending img, .font-imageapt img, .font-imagein-gr img, .font-imagewait717 img, .font-image img {
        width: 20px;
        height: 20px
    }

    .font-imagepending, .font-imageapt, .font-imagewait717, .font-image {
        top: -4px;
        right: 19px;
        line-height: 25px
    }

    .font-imagein {
        top: -5px;
        right: 9px;
        line-height: 25px
    }

    .font-imagein-gr {
        top: -9px;
        right: 9px
    }

    .image-turn, .img-smilegr {
        width: 20px;
        height: 20px
    }

    .version {
        display: none
    }

    .ct-text {
        font-size: 9px
    }

    .ct-logo img {
        width: 90px;
        display: inherit;
        margin-top: 0
    }

    .count-ticket {
        font-size: 13px;
        padding-left: 3.5px
    }

    .font-line-ori-ticket-history {
        max-height: calc(55px*6)
    }

    .pendinghien {
        font-size: 12px
    }

    .grid-over-pop-info, .table {
        font-size: 10px
    }

    .div-tech-salon {
        margin: 20px 8px 14px 8px
    }

    .tr-line {
        font-size: 9px;
        height: 15px
    }

    .form-inservice-ori {
        height: 80%
    }

    .btn-excute-changephoto.btn-camera-changephoto {
        display: none !important
    }

    .grid-client-pop {
        font-size: 9px;
        grid-template-columns: 1fr 30px
    }

    .imgclient {
        height: 35px;
        width: 35px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
    }

    .grid-client-info-pop {
        display: grid;
        grid-template-columns: 1fr 70px;
    }

    .next-popup-sl {
        text-align: end;
        font-size: 20px;
        position: absolute;
        right: 2px;
        top: -5px;
    }

    .not_allowed_turnoff {
        color: #f44c7f !important;
        font-size: 14px !important;
        top: 4px !important;
        left: -6px !important;
        pointer-events: none !important
    }

    .line-throught-history {
        top: 29px;
    }

    .font-ticket-waiting {
        grid-template-rows: calc(100vh - 210px);
    }

    .placeholder .placeholder-content {
        width: 100%;
        padding: 3px 2px;
    }

    .placeholder .profile-pic-container .profile-pic {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .placeholder .profile-pic-container {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .linear-background {
        height: 3px;
    }

    .btnsave {
        width: 113px;
        height: 30px;
        font-size: 1em;
    }

    .techbonmot {
        font-size: 1em;
    }

    .popup_otherstaff {
        width: 500px !important;
        transform: translate(140px,92px) !important;
        -webkit-transform: translate(140px,92px) !important;
        -moz-transform: translate(140px,92px) !important;
        -ms-transform: translate(140px,92px) !important;
        -o-transform: translate(140px,92px) !important;
    }

    #btn-logoutall-nottech {
        width: 113px;
        height: 30px;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: .8em;
        padding-top: 2px;
    }

    #tbl-not-tech-login th {
        font-size: 1em;
    }

    .log_all_not_tech {
        padding: 10px;
    }

    .font-tech-turn-adjust {
        padding-top: 6px;
    }

    .li-turn {
        margin: 20px 6px 14px 6px !important;
    }

    .name-turn {
        font-size: 1.4em;
    }

    .order-waiting-list-history, .searh-bar-ticket-salon-center.for-history {
        margin: 0 5px 0 0;
    }

    .calendar-view-drop-down {
        left: 5%;
        height: 300px;
        width: 320px;
    }

    .header {
        padding: 5px;
        height: 40px;
    }

    #calendar td {
        display: flex;
        height: 30px;
        width: 30px;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 99;
    }
}

.showOnTop {
    z-index: 100000 !important;
    transform: translate3d(770px, 60px, 0px) !important;
}


/************************* SNAP SHOT **********************************/

#take-photo-area {
    position: absolute;
    width: 490px;
    height: 415px;
    z-index: 2;
    background-color: white;
    margin-top: 49px;
    border: 2px solid;
    margin-left: 5px;
    border-radius: 5px;
}

.dis-hide {
    display: none;
}

#video {
    margin-top: 10px;
    border: 1px solid;
}

#div-camera {
    width: 100%;
    height: 367.5px;
}

#button-excute-area {
    width: 100%;
    text-align: right;
    margin-top: 5px;
}

.client-track-img {
}
/************************* END SNAP SHOT **********************************/

#video {
    width: 480px !important;
}

.dnd-poly-copy {
    display: none !important;
}


#myModal_popuptech .searh-bar-ticket-salon-center {
    width: unset;
    height: unset;
}

@media (max-width: 1366px) {
    .history-list-view-content-body .history-list-view-service {
        padding-bottom: 20px;
    }
}
