@import '_content/Excubo.Blazor.TreeViews/Excubo.Blazor.TreeViews.ggbo2a6x37.bundle.scp.css';
@import '_content/Volo.Abp.Account.Pro.Public.Blazor.Shared/Volo.Abp.Account.Pro.Public.Blazor.Shared.bt59d6l1jm.bundle.scp.css';
@import '_content/Volo.Abp.PermissionManagement.Blazor/Volo.Abp.PermissionManagement.Blazor.p33ll9g8os.bundle.scp.css';

/* /Components/ReconnectModal.razor.rz.scp.css */
.components-rejoining-animation[b-j3z721uxwz],
.vh-reconnect-state[b-j3z721uxwz],
.vh-reconnect-actions[b-j3z721uxwz] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-j3z721uxwz],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-j3z721uxwz] {
    display: block;
}

#components-reconnect-modal.components-reconnect-show:not(.components-reconnect-retrying) .vh-reconnect-first-attempt[b-j3z721uxwz],
#components-reconnect-modal.components-reconnect-retrying .vh-reconnect-repeated-attempt[b-j3z721uxwz],
#components-reconnect-modal.vh-reconnect-manual-retry .vh-reconnect-manual-retry-state[b-j3z721uxwz],
#components-reconnect-modal.vh-reconnect-manual-retry-failed .vh-reconnect-manual-retry-failed-state[b-j3z721uxwz],
#components-reconnect-modal.components-reconnect-failed:not(.vh-reconnect-manual-retry):not(.vh-reconnect-manual-retry-failed) .vh-reconnect-failed-state[b-j3z721uxwz],
#components-reconnect-modal.components-reconnect-paused .vh-reconnect-paused-state[b-j3z721uxwz],
#components-reconnect-modal.components-reconnect-resume-failed .vh-reconnect-resume-failed-state[b-j3z721uxwz],
#components-reconnect-modal.components-reconnect-rejected .vh-reconnect-rejected-state[b-j3z721uxwz] {
    display: flex;
}

#components-reconnect-modal.components-reconnect-failed .vh-reconnect-retry-actions[b-j3z721uxwz],
#components-reconnect-modal.vh-reconnect-manual-retry .vh-reconnect-retry-actions[b-j3z721uxwz],
#components-reconnect-modal.components-reconnect-paused .vh-reconnect-resume-actions[b-j3z721uxwz],
#components-reconnect-modal.components-reconnect-resume-failed .vh-reconnect-resume-actions[b-j3z721uxwz],
#components-reconnect-modal.components-reconnect-rejected .vh-reconnect-rejected-actions[b-j3z721uxwz] {
    display: flex;
}

.vh-reconnect-modal[b-j3z721uxwz] {
    box-sizing: border-box;
    width: min(calc(100vw - 32px), 36rem);
    max-width: none;
    max-height: calc(100dvh - 32px);
    margin: 20dvh auto auto;
    padding: 2rem;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    color: var(--vh-text-body);
    background: var(--vh-surface);
    border: 0;
    border-radius: 0.5rem;
    box-shadow: var(--vh-shadow-modal);
    font-family: var(--vh-font-primary);
    opacity: 0;
    transition:
        display 0.5s allow-discrete,
        overlay 0.5s allow-discrete;
    animation: components-reconnect-fadeOutOpacity-b-j3z721uxwz 0.5s both;
}

.vh-reconnect-modal[b-j3z721uxwz]::backdrop {
    background: var(--vh-overlay);
    opacity: 1;
    animation: components-reconnect-fadeInOpacity-b-j3z721uxwz 0.5s ease-in-out;
}

.vh-reconnect-modal.components-reconnect-hide[b-j3z721uxwz] {
    display: none;
}

.vh-reconnect-modal[open][b-j3z721uxwz] {
    display: block;
    animation:
        components-reconnect-slideUp-b-j3z721uxwz 1.5s cubic-bezier(0.05, 0.89, 0.25, 1.02) 0.3s,
        components-reconnect-fadeInOpacity-b-j3z721uxwz 0.5s ease-out 0.3s;
    animation-fill-mode: both;
}

.vh-reconnect-modal:focus[b-j3z721uxwz] {
    outline: none;
}

