/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-86gqs59ny1] {
    background: #eef3f0;
    display: flex;
    min-height: 100vh;
    position: relative;
}

main[b-86gqs59ny1] {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .74) 0%, rgba(255, 255, 255, 0) 18rem),
        #eef3f0;
    flex: 1;
    min-width: 0;
}

.sidebar[b-86gqs59ny1] {
    background: #10231f;
    border-right: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 10px 0 32px rgba(20, 43, 37, .08);
}

.top-row[b-86gqs59ny1] {
    align-items: center;
    background: rgba(250, 252, 250, .92);
    border-bottom: 1px solid #dbe5df;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-height: 4.25rem;
    padding: .85rem 1.5rem;
}

.shell-topbar[b-86gqs59ny1] {
    backdrop-filter: blur(14px);
}

.topbar-title[b-86gqs59ny1] {
    display: grid;
    gap: .1rem;
    min-width: 0;
}

.topbar-title span[b-86gqs59ny1] {
    color: #61746b;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.topbar-title strong[b-86gqs59ny1] {
    color: #122b25;
    font-size: 1.02rem;
    line-height: 1.15;
}

.topbar-status[b-86gqs59ny1] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: flex-end;
}

.status-chip[b-86gqs59ny1] {
    align-items: center;
    background: #f7faf8;
    border: 1px solid #d4e0d9;
    border-radius: 999px;
    color: #365448;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 650;
    min-height: 2rem;
    padding: .35rem .72rem;
    white-space: nowrap;
}

.status-live[b-86gqs59ny1] {
    background: #e6f5ed;
    border-color: #b9dac8;
    color: #1b6745;
}

.status-live[b-86gqs59ny1]::before {
    background: #1fbf72;
    border-radius: 999px;
    content: "";
    height: .48rem;
    margin-right: .45rem;
    width: .48rem;
}

.content[b-86gqs59ny1] {
    padding: 1.35rem 1.5rem 2rem;
}

@media (max-width: 640.98px) {
    .page[b-86gqs59ny1] {
        flex-direction: column;
    }

    .top-row[b-86gqs59ny1] {
        align-items: flex-start;
        flex-direction: column;
        padding: .9rem 1rem;
    }

    .topbar-status[b-86gqs59ny1] {
        justify-content: flex-start;
    }

    .content[b-86gqs59ny1] {
        padding: 1rem;
    }
}

@media (min-width: 641px) {
    .sidebar[b-86gqs59ny1] {
        height: 100vh;
        position: sticky;
        top: 0;
        width: 264px;
    }

    .top-row[b-86gqs59ny1] {
        position: sticky;
        top: 0;
        z-index: 2;
    }
}

