body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{pointer-events:none;height:40vmin}@media (prefers-reduced-motion:no-preference){.App-logo{animation:20s linear infinite App-logo-spin}}.App-header{color:#fff;background-color:#282c34;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;font-size:calc(10px + 2vmin);display:flex}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.App-contentgrid{grid-gap:10px;grid-template-rows:auto 1fr;display:grid;overflow-y:auto}.App-toparea{display:grid}.App-tablearea{grid-template-rows:auto auto 1fr;display:grid;overflow:clip auto}.App-container{grid-template:"nav header""nav content"1fr/16rem 1fr;height:100vh;display:grid}header{background:colorNeutralBackground1;grid-area:header;padding:5px;overflow-x:clip}navheader{background:colorNeutralBackground1;grid-area:navheader;padding:5px}nav{background:colorNeutralBackground1;grid-area:nav;padding:5px;overflow-y:hidden}navfooter{background:colorNeutralBackground1;grid-area:navfooter;padding:5px}main{background:colorNeutralBackground1;grid-gap:10px;grid-area:content;grid-template-rows:auto 1fr;padding:0 10px 10px;display:grid;overflow-y:auto}aside{background:colorNeutralBackground1;grid-area:sidebar;padding:2rem}footerx{background:colorNeutralBackground1;grid-area:footer}@media (width<=1024px){.container{grid-template:"header""nav"minmax(5rem,auto)"content"1fr"sidebar"minmax(5rem,auto)"footer"/1fr}}.Spinner{pointer-events:none}@media (prefers-reduced-motion:no-preference){.Spinner-icon,.Spinner-icon-small{animation:10s linear infinite Spinner-icon-spin}}@keyframes Spinner-icon-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
