/* Shared OTP modal styles – used by reset-password modal and OTP verify modal */

.reset-error-text {
    color: #dc3545;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    padding: 0.5rem;
}

.reset-timer-text {
    color: #666;
    font-size: 0.85rem;
    margin-top: 0.5rem;
}

.reset-next-loader-spinner {
    width: 14px;
    height: 14px;
    border-width: 2px;
    border-color: rgba(255,255,255,0.45);
    border-top-color: #fff;
    margin: 0 0 0 8px;
    vertical-align: middle;
}

.reset-next-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
