/* _content/S2GPulseWeb.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-un6rnbl62c] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.nav-header[b-un6rnbl62c] {
    background: linear-gradient(180deg, #014D4E 0%, #012020 100%);
    border-bottom: 2px solid #00a8a8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

main[b-un6rnbl62c] {
    flex: 1;
    background-color: #0a1a1a;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    min-height: 0;
}

.content[b-un6rnbl62c] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0;
    max-width: none;
    margin: 0;
    overflow-y: auto;
}

#blazor-error-ui[b-un6rnbl62c] {
    background: #0f2424;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: #e0f0f0;
    border-top: 1px solid #e51840;
}

#blazor-error-ui .dismiss[b-un6rnbl62c] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/S2GPulseWeb.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-tabs-container[b-y94orf6tjo] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
    min-height: 3.5rem;
    position: relative;
    background: linear-gradient(to bottom, rgba(20, 25, 35, 0.9), rgba(15, 20, 30, 0.95));
    border-bottom: 1px solid rgba(0, 168, 168, 0.15);
    overflow: visible;
    z-index: 1000;
}

.nav-tabs[b-y94orf6tjo] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav-auth[b-y94orf6tjo] {
    position: absolute;
    right: 2rem;
    display: flex;
    gap: 0.5rem;
}

.nav-item[b-y94orf6tjo] {
    display: flex;
    align-items: center;
}

.nav-item .nav-link[b-y94orf6tjo] {
    color: rgba(180, 200, 210, 0.85);
    text-decoration: none;
    padding: 0.6rem 1.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
    white-space: nowrap;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    border-radius: 6px;
    background: transparent;
}

.nav-item .nav-link:hover[b-y94orf6tjo] {
    color: #fff;
    background: rgba(0, 168, 168, 0.15);
}

.nav-item .nav-link.active[b-y94orf6tjo] {
    color: #00d4d4;
    background: rgba(0, 168, 168, 0.35);
}

/* Icons using CSS content - consistent and reliable */
.nav-icon[b-y94orf6tjo] {
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 1.2rem;
    filter: grayscale(100%) brightness(1.3);
    opacity: 0.85;
    transition: all 0.2s ease;
}

.nav-item .nav-link:hover .nav-icon[b-y94orf6tjo],
.nav-item .nav-link.active .nav-icon[b-y94orf6tjo] {
    filter: grayscale(100%) brightness(1.1);
    opacity: 1;
}

/* Remove old bi classes styling */
.bi[b-y94orf6tjo] {
    display: none;
}

/* Logout link styling */
.logout-link[b-y94orf6tjo] {
    color: rgba(255, 150, 150, 0.85) !important;
}

.logout-link:hover[b-y94orf6tjo] {
    color: #ff6666 !important;
    background: rgba(200, 80, 80, 0.15) !important;
}


@media (max-width: 1024px) {
    .nav-auth[b-y94orf6tjo] {
        right: 1rem;
    }

    .nav-tabs-container[b-y94orf6tjo] {
        padding: 0 1rem;
    }
}

@media (max-width: 768px) {
    .nav-tabs-container[b-y94orf6tjo] {
        flex-direction: column;
        padding: 0.5rem;
        gap: 0.5rem;
    }

    .nav-auth[b-y94orf6tjo] {
        position: static;
    }

    .nav-tabs[b-y94orf6tjo],
    .nav-auth[b-y94orf6tjo] {
        justify-content: center;
        flex-wrap: wrap;
    }

    .nav-item .nav-link[b-y94orf6tjo] {
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
    }
}

@media (max-width: 576px) {
    .nav-item .nav-link[b-y94orf6tjo] {
        padding: 0.5rem 0.75rem;
    }

    .nav-tabs[b-y94orf6tjo],
    .nav-auth[b-y94orf6tjo] {
        gap: 0.25rem;
    }
}
/* _content/S2GPulseWeb.Web/Components/Pages/Workflow/Designer/Designer.razor.rz.scp.css */
/* Workflow Selector */
.workflow-selector[b-4mijvxm5af] {
    background: var(--background-dark);
    color: var(--text-primary);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 0.35rem 0.75rem;
    font-size: 0.85rem;
    min-width: 180px;
    cursor: pointer;
}

.workflow-selector:focus[b-4mijvxm5af] {
    outline: none;
    border-color: var(--accent-color);
}

.workflow-selector option[b-4mijvxm5af] {
    background: var(--background-dark);
    color: var(--text-primary);
}

