@keyframes errorPulse {
    0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(239, 68, 68, 0); }
    100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}

.error-pulse {
    animation: errorPulse 2s infinite;
    border-color: #ef4444 !important;
}

.errorlist {
    background-color: #fef2f2;
    border-left: 4px solid #ef4444;
    padding: 8px 12px !important;
    border-radius: 6px;
    margin-bottom: 10px !important;
    color: #b91c1c !important;
    font-weight: 600;
}

/* Fix for Search icon visibility in dark mode */
.dark #searchbar-submit .material-symbols-outlined {
    color: #9ca3af !important;
}

/* Fix for Search icon visibility in dark mode */
.dark #searchbar-submit .material-symbols-outlined {
    color: #9ca3af !important;
}

/* Fix for Search icon visibility in dark mode */
.dark #searchbar-submit .material-symbols-outlined {
    color: #9ca3af !important;
}
