/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3j47ok83u9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.signed-out-page[b-3j47ok83u9] {
    min-height: 100vh;
}

main[b-3j47ok83u9] {
    flex: 1;
}

.sidebar[b-3j47ok83u9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3j47ok83u9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.profile-menu[b-3j47ok83u9] {
    position: relative;
}

.profile-menu summary[b-3j47ok83u9] {
    list-style: none;
}

.profile-menu summary[b-3j47ok83u9]::-webkit-details-marker {
    display: none;
}

.profile-button[b-3j47ok83u9] {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    color: #102a43;
    display: inline-flex;
    gap: .55rem;
    height: 40px;
    padding: .25rem .7rem .25rem .35rem;
}

.profile-button:hover[b-3j47ok83u9],
.profile-button:focus[b-3j47ok83u9] {
    border-color: #9fb3c8;
}

.profile-button.icon-only[b-3j47ok83u9] {
    padding: .25rem;
    width: 40px;
}

.profile-avatar[b-3j47ok83u9] {
    align-items: center;
    background: #155d94;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 800;
    height: 30px;
    justify-content: center;
    line-height: 1;
    width: 30px;
}

.profile-avatar-image[b-3j47ok83u9] {
    object-fit: cover;
}

.profile-name[b-3j47ok83u9] {
    display: inline-block;
    font-size: .92rem;
    font-weight: 700;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-dropdown[b-3j47ok83u9] {
    background: #ffffff;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(16, 42, 67, .16);
    display: grid;
    min-width: 190px;
    padding: .4rem;
    position: absolute;
    right: 0;
    top: calc(100% + .45rem);
    z-index: 20;
}

.profile-dropdown[b-3j47ok83u9]  a {
    border-radius: 6px;
    color: #102a43;
    padding: .55rem .65rem;
    text-decoration: none;
    white-space: nowrap;
}

.profile-dropdown[b-3j47ok83u9]  a:hover,
.profile-dropdown[b-3j47ok83u9]  a:focus {
    background: #f8fafc;
    color: #14558f;
}

.profile-dropdown-divider[b-3j47ok83u9] {
    border-top: 1px solid #edf2f7;
    margin: .35rem 0;
}

@media (max-width: 640.98px) {
    .top-row[b-3j47ok83u9] {
        justify-content: space-between;
    }

    .top-row[b-3j47ok83u9]  a, .top-row[b-3j47ok83u9]  .btn-link {
        margin-left: 0;
    }

    .profile-name[b-3j47ok83u9] {
        max-width: 110px;
    }
}

@media (min-width: 641px) {
    .page[b-3j47ok83u9] {
        flex-direction: row;
    }

    .sidebar[b-3j47ok83u9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3j47ok83u9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3j47ok83u9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3j47ok83u9], article[b-3j47ok83u9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-3j47ok83u9] {
    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-3j47ok83u9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-k36qr30w0g] {
    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-k36qr30w0g] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-k36qr30w0g] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-k36qr30w0g] {
    align-items: center;
    display: inline-flex;
    font-size: 1.1rem;
    min-height: 2.25rem;
    max-width: 170px;
}

.navbar-brand-logo[b-k36qr30w0g] {
    display: block;
    max-height: 34px;
    max-width: 170px;
    object-fit: contain;
}

.bi[b-k36qr30w0g] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-speedometer2-nav-menu[b-k36qr30w0g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-speedometer2' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4zM3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707zM2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10zm9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5zm.754-4.246a.39.39 0 0 0-.527-.02L7.547 9.31A.91.91 0 1 0 8.85 10.6l3.434-4.297a.39.39 0 0 0-.029-.548z'/%3E%3Cpath fill-rule='evenodd' d='M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A7.988 7.988 0 0 1 0 10zm8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3z'/%3E%3C/svg%3E");
}

.bi-buildings-nav-menu[b-k36qr30w0g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-buildings' viewBox='0 0 16 16'%3E%3Cpath d='M14.763.075A.5.5 0 0 1 15 .5v15a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V14h-1v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V10a.5.5 0 0 1 .342-.474L6 7.64V4.5a.5.5 0 0 1 .276-.447l8-4a.5.5 0 0 1 .487.022zM6 8.694 1 10.36V15h5V8.694zM7 15h2v-1.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V15h2V1.309l-7 3.5V15z'/%3E%3Cpath d='M2 11h1v1H2v-1zm2 0h1v1H4v-1zm-2 2h1v1H2v-1zm2 0h1v1H4v-1zm4-4h1v1H8V9zm2 0h1v1h-1V9zm2 0h1v1h-1V9zM8 7h1v1H8V7zm2 0h1v1h-1V7zm2 0h1v1h-1V7zM8 5h1v1H8V5zm2 0h1v1h-1V5zm2 0h1v1h-1V5zm0-2h1v1h-1V3z'/%3E%3C/svg%3E");
}

.bi-person-lines-fill-nav-menu[b-k36qr30w0g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-lines-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-5 6s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zM11 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4zm2 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2zm0 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2z'/%3E%3C/svg%3E");
}

.bi-kanban-nav-menu[b-k36qr30w0g] {
    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' viewBox='0 0 16 16'%3E%3Cpath d='M13.5 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-11a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h11zm-11-1a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2h-11z'/%3E%3Cpath d='M6.5 3a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3zm-4 0a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3zm8 0a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3z'/%3E%3C/svg%3E");
}

.bi-clock-nav-menu[b-k36qr30w0g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-clock' viewBox='0 0 16 16'%3E%3Cpath d='M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z'/%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z'/%3E%3C/svg%3E");
}

.bi-receipt-nav-menu[b-k36qr30w0g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-receipt' viewBox='0 0 16 16'%3E%3Cpath d='M1.92.506a.5.5 0 0 1 .434.14L3 1.293l.646-.647a.5.5 0 0 1 .708 0L5 1.293l.646-.647a.5.5 0 0 1 .708 0L7 1.293l.646-.647a.5.5 0 0 1 .708 0L9 1.293l.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647A.5.5 0 0 1 15 1v14a.5.5 0 0 1-.854.354L13.5 14.707l-.646.647a.5.5 0 0 1-.708 0L11.5 14.707l-.646.647a.5.5 0 0 1-.708 0L9.5 14.707l-.646.647a.5.5 0 0 1-.708 0L7.5 14.707l-.646.647a.5.5 0 0 1-.708 0L5.5 14.707l-.646.647a.5.5 0 0 1-.708 0L3.5 14.707l-.646.647A.5.5 0 0 1 2 15V1a.5.5 0 0 1-.08-.494zM3 2.207V13.793l.146-.147a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.146.147V2.207l-.146.147a.5.5 0 0 1-.708 0L11.5 1.707l-.646.647a.5.5 0 0 1-.708 0L9.5 1.707l-.646.647a.5.5 0 0 1-.708 0L7.5 1.707l-.646.647a.5.5 0 0 1-.708 0L5.5 1.707l-.646.647a.5.5 0 0 1-.708 0L3.5 1.707l-.5.5z'/%3E%3Cpath d='M5 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm-2-4a.5.5 0 0 1 .5-.5h.01a.5.5 0 0 1 0 1H3.5A.5.5 0 0 1 3 6.5zm0 2a.5.5 0 0 1 .5-.5h.01a.5.5 0 0 1 0 1H3.5A.5.5 0 0 1 3 8.5zm0 2a.5.5 0 0 1 .5-.5h.01a.5.5 0 0 1 0 1H3.5a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-cash-coin-nav-menu[b-k36qr30w0g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-cash-coin' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11 15a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm.5-6.5a.5.5 0 0 0-1 0v.162c-.568.11-1 .55-1 1.088 0 .692.68.98 1.184 1.143l.316.102c.525.17.75.295.75.505 0 .276-.293.5-.75.5-.398 0-.72-.17-.82-.431a.5.5 0 1 0-.934.358c.185.481.663.815 1.254.927V13a.5.5 0 0 0 1 0v-.162c.568-.11 1-.55 1-1.088 0-.692-.68-.98-1.184-1.143L11 10.505c-.525-.17-.75-.295-.75-.505 0-.276.293-.5.75-.5.318 0 .58.109.713.287a.5.5 0 1 0 .8-.6 1.72 1.72 0 0 0-1.013-.525V8.5z'/%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2.5a.5.5 0 0 1-1 0V6H1v5h5.5a.5.5 0 0 1 0 1H2a2 2 0 0 1-2-2V4zm1 1h12V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v1z'/%3E%3C/svg%3E");
}

.bi-box-seam-nav-menu[b-k36qr30w0g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-seam' viewBox='0 0 16 16'%3E%3Cpath d='M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5 8 5.961 14.154 3.5 8.186 1.113zM15 4.239l-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6zM7.443.184a1.5 1.5 0 0 1 1.114 0l6.972 2.789A.75.75 0 0 1 16 3.67v8.662a.75.75 0 0 1-.471.696l-6.972 2.789a1.5 1.5 0 0 1-1.114 0L.471 13.028A.75.75 0 0 1 0 12.332V3.67a.75.75 0 0 1 .471-.697L7.443.184z'/%3E%3C/svg%3E");
}

.bi-truck-nav-menu[b-k36qr30w0g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-truck' viewBox='0 0 16 16'%3E%3Cpath d='M0 3.5A1.5 1.5 0 0 1 1.5 2h9A1.5 1.5 0 0 1 12 3.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85A1.5 1.5 0 0 1 16 8.35V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-3.998-.085A1.5 1.5 0 0 1 0 10.5v-7zm1.294 7.456A1.999 1.999 0 0 1 4.732 11h5.536a2.01 2.01 0 0 1 .732-.732V3.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .294.456zM12 10a2 2 0 0 1 1.732 1h.768a.5.5 0 0 0 .5-.5V8.35a.5.5 0 0 0-.11-.312l-1.48-1.85A.5.5 0 0 0 13.02 6H12v4zm-9 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z'/%3E%3C/svg%3E");
}

.bi-people-nav-menu[b-k36qr30w0g] {
    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' viewBox='0 0 16 16'%3E%3Cpath d='M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1h8zm-7.978-1A.261.261 0 0 1 7 12.996c.001-.264.167-1.03.76-1.72C8.312 10.629 9.282 10 11 10c1.717 0 2.687.63 3.24 1.276.593.69.758 1.457.76 1.72l-.008.002a.274.274 0 0 1-.014.002H7.022zM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM6.936 9.28a5.88 5.88 0 0 0-1.23-.247A7.35 7.35 0 0 0 5 9c-4 0-5 3-5 4 0 .667.333 1 1 1h4.216A2.238 2.238 0 0 1 5 13c0-1.01.377-2.042 1.09-2.904.243-.294.526-.569.846-.816zM4.92 10A5.493 5.493 0 0 0 4 13H1c0-.26.164-1.03.76-1.724.545-.636 1.492-1.256 3.16-1.275zM1.5 5.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm3-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4z'/%3E%3C/svg%3E");
}

.bi-box-arrow-right-nav-menu[b-k36qr30w0g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-arrow-right' 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");
}

.bi-box-arrow-in-right-nav-menu[b-k36qr30w0g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-arrow-in-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 3.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-1 0v2A1.5 1.5 0 0 0 6.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-8A1.5 1.5 0 0 0 5 3.5v2a.5.5 0 0 0 1 0v-2z'/%3E%3Cpath fill-rule='evenodd' d='M11.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H1.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");
}

.nav-item[b-k36qr30w0g] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-k36qr30w0g] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-k36qr30w0g] {
        padding-bottom: 1rem;
    }

    .nav-item[b-k36qr30w0g]  .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-k36qr30w0g]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-k36qr30w0g]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-k36qr30w0g] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-k36qr30w0g] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-k36qr30w0g] {
        display: none;
    }

    .nav-scrollable[b-k36qr30w0g] {
        /* 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-wwf8k83ukn],
.components-reconnect-repeated-attempt-visible[b-wwf8k83ukn],
.components-reconnect-failed-visible[b-wwf8k83ukn],
.components-pause-visible[b-wwf8k83ukn],
.components-resume-failed-visible[b-wwf8k83ukn],
.components-rejoining-animation[b-wwf8k83ukn] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-wwf8k83ukn],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-wwf8k83ukn],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-wwf8k83ukn],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-wwf8k83ukn],
#components-reconnect-modal.components-reconnect-retrying[b-wwf8k83ukn],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-wwf8k83ukn],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-wwf8k83ukn],
#components-reconnect-modal.components-reconnect-failed[b-wwf8k83ukn],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-wwf8k83ukn] {
    display: block;
}


#components-reconnect-modal[b-wwf8k83ukn] {
    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-wwf8k83ukn 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-wwf8k83ukn 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-wwf8k83ukn 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-wwf8k83ukn]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-wwf8k83ukn 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-wwf8k83ukn {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-wwf8k83ukn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-wwf8k83ukn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-wwf8k83ukn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-wwf8k83ukn] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-wwf8k83ukn] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-wwf8k83ukn] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-wwf8k83ukn] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-wwf8k83ukn] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-wwf8k83ukn] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-wwf8k83ukn 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-wwf8k83ukn] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-wwf8k83ukn {
    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;
    }
}
