/* Custom Error Toast Styles */
.custom-error-toast {
    background: linear-gradient(to right, rgb(252, 232, 232), white) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.custom-error-toast .swal2-icon.swal2-error {
    border-color: #ef4444 !important;
    color: #ef4444 !important;
}

.custom-error-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
    background-color: #ef4444 !important;
}

.custom-error-toast .swal2-title {
    color: #1f2937 !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
}

.custom-error-toast .swal2-html-container {
    color: #9ca3af !important;
    font-size: 0.875rem !important;
    margin-top: 0.25rem !important;
}

.custom-error-toast .swal2-timer-progress-bar {
    background: #ef4444 !important;
}
