@import '_content/ReusableComponents/ReusableComponents.8x9ou36pm6.bundle.scp.css';

/* /Components/Benchmarking/BenchmarkResultComponent.razor.rz.scp.css */
.benchmark-results-container[b-eraoa1vsvf] {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

[b-eraoa1vsvf] .results-header {
    flex: 0 0 auto;
    margin-bottom: 10px;
}

[b-eraoa1vsvf] .results-list {
    flex: 1;
    overflow: hidden;
    border: 1px solid var(--rz-grid-cell-border);
}

[b-eraoa1vsvf] .rz-datagrid {
    height: 100% !important;
}
[b-eraoa1vsvf] .benchmark-results-container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

[b-eraoa1vsvf] .charts-scroll-container {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px 0px 5px 1px;
    flex-shrink: 0;
}

 
[b-eraoa1vsvf] .charts-scroll-container > * {
    flex: 0 0 auto;
}

[b-eraoa1vsvf] .results-header {
    margin-bottom: 0.5rem;
}

[b-eraoa1vsvf] .results-grid {
    height: 100%;
}

[b-eraoa1vsvf] .status-cell {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    overflow: hidden;
}

[b-eraoa1vsvf] .status-icon {
    font-size: 1.25rem;
    flex-shrink: 0;
}

[b-eraoa1vsvf] .status-text {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-eraoa1vsvf] .chart-wrapper {
    flex: 0 0 auto;
    margin-right: 1rem; /* Equivalent to Bootstrap gap-3 */
}

/* Remove margin from the last item to keep it flush with the container */
[b-eraoa1vsvf] .chart-wrapper:last-child {
    margin-right: 0;
}
/* /Components/Benchmarking/BenchmarkResultDetailPanel.razor.rz.scp.css */
.benchmark-detail-panel[b-ffs5nxnnlc] {
    background-color: var(--rz-base-200);
    border-left: 4px solid var(--rz-primary);
    padding: 1.5rem;
}

[b-ffs5nxnnlc] .detail-row {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

[b-ffs5nxnnlc] .finding-section {
    flex: 0 0 35%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
}

[b-ffs5nxnnlc] .label-text {
    color: var(--rz-text-secondary);
    margin-bottom: 0.25rem;
    display: block;
}

[b-ffs5nxnnlc] .source-display {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

[b-ffs5nxnnlc] .source-icon {
    color: var(--rz-primary);
}

[b-ffs5nxnnlc] .source-name {
    font-weight: 600;
    font-size: 1.1rem;
}

[b-ffs5nxnnlc] .value-text {
    color: var(--rz-primary);
    margin: 0;
}

[b-ffs5nxnnlc] .comparison-section {
    flex: 1;
}

[b-ffs5nxnnlc] .comparison-table {
    background-color: var(--rz-base-100);
    border-radius: 4px;
    padding: 1rem;
    box-shadow: var(--rz-shadow-1);
    display: flex;
    flex-direction: column;
}

[b-ffs5nxnnlc] .table-header {
    display: flex;
    border-bottom: 1px solid var(--rz-border);
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: var(--rz-text-secondary);
}

[b-ffs5nxnnlc] .table-row {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--rz-base-300);
}

    .table-row:last-child[b-ffs5nxnnlc] {
        border-bottom: none;
    }

[b-ffs5nxnnlc] .col-level {
    width: 120px;
    font-weight: 600;
    flex-shrink: 0;
}

[b-ffs5nxnnlc] .col-constraint {
    flex: 1;
    font-family: monospace;
    font-size: 0.9rem;
    padding-right: 1rem;
    word-break: break-word;
    white-space: normal;
}

[b-ffs5nxnnlc] .col-stat {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
/* /Components/Benchmarking/EcvAndGroupSelectionComponent.razor.rz.scp.css */
.ecv-selection-container[b-czo6hxpmf3] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.header[b-czo6hxpmf3] {
    flex: 0 0 auto;
}

[b-czo6hxpmf3] .tree-wrapper {
    flex: 1;
    overflow: hidden;
    border: 1px solid var(--rz-grid-cell-border);
    padding: 10px;
}

[b-czo6hxpmf3] .tree-node-content {
    display: flex;
    flex-direction: row; 
    align-items: center; 
    gap: 10px;
    white-space: nowrap; 
}

[b-czo6hxpmf3] .node-icon {
    font-size: 1.25rem;
    color: var(--esa-colors-gray-500);
}

[b-czo6hxpmf3] .node-text {
    margin: 0 !important;
    line-height: 1;
}

[b-czo6hxpmf3] .rz-tree {
    height: auto !important;
}
/* /Components/Benchmarking/MissionComplianceChart.razor.rz.scp.css */
.mission-chart-card[b-4c57dgxsjh] {
    padding: 0.5rem;
    min-width: 320px;
    flex: 0 0 auto;
    margin-bottom: 0.5rem;
    height: 100%; 
}

[b-4c57dgxsjh] .chart-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    gap: 0.5rem;
}

[b-4c57dgxsjh] .chart-title {
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: 0 5px;
    flex-shrink: 0;
    position: relative;
    z-index: 10;
}

[b-4c57dgxsjh] .compliance-text {
    margin-top: 0;
    margin-bottom: 0.25rem;
    text-align: center;
    color: var(--rz-text-secondary);
    flex-shrink: 0;
    width: 100%;
}

[b-4c57dgxsjh] .compliance-donut-chart {
    height: 160px;
    width: 100%;
    flex-shrink: 0;
}
/* /Components/Benchmarking/MissionSelectionComponent.razor.rz.scp.css */
.mission-selection-container[b-kon102bqz0] {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 10px;
    overflow: hidden;
}

[b-kon102bqz0] .filter-bar {
    flex: 0 0 auto;
}

[b-kon102bqz0] .grid-container {
    flex: 1;
    overflow: hidden;
    height: 100%;
    min-height: 0;
    border: 1px solid var(--rz-grid-cell-border);
}

[b-kon102bqz0] .rz-datagrid {
    display: flex;
    flex-direction: column;
    height: 100% !important;
}

[b-kon102bqz0] .rz-datagrid-scrollable-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
}

.selection-summary[b-kon102bqz0] {
    flex: 0 0 auto;
    padding-top: 5px;
}

.full-width[b-kon102bqz0] {
    width: 100%;
}
/* /Components/Common/FilterBadgeStrip.razor.rz.scp.css */
/* ---------------------------------------------------------------------------------------
Copyright (c) 2026 Starion Nederland B.V.
Author: Anh Toan Bui Long, Sam Gerené, Alexander van Delft, Martin Risseeuw, Rowan de Voogt, Xerxes Koehoorn, João Rua

This file is part of the EORSA-DB application.
EORSA-DB is an Earth Observation Reference System Architecture DataBase
web application and associated microservices backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */

.filter-badge[b-eah58hy29o] {
    display: inline-flex;
    gap: var(--spacing-2);
    align-items: center;
    background: rgba(0, 0, 0, 0.05);
    padding: var(--spacing-2) var(--spacing-4);
    border-radius: var(--radius-1);
    font-family: 'Inter', sans-serif;
    font-size: var(--text-base);
    line-height: 1.5;
    white-space: nowrap;
}

.filter-badge__field[b-eah58hy29o] {
    color: var(--esa-colors-black);
}

.filter-badge__operator[b-eah58hy29o] {
    color: var(--esa-colors-gray-400);
}

.filter-badge__value[b-eah58hy29o] {
    color: var(--esa-colors-black);
}

.filter-badge__close[b-eah58hy29o] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: var(--esa-colors-gray-500);
    font-size: var(--text-base);
    line-height: 1;
    width: 16px;
    height: 16px;
}

    .filter-badge__close:hover[b-eah58hy29o] {
        color: var(--esa-colors-black);
    }
/* /Components/Common/FilterPanelContent.razor.rz.scp.css */
/* ---------------------------------------------------------------------------------------
Copyright (c) 2026 Starion Nederland B.V.
Author: Martin Risseeuw

This file is part of the EORSA-DB application.
EORSA-DB is an Earth Observation Reference System Architecture DataBase
web application and associated microservices backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */

/* ===================== Content Wrapper ===================== */
.filter-panel-content[b-5ca15mjsrq] {
    background: var(--esa-colors-neutral-space-500);
    overflow: hidden;
}

/* ===================== Quick Filters ===================== */
.filter-panel__quick-content[b-5ca15mjsrq] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-4);
}

.filter-panel__field[b-5ca15mjsrq] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-2);
    flex: 1;
}

.filter-panel__field-label[b-5ca15mjsrq] {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: var(--text-base);
    line-height: 1;
    color: var(--esa-colors-gray-950);
}

.filter-panel__field-row[b-5ca15mjsrq] {
    display: flex;
    gap: var(--spacing-4);
}

/* ===================== Footer ===================== */
.filter-panel-content__footer[b-5ca15mjsrq] {
    display: flex;
    gap: var(--spacing-2);
    align-items: center;
    justify-content: flex-end;
    padding: var(--spacing-6);
    border-top: 1px solid var(--esa-colors-gray-200);
}
/* /Components/Common/TimelinesBaseGrid.razor.rz.scp.css */
/*---------------------------------------------------------------------------------------
Copyright (c) 2025 Starion Nederland B.V.
Author: Sam Gerené, Alexander van Delft, Anh Toan Bui Long, Martin Risseeuw

This file is part of the EORSA-DB application.
EORSA-DB is a Earth Observation Reference System Architecture DataBase
web application and associated micro-services backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */
/* This makes the main container scrollable, which is required for virtualization. */

.timeline-grid[b-tnkqsrms46] {
    overflow: auto;
    width: 100vw;
    height: 100%;
    --first-column-width: 22rem; /* Width of the first column (name) */
    --value-column-width: 12.5rem; /* Width of the value columns */
    --bar-column-width: 6rem; /* Width of the bar column */
    --row-height: 3rem; /* Height of the row */
    --grid-border-color: #d0d0d0; /* Border color for grid lines */
    --name-cell-padding: var(--spacing-4);
}

.grid-table__timescale-selector[b-tnkqsrms46] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: var(--first-column-width);
    position: sticky;
    left: 0;
    z-index: 5;
    background: var(--esa-colors-neutral-space-500);
    box-shadow: 0 1px 0 0 var(--grid-border-color),inset 0 1px 0 0 var(--grid-border-color), 1px 0 0 0 var(--grid-border-color);
    overflow: hidden;
}

[b-tnkqsrms46] .timeline-grid__row {
    display: flex;
    width: fit-content;
    height: var(--row-height);
}

.timeline-grid__header[b-tnkqsrms46] {
    display: flex;
    width: fit-content;
    position: sticky;
    top: 0;
    z-index: 10;
    background: var(--esa-colors-neutral-space-500);
    box-shadow: inset 0 1px 0 0 var(--grid-border-color);
}

[b-tnkqsrms46] .timeline-grid__name-cell {
    flex: none;
    width: var(--first-column-width);
    position: sticky;
    left: 0;
    z-index: 5;
    display: flex;
    padding: 0 var(--name-cell-padding);
    align-items: center;
    background: var(--esa-colors-neutral-space-500);
    box-shadow: inset 0 1px 0 0 var(--grid-border-color), 1px 0 0 0 var(--grid-border-color);
    overflow: hidden;
    white-space: nowrap;
}

.group-level-2 .timeline-grid__name-cell[b-tnkqsrms46] {
    padding: 0 var(--name-cell-padding) 0 calc(var(--name-cell-padding) * 2);
}

[b-tnkqsrms46] .grid-table__timeline-headers,
[b-tnkqsrms46] .timeline-grid__bar-cell {
    flex: none;
    min-width: var(--bar-column-width);
    position: relative;
    box-shadow: 1px 0 0 0 var(--grid-border-color), 0 1px 0 0 var(--grid-border-color);
    padding: 0 var(--spacing-2);
    height: var(--row-height);
    display: flex;
    align-items: center;
}

