.modalMain {
  z-index: 9999999;
}
.modalMain div {
  border-radius: 0px;
}
.modalMain .modalHeader {
  border: none;
  cursor: pointer;
  top: -17px;
  position: absolute;
  right: 0;
  background: var(--red-color);
  border-radius: 50%;
}
.modalMain .modalHeader button {
  left: 3px;
  position: absolute;
  font-size: 11px;
  top: 10px;
}
.modalMain input,
.modalMain select {
  background: #f5f8fa;
  border-radius: 0px;
}
.modalMain span {
  color: var(--red-color);
}
.modalMain .modalFooter {
  border: none;
  padding-bottom: 0px;
}
.modalMain .modalFooter button {
  background: #ff0000;
  border-color: #ff0000;
  border-radius: 0px;
  font-weight: 700;
  font-size: 14px;
}

.spinnerBorder {
  border-radius: 50% !important;
  font-size: 20px !important;
}

.formIframe {
  width: 100%;
  height: 62vh;
}/*# sourceMappingURL=modal.module.css.map */