/* Context Menu */
.context-menu[b-4mijvxm5af] {
    position: fixed;
    background: var(--background-dark);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    z-index: 10000;
    min-width: 150px;
    padding: 4px 0;
}

.context-menu-item[b-4mijvxm5af] {
    padding: 8px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    transition: background 0.2s;
    color: white;
}

.context-menu-item:hover[b-4mijvxm5af] {
    background: var(--accent-color);
}

.context-menu-item.delete:hover[b-4mijvxm5af] {
    background: #f44336;
    color: white;
}

.context-menu-separator[b-4mijvxm5af] {
    height: 1px;
    background: var(--border-color);
    margin: 4px 8px;
}

.context-menu-header[b-4mijvxm5af] {
    padding: 4px 16px;
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.context-menu-input[b-4mijvxm5af] {
    padding: 8px 12px;
}

.context-menu-input input[b-4mijvxm5af] {
    background: var(--background-dark);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
}

.context-menu-backdrop[b-4mijvxm5af] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.connection-context-menu[b-4mijvxm5af] {
    z-index: 1000;
}

/* Modal Tabs */
.modal-tabs[b-4mijvxm5af] {
    display: flex;
    gap: 1rem;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}

.modal-tab[b-4mijvxm5af] {
    background: none;
    border: none;
    color: var(--text-muted);
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
    border-radius: 4px;
}

.modal-tab:hover[b-4mijvxm5af] {
    color: white;
    background: rgba(255, 255, 255, 0.05);
}

.modal-tab.active[b-4mijvxm5af] {
    color: var(--accent-light);
    background: rgba(0, 168, 168, 0.1);
}

.node-running[b-4mijvxm5af] {
    animation: node-header-pulse-b-4mijvxm5af 1.5s ease-in-out infinite;
}

@keyframes node-header-pulse-b-4mijvxm5af {

    0%,
    100% {
        box-shadow: 0 0 4px var(--accent-color);
        opacity: 1;
    }

    50% {
        box-shadow: 0 0 10px var(--accent-color);
        opacity: 0.85;
    }
}

.log-entry.clickable[b-4mijvxm5af] {
    cursor: pointer;
    transition: background-color 0.2s;
    position: relative;
}

.log-entry.clickable:hover[b-4mijvxm5af] {
    background-color: rgba(255, 255, 255, 0.1);
}

.log-msg.text-truncate[b-4mijvxm5af] {
    display: inline-block;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.log-detail-icon[b-4mijvxm5af] {
    float: right;
    opacity: 0.6;
    font-size: 0.8em;
}

.log-detail-modal[b-4mijvxm5af] {
    max-width: 800px !important;
    width: 90% !important;
    height: auto !important;
    max-height: 80vh;
    overflow-y: auto;
}

.log-info .badge[b-4mijvxm5af] {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75em;
    text-transform: uppercase;
    display: inline-block;
}

.log-info .badge.info[b-4mijvxm5af] {
    background: #17a2b8;
    color: white;
}

.log-info .badge.error[b-4mijvxm5af] {
    background: #dc3545;
    color: white;
}

.log-info .badge.warning[b-4mijvxm5af] {
    background: #ffc107;
    color: #000;
}

pre[b-4mijvxm5af] {
    color: #e0e0e0;
    font-size: 0.85em;
    margin-bottom: 0;
    max-height: 400px;
    overflow-y: auto;
}

.node-activity-logs[b-4mijvxm5af] {
    font-family: var(--font-mono);
    font-size: 0.8rem;
}

.log-entry[b-4mijvxm5af] {
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 2px;
    display: flex;
    gap: 8px;
    background: rgba(0, 0, 0, 0.2);
}

.log-time[b-4mijvxm5af] {
    color: var(--text-muted);
    min-width: 65px;
}

.workflow-name-input[b-4mijvxm5af] {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 500;
    width: 300px;
    transition: border-color 0.2s;
}

.workflow-name-input:focus[b-4mijvxm5af] {
    border-color: var(--accent-color);
    outline: none;
}

.workflow-list-item[b-4mijvxm5af] {
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    cursor: pointer;
    transition: background-color 0.2s;
}

.workflow-list-item:hover[b-4mijvxm5af] {
    background-color: rgba(255, 255, 255, 0.05);
}

.workflow-list-item:last-child[b-4mijvxm5af] {
    border-bottom: none;
}

/* Zoom Slider in Header */
.zoom-slider-group[b-4mijvxm5af] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(30, 35, 45, 0.8);
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid var(--border-color);
}

.zoom-slider-btn[b-4mijvxm5af] {
    width: 28px;
    height: 28px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-primary);
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.zoom-slider-btn:hover[b-4mijvxm5af] {
    background: var(--accent-color);
    color: white;
}

.zoom-slider-btn.reset[b-4mijvxm5af] {
    font-size: 0.9rem;
}

.zoom-slider[b-4mijvxm5af] {
    width: 100px;
    height: 6px;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    outline: none;
    cursor: pointer;
}

.zoom-slider[b-4mijvxm5af]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    background: var(--accent-color);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s;
}

