.emailwiz_modal_content {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1111;
  background: rgba(0, 0, 0, 0.5);
}

#myModal a.button_text {
  cursor: pointer !important;
}

.iti div:empty {
  display: block !important;
}

.popup-teaser-main-container {
  display: none;
  position: fixed;
  z-index: 1111;
}

.popup-teaser {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  position: relative;
  z-index: 1000;
  text-align: center;
  cursor: pointer;
}

.close-btn {
  position: absolute;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: black;
  color: white;
  font-weight: bold;
  border: 1px solid white;
  font-family: Arial;
}

.corner-shape {
  width: 0;
  height: 0;
  display: none;
  position: relative;
}

.corner-text {
  position: absolute;
  width: 130px;
  text-align: center;
  color: black;
}

.teaser-text {
  line-height: 16px;
  font-size: 14px;
  word-break: break-word;
}

.corner-text {
  line-height: 16px;
  font-size: 14px;
  word-break: break-word;
}

.iti {
  width: 100%;
}

.iti.iti--container.iti--fullscreen-popup {
  z-index: 1112;
}

.iti__country-container {
  bottom: 2px !important;
}