.dnxtePopup_wrap {
  position: relative;
  background: #fff;
  padding: 20px;
  display: grid;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.dnxtePopupcontent {
  font-size: 16px;
  line-height: 25px;
}

.dnxte_popup_btn {
  font-size: 16px;
  color: #fff;
  background: #5425cd;
  padding: 12px 18px;
  font-family: "Helvetica", Arial, Lucida, sans-serif;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border-radius: 50px;
}

.dnxte_popup_btn:hover {
  background: #f6724c;
  color: #fff;
}

/* button background */

.dnxte_popup_custom button.mfp-close {
  background: #5425cd;
  color: #fff;
  opacity: 1;
  font-size: 40px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  padding: 10px 20px;
}

/* popup background bg */
.mfp-bg.dnxte_popup_custom.animate__animated.mfp-ready {
  background: rgba(0, 0, 0, 0.25);
}

/* pop frontend design issue fixed */
.et-waypoint:not(.et_pb_counters) {
  opacity: 1 !important;
}

.mfp-removing {
  animation: close 1s;
}

@keyframes open {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes close {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


/* top left */
.dnxte_popup_pro_top_left_close {
  position: absolute;
  left: 0;
  top: 0 !important;
  text-align: center;
}

/* top center */
.dnxte_popup_pro_top_center_close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

/* top right */
.dnxte_popup_pro_top_right_close {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  text-align: center;
}

/* bottom left */
.dnxte_popup_pro_bottom_left_close,
.dnxte_popup_pro_bottom_left_close:active {
  position: absolute;
  left: 0;
  top: auto !important;
  transform: translateY(-100%);
  text-align: center;
}

/* bottom center */
.dnxte_popup_pro_bottom_center_close,
.dnxte_popup_pro_bottom_center_close:active {
  position: absolute;
  left: 50%;
  top: auto !important;
  bottom: 0;
  transform: translateX(-50%);
}


/* bottom right */
.dnxte_popup_pro_bottom_right_close,
.dnxte_popup_pro_bottom_right_close:active {
  position: absolute;
  left: auto;
  top: auto !important;
  transform: translateY(-100%);
  text-align: center;
}

/* top */
.dnxte_popup_pro_position_top_left {
  position: fixed;
  left: 0;
  top: 0;
}

.dnxte_popup_pro_position_top_center {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.dnxte_popup_pro_position_top_right {
  position: fixed;
  left: auto;
  top: 0;
  right: 0;
}

/* center */
.dnxte_popup_pro_position_center_left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dnxte_popup_pro_position_center_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.dnxte_popup_pro_position_center_right {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* bottom */
.dnxte_popup_pro_position_bottom_left {
  position: fixed;
  left: 0;
  bottom: 0;
}

.dnxte_popup_pro_position_bottom_center {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.dnxte_popup_pro_position_bottom_right {
  position: fixed;
  left: auto;
  right: 0;
  bottom: 0;
}

.mfp-bg.dnxte_popup_custom {
  z-index: 999991;
  background: rgba(0, 0, 0, 0.25);
}

.mfp-wrap.dnxte_popup_custom {
  z-index: 99999214748;
  top: 0 !important;
}

.dnxte_popup_custom.dnxte-clickable-under-overlay {
  pointer-events: none;
}

.mfp-wrap.dnxte_popup_custom.dnxte-clickable-under-overlay .mfp-close {
  pointer-events: all;
}

.mfp-wrap.dnxte_popup_custom.dnxte-prevent-scrolling {
  position: fixed !important;
}

.dnxte_popup_pro_layout_full_width {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  transform: translate(0, 0);
}

.et_fixed_nav.et_show_nav .dnxte_popup_custom #page-container {
  padding-top: 0;
}


.dnxte_popup_content {
  pointer-events: all;
}

.clr-both {
  clear: both;
}

/* Gravity form compatibility start */
.dnxte_popups_counting .gform_wrapper,
.dnxte_popups_counting iframe {
  display: block !important;
}

/* Gravity form compatibility end */