#blazor-error-ui[b-86gqs59ny1] {
    background: #fff1d7;
    border-top: 1px solid #e3c88f;
    bottom: 0;
    box-shadow: 0 -8px 24px rgba(34, 45, 38, .14);
    box-sizing: border-box;
    color: #4d3510;
    display: none;
    left: 0;
    padding: .7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-86gqs59ny1] {
    cursor: pointer;
    position: absolute;
    right: .75rem;
    top: .55rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-brand[b-hzqkx87tjw] {
    align-items: center;
    display: flex;
    min-height: 4.25rem;
    padding: .8rem 1rem .7rem;
}

.navbar-brand[b-hzqkx87tjw] {
    align-items: center;
    color: #f7fbf8;
    display: flex;
    gap: .75rem;
    line-height: 1.05;
    text-decoration: none;
}

.navbar-brand:hover[b-hzqkx87tjw] {
    color: #ffffff;
}

.navbar-brand strong[b-hzqkx87tjw],
.navbar-brand small[b-hzqkx87tjw] {
    display: block;
}

.navbar-brand strong[b-hzqkx87tjw] {
    font-size: 1rem;
    font-weight: 800;
}

.navbar-brand small[b-hzqkx87tjw] {
    color: #9fbbb1;
    font-size: .78rem;
    font-weight: 700;
}

.brand-mark[b-hzqkx87tjw] {
    align-items: center;
    background: linear-gradient(135deg, #50d890 0%, #42c4d6 100%);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(66, 196, 214, .22);
    color: #09231e;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 850;
    height: 2.2rem;
    justify-content: center;
    width: 2.2rem;
}

.navbar-toggler[b-hzqkx87tjw] {
    appearance: none;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    color: white;
    cursor: pointer;
    height: 2.5rem;
    position: absolute;
    right: 1rem;
    top: .85rem;
    width: 3rem;
}

.navbar-toggler[b-hzqkx87tjw]::before {
    background: #ffffff;
    box-shadow: 0 .46rem 0 #ffffff, 0 .92rem 0 #ffffff;
    content: "";
    height: 2px;
    left: .72rem;
    position: absolute;
    top: .74rem;
    width: 1.5rem;
}

.navbar-toggler:checked[b-hzqkx87tjw] {
    background: rgba(80, 216, 144, .22);
}

.nav-scrollable[b-hzqkx87tjw] {
    display: none;
    padding: .35rem 0 1rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-hzqkx87tjw] {
    display: block;
}

.nav-item[b-hzqkx87tjw] {
    font-size: .92rem;
    padding-bottom: .18rem;
}

.nav-item[b-hzqkx87tjw]  .nav-link {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #b8cbc4;
    display: flex;
    font-weight: 680;
    gap: .75rem;
    min-height: 2.72rem;
    padding: .65rem .75rem;
    text-decoration: none;
    width: 100%;
}

.nav-item[b-hzqkx87tjw]  .nav-link:hover {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 255, 255, .08);
    color: #ffffff;
}

.nav-item[b-hzqkx87tjw]  a.active {
    background: rgba(80, 216, 144, .14);
    border-color: rgba(80, 216, 144, .24);
    box-shadow: inset 3px 0 0 #50d890;
    color: #ffffff;
}

.nav-item form[b-hzqkx87tjw],
.nav-item button.nav-link[b-hzqkx87tjw] {
    width: 100%;
}

.nav-icon[b-hzqkx87tjw] {
    background-color: currentColor;
    display: inline-block;
    flex: 0 0 1.18rem;
    height: 1.18rem;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    width: 1.18rem;
}

.nav-icon-panel[b-hzqkx87tjw] {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 13h7V4H4v9Zm0 7h7v-5H4v5Zm9 0h7v-9h-7v9Zm0-16v5h7V4h-7Z'/%3E%3C/svg%3E");
}

.nav-icon-taxonomy[b-hzqkx87tjw] {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3a3 3 0 0 0-3 3v2h6V6a3 3 0 0 0-3-3Zm10 0a3 3 0 0 0-3 3v2h6V6a3 3 0 0 0-3-3ZM7 14a3 3 0 0 0-3 3v2h6v-2a3 3 0 0 0-3-3Zm10 0a3 3 0 0 0-3 3v2h6v-2a3 3 0 0 0-3-3ZM8 10h8v2H8v-2Zm3-4h2v12h-2V6Z'/%3E%3C/svg%3E");
}

.nav-icon-sources[b-hzqkx87tjw] {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5a3 3 0 0 1 3-3h11v17H8a3 3 0 0 0-3 3V5Zm3-1a1 1 0 0 0-1 1v12.18A4.96 4.96 0 0 1 8 17h9V4H8Zm2 3h5v2h-5V7Zm0 4h5v2h-5v-2Z'/%3E%3C/svg%3E");
}

.nav-icon-discoveries[b-hzqkx87tjw] {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2 9.5 8.7 3 9l5.2 4.1L6.4 20 12 16.2 17.6 20l-1.8-6.9L21 9l-6.5-.3L12 2Z'/%3E%3C/svg%3E");
}

.nav-icon-review[b-hzqkx87tjw] {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 16.2 5.8 12.5l-1.4 1.4 5.1 5.1 10-10-1.4-1.4-8.6 8.6ZM4 4h12v2H4V4Zm0 4h8v2H4V8Z'/%3E%3C/svg%3E");
}

.nav-icon-reports[b-hzqkx87tjw] {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2h9l5 5v15H6V2Zm8 2v5h4l-4-5ZM8 13h8v2H8v-2Zm0 4h8v2H8v-2Zm0-8h4v2H8V9Z'/%3E%3C/svg%3E");
}

.nav-icon-contacts[b-hzqkx87tjw] {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 2c-4.4 0-8 2.2-8 5v1h16v-1c0-2.8-3.6-5-8-5Z'/%3E%3C/svg%3E");
}

.nav-icon-runs[b-hzqkx87tjw] {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5h3v14H4V5Zm5 4h3v10H9V9Zm5-6h3v16h-3V3Zm5 9h3v7h-3v-7Z'/%3E%3C/svg%3E");
}

.nav-icon-automation[b-hzqkx87tjw] {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm9 3h-2.1a7.2 7.2 0 0 0-.8-2l1.5-1.5-2.1-2.1L16 6.9a7.2 7.2 0 0 0-2-.8V4h-4v2.1a7.2 7.2 0 0 0-2 .8L6.5 5.4 4.4 7.5 5.9 9a7.2 7.2 0 0 0-.8 2H3v4h2.1c.2.7.5 1.4.8 2l-1.5 1.5 2.1 2.1L8 19.1c.6.4 1.3.6 2 .8V22h4v-2.1c.7-.2 1.4-.5 2-.8l1.5 1.5 2.1-2.1-1.5-1.5c.4-.6.6-1.3.8-2H21v-4Z'/%3E%3C/svg%3E");
}

.nav-icon-user[b-hzqkx87tjw] {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm-8 9a8 8 0 0 1 16 0H4Z'/%3E%3C/svg%3E");
}

.nav-icon-logout[b-hzqkx87tjw] {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 3h8v2H7v14h6v2H5V3Zm11.6 5.4L20.2 12l-3.6 3.6-1.4-1.4 1.2-1.2H10v-2h6.4l-1.2-1.2 1.4-1.4Z'/%3E%3C/svg%3E");
}

.nav-identity[b-hzqkx87tjw] {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: .75rem;
    padding-top: .75rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hzqkx87tjw] {
        display: none;
    }

    .nav-scrollable[b-hzqkx87tjw] {
        display: block;
        height: calc(100vh - 4.25rem);
        overflow-y: auto;
        padding-bottom: 1.25rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-28hyzn9gps],
.components-reconnect-repeated-attempt-visible[b-28hyzn9gps],
.components-reconnect-failed-visible[b-28hyzn9gps],
.components-pause-visible[b-28hyzn9gps],
.components-resume-failed-visible[b-28hyzn9gps],
.components-rejoining-animation[b-28hyzn9gps] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-28hyzn9gps],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-28hyzn9gps],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-28hyzn9gps],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-28hyzn9gps],
#components-reconnect-modal.components-reconnect-retrying[b-28hyzn9gps],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-28hyzn9gps],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-28hyzn9gps],
#components-reconnect-modal.components-reconnect-failed[b-28hyzn9gps],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-28hyzn9gps] {
    display: block;
}


#components-reconnect-modal[b-28hyzn9gps] {
    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-28hyzn9gps 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-28hyzn9gps 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-28hyzn9gps 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-28hyzn9gps]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-28hyzn9gps 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-28hyzn9gps {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-28hyzn9gps {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-28hyzn9gps {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-28hyzn9gps] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-28hyzn9gps] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-28hyzn9gps] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-28hyzn9gps] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-28hyzn9gps] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-28hyzn9gps] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-28hyzn9gps] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-28hyzn9gps 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-28hyzn9gps] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-28hyzn9gps {
    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;
    }
}
