/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-r9i38mluxk] { position: relative; display: flex; min-height: 100vh; flex-direction: column; }
main[b-r9i38mluxk] { min-width: 0; flex: 1; }
.sidebar[b-r9i38mluxk] { background: #101b36; }
.top-row[b-r9i38mluxk] { display: flex; height: 68px; align-items: center; justify-content: space-between; border-bottom: 1px solid #e5e9f0; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }
.top-context[b-r9i38mluxk] { display: flex; flex-direction: column; }
.top-context[b-r9i38mluxk]  .eyebrow { margin-bottom: .1rem; font-size: .59rem; }
.top-title[b-r9i38mluxk] { color: #2a3448; font-size: .84rem; font-weight: 730; }
.connection-pill[b-r9i38mluxk] { display: flex; padding: .45rem .7rem; align-items: center; gap: .45rem; border: 1px solid #dce8e3; border-radius: 999px; color: #3d6e5d; background: #f3fbf7; font-size: .7rem; font-weight: 700; }
.connection-pill span[b-r9i38mluxk] { width: 7px; height: 7px; border-radius: 50%; background: #32a67e; box-shadow: 0 0 0 3px rgba(50,166,126,.12); }

@media (max-width: 640.98px) { .top-row[b-r9i38mluxk] { display: none; } }
@media (min-width: 641px) {
    .page[b-r9i38mluxk] { flex-direction: row; }
    .sidebar[b-r9i38mluxk] { position: sticky; top: 0; width: 238px; height: 100vh; flex: 0 0 238px; }
    .top-row[b-r9i38mluxk] { position: sticky; z-index: 10; top: 0; }
    .top-row[b-r9i38mluxk], article[b-r9i38mluxk] { padding-left: 2rem !important; padding-right: 2rem !important; }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-x9qdlv4tax] { appearance: none; cursor: pointer; position: absolute; top: .75rem; right: 1rem; width: 2.8rem; height: 2.5rem; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; background: linear-gradient(white,white) center 9px/18px 2px no-repeat, linear-gradient(white,white) center 16px/18px 2px no-repeat, linear-gradient(white,white) center 23px/18px 2px no-repeat; opacity: .8; }
.top-row[b-x9qdlv4tax] { min-height: 68px; padding-top: .7rem; background: rgba(255,255,255,.025); border-bottom: 1px solid rgba(255,255,255,.08); }
.navbar-brand[b-x9qdlv4tax] { display: flex; align-items: center; gap: .7rem; color: #fff; }
.navbar-brand:hover[b-x9qdlv4tax] { color: #fff; }
.navbar-brand > span:last-child[b-x9qdlv4tax] { display: flex; flex-direction: column; }
.navbar-brand strong[b-x9qdlv4tax] { font-size: 1rem; letter-spacing: -.02em; }
.navbar-brand small[b-x9qdlv4tax] { color: #9da9c4; font-size: .61rem; font-weight: 600; letter-spacing: .03em; }
.brand-mark[b-x9qdlv4tax] { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: #3568e8; box-shadow: 0 6px 15px rgba(53,104,232,.3); font-size: .95rem; font-weight: 850; }
.nav-scrollable[b-x9qdlv4tax] { display: none; padding-top: 1rem; }
.nav-scrollable nav[b-x9qdlv4tax] { flex: 1; }
.nav-item[b-x9qdlv4tax] { padding-bottom: .3rem; font-size: .84rem; }
.nav-item[b-x9qdlv4tax]  .nav-link { display: flex; width: 100%; height: 44px; padding: 0 .8rem; align-items: center; border-radius: 8px; color: #aeb8ce; background: none; font-weight: 650; }
.nav-item[b-x9qdlv4tax]  .nav-link:hover { color: #fff; background: rgba(255,255,255,.06); }
.nav-item[b-x9qdlv4tax]  a.active { color: #fff; background: rgba(67,111,231,.25); box-shadow: inset 3px 0 #5b86f2; }
.nav-item[b-x9qdlv4tax]  .nav-new { margin-top: .7rem; color: #dce6ff; border: 1px solid rgba(105,143,244,.35); }
.nav-symbol[b-x9qdlv4tax] { display: grid; width: 1.25rem; height: 1.25rem; margin-right: .7rem; place-items: center; color: #8fa9f0; font-size: 1rem; }
.nav-count[b-x9qdlv4tax] { display: inline-flex; min-width: 24px; height: 22px; margin-left: auto; padding: 0 .42rem; align-items: center; justify-content: center; border-radius: 999px; color: #dfe8ff; background: rgba(91,134,242,.25); font-size: .65rem; font-weight: 850; line-height: 1; }
.nav-item[b-x9qdlv4tax]  a.active .nav-count { color: #fff; background: #4f78df; }
.navbar-toggler:checked ~ .nav-scrollable[b-x9qdlv4tax] { display: block; }
.nav-account[b-x9qdlv4tax] { display: grid; margin: 1rem; padding: .8rem; grid-template-columns: 34px minmax(0, 1fr) auto; align-items: center; gap: .65rem; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: rgba(255,255,255,.04); }
.nav-account-avatar[b-x9qdlv4tax] { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; color: #fff; background: #3568e8; font-size: .78rem; font-weight: 850; }
.nav-account-info[b-x9qdlv4tax] { display: flex; min-width: 0; flex-direction: column; }
.nav-account-info strong[b-x9qdlv4tax] { overflow: hidden; color: #f5f7ff; font-size: .75rem; text-overflow: ellipsis; white-space: nowrap; }
.nav-account-info small[b-x9qdlv4tax] { color: #8f9bb5; font-size: .59rem; font-weight: 700; text-transform: uppercase; }
.nav-account form[b-x9qdlv4tax] { margin: 0; }
.nav-logout[b-x9qdlv4tax] { display: grid; width: 30px; height: 30px; padding: 0; place-items: center; border: 0; border-radius: 7px; color: #aeb8ce; background: transparent; font-size: 1rem; cursor: pointer; }
.nav-logout:hover[b-x9qdlv4tax] { color: #fff; background: rgba(255,255,255,.08); }
@media (min-width: 641px) { .navbar-toggler[b-x9qdlv4tax] { display: none; } .nav-scrollable[b-x9qdlv4tax] { display: flex; height: calc(100vh - 68px); overflow-y: auto; flex-direction: column; } }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-0earu5n12v],
.components-reconnect-repeated-attempt-visible[b-0earu5n12v],
.components-reconnect-failed-visible[b-0earu5n12v],
.components-pause-visible[b-0earu5n12v],
.components-resume-failed-visible[b-0earu5n12v],
.components-rejoining-animation[b-0earu5n12v] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-0earu5n12v],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-0earu5n12v],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-0earu5n12v],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-0earu5n12v],
#components-reconnect-modal.components-reconnect-retrying[b-0earu5n12v],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-0earu5n12v],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-0earu5n12v],
#components-reconnect-modal.components-reconnect-failed[b-0earu5n12v],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-0earu5n12v] {
    display: block;
}


#components-reconnect-modal[b-0earu5n12v] {
    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-0earu5n12v 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-0earu5n12v 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-0earu5n12v 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-0earu5n12v]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-0earu5n12v 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-0earu5n12v {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-0earu5n12v {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-0earu5n12v {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-0earu5n12v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-0earu5n12v] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-0earu5n12v] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-0earu5n12v] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-0earu5n12v] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-0earu5n12v] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-0earu5n12v] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-0earu5n12v 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-0earu5n12v] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-0earu5n12v {
    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;
    }
}
