.property-content-lock-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}
.overlay-box {
  position: absolute;
  top: 50%;
  left: 50%;
  /* color: white; */
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  background-color: white;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 2em;
  max-width: 600px;
  width: 90%;
  /* margin: 20px; */
  max-height: 90%;
  overflow-y: scroll;
}
.overlay-box h1,
.overlay-box h2,
.overlay-box h3,
.overlay-box h4 {
  line-height: 1.2;
}
.overlay-box h1:first-child,
.overlay-box h2:first-child,
.overlay-box h3:first-child,
.overlay-box h4:first-child,
.overlay-box h5:first-child,
.overlay-box h6:first-child {
  margin-top: 0;
}
.overlay-box .close-overlay-box-wrap {
  display: none;
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  color: #9b9b9b;
  cursor: pointer;
}
.overlay-box .close-overlay-box-wrap:hover {
  color: #242424;
}
.overlay-box form {
  /* margin: 40px 0; */
}
.pcl-success-close-btn, .overlay-box.rei-form-style.rei-form-style-vertical .submit-wrap input[type=button] {
  background-color: #FFA300;
  color: white;
  padding: 12px 20px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 1em;
  width: 100%;
  line-height: 150%;
  pointer-events: pointer;
}
.pcl-success-close-btn:hover, .overlay-box.rei-form-style.rei-form-style-vertical .submit-wrap input[type=button]:hover {
  background-color: #242424;
}

.overflow-hidden {
  overflow: hidden;
}
