/* Stile per notifiche di successo */
.toastify.on.success {
    background: linear-gradient(to right, #4CAF50, #2E7D32) !important;
}

/* Stile per notifiche di errore */
.toastify.on.danger {
    background: linear-gradient(to right, #F44336, #C62828) !important;
}