﻿#settings-trigger {
    display: none;
}

.sort-type {
    float: right;
}

div, span {
    user-select: none;
}

#content {
    display: flex;
    align-items: stretch;
}

#content-flex-center {
    width: 100%;
    padding: 15px;
    height: 100%;
    transition: all 0.3s;
}

.loading-time-title {
    font-size: 28px;
}

.ds-tt-num {
    display: none;
}

#container-table {
    max-height: calc(100vh - 330px);
    overflow-y: auto;
}

.fa {
    font-size: 18px;
    color: #a7a7a7;
}

.arrow-ud {
    height: 18px;
}

.ul-header-right-scheduler {
    margin-top: 0px;
    margin-bottom: 7rem;
}

.MwA7u {
    padding-right: 10px;
} 

.table-dashboard {
    padding-left: 0px;
    padding-right: 0px;
}

.percent-ds-font {
    margin-left: -5px;
}

.MW2I5 tbody {
    display: block;
    height: calc(100vh - 420px);
    overflow: auto;
}

    .MW2I5 thead, .MW2I5 tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed; /* even columns width , fix width of table too*/
    }

.MW2I5 thead {
    width: 100% /* scrollbar is average 1em/16px width, remove it from thead width */
}

.ul-d55y5 {
    margin-top: -10px;
    font-size: 15px;
    /*  width: 70%;*/
}

.span-d55y5 {
    font-size: 14px;
}

.span-d55y5 {
    padding-right: 7vw;
    font-size: 14px;
}

/*calender*/
.caret-let img {
    width: 30px;
}

.caret-right img {
    width: 30px;
}

.ui-state-active {
    background-color: #00b7ce !important;
    border: 2px solid !important;
    color: white !important;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
    margin-top: -10px !important;
    font-size: 18px !important;
}

.ui-datepicker-calendar {
    max-height: 226px !important;
}

.ui-datepicker-calendar {
    width: 17vw;
    height: 85%;
}

.ul-calendar {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ui-datepicker-inline.ui-widget.ui-widget-content {
    width: 16vw;
    height: 36vh;
    border-radius: 15px;
}

.ui-widget-content a {
    width: 27px;
    height: 27px;
    margin: 5px;
    padding-top: 3px !important;
    padding-right: 5px !important;
    border-radius: 15px;
}

.ui-datepicker td a {
    background-color: #fff;
    color: #a5a5a5;
    text-align: center !important;
}

table.ui-datepicker-calendar > thead > tr > th {
    width: 42px !important
}

.ui-datepicker-calendar > thead > tr {
    display: table-cell;
}

.ui-datepicker-inline {
    border-radius: 10px;
    border: 2px solid #a7a7a7 !important;
}

.ui-datepicker-header {
    border: none !important;
    background-color: white !important;
    font-size: 18px;
    font-weight: bold;
    padding: 0px !important;
    color: #00b7ce !important;
}
/*.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
            background-color: #00aed6 !important;
            color: #fff !important;
            text-align: center !important;
        }*/
.ui-widget-header .ui-icon {
    background-image: unset;
}

.dropdown-menu.active {
    display: block !important;
}

.ui-datepicker-prev {
    background-image: url(../../../../Content/mango/arr-left.svg) !important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.ui-datepicker-next {
    background-image: url(../../../../Content/mango/arr-right.svg) !important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.ui-datepicker .ui-datepicker-title {
    padding-top: 5px
}

.ui-datepicker-prev span {
    background-position: 0px 0px !important;
    -webkit-transform: rotate(270deg) !important;
    -moz-transform: rotate(270deg) !important;
    -ms-transform: rotate(270deg) !important;
    -o-transform: rotate(270deg) !important;
    transform: rotate(270deg) !important;
}

.ui-datepicker-next span {
    background-position: 0px 0px !important;
    -webkit-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

.text-date-ti {
    font-size: 15px !important;
    font-weight: bold !important;
}

.ui-datepicker-calendar {
    max-height: 226px !important;
}

.fUrRU {
    padding-top: 13px;
}

.span-d55y5 {
    padding-right: 1vw;
    padding-top: 2px
}

.sortstatus-d55y5-sortstatus, .sortpaymenttype-d55y5-sortpaymen, .sortpromotype-d55y6-sortpromo, .sortsourcetype-d55y6-sortsource {
    position: absolute;
    z-index: 10;
    border: 1px solid #a7a7a7;
    border-radius: 6px;
    background-color: white;
}

.sort-payment-type, .sort-status-type, .sort-promo-type {
    width: 100%;
    border-bottom: 1px dashed #505050;
}

    .sort-payment-type:last-child, .sort-status-type:last-child, .sort-promo-type:last-child {
        border-bottom: none;
    }

.ui-state-default {
    height: 30px !important;
    width: 30px !important;
    border-radius: 32px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    border: 2px solid #a7a7a7 !important;
    text-align: center !important;
}



tr td {
    font-weight: bold;
    font-size: 12px;
    color: #4d4d4d;
}

.lineTotal {
    border: solid 1px #505050;
    width: 100%;
}

#span-str-daterange {
    cursor: pointer
}

#div-excute-daterange .caret i {
    font-size: 26px;
}

#div-excute-daterange span i {
    font-size: 26px;
}

.tr-bd-dash[data-active="False"] {
    background-color: #d1d1d1;
}

#tbl-drop-cycle table tr td {
    padding-right: 15px;
    padding-left: 15px;
}

