#appointment-modal {
    height: 97vh;
}

#appointment-modal .schedule-appointment-modal {
    color: #333333;
    background-color: white;
    display: flex;
    height: calc(98% - 30px);
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 40px auto;
    border-radius: 32px;
}

#appointment-modal .form-success {
    width: calc(40% - 30px);
    height: 300px;
    min-height: 300px;
}

#appointment-modal .schedule-appointment-modal__title {
    font: normal normal normal 40px/48px Operetta;
    letter-spacing: 2px;
    color: #333333;
    text-transform: initial;
    margin-bottom: 30px;
    white-space: nowrap;
}

#appointment-modal .schedule-appointment-modal__info {
    font: normal normal 100 20px / 24px Futura;
    margin-bottom: 30px;
}

#appointment-modal .schedule-appointment-modal__steps {
    overflow: auto;
}

#appointment-modal .schedule-appointment-modal__steps::-webkit-scrollbar {
    width: 5px;
}

#appointment-modal .schedule-appointment-modal__steps::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

#appointment-modal .schedule-appointment-modal__steps::-webkit-scrollbar-thumb {
    background-color: #a4a4a4;
}

#appointment-modal .schedule-appointment-modal__steps__title {
    font: normal normal 200 28px / 32px Futura;
    letter-spacing: 1.4px;
    margin-bottom: 30px;
}

#appointment-modal .schedule-appointment-modal__steps__group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#appointment-modal .schedule-appointment-modal__steps__group__item {
    background-color: #F9F9F9;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
}

#appointment-modal .schedule-appointment-modal__steps__group__item__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
    padding: 22px;
}

.vr_serv:before, .vr_date:before, .vr_details:before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-right: 22px;
}

.vr_serv:before {
    background-image: url(/wp-content/uploads/2024/10/Group-3046.svg);
}

.vr_date:before {
    background-image: url(/wp-content/uploads/2024/10/vuesax-linear-calendar-2.svg);
}

.vr_details:before {
    background-image: url(/wp-content/uploads/2024/10/vuesax-linear-tag-user.svg);
}

#appointment-modal .schedule-appointment-modal__steps__group__item__title > span {
    white-space: nowrap;
    font: normal normal normal 18px / 16px Futura;
    letter-spacing: 0px;
    color: #333333;
}

#appointment-modal .schedule-appointment-modal__steps__group__item__title__edit {
    border-bottom: 1px solid #333333;
    height: 20px;
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

#appointment-modal .schedule-appointment-modal__steps__group__item__title__edit span {
    font-size: 14px;
    font-family: Futura;
    line-height: 18px;
    letter-spacing: 1.4px;
    font-weight: 100;
}

#appointment-modal .schedule-appointment-modal__steps__group__item__info {
    padding: 0 20px 20px 20px;
    display: flex;
    gap: 5px;
    flex-direction: column;
}

#appointment-modal .schedule-appointment-modal__steps__group__item__info__step {
    display: flex;
    flex-direction: column;
    font: normal normal normal 16px / 20px Futura;
    background-color: #fff;
    padding: 20px;
}

#appointment-modal .schedule-appointment-modal__steps__group__item__info__step .bold-title {
    font-weight: 500;
}

#appointment-modal .schedule-appointment-modal__left {
    background-color: #fff;
    padding: 50px 60px;
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 31px 0 0 31px;
    border-right: 1px solid #eaeaea;
}

#appointment-modal .schedule-appointment-modal__right {
    padding: 50px 60px;
    flex: 1;
}

#appointment-modal .schedule-appointment-modal__right__title {
    font: normal normal normal 32px / 48px Operetta;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#appointment-modal .schedule-appointment-modal__right__title .timer {
    display: flex;
    gap: 5px;
    align-items: center;
}

#appointment-modal .schedule-appointment-modal__right__title .timer #timer {
    font: normal normal normal 18px/23px Futura;
    letter-spacing: 0.9px;
    color: #333333;
}

#appointment-modal .schedule-appointment-modal__right__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    overflow: auto;
}

#appointment-modal .schedule-appointment-modal__right__items::-webkit-scrollbar {
    width: 5px;
}

#appointment-modal .schedule-appointment-modal__right__items::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

#appointment-modal .schedule-appointment-modal__right__items::-webkit-scrollbar-thumb {
    background-color: #a4a4a4;
}

#appointment-modal .schedule-appointment-modal__right__action {
    margin-top: 10px;
}

#appointment-modal .item-card {
    background: #f5f5f5;
    position: relative;
    padding: 0 22px;
    border-radius: 4px;
}

#appointment-modal .item-card__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    padding: 20px 0;
}

#appointment-modal .item-card__header span {
    font: normal normal 200 20px / 26px Futura;
    letter-spacing: 1px;
}

a.fc-daygrid-day-number {
    color: #333;
    font: normal normal 100 18px / 36px Futura;
    text-decoration: unset;
}

#appointment-modal .item-card__info {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    padding-bottom: 20px;
}

#appointment-modal .item-card__info__item {
    width: 100%;
}

