/* /Pages/Index.razor.rz.scp.css */
.index-image-link-group[b-zlh8a4yslh] {
    display: flex;
    justify-items: center;
    align-items: center;
    align-content: center;
    padding-left: 9%;
    padding-right: 11%;
    margin-top: 10.5%;
}
/* /Shared/Components/Generic/IPPImageLink.razor.rz.scp.css */
.index-icon-link[b-9iwj0e6m0j] {
    min-height: 300px;
    min-width:250px;
    width: 50%;
    padding:24px;
}

.index-icon-image[b-9iwj0e6m0j] {
    width:100%;
}

.index-icon-image:hover[b-9iwj0e6m0j] {
    box-shadow: rgb(255, 106, 0, 0.4) 10px 10px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-u1sap67v3f] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-u1sap67v3f] {
    flex: 1;
}

.sidebar[b-u1sap67v3f] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-u1sap67v3f] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-u1sap67v3f]  a, .top-row[b-u1sap67v3f]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-u1sap67v3f]  a:hover, .top-row[b-u1sap67v3f]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-u1sap67v3f]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-u1sap67v3f] {
        display: none;
    }

    .top-row.auth[b-u1sap67v3f] {
        justify-content: space-between;
    }

    .top-row[b-u1sap67v3f]  a, .top-row[b-u1sap67v3f]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-u1sap67v3f] {
        flex-direction: row;
    }

    .sidebar[b-u1sap67v3f] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-u1sap67v3f] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-u1sap67v3f]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-u1sap67v3f], article[b-u1sap67v3f] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.nav-item-active[b-95hwr45h4w]{
    color: #66BB6A
}

.navbar-toggler[b-95hwr45h4w] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-95hwr45h4w] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-95hwr45h4w] {
    font-size: 1.1rem;
}

.oi[b-95hwr45h4w] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-95hwr45h4w] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-95hwr45h4w] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-95hwr45h4w] {
        padding-bottom: 1rem;
    }

    .nav-item[b-95hwr45h4w]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-95hwr45h4w]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-95hwr45h4w]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-95hwr45h4w] {
        display: none;
    }

    .collapse[b-95hwr45h4w] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/PortalFooter.razor.rz.scp.css */
.ipp-navbar-footer[b-0wazy3k07z] {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    background-color: #636466;
    color: white;
    text-align: center;
    float: right;
    display: inline;
    z-index: 999;
}

.ipp-navbar-footer a[b-0wazy3k07z] {
    color: white;
}

.ipp-navbar-footer a:hover[b-0wazy3k07z] {
    text-decoration: underline;
}
