/*
 * CT_ACCOUNT_MEGAMENU_ZINDEX_01A_STACKING_CONTEXT_SAFE
 * Scope: desktop account pages only.
 * Purpose: keep the Leo/AppPageBuilder mega menu above the account content.
 */

@media (min-width: 992px) {
  body#my-account #header,
  body.page-my-account #header,
  body[class*="my-account"] #header {
    position: relative !important;
    z-index: 100000 !important;
    overflow: visible !important;
    isolation: auto !important;
  }

  body#my-account #header .header-nav,
  body#my-account #header .header-top,
  body#my-account #header .bottomnav,
  body#my-account #header .leo-megamenu,
  body#my-account #header .navbar,
  body.page-my-account #header .header-nav,
  body.page-my-account #header .header-top,
  body.page-my-account #header .bottomnav,
  body.page-my-account #header .leo-megamenu,
  body.page-my-account #header .navbar,
  body[class*="my-account"] #header .header-nav,
  body[class*="my-account"] #header .header-top,
  body[class*="my-account"] #header .bottomnav,
  body[class*="my-account"] #header .leo-megamenu,
  body[class*="my-account"] #header .navbar {
    position: relative;
    z-index: 100001 !important;
    overflow: visible !important;
  }

  body#my-account #header .dropdown-menu,
  body#my-account #header .menu-dropdown,
  body#my-account #header .dropdown-submenu,
  body.page-my-account #header .dropdown-menu,
  body.page-my-account #header .menu-dropdown,
  body.page-my-account #header .dropdown-submenu,
  body[class*="my-account"] #header .dropdown-menu,
  body[class*="my-account"] #header .menu-dropdown,
  body[class*="my-account"] #header .dropdown-submenu {
    z-index: 100010 !important;
  }

  body#my-account #wrapper,
  body#my-account #content-wrapper,
  body#my-account #content,
  body.page-my-account #wrapper,
  body.page-my-account #content-wrapper,
  body.page-my-account #content,
  body[class*="my-account"] #wrapper,
  body[class*="my-account"] #content-wrapper,
  body[class*="my-account"] #content {
    position: relative !important;
    z-index: 1 !important;
  }
}
