*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:#f0f2f5;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}#__next{height:100%}.dashboard-layout{min-height:100vh;display:flex}.dashboard-sidebar{z-index:100;background:#001529;width:250px;height:100vh;position:fixed;top:0;left:0}.dashboard-content{flex-direction:column;flex:1;margin-left:250px;display:flex}.dashboard-header{background:#fff;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex;box-shadow:0 1px 4px #00152914}.dashboard-main{background:#f0f2f5;flex:1;padding:24px}@media (max-width:768px){.dashboard-sidebar{transition:transform .3s;transform:translate(-100%)}.dashboard-sidebar.mobile-open{transform:translate(0)}.dashboard-content{margin-left:0}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}
