/* Custom styles for Provim3 */

.alert-error {
    background-color: rgb(255, 125, 26) !important; /* Force blue background for error alerts */
    color: white !important; /* Also force white text for better contrast */
}
