div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
	background: rgba(0, 0, 0, .8);
}

div:where(.swal2-container) div:where(.swal2-popup) {
  background: rgba(9, 10, 34, 0.8);
  border: 1px solid #302B50;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  padding: 35px 33px 35px;
  margin-bottom: 30px;
  margin-top: 30px;
  color: #ffffff;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 1.3em;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background: var(--nft-gradient-color);
  outline: 0;
  box-shadow: none !important;
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:where(.swal2-confirm):hover, div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:where(.swal2-confirm):active, div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:where(.swal2-confirm):focus {
  background: var(--gradient-btn-hover);
  outline: 0;
  box-shadow: none !important;
}