/*************************************
- Element CSS
*************************************/
select {
    color: #b4bdc6 !important;
}

select option {
    color: #697a8d !important;
}

select:has(option:checked:not([value])),
select:has(option:checked:not([value=""])) {
    color: #697a8d !important;
}

select:has(option:checked:not([value])) option,
select:has(option:checked:not([value=""])) option {
    color: #697a8d !important;
}

.text-normal {
    white-space: normal !important;
}

.text-xl {
    font-size: 20px !important;
}

.text-lg {
    font-size: 18px !important;
}

.text-md {
    font-size: 16px !important;
}

.text-sm {
    font-size: 14px !important;
}

.text-xs {
    font-size: 12px !important;
}

.text-required {
    color: #ff3e1d;
    padding-left: 2px;
}

.lmw-price {
    min-width: 150px !important;
}

.content-wrapper-relative {
    position: relative;
    display: flex;
    align-items: stretch;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 35px !important;
}

.content-footer {
    position: absolute;
    right: 0;
    bottom: 0;
}

.form-spasaloon .col-form-label {
    text-align: right;
    font-weight: 700;
}

.form-spasaloon .form-label {
    font-weight: 700;
}

.form-spasaloon-view .form-control {
    border: none;
}

.form-spasaloon-view .col-form-label {
    text-align: right;
    font-weight: 700;
}

@media (max-width: 576px) {
    .form-spasaloon .col-form-label {
        text-align: left;
    }

    .form-spasaloon-view .col-form-label {
        text-align: left;
        padding-bottom: 0px;
    }
}

.form-check-label {
    font-weight: 500;
}

.form-check-input {
    outline: none !important;
    outline-offset: none !important;
}

.accordion-full .accordion-item.active {
    box-shadow: none !important;
}

.accordion-full .accordion-header {
    line-height: 1;
}

.accordion-full .accordion-button {
    padding: 0em;
}

.accordion-full .accordion-body {
    padding: 1em 0em 0em 0em !important;
}

.accordion-table .table tr th {
    padding: 0.625rem 1.25rem;
}

.accordion-table .table tr td {
    padding: 0.625rem 1.25rem;
}

.modal {
    z-index: 99999 !important;
}

.offcanvas {
    z-index: 99999 !important;
}

.modal-backdrop {
    z-index: 9999 !important;
}

.menu-inner {
    height: 100vh;
}

.layout-menu-100vh .layout-menu {
    height: 100% !important;
}

/*************************************
- Template CSS
*************************************/
.list-group-float-badge {
    position: absolute;
    bottom: -15px;
    right: 4px;
    background: #A67918;
    color: #FFFFFF;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 10px;
    list-style: none;
}

.list-group-float-badge i {
    font-size: 10px;
}

.list-group-customer {
    position: relative;
    min-width: 160px;
    /* border: 1px solid #A67918; */
    background-color: rgb(105, 108, 255, 0.15);
}

.list-group-customer .list-group-item {
    padding: 0.25em 0.75em;
}

.list-group-assign-therapist {
    min-width: 160px;
    /* border: 1px solid #FFAB00; */
    background-color: rgb(255, 171, 0, 0.15);
}

.list-group-assign-therapist .list-group-item {
    padding: 0.5em 0.75em;
}

.timeline {
    position: relative;
    padding: 0px 7px;
    overflow-y: auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #A67918;
    top: 0;
    bottom: 0;
    left: 13px;
    margin-left: -3px;
}

/* Container around content */
.timeline-container {
    padding: 10px 0px 10px 40px;
    position: relative;
    background-color: inherit;
    width: 100%;
}

/* The circles on the timeline */
.timeline-container::after {
    content: '';
    position: absolute;
    left: -6px;
    width: 25px;
    height: 25px;
    background-color: white;
    border: 4px solid #A67918;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-container::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    left: 30px;
    width: 0;
    z-index: 1;
    border: medium solid rgb(105, 108, 255, 0.15);
    border-width: 10px 10px 10px 0px;
    border-color: transparent rgb(105, 108, 255, 0.15) transparent transparent;
}

/* The actual content */
.timeline-container .content {
    padding: 10px 15px;
    background-color: rgb(105, 108, 255, 0.15);
    position: relative;
    border-radius: 6px;
}

.timeline-container.status-request .content {
    background-color: rgb(138 143 159 / 25%)
}