.datepicker table tr td.old {
    opacity: 0 !important;
    pointer-events: none !important;
}

.datepicker table tr td.new {
    opacity: 0 !important;
    pointer-events: none !important;
}

/* .selected {
    background-color: #00bed680;
} */

.input-group-text {
    position: absolute;
    display: unset;
    padding: 0.075rem;
    width: 50px;
    height: 28px;
}

#tbl-date-from td {
    padding-right: 0px !important;
}



.waffle-multilink-tooltip {
    position: absolute;
}

.docs-gm .docs-multi-linkbubble-bubble {
    padding: 8px 4px;
}

.docs-gm .docs-linkbubble-bubble, .docs-gm .docs-multi-linkbubble-bubble {
    background-color: #fff;
    border-color: #dadce0;
    border-radius: 8px;
    box-shadow: 0 1px 3px 1px rgb(60 64 67 / 15%);
    color: #3c4043;
    font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size: 14px;
}

.docs-gm .docs-linkbubble-multi-link-scrollable-container {
    background-color: #fff;
    border-color: #dadce0;
    color: #3c4043;
    display: flex;
    flex-direction: column;
    font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: auto;
    max-height: 150px;
    overflow-y: auto;
}

.docs-bubble.docs-linkbubble-bubble {
    z-index: 503;
}

.docs-multi-linkbubble-bubble .docs-linkbubble-bubble {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0px;
    position: relative;
}

.docs-linkbubble-link-preview.docs-linkbubble-bubble {
    padding: 6px 0;
}

.docs-bubble {
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid;
    border-color: #bbb #bbb #a8a8a8;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
    color: #666;
    cursor: default;
    padding: 12px 20px;
    position: absolute;
    z-index: 502;
    white-space: nowrap;
}

.docs-linkbubble-link-preview .link-bubble-header {
    align-items: center;
    display: flex;
    padding: 0 6px;
}

.docs-linkbubble-link-preview .docs-link-bubble-mime-icon {
    height: 18px;
    padding: 6px;
    vertical-align: baseline;
    width: 18px;
    opacity: 1;
}

.link-previews-animate-on-display {
    animation: fade .15s;
}

.goog-inline-block {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
}

.docs-linkbubble-link-preview .docs-link-bubble-mime-icon .docs-icon {
    vertical-align: baseline;
    width: 22px;
    height: 22px;
    margin: 0px;
}

