@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ixx7fl0gu7],
.components-reconnect-repeated-attempt-visible[b-ixx7fl0gu7],
.components-reconnect-failed-visible[b-ixx7fl0gu7],
.components-pause-visible[b-ixx7fl0gu7],
.components-resume-failed-visible[b-ixx7fl0gu7],
.components-rejoining-animation[b-ixx7fl0gu7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ixx7fl0gu7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ixx7fl0gu7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ixx7fl0gu7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ixx7fl0gu7],
#components-reconnect-modal.components-reconnect-retrying[b-ixx7fl0gu7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ixx7fl0gu7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ixx7fl0gu7],
#components-reconnect-modal.components-reconnect-failed[b-ixx7fl0gu7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ixx7fl0gu7] {
    display: block;
}


#components-reconnect-modal[b-ixx7fl0gu7] {
    /* MudBlazor paints this dialog with !important, so the Proxima surface has to insist too. */
    background-color: var(--bg-elevated, #ffffff) !important;
    outline: none;
    color: var(--text-primary, #1a2028);
    font-family: 'Inter', system-ui, sans-serif;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22), 0 4px 12px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ixx7fl0gu7 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ixx7fl0gu7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ixx7fl0gu7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ixx7fl0gu7]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ixx7fl0gu7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ixx7fl0gu7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ixx7fl0gu7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ixx7fl0gu7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ixx7fl0gu7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ixx7fl0gu7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ixx7fl0gu7] {
    border: 0;
    background: var(--accent-gradient, #2fb383);
    color: white;
    padding: 8px 24px;
    border-radius: 8px;
    font: 500 13px 'Inter', system-ui, sans-serif;
    cursor: pointer;
}

    #components-reconnect-modal button:hover[b-ixx7fl0gu7] {
        filter: brightness(1.05);
        box-shadow: 0 6px 14px var(--accent-glow, rgba(47, 179, 131, 0.15));
    }

    #components-reconnect-modal button:active[b-ixx7fl0gu7] {
        filter: none;
        box-shadow: none;
    }

.components-rejoining-animation[b-ixx7fl0gu7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ixx7fl0gu7] {
        position: absolute;
        border: 3px solid var(--accent, #2fb383);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ixx7fl0gu7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ixx7fl0gu7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ixx7fl0gu7 {
    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;
    }
}
