.page_mainLayout__UkJq8 {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.page_topBar__ZVnu0 {
  padding: 0px;
  width: 100%;
  top: 0;
  position: fixed;       
  z-index: 1002;
}

.page_contentArea__S2Tzm {
  display: flex;
  width: 100%;
  flex: auto;
  margin-top: 48px; /* Account for fixed top bar */  
}

.page_navRail__C6YTo {
  position: sticky;
  top: 48px; /* top padding matches site header height */
  bottom: 0;
  align-self: start;
  height: calc(100vh - 48px); /* 100% minus the top bar */
  box-sizing: border-box;
  z-index: 1002;
}

.page_pageContent__mKTBa {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.page_pageContentInner__oVsFt {
  flex: 1 0 auto;
  min-height: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
}

.page_footer__F3MD0 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  flex-shrink: 0;
  z-index: 1001; /* Same as buttonContainer z-index: 1001 */
}

.page_divider__5RusV {
  margin: 0;
}

.page_dashboardContainer__wNhIg {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  min-height: 0;
  padding: 0 1rem;
  width: 100%;
  box-sizing: border-box;
}
