/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-s2i2o7u8yo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-s2i2o7u8yo] {
    flex: 1;
}

.sidebar[b-s2i2o7u8yo] {
    background: var(--app-sidebar-bg);
}

.top-row[b-s2i2o7u8yo] {
    background-color: var(--app-sidebar-bg);
    border-bottom: none;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-s2i2o7u8yo]  a, .top-row[b-s2i2o7u8yo]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-s2i2o7u8yo]  a:hover, .top-row[b-s2i2o7u8yo]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-s2i2o7u8yo]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-s2i2o7u8yo] {
        justify-content: space-between;
    }

    .top-row[b-s2i2o7u8yo]  a, .top-row[b-s2i2o7u8yo]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-s2i2o7u8yo] {
        flex-direction: row;
    }

    .sidebar[b-s2i2o7u8yo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow: hidden;
    }

    .sidebar[b-s2i2o7u8yo]::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: min(88%, 220px);
        aspect-ratio: 342.56 / 576;
        transform: translateX(-50%);
        background: var(--brand-cream);
        opacity: 0.5;
        pointer-events: none;
        z-index: 0;
        -webkit-mask: url("/branding/315life-tree.svg") center bottom / contain no-repeat;
        mask: url("/branding/315life-tree.svg") center bottom / contain no-repeat;
    }

    .sidebar[b-s2i2o7u8yo]  .brand-sidebar-header,
    .sidebar[b-s2i2o7u8yo]  .nav-scrollable {
        position: relative;
        z-index: 1;
    }

    .sidebar[b-s2i2o7u8yo]  .nav-scrollable {
        background: transparent !important;
    }

    .top-row[b-s2i2o7u8yo] {
        position: sticky;
        top: 0;
        z-index: 50;
    }

    .top-row.auth[b-s2i2o7u8yo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-s2i2o7u8yo], article[b-s2i2o7u8yo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.app-topbar-user-btn[b-s2i2o7u8yo] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.app-topbar-actions[b-s2i2o7u8yo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
    color: #b8b8b8;
}

.app-topbar-ad-text[b-s2i2o7u8yo] {
    color: var(--brand-bark);
    font-size: 0.92rem;
    font-weight: 800;
    white-space: nowrap;
}

.app-topbar-ad-arrow[b-s2i2o7u8yo] {
    display: inline-block;
    width: 3.15rem;
    height: 1.05rem;
    margin: 0 -0.18rem;
    background: var(--brand-bark);
    opacity: 0.9;
    transform: translateY(1px);
    -webkit-mask: url("/branding/arrow-short.svg") center / contain no-repeat;
    mask: url("/branding/arrow-short.svg") center / contain no-repeat;
}

.app-topbar-actions .app-topbar-contact-btn[b-s2i2o7u8yo] {
    margin-left: 0;
}

.app-topbar-avatar[b-s2i2o7u8yo] {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    object-fit: cover;
    border: 1px solid var(--app-border);
    background: #111;
}

.app-topbar-avatar-fallback[b-s2i2o7u8yo] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--brand-cream);
    background: var(--brand-bark);
}

.impersonation-banner[b-s2i2o7u8yo] {
    position: sticky;
    top: 3.5rem;
    z-index: 49;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1.5rem;
    border-bottom: 1px solid rgba(124, 85, 57, 0.3);
    background: #fff2bf;
    color: var(--brand-bark);
}

.impersonation-banner div[b-s2i2o7u8yo] {
    display: grid;
    gap: 0.2rem;
}

.impersonation-banner strong[b-s2i2o7u8yo] {
    font-size: 0.95rem;
}

.impersonation-banner span[b-s2i2o7u8yo] {
    font-size: 0.85rem;
}

.impersonation-banner form[b-s2i2o7u8yo] {
    margin: 0;
}

.impersonation-banner button[b-s2i2o7u8yo] {
    border: 1px solid var(--brand-bark);
    border-radius: 0 8px;
    background: var(--brand-bark);
    color: var(--brand-cream);
    font-weight: 800;
    padding: 0.45rem 0.8rem;
}

