@media (max-width: 900px) {
    .verify-input {
        justify-content: center !important;
        margin: 0px !important;
        margin-bottom: 12px !important;
    }

    .verify-input input {
        width: 40px !important;
    }
}

@media (max-width: 340px) {
    .verify-input input {
        width: 36px !important;
        height: 35px !important;
    }
}

@media (min-width: 370px) {
    .verify-info {
        white-space: nowrap;
    }
}

/* OTP Verify card */
#otpVerifyCard {
    display: none;
}

.verify-main {
    display: flex;
    justify-content: center;
}

.verify-main .verify-logo {
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    border-radius: 33554400px;
    /* background: linear-gradient(135deg, #382C6F 0%, #00AEE9 100%); */
    margin-bottom: 12px;
}
.verify-logo svg path{
    stroke: red;
}

.verify-main .verify-logo.error {
    /* background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%); */
}

.verify-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #222222;
    margin-bottom: 8px;
}

.verify-info {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    text-align: center;
    margin-bottom: 4px;
}

.verify-email {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #222222;
}

.verify-form {
    /* margin-top: 40px;
    margin-bottom: 40px; */
    margin-block: 30px;
}

.verify-form .verify-input {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 12px; */
    padding-inline: 30px;
    gap: 2px;
}

.verify-form .verify-input input {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    /* margin: 0 5px; */
    text-align: center;
    border: 1px solid #D1D5DC;
    background-color: white;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
    outline: none;
}

.verify-form .verify-input input:focus {
    border: 1px solid #C7C7C7;
    background-color: #F3F3F5;
    box-shadow: 0px 0px 2.7px 0px rgba(0, 0, 0, 0.2509803922);
}

.verify-form .verify-input.error input {
    border: 1px solid #FB2C36;
    background-color: #FEF2F2;
}

.verify-form .error-message {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #E7000B;
    white-space: nowrap;
}
.verify-btn-main{
    padding-inline: 30px;
}
.verify-form .verify-btn-main .verify-btn {
    margin-top: 20px;
    background: #382c6f;
    border: none;
    color: #fff;
    padding: 14px 18px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.verify-form .verify-btn-main .verify-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.verify-form .verify-btn-main .verify-btn.loading {
    background-color: #F4F9FF;
    color: #193CB8;
    border: 1px solid #BEDBFF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.verify-form .verify-btn-main .verify-btn.loading img {
    animation: rotateLoader 1s linear infinite;
}

.loginerror {
    margin: auto;
    color: red;
}

.otp-error-message {
    display: none;
    text-align: center;
    color: red;
    margin-top: 8px;
}

.resend-link {
    display: none;
}

.resend-success {
    display: none;
}

#error_msg_async {
    color: red;
    font-size: 1rem;
    text-align: center;
    margin-top: 10px;
}

@keyframes rotateLoader {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.resend-success {
    display: flex;
    align-items: center;
    background-color: #ECFAF4;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #101828;
    gap: 8px;
    margin-bottom: 24px;
    padding-left: 18px;
}

.otp-time {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    text-align: center;
    margin-bottom: 20px;
}

.otp-time .resend-link {
    color: #00AEE9;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    cursor: pointer;
}

.action-btn {
    display: flex;
    justify-content: center;
}

.action-btn .back-btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    gap: 7px;
    color: #222222;
    text-align: center;
    cursor: pointer;
}

.resend-btn-main .resend-otp-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #382c6f;
    border: none;
    color: #fff;
    padding: 14px 18px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
}