.remodal-wrapper {
  display: none;
  justify-content: center;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  padding-block: 50px;
  justify-content: flex-start;
}
.remodal-wrapper.remodal-is-opened {
  display: flex;
}
.remodal-wrapper:before {
  background: #c4c4c466;
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
}

.remodal {
  background: white;
  position: relative;
  margin: auto;
  max-width: 900px;
}

.remodal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #000;
  border: 0;
  outline: 0;
  background: transparent;
}

/*# sourceMappingURL=remodal.css.map */
