/**
 * Dexatel OTP Custom CSS
 */

/* Hidden class override */
.hidden {
    display: none !important;
}

/* Notices specific to Dexatel UI matching Tailwind classes */
#dexatel-notice-1.error, #dexatel-notice-2.error {
    background-color: #fef2f2; /* red-50 */
    color: #dc2626; /* red-600 */
    border-color: #fee2e2; /* red-100 */
    display: block !important;
}

#dexatel-notice-1.success, #dexatel-notice-2.success {
    background-color: #f0fdf4; /* green-50 */
    color: #16a34a; /* green-600 */
    border-color: #dcfce7; /* green-100 */
    display: block !important;
}

/* Disabled actions */
.dexatel-actions a.disabled {
    color: #94a3b8 !important; /* slate-400 */
    pointer-events: none;
    cursor: default;
}
