.nav-container .dashboard-layout{justify-content:center;align-items:flex-start;gap:16px;max-width:1200px;margin:0 auto;display:flex}.nav-container .dashboard-sidebar-container{flex-shrink:0;width:275px}.nav-container .dashboard-sidebar{width:275px;box-shadow:0 1px 20px #99a1af1a}.nav-container .dashboard-sidebar .v-list-item__content{width:100%;align-items:center!important;display:flex!important}@media screen and (width<=960px){.nav-container .dashboard-layout{flex-direction:column;align-items:center}.nav-container .dashboard-sidebar-container{width:100%;max-width:275px}.nav-container .main-content-container{width:100%}}.dashboard-content-box{background-color:rgb(var(--v-theme-white));border-radius:14px;box-shadow:0 1px 20px #99a1af1a}@media screen and (width<=960px){.dashboard-content-box{box-shadow:unset}}