.zoom-slider[b-4mijvxm5af]::-webkit-slider-thumb:hover {
    background: #00c8c8;
}

.zoom-slider[b-4mijvxm5af]::-moz-range-thumb {
    width: 14px;
    height: 14px;
    background: var(--accent-color);
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

.zoom-slider-value[b-4mijvxm5af] {
    color: var(--text-muted);
    font-size: 0.8rem;
    min-width: 40px;
    text-align: center;
}

.workflow-container[b-4mijvxm5af] {
    position: relative;
    display: flex;
    flex: 1;
}

.workflow-canvas-container[b-4mijvxm5af] {
    position: relative;
    overflow: hidden;
}

/* Cost Panel */
.cost-panel[b-4mijvxm5af] {
    position: absolute;
    top: 145px;
    /* Offset to sit below AI Builder */
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 100;
    background: var(--background-dark);
    border: 1px solid var(--border-color);
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    min-width: 200px;
    overflow: hidden;
}

.cost-panel.collapsed[b-4mijvxm5af] {
    min-width: 40px;
    width: 40px;
    height: 140px;
    cursor: pointer;
    border-left: 3px solid var(--accent-color);
}

.cost-panel-header[b-4mijvxm5af] {
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.cost-panel.collapsed .cost-panel-header[b-4mijvxm5af] {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: none;
}

.panel-title[b-4mijvxm5af] {
    font-weight: 600;
    color: var(--accent-light);
    font-size: 0.9rem;
}

.panel-title-vertical[b-4mijvxm5af] {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    white-space: nowrap;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--accent-light);
    margin-top: 8px;
    letter-spacing: 1px;
}

.panel-icon[b-4mijvxm5af] {
    font-size: 1.1rem;
    margin-bottom: 4px;
}

.panel-toggle-btn[b-4mijvxm5af] {
    background: none;
    border: none;
    color: var(--text-muted);
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 4px;
}

.panel-toggle-btn:hover[b-4mijvxm5af] {
    color: white;
}

.cost-panel-content[b-4mijvxm5af] {
    padding: 12px;
}

.cost-item[b-4mijvxm5af] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.cost-item.total[b-4mijvxm5af] {
    margin-bottom: 0;
    padding-top: 4px;
}

.cost-item .label[b-4mijvxm5af] {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.cost-item .value[b-4mijvxm5af] {
    font-family: var(--font-mono);
    font-weight: 600;
}

.cost-item .badge-success[b-4mijvxm5af] {
    background-color: var(--teal-dark);
    color: #fff;
    font-size: 0.9rem;
    padding: 4px 8px;
}

.cost-note[b-4mijvxm5af] {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-top: 8px;
    font-style: italic;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 8px;
}

/* AI Node Cost Breakdown */
.ai-node-cost-item[b-4mijvxm5af] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px;
    margin-top: 8px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    border-left: 3px solid var(--accent-color);
}

.ai-node-cost-item .node-name[b-4mijvxm5af] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-primary);
}

.ai-node-cost-item .node-icon[b-4mijvxm5af] {
    font-size: 1rem;
}

.ai-node-cost-item .name[b-4mijvxm5af] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 140px;
}

.ai-node-cost-item .node-stats[b-4mijvxm5af] {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.ai-node-cost-item .badge[b-4mijvxm5af] {
    font-size: 0.7rem;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: var(--font-mono);
}

.ai-node-cost-item .badge-info[b-4mijvxm5af] {
    background: rgba(23, 162, 184, 0.3);
    color: #5dd4e8;
}

.ai-node-cost-item .badge-warning[b-4mijvxm5af] {
    background: rgba(255, 193, 7, 0.3);
    color: #ffd54f;
}

.ai-node-cost-item .badge-primary[b-4mijvxm5af] {
    background: rgba(0, 168, 168, 0.3);
    color: var(--accent-light);
    font-weight: 600;
}

/* Minimap Panel */
.minimap-panel[b-4mijvxm5af] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background: var(--background-dark);
    border: 1px solid var(--border-color);
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    overflow: hidden;
}

