.cmn_form_ui .btn-pattern {
    background: linear-gradient(180deg, #22a2f8, #1c9bef);
}

.cmn_form_ui .shadow-waForm {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cmn_form_ui .otp-input {
    width: 55px;
    height: 55px;
    font-size: 24px;
    text-align: center;
    border-radius: 8px;
    border: 2px solid #ced4da;
}

.cmn_form_ui .otp-input:focus {
    border-color: #0d6efd;
    box-shadow: none;
    outline: none;
}

.cmn_form_ui .otp-screen .otp-authentication-img {
    max-height: 300px;
    object-fit: cover;
}

/* ---------- Confirm Button ---------- */
.cmn_form_ui .confirm-btn {
    background: linear-gradient(90deg, #00a8b5, #00c2c7);
}

.cmn_form_ui .confirm-btn:disabled {
    background: #b0d9db;
    cursor: not-allowed;
}

.cmn_form_ui .final-card {
    width: 100%;
    padding: 2.5rem 1.5rem;
    text-align: center;
}

.cmn_form_ui .success-badge {
    width: 90px;
    height: 90px;
    background: #22c55e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    position: relative;
}

.cmn_form_ui .checkmark {
    font-size: 42px;
    color: #fff;
    font-weight: bold;
}

.cmn_form_ui .final-text {
    color: #475569;
    font-size: 0.95rem;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.cmn_form_ui .placeholder_color {
    color: #595c5f !important;
}

.cmn_form_ui .error {
    color: red;
    font-size: 0.875em;
}

.cmn_form_ui #vasResendOTP {
    background: transparent;
    border: 0;
    color: #0d6efd;
}

.cmn_form_ui .resend_otp_btn button:disabled {
    color: #1010104d !important;
}

.cmn_form_ui .our-top-partners {
    padding: 50px 30px;
}

.cmn_form_ui .shadow-waForm.rounded,
.cmn_form_ui .otp-screen,
.cmn_form_ui .final-card {
    box-shadow: 0px 1px 5px 1px #999;
    border-radius: 2rem !important;
    padding: 20px 0px;
    background: #fff;
}

.cmn_form_ui .bg-white {
    background: #fff !important;
}

.cmn_form_ui .sub-line {
    line-height: normal !important;
    text-align: center !important;
}

.cmn_form_ui .free-text {
    color: #d90368;
    font-weight: 600;
}

.cmn_form_ui .header-text {
    color: #1a237e;
    font-weight: 800;
}