.docs-material .docs-icon, .docs-material .goog-color-menu-button-indicator .docs-icon, .docs-material .sketchy-toolbar-color-menu-button .goog-toolbar-menu-button-caption .docs-icon {
    height: 18px;
    width: 18px;
    margin: 1px 2px 2px 1px;
}

.docs-icon {
    direction: ltr;
    text-align: left;
    height: 21px;
    overflow: hidden;
    vertical-align: middle;
    width: 21px;
}

.docs-gm .docs-material .docs-icon-img {
    content: url(//ssl.gstatic.com/docs/common/material_common_sprite256_grey_medium.svg);
}

.docs-material .docs-icon-img-container {
    height: 6309px;
    position: absolute;
    width: 74px;
}

.docs-linkbubble-link-preview #docs-linkbubble-link-text {
    font-family: "Google Sans",Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-weight: 500;
    opacity: 1;
    padding-left: 14px;
    padding-right: 6px;
    text-decoration: none !important;
    vertical-align: baseline;
    width: 79%;
    text-align: left;
}

.docs-bubble a {
    display: inline-block;
    /*max-width: 400px;*/
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: bottom;
}

.docs-bubble-link, .docs-bubble a {
    color: #15c !important;
    cursor: pointer;
    text-decoration: none !important;
}

.docs-linkbubble-link-preview .docs-link-bubble-card-component {
    align-items: center;
    display: flex;
    padding: 6px 12px;
}

.drive-image-thumbnail-component .docs-link-bubble-thumbnail-container {
    border: 1px solid #e8eaed;
}

.docs-linkbubble-link-preview .docs-link-bubble-thumbnail-container {
    background-color: #e8eaed;
    border-radius: 4px;
    display: flex;
    flex-grow: 1;
    height: 141px;
    overflow: hidden;
    position: relative;
    width: 0;
}

.docs-linkbubble-link-preview .drive-image-thumbnail-component .docs-link-bubble-thumbnail-container a {
    display: block !important;
}

.default-image-card-component img.link-bubble-drive-thumbnail-image, .horizontal-image-card-component img.link-bubble-drive-thumbnail-image {
    width: 100%;
}

.docs-linkbubble-link-preview .docs-link-bubble-card-component {
    align-items: center;
    display: flex;
    padding: 6px 12px;
}

    .docs-linkbubble-link-preview .docs-link-bubble-card-component .docs-link-bubble-mime-icon {
        padding: 0px;
    }

    .docs-linkbubble-link-preview .docs-link-bubble-card-component .docs-link-bubble-text-with-icon {
        padding-left: 12px;
    }

.docs-linkbubble-link-preview .docs-link-bubble-text-card-component span {
    color: #80868b !important;
    cursor: text;
}

.docs-linkbubble-link-preview .docs-link-bubble-text-card-component span, .docs-linkbubble-link-preview .docs-link-bubble-action-card-component span, .docs-linkbubble-link-preview .docs-link-bubble-warning-card-component span {
    flex-direction: column;
    flex-grow: 1;
    font-size: 12px;
    justify-content: center;
    line-height: 1.3;
    overflow-wrap: break-word;
    white-space: normal;
    width: 0;
    word-wrap: break-word;
}

.link-bubble-header {
    width: 465px;
    height: auto;
}

.docs-linkbubble-link-preview .docs-link-bubble-thumbnail-container {
    height: 256px;
}

.docs-linkbubble-link-preview.docs-linkbubble-bubble {
    border: solid 1px #505050;
    border-radius: 7px;
}

.docs-material .docs-icon-img {
    content: url(//ssl.gstatic.com/docs/common/material_common_sprite256.svg);
}


.docs-material .docs-icon-copy {
    left: -40px;
    top: -2209px;
}

.docs-material .docs-icon-mode-edit {
    top: -2876px;
}

/*********** BEGIN POPUP SEND SMS EMAIL *******************/

#popup-send-sms-email {
    position: absolute;
    width: 410px;
    height: auto;
    z-index: 3;
    background-color: white;
    border: 1px solid #b5b2b2;
    border-radius: 4px;
    z-index: 990;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#popup-send-sms-email-container {
    width: 90%;
    margin-left: 5%;
    margin-top: 15px;
}

