/* styles for modal */
.alc-redirect-dialog-container {
  position: fixed;
  background: #2e51724d;
  top: 0;
  left: 0;
  z-index: 100000; /* over enfold header, over d7 header and admin header*/
  overflow-y: auto;
  width: 100%;
  height: 100%;
  display: none;
}
.alc-redirect-modal-fullclose {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ac-redirect-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  padding: 85px 184px;
  max-width: 75%;
  max-height: 80%;
  overflow-y: auto;
  overflow-x: hidden;

  background: white;
  font-weight: normal;
}
.alc-redirect-comment {
  display: none;
}
.lp-builder .alc-redirect-comment {
  display: block;
  background-color: #dedfe4;
  padding: 10px 20px;
}
