/* /Elements/Components/AddDocumentDialog.razor.rz.scp.css */
.add-document-dialog[b-cgsssxpd36] {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    height: 100%;
    position: relative;
}

.add-document-dialog__body[b-cgsssxpd36] {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.add-document-upload-state[b-cgsssxpd36] {
    display: flex;
    flex: 1;
    min-height: 0;
    padding: 1rem;
}

.add-document-upload-card[b-cgsssxpd36] {
    width: min(100%, 64rem);
    margin: 0 auto;
    border: 1px solid color-mix(in srgb, var(--rz-base-300) 78%, white);
    border-radius: calc(var(--rz-dialog-border-radius, 0.75rem) * 1.2);
    background:
        radial-gradient(circle at top, color-mix(in srgb, var(--rz-primary) 12%, transparent), transparent 52%),
        color-mix(in srgb, var(--rz-dialog-background-color) 88%, var(--rz-base-100));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.add-document-dialog__footer[b-cgsssxpd36] {
    border-top: 1px solid var(--rz-base-300);
}

.add-document-editor[b-cgsssxpd36] {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--rz-base-50) 80%, white) 0%, transparent 7rem),
        var(--rz-base-background-color, #f7f9fc);
}

.add-document-toolbar[b-cgsssxpd36] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    padding: 0.875rem 1rem;
    border-bottom: 1px solid var(--rz-base-300);
    background: color-mix(in srgb, var(--rz-dialog-background-color) 92%, var(--rz-base-100));
}

.add-document-toolbar__field-type[b-cgsssxpd36] {
    width: min(100%, 14rem);
}

.add-document-dialog[b-cgsssxpd36]  .add-document-toolbar__designer-toggle.rz-button {
    border: 1px solid color-mix(in srgb, var(--rz-base-900) 18%, var(--rz-base-300));
    color: var(--rz-text-color);
    background: color-mix(in srgb, var(--rz-dialog-background-color) 84%, var(--rz-base-200));
    box-shadow: 0 0.35rem 1rem rgba(15, 23, 42, 0.08);
}

.add-document-dialog[b-cgsssxpd36]  .add-document-toolbar__designer-toggle.rz-button:hover:not(.rz-state-disabled) {
    background: color-mix(in srgb, var(--rz-dialog-background-color) 72%, var(--rz-base-300));
}

.add-document-dialog[b-cgsssxpd36]  .add-document-toolbar__designer-toggle.rz-primary {
    color: var(--rz-text-contrast-color);
    background: linear-gradient(135deg, var(--rz-primary), color-mix(in srgb, var(--rz-primary) 78%, white));
    border-color: color-mix(in srgb, var(--rz-primary) 82%, black);
}

.add-document-toolbar__hint[b-cgsssxpd36] {
    flex: 1 1 18rem;
    min-width: 14rem;
    color: var(--rz-text-secondary-color, var(--rz-text-color));
    font-size: 0.95rem;
}

.add-document-toolbar__selected[b-cgsssxpd36] {
    font-size: 0.9rem;
    color: var(--rz-text-secondary-color, var(--rz-text-color));
}

.add-document-viewer-panel[b-cgsssxpd36] {
    position: relative;
    display: flex;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at top, color-mix(in srgb, var(--rz-primary) 10%, transparent), transparent 45%),
        #e8edf2;
}

.add-document-dialog[b-cgsssxpd36]  .add-document-viewer-panel .e-pv-container,
.add-document-dialog[b-cgsssxpd36]  .add-document-viewer-panel .e-pv-viewer-container,
.add-document-dialog[b-cgsssxpd36]  .add-document-viewer-panel .e-pv-main-container,
.add-document-dialog[b-cgsssxpd36]  .add-document-viewer-panel .e-pv-page-container,
.add-document-dialog[b-cgsssxpd36]  .add-document-viewer-panel .e-pv-text-layer,
.add-document-dialog[b-cgsssxpd36]  .add-document-viewer-panel .e-pv {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    height: 100% !important;
    min-height: 0;
}

