/* ==========================================================
   CUSTOM SWEETALERT2 STYLING UNTUK YAYASAN PANDHEGA JAYA
   ================================================---------- */

.dg-custom-popup {
  border-radius: 24px !important;
  padding: 2rem !important;
  background: #ffffff !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(229, 47, 2, 0.1) !important; /* Aksi garis tipis bernuansa merah */
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}

/* Mengatur tombol konfirmasi agar sudutnya melengkung modern (pill-shaped) */
.dg-custom-btn-confirm {
  border-radius: 50px !important;
  padding: 0.6rem 1.8rem !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 20px rgba(229, 47, 2, 0.25) !important;
}

/* Kustomisasi warna icon warning/success agar pas dengan palet warna */
.swal2-icon.swal2-success {
  border-color: #28a745 !important;
  color: #28a745 !important;
}

.swal2-icon.swal2-warning {
  border-color: #f9b025 !important;
  color: #f9b025 !important;
}