#popup-header {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

#option-email-sms {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}

#sms-option {
    width: auto;
    display: flex;
    margin-bottom: 5px;
}

#email-option {
    width: auto;
    display: flex;
}

.btn-excute {
    width: 90px;
    height: 23px;
    padding-top: 1px;
    border-radius: 3px;
    font-weight: 500;
    text-align: center;
    color: white;
}

.btn-cancel {
    float: right;
    background-color: #f28500;
    margin-right: 20px;
}

.btn-send {
    float: right;
    background-color: #00bed6;
}

.display-hide {
    display: none !important;
}


.btn-excute:hover {
    cursor: pointer;
    opacity: 0.8;
}

/****** author: justice ******/
#div-datetime-range, #div-datetime-range-adjustment {
    width: 350px !important;
    left: -5%;
    height: auto !important;
}

#div-datetime-range {
    display: none;
    position: absolute;
    width: 480px;
    height: 0;
    z-index: 1041 !important;
    margin-left: -10px;
    margin-top: 10px;
    /* transition: opacity 1s ease-in-out; */
    overflow: hidden;
    border-radius: 5px;
    background-color: #ebf1f3;
    z-index: 3;
    overflow-x: auto;
    border: 1px solid #c5c5c5 !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 10px 2px;
}

    #div-datetime-range.active {
        display: block;
        animation-name: fadeInDown;
        animation-duration: 0.5s;
    }

#div-date-from {
    float: left;
}

.div-date-from {
    width: 230px;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 10px 2px;
    height: auto;
    border-radius: 5px;
    background-color: white;
    padding-bottom: 5px;
}

#div-date-to {
    float: right;
}

.div-date-from div.div-month-from {
    width: 100%;
    height: 30px;
    font-weight: bold;
}

.div-date-from table.tbl-date-from {
    margin-left: 8px;
}

    .div-date-from table.tbl-date-from td {
        width: 30px;
        height: 30px;
    }

.div-date-from table.tbl-date-to {
    margin-left: 8px;
}

    .div-date-from table.tbl-date-to td {
        width: 30px;
        height: 30px;
    }

.div-day {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: normal;
    color: #505050;
    cursor: pointer;
    background: #f6f6f6;
    transition: .5s all;
}

.div-day-choosed {
    background-color: #00bed6 !important;
    color: white;
}

.div-currentdate-color {
    background-color: #f4f5bd;
}

.div-currentdate-color-choosed {
    background-color: #00bed6;
    color: white;
}

#tbl-drop-cycle {
    transition: height .3s;
    border-radius: 5px;
}

    #tbl-drop-cycle table tr {
        height: 30px;
        cursor: pointer;
    }

        #tbl-drop-cycle table tr td {
            text-align: center !important;
            border-bottom: 1px dashed #bbb0b0;
            font-weight: bold;
        }

.disable-object {
    pointer-events: none;
    background-color: #f4f0f0;
}

.btn-excute-calendar {
    cursor: pointer;
    width: 25px;
}

#div-excute-daterange {
    text-align: right;
    margin-right: 6px;
    margin-bottom: 5px;
    margin-top: 3px;
    /* position: absolute;
    bottom: 5px;
    right: 5px; */
}

.date-time-filter {
    display: flex;
    width: calc(100% - 16px);
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
}

.div-time-boss-manage {
    width: 100%;
    float: none;
    max-width: 247px;
}

.div-excutedate-boss-manage {
    display: flex;
    float: none;
    width: 100%;
    margin-top: 0;
    flex-direction: row;
}

    .div-excutedate-boss-manage .date-area {
        width: 20px;
    }

.div-btn-turn {
    position: relative;
    width: auto !important;
}

