@import '_content/ReactorBlazorQRCodeScanner/ReactorBlazorQRCodeScanner.boasv5qmh0.bundle.scp.css';
@import '_content/WaveWorks.Docs.Rcl/WaveWorks.Docs.Rcl.lf0r8m0vj6.bundle.scp.css';
@import '_content/WaveWorks.RxComponents/WaveWorks.RxComponents.41x9wp8xtq.bundle.scp.css';
@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* /Components/Account/Pages/Login.razor.rz.scp.css */
.docs-login-shell[b-k7wsojzrnj] {
    min-width: 320px;
    min-height: 100dvh;
    background: var(--cds-background, #ffffff);
    color: var(--cds-text-primary, #161616);
}

.docs-login-header[b-k7wsojzrnj] {
    display: flex;
    flex: 0 0 48px;
    align-items: stretch;
    height: 48px;
    min-height: 48px;
    background: var(--cds-background-inverse, #161616);
    color: var(--cds-text-on-color, #ffffff);
}

.docs-login-brand[b-k7wsojzrnj] {
    display: flex;
    align-items: stretch;
    color: inherit;
    text-decoration: none;
}

.docs-login-brand__logo-wrap[b-k7wsojzrnj] {
    position: relative;
    display: flex;
    flex: 0 0 126px;
    align-items: center;
    width: 126px;
    padding: 0 32px;
}

.docs-login-brand__logo-wrap[b-k7wsojzrnj]::after {
    position: absolute;
    top: 12px;
    right: 0;
    width: 1px;
    height: 24px;
    background: color-mix(in srgb, var(--cds-text-on-color, #ffffff) 20%, transparent);
    content: "";
}

.docs-login-brand__logo[b-k7wsojzrnj] {
    display: block;
    width: 62px;
    height: 28px;
    object-fit: contain;
}

.docs-login-brand__product[b-k7wsojzrnj] {
    display: flex;
    align-items: center;
    min-width: 153px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.docs-login-brand:focus-visible[b-k7wsojzrnj] {
    outline: 2px solid var(--cds-focus, #0f62fe);
    outline-offset: -2px;
    box-shadow:
        inset 0 0 0 1px var(--cds-focus, #0f62fe),
        inset 0 0 0 2px var(--cds-text-on-color, #ffffff);
}

.docs-login-main[b-k7wsojzrnj] {
    display: grid;
    flex: 1 1 auto;
    grid-template-columns: minmax(288px, 4fr) minmax(480px, 12fr);
    min-height: calc(100dvh - 48px);
}

.docs-login-context[b-k7wsojzrnj] {
    padding: 56px 32px;
    border-right: 1px solid var(--cds-border-subtle-01, #e0e0e0);
    background: var(--cds-layer-01, #f4f4f4);
}

.docs-login-context__inner[b-k7wsojzrnj] {
    max-width: 360px;
    margin-left: auto;
}

.docs-login-kicker[b-k7wsojzrnj] {
    margin: 0 0 16px;
    color: var(--cds-text-secondary, #525252);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 16px;
    text-transform: uppercase;
}

.docs-login-context h2[b-k7wsojzrnj] {
    max-width: 336px;
    margin: 0 0 24px;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
}

.docs-login-context p:not(.docs-login-kicker)[b-k7wsojzrnj] {
    max-width: 336px;
    margin: 0;
    color: var(--cds-text-secondary, #525252);
    line-height: 22px;
}

.docs-login-access[b-k7wsojzrnj] {
    max-width: 336px;
    margin: 48px 0 0;
}

.docs-login-access div[b-k7wsojzrnj] {
    padding: 16px 0;
    border-top: 1px solid var(--cds-border-subtle-01, #e0e0e0);
}

.docs-login-access dt[b-k7wsojzrnj] {
    margin: 0 0 4px;
    font-weight: 500;
}

.docs-login-access dd[b-k7wsojzrnj] {
    margin: 0;
    color: var(--cds-text-secondary, #525252);
    font-size: 13px;
    line-height: 20px;
}

.docs-login-form-region[b-k7wsojzrnj] {
    padding: 56px 48px 80px;
    background: var(--cds-background, #ffffff);
}

.docs-login-form-wrap[b-k7wsojzrnj] {
    width: min(100%, 400px);
}

.docs-login-form-wrap h1[b-k7wsojzrnj] {
    margin: 0 0 8px;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
}

.docs-login-intro[b-k7wsojzrnj] {
    margin: 0 0 32px;
    color: var(--cds-text-secondary, #525252);
    line-height: 22px;
}

.docs-login-form-wrap form[b-k7wsojzrnj] {
    display: flex;
    flex-direction: column;
}

.docs-login-field[b-k7wsojzrnj] {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.docs-login-field label[b-k7wsojzrnj] {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

[b-k7wsojzrnj] .docs-login-input {
    width: 100%;
    height: 48px !important;
    padding: 0 16px;
    border: 0 !important;
    border-bottom: 1px solid var(--cds-border-strong-01, #8d8d8d) !important;
    border-radius: 0;
    background: var(--cds-rw-ctrl-bg, #f4f4f4);
    color: var(--cds-text-primary, #161616);
    font: inherit !important;
}

[b-k7wsojzrnj] .docs-login-input::placeholder {
    color: var(--cds-text-placeholder, #a8a8a8);
}

[b-k7wsojzrnj] .docs-login-input:focus,
[b-k7wsojzrnj] .docs-login-input:focus-visible {
    border-bottom-color: transparent !important;
    outline: 2px solid var(--cds-focus, #0f62fe) !important;
    outline-offset: -2px;
    box-shadow:
        inset 0 0 0 1px var(--cds-focus, #0f62fe),
        inset 0 0 0 2px var(--cds-background, #ffffff);
}

.docs-login-remember[b-k7wsojzrnj] {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    min-height: 32px;
    margin: 0 0 16px;
    cursor: pointer;
}

[b-k7wsojzrnj] .docs-login-checkbox {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: var(--cds-icon-primary, #161616);
}

[b-k7wsojzrnj] .docs-login-checkbox:focus-visible {
    outline: 2px solid var(--cds-focus, #0f62fe);
    outline-offset: -2px;
    box-shadow:
        inset 0 0 0 1px var(--cds-focus, #0f62fe),
        inset 0 0 0 2px var(--cds-background, #ffffff);
}

[b-k7wsojzrnj] button.docs-login-submit {
    justify-content: flex-start;
    width: 100%;
    height: 48px !important;
    min-height: 48px;
    margin: 0 0 24px;
    padding: 14px 16px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

[b-k7wsojzrnj] button.docs-login-submit:focus,
[b-k7wsojzrnj] button.docs-login-submit:focus-visible {
    outline: 2px solid var(--cds-focus, #0f62fe) !important;
    outline-offset: -2px;
    box-shadow:
        inset 0 0 0 1px var(--cds-focus, #0f62fe),
        inset 0 0 0 2px var(--cds-text-on-color, #ffffff);
}

.docs-login-forgot[b-k7wsojzrnj] {
    align-self: flex-start;
    color: var(--cds-link-primary, #0f62fe);
    line-height: 20px;
    text-decoration: none;
}

.docs-login-forgot:hover[b-k7wsojzrnj] {
    text-decoration: underline;
}

.docs-login-forgot:focus-visible[b-k7wsojzrnj] {
    outline: 2px solid var(--cds-focus, #0f62fe);
    outline-offset: 2px;
}

[b-k7wsojzrnj] .docs-login-validation-summary {
    margin: 0 0 24px;
    padding: 12px 16px;
    border-left: 3px solid var(--cds-support-error, #da1e28);
    background: var(--cds-notification-background-error, #fff1f1);
    color: var(--cds-text-primary, #161616);
}

[b-k7wsojzrnj] .docs-login-validation-summary ul {
    margin: 0;
    padding-left: 20px;
}

[b-k7wsojzrnj] .docs-login-validation-summary.validation-valid {
    display: none;
}

[b-k7wsojzrnj] .docs-login-validation-message {
    margin-top: 4px;
    color: var(--cds-text-error, #da1e28);
    font-size: 12px;
    line-height: 16px;
}

[b-k7wsojzrnj] .alert {
    margin: 0 0 24px;
    padding: 12px 16px;
    border: 0;
    border-left: 3px solid;
    border-radius: 0;
}

[b-k7wsojzrnj] .alert-danger {
    border-left-color: var(--cds-support-error, #da1e28);
    background: var(--cds-notification-background-error, #fff1f1);
    color: var(--cds-text-primary, #161616);
}

[b-k7wsojzrnj] .alert-success {
    border-left-color: var(--cds-support-success, #198038);
    background: var(--cds-notification-background-success, #defbe6);
    color: var(--cds-text-primary, #161616);
}

@media (max-width: 1056px) {
    .docs-login-main[b-k7wsojzrnj] {
        grid-template-columns: minmax(272px, 5fr) minmax(400px, 7fr);
    }

    .docs-login-context[b-k7wsojzrnj] {
        padding-inline: 24px;
    }

    .docs-login-form-region[b-k7wsojzrnj] {
        padding-inline: 32px;
    }
}

@media (max-width: 672px) {
    .docs-login-brand__logo-wrap[b-k7wsojzrnj] {
        flex-basis: 104px;
        width: 104px;
        padding-inline: 20px;
    }

    .docs-login-brand__product[b-k7wsojzrnj] {
        min-width: 0;
    }

    .docs-login-main[b-k7wsojzrnj] {
        display: block;
        min-height: calc(100dvh - 48px);
    }

    .docs-login-context[b-k7wsojzrnj] {
        display: none;
    }

    .docs-login-form-region[b-k7wsojzrnj] {
        min-height: calc(100dvh - 48px);
        padding: 40px 24px 64px;
    }

    .docs-login-form-wrap[b-k7wsojzrnj] {
        width: 100%;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-in9kclf83u] {
    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-in9kclf83u] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-e0ufwdfxol],
.components-reconnect-repeated-attempt-visible[b-e0ufwdfxol],
.components-reconnect-failed-visible[b-e0ufwdfxol],
.components-pause-visible[b-e0ufwdfxol],
.components-resume-failed-visible[b-e0ufwdfxol],
.components-rejoining-animation[b-e0ufwdfxol] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-e0ufwdfxol],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-e0ufwdfxol],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-e0ufwdfxol],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-e0ufwdfxol],
#components-reconnect-modal.components-reconnect-retrying[b-e0ufwdfxol],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-e0ufwdfxol],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-e0ufwdfxol],
#components-reconnect-modal.components-reconnect-failed[b-e0ufwdfxol],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-e0ufwdfxol] {
    display: block;
}


#components-reconnect-modal[b-e0ufwdfxol] {
    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-e0ufwdfxol 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-e0ufwdfxol 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-e0ufwdfxol 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-e0ufwdfxol]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-e0ufwdfxol 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-e0ufwdfxol {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-e0ufwdfxol {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-e0ufwdfxol {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-e0ufwdfxol] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-e0ufwdfxol] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-e0ufwdfxol] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-e0ufwdfxol] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-e0ufwdfxol] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-e0ufwdfxol] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-e0ufwdfxol] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-e0ufwdfxol 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-e0ufwdfxol] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-e0ufwdfxol {
    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;
    }
}
