/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-v4kswplz46] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-v4kswplz46] {
    flex: 1;
}

.sidebar[b-v4kswplz46] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-v4kswplz46] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-v4kswplz46]  a, .top-row[b-v4kswplz46]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-v4kswplz46]  a:hover, .top-row[b-v4kswplz46]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-v4kswplz46]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-v4kswplz46] {
        justify-content: space-between;
    }

    .top-row[b-v4kswplz46]  a, .top-row[b-v4kswplz46]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-v4kswplz46] {
        flex-direction: row;
    }

    .sidebar[b-v4kswplz46] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-v4kswplz46] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-v4kswplz46]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-v4kswplz46], article[b-v4kswplz46] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-v4kswplz46] {
    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-v4kswplz46] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/EsignSignDocument.razor.rz.scp.css */
.esign-sign-root[b-r36bbasdok] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: calc(100vh - 1.1rem);
    margin: 0 -1rem;
    overflow: hidden;
    padding-bottom: 1.1rem;
}


.esign-sign-document[b-r36bbasdok] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    background: var(--bs-gray-200, #e9ecef);
}

.esign-sign-iframe[b-r36bbasdok] {
    flex: 1;
    width: 100%;
    min-height: 480px;
    border: 0;
    background: #fff;
}

.esign-sign-doc-message[b-r36bbasdok] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px;
}

.esign-sign-panel[b-r36bbasdok] {
    width: min(100%, 360px);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    /* Required so this flex child can shrink below its content height and allow inner scroll */
    min-height: 0;
    overflow: hidden;
}

.esign-sign-panel-body[b-r36bbasdok] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.esign-sign-completed[b-r36bbasdok] {
    border: 1px solid var(--bs-success-border-subtle, rgba(25, 135, 84, 0.35));
    border-radius: var(--bs-border-radius, 0.375rem);
    background: var(--bs-success-bg-subtle, rgba(25, 135, 84, 0.1));
    padding: 1rem 1rem 1.125rem;
    margin-bottom: 1rem;
    text-align: center;
}

.esign-sign-completed-icon[b-r36bbasdok] {
    margin-bottom: 0.5rem;
    line-height: 0;
}

.esign-sign-completed .text-body[b-r36bbasdok] {
    color: var(--bs-body-color) !important;
}

@media (max-width: 767.98px) {
    .esign-sign-root[b-r36bbasdok] {
        flex-direction: column;
        margin: 0;
        height: auto;
        overflow: auto;
    }

    .esign-sign-panel[b-r36bbasdok] {
        width: 100%;
        border-left: none !important;
        border-top: 1px solid var(--bs-border-color, #dee2e6);
        min-height: 0;
        overflow: visible;
    }

    .esign-sign-panel-body[b-r36bbasdok] {
        overflow-y: visible;
    }

    .esign-sign-iframe[b-r36bbasdok] {
        min-height: 50vh;
    }
}
