@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qm3m5mz2up],
.components-reconnect-repeated-attempt-visible[b-qm3m5mz2up],
.components-reconnect-failed-visible[b-qm3m5mz2up],
.components-pause-visible[b-qm3m5mz2up],
.components-resume-failed-visible[b-qm3m5mz2up],
.components-rejoining-animation[b-qm3m5mz2up] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qm3m5mz2up],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qm3m5mz2up],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qm3m5mz2up],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qm3m5mz2up],
#components-reconnect-modal.components-reconnect-retrying[b-qm3m5mz2up],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qm3m5mz2up],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qm3m5mz2up],
#components-reconnect-modal.components-reconnect-failed[b-qm3m5mz2up],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qm3m5mz2up] {
    display: block;
}


#components-reconnect-modal[b-qm3m5mz2up] {
    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-qm3m5mz2up 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-qm3m5mz2up 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-qm3m5mz2up 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-qm3m5mz2up]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-qm3m5mz2up 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-qm3m5mz2up {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-qm3m5mz2up {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-qm3m5mz2up {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-qm3m5mz2up] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-qm3m5mz2up] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-qm3m5mz2up] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-qm3m5mz2up] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-qm3m5mz2up] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-qm3m5mz2up] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-qm3m5mz2up] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-qm3m5mz2up 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-qm3m5mz2up] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-qm3m5mz2up {
    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/Shared/BarRow.razor.rz.scp.css */
.bar-row[b-szjc7hwlez] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 12px;
    padding: 2px 4px;
    border-radius: calc(var(--control-corner-radius) * 1px);
    /* The row is an anchor, so the link defaults have to be undone. */
    color: inherit;
    text-decoration: none;
}

.bar-row-link[b-szjc7hwlez] {
    cursor: pointer;
    transition: background 120ms ease-out;
}

    .bar-row-link:hover[b-szjc7hwlez] {
        background: var(--neutral-fill-stealth-hover);
    }

    .bar-row-link:focus-visible[b-szjc7hwlez] {
        outline: calc(var(--focus-stroke-width) * 1px) solid var(--accent-fill-rest);
        outline-offset: 1px;
    }

.bar-row-top[b-szjc7hwlez] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.bar-row-label[b-szjc7hwlez] {
    overflow: hidden;
    color: var(--neutral-foreground-rest);
    font-size: var(--type-ramp-minus-1-font-size);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bar-row-value[b-szjc7hwlez] {
    flex: none;
    color: var(--neutral-foreground-hint);
    font-size: var(--type-ramp-minus-1-font-size);
    font-variant-numeric: tabular-nums;
}

.bar-row-track[b-szjc7hwlez] {
    height: 8px;
    border-radius: 4px;
    /* The track reads as the surface the bar sits on, not as a second series. */
    background: var(--neutral-fill-stealth-hover);
    overflow: hidden;
}

.bar-row-fill[b-szjc7hwlez] {
    height: 100%;
    border-radius: 4px;
    transition: width 200ms ease-out;
}
/* /Components/Shared/SectionHeading.razor.rz.scp.css */
.section-heading[b-wzyw5ljgm4] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
}

.section-heading-title[b-wzyw5ljgm4] {
    margin: 0;
    font-size: var(--type-ramp-plus-2-font-size);
    font-weight: 600;
    line-height: 1.2;
    color: var(--neutral-foreground-rest);
}

.section-heading-caption[b-wzyw5ljgm4] {
    color: var(--neutral-foreground-hint);
    font-size: var(--type-ramp-minus-1-font-size);
}
/* /Components/Shared/StatTile.razor.rz.scp.css */
.stat-tile[b-tqzmin2wp7] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    padding: 14px 16px;
    border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
    border-left: 3px solid var(--tile-accent);
    border-radius: calc(var(--control-corner-radius) * 2px);
    background: var(--neutral-layer-2);
    /* The tile is an anchor, so the link defaults have to be undone. */
    color: inherit;
    text-decoration: none;
}

/* Only a tile that actually goes somewhere reacts to the pointer. */
.stat-tile-link[b-tqzmin2wp7] {
    cursor: pointer;
    transition: background 120ms ease-out, transform 120ms ease-out;
}

    .stat-tile-link:hover[b-tqzmin2wp7] {
        background: var(--neutral-layer-3);
        transform: translateY(-1px);
    }

    .stat-tile-link:focus-visible[b-tqzmin2wp7] {
        outline: calc(var(--focus-stroke-width) * 1px) solid var(--accent-fill-rest);
        outline-offset: 2px;
    }

.stat-tile-head[b-tqzmin2wp7] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stat-tile-chevron[b-tqzmin2wp7] {
    margin-left: auto;
    opacity: 0.5;
}

.stat-tile-label[b-tqzmin2wp7] {
    color: var(--neutral-foreground-hint);
    font-size: var(--type-ramp-minus-1-font-size);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.stat-tile-value[b-tqzmin2wp7] {
    /* Tabular figures so the columns of digits line up between tiles. */
    font-variant-numeric: tabular-nums;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.15;
    color: var(--neutral-foreground-rest);
    overflow-wrap: anywhere;
}

.stat-tile-caption[b-tqzmin2wp7] {
    color: var(--neutral-foreground-hint);
    font-size: var(--type-ramp-minus-1-font-size);
}
