/* PremiumBox notice as a centered overlay for the dark BullsChange theme. */
body .wn_wrap {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 24px !important;
  float: none !important;
  background: rgba(0, 0, 0, .74) !important;
  backdrop-filter: blur(10px) !important;
}

body .wn_wrap[hidden],
body .wn_wrap[aria-hidden="true"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body .wn_div {
  width: min(520px, 100%) !important;
  max-width: 520px !important;
  display: grid !important;
  gap: 18px !important;
  padding: 26px !important;
  border: 1px solid rgba(255, 193, 31, .26) !important;
  border-radius: 18px !important;
  background: radial-gradient(circle at 50% 0%, rgba(255, 194, 31, .12), transparent 42%), linear-gradient(180deg, rgba(25, 25, 25, .98), rgba(10, 10, 10, .98)) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .62), 0 0 28px rgba(255, 178, 19, .12) !important;
  color: #fff7df !important;
  text-align: center !important;
}

body .wn_div_text,
body .wn_div_text p {
  margin: 0 !important;
  color: #fff7df !important;
  font: 800 22px/1.35 Arial, sans-serif !important;
}

body .wn_div_text strong {
  color: #ffc21f !important;
}

body .wn_div_button {
  display: flex !important;
  justify-content: center !important;
  margin: 0 !important;
}

body .wn_div_button input.wn_div_submit {
  width: 100% !important;
  min-height: 52px !important;
  padding: 0 28px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #fbc33a 0%, #f4b21f 54%, #f0a600 100%) !important;
  color: #070604 !important;
  font: 800 16px/1 Arial, sans-serif !important;
  cursor: pointer !important;
  touch-action: manipulation !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .32) !important;
}

body .wn_div_button input.wn_div_submit:hover {
  background: linear-gradient(180deg, #ffd04c 0%, #f4b21f 55%, #e59a00 100%) !important;
}

@media (max-width: 640px) {
  body .wn_wrap {
    padding: 16px !important;
  }

  body .wn_div {
    padding: 22px !important;
  }

  body .wn_div_text,
  body .wn_div_text p {
    font-size: 19px !important;
  }
}
