html{background-color:var(--mui-palette-background-default)}#root{display:flex;flex-direction:column;min-height:100vh;width:100%}body{margin:0;min-width:320px;min-height:100vh}.app-container{display:flex;min-height:100vh;min-width:0;width:100%;background-color:transparent}.main-content{display:flex;flex-direction:column;min-height:100vh;min-width:0;padding:0;background-color:transparent}.page-container{flex:1;min-width:0;max-width:100%;background-color:transparent;border-radius:0;margin-bottom:56px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--mui-palette-background-default)}::-webkit-scrollbar-thumb{background:var(--mui-palette-action-hover);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--mui-palette-action-selected)}
