html,body,.app{height:100%;width:100%;--rm-topnav-height: 64px}.app{overflow:hidden;display:flex;flex-direction:column}.app__topnav{background-color:#626262;height:64px;z-index:1030}.app__topnav,.app__topnav a{color:azure}.app__container{display:flex;height:100%;width:100%;flex:1;background-color:rgba(250,250,250,.9803921569)}.app__container,.app__container main,.app__container nav>div{transition:all .2s cubic-bezier(0.4, 0, 0.2, 1)}.app__sidenav{height:100%;width:fit-content;background-color:#a9a9a9;z-index:1030}.app__main{flex:1;height:100%;overflow:auto}.app__main>div{height:100%}.app:has(>.app__topnav div:not(:empty)) .app__main{height:calc(100% - 64px);padding-left:24px;padding-top:8px;padding-right:16px;padding-bottom:16px;overflow:auto;display:flex;flex-direction:column}

/*# sourceMappingURL=styles.css.map*/