.timeline-grid__value-cell[b-tnkqsrms46],
.grid-table__column-headers[b-tnkqsrms46] {
    position: sticky;
    left: var(--first-column-width);
    z-index: 5;
    background: var(--esa-colors-neutral-space-500);
    box-shadow: 0 1px 0 0 var(--grid-border-color), inset 0 1px 0 0 var(--grid-border-color), 1px 0 0 0 var(--grid-border-color), -1px 0 0 0 var(--grid-border-color);
    flex: none;
    width: var(--value-column-width);
    display: flex;
    align-items: center;
    padding: 0 var(--spacing-3);
    white-space: nowrap;
    height: var(--row-height);
    overflow: hidden;
}

/* Add a rule for the timeline bar to ensure it has a z-index and background */
.bar[b-tnkqsrms46] {
    background-color: #003248; /* Or your preferred dark blue */
    height: 60%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10; /* This places it on top of the td::after pseudo-element */
}

.expander-button[b-tnkqsrms46] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-2);
    border: none;
    background-color: transparent;
    cursor: pointer;
    white-space: nowrap;
    height: 100%;
    padding: 0;
}

.arrow[b-tnkqsrms46] {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
}

    /* Style for the downward-pointing arrow (collapsed) */
    .arrow.down[b-tnkqsrms46] {
        border-width: 5px 4px 0 4px;
        border-color: #333 transparent transparent transparent;
    }

    /* Style for the upward-pointing arrow (expanded) */
    .arrow.up[b-tnkqsrms46] {
        border-width: 0 4px 5px 4px;
        border-color: transparent transparent #333 transparent;
    }
/* /Components/CreateThings/CreateCategoryComponent.razor.rz.scp.css */
.create-form-container[b-er0948yydh] {
}

/* Validation message text color */
.validation-message-invalid[b-er0948yydh], .form-error-summary[b-er0948yydh] {
    color: #d9534f; /* Radzen/Bootstrap Danger Color */
    font-size: 0.9rem;
    margin-top: 4px;
}

/* This targets the input field *inside* a Radzen component wrapper that has our "is-invalid" class */
.is-invalid .rz-inputtext[b-er0948yydh],
.is-invalid .rz-textarea[b-er0948yydh] {
    border-color: #d9534f !important;
}
/* /Components/CreateThings/EoDataThings/EditMissionComponent.razor.rz.scp.css */

[b-gnhqlnomjd] .rz-tabview-nav {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

[b-gnhqlnomjd] .rz-tabview-nav::-webkit-scrollbar {
    height: 6px;
}

[b-gnhqlnomjd] .rz-tabview-nav::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}
/* /Components/CreateThings/EoDataThings/EditSystemComponent.razor.rz.scp.css */

[b-yaxkt9yt9s] .rz-tabview-nav {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

[b-yaxkt9yt9s] .rz-tabview-nav::-webkit-scrollbar {
    height: 6px;
}

[b-yaxkt9yt9s] .rz-tabview-nav::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}
/* /Components/CreateThings/ParameterTypes/QuantityKinds/CreateDerivedQuantityKindComponent.razor.rz.scp.css */
.field-grid[b-rks2tu4g9o] {
    display: flex;
    flex-direction: column;
    max-width: 600px; /* optional, adjust as needed */
    font-family: Arial, sans-serif;
}

.field-row[b-rks2tu4g9o] {
    display: flex;
    padding: 6px 0;
    border-bottom: 1px solid #ddd; /* optional: row separators */
    align-items: center;
}

.field-label[b-rks2tu4g9o] {
    flex: 0 0 180px; /* fixed width for labels */
    font-weight: bold;
    padding-right: 12px;
    border-right: 1px solid #ccc; /* thin vertical line */
    color: #333;
    text-align: left;
}

.field-value[b-rks2tu4g9o] {
    flex: 1;
    padding-left: 12px;
    word-break: break-word;
}

/* Validation message text color */
.validation-message-invalid[b-rks2tu4g9o], .form-error-summary[b-rks2tu4g9o] {
    color: #d9534f; /* Radzen/Bootstrap Danger Color */
    font-size: 0.9rem;
    margin-top: 4px;
}

/* This targets the input field *inside* a Radzen component wrapper that has our "is-invalid" class */
.is-invalid .rz-inputtext[b-rks2tu4g9o],
.is-invalid .rz-textarea[b-rks2tu4g9o] {
    border-color: #d9534f !important;
}
/* /Components/CreateThings/ParameterTypes/QuantityKinds/CreateSimpleQuantityKindComponent.razor.rz.scp.css */
.field-grid[b-oovndyajsb] {
    display: flex;
    flex-direction: column;
    max-width: 600px; /* optional, adjust as needed */
    font-family: Arial, sans-serif;
}

.field-row[b-oovndyajsb] {
    display: flex;
    padding: 6px 0;
    border-bottom: 1px solid #ddd; /* optional: row separators */
    align-items: center;
}

.field-label[b-oovndyajsb] {
    flex: 0 0 180px; /* fixed width for labels */
    font-weight: bold;
    padding-right: 12px;
    border-right: 1px solid #ccc; /* thin vertical line */
    color: #333;
    text-align: left;
}

.field-value[b-oovndyajsb] {
    flex: 1;
    padding-left: 12px;
    word-break: break-word;
}

/* Validation message text color */
.validation-message-invalid[b-oovndyajsb], .form-error-summary[b-oovndyajsb] {
    color: #d9534f; /* Radzen/Bootstrap Danger Color */
    font-size: 0.9rem;
    margin-top: 4px;
}

/* This targets the input field *inside* a Radzen component wrapper that has our "is-invalid" class */
.is-invalid .rz-inputtext[b-oovndyajsb],
.is-invalid .rz-textarea[b-oovndyajsb] {
    border-color: #d9534f !important;
}
/* /Components/CreateThings/ParameterTypes/QuantityKinds/CreateSpecializedQuantityKindComponent.razor.rz.scp.css */
.field-grid[b-p1mu1lyctx] {
    display: flex;
    flex-direction: column;
    max-width: 600px; /* optional, adjust as needed */
    font-family: Arial, sans-serif;
}

.field-row[b-p1mu1lyctx] {
    display: flex;
    padding: 6px 0;
    border-bottom: 1px solid #ddd; /* optional: row separators */
    align-items: center;
}

.field-label[b-p1mu1lyctx] {
    flex: 0 0 180px; /* fixed width for labels */
    font-weight: bold;
    padding-right: 12px;
    border-right: 1px solid #ccc; /* thin vertical line */
    color: #333;
    text-align: left;
}

.field-value[b-p1mu1lyctx] {
    flex: 1;
    padding-left: 12px;
    word-break: break-word;
}

/* Validation message text color */
.validation-message-invalid[b-p1mu1lyctx], .form-error-summary[b-p1mu1lyctx] {
    color: #d9534f; /* Radzen/Bootstrap Danger Color */
    font-size: 0.9rem;
    margin-top: 4px;
}

/* This targets the input field *inside* a Radzen component wrapper that has our "is-invalid" class */
.is-invalid .rz-inputtext[b-p1mu1lyctx],
.is-invalid .rz-textarea[b-p1mu1lyctx] {
    border-color: #d9534f !important;
}
/* /Components/CreateThings/ParameterTypes/QuantityKinds/PossibleScalesGridComponent.razor.rz.scp.css */
.field-grid[b-f1kkxhzdwi] {
    display: flex;
    flex-direction: column;
    max-width: 600px; /* optional, adjust as needed */
    font-family: Arial, sans-serif;
}

.field-row[b-f1kkxhzdwi] {
    display: flex;
    padding: 6px 0;
    border-bottom: 1px solid #ddd; /* optional: row separators */
    align-items: center;
}

.field-label[b-f1kkxhzdwi] {
    flex: 0 0 180px; /* fixed width for labels */
    font-weight: bold;
    padding-right: 12px;
    border-right: 1px solid #ccc; /* thin vertical line */
    color: #333;
    text-align: left;
}

.field-value[b-f1kkxhzdwi] {
    flex: 1;
    padding-left: 12px;
    word-break: break-word;
}

/* Validation message text color */
.validation-message-invalid[b-f1kkxhzdwi], .form-error-summary[b-f1kkxhzdwi] {
    color: #d9534f; /* Radzen/Bootstrap Danger Color */
    font-size: 0.9rem;
    margin-top: 4px;
}

/* This targets the input field *inside* a Radzen component wrapper that has our "is-invalid" class */
.is-invalid .rz-inputtext[b-f1kkxhzdwi],
.is-invalid .rz-textarea[b-f1kkxhzdwi] {
    border-color: #d9534f !important;
}
/* /Components/CreateThings/Requirements/BooleanExpressionEditor.razor.rz.scp.css */
.edit-parametric-constraint-container .expression-node[b-g7oc3rx1d0] {
    border-left: none;
    margin-left: 0;
}

[b-g7oc3rx1d0] .composite-summary-container {
    flex: 1; 
    min-width: 0; 
    overflow: hidden; 
}

[b-g7oc3rx1d0] .node-children {
    margin-top: 0.25rem;
}

[b-g7oc3rx1d0] .rz-datafilter-group {
    list-style-type: none;
    margin: 0 0 0 1rem;
    padding: 0;
    position: relative;
}

[b-g7oc3rx1d0] .rz-datafilter-item {
    position: relative;
    padding-left: 1.5rem;
    border-left: 1px solid var(--rz-base-300);
}

[b-g7oc3rx1d0] .rz-datafilter-item:last-child {
    border-left: 1px solid transparent;
}

[b-g7oc3rx1d0] .rz-datafilter-item:before {
    content: "";
    position: absolute;
    top: -0.25rem;
    left: -1px;
    width: 1.5rem;
    height: 1.75rem;
    border-bottom: 1px solid var(--rz-base-300);
    border-left: 1px solid var(--rz-base-300);
    border-bottom-left-radius: 0.5rem;
}

[b-g7oc3rx1d0] .movement-controls {
    opacity: 0.4;
    transition: opacity 0.2s;
}

[b-g7oc3rx1d0] .node-header > div,
[b-g7oc3rx1d0] .node-header > .custom-selectbar {
    margin-right: 3px !important;
}

[b-g7oc3rx1d0] .rz-button,
[b-g7oc3rx1d0] .rz-splitbutton {
    border: none !important;
}


[b-g7oc3rx1d0] .custom-selectbar.rz-selectbar,
[b-g7oc3rx1d0] .custom-togglebutton.rz-button {
    border: 1px solid var(--rz-primary) !important;
}

[b-g7oc3rx1d0] .custom-selectbar.rz-selectbar .rz-button {
    background-color: var(--rz-dialog-background-color) !important;
    color: var(--rz-primary) !important;
}

[b-g7oc3rx1d0] .custom-selectbar.rz-selectbar .rz-button.rz-state-active {
    background-color: var(--rz-primary) !important; 
    color: #ffffff !important; 
}


[b-g7oc3rx1d0] .custom-togglebutton.rz-button { 
    background-color: var(--rz-dialog-background-color) !important;
    color: var(--rz-primary) !important;
}

[b-g7oc3rx1d0] .custom-togglebutton.rz-button.rz-primary,
[b-g7oc3rx1d0] .custom-togglebutton.rz-button.rz-state-active {
    background-color: var(--rz-primary) !important; 
    color: #ffffff !important; 
}

[b-g7oc3rx1d0] .movement-controls .rz-button,
[b-g7oc3rx1d0] .node-header .rz-button.rz-button-text,
[b-g7oc3rx1d0] .node-header button[type="button"]:not(.custom-togglebutton) {
    border: none !important;
}


[b-g7oc3rx1d0] .composite-summary-text {
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
    padding-left: 8px;
}
/* /Components/CreateThings/Requirements/EditParametricConstraintComponent.razor.rz.scp.css */
.edit-parametric-constraint-container:focus[b-zd0ew9hpzw] {
    outline: none !important;
}
.edit-parametric-constraint-container[b-zd0ew9hpzw] {
    height: auto !important;
    display: block !important;
}

[b-zd0ew9hpzw] .expression-node .node-header:hover {
    background-color: var(--rz-base-100);
    border-radius: var(--rz-border-radius);
    transition: background-color 0.2s ease;
}

[b-zd0ew9hpzw] .expression-node .selected-row-highlight {
    background-color: var(--rz-base-200) !important;
    border-radius: var(--rz-border-radius);
}

