.layout-page{display:grid;grid-template-rows:auto 1fr auto;min-height:100vh;min-height:100dvh}.layout-navbar{grid-row:1}.layout-body{grid-row:2;overflow:auto;container-type:size}.layout-footer{grid-row:3}.grid-container{display:flex;flex-direction:column;height:100%}.grid-header{flex-shrink:0}.grid-body{flex:1 1;min-height:0;overflow:hidden}.ag-grid-wrapper{height:100%;width:100%}.ag-grid-wrapper .ag-theme-bootstrap{height:100%}.tab-container{display:flex;flex-direction:column;height:100%}.tab-header{flex-shrink:0}.tab-content{flex:1 1;min-height:0;overflow:auto}.modal-grid-container{display:flex;flex-direction:column;max-height:70vh}.modal-grid-header{flex-shrink:0}.modal-grid-body{flex:1 1;min-height:0;overflow:hidden}:root{--navbar-height:60px;--footer-height:50px;--grid-padding:20px;--modal-max-height:70vh}.h-viewport{height:100vh;height:100dvh}.h-viewport-minus-nav{height:calc(100vh - var(--navbar-height));height:calc(100dvh - var(--navbar-height))}.h-viewport-minus-nav-footer{height:calc(100vh - var(--navbar-height) - var(--footer-height));height:calc(100dvh - var(--navbar-height) - var(--footer-height))}@container (max-width: 768px){.grid-header{padding:.5rem}.grid-body{font-size:.875rem}}@media (max-width:768px){.layout-footer{display:none}.h-viewport-minus-nav-footer{height:calc(100vh - var(--navbar-height));height:calc(100dvh - var(--navbar-height))}}.layout-body,.modal-grid-body,.tab-content{-webkit-overflow-scrolling:touch}.grid-with-header{display:grid;grid-template-rows:auto 1fr;height:100%}.grid-with-header>.grid-header{grid-row:1}.grid-with-header>.grid-body{grid-row:2;overflow:hidden}