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

/* _content/eorsadb.web/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-bottom: 5px; 
    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;
}
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/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%;
}
/* _content/eorsadb.web/Components/Common/FilterPanel.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)
---------------------------------------------------------------------------------------- */

/* ===================== Wrapper ===================== */
.filter-panel-wrapper[b-9objx351qw] {
    width: 100%;
}

/* ===================== Modal Backdrop ===================== */
.filter-panel__backdrop[b-9objx351qw] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

/* ===================== Modal Container ===================== */
.filter-panel__modal[b-9objx351qw] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    width: 960px;
    max-width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
}

/* ===================== Filter Panel ===================== */
.filter-panel[b-9objx351qw] {
    background: var(--esa-colors-neutral-space-500);
    border-radius: var(--radius-1);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.filter-panel__header[b-9objx351qw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: var(--spacing-6);
    border-bottom: 1px solid var(--esa-colors-gray-200);
    min-height: 72px;
}

.filter-panel__title[b-9objx351qw] {
    font-family: 'NotesEsa', sans-serif;
    font-weight: 700;
    font-size: var(--text-base);
    line-height: 1.5;
    color: var(--esa-colors-black);
    flex: 1;
}

.filter-panel__header-actions[b-9objx351qw] {
    display: flex;
    align-items: center;
}

.filter-panel__close-btn[b-9objx351qw] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-6);
    background: none;
    border: none;
    border-left: 1px solid var(--esa-colors-gray-200);
    cursor: pointer;
    color: var(--esa-colors-gray-500);
}

.filter-panel__close-btn:hover[b-9objx351qw] {
    color: var(--esa-colors-black);
}

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

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

.filter-panel__field-label[b-9objx351qw] {
    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-9objx351qw] {
    display: flex;
    gap: var(--spacing-4);
}


/* ===================== Footer ===================== */
.filter-panel__footer[b-9objx351qw] {
    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);
}
/* _content/eorsadb.web/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;
    }
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/Components/Details/Detail.razor.rz.scp.css */
.detail-container[b-u4gjmkj6iu] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
/* _content/eorsadb.web/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);
}

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

    .selectable-row:hover[b-7f0i6u4b78] {
        background-color: var(--bs-light);
    }

    .selectable-row td[b-7f0i6u4b78] {
        color: var(--rz-link-color, #1b6ec2);
        font-weight: 500;
    }

    .selectable-row:hover td[b-7f0i6u4b78] {
        text-decoration: underline;
        color: var(--rz-link-hover-color, #0056b3);
    }
/* _content/eorsadb.web/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;
}

.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;
}
/* _content/eorsadb.web/Components/EcvTableCells/BadgeCell.razor.rz.scp.css */
/* _content/eorsadb.web/Components/EcvTableCells/RequirementValueDisplay.razor.rz.scp.css */
.RequirementValueToDisplay_BoldLabel[b-x7zlq5qdm2] {
    font-weight: bold;
}
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/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-6);
    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;
    }
}
/* _content/eorsadb.web/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;
  }
}
/* _content/eorsadb.web/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;
    }
}
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/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);
}
/* _content/eorsadb.web/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);
}

/* _content/eorsadb.web/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%;
}
/* _content/eorsadb.web/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));
}

/* _content/eorsadb.web/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);
  }
}
/* _content/eorsadb.web/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;
    }
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/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; 
}
/* _content/eorsadb.web/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;
}

/* _content/eorsadb.web/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);
 
}
/* _content/eorsadb.web/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 */
}
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/Components/Tables/RequirementsTable.razor.rz.scp.css */
.requirements-table-wrapper[b-kgmltxjrl8] {
    height: 100%;
}

[b-kgmltxjrl8] .rz-data-grid {
    height: 100%;
}
/* _content/eorsadb.web/Components/TimelinesComponents/SankeyDiagrams/SankeyDiagramFiltersComponent.razor.rz.scp.css */
[b-trxntk1k1o] .timeline-dropdown {
    flex: 0 0 230px;
}
/* _content/eorsadb.web/Components/TimelinesComponents/TimelinesLayoutComponent.razor.rz.scp.css */
.timelines-container[b-g3ja7ivbyk] {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
/* _content/eorsadb.web/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;
}

/* _content/eorsadb.web/Components/Upload/AttachmentUploader.razor.rz.scp.css */
.attachment-uploader-container[b-9sbupig3w7] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.attachment-area[b-9sbupig3w7] {
    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-9sbupig3w7] {
    background-color: #f0f0f0;
    border-color: #999;
}

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

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

/* This makes the invisible <InputFile> cover the entire drop zone */
[b-9sbupig3w7] #fileInput {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
/* _content/eorsadb.web/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%;
}
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/Pages/Dashboard.razor.rz.scp.css */
.dashboard[b-8v9l32goe6] {
  padding: var(--spacing-10);
  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;
    }
}
/* _content/eorsadb.web/Pages/Data.razor.rz.scp.css */
.page-data[b-zfrjdnn1p0] {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
}

.timeline-toolbar-container[b-zfrjdnn1p0] {
    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);
}

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

.timeline-component-container[b-zfrjdnn1p0] {
    height: 100%;
    width: 100%;
    overflow-y: auto;
}
/* _content/eorsadb.web/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);
}
/* _content/eorsadb.web/Pages/DetailPages/MissionDetailsPage.razor.rz.scp.css */
/* _content/eorsadb.web/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;
}
/* _content/eorsadb.web/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;
}

/* Toolbar filter badges */
.toolbar-badge[b-4ci2qtczoh] {
    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-4ci2qtczoh] {
    color: var(--esa-colors-black);
}

.toolbar-badge__operator[b-4ci2qtczoh] {
    color: var(--esa-colors-gray-400);
}

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

.toolbar-badge__close[b-4ci2qtczoh] {
    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-4ci2qtczoh] {
    color: var(--esa-colors-black);
}
/* _content/eorsadb.web/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;
}

/* _content/eorsadb.web/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;
  }
}

/* _content/eorsadb.web/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 */
}

/* _content/eorsadb.web/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 */
}

/* _content/eorsadb.web/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;
    }
}

/* _content/eorsadb.web/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;
}