[b-zd0ew9hpzw] .expression-node .node-header {
    cursor: pointer;
    padding: 4px; 
}

.dynamic-expression-dialog.rz-dialog[b-zd0ew9hpzw] {
    height: auto !important;
    max-height: 95vh !important;
    display: flex !important;
    flex-direction: column !important;
}

.dynamic-expression-dialog .rz-dialog-content[b-zd0ew9hpzw] {
    height: auto !important;
    max-height: 85vh !important;
    overflow-y: auto !important;
    padding: 0 !important;
}
/* /Components/CreateThings/Shared/FormFieldLayout.razor.rz.scp.css */
[b-qrmunnsp8s] .rz-inputtext,
[b-qrmunnsp8s] .rz-textarea {
    width: 100%;
}

.field-grid[b-qrmunnsp8s] {
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
}

.field-row[b-qrmunnsp8s] {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid #ddd; /* optional: row separators */
    align-items: flex-start;
}

.field-label[b-qrmunnsp8s] {
    flex: 0 0 180px; /* fixed width for labels */
    font-weight: bold;
    padding-right: 12px;
    border-right: 1px solid #ccc; /* thin vertical line */
    color: #333;
    text-align: left;
    padding-top: 8px;
}

.field-label-note[b-qrmunnsp8s] {
    font-size: 0.9rem;
    color: gray;
    font-weight: normal;
}

.field-value[b-qrmunnsp8s] {
    flex: 1;
    padding-left: 12px;
    word-break: break-word;
    padding-top: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

[b-qrmunnsp8s] .validation-error-text {
    color: var(--rz-danger-dark);
    font-size: 0.9rem;
    display: block; 
    min-height: 1.2rem;
}

[b-qrmunnsp8s] .additional-info-text {
    font-size: 0.9rem;
    color: gray;
    margin-top: 4px;
}
/* /Components/CreateThings/Shared/ValidatableFormFieldCheckBox.razor.rz.scp.css */
[b-ecpyzu38w1] .rz-inputtext,
[b-ecpyzu38w1] .rz-textarea {
    width: 100%;
}

.field-grid[b-ecpyzu38w1] {
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
}

.field-row[b-ecpyzu38w1] {
    display: flex;
    padding: 6px 0;
    border-bottom: 1px solid #ddd; /* optional: row separators */
    align-items: center;
}

.field-label[b-ecpyzu38w1] {
    flex: 0 0 180px; /* fixed width for labels */
    font-weight: bold;
    padding-right: 12px;
    border-right: 1px solid #ccc; /* thin vertical line */
    color: #333;
    text-align: left;
}

.field-label-note[b-ecpyzu38w1] {
    font-size: 0.9rem;
    color: gray;
    font-weight: normal;
}

.field-value[b-ecpyzu38w1] {
    flex: 1;
    padding-left: 12px;
    word-break: break-word;
}

[b-ecpyzu38w1] .validation-error-text {
    color: var(--rz-danger-dark);
    font-size: 0.9rem;
    display: block; 
    min-height: 1.2rem;
}

[b-ecpyzu38w1] .additional-info-text {
    font-size: 0.9rem;
    color: gray;
    margin-top: 4px;
}
/* /Components/Dashboard/CoverageTooltip.razor.rz.scp.css */
.donut-tooltip[b-g4hno4e82s] {
    max-width: 300px;
}

    .donut-tooltip hr[b-g4hno4e82s] {
        margin: 8px 0;
        border-color: rgba(255, 255, 255, 0.2);
    }

.tooltip-chips[b-g4hno4e82s] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 8px;
}

.tooltip-chip[b-g4hno4e82s] {
    background: rgba(255, 255, 255, 0.15);
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    white-space: nowrap;
}

.tooltip-chips[b-g4hno4e82s]::-webkit-scrollbar {
    width: 8px;
}

.tooltip-chips[b-g4hno4e82s]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.tooltip-chips[b-g4hno4e82s]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
}

    .tooltip-chips[b-g4hno4e82s]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.9);
    }
/* /Components/Dashboard/DashboardInfoCard.razor.rz.scp.css */
.info-card[b-e6ns7nx127] {
    background: var(--esa-colors-deep-space-500);
    color: var(--esa-colors-white);
    padding: var(--spacing-6);
    border-radius: var(--radius-4);
    cursor: pointer;
}

.info-card:hover[b-e6ns7nx127] {
    background: var(--esa-colors-deep-space-400);
}


.info-card h3[b-e6ns7nx127] {
    margin: 0;
    font-size: 1.1rem;
}

.count-container[b-e6ns7nx127] {
    height: var(--text-8xl);
}

.count[b-e6ns7nx127], loading-indicator[b-e6ns7nx127] {
    font-size: var(--text-6xl);
    font-weight: 600;
    margin: 0.5rem 0;
}

.view-all-link[b-e6ns7nx127] {
    color: var(--esa-colors-white);
    text-decoration: none;
}
/* /Components/Dashboard/EcvCoverageDashboardComponent.razor.rz.scp.css */
.ecv-coverage-dashboard[b-hb2guinael] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden; 
    padding-bottom: 2rem;
}

[b-hb2guinael] .charts-row {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

[b-hb2guinael] .chart-card {
    background: var(--rz-base-background-color, #ffffff);
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

[b-hb2guinael] .donut-card {
    flex: 1;
    min-width: 300px;
}

[b-hb2guinael] .forecast-card {
    flex: 2;
    min-width: 400px;
}

[b-hb2guinael] .full-width-card {
    width: 100%;
}

[b-hb2guinael] .perspective-toggle {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 0.5rem 0;
}

[b-hb2guinael] .toggles-row {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    align-items: center;
    padding-left: 1rem;
}

[b-hb2guinael] .toggle-group {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

[b-hb2guinael] .toggle-label {
    font-weight: 600;
    margin: 0;
    color: var(--rz-text-color);
}
/* /Components/Dashboard/EcvQualityBarChartComponent.razor.rz.scp.css */
.ecv-quality-chart[b-v48cv40frd] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

[b-v48cv40frd] .chart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

[b-v48cv40frd] .chart-adjuster {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

[b-v48cv40frd] .toggle-label {
    font-weight: 600;
    color: var(--rz-text-color);
}

[b-v48cv40frd] .quality-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

[b-v48cv40frd] .quality-empty {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    color: var(--rz-text-secondary-color);
}
/* /Components/Details/DataTemplateTable.razor.rz.scp.css */
.data-template-table-container[b-r60krjwj8w] {
    width: 100%;
}

.data-template-table-title[b-r60krjwj8w] {
    font-weight: bold;
    width: 100%;
}

.data-template-empty[b-r60krjwj8w] {
    color: #666;
}
/* /Components/Details/Detail.razor.rz.scp.css */
.detail-container[b-u4gjmkj6iu] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
/* /Components/Details/DetailHeroHeader.razor.rz.scp.css */
.detail-hero[b-yxnekarwed] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    isolation: isolate;
    background-color: var(--esa-colors-deep-space-500, #001b2e);
}

.detail-hero__slide[b-yxnekarwed],
.detail-hero__image[b-yxnekarwed] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-hero__slide[b-yxnekarwed] {
    opacity: 0;
    animation: detail-hero-slideshow-b-yxnekarwed 30s infinite;
}

.detail-hero__slide:nth-child(1)[b-yxnekarwed] { animation-delay: -1s; }
.detail-hero__slide:nth-child(2)[b-yxnekarwed] { animation-delay: 5s; }
.detail-hero__slide:nth-child(3)[b-yxnekarwed] { animation-delay: 11s; }
.detail-hero__slide:nth-child(4)[b-yxnekarwed] { animation-delay: 17s; }
.detail-hero__slide:nth-child(5)[b-yxnekarwed] { animation-delay: 23s; }

@keyframes detail-hero-slideshow-b-yxnekarwed {
    0%     { opacity: 0; }
    3.33%  { opacity: 1; }
    20%    { opacity: 1; }
    23.33% { opacity: 0; }
    100%   { opacity: 0; }
}

.detail-hero__scrim[b-yxnekarwed] {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 40%,
        rgba(0, 50, 71, 0.8) 100%
    );
    pointer-events: none;
    z-index: 1;
}

.detail-hero__content[b-yxnekarwed] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: var(--spacing-6, 24px);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-3, 12px);
    align-items: flex-start;
    z-index: 2;
}

.detail-hero__badge[b-yxnekarwed] {
    display: inline-flex;
    align-items: center;
}

.detail-hero__title[b-yxnekarwed] {
    color: #fff;
    font-size: var(--text-3xl, 28px);
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
    word-break: break-word;
}
/* /Components/Details/EcvDetailDataTemplate.razor.rz.scp.css */
.rz-grid-table thead th[b-4k10wl50tg] {
    padding: var(--spacing-3) var(--spacing-4);
}
.ecv-details-page-container .rz-grid-table[b-4k10wl50tg] {
    border-top: 1px solid var(--esa-colors-gray-200);
}

/* /Components/Details/SelectableDataTemplateTable.razor.rz.scp.css */
.selectable-row[b-7f0i6u4b78] {
    cursor: pointer;
    transition: background-color 0.2s ease;
}


.selectable-row td[b-7f0i6u4b78] {
    color: var(--esa-colors-deep-space-500);
    font-weight: 500;
}

.selectable-row:hover td[b-7f0i6u4b78] {
    background-color: rgba(0, 0, 0, 0.025);
}


.selectable-row--expanded td[b-7f0i6u4b78] {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.025);
}

.selectable-row__actions[b-7f0i6u4b78] {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-2);
}

.selectable-row-expansion > td[b-7f0i6u4b78] {
    padding: 0 !important;
    border-top: 1px solid var(--esa-colors-gray-200);
    border-bottom: 1px solid var(--esa-colors-gray-200);
    background-color: rgba(0, 0, 0, 0.025);
    cursor: default;
}

.data-template-section[b-7f0i6u4b78] {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--esa-colors-gray-200);
}

.data-template-section:last-child[b-7f0i6u4b78] {
    border-bottom: none;
}

.data-template-section__title[b-7f0i6u4b78] {
    font-size: var(--text-base, 16px);
    font-weight: 600;
    color: var(--esa-colors-gray-900, #1a1a1a);
    margin: 0;
    padding: var(--spacing-6) var(--spacing-4, 16px);
    border-bottom: 1px solid var(--esa-colors-gray-200);
}

[b-7f0i6u4b78] .sub-detail-accordion .sub-detail-header {
    display: none;
}

/* Suppress the "this looks like a link" styling on any nested selectable
   rows rendered inside an expanded accordion panel. The row-level click
   still works, but visually these rows should look inert — only the
   launch button indicates navigation. */
[b-7f0i6u4b78] .sub-detail-accordion .selectable-row {
    cursor: default;
}

[b-7f0i6u4b78] .sub-detail-accordion .selectable-row td {
    color: inherit;
    font-weight: normal;
}

[b-7f0i6u4b78] .sub-detail-accordion .selectable-row:hover {
    background-color: transparent;
}

[b-7f0i6u4b78] .sub-detail-accordion .selectable-row:hover td {
    text-decoration: none;
    color: inherit;
}
/* /Components/Details/SubDetail.razor.rz.scp.css */
.sub-detail-header[b-tbebpow9uf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--spacing-4);
    border-bottom: 1px solid var(--esa-colors-gray-200);
}

/* Header title */
.sub-detail-name[b-tbebpow9uf] {
    font-size: var(--text-2xl);
    color: #333;
    margin: 0;
}

.sub-detail-actions[b-tbebpow9uf] {
    display: flex;
    gap: var(--spacing-2);
    align-items: center;
}

.context-menu-button[b-tbebpow9uf] {
    padding: var(--spacing-2);
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: var(--text-lg);
    border-radius: var(--radius-2);
}

.context-menu-button:hover[b-tbebpow9uf] {
    color: var(--esa-colors-gray-700);
    background: rgba(0, 0, 0, 0.05);
}

