/* /Views/Pages/GestionApplicationIndicateur.razor.rz.scp.css */
/* /Views/Pages/Mandataire.razor.rz.scp.css */
/* /Views/Pages/Mandataire_v1.razor.rz.scp.css */
/* /Views/Shared/MainLayout.razor.rz.scp.css */
.page[b-7ximl40p61] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-7ximl40p61] {
    flex: 1;
    overflow-x:hidden !important;
}

.sidebar[b-7ximl40p61] {
    background-color: #38478E;
}

.top-row[b-7ximl40p61] {
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7ximl40p61]  a, .top-row .btn-link[b-7ximl40p61] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-7ximl40p61] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-7ximl40p61] {
        display: none;
    }

    .top-row.auth[b-7ximl40p61] {
        justify-content: space-between;
    }

    .top-row a[b-7ximl40p61], .top-row .btn-link[b-7ximl40p61] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7ximl40p61] {
        flex-direction: row;
    }

    .sidebar[b-7ximl40p61] {
        width: 242px;
        height: 100vh;
        position: sticky;
        top: 0;
        min-width:242px !important;
    }

    .top-row[b-7ximl40p61] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}
/* /Views/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ncjbk9q2bn] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ncjbk9q2bn] {
    height: 3.5rem;
}

.navbar-brand[b-ncjbk9q2bn] {
    font-size: 1.1rem;
}

.oi[b-ncjbk9q2bn] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}


.nav-item:first-of-type[b-ncjbk9q2bn] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-ncjbk9q2bn] {
    padding-bottom: 1rem;
}

.nav-item[b-ncjbk9q2bn]  a {
    color: #fff;
    border-radius: 0;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}



@media (min-width: 641px) {
    .navbar-toggler[b-ncjbk9q2bn] {
        display: none;
    }

    .collapse[b-ncjbk9q2bn] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