.app-flash[b-s2i2o7u8yo] {
    position: fixed;
    top: 1rem;
    left: 50%;
    z-index: 1200;
    min-width: min(90vw, 18rem);
    padding: 0.85rem 1.1rem;
    border-radius: 0 14px 0 14px;
    box-shadow: 0 14px 36px rgba(34, 33, 32, 0.18);
    font-weight: 800;
    text-align: center;
    pointer-events: none;
    transform: translateX(-50%);
    animation: app-flash-toast-b-s2i2o7u8yo 3s ease forwards;
}

.app-flash-success[b-s2i2o7u8yo] {
    border: 1px solid rgba(51, 124, 67, 0.35);
    background: rgba(51, 124, 67, 0.12);
    color: #1f6b32;
}

@keyframes app-flash-toast-b-s2i2o7u8yo {
    0% {
        opacity: 0;
        transform: translate(-50%, -0.5rem);
    }

    12%, 78% {
        opacity: 1;
        transform: translate(-50%, 0);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -0.5rem);
        visibility: hidden;
    }
}

@media (max-width: 640.98px) {
    .app-topbar-actions[b-s2i2o7u8yo] {
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 0.5rem;
    }

    .app-topbar-ad-text[b-s2i2o7u8yo] {
        width: 100%;
        text-align: right;
    }

    .app-topbar-ad-arrow[b-s2i2o7u8yo] {
        width: 2.6rem;
        height: 0.9rem;
    }

    .impersonation-banner[b-s2i2o7u8yo] {
        position: static;
        flex-direction: column;
        align-items: stretch;
        padding: 0.85rem 1rem;
    }

    .impersonation-banner button[b-s2i2o7u8yo] {
        width: 100%;
    }

    .app-flash[b-s2i2o7u8yo] {
        top: 0.75rem;
    }
}

#blazor-error-ui[b-s2i2o7u8yo] {
    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-s2i2o7u8yo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ut59ukakmh] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ut59ukakmh] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ut59ukakmh] {
    min-height: 3.5rem;
    background-color: var(--app-sidebar-bg);
}

.nav-scrollable[b-ut59ukakmh] {
    background: var(--app-sidebar-bg);
}

.nav-sidebar-body[b-ut59ukakmh] {
    min-height: calc(100vh - 3.5rem);
    padding-bottom: 1.5rem;
}

.nav-sidebar-main[b-ut59ukakmh] {
    flex: 1 1 auto;
}

.nav-sidebar-footer[b-ut59ukakmh] {
    margin-top: auto;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
}

.navbar-brand[b-ut59ukakmh] {
    font-size: 1.1rem;
}

