/* This file is reserved for overriding and extending the template styles. *//* Kustomisasi warna toast untuk success */
.toast-success {
  background-color: #28a745 !important; /* Ganti dengan warna hijau yang Anda inginkan */
  color: #fff !important; /* Ganti warna teks */
}

/* Kustomisasi warna toast untuk error */
.toast-error {
  background-color: #dc3545 !important; /* Ganti dengan warna merah yang Anda inginkan */
  color: #fff !important; /* Ganti warna teks */
}

/* Kustomisasi warna toast untuk info */
.toast-info {
  background-color: #17a2b8 !important; /* Ganti dengan warna biru yang Anda inginkan */
  color: #fff !important; /* Ganti warna teks */
}

/* Kustomisasi warna toast untuk warning */
.toast-warning {
  background-color: #ffc107 !important; /* Ganti dengan warna kuning yang Anda inginkan */
  color: #212529 !important; /* Ganti warna teks */
}
