.custom-scrollbar::-webkit-scrollbar{width:10px;height:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#faf9f9;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#979696}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}body{min-height:100vh}.page-content,main{min-height:calc(100vh - 80px)}.page-content{padding-bottom:2rem}main>div{min-height:calc(100vh - 40px)}