/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-8kprce478q] {
    display: none;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* NavMenu css styles removed, using Tailwind utility classes exclusively */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
/* Hide everything by default */
#components-reconnect-modal[b-f98lei90c4] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: none;
    max-height: none;
    height: 3px;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    z-index: 9999;
    border-radius: 0;
}

/* Show only during active retry attempts */
#components-reconnect-modal.components-reconnect-show[b-f98lei90c4],
#components-reconnect-modal.components-reconnect-retrying[b-f98lei90c4] {
    display: block;
}

/* Keep failed/rejected states completely hidden, the JS observer will reload the page */
#components-reconnect-modal.components-reconnect-failed[b-f98lei90c4],
#components-reconnect-modal.components-reconnect-rejected[b-f98lei90c4] {
    display: none !important;
}

/* The horizontal loader animation */
#components-reconnect-modal[b-f98lei90c4]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--color-brand-primary);
    animation: loading-bar-horizontal-b-f98lei90c4 1.5s infinite linear;
}

@keyframes loading-bar-horizontal-b-f98lei90c4 {
    0% {
        transform: translateX(-100%);
        width: 30%;
    }

    50% {
        transform: translateX(0%);
        width: 100%;
    }

    100% {
        transform: translateX(100%);
        width: 30%;
    }
}

/* Hide the default backdrop completely */
#components-reconnect-modal[b-f98lei90c4]::backdrop {
    display: none;
    background-color: transparent;
}

/* Hide all the inner text elements completely since we just want a loader */
.components-reconnect-container[b-f98lei90c4] {
    display: none;
}
/* /Components/SmartComponents/TelegramConnection.razor.rz.scp.css */
.telegram-link:link[b-0l3lrccwk9] {
    color: white;
    text-decoration: none;
}

.telegram-link:visited[b-0l3lrccwk9] {
    color: white;
    text-decoration: none;
}

.telegram-link:hover[b-0l3lrccwk9] {
    color: white;
    text-decoration: none;
}

.telegram-link:active[b-0l3lrccwk9] {
    color: white;
    text-decoration: none;
}
/* /Components/UI/Executions/ExecutionJobItem.razor.rz.scp.css */
.ai-insight-tooltip[b-1waitvkmak] {
    transition: opacity 0.2s ease-in-out;
}
