.swal2-popup {
  background: #111120 !important;
  border: 1px solid #d4af37 !important;
}
.swal2-title {
  color: #d4af37 !important;
}
.swal2-html-container, .swal2-content {
  color: #f0ebe3 !important;
}
.swal2-confirm {
  background: #d4af37 !important;
  color: #0a0a0f !important;
  border: 1px solid #b8941f !important;
}


[style*="background-color: #000"],
[style*="background-color: #0"],
[style*="background: #000"],
[style*="background: #0"] {
  color: #ffffff !important;
}

[style*="background-color: #fff"],
[style*="background-color: #FFF"],
[style*="background: #fff"],
[style*="background: #FFF"],
[style*="background-color: white"],
[style*="background: white"] {
  color: #000000 !important;
}

/* Global smart contrast rule */
.dark, .dark-bg, .dark-section,
.bg-dark, .bg-black, .night-mode {
  color: #ffffff !important;
}

.light, .light-bg, .light-section,
.bg-white, .bg-light {
  color: #000000 !important;
}

/* Body default */
body {
  color: #ffffff !important;
}

/* White background containers */
.card, .box, .panel, .popup, .modal,
.swal2-popup, .form-wrapper {
  color: #000000 !important;
}

.card *, .box *, .panel *,
.popup *, .modal * {
  color: #000000 !important;
}