.context-menu-button:focus[b-tbebpow9uf] {
    outline: 2px solid var(--esa-colors-blue-500);
    outline-offset: 2px;
}
/* /Components/EcvTableCells/BadgeCell.razor.rz.scp.css */
/* /Components/EcvTableCells/RequirementValueDisplay.razor.rz.scp.css */
.RequirementValueToDisplay_BoldLabel[b-x7zlq5qdm2] {
    font-weight: bold;
}
/* /Components/Financial/EditFinancialTransactionComponent.razor.rz.scp.css */
.create-form-container[b-4az5m345t1] {
    padding-bottom: 30px;
}
/* /Components/Financial/FinancialBarchartComponent.razor.rz.scp.css */
/* ============================================================
   Financial Bar Chart — Parent Scoped Styles
   ============================================================ */

.financial-barchart-container[b-zbc5zmwmzn] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 8px 0;
    flex: 1;
    min-height: 0;
}

/* ---- Toolbar / Search ---- */
[b-zbc5zmwmzn] .barchart-toolbar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 4px;
}

[b-zbc5zmwmzn] .barchart-search-input {
    flex: 1;
    max-width: 400px;
    padding: 8px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #1a2b3c;
    background: #fff;
    outline: none;
    transition: border-color 0.15s ease;
}

    [b-zbc5zmwmzn] .barchart-search-input:focus {
        border-color: #1e6b5a;
        box-shadow: 0 0 0 2px rgba(30, 107, 90, 0.2);
    }

/* ---- Chart Area (Scrollable Flex Child) ---- */
[b-zbc5zmwmzn] .barchart-chart {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    overflow-y: auto;
    min-height: 0;
    padding-right: 8px;
}
/* /Components/Financial/FinancialNodeComponent.razor.rz.scp.css */
/* ============================================================
   Financial Bar Node — Child Scoped Styles
   ============================================================ */

/* ---- Group ---- */
[b-faqvsi38e9] .barchart-group {
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 4px;
    flex-shrink: 0;
}

[b-faqvsi38e9] .barchart-group-header {
    padding: 10px 14px;
    background: #d8ede7;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #b8d9d0;
    transition: background 0.15s ease;
}

[b-faqvsi38e9] .barchart-group-label-container {
    flex: 0 0 220px;
    max-width: 220px;
    margin-right: 12px;
    margin-top: 2px;
}

[b-faqvsi38e9] .barchart-group-name {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-faqvsi38e9] .barchart-group-icon {
    font-size: 1.1rem;
    color: #4a5568;
}

[b-faqvsi38e9] .barchart-group-totals {
    margin-left: auto;
    font-size: 0.875rem;
    color: #4a5568;
    white-space: nowrap;
}

/* ---- Chevron ---- */
[b-faqvsi38e9] .barchart-chevron {
    display: flex;
    align-items: center;
    color: #4a5568;
    flex-shrink: 0;
    transition: transform 0.2s ease;
    transform: rotate(-90deg);
}

[b-faqvsi38e9] .barchart-chevron--expanded {
    transform: rotate(0deg);
}

/* ---- Row ---- */
[b-faqvsi38e9] .barchart-row {
    padding: 6px 14px;
    border-top: 1px solid #f0f0f0;
    min-height: 40px;
    flex-shrink: 0;
}

[b-faqvsi38e9] .barchart-row-label {
    flex: 0 0 220px;
    max-width: 220px;
    font-size: 0.9rem;
    color: #2d3748;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-faqvsi38e9] .barchart-row-icon {
    font-size: 1rem;
    color: #6c757d;
    vertical-align: middle;
}

/* ---- Bar ---- */
[b-faqvsi38e9] .barchart-bar-area {
    flex: 1;
    min-width: 0;
}

[b-faqvsi38e9] .barchart-bar-track {
    position: relative;
    height: 30px;
    background: #e8ecf0;
    border-radius: 4px;
    overflow: hidden;
}

[b-faqvsi38e9] .barchart-bar-track-group {
    height: 24px;
    min-width: 0;
    flex-grow: 1;
}

[b-faqvsi38e9] .barchart-bar-planned {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(30, 107, 90, 0.25);
    border-radius: 4px;
    transition: width 0.3s ease;
    min-width: 0;
}

[b-faqvsi38e9] .barchart-bar-actual {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #1e6b5a;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 6px;
    min-width: 0;
    transition: width 0.3s ease;
    overflow: hidden;
}

[b-faqvsi38e9] .barchart-bar-planned-marker {
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    background: #c0392b;
    z-index: 2;
    border-radius: 1px;
    transform: translateX(-50%);
}

[b-faqvsi38e9] .barchart-bar-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}

[b-faqvsi38e9] .barchart-bar-label--outside {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 6px;
    color: #1a3a40;
    font-size: 0.875rem;
    font-weight: 700;
    white-space: nowrap;
    z-index: 5;
}

/* ---- Row Meta ---- */
[b-faqvsi38e9] .barchart-row-meta {
    flex: 0 0 130px;
}

[b-faqvsi38e9] .barchart-row-meta-group {
    margin-left: 12px;
}

[b-faqvsi38e9] .meta-planned {
    font-size: 0.875rem;
    color: #6c757d;
}

[b-faqvsi38e9] .meta-diff {
    font-size: 0.875rem;
    font-weight: 600;
    color: #4a5568;
}

/* ---- Currency Badge ---- */
[b-faqvsi38e9] .barchart-currency-badge {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 1px 5px;
    border-radius: 3px;
    background: #e4eaf0;
    color: #1a3a5c;
    border: 1px solid #c8d4e0;
    line-height: 1.4;
}

/* ---- CashOut Overrides ---- */
[b-faqvsi38e9] .barchart-bar-actual--cashout {
    background: #a0522d;
}

[b-faqvsi38e9] .barchart-bar-planned--cashout {
    background: rgba(160, 82, 45, 0.22);
}
/* /Components/Financial/FinancialSankeyFiltersComponent.razor.rz.scp.css */
.sankey-filters-container[b-jtvldqb39g] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.sankey-filter-arrow[b-jtvldqb39g] {
    font-size: 1.5rem;
    color: var(--rz-text-disabled-color);
}

[b-jtvldqb39g] .sankey-filter-dropdown {
    width: 250px;
}
/* /Components/Financial/FinancialSpendingMatrixComponent.razor.rz.scp.css */
/* ============================================================
   Financial Spending Matrix — Scoped Styles (container only)
   ============================================================ */

.sm-container[b-ppx97g1tpx] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 8px 0;
    min-height: 0;
    flex: 1;
}

/* ── Toolbar ── */

.sm-toolbar[b-ppx97g1tpx] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
/* /Components/Financial/FinancialSpendingTableComponent.razor.rz.scp.css */
[b-46xz2a5ykx] .smt-table-val {
    font-weight: 600;
}
/* /Components/Financial/FinancialSpendingTimelineComponent.razor.rz.scp.css */
[b-tecwre4t1z] .smt-cell-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    gap: 1px;
    line-height: 1.3;
}

[b-tecwre4t1z] .smt-cell {
    font-weight: 600;
    font-size: 0.875rem;
}

[b-tecwre4t1z] .smt-timeline-cell-wrapper {
    flex: 1 1 0%;
    min-width: 96px;
    border-right: 1px solid #dee2e6;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
    [b-tecwre4t1z] .smt-timeline-cell-wrapper:last-child {
        border-right: none;
    }
/* /Components/Financial/FinancialSummaryCardsComponent.razor.rz.scp.css */
.summary-cards-container[b-y024l0l9vr] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
}

[b-y024l0l9vr] .summary-card {
    min-width: 160px;
    flex: 1;
    border: 1px solid #e0e0e0 !important;
    background-color: #ffffff;
}

[b-y024l0l9vr] .summary-card ::deep .rz-text-h6 {
    font-weight: 600;
}

[b-y024l0l9vr] .meta-diff--positive {
    color: #1e6b5a !important;
}

[b-y024l0l9vr] .meta-diff--negative {
    color: #ff4524 !important;
}
/* /Components/GanttGrid/GanttCell.razor.rz.scp.css */
.bar[b-kg9pyap6hp] {
    box-shadow: inset 0 1px 0 var(--esa-colors-gray-200);
    position: absolute;
    top: 0;
    bottom: 0;
}

.bar[b-kg9pyap6hp]::before {
    content: '';
    position: absolute;
    top: 25%;
    bottom: 25%;
    width: 100%;
    background: var(--esa-colors-deep-space-500);
}


.bar--start[b-kg9pyap6hp] {
    border-radius: 8px 0 0 8px;
}

.bar--end[b-kg9pyap6hp] {
    border-radius: 0 8px 8px 0;
}

.gantt-bar-default[b-kg9pyap6hp]::before {
    background-color: var(--esa-colors-primary-500);
}

.gantt-bar-fictional[b-kg9pyap6hp]::before {
    background-color: var(--esa-colors-excite-red-700);
}

.gantt-bar-non-core[b-kg9pyap6hp]::before {
    background-color: var(--esa-colors-gray-500);
}

.bar[style*="--gantt-bar-custom-color"][b-kg9pyap6hp]::before {
    background-color: var(--gantt-bar-custom-color) !important;
}
/* /Components/GanttGrid/GanttGrid.razor.rz.scp.css */
.gantt-grid__bar-cell[b-htvxmigg4j] {
    flex: none;
    min-width: 6rem;
    position: relative;
    box-shadow: 1px 0 0 0 #d0d0d0, 0 1px 0 0 #d0d0d0;
    padding: 0 var(--spacing-2);
    height: 3rem;
    display: flex;
    align-items: center;
}
/* /Components/HeaderBar/Header.razor.rz.scp.css */
/*---------------------------------------------------------------------------------------
Copyright (c) 2025 Starion Nederland B.V.
Author: Sam Gerene, Alexander van Delft, Anh Toan Bui Long, Martin Risseeuw

This file is part of the EORSA-DB application.
EORSA-DB is a Earth Observation Reference System Architecture DataBase
web application and associated micro-services backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */

.header[b-ihb0gxhw5h] {
    background-color: var(--rz-header-background-color);
    color: var(--esa-colors-white);
    padding: var(--spacing-2) var(--spacing-4);
    height: 80px;
}

.header__inner[b-ihb0gxhw5h] {
    display: flex;
    gap: var(--spacing-8);
    align-items: center;
    height: 100%;
}

.header__actions[b-ihb0gxhw5h] {
    margin-left: auto;
    display: flex;
    gap: var(--spacing-2);
    align-items: center;
    flex-shrink: 0;
}

/* Add button - pill shaped with text and plus icon */
.header__add-button[b-ihb0gxhw5h] {
    display: flex;
    align-items: center;
    gap: var(--spacing-2);
    height: 48px;
    padding: var(--spacing-2) var(--spacing-4);
    background-color: var(--esa-colors-deep-space-400);
    color: var(--esa-colors-white);
    border: none;
    border-radius: var(--radius-pill);
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: var(--text-base);
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.15s ease;
    white-space: nowrap;
    overflow: hidden;
}

.header__add-button:hover[b-ihb0gxhw5h] {
    background-color: var(--esa-colors-deep-space-300);
}

[b-ihb0gxhw5h] .header__add-button-icon {
    font-size: 1.5rem;
    color: var(--esa-colors-white);
}

/* User avatar - circular with initials */
.header__avatar[b-ihb0gxhw5h] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: var(--radius-circle);
    background-color: var(--esa-colors-deep-space-400);
    color: var(--esa-colors-white);
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: var(--text-base);
    border: none;
    cursor: pointer;
    transition: background-color 0.15s ease;
    flex-shrink: 0;
}

.header__avatar:hover[b-ihb0gxhw5h] {
    background-color: var(--esa-colors-deep-space-300);
}

/* Avatar dropdown wrapper */
.header__avatar-wrapper[b-ihb0gxhw5h] {
    position: relative;
}

.header__avatar-backdrop[b-ihb0gxhw5h] {
    position: fixed;
    inset: 0;
    z-index: 99;
}

.header__avatar-menu[b-ihb0gxhw5h] {
    position: absolute;
    top: calc(100% + var(--spacing-2));
    right: 0;
    z-index: 100;
    background-color: var(--esa-colors-deep-space-500);
    border: 1px solid var(--esa-colors-deep-space-400);
    border-radius: var(--radius-3);
    padding: var(--spacing-2);
    min-width: 180px;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-1);
    box-shadow: var(--shadow-lg);
}

