@import 'RhoCommonWebComponents/Rho_CommonWebComponents.htgn1jev46.bundle.scp.css';
@import '_content/RhoQuestionnaire.Frontend.Shared/RhoQuestionnaire.Frontend.Shared.idg54vm8xs.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Recipient layout styling lives in app.css. */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Recipient navigation is intentionally minimal. */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-vtiqacnl03],
.components-reconnect-repeated-attempt-visible[b-vtiqacnl03],
.components-reconnect-failed-visible[b-vtiqacnl03],
.components-pause-visible[b-vtiqacnl03],
.components-resume-failed-visible[b-vtiqacnl03],
.components-rejoining-animation[b-vtiqacnl03] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-vtiqacnl03],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-vtiqacnl03],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-vtiqacnl03],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-vtiqacnl03],
#components-reconnect-modal.components-reconnect-retrying[b-vtiqacnl03],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-vtiqacnl03],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-vtiqacnl03],
#components-reconnect-modal.components-reconnect-failed[b-vtiqacnl03],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-vtiqacnl03] {
    display: block;
}


#components-reconnect-modal[b-vtiqacnl03] {
    background-color: var(--panel);
    color: var(--text);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 1px solid var(--line-strong);
    border-radius: 0;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-vtiqacnl03 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-vtiqacnl03 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-vtiqacnl03 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-vtiqacnl03]::backdrop {
    background-color: rgba(3, 5, 8, 0.78);
    animation: components-reconnect-modal-fadeInOpacity-b-vtiqacnl03 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-vtiqacnl03 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-vtiqacnl03 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-vtiqacnl03 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-vtiqacnl03] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-vtiqacnl03] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-vtiqacnl03] {
    border: 0;
    background: linear-gradient(110deg, #169ed0, #55c88c);
    color: #041014;
    padding: 10px 24px;
    border-radius: 0;
    font: 600 11px var(--mono);
    text-transform: uppercase;
}

    #components-reconnect-modal button:hover[b-vtiqacnl03] {
        background: linear-gradient(110deg, var(--cyan), var(--green));
    }

    #components-reconnect-modal button:active[b-vtiqacnl03] {
        transform: translateY(1px);
    }

.components-rejoining-animation[b-vtiqacnl03] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-vtiqacnl03] {
        position: absolute;
        border: 3px solid var(--cyan);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-vtiqacnl03 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-vtiqacnl03] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-vtiqacnl03 {
    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;
    }
}
