.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:#ddc1ae;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:#60a5fa}.c_dash_menu .c_dash_menu_item:nth-child(2) i{color:#a78bfa}.c_dash_menu .c_dash_menu_item:nth-child(3) i{color:#22d3ee}.c_dash_menu .c_dash_menu_item:nth-child(4) i{color:#4ade80}.c_dash_menu .c_dash_menu_item:nth-child(5) i{color:#fbbf24}.c_dash_menu .c_dash_menu_item:nth-child(6) i{color:#f472b6}.c_dash_menu .c_dash_menu_item:nth-child(7) i{color:#fb923c}.c_dash_menu .c_dash_menu_item:nth-child(8) i{color:#f87171}.c_dash_menu_item:hover{background:rgba(255,140,0,.08);color:#e2e2e2;border-color:rgba(255,140,0,.12)}.c_dash_menu_item.active{background:rgba(255,140,0,.12);border-color:rgba(255,140,0,.25);color:#ff8c00}.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}}