/* _content/GlobalHealth.HRA/Shared/MainLayout.razor.rz.scp.css */
.page[b-v70sgl0jdj] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #f5f6fa;
}

main[b-v70sgl0jdj] {
    flex: 1;
}

.sidebar[b-v70sgl0jdj] {
    background-image: linear-gradient(180deg, #15748c 0%, #15748c 70%);
    height: 100%;
    width: 260px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    display: block;
    margin-top: 0px;
}

.top-row[b-v70sgl0jdj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-v70sgl0jdj]  a, .top-row .btn-link[b-v70sgl0jdj] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-v70sgl0jdj] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-v70sgl0jdj] {
        display: none;
    }

    .top-row.auth[b-v70sgl0jdj] {
        justify-content: space-between;
    }

    .top-row a[b-v70sgl0jdj], .top-row .btn-link[b-v70sgl0jdj] {
        margin-left: 0;
    }
}

@media (min-width: 300px) {
    .page[b-v70sgl0jdj] {
        flex-direction: row;
    }

    .sidebar[b-v70sgl0jdj] {
        width: 260px;
        height: 100vh;
        top: 93px;
    }

    .top-row[b-v70sgl0jdj] {
        position: fixed;
        top: 0;
        z-index: 1;
    }

    .top-row[b-v70sgl0jdj], article[b-v70sgl0jdj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/GlobalHealth.HRA/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hzc2rl88dl] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hzc2rl88dl] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hzc2rl88dl] {
    font-size: 1.1rem;
}

.oi[b-hzc2rl88dl] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-hzc2rl88dl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hzc2rl88dl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hzc2rl88dl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hzc2rl88dl]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-hzc2rl88dl]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-hzc2rl88dl]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 300px) {
    .navbar-toggler[b-hzc2rl88dl] {
        display: none;
    }

    .collapse[b-hzc2rl88dl] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/GlobalHealth.HRA/Shared/Spinner.razor.rz.scp.css */
/* wwwroot/css/site.css */
.spinner[b-aabi0y39pm] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-aabi0y39pm 1s linear infinite;
    z-index: 1000;
}

.spinner-inner[b-aabi0y39pm] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top: 4px solid #3498db;
    animation: spin-inner-b-aabi0y39pm 1s linear infinite;
}

@keyframes spin-b-aabi0y39pm {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes spin-inner-b-aabi0y39pm {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner-backdrop[b-aabi0y39pm] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