.timeline-container.status-request::before {
    border: medium solid rgb(138 143 159 / 25%);
    border-width: 10px 10px 10px 0px;
    border-color: transparent rgb(138 143 159 / 25%) transparent transparent;
}

.timeline-container.status-cancel .content {
    background-color: rgba(255, 62, 29, 0.15);
}

.timeline-container.status-cancel::before {
    border: medium solid rgba(255, 62, 29, 0.15);
    border-width: 10px 10px 10px 0px;
    border-color: transparent rgba(255, 62, 29, 0.15) transparent transparent;
}

.timeline-container.status-assign .content {
    background-color: rgb(255, 171, 0, 0.15);
}

.timeline-container.status-assign::before {
    border: medium solid rgb(255, 171, 0, 0.15);
    border-width: 10px 10px 10px 0px;
    border-color: transparent rgb(255, 171, 0, 0.15) transparent transparent;
}

.timeline-container.status-schedule .content {
    background-color: rgba(200, 221, 9, 0.15);
}

.timeline-container.status-schedule::before {
    border: medium solid rgba(200, 221, 9, 0.15);
    border-width: 10px 10px 10px 0px;
    border-color: transparent rgba(200, 221, 9, 0.15) transparent transparent;
}

.timeline-container.status-check-out .content {
    background-color: rgba(113, 221, 55, 0.15);
}

.timeline-container.status-check-out::before {
    border: medium solid rgba(113, 221, 55, 0.15);
    border-width: 10px 10px 10px 0px;
    border-color: transparent rgba(113, 221, 55, 0.15) transparent transparent;
}

.timeline-container.status-progress .content {
    background-color: rgba(3, 195, 236, 0.15);
}

.timeline-container.status-progress::before {
    border: medium solid rgba(3, 195, 236, 0.15);
    border-width: 10px 10px 10px 0px;
    border-color: transparent rgba(3, 195, 236, 0.15) transparent transparent;
}

.nav-treatment-list .tab-content {
    padding: 0em;
    box-shadow: none;
}

.nav-qrcode .tab-content {
    box-shadow: none !important;
}

.card-treatment-item {
    border: 1px solid #cfcfcf;
}

.card-treatment-item .bg-img-top {
    position: relative;
    height: 165px;
    background-size: cover;
    background-position: center;
}

.card-treatment-item .label-duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.offcanvas-check-out {
    width: 576px;
}

.offcanvas-check-out.show {
    display: flex !important;
}

.container-iframe iframe {
    width: 100%;
    height: 100%;
}

.avatar-icon {
    padding: 8px;
    border-radius: 5px;
}

.avatar-icon i {
    color: #FFFFFF;
    font-size: 32px;
}

.qrcode-box img {
    width: 220px;
    max-width: 100%;
    border: 4px dotted #A67918;
    border-radius: 20px;
    margin: auto;
    padding: 10px;
}

.nav-form .nav-tabs {
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}

.nav-form .nav-tabs .nav-item {
    white-space: nowrap;
}

.nav-form .nav-tabs .nav-item .nav-link {
    padding-top: 1em;
    padding-bottom: 1em;
}

.nav-sticky .nav-tabs {
    position: sticky;
    top: 0px;
    z-index: 9;
    background-color: #F5F5F9;
    border-bottom: 1px solid #F5F5F9;
}

/*************************************
- Birthday Icon Header CSS
*************************************/
.icon-birthday {
    background: #FFC0CB;
    border-radius: 50%;
    padding: 10px 12px !important;
}

.icon-birthday span {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #FF3E1D;
    color: #FFFFFF;
    padding: 0px 7px;
    font-size: 12px;
    border-radius: 50%;
}

.dropdown-birthday {
    max-height: 400px;
    overflow-y: scroll;
}

.dropdown-birthday span {
    font-size: 12px;
}

.dropdown-birthday small {
    font-size: 12px;
}

.dropdown-birthday .clicked {
    background: #d8e7e0;
}

.dropdown-birthday .icon-whatsapp {
    font-size: 24px;
    color: #95E569;
}

/*************************************
- Grocery Crud CSS
*************************************/
.card-body .gc-container {
    padding: 0em 0.5em;
}

