span[role="alert"] {
    color: red;
}
.toast-success {
  background-color: #3aa33a;
}
.toast-error {
  background-color: #921811;
}
.toast-warning {
  background-color: #f89406;
}
.toast-info {
  background-color: #114b92;
}
