@import 'Yakoru.Client.ykorq22thq.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1tzzz2bqqj],
.components-reconnect-repeated-attempt-visible[b-1tzzz2bqqj],
.components-reconnect-failed-visible[b-1tzzz2bqqj],
.components-pause-visible[b-1tzzz2bqqj],
.components-resume-failed-visible[b-1tzzz2bqqj],
.components-rejoining-animation[b-1tzzz2bqqj] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-1tzzz2bqqj],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-1tzzz2bqqj],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-1tzzz2bqqj],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-1tzzz2bqqj],
#components-reconnect-modal.components-reconnect-retrying[b-1tzzz2bqqj],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-1tzzz2bqqj],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-1tzzz2bqqj],
#components-reconnect-modal.components-reconnect-failed[b-1tzzz2bqqj],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-1tzzz2bqqj] {
    display: block;
}


#components-reconnect-modal[b-1tzzz2bqqj] {
    width: min(22rem, calc(100vw - 32px));
    margin: 20vh auto;
    padding: 2rem 1.75rem 1.75rem;
    border: 1px solid rgba(183, 215, 232, 0.18);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(232, 178, 89, 0.1), transparent 38%),
        linear-gradient(225deg, rgba(155, 220, 255, 0.1), transparent 42%),
        rgba(8, 12, 20, 0.96);
    color: rgba(247, 250, 255, 0.92);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.54), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-1tzzz2bqqj 0.5s both;
}

#components-reconnect-modal[open][b-1tzzz2bqqj] {
    animation: components-reconnect-modal-slideUp-b-1tzzz2bqqj 0.5s cubic-bezier(.16, 1, .3, 1) 0.15s, components-reconnect-modal-fadeInOpacity-b-1tzzz2bqqj 0.35s ease-in-out 0.15s;
    animation-fill-mode: both;
}

#components-reconnect-modal[b-1tzzz2bqqj]::backdrop {
    background:
        linear-gradient(135deg, rgba(8, 12, 20, 0.9), rgba(4, 6, 10, 0.78)),
        rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    animation: components-reconnect-modal-fadeInOpacity-b-1tzzz2bqqj 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-1tzzz2bqqj {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-1tzzz2bqqj {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-1tzzz2bqqj {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-1tzzz2bqqj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.1rem;
}

#components-reconnect-modal p[b-1tzzz2bqqj] {
    margin: 0;
    text-align: center;
    color: rgba(224, 236, 244, 0.82);
    font-size: 0.96rem;
    line-height: 1.55;
}

#components-reconnect-modal button[b-1tzzz2bqqj] {
    min-height: 42px;
    border: 1px solid rgba(232, 178, 89, 0.5);
    background: linear-gradient(135deg, #f3d28a, #d49a45);
    color: rgba(22, 14, 4, 0.94);
    padding: 9px 24px;
    border-radius: 12px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(185, 129, 39, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.36);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

    #components-reconnect-modal button:hover[b-1tzzz2bqqj] {
        border-color: rgba(255, 226, 166, 0.68);
        background: linear-gradient(135deg, #ffe2a6, #dda450);
        box-shadow: 0 14px 34px rgba(185, 129, 39, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.42);
        transform: translateY(-1px);
    }

    #components-reconnect-modal button:active[b-1tzzz2bqqj] {
        transform: translateY(0);
    }

.components-rejoining-animation[b-1tzzz2bqqj] {
    position: relative;
    width: 76px;
    height: 76px;
}

    .components-rejoining-animation div[b-1tzzz2bqqj] {
        position: absolute;
        border: 2px solid rgba(155, 220, 255, 0.82);
        box-shadow: 0 0 18px rgba(155, 220, 255, 0.16);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-1tzzz2bqqj 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-1tzzz2bqqj] {
            border-color: rgba(232, 178, 89, 0.82);
            box-shadow: 0 0 18px rgba(232, 178, 89, 0.14);
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-1tzzz2bqqj {
    0% {
        top: 38px;
        left: 38px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 38px;
        left: 38px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 38px;
        left: 38px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 76px;
        height: 76px;
        opacity: 0;
    }
}
