/* ================================================ */
/* TOAST / NOTIFICATION STYLES                      */
/* ================================================ */

#toastContainer {
    z-index: 9999;
}

.toast {
    margin-bottom: 0.75rem;
    border-radius: 8px;
}

.toast .d-flex {
    gap: 0.5rem;
}

.toaster {
    z-index: 9999;
     bottom: 30px !important;
}

#toastContainer .toast {
  min-width: 250px;
  max-width: 350px;
  opacity: 0.95;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Ajustement pour les toasts warning (texte sombre) */
#toastContainer .bg-warning {
  color: #212529;
}
