/* /Components/ClientAuthorisations/CafDocumentPreview.razor.rz.scp.css */
.caf-live-preview[b-mxi8j7qp15] {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid var(--rz-base-300);
    background: white;
}

.caf-preview-value[b-mxi8j7qp15] {
    fill: #71204d;
    font: 600 9px Arial, sans-serif;
    pointer-events: none;
}

.caf-preview-mark[b-mxi8j7qp15] {
    fill: #7a164c;
    font: 700 13px Arial, sans-serif;
    pointer-events: none;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xwkpcyczkw],
.components-reconnect-repeated-attempt-visible[b-xwkpcyczkw],
.components-reconnect-failed-visible[b-xwkpcyczkw],
.components-pause-visible[b-xwkpcyczkw],
.components-resume-failed-visible[b-xwkpcyczkw],
.components-rejoining-animation[b-xwkpcyczkw] {
    display: none;
}

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


#components-reconnect-modal[b-xwkpcyczkw] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-xwkpcyczkw 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-xwkpcyczkw 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-xwkpcyczkw 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-xwkpcyczkw]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-xwkpcyczkw 0.5s ease-in-out;
    opacity: 1;
}

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

#components-reconnect-modal button[b-xwkpcyczkw] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-xwkpcyczkw] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-xwkpcyczkw] {
        background-color: #6b9ed2;
    }

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

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

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

@keyframes components-rejoining-animation-b-xwkpcyczkw {
    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;
    }
}
/* /Components/Pages/AccountLogin.razor.rz.scp.css */
.account-login-page[b-alabmlvuht] {
    min-height: calc(100vh - 8.5rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 0;
}

.account-login-shell[b-alabmlvuht] {
    width: min(100%, 1440px);
    padding: 0;
    background: #f7f7f5;
    margin: auto;
}

.account-login[b-alabmlvuht] {
    width: 100%;
    min-height: min(820px, calc(100vh - 11.5rem));
    margin: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(360px, 0.95fr);
    gap: 0;
    align-items: stretch;
}

.account-login__intro[b-alabmlvuht] {
    padding: 4rem 4.5rem 3rem;
    color: #fff;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 32%),
        linear-gradient(145deg, #1f39d8 0%, #2f2dcb 42%, #1b2496 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2.5rem;
    overflow: hidden;
    position: relative;
}

.account-login__intro[b-alabmlvuht]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px);
    background-size: 3px 3px;
    opacity: 0.24;
    pointer-events: none;
}

.account-login__intro[b-alabmlvuht]::after {
    content: "";
    position: absolute;
    inset: 7% 12% -8% -14%;
    background:
        radial-gradient(circle at 20% 20%, transparent 0 34%, rgba(255, 255, 255, 0.1) 34.3% 34.7%, transparent 35%),
        radial-gradient(circle at 20% 20%, transparent 0 46%, rgba(255, 255, 255, 0.09) 46.3% 46.7%, transparent 47%),
        radial-gradient(circle at 20% 20%, transparent 0 58%, rgba(255, 255, 255, 0.08) 58.3% 58.7%, transparent 59%),
        radial-gradient(circle at 20% 20%, transparent 0 70%, rgba(255, 255, 255, 0.07) 70.3% 70.7%, transparent 71%),
        radial-gradient(circle at 20% 20%, transparent 0 82%, rgba(255, 255, 255, 0.06) 82.3% 82.7%, transparent 83%);
    pointer-events: none;
}

.account-login__intro-top[b-alabmlvuht],
.account-login__copy[b-alabmlvuht],
.account-login__intro-footer[b-alabmlvuht] {
    position: relative;
    z-index: 1;
}

.account-login__brand-name[b-alabmlvuht] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0;
}

.account-login__logo[b-alabmlvuht] {
    width: 100%;
    max-width: 300px;
    max-height: 60px;
    height: auto;
    filter: brightness(0) invert(1);
}

.account-login__eyebrow[b-alabmlvuht] {
    margin: 0 0 0.35rem;
    font-size: clamp(2rem, 4vw, 3.3rem);
    font-weight: 600;
    line-height: 1;
}

.account-login__copy h1[b-alabmlvuht],
.account-login__copy h1.rz-text-h1[b-alabmlvuht] {
    margin: 0;
    max-width: 8ch;
    font-size: clamp(3.6rem, 8vw, 6.6rem);
    font-weight: 800;
    line-height: 0.95;
}

