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

main[b-64kisgpy5l] {
    flex: 1;
}

.sidebar[b-64kisgpy5l] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-64kisgpy5l] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

    .top-row[b-64kisgpy5l] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

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

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

#blazor-error-ui[b-64kisgpy5l] {
    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-64kisgpy5l] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-q6gmn053nu] {
    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-q6gmn053nu] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-q6gmn053nu] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

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

.bi[b-q6gmn053nu] {
    display: inline-block;
    position: relative;
    /* Fixed size and no shrinking: the icon must not give up width to a long label, and must not
       be squeezed into an oval by one. */
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-q6gmn053nu] {
    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-q6gmn053nu] {
    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-q6gmn053nu] {
    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-lock-nav-menu[b-q6gmn053nu] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-q6gmn053nu] {
    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' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-q6gmn053nu] {
    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-badge' 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 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-q6gmn053nu] {
    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-fill' 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 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-q6gmn053nu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.bi-arrow-counterclockwise-nav-menu[b-q6gmn053nu] {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='white'%20viewBox='0%200%2016%2016'%3E%3Cpath%20fill-rule='evenodd'%20d='M8%203a5%205%200%201%200%204.546%202.914.5.5%200%200%201%20.908-.417A6%206%200%201%201%208%202z'/%3E%3Cpath%20d='M8%204.466V.534a.25.25%200%200%200-.41-.192L5.23%202.308a.25.25%200%200%200%200%20.384l2.36%201.966A.25.25%200%200%200%208%204.466'/%3E%3C/svg%3E");
}

.bi-exclamation-triangle-nav-menu[b-q6gmn053nu] {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='white'%20viewBox='0%200%2016%2016'%3E%3Cpath%20d='M7.938%202.016A.13.13%200%200%201%208.002%202a.13.13%200%200%201%20.063.016.15.15%200%200%201%20.054.057l6.857%2011.667c.036.06.035.124.002.183a.2.2%200%200%201-.054.06.1.1%200%200%201-.066.017H1.146a.1.1%200%200%201-.066-.017.2.2%200%200%201-.054-.06.18.18%200%200%201%20.002-.183L7.884%202.073a.15.15%200%200%201%20.054-.057m1.044-.45a1.13%201.13%200%200%200-1.96%200L.165%2013.233c-.457.778.091%201.767.98%201.767h13.713c.889%200%201.438-.99.98-1.767z'/%3E%3Cpath%20d='M7.002%2012a1%201%200%201%201%202%200%201%201%200%200%201-2%200M7.1%205.995a.905.905%200%201%201%201.8%200l-.35%203.507a.552.552%200%200%201-1.1%200z'/%3E%3C/svg%3E");
}

.bi-arrow-left-right-nav-menu[b-q6gmn053nu] {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='white'%20viewBox='0%200%2016%2016'%3E%3Cpath%20fill-rule='evenodd'%20d='M1%2011.5a.5.5%200%200%200%20.5.5h11.793l-3.147%203.146a.5.5%200%200%200%20.708.708l4-4a.5.5%200%200%200%200-.708l-4-4a.5.5%200%200%200-.708.708L13.293%2011H1.5a.5.5%200%200%200-.5.5m14-7a.5.5%200%200%201-.5.5H2.707l3.147%203.146a.5.5%200%201%201-.708.708l-4-4a.5.5%200%200%201%200-.708l4-4a.5.5%200%201%201%20.708.708L2.707%204H14.5a.5.5%200%200%201%20.5.5'/%3E%3C/svg%3E");
}

