#root,body,html{display:flex;height:100vh;width:100vw}body{box-sizing:border-box;margin:0;padding:0}.app-container{display:flex;height:100vh;overflow:hidden;width:100vw}.sidenav{flex:0 0 250px}.main-content{display:flex;flex:1 1;flex-direction:column}.scrollable-content{display:flex;flex:1 1;overflow-y:auto}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.4)}*{scrollbar-color:rgba(0,0,0,.2) rgba(0,0,0,.1);scrollbar-width:thin}table.MuiTable-root{table-layout:fixed}div.MuiContainer-root{max-width:none}th:has(>div.expanded){padding:0}
/*# sourceMappingURL=main.d5c2554d.css.map*/