@import '_content/Nido.UI/Nido.UI.hb8505vvvf.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-pv9fxrvesw],
.components-reconnect-repeated-attempt-visible[b-pv9fxrvesw],
.components-reconnect-failed-visible[b-pv9fxrvesw],
.components-pause-visible[b-pv9fxrvesw],
.components-resume-failed-visible[b-pv9fxrvesw],
.components-rejoining-animation[b-pv9fxrvesw] {
    display: none;
}

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

#components-reconnect-modal[b-pv9fxrvesw] {
    width: min(320px, calc(100vw - 40px));
    margin: 24vh auto;
    padding: 24px;
    border: 1px solid rgba(95, 91, 87, 0.16);
    border-radius: 8px;
    background: #fff;
    color: #5f5b57;
    box-shadow: 0 18px 48px rgba(49, 48, 46, 0.22);
}

#components-reconnect-modal[b-pv9fxrvesw]::backdrop {
    background: rgba(49, 48, 46, 0.38);
}

.components-reconnect-container[b-pv9fxrvesw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

#components-reconnect-modal h2[b-pv9fxrvesw] {
    margin: 0;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: center;
}

#components-reconnect-modal p[b-pv9fxrvesw] {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
}

#components-reconnect-modal button[b-pv9fxrvesw] {
    min-height: 44px;
    padding: 10px 22px;
    border: 0;
    border-radius: 6px;
    background: #a8b8a0;
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

#components-reconnect-modal button:hover[b-pv9fxrvesw] {
    background: #8fa187;
}

#components-reconnect-modal button:focus-visible[b-pv9fxrvesw] {
    outline: 3px solid rgba(208, 143, 118, 0.38);
    outline-offset: 2px;
}

.components-rejoining-animation[b-pv9fxrvesw] {
    width: 34px;
    height: 34px;
    border: 3px solid #e8e1d7;
    border-top-color: #d08f76;
    border-radius: 50%;
    animation: components-rejoining-spin-b-pv9fxrvesw 0.85s linear infinite;
}

@keyframes components-rejoining-spin-b-pv9fxrvesw {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .components-rejoining-animation[b-pv9fxrvesw] {
        animation-duration: 1.8s;
    }
}
