/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-dckk4sw8y7] {
    display: flex;
    min-height: 100vh;
}

.skip-link[b-dckk4sw8y7] {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 2000;
    background: var(--swi-accent, #d2232a);
    color: #fff;
    padding: 0.6rem 1rem;
    border-radius: 0 0 0.4rem 0;
    font-weight: 600;
}

    .skip-link:focus[b-dckk4sw8y7] {
        left: 0;
    }

.sidebar[b-dckk4sw8y7] {
    width: var(--swi-sidebar-width);
    flex-shrink: 0;
    background: linear-gradient(180deg, var(--swi-sidebar-from) 0%, var(--swi-sidebar-to) 100%);
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    transition: width 0.18s ease-in-out;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.app-main[b-dckk4sw8y7] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.topbar[b-dckk4sw8y7] {
    height: 3.75rem;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: saturate(180%) blur(6px);
    -webkit-backdrop-filter: saturate(180%) blur(6px);
    border-bottom: 1px solid var(--swi-border);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    display: flex;
    align-items: center;
    padding: 0 1.25rem;
    position: sticky;
    top: 0;
    z-index: 15;
    gap: 0.75rem;
}

.topbar-spacer[b-dckk4sw8y7] {
    flex: 1;
}

.sidebar-toggle[b-dckk4sw8y7] {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

    .sidebar-toggle:focus-visible[b-dckk4sw8y7] {
        outline: 2px solid var(--swi-accent, #d2232a);
        outline-offset: 2px;
        border-radius: 0.25rem;
    }

    .sidebar-toggle span[b-dckk4sw8y7] {
        display: block;
        height: 2px;
        background: #334155;
        border-radius: 1px;
    }

.topbar-icon-btn[b-dckk4sw8y7] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #475569;
    text-decoration: none;
    transition: background-color var(--swi-transition), color var(--swi-transition);
}

    .topbar-icon-btn:hover[b-dckk4sw8y7] {
        background: var(--swi-content-bg);
    }

.swi-icon[b-dckk4sw8y7] {
    display: inline-block;
    width: 1.15rem;
    height: 1.15rem;
    background-color: #475569;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.swi-icon-bell[b-dckk4sw8y7] {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2zm.995-14.901a1 1 0 1 0-1.99 0A5.002 5.002 0 0 0 3 6c0 1.098-.5 6-2 7h14c-1.5-1-2-5.902-2-7 0-2.42-1.72-4.44-4.005-4.901z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2zm.995-14.901a1 1 0 1 0-1.99 0A5.002 5.002 0 0 0 3 6c0 1.098-.5 6-2 7h14c-1.5-1-2-5.902-2-7 0-2.42-1.72-4.44-4.005-4.901z'/%3E%3C/svg%3E");
}

.swi-icon-logout[b-dckk4sw8y7] {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

.topbar-user[b-dckk4sw8y7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.swi-avatar[b-dckk4sw8y7] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--swi-accent);
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
}

.topbar-user-name[b-dckk4sw8y7] {
    font-size: 0.9rem;
    color: #334155;
    font-weight: 500;
}

.content-wrapper[b-dckk4sw8y7] {
    flex: 1;
    background: var(--swi-content-bg);
}

.app-footer[b-dckk4sw8y7] {
    padding: 0.85rem 1.25rem;
    text-align: center;
    font-size: 0.8rem;
    color: var(--swi-text-muted);
    background: #fff;
    border-top: 1px solid var(--swi-border);
}

#blazor-error-ui[b-dckk4sw8y7] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-dckk4sw8y7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Tablet AND phone both get the same collapsible/offcanvas sidebar
   mechanism (Bootstrap's lg breakpoint, 991.98px) - desktop keeps the
   always-visible static sidebar. One mechanism, no separate mobile view. */
@media (max-width: 991.98px) {
    .sidebar-toggle[b-dckk4sw8y7] {
        display: flex;
    }

    .topbar-user-name[b-dckk4sw8y7] {
        display: none;
    }

    .sidebar[b-dckk4sw8y7] {
        position: fixed;
        left: calc(-1 * var(--swi-sidebar-width));
        top: 0;
        bottom: 0;
        z-index: 1030;
        transition: left 0.2s ease-in-out;
        width: min(var(--swi-sidebar-width), 82vw);
    }

    .app-shell.sidebar-open .sidebar[b-dckk4sw8y7] {
        left: 0;
        box-shadow: 4px 0 24px rgba(0, 0, 0, 0.3);
    }

    /* Rendered only while open (see MainLayout.razor's @if) - a real button,
       not a CSS-only checkbox hack, so keyboard/switch-access users can
       toggle and close the sidebar the same way mouse/touch users do. */
    .sidebar-backdrop[b-dckk4sw8y7] {
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.45);
        z-index: 1020;
        cursor: pointer;
        border: none;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .sidebar-toggle[b-dckk4sw8y7] {
        display: none;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand[b-56mbvqh2l6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-logo-chip[b-56mbvqh2l6] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0.5rem;
    padding: 0.3rem 0.4rem;
    flex-shrink: 0;
}

.brand-logo-img[b-56mbvqh2l6] {
    height: 1.9rem;
    width: auto;
    display: block;
}

.brand-text[b-56mbvqh2l6] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.brand-title[b-56mbvqh2l6] {
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
}

.brand-subtitle[b-56mbvqh2l6] {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.72rem;
}

.nav-section-label[b-56mbvqh2l6] {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 1.1rem 1.25rem 0.4rem;
}

.nav-item[b-56mbvqh2l6] {
    padding: 0 0.75rem;
}

    .nav-item[b-56mbvqh2l6]  .nav-link {
        color: rgba(255, 255, 255, 0.75);
        background: none;
        border: none;
        border-left: 3px solid transparent;
        border-radius: 0.4rem;
        height: 2.6rem;
        display: flex;
        align-items: center;
        font-size: 0.88rem;
        padding: 0 0.6rem;
        width: 100%;
        transition: background-color 0.15s ease, color 0.15s ease;
    }

    .nav-item[b-56mbvqh2l6]  .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.07);
        color: #fff;
    }

    .nav-item[b-56mbvqh2l6]  .nav-link:hover .swi-nav-icon {
        opacity: 1;
        transform: scale(1.05);
    }

.nav-item[b-56mbvqh2l6]  a.active {
    background-color: rgba(210, 35, 42, 0.14);
    border-left-color: var(--swi-accent);
    color: #fff;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px rgba(210, 35, 42, 0.12);
}

    .nav-item[b-56mbvqh2l6]  a.active .swi-nav-icon {
        opacity: 1;
    }

.swi-nav-icon[b-56mbvqh2l6] {
    display: inline-block;
    width: 1.05rem;
    height: 1.05rem;
    margin-right: 0.7rem;
    background-color: currentColor;
    opacity: 0.85;
    flex-shrink: 0;
    transition: opacity var(--swi-transition), transform var(--swi-transition);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.swi-nav-icon-dashboard[b-56mbvqh2l6] {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6 1H1v6h5zm9 0h-5v6h5zM6 9H1v6h5zm9 0h-5v6h5z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6 1H1v6h5zm9 0h-5v6h5zM6 9H1v6h5zm9 0h-5v6h5z'/%3E%3C/svg%3E");
}

.swi-nav-icon-records[b-56mbvqh2l6] {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm3.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 3a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 3a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 3a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm3.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 3a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 3a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 3a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z'/%3E%3C/svg%3E");
}

.swi-nav-icon-reports[b-56mbvqh2l6] {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 11H2v3h2v-3zm5-4H7v7h2V7zm5-5v12h-2V2h2zm-2-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1h-2zM6 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm-5 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 11H2v3h2v-3zm5-4H7v7h2V7zm5-5v12h-2V2h2zm-2-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1h-2zM6 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm-5 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3z'/%3E%3C/svg%3E");
}

.swi-nav-icon-alerts[b-56mbvqh2l6] {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2zm.995-14.901a1 1 0 1 0-1.99 0A5.002 5.002 0 0 0 3 6c0 1.098-.5 6-2 7h14c-1.5-1-2-5.902-2-7 0-2.42-1.72-4.44-4.005-4.901z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2zm.995-14.901a1 1 0 1 0-1.99 0A5.002 5.002 0 0 0 3 6c0 1.098-.5 6-2 7h14c-1.5-1-2-5.902-2-7 0-2.42-1.72-4.44-4.005-4.901z'/%3E%3C/svg%3E");
}

.swi-nav-icon-roles[b-56mbvqh2l6] {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm-9 8c0-1 1-4 6-4s6 3 6 4v.5a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5V16z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm-9 8c0-1 1-4 6-4s6 3 6 4v.5a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5V16z'/%3E%3C/svg%3E");
}

.swi-nav-icon-masters[b-56mbvqh2l6] {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1c-3.6 0-6.5 1.2-6.5 2.5S4.4 6 8 6s6.5-1.2 6.5-2.5S11.6 1 8 1zM1.5 5v3c0 1.3 2.9 2.5 6.5 2.5s6.5-1.2 6.5-2.5V5c0 1.3-2.9 2.5-6.5 2.5S1.5 6.3 1.5 5zm0 5v3c0 1.3 2.9 2.5 6.5 2.5s6.5-1.2 6.5-2.5v-3c0 1.3-2.9 2.5-6.5 2.5S1.5 11.3 1.5 10z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1c-3.6 0-6.5 1.2-6.5 2.5S4.4 6 8 6s6.5-1.2 6.5-2.5S11.6 1 8 1zM1.5 5v3c0 1.3 2.9 2.5 6.5 2.5s6.5-1.2 6.5-2.5V5c0 1.3-2.9 2.5-6.5 2.5S1.5 6.3 1.5 5zm0 5v3c0 1.3 2.9 2.5 6.5 2.5s6.5-1.2 6.5-2.5v-3c0 1.3-2.9 2.5-6.5 2.5S1.5 11.3 1.5 10z'/%3E%3C/svg%3E");
}

/* ---------------------------------------------------------------------
   Collapsible parent items (Reports, Master Data) - native <details>/
   <summary>, no JS required. The disclosure triangle browsers add by
   default is suppressed in favor of a custom chevron that rotates on
   open, matching the AdminLTE treeview convention.
   ------------------------------------------------------------------ */
.nav-item-parent[b-56mbvqh2l6]  details > summary {
    list-style: none;
    cursor: pointer;
}

    .nav-item-parent[b-56mbvqh2l6]  details > summary::-webkit-details-marker {
        display: none;
    }

.nav-item-parent[b-56mbvqh2l6]  .nav-chevron {
    margin-left: auto;
    width: 0.6rem;
    height: 0.6rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    transition: transform 0.15s ease;
    opacity: 0.6;
}

.nav-item-parent[b-56mbvqh2l6]  details[open] > summary .nav-chevron {
    transform: rotate(45deg);
}

.nav-item-parent[b-56mbvqh2l6]  .nav-submenu {
    display: flex;
    flex-direction: column;
    padding: 0.15rem 0 0.3rem;
}

.nav-item-parent[b-56mbvqh2l6]  .nav-sublink {
    height: 2.2rem;
    padding-left: 2.75rem;
    font-size: 0.84rem;
    border-left: 3px solid transparent;
    border-radius: 0.35rem;
    color: rgba(255, 255, 255, 0.65);
}

    .nav-item-parent[b-56mbvqh2l6]  .nav-sublink:hover {
        background-color: rgba(255, 255, 255, 0.06);
        color: #fff;
    }

.nav-item-parent[b-56mbvqh2l6]  a.nav-sublink.active {
    background-color: rgba(210, 35, 42, 0.12);
    border-left-color: var(--swi-accent);
    color: #fff;
    font-weight: 500;
}

.swi-nav-icon-import[b-56mbvqh2l6] {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0a.5.5 0 0 1 .5.5v7.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 8.293V.5A.5.5 0 0 1 8 0z'/%3E%3Cpath d='M2 12a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-2z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0a.5.5 0 0 1 .5.5v7.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 8.293V.5A.5.5 0 0 1 8 0z'/%3E%3Cpath d='M2 12a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-2z'/%3E%3C/svg%3E");
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6mj586x9ha],
.components-reconnect-repeated-attempt-visible[b-6mj586x9ha],
.components-reconnect-failed-visible[b-6mj586x9ha],
.components-pause-visible[b-6mj586x9ha],
.components-resume-failed-visible[b-6mj586x9ha],
.components-rejoining-animation[b-6mj586x9ha] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-6mj586x9ha],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-6mj586x9ha],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-6mj586x9ha],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-6mj586x9ha],
#components-reconnect-modal.components-reconnect-retrying[b-6mj586x9ha],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-6mj586x9ha],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-6mj586x9ha],
#components-reconnect-modal.components-reconnect-failed[b-6mj586x9ha],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-6mj586x9ha] {
    display: block;
}


#components-reconnect-modal[b-6mj586x9ha] {
    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-6mj586x9ha 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-6mj586x9ha 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-6mj586x9ha 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-6mj586x9ha]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-6mj586x9ha 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-6mj586x9ha {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-6mj586x9ha {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-6mj586x9ha {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-6mj586x9ha] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-6mj586x9ha] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-6mj586x9ha] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-6mj586x9ha] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-6mj586x9ha] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-6mj586x9ha] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-6mj586x9ha] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-6mj586x9ha 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-6mj586x9ha] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-6mj586x9ha {
    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;
    }
}
