/* 🔴 ERROR */
.ui-pnotify.error {
    background-color: #ff4d4d !important;
    color: white !important;
}

/* 🟢 SUCCESS */
.ui-pnotify.success {
    background-color: #28a745 !important;
    color: white !important;
}

/* 🟡 WARNING (notice en PNotify) */
.ui-pnotify.notice {
    background-color: #ffc107 !important;
    color: black !important;
}

/* 🔵 INFO */
.ui-pnotify.info {
    background-color: #17a2b8 !important;
    color: white !important;
}
