/*
 * Gamers & Collectors
 * Phase 1 app-shell stability CSS V2
 */

.gcAppBottomNav,
#profileBottomNav.gcAppBottomNav{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  grid-template-rows:minmax(0,1fr) !important;
  grid-auto-flow:column !important;
  grid-auto-rows:minmax(0,1fr) !important;
  align-items:stretch !important;
  flex-wrap:nowrap !important;
  visibility:visible !important;
  opacity:1 !important;
}

.gcAppBottomNav.hasAdmin,
#profileBottomNav.gcAppBottomNav.hasAdmin{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
}

.gcAppBottomNav.gcAppNavResolving,
#profileBottomNav.gcAppNavResolving{
  visibility:visible !important;
  opacity:1 !important;
}

.gcAppBottomNav.gcAppNavResolving::before,
#profileBottomNav.gcAppNavResolving::before{
  display:none !important;
}

.gcAppBottomNav [data-app-nav-page],
#profileBottomNav [data-app-nav-page]{
  min-width:0 !important;
  width:auto !important;
  max-width:none !important;
}

#gcAppAdminNavButton[hidden]{
  display:none !important;
}
