@import '_content/Blazor.SignaturePad/Blazor.SignaturePad.g22u5lm4z9.bundle.scp.css';

/* _content/RecordCheckApplicant.Blazor/Components/Layout/Header.razor.rz.scp.css */
.header[b-8k1c55aotm] {
    background-color: var(--dark);
    color: var(--white);
    padding: 1rem 2rem;
    border-bottom: 6px solid var(--gray-70);
    display: flex;
    justify-content: space-between;
}

h1[b-8k1c55aotm] {
    font-size: 2rem;
    margin-bottom: 0;
}

.menu-items .item[b-8k1c55aotm] {
    margin-left: 1rem;
    color: var(--white);
    text-decoration: none;
}

.menu-items .item:hover[b-8k1c55aotm] {
    text-decoration: underline;
}
/* _content/RecordCheckApplicant.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fs3uyr14k9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-fs3uyr14k9] {
        justify-content: space-between;
    }

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

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

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

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

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

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

#blazor-error-ui[b-fs3uyr14k9] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-fs3uyr14k9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.content[b-fs3uyr14k9] {
    max-width: 1450px;
    margin: auto;
    padding: max(3rem, 3vw) 2rem 1rem 2rem;
    min-height: max(55vh, 85%);
}
/* _content/RecordCheckApplicant.Blazor/Components/Layout/UserHeader.razor.rz.scp.css */
.user-heading-container[b-lkujdzne4n] {
    width: 100%;
    text-align: right;
    padding: 0.1rem 1rem 0.6rem 1rem;
    background-color: var(--primary-dark);
    border-bottom: 3px solid var(--primary-darker);
}

.user-text[b-lkujdzne4n] {
    color: white;
    font-weight: 600;
    display: inline-block;
    margin-right: 1.6rem;
}

.user-text span[b-lkujdzne4n] {
    padding-left: 0.5rem;
    font-weight: normal;
    font-style: italic;
}
/* _content/RecordCheckApplicant.Blazor/Components/Pages/Locked.razor.rz.scp.css */
#img-div[b-irqx4a43u4] {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}

    #img-div img[b-irqx4a43u4] {
        width: 15rem;
        border-radius: 100%;
        background: var(--gray-05);
    }

p[b-irqx4a43u4] {
    text-align: center;
}
/* _content/RecordCheckApplicant.Blazor/Components/Pages/ProfileInput.razor.rz.scp.css */
body[b-7dg792i1b0] {
}
