/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-crp2r3kvnc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-crp2r3kvnc] {
    flex: 1;
}

.sidebar[b-crp2r3kvnc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    position: relative;
}

.sidebar-collapse-toggle[b-crp2r3kvnc] {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    display: none;
    height: 2rem;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    width: 2rem;
    z-index: 2;
}

.sidebar-collapse-icon[b-crp2r3kvnc],
.sidebar-collapse-icon[b-crp2r3kvnc]::before,
.sidebar-collapse-icon[b-crp2r3kvnc]::after {
    background: #fff;
    border-radius: 1px;
    display: block;
    height: 2px;
    position: relative;
    width: 1rem;
}

.sidebar-collapse-icon[b-crp2r3kvnc]::before,
.sidebar-collapse-icon[b-crp2r3kvnc]::after {
    content: "";
    left: 0;
    position: absolute;
}

.sidebar-collapse-icon[b-crp2r3kvnc]::before {
    top: -0.3rem;
}

.sidebar-collapse-icon[b-crp2r3kvnc]::after {
    top: 0.3rem;
}

.top-row[b-crp2r3kvnc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-crp2r3kvnc]  a, .top-row[b-crp2r3kvnc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-crp2r3kvnc]  a:hover, .top-row[b-crp2r3kvnc]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-crp2r3kvnc]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-crp2r3kvnc] {
        justify-content: space-between;
    }

    .top-row[b-crp2r3kvnc]  a, .top-row[b-crp2r3kvnc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-crp2r3kvnc] {
        flex-direction: row;
    }

    .sidebar[b-crp2r3kvnc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        transition: width 0.15s ease-in-out;
    }

    .sidebar-collapse-toggle[b-crp2r3kvnc] {
        display: inline-flex;
    }

    .page.sidebar-collapsed .sidebar[b-crp2r3kvnc] {
        width: 4.5rem;
    }

    .page.sidebar-collapsed .sidebar[b-crp2r3kvnc]  .navbar-brand,
    .page.sidebar-collapsed .sidebar[b-crp2r3kvnc]  .nav-label,
    .page.sidebar-collapsed .sidebar[b-crp2r3kvnc]  .settings-chevron {
        display: none;
    }

    .page.sidebar-collapsed .sidebar[b-crp2r3kvnc]  .nav-item,
    .page.sidebar-collapsed .sidebar[b-crp2r3kvnc]  .settings-details {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .page.sidebar-collapsed .sidebar[b-crp2r3kvnc]  .nav-link,
    .page.sidebar-collapsed .sidebar[b-crp2r3kvnc]  .settings-toggle {
        justify-content: center;
    }

    .page.sidebar-collapsed .sidebar[b-crp2r3kvnc]  .bi {
        margin-right: 0;
    }

    .page.sidebar-collapsed .sidebar[b-crp2r3kvnc]  .settings-submenu {
        display: none;
    }

    .top-row[b-crp2r3kvnc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-crp2r3kvnc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-crp2r3kvnc], article[b-crp2r3kvnc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-crp2r3kvnc] {
    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-crp2r3kvnc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5q20495keq] {
    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-5q20495keq] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-5q20495keq] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5q20495keq] {
    font-size: 1.1rem;
}

