.dashboard{display:flex;justify-content:flex-start;align-items:stretch;width:100%;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);will-change:padding-left;transition-property:padding-left}.dashboard__sidebar{flex-shrink:0;top:50px!important;height:calc(100% - 50px)!important}.dashboard__sidebar .v-navigation-drawer__content::-webkit-scrollbar{width:8px;height:8px}.dashboard__sidebar .v-navigation-drawer__content::-webkit-scrollbar-track{background:#f2f2f2}.dashboard__sidebar .v-navigation-drawer__content::-webkit-scrollbar-thumb{background:rgba(33,33,33,.2)}.dashboard__sidebar .v-navigation-drawer__content::-webkit-scrollbar-thumb:hover{background:rgba(33,33,33,.4);cursor:pointer}.dashboard__overlay{z-index:1}.dashboard__main{width:100%;height:calc(100vh - 50px);overflow-x:hidden}.dashboard__main::-webkit-scrollbar{width:8px;height:8px}.dashboard__main::-webkit-scrollbar-track{background:#f2f2f2}.dashboard__main::-webkit-scrollbar-thumb{background:rgba(33,33,33,.2)}.dashboard__main::-webkit-scrollbar-thumb:hover{background:rgba(33,33,33,.4);cursor:pointer}@media(min-width:981px){.dashboard{padding-left:56px}.dashboard--active-sidebar{padding-left:256px}.dashboard__sidebar{transform:translateX(0)!important;visibility:visible}}