@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';

/* /Components/FormComponent.razor.rz.scp.css */
#iframe_viewer[b-gjc7xbujlj] {
    width: 100%;
    height: calc(80vh - 140px);
    min-height: 320px;
    border: none;
    display: block;
}
/* /Components/HeaderElement.razor.rz.scp.css */
.detail-header[b-7dp9vng4o4] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 24px;
    background: white;
    border: 1px solid var(--surface-border);
    border-radius: 18px;
    box-shadow: var(--surface-shadow);
}

.detail-header-main[b-7dp9vng4o4] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    min-width: 0;
}

.detail-header-body[b-7dp9vng4o4] {
    min-width: 0;
}

.detail-header-actions[b-7dp9vng4o4] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}

.detail-back-link[b-7dp9vng4o4] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: #eef4fb;
    color: #174a7c;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
}

.detail-back-link:hover[b-7dp9vng4o4] {
    background: #e2ecf8;
}

@media (max-width: 960px) {
    .detail-header[b-7dp9vng4o4] {
        flex-direction: column;
    }

    .detail-header-actions[b-7dp9vng4o4] {
        width: 100%;
        justify-content: flex-start;
    }
}
/* /Components/LabelWithEdit.razor.rz.scp.css */
.label-edit-row[b-bz585gzq3h] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.label-edit-btn[b-bz585gzq3h] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    border: 1px solid transparent;
    background: transparent;
    color: var(--text-muted);
    cursor: pointer;
    font-size: 0.8rem;
    flex-shrink: 0;
    transition: background 0.14s ease, color 0.14s ease, border-color 0.14s ease;
}

.label-edit-btn:hover[b-bz585gzq3h] {
    background: var(--neutral-bg);
    border-color: var(--surface-border);
    color: var(--brand-strong);
}

.label-edit-btn-save[b-bz585gzq3h] {
    background: var(--success-bg);
    border-color: #a5d6a7;
    color: var(--success-text);
}

.label-edit-btn-save:hover[b-bz585gzq3h] {
    background: #c8e6c9;
    color: var(--success-text);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-jjpozb3uho] {
    min-height: 100vh;
}

.app-main[b-jjpozb3uho] {
    background: #f3f6fb;
}
/* /Pages/EditDefinition.razor.rz.scp.css */
#current-file-name[b-k0o5zm3067] {
    font-size: var(--header-tile-size);
}

.definition-page[b-k0o5zm3067] {
    min-height: 0;
}

.definition-action-group[b-k0o5zm3067] {
    gap: 10px;
    flex-wrap: wrap;
}

.diagram-inline-message[b-k0o5zm3067] {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #d1d5db;
    background: #f8fafc;
}

.definition-action-feedback-info[b-k0o5zm3067] {
    border-color: #81c784;
    background: #e8f5e9;
    color: #1b5e20;
}

.definition-action-feedback-error[b-k0o5zm3067] {
    border-color: #ef9a9a;
    background: #ffebee;
    color: #b71c1c;
}

.diagram-inline-actions[b-k0o5zm3067] {
    margin-top: 12px;
}

.definition-editor-surface[b-k0o5zm3067] {
    overflow: hidden;
}

#designer-container[b-k0o5zm3067] {
    min-height: 620px;
    height: clamp(560px, 72vh, 860px);
    border: 1px solid var(--surface-border);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
}

.summary-value-inline[b-k0o5zm3067] {
    font-size: 1.1rem;
    line-height: 1.3;
}

#js-properties-panel[b-k0o5zm3067] {
    width: 380px;
    max-width: 38vw;
}

[b-k0o5zm3067] a:link {
    text-decoration: none;
}

[b-k0o5zm3067] .content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

[b-k0o5zm3067] .content > .message {
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    font-size: 16px;
    color: #111;
}