.account-login__lead[b-alabmlvuht] {
    margin: 2rem 0 0;
    max-width: 31rem;
    font-size: 1.1rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

.account-login__intro-footer[b-alabmlvuht] {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.56);
}

.account-login__panel[b-alabmlvuht] {
    padding: 4.5rem 4rem;
    background: #fcfcfb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}

.account-login__panel-header h2[b-alabmlvuht] {
    margin: 0;
    color: #131313;
    font-size: 2.15rem;
    line-height: 1.15;
}

.account-login__panel-header p[b-alabmlvuht] {
    margin: 0.85rem 0 0;
    color: #7b7b7b;
    line-height: 1.5;
}

.account-login__form[b-alabmlvuht] {
    display: grid;
    gap: 1.35rem;
}

.account-login__field[b-alabmlvuht] {
    display: grid;
    gap: 0.4rem;
}

.account-login__field label[b-alabmlvuht],
.account-login__remember label[b-alabmlvuht] {
    color: #8b8b8b;
    font-size: 0.95rem;
    font-weight: 500;
}

[b-alabmlvuht] .account-login__input {
    width: 100%;
    min-height: 3.45rem;
    padding-inline: 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 1rem;
    color: #111;
}

[b-alabmlvuht] .account-login__input:hover {
    border-color: #a0a0a0;
}

[b-alabmlvuht] .account-login__input:focus {
    border-color: #101010;
    box-shadow: none;
}

.account-login__actions[b-alabmlvuht] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem 1rem;
    flex-wrap: wrap;
}

.account-login__remember[b-alabmlvuht] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

[b-alabmlvuht] .account-login__remember .rz-chkbox-box {
    border-radius: 4px;
    border-color: #bcbcbc;
}

.account-login__forgot[b-alabmlvuht] {
    color: #141414;
    font-weight: 700;
    text-decoration: none;
}

.account-login__forgot:hover[b-alabmlvuht] {
    text-decoration: underline;
}

[b-alabmlvuht] .account-login__submit {
    width: 100%;
    min-height: 3.35rem;
    border: 0;
    border-radius: 8px;
    background: #141414;
    box-shadow: none;
    font-size: 1rem;
    font-weight: 700;
}

[b-alabmlvuht] .account-login__submit:hover,
[b-alabmlvuht] .account-login__submit:focus-visible {
    background: #000;
}

@media (max-width: 960px) {
    .account-login-page[b-alabmlvuht],
    .account-login-shell[b-alabmlvuht],
    .account-login[b-alabmlvuht] {
        min-height: auto;
    }

    .account-login[b-alabmlvuht] {
        grid-template-columns: 1fr;
    }

    .account-login__intro[b-alabmlvuht],
    .account-login__panel[b-alabmlvuht] {
        padding: 2rem 1.5rem;
    }

    .account-login__copy h1[b-alabmlvuht] {
        max-width: 10ch;
    }
}

