.c_dash_menu{display:flex;flex-direction:column;gap:10px}.c_dash_menu_item{height:52px;padding:0 16px;border-radius:.5rem;display:flex;align-items:center;gap:12px;color:#6b7280;text-decoration:none;transition:background .2s,color .2s,border-color .2s;font-size:.9375rem;font-weight:600;border:1px solid transparent}.c_dash_menu_item i{font-size:20px;flex-shrink:0}.c_dash_menu .c_dash_menu_item:first-child i{color:#2563eb}.c_dash_menu .c_dash_menu_item:nth-child(2) i{color:#7c3aed}.c_dash_menu .c_dash_menu_item:nth-child(3) i{color:#0891b2}.c_dash_menu .c_dash_menu_item:nth-child(4) i{color:#059669}.c_dash_menu .c_dash_menu_item:nth-child(5) i{color:#d97706}.c_dash_menu .c_dash_menu_item:nth-child(6) i{color:#db2777}.c_dash_menu .c_dash_menu_item:nth-child(7) i{color:#ea580c}.c_dash_menu .c_dash_menu_item:nth-child(8) i{color:#dc2626}.c_dash_menu_item:hover{background:rgba(91,63,208,.08);color:#171717;border-color:rgba(91,63,208,.12)}.c_dash_menu_item.active{background:rgba(91,63,208,.12);border-color:rgba(91,63,208,.25);color:var(--h-purple)}.c_dash_content{flex:1 1;min-width:0}@media (max-width:1100px){.c_dash_layout{flex-direction:column}.c_dash_sidebar{width:100%;min-width:100%;height:auto;position:relative;top:0}}