.elementor-31291 .elementor-element.elementor-element-0da4c19{--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;--justify-content:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-31291 .elementor-element.elementor-element-0da4c19.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-31291 .elementor-element.elementor-element-65ac907{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-31291 .elementor-element.elementor-element-65ac907:not(.elementor-motion-effects-element-type-background), .elementor-31291 .elementor-element.elementor-element-65ac907 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#191A1D;}#elementor-popup-modal-31291{background-color:rgba(0,0,0,.8);justify-content:flex-end;align-items:flex-start;pointer-events:all;}#elementor-popup-modal-31291 .dialog-message{width:18vw;height:100vh;align-items:flex-start;}#elementor-popup-modal-31291 .dialog-close-button{display:flex;}#elementor-popup-modal-31291 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-31291 .dialog-close-button i{color:#58DF43;}#elementor-popup-modal-31291 .dialog-close-button svg{fill:#58DF43;}@media(max-width:1024px){#elementor-popup-modal-31291 .dialog-message{width:45vw;}}@media(max-width:1024px) and (min-width:768px){.elementor-31291 .elementor-element.elementor-element-0da4c19{--width:348.797px;}}@media(max-width:767px){.elementor-31291 .elementor-element.elementor-element-65ac907{--min-height:600px;}#elementor-popup-modal-31291 .dialog-message{width:70vw;}body:not(.rtl) #elementor-popup-modal-31291 .dialog-close-button{right:89%;}body.rtl #elementor-popup-modal-31291 .dialog-close-button{left:89%;}}/* Start custom CSS for html, class: .elementor-element-fca72cd */.account-sidebar.clean {
  height: 100vh;
  background: #101010;
  direction: rtl;
  display: flex;
  flex-direction: column;
}



/* Header */
.account-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
}

.user-info {
  flex: 1;
  text-align: right;
}

.user-info .name {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.user-info .email {
  color: #b0b6ba;
  font-size: 12px;
}

/* Menu */
.account-menu {
  flex: 1;
  padding: 12px 0;
  overflow-y: auto;
}

.account-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 12px 22px;
  color: #e6e6e6;
  text-decoration: none;
  font-size: 14px;

  transition: color 0.2s ease;
}

.account-menu a:hover {
  color: #7cff00;
}

.account-menu .label {
  padding-right: 14px;
}

.account-menu .icon {
  width: 22px;
  text-align: center;
  opacity: 0.85;
}

/* Divider */
.divider {
  height: 1px;
  margin: 12px 20px;
  background: rgba(255,255,255,0.08);
}

/* Logout */
.logout {
  color: #ff6b6b;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0da4c19 *//* الحاوية العامة */
.account-popup {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

/* الهيدر */
.account-header {
  flex: 0 0 auto;
  padding: 24px 16px;
  text-align: center;
}

/* الصورة */
.account-header img {
  max-width: 90px;
  margin-bottom: 12px;
}

/* القائمة */
.account-menu {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 16px;
}

/* علشان الأزرار العائمة */
.account-menu {
  padding-bottom: 120px;
}


.mobile-account-sidebar {
    min-height: 100vh !important;
    height: 100vh !important;
}/* End custom CSS */
/* Start custom CSS *//* ===============================
   FIX POPUP CLOSE BUTTON LAYOUT
   =============================== */

/* Remove fake close column */
.elementor-popup-modal .dialog-close-button {
    position: absolute !important;
    top: 16px;
    left: 16px;   /* RTL: move to left */
    right: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    width: auto !important;
    height: auto !important;

    background: transparent !important;
    z-index: 9999;
}

/* Ensure popup content uses full width */
.elementor-popup-modal .dialog-widget-content {
    padding-left: 0 !important;
}

/* Style the X itself */
.elementor-popup-modal .dialog-close-button i,
.elementor-popup-modal .dialog-close-button svg {
    color: #22c55e !important;   /* or white if you prefer */
    fill: currentColor !important;
    width: 18px;
    height: 18px;
    transition: opacity 0.2s ease;
}

.elementor-popup-modal .dialog-close-button:hover i,
.elementor-popup-modal .dialog-close-button:hover svg {
    opacity: 0.7;
}/* End custom CSS */