.components-reconnect-container[b-j3z721uxwz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.components-rejoining-animation[b-j3z721uxwz] {
    position: relative;
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div[b-j3z721uxwz] {
    position: absolute;
    border: 3px solid var(--vh-primary);
    border-radius: 50%;
    opacity: 1;
    animation: components-rejoining-animation-b-j3z721uxwz 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-j3z721uxwz] {
    animation-delay: -0.5s;
}

.vh-reconnect-content[b-j3z721uxwz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    text-align: center;
}

.vh-reconnect-content h2[b-j3z721uxwz] {
    margin: 0;
    color: var(--vh-text-heading);
    font: 700 24px/30px var(--vh-font-primary);
    letter-spacing: -0.02em;
}

#components-reconnect-modal .vh-reconnect-content h2:focus[b-j3z721uxwz],
#components-reconnect-modal .vh-reconnect-content h2:focus-visible[b-j3z721uxwz] {
    outline: none;
}

.vh-reconnect-message[b-j3z721uxwz] {
    margin: 0;
    color: var(--vh-text-muted);
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    text-wrap: balance;
    white-space: nowrap;
}

.vh-reconnect-status[b-j3z721uxwz] {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 40px;
    font-size: 13px;
    line-height: 20px;
}

.vh-reconnect-status > div[b-j3z721uxwz] {
    width: 100%;
}

.vh-reconnect-state[b-j3z721uxwz] {
    align-items: center;
    justify-content: center;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.vh-reconnect-repeated-attempt strong[b-j3z721uxwz] {
    margin-inline-start: 0.25em;
}

.vh-reconnect-actions[b-j3z721uxwz] {
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

.vh-reconnect-action[b-j3z721uxwz],
.vh-reconnect-reload[b-j3z721uxwz] {
    min-width: 112px;
    justify-content: center;
    text-decoration: none;
}

.vh-reconnect-action:focus-visible[b-j3z721uxwz],
.vh-reconnect-reload:focus-visible[b-j3z721uxwz] {
    outline: 2px solid var(--vh-primary);
    outline-offset: 3px;
}

#components-reconnect-modal.components-reconnect-paused .vh-reconnect-message[b-j3z721uxwz],
#components-reconnect-modal.components-reconnect-resume-failed .vh-reconnect-message[b-j3z721uxwz] {
    display: none;
}

.vh-reconnect-sr-only[b-j3z721uxwz] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@keyframes components-reconnect-slideUp-b-j3z721uxwz {
    from {
        transform: translateY(30px) scale(0.95);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-fadeInOpacity-b-j3z721uxwz {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes components-reconnect-fadeOutOpacity-b-j3z721uxwz {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes components-rejoining-animation-b-j3z721uxwz {
    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: 0;
        left: 0;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}

@media (max-width: 359.98px) {
    .vh-reconnect-modal[b-j3z721uxwz] {
        width: calc(100vw - 24px);
        padding: 24px 20px;
    }

    .vh-reconnect-actions[b-j3z721uxwz] {
        flex-direction: column;
    }

    .vh-reconnect-action[b-j3z721uxwz],
    .vh-reconnect-reload[b-j3z721uxwz] {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .vh-reconnect-message[b-j3z721uxwz],
    .vh-reconnect-state[b-j3z721uxwz] {
        white-space: normal;
    }
}

@media (max-height: 599.98px) {
    .vh-reconnect-modal[b-j3z721uxwz] {
        margin: 16px auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vh-reconnect-modal[b-j3z721uxwz],
    .vh-reconnect-modal[open][b-j3z721uxwz],
    .vh-reconnect-modal[b-j3z721uxwz]::backdrop,
    .components-rejoining-animation div[b-j3z721uxwz] {
        animation: none;
    }

    .vh-reconnect-modal[open][b-j3z721uxwz] {
        opacity: 1;
    }

    .components-rejoining-animation div[b-j3z721uxwz] {
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        opacity: 0.3;
    }

    .components-rejoining-animation div:nth-child(2)[b-j3z721uxwz] {
        top: 16px;
        left: 16px;
        width: 48px;
        height: 48px;
        opacity: 0.6;
    }
}
