.timeslots-container {
    min-width: 100%;
}

.timeslots-container .nothing-available {
    text-transform: none !important;
}

.errors {
    color: #FC5C65;
    font-size: 1.4rem;
}

.input.has-error label {
    color: #FC5C65 !important;
}

.input.has-error input {
    border-color: #FC5C65 !important;
    margin-bottom: 0.8rem !important;
}

input#phone {
    width: 100%;
}

.input label {
    text-transform: uppercase;
}

.input textarea,
.input textarea:focus,
.input textarea:focus-visible,
.input textarea:active {
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
    outline: none !important;
}

.iti__search-icon {
    top: 12px;
}

.iti__search-input {
    padding-left: 32px !important;
}

button.schedule-appointment-btn-close {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    border-radius: 2rem;
    border: none;
    padding: 0 1.6rem;
    background-color: rgba(136, 84, 208, 1);
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
    cursor: pointer;
}

.view-terms {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.38);
}

@media only screen and (min-width: 600px) {
    .view-terms .terms-container {
        border-radius: 1.6rem;
    }
}

.view-terms .terms-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 48rem;
    height: 100%;
    max-height: 88rem;
    background-color: #fff;
    overflow: hidden;
    padding: 2.4rem;
}

.view-terms .terms-container .header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.view-terms .terms-container .header h2 {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
}

.view-terms .terms-container .terms-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 2.4rem;
    overflow: hidden;
}

.view-terms .terms-container .terms-content .terms-inner-content {
    position: relative;
    display: flex;
    width: 100%;
    flex: 1;
}

@media only screen and (min-width: 600px) {
    .view-terms .terms-container .terms-content .terms-inner-content .terms {

    }
}

.view-terms .terms-container .terms-content .terms-inner-content .terms {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;

}

.view-terms .terms-container .terms-content .terms-inner-content .terms p {
    line-height: 2.4rem;
}

.view-terms .terms-container .footer {
    display: flex;
    justify-content: end;
    padding-top: 2.4rem;
}

.view-terms .terms-container .footer a {
    color: #8854D0;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.4rem;
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid rgb(136, 84, 208);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

 .material-symbols-outlined {
     color: rgb(136, 84, 208);
     font-variation-settings:
         'FILL' 0,
         'wght' 400,
         'GRAD' 0,
         'opsz' 24
 }

 .terms-container .header .material-symbols-outlined {
     font-size: 44px;
 }

 .loading-animation {
     display: none;
     width: 100%;
     height: 100%;
     align-items: center;
     justify-content: center;
     position: absolute;
     background-color: rgba(0, 0,0,0.4);
 }

.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.side-menu .header .description, .side-menu .header .name {
    white-space: normal;
}

.service-disabled, .employee-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    color: #999;
    background-color: #f5f5f5;
}
