.hide_text {
  display: none;
}

.acknowledgement {
  text-align: center;
}

.modal_reject {
  display: none;
  position: fixed;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 900px;
  padding: 0 5px;
  z-index: 10;
  padding: 0 50px;
}

#block-modalblock {
  margin-top: 0;
}

.modal__body {
  position: relative;
  background: #fff;
  padding: 25px;
  padding: 1.5625rem;
  z-index: 2;
  margin-top: 20px;
}

@media screen and (min-width: 280px) and (max-width: 700px) {
  .modal_reject {
    top: 10px;
    padding: 0 10px;
  }

  .modal_reject__close {
    right: 10px !important;
  }

  .modal__body p {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}

.modal_reject.content {
  max-width: 1284px;
  top: 36px;
  height: 90%;
}

.modal_reject.content .spacing {
  height: 100%;
}

.modal_reject iframe {
  position: absolute;
  border: none;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

.modal_reject.active {
  display: block;
}

.modal_reject__close {
  position: absolute;
  top: -10px;
  z-index: 2;
  color: #fff;
  right: 5px;
  right: 50px;
}

.modal_reject__body {
  position: relative;
  background: #fff;
  padding: 25px;
  z-index: 2;
  padding: 50px;
}

.modal_reject__body.content {
  z-index: 2;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: 100%;
}

.modal_reject:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: -9999px;
  left: -9999px;
  width: 20000px;
  height: 20000px;
  pointer-events: all;
  z-index: 1;
}

#block-modalblock {
  position: absolute;
}
