div#vip-repair-form-container {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(/wp-content/uploads/2025/10/Group-481739.svg), linear-gradient(180deg, #081916 -2.09%, #151E1C 71.2%, #0D1B18 100%);
}

.vip-buttons {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: grid;
    grid-template-columns: calc(40% - 8px) calc(60% - 8px);
    right: 0;
    padding: 24px;
    gap: 16px
}

h6.vip-step-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    margin-top: 64px;
    margin-bottom: 8px
}

span.vip-step-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    margin-bottom: 24px
}

.vip-step-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center
}

button.vip-next-btn,
a.vip-call-btn,
.vip-modal-confirm {
    background-color: rgba(255, 193, 7, 1);
    box-shadow: 0 3px 1px -2px #0003;
    box-shadow: 0 2px 2px 0 #00000024;
    box-shadow: 0 1px 5px 0 #0000001F;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 12px;
    color: #212121;
    border-radius: 16px;
    text-align: center
}

button.vip-cancel-btn,
a.vip-home-btn,
.vip-modal-edit {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 12px;
    color: rgba(255, 193, 7, 1);
    border: 1px solid rgba(255, 193, 7, 1);
    border-radius: 16px;
    background: transparent;
    text-align: center
}

.vip-step {
    display: none
}

.vip-step.active {
    display: block
}

input.vip-input {
    margin: unset;
    padding: 16px;
    border: 1px solid #CDD3DD;
    border-radius: 16px;
    background: transparent;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    color: #fff
}

.vip-error {
    padding: 4px 16px;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    color: #EF5350
}

input.vip-input.invalid {
    border: 2px solid #EF5350
}

span.vip-phone-edit {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    cursor: pointer
}

span.vip-phone-number {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 20px
}

span.vip-phone-edit img {
    width: 16px;
    height: 16px;
    object-fit: contain
}

button.vip-resend-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: transparent;
    border: unset
}

div#vip-repair-step-4 button {
    max-width: 170px;
    width: 100%
}

div#vip-repair-step-4 .vip-step-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center
}

div#vip-repair-step-4 .vip-step-header img {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

div#vip-repair-step-4 .vip-step-header h6.vip-step-title {
    margin-block: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

div#vip-repair-step-4 .vip-step-header span.vip-step-description {
    font-size: 12px;
    line-height: 18px;
    margin: unset;
    text-align: center
}

div#vip-repair-step-4 .vip-buttons {
    grid-template-columns: repeat(2, calc(50% - 8px))
}

div#vip-repair-step-3 .vip-error {
    width: 100%
}

div#vip-repair-step-3 .vip-step-content {
    display: flex;
    flex-direction: column;
    align-items: center
}

[id="repair_otp_code"] {
    margin-block: 24px !important
}

button,
a {
    cursor: pointer
}

input.invalid {
    background-image: url('/wp-content/uploads/2025/10/Error-Icon.svg');
    background-repeat: no-repeat;
    background-position: 12px center;
    cursor: pointer
}

.vip-resend-btn.loading::after {
    content: '';
    position: absolute;
    margin-top: 38px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    right: calc(50% - 8px);
}

@keyframes spin {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }

    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

button.vip-next-btn.loading {
    background-color: rgba(255, 193, 7/ 60%);
    color: transparent;
}

.vip-next-btn.loading::after {
    margin-right: -45px !important;
}

button.vip-next-btn.loading,
a.vip-call-btn.loading,
.vip-modal-confirm.loading {
    background-color: rgba(255, 193, 7/ 60%);
    color: transparent;
}

.vip-cancel-btn.loading::after {
    margin-right: 0px !important;
    border-top-color: rgba(255, 193, 7, 1);
    !important;
    margin-top: 25.5px !important
}

.vip-cancel-btn.loading {
    color: transparent;
}

.vip-next-btn.loading::after,
.vip-modal-confirm.loading::after,
.vip-cancel-btn.loading::after {
    content: '';
    position: absolute;
    margin-top: 11.5px;
    width: 24px;
    height: 24px;
    border: 4px solid transparent;
    border-top: 4px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.vip-cancel-btn.loading {
    display: flex;
    align-items: center;
    justify-content: center
}

.vip-next-btn.loading,
.vip-modal-confirm.loading,
.vip-cancel-btn.loading {
    opacity: 1;
}

/* Resend OTP styles */
.vip-resend-otp {
    margin-top: 16px;
    text-align: center;
}

.vip-phone-display {
    margin-top: 16px;
    margin-bottom: 16px;
}