.div-payroll-daterange {
    width: 100%;
    /*font-size:12px;*/
}

.date-box {
    display: flex;
    justify-content: space-between;
}

.div-day:hover {
    background: #d1d1d1;
}

.div-day-choosed:hover {
    background: #00bed6;
}

@media only screen and (min-device-width: 300px) and (max-device-width: 500px) {
    .div-day {
        width: 21px !important;
        height: 21px !important;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #837777;
        padding-top: 2px !important;
        font-size: 10px !important;
        font-weight: bold;
        cursor: pointer;
    }

    .div-date-from table.tbl-date-from {
        margin-left: 8px;
    }

        .div-date-from table.tbl-date-from td {
            width: 25px !important;
            height: 25px !important;
        }

    .div-date-from table.tbl-date-to {
        margin-left: 8px;
    }

        .div-date-from table.tbl-date-to td {
            width: 25px !important;
            height: 25px !important;
        }

    .div-date-from {
        width: 190px !important;
        box-shadow: rgb(0 0 0 / 10%) 0px 2px 10px 2px;
        height: 185px !important;
        border-radius: 5px;
        background-color: white;
    }

    #div-excute-daterange {
        text-align: right;
        padding-right: 8px;
        margin-top: 2px;
    }
}

@media only screen and (max-device-width: 400px) {
    .div-time-boss-manage {
        width: 100% !important;
        float: unset !important;
    }

    .div-excutedate-boss-manage {
        width: 100%;
        float: unset !important;
        margin-top: unset !important;
    }
}

@media screen and (max-width: 375px) {
    .date-time-filter {
        flex-direction: column;
    }

    .nav-link.active,
    .nav-link {
        font-size: .9rem;
    }
}

@media screen and (max-width: 320px) {
    .date-time-filter {
        padding-top: 20px;
    }
}

.tbl-date-header {
    margin-left: 8px;
}

    .tbl-date-header tr td {
        width: 30px;
        height: 30px;
        font-size: 13px;
        text-align: center;
        color: #505050;
        font-weight: 600;
        font-family: Arial, Helvetica, sans-serif;
    }

.div-date-past {
    background: transparent;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}




.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.salon-tool-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .salon-tool-bar .tool-bar-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
        height: 45px;
        z-index: 90;
    }

        .salon-tool-bar .tool-bar-left .calendar-book {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: #FFFFFF;
            -webkit-box-shadow: 0px 0px 15px #0000004D;
            box-shadow: 0px 0px 15px #0000004D;
            border: 2px solid #A7A7A7;
            border-radius: 4px;
            width: 480px;
        }

        .salon-tool-bar .tool-bar-left .calendar-book {
            height: 100%;
        }

            .salon-tool-bar .tool-bar-left .calendar-book .btn-calendar {
                padding: 11px 15px;
                line-height: 0;
                cursor: pointer;
                -webkit-transition: .5s all;
                transition: .5s all;
            }

                .salon-tool-bar .tool-bar-left .calendar-book .btn-calendar i {
                    font-size: 16px;
                    color: #505050;
                }

            .salon-tool-bar .tool-bar-left .calendar-book .day-select-calendar {
                cursor: pointer;
                position: relative;
                white-space: nowrap;
                width: 100%;
            }

                .salon-tool-bar .tool-bar-left .calendar-book .day-select-calendar p {
                    padding: 9px 10px;
                    font-size: 16px;
                    font-weight: 700;
                    border-left: 1px solid #A7A7A7;
                    border-right: 1px solid #A7A7A7;
                    text-align: center;
                    cursor: pointer;
                    -webkit-transition: .5s all;
                    transition: .5s all;
                    width: 100%;
                    margin-bottom: 0;
                }

                .salon-tool-bar .tool-bar-left .calendar-book .day-select-calendar #div-datetime-range {
                    margin-top: 5px !important;
                }

            .salon-tool-bar .tool-bar-left .calendar-book .btn-calendar {
                padding: 11px 15px;
                line-height: 0;
                cursor: pointer;
                -webkit-transition: .5s all;
                transition: .5s all;
            }

        .salon-tool-bar .tool-bar-left .dropdown {
            height: 45px;
        }

        .salon-tool-bar .tool-bar-left .dropdown {
            margin-left: 10px;
            background: #FFFFFF;
            -webkit-box-shadow: 0px 0px 15px #0000004D;
            box-shadow: 0px 0px 15px #0000004D;
            border: 2px solid #A7A7A7;
            border-radius: 4px;
            width: 150px;
        }

            .salon-tool-bar .tool-bar-left .dropdown .dropdown-toggle {
                height: 100%;
            }

            .salon-tool-bar .tool-bar-left .dropdown .dropdown-toggle {
                position: relative;
                width: 100% !important;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-size: 14px;
                font-weight: 700;
                padding: 8px 10px;
                text-align: left;
                border: none;
            }


