@import '_content/Microsoft.Fast.Components.FluentUI/Microsoft.Fast.Components.FluentUI.bundle.scp.css';

/* _content/CxPortal/Pages/Navigation/MainLayout.razor.rz.scp.css */
.sidebar[b-ugaubpyhcg] {
    background-image: linear-gradient(180deg, #43165c 70%, #706f6e 100%);
}

.top-row[b-ugaubpyhcg] {
    background-color: #706f6e;
    color: #ffffff;
    border-bottom: 1px solid #silver;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ugaubpyhcg]  a, .top-row .btn-link[b-ugaubpyhcg] 
    {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ugaubpyhcg] 
    {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) 
{
    .top-row:not(.auth)[b-ugaubpyhcg] 
    {
        display: none;
    }

    .top-row.auth[b-ugaubpyhcg] 
    {
        justify-content: space-between;
    }

    .top-row a[b-ugaubpyhcg], .top-row .btn-link[b-ugaubpyhcg] 
    {
        margin-left: 0;
    }
}

@media (min-width: 641px) 
{
    .page[b-ugaubpyhcg] 
    {
        flex-direction: row;
    }

    .top-row[b-ugaubpyhcg] 
    {
        position: sticky;
        /*top: 1px;*/
        z-index: 1;
    }

    .sidebar[b-ugaubpyhcg] 
    {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main > div[b-ugaubpyhcg] 
    {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


.content[b-ugaubpyhcg] 
{
    background-size: cover;
}
/* _content/CxPortal/Pages/Navigation/MultiFirmHeader.razor.rz.scp.css */
.page-header[b-ulsqgpel2e] {
    background: #43165c;
}
.multifirmheader-container[b-ulsqgpel2e]
{
    background-color: #707070;
}
/* _content/CxPortal/Pages/Navigation/NavMenu.razor.rz.scp.css */
.sidebar[b-4rnj5w0a3j] {
    background-image: linear-gradient(180deg, #005ca1 70%, #A9B9DC 100%);
    z-index: 50;
}


.navbar-toggler[b-4rnj5w0a3j] 
{
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-4rnj5w0a3j] {
    font-size: 1.1rem;
}

.oi[b-4rnj5w0a3j] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-4rnj5w0a3j] 
{
    font-size: 0.9rem;
}

.nav-item:first-of-type[b-4rnj5w0a3j] 
{
    padding-top: 1rem;
}

.nav-item:last-of-type[b-4rnj5w0a3j] 
{
    padding-bottom: 1rem;
}

.nav-item[b-4rnj5w0a3j]  a 
{
    color: #FAFAFA;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-4rnj5w0a3j]  a.active 
{
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-4rnj5w0a3j]  a:hover 
{
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 1280px) 
{
    .notcollapse[b-4rnj5w0a3j]
    {
        /* Never collapse the sidebar for wide screens */
        display: flex;
    }
}