.minimap-panel.collapsed[b-4mijvxm5af] {
    width: 40px;
    height: 140px;
    cursor: pointer;
    border-right: 3px solid #6366f1;
}

.minimap-header[b-4mijvxm5af] {
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.minimap-panel.collapsed .minimap-header[b-4mijvxm5af] {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: none;
}

.minimap-content[b-4mijvxm5af] {
    position: relative;
    width: 180px;
    height: 140px;
    background: rgba(0, 0, 0, 0.3);
    cursor: crosshair;
    overflow: hidden;
}

.minimap-node[b-4mijvxm5af] {
    position: absolute;
    background: var(--accent-color);
    border-radius: 2px;
    opacity: 0.8;
    min-width: 3px;
    min-height: 2px;
}

/* Node type colors for minimap */
.minimap-node.httplistener[b-4mijvxm5af],
.minimap-node.httprequest[b-4mijvxm5af],
.minimap-node.httpresponse[b-4mijvxm5af] {
    background: #00a8a8;
}

.minimap-node.openai[b-4mijvxm5af],
.minimap-node.deepseek[b-4mijvxm5af] {
    background: #22c55e;
}

.minimap-node.condition[b-4mijvxm5af],
.minimap-node.loop[b-4mijvxm5af] {
    background: #eab308;
}

.minimap-node.vectordb[b-4mijvxm5af],
.minimap-node.vectorsearch[b-4mijvxm5af],
.minimap-node.storagetable[b-4mijvxm5af],
.minimap-node.storageclient[b-4mijvxm5af] {
    background: #8b5cf6;
}

.minimap-viewport[b-4mijvxm5af] {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    pointer-events: none;
}

/* Node-level Cache Button */
.view-cache[b-4mijvxm5af] {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
    color: var(--text-secondary);
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1;
    border-radius: 4px;
    opacity: 0.6;
    transition: all 0.2s ease;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
}

.canvas-node:hover .view-cache[b-4mijvxm5af] {
    opacity: 1;
}

.view-cache:hover[b-4mijvxm5af] {
    background-color: var(--accent-light);
    color: white;
    transform: scale(1.1);
}

/* AI Builder Panel */
.ai-builder-panel[b-4mijvxm5af] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    background: var(--background-dark);
    border: 1px solid var(--border-color);
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    min-width: 400px;
    width: 400px;
    max-height: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.ai-builder-panel.collapsed[b-4mijvxm5af] {
    min-width: 40px;
    width: 40px;
    height: 140px;
    cursor: pointer;
    border-left: 3px solid #00d2ff;
}

.ai-builder-header[b-4mijvxm5af] {
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.ai-builder-panel.collapsed .ai-builder-header[b-4mijvxm5af] {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: none;
}

.ai-builder-content[b-4mijvxm5af] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    height: 500px;
}

.ai-messages[b-4mijvxm5af] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.message[b-4mijvxm5af] {
    max-width: 85%;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    font-size: 0.9rem;
    line-height: 1.4;
}

.message.user[b-4mijvxm5af] {
    align-self: flex-end;
    background: var(--accent-color);
    color: white;
    border-bottom-right-radius: 2px;
}

.message.assistant[b-4mijvxm5af] {
    align-self: flex-start;
    background: var(--background-medium);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    border-bottom-left-radius: 2px;
}

.ai-input[b-4mijvxm5af] {
    padding: 1rem;
    border-top: 1px solid var(--border-color);
    display: flex;
    gap: 0.5rem;
    background: rgba(0, 0, 0, 0.1);
}

.ai-input textarea[b-4mijvxm5af] {
    flex: 1;
    background: var(--background-light);
    border: 1px solid var(--border-color);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    resize: none;
    height: 40px;
    font-size: 0.9rem;
}

.ai-input .btn-send[b-4mijvxm5af] {
    background: var(--accent-color);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ai-input .btn-send.disabled[b-4mijvxm5af] {
    opacity: 0.5;
    cursor: not-allowed;
}

.thinking-dots span[b-4mijvxm5af] {
    animation: thinking-b-4mijvxm5af 1.4s infinite both;
    font-size: 1.5rem;
}

.thinking-dots span:nth-child(2)[b-4mijvxm5af] {
    animation-delay: 0.2s;
}

.thinking-dots span:nth-child(3)[b-4mijvxm5af] {
    animation-delay: 0.4s;
}

@keyframes thinking-b-4mijvxm5af {
    0% {
        opacity: 0.2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}
