.elementor-4051 .elementor-element.elementor-element-2c81473{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4051 .elementor-element.elementor-element-f84a5c1{text-align:center;}.elementor-4051 .elementor-element.elementor-element-f84a5c1 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:18px;font-weight:600;color:#474747;}.elementor-4051 .elementor-element.elementor-element-f84a5c1 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-4051 .elementor-element.elementor-element-cdeb941.elementor-element{--align-self:center;}#elementor-popup-modal-4051 .dialog-message{width:435px;height:auto;}#elementor-popup-modal-4051{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-4051 .dialog-close-button{display:flex;}#elementor-popup-modal-4051 .dialog-widget-content{animation-duration:0.4s;background-color:#F1F1F1;border-radius:5px 5px 5px 5px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-87cb73c *//* Ensure UM forms are visible inside Elementor popup */
.auth-popup .um,
.auth-popup .um-form,
.auth-popup .um-login,
.auth-popup .um-register,
.auth-popup .um-password {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  position: relative !important;
  z-index: 9999 !important;
}

/* Only show the active form */
.auth-popup .auth-form {
  display: none;
}
.auth-popup .auth-form.active {
  display: block;
}

/* Fix Elementor popup overlay vs UM z-index */
.elementor-popup-modal .auth-popup {
  z-index: 99999 !important;
}













/* Popup container centered */
.auth-popup {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 420px;
  max-width: 95%;
  margin: 50px auto;
  box-shadow: 0 8px 30px rgba(0,0,0,0.25);
  position: relative;
}

/* Full page dark background effect */
body.page-id-123 { /* Replace 123 with your Login page ID */
  background: rgba(0,0,0,0.6) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

/* Hide all forms by default */
.auth-form { display: none; }
.auth-form.active { display: block; }

/* Links under forms */
.auth-form p {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
.auth-form a {
  color: #0073aa;
  text-decoration: none;
  font-weight: 600;
}
.auth-form a:hover {
  text-decoration: underline;
}


.auth-popup::before:hover {
  color: #0073aa;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2c81473 *//* General popup container */
.auth-popup {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

/* Hide all forms by default */
.auth-form {
  display: none;
}

/* Show only the active form */
.auth-form.active {
  display: block;
}

/* Paragraph styling under forms */
.auth-form p {
  margin-top: 12px;
  font-size: 14px;
}

/* Links (switchers) */
.auth-form a.switch-form {
  color: #0073aa;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
}
.auth-form a.switch-form:hover {
  color: #005f8d;
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS */.auth-form {
  display: none;
}
.auth-form.active {
  display: block;
}
.auth-form form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.auth-form input,
.auth-form button {
  padding: 12px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.auth-form button {
  background: #0073aa;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}
.auth-form button:hover {
  background: #005f8d;
}
.auth-form h3 {
  margin-bottom: 15px;
  font-size: 20px;
}
.auth-form p {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
.auth-form a {
  color: #0073aa;
  text-decoration: none;
  font-weight: 500;
}
.auth-form a:hover {
  text-decoration: underline;
}/* End custom CSS */