@import '_content/Blazor.Flags/Blazor.Flags.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';
@import '_content/Zeus.Web.Shared.Components/Zeus.Web.Shared.Components.zvt2ft2mkc.bundle.scp.css';

/* /Components/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6d93tcybmm],
.components-reconnect-repeated-attempt-visible[b-6d93tcybmm],
.components-reconnect-failed-visible[b-6d93tcybmm],
.components-pause-visible[b-6d93tcybmm],
.components-resume-failed-visible[b-6d93tcybmm],
.components-rejoining-animation[b-6d93tcybmm] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-6d93tcybmm],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-6d93tcybmm],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-6d93tcybmm],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-6d93tcybmm],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-6d93tcybmm],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-6d93tcybmm],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-6d93tcybmm] {
    display: block;
}

#components-reconnect-modal[b-6d93tcybmm] {
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgb(0 0 0 / 30%);
}

#components-reconnect-modal[b-6d93tcybmm]::backdrop {
    background-color: rgb(0 0 0 / 40%);
}

.components-reconnect-container[b-6d93tcybmm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-6d93tcybmm] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-6d93tcybmm] {
    padding: 4px 24px;
    border: 0;
    border-radius: 4px;
    background-color: #6b9ed2;
    color: white;
}

.components-rejoining-animation[b-6d93tcybmm] {
    position: relative;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div[b-6d93tcybmm] {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 0;
    height: 0;
    border: 3px solid #0087ff;
    border-radius: 50%;
    opacity: 0;
    animation: components-rejoining-animation-b-6d93tcybmm 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-6d93tcybmm] {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-6d93tcybmm {
    5% {
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
