.container{height:100vh;margin:0 auto;width:100vw}.unauth-container{align-items:center;display:flex;height:100%;justify-content:center}.grid-container{display:grid;grid-template-areas:"sidebar header" "sidebar content" "footer footer";grid-template-columns:160px 1fr;grid-template-rows:auto 1fr auto;height:100%}.header{background-color:#f8f9fa;grid-area:header;text-align:center}.sidebar{align-items:flex-start;background-color:#343a40;display:flex;flex-direction:column;flex-shrink:0;gap:10px;grid-area:sidebar;padding:12px 11px}.content{grid-area:content}.footer{align-items:center;align-self:stretch;background-color:#f8f9fa;background:#212529;display:flex;flex:1 0;grid-area:footer;justify-content:space-between;padding:10px}@media (max-width:1200px) and (orientation:portrait){*{font-size:9px}.main-content{display:flex;flex-direction:column;gap:20px;width:100%}.left-content{width:100%}.right-content{padding:0;width:100%}.grid-container{grid-template-areas:"sidebar header" "sidebar content" "footer footer";grid-template-columns:auto 1fr auto auto;grid-template-rows:auto 1fr auto auto;height:100%}}@media (max-width:1920px) and (orientation:landscape){*{font-size:11px}.grid-container{grid-template-areas:"sidebar header" "sidebar content" "footer footer";grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr auto}.sidebar{flex-direction:column;justify-content:flex-start}}
/*# sourceMappingURL=main.3e1eb199.css.map*/