.gc-container .btn-default {
    color: #fff;
    background-color: #A67918;
    border-color: #A67918;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}

.gc-container .btn-default:hover {
    color: #fff;
    background-color: #A67918;
    border-color: #A67918;
    transform: translateY(-1px);
}

.gc-container form .error:not(li):not(input) {
    color: #FFFFFF !important;
}

.gc-container .readonly_labell {
    display: block;
    width: 100%;
    padding: 0.4375rem 0.875rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.53;
    color: #697a8d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d9dee3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #ebebeb;
}

.gc-container .gc-search-row td {
    position: relative;
}

.gc-container .clear-search {
    margin-left: -18px;
}

.gc-container .searchable-input {
    line-height: 1;
}

.grocery-crud-table {
    zoom: 0.85;
}

.grocery-crud-table .modal {
    zoom: 1.15;
}

.grocery-crud-table th:not(:first-child) {
    min-width: 80px;
}

.grocery-crud-table td:first-child {
    padding: 0px;
}

.grocery-crud-table thead tr th:first-child {
    width: 1% !important;
}

.grocery-crud-table tbody tr .only-desktops,
.grocery-crud-table tbody tr .only-mobiles {
    display: none !important;
}

.grocery-crud-table tbody tr:has(.gc-success) {
    background-color: rgb(102, 199, 50, 0.15);
}

.grocery-crud-table tbody tr:has(.gc-danger) {
    background-color: rgb(255, 62, 29, 0.15);
}

.grocery-crud-table tbody tr:has(.gc-info) {
    background-color: rgb(3, 195, 236, 0.15);
}

.growl-animated {
    top: 100px !important;
    z-index: 99999 !important;
}

.gc-container .control-label div:nth-child(2) {
    padding-left: 4px;
}

@media (max-width: 576px) {
    .gc-container .control-label div:nth-child(2) {
        display: none;
    }
}

@media (min-width: 576px) {
    .gc-sticky-action .grocery-crud-table {
        border-collapse: separate;
    }

    .gc-sticky-action .grocery-crud-table tr td:last-child,
    .gc-sticky-action .grocery-crud-table tr th:last-child {
        position: sticky;
        right: 0;
        z-index: 2;
        background: white;
    }
}

/*************************************
- Sweetalert CSS
*************************************/
.swal2-container {
    z-index: 999999 !important;
}

.swal2-element-focus {
    animation: blinkBorder 0.25s;
    animation-iteration-count: 4;
    animation-fill-mode: forwards;
    -webkit-animation: blinkBorder 0.25s;
    -webkit-animation-iteration-count: 4;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes blinkBorder {
    0% {
        border-color: inherit;
    }

    100% {
        border-color: #ff3e1d;
    }
}

@keyframes blinkBorder {
    0% {
        border-color: inherit;
    }

    100% {
        border-color: #ff3e1d;
    }
}

/*************************************
- WaitMe CSS
*************************************/
.waitMe {
    z-index: 999999 !important;
}

/*************************************
- Perfect Scrollbar CSS
*************************************/
.ps-visible .ps__rail-y {
    opacity: 0.6 !important;
}

.offcanvas-body .ps__rail-y {
    width: 12px;
}

.offcanvas-body .ps__thumb-y {
    width: 12px;
}

/*************************************
- nj-timepick CSS
*************************************/
.nj-timepick {
    z-index: 999999;
}

/*************************************
- Select2 CSS
*************************************/
.select2-container .select2-selection--multiple {
    display: flex;
    align-items: center;
    height: auto;
    min-height: 36px;
    border: 1px solid #d9dee3;
    border-radius: 0.375rem;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin-bottom: 0px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    color: #b4bdc6;
    padding: 0em 0.875rem;
    margin: 0px;
    line-height: 1.53;
}

.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    color: #b4bdc6;
}

/*************************************
- Fullcalendar CSS
*************************************/
.fc-license-message {
    display: none !important;
}

.fc-appointment-timeline {
    /* zoom: 0.85; */
}

.fc-appointment-timeline .fc-event-title {
    /* white-space: normal !important; */
}

.fc-appointment-timeline .fc-event-active {
    /* background-color: rgb(23, 179, 101) !important;
    color: #FFFFFF !important; */
    -webkit-animation: breathingFade 0.5s ease-out infinite alternate;
    animation: breathingFade 0.5s ease-out infinite alternate;
}

@-webkit-keyframes breathingFade {
    0% {
        opacity: 0.6;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes breathingFade {
    0% {
        opacity: 0.6;
    }

    100% {
        opacity: 1.0;
    }
}

/*************************************
- Box Icons CSS
*************************************/
.bx {
    line-height: 1.15 !important;
}