.bi[b-ut59ukakmh],
.nav-icon[b-ut59ukakmh] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 1.25rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bi-house-door-fill-nav-menu[b-ut59ukakmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ut59ukakmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ut59ukakmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-calendar3-nav-menu[b-ut59ukakmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M14 0a1 1 0 0 1 1 1v1h.5A1.5 1.5 0 0 1 17 3.5v11A1.5 1.5 0 0 1 15.5 16h-15A1.5 1.5 0 0 1-1 14.5v-11A1.5 1.5 0 0 1 .5 2H1V1a1 1 0 0 1 2 0v1h8V1a1 1 0 0 1 1-1h2zM0 6v8.5a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5V6H0zm3-3H1.5a.5.5 0 0 0-.5.5V5h15V3.5a.5.5 0 0 0-.5-.5H14v1a1 1 0 1 1-2 0V3H4v1a1 1 0 1 1-2 0V3z' transform='translate(0 0) scale(.94117647)'/%3E%3C/svg%3E");
}

.bi-calendar-event-nav-menu[b-ut59ukakmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11 6a.5.5 0 0 1 .5.5V8h1.5a.5.5 0 0 1 0 1H11.5v1.5a.5.5 0 0 1-1 0V9H9a.5.5 0 0 1 0-1h1.5V6.5A.5.5 0 0 1 11 6z'/%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v1H0V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM16 14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5h16v9z'/%3E%3C/svg%3E");
}

.bi-shop-nav-menu[b-ut59ukakmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2.97 1.97A.75.75 0 0 1 3.5 1.75h9a.75.75 0 0 1 .53.22l1.75 1.75a.75.75 0 0 1 .22.53V5a2 2 0 0 1-1 1.732V13.5a.5.5 0 0 1-.5.5H2.5a.5.5 0 0 1-.5-.5V6.732A2 2 0 0 1 1 5v-.5a.75.75 0 0 1 .22-.53l1.75-1.75zM2 5a1 1 0 1 0 2 0h1a1 1 0 1 0 2 0h1a1 1 0 1 0 2 0h1a1 1 0 1 0 2 0h1a1 1 0 1 0 2 0V4.56L12.19 2.75H3.81L2 4.56V5zm1 2.618V13h10V7.618a2.99 2.99 0 0 1-1.5-.618 2.99 2.99 0 0 1-3 0 2.99 2.99 0 0 1-3 0A2.99 2.99 0 0 1 3 7.618z'/%3E%3C/svg%3E");
}

.bi-brush-nav-menu[b-ut59ukakmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M15.825.12a.5.5 0 0 1 .055.706l-4.11 4.795-1.414-1.414L14.12.175a.5.5 0 0 1 .706-.055zM9.646 5.854l-1.5-1.5-4.77 4.77a1.5 1.5 0 0 0-.352.568l-.62 2.068a.5.5 0 0 0 .62.62l2.068-.62a1.5 1.5 0 0 0 .568-.352l4.77-4.77zM3.5 13.5c-1.105 0-2 .672-2 1.5h5c0-.828-.895-1.5-2-1.5h-1z'/%3E%3C/svg%3E");
}

.bi-compass-nav-menu[b-ut59ukakmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm3.146-11.354a.5.5 0 0 0-.54-.107l-4.5 2a.5.5 0 0 0-.265.265l-2 4.5a.5.5 0 0 0 .647.647l4.5-2a.5.5 0 0 0 .265-.265l2-4.5a.5.5 0 0 0-.107-.54zM6.5 9.5 5.207 10.793 6.5 7.5 9.793 6.207 8.5 9.5z'/%3E%3C/svg%3E");
}

.bi-bell-nav-menu[b-ut59ukakmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2zm.104-14.804A1 1 0 0 0 6 2a5 5 0 0 0-5 5c0 1.098-.5 6-1 7h16c-.5-1-1-5.902-1-7a5 5 0 0 0-5-5 1 1 0 0 0-1.896-.804z'/%3E%3C/svg%3E");
}

.bi-bookmark-heart-nav-menu[b-ut59ukakmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 4.41c-.894-1.328-3.236-1.815-4.5-.187C2.231 5.6 3.5 8.033 8 12c4.5-3.967 5.769-6.4 4.5-7.777C11.236 2.595 8.894 3.082 8 4.41z'/%3E%3Cpath d='M2 2v13.5a.5.5 0 0 0 .74.439L8 13.207l5.26 2.732A.5.5 0 0 0 14 15.5V2a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2z' fill-opacity='.65'/%3E%3C/svg%3E");
}

.bi-person-circle-nav-menu[b-ut59ukakmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3z'/%3E%3Cpath fill-rule='evenodd' d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3C/svg%3E");
}

.bi-mic-nav-menu[b-ut59ukakmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 12a3 3 0 0 0 3-3V4a3 3 0 1 0-6 0v5a3 3 0 0 0 3 3z'/%3E%3Cpath d='M5 10.5a.5.5 0 0 1 .5.5 2.5 2.5 0 0 0 5 0 .5.5 0 0 1 1 0A3.5 3.5 0 0 1 8.5 14.466V16h2a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h2v-1.534A3.5 3.5 0 0 1 4.5 11a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
}

.bi-broadcast-pin-nav-menu[b-ut59ukakmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3.05 3.05a7 7 0 0 1 9.9 0 .5.5 0 0 1-.707.708 6 6 0 0 0-8.486 0 .5.5 0 1 1-.707-.708zm2.122 2.121a4 4 0 0 1 5.656 0 .5.5 0 0 1-.707.708 3 3 0 0 0-4.242 0 .5.5 0 1 1-.707-.708zm2.121 2.122a1 1 0 0 1 1.414 0 .5.5 0 0 1-.707.707.5.5 0 0 0-.707 0 .5.5 0 0 1-.707-.707z'/%3E%3Cpath d='M7.5 8.5h1v6.293l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 14.793V8.5z'/%3E%3C/svg%3E");
}

.nav-item[b-ut59ukakmh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ut59ukakmh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ut59ukakmh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ut59ukakmh]  .nav-link {
        color: var(--brand-bark);
        background: none;
        border: none;
        border-radius: 10px;
        min-height: 3rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.6rem;
        width: 100%;
        transition: background-color 0.15s ease, color 0.15s ease;
    }

.nav-status-pill[b-ut59ukakmh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(124, 85, 57, 0.14);
    color: var(--brand-espresso);
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.28rem 0.45rem;
    white-space: nowrap;
}

.nav-item[b-ut59ukakmh]  a.active {
    background-color: var(--app-sidebar-active);
    color: var(--brand-espresso);
    font-weight: 500;
    box-shadow: inset 0 0 0 1px rgba(124, 85, 57, 0.12);
}

.nav-item[b-ut59ukakmh]  .nav-link:hover {
    background-color: var(--app-sidebar-hover);
    color: var(--brand-espresso);
}

.nav-scrollable[b-ut59ukakmh] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ut59ukakmh] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ut59ukakmh] {
        display: none;
    }

    .nav-scrollable[b-ut59ukakmh] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Only scroll when content actually exceeds the viewport */
        max-height: calc(100vh - 3.5rem);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .nav-sidebar-body[b-ut59ukakmh] {
        min-height: calc(100vh - 3.5rem);
        padding-bottom: 1.75rem;
    }
}

