@import '_content/unQbd.Shared/unQbd.Shared.j729djeqjn.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-bnt2zxtjtm] {
    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-bnt2zxtjtm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-9d1qdz9am8],
.components-reconnect-repeated-attempt-visible[b-9d1qdz9am8],
.components-reconnect-failed-visible[b-9d1qdz9am8],
.components-pause-visible[b-9d1qdz9am8],
.components-resume-failed-visible[b-9d1qdz9am8],
.components-rejoining-animation[b-9d1qdz9am8] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-9d1qdz9am8],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-9d1qdz9am8],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-9d1qdz9am8],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-9d1qdz9am8],
#components-reconnect-modal.components-reconnect-retrying[b-9d1qdz9am8],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-9d1qdz9am8],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-9d1qdz9am8],
#components-reconnect-modal.components-reconnect-failed[b-9d1qdz9am8],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-9d1qdz9am8] {
    display: block;
}


#components-reconnect-modal[b-9d1qdz9am8] {
    background-color: #222222;
    color: #e0e0e0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    width: min(22rem, calc(100vw - 2rem));
    margin: 20vh auto;
    padding: 2.25rem 2rem;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-9d1qdz9am8 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-9d1qdz9am8 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-9d1qdz9am8 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-9d1qdz9am8]::backdrop {
    background-color: rgba(0, 0, 0, 0.55);
    animation: components-reconnect-modal-fadeInOpacity-b-9d1qdz9am8 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-9d1qdz9am8 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-9d1qdz9am8 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-9d1qdz9am8 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-9d1qdz9am8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

#components-reconnect-modal p[b-9d1qdz9am8] {
    margin: 0;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #e0e0e0;
}

#components-reconnect-modal button[b-9d1qdz9am8] {
    border: 0;
    background-color: #00b4ff;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.5rem 1.75rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    #components-reconnect-modal button:hover[b-9d1qdz9am8] {
        background-color: #009de0;
    }

    #components-reconnect-modal button:active[b-9d1qdz9am8] {
        background-color: #0088c2;
    }

