/* LGEO SMS popup shell — Elementor Pro replacement */

[data-elementor-type="popup"][data-elementor-id="25"] {
  display: none;
}

#elementor-popup-modal-25 [data-elementor-type="popup"][data-elementor-id="25"] {
  display: block !important;
  width: 100%;
}

#elementor-popup-modal-25 {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: all;
  padding: 16px;
  box-sizing: border-box;
}

#elementor-popup-modal-25[hidden] {
  display: none !important;
}

#elementor-popup-modal-25 .dialog-widget-content {
  background-color: var(--e-global-color-be8142b, #081B2C);
  border-radius: 14px;
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 503px;
  max-height: 95vh;
  overflow: auto;
  pointer-events: all;
  animation: lgeoPopupIn 0.45s ease;
}

#elementor-popup-modal-25 .dialog-message {
  width: 100%;
  max-width: 503px;
  height: auto;
  padding: 52px 63px;
  box-sizing: border-box;
}

#elementor-popup-modal-25 .elementor-progress-wrapper {
  background-color: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  height: 10px;
}

#elementor-popup-modal-25 .elementor-progress-bar {
  height: 10px;
  line-height: 10px;
  width: 90%;
  background-color: var(--e-global-color-efea0ef, #F44811);
  border-radius: 50px;
  transition: width 0.4s ease;
}

html.elementor-popup-modal-opened {
  overflow: hidden;
}

@keyframes lgeoPopupIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  #elementor-popup-modal-25 .dialog-message {
    width: 95vw;
    max-width: 95vw;
    padding: 55px 30px 40px;
  }
}

.elementor-20 .elementor-element.elementor-element-ed57b44 .elementor-button {
  cursor: default;
  pointer-events: none;
}