.nav-section-label[b-ut59ukakmh] {
    color: var(--brand-bark);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: default;
    opacity: 0.9;
}

.nav-subitem[b-ut59ukakmh] {
    padding-left: 1.2rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-wf0xjuynuy],
.components-reconnect-repeated-attempt-visible[b-wf0xjuynuy],
.components-reconnect-failed-visible[b-wf0xjuynuy],
.components-pause-visible[b-wf0xjuynuy],
.components-resume-failed-visible[b-wf0xjuynuy],
.components-rejoining-animation[b-wf0xjuynuy] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-wf0xjuynuy],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-wf0xjuynuy],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-wf0xjuynuy],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-wf0xjuynuy],
#components-reconnect-modal.components-reconnect-retrying[b-wf0xjuynuy],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-wf0xjuynuy],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-wf0xjuynuy],
#components-reconnect-modal.components-reconnect-failed[b-wf0xjuynuy],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-wf0xjuynuy] {
    display: block;
}


#components-reconnect-modal[b-wf0xjuynuy] {
    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-wf0xjuynuy 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-wf0xjuynuy 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-wf0xjuynuy 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-wf0xjuynuy]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-wf0xjuynuy 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-wf0xjuynuy {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-wf0xjuynuy {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-wf0xjuynuy {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

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

#components-reconnect-modal p[b-wf0xjuynuy] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-wf0xjuynuy] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-wf0xjuynuy] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-wf0xjuynuy] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-wf0xjuynuy] {
    position: relative;
    width: 80px;
    height: 80px;
}

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

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

@keyframes components-rejoining-animation-b-wf0xjuynuy {
    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;
    }
}
