

/* #adblock-overlay {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
} */

#adblock-overlay .overlay-box {
  background: #fff;
  padding: 12px;
  border-radius: 16px;
  /* max-width: 400px; */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  color: #fff;
  transition: all 0.3s;
  animation: popup 0.4s ease;
  position: fixed; top: 100px; right: 20px; z-index: 9999; width: 250px;
}

@keyframes popup {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

#adblock-overlay .overlay-box h2 {
  font-size: 16px;
  color: #f00;
  margin-bottom: 10px;
  margin-top: 10px;
}

#adblock-overlay .overlay-box p{
  font-size: 11px;
  color: #333;
  line-height: 1.6;
}


.adsbox {
  display: block !important;
  height: 1px !important;
  position: absolute !important;
  top: -1px !important;
}




.closexx{ position: absolute; top: 10px; right: 10px;}



