.drdt_header_popup_render_bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=80);
}
.drdt_header_popup_render_bg.drdt-overlay-none {
  display: none;
}
.drdt_header_popup_render_wrap {
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 503;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  max-height: 100% !important;
  overflow-y: auto;
}
.drdt_header_popup_render_bg.drdtpop-open,
.drdt_header_popup_render_wrap.drdtpop-open {
  opacity: 1;
  visibility: visible;
}

.drdt_header_popup_render_wrap.drdt-overlay-layout {
  width: auto;
  overflow: hidden;
  height: auto !important;
  margin: 0;
}

.mmodal-content .elementor-element-populated {
  padding: 0px !important;
}

.drdt_header_popup_render_wrap .drdt-popup-container {
  position: relative;
  display: block;
  vertical-align: middle;
  margin: 2.1rem auto;
  text-align: left;
  z-index: 505;
  min-height: calc(100% - (2.1rem * 2));
  display: flex;
  align-items: center;
  justify-content: center;
}

.dl_close_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
}
.dl_close_icon:before,
.dl_close_icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #e1e1e1;
  display: inline-block;
  transition: all 0.3s;
}
.dl_close_icon:before {
  transform: rotate(45deg);
  top: -3px;
  position: relative;
}
.dl_close_icon:after {
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 15px;
}
.dl_close_icon:hover:before,
.dl_close_icon:hover:after {
  background: #000;
}

@media (max-width: 800px) {
  .drdt_header_popup_render_wrap .drdt-popup-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