.bi-clipboard-check-nav-menu[b-q6gmn053nu] {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='white'%20viewBox='0%200%2016%2016'%3E%3Cpath%20fill-rule='evenodd'%20d='M10.854%207.146a.5.5%200%200%201%200%20.708l-3%203a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%201%201%20.708-.708L7.5%209.793l2.646-2.647a.5.5%200%200%201%20.708%200'/%3E%3Cpath%20d='M4%201.5H3a2%202%200%200%200-2%202V14a2%202%200%200%200%202%202h10a2%202%200%200%200%202-2V3.5a2%202%200%200%200-2-2h-1v1h1a1%201%200%200%201%201%201V14a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1V3.5a1%201%200%200%201%201-1h1z'/%3E%3Cpath%20d='M9.5%201a.5.5%200%200%201%20.5.5v1a.5.5%200%200%201-.5.5h-3a.5.5%200%200%201-.5-.5v-1a.5.5%200%200%201%20.5-.5zm-3-1A1.5%201.5%200%200%200%205%201.5v1A1.5%201.5%200%200%200%206.5%204h3A1.5%201.5%200%200%200%2011%202.5v-1A1.5%201.5%200%200%200%209.5%200z'/%3E%3C/svg%3E");
}

.bi-bar-chart-nav-menu[b-q6gmn053nu] {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='white'%20viewBox='0%200%2016%2016'%3E%3Cpath%20d='M4%2011H2v3h2zm5-4H7v7h2zm5-5v12h-2V2zm-2-1a1%201%200%200%200-1%201v12a1%201%200%200%200%201%201h2a1%201%200%200%200%201-1V2a1%201%200%200%200-1-1zM6%207a1%201%200%200%201%201-1h2a1%201%200%200%201%201%201v7a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1zm-5%204a1%201%200%200%201%201-1h2a1%201%200%200%201%201%201v3a1%201%200%200%201-1%201H2a1%201%200%200%201-1-1z'/%3E%3C/svg%3E");
}

.bi-bell-nav-menu[b-q6gmn053nu] {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='white'%20viewBox='0%200%2016%2016'%3E%3Cpath%20d='M8%2016a2%202%200%200%200%202-2H6a2%202%200%200%200%202%202M8%201.918l-.797.161A4%204%200%200%200%204%206c0%20.628-.134%202.197-.459%203.742-.16.767-.376%201.566-.663%202.258h10.244c-.287-.692-.502-1.49-.663-2.258C12.134%208.197%2012%206.628%2012%206a4%204%200%200%200-3.203-3.92zM14.22%2012c.223.447.481.801.78%201H1c.299-.199.557-.553.78-1C2.68%2010.2%203%206.88%203%206c0-2.42%201.72-4.44%204.005-4.901a1%201%200%201%201%201.99%200A5%205%200%200%201%2013%206c0%20.88.32%204.2%201.22%206'/%3E%3C/svg%3E");
}

.bi-journal-text-nav-menu[b-q6gmn053nu] {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='white'%20viewBox='0%200%2016%2016'%3E%3Cpath%20d='M5%2010.5a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5m0-2a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m0-2a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m0-2a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5'/%3E%3Cpath%20d='M3%200h10a2%202%200%200%201%202%202v12a2%202%200%200%201-2%202H3a2%202%200%200%201-2-2V2a2%202%200%200%201%202-2m0%201a1%201%200%200%200-1%201v12a1%201%200%200%200%201%201h10a1%201%200%200%200%201-1V2a1%201%200%200%200-1-1z'/%3E%3C/svg%3E");
}