@media (max-width: 640px) {
    .account-login__intro[b-alabmlvuht],
    .account-login__panel[b-alabmlvuht] {
        padding: 1.5rem 1rem;
    }

    .account-login__eyebrow[b-alabmlvuht] {
        font-size: 1.75rem;
    }

    .account-login__copy h1[b-alabmlvuht],
    .account-login__copy h1.rz-text-h1[b-alabmlvuht] {
        font-size: 3.25rem;
    }

    .account-login__actions[b-alabmlvuht] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Pages/AdministrationOptions.razor.rz.scp.css */
.collapsible-options-card[b-icf5s2b6ix] {
    overflow: hidden;
}

.options-card-section > summary[b-icf5s2b6ix] {
    padding: 1.15rem 1.25rem;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    user-select: none;
}

.options-card-section > summary:hover[b-icf5s2b6ix] {
    background: var(--rz-base-100);
}

.options-card-section[open] > summary[b-icf5s2b6ix] {
    border-bottom: 1px solid var(--rz-base-300);
}

.options-card-section > .options-card-content[b-icf5s2b6ix] {
    padding: 1.25rem;
}

.mapping-section[b-icf5s2b6ix] {
    border: 1px solid var(--rz-base-300);
    border-radius: var(--rz-border-radius);
    background: var(--rz-base-background-color);
    overflow: hidden;

    summary {
        cursor: pointer;
        font-weight: 600;
        padding: 0.9rem 1rem;
        user-select: none;
    }

    summary:hover[b-icf5s2b6ix] {
        background: var(--rz-base-100);
    }

     .mapping-section-content[b-icf5s2b6ix] {
        padding: 20px;
    }
}

.mapping-section[open][b-icf5s2b6ix] {
    summary {
        border-bottom: 1px solid var(--rz-base-300);
    }
}

.options-save-card[b-icf5s2b6ix] {
    position: sticky;
    bottom: 0.75rem;
    z-index: 5;
    box-shadow: var(--rz-shadow-4);
}

.attribute-json[b-icf5s2b6ix] {
    max-height: 32rem;
    margin: 0;
    padding: 1rem;
    overflow: auto;
    border: 1px solid var(--rz-base-300);
    border-radius: var(--rz-border-radius);
    background: var(--rz-base-100);
    font-size: 0.85rem;
    line-height: 1.45;
    white-space: pre;
    user-select: text;
}
/* /Components/Pages/ClientAuthorisationsCreate.razor.rz.scp.css */
.caf-create-layout[b-le736vqif7] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1.25rem var(--caf-preview-width, 360px);
    align-items: start;
    gap: .5rem;
}

.caf-editor-column[b-le736vqif7] {
    min-width: 0;
}

.caf-matter-attributes[b-le736vqif7] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .75rem;
    margin-bottom: 1rem;
}

.caf-matter-attributes-card[b-le736vqif7] {
    width: 100%;
}

.caf-matter-attributes-table[b-le736vqif7] {
    max-height: 20rem;
    overflow: auto;
    border: 1px solid var(--rz-base-300);
    border-radius: var(--rz-border-radius);
}

.caf-matter-attribute-row[b-le736vqif7] {
    display: grid;
    grid-template-columns: minmax(10rem, 35%) minmax(0, 1fr);
    gap: 1rem;
    padding: .625rem .75rem;
    border-bottom: 1px solid var(--rz-base-200);
}

.caf-matter-attribute-row:last-child[b-le736vqif7] {
    border-bottom: 0;
}

.caf-matter-attribute-row code[b-le736vqif7],
.caf-matter-attribute-row span[b-le736vqif7] {
    overflow-wrap: anywhere;
}

.caf-document-preview[b-le736vqif7] {
    position: sticky;
    top: 1rem;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    padding: 1rem;
    border: 1px solid var(--rz-base-300);
    border-radius: var(--rz-border-radius);
    background: var(--rz-base-background-color);
    box-shadow: var(--rz-shadow-2);
}

.caf-column-resizer[b-le736vqif7] {
    position: sticky;
    top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 2rem);
    min-height: 10rem;
    cursor: col-resize;
    touch-action: none;
    user-select: none;
    border-radius: var(--rz-border-radius);
}

.caf-column-resizer span[b-le736vqif7] {
    width: 4px;
    height: 3.5rem;
    border-radius: 999px;
    background: var(--rz-base-400);
    transition: width .15s ease, background-color .15s ease;
}

.caf-column-resizer:hover span[b-le736vqif7],
.caf-column-resizer:focus-visible span[b-le736vqif7],
.caf-column-resizer.is-resizing span[b-le736vqif7] {
    width: 6px;
    background: var(--rz-primary);
}

.caf-column-resizer:focus-visible[b-le736vqif7] {
    outline: 2px solid var(--rz-primary);
    outline-offset: 2px;
}

.caf-document-preview-header[b-le736vqif7] {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    margin-bottom: .75rem;
}

@media (max-width: 1050px) {
    .caf-create-layout[b-le736vqif7] {
        --caf-preview-width: 280px;
    }
}

@media (max-width: 820px) {
    .caf-create-layout[b-le736vqif7] {
        grid-template-columns: minmax(0, 1fr);
    }

    .caf-column-resizer[b-le736vqif7] {
        display: none;
    }

    .caf-document-preview[b-le736vqif7] {
        position: static;
        max-height: none;
    }

    .caf-matter-attribute-row[b-le736vqif7] {
        grid-template-columns: minmax(0, 1fr);
        gap: .25rem;
    }
}
