#toast-container>.toast-success {
    background-color: #51A351;
    color: white;
}

#toast-container>.toast-error {
    background-color: #BD362F;
    color: white;
}

#toast-container>.toast-warning {
    background-color: #F89406;
    color: white;
}

#toast-container>.toast-info {
    background-color: #2F96B4;
    color: white;
}