#appointment-modal .step-two,
#appointment-modal .step-three {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 0 auto;
    overflow: auto;
    gap: 50px;
}

#appointment-modal .step-three {
    overflow: hidden;
}

#appointment-modal .step-two::-webkit-scrollbar {
    width: 5px;
}

#appointment-modal .step-two::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

#appointment-modal .step-two::-webkit-scrollbar-thumb {
    background-color: #a4a4a4;
}

#appointment-modal .step-three::-webkit-scrollbar {
    width: 5px;
}

#appointment-modal .step-three::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

#appointment-modal .step-three::-webkit-scrollbar-thumb {
    background-color: #a4a4a4;
}

#appointment-modal .step-two__item,
#appointment-modal .step-three__item {
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.fc a.fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 4px;
    color: #A4A4A4;
    font-size: 12px;
    font-weight: 300;
}

#appointment-modal .step-two__item__info,
#appointment-modal .step-three__item__info {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 3px;

}

#appointment-modal .step-two__item__info {
    height: fit-content;
}

#appointment-modal .step-three-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
    overflow-x: hidden;
}

#appointment-modal .step-three-content::-webkit-scrollbar {
    width: 5px;
}

#appointment-modal .step-three-content::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

#appointment-modal .step-three-content::-webkit-scrollbar-thumb {
    background-color: #a4a4a4;
}

#appointment-modal .select-container {
    border: 1px solid transparent;
}

#appointment-modal .step-two__item .select-container select,
#appointment-modal .step-two__item .select-container option,
#appointment-modal .step-three__item .select-container select,
#appointment-modal .step-three__item .select-container option {
    padding-top: 10px;
    padding-bottom: 10px;
    height: fit-content;
    font-size: 14px;
}

#appointment-modal .step-two__item {
    background-color: #fff;
}

#appointment-modal .step-two__item--select-date,
#appointment-modal .step-three__item--select-date {
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

#appointment-modal .step-two__item__selected-date,
#appointment-modal .step-three__item__selected-date {
    font: normal normal normal 20px/24px Futura;
    letter-spacing: 0.9px;
    font-weight: 400;
    color: #333333;
}

#appointment-modal .step-two__item__select-time .select-container,
#appointment-modal .step-three__item__select-time .select-container {
    min-width: 300px;
}

#appointment-modal .step-two__item__actions,
#appointment-modal .step-three__item__actions {
    display: flex;
    gap: 30px;
}

#appointment-modal .step-two__item__actions {
    height: fit-content;
}

#appointment-modal .step-three__section {
    flex-direction: column;
}

#appointment-modal .step-three__section {
    padding-bottom: 20px;
}

.step-three__section__item.step-three__section__item--checkbox .checkmark {
    border-radius: 4px !important;
}

#appointment-modal .step-three__section__item--checkbox .checkbox-container input:checked ~ .checkmark {
    border: unset;
    box-shadow: unset;
}

#appointment-modal .step-two__section,
#appointment-modal .step-three__section {
    width: 100%;
    display: flex;
    gap: 20px;
}

#appointment-modal .step-two__section__item,
#appointment-modal .step-three__section__item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#appointment-modal .step-two__section__item span,
#appointment-modal .step-three__section__item span {
    font: normal normal 100 14px/32px Futura;
    letter-spacing: 0.7px;
    color: #333333;
}

#appointment-modal .step-two__section__item--checkbox,
#appointment-modal .step-three__section__item--checkbox {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

#appointment-modal .step-two__section__item--checkbox span,
#appointment-modal .step-three__section__item--checkbox span {
    font: normal normal normal 18px/32px Futura;
    letter-spacing: 0.9px;
    color: #333333;
}

#appointment-modal .step-two__section__item--checkbox span a,
#appointment-modal .step-three__section__item--checkbox span a {
    color: #333333;
}

#appointment-modal .step-success {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

#appointment-modal .step-success .step-success__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

#appointment-modal .step-success .step-success__item--con {
    text-align: center;
    font: normal normal normal 30px/40px Futura;
    letter-spacing: 1.5px;
    color: #333333;
}

#appointment-modal .step-success .step-success__item--static {
    text-align: center;
    font: normal normal 100 20px/22px Futura;
    letter-spacing: 1.5px;
    color: #333333;
}

#appointment-modal .step-success .step-success__item--date {
    text-align: center;
    font: normal normal 100 20px/22px Futura;
    letter-spacing: 1.5px;
    color: #333333;
}

#appointment-modal .show-error {
    padding: 20px;
    position: absolute;
    z-index: 10000000000;
    background-color: #ff5d5d;
    color: white;
    border-radius: 5px;
    width: fit-content;
    left: 50%;
    top: 15%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 10px;

    /* animation */
    opacity: 0;
    animation-name: fade-in;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

#appointment-modal .show-error svg {
    cursor: pointer;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: clip;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

#appointment-modal.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

#appointment-modal.fade.in {
    opacity: 1;
}

.modal-backdrop.fade {
    opacity: 0.5;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

/*# sourceMappingURL=modal-style.css.map */