.custom-alert {
    background-color: #ff0000 !important; /* Pure red */
    color: white !important;
    padding: 15px;
    border-radius: 5px;
}
.custom-alert h4 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
}