.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dropdown-toggle {
    white-space: nowrap;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.salon-tool-bar .tool-bar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.custom-radio-check.checked-status {
    background-color: #505050;
    border-color: #505050;
}

.custom-radio-check {
    width: 22px;
    height: 22px;
    border: 2px solid #A7A7A7;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    -webkit-transition: .5s all;
    transition: .5s all;
}

    .custom-radio-check.checked-status i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #fff;
    }

    .custom-radio-check i {
        display: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: .5s all;
        transition: .5s all;
        height: 100%;
        font-size: 14px;
    }


.main-table-box .table-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.main-table-box .table-head {
    border-bottom: 2px solid #A7A7A7;
}

.main-table-box .td-grid {
    width: 7%;
}

.main-table-box .table-td-head {
    padding: 5px;
}

    .main-table-box .table-td-head p {
        font-weight: 700;
        font-size: 12px;
        text-align: center;
    }

.main-table-box .td-grid.td-large {
    width: 15%;
}

.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}


    .btn-group .main-btn {
        text-align: center;
        color: #fff;
        width: 100%;
        font-weight: 600;
        padding: 8px;
        border-radius: 4px;
    }

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}


.calendarCustom {
    width: 100%;
    height: 100%;
}

    .calendarCustom .datepicker-inline {
        width: 95%;
        height: 100%;
        padding: 10px 10px;
        margin: 0 auto;
    }

        .calendarCustom .datepicker-inline .datepicker-days {
            width: 100%;
            height: 100%;
        }

.in-search {
    width: 210px;
    height: 32px;
    border: 1px solid #9e9999;
    border-radius: 5px;
    text-align: center;
    justify-items: center;
    padding: 3px;
    background-color: white;
}

.in-mar-search {
    width: 90%;
    border: none;
    outline: none;
    height: 100%;
    text-align: center;
    resize: none;
    height: 100%;
}


.content-setting.notTransThis {
    height: 100%;
    width: 100%;
}

.date-pick.bwSelect {
    font-weight: 700;
    background-color: var(--bs-dudu-o) !important;
}

.date-pick.fDate, .date-pick.tDate {
    color: #FFF !important;
    background-color: var(--bs-dudu) !important;
}


div#div-datetime-range-btn {
    padding: 10px;
    background: var(--bs-dudu);
    text-align: center;
    font-weight: 600;
    color: white;
}

