/* _content/z6.www/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bpx9vqngig] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bpx9vqngig] {
    flex: 1;
}

.sidebar[b-bpx9vqngig] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bpx9vqngig] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bpx9vqngig]  a, .top-row .btn-link[b-bpx9vqngig] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-bpx9vqngig] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bpx9vqngig] {
        display: none;
    }

    .top-row.auth[b-bpx9vqngig] {
        justify-content: space-between;
    }

    .top-row a[b-bpx9vqngig], .top-row .btn-link[b-bpx9vqngig] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bpx9vqngig] {
        flex-direction: row;
    }

    .sidebar[b-bpx9vqngig] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bpx9vqngig] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-bpx9vqngig], article[b-bpx9vqngig] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
.layout-drawer-body[b-bpx9vqngig]  .groupbox {
    margin-top: 1.5rem;
}
/* _content/z6.www/Components/Pages/Signature.razor.rz.scp.css */
body[b-twbwc4fa89] {
}
.signature-pad-body[b-twbwc4fa89] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    padding: 32px 16px;
    font-family: Helvetica, Sans-Serif;
}
.signature-pad--body[b-twbwc4fa89] {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
}
.signature-pad[b-twbwc4fa89] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
    max-width: 650px;
    max-height: 400px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    padding: 16px;
}
.signature-pad--footer[b-twbwc4fa89] {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
}
/* _content/z6.www/Components/Shared/PrintStyle/Style0.razor.rz.scp.css */
body[b-sdc2qmgef2] {
}

hr[b-sdc2qmgef2] {
    margin: 0.5em;
    opacity: 0.5;
}
/* _content/z6.www/Components/Shared/PrintStyle/Style1.razor.rz.scp.css */
body[b-tad5vntogm] {
}
hr[b-tad5vntogm] {
    margin: 0.5em;
    opacity: 0.5;
}
