/* sweetalert.css (from style.css L2353-L2560) */
/* ======================================================
   SWEET ALERT THEME OVERRIDES
====================================================== */

:root {
  --swal2-background: #0b1220;
  --swal2-color: #e8f7ff;
  --swal2-footer-background: #0b1220;
  --swal2-input-background: #0b1220;
  --swal2-validation-message-background: #0b1220;
}

/* Site modals use z-index 4000 (above topbar); Swal must sit above modals */
.swal2-container {
  z-index: 4100 !important;
}

.swal2-popup{
  background: #0b1220 !important;
  background-color: #0b1220 !important;
  border: 1px solid rgba(0,230,255,.28) !important;
  box-shadow: 0 0 0 1px rgba(0,230,255,.10), 0 18px 60px rgba(0,0,0,.65) !important;
  border-radius: 16px !important;
  color: #e8f7ff !important;
}

.swal2-footer {
  background: #0b1220 !important;
  background-color: #0b1220 !important;
  border-top: 1px solid rgba(0, 230, 255, 0.18) !important;
}

.swal2-timer-progress-bar-container {
  background: #070d18 !important;
}

.swal2-timer-progress-bar {
  background: rgba(0, 230, 255, 0.55) !important;
}

.swal2-title,
.swal2-html-container{
  color: #e8f7ff !important;
}

.swal2-html-container .form-label {
  color: rgba(232, 247, 255, 0.85) !important;
}

.swal2-html-container .swal-ce-preset-select {
  background: #0b1220 !important;
  border: 1px solid rgba(0, 230, 255, 0.35) !important;
  color: #e8f7ff !important;
}

.swal2-select,
.swal2-input,
.swal2-textarea {
  background: #0b1220 !important;
  color: #e8f7ff !important;
  border: 1px solid rgba(0, 230, 255, 0.35) !important;
  border-radius: 8px !important;
  color-scheme: dark;
}

.swal2-select option {
  background: #0b1220;
  color: #e8f7ff;
}

.swal2-radio {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0.35rem !important;
  background: transparent !important;
}

.swal2-radio label {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  margin: 0 !important;
  padding: 0.5rem 0.65rem !important;
  border: 1px solid rgba(0, 230, 255, 0.22) !important;
  border-radius: 8px !important;
  background: #0b1220 !important;
  background-color: #0b1220 !important;
  color: #e8f7ff !important;
  cursor: pointer !important;
}

.swal2-radio label:hover {
  border-color: rgba(0, 230, 255, 0.45) !important;
  background: rgba(0, 230, 255, 0.08) !important;
}

.swal2-radio input {
  accent-color: #00e6ff;
  flex-shrink: 0;
}

.swal2-label {
  color: #e8f7ff !important;
}

.swal2-validation-message {
  background: #0b1220 !important;
  background-color: #0b1220 !important;
  color: #ffb4b4 !important;
}

.swal2-popup:has(.swal-preset-server-combobox) {
  overflow: visible !important;
}

.swal2-popup:has(.swal-preset-server-combobox) .swal2-html-container {
  overflow: visible !important;
  position: relative !important;
  z-index: 20 !important;
}

.swal2-popup:has(.swal-preset-server-combobox) .swal2-actions {
  position: relative !important;
  z-index: 1 !important;
}

.swal-preset-server-combobox {
  position: relative;
  z-index: 21;
  text-align: left;
}

.swal-preset-server-combobox .pickup-combobox-panel {
  z-index: 22 !important;
  max-height: min(220px, 40vh);
  background: #0b1220 !important;
  background-color: #0b1220 !important;
  opacity: 1 !important;
  box-shadow:
    0 0 0 1px rgba(0, 230, 255, 0.35),
    0 16px 48px rgba(0, 0, 0, 0.92) !important;
}

.swal-preset-server-combobox .pickup-combobox-option,
.swal-preset-server-combobox .pickup-combobox-empty {
  background-color: #0b1220 !important;
  color: #e8f7ff !important;
}

.swal-preset-server-combobox .pickup-combobox-option:hover,
.swal-preset-server-combobox .pickup-combobox-option.is-active {
  background-color: rgba(0, 230, 255, 0.18) !important;
  color: #e8f7ff !important;
}

.swal-preset-server-combobox .form-control,
.swal-preset-server-combobox .pickup-combobox-toggle {
  background: #0b1220 !important;
  color: #e8f7ff !important;
  border-color: rgba(0, 230, 255, 0.35) !important;
}

.swal-preset-server-combobox .form-control::placeholder {
  color: rgba(232, 247, 255, 0.45) !important;
}

.swal2-confirm{
  background: linear-gradient(90deg, #00e6ff, #00b3ff) !important;
  color: #031018 !important;
  font-weight: 800 !important;
  border: 0 !important;
  box-shadow: 0 0 12px rgba(0,230,255,.35), 0 0 32px rgba(0,179,255,.18) !important;
  border-radius: 10px !important;
}

.swal2-cancel{
  background: #0b1220 !important;
  background-color: #0b1220 !important;
  color: rgba(232,247,255,.85) !important;
  border: 1px solid rgba(232,247,255,.22) !important;
  border-radius: 10px !important;
}

.swal2-cancel:hover {
  background: #101d32 !important;
  background-color: #101d32 !important;
}

.swal2-deny {
  background: #0b1220 !important;
  background-color: #0b1220 !important;
  color: rgba(232, 247, 255, 0.9) !important;
  border: 1px solid rgba(232, 247, 255, 0.22) !important;
  border-radius: 10px !important;
}

.swal2-close {
  background: #0b1220 !important;
  background-color: #0b1220 !important;
}

.swal2-close:hover {
  background: #101d32 !important;
  background-color: #101d32 !important;
}


