#appToast.toast-success {
    background-color: #198754 !important;
    color: white !important;
}

#appToast.toast-danger {
    background-color: #dc3545 !important;
    color: white !important;
}

#appToast.toast-warning {
    background-color: #ffc107 !important;
    color: black !important;
}

#appToast.toast-info {
    background-color: #0dcaf0 !important;
    color: black !important;
}