.add-document-dialog[b-cgsssxpd36]  .add-document-viewer-panel .e-pv-toolbar,
.add-document-dialog[b-cgsssxpd36]  .add-document-viewer-panel .e-pv-formdesigner-toolbar,
.add-document-dialog[b-cgsssxpd36]  .add-document-viewer-panel .e-pv-formdesigner-container,
.add-document-dialog[b-cgsssxpd36]  .add-document-viewer-panel .e-pv-annotation-toolbar,
.add-document-dialog[b-cgsssxpd36]  .add-document-viewer-panel .e-pv-modern-navigation-toolbar,
.add-document-dialog[b-cgsssxpd36]  .add-document-viewer-panel .e-pv-sidebar-toolbar,
.add-document-dialog[b-cgsssxpd36]  .add-document-viewer-panel .e-pv-mobile-toolbar,
.add-document-dialog[b-cgsssxpd36]  .add-document-viewer-panel .e-pv-mobile-formDesigner-toolbar,
.add-document-dialog[b-cgsssxpd36]  .add-document-viewer-panel .e-pv-mobile-annotation-toolbar {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    border: 0 !important;
}

.add-document-field-editor-backdrop[b-cgsssxpd36] {
    position: absolute;
    inset: 0;
    z-index: 1000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(15, 23, 42, 0.28);
    backdrop-filter: blur(3px);
}

.add-document-field-editor[b-cgsssxpd36] {
    width: min(100%, 28rem);
    padding: 1.25rem;
    border-radius: var(--rz-dialog-border-radius, 0.75rem);
    border: 1px solid color-mix(in srgb, var(--rz-base-300) 78%, white);
    background: var(--rz-dialog-background-color, white);
    box-shadow: var(--rz-dialog-shadow, 0 1.5rem 3rem rgba(15, 23, 42, 0.18));
}

.add-document-field-editor__title[b-cgsssxpd36] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--rz-text-title-color, var(--rz-text-color));
}

.add-document-field-editor__subtitle[b-cgsssxpd36] {
    margin: 0.35rem 0 1rem;
    color: var(--rz-text-secondary-color, var(--rz-text-color));
    font-size: 0.95rem;
}

.add-document-field-editor__label[b-cgsssxpd36] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    color: var(--rz-text-secondary-color, var(--rz-text-color));
    font-size: 0.9rem;
    font-weight: 500;
}

.add-document-field-editor__help[b-cgsssxpd36] {
    font-size: 0.82rem;
    font-weight: 400;
    color: var(--rz-text-secondary-color, var(--rz-text-color));
}

.add-document-dialog[b-cgsssxpd36]  .add-document-field-editor__options {
    width: 100%;
}

.add-document-dialog[b-cgsssxpd36]  .add-document-field-editor__options textarea {
    width: 100%;
    min-height: 8rem;
    resize: vertical;
    font-family: Consolas, "Courier New", monospace;
}

.add-document-dialog[b-cgsssxpd36]  .add-document-toolbar__field-type .rz-dropdown {
    width: 100%;
}

@media (max-width: 768px) {
    .add-document-upload-state[b-cgsssxpd36] {
        padding: 0.75rem;
    }
}
/* /Elements/Components/FinishedPdfDialog.razor.rz.scp.css */
.finished-pdf-dialog[b-4b7nx4aldl] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    flex: 1;
}

.finished-pdf-dialog-body[b-4b7nx4aldl] {
    display: flex;
    flex: 1;
    min-height: 0;
    flex-direction: column;
}

.finished-pdf-viewer-panel[b-4b7nx4aldl],
.finished-pdf-json-panel[b-4b7nx4aldl] {
    height: 100%;
    min-height: 0;
    display: flex;
    flex: 1;
}

.finished-pdf-dialog[b-4b7nx4aldl]  .finished-pdf-viewer-panel .e-pv-container,
.finished-pdf-dialog[b-4b7nx4aldl]  .finished-pdf-viewer-panel .e-pv-viewer-container,
.finished-pdf-dialog[b-4b7nx4aldl]  .finished-pdf-viewer-panel .e-pv-main-container,
.finished-pdf-dialog[b-4b7nx4aldl]  .finished-pdf-viewer-panel .e-pv-page-container,
.finished-pdf-dialog[b-4b7nx4aldl]  .finished-pdf-viewer-panel .e-pv-text-layer,
.finished-pdf-dialog[b-4b7nx4aldl]  .finished-pdf-viewer-panel .e-pv {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    height: 100% !important;
    min-height: 0;
}

.finished-pdf-dialog-footer[b-4b7nx4aldl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 1rem;
    border-top: 1px solid var(--rz-base-300);
}

