.toast {
  background-color: #333 !important;
  color: #fff !important;
}

.toast-success {
  background-color: #28a745 !important;
  color: #fff !important;
}

.toast-error {
  background-color: #dc3545 !important;
  color: #fff !important;
}
