@media (max-width:860px){
  body.portal-customer #mobileBottomNav,
  body.portal-customer:has(.top.menu-open) #mobileBottomNav{
    position:fixed!important;
    right:10px!important;
    bottom:max(6px,env(safe-area-inset-bottom))!important;
    left:10px!important;
    z-index:10020!important;
    display:grid!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    pointer-events:auto!important;
  }
  body.portal-customer{padding-bottom:calc(84px + env(safe-area-inset-bottom))!important}
  body.portal-customer .page.show{padding-bottom:calc(92px + env(safe-area-inset-bottom))!important}
}