.finished-pdf-dialog-actions[b-4b7nx4aldl] {
    margin-left: auto;
}

.finished-pdf-sendback-message[b-4b7nx4aldl] {
    color: var(--rz-text-secondary-color, var(--rz-text-color));
}

.finished-pdf-json-textarea[b-4b7nx4aldl] {
    width: 100%;
    height: 100%;
    resize: none;
    min-height: 0;
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.95rem;
    line-height: 1.45;
}

.finished-pdf-dialog[b-4b7nx4aldl]  .finished-pdf-json-textarea {
    display: block;
    width: 100%;
    height: 100%;
}

.finished-pdf-dialog[b-4b7nx4aldl]  .finished-pdf-json-textarea textarea {
    width: 100%;
    height: 100%;
    min-height: 0;
    resize: none;
    padding: 1rem;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.finished-pdf-dialog[b-4b7nx4aldl]  .finished-pdf-tabs {
    display: flex;
    flex: 1;
    min-height: 0;
    flex-direction: column;
    height: 100%;
}

.finished-pdf-dialog[b-4b7nx4aldl]  .rz-tabview {
    display: flex;
    flex: 1;
    min-height: 0;
    flex-direction: column;
    height: 100%;
}

.finished-pdf-dialog[b-4b7nx4aldl]  .rz-tabview-panels {
    display: flex;
    flex: 1;
    min-height: 0;
    height: 100%;
}

.finished-pdf-dialog[b-4b7nx4aldl]  .rz-tabview-panel {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    height: 100%;
}

.finished-pdf-dialog[b-4b7nx4aldl]  .e-pv-toolbar,
.finished-pdf-dialog[b-4b7nx4aldl]  .e-pv-navigation-toolbar,
.finished-pdf-dialog[b-4b7nx4aldl]  .e-pv-modern-navigation-toolbar,
.finished-pdf-dialog[b-4b7nx4aldl]  .e-pv-annotation-toolbar,
.finished-pdf-dialog[b-4b7nx4aldl]  .e-pv-sidebar-toolbar,
.finished-pdf-dialog[b-4b7nx4aldl]  .e-pv-formdesigner-toolbar,
.finished-pdf-dialog[b-4b7nx4aldl]  .e-pv-formdesigner-container,
.finished-pdf-dialog[b-4b7nx4aldl]  .e-pv-mobile-toolbar-container,
.finished-pdf-dialog[b-4b7nx4aldl]  .e-pv-mobile-toolbar,
.finished-pdf-dialog[b-4b7nx4aldl]  .e-pv-toolbar-mobile {
    display: none !important;
}
/* /Elements/Components/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-cpkadojpj5],
.components-reconnect-repeated-attempt-visible[b-cpkadojpj5],
.components-reconnect-failed-visible[b-cpkadojpj5],
.components-pause-visible[b-cpkadojpj5],
.components-resume-failed-visible[b-cpkadojpj5],
.components-rejoining-animation[b-cpkadojpj5] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-cpkadojpj5],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-cpkadojpj5],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-cpkadojpj5],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-cpkadojpj5],
#components-reconnect-modal.components-reconnect-retrying[b-cpkadojpj5],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-cpkadojpj5],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-cpkadojpj5],
#components-reconnect-modal.components-reconnect-failed[b-cpkadojpj5],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-cpkadojpj5] {
    display: block;
}


#components-reconnect-modal[b-cpkadojpj5] {
    background-color: var(--rz-dialog-background-color);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: var(--rz-dialog-border-radius);
    box-shadow: var(--rz-dialog-shadow);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-cpkadojpj5 0.5s both;
    &[open] {
        animation: components-reconnect-modal-slideUp-b-cpkadojpj5 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-cpkadojpj5 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }

}

#components-reconnect-modal[b-cpkadojpj5]::backdrop {
    background-color: var(--rz-dialog-mask-background-color);
    animation: components-reconnect-modal-fadeInOpacity-b-cpkadojpj5 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-cpkadojpj5 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-cpkadojpj5 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-cpkadojpj5 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-cpkadojpj5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-cpkadojpj5] {
    margin: 0;
    text-align: center;
}

.components-rejoining-animation[b-cpkadojpj5] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-cpkadojpj5] {
        position: absolute;
        border: 3px solid var(--rz-primary);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-cpkadojpj5 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-cpkadojpj5] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-cpkadojpj5 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
