/* _content/FBAMemberDataDashboard/Shared/MainLayout.razor.rz.scp.css */
.page[b-fgingfnrme] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fgingfnrme] {
    flex: 1;
}

.sidebar[b-fgingfnrme] {    
    background-image: linear-gradient(180deg, rgb(10, 46, 114) 0%, rgb(10,46,114) 70%);
}

.top-row[b-fgingfnrme] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: center ;
    height: 3.9rem;    
    display: flex;    
    align-items: center;
}

    .top-row[b-fgingfnrme]  a, .top-row .btn-link[b-fgingfnrme] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-fgingfnrme] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fgingfnrme] {
        display: none;
    }

    .top-row.auth[b-fgingfnrme] {
        justify-content: space-between;
    }

    .top-row a[b-fgingfnrme], .top-row .btn-link[b-fgingfnrme] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fgingfnrme] {
        flex-direction: row;
    }

    .sidebar[b-fgingfnrme] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fgingfnrme] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-fgingfnrme], article[b-fgingfnrme] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/FBAMemberDataDashboard/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-l102jyno5u] {
    background-color: rgb(255, 255, 255, 0.1);
}

.top-row[b-l102jyno5u] {
    height: 3.9rem;
    background-color: rgb(19, 91, 175);
}

.navbar-brand[b-l102jyno5u] {
    font-size: 1.1rem;    
    padding:0px;
    margin-left: auto;
    margin-right:auto;
    display:block;
}

.oi[b-l102jyno5u] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-l102jyno5u] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-l102jyno5u] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-l102jyno5u] {
        padding-bottom: 1rem;
    }

    .nav-item[b-l102jyno5u]  a {       
        color: #ffffff;
        font-weight:300;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-l102jyno5u]  a.active {            
            background-color: rgb(19, 91, 175);
            color: white;
            font-weight:700;
        }

.nav-item[b-l102jyno5u]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-l102jyno5u] {
        display: none;
    }

    .collapse[b-l102jyno5u] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-l102jyno5u] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/FBAMemberDataDashboard/Shared/NavMenuPreLogin.razor.rz.scp.css */
.navbar-toggler[b-4j2wuc9qdf] {
    background-color: rgb(255, 255, 255, 0.1);
}

.top-row[b-4j2wuc9qdf] {
    height: 3.9rem;
    background-color: rgb(19, 91, 175);
}

.navbar-brand[b-4j2wuc9qdf] {
    font-size: 1.1rem;    
    padding:0px;
    margin-left: auto;
    margin-right:auto;
    display:block;
}

.oi[b-4j2wuc9qdf] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-4j2wuc9qdf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4j2wuc9qdf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4j2wuc9qdf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4j2wuc9qdf]  a {       
        color: #ffffff;
        font-weight:300;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-4j2wuc9qdf]  a.active {            
            background-color: rgb(19, 91, 175);
            color: white;
            font-weight:700;
        }

.nav-item[b-4j2wuc9qdf]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4j2wuc9qdf] {
        display: none;
    }

    .collapse[b-4j2wuc9qdf] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-4j2wuc9qdf] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/FBAMemberDataDashboard/Shared/NavMenuTest.razor.rz.scp.css */
.navbar-toggler[b-mfzbi2msam] {
    background-color: rgb(255, 255, 255, 0.1);
}

.top-row[b-mfzbi2msam] {
    height: 3.9rem;
    background-color: rgb(19, 91, 175);
}

.navbar-brand[b-mfzbi2msam] {
    font-size: 1.1rem;    
    padding:0px;
    margin-left: auto;
    margin-right:auto;
    display:block;
}

.oi[b-mfzbi2msam] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-mfzbi2msam] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mfzbi2msam] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mfzbi2msam] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mfzbi2msam]  a {       
        color: #ffffff;
        font-weight:300;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-mfzbi2msam]  a.active {            
            background-color: rgb(19, 91, 175);
            color: white;
            font-weight:700;
        }

.nav-item[b-mfzbi2msam]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mfzbi2msam] {
        display: none;
    }

    .collapse[b-mfzbi2msam] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-mfzbi2msam] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
