/* /Features/ClaimSummary/Components/SummarySection.razor.rz.scp.css */
.section-main-div[b-c3xxda3gwm] {
    box-sizing:border-box;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    height: 2.6em;
    border: 2.5px solid darkgrey;
    font-size: 127%;
}

[b-c3xxda3gwm] .check-box {
    border-radius: 50%;
    border: 2px solid #223f3b;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
}

[b-c3xxda3gwm] .hlx-button-link {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: white;
    border: none;
    font-size: 100%;
}

[b-c3xxda3gwm] .hlx-button-link:hover {
        background-color: white;
    }
/* /Shared/Layouts/MainLayout.razor.rz.scp.css */
.page[b-fg0m5p2keu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

.top-row[b-fg0m5p2keu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fg0m5p2keu]  a, .top-row[b-fg0m5p2keu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fg0m5p2keu] {
        display: none;
    }

    .top-row.auth[b-fg0m5p2keu] {
        justify-content: space-between;
    }

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

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

    .sidebar[b-fg0m5p2keu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

    .top-row[b-fg0m5p2keu], article[b-fg0m5p2keu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