[b-k0o5zm3067] .content > .message .note {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

[b-k0o5zm3067] .content > .message.error .details {
    max-width: 500px;
    font-size: 12px;
    margin: 20px auto;
    text-align: left;
    color: #BD2828;
}

[b-k0o5zm3067] .content > .message.error pre {
    border: solid 1px #BD2828;
    background: #fefafa;
    padding: 10px;
    color: #BD2828;
}

[b-k0o5zm3067] .content:not(.with-error) .error,
[b-k0o5zm3067] .content.with-error .intro,
[b-k0o5zm3067] .content.with-diagram .intro {
    display: none;
}

[b-k0o5zm3067] .content .canvas {
    width: 100%;
}

[b-k0o5zm3067] .content .canvas,
[b-k0o5zm3067] .content .properties-panel-parent {
    display: none;
}

[b-k0o5zm3067] .content.with-diagram .canvas,
[b-k0o5zm3067] .content.with-diagram .properties-panel-parent {
    display: block;
}

[b-k0o5zm3067] .content.with-diagram .canvas {
    min-height: 100%;
}

[b-k0o5zm3067] .properties-panel-parent {
    border-left: 1px solid var(--surface-border);
    overflow: auto;
    background: #fbfcfe;
}

[b-k0o5zm3067] .properties-panel-parent:empty {
    display: none;
}

[b-k0o5zm3067] .properties-panel-parent > .djs-properties-panel {
    padding-bottom: 70px;
    min-height: 100%;
}

@media (max-width: 1180px) {
    #designer-container[b-k0o5zm3067] {
        height: auto;
        min-height: 720px;
    }

    #js-properties-panel[b-k0o5zm3067] {
        width: 100%;
        max-width: none;
        border-left: none;
        border-top: 1px solid var(--surface-border);
    }

    [b-k0o5zm3067] .content.with-diagram {
        flex-direction: column;
    }
}
/* /Pages/EditForm.razor.rz.scp.css */
.edit-form-actions[b-zljumazvej] {
    gap: 10px;
    flex-wrap: wrap;
}

.form-editor-surface[b-zljumazvej] {
    overflow: hidden;
    padding-bottom: 0;
}

.iframe-container[b-zljumazvej] {
    height: clamp(520px, 72vh, 900px);
    overflow: hidden;
    border-radius: 0 0 12px 12px;
    margin: 0 -20px -20px;
}

.iframe-container iframe[b-zljumazvej] {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
/* /Pages/FilloutForm.razor.rz.scp.css */
/* /Pages/FormIoModeler.razor.rz.scp.css */
[b-9oknhep9c3] #builder{
    font-family: "Segoe UI Variable", "Segoe UI", sans-serif !important;
}

[b-9oknhep9c3] .btn-primary {
    background-color: #036ac4;
    
}
[b-9oknhep9c3] [ref="sidebar-groups"] span.btn-primary{
    padding: 8px !important;
    background: #e6e6e6;
    color: black;
    border-color: #c6cbd1;
    margin-top: 8px;
    margin-bottom: 8px;
}



[b-9oknhep9c3] .alert-info{
    /*border-color: #49a878;*/
    /*background: #26b050;*/
    /*color: white;*/
}
/* /Pages/FormIoViewer.razor.rz.scp.css */
#form[b-qs41mawzr6]{
    margin: 15px;
}
/* /Pages/Forms.razor.rz.scp.css */
[b-7p8tqyockz] #new-button {
    width: 100%;
}
/* /Pages/Home.razor.rz.scp.css */
.dashboard-task-grid[b-5sc7pm6lzq] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 14px;
}

.dashboard-task-card[b-5sc7pm6lzq] {
    width: 100%;
    border: 1px solid var(--surface-border);
    border-left: 4px solid var(--brand-accent);
    border-radius: 14px;
    background: white;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    cursor: pointer;

    transition: transform 0.14s ease, box-shadow 0.14s ease, border-color 0.14s ease;

}

.dashboard-task-card:hover[b-5sc7pm6lzq] {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
    border-left-color: #0a4d8e;
}

