.waf-captcha-popup-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99 !important;
}

.waf-captcha-popup-modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
}

.waf-captcha-popup-modal-content p {
  margin: 1em 0;
}

.close-waf-captcha-popup {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  background: none;
  border: none;
  cursor: pointer;
  float: right;
  margin-top: -15px;
  margin-right: -15px;
}
