body,html{height:100%;overflow-x:hidden}.dashboard-scroll-container{height:100%;display:flex;flex-direction:column}.dashboard-scroll-header{position:sticky;top:0;z-index:10;background-color:white}.dashboard-scroll-content{flex:1;overflow-y:auto;overflow-x:hidden;padding-bottom:100px}.dashboard-scroll-footer{position:sticky;bottom:0;z-index:10;background-color:white;border-top:1px solid #e5e7eb;padding:12px 0}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@media (max-height:700px){.dashboard-scroll-content{max-height:calc(100vh - 200px)}}