@import '_content/ReactorBlazorQRCodeScanner/ReactorBlazorQRCodeScanner.boasv5qmh0.bundle.scp.css';
@import '_content/WaveWorks.RxComponents/WaveWorks.RxComponents.t0o4d3q1t0.bundle.scp.css';
@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* /Components/HostSessionLoader.razor.rz.scp.css */
.wth-host-session-status[b-k257k0xeaj] {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: grid;
    place-items: center;
    color: var(--cds-icon-primary, #161616);
    background: var(--cds-background, #f4f4f4);
    animation: wth-session-reveal-b-k257k0xeaj 120ms ease-out 180ms both;
}

.wth-host-session-loader[b-k257k0xeaj] {
    position: relative;
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
}

.wth-host-session-loader[b-k257k0xeaj]::before {
    position: absolute;
    inset: 0;
    border: 2px solid var(--cds-border-subtle-01, #c6c6c6);
    border-top-color: currentColor;
    border-radius: 50%;
    content: "";
    animation: wth-session-spin-b-k257k0xeaj 900ms linear infinite;
}

.wth-host-session-mark[b-k257k0xeaj] {
    width: 28px;
    height: 28px;
    background: currentColor;
    mask: url("/_content/WaveWorks.Teams.Messenger.Rcl/images/waveworks-teams-mark-white.svg") center / contain no-repeat;
    -webkit-mask: url("/_content/WaveWorks.Teams.Messenger.Rcl/images/waveworks-teams-mark-white.svg") center / contain no-repeat;
}

@keyframes wth-session-reveal-b-k257k0xeaj {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes wth-session-spin-b-k257k0xeaj {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .wth-host-session-status[b-k257k0xeaj],
    .wth-host-session-loader[b-k257k0xeaj]::before {
        animation: none;
    }

    .wth-host-session-loader[b-k257k0xeaj]::before {
        border-color: var(--cds-border-strong-01, #8d8d8d);
    }
}
/* /Components/Pages/SignIn.razor.rz.scp.css */
.wth-signin-guidance[b-hytoa2sdxq] {
    margin: 0;
    color: var(--cds-text-secondary, #c6c6c6);
    font-size: 0.875rem;
    line-height: 1.45;
}

.wth-signin-guidance strong[b-hytoa2sdxq] {
    color: var(--cds-text-primary, #f4f4f4);
    font-weight: 600;
}

.wth-signin-support[b-hytoa2sdxq] {
    color: var(--cds-text-helper, #a8a8a8);
    font-size: 0.75rem;
    line-height: 1.35;
}

.wth-signin-page[b-hytoa2sdxq] {
    min-height: 100vh;
    background: var(--cds-background, #161616);
    color: var(--cds-text-primary, #f4f4f4);
}

.wth-signin-layout[b-hytoa2sdxq] {
    position: relative;
    z-index: 1;
    min-height: 100vh;
}

.wth-signin-panel[b-hytoa2sdxq] {
    min-height: 100vh;
}

.wth-signin-promotion[b-hytoa2sdxq] {
    min-width: 0;
}

.wth-signin-desktop-titlebar[b-hytoa2sdxq] {
    display: none;
}

html.wwm-desktop-host .wth-signin-desktop-titlebar[b-hytoa2sdxq] {
    position: absolute;
    z-index: 30;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    height: 48px;
    color: var(--cds-text-on-color, #ffffff);
    background: var(--cds-bg-dark, #161616);
    user-select: none;
}

html.wwm-desktop-host .wth-signin-desktop-brand[b-hytoa2sdxq] {
    display: flex;
    align-items: center;
    min-width: 0;
    padding-left: 16px;
}

html.wwm-desktop-host .wth-signin-desktop-brand img[b-hytoa2sdxq] {
    width: 22px;
    height: 22px;
}

html.wwm-desktop-host .wth-signin-layout[b-hytoa2sdxq] {
    height: calc(100vh - 48px);
    min-height: 0;
    margin-top: 48px;
}

html.wwm-desktop-host .wth-signin-panel[b-hytoa2sdxq] {
    min-height: 0;
}