.components-rejoining-animation[b-9d1qdz9am8] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-9d1qdz9am8] {
        position: absolute;
        border: 3px solid #00b4ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-9d1qdz9am8 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-9d1qdz9am8] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-9d1qdz9am8 {
    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/Admin/AdminCohortBroadcast.razor.rz.scp.css */
.studio-shell[b-7twzrla04p] {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 2.5rem 0 5rem;
    color: #13243a;
}

.studio-header h1[b-7twzrla04p] {
    margin: .15rem 0;
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.studio-eyebrow[b-7twzrla04p] {
    color: #087ca7;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.studio-card[b-7twzrla04p] {
    max-width: 720px;
    margin-top: 1.5rem;
    padding: 2rem;
    border: 1px solid #dce7ef;
    border-radius: 1rem;
    background: #fff;
}

.studio-player[b-7twzrla04p] {
    position: relative;
    overflow: hidden;
    margin-top: 1.5rem;
    aspect-ratio: 16 / 9;
    border-radius: 1rem;
    background: #071321;
}

.studio-screen[b-7twzrla04p] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.studio-camera[b-7twzrla04p] {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: min(25%, 260px);
    aspect-ratio: 16 / 10;
    border: 2px solid #fff;
    border-radius: .75rem;
    background: #142235;
    object-fit: cover;
}

.studio-player.camera-only .studio-camera[b-7twzrla04p] {
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
}

.studio-status[b-7twzrla04p] {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    padding: .55rem .8rem;
    border-radius: .5rem;
    background: rgba(0, 0, 0, .7);
    color: #fff;
}

.studio-controls[b-7twzrla04p] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1rem;
}

.studio-controls button[b-7twzrla04p],
.primary-action[b-7twzrla04p] {
    padding: .8rem 1.1rem;
    border: 1px solid #9eb3c2;
    border-radius: .65rem;
    background: #fff;
    color: #13243a;
    font-weight: 800;
    cursor: pointer;
}

.primary-action[b-7twzrla04p] {
    border: 0;
    background: #00a9e8;
    color: #061726;
}

.studio-controls .danger-action[b-7twzrla04p] {
    border-color: #b9293b;
    color: #a51d2d;
}

.studio-error[b-7twzrla04p] {
    color: #a51d2d;
    font-weight: 700;
}
/* /Components/Pages/Admin/AdminCohortBroadcastOperations.razor.rz.scp.css */
.cbo-shell[b-s6fkz043u1] {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 2.5rem 0 5rem;
    color: #13243a;
}

.cbo-header[b-s6fkz043u1] {
    margin-bottom: 1.5rem;
}

.cbo-header h1[b-s6fkz043u1] {
    margin: .15rem 0;
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.cbo-eyebrow[b-s6fkz043u1] {
    margin: 0;
    color: #087ca7;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cbo-card[b-s6fkz043u1],
.cbo-alert[b-s6fkz043u1],
.cbo-message[b-s6fkz043u1],
.cbo-error[b-s6fkz043u1] {
    margin: 1rem 0;
    padding: 1.25rem;
    border: 1px solid #dce7ef;
    border-radius: 1rem;
    background: #fff;
}

.cbo-alert[b-s6fkz043u1] {
    border-color: #d79a31;
    background: #fff8e8;
}

.cbo-message[b-s6fkz043u1] {
    border-color: #23865d;
    background: #eefaf5;
}

.cbo-error[b-s6fkz043u1],
.cbo-warning[b-s6fkz043u1] {
    color: #a51d2d;
    font-weight: 700;
}

.cbo-prepare[b-s6fkz043u1],
.cbo-session-header[b-s6fkz043u1],
.cbo-actions[b-s6fkz043u1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cbo-session-list[b-s6fkz043u1] {
    display: grid;
    gap: 1rem;
}

.cbo-count[b-s6fkz043u1],
.cbo-status[b-s6fkz043u1] {
    display: inline-block;
    padding: .35rem .65rem;
    border-radius: 999px;
    background: #e8f5fb;
    color: #075d80;
    font-weight: 800;
    white-space: nowrap;
}

.cbo-state-grid[b-s6fkz043u1] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
    margin: 1.25rem 0;
}

.cbo-state-grid div[b-s6fkz043u1] {
    padding: .85rem;
    border-radius: .75rem;
    background: #f4f8fb;
}

.cbo-state-grid dt[b-s6fkz043u1] {
    color: #527083;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.cbo-state-grid dd[b-s6fkz043u1] {
    margin: .2rem 0 0;
    font-weight: 800;
}

.cbo-lock-note[b-s6fkz043u1] {
    padding: .85rem 1rem;
    border-left: 4px solid #087ca7;
    background: #f4f8fb;
}

.cbo-actions[b-s6fkz043u1] {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 1rem 0 1.5rem;
}

.cbo-primary[b-s6fkz043u1],
.cbo-secondary[b-s6fkz043u1] {
    display: inline-block;
    padding: .75rem 1rem;
    border: 1px solid #087ca7;
    border-radius: .65rem;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.cbo-primary[b-s6fkz043u1] {
    border-color: #00a9e8;
    background: #00a9e8;
    color: #061726;
}

.cbo-secondary[b-s6fkz043u1] {
    background: #fff;
    color: #075d80;
}

.cbo-muted[b-s6fkz043u1] {
    color: #60798a;
}

.cbo-table-wrap[b-s6fkz043u1] {
    overflow-x: auto;
}

.cbo-table-wrap table[b-s6fkz043u1] {
    width: 100%;
    border-collapse: collapse;
}

.cbo-table-wrap th[b-s6fkz043u1],
.cbo-table-wrap td[b-s6fkz043u1] {
    padding: .75rem;
    border-bottom: 1px solid #dce7ef;
    text-align: left;
}

.cbo-recovery[b-s6fkz043u1]  form {
    display: grid;
    max-width: 720px;
    gap: .8rem;
}

.cbo-recovery[b-s6fkz043u1]  select {
    width: 100%;
    padding: .7rem;
}

.cbo-recovery fieldset[b-s6fkz043u1] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    border: 0;
    padding: .5rem 0;
}

@media (max-width: 760px) {
    .cbo-prepare[b-s6fkz043u1],
    .cbo-session-header[b-s6fkz043u1] {
        align-items: flex-start;
        flex-direction: column;
    }

    .cbo-state-grid[b-s6fkz043u1] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin/AdminCohortViewerTest.razor.rz.scp.css */
.cvt-shell[b-xhzr3dgslk] {
    width: min(1000px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 2.5rem 0 5rem;
    color: #13243a;
}

.cvt-eyebrow[b-xhzr3dgslk] {
    color: #087ca7;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cvt-card[b-xhzr3dgslk] {
    max-width: 720px;
    margin-top: 1.5rem;
    padding: 1.5rem;
    border: 1px solid #dce7ef;
    border-radius: 1rem;
    background: #fff;
}

.cvt-primary[b-xhzr3dgslk] {
    margin-top: 1rem;
    padding: .8rem 1.1rem;
    border: 0;
    border-radius: .65rem;
    background: #00a9e8;
    color: #061726;
    font-weight: 800;
    cursor: pointer;
}

.cvt-player[b-xhzr3dgslk] {
    position: relative;
    overflow: hidden;
    margin-top: 1.5rem;
    aspect-ratio: 16 / 9;
    border-radius: 1rem;
    background: #071321;
}

.cvt-screen[b-xhzr3dgslk] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cvt-camera[b-xhzr3dgslk] {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: min(25%, 240px);
    aspect-ratio: 16 / 10;
    border: 2px solid #fff;
    border-radius: .75rem;
    background: #142235;
    object-fit: cover;
}

.cvt-status[b-xhzr3dgslk] {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    padding: .55rem .8rem;
    border-radius: .5rem;
    background: rgba(0, 0, 0, .7);
    color: #fff;
}

.cvt-error[b-xhzr3dgslk] {
    color: #a51d2d;
    font-weight: 700;
}
/* /Components/Pages/Cohort/CohortIntroSession.razor.rz.scp.css */
.cohort-session-shell[b-nneic8ynjn] {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 3rem 0 5rem;
    color: #13243a;
}

.session-header[b-nneic8ynjn] {
    margin-bottom: 1.5rem;
}

.session-header h1[b-nneic8ynjn] {
    margin: .2rem 0 .35rem;
    font-size: clamp(2rem, 5vw, 3.4rem);
}

.session-eyebrow[b-nneic8ynjn] {
    color: #087ca7;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.session-card[b-nneic8ynjn] {
    max-width: 720px;
    padding: 2rem;
    border: 1px solid #dce7ef;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 18px 50px rgba(24, 55, 82, .08);
}

.broadcast-player[b-nneic8ynjn] {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 1rem;
    background: #071321;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .2);
}

.broadcast-screen[b-nneic8ynjn] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.broadcast-camera[b-nneic8ynjn] {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: min(25%, 260px);
    aspect-ratio: 16 / 10;
    border: 2px solid rgba(255, 255, 255, .85);
    border-radius: .75rem;
    background: #142235;
    object-fit: cover;
}

.broadcast-player.camera-only .broadcast-camera[b-nneic8ynjn] {
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
}

.broadcast-status[b-nneic8ynjn] {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    max-width: 70%;
    padding: .55rem .8rem;
    border-radius: .5rem;
    background: rgba(0, 0, 0, .68);
    color: #fff;
}

.enable-sound[b-nneic8ynjn] {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    padding: .8rem 1.2rem;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #071321;
    font-weight: 800;
}

.primary-action[b-nneic8ynjn],
.secondary-action[b-nneic8ynjn] {
    margin-top: 1rem;
    padding: .8rem 1.2rem;
    border-radius: .65rem;
    font-weight: 800;
    cursor: pointer;
}

.primary-action[b-nneic8ynjn] {
    border: 0;
    background: #00a9e8;
    color: #061726;
}

.secondary-action[b-nneic8ynjn] {
    border: 1px solid #9eb3c2;
    background: #fff;
    color: #13243a;
}

.session-error[b-nneic8ynjn] {
    color: #a51d2d;
    font-weight: 700;
}

@media (max-width: 640px) {
    .cohort-session-shell[b-nneic8ynjn] {
        padding-top: 1.5rem;
    }

    .session-card[b-nneic8ynjn] {
        padding: 1.25rem;
    }

    .broadcast-camera[b-nneic8ynjn] {
        width: 32%;
        right: .5rem;
        bottom: .5rem;
    }
}
/* /Components/Pages/Cohort/CohortSession.razor.rz.scp.css */
.cohort-session-shell[b-usdq6etqci] {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 3rem 0 5rem;
    color: #13243a;
}

.session-header[b-usdq6etqci] {
    margin-bottom: 1.5rem;
}

.session-header h1[b-usdq6etqci] {
    margin: .2rem 0 .35rem;
    font-size: clamp(2rem, 5vw, 3.4rem);
}

.session-eyebrow[b-usdq6etqci] {
    color: #087ca7;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.session-card[b-usdq6etqci] {
    max-width: 720px;
    padding: 2rem;
    border: 1px solid #dce7ef;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 18px 50px rgba(24, 55, 82, .08);
}

.broadcast-player[b-usdq6etqci],
.replay-player[b-usdq6etqci] {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 1rem;
    background: #071321;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .2);
}

.broadcast-screen[b-usdq6etqci],
.replay-player video[b-usdq6etqci] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.broadcast-camera[b-usdq6etqci] {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: min(25%, 260px);
    aspect-ratio: 16 / 10;
    border: 2px solid rgba(255, 255, 255, .85);
    border-radius: .75rem;
    background: #142235;
    object-fit: cover;
}

.broadcast-player.camera-only .broadcast-camera[b-usdq6etqci] {
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
}

.broadcast-status[b-usdq6etqci] {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    max-width: 70%;
    padding: .55rem .8rem;
    border-radius: .5rem;
    background: rgba(0, 0, 0, .68);
    color: #fff;
}

.enable-sound[b-usdq6etqci] {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    padding: .8rem 1.2rem;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #071321;
    font-weight: 800;
}

.primary-action[b-usdq6etqci],
.secondary-action[b-usdq6etqci] {
    margin-top: 1rem;
    padding: .8rem 1.2rem;
    border-radius: .65rem;
    font-weight: 800;
    cursor: pointer;
}

.primary-action[b-usdq6etqci] {
    border: 0;
    background: #00a9e8;
    color: #061726;
}

.secondary-action[b-usdq6etqci] {
    border: 1px solid #9eb3c2;
    background: #fff;
    color: #13243a;
}

.session-error[b-usdq6etqci] {
    color: #a51d2d;
    font-weight: 700;
}

@media (max-width: 640px) {
    .cohort-session-shell[b-usdq6etqci] {
        padding-top: 1.5rem;
    }

    .session-card[b-usdq6etqci] {
        padding: 1.25rem;
    }

    .broadcast-camera[b-usdq6etqci] {
        width: 32%;
        right: .5rem;
        bottom: .5rem;
    }
}
