:root{--app-topbar-height:79px;--mobile-nav-height:60px;--active-header-height:var(--mobile-nav-height)}@media(min-width:992px){:root{--active-header-height:var(--app-topbar-height)}}body{margin:0;min-height:100vh;font-size:1rem}.main-layout-body{min-height:calc(100dvh - var(--active-header-height))}.main-layout-body .main-container-wrapper{display:flex;flex-direction:column;position:relative;flex-grow:1;background-color:#f6f8fa}.main-layout-body .main-container-wrapper .main-container{flex:1 1 auto;box-sizing:border-box;width:100%;min-height:0;max-width:1280px;margin:0 auto}.main-layout-body .main-container-wrapper ul{list-style:none}.main-layout-body .main-container-wrapper .cursor-pointer{cursor:pointer}