.cl-modal_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999999999;
}
@media screen and (max-width: 767px) {
  .cl-modal_popup {
    padding: 15px;
  }
}
.cl-modal_popup .cl-modal_popup_form {
  width: 100%;
  max-width: 480px;
  position: absolute;
  padding: 40px;
  border-radius: 20px;
  background-color: #FFF;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cl-modal_popup .cl-modal_popup_form {
    left: 15px !important;
    width: calc(100% - 140px);
    max-width: unset;
    margin: 0px;
  }
}
.cl-modal_popup .cl-modal_popup_form .logo_block {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cl-modal_popup .cl-modal_popup_form .close {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}
.cl-modal_popup .cl-modal_popup_form .close:before {
  content: "";
  transition: all 225ms ease-in-out;
  background-color: #212529;
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  transform: rotate(45deg);
  top: 13px;
  left: 5px;
}
.cl-modal_popup .cl-modal_popup_form .close:after {
  content: "";
  transition: all 225ms ease-in-out;
  background-color: #212529;
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  transform: rotate(-45deg);
  top: 13px;
  left: 5px;
}
.cl-modal_popup .cl-modal_popup_form .gform_5 {
  font-size: 18px;
}
.cl-modal_popup .cl-modal_popup_form .gform_wrapper input[type=text] {
  font-size: 18px;
  width: 80% !important;
  margin-right: 10%;
  float: unset !important;
}
.cl-modal_popup .cl-modal_popup_form .gform_heading,
.cl-modal_popup .cl-modal_popup_form .gform_confirmation_message_5 {
  text-align: center !important;
  font-size: 18px;
}
.cl-modal_popup .cl-modal_popup_form .gform_footer input[type=submit] {
  width: 80% !important;
  margin-right: 10%;
  text-align: center !important;
  float: unset !important;
}
.cl-modal_popup .cl-modal_popup_form .gform_confirmation_wrapper.hide {
  display: none;
}
.cl-modal_popup .cl-modal_popup_form .gform_confirmation_wrapper:not(.hide) + .gform_wrapper {
  display: none;
}
.cl-modal_popup .cl-modal_popup_form .gfield_label {
  display: none;
}

body.rtl .cl-modal_popup .gform_wrapper .gform_title {
  text-align: center !important;
}
body.rtl .cl-modal_popup .gform_wrapper .gform_footer.right_label {
  padding-right: 0px !important;
}

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