.button-addnew {
    margin-left: 10px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 15px #0000004D;
    box-shadow: 0px 0px 15px #0000004D;
    border: 2px solid #ff5f5f;
    border-radius: 4px;
    width: 150px;
    height: 45px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.salon-tool-bar .tool-bar-left .dropdown, .button-addnew {
    cursor: pointer;
}

    .salon-tool-bar .tool-bar-left .dropdown:hover, .button-addnew:hover {
        background: #e3e3e3;
    }

@media (max-width: 1366px) {
    .salon-tool-bar .tool-bar-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .salon-tool-bar .tool-bar-left .dropdown, .button-addnew {
            margin-top: 0px;
        }
}

@media (max-width: 1170px) {
    .salon-tool-bar .tool-bar-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .salon-tool-bar .tool-bar-left .dropdown, .button-addnew {
            margin-top: 10px;
        }
}

.tool-option {
    cursor: pointer;
}

.dropdown .dropdown-toggle:after {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f0d7";
    font-size: 20px;
}

.salon-tool-bar .tool-bar-left .dropdown .dropdown-menu {
    width: 100%;
}

.salon-tool-bar .tool-bar-left .dropdown .dropdown-item, .salon-tool-bar .tool-bar-left .dropdown .more-item {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-survey .tr-row-group .td-grid p {
    font-size: 16px;
}

.table-survey .table-td-head:first-child, .table-survey .tr-row-group .td-grid:first-child {
    width: 70px;
    min-width: 70px;
    display: flex;
}

.table-survey .table-td-head:nth-child(2), .table-survey .tr-row-group .td-grid:nth-child(2) {
    width: 100%;
    padding: 5px;
    text-align: center
}

.table-survey .tr-row-group .td-grid:nth-child(2) {
    width: 100%;
    padding: 5px;
    text-align: left
}

.table-survey .table-td-head:nth-child(n+3), .table-survey .tr-row-group .td-grid:nth-child(n+3) {
    width: 15%;
    padding: 5px;
    text-align: center
}

.table-survey .table-td-head:last-child, .table-survey .tr-row-group .td-grid:last-child {
    width: 100px;
    min-width: 100px;
    display: flex;
}

.table-survey .table-td-head {
    text-align: center
}

.table-survey .tr-row-group .td-grid:nth-child(n+3) {
    text-align: center
}

.table-survey .tr-row-group .td-grid:last-child {
    display: flex;
    justify-content: center;
}

.table-survey {
    height: 100%;
}

    .table-survey .table-body {
        height: calc(100% - 50px);
        overflow-x: auto;
    }

.tr-row-group .tr-record {
    height: 50px;
    border-top: 1px solid #b3b3b3;
}

/* On mouse-over, add a grey background color */

/* When the checkbox is checked, add a blue background */
input:checked ~ .checkmark {
    background-color: #505050;
    border: 2px solid #505050;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
input:checked ~ .checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */
.checkmark:after {
    left: 9px;
    top: 3px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-drop-record {
    color: #0015ff94
}

.btn-edit-record {
    color: #292808ab
}

.btn-remove-record {
    color: #ff0202ab
}

.btn-drop-record, .btn-edit-record, .btn-remove-record {
    font-size: 18px;
    transition: 0.2s;
    cursor: pointer;
}

    .btn-drop-record:hover, .btn-edit-record:hover, .btn-remove-record:hover {
        font-size: 24px;
    }

canvas {
    width: 100% !important;
    height: 100% !important;
}

.canvas {
    display: flex;
    width: 100%;
    height: 63vh;
    justify-content: center;
}

.row-popup-body {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom:15px;
}


    .row-popup-body .input-group {
        display: flex;
        flex-wrap: nowrap;
        padding-left: 15px;
        flex-direction: column;
        width:100%;
    }

        .row-popup-body .input-group p {
            width: 110px;
            font: normal normal medium 16px/19px Montserrat;
            color: #505050;
            padding-left:15px;
        }

        .row-popup-body .input-group input {
            margin-left: 5px;
        }

            .row-popup-body .input-group input:not([type='checkbox']) {
                width: calc(100% - 110px);
                border: 1px solid #A7A7A7;
                border-radius: 4px;
                padding: 8px 10px;
                font-size: 14px;
                font-weight: 600;
                margin-left: 5px;
            }
    .row-popup-body .input-dropdown, .text-skip {
        width: calc(100% - 110px);
        border: 1px solid #A7A7A7;
        border-radius: 4px;
        height:39px;
        font-size: 14px;
        font-weight: 600;
        margin-left: 5px !important;
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
    }
.box-input{
    width:100%;
}
.select-survey-display {
    position: relative;
    display: flex;
}

    .select-survey-display .list-option-display {
        position: absolute;
        top: calc(100% + 5px);
        left: 0;
        width: 100%;
        height: auto;
        background: #fff;
        border: 1px solid #A7A7A7;
        border-radius: 4px;
        padding:0px !important;
    }

        .select-survey-display .list-option-display .item-option {
            padding: 8px 15px;
            display: flex;
            align-items: center;
            border-bottom: 1px solid #A7A7A7;
            transition: .5s all;
            gap: 10px;
        }

            .select-survey-display .list-option-display .item-option:last-child {
                border-bottom: none;
            }

            .select-survey-display .list-option-display .item-option p {
                color: #505050;
                font-size: 14px;
                font-weight: 600;
            }

            .select-survey-display .list-option-display .item-option input {
                border: none;
                border-bottom: 1px solid #A7A7A7;
                color: #505050;
                font-weight: 600;
                font-size: 12px;
            }

                .select-survey-display .list-option-display .item-option input:focus {
                    outline: none;
                }
            .select-survey-display .list-option-display .item-option:hover {
                background: #dddddd;
            }
            .select-survey-display .list-option-display .item-option:hover p {
                color: #000000;
            }

        .select-survey-display .list-option-display .item-input:hover, .list-option-tips .item-input:hover {
            color: #505050 !important;
        }

        .select-survey-display .list-option-display .item-input input, .list-option-tips .item-input input {
            width: 100%;
        }

    .select-survey-display .active .list-option-display {
        display: block;
    }
.label-dropdown {
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    cursor:pointer;
}
.item-option-display{
    cursor:pointer;
}

.text-question {
    border: 1px solid var(--unnamed-color-d1d1d1);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D1D1D1;
    border-radius: 4px !important;
    width: calc(100% );
    margin-left: 5px !important;
    font: normal normal medium 16px/22px Montserrat;
    z-index: 1;
}
.num-visit {
    width: 230px;
    display: flex;
    flex-direction: row !important;
    align-items: center;
    top: -5px;
}
.text-visit {
    margin-left: 5px !important;
    border-radius: 4px !important;
}

.list-option {
    display: flex;
    flex-direction: column;
    width: calc(100% - 120px)
}

.survey-option {
    display: flex;
    align-items: center;
    min-height: 20px;
    padding-bottom: 5px;
    width: 100%;
}


.add-option {
    color: #00BED6 !important;
    font: normal normal bold 16px/44px Montserrat;
    cursor: pointer;
}

.add-other {
    color: #00BED6 !important;
    font: normal normal bold 16px/44px Montserrat;
    cursor: pointer;
}

.text-option {
    cursor: text;
    border: 0px solid black !important;
    color: black !important;
}
.remove-option i{
    font-size:20px;
    cursor:pointer;
}
.btn-primary {
    border: 1px solid white;
    color: white;
    background: var(--bs-dudu);
    width: 70px;
}
.btn-default {
    border: 1px solid black;
    width: 70px;
}
    .btn-primary:hover, .btn-default:hover {
        border: 1px solid !important;
    }
.swal2-confirm{
    color:#FFFFFF !important;
}
.swal2-cancel{
    background:var(--bs-dudu) !important;
}
.request:after{
    position:absolute;
    content:"*";
    color:red;
}
.dropdown-option{
    position:absolute;
    background:white;
    border-radius:5px;
    right:-10px;
    outline:1px solid #d3d3d3;
}
.option-detail {
    display: flex;
    width: 120px;
    height: 30px;
    align-items: center;
    justify-content: center;   
}
    .option-detail:first-child {
        border-bottom: 1px solid #b3b3b3;
    }
.option-detail:hover{
    background:#e3e3e3;
    border-radius:5px!important;
}