.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-container .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-container.pa-bg-clipped-yes.premium-gbadge-custom .premium-global-badge-{{ID}} .premium-badge-text, .elementor-widget-container:not(.premium-gbadge-custom) .premium-global-badge-{{ID}} .premium-badge-container, .elementor-widget-container.premium-gbadge-custom:not(.pa-bg-clipped-yes) .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-44836 .elementor-element.elementor-element-6afaa2d{--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-44836 .elementor-element.elementor-element-e3e95e9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-44836 .elementor-element.elementor-element-7371edb{--display:flex;}.elementor-widget-shortcode.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-shortcode .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-shortcode .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-shortcode.pa-bg-clipped-yes.premium-gbadge-custom .premium-global-badge-{{ID}} .premium-badge-text, .elementor-widget-shortcode:not(.premium-gbadge-custom) .premium-global-badge-{{ID}} .premium-badge-container, .elementor-widget-shortcode.premium-gbadge-custom:not(.pa-bg-clipped-yes) .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-shortcode .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-44836 .elementor-element.elementor-element-ead9525{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-44836 .elementor-element.elementor-element-7371edb{--width:40%;}}/* Start custom CSS for shortcode, class: .elementor-element-421a6f7 *//* حذف عنوان صفحه */
.page-id-44829 .page-header .entry-title {
  display: none;
}

/* ساختار کلی صفحه */
.ihc-user-page-content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

/* منو */
.ihc-ap-menu {
  direction: rtl;
  text-align: right;
  flex: 0 0 20%;
  max-width: 20%;
  background-color: #f7f7f7;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* آیتم‌های منو */
.ihc-ap-menu-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 10px 12px;
  height: 45px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}

.ihc-ap-menu-item:hover {
  background-color: #eaeaea;
  transform: translateY(-1px);
}

/* لینک داخل آیتم */
.ihc-ap-menu-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* آیکون‌ها */
.ihc-ap-menu-item i {
  font-size: 12px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: #666;
}

/* آیتم انتخاب‌شده */
.ihc-ap-menu-item-selected {
  background-color: #e0e0e0;
  border-color: #999;
}

/* محتوای اصلی */
.ihc-ap-wrap {
  flex: 0 0 80%;
  max-width: 80%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  overflow-x: auto;
}

/* جدول‌ها */
.ihc-account-subscr-list {
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}

/* حالت موبایل */
@media (max-width: 768px) {
  .ihc-user-page-content-wrapper {
    flex-direction: column;
  }

  .ihc-ap-menu {
    flex-direction: column;
    max-width: 100%;
    height: auto;
    overflow: hidden;
  }

  .ihc-ap-menu-item {
    width: 100%;
    height: auto;
    padding: 8px 10px;
  }

  .ihc-ap-menu-item a {
    font-size: 13px;
  }

  .ihc-ap-menu-item i {
    font-size: 10px;
    width: 14px;
    height: 14px;
  }
}









/* حالت پیش‌فرض: نمایش منو در دسکتاپ */
.ihc-ap-menu {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 8px;
}

/* حالت پیش‌فرض: منو مخفی */
.ihc-ap-menu {
  display: none;
}

/* وقتی checkbox فعال شد، منو نمایش داده شود */
#menuToggle:checked ~ .ihc-ap-menu {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 8px;
}

/* دکمه منو موبایل - پیش‌فرض: مخفی */
.ihc-mobile-toggle {
  display: none;
}

.ihc-mobile-bttn-wrapp {
  display: none;
}

/* فقط در حالت موبایل نمایش داده شود */
@media (max-width: 768px) {
  .ihc-mobile-toggle {
    display: block;
    margin-bottom: 10px;
  }

  .ihc-mobile-bttn-wrapp {
    background-color: #6EC1E4;
	   transform: translateY(-20%); 
    color: #6EC1E4;
    padding: 2px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border-radius: 6px;
  }

  .ihc-mobile-bttn {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
  }
}

/* حالت موبایل */
@media (max-width: 768px) {
  .ihc-mobile-toggle {
    display: block;
    margin-bottom: 10px;
  }

  .ihc-ap-menu {
    position: relative;
    z-index: 999;
  }
}



/* حالت دسکتاپ: منو همیشه نمایش داده شود */
@media (min-width: 769px) {
  .ihc-ap-menu {
    display: flex !important;
    flex-direction: column;
    gap: 6px;
  }

  .ihc-mobile-toggle {
    display: none !important;
  }
}








@media (max-width: 768px) {
  .ihc-ap-wrap {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .ihc-user-page-content-wrapper {
    flex-direction: column;
  }
}






#ui-datepicker-div {
  display: none !important;
}

}/* End custom CSS */