.layoutDashboardTwoSidebar{background-color:#e4e6e8;display:grid;gap:20px;grid-template-columns:250px 1fr 250px;grid-template-rows:64px 1fr;height:100vh;padding:20px}.layoutDashboardTwoSidebar .header{padding:0 8px 0 16px}.layoutDashboardTwoSidebar .header,.layoutDashboardTwoSidebar .sidebar{background-color:#fff;border-radius:16px;box-shadow:1px 4px 8px #45454540}.layoutDashboardTwoSidebar .sidebar{grid-row:span 2}.layoutDashboardTwoSidebar .content,.layoutDashboardTwoSidebar .right-sidebar{background-color:#fff;border-radius:16px;box-shadow:1px 4px 8px #45454540;overflow:hidden}.layoutDashboardTwoSidebar .right-sidebar{grid-row:span 2}@media screen and (max-width:960px){.layout{display:grid;grid-template-columns:1fr;grid-template-rows:64px 1fr}}
