/* _content/LpIncidentServerApp/Shared/MainLayout.razor.rz.scp.css */
/* Layout-specific styles ONLY */

.menu-bar[b-mf0vt9cdkz] {
    background-color: #0d6efd;
    padding: 10px 0;
    text-align: center;
}

.menu-link[b-mf0vt9cdkz] {
    color: white;
    margin: 0 20px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
}

    .menu-link.active[b-mf0vt9cdkz] {
        text-decoration: underline;
    }

    .menu-link:hover[b-mf0vt9cdkz] {
        text-decoration: underline;
    }
