/* ==========================================================================
   HokTech Frontend OTP Styles
   ========================================================================== */

.hoktech-otp-section {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 18px;
    margin: 16px 0;
}

.hoktech-otp-section h3 {
    margin: 0 0 6px;
    font-size: 15px;
    color: #1e293b;
}

.hoktech-otp-description {
    color: #64748b;
    font-size: 13px;
    margin-bottom: 14px;
}

.hoktech-otp-btn {
    background: #25d366 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 10px 22px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
}

.hoktech-otp-btn:hover {
    background: #128c7e !important;
}

.hoktech-otp-btn:disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
}

.hoktech-otp-input-group {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    align-items: center;
}

.hoktech-otp-input {
    flex: 1;
    padding: 10px 14px !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 8px !important;
    font-size: 18px !important;
    text-align: center !important;
    letter-spacing: 6px !important;
    font-weight: 700 !important;
    max-width: 200px;
    direction: ltr;
}

.hoktech-otp-input:focus {
    border-color: #25d366 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.15) !important;
}

.hoktech-otp-verify-btn {
    background: #128c7e !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}

.hoktech-otp-verify-btn:hover {
    background: #0e7a6e !important;
}

.hoktech-otp-status {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}

.hoktech-otp-verified {
    border-color: #25d366 !important;
    background: #dcfce7 !important;
}

.hoktech-otp-timer {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 8px;
}