/* /Components/Layout/MainLayout.razor.rz.scp.css */
[b-5100axbrc4] .nav-pill-inactive {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none;
    padding: 6px 16px;
    border-radius: 20px;
    transition: color 0.15s ease, background-color 0.15s ease;
}

[b-5100axbrc4] .nav-pill-inactive:hover {
    color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(255, 255, 255, 0.1);
}

[b-5100axbrc4] .nav-pill-active {
    color: white !important;
    background-color: #30363d;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 600;
    text-decoration: none;
}
