/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Components/Layout/MainLayout.razor.css */
.sec-shell[b-wwxp2h9nvi],
.sec-shell *[b-wwxp2h9nvi] {
    box-sizing: border-box;
}

.sec-auth-redirect[b-wwxp2h9nvi] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: #eef4ff;
    color: #071b3a;
    font-weight: 900;
}

.sec-shell[b-wwxp2h9nvi] {
    min-height: 100vh;
    display: flex;
    background: linear-gradient(180deg, #eef4ff 0%, #f7fbff 100%);
    color: #0b1b38;
}

.sec-sidebar[b-wwxp2h9nvi] {
    width: 300px;
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #0a2e67 0%, #071b3a 100%);
    color: #fff;
    box-shadow: 14px 0 40px rgba(3, 11, 27, .25);
}

.sec-sidebar__brand[b-wwxp2h9nvi] {
    padding: 24px 20px 18px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.sec-sidebar__title[b-wwxp2h9nvi] {
    font-size: 1.95rem;
    font-weight: 1000;
    letter-spacing: .2px;
    line-height: 1.05;
}

.sec-sidebar__sub[b-wwxp2h9nvi] {
    margin-top: 10px;
    font-size: 1rem;
    opacity: .85;
}

.sec-sidebar__menu[b-wwxp2h9nvi] {
    padding: 12px 10px;
}

.sec-sidebar__footer[b-wwxp2h9nvi] {
    margin-top: auto;
    padding: 16px 22px;
    font-size: .95rem;
    opacity: .8;
    border-top: 1px solid rgba(255,255,255,.12);
}

.sec-main[b-wwxp2h9nvi] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.sec-topbar[b-wwxp2h9nvi] {
    --ctrl-h: 48px;
    display: grid;
    grid-template-columns: minmax(220px, 300px) 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: linear-gradient(90deg, #071b3a 0%, #0a2e67 45%, #0f4aa3 100%);
    color: #fff;
    box-shadow: 0 16px 40px rgba(3, 11, 27, .22);
}

.sec-topbar__brand[b-wwxp2h9nvi] {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.sec-badge[b-wwxp2h9nvi] {
    width: 58px;
    height: var(--ctrl-h);
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 1000;
    background: linear-gradient(180deg, #ffcc33 0%, #d79a00 100%);
    color: #071b3a;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
    flex: 0 0 auto;
}

.sec-brandtext__title[b-wwxp2h9nvi] {
    font-weight: 1000;
    font-size: 1.08rem;
    line-height: 1.05;
}

.sec-brandtext[b-wwxp2h9nvi] {
    min-width: 0;
}

.sec-brandtext__sub[b-wwxp2h9nvi] {
    margin-top: 4px;
    font-size: .9rem;
    opacity: .85;
    line-height: 1.05;
}

.sec-brandtext__title[b-wwxp2h9nvi],
.sec-brandtext__sub[b-wwxp2h9nvi] {
    overflow-wrap: anywhere;
}

.sec-topbar__search[b-wwxp2h9nvi] {
    display: flex;
    justify-content: center;
}

.sec-search[b-wwxp2h9nvi] {
    position: relative;
    height: var(--ctrl-h);
    width: min(620px, 100%);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.sec-search__button[b-wwxp2h9nvi] {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    flex: 0 0 auto;
}

.sec-search__button:hover[b-wwxp2h9nvi],
.sec-search__button:focus-visible[b-wwxp2h9nvi] {
    background: rgba(255,255,255,.16);
    outline: none;
}

.sec-search__input[b-wwxp2h9nvi] {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 1rem;
}

    .sec-search__input[b-wwxp2h9nvi]::placeholder {
        color: rgba(255,255,255,.75);
    }

.sec-searchmenu[b-wwxp2h9nvi] {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 30;
    width: min(460px, calc(100vw - 28px));
    max-height: min(420px, calc(100vh - 140px));
    overflow: hidden;
    border: 1px solid #dfe7f5;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 20px 48px rgba(9, 30, 66, .2);
    color: #0f1c2e;
}

.sec-searchmenu__head[b-wwxp2h9nvi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .8rem 1rem;
    border-bottom: 1px solid #edf2f7;
}

.sec-searchmenu__head strong[b-wwxp2h9nvi] {
    font-size: .82rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.sec-searchmenu__head button[b-wwxp2h9nvi] {
    border: 0;
    background: transparent;
    color: #0f4aa3;
    cursor: pointer;
    font: inherit;
    font-size: .78rem;
    font-weight: 900;
}

.sec-searchlist[b-wwxp2h9nvi] {
    max-height: min(310px, calc(100vh - 230px));
    overflow-y: auto;
}

.sec-searchitem[b-wwxp2h9nvi] {
    display: grid;
    gap: .2rem;
    padding: .85rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    color: #0f1c2e;
    text-decoration: none;
}

.sec-searchitem:hover[b-wwxp2h9nvi],
.sec-searchitem:focus-visible[b-wwxp2h9nvi] {
    background: #f8fbff;
    outline: none;
}

.sec-searchitem span[b-wwxp2h9nvi] {
    width: max-content;
    padding: .15rem .5rem;
    border-radius: 999px;
    background: #eef4ff;
    color: #0f4aa3;
    font-size: .7rem;
    font-weight: 900;
    text-transform: uppercase;
}

.sec-searchitem strong[b-wwxp2h9nvi] {
    font-size: .92rem;
}

.sec-searchitem small[b-wwxp2h9nvi],
.sec-searchempty[b-wwxp2h9nvi] {
    color: #64748b;
    font-size: .8rem;
    font-weight: 700;
}

.sec-searchempty[b-wwxp2h9nvi] {
    padding: 1rem;
}

.sec-topbar__actions[b-wwxp2h9nvi] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.sec-profile[b-wwxp2h9nvi],
.sec-notifications[b-wwxp2h9nvi] {
    position: relative;
}

.sec-iconbtn[b-wwxp2h9nvi] {
    position: relative;
    width: var(--ctrl-h);
    height: var(--ctrl-h);
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.10);
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.sec-profilebtn[b-wwxp2h9nvi] {
    height: var(--ctrl-h);
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.10);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    text-decoration: none;
}

.sec-profilemenu[b-wwxp2h9nvi] {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 20;
    width: min(320px, calc(100vw - 28px));
    padding: 14px;
    border: 1px solid #dfe7f5;
    border-radius: 8px;
    background: #ffffff;
    color: #17233c;
    box-shadow: 0 20px 45px rgba(9, 30, 66, .18);
}

.sec-notificationmenu[b-wwxp2h9nvi] {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 20;
    width: min(340px, calc(100vw - 28px));
    max-height: min(420px, calc(100vh - 120px));
    overflow: hidden;
    padding: 14px;
    border: 1px solid #dfe7f5;
    border-radius: 8px;
    background: #ffffff;
    color: #17233c;
    box-shadow: 0 20px 45px rgba(9, 30, 66, .18);
}

.sec-notificationmenu__head[b-wwxp2h9nvi] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #edf2f7;
}

.sec-notificationmenu__head strong[b-wwxp2h9nvi] {
    color: #071b3a;
    font-size: .98rem;
    font-weight: 1000;
}

.sec-notificationmenu__head span[b-wwxp2h9nvi] {
    color: #0f4aa3;
    font-size: .82rem;
    font-weight: 900;
}

.sec-notificationlist[b-wwxp2h9nvi] {
    display: grid;
    gap: 10px;
    max-height: min(300px, calc(100vh - 210px));
    overflow-y: auto;
    padding-top: 12px;
}

.sec-notificationitem[b-wwxp2h9nvi] {
    display: grid;
    gap: 4px;
    padding: 10px;
    border: 1px solid #edf2f7;
    border-radius: 8px;
    background: #f8fbff;
    text-decoration: none;
}

.sec-notificationitem:hover[b-wwxp2h9nvi],
.sec-notificationitem:focus-visible[b-wwxp2h9nvi] {
    background: #eef4ff;
    border-color: #c7d7f1;
    outline: none;
}

.sec-notificationitem strong[b-wwxp2h9nvi] {
    color: #071b3a;
    font-size: .82rem;
    font-weight: 1000;
}

.sec-notificationitem span[b-wwxp2h9nvi] {
    color: #17233c;
    font-size: .88rem;
    font-weight: 750;
    line-height: 1.35;
}

.sec-notificationitem small[b-wwxp2h9nvi],
.sec-notificationempty[b-wwxp2h9nvi] {
    color: #64748b;
    font-size: .78rem;
    font-weight: 800;
}

.sec-notificationempty[b-wwxp2h9nvi] {
    padding: 18px 0 4px;
    text-align: center;
}

.sec-notificationviewall[b-wwxp2h9nvi] {
    display: block;
    margin-top: 12px;
    padding: 9px 10px;
    border-radius: 8px;
    background: #0b4da2;
    color: #ffffff;
    font-size: .82rem;
    font-weight: 1000;
    text-align: center;
    text-decoration: none;
}

.sec-notificationviewall:hover[b-wwxp2h9nvi],
.sec-notificationviewall:focus-visible[b-wwxp2h9nvi] {
    background: #073a7c;
    outline: none;
}

.sec-profilemenu__head[b-wwxp2h9nvi] {
    padding-bottom: 12px;
    border-bottom: 1px solid #edf2f7;
}

.sec-profilemenu__head strong[b-wwxp2h9nvi],
.sec-profilemenu__head span[b-wwxp2h9nvi] {
    display: block;
}

.sec-profilemenu__head strong[b-wwxp2h9nvi] {
    color: #071b3a;
    font-size: .98rem;
    font-weight: 1000;
}

.sec-profilemenu__head span[b-wwxp2h9nvi] {
    margin-top: 4px;
    color: #0f4aa3;
    font-size: .82rem;
    font-weight: 900;
}

.sec-profilemenu dl[b-wwxp2h9nvi] {
    display: grid;
    gap: 10px;
    margin: 12px 0;
}

.sec-profilemenu dt[b-wwxp2h9nvi],
.sec-profilemenu dd[b-wwxp2h9nvi] {
    margin: 0;
}

.sec-profilemenu dt[b-wwxp2h9nvi] {
    color: #64748b;
    font-size: .74rem;
    font-weight: 900;
    text-transform: uppercase;
}

.sec-profilemenu dd[b-wwxp2h9nvi] {
    margin-top: 3px;
    color: #17233c;
    font-size: .88rem;
    font-weight: 750;
    overflow-wrap: anywhere;
}

.sec-logoutbtn[b-wwxp2h9nvi] {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 8px;
    background: #fff1f2;
    color: #b42318;
    cursor: pointer;
    font: inherit;
    font-weight: 1000;
}

.sec-profilebtn__name[b-wwxp2h9nvi] {
    font-weight: 900;
    font-size: .95rem;
}

.sec-dot[b-wwxp2h9nvi] {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #ffcc33;
    box-shadow: 0 0 0 2px rgba(7, 27, 58, .75);
}

.sec-ico[b-wwxp2h9nvi] {
    width: 18px;
    height: 18px;
    fill: currentColor;
    flex: 0 0 auto;
}

.sec-ico--sm[b-wwxp2h9nvi] {
    width: 14px;
    height: 14px;
}

.sec-content[b-wwxp2h9nvi] {
    flex: 1;
    min-height: 0;
    padding: 18px;
}

@media (max-width: 1180px) {
    .sec-sidebar[b-wwxp2h9nvi] {
        width: 280px;
        flex-basis: 280px;
    }

    .sec-sidebar__title[b-wwxp2h9nvi] {
        font-size: 1.85rem;
    }

    .sec-sidebar__sub[b-wwxp2h9nvi] {
        font-size: 1rem;
    }

    .sec-topbar[b-wwxp2h9nvi] {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .sec-topbar__search[b-wwxp2h9nvi] {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .sec-search[b-wwxp2h9nvi] {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .sec-shell[b-wwxp2h9nvi] {
        display: flex;
        align-items: stretch;
    }

    .sec-sidebar[b-wwxp2h9nvi] {
        width: min(220px, 42vw);
        flex: 0 0 min(220px, 42vw);
        min-height: 100vh;
        max-height: 100vh;
        position: sticky;
        top: 0;
        display: flex;
        overflow-y: auto;
        box-shadow: 0 10px 28px rgba(3, 11, 27, .18);
    }

    .sec-sidebar__brand[b-wwxp2h9nvi] {
        padding: 16px 10px 12px;
    }

    .sec-sidebar__title[b-wwxp2h9nvi] {
        font-size: 1.15rem;
    }

    .sec-sidebar__sub[b-wwxp2h9nvi] {
        margin-top: 6px;
        font-size: .92rem;
    }

    .sec-sidebar__menu[b-wwxp2h9nvi] {
        padding: 0;
    }

    .sec-sidebar__footer[b-wwxp2h9nvi] {
        display: none;
    }

    .sec-main[b-wwxp2h9nvi] {
        display: flex;
        min-width: 0;
    }

    .sec-topbar[b-wwxp2h9nvi] {
        --ctrl-h: 46px;
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px;
    }

    .sec-topbar__brand[b-wwxp2h9nvi] {
        align-items: flex-start;
    }

    .sec-topbar__actions[b-wwxp2h9nvi] {
        justify-content: stretch;
        width: 100%;
    }

    .sec-iconbtn[b-wwxp2h9nvi] {
        flex: 0 0 var(--ctrl-h);
    }

    .sec-profilebtn[b-wwxp2h9nvi] {
        flex: 1;
        justify-content: center;
        min-width: 0;
    }

    .sec-profilebtn__name[b-wwxp2h9nvi] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .sec-content[b-wwxp2h9nvi] {
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .sec-sidebar[b-wwxp2h9nvi] {
        width: 96px;
        flex-basis: 96px;
    }

    .sec-sidebar__title[b-wwxp2h9nvi] {
        font-size: .95rem;
    }

    .sec-sidebar__sub[b-wwxp2h9nvi] {
        display: none;
    }

    .sec-topbar[b-wwxp2h9nvi] {
        --ctrl-h: 42px;
    }

    .sec-badge[b-wwxp2h9nvi] {
        width: 50px;
    }

    .sec-brandtext__title[b-wwxp2h9nvi] {
        font-size: 1rem;
    }

    .sec-brandtext__sub[b-wwxp2h9nvi] {
        font-size: .82rem;
    }

    .sec-search[b-wwxp2h9nvi] {
        padding: 0 12px;
    }

    .sec-search__input[b-wwxp2h9nvi] {
        font-size: .92rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Components/Layout/NavMenu.razor.css */
.sec-side-nav[b-gbky6ubn25] {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 16px 12px;
}

.sec-navitem[b-gbky6ubn25] {
    display: block;
}

    /* NavLink renders an <a> in a child component, so we style it via ::deep */
    .sec-navitem[b-gbky6ubn25]  a.sec-navlink {
        height: 56px;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 0 14px;
        border-radius: 16px;
        text-decoration: none;
        font-weight: 1000;
        letter-spacing: .2px;
        color: rgba(255,255,255,.92);
        background: rgba(255,255,255,.08);
        border: 1px solid rgba(255,255,255,.14);
        transition: transform .12s ease, background .12s ease, border-color .12s ease, box-shadow .12s ease;
    }

        .sec-navitem[b-gbky6ubn25]  a.sec-navlink:hover {
            background: rgba(255,255,255,.12);
            border-color: rgba(255,255,255,.22);
            transform: translateY(-1px);
        }

        .sec-navitem[b-gbky6ubn25]  a.sec-navlink.active {
            background: linear-gradient(90deg, #ffcc33 0%, #d79a00 100%);
            color: #071b3a;
            border-color: rgba(255,255,255,.35);
            box-shadow: 0 14px 30px rgba(0,0,0,.22);
        }

.sec-navicon[b-gbky6ubn25] {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
}

.sec-navitem[b-gbky6ubn25]  a.sec-navlink.active .sec-navicon {
    background: rgba(7,27,58,.10);
    border-color: rgba(7,27,58,.18);
}

.sec-navicon svg[b-gbky6ubn25] {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.sec-navtext[b-gbky6ubn25] {
    font-size: 1.05rem;
}

@media (max-width: 760px) {
    .sec-side-nav[b-gbky6ubn25] {
        flex-direction: column;
        gap: 8px;
        overflow: visible;
        padding: 10px 8px 14px;
    }

    .sec-navitem[b-gbky6ubn25] {
        flex: initial;
    }

        .sec-navitem[b-gbky6ubn25]  a.sec-navlink {
            width: 100%;
            min-width: 0;
            height: 48px;
            gap: 8px;
            padding: 0 10px;
            border-radius: 8px;
        }

    .sec-navicon[b-gbky6ubn25] {
        width: 32px;
        height: 32px;
        border-radius: 8px;
    }

        .sec-navicon svg[b-gbky6ubn25] {
            width: 16px;
            height: 16px;
        }

    .sec-navtext[b-gbky6ubn25] {
        font-size: .92rem;
        white-space: normal;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 480px) {
    .sec-navitem[b-gbky6ubn25]  a.sec-navlink {
        min-width: 0;
        height: auto;
        min-height: 58px;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        padding: 8px 6px;
        text-align: center;
    }

    .sec-navicon[b-gbky6ubn25] {
        width: 30px;
        height: 30px;
    }

    .sec-navtext[b-gbky6ubn25] {
        font-size: .74rem;
        line-height: 1.15;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-hycfqx416q],
.components-reconnect-repeated-attempt-visible[b-hycfqx416q],
.components-reconnect-failed-visible[b-hycfqx416q],
.components-pause-visible[b-hycfqx416q],
.components-resume-failed-visible[b-hycfqx416q],
.components-rejoining-animation[b-hycfqx416q] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-hycfqx416q],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-hycfqx416q],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-hycfqx416q],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-hycfqx416q],
#components-reconnect-modal.components-reconnect-retrying[b-hycfqx416q],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-hycfqx416q],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-hycfqx416q],
#components-reconnect-modal.components-reconnect-failed[b-hycfqx416q],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-hycfqx416q] {
    display: block;
}


#components-reconnect-modal[b-hycfqx416q] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-hycfqx416q 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-hycfqx416q 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-hycfqx416q 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-hycfqx416q]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-hycfqx416q 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-hycfqx416q {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-hycfqx416q {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-hycfqx416q {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-hycfqx416q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-hycfqx416q] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-hycfqx416q] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-hycfqx416q] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-hycfqx416q] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-hycfqx416q] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-hycfqx416q] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-hycfqx416q 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-hycfqx416q] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-hycfqx416q {
    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;
    }
}
