.onexitform {
  display: none;
  position: fixed;
  top: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.onexitform iframe {
  width: 600px;
  height: 100%;
}
.onexitform .onexitcontainer {
  max-width: 600px;
  max-height: 75vh;
  position: relative;
  height: 100vh;
}
.onexitform #onexitclose {
  position: absolute;
  top: -50px;
  right: -50px;
  color: white;
  font-size: 24px;
}
.onexitform #onexitclose:hover {
  cursor: pointer;
}/*# sourceMappingURL=styles.css.map */