@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/AgentsMan/Components/Layout/MainLayout.razor.rz.scp.css */


.top-row[b-h2aj0m2e12] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-h2aj0m2e12]  a,
.top-row[b-h2aj0m2e12]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-h2aj0m2e12]  a:hover,
.top-row[b-h2aj0m2e12]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-h2aj0m2e12]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-h2aj0m2e12] {
        justify-content: space-between;
    }

    .top-row[b-h2aj0m2e12]  a,
    .top-row[b-h2aj0m2e12]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-h2aj0m2e12] {
        flex-direction: row;
    }

    .top-row[b-h2aj0m2e12] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-h2aj0m2e12]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-h2aj0m2e12],
    article[b-h2aj0m2e12] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }



}
/* _content/AgentsMan/Components/Layout/NavMenu.razor.rz.scp.css */
/* Sidebar scrollabile */
.nav-scrollable[b-8kz4k98ilf] {
    height: 100vh;
    overflow-y: auto;
}

/* Nav items */
.nav-item[b-8kz4k98ilf] {
    font-size: 0.95rem;
}

.nav-item .nav-link[b-8kz4k98ilf] {
    color: #d7d7d7;
    border-radius: 4px;
    padding: 0.6rem 1rem;
    display: flex;
    align-items: center;
    transition: background-color 0.2s ease, color 0.2s ease;
}

/* Hover e attivo */
.nav-item .nav-link:hover[b-8kz4k98ilf] {
    background-color: rgba(255,255,255,0.1);
    color: #fff;
}

.nav-item .nav-link.active[b-8kz4k98ilf] {
    background-color: rgba(255,255,255,0.3);
    color: #fff;
}

/* Responsive */
@media (min-width: 641px) {
    .navbar-toggler[b-8kz4k98ilf] {
        display: none;
    }
    .collapse[b-8kz4k98ilf] {
        display: block;
    }
}