.dashboard-task-card-header[b-5sc7pm6lzq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.dashboard-task-workflow[b-5sc7pm6lzq] {
    color: var(--text-muted);
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dashboard-task-workflow .fa-diagram-project[b-5sc7pm6lzq] {
    color: var(--brand-accent);
    opacity: 0.8;
}

.dashboard-task-title[b-5sc7pm6lzq] {
    font-size: 1rem;
    color: var(--brand-strong);
    line-height: 1.3;
}

.dashboard-task-description[b-5sc7pm6lzq] {
    color: var(--text-muted);
    font-size: 0.88rem;
    line-height: 1.4;
}

.dashboard-task-footer[b-5sc7pm6lzq] {
    margin-top: auto;
    padding-top: 4px;
}

.dashboard-task-cta[b-5sc7pm6lzq] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--brand-accent);
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.pill-chip-action[b-5sc7pm6lzq] {
    background: rgba(15, 108, 189, 0.1);
    color: var(--brand-accent);
}

.home-empty-icon[b-5sc7pm6lzq] {
    font-size: 2.5rem;
    color: var(--success-text);
    opacity: 0.7;
    margin-bottom: 4px;
}
/* /Pages/Instance.razor.rz.scp.css */
.instance-header-actions[b-koyekllg2c] {
    gap: 10px;
    flex-wrap: wrap;
}

.instance-diagram-surface[b-koyekllg2c] {
    overflow: hidden;
}

.diagram-content[b-koyekllg2c] {
    height: clamp(420px, 58vh, 700px);
    border: 1px solid var(--surface-border);
    border-radius: 16px;
    background: #f8fafc;
    overflow: hidden;
    position: relative;
}

.token-browser[b-koyekllg2c] {
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.token-browser-sidebar[b-koyekllg2c] {
    padding: 16px;
    border: 1px solid var(--surface-border);
    border-radius: 16px;
    background: #f8fafc;
}

.token-browser-content[b-koyekllg2c] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.token-selection-header[b-koyekllg2c] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.instance-runtime-grid[b-koyekllg2c] {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 1fr);
    gap: 20px;
}

.subscription-action-row[b-koyekllg2c] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

[b-koyekllg2c] .diagram-content .canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

[b-koyekllg2c] .tree-button {
    margin-left: 0;
}

@media (max-width: 1200px) {
    .instance-runtime-grid[b-koyekllg2c],
    .token-browser[b-koyekllg2c] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Instances.razor.rz.scp.css */
.instances-toolbar-group[b-w8eak0vgew] {
    flex: 1 1 420px;
}
/* /Pages/Models.razor.rz.scp.css */
[b-jd29dq63t1] #new-button {
    width: 100%;
}

.model-action-group[b-jd29dq63t1] {
    gap: 8px;
    flex-wrap: wrap;
}
/* /Pages/RestDialog.razor.rz.scp.css */
[b-5bpf6cs1qm] .rest-input-field{
    width: 100%;
    
}
/* /Pages/Tasks.razor.rz.scp.css */
.tasks-task-grid[b-eeqzs1lpau] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 12px;
}

.tasks-task-card[b-eeqzs1lpau] {
    width: 100%;
    border: 1px solid var(--surface-border);
    border-left: 4px solid var(--brand-accent);
    border-radius: 12px;
    background: white;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    cursor: pointer;
    transition: transform 0.14s ease, box-shadow 0.14s ease;
}

.tasks-task-card:hover[b-eeqzs1lpau] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
}

.tasks-task-header[b-eeqzs1lpau] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.tasks-task-workflow[b-eeqzs1lpau] {
    color: var(--text-muted);
    font-size: 0.82rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tasks-pill-open[b-eeqzs1lpau] {
    background: rgba(15, 108, 189, 0.1);
    color: var(--brand-accent);
    font-size: 0.76rem;
}

.tasks-task-title[b-eeqzs1lpau] {
    font-size: 0.95rem;
    color: var(--brand-strong);
    line-height: 1.3;
}

.tasks-task-cta[b-eeqzs1lpau] {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--brand-accent);
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 2px;
}

/* Workflow start grid */

.tasks-workflow-grid[b-eeqzs1lpau] {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.tasks-workflow-card[b-eeqzs1lpau] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 4px;
    border-bottom: 1px solid var(--surface-border);
    transition: background 0.12s ease;
}

.tasks-workflow-card:last-child[b-eeqzs1lpau] {
    border-bottom: none;
}

.tasks-workflow-card:hover[b-eeqzs1lpau] {
    background: #f8fafc;
    border-radius: 8px;
    padding-left: 8px;
}

.tasks-workflow-card-busy[b-eeqzs1lpau] {
    opacity: 0.6;
}

.tasks-workflow-icon[b-eeqzs1lpau] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(15, 108, 189, 0.1);
    color: var(--brand-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.9rem;
}

.tasks-workflow-info[b-eeqzs1lpau] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.tasks-workflow-name[b-eeqzs1lpau] {
    color: var(--brand-strong);
    font-size: 0.95rem;
}

.tasks-workflow-description[b-eeqzs1lpau] {
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.4;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-empty-icon[b-eeqzs1lpau] {
    font-size: 2rem;
    color: var(--success-text);
    opacity: 0.7;
}