.header__avatar-menu-item[b-ihb0gxhw5h] {
    display: flex;
    align-items: center;
    gap: var(--spacing-3);
    padding: var(--spacing-2) var(--spacing-3);
    border-radius: var(--radius-2);
    color: var(--esa-colors-white);
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: var(--text-sm);
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.15s ease;
    background: none;
    border: none;
    width: 100%;
}

.header__avatar-menu-item:hover[b-ihb0gxhw5h] {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--esa-colors-white);
    text-decoration: none;
}

[b-ihb0gxhw5h] .header__avatar-menu-icon {
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
    color: var(--esa-colors-white);
}

/* Hamburger button - hidden on desktop */
.header__hamburger[b-ihb0gxhw5h] {
    display: none;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: none;
    border: none;
    color: var(--esa-colors-white);
    cursor: pointer;
    border-radius: var(--radius-3);
    margin-left: auto;
    flex-shrink: 0;
}

.header__hamburger:hover[b-ihb0gxhw5h] {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Mobile overlay */
.mobile-overlay[b-ihb0gxhw5h] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background-color: var(--rz-header-background-color);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.mobile-overlay__header[b-ihb0gxhw5h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--spacing-2) var(--spacing-4);
    height: 80px;
    flex-shrink: 0;
}

.mobile-overlay__close[b-ihb0gxhw5h] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: none;
    border: none;
    color: var(--esa-colors-white);
    cursor: pointer;
    border-radius: var(--radius-3);
}

.mobile-overlay__close:hover[b-ihb0gxhw5h] {
    background-color: rgba(255, 255, 255, 0.1);
}

.mobile-overlay__search[b-ihb0gxhw5h] {
    padding: var(--spacing-2) var(--spacing-4);
}

[b-ihb0gxhw5h] .mobile-overlay__search .search-bar-container {
    width: 100%;
}

.mobile-overlay__nav[b-ihb0gxhw5h] {
    display: flex;
    flex-direction: column;
    padding: var(--spacing-2) var(--spacing-4);
    gap: var(--spacing-1);
    flex: 1;
}

.mobile-overlay__nav-item[b-ihb0gxhw5h] {
    display: flex;
    align-items: center;
    gap: var(--spacing-3);
    padding: var(--spacing-3) var(--spacing-4);
    border-radius: var(--radius-3);
    color: var(--esa-colors-white);
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: var(--text-base);
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.mobile-overlay__nav-item:hover[b-ihb0gxhw5h] {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--esa-colors-white);
    text-decoration: none;
}

.mobile-overlay__nav-item--active[b-ihb0gxhw5h] {
    background-color: rgba(255, 255, 255, 0.15);
    color: var(--esa-colors-white);
}

[b-ihb0gxhw5h] .mobile-overlay__nav-icon {
    font-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    color: var(--esa-colors-white);
}

