/* _content/MkapiServer/Components/Layout/MainLayout.razor.rz.scp.css */
/* Layout uses Tailwind utilities; this scoped file is intentionally minimal. */
/* _content/MkapiServer/Components/Layout/NavMenu.razor.rz.scp.css */
/* Sidebar nav-link styling — scoped because NavLink's ActiveClass needs
   stable class names. Aligned to Tailwind palette (slate/blue). */

[b-ubsmyd9izg] .nav-link {
    display: flex;
    align-items: center;
    padding: 0.625rem 0.875rem;
    border-radius: 0.5rem;
    color: rgb(203 213 225); /* slate-300 */
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.15s, color 0.15s;
    background: transparent;
    border: 0;
    cursor: pointer;
}

[b-ubsmyd9izg] .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.06);
    color: white;
}

[b-ubsmyd9izg] .nav-link-active {
    background-color: rgb(37 99 235); /* blue-600 */
    color: white;
}

[b-ubsmyd9izg] .nav-link-active:hover {
    background-color: rgb(29 78 216); /* blue-700 */
}
/* _content/MkapiServer/Components/Pages/DeviceManage.razor.rz.scp.css */
/* Scoped styles superseded by Tailwind utilities in LicenceManage.razor. */
