.step {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.step.active {
    display: block;
    opacity: 1;
}

.modal-header .close {
    position: absolute;
    left: 20px;
}

.modal-title {
    display: block;
    margin: auto;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.modal-content {
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
    border: 0;
}

#myModalReserve .modal-body {
    padding-top: 0;
    padding-bottom: 30px;
}

.step-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    margin-top: 25px;
}

.step-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: -20px;
}

.step-type {
    width: 20%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.step-type input {
    display: none;
}

.step-type div {
    border-radius: 8px;
    border: 1px solid rgb(208, 213, 221);
    padding: 15px 10px;
    text-align: center;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    background: linear-gradient(270deg, #F6E7E1 0%, #FBF7F5 50%, #F6E7E1 100%);
}

.step-type input:checked+div {
    border-color: var(--color1);
    color: var(--color1);
    background: #dd82790a;
}

.swiper-free {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-free .swiper-slide {
    width: auto !important;
    margin-left: 15px;
}


.step-day {
    margin-bottom: 0;
}

.step-day input {
    display: none;
}

.step-day div {
    border-radius: 8px;
    border: 1px solid rgb(208, 213, 221);
    padding: 15px 10px;
    text-align: center;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.step-day input:checked+div {
    border-color: #039855;
    color: #039855;
    background: rgb(236, 253, 243);
}

.step-day-shift {
    color: #039855;
    font-size: 14px;
    margin-top: 15px;
}

.swiper-button-prev.swiper-button-disabled {
    display: none;
}

.step-wrap-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: -20px;
    max-width: 700px;
    margin: auto;
}

.step-time {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.step-time input {
    display: none;
}

.step-time div {
    border-radius: 8px;
    border: 1px solid rgb(208, 213, 221);
    padding: 10px 15px;
    text-align: center;
    color: #000;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    border: 1px solid currentcolor;
    color: rgb(3, 152, 85);
    font-size: 14px;
}

.step-time div:hover {
    background-color: rgb(236, 253, 243);
}


.step-time input:checked+div {
    color: #fff;
    background: rgb(3, 152, 85);
}

.btn-default {
    border: 1px solid #ddd;
    padding: 6px 30px;
    border-radius: 6px;
}

#prevStepBtn {
    background: var(--color2);
    transition: 0.3s;
    color: #fff;
}

#prevStepBtn:hover {
    background: var(--color1);
    color: #fff;
}

.btn.disabled,
.btn:disabled {
    opacity: 0;
}

.step-day input:disabled+div {
    border-color: rgb(242, 244, 247);
    color: rgb(152, 162, 179);
    background: linear-gradient(0deg, rgb(242, 244, 247), rgb(242, 244, 247)), linear-gradient(0deg, rgb(249, 250, 251), rgb(249, 250, 251));
    cursor: unset;
}

.step-day input:disabled+div .step-day-shift {
    color: #ccc;
}

.step-time input:disabled+div {
    border-color: rgb(242, 244, 247);
    color: rgb(152, 162, 179);
    background: linear-gradient(0deg, rgb(242, 244, 247), rgb(242, 244, 247)), linear-gradient(0deg, rgb(249, 250, 251), rgb(249, 250, 251));
    cursor: unset;
}

.btn.focus,
.btn:focus {
    box-shadow: 0 0 0 .2rem rgb(221 130 121 / 32%);
}

.step-detail {
    border-radius: 10px;
    background: linear-gradient(270deg, #F6E7E1 0%, #FBF7F5 50%, #ffffff 100%);
    padding: 10px 20px;
    margin-bottom: 20px;
    border-right: 3px solid var(--color1);
    margin-top: 20px;
}

.step-detail-body {
    display: flex;
    gap: 30px;
}

.step-detail-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
}

.step-detail-body span {
    color: var(--color1);
    font-weight: 600;
    margin-right: 6px;
}

.step-login {
    text-align: center;
    padding: 25px;
    border-radius: 12px;
    width: 100%;
    max-width: 400px;
    margin: auto;
    margin-top: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 30px;
}

.step-login-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.step-login-text {
    font-size: 16px;
    margin-top: 10px;
    color: #666;
}

.step-login-mute {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;

}

.step-otp {
    text-align: center;
    padding: 25px;
    border-radius: 12px;
    width: 100%;
    max-width: 400px;
    margin: auto;
    margin-top: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.step-otp-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.step-otp-text {
    font-size: 16px;
    margin-top: 10px;
    color: #666;
}

.step-otp-mute {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.step-login-alert {
    font-size: 14px;
    color: red;
    font-weight: bold;
}

.step-otp-alert {
    font-size: 14px;
    color: red;
    font-weight: bold;
}

.step-input {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border: 1px solid #ccc;
    text-align: center;
    margin-top: 15px;
    outline-color: var(--color2);
}

.step-btn {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: 0;
    background: var(--color1);
    color: #fff;
    margin-top: 20px;
}

.step-btn:hover {
    transition: 0.3s;
    background: var(--color2);
}

#send-resend-otp {
    background: transparent;
    border: 0;
    color: var(--color1);
    margin: auto;
    margin-top: 15px;
}

@media (max-width:767px) {
    .step-type {
        width: 33.3%;
    }

    .step-type div {
        font-size: 14px;
    }

    .step-title {
        font-size: 16px;
    }

    .navbar-btn {
        padding: 10px 10px;
    }
}
.otp-body {
    display: flex;
    align-items: center;
    direction: ltr;
    justify-content: center;
    margin-top: 30px;
}
.otp {
    width: 100%;
    max-width: 60px;
    height: 55px;
    border: 1px solid #C4C7C7;
    border-radius: 16px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #444748;
    outline-color: var(--color1);
    direction: ltr;
    margin: 0 5px;
}
.modal-login-msg {
    margin-top: 5px;
    font-size: 14px;
    color: var(--color2);
}
div#timer {
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
#send-otp {
    color: #2A9ACE;
    margin: auto;
    margin-top: 30px;
    background: transparent;
    border: 0;
}