.mobile-overlay__footer[b-ihb0gxhw5h] {
    padding: var(--spacing-4);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.mobile-overlay__logout[b-ihb0gxhw5h] {
    display: flex;
    align-items: center;
    gap: var(--spacing-3);
    width: 100%;
    padding: var(--spacing-3) var(--spacing-4);
    border-radius: var(--radius-3);
    background: none;
    border: none;
    color: var(--esa-colors-white);
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: var(--text-base);
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.mobile-overlay__logout:hover[b-ihb0gxhw5h] {
    background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 960px) {
    .header[b-ihb0gxhw5h] {
        padding: var(--spacing-2) var(--spacing-4);
    }

    .header__inner[b-ihb0gxhw5h] {
        gap: var(--spacing-4);
    }

    .header__hamburger[b-ihb0gxhw5h] {
        display: flex;
    }

    .header__actions[b-ihb0gxhw5h] {
        display: none;
    }
}
/* /Components/HeaderBar/LogoBar.razor.rz.scp.css */
/*---------------------------------------------------------------------------------------
Copyright (c) 2025 Starion Nederland B.V.
Author: Sam Gerené, Alexander van Delft, Anh Toan Bui Long, Martin Risseeuw

This file is part of the EORSA-DB application.
EORSA-DB is a Earth Observation Reference System Architecture DataBase
web application and associated micro-services backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */

.logo-bar[b-eqbyiqi2fp] {
  display: flex;
  align-items: center;
  gap: var(--spacing-4);
}

.logo-bar__logo[b-eqbyiqi2fp] {
  width: 7rem;
}

.logo-bar__slogan-separator[b-eqbyiqi2fp]{
  width: 1px;
  height: var(--spacing-3);
  background-color: var(--esa-colors-white);
}

.logo-bar__slogan[b-eqbyiqi2fp] {
  display: flex;
  flex-direction: column;
  font-family: 'NotesEsaLogos';
  font-size: var(--text-sm);
  font-weight: 700;
}


@media (max-width: 1280px) {
  .logo-bar__slogan-separator[b-eqbyiqi2fp],
  .logo-bar__slogan[b-eqbyiqi2fp] {
    display: none;
  }
}
/* /Components/HeaderBar/SearchBar.razor.rz.scp.css */
/*---------------------------------------------------------------------------------------
Copyright (c) 2025 Starion Nederland B.V.
Author: Sam Gerene, Alexander van Delft, Anh Toan Bui Long, Martin Risseeuw

This file is part of the EORSA-DB application.
EORSA-DB is a Earth Observation Reference System Architecture DataBase
web application and associated micro-services backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */

.search-bar-container[b-75it541o1i] {
    position: relative;
    z-index: 10;
    display: inline-block;
}

[b-75it541o1i] .search-bar {
    position: relative;
}

[b-75it541o1i] .search-bar__input {
    width: 240px;
    height: 48px;
    border-radius: var(--radius-pill);
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    box-shadow: none;
    padding: var(--spacing-2) var(--spacing-6);
    padding-right: 3rem;
    color: var(--esa-colors-white);
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: var(--text-base);
}

[b-75it541o1i] .search-bar__input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

[b-75it541o1i] .search-bar__input:hover {
    color: var(--esa-colors-white) !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    box-shadow: none !important;
}

[b-75it541o1i] .search-bar__input:focus,
[b-75it541o1i] .search-bar__input:focus-visible {
    color: var(--esa-colors-white);
    background-color: rgba(0, 0, 0, 0.3) !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3) !important;
}

[b-75it541o1i] .search-bar__button {
    border: none;
    background: none !important;
    padding: 0 !important;
    position: absolute;
    right: var(--spacing-4);
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    color: var(--esa-colors-white);
}

@media (max-width: 768px) {
    [b-75it541o1i] .search-bar__input {
        width: 160px;
    }
}
/* /Components/HeaderBar/SearchResultsList.razor.rz.scp.css */
/*---------------------------------------------------------------------------------------
Copyright (c) 2025 Starion Nederland B.V.
Author: Sam Geren�, Alexander van Delft, Anh Toan Bui Long, Martin Risseeuw

This file is part of the EORSA-DB application.
EORSA-DB is a Earth Observation Reference System Architecture DataBase
web application and associated micro-services backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */

[b-fyq3hbc6ws] .search-results {
    width: 20vw;
    background-color: white!important;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin: 0;
    max-height: 420px;
    box-sizing: border-box;
    overflow-x: clip;
    overflow-y: auto;
    word-break: break-word;
    word-wrap: break-word;
    text-overflow: ellipsis;
}

.search-result-item[b-fyq3hbc6ws] {
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

.search-result-item:hover[b-fyq3hbc6ws] {
    background-color: #f5f5f5;
}

.search-result-item:last-child[b-fyq3hbc6ws] {
    border-bottom: none;
}

[b-fyq3hbc6ws] .search-result-item__name {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
}

[b-fyq3hbc6ws] .search-result-item__preview {
    font-size: 12px;
    color: #999;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* /Components/HeatMapGrid/HeatMapGrid.razor.rz.scp.css */
.heatmap-grid__cell[b-413j2ssqye] {
    flex: none;
    min-width: var(--heatmap-column-width);
    width: 6rem;
    position: relative;
    box-shadow: 1px 0 0 0 var(--grid-border-color), 0 1px 0 0 var(--grid-border-color);
    padding: 0.5px;
    height: var(--row-height);
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Components/Import/ImportReviewDialog.razor.rz.scp.css */
/*---------------------------------------------------------------------------------------
Copyright (c) 2025 Starion Nederland B.V.
Author: Sam Gerené, Alexander van Delft, Anh Toan Bui Long, Rowan de Voogt

This file is part of the EORSA-DB application.
EORSA-DB is a Earth Observation Reference System Architecture DataBase
web application and associated micro-services backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */

.import-review-container[b-ui6r4mvwk0] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: var(--rz-base-background-color);
    overflow: hidden;
}

[b-ui6r4mvwk0] .import-header {
    background-color: var(--rz-base-background-color); 
    border-bottom: 1px solid var(--rz-divider-color);
}

[b-ui6r4mvwk0] .import-content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    justify-content: center;
    align-items: center;
}

[b-ui6r4mvwk0] .state-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
    width: 100%;
    height: 100%;
}

[b-ui6r4mvwk0] .import-grid-wrapper {
    width: 100%;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

[b-ui6r4mvwk0] .import-data-grid {
    height: 100%;
}

[b-ui6r4mvwk0] .header-checkbox-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

[b-ui6r4mvwk0] .grid-text-body {
    font-size: var(--rz-grid-cell-font-size) !important;
    font-weight: 500;
}

[b-ui6r4mvwk0] .guid-text {
    font-size: 0.75rem;
    color: var(--esa-colors-gray-500);
}

[b-ui6r4mvwk0] .import-footer {
    border-top: 1px solid var(--esa-colors-gray-200);
    background-color: var(--rz-base-background-color);
    z-index: 10;
}

[b-ui6r4mvwk0] .change-row {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

[b-ui6r4mvwk0] .change-icon {
    font-size: 14px;
    margin-right: 6px;
    color: var(--esa-colors-gray-400);
}
/* /Components/Import/TransientFileInput.razor.rz.scp.css */
/*---------------------------------------------------------------------------------------
Copyright (c) 2026 Starion Nederland B.V.
Author: Sam Gerené, Alexander van Delft, Anh Toan Bui Long, Martin Risseeuw, Rowan de Voogt

This file is part of the EORSA-DB application.
EORSA-DB is a Earth Observation Reference System Architecture DataBase
web application and associated micro-services backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */

.attachment-uploader-container[b-aqcfqkit71] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.attachment-area[b-aqcfqkit71] {
    position: relative;
    min-height: 150px;
    height: 100%;
    border: 2px dashed #CCC;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    cursor: pointer;
    background-color: #f9f9f9;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.attachment-area:hover[b-aqcfqkit71] {
    background-color: #f0f0f0;
    border-color: #999;
}

.attachment-area-placeholder[b-aqcfqkit71] {
    color: #555;
}

/* Makes the invisible <InputFile> cover the entire drop zone */
[b-aqcfqkit71] input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
/* /Components/Information/InformationHeader.razor.rz.scp.css */
/*---------------------------------------------------------------------------------------
Copyright (c) 2025 Starion Nederland B.V.
Author: Sam Gerené, Alexander van Delft, Anh Toan Bui Long, Martin Risseeuw

This file is part of the EORSA-DB application.
EORSA-DB is a Earth Observation Reference System Architecture DataBase
web application and associated micro-services backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */

.information-header[b-ux1hyovpcv] {
  padding: var(--spacing-6);
  border-bottom: 1px solid var(--rz-base-300);
}

.information-header__title[b-ux1hyovpcv] {
  font-size: var(--rz-text-h5-font-size);
  font-weight: var(--rz-text-h5-font-weight);
  line-height: var(--rz-text-h5-line-height);
  letter-spacing: var(--rz-text-h5-letter-spacing);
  color: var(--rz-text-h5-color);
}

/* /Components/Information/InformationPanel.razor.rz.scp.css */
/*---------------------------------------------------------------------------------------
Copyright (c) 2025 Starion Nederland B.V.
Author: Sam Gerené, Alexander van Delft, Anh Toan Bui Long, Martin Risseeuw

This file is part of the EORSA-DB application.
EORSA-DB is a Earth Observation Reference System Architecture DataBase
web application and associated micro-services backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */

.information-panel[b-r8snw78mk2] {
  background-color: var(--rz-base-background-color);
  box-shadow: -1px 0 0 0 var(--rz-base-300);
  height: 100%;
}
/* /Components/Information/InformationPanelGrid.razor.rz.scp.css */
/*---------------------------------------------------------------------------------------
Copyright (c) 2025 Starion Nederland B.V.
Author: Sam Gerené, Alexander van Delft, Anh Toan Bui Long, Martin Risseeuw

This file is part of the EORSA-DB application.
EORSA-DB is a Earth Observation Reference System Architecture DataBase
web application and associated micro-services backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */

.information-panel-grid[b-rrxpudgiwi] {
  container: information-panel-grid / inline-size;
  height: 100%;
}

.information-panel-grid__inner[b-rrxpudgiwi] {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/* /Components/Information/InformationValue.razor.rz.scp.css */
/*---------------------------------------------------------------------------------------
Copyright (c) 2025 Starion Nederland B.V.
Author: Sam Gerené, Alexander van Delft, Anh Toan Bui Long, Martin Risseeuw

This file is part of the EORSA-DB application.
EORSA-DB is a Earth Observation Reference System Architecture DataBase
web application and associated micro-services backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */

.information-value[b-k108wl4tfx] {
  container: information-value / inline-size;
  border-bottom: 1px solid var(--rz-base-300);
}

.information-value__inner[b-k108wl4tfx] {
  padding: var(--spacing-4) var(--spacing-6);
  display: grid;
  grid-template-columns: 1fr;
  font-size: var(--rz-text-body2-font-size);
}

.information-value__label[b-k108wl4tfx] {
  font-weight: var(--rz-text-h6-font-weight);
}

@container (min-width: 640px) {
  .information-value__inner[b-k108wl4tfx] {
    padding: 0;
    grid-template-columns: 0.75fr 1fr;
  }

  .information-value__label[b-k108wl4tfx] {
    padding: var(--spacing-3) var(--spacing-6);
    border-bottom: none;
  }

  .information-value__value[b-k108wl4tfx] {
    padding: var(--spacing-3) var(--spacing-6);
  }

  .information-value__value[b-k108wl4tfx] {
    border-left: 1px solid var(--rz-base-300);
  }
}

@container (min-width: 1024px) {
  .information-value__inner[b-k108wl4tfx] {
    font-size: var(--rz-text-body1-font-size);
  }
}
/* /Components/Shared/AttachmentsList.razor.rz.scp.css */
.attachments[b-56ec6dgzjp] {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    margin-top: 0.5%;
    gap: 7px;
}

.attachment[b-56ec6dgzjp] {
    background-color:transparent;
    border: 1px solid #ccc;
    border-radius: 7px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.5%;
    margin-bottom: 0.2%;
}

    [b-56ec6dgzjp].attachment.rzi {
        font-size: 2rem;
    }
/* /Components/Shared/BackButton.razor.rz.scp.css */
/*---------------------------------------------------------------------------------------
Copyright (c) 2025 Starion Nederland B.V.
Author: Sam Gerené, Alexander van Delft, Anh Toan Bui Long, Rowan de Voogt

This file is part of the EORSA-DB application.
EORSA-DB is a Earth Observation Reference System Architecture DataBase
web application and associated micro-services backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */

[b-3t3an3fxpz] .back-button-panel {
    padding: 0;
    margin-bottom: 1rem;
    max-width: 120px;
}

[b-3t3an3fxpz] .back-button {
    width: 100%;
    display: inline-flex;
}
/* /Components/Shared/BadgeOverlayContainer.razor.rz.scp.css */
.badge-overlay-container[b-4azcmwybkb] {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    line-height: 2;
}

[b-4azcmwybkb] .badge-overlay-content {
    width: 100%;
    white-space: nowrap;
    padding-right: 0; 
}

[b-4azcmwybkb] .badge-overlay-item {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1; 
    padding-left: 8px; 
}
/* /Components/Shared/Breadcrumb.razor.rz.scp.css */
.breadcrumb-nav[b-8hqjjhvbgi] {
    padding: var(--spacing-3) var(--spacing-4);
    border-bottom: 1px solid var(--esa-colors-gray-200);
}

.breadcrumb[b-8hqjjhvbgi] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--spacing-1);
    font-size: var(--text-sm);
}

.breadcrumb__item[b-8hqjjhvbgi] {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.breadcrumb__link[b-8hqjjhvbgi] {
    color: var(--esa-colors-gray-600);
    text-decoration: none;
    padding: var(--spacing-1) var(--spacing-2);
    border-radius: var(--radius-2, 4px);
    transition: background-color 0.15s ease, color 0.15s ease;
    display: inline-flex;
    align-items: center;
}

.breadcrumb__link:hover[b-8hqjjhvbgi],
.breadcrumb__link:focus-visible[b-8hqjjhvbgi] {
    background: var(--esa-colors-gray-100);
    color: var(--esa-colors-blue-600, var(--esa-colors-blue-500));
    outline: none;
}

.breadcrumb__home[b-8hqjjhvbgi] {
    padding: var(--spacing-1);
}

.breadcrumb__current[b-8hqjjhvbgi] {
    color: var(--esa-colors-gray-900, #333);
    font-weight: 500;
    padding: var(--spacing-1) var(--spacing-2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 60ch;
}

.breadcrumb__separator[b-8hqjjhvbgi] {
    color: var(--esa-colors-gray-400);
    display: inline-flex;
    align-items: center;
}
/* /Components/Shared/DataTypeBadge.razor.rz.scp.css */
.data-type-badge-container[b-1kqj4rp0qv] {
    display: inline-block;
    margin-left: var(--spacing-2);
}

[b-1kqj4rp0qv] .badge-base {
    background-color: var(--esa-colors-neutral-space-500) !important;
    color: var(--esa-colors-white) !important;
    font-weight: 600;
    text-transform: capitalize;
    font-size: var(--text-xs);
    border-style: solid;
    border-width: 2px;
    padding: 0.25em 0.6em;
}

[b-1kqj4rp0qv] .badge-fictional {
    color: var(--esa-colors-excite-red-700) !important;
    border-color: var(--esa-colors-excite-red-700) !important;
}

[b-1kqj4rp0qv] .badge-non-core {
    color: var(--esa-colors-gray-500) !important;
    border-color: var(--esa-colors-gray-500) !important;
}

/* /Components/Tables/DynamicRadzenDataGridColumn.razor.rz.scp.css */
.thumbtack-icon[b-9kuvgi7bpj] {
width: 20px;
height: 20px;
transition: transform 0.05s ease;
}

.thumbtack-icon.unpinned[b-9kuvgi7bpj] {
transform: rotate(90deg);
 
}

.thumbtack-icon.pinned[b-9kuvgi7bpj] {
transform: rotate(0deg);
 
}
/* /Components/Tables/EcvTable.razor.rz.scp.css */
.wrapping-tooltip[b-86955pht4p] {
    max-width: 400px; /* Set a maximum width (adjust as needed) */
    white-space: normal; /* Allow text to wrap */
    overflow-wrap: break-word; /* Force long, unbreakable text to wrap */
}
/* /Components/Tables/GuidingQuestionsTable.razor.rz.scp.css */
[b-3xpzv66179] .rz-data-grid {
    height: 100%;
}
/* /Components/Tables/MissionsTable.razor.rz.scp.css */
.text-like-button[b-ca0eqerp6d] {
    padding: 0;
    color: inherit;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    font: inherit;
}
/* /Components/Tables/RequirementsTable.razor.rz.scp.css */
[b-kgmltxjrl8] .rz-data-grid {
    height: 100%;
}
/* /Components/TimelinesComponents/SankeyDiagrams/SankeyDiagramFiltersComponent.razor.rz.scp.css */
[b-trxntk1k1o] .timeline-dropdown {
    flex: 0 0 230px;
}
/* /Components/TimelinesComponents/SpectrumCoverageBarComponent.razor.rz.scp.css */
/*---------------------------------------------------------------------------------------
Copyright (c) 2026 Starion Nederland B.V.
Author: Anh Toan Bui Long, Sam Gerené, Alexander van Delft, Martin Risseeuw, Rowan de Voogt, Xerxes Koehoorn, João Rua

This file is part of the EORSA-DB application.
EORSA-DB is an Earth Observation Reference System Architecture DataBase
web application and associated micro-services backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */

.spectrum-bar__bar[b-a2ea4g3lo0] {
    position: absolute;
    height: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
    min-width: 3px;
    cursor: default;
    transition: opacity 0.15s ease;
    z-index: 1;
}

.spectrum-bar__bar:hover[b-a2ea4g3lo0] {
    opacity: 1;
}
/* /Components/TimelinesComponents/SpectrumCoverageComponent.razor.rz.scp.css */
/*---------------------------------------------------------------------------------------
Copyright (c) 2026 Starion Nederland B.V.
Author: Anh Toan Bui Long, Sam Gerené, Alexander van Delft, Martin Risseeuw, Rowan de Voogt, Xerxes Koehoorn, João Rua

This file is part of the EORSA-DB application.
EORSA-DB is an Earth Observation Reference System Architecture DataBase
web application and associated micro-services backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */

/* ── Container ── */

.spectrum-coverage[b-puyqabtl2t] {
    overflow: auto;
    width: 100%;
    height: 100%;
}

/* ── Rows (header + data) ── */

.spectrum-coverage__header[b-puyqabtl2t],
.spectrum-coverage__payload-row[b-puyqabtl2t] {
    display: flex;
    align-items: center;
    height: 3rem;
}

.spectrum-coverage__header[b-puyqabtl2t] {
    position: sticky;
    top: 0;
    z-index: 10;
    height: 3.5rem;
    align-items: flex-end;
    border-bottom: 2px solid var(--rz-border-color);
    background: var(--rz-base-background-color);
}

.spectrum-coverage__payload-row[b-puyqabtl2t] {
    --row-bg: var(--rz-base-background-color);
    border-bottom: 1px solid var(--rz-border-color);
}

/* ── Alternating row background ── */

.spectrum-coverage__payload-row:nth-child(even)[b-puyqabtl2t] {
    --row-bg: var(--rz-base-100);
}

/* ── Row hover ── */

.spectrum-coverage__payload-row:hover[b-puyqabtl2t] {
    --row-bg: var(--rz-base-hover-color);
}

/* ── Sticky label columns ── */

.spectrum-coverage__col-mission[b-puyqabtl2t],
.spectrum-coverage__col-payload[b-puyqabtl2t] {
    flex: none;
    position: sticky;
    z-index: 5;
    height: 100%;
    padding: 0 var(--spacing-4, 1rem);
    background: var(--row-bg, var(--rz-base-background-color));
    color: var(--rz-text-color);
    border-right: 1px solid var(--rz-border-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}

.spectrum-coverage__col-mission[b-puyqabtl2t] {
    width: 14rem;
    left: 0;
}

.spectrum-coverage__col-payload[b-puyqabtl2t] {
    width: 16rem;
    left: 14rem;
}

.spectrum-coverage__header .spectrum-coverage__col-mission[b-puyqabtl2t],
.spectrum-coverage__header .spectrum-coverage__col-payload[b-puyqabtl2t] {
    font-weight: 600;
}

.spectrum-coverage__payload-row .spectrum-coverage__col-mission[b-puyqabtl2t],
.spectrum-coverage__payload-row .spectrum-coverage__col-payload[b-puyqabtl2t] {
    font-weight: 500;
}

/* ── Payload link button ── */

.spectrum-coverage__payload-link[b-puyqabtl2t] {
    background: var(--row-bg, var(--rz-base-background-color));
    border: none;
    cursor: pointer;
    text-align: left;
    font: inherit;
    color: var(--rz-link-color, var(--rz-primary));
    text-decoration: none;
}

.spectrum-coverage__payload-link:hover[b-puyqabtl2t] {
    text-decoration: underline;
    color: var(--rz-link-hover-color, var(--rz-primary-dark));
}

/* ── Chart area ── */

.spectrum-coverage__chart-area[b-puyqabtl2t] {
    flex: 1;
    position: relative;
    min-width: 40rem;
    height: 100%;
    overflow: hidden;
    background: var(--row-bg, var(--rz-base-background-color));
}

.spectrum-coverage__payload-row .spectrum-coverage__chart-area[b-puyqabtl2t] {
    overflow: visible;
}

/* ── Horizontal centre line per data row ── */

.spectrum-coverage__payload-row .spectrum-coverage__chart-area[b-puyqabtl2t]::after {
    content: '';
    position: absolute;
    inset: 50% 0 auto;
    height: 1px;
    background: var(--rz-border-color);
    opacity: 0.4;
    pointer-events: none;
    z-index: 0;
}

/* ── Axis ── */

.spectrum-coverage__axis-label[b-puyqabtl2t] {
    padding: 0.25rem 0.5rem;
    color: var(--rz-text-secondary-color);
    text-align: center;
}

.spectrum-coverage__axis-ticks[b-puyqabtl2t] {
    position: relative;
    height: 1.75rem;
    border-top: 1px solid var(--rz-border-color);
    bottom: 3px;
}

.spectrum-coverage__axis-tick[b-puyqabtl2t] {
    position: absolute;
    top: 0.3rem;
    transform: translateX(-50%);
    color: var(--rz-text-secondary-color);
    white-space: nowrap;
}
/* /Components/TimelinesComponents/TimelinesLayoutComponent.razor.rz.scp.css */
.timelines-container[b-g3ja7ivbyk] {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
/* /Components/TimescaleSelector/TimescaleSelector.razor.rz.scp.css */
.timescale-selector-stack[b-7eqoum2cy2] {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.timescale-selector-button[b-7eqoum2cy2] {
    flex: 1;
    padding: 0;
}

/* /Components/Upload/RepositoryAttachmentUploader.razor.rz.scp.css */
.attachment-uploader-container[b-dub5l3sn78] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.attachment-area[b-dub5l3sn78] {
    position: relative;
    min-height: 150px;
    height: 100%;
    border: 2px dashed #CCC;
    border-radius: 8px; /* Added for a softer look */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    cursor: pointer;
    background-color: #f9f9f9; /* Added a light background */
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out; /* Smooth transition on hover */
}

.attachment-area:hover[b-dub5l3sn78] {
    background-color: #f0f0f0;
    border-color: #999;
}

.attachment-area-placeholder[b-dub5l3sn78] {
    color: #555;
}

.attachment-area-placeholder-detail[b-dub5l3sn78] {
    color: #777;
    margin-top: 8px;
}

/* This makes the invisible <InputFile> cover the entire drop zone */
[b-dub5l3sn78] #fileInput {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
/* /Pages/AdministrationPage.razor.rz.scp.css */
.administration-page[b-dtdxfn7f4q] {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
}

.administration-toolbar-container[b-dtdxfn7f4q] {
    padding: var(--spacing-4);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: var(--spacing-4);
    box-shadow: 0 1px 0 0 var(--esa-colors-gray-200);
}

.administration-component-container[b-dtdxfn7f4q] {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

[b-dtdxfn7f4q] .rz-data-grid {
    height: 100%;
}
/* /Pages/Benchmarking.razor.rz.scp.css */
.benchmarking-page-container[b-ab1e6c7bc5] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

[b-ab1e6c7bc5] .benchmarking-content {
    height: 100%;
    display: flex;
    flex: 1;
    overflow: hidden;
    flex-direction: row;
    padding: var(--spacing-4, 20px);
    gap: var(--spacing-4, 20px);
    min-height: 0;
}

[b-ab1e6c7bc5] .pane-left, .pane-right[b-ab1e6c7bc5] {
    height: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

[b-ab1e6c7bc5] .results-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

[b-ab1e6c7bc5] .benchmarking-footer {
    flex: 0 0 auto;
    padding: 20px;
    border-top: 1px solid var(--rz-grid-cell-border);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    background-color: var(--rz-panel-background-color);
}
[b-ab1e6c7bc5] .benchmarking-top-right {
    border: 1px solid #ccc;
    padding: 8px;
    margin-bottom: 12px;
    border-radius: 4px;
}
/* /Pages/Dashboard.razor.rz.scp.css */
.dashboard[b-8v9l32goe6] {
  padding: var(--spacing-4);
  display: grid;
  grid-template-rows: 1fr auto;
  gap: var(--spacing-4);
  min-height: 100%;
}

.dashboard-header[b-8v9l32goe6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-4);
    width: 100%;
}

.dashboard-header__intro[b-8v9l32goe6] {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
  padding: var(--spacing-10);
  border-radius: var(--radius-4);
  justify-content: flex-end;
  color: var(--esa-colors-white);
  min-height: 300px;
  overflow: hidden;
}

.dashboard-header__slide[b-8v9l32goe6] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: slideshow-b-8v9l32goe6 30s infinite;
}

.dashboard-header__slide:nth-child(1)[b-8v9l32goe6] { animation-delay: -1s; }
.dashboard-header__slide:nth-child(2)[b-8v9l32goe6] { animation-delay: 5s; }
.dashboard-header__slide:nth-child(3)[b-8v9l32goe6] { animation-delay: 11s; }
.dashboard-header__slide:nth-child(4)[b-8v9l32goe6] { animation-delay: 17s; }
.dashboard-header__slide:nth-child(5)[b-8v9l32goe6] { animation-delay: 23s; }

@keyframes slideshow-b-8v9l32goe6 {
  0%     { opacity: 0; }
  3.33%  { opacity: 1; }
  20%    { opacity: 1; }
  23.33% { opacity: 0; }
  100%   { opacity: 0; }
}

.dashboard-header__overlay[b-8v9l32goe6] {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 50, 71, 0.8));
  z-index: 1;
}

.dashboard-header__intro h1[b-8v9l32goe6] {
  position: relative;
  z-index: 2;
  font-family: 'NotesEsaLogos';
  font-size: var(--text-5xl);
  text-wrap: balance;
  line-height: 1.1;
}

.dashboard-header__intro p[b-8v9l32goe6] {
  position: relative;
  z-index: 2;
  font-size: var(--text-xl);
  line-height: 1.5;
}

.dashboard-header__launches[b-8v9l32goe6] {
    display: flex;
    flex-direction: column;
}

.dashboard-header__launches[b-8v9l32goe6] {
    border-radius: var(--radius-4);
    border: 1px solid var(--esa-colors-gray-200);
    overflow: hidden;
}

.dashboard-header__launches-header[b-8v9l32goe6] {
    padding: var(--spacing-4);
    border-bottom: 1px solid var(--esa-colors-gray-200);
}

.dashboard-header__launches h2[b-8v9l32goe6] {
    font-size: var(--text-xl);
    margin: 0;
}

.dashboard-header__launch-row[b-8v9l32goe6] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border-bottom: 1px solid var(--esa-colors-gray-200);
}

.dashboard-header__launch-row-header[b-8v9l32goe6] {
    padding: var(--spacing-4);
    border-left: 1px solid var(--esa-colors-gray-200);
    font-weight: bold;
}

.dashboard-header__launch-row-header:first-child[b-8v9l32goe6] {
    border-left: none;
}

.dashboard-header__launch-row-data[b-8v9l32goe6] {
    padding: var(--spacing-4);
    border-left: 1px solid var(--esa-colors-gray-200);
}

.dashboard-header__launch-row-data:first-child[b-8v9l32goe6] {
    border-left: none;
}

.dashboard-info-row[b-8v9l32goe6] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-4);
}

@media (max-width: 1024px) {
    .dashboard[b-8v9l32goe6] {
        padding: var(--spacing-4);
    }

    .dashboard-header[b-8v9l32goe6] {
        grid-template-columns: 1fr;
    }

    .dashboard-info-row[b-8v9l32goe6] {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 768px) {
    .dashboard-info-row[b-8v9l32goe6] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Data.razor.rz.scp.css */
.page-data[b-zfrjdnn1p0] {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
}

.timeline-component-container[b-zfrjdnn1p0] {
    height: 100%;
    width: 100%;
    overflow-y: auto;
}
/* /Pages/DetailPages/EssentialClimateVariableRequirementDetailsPage.razor.rz.scp.css */
.ecv-comparison-banner[b-l3mx600la5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--spacing-3) var(--spacing-4);
    background-color: var(--esa-colors-primary-50);
    border-bottom: 1px solid var(--esa-colors-gray-200);
    font-weight: 600;
    color: var(--esa-colors-primary-500);
}
/* /Pages/DetailPages/MissionDetailsPage.razor.rz.scp.css */
/* /Pages/DetailPages/ReferenceScenarioDetailsPage.razor.rz.scp.css */
.reference-scenario-details-page[b-xhwx6mobo5] {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
}

.reference-scenario-details-page__toolbar[b-xhwx6mobo5] {
    padding: var(--spacing-4);
    box-shadow: 0 1px 0 0 var(--esa-colors-gray-200);
}

.reference-scenario-details-page__body[b-xhwx6mobo5] {
    padding: var(--spacing-4);
    overflow: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-4);
}

.reference-scenario-details-page__definition[b-xhwx6mobo5] {
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0;
    font-family: inherit;
}

.reference-scenario-details-page__run-summary[b-xhwx6mobo5] {
    margin-bottom: var(--spacing-3);
}

.reference-scenario-details-page__download-link[b-xhwx6mobo5] {
    color: var(--rz-primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.reference-scenario-details-page__download-link:hover[b-xhwx6mobo5] {
    text-decoration: underline;
}
/* /Pages/Financial.razor.rz.scp.css */
.financial-page-container[b-yxugkm57hc] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 1.5rem;
}

[b-yxugkm57hc] .financial-toolbar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;
    align-items: center;
    padding: 0 0 16px 0;
    flex: 0 0 auto;
    gap: 0 12px;
    position: relative;
}

[b-yxugkm57hc] .financial-toolbar__left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

[b-yxugkm57hc] .financial-toolbar__center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 32px;
}

[b-yxugkm57hc] .financial-toolbar__right {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
}

[b-yxugkm57hc] .financial-content {
    flex: 1;
    min-height: 0;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    padding: var(--spacing-4, 20px) 0;
    gap: var(--spacing-4, 20px);
    padding-bottom: 20px;
}

[b-yxugkm57hc] .pane-left {
    display: flex;
    flex: 0 0 40%;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

[b-yxugkm57hc] .pane-right {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

[b-yxugkm57hc] .full-height-card {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

[b-yxugkm57hc] .full-height-card > .rz-card-content {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 1rem;
}

[b-yxugkm57hc] .product-breakdown-wrapper,
[b-yxugkm57hc] .transactions-list-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

[b-yxugkm57hc] .product-tree-grid,
[b-yxugkm57hc] .transactions-list-container .rz-data-grid {
    height: 100% !important;
    flex: 1;
}

.toolbar-badge[b-yxugkm57hc] {
    display: inline-flex;
    gap: var(--spacing-2);
    align-items: center;
    background: rgba(0, 0, 0, 0.05);
    padding: var(--spacing-2) var(--spacing-4);
    border-radius: var(--radius-1);
    font-family: 'Inter', sans-serif;
    font-size: var(--text-base);
    line-height: 1.5;
    white-space: nowrap;
}

.toolbar-badge__field[b-yxugkm57hc] {
    color: var(--esa-colors-black);
}

.toolbar-badge__value[b-yxugkm57hc] {
    color: var(--esa-colors-black);
}

.toolbar-badge__close[b-yxugkm57hc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: var(--esa-colors-gray-500);
    font-size: var(--text-base);
    line-height: 1;
    width: 16px;
    height: 16px;
}

.toolbar-badge__close:hover[b-yxugkm57hc] {
    color: var(--esa-colors-black);
}
/* /Pages/PoliciesAndRequirements.razor.rz.scp.css */
/* PoliciesAndRequirementsPage.razor.css */

.policies-requirements-page-container[b-w8fd5sp5so] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Main layout stack */
[b-w8fd5sp5so] .main-layout-stack {
    height: 100%;
    padding-bottom: 1rem;
    overflow: hidden;
}

/* Header Icon */
[b-w8fd5sp5so] .page-icon {
    color: var(--rz-primary);
}

/* Header Title */
[b-w8fd5sp5so] .page-title {
    margin: 0;
}

.table-wrapper[b-w8fd5sp5so] {
    flex: 1;
    overflow: hidden;
    min-height: 0;
}
/* /Pages/ReferenceScenarios.razor.rz.scp.css */
.reference-scenarios-page[b-1aa1gouxds] {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
}

.reference-scenarios-page__toolbar[b-1aa1gouxds] {
    padding: var(--spacing-4);
    box-shadow: 0 1px 0 0 var(--esa-colors-gray-200);
}

.reference-scenarios-page__grid-container[b-1aa1gouxds] {
    padding: var(--spacing-4);
    overflow: auto;
    min-height: 0;
}

.reference-scenarios-page__name-link[b-1aa1gouxds] {
    color: var(--rz-primary);
    text-decoration: none;
    font-weight: 500;
}

.reference-scenarios-page__name-link:hover[b-1aa1gouxds] {
    text-decoration: underline;
}
/* /Pages/Timelines.razor.rz.scp.css */
.page-timelines[b-4ci2qtczoh] {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
}

.timeline-toolbar-container[b-4ci2qtczoh] {
    padding: var(--spacing-4);
    display: flex;
    align-items: center;
    gap: 0 var(--spacing-4);
    flex-wrap: wrap;
    box-shadow: 0 1px 0 0 var(--esa-colors-gray-200);
}

.timeline-toolbar-container__left[b-4ci2qtczoh] {
    display: flex;
    gap: var(--spacing-4);
    align-items: center;
}

.timeline-toolbar-container__center[b-4ci2qtczoh] {
    display: flex;
    gap: var(--spacing-2);
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    min-width: 0;
}

.timeline-toolbar-container__right[b-4ci2qtczoh] {
    display: flex;
    gap: var(--spacing-2);
    align-items: center;
    margin-left: auto;
}

.timeline-component-container[b-4ci2qtczoh] {
    height: 100%;
    width: 100%;
    overflow-y: auto;
}
/* /Pages/Unauthorized.razor.rz.scp.css */
/*---------------------------------------------------------------------------------------
Copyright (c) 2026 Starion Nederland B.V.
Author: Sam Gerené, Alexander van Delft, Anh Toan Bui Long, Martin Risseeuw

This file is part of the EORSA-DB application.
EORSA-DB is a Earth Observation Reference System Architecture DataBase
web application and associated micro-services backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */

.unauthorized-page[b-ner6vn2tqf] {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  grid-template-rows: 1fr;
  height: 100vh;
}

.unauthorized-page__visual[b-ner6vn2tqf] {
  background: var(--esa-colors-deep-space-500);
  position: relative;
}

.unauthorized-page__visual img[b-ner6vn2tqf] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.unauthorized-page__content[b-ner6vn2tqf] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--spacing-4);
}

.unauthorized-page__content-inner[b-ner6vn2tqf] {
  max-width: 400px;
  margin: auto;
}

@media (max-width: 768px) {
  .unauthorized-page[b-ner6vn2tqf] {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .unauthorized-page__visual[b-ner6vn2tqf] {
    max-height: 50vh;
  }
}
/* /Pages/UserClaimsPermissionsPage.razor.rz.scp.css */
/*---------------------------------------------------------------------------------------
Copyright (c) 2026 Starion Nederland B.V.
Author: Anh Toan Bui Long, Sam Gerené, Alexander van Delft

This file is part of the EORSA-DB application.
EORSA-DB is an Earth Observation Reference System Architecture DataBase
web application and associated micro-services backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */

.user-claims-permissions-page[b-pvhnwd9fhy] {
    padding: var(--spacing-6);
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-6);
}

.page-title[b-pvhnwd9fhy] {
    display: flex;
    align-items: center;
    gap: var(--spacing-2);
    margin: 0;
}

.section-card[b-pvhnwd9fhy] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-4);
}

.label-text[b-pvhnwd9fhy] {
    color: var(--rz-text-secondary);
}

.section-description[b-pvhnwd9fhy] {
    color: var(--rz-text-secondary);
    margin-bottom: var(--spacing-2);
}

.roles-container[b-pvhnwd9fhy] {
    padding: var(--spacing-2) 0;
}

[b-pvhnwd9fhy] .role-badge {
    font-size: 0.85rem;
    padding: var(--spacing-1) var(--spacing-3);
}

.no-data-text[b-pvhnwd9fhy] {
    color: var(--rz-text-disabled);
    font-style: italic;
}

[b-pvhnwd9fhy] .permissions-grid,
[b-pvhnwd9fhy] .claims-grid {
    width: 100%;
}

.identity-grid[b-pvhnwd9fhy] {
    padding: var(--spacing-2) 0;
}

/* /Pages/Welcome.razor.rz.scp.css */
/*---------------------------------------------------------------------------------------
Copyright (c) 2025 Starion Nederland B.V.
Author: Sam Gerené, Alexander van Delft, Anh Toan Bui Long, Martin Risseeuw

This file is part of the EORSA-DB application.
EORSA-DB is a Earth Observation Reference System Architecture DataBase
web application and associated micro-services backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */

.welcome-page[b-23w4ae67nh] {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  grid-template-rows: 1fr;
  height: 100vh;
}

.welcome-page__visual[b-23w4ae67nh] {
  background: var(--esa-colors-deep-space-500);
  position: relative;
}

.welcome-page__visual img[b-23w4ae67nh] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.welcome-page__content[b-23w4ae67nh] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--spacing-4);
}

