@import '_content/EmploymentServicesShared/EmploymentServicesShared.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */
body[b-5uv93hbcvq] {
}
/* /Shared/ClientPages/ClientServiceRFAs.razor.rz.scp.css */
/* /Shared/Location/AzureMapsPopup.razor.rz.scp.css */
/* /Shared/Location/GeoMapShowLoc.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-fe1owd3mar] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fe1owd3mar] {
    flex: 1;
}

.sidebar[b-fe1owd3mar] {
    background-image: none;
}

.top-row[b-fe1owd3mar] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fe1owd3mar]  a, .top-row[b-fe1owd3mar]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fe1owd3mar]  a:hover, .top-row[b-fe1owd3mar]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fe1owd3mar]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fe1owd3mar] {
        display: none;
    }

    .top-row.auth[b-fe1owd3mar] {
        justify-content: space-between;
    }

    .top-row[b-fe1owd3mar]  a, .top-row[b-fe1owd3mar]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fe1owd3mar] {
        flex-direction: row;
    }

    .sidebar[b-fe1owd3mar] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fe1owd3mar] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fe1owd3mar]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fe1owd3mar], article[b-fe1owd3mar] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Model.razor.rz.scp.css */
body[b-9bu2djef7n] {


}
/* /Shared/UpdateAvailableDetector.razor.rz.scp.css */
.floating-update-button[b-m381woc8dt] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-m381woc8dt 2s ease-out;
}

@keyframes fadein-b-m381woc8dt {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}