.bi[b-5q20495keq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-5q20495keq] {
    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-kanban-fill-nav-menu[b-5q20495keq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-kanban-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 0A2.5 2.5 0 0 0 0 2.5v11A2.5 2.5 0 0 0 2.5 16h11a2.5 2.5 0 0 0 2.5-2.5v-11A2.5 2.5 0 0 0 13.5 0h-11Zm1 2h2A1.5 1.5 0 0 1 7 3.5v3A1.5 1.5 0 0 1 5.5 8h-2A1.5 1.5 0 0 1 2 6.5v-3A1.5 1.5 0 0 1 3.5 2Zm5 0h2A1.5 1.5 0 0 1 12 3.5v6A1.5 1.5 0 0 1 10.5 11h-2A1.5 1.5 0 0 1 7 9.5v-6A1.5 1.5 0 0 1 8.5 2Zm5 0h.5v8h-.5A1.5 1.5 0 0 1 12 8.5v-5A1.5 1.5 0 0 1 13.5 2Z'/%3E%3C/svg%3E");
}

.bi-building-fill-nav-menu[b-5q20495keq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-building-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 0a1 1 0 0 0-1 1v14h5v-3.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V15h5V1a1 1 0 0 0-1-1H3Zm2 2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm4-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-5q20495keq] {
    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-5q20495keq] {
    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-people-fill-nav-menu[b-5q20495keq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");
}

.bi-shield-lock-fill-nav-menu[b-5q20495keq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-shield-lock-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0c-.69 0-1.843.265-2.928.56-1.11.302-2.229.669-2.888.893A.5.5 0 0 0 1.85 2C1.53 6.063 2.43 9.09 4.02 11.192c1.592 2.105 3.69 2.99 3.89 3.071a.5.5 0 0 0 .18 0c.2-.081 2.298-.966 3.89-3.071C13.57 9.09 14.47 6.063 14.15 2a.5.5 0 0 0-.334-.547c-.66-.224-1.778-.591-2.888-.893C9.843.265 8.69 0 8 0Zm0 5a1.5 1.5 0 0 0-.5 2.915V9.5a.5.5 0 0 0 1 0V7.915A1.5 1.5 0 0 0 8 5Z'/%3E%3C/svg%3E");
}

.bi-gear-fill-nav-menu[b-5q20495keq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.858 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}

.bi-list-check-nav-menu[b-5q20495keq] {
    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-check' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5Zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5Zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 5 3.5ZM3.854 2.146a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 3.293l1.146-1.147a.5.5 0 0 1 .708 0Zm0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 7.293l1.146-1.147a.5.5 0 0 1 .708 0Zm0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0Z'/%3E%3C/svg%3E");
}

.bi-tags-fill-nav-menu[b-5q20495keq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-tags-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l6.414 6.414a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0L2.293 7.293A1 1 0 0 1 2 6.586V2Zm3.5 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z'/%3E%3Cpath d='M1 7.086V2a2 2 0 0 1 2-2h5.086a2 2 0 0 1 1.414.586l6.414 6.414a2 2 0 0 1 0 2.828l-5.086 5.086a2 2 0 0 1-2.828 0L1.586 8.5A2 2 0 0 1 1 7.086Z'/%3E%3C/svg%3E");
}

.bi-envelope-fill-nav-menu[b-5q20495keq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-envelope-fill' viewBox='0 0 16 16'%3E%3Cpath d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697Zm6.761 4.137-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.139l-6.57-4.027L8 9.586l-1.239-.752Zm3.436-.591L16 11.801V4.697l-5.803 3.546Z'/%3E%3C/svg%3E");
}

.bi-cpu-fill-nav-menu[b-5q20495keq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-cpu-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 6a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3z'/%3E%3Cpath d='M5.5.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2A2.5 2.5 0 0 1 13 4.5h1.5a.5.5 0 0 1 0 1H13v1h1.5a.5.5 0 0 1 0 1H13v1h1.5a.5.5 0 0 1 0 1H13v1h1.5a.5.5 0 0 1 0 1H13A2.5 2.5 0 0 1 10.5 14v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14A2.5 2.5 0 0 1 3 11.5H1.5a.5.5 0 0 1 0-1H3v-1H1.5a.5.5 0 0 1 0-1H3v-1H1.5a.5.5 0 0 1 0-1H3v-1H1.5a.5.5 0 0 1 0-1H3A2.5 2.5 0 0 1 5.5 2V.5zm-1 4A1.5 1.5 0 0 1 6 3h4a1.5 1.5 0 0 1 1.5 1.5v7A1.5 1.5 0 0 1 10 13H6a1.5 1.5 0 0 1-1.5-1.5v-7z'/%3E%3C/svg%3E");
}

.nav-section[b-5q20495keq] {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 1rem;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.settings-details[b-5q20495keq] {
    margin-top: 0.5rem;
}

.settings-toggle[b-5q20495keq] {
    align-items: center;
    background: none;
    border: none;
    border-radius: 4px;
    color: #d7d7d7;
    display: flex;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    cursor: pointer;
    text-align: left;
    list-style: none;
}

.settings-toggle:hover[b-5q20495keq] {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.settings-toggle[b-5q20495keq]::-webkit-details-marker {
    display: none;
}

.settings-details[open] .settings-chevron[b-5q20495keq] {
    transform: rotate(180deg);
}

.settings-chevron[b-5q20495keq] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    line-height: 1;
    transition: transform 0.15s ease-in-out;
}

.settings-submenu[b-5q20495keq] {
    padding-left: 0.75rem;
}

.nav-item[b-5q20495keq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5q20495keq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5q20495keq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5q20495keq]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-5q20495keq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5q20495keq]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-5q20495keq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5q20495keq] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5q20495keq] {
        display: none;
    }

    .nav-scrollable[b-5q20495keq] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-c761jv4yyi],
.components-reconnect-repeated-attempt-visible[b-c761jv4yyi],
.components-reconnect-failed-visible[b-c761jv4yyi],
.components-pause-visible[b-c761jv4yyi],
.components-resume-failed-visible[b-c761jv4yyi],
.components-rejoining-animation[b-c761jv4yyi] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-c761jv4yyi],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-c761jv4yyi],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-c761jv4yyi],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-c761jv4yyi],
#components-reconnect-modal.components-reconnect-retrying[b-c761jv4yyi],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-c761jv4yyi],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-c761jv4yyi],
#components-reconnect-modal.components-reconnect-failed[b-c761jv4yyi],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-c761jv4yyi] {
    display: block;
}


#components-reconnect-modal[b-c761jv4yyi] {
    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-c761jv4yyi 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-c761jv4yyi 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-c761jv4yyi 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-c761jv4yyi]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-c761jv4yyi 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-c761jv4yyi {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-c761jv4yyi {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-c761jv4yyi {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-c761jv4yyi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-c761jv4yyi] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-c761jv4yyi] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-c761jv4yyi] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-c761jv4yyi] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-c761jv4yyi] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-c761jv4yyi] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-c761jv4yyi 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-c761jv4yyi] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-c761jv4yyi {
    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;
    }
}