.bi-gear-nav-menu[b-q6gmn053nu] {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='white'%20viewBox='0%200%2016%2016'%3E%3Cpath%20d='M8%204.754a3.246%203.246%200%201%200%200%206.492%203.246%203.246%200%200%200%200-6.492M5.754%208a2.246%202.246%200%201%201%204.492%200%202.246%202.246%200%200%201-4.492%200'/%3E%3Cpath%20d='M9.796%201.343c-.527-1.79-3.065-1.79-3.592%200l-.094.319a.87.87%200%200%201-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54%202.541l.159.292a.87.87%200%200%201-.52%201.255l-.319.094c-1.79.527-1.79%203.065%200%203.592l.319.094a.87.87%200%200%201%20.52%201.255l-.16.292c-.892%201.64.901%203.434%202.541%202.54l.292-.159a.87.87%200%200%201%201.255.52l.094.319c.527%201.79%203.065%201.79%203.592%200l.094-.319a.87.87%200%200%201%201.255-.52l.292.16c1.64.893%203.434-.902%202.54-2.541l-.159-.292a.87.87%200%200%201%20.52-1.255l.319-.094c1.79-.527%201.79-3.065%200-3.592l-.319-.094a.87.87%200%200%201-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.87.87%200%200%201-1.255-.52zm-2.633.283c.246-.835%201.428-.835%201.674%200l.094.319a1.873%201.873%200%200%200%202.693%201.115l.291-.16c.764-.415%201.6.42%201.184%201.185l-.159.292a1.873%201.873%200%200%200%201.116%202.692l.318.094c.835.246.835%201.428%200%201.674l-.319.094a1.873%201.873%200%200%200-1.115%202.693l.16.291c.415.764-.42%201.6-1.185%201.184l-.291-.159a1.873%201.873%200%200%200-2.693%201.116l-.094.318c-.246.835-1.428.835-1.674%200l-.094-.319a1.873%201.873%200%200%200-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873%201.873%200%200%200%201.945%208.93l-.319-.094c-.835-.246-.835-1.428%200-1.674l.319-.094A1.873%201.873%200%200%200%203.06%204.377l-.16-.292c-.415-.764.42-1.6%201.185-1.184l.292.159a1.873%201.873%200%200%200%202.692-1.115z'/%3E%3C/svg%3E");
}

/* A block of related pages. The heading above it is the only separator — no rules, no lines. */
.nav-group[b-q6gmn053nu] {
    padding: 0 0.5rem;
    margin-bottom: 0.9rem;
}

.nav-group:first-of-type[b-q6gmn053nu] {
    padding-top: 0.75rem;
}

/* Administration is set apart rather than hidden: quieter, and pushed down from the daily work. */
.nav-group-secondary[b-q6gmn053nu] {
    margin-top: 1.5rem;
    opacity: 0.72;
}

.nav-group-secondary[b-q6gmn053nu]  .nav-link {
    font-size: 0.82rem;
}

.nav-group-label[b-q6gmn053nu] {
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    padding: 0 0.6rem;
    margin-bottom: 0.3rem;
}

.nav-footer[b-q6gmn053nu] {
    /* The one place a line earns its keep: the account and the way out are not a nav group. */
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin: 0.5rem 0.5rem 1rem;
    padding-top: 0.5rem;
}

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

    .nav-item[b-q6gmn053nu]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        display: flex;
        align-items: center;
        gap: 0.65rem;
        width: 100%;

        /* Grows with its content instead of being pinned to one line's worth of height: a label
           that needed two lines used to spill out of the box and over the item below it. */
        min-height: 2.5rem;
        padding: 0.4rem 0.6rem;
        line-height: 1.3;
        text-align: left;

        /* Wrap between words if a label ever needs to, never inside one. */
        white-space: normal;
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
    }

/* The signed-in user's address is the one label nobody chose the length of, and an address has no
   spaces to wrap at — let it break rather than run off the side of the sidebar. */
.nav-item[b-q6gmn053nu]  .account-link {
    overflow-wrap: anywhere;
}

.nav-item[b-q6gmn053nu]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-q6gmn053nu]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

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

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

    .nav-scrollable[b-q6gmn053nu] {
        /* 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-af1cpn76f1],
.components-reconnect-repeated-attempt-visible[b-af1cpn76f1],
.components-reconnect-failed-visible[b-af1cpn76f1],
.components-pause-visible[b-af1cpn76f1],
.components-resume-failed-visible[b-af1cpn76f1],
.components-rejoining-animation[b-af1cpn76f1] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-af1cpn76f1 {
    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;
    }
}
/* /Components/Pages/Production/ScrapAndClaims.razor.rz.scp.css */
/* Entered as "Reklamacione", the claims half comes first. Ordering rather than duplicating the
   markup, so there is only ever one copy of each form. */
.claims-first .claims-section[b-tikqbbav96] {
    order: -1;
}
