/* Override per il testo di Toastr */
.toast-message {
    color: #ffffff !important;
}

.toast-success .toast-message,
.toast-error .toast-message,
.toast-info .toast-message,
.toast-warning .toast-message {
    color: #ffffff !important;
}