.welcome-page__content-inner[b-23w4ae67nh] {
  max-width: 400px;
  margin: auto;
}

@media (max-width: 768px) {
  .welcome-page[b-23w4ae67nh] {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .welcome-page__visual[b-23w4ae67nh] {
    max-height: 50vh;
  }
}

/* /Shared/CleanLayout.razor.rz.scp.css */
/*---------------------------------------------------------------------------------------
Copyright (c) 2025 Starion Nederland B.V.
Author: Sam Gerené, Alexander van Delft, Anh Toan Bui Long, Martin Risseeuw

This file is part of the EORSA-DB application.
EORSA-DB is a Earth Observation Reference System Architecture DataBase
web application and associated micro-services backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */

.layout[b-qyli76msng] {
  height: 100vh;
  width: 100vw;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  background-color: var(--esa-colors-neutral-space-500);
}

.content[b-qyli76msng] {
  height: 100%;
  width: 100vw;
  position: relative;
  padding: 0;
}


.field-grid[b-qyli76msng] {
    display: flex;
    flex-direction: column;
    max-width: 600px; /* optional, adjust as needed */
    font-family: Arial, sans-serif;
}

.field-row[b-qyli76msng] {
    display: flex;
    padding: 6px 0;
    border-bottom: 1px solid #ddd; /* optional: row separators */
    align-items: center;
}

.field-label[b-qyli76msng] {
    flex: 0 0 180px; /* fixed width for labels */
    font-weight: bold;
    padding-right: 12px;
    border-right: 1px solid #ccc; /* thin vertical line */
    color: #333;
    text-align: left;
}

.field-value[b-qyli76msng] {
    flex: 1; /* fill remaining space */
    padding-left: 12px;
    color: #555;
    word-break: break-word; /* wrap long text */
}

/* /Shared/MainLayout.razor.rz.scp.css */
/*---------------------------------------------------------------------------------------
Copyright (c) 2025 Starion Nederland B.V.
Author: Sam Gerené, Alexander van Delft, Anh Toan Bui Long, Martin Risseeuw

This file is part of the EORSA-DB application.
EORSA-DB is a Earth Observation Reference System Architecture DataBase
web application and associated micro-services backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */

.layout[b-tyezidrgqp] {
  height: 100vh;
  width: 100vw;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  background-color: var(--esa-colors-neutral-space-500);
}

.content[b-tyezidrgqp] {
    height: 100%; 
    overflow: auto; /* or auto, depending on your needs */
}

/* /Shared/NavMenu.razor.rz.scp.css */
/*---------------------------------------------------------------------------------------
Copyright (c) 2025 Starion Nederland B.V.
Author: Sam Gerene, Alexander van Delft, Anh Toan Bui Long, Martin Risseeuw

This file is part of the EORSA-DB application.
EORSA-DB is a Earth Observation Reference System Architecture DataBase
web application and associated micro-services backend

EORSA-DB is distributed under the terms and conditions of the
European Space Agency Community License - v2.4 Permissive (Type 3)
---------------------------------------------------------------------------------------- */

.nav-menu[b-119ue4swmk] {
    display: flex;
    align-items: center;
    gap: var(--spacing-2);
    flex: 1 1 0;
    min-width: 0;
}

.nav-menu__item[b-119ue4swmk] {
    display: flex;
    align-items: center;
    gap: var(--spacing-2);
    padding: var(--spacing-2);
    border-radius: var(--radius-3);
    color: var(--esa-colors-white);
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: var(--text-sm);
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.15s ease;
    flex-shrink: 0;
}

.nav-menu__item:hover[b-119ue4swmk] {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--esa-colors-white);
    text-decoration: none;
}

