.toast-success {
    background-color: #51a351 !important; /* Green for success */
    color: #fff !important;
  }
  .toast-info {
    background-color: #2f96b4 !important; /* Blue for info */
    color: #fff !important;
  }
  .toast-warning {
    background-color: #f89406 !important; /* Orange for warning */
    color: #fff !important;
  }
  .toast-error {
    background-color: #bd362f !important; /* Red for error */
    color: #fff !important;
  }