@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* _content/ChangeRequestWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-uv344c5r3e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-uv344c5r3e] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-uv344c5r3e] {
    background-color: #004E9A;
    color: white;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    height: 3.5rem;
    width: 100%;
    display: flex;
    align-items: center;
}

.top-row[b-uv344c5r3e]  a:hover, .top-row[b-uv344c5r3e]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-uv344c5r3e]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer[b-uv344c5r3e] {
    background-color: #004E9A;
    color: white;
    padding: 8px 4px 10px 4px;
}

.footer-top-row[b-uv344c5r3e] {
    min-height: 60px;
}

.footer-address[b-uv344c5r3e] {
    font-size: 12px;
    line-height: 8px;
    letter-spacing: 0.38px;
    padding-top: 8px;
}

.footer-back-to-top[b-uv344c5r3e] {
    margin: 0 0 0 auto;
    color: #004E9A;
    background-color: #FFFFFF;
    display: flex;
    font-weight: bold;
    align-items: center;
    text-decoration: none;
    /*font: 12px/21px "Open Sans Bold", "Open Sans";*/
    letter-spacing: 0.29px;
}

.social-share[b-uv344c5r3e] {
    color: white;
    fill: white;
    width: 35px;
    height: 35px;
    border: none;
    text-decoration: none;
    padding: 0;
    margin-right: 23px;
    margin-bottom: 21px;
}

@media (max-width: 100%) {
    .top-row[b-uv344c5r3e] {
        justify-content: space-between;
    }

    .top-row[b-uv344c5r3e]  a, .top-row[b-uv344c5r3e]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-uv344c5r3e] {
        flex-direction: row;
    }

    .top-row[b-uv344c5r3e] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-uv344c5r3e]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
}

#blazor-error-ui[b-uv344c5r3e] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-uv344c5r3e] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ChangeRequestWeb/Components/Layout/NavMenu.razor.rz.scp.css */

/*.top-row {
    height: 3.5rem;*/
    /*background-color: #004E9A;*/
/*}

.image-background {
    background-color: transparent;
}

.navbar-brand {
    font-size: 1.1rem;
}

.nav-item {
    font-size: 0.9rem;
}

    .nav-item ::deep .nav-link {
        color: white;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item ::deep a.active {
        background-color: #004E9A;
    }

    .nav-item ::deep .nav-link:hover {
        background-color: #004E9A;
        color: white;
    }

.nav-scrollable {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .nav-scrollable {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;*/
        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}*/

/* _content/ChangeRequestWeb/Components/Pages/Home.razor.rz.scp.css */
@media (max-width: 1200px) {
    .card-container[b-bbt9gpn7p4] {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 700px) {
    .card-container[b-bbt9gpn7p4] {
        grid-template-columns: 1fr;
    }
    .custom-card[b-bbt9gpn7p4] {
        width: 90vw !important;
        max-width: 350px;
        height: auto;
        margin-bottom: 20px;
    }
}

