/* Target hanya swal dengan class khusus ini */
.swal2-popup.swal-minimal-popup {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 1rem !important; /* kasih ruang */
  width: auto !important;
  min-width: 5rem;
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Kecilkan loader jika perlu */
.swal2-loader {
  width: 3em !important;
  height: 3em !important;
}

.animsition-loading {
  background-color: rgba(27, 103, 183, 0.94);
  width: 3rem;
  height: 3rem;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
