/* _content/InvestmentPortfolioV2External/Shared/MainLayout.razor.rz.scp.css */
.page[b-htt9kdahl8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-htt9kdahl8] {
    flex: 1;
}

.sidebar[b-htt9kdahl8] {
    background-color: rgb(5, 39, 103);
}

.top-row[b-htt9kdahl8] {
    background-color: #fff;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-htt9kdahl8]  a,
.top-row .btn-link[b-htt9kdahl8] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-htt9kdahl8] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-htt9kdahl8] {
        display: none;
    }

    .top-row.auth[b-htt9kdahl8] {
        justify-content: space-between;
    }

    .top-row a[b-htt9kdahl8],
    .top-row .btn-link[b-htt9kdahl8] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-htt9kdahl8] {
        flex-direction: row;
    }

    .sidebar[b-htt9kdahl8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-htt9kdahl8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-htt9kdahl8],
    article[b-htt9kdahl8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.environment[b-htt9kdahl8] {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    width: 200px;        
    position: absolute;
    top: -4px;
    left: -88px;
    transform: rotate(-45deg);
    z-index: 999;
    padding: 8px;
}

.dev[b-htt9kdahl8] {
    background-color: #CD7F32;
}

.qa[b-htt9kdahl8] {
    background-color: silver;
}

.pre[b-htt9kdahl8] {
    background-color: gold;
}
/* _content/InvestmentPortfolioV2External/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-y9wdphdq5q] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-y9wdphdq5q] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-y9wdphdq5q] {
    font-size: 1.1rem;
}

.oi[b-y9wdphdq5q] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-y9wdphdq5q] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-y9wdphdq5q] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-y9wdphdq5q] {
    padding-bottom: 1rem;
}

.nav-item[b-y9wdphdq5q]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-y9wdphdq5q]  a.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.nav-item[b-y9wdphdq5q]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-y9wdphdq5q] {
        display: none;
    }

    .collapse[b-y9wdphdq5q] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-y9wdphdq5q] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* $color0: mediumpurple; // Medium Purple // dashboard
$color1: #0A7373; // Dark Teal // Work Project
$color2: #77a22f; // Olive Green // Program
$color3: #5d99bb; // Sky Blue // Spending Mechanism
$color4: #C2BB00; // Mustard Yellow // Contract
$color5: #B33F00; // Brick Red // Work Request */


/* NAV LINK */
.home.nav-link .material-symbols-outlined[b-y9wdphdq5q] {
    color: #0a7373;
}

.portfolio.nav-link .material-symbols-outlined[b-y9wdphdq5q] {
    color: #77a22f;
}

.item.nav-link .material-symbols-outlined[b-y9wdphdq5q] {
    color: #5d99bb;
}

.regulation.nav-link .material-symbols-outlined[b-y9wdphdq5q] {
    color: #c2bb00;
}

.result.nav-link .material-symbols-outlined[b-y9wdphdq5q] {
    color: #b33f00;
}

.nav-link .material-symbols-outlined[b-y9wdphdq5q]  a:hover,
.nav-link .material-symbols-outlined[b-y9wdphdq5q]  a.active {
    color: white;
}

/* NAV ITEM BLOCK */
.home.nav-item[b-y9wdphdq5q]  a.active {
    background-color: #0a7373;
    color: white;
}

.home.nav-item[b-y9wdphdq5q]  a:hover {
    background-color: #0a7373;
    color: white;
}

.portfolio.nav-item[b-y9wdphdq5q]  a.active {
    background-color: #77a22f;
    color: white;
}

.portfolio.nav-item[b-y9wdphdq5q]  a:hover {
    background-color: #77a22f;
    color: white;
}

.item.nav-item[b-y9wdphdq5q]  a.active {
    background-color: #5d99bb;
    color: white;
}

.item.nav-item[b-y9wdphdq5q]  a:hover {
    background-color: #5d99bb;
    color: white;
}

.regulation.nav-item[b-y9wdphdq5q]  a.active {
    background-color: #c2bb00;
    color: white;
}

.regulation.nav-item[b-y9wdphdq5q]  a:hover {
    background-color: #c2bb00;
    color: white;
}

.result.nav-item[b-y9wdphdq5q]  a.active {
    background-color: #b33f00;
    color: white;
}

.result.nav-item[b-y9wdphdq5q]  a:hover {
    background-color: #b33f00;
    color: white;
}