.nav-menu__item--active[b-119ue4swmk] {
    background-color: rgba(255, 255, 255, 0.15);
    color: var(--esa-colors-white);
}

.nav-menu__item--disabled[b-119ue4swmk] {
    opacity: 0.5;
    cursor: default;
}

.nav-menu__item--disabled:hover[b-119ue4swmk] {
    background-color: transparent;
}

[b-119ue4swmk] .nav-menu__item-icon {
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
    color: var(--esa-colors-white);
}

.nav-menu__item-label[b-119ue4swmk] {
    color: var(--esa-colors-white);
}

/* More button wrapper - positioning context for the dropdown */
.nav-menu__more-wrapper[b-119ue4swmk] {
    position: relative;
}

/* More button specific styling */
.nav-menu__more[b-119ue4swmk] {
    user-select: none;
}

/* Overflow backdrop to close menu on outside click */
.nav-menu__overflow-backdrop[b-119ue4swmk] {
    position: fixed;
    inset: 0;
    z-index: 99;
}

/* Overflow dropdown menu */
.nav-menu__overflow-menu[b-119ue4swmk] {
    position: absolute;
    top: calc(100% + var(--spacing-2));
    left: 0;
    right: auto;
    z-index: 100;
    background-color: var(--esa-colors-deep-space-500);
    border: 1px solid var(--esa-colors-deep-space-400);
    border-radius: var(--radius-3);
    padding: var(--spacing-2);
    min-width: 200px;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-1);
    box-shadow: var(--shadow-lg);
}

.nav-menu__overflow-item[b-119ue4swmk] {
    display: flex;
    align-items: center;
    gap: var(--spacing-2);
    padding: var(--spacing-2) var(--spacing-3);
    border-radius: var(--radius-2);
    color: var(--esa-colors-white);
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: var(--text-sm);
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.nav-menu__overflow-item:hover[b-119ue4swmk] {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--esa-colors-white);
    text-decoration: none;
}

.nav-menu__overflow-item--active[b-119ue4swmk] {
    background-color: rgba(255, 255, 255, 0.15);
    color: var(--esa-colors-white);
}

[b-119ue4swmk] .nav-menu__overflow-item-icon {
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
    color: var(--esa-colors-white);
}

@media (max-width: 960px) {
    .nav-menu[b-119ue4swmk] {
        display: none;
    }
}

/* /Shared/spinner.razor.rz.scp.css */
.spinner[b-uidtkf5qun] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 40%;
    left: 50%;
}

@keyframes toggleVisibility-b-uidtkf5qun {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

#spinner-text[b-uidtkf5qun] {
    margin-top: 3rem;
    animation: toggleVisibility-b-uidtkf5qun 2s infinite;
    transition: opacity 0.2s linear;
    animation-delay: 0s;
}

#rocket[b-uidtkf5qun], #rocket-flame[b-uidtkf5qun] {
    position: absolute;
}

#rocket-flame[b-uidtkf5qun] {
    animation: toggleVisibility-b-uidtkf5qun 4s infinite;
    transition: opacity 0.2s linear;
    animation-delay: 0s;
}
