@fundamental-ngx/platform 0.61.2-rc.8 → 0.61.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/fundamental-ngx-platform-approval-flow.mjs +16 -16
- package/fesm2022/fundamental-ngx-platform-approval-flow.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-dynamic-page.mjs +3 -3
- package/fesm2022/fundamental-ngx-platform-dynamic-page.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-feed-input.mjs +2 -2
- package/fesm2022/fundamental-ngx-platform-feed-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-form.mjs +25 -28
- package/fesm2022/fundamental-ngx-platform-form.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs +9 -9
- package/fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-link.mjs +2 -2
- package/fesm2022/fundamental-ngx-platform-link.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-list.mjs +23 -17
- package/fesm2022/fundamental-ngx-platform-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-message-popover.mjs +4 -4
- package/fesm2022/fundamental-ngx-platform-message-popover.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-search-field.mjs +6 -6
- package/fesm2022/fundamental-ngx-platform-search-field.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-settings-generator.mjs +4 -4
- package/fesm2022/fundamental-ngx-platform-settings-generator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-smart-filter-bar.mjs +25 -22
- package/fesm2022/fundamental-ngx-platform-smart-filter-bar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-split-menu-button.mjs +2 -3
- package/fesm2022/fundamental-ngx-platform-split-menu-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-table.mjs +40 -42
- package/fesm2022/fundamental-ngx-platform-table.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs +6 -6
- package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-variant-management.mjs +6 -6
- package/fesm2022/fundamental-ngx-platform-variant-management.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-wizard-generator.mjs +4 -4
- package/fesm2022/fundamental-ngx-platform-wizard-generator.mjs.map +1 -1
- package/package.json +5 -5
- package/schematics/ng-add/index.js +1 -1
- package/types/fundamental-ngx-platform-form.d.ts +1 -3
- package/types/fundamental-ngx-platform-icon-tab-bar.d.ts +1 -3
- package/types/fundamental-ngx-platform-list.d.ts +6 -2
- package/types/fundamental-ngx-platform-smart-filter-bar.d.ts +3 -4
- package/types/fundamental-ngx-platform-table.d.ts +1 -3
|
@@ -63,7 +63,7 @@ class ResetButtonComponent {
|
|
|
63
63
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.0", type: ResetButtonComponent, isStandalone: true, selector: "fdp-table-reset-button", ngImport: i0, template: `<button
|
|
64
64
|
fd-button
|
|
65
65
|
fdType="transparent"
|
|
66
|
-
[label]="
|
|
66
|
+
[label]="'platformTable.resetChangesButtonLabel' | fdTranslate"
|
|
67
67
|
(click)="resettable.reset()"
|
|
68
68
|
[disabled]="!resettable.isResetAvailable$()"
|
|
69
69
|
></button>`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[fd-button], a[fd-button], span[fd-button]", inputs: ["id"], exportAs: ["fd-button"] }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
@@ -75,7 +75,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
75
75
|
template: `<button
|
|
76
76
|
fd-button
|
|
77
77
|
fdType="transparent"
|
|
78
|
-
[label]="
|
|
78
|
+
[label]="'platformTable.resetChangesButtonLabel' | fdTranslate"
|
|
79
79
|
(click)="resettable.reset()"
|
|
80
80
|
[disabled]="!resettable.isResetAvailable$()"
|
|
81
81
|
></button>`,
|
|
@@ -206,7 +206,7 @@ class TableCellHeaderPopoverComponent {
|
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
208
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableCellHeaderPopoverComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
209
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: TableCellHeaderPopoverComponent, isStandalone: true, selector: "fdp-table-cell-header-popover", inputs: { column: "column", popoverTemplate: "popoverTemplate", disabled: "disabled", columnFrozen: "columnFrozen", filteringFromHeaderDisabled: "filteringFromHeaderDisabled", columnIndex: "columnIndex" }, viewQueries: [{ propertyName: "popover", first: true, predicate: PopoverComponent, descendants: true }, { propertyName: "_listComponent", first: true, predicate: ListComponent, descendants: true }, { propertyName: "_popoverItems", predicate: TemplateDirective, descendants: true }], ngImport: i0, template: "@if (!popoverTemplate) {\n <fd-popover\n [placement]=\"mapColumnAlignToPlacement(column?.align)\"\n [disabled]=\"disabled\"\n [noArrow]=\"true\"\n fd-table-popover\n [focusAutoCapture]=\"true\"\n [focusTrapped]=\"true\"\n [triggers]=\"_headerPopoverTriggers\"\n (isOpenChange)=\"_popoverOpened($event)\"\n >\n <fdp-list [noBorder]=\"true\" [navigated]=\"true\" role=\"menu\">\n @for (item of _popoverItems$(); track item) {\n <li fdp-free-content-list-item role=\"menuitem\">\n <ng-template\n [ngTemplateOutlet]=\"item\"\n [ngTemplateOutletContext]=\"{ popover: popover }\"\n ></ng-template>\n </li>\n }\n </fdp-list>\n </fd-popover>\n} @else {\n <ng-template\n [ngTemplateOutlet]=\"popoverTemplate!\"\n [ngTemplateOutletContext]=\"{ $implicit: _popoverItems$.asReadonly() }\"\n ></ng-template>\n}\n@if (column?.sortable) {\n <ng-template fdkTemplate=\"sortingAscPopoverItem\" let-popover=\"popover\">\n <div\n fd-list-link\n role=\"button\"\n [focusable]=\"true\"\n (click)=\"_setColumnHeaderSortBy(column.key, SORT_DIRECTION.ASC)\"\n (keydown.enter)=\"_setColumnHeaderSortBy(column.key, SORT_DIRECTION.ASC)\"\n >\n <span fd-list-icon glyph=\"sort-ascending\"></span>\n <span fd-list-title>{{
|
|
209
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: TableCellHeaderPopoverComponent, isStandalone: true, selector: "fdp-table-cell-header-popover", inputs: { column: "column", popoverTemplate: "popoverTemplate", disabled: "disabled", columnFrozen: "columnFrozen", filteringFromHeaderDisabled: "filteringFromHeaderDisabled", columnIndex: "columnIndex" }, viewQueries: [{ propertyName: "popover", first: true, predicate: PopoverComponent, descendants: true }, { propertyName: "_listComponent", first: true, predicate: ListComponent, descendants: true }, { propertyName: "_popoverItems", predicate: TemplateDirective, descendants: true }], ngImport: i0, template: "@if (!popoverTemplate) {\n <fd-popover\n [placement]=\"mapColumnAlignToPlacement(column?.align)\"\n [disabled]=\"disabled\"\n [noArrow]=\"true\"\n fd-table-popover\n [focusAutoCapture]=\"true\"\n [focusTrapped]=\"true\"\n [triggers]=\"_headerPopoverTriggers\"\n (isOpenChange)=\"_popoverOpened($event)\"\n >\n <fdp-list [noBorder]=\"true\" [navigated]=\"true\" role=\"menu\">\n @for (item of _popoverItems$(); track item) {\n <li fdp-free-content-list-item role=\"menuitem\">\n <ng-template\n [ngTemplateOutlet]=\"item\"\n [ngTemplateOutletContext]=\"{ popover: popover }\"\n ></ng-template>\n </li>\n }\n </fdp-list>\n </fd-popover>\n} @else {\n <ng-template\n [ngTemplateOutlet]=\"popoverTemplate!\"\n [ngTemplateOutletContext]=\"{ $implicit: _popoverItems$.asReadonly() }\"\n ></ng-template>\n}\n@if (column?.sortable) {\n <ng-template fdkTemplate=\"sortingAscPopoverItem\" let-popover=\"popover\">\n <div\n fd-list-link\n role=\"button\"\n [focusable]=\"true\"\n (click)=\"_setColumnHeaderSortBy(column.key, SORT_DIRECTION.ASC)\"\n (keydown.enter)=\"_setColumnHeaderSortBy(column.key, SORT_DIRECTION.ASC)\"\n >\n <span fd-list-icon glyph=\"sort-ascending\"></span>\n <span fd-list-title>{{ 'platformTable.headerMenuSortAsc' | fdTranslate }}</span>\n </div>\n </ng-template>\n <ng-template fdkTemplate=\"sortingDescPopoverItem\" let-popover=\"popover\">\n <div\n fd-list-link\n role=\"button\"\n [focusable]=\"true\"\n (click)=\"_setColumnHeaderSortBy(column.key, SORT_DIRECTION.DESC)\"\n (keydown.enter)=\"_setColumnHeaderSortBy(column.key, SORT_DIRECTION.DESC)\"\n >\n <span fd-list-icon glyph=\"sort-descending\"></span>\n <span fd-list-title>{{ 'platformTable.headerMenuSortDesc' | fdTranslate }}</span>\n </div>\n </ng-template>\n}\n@if (column?.groupable) {\n <ng-template fdkTemplate=\"groupPopoverItem\" let-popover=\"popover\">\n <div\n fd-list-link\n role=\"button\"\n [focusable]=\"true\"\n (click)=\"_setColumnHeaderGroupBy(column.key)\"\n (keydown.enter)=\"_setColumnHeaderGroupBy(column.key)\"\n >\n <span fd-list-title>{{ 'platformTable.headerMenuGroup' | fdTranslate }}</span>\n </div>\n </ng-template>\n}\n@if (column?.freezable || column?.endFreezable) {\n <ng-template fdkTemplate=\"freezePopoverItem\" let-popover=\"popover\">\n @if (!columnFrozen) {\n <div fd-list-link role=\"button\" [focusable]=\"true\" (click)=\"_freeze()\" (keydown.enter)=\"_freeze()\">\n <span fd-list-title>{{\n (!column.endFreezable\n ? columnIndex > 0\n ? 'platformTable.headerMenuFreezePlural'\n : 'platformTable.headerMenuFreeze'\n : 'platformTable.headerMenuEndFreeze'\n ) | fdTranslate\n }}</span>\n </div>\n } @else {\n <div fd-list-link role=\"button\" [focusable]=\"true\" (click)=\"_unFreeze()\" (keydown.enter)=\"_unFreeze()\">\n <span fd-list-title>{{\n (columnIndex > 0 ? 'platformTable.headerMenuUnfreezePlural' : 'platformTable.headerMenuUnfreeze')\n | fdTranslate\n }}</span>\n </div>\n }\n </ng-template>\n}\n@if (column?.filterable && !filteringFromHeaderDisabled) {\n <ng-template fdkTemplate=\"filteringPopoverItem\" let-popover=\"popover\">\n <div fd-list-link [style.cursor]=\"'auto'\" [focusable]=\"true\">\n <i fd-list-icon glyph=\"filter\"></i>\n <div fd-form-item [horizontal]=\"true\" (click)=\"$event.stopPropagation()\">\n <label fd-form-label [for]=\"'fdp-table-column-filtering-' + column.name\">{{\n 'platformTable.headerMenuFilter' | fdTranslate\n }}</label>\n <input\n fd-form-control\n [id]=\"'fdp-table-column-filtering-' + column.name\"\n (keydown.enter)=\"_setColumnHeaderFilterBy(column.key, $any($event.target)?.value)\"\n (keydown)=\"$event.stopPropagation()\"\n />\n </div>\n </div>\n </ng-template>\n}\n", dependencies: [{ kind: "component", type: PopoverComponent, selector: "fd-popover", inputs: ["config", "title", "trigger", "id", "mobile", "mobileConfig", "preventSpaceKeyScroll", "placement", "maxWidth", "fillControlMode", "closeOnOutsideClick", "closeOnEscapeKey", "disabled", "triggers", "focusTrapped", "focusAutoCapture", "restoreFocusOnClose", "noArrow", "disableScrollbar", "appendTo", "placementContainer", "scrollStrategy", "cdkPositions", "applyOverlay", "additionalBodyClass", "additionalTriggerClass", "closeOnNavigation", "fixedPosition", "resizable", "isOpen"], outputs: ["triggerChange", "isOpenChange", "beforeOpen"] }, { kind: "directive", type: TablePopoverDirective, selector: "[fdTablePopover], [fd-table-popover]" }, { kind: "component", type: ListComponent, selector: "fdp-list", inputs: ["selectedItems", "ariaSetsize", "ariaMultiselectable", "loadTitle", "loadingLabel", "delayTime", "itemSize", "loadMore", "loadOnScroll", "role", "listType", "maxHeight", "noBorder", "scrollOffsetPercentage", "selection", "selectionMode", "value", "rowSelection", "dataSource", "navigated", "navigationIndicator", "hasByLine", "hasObject", "unreadIndicator", "interceptTabKey"], outputs: ["selectedItemChange"] }, { kind: "component", type: FreeContentListItemComponent, selector: "fdp-free-content-list-item, li[fdp-free-content-list-item]" }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: TemplateDirective, selector: "[fdkTemplate]", inputs: ["fdkTemplate"] }, { kind: "directive", type: ListLinkDirective, selector: "[fd-list-link], [fdListLink]", inputs: ["navigationIndicator", "navigated", "focusable"] }, { kind: "directive", type: ListIconDirective, selector: "[fdListIcon], [fd-list-icon]", inputs: ["glyph", "glyphFont", "class", "role", "ariaHidden"] }, { kind: "directive", type: ListTitleDirective, selector: "[fd-list-title], [fdListTitle]", inputs: ["wrap", "truncate"] }, { kind: "component", type: FormItemComponent, selector: "[fd-form-item]", inputs: ["isInline", "horizontal"] }, { kind: "component", type: FormLabelComponent, selector: "[fd-form-label]", inputs: ["required", "colon", "alignLabelEnd", "inlineHelpContent", "inlineHelpGlyph", "inlineHelpTriggers", "inlineHelpBodyPlacement", "inlineHelpPlacement", "allowWrap", "inlineHelpLabel", "id"] }, { kind: "component", type: FormControlComponent, selector: "input[fd-form-control], textarea[fd-form-control]", inputs: ["state", "type", "class", "ariaLabel", "ariaLabelledBy"] }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
210
210
|
}
|
|
211
211
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableCellHeaderPopoverComponent, decorators: [{
|
|
212
212
|
type: Component,
|
|
@@ -224,7 +224,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
224
224
|
FormLabelComponent,
|
|
225
225
|
FormControlComponent,
|
|
226
226
|
FdTranslatePipe
|
|
227
|
-
], template: "@if (!popoverTemplate) {\n <fd-popover\n [placement]=\"mapColumnAlignToPlacement(column?.align)\"\n [disabled]=\"disabled\"\n [noArrow]=\"true\"\n fd-table-popover\n [focusAutoCapture]=\"true\"\n [focusTrapped]=\"true\"\n [triggers]=\"_headerPopoverTriggers\"\n (isOpenChange)=\"_popoverOpened($event)\"\n >\n <fdp-list [noBorder]=\"true\" [navigated]=\"true\" role=\"menu\">\n @for (item of _popoverItems$(); track item) {\n <li fdp-free-content-list-item role=\"menuitem\">\n <ng-template\n [ngTemplateOutlet]=\"item\"\n [ngTemplateOutletContext]=\"{ popover: popover }\"\n ></ng-template>\n </li>\n }\n </fdp-list>\n </fd-popover>\n} @else {\n <ng-template\n [ngTemplateOutlet]=\"popoverTemplate!\"\n [ngTemplateOutletContext]=\"{ $implicit: _popoverItems$.asReadonly() }\"\n ></ng-template>\n}\n@if (column?.sortable) {\n <ng-template fdkTemplate=\"sortingAscPopoverItem\" let-popover=\"popover\">\n <div\n fd-list-link\n role=\"button\"\n [focusable]=\"true\"\n (click)=\"_setColumnHeaderSortBy(column.key, SORT_DIRECTION.ASC)\"\n (keydown.enter)=\"_setColumnHeaderSortBy(column.key, SORT_DIRECTION.ASC)\"\n >\n <span fd-list-icon glyph=\"sort-ascending\"></span>\n <span fd-list-title>{{
|
|
227
|
+
], template: "@if (!popoverTemplate) {\n <fd-popover\n [placement]=\"mapColumnAlignToPlacement(column?.align)\"\n [disabled]=\"disabled\"\n [noArrow]=\"true\"\n fd-table-popover\n [focusAutoCapture]=\"true\"\n [focusTrapped]=\"true\"\n [triggers]=\"_headerPopoverTriggers\"\n (isOpenChange)=\"_popoverOpened($event)\"\n >\n <fdp-list [noBorder]=\"true\" [navigated]=\"true\" role=\"menu\">\n @for (item of _popoverItems$(); track item) {\n <li fdp-free-content-list-item role=\"menuitem\">\n <ng-template\n [ngTemplateOutlet]=\"item\"\n [ngTemplateOutletContext]=\"{ popover: popover }\"\n ></ng-template>\n </li>\n }\n </fdp-list>\n </fd-popover>\n} @else {\n <ng-template\n [ngTemplateOutlet]=\"popoverTemplate!\"\n [ngTemplateOutletContext]=\"{ $implicit: _popoverItems$.asReadonly() }\"\n ></ng-template>\n}\n@if (column?.sortable) {\n <ng-template fdkTemplate=\"sortingAscPopoverItem\" let-popover=\"popover\">\n <div\n fd-list-link\n role=\"button\"\n [focusable]=\"true\"\n (click)=\"_setColumnHeaderSortBy(column.key, SORT_DIRECTION.ASC)\"\n (keydown.enter)=\"_setColumnHeaderSortBy(column.key, SORT_DIRECTION.ASC)\"\n >\n <span fd-list-icon glyph=\"sort-ascending\"></span>\n <span fd-list-title>{{ 'platformTable.headerMenuSortAsc' | fdTranslate }}</span>\n </div>\n </ng-template>\n <ng-template fdkTemplate=\"sortingDescPopoverItem\" let-popover=\"popover\">\n <div\n fd-list-link\n role=\"button\"\n [focusable]=\"true\"\n (click)=\"_setColumnHeaderSortBy(column.key, SORT_DIRECTION.DESC)\"\n (keydown.enter)=\"_setColumnHeaderSortBy(column.key, SORT_DIRECTION.DESC)\"\n >\n <span fd-list-icon glyph=\"sort-descending\"></span>\n <span fd-list-title>{{ 'platformTable.headerMenuSortDesc' | fdTranslate }}</span>\n </div>\n </ng-template>\n}\n@if (column?.groupable) {\n <ng-template fdkTemplate=\"groupPopoverItem\" let-popover=\"popover\">\n <div\n fd-list-link\n role=\"button\"\n [focusable]=\"true\"\n (click)=\"_setColumnHeaderGroupBy(column.key)\"\n (keydown.enter)=\"_setColumnHeaderGroupBy(column.key)\"\n >\n <span fd-list-title>{{ 'platformTable.headerMenuGroup' | fdTranslate }}</span>\n </div>\n </ng-template>\n}\n@if (column?.freezable || column?.endFreezable) {\n <ng-template fdkTemplate=\"freezePopoverItem\" let-popover=\"popover\">\n @if (!columnFrozen) {\n <div fd-list-link role=\"button\" [focusable]=\"true\" (click)=\"_freeze()\" (keydown.enter)=\"_freeze()\">\n <span fd-list-title>{{\n (!column.endFreezable\n ? columnIndex > 0\n ? 'platformTable.headerMenuFreezePlural'\n : 'platformTable.headerMenuFreeze'\n : 'platformTable.headerMenuEndFreeze'\n ) | fdTranslate\n }}</span>\n </div>\n } @else {\n <div fd-list-link role=\"button\" [focusable]=\"true\" (click)=\"_unFreeze()\" (keydown.enter)=\"_unFreeze()\">\n <span fd-list-title>{{\n (columnIndex > 0 ? 'platformTable.headerMenuUnfreezePlural' : 'platformTable.headerMenuUnfreeze')\n | fdTranslate\n }}</span>\n </div>\n }\n </ng-template>\n}\n@if (column?.filterable && !filteringFromHeaderDisabled) {\n <ng-template fdkTemplate=\"filteringPopoverItem\" let-popover=\"popover\">\n <div fd-list-link [style.cursor]=\"'auto'\" [focusable]=\"true\">\n <i fd-list-icon glyph=\"filter\"></i>\n <div fd-form-item [horizontal]=\"true\" (click)=\"$event.stopPropagation()\">\n <label fd-form-label [for]=\"'fdp-table-column-filtering-' + column.name\">{{\n 'platformTable.headerMenuFilter' | fdTranslate\n }}</label>\n <input\n fd-form-control\n [id]=\"'fdp-table-column-filtering-' + column.name\"\n (keydown.enter)=\"_setColumnHeaderFilterBy(column.key, $any($event.target)?.value)\"\n (keydown)=\"$event.stopPropagation()\"\n />\n </div>\n </div>\n </ng-template>\n}\n" }]
|
|
228
228
|
}], propDecorators: { column: [{
|
|
229
229
|
type: Input
|
|
230
230
|
}], popoverTemplate: [{
|
|
@@ -810,7 +810,7 @@ class P13ColumnsDialogComponent {
|
|
|
810
810
|
this._moveDownDisabled = activeIndex < 0 || activeIndex >= this._filteredColumns.length - 1;
|
|
811
811
|
}
|
|
812
812
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: P13ColumnsDialogComponent, deps: [{ token: i1$1.DialogRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
813
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: P13ColumnsDialogComponent, isStandalone: true, selector: "ng-component", providers: [{ provide: RESETTABLE_TOKEN, useExisting: P13ColumnsDialogComponent }], ngImport: i0, template: "<fd-dialog class=\"fdp-table-p13-columns-dialog\">\n <fd-dialog-header>\n <ng-template fdkTemplate=\"header\">\n <div fd-bar-left>\n <fd-bar-element>\n <h4 fd-title [headerSize]=\"4\">\n {{ ('platformTable.P13ColumnsDialogHeader' | fdTranslate)() }}\n </h4>\n </fd-bar-element>\n </div>\n <div fd-bar-right>\n <fd-bar-element>\n <fdp-table-reset-button></fdp-table-reset-button>\n </fd-bar-element>\n </div>\n </ng-template>\n </fd-dialog-header>\n <fd-dialog-body>\n <fd-toolbar>\n <fdp-search-field\n [placeholder]=\"('platformTable.P13ColumnsDialogSearchPlaceholder' | fdTranslate)()\"\n [inputText]=\"(_searchQuerySubject | async) || ''\"\n [suggestions]=\"[]\"\n (inputChange)=\"_searchInputChange($event)\"\n fdkInitialFocus\n ></fdp-search-field>\n <fd-toolbar-spacer></fd-toolbar-spacer>\n <!-- Show Selected/All -->\n <button fd-toolbar-item fd-button fdType=\"transparent\" (click)=\"_toggleShowAll()\">\n @if ((_showAllItemsSubject | async) === true) {\n {{ ('platformTable.P13ColumnsDialogsShowSelected' | fdTranslate)() }}\n } @else {\n {{ ('platformTable.P13ColumnsDialogShowAll' | fdTranslate)() }}\n }\n </button>\n </fd-toolbar>\n <ul fd-list [selection]=\"true\" aria-multiselectable=\"true\">\n <li\n fd-list-item\n (focus)=\"_setActiveColumn(null)\"\n [selected]=\"_selectedColumnsCount === _selectableColumns.length\"\n >\n <fd-checkbox\n [ngModel]=\"_selectedColumnsCount === _selectableColumns.length\"\n (ngModelChange)=\"_toggleSelectAll($event)\"\n [disabled]=\"_selectAllDisabled\"\n ></fd-checkbox>\n <span fd-list-title>\n {{\n (\n 'platformTable.P13ColumnsDialogSelectAll'\n | fdTranslate\n : {\n selectedColumnsCount: _selectedColumnsCount,\n selectableColumnsCount: _selectableColumns.length\n }\n )()\n }}\n </span>\n </li>\n @for (item of _filteredColumns; track _filterByColumnKy($index, item)) {\n <li\n fd-list-item\n [preventClick]=\"true\"\n [class.fd-select-item--selected]=\"item.selected\"\n [selected]=\"item.selected\"\n [class.fd-select-item--active]=\"item.active\"\n (focus)=\"_setActiveColumn(item)\"\n >\n <fd-checkbox [(ngModel)]=\"item.selected\" (ngModelChange)=\"_onToggleColumn()\"></fd-checkbox>\n <span fd-list-title>\n {{ item.column.label }}\n </span>\n\n <!-- Active Button Movement -->\n @if (_isReorderColumnButtonShowable(item)) {\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"collapse-group\"\n [disabled]=\"_moveUpDisabled\"\n [attr.aria-label]=\"('platformTable.P13ColumnsDialogMoveToTopBtn' | fdTranslate)()\"\n [title]=\"('platformTable.P13ColumnsDialogMoveToTopBtn' | fdTranslate)()\"\n (click)=\"_moveActiveToTop($event)\"\n (keydown.enter)=\"_moveActiveToTop($event)\"\n ></button>\n }\n @if (_isReorderColumnButtonShowable(item)) {\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"slim-arrow-up\"\n [disabled]=\"_moveUpDisabled\"\n [attr.aria-label]=\"('platformTable.P13ColumnsDialogMoveUpBtn' | fdTranslate)()\"\n [title]=\"('platformTable.P13ColumnsDialogMoveUpBtn' | fdTranslate)()\"\n (click)=\"_moveActiveUp($event)\"\n (keydown.enter)=\"_moveActiveUp($event)\"\n ></button>\n }\n @if (_isReorderColumnButtonShowable(item)) {\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"slim-arrow-down\"\n [disabled]=\"_moveDownDisabled\"\n [attr.aria-label]=\"('platformTable.P13ColumnsDialogMoveDownBtn' | fdTranslate)()\"\n [title]=\"('platformTable.P13ColumnsDialogMoveDownBtn' | fdTranslate)()\"\n (click)=\"_moveActiveDown($event)\"\n (keydown.enter)=\"_moveActiveDown($event)\"\n ></button>\n }\n @if (_isReorderColumnButtonShowable(item)) {\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"expand-group\"\n [disabled]=\"_moveDownDisabled\"\n [attr.aria-label]=\"('platformTable.P13ColumnsDialogMoveToBottomBtn' | fdTranslate)()\"\n [title]=\"('platformTable.P13ColumnsDialogMoveToBottomBtn' | fdTranslate)()\"\n (click)=\"_moveActiveToBottom($event)\"\n (keydown.enter)=\"_moveActiveToBottom($event)\"\n ></button>\n }\n </li>\n }\n </ul>\n </fd-dialog-body>\n <fd-dialog-footer>\n <fd-button-bar\n fdType=\"emphasized\"\n [label]=\"('platformTable.P13ColumnsDialogConfirmationBtnLabel' | fdTranslate)()\"\n (click)=\"confirm()\"\n ></fd-button-bar>\n <fd-button-bar\n fdType=\"transparent\"\n [label]=\"('platformTable.P13ColumnsDialogCancelBtnLabel' | fdTranslate)()\"\n (click)=\"cancel()\"\n ></fd-button-bar>\n </fd-dialog-footer>\n</fd-dialog>\n", styles: [".fdp-table-p13-columns-dialog fd-toolbar{position:sticky;top:0;z-index:10}.fdp-table-p13-columns-dialog .fd-select-item--active{background:#e5f0fa;background:var(--sapList_SelectionBackgroundColor, #e5f0fa)}.fdp-table-p13-columns-dialog .group-row{display:flex;align-items:center;margin-bottom:.5rem}.fdp-table-p13-columns-dialog .group-row .fd-popover-custom{display:block}.fdp-table-p13-columns-dialog .group-row__checkbox,.fdp-table-p13-columns-dialog .group-row__actions,.fdp-table-p13-columns-dialog .group-row__select{margin-right:1rem}.fdp-table-p13-columns-dialog .group-row__select{flex:1 1 0}\n"], dependencies: [{ kind: "component", type: DialogComponent, selector: "fd-dialog", inputs: ["class", "dialogRef", "dialogConfig"] }, { kind: "component", type: DialogHeaderComponent, selector: "fd-dialog-header" }, { kind: "directive", type: TemplateDirective, selector: "[fdkTemplate]", inputs: ["fdkTemplate"] }, { kind: "directive", type: BarLeftDirective, selector: "[fd-bar-left]" }, { kind: "directive", type: BarElementDirective, selector: "fd-bar-element", inputs: ["fullWidth"] }, { kind: "component", type: TitleComponent, selector: "[fd-title], [fdTitle]", inputs: ["headerSize", "wrap"], exportAs: ["fd-title"] }, { kind: "directive", type: BarRightDirective, selector: "[fd-bar-right]" }, { kind: "component", type: ResetButtonComponent, selector: "fdp-table-reset-button" }, { kind: "component", type: DialogBodyComponent, selector: "fd-dialog-body", inputs: ["disablePaddings"] }, { kind: "component", type: ToolbarComponent, selector: "fd-toolbar", inputs: ["titleId", "class", "shouldOverflow", "fdType", "title", "active", "clearBorder", "forceOverflow", "tabindex", "headingLevel", "ariaLabel", "ariaLabelledBy"] }, { kind: "component", type: SearchFieldComponent, selector: "fdp-search-field", inputs: ["categoryMode", "appearance", "placeholder", "mobile", "mobileConfig", "disableRefresh", "disableSearch", "suggestions", "dataSource", "inputText", "categories", "currentCategory", "categoryLabel", "hideCategoryLabel", "isLoading", "forceSearchButton", "disableSuggestionsFoundAnnouncer"], outputs: ["inputChange", "searchSubmit", "cancelSearch", "isOpenChange"] }, { kind: "directive", type: ToolbarSpacerDirective, selector: "fd-toolbar-spacer", inputs: ["width", "class", "fixed"] }, { kind: "component", type: ButtonComponent, selector: "button[fd-button], a[fd-button], span[fd-button]", inputs: ["id"], exportAs: ["fd-button"] }, { kind: "directive", type: ToolbarItemDirective, selector: "[fd-toolbar-item], [fdOverflowGroup], [fdOverflowPriority]", inputs: ["fdOverflowPriority", "fdOverflowGroup"] }, { kind: "component", type: ListComponent$1, selector: "[fd-list], [fdList]", inputs: ["dropdownMode", "multiInputMode", "mobileMode", "hasMessage", "noBorder", "navigationIndicator", "selection", "keyboardSupport", "byline", "subline", "theme", "unreadIndicator", "role", "settingsList", "settingsListFooter"], outputs: ["focusEscapeList"] }, { kind: "component", type: ListItemComponent, selector: "[fdListItem] ,[fd-list-item]", inputs: ["selected", "noData", "action", "interactive", "growing", "counter", "active", "unread", "byline", "ariaRole", "id", "preventClick", "settingsListTpl"], outputs: ["keyDown"], exportAs: ["fdListItem"] }, { kind: "component", type: CheckboxComponent, selector: "fd-checkbox", inputs: ["wrapLabel", "valignLabel", "ariaLabel", "role", "value", "ariaLabelledBy", "ariaDescribedBy", "title", "inputId", "state", "name", "label", "disabled", "readonly", "tristate", "tristateSelectable", "labelClass", "required", "displayOnly", "values", "standalone"], outputs: ["focusChange"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: ListTitleDirective, selector: "[fd-list-title], [fdListTitle]", inputs: ["wrap", "truncate"] }, { kind: "component", type: DialogFooterComponent, selector: "fd-dialog-footer" }, { kind: "component", type: ButtonBarComponent, selector: "fd-button-bar", inputs: ["fullWidth", "fdType", "title", "ariaLabelledby", "id"] }, { kind: "directive", type: InitialFocusDirective, selector: "[fdkInitialFocus]", inputs: ["fdkInitialFocus", "enabled", "focusLastElement"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
813
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: P13ColumnsDialogComponent, isStandalone: true, selector: "ng-component", providers: [{ provide: RESETTABLE_TOKEN, useExisting: P13ColumnsDialogComponent }], ngImport: i0, template: "<fd-dialog class=\"fdp-table-p13-columns-dialog\">\n <fd-dialog-header>\n <ng-template fdkTemplate=\"header\">\n <div fd-bar-left>\n <fd-bar-element>\n <h4 fd-title [headerSize]=\"4\">\n {{ 'platformTable.P13ColumnsDialogHeader' | fdTranslate }}\n </h4>\n </fd-bar-element>\n </div>\n <div fd-bar-right>\n <fd-bar-element>\n <fdp-table-reset-button></fdp-table-reset-button>\n </fd-bar-element>\n </div>\n </ng-template>\n </fd-dialog-header>\n <fd-dialog-body>\n <fd-toolbar>\n <fdp-search-field\n [placeholder]=\"'platformTable.P13ColumnsDialogSearchPlaceholder' | fdTranslate\"\n [inputText]=\"(_searchQuerySubject | async) || ''\"\n [suggestions]=\"[]\"\n (inputChange)=\"_searchInputChange($event)\"\n fdkInitialFocus\n ></fdp-search-field>\n <fd-toolbar-spacer></fd-toolbar-spacer>\n <!-- Show Selected/All -->\n <button fd-toolbar-item fd-button fdType=\"transparent\" (click)=\"_toggleShowAll()\">\n @if ((_showAllItemsSubject | async) === true) {\n {{ 'platformTable.P13ColumnsDialogsShowSelected' | fdTranslate }}\n } @else {\n {{ 'platformTable.P13ColumnsDialogShowAll' | fdTranslate }}\n }\n </button>\n </fd-toolbar>\n <ul fd-list [selection]=\"true\" aria-multiselectable=\"true\">\n <li\n fd-list-item\n (focus)=\"_setActiveColumn(null)\"\n [selected]=\"_selectedColumnsCount === _selectableColumns.length\"\n >\n <fd-checkbox\n [ngModel]=\"_selectedColumnsCount === _selectableColumns.length\"\n (ngModelChange)=\"_toggleSelectAll($event)\"\n [disabled]=\"_selectAllDisabled\"\n ></fd-checkbox>\n <span fd-list-title>\n {{\n 'platformTable.P13ColumnsDialogSelectAll'\n | fdTranslate\n : {\n selectedColumnsCount: _selectedColumnsCount,\n selectableColumnsCount: _selectableColumns.length\n }\n }}\n </span>\n </li>\n @for (item of _filteredColumns; track _filterByColumnKy($index, item)) {\n <li\n fd-list-item\n [preventClick]=\"true\"\n [class.fd-select-item--selected]=\"item.selected\"\n [selected]=\"item.selected\"\n [class.fd-select-item--active]=\"item.active\"\n (focus)=\"_setActiveColumn(item)\"\n >\n <fd-checkbox [(ngModel)]=\"item.selected\" (ngModelChange)=\"_onToggleColumn()\"></fd-checkbox>\n <span fd-list-title>\n {{ item.column.label }}\n </span>\n\n <!-- Active Button Movement -->\n @if (_isReorderColumnButtonShowable(item)) {\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"collapse-group\"\n [disabled]=\"_moveUpDisabled\"\n [attr.aria-label]=\"'platformTable.P13ColumnsDialogMoveToTopBtn' | fdTranslate\"\n [title]=\"'platformTable.P13ColumnsDialogMoveToTopBtn' | fdTranslate\"\n (click)=\"_moveActiveToTop($event)\"\n (keydown.enter)=\"_moveActiveToTop($event)\"\n ></button>\n }\n @if (_isReorderColumnButtonShowable(item)) {\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"slim-arrow-up\"\n [disabled]=\"_moveUpDisabled\"\n [attr.aria-label]=\"'platformTable.P13ColumnsDialogMoveUpBtn' | fdTranslate\"\n [title]=\"'platformTable.P13ColumnsDialogMoveUpBtn' | fdTranslate\"\n (click)=\"_moveActiveUp($event)\"\n (keydown.enter)=\"_moveActiveUp($event)\"\n ></button>\n }\n @if (_isReorderColumnButtonShowable(item)) {\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"slim-arrow-down\"\n [disabled]=\"_moveDownDisabled\"\n [attr.aria-label]=\"'platformTable.P13ColumnsDialogMoveDownBtn' | fdTranslate\"\n [title]=\"'platformTable.P13ColumnsDialogMoveDownBtn' | fdTranslate\"\n (click)=\"_moveActiveDown($event)\"\n (keydown.enter)=\"_moveActiveDown($event)\"\n ></button>\n }\n @if (_isReorderColumnButtonShowable(item)) {\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"expand-group\"\n [disabled]=\"_moveDownDisabled\"\n [attr.aria-label]=\"'platformTable.P13ColumnsDialogMoveToBottomBtn' | fdTranslate\"\n [title]=\"'platformTable.P13ColumnsDialogMoveToBottomBtn' | fdTranslate\"\n (click)=\"_moveActiveToBottom($event)\"\n (keydown.enter)=\"_moveActiveToBottom($event)\"\n ></button>\n }\n </li>\n }\n </ul>\n </fd-dialog-body>\n <fd-dialog-footer>\n <fd-button-bar\n fdType=\"emphasized\"\n [label]=\"'platformTable.P13ColumnsDialogConfirmationBtnLabel' | fdTranslate\"\n (click)=\"confirm()\"\n ></fd-button-bar>\n <fd-button-bar\n fdType=\"transparent\"\n [label]=\"'platformTable.P13ColumnsDialogCancelBtnLabel' | fdTranslate\"\n (click)=\"cancel()\"\n ></fd-button-bar>\n </fd-dialog-footer>\n</fd-dialog>\n", styles: [".fdp-table-p13-columns-dialog fd-toolbar{position:sticky;top:0;z-index:10}.fdp-table-p13-columns-dialog .fd-select-item--active{background:#e5f0fa;background:var(--sapList_SelectionBackgroundColor, #e5f0fa)}.fdp-table-p13-columns-dialog .group-row{display:flex;align-items:center;margin-bottom:.5rem}.fdp-table-p13-columns-dialog .group-row .fd-popover-custom{display:block}.fdp-table-p13-columns-dialog .group-row__checkbox,.fdp-table-p13-columns-dialog .group-row__actions,.fdp-table-p13-columns-dialog .group-row__select{margin-right:1rem}.fdp-table-p13-columns-dialog .group-row__select{flex:1 1 0}\n"], dependencies: [{ kind: "component", type: DialogComponent, selector: "fd-dialog", inputs: ["class", "dialogRef", "dialogConfig"] }, { kind: "component", type: DialogHeaderComponent, selector: "fd-dialog-header" }, { kind: "directive", type: TemplateDirective, selector: "[fdkTemplate]", inputs: ["fdkTemplate"] }, { kind: "directive", type: BarLeftDirective, selector: "[fd-bar-left]" }, { kind: "directive", type: BarElementDirective, selector: "fd-bar-element", inputs: ["fullWidth"] }, { kind: "component", type: TitleComponent, selector: "[fd-title], [fdTitle]", inputs: ["headerSize", "wrap"], exportAs: ["fd-title"] }, { kind: "directive", type: BarRightDirective, selector: "[fd-bar-right]" }, { kind: "component", type: ResetButtonComponent, selector: "fdp-table-reset-button" }, { kind: "component", type: DialogBodyComponent, selector: "fd-dialog-body", inputs: ["disablePaddings"] }, { kind: "component", type: ToolbarComponent, selector: "fd-toolbar", inputs: ["titleId", "class", "shouldOverflow", "fdType", "title", "active", "clearBorder", "forceOverflow", "tabindex", "headingLevel", "ariaLabel", "ariaLabelledBy"] }, { kind: "component", type: SearchFieldComponent, selector: "fdp-search-field", inputs: ["categoryMode", "appearance", "placeholder", "mobile", "mobileConfig", "disableRefresh", "disableSearch", "suggestions", "dataSource", "inputText", "categories", "currentCategory", "categoryLabel", "hideCategoryLabel", "isLoading", "forceSearchButton", "disableSuggestionsFoundAnnouncer"], outputs: ["inputChange", "searchSubmit", "cancelSearch", "isOpenChange"] }, { kind: "directive", type: ToolbarSpacerDirective, selector: "fd-toolbar-spacer", inputs: ["width", "class", "fixed"] }, { kind: "component", type: ButtonComponent, selector: "button[fd-button], a[fd-button], span[fd-button]", inputs: ["id"], exportAs: ["fd-button"] }, { kind: "directive", type: ToolbarItemDirective, selector: "[fd-toolbar-item], [fdOverflowGroup], [fdOverflowPriority]", inputs: ["fdOverflowPriority", "fdOverflowGroup"] }, { kind: "component", type: ListComponent$1, selector: "[fd-list], [fdList]", inputs: ["dropdownMode", "multiInputMode", "mobileMode", "hasMessage", "noBorder", "navigationIndicator", "selection", "keyboardSupport", "byline", "subline", "theme", "unreadIndicator", "role", "settingsList", "settingsListFooter"], outputs: ["focusEscapeList"] }, { kind: "component", type: ListItemComponent, selector: "[fdListItem] ,[fd-list-item]", inputs: ["selected", "noData", "action", "interactive", "growing", "counter", "active", "unread", "byline", "ariaRole", "id", "preventClick", "settingsListTpl"], outputs: ["keyDown"], exportAs: ["fdListItem"] }, { kind: "component", type: CheckboxComponent, selector: "fd-checkbox", inputs: ["wrapLabel", "valignLabel", "ariaLabel", "role", "value", "ariaLabelledBy", "ariaDescribedBy", "title", "inputId", "state", "name", "label", "disabled", "readonly", "tristate", "tristateSelectable", "labelClass", "required", "displayOnly", "values", "standalone"], outputs: ["focusChange"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: ListTitleDirective, selector: "[fd-list-title], [fdListTitle]", inputs: ["wrap", "truncate"] }, { kind: "component", type: DialogFooterComponent, selector: "fd-dialog-footer" }, { kind: "component", type: ButtonBarComponent, selector: "fd-button-bar", inputs: ["fullWidth", "fdType", "title", "ariaLabelledby", "id"] }, { kind: "directive", type: InitialFocusDirective, selector: "[fdkInitialFocus]", inputs: ["fdkInitialFocus", "enabled", "focusLastElement"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
814
814
|
}
|
|
815
815
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: P13ColumnsDialogComponent, decorators: [{
|
|
816
816
|
type: Component,
|
|
@@ -841,7 +841,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
841
841
|
AsyncPipe,
|
|
842
842
|
FdTranslatePipe,
|
|
843
843
|
InitialFocusDirective
|
|
844
|
-
], template: "<fd-dialog class=\"fdp-table-p13-columns-dialog\">\n <fd-dialog-header>\n <ng-template fdkTemplate=\"header\">\n <div fd-bar-left>\n <fd-bar-element>\n <h4 fd-title [headerSize]=\"4\">\n {{
|
|
844
|
+
], template: "<fd-dialog class=\"fdp-table-p13-columns-dialog\">\n <fd-dialog-header>\n <ng-template fdkTemplate=\"header\">\n <div fd-bar-left>\n <fd-bar-element>\n <h4 fd-title [headerSize]=\"4\">\n {{ 'platformTable.P13ColumnsDialogHeader' | fdTranslate }}\n </h4>\n </fd-bar-element>\n </div>\n <div fd-bar-right>\n <fd-bar-element>\n <fdp-table-reset-button></fdp-table-reset-button>\n </fd-bar-element>\n </div>\n </ng-template>\n </fd-dialog-header>\n <fd-dialog-body>\n <fd-toolbar>\n <fdp-search-field\n [placeholder]=\"'platformTable.P13ColumnsDialogSearchPlaceholder' | fdTranslate\"\n [inputText]=\"(_searchQuerySubject | async) || ''\"\n [suggestions]=\"[]\"\n (inputChange)=\"_searchInputChange($event)\"\n fdkInitialFocus\n ></fdp-search-field>\n <fd-toolbar-spacer></fd-toolbar-spacer>\n <!-- Show Selected/All -->\n <button fd-toolbar-item fd-button fdType=\"transparent\" (click)=\"_toggleShowAll()\">\n @if ((_showAllItemsSubject | async) === true) {\n {{ 'platformTable.P13ColumnsDialogsShowSelected' | fdTranslate }}\n } @else {\n {{ 'platformTable.P13ColumnsDialogShowAll' | fdTranslate }}\n }\n </button>\n </fd-toolbar>\n <ul fd-list [selection]=\"true\" aria-multiselectable=\"true\">\n <li\n fd-list-item\n (focus)=\"_setActiveColumn(null)\"\n [selected]=\"_selectedColumnsCount === _selectableColumns.length\"\n >\n <fd-checkbox\n [ngModel]=\"_selectedColumnsCount === _selectableColumns.length\"\n (ngModelChange)=\"_toggleSelectAll($event)\"\n [disabled]=\"_selectAllDisabled\"\n ></fd-checkbox>\n <span fd-list-title>\n {{\n 'platformTable.P13ColumnsDialogSelectAll'\n | fdTranslate\n : {\n selectedColumnsCount: _selectedColumnsCount,\n selectableColumnsCount: _selectableColumns.length\n }\n }}\n </span>\n </li>\n @for (item of _filteredColumns; track _filterByColumnKy($index, item)) {\n <li\n fd-list-item\n [preventClick]=\"true\"\n [class.fd-select-item--selected]=\"item.selected\"\n [selected]=\"item.selected\"\n [class.fd-select-item--active]=\"item.active\"\n (focus)=\"_setActiveColumn(item)\"\n >\n <fd-checkbox [(ngModel)]=\"item.selected\" (ngModelChange)=\"_onToggleColumn()\"></fd-checkbox>\n <span fd-list-title>\n {{ item.column.label }}\n </span>\n\n <!-- Active Button Movement -->\n @if (_isReorderColumnButtonShowable(item)) {\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"collapse-group\"\n [disabled]=\"_moveUpDisabled\"\n [attr.aria-label]=\"'platformTable.P13ColumnsDialogMoveToTopBtn' | fdTranslate\"\n [title]=\"'platformTable.P13ColumnsDialogMoveToTopBtn' | fdTranslate\"\n (click)=\"_moveActiveToTop($event)\"\n (keydown.enter)=\"_moveActiveToTop($event)\"\n ></button>\n }\n @if (_isReorderColumnButtonShowable(item)) {\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"slim-arrow-up\"\n [disabled]=\"_moveUpDisabled\"\n [attr.aria-label]=\"'platformTable.P13ColumnsDialogMoveUpBtn' | fdTranslate\"\n [title]=\"'platformTable.P13ColumnsDialogMoveUpBtn' | fdTranslate\"\n (click)=\"_moveActiveUp($event)\"\n (keydown.enter)=\"_moveActiveUp($event)\"\n ></button>\n }\n @if (_isReorderColumnButtonShowable(item)) {\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"slim-arrow-down\"\n [disabled]=\"_moveDownDisabled\"\n [attr.aria-label]=\"'platformTable.P13ColumnsDialogMoveDownBtn' | fdTranslate\"\n [title]=\"'platformTable.P13ColumnsDialogMoveDownBtn' | fdTranslate\"\n (click)=\"_moveActiveDown($event)\"\n (keydown.enter)=\"_moveActiveDown($event)\"\n ></button>\n }\n @if (_isReorderColumnButtonShowable(item)) {\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"expand-group\"\n [disabled]=\"_moveDownDisabled\"\n [attr.aria-label]=\"'platformTable.P13ColumnsDialogMoveToBottomBtn' | fdTranslate\"\n [title]=\"'platformTable.P13ColumnsDialogMoveToBottomBtn' | fdTranslate\"\n (click)=\"_moveActiveToBottom($event)\"\n (keydown.enter)=\"_moveActiveToBottom($event)\"\n ></button>\n }\n </li>\n }\n </ul>\n </fd-dialog-body>\n <fd-dialog-footer>\n <fd-button-bar\n fdType=\"emphasized\"\n [label]=\"'platformTable.P13ColumnsDialogConfirmationBtnLabel' | fdTranslate\"\n (click)=\"confirm()\"\n ></fd-button-bar>\n <fd-button-bar\n fdType=\"transparent\"\n [label]=\"'platformTable.P13ColumnsDialogCancelBtnLabel' | fdTranslate\"\n (click)=\"cancel()\"\n ></fd-button-bar>\n </fd-dialog-footer>\n</fd-dialog>\n", styles: [".fdp-table-p13-columns-dialog fd-toolbar{position:sticky;top:0;z-index:10}.fdp-table-p13-columns-dialog .fd-select-item--active{background:#e5f0fa;background:var(--sapList_SelectionBackgroundColor, #e5f0fa)}.fdp-table-p13-columns-dialog .group-row{display:flex;align-items:center;margin-bottom:.5rem}.fdp-table-p13-columns-dialog .group-row .fd-popover-custom{display:block}.fdp-table-p13-columns-dialog .group-row__checkbox,.fdp-table-p13-columns-dialog .group-row__actions,.fdp-table-p13-columns-dialog .group-row__select{margin-right:1rem}.fdp-table-p13-columns-dialog .group-row__select{flex:1 1 0}\n"] }]
|
|
845
845
|
}], ctorParameters: () => [{ type: i1$1.DialogRef }, { type: i0.ChangeDetectorRef }] });
|
|
846
846
|
|
|
847
847
|
/**
|
|
@@ -993,7 +993,7 @@ class FilterRuleComponent {
|
|
|
993
993
|
this.ruleChange.emit();
|
|
994
994
|
}
|
|
995
995
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FilterRuleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
996
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: FilterRuleComponent, isStandalone: true, selector: "fdp-table-filter-rule", inputs: { rule: "rule" }, outputs: { ruleChange: "ruleChange", ruleStateChange: "ruleStateChange" }, viewQueries: [{ propertyName: "ngForm", first: true, predicate: NgForm, descendants: true }], ngImport: i0, template: "<div fdLayoutGridRow>\n <div fdLayoutGridCol colGrow>\n <div fdLayoutGridRow>\n <div fdLayoutGridCol colGrow>\n <!-- Column -->\n <fd-select\n class=\"filter-row__select\"\n [ngModel]=\"rule.columnKey\"\n (ngModelChange)=\"rule.setColumnKey($event); _onModelChange()\"\n >\n @for (column of rule.columns; track column) {\n <li fd-option [value]=\"column.key\">{{ column.label }}</li>\n }\n </fd-select>\n </div>\n <div fdLayoutGridCol colGrow>\n <!-- Strategy -->\n <fd-select\n class=\"filter-row__select\"\n [ngModel]=\"rule.strategy\"\n (ngModelChange)=\"rule.setStrategy($event); _onModelChange()\"\n >\n @for (strategy of rule.strategies; track strategy) {\n <li fd-option [value]=\"strategy\">\n {{\n
|
|
996
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: FilterRuleComponent, isStandalone: true, selector: "fdp-table-filter-rule", inputs: { rule: "rule" }, outputs: { ruleChange: "ruleChange", ruleStateChange: "ruleStateChange" }, viewQueries: [{ propertyName: "ngForm", first: true, predicate: NgForm, descendants: true }], ngImport: i0, template: "<div fdLayoutGridRow>\n <div fdLayoutGridCol colGrow>\n <div fdLayoutGridRow>\n <div fdLayoutGridCol colGrow>\n <!-- Column -->\n <fd-select\n class=\"filter-row__select\"\n [ngModel]=\"rule.columnKey\"\n (ngModelChange)=\"rule.setColumnKey($event); _onModelChange()\"\n >\n @for (column of rule.columns; track column) {\n <li fd-option [value]=\"column.key\">{{ column.label }}</li>\n }\n </fd-select>\n </div>\n <div fdLayoutGridCol colGrow>\n <!-- Strategy -->\n <fd-select\n class=\"filter-row__select\"\n [ngModel]=\"rule.strategy\"\n (ngModelChange)=\"rule.setStrategy($event); _onModelChange()\"\n >\n @for (strategy of rule.strategies; track strategy) {\n <li fd-option [value]=\"strategy\">\n {{\n strategyLabels[strategy] || 'platformTable.P13FilterStrategyLabelNotDefined'\n | fdTranslate\n }}\n </li>\n }\n </fd-select>\n </div>\n </div>\n </div>\n <div fdLayoutGridCol colGrow>\n <div fdLayoutGridRow ngForm>\n @if (rule.strategy === FILTER_STRATEGY.BETWEEN) {\n <div fdLayoutGridCol colGrow>\n <ng-template\n [ngTemplateOutlet]=\"ruleInputTemplate\"\n [ngTemplateOutletContext]=\"{ valueKey: 'value' }\"\n ></ng-template>\n </div>\n <div fdLayoutGridCol colGrow>\n <ng-template\n [ngTemplateOutlet]=\"ruleInputTemplate\"\n [ngTemplateOutletContext]=\"{ valueKey: 'value2' }\"\n ></ng-template>\n </div>\n } @else {\n <div fdLayoutGridCol colGrow>\n <ng-template\n [ngTemplateOutlet]=\"ruleInputTemplate\"\n [ngTemplateOutletContext]=\"{ valueKey: 'value' }\"\n ></ng-template>\n </div>\n }\n\n <!-- Rule Control Based on Data Type -->\n <ng-template #ruleInputTemplate let-valueKey=\"valueKey\">\n @if (rule.dataType === DATA_TYPE.DATE) {\n <fd-date-picker\n class=\"filter-row__input\"\n type=\"single\"\n [required]=\"true\"\n [name]=\"valueKey\"\n [(ngModel)]=\"rule[valueKey]\"\n (ngModelChange)=\"_onModelChange()\"\n ></fd-date-picker>\n } @else if (rule.dataType === DATA_TYPE.BOOLEAN) {\n <fd-select\n class=\"filter-row__select\"\n [name]=\"valueKey\"\n [(ngModel)]=\"rule[valueKey]\"\n (ngModelChange)=\"_onModelChange()\"\n [required]=\"true\"\n >\n <li fd-option [value]=\"undefined\">\n {{ 'platformTable.P13FilterBooleanOptionNotDefined' | fdTranslate }}\n </li>\n <li fd-option [value]=\"true\">\n {{ 'platformTable.P13FilterBooleanOptionTrue' | fdTranslate }}\n </li>\n <li fd-option [value]=\"false\">\n {{ 'platformTable.P13FilterBooleanOptionFalse' | fdTranslate }}\n </li>\n </fd-select>\n } @else if (rule.filterSelectOptions?.length) {\n <!-- Filter options dropdown menu -->\n <fd-select\n [ngModel]=\"rule[valueKey]\"\n (ngModelChange)=\"rule.setValue($event); _onModelChange()\"\n [required]=\"true\"\n [name]=\"valueKey\"\n class=\"filter-row__select\"\n >\n @for (option of rule.filterSelectOptions; track $index) {\n <li fd-option [value]=\"option\">{{ option }}</li>\n }\n </fd-select>\n } @else {\n <input\n type=\"text\"\n class=\"filter-row__input\"\n fd-form-control\n required\n [name]=\"valueKey\"\n [(ngModel)]=\"rule[valueKey]\"\n (ngModelChange)=\"_onModelChange()\"\n />\n }\n </ng-template>\n </div>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: LayoutGridRowDirective, selector: "[fd-layout-grid-row], [fdLayoutGridRow]" }, { kind: "directive", type: LayoutGridColDirective, selector: "[fd-layout-grid-col], [fdLayoutGridCol]", inputs: ["fdLayoutGridCol", "colGrow", "colMd", "colLg", "colXl", "colOffset", "colOffsetMd", "colOffsetLg", "colOffsetXl"] }, { kind: "component", type: SelectComponent, selector: "fd-select", inputs: ["extendedBodyTemplate", "scrollStrategy", "textOverflow", "controlId", "state", "mobile", "stateMessage", "disabled", "required", "readonly", "placeholder", "value", "maxHeight", "glyph", "glyphFont", "closeOnOutsideClick", "fillControlMode", "controlTemplate", "appendTo", "unselectMissingOption", "typeaheadDebounceInterval", "ariaLabelledBy", "ariaLabel", "mobileConfig", "inline", "selectControlClass", "selectDropdownButtonClass", "advancedStateMessage", "tabOutStrategy", "compareWith"], outputs: ["isOpenChange", "valueChange"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1$2.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i1$2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i1$2.NgForm, selector: "form:not([ngNoForm]):not([formGroup]):not([formArray]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: OptionComponent, selector: "[fd-option], fd-option", inputs: ["id", "value", "disabled"], outputs: ["selectionChange"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: DatePickerComponent, selector: "fd-date-picker", inputs: ["type", "placeholder", "inputId", "required", "customDateTimeFormat", "message", "messageTriggers", "selectedDate", "selectedMultipleDates", "selectedRangeDate", "selectedMultipleDateRanges", "startingDayOfWeek", "rangeHoverEffect", "useValidation", "allowNull", "activeView", "placement", "appendTo", "disabled", "closeOnDateChoose", "showTodayButton", "todayButtonLabel", "previousButtonDisableFunction", "nextButtonDisableFunction", "buttonFocusable", "specialDaysRules", "yearGrid", "aggregatedYearGrid", "markWeekends", "showWeekNumbers", "allowMultipleSelection", "inline", "ariaLabelledBy", "processInputOnBlur", "preventScrollOnFocus", "mobile", "mobileConfig", "mobileLandscape", "mobilePortrait", "dateRangeFormat", "showCalendarLegend", "legendCol", "state", "isOpen", "disableFunction", "disableRangeStartFunction", "disableRangeEndFunction"], outputs: ["isOpenChange", "selectedDateChange", "selectedMultipleDatesChange", "selectedRangeDateChange", "selectedMultipleDateRangesChange", "activeViewChange"] }, { kind: "component", type: FormControlComponent, selector: "input[fd-form-control], textarea[fd-form-control]", inputs: ["state", "type", "class", "ariaLabel", "ariaLabelledBy"] }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
997
997
|
}
|
|
998
998
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FilterRuleComponent, decorators: [{
|
|
999
999
|
type: Component,
|
|
@@ -1007,7 +1007,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
1007
1007
|
DatePickerComponent,
|
|
1008
1008
|
FormControlComponent,
|
|
1009
1009
|
FdTranslatePipe
|
|
1010
|
-
], template: "<div fdLayoutGridRow>\n <div fdLayoutGridCol colGrow>\n <div fdLayoutGridRow>\n <div fdLayoutGridCol colGrow>\n <!-- Column -->\n <fd-select\n class=\"filter-row__select\"\n [ngModel]=\"rule.columnKey\"\n (ngModelChange)=\"rule.setColumnKey($event); _onModelChange()\"\n >\n @for (column of rule.columns; track column) {\n <li fd-option [value]=\"column.key\">{{ column.label }}</li>\n }\n </fd-select>\n </div>\n <div fdLayoutGridCol colGrow>\n <!-- Strategy -->\n <fd-select\n class=\"filter-row__select\"\n [ngModel]=\"rule.strategy\"\n (ngModelChange)=\"rule.setStrategy($event); _onModelChange()\"\n >\n @for (strategy of rule.strategies; track strategy) {\n <li fd-option [value]=\"strategy\">\n {{\n
|
|
1010
|
+
], template: "<div fdLayoutGridRow>\n <div fdLayoutGridCol colGrow>\n <div fdLayoutGridRow>\n <div fdLayoutGridCol colGrow>\n <!-- Column -->\n <fd-select\n class=\"filter-row__select\"\n [ngModel]=\"rule.columnKey\"\n (ngModelChange)=\"rule.setColumnKey($event); _onModelChange()\"\n >\n @for (column of rule.columns; track column) {\n <li fd-option [value]=\"column.key\">{{ column.label }}</li>\n }\n </fd-select>\n </div>\n <div fdLayoutGridCol colGrow>\n <!-- Strategy -->\n <fd-select\n class=\"filter-row__select\"\n [ngModel]=\"rule.strategy\"\n (ngModelChange)=\"rule.setStrategy($event); _onModelChange()\"\n >\n @for (strategy of rule.strategies; track strategy) {\n <li fd-option [value]=\"strategy\">\n {{\n strategyLabels[strategy] || 'platformTable.P13FilterStrategyLabelNotDefined'\n | fdTranslate\n }}\n </li>\n }\n </fd-select>\n </div>\n </div>\n </div>\n <div fdLayoutGridCol colGrow>\n <div fdLayoutGridRow ngForm>\n @if (rule.strategy === FILTER_STRATEGY.BETWEEN) {\n <div fdLayoutGridCol colGrow>\n <ng-template\n [ngTemplateOutlet]=\"ruleInputTemplate\"\n [ngTemplateOutletContext]=\"{ valueKey: 'value' }\"\n ></ng-template>\n </div>\n <div fdLayoutGridCol colGrow>\n <ng-template\n [ngTemplateOutlet]=\"ruleInputTemplate\"\n [ngTemplateOutletContext]=\"{ valueKey: 'value2' }\"\n ></ng-template>\n </div>\n } @else {\n <div fdLayoutGridCol colGrow>\n <ng-template\n [ngTemplateOutlet]=\"ruleInputTemplate\"\n [ngTemplateOutletContext]=\"{ valueKey: 'value' }\"\n ></ng-template>\n </div>\n }\n\n <!-- Rule Control Based on Data Type -->\n <ng-template #ruleInputTemplate let-valueKey=\"valueKey\">\n @if (rule.dataType === DATA_TYPE.DATE) {\n <fd-date-picker\n class=\"filter-row__input\"\n type=\"single\"\n [required]=\"true\"\n [name]=\"valueKey\"\n [(ngModel)]=\"rule[valueKey]\"\n (ngModelChange)=\"_onModelChange()\"\n ></fd-date-picker>\n } @else if (rule.dataType === DATA_TYPE.BOOLEAN) {\n <fd-select\n class=\"filter-row__select\"\n [name]=\"valueKey\"\n [(ngModel)]=\"rule[valueKey]\"\n (ngModelChange)=\"_onModelChange()\"\n [required]=\"true\"\n >\n <li fd-option [value]=\"undefined\">\n {{ 'platformTable.P13FilterBooleanOptionNotDefined' | fdTranslate }}\n </li>\n <li fd-option [value]=\"true\">\n {{ 'platformTable.P13FilterBooleanOptionTrue' | fdTranslate }}\n </li>\n <li fd-option [value]=\"false\">\n {{ 'platformTable.P13FilterBooleanOptionFalse' | fdTranslate }}\n </li>\n </fd-select>\n } @else if (rule.filterSelectOptions?.length) {\n <!-- Filter options dropdown menu -->\n <fd-select\n [ngModel]=\"rule[valueKey]\"\n (ngModelChange)=\"rule.setValue($event); _onModelChange()\"\n [required]=\"true\"\n [name]=\"valueKey\"\n class=\"filter-row__select\"\n >\n @for (option of rule.filterSelectOptions; track $index) {\n <li fd-option [value]=\"option\">{{ option }}</li>\n }\n </fd-select>\n } @else {\n <input\n type=\"text\"\n class=\"filter-row__input\"\n fd-form-control\n required\n [name]=\"valueKey\"\n [(ngModel)]=\"rule[valueKey]\"\n (ngModelChange)=\"_onModelChange()\"\n />\n }\n </ng-template>\n </div>\n </div>\n</div>\n" }]
|
|
1011
1011
|
}], propDecorators: { rule: [{
|
|
1012
1012
|
type: Input
|
|
1013
1013
|
}], ruleChange: [{
|
|
@@ -1163,7 +1163,7 @@ class P13FilteringDialogComponent {
|
|
|
1163
1163
|
}));
|
|
1164
1164
|
}
|
|
1165
1165
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: P13FilteringDialogComponent, deps: [{ token: i1$1.DialogRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1166
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: P13FilteringDialogComponent, isStandalone: true, selector: "ng-component", providers: [{ provide: RESETTABLE_TOKEN, useExisting: P13FilteringDialogComponent }], ngImport: i0, template: "<fd-dialog class=\"fdp-table-p13-filtering-dialog\">\n <fd-dialog-header>\n <ng-template fdkTemplate=\"header\">\n <div fd-bar-left>\n <fd-bar-element>\n <h4 fd-title [headerSize]=\"4\">{{
|
|
1166
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: P13FilteringDialogComponent, isStandalone: true, selector: "ng-component", providers: [{ provide: RESETTABLE_TOKEN, useExisting: P13FilteringDialogComponent }], ngImport: i0, template: "<fd-dialog class=\"fdp-table-p13-filtering-dialog\">\n <fd-dialog-header>\n <ng-template fdkTemplate=\"header\">\n <div fd-bar-left>\n <fd-bar-element>\n <h4 fd-title [headerSize]=\"4\">{{ 'platformTable.P13FilterDialogHeader' | fdTranslate }}</h4>\n </fd-bar-element>\n </div>\n <div fd-bar-right>\n <fd-bar-element>\n <fdp-table-reset-button></fdp-table-reset-button>\n </fd-bar-element>\n </div>\n </ng-template>\n </fd-dialog-header>\n <fd-dialog-body>\n <!-- Include Rules -->\n <fd-panel [expanded]=\"_includePanelExpanded\">\n <div fd-panel-title>\n {{\n (_validIncludeRulesCount > 0\n ? 'platformTable.P13FilterDialogIncludePanelTitleWithCount'\n : 'platformTable.P13FilterDialogIncludePanelTitleWithoutCount'\n ) | fdTranslate: { count: _validIncludeRulesCount }\n }}\n </div>\n <div fd-panel-content>\n @for (rule of _includeRules; track rule) {\n <fd-layout-grid>\n <div fdLayoutGridRow>\n <fdp-table-filter-rule\n [fdLayoutGridCol]=\"10\"\n [rule]=\"rule\"\n (ruleChange)=\"_recalculateResetAvailability()\"\n (ruleStateChange)=\"_onRuleStateChange()\"\n ></fdp-table-filter-rule>\n <!-- Actions buttons -->\n <div [fdLayoutGridCol]=\"2\">\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"sys-cancel\"\n [attr.aria-label]=\"\n 'platformTable.P13FilterDialogRemoveFilterBtnTitle' | fdTranslate\n \"\n [title]=\"'platformTable.P13FilterDialogRemoveFilterBtnTitle' | fdTranslate\"\n (click)=\"_removeRule(rule, _includeRules)\"\n ></button>\n @if (_includeRules.length - 1 === $index) {\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"add\"\n [attr.aria-label]=\"\n 'platformTable.P13FilterDialogAddFilterBtnTitle' | fdTranslate\n \"\n [title]=\"'platformTable.P13FilterDialogAddFilterBtnTitle' | fdTranslate\"\n (click)=\"_addNewRule(_includeRules)\"\n ></button>\n }\n </div>\n </div>\n </fd-layout-grid>\n }\n </div>\n </fd-panel>\n <!-- Exclude Rules -->\n <fd-panel [expanded]=\"_excludePanelExpanded\">\n <div fd-panel-title>\n {{\n (_validExcludeRulesCount > 0\n ? 'platformTable.P13FilterDialogExcludePanelTitleWithCount'\n : 'platformTable.P13FilterDialogExcludePanelTitleWithoutCount'\n ) | fdTranslate: { count: _validExcludeRulesCount }\n }}\n </div>\n <div fd-panel-content>\n @for (rule of _excludeRules; track rule) {\n <fd-layout-grid>\n <div fdLayoutGridRow>\n <fdp-table-filter-rule\n [fdLayoutGridCol]=\"10\"\n [rule]=\"rule\"\n (ruleChange)=\"_recalculateResetAvailability()\"\n (ruleStateChange)=\"_onRuleStateChange()\"\n ></fdp-table-filter-rule>\n <!-- Actions buttons -->\n <div [fdLayoutGridCol]=\"2\">\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"sys-cancel\"\n [attr.aria-label]=\"\n 'platformTable.P13FilterDialogRemoveFilterBtnTitle' | fdTranslate\n \"\n [title]=\"'platformTable.P13FilterDialogRemoveFilterBtnTitle' | fdTranslate\"\n (click)=\"_removeRule(rule, _excludeRules)\"\n ></button>\n @if (_excludeRules.length - 1 === $index) {\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"add\"\n [attr.aria-label]=\"\n 'platformTable.P13FilterDialogAddFilterBtnTitle' | fdTranslate\n \"\n [title]=\"'platformTable.P13FilterDialogAddFilterBtnTitle' | fdTranslate\"\n (click)=\"_addNewRule(_excludeRules)\"\n ></button>\n }\n </div>\n </div>\n </fd-layout-grid>\n }\n </div>\n </fd-panel>\n </fd-dialog-body>\n <fd-dialog-footer>\n <fd-button-bar\n fdType=\"emphasized\"\n [label]=\"'platformTable.P13FilterDialogConfirmationBtnLabel' | fdTranslate\"\n (click)=\"confirm()\"\n ></fd-button-bar>\n <fd-button-bar\n fdType=\"transparent\"\n [label]=\"'platformTable.P13FilterDialogCancelBtnLabel' | fdTranslate\"\n (click)=\"cancel()\"\n ></fd-button-bar>\n </fd-dialog-footer>\n</fd-dialog>\n", styles: [".fdp-table-p13-filtering-dialog .filter-row__input,.fdp-table-p13-filtering-dialog .filter-row__select{display:block;max-width:100%}.fdp-table-p13-filtering-dialog .fd-popover-custom{display:block}\n"], dependencies: [{ kind: "component", type: DialogComponent, selector: "fd-dialog", inputs: ["class", "dialogRef", "dialogConfig"] }, { kind: "component", type: DialogHeaderComponent, selector: "fd-dialog-header" }, { kind: "directive", type: TemplateDirective, selector: "[fdkTemplate]", inputs: ["fdkTemplate"] }, { kind: "directive", type: BarLeftDirective, selector: "[fd-bar-left]" }, { kind: "directive", type: BarElementDirective, selector: "fd-bar-element", inputs: ["fullWidth"] }, { kind: "component", type: TitleComponent, selector: "[fd-title], [fdTitle]", inputs: ["headerSize", "wrap"], exportAs: ["fd-title"] }, { kind: "directive", type: BarRightDirective, selector: "[fd-bar-right]" }, { kind: "component", type: ResetButtonComponent, selector: "fdp-table-reset-button" }, { kind: "component", type: DialogBodyComponent, selector: "fd-dialog-body", inputs: ["disablePaddings"] }, { kind: "component", type: PanelComponent, selector: "fd-panel", inputs: ["class", "fixed", "id", "expandId", "expandAriaLabel", "expandAriaLabelledBy", "expanded", "transparent", "noRadius"], outputs: ["expandedChange"] }, { kind: "directive", type: PanelTitleDirective, selector: "[fd-panel-title]", inputs: ["id"] }, { kind: "directive", type: PanelContentDirective, selector: "[fd-panel-content]", inputs: ["height", "minHeight", "maxHeight", "ariaLabel", "ariaLabelledBy", "role", "noPadding", "transparent", "id"] }, { kind: "component", type: LayoutGridComponent, selector: "fd-layout-grid, [fdLayoutGrid]", inputs: ["noGap", "noHorizontalGap", "noVerticalGap"] }, { kind: "directive", type: LayoutGridRowDirective, selector: "[fd-layout-grid-row], [fdLayoutGridRow]" }, { kind: "component", type: FilterRuleComponent, selector: "fdp-table-filter-rule", inputs: ["rule"], outputs: ["ruleChange", "ruleStateChange"] }, { kind: "directive", type: LayoutGridColDirective, selector: "[fd-layout-grid-col], [fdLayoutGridCol]", inputs: ["fdLayoutGridCol", "colGrow", "colMd", "colLg", "colXl", "colOffset", "colOffsetMd", "colOffsetLg", "colOffsetXl"] }, { kind: "component", type: ButtonComponent, selector: "button[fd-button], a[fd-button], span[fd-button]", inputs: ["id"], exportAs: ["fd-button"] }, { kind: "component", type: DialogFooterComponent, selector: "fd-dialog-footer" }, { kind: "component", type: ButtonBarComponent, selector: "fd-button-bar", inputs: ["fullWidth", "fdType", "title", "ariaLabelledby", "id"] }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
1167
1167
|
}
|
|
1168
1168
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: P13FilteringDialogComponent, decorators: [{
|
|
1169
1169
|
type: Component,
|
|
@@ -1190,7 +1190,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
1190
1190
|
DialogFooterComponent,
|
|
1191
1191
|
ButtonBarComponent,
|
|
1192
1192
|
FdTranslatePipe
|
|
1193
|
-
], template: "<fd-dialog class=\"fdp-table-p13-filtering-dialog\">\n <fd-dialog-header>\n <ng-template fdkTemplate=\"header\">\n <div fd-bar-left>\n <fd-bar-element>\n <h4 fd-title [headerSize]=\"4\">{{
|
|
1193
|
+
], template: "<fd-dialog class=\"fdp-table-p13-filtering-dialog\">\n <fd-dialog-header>\n <ng-template fdkTemplate=\"header\">\n <div fd-bar-left>\n <fd-bar-element>\n <h4 fd-title [headerSize]=\"4\">{{ 'platformTable.P13FilterDialogHeader' | fdTranslate }}</h4>\n </fd-bar-element>\n </div>\n <div fd-bar-right>\n <fd-bar-element>\n <fdp-table-reset-button></fdp-table-reset-button>\n </fd-bar-element>\n </div>\n </ng-template>\n </fd-dialog-header>\n <fd-dialog-body>\n <!-- Include Rules -->\n <fd-panel [expanded]=\"_includePanelExpanded\">\n <div fd-panel-title>\n {{\n (_validIncludeRulesCount > 0\n ? 'platformTable.P13FilterDialogIncludePanelTitleWithCount'\n : 'platformTable.P13FilterDialogIncludePanelTitleWithoutCount'\n ) | fdTranslate: { count: _validIncludeRulesCount }\n }}\n </div>\n <div fd-panel-content>\n @for (rule of _includeRules; track rule) {\n <fd-layout-grid>\n <div fdLayoutGridRow>\n <fdp-table-filter-rule\n [fdLayoutGridCol]=\"10\"\n [rule]=\"rule\"\n (ruleChange)=\"_recalculateResetAvailability()\"\n (ruleStateChange)=\"_onRuleStateChange()\"\n ></fdp-table-filter-rule>\n <!-- Actions buttons -->\n <div [fdLayoutGridCol]=\"2\">\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"sys-cancel\"\n [attr.aria-label]=\"\n 'platformTable.P13FilterDialogRemoveFilterBtnTitle' | fdTranslate\n \"\n [title]=\"'platformTable.P13FilterDialogRemoveFilterBtnTitle' | fdTranslate\"\n (click)=\"_removeRule(rule, _includeRules)\"\n ></button>\n @if (_includeRules.length - 1 === $index) {\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"add\"\n [attr.aria-label]=\"\n 'platformTable.P13FilterDialogAddFilterBtnTitle' | fdTranslate\n \"\n [title]=\"'platformTable.P13FilterDialogAddFilterBtnTitle' | fdTranslate\"\n (click)=\"_addNewRule(_includeRules)\"\n ></button>\n }\n </div>\n </div>\n </fd-layout-grid>\n }\n </div>\n </fd-panel>\n <!-- Exclude Rules -->\n <fd-panel [expanded]=\"_excludePanelExpanded\">\n <div fd-panel-title>\n {{\n (_validExcludeRulesCount > 0\n ? 'platformTable.P13FilterDialogExcludePanelTitleWithCount'\n : 'platformTable.P13FilterDialogExcludePanelTitleWithoutCount'\n ) | fdTranslate: { count: _validExcludeRulesCount }\n }}\n </div>\n <div fd-panel-content>\n @for (rule of _excludeRules; track rule) {\n <fd-layout-grid>\n <div fdLayoutGridRow>\n <fdp-table-filter-rule\n [fdLayoutGridCol]=\"10\"\n [rule]=\"rule\"\n (ruleChange)=\"_recalculateResetAvailability()\"\n (ruleStateChange)=\"_onRuleStateChange()\"\n ></fdp-table-filter-rule>\n <!-- Actions buttons -->\n <div [fdLayoutGridCol]=\"2\">\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"sys-cancel\"\n [attr.aria-label]=\"\n 'platformTable.P13FilterDialogRemoveFilterBtnTitle' | fdTranslate\n \"\n [title]=\"'platformTable.P13FilterDialogRemoveFilterBtnTitle' | fdTranslate\"\n (click)=\"_removeRule(rule, _excludeRules)\"\n ></button>\n @if (_excludeRules.length - 1 === $index) {\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"add\"\n [attr.aria-label]=\"\n 'platformTable.P13FilterDialogAddFilterBtnTitle' | fdTranslate\n \"\n [title]=\"'platformTable.P13FilterDialogAddFilterBtnTitle' | fdTranslate\"\n (click)=\"_addNewRule(_excludeRules)\"\n ></button>\n }\n </div>\n </div>\n </fd-layout-grid>\n }\n </div>\n </fd-panel>\n </fd-dialog-body>\n <fd-dialog-footer>\n <fd-button-bar\n fdType=\"emphasized\"\n [label]=\"'platformTable.P13FilterDialogConfirmationBtnLabel' | fdTranslate\"\n (click)=\"confirm()\"\n ></fd-button-bar>\n <fd-button-bar\n fdType=\"transparent\"\n [label]=\"'platformTable.P13FilterDialogCancelBtnLabel' | fdTranslate\"\n (click)=\"cancel()\"\n ></fd-button-bar>\n </fd-dialog-footer>\n</fd-dialog>\n", styles: [".fdp-table-p13-filtering-dialog .filter-row__input,.fdp-table-p13-filtering-dialog .filter-row__select{display:block;max-width:100%}.fdp-table-p13-filtering-dialog .fd-popover-custom{display:block}\n"] }]
|
|
1194
1194
|
}], ctorParameters: () => [{ type: i1$1.DialogRef }] });
|
|
1195
1195
|
|
|
1196
1196
|
const NOT_SELECTED_OPTION_VALUE$1 = null;
|
|
@@ -1297,7 +1297,7 @@ class P13GroupingDialogComponent {
|
|
|
1297
1297
|
return getUniqueListValuesByKey(rules, 'columnKey');
|
|
1298
1298
|
}
|
|
1299
1299
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: P13GroupingDialogComponent, deps: [{ token: i1$1.DialogRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1300
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: P13GroupingDialogComponent, isStandalone: true, selector: "ng-component", providers: [{ provide: RESETTABLE_TOKEN, useExisting: P13GroupingDialogComponent }], ngImport: i0, template: "<fd-dialog class=\"fdp-table-p13-grouping-dialog\">\n <fd-dialog-header>\n <ng-template fdkTemplate=\"header\">\n <div fd-bar-left>\n <fd-bar-element>\n <h4 fd-title [headerSize]=\"4\">{{
|
|
1300
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: P13GroupingDialogComponent, isStandalone: true, selector: "ng-component", providers: [{ provide: RESETTABLE_TOKEN, useExisting: P13GroupingDialogComponent }], ngImport: i0, template: "<fd-dialog class=\"fdp-table-p13-grouping-dialog\">\n <fd-dialog-header>\n <ng-template fdkTemplate=\"header\">\n <div fd-bar-left>\n <fd-bar-element>\n <h4 fd-title [headerSize]=\"4\">{{ 'platformTable.P13GroupDialogHeader' | fdTranslate }}</h4>\n </fd-bar-element>\n </div>\n <div fd-bar-right>\n <fd-bar-element>\n <fdp-table-reset-button></fdp-table-reset-button>\n </fd-bar-element>\n </div>\n </ng-template>\n </fd-dialog-header>\n\n <fd-dialog-body>\n @for (rule of rules; track rule; let i = $index) {\n <div class=\"group-row\">\n <fd-select\n class=\"group-row__select\"\n [value]=\"rule.columnKey\"\n (valueChange)=\"_onRuleColumnKeyChange(rule, $event)\"\n [placeholder]=\"'platformTable.P13GroupDialogNoneSelectedColumnSelectPlaceholder' | fdTranslate\"\n >\n @for (column of getAvailableColumns(rule); track column) {\n <li fd-option [value]=\"column.key\">\n {{ column.label }}\n </li>\n }\n </fd-select>\n\n <fd-checkbox\n class=\"group-row__checkbox\"\n [ngModel]=\"rule.showAsColumn\"\n (ngModelChange)=\"_onRuleShowAsColumnChange(rule, $event)\"\n [label]=\"'platformTable.P13GroupDialogShowFieldAsColumnCheckboxLabel' | fdTranslate\"\n ></fd-checkbox>\n\n <div class=\"group-row__actions\">\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"sys-cancel\"\n [attr.aria-label]=\"'platformTable.P13GroupDialogRemoveGroupBtnTitle' | fdTranslate\"\n [title]=\"'platformTable.P13GroupDialogRemoveGroupBtnTitle' | fdTranslate\"\n (click)=\"_removeRule(rule)\"\n [disabled]=\"!rule.columnKey\"\n ></button>\n\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"add\"\n [attr.aria-label]=\"'platformTable.P13GroupDialogAddNewGroupBtnTitle' | fdTranslate\"\n [title]=\"'platformTable.P13GroupDialogAddNewGroupBtnTitle' | fdTranslate\"\n (click)=\"_addNew(i)\"\n [disabled]=\"rules.length >= columns.length || !rule.columnKey\"\n ></button>\n </div>\n </div>\n }\n </fd-dialog-body>\n\n <fd-dialog-footer>\n <fd-button-bar\n fdType=\"emphasized\"\n [label]=\"'platformTable.P13GroupDialogConfirmationBtnLabel' | fdTranslate\"\n (click)=\"confirm()\"\n ></fd-button-bar>\n\n <fd-button-bar\n fdType=\"transparent\"\n [label]=\"'platformTable.P13GroupDialogCancelBtnLabel' | fdTranslate\"\n (click)=\"cancel()\"\n ></fd-button-bar>\n </fd-dialog-footer>\n</fd-dialog>\n", styles: [".fdp-table-p13-grouping-dialog .group-row{display:flex;align-items:center;margin-bottom:.5rem}.fdp-table-p13-grouping-dialog .group-row .fd-popover-custom{display:block}.fdp-table-p13-grouping-dialog .group-row__checkbox,.fdp-table-p13-grouping-dialog .group-row__actions,.fdp-table-p13-grouping-dialog .group-row__select{margin-right:1rem}.fdp-table-p13-grouping-dialog .group-row__select{flex:1 1 0}\n"], dependencies: [{ kind: "component", type: DialogComponent, selector: "fd-dialog", inputs: ["class", "dialogRef", "dialogConfig"] }, { kind: "component", type: DialogHeaderComponent, selector: "fd-dialog-header" }, { kind: "directive", type: TemplateDirective, selector: "[fdkTemplate]", inputs: ["fdkTemplate"] }, { kind: "directive", type: BarLeftDirective, selector: "[fd-bar-left]" }, { kind: "directive", type: BarElementDirective, selector: "fd-bar-element", inputs: ["fullWidth"] }, { kind: "component", type: TitleComponent, selector: "[fd-title], [fdTitle]", inputs: ["headerSize", "wrap"], exportAs: ["fd-title"] }, { kind: "directive", type: BarRightDirective, selector: "[fd-bar-right]" }, { kind: "component", type: ResetButtonComponent, selector: "fdp-table-reset-button" }, { kind: "component", type: DialogBodyComponent, selector: "fd-dialog-body", inputs: ["disablePaddings"] }, { kind: "component", type: SelectComponent, selector: "fd-select", inputs: ["extendedBodyTemplate", "scrollStrategy", "textOverflow", "controlId", "state", "mobile", "stateMessage", "disabled", "required", "readonly", "placeholder", "value", "maxHeight", "glyph", "glyphFont", "closeOnOutsideClick", "fillControlMode", "controlTemplate", "appendTo", "unselectMissingOption", "typeaheadDebounceInterval", "ariaLabelledBy", "ariaLabel", "mobileConfig", "inline", "selectControlClass", "selectDropdownButtonClass", "advancedStateMessage", "tabOutStrategy", "compareWith"], outputs: ["isOpenChange", "valueChange"] }, { kind: "component", type: OptionComponent, selector: "[fd-option], fd-option", inputs: ["id", "value", "disabled"], outputs: ["selectionChange"] }, { kind: "component", type: CheckboxComponent, selector: "fd-checkbox", inputs: ["wrapLabel", "valignLabel", "ariaLabel", "role", "value", "ariaLabelledBy", "ariaDescribedBy", "title", "inputId", "state", "name", "label", "disabled", "readonly", "tristate", "tristateSelectable", "labelClass", "required", "displayOnly", "values", "standalone"], outputs: ["focusChange"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: ButtonComponent, selector: "button[fd-button], a[fd-button], span[fd-button]", inputs: ["id"], exportAs: ["fd-button"] }, { kind: "component", type: DialogFooterComponent, selector: "fd-dialog-footer" }, { kind: "component", type: ButtonBarComponent, selector: "fd-button-bar", inputs: ["fullWidth", "fdType", "title", "ariaLabelledby", "id"] }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
1301
1301
|
}
|
|
1302
1302
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: P13GroupingDialogComponent, decorators: [{
|
|
1303
1303
|
type: Component,
|
|
@@ -1321,7 +1321,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
1321
1321
|
DialogFooterComponent,
|
|
1322
1322
|
ButtonBarComponent,
|
|
1323
1323
|
FdTranslatePipe
|
|
1324
|
-
], template: "<fd-dialog class=\"fdp-table-p13-grouping-dialog\">\n <fd-dialog-header>\n <ng-template fdkTemplate=\"header\">\n <div fd-bar-left>\n <fd-bar-element>\n <h4 fd-title [headerSize]=\"4\">{{
|
|
1324
|
+
], template: "<fd-dialog class=\"fdp-table-p13-grouping-dialog\">\n <fd-dialog-header>\n <ng-template fdkTemplate=\"header\">\n <div fd-bar-left>\n <fd-bar-element>\n <h4 fd-title [headerSize]=\"4\">{{ 'platformTable.P13GroupDialogHeader' | fdTranslate }}</h4>\n </fd-bar-element>\n </div>\n <div fd-bar-right>\n <fd-bar-element>\n <fdp-table-reset-button></fdp-table-reset-button>\n </fd-bar-element>\n </div>\n </ng-template>\n </fd-dialog-header>\n\n <fd-dialog-body>\n @for (rule of rules; track rule; let i = $index) {\n <div class=\"group-row\">\n <fd-select\n class=\"group-row__select\"\n [value]=\"rule.columnKey\"\n (valueChange)=\"_onRuleColumnKeyChange(rule, $event)\"\n [placeholder]=\"'platformTable.P13GroupDialogNoneSelectedColumnSelectPlaceholder' | fdTranslate\"\n >\n @for (column of getAvailableColumns(rule); track column) {\n <li fd-option [value]=\"column.key\">\n {{ column.label }}\n </li>\n }\n </fd-select>\n\n <fd-checkbox\n class=\"group-row__checkbox\"\n [ngModel]=\"rule.showAsColumn\"\n (ngModelChange)=\"_onRuleShowAsColumnChange(rule, $event)\"\n [label]=\"'platformTable.P13GroupDialogShowFieldAsColumnCheckboxLabel' | fdTranslate\"\n ></fd-checkbox>\n\n <div class=\"group-row__actions\">\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"sys-cancel\"\n [attr.aria-label]=\"'platformTable.P13GroupDialogRemoveGroupBtnTitle' | fdTranslate\"\n [title]=\"'platformTable.P13GroupDialogRemoveGroupBtnTitle' | fdTranslate\"\n (click)=\"_removeRule(rule)\"\n [disabled]=\"!rule.columnKey\"\n ></button>\n\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"add\"\n [attr.aria-label]=\"'platformTable.P13GroupDialogAddNewGroupBtnTitle' | fdTranslate\"\n [title]=\"'platformTable.P13GroupDialogAddNewGroupBtnTitle' | fdTranslate\"\n (click)=\"_addNew(i)\"\n [disabled]=\"rules.length >= columns.length || !rule.columnKey\"\n ></button>\n </div>\n </div>\n }\n </fd-dialog-body>\n\n <fd-dialog-footer>\n <fd-button-bar\n fdType=\"emphasized\"\n [label]=\"'platformTable.P13GroupDialogConfirmationBtnLabel' | fdTranslate\"\n (click)=\"confirm()\"\n ></fd-button-bar>\n\n <fd-button-bar\n fdType=\"transparent\"\n [label]=\"'platformTable.P13GroupDialogCancelBtnLabel' | fdTranslate\"\n (click)=\"cancel()\"\n ></fd-button-bar>\n </fd-dialog-footer>\n</fd-dialog>\n", styles: [".fdp-table-p13-grouping-dialog .group-row{display:flex;align-items:center;margin-bottom:.5rem}.fdp-table-p13-grouping-dialog .group-row .fd-popover-custom{display:block}.fdp-table-p13-grouping-dialog .group-row__checkbox,.fdp-table-p13-grouping-dialog .group-row__actions,.fdp-table-p13-grouping-dialog .group-row__select{margin-right:1rem}.fdp-table-p13-grouping-dialog .group-row__select{flex:1 1 0}\n"] }]
|
|
1325
1325
|
}], ctorParameters: () => [{ type: i1$1.DialogRef }] });
|
|
1326
1326
|
|
|
1327
1327
|
/**
|
|
@@ -1507,7 +1507,7 @@ class P13SortingDialogComponent {
|
|
|
1507
1507
|
return getUniqueListValuesByKey(rules, 'columnKey');
|
|
1508
1508
|
}
|
|
1509
1509
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: P13SortingDialogComponent, deps: [{ token: i1$1.DialogRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1510
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: P13SortingDialogComponent, isStandalone: true, selector: "ng-component", providers: [{ provide: RESETTABLE_TOKEN, useExisting: P13SortingDialogComponent }], ngImport: i0, template: "<fd-dialog class=\"fdp-table-p13-sorting-dialog\">\n <fd-dialog-header>\n <ng-template fdkTemplate=\"header\">\n <div fd-bar-left>\n <fd-bar-element>\n <h4 fd-title [headerSize]=\"4\">\n {{
|
|
1510
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: P13SortingDialogComponent, isStandalone: true, selector: "ng-component", providers: [{ provide: RESETTABLE_TOKEN, useExisting: P13SortingDialogComponent }], ngImport: i0, template: "<fd-dialog class=\"fdp-table-p13-sorting-dialog\">\n <fd-dialog-header>\n <ng-template fdkTemplate=\"header\">\n <div fd-bar-left>\n <fd-bar-element>\n <h4 fd-title [headerSize]=\"4\">\n {{ 'platformTable.P13SortDialogHeader' | fdTranslate }}\n </h4>\n </fd-bar-element>\n </div>\n <div fd-bar-right>\n <fd-bar-element>\n <fdp-table-reset-button></fdp-table-reset-button>\n </fd-bar-element>\n </div>\n </ng-template>\n </fd-dialog-header>\n <fd-dialog-body>\n @for (rule of rules; track _trackByColumnKey(i, rule); let i = $index) {\n <div class=\"sort-row\">\n <fd-select\n class=\"sort-row__select\"\n [value]=\"rule.columnKey\"\n (valueChange)=\"_onRuleColumnKeyChange(rule, $event)\"\n [placeholder]=\"'platformTable.P13SortDialogNoneSelectedColumn' | fdTranslate\"\n >\n @for (column of columns | getAvailableSortColumns: rules : rule.columnKey; track column) {\n <li fd-option [value]=\"column.key\">\n {{ column.label }}\n </li>\n }\n </fd-select>\n <fd-select\n class=\"sort-row__select\"\n [value]=\"rule.direction\"\n (valueChange)=\"_onRuleDirectionChange(rule, $event)\"\n [placeholder]=\"'platformTable.P13SortDialogNoneSelectedSorting' | fdTranslate\"\n >\n <li fd-option [value]=\"SORT_DIRECTION.ASC\">\n {{ 'platformTable.P13SortDialogSortOrderSelectOptionAsc' | fdTranslate }}\n </li>\n <li fd-option [value]=\"SORT_DIRECTION.DESC\">\n {{ 'platformTable.P13SortDialogSortOrderSelectOptionDesc' | fdTranslate }}\n </li>\n </fd-select>\n <div class=\"sort-row__actions\">\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"sys-cancel\"\n [attr.aria-label]=\"'platformTable.P13SortDialogRemoveSortBtnTitle' | fdTranslate\"\n [title]=\"'platformTable.P13SortDialogRemoveSortBtnTitle' | fdTranslate\"\n (click)=\"_removeRule(rule)\"\n ></button>\n <button\n fd-button\n [fdkDisabled]=\"rules.length === columns.length\"\n fdType=\"transparent\"\n glyph=\"add\"\n [attr.aria-label]=\"'platformTable.P13SortDialogAddNewSortBtnTitle' | fdTranslate\"\n [title]=\"'platformTable.P13SortDialogAddNewSortBtnTitle' | fdTranslate\"\n (click)=\"_addNew(i)\"\n ></button>\n </div>\n </div>\n }\n </fd-dialog-body>\n <fd-dialog-footer>\n <fd-button-bar\n fdType=\"emphasized\"\n [label]=\"'platformTable.P13SortDialogConfirmationBtnLabel' | fdTranslate\"\n (click)=\"confirm()\"\n ></fd-button-bar>\n <fd-button-bar\n fdType=\"transparent\"\n [label]=\"'platformTable.P13SortDialogCancelBtnLabel' | fdTranslate\"\n (click)=\"cancel()\"\n ></fd-button-bar>\n </fd-dialog-footer>\n</fd-dialog>\n", styles: [".fdp-table-p13-sorting-dialog .sort-row{display:flex;margin-bottom:.5rem}.fdp-table-p13-sorting-dialog .sort-row .fd-popover-custom{display:block}.fdp-table-p13-sorting-dialog .sort-row__select{flex:1 1 0;margin-right:1rem}.fdp-table-p13-sorting-dialog .sort-row__actions{margin-left:1rem}\n"], dependencies: [{ kind: "component", type: i0.forwardRef(() => DialogComponent), selector: "fd-dialog", inputs: ["class", "dialogRef", "dialogConfig"] }, { kind: "component", type: i0.forwardRef(() => DialogHeaderComponent), selector: "fd-dialog-header" }, { kind: "directive", type: i0.forwardRef(() => TemplateDirective), selector: "[fdkTemplate]", inputs: ["fdkTemplate"] }, { kind: "directive", type: i0.forwardRef(() => BarLeftDirective), selector: "[fd-bar-left]" }, { kind: "directive", type: i0.forwardRef(() => BarElementDirective), selector: "fd-bar-element", inputs: ["fullWidth"] }, { kind: "component", type: i0.forwardRef(() => TitleComponent), selector: "[fd-title], [fdTitle]", inputs: ["headerSize", "wrap"], exportAs: ["fd-title"] }, { kind: "directive", type: i0.forwardRef(() => BarRightDirective), selector: "[fd-bar-right]" }, { kind: "component", type: i0.forwardRef(() => ResetButtonComponent), selector: "fdp-table-reset-button" }, { kind: "component", type: i0.forwardRef(() => DialogBodyComponent), selector: "fd-dialog-body", inputs: ["disablePaddings"] }, { kind: "component", type: i0.forwardRef(() => SelectComponent), selector: "fd-select", inputs: ["extendedBodyTemplate", "scrollStrategy", "textOverflow", "controlId", "state", "mobile", "stateMessage", "disabled", "required", "readonly", "placeholder", "value", "maxHeight", "glyph", "glyphFont", "closeOnOutsideClick", "fillControlMode", "controlTemplate", "appendTo", "unselectMissingOption", "typeaheadDebounceInterval", "ariaLabelledBy", "ariaLabel", "mobileConfig", "inline", "selectControlClass", "selectDropdownButtonClass", "advancedStateMessage", "tabOutStrategy", "compareWith"], outputs: ["isOpenChange", "valueChange"] }, { kind: "component", type: i0.forwardRef(() => OptionComponent), selector: "[fd-option], fd-option", inputs: ["id", "value", "disabled"], outputs: ["selectionChange"] }, { kind: "component", type: i0.forwardRef(() => ButtonComponent), selector: "button[fd-button], a[fd-button], span[fd-button]", inputs: ["id"], exportAs: ["fd-button"] }, { kind: "directive", type: i0.forwardRef(() => DisabledBehaviorDirective), selector: "[fdkDisabled]", inputs: ["fdkDisabled", "addDisabledClass", "disabledClass"] }, { kind: "component", type: i0.forwardRef(() => DialogFooterComponent), selector: "fd-dialog-footer" }, { kind: "component", type: i0.forwardRef(() => ButtonBarComponent), selector: "fd-button-bar", inputs: ["fullWidth", "fdType", "title", "ariaLabelledby", "id"] }, { kind: "pipe", type: i0.forwardRef(() => FdTranslatePipe), name: "fdTranslate" }, { kind: "pipe", type: i0.forwardRef(() => GetAvailableSortColumnsPipe), name: "getAvailableSortColumns" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
1511
1511
|
}
|
|
1512
1512
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: P13SortingDialogComponent, decorators: [{
|
|
1513
1513
|
type: Component,
|
|
@@ -1531,7 +1531,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
1531
1531
|
ButtonBarComponent,
|
|
1532
1532
|
FdTranslatePipe,
|
|
1533
1533
|
forwardRef(() => GetAvailableSortColumnsPipe)
|
|
1534
|
-
], template: "<fd-dialog class=\"fdp-table-p13-sorting-dialog\">\n <fd-dialog-header>\n <ng-template fdkTemplate=\"header\">\n <div fd-bar-left>\n <fd-bar-element>\n <h4 fd-title [headerSize]=\"4\">\n {{
|
|
1534
|
+
], template: "<fd-dialog class=\"fdp-table-p13-sorting-dialog\">\n <fd-dialog-header>\n <ng-template fdkTemplate=\"header\">\n <div fd-bar-left>\n <fd-bar-element>\n <h4 fd-title [headerSize]=\"4\">\n {{ 'platformTable.P13SortDialogHeader' | fdTranslate }}\n </h4>\n </fd-bar-element>\n </div>\n <div fd-bar-right>\n <fd-bar-element>\n <fdp-table-reset-button></fdp-table-reset-button>\n </fd-bar-element>\n </div>\n </ng-template>\n </fd-dialog-header>\n <fd-dialog-body>\n @for (rule of rules; track _trackByColumnKey(i, rule); let i = $index) {\n <div class=\"sort-row\">\n <fd-select\n class=\"sort-row__select\"\n [value]=\"rule.columnKey\"\n (valueChange)=\"_onRuleColumnKeyChange(rule, $event)\"\n [placeholder]=\"'platformTable.P13SortDialogNoneSelectedColumn' | fdTranslate\"\n >\n @for (column of columns | getAvailableSortColumns: rules : rule.columnKey; track column) {\n <li fd-option [value]=\"column.key\">\n {{ column.label }}\n </li>\n }\n </fd-select>\n <fd-select\n class=\"sort-row__select\"\n [value]=\"rule.direction\"\n (valueChange)=\"_onRuleDirectionChange(rule, $event)\"\n [placeholder]=\"'platformTable.P13SortDialogNoneSelectedSorting' | fdTranslate\"\n >\n <li fd-option [value]=\"SORT_DIRECTION.ASC\">\n {{ 'platformTable.P13SortDialogSortOrderSelectOptionAsc' | fdTranslate }}\n </li>\n <li fd-option [value]=\"SORT_DIRECTION.DESC\">\n {{ 'platformTable.P13SortDialogSortOrderSelectOptionDesc' | fdTranslate }}\n </li>\n </fd-select>\n <div class=\"sort-row__actions\">\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"sys-cancel\"\n [attr.aria-label]=\"'platformTable.P13SortDialogRemoveSortBtnTitle' | fdTranslate\"\n [title]=\"'platformTable.P13SortDialogRemoveSortBtnTitle' | fdTranslate\"\n (click)=\"_removeRule(rule)\"\n ></button>\n <button\n fd-button\n [fdkDisabled]=\"rules.length === columns.length\"\n fdType=\"transparent\"\n glyph=\"add\"\n [attr.aria-label]=\"'platformTable.P13SortDialogAddNewSortBtnTitle' | fdTranslate\"\n [title]=\"'platformTable.P13SortDialogAddNewSortBtnTitle' | fdTranslate\"\n (click)=\"_addNew(i)\"\n ></button>\n </div>\n </div>\n }\n </fd-dialog-body>\n <fd-dialog-footer>\n <fd-button-bar\n fdType=\"emphasized\"\n [label]=\"'platformTable.P13SortDialogConfirmationBtnLabel' | fdTranslate\"\n (click)=\"confirm()\"\n ></fd-button-bar>\n <fd-button-bar\n fdType=\"transparent\"\n [label]=\"'platformTable.P13SortDialogCancelBtnLabel' | fdTranslate\"\n (click)=\"cancel()\"\n ></fd-button-bar>\n </fd-dialog-footer>\n</fd-dialog>\n", styles: [".fdp-table-p13-sorting-dialog .sort-row{display:flex;margin-bottom:.5rem}.fdp-table-p13-sorting-dialog .sort-row .fd-popover-custom{display:block}.fdp-table-p13-sorting-dialog .sort-row__select{flex:1 1 0;margin-right:1rem}.fdp-table-p13-sorting-dialog .sort-row__actions{margin-left:1rem}\n"] }]
|
|
1535
1535
|
}], ctorParameters: () => [{ type: i1$1.DialogRef }, { type: i0.ChangeDetectorRef }] });
|
|
1536
1536
|
class GetAvailableSortColumnsPipe {
|
|
1537
1537
|
/** @hidden */
|
|
@@ -2023,7 +2023,7 @@ class TableToolbarComponent {
|
|
|
2023
2023
|
});
|
|
2024
2024
|
}
|
|
2025
2025
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableToolbarComponent, deps: [{ token: i1.TableService }, { token: i1.Table }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2026
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: TableToolbarComponent, isStandalone: true, selector: "fdp-table-toolbar", inputs: { shouldOverflow: "shouldOverflow", title: "title", searchFieldAriaLabel: "searchFieldAriaLabel", hideItemCount: "hideItemCount", hideSearchInput: "hideSearchInput", searchFieldPlaceholder: "searchFieldPlaceholder", showExpandCollapseButtons: "showExpandCollapseButtons", searchSuggestions: "searchSuggestions", editMode: "editMode", disableRefresh: "disableRefresh", disableSearch: "disableSearch", headingLevel: "headingLevel", searchFieldInputText: "searchFieldInputText" }, outputs: { searchFieldInputChange: "searchFieldInputChange" }, providers: [{ provide: TABLE_TOOLBAR, useExisting: TableToolbarComponent }], queries: [{ propertyName: "tableToolbarActionsComponent", first: true, predicate: TableToolbarActionsComponent, descendants: true }, { propertyName: "_tableToolbarLeftActionsComponent", first: true, predicate: TableToolbarLeftActionsComponent, descendants: true }], viewQueries: [{ propertyName: "contentTemplateRef", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template\n fdpTableToolbarTemplate\n let-counter=\"counter\"\n let-sortable=\"sortable\"\n let-filterable=\"filterable\"\n let-groupable=\"groupable\"\n let-columns=\"columns\"\n let-settings=\"settings\"\n let-hasAnyActions=\"hasAnyActions\"\n let-appliedFilters=\"appliedFilters\"\n>\n <fd-toolbar\n fdType=\"transparent\"\n [titleId]=\"tableToolbarTitleId\"\n [title]=\"title && !hideItemCount ? title + ' (' + counter() + ')' : title\"\n [shouldOverflow]=\"shouldOverflow\"\n [headingLevel]=\"headingLevel\"\n >\n @if (_tableToolbarLeftActionsComponent) {\n <div fd-toolbar-item class=\"fd-toolbar__group\">\n @if (!!title || !hideItemCount) {\n <fd-toolbar-separator></fd-toolbar-separator>\n }\n <ng-template [ngTemplateOutlet]=\"_tableToolbarLeftActionsComponent._contentTemplateRef\"></ng-template>\n </div>\n }\n <fd-toolbar-spacer></fd-toolbar-spacer>\n @if (!hideSearchInput) {\n <fdp-search-field\n fd-toolbar-item\n [style.min-width.rem]=\"15.5\"\n [placeholder]=\"\n searchFieldPlaceholder\n ? searchFieldPlaceholder\n : ('platformTable.toolbarSearchPlaceholder' | fdTranslate)()\n \"\n [inputText]=\"_searchInputText\"\n [disabled]=\"!!(tableLoading$ | async)\"\n [suggestions]=\"searchSuggestions\"\n [disableRefresh]=\"disableRefresh\"\n [disableSearch]=\"disableSearch\"\n [ariaLabel]=\"searchFieldAriaLabel\"\n [ariaLabelledBy]=\"searchFieldAriaLabel ? null : tableToolbarTitleId\"\n (searchSubmit)=\"submitSearch($event)\"\n (cancelSearch)=\"submitSearch($event)\"\n [disableSuggestionsFoundAnnouncer]=\"true\"\n (inputChange)=\"searchInputChanged($event)\"\n ></fdp-search-field>\n }\n @if (editMode !== 'none') {\n <button\n fd-button\n fd-toolbar-item\n [label]=\"('platformTable.toolbarActionCreateButtonLabel' | fdTranslate)()\"\n (click)=\"_addRow()\"\n ></button>\n @if (_showSaveButton) {\n @if (_showSaveButton) {\n <button\n fd-button\n fd-toolbar-item\n [label]=\"('platformTable.toolbarActionSaveButtonLabel' | fdTranslate)()\"\n (click)=\"_saveRows()\"\n ></button>\n }\n <fd-toolbar-separator></fd-toolbar-separator>\n <button\n fd-button\n fd-toolbar-item\n [label]=\"('platformTable.toolbarActionCancelButtonLabel' | fdTranslate)()\"\n (click)=\"_cancelEditing()\"\n fdType=\"transparent\"\n ></button>\n }\n @if (tableToolbarActionsComponent || hasAnyActions()) {\n <fd-toolbar-separator fd-toolbar-item></fd-toolbar-separator>\n }\n }\n @if (tableToolbarActionsComponent) {\n <span fd-toolbar-item class=\"fdp-table-toolbar-actions\">\n <ng-template [ngTemplateOutlet]=\"tableToolbarActionsComponent.contentTemplateRef\"></ng-template>\n </span>\n }\n @if (showExpandCollapseButtons || hasAnyActions()) {\n @if (tableToolbarActionsComponent) {\n <fd-toolbar-separator fd-toolbar-item></fd-toolbar-separator>\n }\n @if (showExpandCollapseButtons) {\n <button\n fd-button\n fd-toolbar-item\n glyph=\"expand-all\"\n (click)=\"_expandAll()\"\n [title]=\"('platformTable.toolbarActionExpandAllButtonTitle' | fdTranslate)()\"\n [ariaLabel]=\"('platformTable.toolbarActionExpandAllButtonTitle' | fdTranslate)()\"\n fdType=\"transparent\"\n ></button>\n <button\n fd-button\n fd-toolbar-item\n glyph=\"collapse-all\"\n (click)=\"_collapseAll()\"\n [title]=\"('platformTable.toolbarActionCollapseAllButtonTitle' | fdTranslate)()\"\n [ariaLabel]=\"('platformTable.toolbarActionCollapseAllButtonTitle' | fdTranslate)()\"\n fdType=\"transparent\"\n ></button>\n }\n @if (settings()) {\n <button\n fd-button\n fd-toolbar-item\n fdOverflowPriority=\"never\"\n glyph=\"action-settings\"\n [title]=\"('platformTable.toolbarActionButtonTitle' | fdTranslate)()\"\n [ariaLabel]=\"('platformTable.toolbarActionButtonTitle' | fdTranslate)()\"\n fdType=\"transparent\"\n aria-haspopup=\"dialog\"\n (click)=\"openSorting()\"\n ></button>\n }\n @if (sortable()) {\n <button\n fd-button\n fd-toolbar-item\n glyph=\"sort\"\n [title]=\"('platformTable.toolbarActionSortButtonTitle' | fdTranslate)()\"\n [ariaLabel]=\"('platformTable.toolbarActionSortButtonTitle' | fdTranslate)()\"\n fdType=\"transparent\"\n aria-haspopup=\"dialog\"\n (click)=\"openSorting()\"\n ></button>\n }\n @if (filterable()) {\n <button\n fd-button\n fd-toolbar-item\n glyph=\"filter\"\n [title]=\"('platformTable.toolbarActionFilterButtonTitle' | fdTranslate)()\"\n [ariaLabel]=\"('platformTable.toolbarActionFilterButtonTitle' | fdTranslate)()\"\n fdType=\"transparent\"\n aria-haspopup=\"dialog\"\n (click)=\"openFiltering()\"\n ></button>\n }\n @if (groupable()) {\n <button\n fd-button\n fd-toolbar-item\n glyph=\"group-2\"\n [title]=\"('platformTable.toolbarActionGroupButtonTitle' | fdTranslate)()\"\n [ariaLabel]=\"('platformTable.toolbarActionGroupButtonTitle' | fdTranslate)()\"\n fdType=\"transparent\"\n aria-haspopup=\"dialog\"\n (click)=\"openGrouping()\"\n ></button>\n }\n @if (columns()) {\n <button\n fd-button\n fd-toolbar-item\n fdOverflowPriority=\"never\"\n glyph=\"action-settings\"\n [title]=\"('platformTable.toolbarActionColumnsButtonTitle' | fdTranslate)()\"\n [ariaLabel]=\"('platformTable.toolbarActionColumnsButtonTitle' | fdTranslate)()\"\n fdType=\"transparent\"\n aria-haspopup=\"dialog\"\n (click)=\"openColumns()\"\n ></button>\n }\n }\n </fd-toolbar>\n @if (appliedFilters().length) {\n <fd-toolbar\n fdType=\"info\"\n class=\"fdp-table__applied-filters-toolbar\"\n [active]=\"true\"\n [titleId]=\"tableToolbarTitleId\"\n [shouldOverflow]=\"shouldOverflow\"\n [headingLevel]=\"headingLevel\"\n >\n <label fd-toolbar-label>\n {{ ('platformTable.filteredBy' | fdTranslate)() }}:\n {{ _formatAppliedFilters(appliedFilters()) }}\n </label>\n <fd-toolbar-spacer></fd-toolbar-spacer>\n <button\n fdCompact\n (click)=\"_closeFilterToolbar()\"\n fd-button\n fdType=\"transparent\"\n glyph=\"decline\"\n [title]=\"('platformTable.clearFilters' | fdTranslate)()\"\n [ariaLabel]=\"('platformTable.clearFilters' | fdTranslate)()\"\n ></button>\n </fd-toolbar>\n }\n</ng-template>\n", dependencies: [{ kind: "component", type: ToolbarComponent, selector: "fd-toolbar", inputs: ["titleId", "class", "shouldOverflow", "fdType", "title", "active", "clearBorder", "forceOverflow", "tabindex", "headingLevel", "ariaLabel", "ariaLabelledBy"] }, { kind: "directive", type: ToolbarItemDirective, selector: "[fd-toolbar-item], [fdOverflowGroup], [fdOverflowPriority]", inputs: ["fdOverflowPriority", "fdOverflowGroup"] }, { kind: "component", type: ToolbarSeparatorComponent, selector: "fd-toolbar-separator" }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: ToolbarSpacerDirective, selector: "fd-toolbar-spacer", inputs: ["width", "class", "fixed"] }, { kind: "component", type: SearchFieldComponent, selector: "fdp-search-field", inputs: ["categoryMode", "appearance", "placeholder", "mobile", "mobileConfig", "disableRefresh", "disableSearch", "suggestions", "dataSource", "inputText", "categories", "currentCategory", "categoryLabel", "hideCategoryLabel", "isLoading", "forceSearchButton", "disableSuggestionsFoundAnnouncer"], outputs: ["inputChange", "searchSubmit", "cancelSearch", "isOpenChange"] }, { kind: "component", type: ButtonComponent, selector: "button[fd-button], a[fd-button], span[fd-button]", inputs: ["id"], exportAs: ["fd-button"] }, { kind: "directive", type: TableToolbarTemplateDirective, selector: "[fdpTableToolbarTemplate]" }, { kind: "directive", type: ToolbarLabelDirective, selector: "[fd-toolbar-label]" }, { kind: "directive", type: ContentDensityDirective, selector: "[fdContentDensity]:not([fdCompact]):not([fdCondensed]):not([fdCozy]), [fdCompact]:not([fdContentDensity]):not([fdCondensed]):not([fdCozy]), [fdCondensed]:not([fdContentDensity]):not([fdCompact]):not([fdCozy]), [fdCozy]:not([fdContentDensity]):not([fdCompact]):not([fdCondensed])", inputs: ["fdContentDensity", "fdCompact", "fdCondensed", "fdCozy"], exportAs: ["fdContentDensity"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2026
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: TableToolbarComponent, isStandalone: true, selector: "fdp-table-toolbar", inputs: { shouldOverflow: "shouldOverflow", title: "title", searchFieldAriaLabel: "searchFieldAriaLabel", hideItemCount: "hideItemCount", hideSearchInput: "hideSearchInput", searchFieldPlaceholder: "searchFieldPlaceholder", showExpandCollapseButtons: "showExpandCollapseButtons", searchSuggestions: "searchSuggestions", editMode: "editMode", disableRefresh: "disableRefresh", disableSearch: "disableSearch", headingLevel: "headingLevel", searchFieldInputText: "searchFieldInputText" }, outputs: { searchFieldInputChange: "searchFieldInputChange" }, providers: [{ provide: TABLE_TOOLBAR, useExisting: TableToolbarComponent }], queries: [{ propertyName: "tableToolbarActionsComponent", first: true, predicate: TableToolbarActionsComponent, descendants: true }, { propertyName: "_tableToolbarLeftActionsComponent", first: true, predicate: TableToolbarLeftActionsComponent, descendants: true }], viewQueries: [{ propertyName: "contentTemplateRef", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template\n fdpTableToolbarTemplate\n let-counter=\"counter\"\n let-sortable=\"sortable\"\n let-filterable=\"filterable\"\n let-groupable=\"groupable\"\n let-columns=\"columns\"\n let-settings=\"settings\"\n let-hasAnyActions=\"hasAnyActions\"\n let-appliedFilters=\"appliedFilters\"\n>\n <fd-toolbar\n fdType=\"transparent\"\n [titleId]=\"tableToolbarTitleId\"\n [title]=\"title && !hideItemCount ? title + ' (' + counter() + ')' : title\"\n [shouldOverflow]=\"shouldOverflow\"\n [headingLevel]=\"headingLevel\"\n >\n @if (_tableToolbarLeftActionsComponent) {\n <div fd-toolbar-item class=\"fd-toolbar__group\">\n @if (!!title || !hideItemCount) {\n <fd-toolbar-separator></fd-toolbar-separator>\n }\n <ng-template [ngTemplateOutlet]=\"_tableToolbarLeftActionsComponent._contentTemplateRef\"></ng-template>\n </div>\n }\n <fd-toolbar-spacer></fd-toolbar-spacer>\n @if (!hideSearchInput) {\n <fdp-search-field\n fd-toolbar-item\n [style.min-width.rem]=\"15.5\"\n [placeholder]=\"\n searchFieldPlaceholder\n ? searchFieldPlaceholder\n : ('platformTable.toolbarSearchPlaceholder' | fdTranslate)\n \"\n [inputText]=\"_searchInputText\"\n [disabled]=\"!!(tableLoading$ | async)\"\n [suggestions]=\"searchSuggestions\"\n [disableRefresh]=\"disableRefresh\"\n [disableSearch]=\"disableSearch\"\n [ariaLabel]=\"searchFieldAriaLabel\"\n [ariaLabelledBy]=\"searchFieldAriaLabel ? null : tableToolbarTitleId\"\n (searchSubmit)=\"submitSearch($event)\"\n (cancelSearch)=\"submitSearch($event)\"\n [disableSuggestionsFoundAnnouncer]=\"true\"\n (inputChange)=\"searchInputChanged($event)\"\n ></fdp-search-field>\n }\n @if (editMode !== 'none') {\n <button\n fd-button\n fd-toolbar-item\n [label]=\"'platformTable.toolbarActionCreateButtonLabel' | fdTranslate\"\n (click)=\"_addRow()\"\n ></button>\n @if (_showSaveButton) {\n @if (_showSaveButton) {\n <button\n fd-button\n fd-toolbar-item\n [label]=\"'platformTable.toolbarActionSaveButtonLabel' | fdTranslate\"\n (click)=\"_saveRows()\"\n ></button>\n }\n <fd-toolbar-separator></fd-toolbar-separator>\n <button\n fd-button\n fd-toolbar-item\n [label]=\"'platformTable.toolbarActionCancelButtonLabel' | fdTranslate\"\n (click)=\"_cancelEditing()\"\n fdType=\"transparent\"\n ></button>\n }\n @if (tableToolbarActionsComponent || hasAnyActions()) {\n <fd-toolbar-separator fd-toolbar-item></fd-toolbar-separator>\n }\n }\n @if (tableToolbarActionsComponent) {\n <span fd-toolbar-item class=\"fdp-table-toolbar-actions\">\n <ng-template [ngTemplateOutlet]=\"tableToolbarActionsComponent.contentTemplateRef\"></ng-template>\n </span>\n }\n @if (showExpandCollapseButtons || hasAnyActions()) {\n @if (tableToolbarActionsComponent) {\n <fd-toolbar-separator fd-toolbar-item></fd-toolbar-separator>\n }\n @if (showExpandCollapseButtons) {\n <button\n fd-button\n fd-toolbar-item\n glyph=\"expand-all\"\n (click)=\"_expandAll()\"\n [title]=\"'platformTable.toolbarActionExpandAllButtonTitle' | fdTranslate\"\n [ariaLabel]=\"'platformTable.toolbarActionExpandAllButtonTitle' | fdTranslate\"\n fdType=\"transparent\"\n ></button>\n <button\n fd-button\n fd-toolbar-item\n glyph=\"collapse-all\"\n (click)=\"_collapseAll()\"\n [title]=\"'platformTable.toolbarActionCollapseAllButtonTitle' | fdTranslate\"\n [ariaLabel]=\"'platformTable.toolbarActionCollapseAllButtonTitle' | fdTranslate\"\n fdType=\"transparent\"\n ></button>\n }\n @if (settings()) {\n <button\n fd-button\n fd-toolbar-item\n fdOverflowPriority=\"never\"\n glyph=\"action-settings\"\n [title]=\"'platformTable.toolbarActionButtonTitle' | fdTranslate\"\n [ariaLabel]=\"'platformTable.toolbarActionButtonTitle' | fdTranslate\"\n fdType=\"transparent\"\n aria-haspopup=\"dialog\"\n (click)=\"openSorting()\"\n ></button>\n }\n @if (sortable()) {\n <button\n fd-button\n fd-toolbar-item\n glyph=\"sort\"\n [title]=\"'platformTable.toolbarActionSortButtonTitle' | fdTranslate\"\n [ariaLabel]=\"'platformTable.toolbarActionSortButtonTitle' | fdTranslate\"\n fdType=\"transparent\"\n aria-haspopup=\"dialog\"\n (click)=\"openSorting()\"\n ></button>\n }\n @if (filterable()) {\n <button\n fd-button\n fd-toolbar-item\n glyph=\"filter\"\n [title]=\"'platformTable.toolbarActionFilterButtonTitle' | fdTranslate\"\n [ariaLabel]=\"'platformTable.toolbarActionFilterButtonTitle' | fdTranslate\"\n fdType=\"transparent\"\n aria-haspopup=\"dialog\"\n (click)=\"openFiltering()\"\n ></button>\n }\n @if (groupable()) {\n <button\n fd-button\n fd-toolbar-item\n glyph=\"group-2\"\n [title]=\"'platformTable.toolbarActionGroupButtonTitle' | fdTranslate\"\n [ariaLabel]=\"'platformTable.toolbarActionGroupButtonTitle' | fdTranslate\"\n fdType=\"transparent\"\n aria-haspopup=\"dialog\"\n (click)=\"openGrouping()\"\n ></button>\n }\n @if (columns()) {\n <button\n fd-button\n fd-toolbar-item\n fdOverflowPriority=\"never\"\n glyph=\"action-settings\"\n [title]=\"'platformTable.toolbarActionColumnsButtonTitle' | fdTranslate\"\n [ariaLabel]=\"'platformTable.toolbarActionColumnsButtonTitle' | fdTranslate\"\n fdType=\"transparent\"\n aria-haspopup=\"dialog\"\n (click)=\"openColumns()\"\n ></button>\n }\n }\n </fd-toolbar>\n @if (appliedFilters().length) {\n <fd-toolbar\n fdType=\"info\"\n class=\"fdp-table__applied-filters-toolbar\"\n [active]=\"true\"\n [titleId]=\"tableToolbarTitleId\"\n [shouldOverflow]=\"shouldOverflow\"\n [headingLevel]=\"headingLevel\"\n >\n <label fd-toolbar-label>\n {{ 'platformTable.filteredBy' | fdTranslate }}:\n {{ _formatAppliedFilters(appliedFilters()) }}\n </label>\n <fd-toolbar-spacer></fd-toolbar-spacer>\n <button\n fdCompact\n (click)=\"_closeFilterToolbar()\"\n fd-button\n fdType=\"transparent\"\n glyph=\"decline\"\n [title]=\"'platformTable.clearFilters' | fdTranslate\"\n [ariaLabel]=\"'platformTable.clearFilters' | fdTranslate\"\n ></button>\n </fd-toolbar>\n }\n</ng-template>\n", dependencies: [{ kind: "component", type: ToolbarComponent, selector: "fd-toolbar", inputs: ["titleId", "class", "shouldOverflow", "fdType", "title", "active", "clearBorder", "forceOverflow", "tabindex", "headingLevel", "ariaLabel", "ariaLabelledBy"] }, { kind: "directive", type: ToolbarItemDirective, selector: "[fd-toolbar-item], [fdOverflowGroup], [fdOverflowPriority]", inputs: ["fdOverflowPriority", "fdOverflowGroup"] }, { kind: "component", type: ToolbarSeparatorComponent, selector: "fd-toolbar-separator" }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: ToolbarSpacerDirective, selector: "fd-toolbar-spacer", inputs: ["width", "class", "fixed"] }, { kind: "component", type: SearchFieldComponent, selector: "fdp-search-field", inputs: ["categoryMode", "appearance", "placeholder", "mobile", "mobileConfig", "disableRefresh", "disableSearch", "suggestions", "dataSource", "inputText", "categories", "currentCategory", "categoryLabel", "hideCategoryLabel", "isLoading", "forceSearchButton", "disableSuggestionsFoundAnnouncer"], outputs: ["inputChange", "searchSubmit", "cancelSearch", "isOpenChange"] }, { kind: "component", type: ButtonComponent, selector: "button[fd-button], a[fd-button], span[fd-button]", inputs: ["id"], exportAs: ["fd-button"] }, { kind: "directive", type: TableToolbarTemplateDirective, selector: "[fdpTableToolbarTemplate]" }, { kind: "directive", type: ToolbarLabelDirective, selector: "[fd-toolbar-label]" }, { kind: "directive", type: ContentDensityDirective, selector: "[fdContentDensity]:not([fdCompact]):not([fdCondensed]):not([fdCozy]), [fdCompact]:not([fdContentDensity]):not([fdCondensed]):not([fdCozy]), [fdCondensed]:not([fdContentDensity]):not([fdCompact]):not([fdCozy]), [fdCozy]:not([fdContentDensity]):not([fdCompact]):not([fdCondensed])", inputs: ["fdContentDensity", "fdCompact", "fdCondensed", "fdCozy"], exportAs: ["fdContentDensity"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2027
2027
|
}
|
|
2028
2028
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableToolbarComponent, decorators: [{
|
|
2029
2029
|
type: Component,
|
|
@@ -2040,7 +2040,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
2040
2040
|
TableToolbarTemplateDirective,
|
|
2041
2041
|
ToolbarLabelDirective,
|
|
2042
2042
|
ContentDensityDirective
|
|
2043
|
-
], template: "<ng-template\n fdpTableToolbarTemplate\n let-counter=\"counter\"\n let-sortable=\"sortable\"\n let-filterable=\"filterable\"\n let-groupable=\"groupable\"\n let-columns=\"columns\"\n let-settings=\"settings\"\n let-hasAnyActions=\"hasAnyActions\"\n let-appliedFilters=\"appliedFilters\"\n>\n <fd-toolbar\n fdType=\"transparent\"\n [titleId]=\"tableToolbarTitleId\"\n [title]=\"title && !hideItemCount ? title + ' (' + counter() + ')' : title\"\n [shouldOverflow]=\"shouldOverflow\"\n [headingLevel]=\"headingLevel\"\n >\n @if (_tableToolbarLeftActionsComponent) {\n <div fd-toolbar-item class=\"fd-toolbar__group\">\n @if (!!title || !hideItemCount) {\n <fd-toolbar-separator></fd-toolbar-separator>\n }\n <ng-template [ngTemplateOutlet]=\"_tableToolbarLeftActionsComponent._contentTemplateRef\"></ng-template>\n </div>\n }\n <fd-toolbar-spacer></fd-toolbar-spacer>\n @if (!hideSearchInput) {\n <fdp-search-field\n fd-toolbar-item\n [style.min-width.rem]=\"15.5\"\n [placeholder]=\"\n searchFieldPlaceholder\n ? searchFieldPlaceholder\n : ('platformTable.toolbarSearchPlaceholder' | fdTranslate)
|
|
2043
|
+
], template: "<ng-template\n fdpTableToolbarTemplate\n let-counter=\"counter\"\n let-sortable=\"sortable\"\n let-filterable=\"filterable\"\n let-groupable=\"groupable\"\n let-columns=\"columns\"\n let-settings=\"settings\"\n let-hasAnyActions=\"hasAnyActions\"\n let-appliedFilters=\"appliedFilters\"\n>\n <fd-toolbar\n fdType=\"transparent\"\n [titleId]=\"tableToolbarTitleId\"\n [title]=\"title && !hideItemCount ? title + ' (' + counter() + ')' : title\"\n [shouldOverflow]=\"shouldOverflow\"\n [headingLevel]=\"headingLevel\"\n >\n @if (_tableToolbarLeftActionsComponent) {\n <div fd-toolbar-item class=\"fd-toolbar__group\">\n @if (!!title || !hideItemCount) {\n <fd-toolbar-separator></fd-toolbar-separator>\n }\n <ng-template [ngTemplateOutlet]=\"_tableToolbarLeftActionsComponent._contentTemplateRef\"></ng-template>\n </div>\n }\n <fd-toolbar-spacer></fd-toolbar-spacer>\n @if (!hideSearchInput) {\n <fdp-search-field\n fd-toolbar-item\n [style.min-width.rem]=\"15.5\"\n [placeholder]=\"\n searchFieldPlaceholder\n ? searchFieldPlaceholder\n : ('platformTable.toolbarSearchPlaceholder' | fdTranslate)\n \"\n [inputText]=\"_searchInputText\"\n [disabled]=\"!!(tableLoading$ | async)\"\n [suggestions]=\"searchSuggestions\"\n [disableRefresh]=\"disableRefresh\"\n [disableSearch]=\"disableSearch\"\n [ariaLabel]=\"searchFieldAriaLabel\"\n [ariaLabelledBy]=\"searchFieldAriaLabel ? null : tableToolbarTitleId\"\n (searchSubmit)=\"submitSearch($event)\"\n (cancelSearch)=\"submitSearch($event)\"\n [disableSuggestionsFoundAnnouncer]=\"true\"\n (inputChange)=\"searchInputChanged($event)\"\n ></fdp-search-field>\n }\n @if (editMode !== 'none') {\n <button\n fd-button\n fd-toolbar-item\n [label]=\"'platformTable.toolbarActionCreateButtonLabel' | fdTranslate\"\n (click)=\"_addRow()\"\n ></button>\n @if (_showSaveButton) {\n @if (_showSaveButton) {\n <button\n fd-button\n fd-toolbar-item\n [label]=\"'platformTable.toolbarActionSaveButtonLabel' | fdTranslate\"\n (click)=\"_saveRows()\"\n ></button>\n }\n <fd-toolbar-separator></fd-toolbar-separator>\n <button\n fd-button\n fd-toolbar-item\n [label]=\"'platformTable.toolbarActionCancelButtonLabel' | fdTranslate\"\n (click)=\"_cancelEditing()\"\n fdType=\"transparent\"\n ></button>\n }\n @if (tableToolbarActionsComponent || hasAnyActions()) {\n <fd-toolbar-separator fd-toolbar-item></fd-toolbar-separator>\n }\n }\n @if (tableToolbarActionsComponent) {\n <span fd-toolbar-item class=\"fdp-table-toolbar-actions\">\n <ng-template [ngTemplateOutlet]=\"tableToolbarActionsComponent.contentTemplateRef\"></ng-template>\n </span>\n }\n @if (showExpandCollapseButtons || hasAnyActions()) {\n @if (tableToolbarActionsComponent) {\n <fd-toolbar-separator fd-toolbar-item></fd-toolbar-separator>\n }\n @if (showExpandCollapseButtons) {\n <button\n fd-button\n fd-toolbar-item\n glyph=\"expand-all\"\n (click)=\"_expandAll()\"\n [title]=\"'platformTable.toolbarActionExpandAllButtonTitle' | fdTranslate\"\n [ariaLabel]=\"'platformTable.toolbarActionExpandAllButtonTitle' | fdTranslate\"\n fdType=\"transparent\"\n ></button>\n <button\n fd-button\n fd-toolbar-item\n glyph=\"collapse-all\"\n (click)=\"_collapseAll()\"\n [title]=\"'platformTable.toolbarActionCollapseAllButtonTitle' | fdTranslate\"\n [ariaLabel]=\"'platformTable.toolbarActionCollapseAllButtonTitle' | fdTranslate\"\n fdType=\"transparent\"\n ></button>\n }\n @if (settings()) {\n <button\n fd-button\n fd-toolbar-item\n fdOverflowPriority=\"never\"\n glyph=\"action-settings\"\n [title]=\"'platformTable.toolbarActionButtonTitle' | fdTranslate\"\n [ariaLabel]=\"'platformTable.toolbarActionButtonTitle' | fdTranslate\"\n fdType=\"transparent\"\n aria-haspopup=\"dialog\"\n (click)=\"openSorting()\"\n ></button>\n }\n @if (sortable()) {\n <button\n fd-button\n fd-toolbar-item\n glyph=\"sort\"\n [title]=\"'platformTable.toolbarActionSortButtonTitle' | fdTranslate\"\n [ariaLabel]=\"'platformTable.toolbarActionSortButtonTitle' | fdTranslate\"\n fdType=\"transparent\"\n aria-haspopup=\"dialog\"\n (click)=\"openSorting()\"\n ></button>\n }\n @if (filterable()) {\n <button\n fd-button\n fd-toolbar-item\n glyph=\"filter\"\n [title]=\"'platformTable.toolbarActionFilterButtonTitle' | fdTranslate\"\n [ariaLabel]=\"'platformTable.toolbarActionFilterButtonTitle' | fdTranslate\"\n fdType=\"transparent\"\n aria-haspopup=\"dialog\"\n (click)=\"openFiltering()\"\n ></button>\n }\n @if (groupable()) {\n <button\n fd-button\n fd-toolbar-item\n glyph=\"group-2\"\n [title]=\"'platformTable.toolbarActionGroupButtonTitle' | fdTranslate\"\n [ariaLabel]=\"'platformTable.toolbarActionGroupButtonTitle' | fdTranslate\"\n fdType=\"transparent\"\n aria-haspopup=\"dialog\"\n (click)=\"openGrouping()\"\n ></button>\n }\n @if (columns()) {\n <button\n fd-button\n fd-toolbar-item\n fdOverflowPriority=\"never\"\n glyph=\"action-settings\"\n [title]=\"'platformTable.toolbarActionColumnsButtonTitle' | fdTranslate\"\n [ariaLabel]=\"'platformTable.toolbarActionColumnsButtonTitle' | fdTranslate\"\n fdType=\"transparent\"\n aria-haspopup=\"dialog\"\n (click)=\"openColumns()\"\n ></button>\n }\n }\n </fd-toolbar>\n @if (appliedFilters().length) {\n <fd-toolbar\n fdType=\"info\"\n class=\"fdp-table__applied-filters-toolbar\"\n [active]=\"true\"\n [titleId]=\"tableToolbarTitleId\"\n [shouldOverflow]=\"shouldOverflow\"\n [headingLevel]=\"headingLevel\"\n >\n <label fd-toolbar-label>\n {{ 'platformTable.filteredBy' | fdTranslate }}:\n {{ _formatAppliedFilters(appliedFilters()) }}\n </label>\n <fd-toolbar-spacer></fd-toolbar-spacer>\n <button\n fdCompact\n (click)=\"_closeFilterToolbar()\"\n fd-button\n fdType=\"transparent\"\n glyph=\"decline\"\n [title]=\"'platformTable.clearFilters' | fdTranslate\"\n [ariaLabel]=\"'platformTable.clearFilters' | fdTranslate\"\n ></button>\n </fd-toolbar>\n }\n</ng-template>\n" }]
|
|
2044
2044
|
}], ctorParameters: () => [{ type: i1.TableService }, { type: i1.Table }], propDecorators: { shouldOverflow: [{
|
|
2045
2045
|
type: Input
|
|
2046
2046
|
}], title: [{
|
|
@@ -2265,11 +2265,11 @@ class FilterSingleSelectComponent {
|
|
|
2265
2265
|
}
|
|
2266
2266
|
}
|
|
2267
2267
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FilterSingleSelectComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2268
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: FilterSingleSelectComponent, isStandalone: true, selector: "fdp-filter-single-select", inputs: { options: "options", filterBy: "filterBy" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: "<ul fd-list [selection]=\"true\">\n <li fd-list-item [selected]=\"_value === NOT_FILTERED_OPTION_VALUE\">\n <fd-radio-button\n name=\"sort-by\"\n [value]=\"NOT_FILTERED_OPTION_VALUE\"\n state=\"default\"\n [ngModel]=\"_value\"\n (ngModelChange)=\"_onValueChange($event)\"\n ></fd-radio-button>\n <span fd-list-title>{{
|
|
2268
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: FilterSingleSelectComponent, isStandalone: true, selector: "fdp-filter-single-select", inputs: { options: "options", filterBy: "filterBy" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: "<ul fd-list [selection]=\"true\">\n <li fd-list-item [selected]=\"_value === NOT_FILTERED_OPTION_VALUE\">\n <fd-radio-button\n name=\"sort-by\"\n [value]=\"NOT_FILTERED_OPTION_VALUE\"\n state=\"default\"\n [ngModel]=\"_value\"\n (ngModelChange)=\"_onValueChange($event)\"\n ></fd-radio-button>\n <span fd-list-title>{{ 'platformTable.filterDialogNotFilteredLabel' | fdTranslate }}</span>\n </li>\n @for (option of options; track option) {\n <li fd-list-item [selected]=\"option.value === _value\">\n <fd-radio-button\n [ngModel]=\"_value\"\n (ngModelChange)=\"_onValueChange($event)\"\n [value]=\"option.value\"\n name=\"filtering-settings-single-select\"\n ></fd-radio-button>\n <span fd-list-title>{{ option.label }}</span>\n </li>\n }\n</ul>\n", dependencies: [{ kind: "component", type: ListComponent$1, selector: "[fd-list], [fdList]", inputs: ["dropdownMode", "multiInputMode", "mobileMode", "hasMessage", "noBorder", "navigationIndicator", "selection", "keyboardSupport", "byline", "subline", "theme", "unreadIndicator", "role", "settingsList", "settingsListFooter"], outputs: ["focusEscapeList"] }, { kind: "component", type: ListItemComponent, selector: "[fdListItem] ,[fd-list-item]", inputs: ["selected", "noData", "action", "interactive", "growing", "counter", "active", "unread", "byline", "ariaRole", "id", "preventClick", "settingsListTpl"], outputs: ["keyDown"], exportAs: ["fdListItem"] }, { kind: "component", type: RadioButtonComponent, selector: "fd-radio-button", inputs: ["ariaLabel", "ariaLabelledBy", "ariaDescribedBy", "title", "tabIndex", "state", "disabled", "readOnly", "selectedValue", "name", "id", "value", "required", "standalone", "wrapLabel", "valignLabel"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: ListTitleDirective, selector: "[fd-list-title], [fdListTitle]", inputs: ["wrap", "truncate"] }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2269
2269
|
}
|
|
2270
2270
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FilterSingleSelectComponent, decorators: [{
|
|
2271
2271
|
type: Component,
|
|
2272
|
-
args: [{ selector: 'fdp-filter-single-select', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, imports: [ListComponent$1, ListItemComponent, RadioButtonComponent, FormsModule, ListTitleDirective, FdTranslatePipe], template: "<ul fd-list [selection]=\"true\">\n <li fd-list-item [selected]=\"_value === NOT_FILTERED_OPTION_VALUE\">\n <fd-radio-button\n name=\"sort-by\"\n [value]=\"NOT_FILTERED_OPTION_VALUE\"\n state=\"default\"\n [ngModel]=\"_value\"\n (ngModelChange)=\"_onValueChange($event)\"\n ></fd-radio-button>\n <span fd-list-title>{{
|
|
2272
|
+
args: [{ selector: 'fdp-filter-single-select', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, imports: [ListComponent$1, ListItemComponent, RadioButtonComponent, FormsModule, ListTitleDirective, FdTranslatePipe], template: "<ul fd-list [selection]=\"true\">\n <li fd-list-item [selected]=\"_value === NOT_FILTERED_OPTION_VALUE\">\n <fd-radio-button\n name=\"sort-by\"\n [value]=\"NOT_FILTERED_OPTION_VALUE\"\n state=\"default\"\n [ngModel]=\"_value\"\n (ngModelChange)=\"_onValueChange($event)\"\n ></fd-radio-button>\n <span fd-list-title>{{ 'platformTable.filterDialogNotFilteredLabel' | fdTranslate }}</span>\n </li>\n @for (option of options; track option) {\n <li fd-list-item [selected]=\"option.value === _value\">\n <fd-radio-button\n [ngModel]=\"_value\"\n (ngModelChange)=\"_onValueChange($event)\"\n [value]=\"option.value\"\n name=\"filtering-settings-single-select\"\n ></fd-radio-button>\n <span fd-list-title>{{ option.label }}</span>\n </li>\n }\n</ul>\n" }]
|
|
2273
2273
|
}], propDecorators: { options: [{
|
|
2274
2274
|
type: Input
|
|
2275
2275
|
}], filterBy: [{
|
|
@@ -2314,7 +2314,7 @@ class FilterStepComponent {
|
|
|
2314
2314
|
this.valueChange.emit(newFilterBy);
|
|
2315
2315
|
}
|
|
2316
2316
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FilterStepComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2317
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: FilterStepComponent, isStandalone: true, selector: "fdp-filter-step", inputs: { filter: "filter", columnKey: "columnKey", contentDensity: "contentDensity", filterBy: "filterBy", columnName: "columnName", headingLevel: "headingLevel" }, outputs: { back: "back", valueChange: "valueChange" }, providers: [{ provide: FILTERS_VIEW_STEP_TOKEN, useExisting: forwardRef(() => FilterStepComponent) }], viewQueries: [{ propertyName: "titleTemplateRef", first: true, predicate: ["titleTemplate"], descendants: true }, { propertyName: "bodyTemplateRef", first: true, predicate: ["bodyTemplate"], descendants: true }], ngImport: i0, template: "<ng-template #titleTemplate>\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"navigation-left-arrow\"\n [title]=\"
|
|
2317
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: FilterStepComponent, isStandalone: true, selector: "fdp-filter-step", inputs: { filter: "filter", columnKey: "columnKey", contentDensity: "contentDensity", filterBy: "filterBy", columnName: "columnName", headingLevel: "headingLevel" }, outputs: { back: "back", valueChange: "valueChange" }, providers: [{ provide: FILTERS_VIEW_STEP_TOKEN, useExisting: forwardRef(() => FilterStepComponent) }], viewQueries: [{ propertyName: "titleTemplateRef", first: true, predicate: ["titleTemplate"], descendants: true }, { propertyName: "bodyTemplateRef", first: true, predicate: ["bodyTemplate"], descendants: true }], ngImport: i0, template: "<ng-template #titleTemplate>\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"navigation-left-arrow\"\n [title]=\"'platformTable.filterDialogBackToColumns' | fdTranslate\"\n [ariaLabel]=\"'platformTable.filterDialogBackToColumns' | fdTranslate\"\n (click)=\"back.emit()\"\n ></button>\n <span role=\"heading\" [attr.aria-level]=\"headingLevel\" fd-title [headerSize]=\"4\">\n {{ 'platformTable.filterDialogFilterByLabel' | fdTranslate: { filterLabel: filter.label } }}\n </span>\n</ng-template>\n\n<ng-template #bodyTemplate>\n @switch (filter.type) {\n @case (FILTER_TYPE.SINGLE) {\n <fdp-filter-single-select\n [options]=\"filter.values\"\n [filterBy]=\"_filterBy\"\n (valueChange)=\"_onFilterValueChange($event)\"\n ></fdp-filter-single-select>\n }\n @case (FILTER_TYPE.MULTI) {\n <fdp-filter-multi-select\n [options]=\"filter.values\"\n [filterBy]=\"_filterBy\"\n (valueChange)=\"_onFilterValueChange($event)\"\n ></fdp-filter-multi-select>\n }\n @case (FILTER_TYPE.CUSTOM) {\n <fdp-filter-custom\n [filter]=\"filter\"\n [filterBy]=\"_filterBy\"\n (valueChange)=\"_onFilterValueChange($event)\"\n ></fdp-filter-custom>\n }\n @case (FILTER_TYPE.CATEGORY) {\n Categories list is not implemented\n }\n }\n</ng-template>\n", dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[fd-button], a[fd-button], span[fd-button]", inputs: ["id"], exportAs: ["fd-button"] }, { kind: "component", type: TitleComponent, selector: "[fd-title], [fdTitle]", inputs: ["headerSize", "wrap"], exportAs: ["fd-title"] }, { kind: "component", type: FilterSingleSelectComponent, selector: "fdp-filter-single-select", inputs: ["options", "filterBy"], outputs: ["valueChange"] }, { kind: "component", type: FilterMultiSelectComponent, selector: "fdp-filter-multi-select", inputs: ["options", "filterBy"], outputs: ["valueChange"] }, { kind: "component", type: FilterCustomComponent, selector: "fdp-filter-custom", inputs: ["filter", "filterBy"], outputs: ["valueChange"] }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2318
2318
|
}
|
|
2319
2319
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FilterStepComponent, decorators: [{
|
|
2320
2320
|
type: Component,
|
|
@@ -2325,7 +2325,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
2325
2325
|
FilterMultiSelectComponent,
|
|
2326
2326
|
FilterCustomComponent,
|
|
2327
2327
|
FdTranslatePipe
|
|
2328
|
-
], template: "<ng-template #titleTemplate>\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"navigation-left-arrow\"\n [title]=\"
|
|
2328
|
+
], template: "<ng-template #titleTemplate>\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"navigation-left-arrow\"\n [title]=\"'platformTable.filterDialogBackToColumns' | fdTranslate\"\n [ariaLabel]=\"'platformTable.filterDialogBackToColumns' | fdTranslate\"\n (click)=\"back.emit()\"\n ></button>\n <span role=\"heading\" [attr.aria-level]=\"headingLevel\" fd-title [headerSize]=\"4\">\n {{ 'platformTable.filterDialogFilterByLabel' | fdTranslate: { filterLabel: filter.label } }}\n </span>\n</ng-template>\n\n<ng-template #bodyTemplate>\n @switch (filter.type) {\n @case (FILTER_TYPE.SINGLE) {\n <fdp-filter-single-select\n [options]=\"filter.values\"\n [filterBy]=\"_filterBy\"\n (valueChange)=\"_onFilterValueChange($event)\"\n ></fdp-filter-single-select>\n }\n @case (FILTER_TYPE.MULTI) {\n <fdp-filter-multi-select\n [options]=\"filter.values\"\n [filterBy]=\"_filterBy\"\n (valueChange)=\"_onFilterValueChange($event)\"\n ></fdp-filter-multi-select>\n }\n @case (FILTER_TYPE.CUSTOM) {\n <fdp-filter-custom\n [filter]=\"filter\"\n [filterBy]=\"_filterBy\"\n (valueChange)=\"_onFilterValueChange($event)\"\n ></fdp-filter-custom>\n }\n @case (FILTER_TYPE.CATEGORY) {\n Categories list is not implemented\n }\n }\n</ng-template>\n" }]
|
|
2329
2329
|
}], propDecorators: { filter: [{
|
|
2330
2330
|
type: Input
|
|
2331
2331
|
}], columnKey: [{
|
|
@@ -2358,7 +2358,7 @@ class FiltersListStepComponent {
|
|
|
2358
2358
|
this.selectFilter = new EventEmitter();
|
|
2359
2359
|
}
|
|
2360
2360
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FiltersListStepComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2361
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: FiltersListStepComponent, isStandalone: true, selector: "fdp-filters-list-step", inputs: { filters: "filters", headingLevel: "headingLevel" }, outputs: { selectFilter: "selectFilter" }, providers: [{ provide: FILTERS_VIEW_STEP_TOKEN, useExisting: forwardRef(() => FiltersListStepComponent) }], viewQueries: [{ propertyName: "titleTemplateRef", first: true, predicate: ["titleTemplate"], descendants: true }, { propertyName: "bodyTemplateRef", first: true, predicate: ["bodyTemplate"], descendants: true }], ngImport: i0, template: "<ng-template #titleTemplate>\n <span role=\"heading\" [attr.aria-level]=\"headingLevel\" fd-title [headerSize]=\"4\">{{\n
|
|
2361
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: FiltersListStepComponent, isStandalone: true, selector: "fdp-filters-list-step", inputs: { filters: "filters", headingLevel: "headingLevel" }, outputs: { selectFilter: "selectFilter" }, providers: [{ provide: FILTERS_VIEW_STEP_TOKEN, useExisting: forwardRef(() => FiltersListStepComponent) }], viewQueries: [{ propertyName: "titleTemplateRef", first: true, predicate: ["titleTemplate"], descendants: true }, { propertyName: "bodyTemplateRef", first: true, predicate: ["bodyTemplate"], descendants: true }], ngImport: i0, template: "<ng-template #titleTemplate>\n <span role=\"heading\" [attr.aria-level]=\"headingLevel\" fd-title [headerSize]=\"4\">{{\n 'platformTable.filterDialogFilterTitle' | fdTranslate\n }}</span>\n</ng-template>\n\n<ng-template #bodyTemplate>\n <span\n role=\"heading\"\n [attr.aria-level]=\"headingLevel + 1\"\n fd-list-group-header\n id=\"platformTableInternalFilterListGroupHeader\"\n >\n {{ 'platformTable.filterDialogFilterBy' | fdTranslate }}\n </span>\n <ul fd-list aria-labelledby=\"platformTableInternalFilterListGroupHeader\">\n @for (filter of filters; track filter) {\n <li\n fd-list-item\n [interactive]=\"true\"\n (click)=\"selectFilter.emit(filter)\"\n (keydown.space)=\"selectFilter.emit(filter)\"\n (keydown.enter)=\"selectFilter.emit(filter)\"\n >\n <span fd-list-title>{{ filter.label }}</span>\n </li>\n }\n </ul>\n</ng-template>\n", dependencies: [{ kind: "component", type: TitleComponent, selector: "[fd-title], [fdTitle]", inputs: ["headerSize", "wrap"], exportAs: ["fd-title"] }, { kind: "component", type: ListComponent$1, selector: "[fd-list], [fdList]", inputs: ["dropdownMode", "multiInputMode", "mobileMode", "hasMessage", "noBorder", "navigationIndicator", "selection", "keyboardSupport", "byline", "subline", "theme", "unreadIndicator", "role", "settingsList", "settingsListFooter"], outputs: ["focusEscapeList"] }, { kind: "directive", type: ListGroupHeaderDirective, selector: "[fdListGroupHeader], [fd-list-group-header]", inputs: ["nativeElementId"], outputs: ["keyDown"] }, { kind: "component", type: ListItemComponent, selector: "[fdListItem] ,[fd-list-item]", inputs: ["selected", "noData", "action", "interactive", "growing", "counter", "active", "unread", "byline", "ariaRole", "id", "preventClick", "settingsListTpl"], outputs: ["keyDown"], exportAs: ["fdListItem"] }, { kind: "directive", type: ListTitleDirective, selector: "[fd-list-title], [fdListTitle]", inputs: ["wrap", "truncate"] }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2362
2362
|
}
|
|
2363
2363
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FiltersListStepComponent, decorators: [{
|
|
2364
2364
|
type: Component,
|
|
@@ -2369,7 +2369,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
2369
2369
|
ListItemComponent,
|
|
2370
2370
|
ListTitleDirective,
|
|
2371
2371
|
FdTranslatePipe
|
|
2372
|
-
], template: "<ng-template #titleTemplate>\n <span role=\"heading\" [attr.aria-level]=\"headingLevel\" fd-title [headerSize]=\"4\">{{\n
|
|
2372
|
+
], template: "<ng-template #titleTemplate>\n <span role=\"heading\" [attr.aria-level]=\"headingLevel\" fd-title [headerSize]=\"4\">{{\n 'platformTable.filterDialogFilterTitle' | fdTranslate\n }}</span>\n</ng-template>\n\n<ng-template #bodyTemplate>\n <span\n role=\"heading\"\n [attr.aria-level]=\"headingLevel + 1\"\n fd-list-group-header\n id=\"platformTableInternalFilterListGroupHeader\"\n >\n {{ 'platformTable.filterDialogFilterBy' | fdTranslate }}\n </span>\n <ul fd-list aria-labelledby=\"platformTableInternalFilterListGroupHeader\">\n @for (filter of filters; track filter) {\n <li\n fd-list-item\n [interactive]=\"true\"\n (click)=\"selectFilter.emit(filter)\"\n (keydown.space)=\"selectFilter.emit(filter)\"\n (keydown.enter)=\"selectFilter.emit(filter)\"\n >\n <span fd-list-title>{{ filter.label }}</span>\n </li>\n }\n </ul>\n</ng-template>\n" }]
|
|
2373
2373
|
}], propDecorators: { filters: [{
|
|
2374
2374
|
type: Input
|
|
2375
2375
|
}], headingLevel: [{
|
|
@@ -2616,7 +2616,7 @@ class GroupingComponent {
|
|
|
2616
2616
|
}
|
|
2617
2617
|
}
|
|
2618
2618
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: GroupingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2619
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: GroupingComponent, isStandalone: true, selector: "fdp-grouping", inputs: { groupingData: { classPropertyName: "groupingData", publicName: "groupingData", isSignal: true, isRequired: false, transformFunction: null }, initialGrouping: { classPropertyName: "initialGrouping", publicName: "initialGrouping", isSignal: true, isRequired: false, transformFunction: null }, headingLevel: { classPropertyName: "headingLevel", publicName: "headingLevel", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { groupChange: "groupChange", resetAvailabilityChange: "resetAvailabilityChange" }, ngImport: i0, template: "<span role=\"heading\" [attr.aria-level]=\"headingLevel() + 1\" fd-list-group-header>\n <span fd-list-title [attr.id]=\"groupOrderHeaderId\">\n {{
|
|
2619
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: GroupingComponent, isStandalone: true, selector: "fdp-grouping", inputs: { groupingData: { classPropertyName: "groupingData", publicName: "groupingData", isSignal: true, isRequired: false, transformFunction: null }, initialGrouping: { classPropertyName: "initialGrouping", publicName: "initialGrouping", isSignal: true, isRequired: false, transformFunction: null }, headingLevel: { classPropertyName: "headingLevel", publicName: "headingLevel", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { groupChange: "groupChange", resetAvailabilityChange: "resetAvailabilityChange" }, ngImport: i0, template: "<span role=\"heading\" [attr.aria-level]=\"headingLevel() + 1\" fd-list-group-header>\n <span fd-list-title [attr.id]=\"groupOrderHeaderId\">\n {{ 'platformTable.groupDialogGroupOrderHeader' | fdTranslate }}\n </span>\n</span>\n<ul fd-list [selection]=\"true\">\n <li fd-list-item [selected]=\"direction() === SORT_DIRECTION.ASC\" [attr.aria-describedby]=\"groupOrderHeaderId\">\n <fd-radio-button\n name=\"sort-order\"\n value=\"asc\"\n state=\"default\"\n [ngModel]=\"direction()\"\n (ngModelChange)=\"_groupOrderChange($event)\"\n ></fd-radio-button>\n <span fd-list-title>{{ 'platformTable.groupDialogGroupOrderAsc' | fdTranslate }}</span>\n </li>\n <li fd-list-item [selected]=\"direction() === SORT_DIRECTION.DESC\" [attr.aria-describedby]=\"groupOrderHeaderId\">\n <fd-radio-button\n name=\"sort-order\"\n value=\"desc\"\n state=\"default\"\n [ngModel]=\"direction()\"\n (ngModelChange)=\"_groupOrderChange($event)\"\n ></fd-radio-button>\n <span fd-list-title>{{ 'platformTable.groupDialogGroupOrderDesc' | fdTranslate }}</span>\n </li>\n</ul>\n<span role=\"heading\" [attr.aria-level]=\"headingLevel() + 1\" fd-list-group-header>\n <span fd-list-title [attr.id]=\"groupByHeaderId\">\n {{ 'platformTable.groupDialogGroupByHeader' | fdTranslate }}\n </span>\n</span>\n<ul fd-list [selection]=\"true\">\n <li fd-list-item [selected]=\"NOT_GROUPED_OPTION_VALUE === field()\" [attr.aria-describedby]=\"groupByHeaderId\">\n <fd-radio-button\n name=\"sort-by\"\n [value]=\"NOT_GROUPED_OPTION_VALUE\"\n state=\"default\"\n [ngModel]=\"field()\"\n (ngModelChange)=\"_groupFieldChange($event)\"\n ></fd-radio-button>\n <span fd-list-title>{{ 'platformTable.groupDialogNotGroupedLabel' | fdTranslate }}</span>\n </li>\n @for (column of columns(); track column) {\n <li fd-list-item [selected]=\"column.key === field()\" [attr.aria-describedby]=\"groupByHeaderId\">\n <fd-radio-button\n name=\"sort-by\"\n [value]=\"column.key\"\n state=\"default\"\n [ngModel]=\"field()\"\n (ngModelChange)=\"_groupFieldChange($event)\"\n ></fd-radio-button>\n <span fd-list-title>{{ column.label }}</span>\n </li>\n }\n</ul>\n", dependencies: [{ kind: "component", type: ListComponent$1, selector: "[fd-list], [fdList]", inputs: ["dropdownMode", "multiInputMode", "mobileMode", "hasMessage", "noBorder", "navigationIndicator", "selection", "keyboardSupport", "byline", "subline", "theme", "unreadIndicator", "role", "settingsList", "settingsListFooter"], outputs: ["focusEscapeList"] }, { kind: "directive", type: ListGroupHeaderDirective, selector: "[fdListGroupHeader], [fd-list-group-header]", inputs: ["nativeElementId"], outputs: ["keyDown"] }, { kind: "directive", type: ListTitleDirective, selector: "[fd-list-title], [fdListTitle]", inputs: ["wrap", "truncate"] }, { kind: "component", type: ListItemComponent, selector: "[fdListItem] ,[fd-list-item]", inputs: ["selected", "noData", "action", "interactive", "growing", "counter", "active", "unread", "byline", "ariaRole", "id", "preventClick", "settingsListTpl"], outputs: ["keyDown"], exportAs: ["fdListItem"] }, { kind: "component", type: RadioButtonComponent, selector: "fd-radio-button", inputs: ["ariaLabel", "ariaLabelledBy", "ariaDescribedBy", "title", "tabIndex", "state", "disabled", "readOnly", "selectedValue", "name", "id", "value", "required", "standalone", "wrapLabel", "valignLabel"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2620
2620
|
}
|
|
2621
2621
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: GroupingComponent, decorators: [{
|
|
2622
2622
|
type: Component,
|
|
@@ -2628,7 +2628,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
2628
2628
|
RadioButtonComponent,
|
|
2629
2629
|
FormsModule,
|
|
2630
2630
|
FdTranslatePipe
|
|
2631
|
-
], template: "<span role=\"heading\" [attr.aria-level]=\"headingLevel() + 1\" fd-list-group-header>\n <span fd-list-title [attr.id]=\"groupOrderHeaderId\">\n {{
|
|
2631
|
+
], template: "<span role=\"heading\" [attr.aria-level]=\"headingLevel() + 1\" fd-list-group-header>\n <span fd-list-title [attr.id]=\"groupOrderHeaderId\">\n {{ 'platformTable.groupDialogGroupOrderHeader' | fdTranslate }}\n </span>\n</span>\n<ul fd-list [selection]=\"true\">\n <li fd-list-item [selected]=\"direction() === SORT_DIRECTION.ASC\" [attr.aria-describedby]=\"groupOrderHeaderId\">\n <fd-radio-button\n name=\"sort-order\"\n value=\"asc\"\n state=\"default\"\n [ngModel]=\"direction()\"\n (ngModelChange)=\"_groupOrderChange($event)\"\n ></fd-radio-button>\n <span fd-list-title>{{ 'platformTable.groupDialogGroupOrderAsc' | fdTranslate }}</span>\n </li>\n <li fd-list-item [selected]=\"direction() === SORT_DIRECTION.DESC\" [attr.aria-describedby]=\"groupOrderHeaderId\">\n <fd-radio-button\n name=\"sort-order\"\n value=\"desc\"\n state=\"default\"\n [ngModel]=\"direction()\"\n (ngModelChange)=\"_groupOrderChange($event)\"\n ></fd-radio-button>\n <span fd-list-title>{{ 'platformTable.groupDialogGroupOrderDesc' | fdTranslate }}</span>\n </li>\n</ul>\n<span role=\"heading\" [attr.aria-level]=\"headingLevel() + 1\" fd-list-group-header>\n <span fd-list-title [attr.id]=\"groupByHeaderId\">\n {{ 'platformTable.groupDialogGroupByHeader' | fdTranslate }}\n </span>\n</span>\n<ul fd-list [selection]=\"true\">\n <li fd-list-item [selected]=\"NOT_GROUPED_OPTION_VALUE === field()\" [attr.aria-describedby]=\"groupByHeaderId\">\n <fd-radio-button\n name=\"sort-by\"\n [value]=\"NOT_GROUPED_OPTION_VALUE\"\n state=\"default\"\n [ngModel]=\"field()\"\n (ngModelChange)=\"_groupFieldChange($event)\"\n ></fd-radio-button>\n <span fd-list-title>{{ 'platformTable.groupDialogNotGroupedLabel' | fdTranslate }}</span>\n </li>\n @for (column of columns(); track column) {\n <li fd-list-item [selected]=\"column.key === field()\" [attr.aria-describedby]=\"groupByHeaderId\">\n <fd-radio-button\n name=\"sort-by\"\n [value]=\"column.key\"\n state=\"default\"\n [ngModel]=\"field()\"\n (ngModelChange)=\"_groupFieldChange($event)\"\n ></fd-radio-button>\n <span fd-list-title>{{ column.label }}</span>\n </li>\n }\n</ul>\n" }]
|
|
2632
2632
|
}], propDecorators: { groupingData: [{ type: i0.Input, args: [{ isSignal: true, alias: "groupingData", required: false }] }], initialGrouping: [{ type: i0.Input, args: [{ isSignal: true, alias: "initialGrouping", required: false }] }], headingLevel: [{ type: i0.Input, args: [{ isSignal: true, alias: "headingLevel", required: false }] }], groupChange: [{ type: i0.Output, args: ["groupChange"] }], resetAvailabilityChange: [{ type: i0.Output, args: ["resetAvailabilityChange"] }] } });
|
|
2633
2633
|
|
|
2634
2634
|
let sortOrderHeaderUniqueId = 0;
|
|
@@ -2726,7 +2726,7 @@ class SortingComponent {
|
|
|
2726
2726
|
}
|
|
2727
2727
|
}
|
|
2728
2728
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: SortingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2729
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: SortingComponent, isStandalone: true, selector: "fdp-sorting", inputs: { sortingData: { classPropertyName: "sortingData", publicName: "sortingData", isSignal: true, isRequired: false, transformFunction: null }, headingLevel: { classPropertyName: "headingLevel", publicName: "headingLevel", isSignal: true, isRequired: false, transformFunction: null }, initialSorting: { classPropertyName: "initialSorting", publicName: "initialSorting", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { sortChange: "sortChange", resetAvailabilityChange: "resetAvailabilityChange" }, ngImport: i0, template: "<span role=\"heading\" [attr.aria-level]=\"headingLevel() + 1\" fd-list-group-header>\n <span fd-list-title [attr.id]=\"sortOrderHeaderId\">\n {{
|
|
2729
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: SortingComponent, isStandalone: true, selector: "fdp-sorting", inputs: { sortingData: { classPropertyName: "sortingData", publicName: "sortingData", isSignal: true, isRequired: false, transformFunction: null }, headingLevel: { classPropertyName: "headingLevel", publicName: "headingLevel", isSignal: true, isRequired: false, transformFunction: null }, initialSorting: { classPropertyName: "initialSorting", publicName: "initialSorting", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { sortChange: "sortChange", resetAvailabilityChange: "resetAvailabilityChange" }, ngImport: i0, template: "<span role=\"heading\" [attr.aria-level]=\"headingLevel() + 1\" fd-list-group-header>\n <span fd-list-title [attr.id]=\"sortOrderHeaderId\">\n {{ 'platformTable.sortDialogSortOrderHeader' | fdTranslate }}\n </span>\n</span>\n<ul fd-list [selection]=\"true\">\n <li fd-list-item [selected]=\"direction() === SORT_DIRECTION.ASC\" [attr.aria-describedby]=\"sortOrderHeaderId\">\n <fd-radio-button\n name=\"sort-order\"\n value=\"asc\"\n state=\"default\"\n [ngModel]=\"direction()\"\n (ngModelChange)=\"_sortDirectionChange($event)\"\n ></fd-radio-button>\n <span fd-list-title>{{ 'platformTable.sortDialogSortOrderAsc' | fdTranslate }}</span>\n </li>\n <li fd-list-item [selected]=\"direction() === SORT_DIRECTION.DESC\" [attr.aria-describedby]=\"sortOrderHeaderId\">\n <fd-radio-button\n name=\"sort-order\"\n value=\"desc\"\n state=\"default\"\n [ngModel]=\"direction()\"\n (ngModelChange)=\"_sortDirectionChange($event)\"\n ></fd-radio-button>\n <span fd-list-title>{{ 'platformTable.sortDialogSortOrderDesc' | fdTranslate }}</span>\n </li>\n</ul>\n\n<span role=\"heading\" [attr.aria-level]=\"headingLevel() + 1\" fd-list-group-header>\n <span fd-list-title [attr.id]=\"sortDialogSortByHeaderId\">\n {{ 'platformTable.sortDialogSortByHeader' | fdTranslate }}\n </span>\n</span>\n<ul fd-list [selection]=\"true\">\n @if (allowDisablingSorting()) {\n <li\n fd-list-item\n [selected]=\"field() === NOT_SORTED_OPTION_VALUE\"\n [attr.aria-describedby]=\"sortDialogSortByHeaderId\"\n >\n <fd-radio-button\n name=\"sort-by\"\n [value]=\"NOT_SORTED_OPTION_VALUE\"\n state=\"default\"\n [ngModel]=\"field()\"\n (ngModelChange)=\"_sortFieldChange($event)\"\n ></fd-radio-button>\n <span fd-list-title>{{ 'platformTable.sortDialogNotSortedLabel' | fdTranslate }}</span>\n </li>\n }\n @for (column of columns(); track column) {\n <li fd-list-item [selected]=\"column.key === field()\" [attr.aria-describedby]=\"sortDialogSortByHeaderId\">\n <fd-radio-button\n name=\"sort-by\"\n [value]=\"column.key\"\n state=\"default\"\n [ngModel]=\"field()\"\n (ngModelChange)=\"_sortFieldChange($event)\"\n ></fd-radio-button>\n <span fd-list-title>{{ column.label }}</span>\n </li>\n }\n</ul>\n", dependencies: [{ kind: "component", type: ListComponent$1, selector: "[fd-list], [fdList]", inputs: ["dropdownMode", "multiInputMode", "mobileMode", "hasMessage", "noBorder", "navigationIndicator", "selection", "keyboardSupport", "byline", "subline", "theme", "unreadIndicator", "role", "settingsList", "settingsListFooter"], outputs: ["focusEscapeList"] }, { kind: "directive", type: ListGroupHeaderDirective, selector: "[fdListGroupHeader], [fd-list-group-header]", inputs: ["nativeElementId"], outputs: ["keyDown"] }, { kind: "directive", type: ListTitleDirective, selector: "[fd-list-title], [fdListTitle]", inputs: ["wrap", "truncate"] }, { kind: "component", type: ListItemComponent, selector: "[fdListItem] ,[fd-list-item]", inputs: ["selected", "noData", "action", "interactive", "growing", "counter", "active", "unread", "byline", "ariaRole", "id", "preventClick", "settingsListTpl"], outputs: ["keyDown"], exportAs: ["fdListItem"] }, { kind: "component", type: RadioButtonComponent, selector: "fd-radio-button", inputs: ["ariaLabel", "ariaLabelledBy", "ariaDescribedBy", "title", "tabIndex", "state", "disabled", "readOnly", "selectedValue", "name", "id", "value", "required", "standalone", "wrapLabel", "valignLabel"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2730
2730
|
}
|
|
2731
2731
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: SortingComponent, decorators: [{
|
|
2732
2732
|
type: Component,
|
|
@@ -2738,7 +2738,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
2738
2738
|
RadioButtonComponent,
|
|
2739
2739
|
FormsModule,
|
|
2740
2740
|
FdTranslatePipe
|
|
2741
|
-
], template: "<span role=\"heading\" [attr.aria-level]=\"headingLevel() + 1\" fd-list-group-header>\n <span fd-list-title [attr.id]=\"sortOrderHeaderId\">\n {{
|
|
2741
|
+
], template: "<span role=\"heading\" [attr.aria-level]=\"headingLevel() + 1\" fd-list-group-header>\n <span fd-list-title [attr.id]=\"sortOrderHeaderId\">\n {{ 'platformTable.sortDialogSortOrderHeader' | fdTranslate }}\n </span>\n</span>\n<ul fd-list [selection]=\"true\">\n <li fd-list-item [selected]=\"direction() === SORT_DIRECTION.ASC\" [attr.aria-describedby]=\"sortOrderHeaderId\">\n <fd-radio-button\n name=\"sort-order\"\n value=\"asc\"\n state=\"default\"\n [ngModel]=\"direction()\"\n (ngModelChange)=\"_sortDirectionChange($event)\"\n ></fd-radio-button>\n <span fd-list-title>{{ 'platformTable.sortDialogSortOrderAsc' | fdTranslate }}</span>\n </li>\n <li fd-list-item [selected]=\"direction() === SORT_DIRECTION.DESC\" [attr.aria-describedby]=\"sortOrderHeaderId\">\n <fd-radio-button\n name=\"sort-order\"\n value=\"desc\"\n state=\"default\"\n [ngModel]=\"direction()\"\n (ngModelChange)=\"_sortDirectionChange($event)\"\n ></fd-radio-button>\n <span fd-list-title>{{ 'platformTable.sortDialogSortOrderDesc' | fdTranslate }}</span>\n </li>\n</ul>\n\n<span role=\"heading\" [attr.aria-level]=\"headingLevel() + 1\" fd-list-group-header>\n <span fd-list-title [attr.id]=\"sortDialogSortByHeaderId\">\n {{ 'platformTable.sortDialogSortByHeader' | fdTranslate }}\n </span>\n</span>\n<ul fd-list [selection]=\"true\">\n @if (allowDisablingSorting()) {\n <li\n fd-list-item\n [selected]=\"field() === NOT_SORTED_OPTION_VALUE\"\n [attr.aria-describedby]=\"sortDialogSortByHeaderId\"\n >\n <fd-radio-button\n name=\"sort-by\"\n [value]=\"NOT_SORTED_OPTION_VALUE\"\n state=\"default\"\n [ngModel]=\"field()\"\n (ngModelChange)=\"_sortFieldChange($event)\"\n ></fd-radio-button>\n <span fd-list-title>{{ 'platformTable.sortDialogNotSortedLabel' | fdTranslate }}</span>\n </li>\n }\n @for (column of columns(); track column) {\n <li fd-list-item [selected]=\"column.key === field()\" [attr.aria-describedby]=\"sortDialogSortByHeaderId\">\n <fd-radio-button\n name=\"sort-by\"\n [value]=\"column.key\"\n state=\"default\"\n [ngModel]=\"field()\"\n (ngModelChange)=\"_sortFieldChange($event)\"\n ></fd-radio-button>\n <span fd-list-title>{{ column.label }}</span>\n </li>\n }\n</ul>\n" }]
|
|
2742
2742
|
}], propDecorators: { sortingData: [{ type: i0.Input, args: [{ isSignal: true, alias: "sortingData", required: false }] }], headingLevel: [{ type: i0.Input, args: [{ isSignal: true, alias: "headingLevel", required: false }] }], initialSorting: [{ type: i0.Input, args: [{ isSignal: true, alias: "initialSorting", required: false }] }], sortChange: [{ type: i0.Output, args: ["sortChange"] }], resetAvailabilityChange: [{ type: i0.Output, args: ["resetAvailabilityChange"] }] } });
|
|
2743
2743
|
|
|
2744
2744
|
class SettingsDialogComponent {
|
|
@@ -2917,7 +2917,7 @@ class SettingsDialogComponent {
|
|
|
2917
2917
|
});
|
|
2918
2918
|
}
|
|
2919
2919
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: SettingsDialogComponent, deps: [{ token: i1$1.DialogRef }, { token: i1.Table }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2920
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: SettingsDialogComponent, isStandalone: true, selector: "fdp-settings-dialog-settings", providers: [{ provide: RESETTABLE_TOKEN, useExisting: forwardRef(() => SettingsDialogComponent) }], ngImport: i0, template: "<fd-dialog>\n <fd-dialog-header>\n <ng-template fdkTemplate=\"header\">\n <div fd-bar-left>\n @if (activeTab() !== 'filter') {\n <fd-bar-element>\n <span role=\"heading\" [attr.aria-level]=\"headingLevel\" fd-title [headerSize]=\"4\">{{\n
|
|
2920
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: SettingsDialogComponent, isStandalone: true, selector: "fdp-settings-dialog-settings", providers: [{ provide: RESETTABLE_TOKEN, useExisting: forwardRef(() => SettingsDialogComponent) }], ngImport: i0, template: "<fd-dialog>\n <fd-dialog-header>\n <ng-template fdkTemplate=\"header\">\n <div fd-bar-left>\n @if (activeTab() !== 'filter') {\n <fd-bar-element>\n <span role=\"heading\" [attr.aria-level]=\"headingLevel\" fd-title [headerSize]=\"4\">{{\n 'platformTable.settingsDialogHeader' | fdTranslate\n }}</span>\n </fd-bar-element>\n } @else {\n <fd-bar-element>\n @if (activeFilterStepView()?.titleTemplateRef) {\n <ng-container\n [ngTemplateOutlet]=\"activeFilterStepView()?.titleTemplateRef ?? null\"\n ></ng-container>\n }\n </fd-bar-element>\n }\n </div>\n <div fd-bar-right>\n <fd-bar-element>\n <fdp-table-reset-button></fdp-table-reset-button>\n </fd-bar-element>\n </div>\n </ng-template>\n\n @if (showSubheader()) {\n <ng-template fdkTemplate=\"subheader\">\n <fd-segmented-button [(ngModel)]=\"activeTab\" [style.height]=\"'fit-content'\">\n @if (sortingData()) {\n <button\n fd-button\n fdkFocusableItem\n value=\"sort\"\n glyph=\"sort\"\n [title]=\"'platformTable.toolbarActionSortButtonTitle' | fdTranslate\"\n [ariaLabel]=\"'platformTable.toolbarActionSortButtonTitle' | fdTranslate\"\n ></button>\n }\n @if (filteringData()) {\n <button\n fd-button\n fdkFocusableItem\n value=\"filter\"\n glyph=\"filter\"\n [title]=\"'platformTable.toolbarActionFilterButtonTitle' | fdTranslate\"\n [ariaLabel]=\"'platformTable.toolbarActionFilterButtonTitle' | fdTranslate\"\n ></button>\n }\n @if (groupingData()) {\n <button\n fd-button\n fdkFocusableItem\n value=\"group\"\n glyph=\"group-2\"\n [title]=\"'platformTable.toolbarActionGroupButtonTitle' | fdTranslate\"\n [ariaLabel]=\"'platformTable.toolbarActionGroupButtonTitle' | fdTranslate\"\n ></button>\n }\n </fd-segmented-button>\n </ng-template>\n }\n </fd-dialog-header>\n\n <fd-dialog-body disablePaddings>\n @switch (activeTab()) {\n @case ('sort') {\n <fdp-sorting\n [headingLevel]=\"headingLevel\"\n [sortingData]=\"sortingData()!\"\n [initialSorting]=\"_initialSorting()\"\n (sortChange)=\"onSortChange($event)\"\n (resetAvailabilityChange)=\"onResetAvailabilityChange($event)\"\n ></fdp-sorting>\n }\n @case ('filter') {\n <fdp-filters\n [headingLevel]=\"headingLevel\"\n [filteringData]=\"filteringData()!\"\n [initialFilters]=\"_initialFilters()\"\n (activeFilterStepViewChange)=\"onActiveFilterStepViewChange($event)\"\n (filterChange)=\"onFilterChange($event)\"\n (resetAvailabilityChange)=\"onResetAvailabilityChange($event)\"\n ></fdp-filters>\n }\n @case ('group') {\n <fdp-grouping\n [headingLevel]=\"headingLevel\"\n [groupingData]=\"groupingData()!\"\n [initialGrouping]=\"_initialGrouping()\"\n (groupChange)=\"onGroupChange($event)\"\n (resetAvailabilityChange)=\"onResetAvailabilityChange($event)\"\n ></fdp-grouping>\n }\n }\n </fd-dialog-body>\n\n <fd-dialog-footer>\n <fd-button-bar\n fdType=\"emphasized\"\n [label]=\"'platformTable.confirmBtnLabel' | fdTranslate\"\n (click)=\"confirm()\"\n ></fd-button-bar>\n <fd-button-bar\n [label]=\"'platformTable.cancelBtnLabel' | fdTranslate\"\n fdkInitialFocus\n (click)=\"cancel()\"\n ></fd-button-bar>\n </fd-dialog-footer>\n</fd-dialog>\n", dependencies: [{ kind: "component", type: DialogComponent, selector: "fd-dialog", inputs: ["class", "dialogRef", "dialogConfig"] }, { kind: "component", type: DialogHeaderComponent, selector: "fd-dialog-header" }, { kind: "directive", type: BarLeftDirective, selector: "[fd-bar-left]" }, { kind: "directive", type: BarElementDirective, selector: "fd-bar-element", inputs: ["fullWidth"] }, { kind: "directive", type: BarRightDirective, selector: "[fd-bar-right]" }, { kind: "component", type: ResetButtonComponent, selector: "fdp-table-reset-button" }, { kind: "component", type: DialogBodyComponent, selector: "fd-dialog-body", inputs: ["disablePaddings"] }, { kind: "component", type: DialogFooterComponent, selector: "fd-dialog-footer" }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: ButtonComponent, selector: "button[fd-button], a[fd-button], span[fd-button]", inputs: ["id"], exportAs: ["fd-button"] }, { kind: "component", type: SortingComponent, selector: "fdp-sorting", inputs: ["sortingData", "headingLevel", "initialSorting"], outputs: ["sortChange", "resetAvailabilityChange"] }, { kind: "component", type: FiltersComponent, selector: "fdp-filters", inputs: ["filteringData", "headingLevel", "initialFilters"], outputs: ["activeFilterStepViewChange", "filterChange", "resetAvailabilityChange"] }, { kind: "component", type: GroupingComponent, selector: "fdp-grouping", inputs: ["groupingData", "initialGrouping", "headingLevel"], outputs: ["groupChange", "resetAvailabilityChange"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: SegmentedButtonComponent, selector: "fd-segmented-button", inputs: ["toggle", "vertical"] }, { kind: "directive", type: TemplateDirective, selector: "[fdkTemplate]", inputs: ["fdkTemplate"] }, { kind: "component", type: TitleComponent, selector: "[fd-title], [fdTitle]", inputs: ["headerSize", "wrap"], exportAs: ["fd-title"] }, { kind: "component", type: ButtonBarComponent, selector: "fd-button-bar", inputs: ["fullWidth", "fdType", "title", "ariaLabelledby", "id"] }, { kind: "directive", type: InitialFocusDirective, selector: "[fdkInitialFocus]", inputs: ["fdkInitialFocus", "enabled", "focusLastElement"] }, { kind: "directive", type: FocusableItemDirective, selector: "[fdkFocusableItem]", inputs: ["fdkFocusableItem", "cellFocusedEventAnnouncer"], outputs: ["cellFocused", "focusableChildElementFocused", "_parentFocusableItemFocused"] }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2921
2921
|
}
|
|
2922
2922
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: SettingsDialogComponent, decorators: [{
|
|
2923
2923
|
type: Component,
|
|
@@ -2944,7 +2944,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
2944
2944
|
ButtonBarComponent,
|
|
2945
2945
|
InitialFocusDirective,
|
|
2946
2946
|
FocusableItemDirective
|
|
2947
|
-
], template: "<fd-dialog>\n <fd-dialog-header>\n <ng-template fdkTemplate=\"header\">\n <div fd-bar-left>\n @if (activeTab() !== 'filter') {\n <fd-bar-element>\n <span role=\"heading\" [attr.aria-level]=\"headingLevel\" fd-title [headerSize]=\"4\">{{\n
|
|
2947
|
+
], template: "<fd-dialog>\n <fd-dialog-header>\n <ng-template fdkTemplate=\"header\">\n <div fd-bar-left>\n @if (activeTab() !== 'filter') {\n <fd-bar-element>\n <span role=\"heading\" [attr.aria-level]=\"headingLevel\" fd-title [headerSize]=\"4\">{{\n 'platformTable.settingsDialogHeader' | fdTranslate\n }}</span>\n </fd-bar-element>\n } @else {\n <fd-bar-element>\n @if (activeFilterStepView()?.titleTemplateRef) {\n <ng-container\n [ngTemplateOutlet]=\"activeFilterStepView()?.titleTemplateRef ?? null\"\n ></ng-container>\n }\n </fd-bar-element>\n }\n </div>\n <div fd-bar-right>\n <fd-bar-element>\n <fdp-table-reset-button></fdp-table-reset-button>\n </fd-bar-element>\n </div>\n </ng-template>\n\n @if (showSubheader()) {\n <ng-template fdkTemplate=\"subheader\">\n <fd-segmented-button [(ngModel)]=\"activeTab\" [style.height]=\"'fit-content'\">\n @if (sortingData()) {\n <button\n fd-button\n fdkFocusableItem\n value=\"sort\"\n glyph=\"sort\"\n [title]=\"'platformTable.toolbarActionSortButtonTitle' | fdTranslate\"\n [ariaLabel]=\"'platformTable.toolbarActionSortButtonTitle' | fdTranslate\"\n ></button>\n }\n @if (filteringData()) {\n <button\n fd-button\n fdkFocusableItem\n value=\"filter\"\n glyph=\"filter\"\n [title]=\"'platformTable.toolbarActionFilterButtonTitle' | fdTranslate\"\n [ariaLabel]=\"'platformTable.toolbarActionFilterButtonTitle' | fdTranslate\"\n ></button>\n }\n @if (groupingData()) {\n <button\n fd-button\n fdkFocusableItem\n value=\"group\"\n glyph=\"group-2\"\n [title]=\"'platformTable.toolbarActionGroupButtonTitle' | fdTranslate\"\n [ariaLabel]=\"'platformTable.toolbarActionGroupButtonTitle' | fdTranslate\"\n ></button>\n }\n </fd-segmented-button>\n </ng-template>\n }\n </fd-dialog-header>\n\n <fd-dialog-body disablePaddings>\n @switch (activeTab()) {\n @case ('sort') {\n <fdp-sorting\n [headingLevel]=\"headingLevel\"\n [sortingData]=\"sortingData()!\"\n [initialSorting]=\"_initialSorting()\"\n (sortChange)=\"onSortChange($event)\"\n (resetAvailabilityChange)=\"onResetAvailabilityChange($event)\"\n ></fdp-sorting>\n }\n @case ('filter') {\n <fdp-filters\n [headingLevel]=\"headingLevel\"\n [filteringData]=\"filteringData()!\"\n [initialFilters]=\"_initialFilters()\"\n (activeFilterStepViewChange)=\"onActiveFilterStepViewChange($event)\"\n (filterChange)=\"onFilterChange($event)\"\n (resetAvailabilityChange)=\"onResetAvailabilityChange($event)\"\n ></fdp-filters>\n }\n @case ('group') {\n <fdp-grouping\n [headingLevel]=\"headingLevel\"\n [groupingData]=\"groupingData()!\"\n [initialGrouping]=\"_initialGrouping()\"\n (groupChange)=\"onGroupChange($event)\"\n (resetAvailabilityChange)=\"onResetAvailabilityChange($event)\"\n ></fdp-grouping>\n }\n }\n </fd-dialog-body>\n\n <fd-dialog-footer>\n <fd-button-bar\n fdType=\"emphasized\"\n [label]=\"'platformTable.confirmBtnLabel' | fdTranslate\"\n (click)=\"confirm()\"\n ></fd-button-bar>\n <fd-button-bar\n [label]=\"'platformTable.cancelBtnLabel' | fdTranslate\"\n fdkInitialFocus\n (click)=\"cancel()\"\n ></fd-button-bar>\n </fd-dialog-footer>\n</fd-dialog>\n" }]
|
|
2948
2948
|
}], ctorParameters: () => [{ type: i1$1.DialogRef }, { type: i1.Table }] });
|
|
2949
2949
|
|
|
2950
2950
|
const dialogConfig = {
|
|
@@ -3128,11 +3128,11 @@ class TableGrowingButtonComponent {
|
|
|
3128
3128
|
this._table._onSpyIntersect(true);
|
|
3129
3129
|
}
|
|
3130
3130
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableGrowingButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3131
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: TableGrowingButtonComponent, isStandalone: true, selector: "fdp-table-growing-button", inputs: { showItemsCount: "showItemsCount" }, ngImport: i0, template: "<div fd-list role=\"none\">\n @if (_table.loadedRows$() < _dataSourceDirective.totalItems$()) {\n <div\n fd-list-item\n ariaRole=\"none\"\n class=\"fdp-table__growing-button\"\n [growing]=\"true\"\n [style.height]=\"'auto'\"\n [action]=\"true\"\n >\n <a fd-list-link (click)=\"_loadMore()\">\n <div fd-list-title>\n <div\n class=\"fdp-table__growing-button-content\"\n [class.fdp-table__growing-button-content--byline]=\"showItemsCount\"\n >\n @if (!showItemsCount) {\n {{
|
|
3131
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: TableGrowingButtonComponent, isStandalone: true, selector: "fdp-table-growing-button", inputs: { showItemsCount: "showItemsCount" }, ngImport: i0, template: "<div fd-list role=\"none\">\n @if (_table.loadedRows$() < _dataSourceDirective.totalItems$()) {\n <div\n fd-list-item\n ariaRole=\"none\"\n class=\"fdp-table__growing-button\"\n [growing]=\"true\"\n [style.height]=\"'auto'\"\n [action]=\"true\"\n >\n <a fd-list-link (click)=\"_loadMore()\">\n <div fd-list-title>\n <div\n class=\"fdp-table__growing-button-content\"\n [class.fdp-table__growing-button-content--byline]=\"showItemsCount\"\n >\n @if (!showItemsCount) {\n {{ 'platformTable.loadMore' | fdTranslate }}\n } @else {\n <div class=\"fdp-table__growing-button__title\">\n {{ 'platformTable.loadMore' | fdTranslate }}\n </div>\n <div class=\"fdp-table__growing-button__subtitle\">\n [ {{ _table.loadedRows$() }} / {{ _dataSourceDirective.totalItems$() }} ]\n </div>\n }\n </div>\n </div>\n </a>\n </div>\n } @else if (_table.loadedRows$() === _dataSourceDirective.totalItems$() && showItemsCount) {\n <li\n fd-list-item\n [style.height]=\"'auto'\"\n ariaRole=\"none\"\n class=\"fdp-table__growing-button-content fdp-table__growing-button-total\"\n >\n <span fd-list-title>\n {{\n 'platformTable.showingBlankOfBlank' | fdTranslate: { totalGrowingItemsCount: _table.loadedRows$() }\n }}\n </span>\n </li>\n }\n</div>\n", dependencies: [{ kind: "component", type: ListComponent$1, selector: "[fd-list], [fdList]", inputs: ["dropdownMode", "multiInputMode", "mobileMode", "hasMessage", "noBorder", "navigationIndicator", "selection", "keyboardSupport", "byline", "subline", "theme", "unreadIndicator", "role", "settingsList", "settingsListFooter"], outputs: ["focusEscapeList"] }, { kind: "component", type: ListItemComponent, selector: "[fdListItem] ,[fd-list-item]", inputs: ["selected", "noData", "action", "interactive", "growing", "counter", "active", "unread", "byline", "ariaRole", "id", "preventClick", "settingsListTpl"], outputs: ["keyDown"], exportAs: ["fdListItem"] }, { kind: "directive", type: ListTitleDirective, selector: "[fd-list-title], [fdListTitle]", inputs: ["wrap", "truncate"] }, { kind: "directive", type: ListLinkDirective, selector: "[fd-list-link], [fdListLink]", inputs: ["navigationIndicator", "navigated", "focusable"] }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
3132
3132
|
}
|
|
3133
3133
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableGrowingButtonComponent, decorators: [{
|
|
3134
3134
|
type: Component,
|
|
3135
|
-
args: [{ selector: 'fdp-table-growing-button', imports: [ListComponent$1, ListItemComponent, ListTitleDirective, ListLinkDirective, FdTranslatePipe], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div fd-list role=\"none\">\n @if (_table.loadedRows$() < _dataSourceDirective.totalItems$()) {\n <div\n fd-list-item\n ariaRole=\"none\"\n class=\"fdp-table__growing-button\"\n [growing]=\"true\"\n [style.height]=\"'auto'\"\n [action]=\"true\"\n >\n <a fd-list-link (click)=\"_loadMore()\">\n <div fd-list-title>\n <div\n class=\"fdp-table__growing-button-content\"\n [class.fdp-table__growing-button-content--byline]=\"showItemsCount\"\n >\n @if (!showItemsCount) {\n {{
|
|
3135
|
+
args: [{ selector: 'fdp-table-growing-button', imports: [ListComponent$1, ListItemComponent, ListTitleDirective, ListLinkDirective, FdTranslatePipe], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div fd-list role=\"none\">\n @if (_table.loadedRows$() < _dataSourceDirective.totalItems$()) {\n <div\n fd-list-item\n ariaRole=\"none\"\n class=\"fdp-table__growing-button\"\n [growing]=\"true\"\n [style.height]=\"'auto'\"\n [action]=\"true\"\n >\n <a fd-list-link (click)=\"_loadMore()\">\n <div fd-list-title>\n <div\n class=\"fdp-table__growing-button-content\"\n [class.fdp-table__growing-button-content--byline]=\"showItemsCount\"\n >\n @if (!showItemsCount) {\n {{ 'platformTable.loadMore' | fdTranslate }}\n } @else {\n <div class=\"fdp-table__growing-button__title\">\n {{ 'platformTable.loadMore' | fdTranslate }}\n </div>\n <div class=\"fdp-table__growing-button__subtitle\">\n [ {{ _table.loadedRows$() }} / {{ _dataSourceDirective.totalItems$() }} ]\n </div>\n }\n </div>\n </div>\n </a>\n </div>\n } @else if (_table.loadedRows$() === _dataSourceDirective.totalItems$() && showItemsCount) {\n <li\n fd-list-item\n [style.height]=\"'auto'\"\n ariaRole=\"none\"\n class=\"fdp-table__growing-button-content fdp-table__growing-button-total\"\n >\n <span fd-list-title>\n {{\n 'platformTable.showingBlankOfBlank' | fdTranslate: { totalGrowingItemsCount: _table.loadedRows$() }\n }}\n </span>\n </li>\n }\n</div>\n" }]
|
|
3136
3136
|
}], propDecorators: { showItemsCount: [{
|
|
3137
3137
|
type: Input
|
|
3138
3138
|
}] } });
|
|
@@ -3273,7 +3273,7 @@ class TableHeaderRowComponent extends TableRowDirective {
|
|
|
3273
3273
|
provide: FDK_FOCUSABLE_LIST_DIRECTIVE,
|
|
3274
3274
|
useExisting: TableHeaderRowComponent
|
|
3275
3275
|
}
|
|
3276
|
-
], viewQueries: [{ propertyName: "_focusableCellItems", predicate: FDK_FOCUSABLE_ITEM_DIRECTIVE, descendants: true }], usesInheritance: true, ngImport: i0, template: "@if (_fdpTableService._semanticHighlighting$()) {\n <th\n [class.fd-table__cell--fixed]=\"fixed\"\n fd-table-cell\n [ngClass]=\"{\n 'fd-table__cell--no-horizontal-border': noHorizontalBorders || noBorders,\n 'fd-table__cell--no-vertical-border': noVerticalBorders || noBorders\n }\"\n fd-table-status-indicator\n fdkDisabled\n [style.min-width]=\"_fdpTableService._semanticHighlightingColumnWidth$()\"\n [style.max-width]=\"_fdpTableService._semanticHighlightingColumnWidth$()\"\n ></th>\n}\n\n@if (isShownSelectionColumn) {\n <th\n fd-table-cell\n [ngClass]=\"{\n 'fd-table__cell--no-horizontal-border': noHorizontalBorders || noBorders,\n 'fd-table__cell--no-vertical-border': noVerticalBorders || noBorders\n }\"\n [focusable]=\"true\"\n [class.fd-table__cell--fixed]=\"fixed\"\n class=\"fd-table__cell--checkbox\"\n [style]=\"\n _contentDensityObserver.contentDensity$()\n | selectionCellStyles: isRtl() : _fdpTableService._semanticHighlightingColumnWidth$()\n \"\n (keydown.enter)=\"\n selectionMode === SELECTION_MODE.MULTIPLE && _tableRowService.toggleAllSelectableRows(!checkedState)\n \"\n (keydown.space)=\"\n selectionMode === SELECTION_MODE.MULTIPLE && _tableRowService.toggleAllSelectableRows(!checkedState);\n $event.preventDefault()\n \"\n (cellFocused)=\"_tableRowService.cellFocused($event)\"\n [attr.title]=\"\n !checkedState\n ? ('platformTable.selectAllCheckboxLabel' | fdTranslate)
|
|
3276
|
+
], viewQueries: [{ propertyName: "_focusableCellItems", predicate: FDK_FOCUSABLE_ITEM_DIRECTIVE, descendants: true }], usesInheritance: true, ngImport: i0, template: "@if (_fdpTableService._semanticHighlighting$()) {\n <th\n [class.fd-table__cell--fixed]=\"fixed\"\n fd-table-cell\n [ngClass]=\"{\n 'fd-table__cell--no-horizontal-border': noHorizontalBorders || noBorders,\n 'fd-table__cell--no-vertical-border': noVerticalBorders || noBorders\n }\"\n fd-table-status-indicator\n fdkDisabled\n [style.min-width]=\"_fdpTableService._semanticHighlightingColumnWidth$()\"\n [style.max-width]=\"_fdpTableService._semanticHighlightingColumnWidth$()\"\n ></th>\n}\n\n@if (isShownSelectionColumn) {\n <th\n fd-table-cell\n [ngClass]=\"{\n 'fd-table__cell--no-horizontal-border': noHorizontalBorders || noBorders,\n 'fd-table__cell--no-vertical-border': noVerticalBorders || noBorders\n }\"\n [focusable]=\"true\"\n [class.fd-table__cell--fixed]=\"fixed\"\n class=\"fd-table__cell--checkbox\"\n [style]=\"\n _contentDensityObserver.contentDensity$()\n | selectionCellStyles: isRtl() : _fdpTableService._semanticHighlightingColumnWidth$()\n \"\n (keydown.enter)=\"\n selectionMode === SELECTION_MODE.MULTIPLE && _tableRowService.toggleAllSelectableRows(!checkedState)\n \"\n (keydown.space)=\"\n selectionMode === SELECTION_MODE.MULTIPLE && _tableRowService.toggleAllSelectableRows(!checkedState);\n $event.preventDefault()\n \"\n (cellFocused)=\"_tableRowService.cellFocused($event)\"\n [attr.title]=\"\n !checkedState\n ? ('platformTable.selectAllCheckboxLabel' | fdTranslate)\n : ('platformTable.deselectAllCheckboxLabel' | fdTranslate)\n \"\n [attr.aria-description]=\"\n checkedState\n ? ('platformTable.deselectAllCheckboxLongLabel' | fdTranslate)\n : checkedState === null\n ? ('platformTable.selectAllCheckboxMixedLongLabel' | fdTranslate)\n : ('platformTable.selectAllCheckboxLongLabel' | fdTranslate)\n \"\n >\n @if (selectionMode === SELECTION_MODE.MULTIPLE) {\n <fd-checkbox\n tabIndexValue=\"-1\"\n labelClass=\"fd-table__checkbox-label\"\n [fdkDisabled]=\"_fdpTableService.visibleColumnsLength() === 0 || disableSelectionCheckbox\"\n [tristate]=\"true\"\n [tristateSelectable]=\"false\"\n [ngModel]=\"checkedState\"\n (ngModelChange)=\"_tableRowService.toggleAllSelectableRows($event)\"\n ></fd-checkbox>\n }\n </th>\n}\n\n@for (column of _fdpTableService.visibleColumns$(); track column.name) {\n <th\n [focusable]=\"true\"\n role=\"columnheader\"\n [fdpTableCellResizable]=\"\n $index\n | columnResizableSide\n : _fdpTableService.visibleColumnsLength()\n : _fdpTableService._isShownNavigationColumn$()\n \"\n [columnName]=\"column.name\"\n [id]=\"rowId + '__' + column.name\"\n [attr.aria-colindex]=\"$index\"\n [attr.aria-sort]=\"_fdpTableService.sortRules$().get(column.key) | fdpTableColumnSortingDirection\"\n [class.fd-table__cell--non-interactive]=\"column.nonInteractive\"\n [ngClass]=\"[\n 'fdp-table__col--' + column.name,\n column._freezed ? 'fd-table__cell--fixed' : '',\n column.name === freezeColumnsTo ? 'fd-table__cell--fixed-last' : '',\n column._endFreezed ? 'fd-table__cell--fixed-end' : '',\n column.name === freezeEndColumnsTo ? 'fd-table__cell--fixed-end-last' : '',\n $last && !_fdpTableService._isShownNavigationColumn$() ? 'is-last-child' : '',\n (column | isColumnHasHeaderMenu) ? 'fd-table__item--clickable' : ''\n ]\"\n [ngStyle]=\"\n column\n | tableCellStyles\n : isRtl()\n : _fdpTableService._semanticHighlightingColumnWidth$()\n : selectionColumnWidth\n : column._freezed\n : column._endFreezed\n : _tableColumnResizeService.getPrevColumnsWidth(column.name)\n : _tableColumnResizeService.getColumnWidthStyle(column.name)\n : _tableColumnResizeService.getNextColumnsWidth(column.name)\n : noBorders\n : noHorizontalBorders\n : noVerticalBorders\n \"\n [fdPopoverTrigger]=\"(column | isColumnHasHeaderMenu) ? tablePopover.popover : null\"\n (cellFocused)=\"_tableRowService.cellFocused($event)\"\n (keydown.arrowLeft)=\"_tableRowService.scrollToOverlappedCell()\"\n (keydown.arrowRight)=\"_tableRowService.scrollToOverlappedCell()\"\n >\n <fdp-table-header-cell-content [id]=\"rowId\" [column]=\"column\" [attr.title]=\"column.label\">\n <!-- Header menu -->\n <fdp-table-cell-header-popover\n #tablePopover\n [disabled]=\"!(column | isColumnHasHeaderMenu)\"\n [columnFrozen]=\"column._freezed || column._endFreezed\"\n [column]=\"column\"\n [columnIndex]=\"$index\"\n [popoverTemplate]=\"(column | isColumnHasHeaderMenu) ? column.headerCellPopoverTemplate : null\"\n [filteringFromHeaderDisabled]=\"_fdpTableService._isFilteringFromHeaderDisabled$()\"\n ></fdp-table-cell-header-popover>\n </fdp-table-header-cell-content>\n </th>\n}\n\n@if (_fdpTableService._isShownNavigationColumn$()) {\n <th\n fd-table-cell\n [ngClass]=\"{\n 'fd-table__cell--no-horizontal-border': noHorizontalBorders || noBorders,\n 'fd-table__cell--no-vertical-border': noVerticalBorders || noBorders\n }\"\n class=\"fdp-table__cell--navigation is-last-child\"\n role=\"columnheader\"\n ></th>\n}\n\n<th\n aria-hidden=\"true\"\n class=\"fd-table__cell fd-table__cell--mock\"\n [class.fd-table__cell--mock-borderless]=\"!_tableColumnResizeService.cellMockVisible$()\"\n fdkDisabled\n></th>\n", dependencies: [{ kind: "directive", type: i0.forwardRef(() => TableCellDirective), selector: "[fdTableCell], [fd-table-cell]", inputs: ["noBorderX", "noBorderY", "activable", "focusable", "hoverable", "fitContent", "noPadding", "noData", "nonInteractive", "key"] }, { kind: "directive", type: i0.forwardRef(() => TableStatusIndicatorDirective), selector: "[fdTableStatusIndicator], [fd-table-status-indicator]", inputs: ["status"] }, { kind: "directive", type: i0.forwardRef(() => DisabledBehaviorDirective), selector: "[fdkDisabled]", inputs: ["fdkDisabled", "addDisabledClass", "disabledClass"] }, { kind: "component", type: i0.forwardRef(() => CheckboxComponent), selector: "fd-checkbox", inputs: ["wrapLabel", "valignLabel", "ariaLabel", "role", "value", "ariaLabelledBy", "ariaDescribedBy", "title", "inputId", "state", "name", "label", "disabled", "readonly", "tristate", "tristateSelectable", "labelClass", "required", "displayOnly", "values", "standalone"], outputs: ["focusChange"] }, { kind: "ngmodule", type: i0.forwardRef(() => FormsModule) }, { kind: "directive", type: i0.forwardRef(() => i1$2.NgControlStatus), selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i0.forwardRef(() => i1$2.NgModel), selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i0.forwardRef(() => PlatformTableCellResizableDirective), selector: "[fdpTableCellResizable]", inputs: ["fdpTableCellResizable", "columnName"] }, { kind: "directive", type: i0.forwardRef(() => NgClass), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(() => NgStyle), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i0.forwardRef(() => PopoverTriggerDirective), selector: "[fdPopoverTrigger], [fd-popover-trigger]", inputs: ["fdPopoverTrigger"] }, { kind: "component", type: i0.forwardRef(() => TableHeaderCellContentComponent), selector: "fdp-table-header-cell-content", inputs: ["id", "column"] }, { kind: "component", type: i0.forwardRef(() => TableCellHeaderPopoverComponent), selector: "fdp-table-cell-header-popover", inputs: ["column", "popoverTemplate", "disabled", "columnFrozen", "filteringFromHeaderDisabled", "columnIndex"] }, { kind: "pipe", type: i0.forwardRef(() => FdTranslatePipe), name: "fdTranslate" }, { kind: "pipe", type: i0.forwardRef(() => SelectionCellStylesPipe), name: "selectionCellStyles" }, { kind: "pipe", type: i0.forwardRef(() => TableCellStylesPipe), name: "tableCellStyles" }, { kind: "pipe", type: i0.forwardRef(() => ColumnResizableSidePipe), name: "columnResizableSide" }, { kind: "pipe", type: i0.forwardRef(() => TableColumnSortingDirectionPipe), name: "fdpTableColumnSortingDirection" }, { kind: "pipe", type: i0.forwardRef(() => IsColumnHasHeaderMenuPipe), name: "isColumnHasHeaderMenu" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
3277
3277
|
}
|
|
3278
3278
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableHeaderRowComponent, decorators: [{
|
|
3279
3279
|
type: Component,
|
|
@@ -3302,7 +3302,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
3302
3302
|
ColumnResizableSidePipe,
|
|
3303
3303
|
TableColumnSortingDirectionPipe,
|
|
3304
3304
|
forwardRef(() => IsColumnHasHeaderMenuPipe)
|
|
3305
|
-
], template: "@if (_fdpTableService._semanticHighlighting$()) {\n <th\n [class.fd-table__cell--fixed]=\"fixed\"\n fd-table-cell\n [ngClass]=\"{\n 'fd-table__cell--no-horizontal-border': noHorizontalBorders || noBorders,\n 'fd-table__cell--no-vertical-border': noVerticalBorders || noBorders\n }\"\n fd-table-status-indicator\n fdkDisabled\n [style.min-width]=\"_fdpTableService._semanticHighlightingColumnWidth$()\"\n [style.max-width]=\"_fdpTableService._semanticHighlightingColumnWidth$()\"\n ></th>\n}\n\n@if (isShownSelectionColumn) {\n <th\n fd-table-cell\n [ngClass]=\"{\n 'fd-table__cell--no-horizontal-border': noHorizontalBorders || noBorders,\n 'fd-table__cell--no-vertical-border': noVerticalBorders || noBorders\n }\"\n [focusable]=\"true\"\n [class.fd-table__cell--fixed]=\"fixed\"\n class=\"fd-table__cell--checkbox\"\n [style]=\"\n _contentDensityObserver.contentDensity$()\n | selectionCellStyles: isRtl() : _fdpTableService._semanticHighlightingColumnWidth$()\n \"\n (keydown.enter)=\"\n selectionMode === SELECTION_MODE.MULTIPLE && _tableRowService.toggleAllSelectableRows(!checkedState)\n \"\n (keydown.space)=\"\n selectionMode === SELECTION_MODE.MULTIPLE && _tableRowService.toggleAllSelectableRows(!checkedState);\n $event.preventDefault()\n \"\n (cellFocused)=\"_tableRowService.cellFocused($event)\"\n [attr.title]=\"\n !checkedState\n ? ('platformTable.selectAllCheckboxLabel' | fdTranslate)
|
|
3305
|
+
], template: "@if (_fdpTableService._semanticHighlighting$()) {\n <th\n [class.fd-table__cell--fixed]=\"fixed\"\n fd-table-cell\n [ngClass]=\"{\n 'fd-table__cell--no-horizontal-border': noHorizontalBorders || noBorders,\n 'fd-table__cell--no-vertical-border': noVerticalBorders || noBorders\n }\"\n fd-table-status-indicator\n fdkDisabled\n [style.min-width]=\"_fdpTableService._semanticHighlightingColumnWidth$()\"\n [style.max-width]=\"_fdpTableService._semanticHighlightingColumnWidth$()\"\n ></th>\n}\n\n@if (isShownSelectionColumn) {\n <th\n fd-table-cell\n [ngClass]=\"{\n 'fd-table__cell--no-horizontal-border': noHorizontalBorders || noBorders,\n 'fd-table__cell--no-vertical-border': noVerticalBorders || noBorders\n }\"\n [focusable]=\"true\"\n [class.fd-table__cell--fixed]=\"fixed\"\n class=\"fd-table__cell--checkbox\"\n [style]=\"\n _contentDensityObserver.contentDensity$()\n | selectionCellStyles: isRtl() : _fdpTableService._semanticHighlightingColumnWidth$()\n \"\n (keydown.enter)=\"\n selectionMode === SELECTION_MODE.MULTIPLE && _tableRowService.toggleAllSelectableRows(!checkedState)\n \"\n (keydown.space)=\"\n selectionMode === SELECTION_MODE.MULTIPLE && _tableRowService.toggleAllSelectableRows(!checkedState);\n $event.preventDefault()\n \"\n (cellFocused)=\"_tableRowService.cellFocused($event)\"\n [attr.title]=\"\n !checkedState\n ? ('platformTable.selectAllCheckboxLabel' | fdTranslate)\n : ('platformTable.deselectAllCheckboxLabel' | fdTranslate)\n \"\n [attr.aria-description]=\"\n checkedState\n ? ('platformTable.deselectAllCheckboxLongLabel' | fdTranslate)\n : checkedState === null\n ? ('platformTable.selectAllCheckboxMixedLongLabel' | fdTranslate)\n : ('platformTable.selectAllCheckboxLongLabel' | fdTranslate)\n \"\n >\n @if (selectionMode === SELECTION_MODE.MULTIPLE) {\n <fd-checkbox\n tabIndexValue=\"-1\"\n labelClass=\"fd-table__checkbox-label\"\n [fdkDisabled]=\"_fdpTableService.visibleColumnsLength() === 0 || disableSelectionCheckbox\"\n [tristate]=\"true\"\n [tristateSelectable]=\"false\"\n [ngModel]=\"checkedState\"\n (ngModelChange)=\"_tableRowService.toggleAllSelectableRows($event)\"\n ></fd-checkbox>\n }\n </th>\n}\n\n@for (column of _fdpTableService.visibleColumns$(); track column.name) {\n <th\n [focusable]=\"true\"\n role=\"columnheader\"\n [fdpTableCellResizable]=\"\n $index\n | columnResizableSide\n : _fdpTableService.visibleColumnsLength()\n : _fdpTableService._isShownNavigationColumn$()\n \"\n [columnName]=\"column.name\"\n [id]=\"rowId + '__' + column.name\"\n [attr.aria-colindex]=\"$index\"\n [attr.aria-sort]=\"_fdpTableService.sortRules$().get(column.key) | fdpTableColumnSortingDirection\"\n [class.fd-table__cell--non-interactive]=\"column.nonInteractive\"\n [ngClass]=\"[\n 'fdp-table__col--' + column.name,\n column._freezed ? 'fd-table__cell--fixed' : '',\n column.name === freezeColumnsTo ? 'fd-table__cell--fixed-last' : '',\n column._endFreezed ? 'fd-table__cell--fixed-end' : '',\n column.name === freezeEndColumnsTo ? 'fd-table__cell--fixed-end-last' : '',\n $last && !_fdpTableService._isShownNavigationColumn$() ? 'is-last-child' : '',\n (column | isColumnHasHeaderMenu) ? 'fd-table__item--clickable' : ''\n ]\"\n [ngStyle]=\"\n column\n | tableCellStyles\n : isRtl()\n : _fdpTableService._semanticHighlightingColumnWidth$()\n : selectionColumnWidth\n : column._freezed\n : column._endFreezed\n : _tableColumnResizeService.getPrevColumnsWidth(column.name)\n : _tableColumnResizeService.getColumnWidthStyle(column.name)\n : _tableColumnResizeService.getNextColumnsWidth(column.name)\n : noBorders\n : noHorizontalBorders\n : noVerticalBorders\n \"\n [fdPopoverTrigger]=\"(column | isColumnHasHeaderMenu) ? tablePopover.popover : null\"\n (cellFocused)=\"_tableRowService.cellFocused($event)\"\n (keydown.arrowLeft)=\"_tableRowService.scrollToOverlappedCell()\"\n (keydown.arrowRight)=\"_tableRowService.scrollToOverlappedCell()\"\n >\n <fdp-table-header-cell-content [id]=\"rowId\" [column]=\"column\" [attr.title]=\"column.label\">\n <!-- Header menu -->\n <fdp-table-cell-header-popover\n #tablePopover\n [disabled]=\"!(column | isColumnHasHeaderMenu)\"\n [columnFrozen]=\"column._freezed || column._endFreezed\"\n [column]=\"column\"\n [columnIndex]=\"$index\"\n [popoverTemplate]=\"(column | isColumnHasHeaderMenu) ? column.headerCellPopoverTemplate : null\"\n [filteringFromHeaderDisabled]=\"_fdpTableService._isFilteringFromHeaderDisabled$()\"\n ></fdp-table-cell-header-popover>\n </fdp-table-header-cell-content>\n </th>\n}\n\n@if (_fdpTableService._isShownNavigationColumn$()) {\n <th\n fd-table-cell\n [ngClass]=\"{\n 'fd-table__cell--no-horizontal-border': noHorizontalBorders || noBorders,\n 'fd-table__cell--no-vertical-border': noVerticalBorders || noBorders\n }\"\n class=\"fdp-table__cell--navigation is-last-child\"\n role=\"columnheader\"\n ></th>\n}\n\n<th\n aria-hidden=\"true\"\n class=\"fd-table__cell fd-table__cell--mock\"\n [class.fd-table__cell--mock-borderless]=\"!_tableColumnResizeService.cellMockVisible$()\"\n fdkDisabled\n></th>\n" }]
|
|
3306
3306
|
}], propDecorators: { rowId: [{
|
|
3307
3307
|
type: Input
|
|
3308
3308
|
}], fixed: [{
|
|
@@ -3428,11 +3428,11 @@ class TableEditableCellComponent {
|
|
|
3428
3428
|
return this._columnValue;
|
|
3429
3429
|
}
|
|
3430
3430
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableEditableCellComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3431
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: TableEditableCellComponent, isStandalone: true, selector: "fdp-table-editable-cell", inputs: { row: "row", column: "column", columnValue: "columnValue" }, providers: [{ provide: EditableTableCell, useExisting: TableEditableCellComponent }], viewQueries: [{ propertyName: "form", first: true, predicate: NgForm, descendants: true }], ngImport: i0, template: "<form #ngForm>\n @switch (column.dataType) {\n @case ('number') {\n <fdp-input\n [placeholder]=\"
|
|
3431
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.0", type: TableEditableCellComponent, isStandalone: true, selector: "fdp-table-editable-cell", inputs: { row: "row", column: "column", columnValue: "columnValue" }, providers: [{ provide: EditableTableCell, useExisting: TableEditableCellComponent }], viewQueries: [{ propertyName: "form", first: true, predicate: NgForm, descendants: true }], ngImport: i0, template: "<form #ngForm>\n @switch (column.dataType) {\n @case ('number') {\n <fdp-input\n [placeholder]=\"'platformTable.editableCellNumberPlaceholder' | fdTranslate\"\n [(ngModel)]=\"columnValue\"\n [name]=\"_controlUniqName\"\n type=\"number\"\n ></fdp-input>\n }\n @case ('date') {\n <fdp-date-picker\n type=\"single\"\n [placeholder]=\"'platformTable.editableCellDatePlaceholder' | fdTranslate\"\n [name]=\"_controlUniqName\"\n [allowNull]=\"false\"\n [(ngModel)]=\"columnValue\"\n ></fdp-date-picker>\n }\n @case ('boolean') {\n <fdp-switch [(ngModel)]=\"columnValue\" [name]=\"_controlUniqName\"></fdp-switch>\n }\n @default {\n <fdp-input\n [placeholder]=\"'platformTable.editableCellStringPlaceholder' | fdTranslate\"\n [(ngModel)]=\"columnValue\"\n [name]=\"_controlUniqName\"\n type=\"text\"\n ></fdp-input>\n }\n }\n</form>\n", dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1$2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i1$2.NgForm, selector: "form:not([ngNoForm]):not([formGroup]):not([formArray]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: InputComponent, selector: "fdp-input", inputs: ["type", "required", "value"], outputs: ["focusChange"] }, { kind: "component", type: PlatformDatePickerComponent, selector: "fdp-date-picker", inputs: ["value", "type", "selectedDate", "selectedMultipleDates", "selectedRangeDate", "selectedMultipleDateRanges", "startingDayOfWeek", "rangeHoverEffect", "useValidation", "showTodayButton", "todayButtonLabel", "allowNull", "activeView", "placement", "appendTo", "closeOnDateChoose", "state", "buttonFocusable", "specialDaysRules", "yearGrid", "aggregatedYearGrid", "markWeekends", "showWeekNumbers", "allowMultipleSelection", "isOpen", "inline", "processInputOnBlur", "preventScrollOnFocus", "mobile", "mobileConfig", "mobileLandscape", "mobilePortrait", "showCalendarLegend", "legendCol", "disableFunction", "disableRangeStartFunction", "disableRangeEndFunction"], outputs: ["isOpenChange", "selectedDateChange", "selectedMultipleDatesChange", "selectedRangeDateChange", "selectedMultipleDateRangesChange", "activeViewChange"] }, { kind: "component", type: SwitchComponent, selector: "fdp-switch", inputs: ["semantic"], outputs: ["switchChange"] }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
3432
3432
|
}
|
|
3433
3433
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableEditableCellComponent, decorators: [{
|
|
3434
3434
|
type: Component,
|
|
3435
|
-
args: [{ selector: 'fdp-table-editable-cell', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [{ provide: EditableTableCell, useExisting: TableEditableCellComponent }], imports: [FormsModule, InputComponent, PlatformDatePickerComponent, SwitchComponent, FdTranslatePipe], template: "<form #ngForm>\n @switch (column.dataType) {\n @case ('number') {\n <fdp-input\n [placeholder]=\"
|
|
3435
|
+
args: [{ selector: 'fdp-table-editable-cell', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [{ provide: EditableTableCell, useExisting: TableEditableCellComponent }], imports: [FormsModule, InputComponent, PlatformDatePickerComponent, SwitchComponent, FdTranslatePipe], template: "<form #ngForm>\n @switch (column.dataType) {\n @case ('number') {\n <fdp-input\n [placeholder]=\"'platformTable.editableCellNumberPlaceholder' | fdTranslate\"\n [(ngModel)]=\"columnValue\"\n [name]=\"_controlUniqName\"\n type=\"number\"\n ></fdp-input>\n }\n @case ('date') {\n <fdp-date-picker\n type=\"single\"\n [placeholder]=\"'platformTable.editableCellDatePlaceholder' | fdTranslate\"\n [name]=\"_controlUniqName\"\n [allowNull]=\"false\"\n [(ngModel)]=\"columnValue\"\n ></fdp-date-picker>\n }\n @case ('boolean') {\n <fdp-switch [(ngModel)]=\"columnValue\" [name]=\"_controlUniqName\"></fdp-switch>\n }\n @default {\n <fdp-input\n [placeholder]=\"'platformTable.editableCellStringPlaceholder' | fdTranslate\"\n [(ngModel)]=\"columnValue\"\n [name]=\"_controlUniqName\"\n type=\"text\"\n ></fdp-input>\n }\n }\n</form>\n" }]
|
|
3436
3436
|
}], propDecorators: { row: [{
|
|
3437
3437
|
type: Input
|
|
3438
3438
|
}], column: [{
|
|
@@ -3485,8 +3485,6 @@ class TableRowComponent extends TableRowDirective {
|
|
|
3485
3485
|
/** @hidden */
|
|
3486
3486
|
this.navigationIcon = computed(() => (this.isRtl() ? 'slim-arrow-left' : 'slim-arrow-right'), ...(ngDevMode ? [{ debugName: "navigationIcon" }] : []));
|
|
3487
3487
|
/** @hidden */
|
|
3488
|
-
this._destroyRef = inject(DestroyRef);
|
|
3489
|
-
/** @hidden */
|
|
3490
3488
|
this._refreshChildRows$ = new Subject();
|
|
3491
3489
|
/** @hidden */
|
|
3492
3490
|
this._rtlService = inject(RtlService, {
|
|
@@ -3523,13 +3521,13 @@ class TableRowComponent extends TableRowDirective {
|
|
|
3523
3521
|
return retVal;
|
|
3524
3522
|
};
|
|
3525
3523
|
this._tableColumnResizeService.resizeInProgress$
|
|
3526
|
-
.pipe(switchMap(() => this._tableColumnResizeService.markForCheck), takeUntilDestroyed(
|
|
3524
|
+
.pipe(switchMap(() => this._tableColumnResizeService.markForCheck), takeUntilDestroyed())
|
|
3527
3525
|
.subscribe(() => {
|
|
3528
3526
|
this._cdr.markForCheck();
|
|
3529
3527
|
});
|
|
3530
3528
|
this._zone.runOutsideAngular(() => {
|
|
3531
3529
|
fromEvent(this._elmRef.nativeElement, 'keydown')
|
|
3532
|
-
.pipe(filter(() => !!this._dndTableDirective), takeUntilDestroyed(
|
|
3530
|
+
.pipe(filter(() => !!this._dndTableDirective), takeUntilDestroyed())
|
|
3533
3531
|
.subscribe((event) => {
|
|
3534
3532
|
this._onKeyDown(event);
|
|
3535
3533
|
});
|
|
@@ -3640,7 +3638,7 @@ class TableRowComponent extends TableRowDirective {
|
|
|
3640
3638
|
provide: FDK_FOCUSABLE_LIST_DIRECTIVE,
|
|
3641
3639
|
useExisting: TableRowComponent
|
|
3642
3640
|
}
|
|
3643
|
-
], viewQueries: [{ propertyName: "_focusableViewCellItems", predicate: FDK_FOCUSABLE_ITEM_DIRECTIVE, descendants: true }, { propertyName: "_editableCells", predicate: EditableTableCell, descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "@if (_fdpTableService._semanticHighlighting$(); as semanticHighlighting) {\n <td\n fd-table-cell\n fd-table-status-indicator\n fdkDisabled\n [addDisabledClass]=\"false\"\n [status]=\"row.value[semanticHighlighting]\"\n [cellFocusedEventAnnouncer]=\"_itemFocusedEventAnnouncer\"\n ></td>\n}\n<!-- hidden text for screenreader -->\n<ng-template #selectionScreenReaderText>\n <span\n aria-hidden=\"true\"\n [attr.id]=\"_rowSelectionHelperTextId\"\n [ngStyle]=\"{\n position: 'absolute !important',\n height: '1px',\n width: '1px',\n overflow: 'hidden',\n clip: 'rect(1px, 1px, 1px, 1px)',\n color: 'transparent',\n display: 'block'\n }\"\n >\n {{ ((row.checked ? 'platformTable.deselectSingleRow' : 'platformTable.selectSingleRow') | fdTranslate)() }}\n </span>\n</ng-template>\n<!-- Row Selection Cell -->\n@if (selectionMode === SELECTION_MODE.SINGLE) {\n @if (row.value[selectableKey] !== false) {\n <td\n class=\"fd-table__cell--checkbox\"\n [class.fd-table__cell--fixed]=\"fixed\"\n [attr.role]=\"_hasRowHeaderColumn$() ? 'rowheader' : 'gridcell'\"\n fd-table-cell\n [focusable]=\"true\"\n [style]=\"\n _contentDensityObserver.contentDensity$()\n | selectionCellStyles: isRtl() : _fdpTableService._semanticHighlightingColumnWidth$()\n \"\n [attr.aria-selected]=\"row.checked\"\n [attr.aria-labelledby]=\"_rowSelectionHelperTextId\"\n (click)=\"_toggleSingleSelectableRow()\"\n (keydown.enter)=\"_toggleSingleSelectableRow($event)\"\n (keydown.space)=\"_toggleSingleSelectableRow($event)\"\n [cellFocusedEventAnnouncer]=\"_itemFocusedEventAnnouncer\"\n >\n <ng-template [ngTemplateOutlet]=\"selectionScreenReaderText\"></ng-template>\n </td>\n } @else {\n <td\n class=\"fd-table__cell--checkbox\"\n role=\"gridcell\"\n fd-table-cell\n fdkDisabled\n [addDisabledClass]=\"false\"\n [class.fd-table__cell--fixed]=\"fixed\"\n [cellFocusedEventAnnouncer]=\"_itemFocusedEventAnnouncer\"\n ></td>\n }\n} @else if (selectionMode === SELECTION_MODE.MULTIPLE) {\n @if (row.value[selectableKey] !== false) {\n <td\n class=\"fd-table__cell--checkbox\"\n [class.fd-table__cell--fixed]=\"fixed\"\n [cellFocusedEventAnnouncer]=\"_itemFocusedEventAnnouncer\"\n role=\"cell\"\n fd-table-cell\n [focusable]=\"true\"\n (keydown.enter)=\"_toggleMultiSelectRow(row, $event)\"\n (keydown.space)=\"_toggleMultiSelectRow(row, $event)\"\n [attr.aria-labelledby]=\"_rowSelectionHelperTextId\"\n [attr.aria-selected]=\"row.checked\"\n [style]=\"\n _contentDensityObserver.contentDensity$()\n | selectionCellStyles: isRtl() : _fdpTableService._semanticHighlightingColumnWidth$()\n \"\n >\n <ng-template [ngTemplateOutlet]=\"selectionScreenReaderText\"></ng-template>\n <fd-checkbox\n tabIndexValue=\"-1\"\n labelClass=\"fd-table__checkbox-label\"\n [tristate]=\"enableTristateMode\"\n [tristateSelectable]=\"false\"\n [ngModel]=\"row.checked$ | async\"\n (ngModelChange)=\"_toggleMultiSelectRow(row)\"\n ></fd-checkbox>\n </td>\n } @else {\n <td\n class=\"fd-table__cell--checkbox\"\n role=\"gridcell\"\n fd-table-cell\n fdkDisabled\n [addDisabledClass]=\"false\"\n [class.fd-table__cell--fixed]=\"fixed\"\n [cellFocusedEventAnnouncer]=\"_itemFocusedEventAnnouncer\"\n ></td>\n }\n}\n@for (column of _fdpTableService.visibleColumns$(); track column.name) {\n <td\n #tableCellElement\n fd-table-cell\n [fdpTableCellResizable]=\"\n $index\n | columnResizableSide\n : _fdpTableService.visibleColumnsLength()\n : _fdpTableService._isShownNavigationColumn$()\n \"\n [columnName]=\"column.name\"\n [focusable]=\"true\"\n [attr.role]=\"column.role\"\n [headers]=\"rowId + '__' + column.name\"\n [cellFocusedEventAnnouncer]=\"_itemFocusedEventAnnouncer\"\n [ngClass]=\"[\n 'fdp-table__col--' + column.name,\n column._freezed ? 'fd-table__cell--fixed' : '',\n column.name === freezeColumnsTo ? 'fd-table__cell--fixed-last' : '',\n column._endFreezed ? 'fd-table__cell--fixed-end' : '',\n column.name === freezeEndColumnsTo ? 'fd-table__cell--fixed-end-last' : '',\n row.isTree && $index === 0 ? 'fd-table__cell--expand' : '',\n $last && !_fdpTableService._isShownNavigationColumn$() ? 'is-last-child' : ''\n ]\"\n [ngStyle]=\"\n column\n | tableCellStyles\n : isRtl()\n : _fdpTableService._semanticHighlightingColumnWidth$()\n : selectionColumnWidth\n : column._freezed\n : column._endFreezed\n : _tableColumnResizeService.getPrevColumnsWidth(column.name)\n : _tableColumnResizeService.getColumnWidthStyle(column.name)\n : _tableColumnResizeService.getNextColumnsWidth(column.name)\n \"\n [attr.aria-expanded]=\"_isTreeRowFirstCell($index, row) ? row.expanded : null\"\n [attr.data-nesting-level]=\"$index === 0 ? row.level + 1 : null\"\n (cellFocused)=\"_handleCellFocused($event, $index, row, column, tableTextContainer)\"\n (focusout)=\"_announceEmptyCell.set(false)\"\n (click)=\"_tableRowService.cellClicked({ index: $index, row })\"\n (keydown.enter)=\"_isTreeRowFirstCell($index, row, $event) && _toggleGroupRow()\"\n (keydown.arrowLeft)=\"_tableRowService.scrollToOverlappedCell()\"\n (keydown.arrowRight)=\"_tableRowService.scrollToOverlappedCell()\"\n (keydown.space)=\"_handleCellSpaceKey($index, tableCellElement, $event)\"\n [attr.title]=\"\n _isTreeRowFirstCell($index, row) && row.expanded\n ? ('platformTable.collapseRowButtonTitle' | fdTranslate)()\n : _isTreeRowFirstCell($index, row) && !row.expanded\n ? ('platformTable.expandRowButtonTitle' | fdTranslate)()\n : null\n \"\n >\n <div\n [class.fd-table__text]=\"column.applyText\"\n [class.fd-table__text--no-wrap]=\"column.noWrap\"\n #tableTextContainer\n >\n @if (_isTreeRowFirstCell($index, row)) {\n <span\n class=\"fd-table__expand\"\n [class.fd-table__expand--open]=\"row.expanded$ | async\"\n aria-hidden=\"true\"\n ></span>\n }\n @if (row.state === 'readonly') {\n @if (_announceEmptyCell()) {\n <span\n [ngStyle]=\"{\n position: 'absolute',\n height: '1px',\n width: '1px',\n overflow: 'hidden',\n clip: 'rect(1px, 1px, 1px, 1px)',\n color: 'transparent',\n display: 'block'\n }\"\n >\n {{ ('platformTable.emptyCell' | fdTranslate)() }}\n </span>\n }\n @if (column?.columnCellTemplate) {\n <ng-template\n [ngTemplateOutlet]=\"column.columnCellTemplate!\"\n [ngTemplateOutletContext]=\"{ $implicit: row.value, popping: false, rowIndex: row.index }\"\n ></ng-template>\n } @else {\n {{ row.value | valueByPath: column.key }}\n }\n } @else {\n @if (column?.editableColumnCellTemplate) {\n <ng-template\n [ngTemplateOutlet]=\"column.editableColumnCellTemplate!\"\n [ngTemplateOutletContext]=\"{ $implicit: row.value, popping: false, rowIndex: row.index }\"\n ></ng-template>\n } @else {\n <fdp-table-editable-cell\n [row]=\"row\"\n [column]=\"column\"\n [columnValue]=\"row.value | valueByPath: column.key\"\n ></fdp-table-editable-cell>\n }\n }\n </div>\n </td>\n}\n<ng-content></ng-content>\n@if (_fdpTableService._isShownNavigationColumn$()) {\n <td fd-table-cell class=\"fdp-table__cell--navigation is-last-child\" fdkDisabled [addDisabledClass]=\"false\">\n @if (row.navigatable) {\n <fd-icon\n fd-table-icon\n [navigation]=\"true\"\n [glyph]=\"navigationIcon()\"\n class=\"fdp-table__navigation-indicator\"\n [attr.title]=\"('platformTable.rowNavigateButtonTitle' | fdTranslate)()\"\n ></fd-icon>\n }\n </td>\n}\n<td\n aria-hidden=\"true\"\n class=\"fd-table__cell fd-table__cell--mock\"\n [class.fd-table__cell--mock-borderless]=\"!_tableColumnResizeService.cellMockVisible$()\"\n fdkDisabled\n [addDisabledClass]=\"false\"\n></td>\n", dependencies: [{ kind: "directive", type: TableCellDirective, selector: "[fdTableCell], [fd-table-cell]", inputs: ["noBorderX", "noBorderY", "activable", "focusable", "hoverable", "fitContent", "noPadding", "noData", "nonInteractive", "key"] }, { kind: "directive", type: TableStatusIndicatorDirective, selector: "[fdTableStatusIndicator], [fd-table-status-indicator]", inputs: ["status"] }, { kind: "directive", type: DisabledBehaviorDirective, selector: "[fdkDisabled]", inputs: ["fdkDisabled", "addDisabledClass", "disabledClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: CheckboxComponent, selector: "fd-checkbox", inputs: ["wrapLabel", "valignLabel", "ariaLabel", "role", "value", "ariaLabelledBy", "ariaDescribedBy", "title", "inputId", "state", "name", "label", "disabled", "readonly", "tristate", "tristateSelectable", "labelClass", "required", "displayOnly", "values", "standalone"], outputs: ["focusChange"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: PlatformTableCellResizableDirective, selector: "[fdpTableCellResizable]", inputs: ["fdpTableCellResizable", "columnName"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: TableEditableCellComponent, selector: "fdp-table-editable-cell", inputs: ["row", "column", "columnValue"] }, { kind: "directive", type: TableIconDirective, selector: "[fdTableIcon], [fd-table-icon]", inputs: ["class", "glyph", "glyphFont", "navigation"] }, { kind: "component", type: IconComponent, selector: "fd-icon", inputs: ["glyph", "font", "color", "background", "class", "ariaLabel", "ariaHidden"], outputs: ["ariaHiddenChange"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: ValueByPathPipe, name: "valueByPath" }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }, { kind: "pipe", type: SelectionCellStylesPipe, name: "selectionCellStyles" }, { kind: "pipe", type: TableCellStylesPipe, name: "tableCellStyles" }, { kind: "pipe", type: ColumnResizableSidePipe, name: "columnResizableSide" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
3641
|
+
], viewQueries: [{ propertyName: "_focusableViewCellItems", predicate: FDK_FOCUSABLE_ITEM_DIRECTIVE, descendants: true }, { propertyName: "_editableCells", predicate: EditableTableCell, descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "@if (_fdpTableService._semanticHighlighting$(); as semanticHighlighting) {\n <td\n fd-table-cell\n fd-table-status-indicator\n fdkDisabled\n [addDisabledClass]=\"false\"\n [status]=\"row.value[semanticHighlighting]\"\n [cellFocusedEventAnnouncer]=\"_itemFocusedEventAnnouncer\"\n ></td>\n}\n<!-- hidden text for screenreader -->\n<ng-template #selectionScreenReaderText>\n <span\n aria-hidden=\"true\"\n [attr.id]=\"_rowSelectionHelperTextId\"\n [ngStyle]=\"{\n position: 'absolute !important',\n height: '1px',\n width: '1px',\n overflow: 'hidden',\n clip: 'rect(1px, 1px, 1px, 1px)',\n color: 'transparent',\n display: 'block'\n }\"\n >\n {{ (row.checked ? 'platformTable.deselectSingleRow' : 'platformTable.selectSingleRow') | fdTranslate }}\n </span>\n</ng-template>\n<!-- Row Selection Cell -->\n@if (selectionMode === SELECTION_MODE.SINGLE) {\n @if (row.value[selectableKey] !== false) {\n <td\n class=\"fd-table__cell--checkbox\"\n [class.fd-table__cell--fixed]=\"fixed\"\n [attr.role]=\"_hasRowHeaderColumn$() ? 'rowheader' : 'gridcell'\"\n fd-table-cell\n [focusable]=\"true\"\n [style]=\"\n _contentDensityObserver.contentDensity$()\n | selectionCellStyles: isRtl() : _fdpTableService._semanticHighlightingColumnWidth$()\n \"\n [attr.aria-selected]=\"row.checked\"\n [attr.aria-labelledby]=\"_rowSelectionHelperTextId\"\n (click)=\"_toggleSingleSelectableRow()\"\n (keydown.enter)=\"_toggleSingleSelectableRow($event)\"\n (keydown.space)=\"_toggleSingleSelectableRow($event)\"\n [cellFocusedEventAnnouncer]=\"_itemFocusedEventAnnouncer\"\n >\n <ng-template [ngTemplateOutlet]=\"selectionScreenReaderText\"></ng-template>\n </td>\n } @else {\n <td\n class=\"fd-table__cell--checkbox\"\n role=\"gridcell\"\n fd-table-cell\n fdkDisabled\n [addDisabledClass]=\"false\"\n [class.fd-table__cell--fixed]=\"fixed\"\n [cellFocusedEventAnnouncer]=\"_itemFocusedEventAnnouncer\"\n ></td>\n }\n} @else if (selectionMode === SELECTION_MODE.MULTIPLE) {\n @if (row.value[selectableKey] !== false) {\n <td\n class=\"fd-table__cell--checkbox\"\n [class.fd-table__cell--fixed]=\"fixed\"\n [cellFocusedEventAnnouncer]=\"_itemFocusedEventAnnouncer\"\n role=\"cell\"\n fd-table-cell\n [focusable]=\"true\"\n (keydown.enter)=\"_toggleMultiSelectRow(row, $event)\"\n (keydown.space)=\"_toggleMultiSelectRow(row, $event)\"\n [attr.aria-labelledby]=\"_rowSelectionHelperTextId\"\n [attr.aria-selected]=\"row.checked\"\n [style]=\"\n _contentDensityObserver.contentDensity$()\n | selectionCellStyles: isRtl() : _fdpTableService._semanticHighlightingColumnWidth$()\n \"\n >\n <ng-template [ngTemplateOutlet]=\"selectionScreenReaderText\"></ng-template>\n <fd-checkbox\n tabIndexValue=\"-1\"\n labelClass=\"fd-table__checkbox-label\"\n [tristate]=\"enableTristateMode\"\n [tristateSelectable]=\"false\"\n [ngModel]=\"row.checked$ | async\"\n (ngModelChange)=\"_toggleMultiSelectRow(row)\"\n ></fd-checkbox>\n </td>\n } @else {\n <td\n class=\"fd-table__cell--checkbox\"\n role=\"gridcell\"\n fd-table-cell\n fdkDisabled\n [addDisabledClass]=\"false\"\n [class.fd-table__cell--fixed]=\"fixed\"\n [cellFocusedEventAnnouncer]=\"_itemFocusedEventAnnouncer\"\n ></td>\n }\n}\n@for (column of _fdpTableService.visibleColumns$(); track column.name) {\n <td\n #tableCellElement\n fd-table-cell\n [fdpTableCellResizable]=\"\n $index\n | columnResizableSide\n : _fdpTableService.visibleColumnsLength()\n : _fdpTableService._isShownNavigationColumn$()\n \"\n [columnName]=\"column.name\"\n [focusable]=\"true\"\n [attr.role]=\"column.role\"\n [headers]=\"rowId + '__' + column.name\"\n [cellFocusedEventAnnouncer]=\"_itemFocusedEventAnnouncer\"\n [ngClass]=\"[\n 'fdp-table__col--' + column.name,\n column._freezed ? 'fd-table__cell--fixed' : '',\n column.name === freezeColumnsTo ? 'fd-table__cell--fixed-last' : '',\n column._endFreezed ? 'fd-table__cell--fixed-end' : '',\n column.name === freezeEndColumnsTo ? 'fd-table__cell--fixed-end-last' : '',\n row.isTree && $index === 0 ? 'fd-table__cell--expand' : '',\n $last && !_fdpTableService._isShownNavigationColumn$() ? 'is-last-child' : ''\n ]\"\n [ngStyle]=\"\n column\n | tableCellStyles\n : isRtl()\n : _fdpTableService._semanticHighlightingColumnWidth$()\n : selectionColumnWidth\n : column._freezed\n : column._endFreezed\n : _tableColumnResizeService.getPrevColumnsWidth(column.name)\n : _tableColumnResizeService.getColumnWidthStyle(column.name)\n : _tableColumnResizeService.getNextColumnsWidth(column.name)\n \"\n [attr.aria-expanded]=\"_isTreeRowFirstCell($index, row) ? row.expanded : null\"\n [attr.data-nesting-level]=\"$index === 0 ? row.level + 1 : null\"\n (cellFocused)=\"_handleCellFocused($event, $index, row, column, tableTextContainer)\"\n (focusout)=\"_announceEmptyCell.set(false)\"\n (click)=\"_tableRowService.cellClicked({ index: $index, row })\"\n (keydown.enter)=\"_isTreeRowFirstCell($index, row, $event) && _toggleGroupRow()\"\n (keydown.arrowLeft)=\"_tableRowService.scrollToOverlappedCell()\"\n (keydown.arrowRight)=\"_tableRowService.scrollToOverlappedCell()\"\n (keydown.space)=\"_handleCellSpaceKey($index, tableCellElement, $event)\"\n [attr.title]=\"\n _isTreeRowFirstCell($index, row) && row.expanded\n ? ('platformTable.collapseRowButtonTitle' | fdTranslate)\n : _isTreeRowFirstCell($index, row) && !row.expanded\n ? ('platformTable.expandRowButtonTitle' | fdTranslate)\n : null\n \"\n >\n <div\n [class.fd-table__text]=\"column.applyText\"\n [class.fd-table__text--no-wrap]=\"column.noWrap\"\n #tableTextContainer\n >\n @if (_isTreeRowFirstCell($index, row)) {\n <span\n class=\"fd-table__expand\"\n [class.fd-table__expand--open]=\"row.expanded$ | async\"\n aria-hidden=\"true\"\n ></span>\n }\n @if (row.state === 'readonly') {\n @if (_announceEmptyCell()) {\n <span\n [ngStyle]=\"{\n position: 'absolute',\n height: '1px',\n width: '1px',\n overflow: 'hidden',\n clip: 'rect(1px, 1px, 1px, 1px)',\n color: 'transparent',\n display: 'block'\n }\"\n >\n {{ 'platformTable.emptyCell' | fdTranslate }}\n </span>\n }\n @if (column?.columnCellTemplate) {\n <ng-template\n [ngTemplateOutlet]=\"column.columnCellTemplate!\"\n [ngTemplateOutletContext]=\"{ $implicit: row.value, popping: false, rowIndex: row.index }\"\n ></ng-template>\n } @else {\n {{ row.value | valueByPath: column.key }}\n }\n } @else {\n @if (column?.editableColumnCellTemplate) {\n <ng-template\n [ngTemplateOutlet]=\"column.editableColumnCellTemplate!\"\n [ngTemplateOutletContext]=\"{ $implicit: row.value, popping: false, rowIndex: row.index }\"\n ></ng-template>\n } @else {\n <fdp-table-editable-cell\n [row]=\"row\"\n [column]=\"column\"\n [columnValue]=\"row.value | valueByPath: column.key\"\n ></fdp-table-editable-cell>\n }\n }\n </div>\n </td>\n}\n<ng-content></ng-content>\n@if (_fdpTableService._isShownNavigationColumn$()) {\n <td fd-table-cell class=\"fdp-table__cell--navigation is-last-child\" fdkDisabled [addDisabledClass]=\"false\">\n @if (row.navigatable) {\n <fd-icon\n fd-table-icon\n [navigation]=\"true\"\n [glyph]=\"navigationIcon()\"\n class=\"fdp-table__navigation-indicator\"\n [attr.title]=\"'platformTable.rowNavigateButtonTitle' | fdTranslate\"\n ></fd-icon>\n }\n </td>\n}\n<td\n aria-hidden=\"true\"\n class=\"fd-table__cell fd-table__cell--mock\"\n [class.fd-table__cell--mock-borderless]=\"!_tableColumnResizeService.cellMockVisible$()\"\n fdkDisabled\n [addDisabledClass]=\"false\"\n></td>\n", dependencies: [{ kind: "directive", type: TableCellDirective, selector: "[fdTableCell], [fd-table-cell]", inputs: ["noBorderX", "noBorderY", "activable", "focusable", "hoverable", "fitContent", "noPadding", "noData", "nonInteractive", "key"] }, { kind: "directive", type: TableStatusIndicatorDirective, selector: "[fdTableStatusIndicator], [fd-table-status-indicator]", inputs: ["status"] }, { kind: "directive", type: DisabledBehaviorDirective, selector: "[fdkDisabled]", inputs: ["fdkDisabled", "addDisabledClass", "disabledClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: CheckboxComponent, selector: "fd-checkbox", inputs: ["wrapLabel", "valignLabel", "ariaLabel", "role", "value", "ariaLabelledBy", "ariaDescribedBy", "title", "inputId", "state", "name", "label", "disabled", "readonly", "tristate", "tristateSelectable", "labelClass", "required", "displayOnly", "values", "standalone"], outputs: ["focusChange"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: PlatformTableCellResizableDirective, selector: "[fdpTableCellResizable]", inputs: ["fdpTableCellResizable", "columnName"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: TableEditableCellComponent, selector: "fdp-table-editable-cell", inputs: ["row", "column", "columnValue"] }, { kind: "directive", type: TableIconDirective, selector: "[fdTableIcon], [fd-table-icon]", inputs: ["class", "glyph", "glyphFont", "navigation"] }, { kind: "component", type: IconComponent, selector: "fd-icon", inputs: ["glyph", "font", "color", "background", "class", "ariaLabel", "ariaHidden"], outputs: ["ariaHiddenChange"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: ValueByPathPipe, name: "valueByPath" }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }, { kind: "pipe", type: SelectionCellStylesPipe, name: "selectionCellStyles" }, { kind: "pipe", type: TableCellStylesPipe, name: "tableCellStyles" }, { kind: "pipe", type: ColumnResizableSidePipe, name: "columnResizableSide" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
3644
3642
|
}
|
|
3645
3643
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableRowComponent, decorators: [{
|
|
3646
3644
|
type: Component,
|
|
@@ -3671,7 +3669,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
3671
3669
|
TableCellStylesPipe,
|
|
3672
3670
|
ColumnResizableSidePipe,
|
|
3673
3671
|
IconComponent
|
|
3674
|
-
], template: "@if (_fdpTableService._semanticHighlighting$(); as semanticHighlighting) {\n <td\n fd-table-cell\n fd-table-status-indicator\n fdkDisabled\n [addDisabledClass]=\"false\"\n [status]=\"row.value[semanticHighlighting]\"\n [cellFocusedEventAnnouncer]=\"_itemFocusedEventAnnouncer\"\n ></td>\n}\n<!-- hidden text for screenreader -->\n<ng-template #selectionScreenReaderText>\n <span\n aria-hidden=\"true\"\n [attr.id]=\"_rowSelectionHelperTextId\"\n [ngStyle]=\"{\n position: 'absolute !important',\n height: '1px',\n width: '1px',\n overflow: 'hidden',\n clip: 'rect(1px, 1px, 1px, 1px)',\n color: 'transparent',\n display: 'block'\n }\"\n >\n {{ (
|
|
3672
|
+
], template: "@if (_fdpTableService._semanticHighlighting$(); as semanticHighlighting) {\n <td\n fd-table-cell\n fd-table-status-indicator\n fdkDisabled\n [addDisabledClass]=\"false\"\n [status]=\"row.value[semanticHighlighting]\"\n [cellFocusedEventAnnouncer]=\"_itemFocusedEventAnnouncer\"\n ></td>\n}\n<!-- hidden text for screenreader -->\n<ng-template #selectionScreenReaderText>\n <span\n aria-hidden=\"true\"\n [attr.id]=\"_rowSelectionHelperTextId\"\n [ngStyle]=\"{\n position: 'absolute !important',\n height: '1px',\n width: '1px',\n overflow: 'hidden',\n clip: 'rect(1px, 1px, 1px, 1px)',\n color: 'transparent',\n display: 'block'\n }\"\n >\n {{ (row.checked ? 'platformTable.deselectSingleRow' : 'platformTable.selectSingleRow') | fdTranslate }}\n </span>\n</ng-template>\n<!-- Row Selection Cell -->\n@if (selectionMode === SELECTION_MODE.SINGLE) {\n @if (row.value[selectableKey] !== false) {\n <td\n class=\"fd-table__cell--checkbox\"\n [class.fd-table__cell--fixed]=\"fixed\"\n [attr.role]=\"_hasRowHeaderColumn$() ? 'rowheader' : 'gridcell'\"\n fd-table-cell\n [focusable]=\"true\"\n [style]=\"\n _contentDensityObserver.contentDensity$()\n | selectionCellStyles: isRtl() : _fdpTableService._semanticHighlightingColumnWidth$()\n \"\n [attr.aria-selected]=\"row.checked\"\n [attr.aria-labelledby]=\"_rowSelectionHelperTextId\"\n (click)=\"_toggleSingleSelectableRow()\"\n (keydown.enter)=\"_toggleSingleSelectableRow($event)\"\n (keydown.space)=\"_toggleSingleSelectableRow($event)\"\n [cellFocusedEventAnnouncer]=\"_itemFocusedEventAnnouncer\"\n >\n <ng-template [ngTemplateOutlet]=\"selectionScreenReaderText\"></ng-template>\n </td>\n } @else {\n <td\n class=\"fd-table__cell--checkbox\"\n role=\"gridcell\"\n fd-table-cell\n fdkDisabled\n [addDisabledClass]=\"false\"\n [class.fd-table__cell--fixed]=\"fixed\"\n [cellFocusedEventAnnouncer]=\"_itemFocusedEventAnnouncer\"\n ></td>\n }\n} @else if (selectionMode === SELECTION_MODE.MULTIPLE) {\n @if (row.value[selectableKey] !== false) {\n <td\n class=\"fd-table__cell--checkbox\"\n [class.fd-table__cell--fixed]=\"fixed\"\n [cellFocusedEventAnnouncer]=\"_itemFocusedEventAnnouncer\"\n role=\"cell\"\n fd-table-cell\n [focusable]=\"true\"\n (keydown.enter)=\"_toggleMultiSelectRow(row, $event)\"\n (keydown.space)=\"_toggleMultiSelectRow(row, $event)\"\n [attr.aria-labelledby]=\"_rowSelectionHelperTextId\"\n [attr.aria-selected]=\"row.checked\"\n [style]=\"\n _contentDensityObserver.contentDensity$()\n | selectionCellStyles: isRtl() : _fdpTableService._semanticHighlightingColumnWidth$()\n \"\n >\n <ng-template [ngTemplateOutlet]=\"selectionScreenReaderText\"></ng-template>\n <fd-checkbox\n tabIndexValue=\"-1\"\n labelClass=\"fd-table__checkbox-label\"\n [tristate]=\"enableTristateMode\"\n [tristateSelectable]=\"false\"\n [ngModel]=\"row.checked$ | async\"\n (ngModelChange)=\"_toggleMultiSelectRow(row)\"\n ></fd-checkbox>\n </td>\n } @else {\n <td\n class=\"fd-table__cell--checkbox\"\n role=\"gridcell\"\n fd-table-cell\n fdkDisabled\n [addDisabledClass]=\"false\"\n [class.fd-table__cell--fixed]=\"fixed\"\n [cellFocusedEventAnnouncer]=\"_itemFocusedEventAnnouncer\"\n ></td>\n }\n}\n@for (column of _fdpTableService.visibleColumns$(); track column.name) {\n <td\n #tableCellElement\n fd-table-cell\n [fdpTableCellResizable]=\"\n $index\n | columnResizableSide\n : _fdpTableService.visibleColumnsLength()\n : _fdpTableService._isShownNavigationColumn$()\n \"\n [columnName]=\"column.name\"\n [focusable]=\"true\"\n [attr.role]=\"column.role\"\n [headers]=\"rowId + '__' + column.name\"\n [cellFocusedEventAnnouncer]=\"_itemFocusedEventAnnouncer\"\n [ngClass]=\"[\n 'fdp-table__col--' + column.name,\n column._freezed ? 'fd-table__cell--fixed' : '',\n column.name === freezeColumnsTo ? 'fd-table__cell--fixed-last' : '',\n column._endFreezed ? 'fd-table__cell--fixed-end' : '',\n column.name === freezeEndColumnsTo ? 'fd-table__cell--fixed-end-last' : '',\n row.isTree && $index === 0 ? 'fd-table__cell--expand' : '',\n $last && !_fdpTableService._isShownNavigationColumn$() ? 'is-last-child' : ''\n ]\"\n [ngStyle]=\"\n column\n | tableCellStyles\n : isRtl()\n : _fdpTableService._semanticHighlightingColumnWidth$()\n : selectionColumnWidth\n : column._freezed\n : column._endFreezed\n : _tableColumnResizeService.getPrevColumnsWidth(column.name)\n : _tableColumnResizeService.getColumnWidthStyle(column.name)\n : _tableColumnResizeService.getNextColumnsWidth(column.name)\n \"\n [attr.aria-expanded]=\"_isTreeRowFirstCell($index, row) ? row.expanded : null\"\n [attr.data-nesting-level]=\"$index === 0 ? row.level + 1 : null\"\n (cellFocused)=\"_handleCellFocused($event, $index, row, column, tableTextContainer)\"\n (focusout)=\"_announceEmptyCell.set(false)\"\n (click)=\"_tableRowService.cellClicked({ index: $index, row })\"\n (keydown.enter)=\"_isTreeRowFirstCell($index, row, $event) && _toggleGroupRow()\"\n (keydown.arrowLeft)=\"_tableRowService.scrollToOverlappedCell()\"\n (keydown.arrowRight)=\"_tableRowService.scrollToOverlappedCell()\"\n (keydown.space)=\"_handleCellSpaceKey($index, tableCellElement, $event)\"\n [attr.title]=\"\n _isTreeRowFirstCell($index, row) && row.expanded\n ? ('platformTable.collapseRowButtonTitle' | fdTranslate)\n : _isTreeRowFirstCell($index, row) && !row.expanded\n ? ('platformTable.expandRowButtonTitle' | fdTranslate)\n : null\n \"\n >\n <div\n [class.fd-table__text]=\"column.applyText\"\n [class.fd-table__text--no-wrap]=\"column.noWrap\"\n #tableTextContainer\n >\n @if (_isTreeRowFirstCell($index, row)) {\n <span\n class=\"fd-table__expand\"\n [class.fd-table__expand--open]=\"row.expanded$ | async\"\n aria-hidden=\"true\"\n ></span>\n }\n @if (row.state === 'readonly') {\n @if (_announceEmptyCell()) {\n <span\n [ngStyle]=\"{\n position: 'absolute',\n height: '1px',\n width: '1px',\n overflow: 'hidden',\n clip: 'rect(1px, 1px, 1px, 1px)',\n color: 'transparent',\n display: 'block'\n }\"\n >\n {{ 'platformTable.emptyCell' | fdTranslate }}\n </span>\n }\n @if (column?.columnCellTemplate) {\n <ng-template\n [ngTemplateOutlet]=\"column.columnCellTemplate!\"\n [ngTemplateOutletContext]=\"{ $implicit: row.value, popping: false, rowIndex: row.index }\"\n ></ng-template>\n } @else {\n {{ row.value | valueByPath: column.key }}\n }\n } @else {\n @if (column?.editableColumnCellTemplate) {\n <ng-template\n [ngTemplateOutlet]=\"column.editableColumnCellTemplate!\"\n [ngTemplateOutletContext]=\"{ $implicit: row.value, popping: false, rowIndex: row.index }\"\n ></ng-template>\n } @else {\n <fdp-table-editable-cell\n [row]=\"row\"\n [column]=\"column\"\n [columnValue]=\"row.value | valueByPath: column.key\"\n ></fdp-table-editable-cell>\n }\n }\n </div>\n </td>\n}\n<ng-content></ng-content>\n@if (_fdpTableService._isShownNavigationColumn$()) {\n <td fd-table-cell class=\"fdp-table__cell--navigation is-last-child\" fdkDisabled [addDisabledClass]=\"false\">\n @if (row.navigatable) {\n <fd-icon\n fd-table-icon\n [navigation]=\"true\"\n [glyph]=\"navigationIcon()\"\n class=\"fdp-table__navigation-indicator\"\n [attr.title]=\"'platformTable.rowNavigateButtonTitle' | fdTranslate\"\n ></fd-icon>\n }\n </td>\n}\n<td\n aria-hidden=\"true\"\n class=\"fd-table__cell fd-table__cell--mock\"\n [class.fd-table__cell--mock-borderless]=\"!_tableColumnResizeService.cellMockVisible$()\"\n fdkDisabled\n [addDisabledClass]=\"false\"\n></td>\n" }]
|
|
3675
3673
|
}], ctorParameters: () => [], propDecorators: { rowId: [{
|
|
3676
3674
|
type: Input
|
|
3677
3675
|
}], row: [{
|
|
@@ -5353,7 +5351,7 @@ class TableComponent extends Table {
|
|
|
5353
5351
|
provide: FDP_PRESET_MANAGED_COMPONENT,
|
|
5354
5352
|
useExisting: TableComponent
|
|
5355
5353
|
}
|
|
5356
|
-
], queries: [{ propertyName: "tableToolbar", first: true, predicate: TABLE_TOOLBAR, descendants: true }, { propertyName: "_noDataWrapper", first: true, predicate: NoDataWrapperComponent, descendants: true }, { propertyName: "columns", predicate: TableColumn }, { propertyName: "customEditableCells", predicate: EditableTableCell, descendants: true }], viewQueries: [{ propertyName: "tableScrollable", first: true, predicate: ["tableScrollable"], descendants: true }, { propertyName: "tableContainer", first: true, predicate: ["tableContainer"], descendants: true }, { propertyName: "table", first: true, predicate: TableComponent$1, descendants: true, read: ElementRef }, { propertyName: "_focusableGrid", first: true, predicate: FDK_FOCUSABLE_GRID_DIRECTIVE, descendants: true }, { propertyName: "_tableBody", first: true, predicate: ["tableBody"], descendants: true, read: ElementRef }, { propertyName: "_dndDirective", first: true, predicate: DndListDirective, descendants: true }], usesInheritance: true, usesOnChanges: true, hostDirectives: [{ directive: i1.TableDataSourceDirective, inputs: ["dataSource", "dataSource", "childDataSource", "childDataSource"], outputs: ["childDataSourceChanged", "childDataSourceChanged", "onDataRequested", "onDataRequested", "onDataReceived", "onDataReceived", "dataSourceChanged", "dataSourceChanged", "dataChanged", "dataChanged", "isLoading", "isLoading"] }, { directive: i1.TableHeaderResizerDirective }], ngImport: i0, template: "@if (tableToolbar) {\n <!-- Toolbar -->\n <ng-template\n [ngTemplateOutlet]=\"tableToolbar.contentTemplateRef\"\n [ngTemplateOutletContext]=\"_toolbarContext\"\n ></ng-template>\n}\n<fd-busy-indicator\n [loading]=\"(_tableService.tableLoading$ | async) === true && _dataSourceDirective._firstLoadingDone\"\n [block]=\"true\"\n>\n <!-- Table Container -->\n <div class=\"fdp-table__container\" #tableContainer>\n <ng-template [ngTemplateOutlet]=\"tableTemplate\"></ng-template>\n @if (enableDragResize) {\n <!-- Table column resizer for visually representing the resizing process -->\n <fdp-table-column-resizer class=\"fdp-table__column-resizer\"></fdp-table-column-resizer>\n }\n </div>\n @if (showGrowingButton) {\n <fdp-table-growing-button [showItemsCount]=\"showItemsCount\"></fdp-table-growing-button>\n }\n</fd-busy-indicator>\n<!-- Table Template -->\n<ng-template #tableTemplate>\n <div\n class=\"fdp-table__body fd-scrollbar\"\n [class.fdp-table__body--virtual-scroll]=\"!!_virtualScrollDirective?.virtualScroll\"\n [class.fdp-table__body--disable-scroll]=\"!!_dndTableDirective?.dragDropInProgress\"\n fdpTableScrollable\n #tableScrollable=\"tableScrollable\"\n [style.height]=\"bodyHeight\"\n [class.fixed-height]=\"!!bodyHeight\"\n [attr.role]=\"pageScrolling ? 'feed' : null\"\n [class.fd-table--fixed]=\"_freezableColumns.size || fixed\"\n >\n <table\n fd-table\n [attr.role]=\"isTreeTable ? 'treegrid' : 'grid'\"\n class=\"fdp-table__body-table\"\n [allCellsFocusable]=\"true\"\n [popIn]=\"_tableService.poppingColumns$().length > 0\"\n [class.fd-table--no-outer-border]=\"noOuterBorders\"\n [attr.aria-labelledby]=\"_ariaLabelledBy\"\n >\n <thead fd-table-header [nonInteractive]=\"nonInteractiveHeader\" class=\"fdp-table__header\">\n <tr\n fdp-table-header-row\n [noBorders]=\"noBorders\"\n [noHorizontalBorders]=\"noHorizontalBorders\"\n [noVerticalBorders]=\"noVerticalBorders\"\n [rowId]=\"id\"\n [fixed]=\"fixed\"\n [isShownSelectionColumn]=\"isSelectionColumnShown\"\n [checkedState]=\"_checkedState\"\n [selectionMode]=\"_selectionMode\"\n [selectionColumnWidth]=\"_selectionColumnWidth\"\n [freezeColumnsTo]=\"freezeColumnsTo\"\n [freezeEndColumnsTo]=\"freezeEndColumnsTo\"\n (keydown.enter)=\"_onRowClick(null, $event)\"\n (keydown.space)=\"_onRowClick(null, $event)\"\n (click)=\"_onRowClick(null, $event)\"\n [disableSelectionCheckbox]=\"_dataSourceTableRows.length === 0\"\n ></tr>\n </thead>\n @if (!!_tableRowsVisible.length && _tableService.visibleColumnsLength() > 0) {\n <tbody\n fd-table-body\n fdkDndList\n #tableBody\n [dragoverPredicate]=\"_dndTableDirective?.dragoverPredicate\"\n [dropPredicate]=\"_dndTableDirective?.dropPredicate\"\n [noBorderX]=\"noBorderX || noBorders\"\n [noBorderY]=\"noBorderY || noBorders\"\n [tabIndex]=\"pageScrolling ? 0 : -1\"\n [items]=\"_dndTableRowsPlaceholder\"\n [draggable]=\"isDraggable\"\n [dropMode]=\"_dndTableDirective?.dropMode ?? 'group'\"\n (itemDropped)=\"_dndTableDirective?.dragDropItemDrop($event)\"\n (dropPredicateCalculating)=\"_calculatingLoading($event)\"\n (dropCancelled)=\"_dndTableDirective?.dropCancelled()\"\n >\n @for (rowIndex of _tableCurrentlyRenderedRowsPlaceholder; track _rowTrackBy($index, rowIndex)) {\n @if (_tableRowsVisible[rowIndex]; as row) {\n @switch (row.type) {\n @case ('group') {\n <tr\n fdp-table-group-row\n [index]=\"rowIndex\"\n [height]=\"rowHeight\"\n [draggable]=\"isDraggable\"\n [row]=\"row\"\n [rowId]=\"id\"\n [keyToColumnMap]=\"_keyToColumnMap\"\n [tableColumnsLength]=\"_tableColumnsLength\"\n (toggleGroupRow)=\"_toggleGroupRow($event)\"\n (click)=\"_emitRowActivate(row, $event.ctrlKey || $event.metaKey)\"\n ></tr>\n }\n @default {\n <tr\n [fdkDndItem]=\"row\"\n [applyDragItemClass]=\"isDraggable\"\n [class]=\"row | rowClasses: rowsClass\"\n [tabindex]=\"rowsActivable || !!row.navigatable ? 0 : -1\"\n [focusable]=\"rowsActivable || !!row.navigatable\"\n [hoverable]=\"rowsActivable || isSelectionColumnShown || !!row.navigatable\"\n [activable]=\"rowsActivable || !!row.navigatable\"\n [active]=\"rowIndex === _navigatedRowIndex\"\n [highlightActive]=\"highlightNavigatedRow\"\n [style.height.px]=\"rowHeight\"\n [attr.aria-level]=\"isTreeTable ? row.level + 1 : null\"\n (keydown.enter)=\"_onRowClick(row, $event)\"\n (keydown.space)=\"_onRowClick(row, $event)\"\n (click)=\"_onRowClick(row, $event)\"\n (started)=\"_dndTableDirective?.dragDropStart()\"\n [main]=\"true\"\n [class.fd-table__row--draggable]=\"isDraggable\"\n fdp-table-row\n [attr.aria-rowindex]=\"rowIndex + 1\"\n [rowId]=\"id\"\n [class.fd-tr-hovered]=\"!row.checked && hoveredRowIndex$() === rowIndex\"\n [index]=\"rowIndex\"\n [row]=\"row\"\n [selectionMode]=\"_selectionMode\"\n [selectableKey]=\"selectableKey\"\n [enableTristateMode]=\"enableTristateMode\"\n [fixed]=\"fixed\"\n [selectionColumnWidth]=\"_selectionColumnWidth\"\n [freezeColumnsTo]=\"freezeColumnsTo\"\n [freezeEndColumnsTo]=\"freezeEndColumnsTo\"\n ></tr>\n }\n }\n @if (row.type === 'item' && _tableService.poppingColumns$().length > 0) {\n <tr\n (keydown.enter)=\"_onRowClick(row, $event)\"\n (keydown.space)=\"_onRowClick(row, $event)\"\n (click)=\"_onRowClick(row, $event)\"\n fdp-table-popping-row\n [secondary]=\"true\"\n [style.cursor]=\"rowsActivable || !!row.navigatable ? 'pointer' : 'auto'\"\n [style.height.px]=\"secondaryRowHeight\"\n [selectionMode]=\"selectionMode\"\n [row]=\"row\"\n [checked]=\"row.checked\"\n [class]=\"row | rowClasses: rowsClass\"\n (toggleGroupRow)=\"_toggleGroupRow($event)\"\n (cellClicked)=\"_onCellClick($event.index, $event.row)\"\n (mouseenter)=\"handleMouseEnter(rowIndex)\"\n (mouseleave)=\"handleMouseLeave()\"\n ></tr>\n }\n @if (row.children.length === 0 && (row.childItemsLoading$ | async)) {\n @for (_ of loadingRowRange; track $index) {\n <tr fd-table-row>\n @for (_ of loadingColumnsRange; track $index) {\n <td fd-table-cell>\n <fd-skeleton\n [style.margin]=\"'auto 0'\"\n type=\"text\"\n textLines=\"1\"\n width=\"60%\"\n ></fd-skeleton>\n </td>\n }\n </tr>\n }\n }\n <!-- Last rendered child row. -->\n @if (row.parent?.lastChild?.index === row.index) {\n <tr\n aria-hidden=\"true\"\n class=\"fd-table__intersection-spy\"\n [fdkIntersectionSpy]=\"pageScrollingThreshold\"\n (intersected)=\"$event && _tableRowService.loadChildRows(row.parent!)\"\n [style.top.px]=\"pageScrollingThreshold * -1\"\n ></tr>\n }\n }\n }\n @if (pageScrolling) {\n <tr\n aria-hidden=\"true\"\n class=\"fd-table__intersection-spy\"\n [fdkIntersectionSpy]=\"pageScrollingThreshold\"\n (intersected)=\"$event && _onSpyIntersect($event)\"\n [style.top.px]=\"pageScrollingThreshold * -1\"\n ></tr>\n }\n </tbody>\n } @else {\n @if (!_dataSourceDirective._firstLoadingDone) {\n <tbody fd-table-body>\n @for (_ of loadingRowRange; track $index) {\n <tr fd-table-row>\n @for (_ of loadingColumnsRange; track $index) {\n <td fd-table-cell>\n <fd-skeleton\n [style.margin]=\"'auto 0'\"\n type=\"text\"\n textLines=\"1\"\n width=\"60%\"\n ></fd-skeleton>\n </td>\n }\n </tr>\n }\n </tbody>\n } @else {\n <tbody fd-table-body class=\"fdp-table__empty\">\n <tr fd-table-row>\n <td fd-table-cell class=\"fd-table__cell--no-data\" [attr.colspan]=\"_tableColumnsLength\">\n <div class=\"fdp-table__empty-table-message\">\n <ng-content select=\"fdp-table-no-data-wrapper\"></ng-content>\n @if (!_noDataWrapper && _tableService.visibleColumnsLength() > 0) {\n <div>\n {{\n emptyTableMessage ||\n ('platformTable.defaultEmptyMessage' | fdTranslate)()\n }}\n </div>\n } @else if (_tableService.visibleColumnsLength() === 0) {\n <div>\n {{\n noVisibleColumnsMessage ||\n ('platformTable.noVisibleColumnsMessage' | fdTranslate)()\n }}\n </div>\n }\n </div>\n </td>\n </tr>\n </tbody>\n }\n }\n @if (pageScrolling) {\n <tbody class=\"fd-table__body__focus-mock\"></tbody>\n }\n @if (_virtualScrollDirective?.virtualScroll) {\n <!-- the tbody element below is so the scrollbar renders correctly -->\n <tbody>\n <tr>\n <td colspan=\"100%\" [style.height.px]=\"_virtualScrollDirective!.virtualScrollTotalHeight\"></td>\n </tr>\n </tbody>\n }\n @if (showTableFooter) {\n <tfoot fd-table-footer>\n <tr fdp-table-footer-row></tr>\n </tfoot>\n }\n </table>\n </div>\n</ng-template>\n<!-- Empty Table Message -->\n", styles: [".fd-scrollbar{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;overflow:auto;padding-block:0;padding-inline:0;scrollbar-color:var(--fdScrollbar_Thumb_Color) var(--fdScrollbar_Track_Color)}.fd-scrollbar:after,.fd-scrollbar:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-scrollbar.is-focus,.fd-scrollbar:focus{outline:none;z-index:5}.fd-scrollbar::-webkit-scrollbar{height:var(--fdScrollbar_Dimension);width:var(--fdScrollbar_Dimension)}.fd-scrollbar::-webkit-scrollbar-corner,.fd-scrollbar::-webkit-scrollbar-track{background-color:var(--fdScrollbar_Track_Color)}.fd-scrollbar::-webkit-scrollbar-thumb{background-color:transparent;border:var(--fdScrollbar_Thumb_Offset) solid transparent;border-radius:calc(var(--fdScrollbar_Thumb_Border_Radius) - var(--fdScrollbar_Thumb_Offset));-webkit-box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color);box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color)}.fd-scrollbar::-webkit-scrollbar-thumb:active,.fd-scrollbar::-webkit-scrollbar-thumb:hover{-webkit-box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Hover_Color);box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Hover_Color)}.fd-scrollbar--container::-webkit-scrollbar-corner,.fd-scrollbar--container::-webkit-scrollbar-track{background-color:var(--fdScrollbar_Track_Color);border-radius:0 var(--fdScrollbar_Border_Radius) var(--fdScrollbar_Border_Radius) 0}.fd-scrollbar--container[dir=rtl]::-webkit-scrollbar-corner,.fd-scrollbar--container[dir=rtl]::-webkit-scrollbar-track,[dir=rtl] .fd-scrollbar--container::-webkit-scrollbar-corner,[dir=rtl] .fd-scrollbar--container::-webkit-scrollbar-track{border-radius:var(--fdScrollbar_Border_Radius) 0 0 var(--fdScrollbar_Border_Radius)}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.fd-table__cell--focusable[aria-selected=true]:after{border-color:var(--sapContent_FocusColor)!important}fdk-dynamic-portal .fdp-table-toolbar-actions{gap:.5rem;display:flex;flex-direction:column}.fdp-table{display:block}.fdp-table .fd-table__row:focus-visible{outline:none}.fdp-table .fdp-table-toolbar-actions{gap:.5rem;display:flex;align-items:center}.fdp-table .fdp-table__applied-filters-toolbar label{flex-shrink:1}.fdp-table .fdp-table__body-table,.fdp-table .fdp-table__header-table,.fdp-table .fdp-table__body-hs-table{table-layout:auto;width:100%;border-collapse:separate;border-spacing:0}.fdp-table .fd-table__body__focus-mock{position:absolute;top:var(--fdTable_Header_Cell_Height);left:0;right:0;bottom:0;pointer-events:none;z-index:5}.fdp-table .fd-table__body:focus+.fd-table__body__focus-mock{outline-offset:-.1875rem;outline-width:.0625rem;outline-width:var(--sapContent_FocusWidth, .0625rem);outline-color:#000;outline-color:var(--sapContent_FocusColor, #000);outline-style:dotted;outline-style:var(--sapContent_FocusStyle, dotted)}.fdp-table.fd-table--tree .fd-table__body .fd-table__row,.fdp-table.fd-table--tree .fd-table__body .fd-table__row .fd-replace-indicator,.fdp-table.fd-table--group .fd-table__body .fd-table__row,.fdp-table.fd-table--group .fd-table__body .fd-table__row .fd-replace-indicator{height:2.75rem}.fdp-table.fd-table--tree.fd-table--compact .fd-table__body .fd-table__row,.fdp-table.fd-table--tree.fd-table--compact .fd-table__body .fd-table__row .fd-replace-indicator,.fdp-table.fd-table--group.fd-table--compact .fd-table__body .fd-table__row,.fdp-table.fd-table--group.fd-table--compact .fd-table__body .fd-table__row .fd-replace-indicator{height:2rem}.fdp-table.fd-table--tree.fd-table--condensed .fd-table__body .fd-table__row,.fdp-table.fd-table--tree.fd-table--condensed .fd-table__body .fd-table__row .fd-replace-indicator,.fdp-table.fd-table--group.fd-table--condensed .fd-table__body .fd-table__row,.fdp-table.fd-table--group.fd-table--condensed .fd-table__body .fd-table__row .fd-replace-indicator{height:1.563rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__row{cursor:auto}.fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable:hover{cursor:grab}.fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable:active{cursor:grabbing}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable.fd-dnd-on-drag.fd-dnd-placeholder,.fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable.fd-dnd-on-drag.fd-dnd-placeholder[dir=rtl]{padding-left:.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable.fd-dnd-on-drag:not(.fd-dnd-placeholder) .fdp-table__cell--selection{top:0;transform:translate(-100%)}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable.fd-dnd-on-drag:not(.fd-dnd-placeholder) .fdp-table__cell--selection,.fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable.fd-dnd-on-drag:not(.fd-dnd-placeholder) .fdp-table__cell--selection[dir=rtl]{transform:translate(100%)}.fdp-table.fd-table--tree .fd-table__body .fd-table__row .fd-replace-indicator{top:auto}.fdp-table.fd-table--tree .fd-table__body .fd-table__row .fd-table__text{white-space:nowrap}.fdp-table.fd-table--tree.fd-table--condensed .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder,.fdp-table.fd-table--tree.fd-table--compact .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder{padding-left:2rem}[dir=rtl] .fdp-table.fd-table--tree.fd-table--condensed .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder,.fdp-table.fd-table--tree.fd-table--condensed .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder[dir=rtl],[dir=rtl] .fdp-table.fd-table--tree.fd-table--compact .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder,.fdp-table.fd-table--tree.fd-table--compact .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder[dir=rtl]{padding-left:.5rem}.fdp-table.fd-table--condensed .fd-table__body .fd-table__cell--checkbox .fd-checkbox__label{position:relative;margin-top:0}.fdp-table.fdp-table--no-outer-border .fdp-table__header,.fdp-table.fdp-table--no-outer-border .fdp-table__body,.fdp-table.fdp-table--no-outer-border .fdp-table__body-hs,[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__header,.fdp-table.fdp-table--no-outer-border .fdp-table__header[dir=rtl],[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__body,.fdp-table.fdp-table--no-outer-border .fdp-table__body[dir=rtl],[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__body-hs,.fdp-table.fdp-table--no-outer-border .fdp-table__body-hs[dir=rtl]{border-left:none;border-right:none}[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__header .fd-table__cell:first-child,.fdp-table.fdp-table--no-outer-border .fdp-table__header[dir=rtl] .fd-table__cell:first-child,[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__body .fd-table__cell:first-child,.fdp-table.fdp-table--no-outer-border .fdp-table__body[dir=rtl] .fd-table__cell:first-child,[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__body-hs .fd-table__cell:first-child,.fdp-table.fdp-table--no-outer-border .fdp-table__body-hs[dir=rtl] .fd-table__cell:first-child{border-right:none}.fdp-table.fdp-table--no-outer-border .fdp-table__header .fd-table__cell{border-top:none}.fdp-table.fdp-table--no-outer-border .fdp-table__body{border-bottom:none}.fdp-table__container{position:relative;overflow:hidden;outline:none}.fdp-table__header{z-index:2}.fdp-table__header .fd-table__cell,.fdp-table__header .fd-table__cell--mock{border-top:.0625rem solid #e4e4e4;border-top:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4);border-bottom:.0625rem solid #e4e4e4;border-bottom:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4)}.fdp-table__header .fd-table__cell{margin-top:0;max-height:100%;top:0}.fdp-table__header .fd-table__cell--fixed{position:sticky}.fdp-table__header .fd-table__cell .fd-table__popover--custom{display:none}.fdp-table__header .fd-table__cell .fdp-table__navigation-indicator{opacity:0;visibility:hidden}.fdp-table__header .fd-table__cell--truncate-txt{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:text-bottom;max-width:100%}.fdp-table__header th.fd-table__cell{border-block-start:none}.fdp-table__body-hs{box-sizing:border-box;border-left:.0625rem solid #e4e4e4;border-left:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4);background:var(--fdScrollbar_Track_Color, #ffffff);padding-right:var(--fdScrollbar_Dimension)}[dir=rtl] .fdp-table__body-hs,.fdp-table__body-hs[dir=rtl]{padding-right:0;padding-left:var(--fdScrollbar_Dimension);border-left:none;border-right:.0625rem solid #e4e4e4;border-right:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4)}.fdp-table__body-hs-wrap{width:100%;position:relative}.fdp-table__body-hs-spacer{position:absolute;height:1px;visibility:hidden}.fdp-table__empty-table-message{box-sizing:border-box;padding:1rem;text-align:center;display:flex;align-items:center;justify-content:center;align-content:center;width:100%}.fdp-table__empty .fd-table__cell{width:100%}.fdp-table__empty .fd-table__body{border-left:none}[dir=rtl] .fdp-table__empty .fd-table__body,.fdp-table__empty .fd-table__body[dir=rtl]{border-left:.0625rem solid #e4e4e4;border-left:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4);border-right:none}.fdp-table__empty.fixed-height{background-color:#fff;background-color:var(--sapList_Background, #fff)}.fdp-table .fd-table__cell{z-index:0}.fdp-table .fd-table__cell--group{min-width:100%;border-left:none}.fdp-table .fd-table__cell--group:before{content:\"\";display:block;position:absolute;top:-.0625rem;left:0;right:0;border-top:.0625rem solid #e4e4e4;border-top:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4)}.fdp-table .fd-table__cell--status-indicator{border-left:none;border-right:.0625rem solid #e4e4e4;border-right:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4);min-width:.375rem}[dir=rtl] .fdp-table .fd-table__cell--status-indicator,.fdp-table .fd-table__cell--status-indicator[dir=rtl]{border-right:none}.fdp-table .fd-table__cell--mock.fd-table__cell--mock-borderless{border-left:none!important;border-right:none!important;border-bottom:none!important;border-top:none!important}.fdp-table .fd-table__cell .fdp-table__navigation-indicator{margin:auto}[dir=rtl] .fdp-table .fd-table__cell:nth-last-child(2):not(.fdp-table__cell--group),.fdp-table .fd-table__cell[dir=rtl]:nth-last-child(2):not(.fdp-table__cell--group){border-left:.0625rem solid #e4e4e4;border-left:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4)}.fdp-table .fd-dnd-item{position:relative}.fdp-table .fd-table__cell--fixed{position:sticky;display:table-cell;z-index:1}.fdp-table .fd-table__cell--checkbox fd-checkbox{display:flex;height:100%}.fdp-table .fd-table__cell--checkbox fd-checkbox .fd-checkbox__label{align-self:center;margin:0}.fdp-table .fd-table__expand-wrapper{display:flex;align-items:center}.fdp-table__column-resizer{bottom:calc(var(--fdScrollbar_Dimension) + var(--sapList_BorderWidth, .0625rem))}.fdp-table__cell--navigation{width:4rem;min-width:4rem;max-width:4rem}.fdp-table__body-table.fd-table--pop-in .fd-table__row--secondary .fd-table__cell{border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fdp-table__body-table.fd-table--pop-in .fd-table__row--secondary:hover{background-color:var(--sapList_Hover_Background)}.fdp-table__body-table.fd-table--pop-in .fdp-table__header .fd-table__cell .fd-table__text{margin-bottom:0}.fdp-table__body--virtual-scroll{position:relative;will-change:scroll-position}.fdp-table__body--virtual-scroll .fd-table__body{position:static;will-change:transform}.fdp-table.fd-table--no-vertical-borders .fd-table__cell--status-indicator{border-right-color:transparent}[dir=rtl] .fdp-table.fd-table--no-vertical-borders .fd-table__cell--status-indicator,.fdp-table.fd-table--no-vertical-borders .fd-table__cell--status-indicator[dir=rtl]{border-left-color:transparent}.fdp-table__growing-button{height:auto}.fdp-table__growing-button__title{font-weight:700;margin:.813rem 0}.fdp-table__growing-button__subtitle{padding-bottom:.875rem}.fdp-table__growing-button-content{display:flex;justify-content:center;flex-direction:column}.fdp-table__growing-button-content--byline>*{display:flex;flex-direction:column;width:100%}.fdp-table__growing-button-total{border-top:var(--fdList_Item_Action_Border)!important}.fdp-table__growing-button-total .fd-list__title{line-height:2.75rem}.fdp-table.fdp-table--outer-scroll .fd-toolbar{position:sticky;z-index:10;top:0}.fdp-table.fdp-table--outer-scroll .fdp-table__body.fd-scrollbar,.fdp-table.fdp-table--outer-scroll .fdp-table__container{overflow:visible}.fdp-table.fdp-table--outer-scroll thead{position:sticky;top:0}.fdp-table.fdp-table--outer-scroll:has(.fd-toolbar) thead{position:sticky;top:2.75rem}.fdp-table.fdp-table--outer-scroll:has(.fd-toolbar):has(.is-compact) thead{position:sticky;top:2rem}.fdp-table.fdp-table--outer-scroll:has(.fd-toolbar):has(.fd-toolbar--title) thead{position:sticky;top:2.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl]{padding-left:.5rem;padding-right:2.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:4.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl]{padding-left:.5rem;padding-right:4.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl]{padding-left:.5rem;padding-right:5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:5.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl]{padding-left:.5rem;padding-right:5.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:6rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl]{padding-left:.5rem;padding-right:6rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:6.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl]{padding-left:.5rem;padding-right:6.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:7rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl]{padding-left:.5rem;padding-right:7rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:7.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl]{padding-left:.5rem;padding-right:7.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:8rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl]{padding-left:.5rem;padding-right:8rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:8.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl]{padding-left:.5rem;padding-right:8.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:9rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl]{padding-left:.5rem;padding-right:9rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:9.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl]{padding-left:.5rem;padding-right:9.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:10rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl]{padding-left:.5rem;padding-right:10rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:10.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl]{padding-left:.5rem;padding-right:10.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:11rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl]{padding-left:.5rem;padding-right:11rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:11.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl]{padding-left:.5rem;padding-right:11.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:12rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl]{padding-left:.5rem;padding-right:12rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:12.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl]{padding-left:.5rem;padding-right:12.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:13rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl]{padding-left:.5rem;padding-right:13rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:13.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl]{padding-left:.5rem;padding-right:13.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand,.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand{cursor:pointer;white-space:nowrap}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl]{padding-left:.5rem;padding-right:0}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl]{padding-left:.5rem;padding-right:1.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl]{padding-left:.5rem;padding-right:2.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:2.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl]{padding-left:.5rem;padding-right:2.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl]{padding-left:.5rem;padding-right:3.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:3.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl]{padding-left:.5rem;padding-right:3.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl]{padding-left:.5rem;padding-right:4.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:4.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl]{padding-left:.5rem;padding-right:4.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl]{padding-left:.5rem;padding-right:5.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:5.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl]{padding-left:.5rem;padding-right:5.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl]{padding-left:.5rem;padding-right:6.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:6.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl]{padding-left:.5rem;padding-right:6.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl]{padding-left:.5rem;padding-right:7.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:7.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl]{padding-left:.5rem;padding-right:7.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl]{padding-left:.5rem;padding-right:8.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:8.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl]{padding-left:.5rem;padding-right:8.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl]{padding-left:.5rem;padding-right:9.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:9.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl]{padding-left:.5rem;padding-right:9.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl]{padding-left:.5rem;padding-right:10.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:10.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl]{padding-left:.5rem;padding-right:10.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl]{padding-left:.5rem;padding-right:2rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:3.5rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl]{padding-left:.5rem;padding-right:3.5rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl]{padding-left:.5rem;padding-right:4.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:4.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl]{padding-left:.5rem;padding-right:4.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:5.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl]{padding-left:.5rem;padding-right:5.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:5.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl]{padding-left:.5rem;padding-right:5.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:6.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl]{padding-left:.5rem;padding-right:6.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:6.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl]{padding-left:.5rem;padding-right:6.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:7.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl]{padding-left:.5rem;padding-right:7.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:7.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl]{padding-left:.5rem;padding-right:7.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:8.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl]{padding-left:.5rem;padding-right:8.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:8.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl]{padding-left:.5rem;padding-right:8.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:9.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl]{padding-left:.5rem;padding-right:9.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:9.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl]{padding-left:.5rem;padding-right:9.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:10.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl]{padding-left:.5rem;padding-right:10.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:10.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl]{padding-left:.5rem;padding-right:10.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:11.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl]{padding-left:.5rem;padding-right:11.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:11.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl]{padding-left:.5rem;padding-right:11.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:12.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl]{padding-left:.5rem;padding-right:12.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:12.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl]{padding-left:.5rem;padding-right:12.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl]{padding-left:.5rem;padding-right:0}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl]{padding-left:.5rem;padding-right:1.5rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl]{padding-left:.5rem;padding-right:2.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:2.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl]{padding-left:.5rem;padding-right:2.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl]{padding-left:.5rem;padding-right:3.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:3.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl]{padding-left:.5rem;padding-right:3.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl]{padding-left:.5rem;padding-right:4.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:4.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl]{padding-left:.5rem;padding-right:4.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl]{padding-left:.5rem;padding-right:5.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:5.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl]{padding-left:.5rem;padding-right:5.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl]{padding-left:.5rem;padding-right:6.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:6.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl]{padding-left:.5rem;padding-right:6.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl]{padding-left:.5rem;padding-right:7.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:7.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl]{padding-left:.5rem;padding-right:7.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl]{padding-left:.5rem;padding-right:8.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:8.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl]{padding-left:.5rem;padding-right:8.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl]{padding-left:.5rem;padding-right:9.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:9.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl]{padding-left:.5rem;padding-right:9.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl]{padding-left:.5rem;padding-right:10.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:10.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl]{padding-left:.5rem;padding-right:10.75rem}.fd-table__intersection-spy{position:relative}.fdp-table--no-outer-border.fd-table--no-vertical-borders .fd-table__cell.is-last-child,.fdp-table--no-outer-border.fd-table--no-vertical-borders .fd-table__cell:last-child{border-left-style:none}th.fd-table__cell .fd-table__inner{font-weight:700}.fd-tr-hovered{background-color:var(--sapList_Hover_Background)!important}.fdp-table__body--disable-scroll{overflow:hidden!important}.fd-toolbar__group{gap:.5rem;display:flex;align-items:center}\n/*! Bundled license information:\n\nfundamental-styles/dist/scrollbar.css:\n (*!\n * Fundamental Library Styles v0.40.1\n * Copyright (c) 2025 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n *)\n*/\n"], dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: BusyIndicatorComponent, selector: "fd-busy-indicator", inputs: ["loading", "size", "block", "ariaLabel", "ariaValueText", "title", "label", "ariaLive"] }, { kind: "component", type: PlatformTableColumnResizerComponent, selector: "fdp-table-column-resizer" }, { kind: "directive", type: TableScrollableDirective, selector: "[fdpTableScrollable]", exportAs: ["tableScrollable"] }, { kind: "component", type: TableComponent$1, selector: "table[fd-table]", inputs: ["noBorderX", "noBorderY", "noOuterBorder", "topBorder", "popIn", "responsive", "keys", "allCellsFocusable"], exportAs: ["fd-table"] }, { kind: "directive", type: TableHeaderDirective, selector: "[fdTableHeader], [fd-table-header]", inputs: ["noBorderX", "noBorderY", "nonInteractive"] }, { kind: "component", type: TableHeaderRowComponent, selector: "[fdp-table-header-row]", inputs: ["rowId", "fixed", "isShownSelectionColumn", "checkedState", "selectionMode", "selectionColumnWidth", "freezeColumnsTo", "noHorizontalBorders", "noVerticalBorders", "noBorders", "freezeEndColumnsTo", "disableSelectionCheckbox"] }, { kind: "directive", type: TableBodyDirective, selector: "[fdTableBody], [fd-table-body]", inputs: ["noBorderX", "noBorderY"] }, { kind: "ngmodule", type: DragAndDropModule }, { kind: "directive", type: i3.DndItemDirective, selector: "[fdkDndItem], [fd-dnd-item]", inputs: ["fdkDndItem", "applyDragItemClass", "containerSelector", "stickInPlace", "draggable", "classWhenElementDragged"], outputs: ["moved", "released", "started"] }, { kind: "directive", type: i3.DndListDirective, selector: "[fdkDndList], [fd-dnd-list]", inputs: ["gridMode", "dropMode", "threshold", "items", "draggable", "dropPredicate", "dragoverPredicate"], outputs: ["dropPredicateCalculating", "itemsChange", "itemDropped", "dropCancelled"] }, { kind: "component", type: TableGroupRowComponent, selector: "[fdp-table-group-row]", inputs: ["rowId", "index", "height", "draggable", "row", "keyToColumnMap", "tableColumnsLength"], outputs: ["toggleGroupRow"] }, { kind: "component", type: TableRowComponent, selector: "[fdp-table-row]", inputs: ["rowId", "row", "index", "selectionMode", "selectableKey", "enableTristateMode", "fixed", "selectionColumnWidth", "freezeColumnsTo", "freezeEndColumnsTo"], outputs: ["keyboardDrag"] }, { kind: "component", type: TablePoppingRowComponent, selector: "[fdp-table-popping-row]", inputs: ["row", "checked", "selectionMode"], outputs: ["toggleGroupRow", "cellClicked"] }, { kind: "directive", type: TableRowDirective, selector: "[fdTableRow], [fd-table-row]", inputs: ["activable", "highlightActive", "hoverable", "focusable", "main", "secondary", "active"] }, { kind: "directive", type: TableCellDirective, selector: "[fdTableCell], [fd-table-cell]", inputs: ["noBorderX", "noBorderY", "activable", "focusable", "hoverable", "fitContent", "noPadding", "noData", "nonInteractive", "key"] }, { kind: "component", type: SkeletonComponent, selector: "fd-skeleton", inputs: ["animated", "type", "textLines", "width", "height"] }, { kind: "directive", type: IntersectionSpyDirective, selector: "[fdkIntersectionSpy]", inputs: ["fdkIntersectionSpy", "viewportOptions"], outputs: ["intersected"] }, { kind: "component", type: TableGrowingButtonComponent, selector: "fdp-table-growing-button", inputs: ["showItemsCount"] }, { kind: "directive", type: TableFooterDirective, selector: "[fdTableFooter], [fd-table-footer]" }, { kind: "component", type: TableFooterRowComponent, selector: "[fdp-table-footer-row]" }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }, { kind: "pipe", type: RowClassesPipe, name: "rowClasses" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
5354
|
+
], queries: [{ propertyName: "tableToolbar", first: true, predicate: TABLE_TOOLBAR, descendants: true }, { propertyName: "_noDataWrapper", first: true, predicate: NoDataWrapperComponent, descendants: true }, { propertyName: "columns", predicate: TableColumn }, { propertyName: "customEditableCells", predicate: EditableTableCell, descendants: true }], viewQueries: [{ propertyName: "tableScrollable", first: true, predicate: ["tableScrollable"], descendants: true }, { propertyName: "tableContainer", first: true, predicate: ["tableContainer"], descendants: true }, { propertyName: "table", first: true, predicate: TableComponent$1, descendants: true, read: ElementRef }, { propertyName: "_focusableGrid", first: true, predicate: FDK_FOCUSABLE_GRID_DIRECTIVE, descendants: true }, { propertyName: "_tableBody", first: true, predicate: ["tableBody"], descendants: true, read: ElementRef }, { propertyName: "_dndDirective", first: true, predicate: DndListDirective, descendants: true }], usesInheritance: true, usesOnChanges: true, hostDirectives: [{ directive: i1.TableDataSourceDirective, inputs: ["dataSource", "dataSource", "childDataSource", "childDataSource"], outputs: ["childDataSourceChanged", "childDataSourceChanged", "onDataRequested", "onDataRequested", "onDataReceived", "onDataReceived", "dataSourceChanged", "dataSourceChanged", "dataChanged", "dataChanged", "isLoading", "isLoading"] }, { directive: i1.TableHeaderResizerDirective }], ngImport: i0, template: "@if (tableToolbar) {\n <!-- Toolbar -->\n <ng-template\n [ngTemplateOutlet]=\"tableToolbar.contentTemplateRef\"\n [ngTemplateOutletContext]=\"_toolbarContext\"\n ></ng-template>\n}\n<fd-busy-indicator\n [loading]=\"(_tableService.tableLoading$ | async) === true && _dataSourceDirective._firstLoadingDone\"\n [block]=\"true\"\n>\n <!-- Table Container -->\n <div class=\"fdp-table__container\" #tableContainer>\n <ng-template [ngTemplateOutlet]=\"tableTemplate\"></ng-template>\n @if (enableDragResize) {\n <!-- Table column resizer for visually representing the resizing process -->\n <fdp-table-column-resizer class=\"fdp-table__column-resizer\"></fdp-table-column-resizer>\n }\n </div>\n @if (showGrowingButton) {\n <fdp-table-growing-button [showItemsCount]=\"showItemsCount\"></fdp-table-growing-button>\n }\n</fd-busy-indicator>\n<!-- Table Template -->\n<ng-template #tableTemplate>\n <div\n class=\"fdp-table__body fd-scrollbar\"\n [class.fdp-table__body--virtual-scroll]=\"!!_virtualScrollDirective?.virtualScroll\"\n [class.fdp-table__body--disable-scroll]=\"!!_dndTableDirective?.dragDropInProgress\"\n fdpTableScrollable\n #tableScrollable=\"tableScrollable\"\n [style.height]=\"bodyHeight\"\n [class.fixed-height]=\"!!bodyHeight\"\n [attr.role]=\"pageScrolling ? 'feed' : null\"\n [class.fd-table--fixed]=\"_freezableColumns.size || fixed\"\n >\n <table\n fd-table\n [attr.role]=\"isTreeTable ? 'treegrid' : 'grid'\"\n class=\"fdp-table__body-table\"\n [allCellsFocusable]=\"true\"\n [popIn]=\"_tableService.poppingColumns$().length > 0\"\n [class.fd-table--no-outer-border]=\"noOuterBorders\"\n [attr.aria-labelledby]=\"_ariaLabelledBy\"\n >\n <thead fd-table-header [nonInteractive]=\"nonInteractiveHeader\" class=\"fdp-table__header\">\n <tr\n fdp-table-header-row\n [noBorders]=\"noBorders\"\n [noHorizontalBorders]=\"noHorizontalBorders\"\n [noVerticalBorders]=\"noVerticalBorders\"\n [rowId]=\"id\"\n [fixed]=\"fixed\"\n [isShownSelectionColumn]=\"isSelectionColumnShown\"\n [checkedState]=\"_checkedState\"\n [selectionMode]=\"_selectionMode\"\n [selectionColumnWidth]=\"_selectionColumnWidth\"\n [freezeColumnsTo]=\"freezeColumnsTo\"\n [freezeEndColumnsTo]=\"freezeEndColumnsTo\"\n (keydown.enter)=\"_onRowClick(null, $event)\"\n (keydown.space)=\"_onRowClick(null, $event)\"\n (click)=\"_onRowClick(null, $event)\"\n [disableSelectionCheckbox]=\"_dataSourceTableRows.length === 0\"\n ></tr>\n </thead>\n @if (!!_tableRowsVisible.length && _tableService.visibleColumnsLength() > 0) {\n <tbody\n fd-table-body\n fdkDndList\n #tableBody\n [dragoverPredicate]=\"_dndTableDirective?.dragoverPredicate\"\n [dropPredicate]=\"_dndTableDirective?.dropPredicate\"\n [noBorderX]=\"noBorderX || noBorders\"\n [noBorderY]=\"noBorderY || noBorders\"\n [tabIndex]=\"pageScrolling ? 0 : -1\"\n [items]=\"_dndTableRowsPlaceholder\"\n [draggable]=\"isDraggable\"\n [dropMode]=\"_dndTableDirective?.dropMode ?? 'group'\"\n (itemDropped)=\"_dndTableDirective?.dragDropItemDrop($event)\"\n (dropPredicateCalculating)=\"_calculatingLoading($event)\"\n (dropCancelled)=\"_dndTableDirective?.dropCancelled()\"\n >\n @for (rowIndex of _tableCurrentlyRenderedRowsPlaceholder; track _rowTrackBy($index, rowIndex)) {\n @if (_tableRowsVisible[rowIndex]; as row) {\n @switch (row.type) {\n @case ('group') {\n <tr\n fdp-table-group-row\n [index]=\"rowIndex\"\n [height]=\"rowHeight\"\n [draggable]=\"isDraggable\"\n [row]=\"row\"\n [rowId]=\"id\"\n [keyToColumnMap]=\"_keyToColumnMap\"\n [tableColumnsLength]=\"_tableColumnsLength\"\n (toggleGroupRow)=\"_toggleGroupRow($event)\"\n (click)=\"_emitRowActivate(row, $event.ctrlKey || $event.metaKey)\"\n ></tr>\n }\n @default {\n <tr\n [fdkDndItem]=\"row\"\n [applyDragItemClass]=\"isDraggable\"\n [class]=\"row | rowClasses: rowsClass\"\n [tabindex]=\"rowsActivable || !!row.navigatable ? 0 : -1\"\n [focusable]=\"rowsActivable || !!row.navigatable\"\n [hoverable]=\"rowsActivable || isSelectionColumnShown || !!row.navigatable\"\n [activable]=\"rowsActivable || !!row.navigatable\"\n [active]=\"rowIndex === _navigatedRowIndex\"\n [highlightActive]=\"highlightNavigatedRow\"\n [style.height.px]=\"rowHeight\"\n [attr.aria-level]=\"isTreeTable ? row.level + 1 : null\"\n (keydown.enter)=\"_onRowClick(row, $event)\"\n (keydown.space)=\"_onRowClick(row, $event)\"\n (click)=\"_onRowClick(row, $event)\"\n (started)=\"_dndTableDirective?.dragDropStart()\"\n [main]=\"true\"\n [class.fd-table__row--draggable]=\"isDraggable\"\n fdp-table-row\n [attr.aria-rowindex]=\"rowIndex + 1\"\n [rowId]=\"id\"\n [class.fd-tr-hovered]=\"!row.checked && hoveredRowIndex$() === rowIndex\"\n [index]=\"rowIndex\"\n [row]=\"row\"\n [selectionMode]=\"_selectionMode\"\n [selectableKey]=\"selectableKey\"\n [enableTristateMode]=\"enableTristateMode\"\n [fixed]=\"fixed\"\n [selectionColumnWidth]=\"_selectionColumnWidth\"\n [freezeColumnsTo]=\"freezeColumnsTo\"\n [freezeEndColumnsTo]=\"freezeEndColumnsTo\"\n ></tr>\n }\n }\n @if (row.type === 'item' && _tableService.poppingColumns$().length > 0) {\n <tr\n (keydown.enter)=\"_onRowClick(row, $event)\"\n (keydown.space)=\"_onRowClick(row, $event)\"\n (click)=\"_onRowClick(row, $event)\"\n fdp-table-popping-row\n [secondary]=\"true\"\n [style.cursor]=\"rowsActivable || !!row.navigatable ? 'pointer' : 'auto'\"\n [style.height.px]=\"secondaryRowHeight\"\n [selectionMode]=\"selectionMode\"\n [row]=\"row\"\n [checked]=\"row.checked\"\n [class]=\"row | rowClasses: rowsClass\"\n (toggleGroupRow)=\"_toggleGroupRow($event)\"\n (cellClicked)=\"_onCellClick($event.index, $event.row)\"\n (mouseenter)=\"handleMouseEnter(rowIndex)\"\n (mouseleave)=\"handleMouseLeave()\"\n ></tr>\n }\n @if (row.children.length === 0 && (row.childItemsLoading$ | async)) {\n @for (_ of loadingRowRange; track $index) {\n <tr fd-table-row>\n @for (_ of loadingColumnsRange; track $index) {\n <td fd-table-cell>\n <fd-skeleton\n [style.margin]=\"'auto 0'\"\n type=\"text\"\n textLines=\"1\"\n width=\"60%\"\n ></fd-skeleton>\n </td>\n }\n </tr>\n }\n }\n <!-- Last rendered child row. -->\n @if (row.parent?.lastChild?.index === row.index) {\n <tr\n aria-hidden=\"true\"\n class=\"fd-table__intersection-spy\"\n [fdkIntersectionSpy]=\"pageScrollingThreshold\"\n (intersected)=\"$event && _tableRowService.loadChildRows(row.parent!)\"\n [style.top.px]=\"pageScrollingThreshold * -1\"\n ></tr>\n }\n }\n }\n @if (pageScrolling) {\n <tr\n aria-hidden=\"true\"\n class=\"fd-table__intersection-spy\"\n [fdkIntersectionSpy]=\"pageScrollingThreshold\"\n (intersected)=\"$event && _onSpyIntersect($event)\"\n [style.top.px]=\"pageScrollingThreshold * -1\"\n ></tr>\n }\n </tbody>\n } @else {\n @if (!_dataSourceDirective._firstLoadingDone) {\n <tbody fd-table-body>\n @for (_ of loadingRowRange; track $index) {\n <tr fd-table-row>\n @for (_ of loadingColumnsRange; track $index) {\n <td fd-table-cell>\n <fd-skeleton\n [style.margin]=\"'auto 0'\"\n type=\"text\"\n textLines=\"1\"\n width=\"60%\"\n ></fd-skeleton>\n </td>\n }\n </tr>\n }\n </tbody>\n } @else {\n <tbody fd-table-body class=\"fdp-table__empty\">\n <tr fd-table-row>\n <td fd-table-cell class=\"fd-table__cell--no-data\" [attr.colspan]=\"_tableColumnsLength\">\n <div class=\"fdp-table__empty-table-message\">\n <ng-content select=\"fdp-table-no-data-wrapper\"></ng-content>\n @if (!_noDataWrapper && _tableService.visibleColumnsLength() > 0) {\n <div>\n {{\n emptyTableMessage || ('platformTable.defaultEmptyMessage' | fdTranslate)\n }}\n </div>\n } @else if (_tableService.visibleColumnsLength() === 0) {\n <div>\n {{\n noVisibleColumnsMessage ||\n ('platformTable.noVisibleColumnsMessage' | fdTranslate)\n }}\n </div>\n }\n </div>\n </td>\n </tr>\n </tbody>\n }\n }\n @if (pageScrolling) {\n <tbody class=\"fd-table__body__focus-mock\"></tbody>\n }\n @if (_virtualScrollDirective?.virtualScroll) {\n <!-- the tbody element below is so the scrollbar renders correctly -->\n <tbody>\n <tr>\n <td colspan=\"100%\" [style.height.px]=\"_virtualScrollDirective!.virtualScrollTotalHeight\"></td>\n </tr>\n </tbody>\n }\n @if (showTableFooter) {\n <tfoot fd-table-footer>\n <tr fdp-table-footer-row></tr>\n </tfoot>\n }\n </table>\n </div>\n</ng-template>\n<!-- Empty Table Message -->\n", styles: [".fd-scrollbar{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;overflow:auto;padding-block:0;padding-inline:0;scrollbar-color:var(--fdScrollbar_Thumb_Color) var(--fdScrollbar_Track_Color)}.fd-scrollbar:after,.fd-scrollbar:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-scrollbar.is-focus,.fd-scrollbar:focus{outline:none;z-index:5}.fd-scrollbar::-webkit-scrollbar{height:var(--fdScrollbar_Dimension);width:var(--fdScrollbar_Dimension)}.fd-scrollbar::-webkit-scrollbar-corner,.fd-scrollbar::-webkit-scrollbar-track{background-color:var(--fdScrollbar_Track_Color)}.fd-scrollbar::-webkit-scrollbar-thumb{background-color:transparent;border:var(--fdScrollbar_Thumb_Offset) solid transparent;border-radius:calc(var(--fdScrollbar_Thumb_Border_Radius) - var(--fdScrollbar_Thumb_Offset));-webkit-box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color);box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color)}.fd-scrollbar::-webkit-scrollbar-thumb:active,.fd-scrollbar::-webkit-scrollbar-thumb:hover{-webkit-box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Hover_Color);box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Hover_Color)}.fd-scrollbar--container::-webkit-scrollbar-corner,.fd-scrollbar--container::-webkit-scrollbar-track{background-color:var(--fdScrollbar_Track_Color);border-radius:0 var(--fdScrollbar_Border_Radius) var(--fdScrollbar_Border_Radius) 0}.fd-scrollbar--container[dir=rtl]::-webkit-scrollbar-corner,.fd-scrollbar--container[dir=rtl]::-webkit-scrollbar-track,[dir=rtl] .fd-scrollbar--container::-webkit-scrollbar-corner,[dir=rtl] .fd-scrollbar--container::-webkit-scrollbar-track{border-radius:var(--fdScrollbar_Border_Radius) 0 0 var(--fdScrollbar_Border_Radius)}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.fd-table__cell--focusable[aria-selected=true]:after{border-color:var(--sapContent_FocusColor)!important}fdk-dynamic-portal .fdp-table-toolbar-actions{gap:.5rem;display:flex;flex-direction:column}.fdp-table{display:block}.fdp-table .fd-table__row:focus-visible{outline:none}.fdp-table .fdp-table-toolbar-actions{gap:.5rem;display:flex;align-items:center}.fdp-table .fdp-table__applied-filters-toolbar label{flex-shrink:1}.fdp-table .fdp-table__body-table,.fdp-table .fdp-table__header-table,.fdp-table .fdp-table__body-hs-table{table-layout:auto;width:100%;border-collapse:separate;border-spacing:0}.fdp-table .fd-table__body__focus-mock{position:absolute;top:var(--fdTable_Header_Cell_Height);left:0;right:0;bottom:0;pointer-events:none;z-index:5}.fdp-table .fd-table__body:focus+.fd-table__body__focus-mock{outline-offset:-.1875rem;outline-width:.0625rem;outline-width:var(--sapContent_FocusWidth, .0625rem);outline-color:#000;outline-color:var(--sapContent_FocusColor, #000);outline-style:dotted;outline-style:var(--sapContent_FocusStyle, dotted)}.fdp-table.fd-table--tree .fd-table__body .fd-table__row,.fdp-table.fd-table--tree .fd-table__body .fd-table__row .fd-replace-indicator,.fdp-table.fd-table--group .fd-table__body .fd-table__row,.fdp-table.fd-table--group .fd-table__body .fd-table__row .fd-replace-indicator{height:2.75rem}.fdp-table.fd-table--tree.fd-table--compact .fd-table__body .fd-table__row,.fdp-table.fd-table--tree.fd-table--compact .fd-table__body .fd-table__row .fd-replace-indicator,.fdp-table.fd-table--group.fd-table--compact .fd-table__body .fd-table__row,.fdp-table.fd-table--group.fd-table--compact .fd-table__body .fd-table__row .fd-replace-indicator{height:2rem}.fdp-table.fd-table--tree.fd-table--condensed .fd-table__body .fd-table__row,.fdp-table.fd-table--tree.fd-table--condensed .fd-table__body .fd-table__row .fd-replace-indicator,.fdp-table.fd-table--group.fd-table--condensed .fd-table__body .fd-table__row,.fdp-table.fd-table--group.fd-table--condensed .fd-table__body .fd-table__row .fd-replace-indicator{height:1.563rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__row{cursor:auto}.fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable:hover{cursor:grab}.fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable:active{cursor:grabbing}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable.fd-dnd-on-drag.fd-dnd-placeholder,.fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable.fd-dnd-on-drag.fd-dnd-placeholder[dir=rtl]{padding-left:.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable.fd-dnd-on-drag:not(.fd-dnd-placeholder) .fdp-table__cell--selection{top:0;transform:translate(-100%)}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable.fd-dnd-on-drag:not(.fd-dnd-placeholder) .fdp-table__cell--selection,.fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable.fd-dnd-on-drag:not(.fd-dnd-placeholder) .fdp-table__cell--selection[dir=rtl]{transform:translate(100%)}.fdp-table.fd-table--tree .fd-table__body .fd-table__row .fd-replace-indicator{top:auto}.fdp-table.fd-table--tree .fd-table__body .fd-table__row .fd-table__text{white-space:nowrap}.fdp-table.fd-table--tree.fd-table--condensed .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder,.fdp-table.fd-table--tree.fd-table--compact .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder{padding-left:2rem}[dir=rtl] .fdp-table.fd-table--tree.fd-table--condensed .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder,.fdp-table.fd-table--tree.fd-table--condensed .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder[dir=rtl],[dir=rtl] .fdp-table.fd-table--tree.fd-table--compact .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder,.fdp-table.fd-table--tree.fd-table--compact .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder[dir=rtl]{padding-left:.5rem}.fdp-table.fd-table--condensed .fd-table__body .fd-table__cell--checkbox .fd-checkbox__label{position:relative;margin-top:0}.fdp-table.fdp-table--no-outer-border .fdp-table__header,.fdp-table.fdp-table--no-outer-border .fdp-table__body,.fdp-table.fdp-table--no-outer-border .fdp-table__body-hs,[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__header,.fdp-table.fdp-table--no-outer-border .fdp-table__header[dir=rtl],[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__body,.fdp-table.fdp-table--no-outer-border .fdp-table__body[dir=rtl],[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__body-hs,.fdp-table.fdp-table--no-outer-border .fdp-table__body-hs[dir=rtl]{border-left:none;border-right:none}[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__header .fd-table__cell:first-child,.fdp-table.fdp-table--no-outer-border .fdp-table__header[dir=rtl] .fd-table__cell:first-child,[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__body .fd-table__cell:first-child,.fdp-table.fdp-table--no-outer-border .fdp-table__body[dir=rtl] .fd-table__cell:first-child,[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__body-hs .fd-table__cell:first-child,.fdp-table.fdp-table--no-outer-border .fdp-table__body-hs[dir=rtl] .fd-table__cell:first-child{border-right:none}.fdp-table.fdp-table--no-outer-border .fdp-table__header .fd-table__cell{border-top:none}.fdp-table.fdp-table--no-outer-border .fdp-table__body{border-bottom:none}.fdp-table__container{position:relative;overflow:hidden;outline:none}.fdp-table__header{z-index:2}.fdp-table__header .fd-table__cell,.fdp-table__header .fd-table__cell--mock{border-top:.0625rem solid #e4e4e4;border-top:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4);border-bottom:.0625rem solid #e4e4e4;border-bottom:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4)}.fdp-table__header .fd-table__cell{margin-top:0;max-height:100%;top:0}.fdp-table__header .fd-table__cell--fixed{position:sticky}.fdp-table__header .fd-table__cell .fd-table__popover--custom{display:none}.fdp-table__header .fd-table__cell .fdp-table__navigation-indicator{opacity:0;visibility:hidden}.fdp-table__header .fd-table__cell--truncate-txt{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:text-bottom;max-width:100%}.fdp-table__header th.fd-table__cell{border-block-start:none}.fdp-table__body-hs{box-sizing:border-box;border-left:.0625rem solid #e4e4e4;border-left:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4);background:var(--fdScrollbar_Track_Color, #ffffff);padding-right:var(--fdScrollbar_Dimension)}[dir=rtl] .fdp-table__body-hs,.fdp-table__body-hs[dir=rtl]{padding-right:0;padding-left:var(--fdScrollbar_Dimension);border-left:none;border-right:.0625rem solid #e4e4e4;border-right:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4)}.fdp-table__body-hs-wrap{width:100%;position:relative}.fdp-table__body-hs-spacer{position:absolute;height:1px;visibility:hidden}.fdp-table__empty-table-message{box-sizing:border-box;padding:1rem;text-align:center;display:flex;align-items:center;justify-content:center;align-content:center;width:100%}.fdp-table__empty .fd-table__cell{width:100%}.fdp-table__empty .fd-table__body{border-left:none}[dir=rtl] .fdp-table__empty .fd-table__body,.fdp-table__empty .fd-table__body[dir=rtl]{border-left:.0625rem solid #e4e4e4;border-left:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4);border-right:none}.fdp-table__empty.fixed-height{background-color:#fff;background-color:var(--sapList_Background, #fff)}.fdp-table .fd-table__cell{z-index:0}.fdp-table .fd-table__cell--group{min-width:100%;border-left:none}.fdp-table .fd-table__cell--group:before{content:\"\";display:block;position:absolute;top:-.0625rem;left:0;right:0;border-top:.0625rem solid #e4e4e4;border-top:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4)}.fdp-table .fd-table__cell--status-indicator{border-left:none;border-right:.0625rem solid #e4e4e4;border-right:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4);min-width:.375rem}[dir=rtl] .fdp-table .fd-table__cell--status-indicator,.fdp-table .fd-table__cell--status-indicator[dir=rtl]{border-right:none}.fdp-table .fd-table__cell--mock.fd-table__cell--mock-borderless{border-left:none!important;border-right:none!important;border-bottom:none!important;border-top:none!important}.fdp-table .fd-table__cell .fdp-table__navigation-indicator{margin:auto}[dir=rtl] .fdp-table .fd-table__cell:nth-last-child(2):not(.fdp-table__cell--group),.fdp-table .fd-table__cell[dir=rtl]:nth-last-child(2):not(.fdp-table__cell--group){border-left:.0625rem solid #e4e4e4;border-left:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4)}.fdp-table .fd-dnd-item{position:relative}.fdp-table .fd-table__cell--fixed{position:sticky;display:table-cell;z-index:1}.fdp-table .fd-table__cell--checkbox fd-checkbox{display:flex;height:100%}.fdp-table .fd-table__cell--checkbox fd-checkbox .fd-checkbox__label{align-self:center;margin:0}.fdp-table .fd-table__expand-wrapper{display:flex;align-items:center}.fdp-table__column-resizer{bottom:calc(var(--fdScrollbar_Dimension) + var(--sapList_BorderWidth, .0625rem))}.fdp-table__cell--navigation{width:4rem;min-width:4rem;max-width:4rem}.fdp-table__body-table.fd-table--pop-in .fd-table__row--secondary .fd-table__cell{border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fdp-table__body-table.fd-table--pop-in .fd-table__row--secondary:hover{background-color:var(--sapList_Hover_Background)}.fdp-table__body-table.fd-table--pop-in .fdp-table__header .fd-table__cell .fd-table__text{margin-bottom:0}.fdp-table__body--virtual-scroll{position:relative;will-change:scroll-position}.fdp-table__body--virtual-scroll .fd-table__body{position:static;will-change:transform}.fdp-table.fd-table--no-vertical-borders .fd-table__cell--status-indicator{border-right-color:transparent}[dir=rtl] .fdp-table.fd-table--no-vertical-borders .fd-table__cell--status-indicator,.fdp-table.fd-table--no-vertical-borders .fd-table__cell--status-indicator[dir=rtl]{border-left-color:transparent}.fdp-table__growing-button{height:auto}.fdp-table__growing-button__title{font-weight:700;margin:.813rem 0}.fdp-table__growing-button__subtitle{padding-bottom:.875rem}.fdp-table__growing-button-content{display:flex;justify-content:center;flex-direction:column}.fdp-table__growing-button-content--byline>*{display:flex;flex-direction:column;width:100%}.fdp-table__growing-button-total{border-top:var(--fdList_Item_Action_Border)!important}.fdp-table__growing-button-total .fd-list__title{line-height:2.75rem}.fdp-table.fdp-table--outer-scroll .fd-toolbar{position:sticky;z-index:10;top:0}.fdp-table.fdp-table--outer-scroll .fdp-table__body.fd-scrollbar,.fdp-table.fdp-table--outer-scroll .fdp-table__container{overflow:visible}.fdp-table.fdp-table--outer-scroll thead{position:sticky;top:0}.fdp-table.fdp-table--outer-scroll:has(.fd-toolbar) thead{position:sticky;top:2.75rem}.fdp-table.fdp-table--outer-scroll:has(.fd-toolbar):has(.is-compact) thead{position:sticky;top:2rem}.fdp-table.fdp-table--outer-scroll:has(.fd-toolbar):has(.fd-toolbar--title) thead{position:sticky;top:2.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl]{padding-left:.5rem;padding-right:2.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:4.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl]{padding-left:.5rem;padding-right:4.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl]{padding-left:.5rem;padding-right:5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:5.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl]{padding-left:.5rem;padding-right:5.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:6rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl]{padding-left:.5rem;padding-right:6rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:6.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl]{padding-left:.5rem;padding-right:6.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:7rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl]{padding-left:.5rem;padding-right:7rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:7.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl]{padding-left:.5rem;padding-right:7.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:8rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl]{padding-left:.5rem;padding-right:8rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:8.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl]{padding-left:.5rem;padding-right:8.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:9rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl]{padding-left:.5rem;padding-right:9rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:9.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl]{padding-left:.5rem;padding-right:9.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:10rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl]{padding-left:.5rem;padding-right:10rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:10.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl]{padding-left:.5rem;padding-right:10.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:11rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl]{padding-left:.5rem;padding-right:11rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:11.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl]{padding-left:.5rem;padding-right:11.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:12rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl]{padding-left:.5rem;padding-right:12rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:12.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl]{padding-left:.5rem;padding-right:12.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:13rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl]{padding-left:.5rem;padding-right:13rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:13.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl]{padding-left:.5rem;padding-right:13.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand,.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand{cursor:pointer;white-space:nowrap}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl]{padding-left:.5rem;padding-right:0}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl]{padding-left:.5rem;padding-right:1.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl]{padding-left:.5rem;padding-right:2.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:2.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl]{padding-left:.5rem;padding-right:2.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl]{padding-left:.5rem;padding-right:3.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:3.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl]{padding-left:.5rem;padding-right:3.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl]{padding-left:.5rem;padding-right:4.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:4.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl]{padding-left:.5rem;padding-right:4.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl]{padding-left:.5rem;padding-right:5.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:5.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl]{padding-left:.5rem;padding-right:5.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl]{padding-left:.5rem;padding-right:6.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:6.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl]{padding-left:.5rem;padding-right:6.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl]{padding-left:.5rem;padding-right:7.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:7.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl]{padding-left:.5rem;padding-right:7.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl]{padding-left:.5rem;padding-right:8.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:8.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl]{padding-left:.5rem;padding-right:8.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl]{padding-left:.5rem;padding-right:9.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:9.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl]{padding-left:.5rem;padding-right:9.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl]{padding-left:.5rem;padding-right:10.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:10.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl]{padding-left:.5rem;padding-right:10.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl]{padding-left:.5rem;padding-right:2rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:3.5rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl]{padding-left:.5rem;padding-right:3.5rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl]{padding-left:.5rem;padding-right:4.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:4.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl]{padding-left:.5rem;padding-right:4.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:5.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl]{padding-left:.5rem;padding-right:5.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:5.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl]{padding-left:.5rem;padding-right:5.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:6.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl]{padding-left:.5rem;padding-right:6.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:6.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl]{padding-left:.5rem;padding-right:6.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:7.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl]{padding-left:.5rem;padding-right:7.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:7.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl]{padding-left:.5rem;padding-right:7.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:8.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl]{padding-left:.5rem;padding-right:8.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:8.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl]{padding-left:.5rem;padding-right:8.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:9.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl]{padding-left:.5rem;padding-right:9.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:9.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl]{padding-left:.5rem;padding-right:9.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:10.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl]{padding-left:.5rem;padding-right:10.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:10.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl]{padding-left:.5rem;padding-right:10.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:11.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl]{padding-left:.5rem;padding-right:11.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:11.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl]{padding-left:.5rem;padding-right:11.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:12.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl]{padding-left:.5rem;padding-right:12.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:12.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl]{padding-left:.5rem;padding-right:12.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl]{padding-left:.5rem;padding-right:0}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl]{padding-left:.5rem;padding-right:1.5rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl]{padding-left:.5rem;padding-right:2.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:2.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl]{padding-left:.5rem;padding-right:2.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl]{padding-left:.5rem;padding-right:3.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:3.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl]{padding-left:.5rem;padding-right:3.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl]{padding-left:.5rem;padding-right:4.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:4.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl]{padding-left:.5rem;padding-right:4.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl]{padding-left:.5rem;padding-right:5.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:5.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl]{padding-left:.5rem;padding-right:5.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl]{padding-left:.5rem;padding-right:6.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:6.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl]{padding-left:.5rem;padding-right:6.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl]{padding-left:.5rem;padding-right:7.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:7.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl]{padding-left:.5rem;padding-right:7.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl]{padding-left:.5rem;padding-right:8.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:8.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl]{padding-left:.5rem;padding-right:8.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl]{padding-left:.5rem;padding-right:9.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:9.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl]{padding-left:.5rem;padding-right:9.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl]{padding-left:.5rem;padding-right:10.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:10.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl]{padding-left:.5rem;padding-right:10.75rem}.fd-table__intersection-spy{position:relative}.fdp-table--no-outer-border.fd-table--no-vertical-borders .fd-table__cell.is-last-child,.fdp-table--no-outer-border.fd-table--no-vertical-borders .fd-table__cell:last-child{border-left-style:none}th.fd-table__cell .fd-table__inner{font-weight:700}.fd-tr-hovered{background-color:var(--sapList_Hover_Background)!important}.fdp-table__body--disable-scroll{overflow:hidden!important}.fd-toolbar__group{gap:.5rem;display:flex;align-items:center}\n/*! Bundled license information:\n\nfundamental-styles/dist/scrollbar.css:\n (*!\n * Fundamental Library Styles v0.40.1\n * Copyright (c) 2025 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n *)\n*/\n"], dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: BusyIndicatorComponent, selector: "fd-busy-indicator", inputs: ["loading", "size", "block", "ariaLabel", "ariaValueText", "title", "label", "ariaLive"] }, { kind: "component", type: PlatformTableColumnResizerComponent, selector: "fdp-table-column-resizer" }, { kind: "directive", type: TableScrollableDirective, selector: "[fdpTableScrollable]", exportAs: ["tableScrollable"] }, { kind: "component", type: TableComponent$1, selector: "table[fd-table]", inputs: ["noBorderX", "noBorderY", "noOuterBorder", "topBorder", "popIn", "responsive", "keys", "allCellsFocusable"], exportAs: ["fd-table"] }, { kind: "directive", type: TableHeaderDirective, selector: "[fdTableHeader], [fd-table-header]", inputs: ["noBorderX", "noBorderY", "nonInteractive"] }, { kind: "component", type: TableHeaderRowComponent, selector: "[fdp-table-header-row]", inputs: ["rowId", "fixed", "isShownSelectionColumn", "checkedState", "selectionMode", "selectionColumnWidth", "freezeColumnsTo", "noHorizontalBorders", "noVerticalBorders", "noBorders", "freezeEndColumnsTo", "disableSelectionCheckbox"] }, { kind: "directive", type: TableBodyDirective, selector: "[fdTableBody], [fd-table-body]", inputs: ["noBorderX", "noBorderY"] }, { kind: "ngmodule", type: DragAndDropModule }, { kind: "directive", type: i3.DndItemDirective, selector: "[fdkDndItem], [fd-dnd-item]", inputs: ["fdkDndItem", "applyDragItemClass", "containerSelector", "stickInPlace", "draggable", "classWhenElementDragged"], outputs: ["moved", "released", "started"] }, { kind: "directive", type: i3.DndListDirective, selector: "[fdkDndList], [fd-dnd-list]", inputs: ["gridMode", "dropMode", "threshold", "items", "draggable", "dropPredicate", "dragoverPredicate"], outputs: ["dropPredicateCalculating", "itemsChange", "itemDropped", "dropCancelled"] }, { kind: "component", type: TableGroupRowComponent, selector: "[fdp-table-group-row]", inputs: ["rowId", "index", "height", "draggable", "row", "keyToColumnMap", "tableColumnsLength"], outputs: ["toggleGroupRow"] }, { kind: "component", type: TableRowComponent, selector: "[fdp-table-row]", inputs: ["rowId", "row", "index", "selectionMode", "selectableKey", "enableTristateMode", "fixed", "selectionColumnWidth", "freezeColumnsTo", "freezeEndColumnsTo"], outputs: ["keyboardDrag"] }, { kind: "component", type: TablePoppingRowComponent, selector: "[fdp-table-popping-row]", inputs: ["row", "checked", "selectionMode"], outputs: ["toggleGroupRow", "cellClicked"] }, { kind: "directive", type: TableRowDirective, selector: "[fdTableRow], [fd-table-row]", inputs: ["activable", "highlightActive", "hoverable", "focusable", "main", "secondary", "active"] }, { kind: "directive", type: TableCellDirective, selector: "[fdTableCell], [fd-table-cell]", inputs: ["noBorderX", "noBorderY", "activable", "focusable", "hoverable", "fitContent", "noPadding", "noData", "nonInteractive", "key"] }, { kind: "component", type: SkeletonComponent, selector: "fd-skeleton", inputs: ["animated", "type", "textLines", "width", "height"] }, { kind: "directive", type: IntersectionSpyDirective, selector: "[fdkIntersectionSpy]", inputs: ["fdkIntersectionSpy", "viewportOptions"], outputs: ["intersected"] }, { kind: "component", type: TableGrowingButtonComponent, selector: "fdp-table-growing-button", inputs: ["showItemsCount"] }, { kind: "directive", type: TableFooterDirective, selector: "[fdTableFooter], [fd-table-footer]" }, { kind: "component", type: TableFooterRowComponent, selector: "[fdp-table-footer-row]" }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }, { kind: "pipe", type: RowClassesPipe, name: "rowClasses" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
5357
5355
|
}
|
|
5358
5356
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableComponent, decorators: [{
|
|
5359
5357
|
type: Component,
|
|
@@ -5418,7 +5416,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
5418
5416
|
TableGrowingButtonComponent,
|
|
5419
5417
|
TableFooterDirective,
|
|
5420
5418
|
TableFooterRowComponent
|
|
5421
|
-
], template: "@if (tableToolbar) {\n <!-- Toolbar -->\n <ng-template\n [ngTemplateOutlet]=\"tableToolbar.contentTemplateRef\"\n [ngTemplateOutletContext]=\"_toolbarContext\"\n ></ng-template>\n}\n<fd-busy-indicator\n [loading]=\"(_tableService.tableLoading$ | async) === true && _dataSourceDirective._firstLoadingDone\"\n [block]=\"true\"\n>\n <!-- Table Container -->\n <div class=\"fdp-table__container\" #tableContainer>\n <ng-template [ngTemplateOutlet]=\"tableTemplate\"></ng-template>\n @if (enableDragResize) {\n <!-- Table column resizer for visually representing the resizing process -->\n <fdp-table-column-resizer class=\"fdp-table__column-resizer\"></fdp-table-column-resizer>\n }\n </div>\n @if (showGrowingButton) {\n <fdp-table-growing-button [showItemsCount]=\"showItemsCount\"></fdp-table-growing-button>\n }\n</fd-busy-indicator>\n<!-- Table Template -->\n<ng-template #tableTemplate>\n <div\n class=\"fdp-table__body fd-scrollbar\"\n [class.fdp-table__body--virtual-scroll]=\"!!_virtualScrollDirective?.virtualScroll\"\n [class.fdp-table__body--disable-scroll]=\"!!_dndTableDirective?.dragDropInProgress\"\n fdpTableScrollable\n #tableScrollable=\"tableScrollable\"\n [style.height]=\"bodyHeight\"\n [class.fixed-height]=\"!!bodyHeight\"\n [attr.role]=\"pageScrolling ? 'feed' : null\"\n [class.fd-table--fixed]=\"_freezableColumns.size || fixed\"\n >\n <table\n fd-table\n [attr.role]=\"isTreeTable ? 'treegrid' : 'grid'\"\n class=\"fdp-table__body-table\"\n [allCellsFocusable]=\"true\"\n [popIn]=\"_tableService.poppingColumns$().length > 0\"\n [class.fd-table--no-outer-border]=\"noOuterBorders\"\n [attr.aria-labelledby]=\"_ariaLabelledBy\"\n >\n <thead fd-table-header [nonInteractive]=\"nonInteractiveHeader\" class=\"fdp-table__header\">\n <tr\n fdp-table-header-row\n [noBorders]=\"noBorders\"\n [noHorizontalBorders]=\"noHorizontalBorders\"\n [noVerticalBorders]=\"noVerticalBorders\"\n [rowId]=\"id\"\n [fixed]=\"fixed\"\n [isShownSelectionColumn]=\"isSelectionColumnShown\"\n [checkedState]=\"_checkedState\"\n [selectionMode]=\"_selectionMode\"\n [selectionColumnWidth]=\"_selectionColumnWidth\"\n [freezeColumnsTo]=\"freezeColumnsTo\"\n [freezeEndColumnsTo]=\"freezeEndColumnsTo\"\n (keydown.enter)=\"_onRowClick(null, $event)\"\n (keydown.space)=\"_onRowClick(null, $event)\"\n (click)=\"_onRowClick(null, $event)\"\n [disableSelectionCheckbox]=\"_dataSourceTableRows.length === 0\"\n ></tr>\n </thead>\n @if (!!_tableRowsVisible.length && _tableService.visibleColumnsLength() > 0) {\n <tbody\n fd-table-body\n fdkDndList\n #tableBody\n [dragoverPredicate]=\"_dndTableDirective?.dragoverPredicate\"\n [dropPredicate]=\"_dndTableDirective?.dropPredicate\"\n [noBorderX]=\"noBorderX || noBorders\"\n [noBorderY]=\"noBorderY || noBorders\"\n [tabIndex]=\"pageScrolling ? 0 : -1\"\n [items]=\"_dndTableRowsPlaceholder\"\n [draggable]=\"isDraggable\"\n [dropMode]=\"_dndTableDirective?.dropMode ?? 'group'\"\n (itemDropped)=\"_dndTableDirective?.dragDropItemDrop($event)\"\n (dropPredicateCalculating)=\"_calculatingLoading($event)\"\n (dropCancelled)=\"_dndTableDirective?.dropCancelled()\"\n >\n @for (rowIndex of _tableCurrentlyRenderedRowsPlaceholder; track _rowTrackBy($index, rowIndex)) {\n @if (_tableRowsVisible[rowIndex]; as row) {\n @switch (row.type) {\n @case ('group') {\n <tr\n fdp-table-group-row\n [index]=\"rowIndex\"\n [height]=\"rowHeight\"\n [draggable]=\"isDraggable\"\n [row]=\"row\"\n [rowId]=\"id\"\n [keyToColumnMap]=\"_keyToColumnMap\"\n [tableColumnsLength]=\"_tableColumnsLength\"\n (toggleGroupRow)=\"_toggleGroupRow($event)\"\n (click)=\"_emitRowActivate(row, $event.ctrlKey || $event.metaKey)\"\n ></tr>\n }\n @default {\n <tr\n [fdkDndItem]=\"row\"\n [applyDragItemClass]=\"isDraggable\"\n [class]=\"row | rowClasses: rowsClass\"\n [tabindex]=\"rowsActivable || !!row.navigatable ? 0 : -1\"\n [focusable]=\"rowsActivable || !!row.navigatable\"\n [hoverable]=\"rowsActivable || isSelectionColumnShown || !!row.navigatable\"\n [activable]=\"rowsActivable || !!row.navigatable\"\n [active]=\"rowIndex === _navigatedRowIndex\"\n [highlightActive]=\"highlightNavigatedRow\"\n [style.height.px]=\"rowHeight\"\n [attr.aria-level]=\"isTreeTable ? row.level + 1 : null\"\n (keydown.enter)=\"_onRowClick(row, $event)\"\n (keydown.space)=\"_onRowClick(row, $event)\"\n (click)=\"_onRowClick(row, $event)\"\n (started)=\"_dndTableDirective?.dragDropStart()\"\n [main]=\"true\"\n [class.fd-table__row--draggable]=\"isDraggable\"\n fdp-table-row\n [attr.aria-rowindex]=\"rowIndex + 1\"\n [rowId]=\"id\"\n [class.fd-tr-hovered]=\"!row.checked && hoveredRowIndex$() === rowIndex\"\n [index]=\"rowIndex\"\n [row]=\"row\"\n [selectionMode]=\"_selectionMode\"\n [selectableKey]=\"selectableKey\"\n [enableTristateMode]=\"enableTristateMode\"\n [fixed]=\"fixed\"\n [selectionColumnWidth]=\"_selectionColumnWidth\"\n [freezeColumnsTo]=\"freezeColumnsTo\"\n [freezeEndColumnsTo]=\"freezeEndColumnsTo\"\n ></tr>\n }\n }\n @if (row.type === 'item' && _tableService.poppingColumns$().length > 0) {\n <tr\n (keydown.enter)=\"_onRowClick(row, $event)\"\n (keydown.space)=\"_onRowClick(row, $event)\"\n (click)=\"_onRowClick(row, $event)\"\n fdp-table-popping-row\n [secondary]=\"true\"\n [style.cursor]=\"rowsActivable || !!row.navigatable ? 'pointer' : 'auto'\"\n [style.height.px]=\"secondaryRowHeight\"\n [selectionMode]=\"selectionMode\"\n [row]=\"row\"\n [checked]=\"row.checked\"\n [class]=\"row | rowClasses: rowsClass\"\n (toggleGroupRow)=\"_toggleGroupRow($event)\"\n (cellClicked)=\"_onCellClick($event.index, $event.row)\"\n (mouseenter)=\"handleMouseEnter(rowIndex)\"\n (mouseleave)=\"handleMouseLeave()\"\n ></tr>\n }\n @if (row.children.length === 0 && (row.childItemsLoading$ | async)) {\n @for (_ of loadingRowRange; track $index) {\n <tr fd-table-row>\n @for (_ of loadingColumnsRange; track $index) {\n <td fd-table-cell>\n <fd-skeleton\n [style.margin]=\"'auto 0'\"\n type=\"text\"\n textLines=\"1\"\n width=\"60%\"\n ></fd-skeleton>\n </td>\n }\n </tr>\n }\n }\n <!-- Last rendered child row. -->\n @if (row.parent?.lastChild?.index === row.index) {\n <tr\n aria-hidden=\"true\"\n class=\"fd-table__intersection-spy\"\n [fdkIntersectionSpy]=\"pageScrollingThreshold\"\n (intersected)=\"$event && _tableRowService.loadChildRows(row.parent!)\"\n [style.top.px]=\"pageScrollingThreshold * -1\"\n ></tr>\n }\n }\n }\n @if (pageScrolling) {\n <tr\n aria-hidden=\"true\"\n class=\"fd-table__intersection-spy\"\n [fdkIntersectionSpy]=\"pageScrollingThreshold\"\n (intersected)=\"$event && _onSpyIntersect($event)\"\n [style.top.px]=\"pageScrollingThreshold * -1\"\n ></tr>\n }\n </tbody>\n } @else {\n @if (!_dataSourceDirective._firstLoadingDone) {\n <tbody fd-table-body>\n @for (_ of loadingRowRange; track $index) {\n <tr fd-table-row>\n @for (_ of loadingColumnsRange; track $index) {\n <td fd-table-cell>\n <fd-skeleton\n [style.margin]=\"'auto 0'\"\n type=\"text\"\n textLines=\"1\"\n width=\"60%\"\n ></fd-skeleton>\n </td>\n }\n </tr>\n }\n </tbody>\n } @else {\n <tbody fd-table-body class=\"fdp-table__empty\">\n <tr fd-table-row>\n <td fd-table-cell class=\"fd-table__cell--no-data\" [attr.colspan]=\"_tableColumnsLength\">\n <div class=\"fdp-table__empty-table-message\">\n <ng-content select=\"fdp-table-no-data-wrapper\"></ng-content>\n @if (!_noDataWrapper && _tableService.visibleColumnsLength() > 0) {\n <div>\n {{\n emptyTableMessage ||\n ('platformTable.defaultEmptyMessage' | fdTranslate)()\n }}\n </div>\n } @else if (_tableService.visibleColumnsLength() === 0) {\n <div>\n {{\n noVisibleColumnsMessage ||\n ('platformTable.noVisibleColumnsMessage' | fdTranslate)()\n }}\n </div>\n }\n </div>\n </td>\n </tr>\n </tbody>\n }\n }\n @if (pageScrolling) {\n <tbody class=\"fd-table__body__focus-mock\"></tbody>\n }\n @if (_virtualScrollDirective?.virtualScroll) {\n <!-- the tbody element below is so the scrollbar renders correctly -->\n <tbody>\n <tr>\n <td colspan=\"100%\" [style.height.px]=\"_virtualScrollDirective!.virtualScrollTotalHeight\"></td>\n </tr>\n </tbody>\n }\n @if (showTableFooter) {\n <tfoot fd-table-footer>\n <tr fdp-table-footer-row></tr>\n </tfoot>\n }\n </table>\n </div>\n</ng-template>\n<!-- Empty Table Message -->\n", styles: [".fd-scrollbar{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;overflow:auto;padding-block:0;padding-inline:0;scrollbar-color:var(--fdScrollbar_Thumb_Color) var(--fdScrollbar_Track_Color)}.fd-scrollbar:after,.fd-scrollbar:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-scrollbar.is-focus,.fd-scrollbar:focus{outline:none;z-index:5}.fd-scrollbar::-webkit-scrollbar{height:var(--fdScrollbar_Dimension);width:var(--fdScrollbar_Dimension)}.fd-scrollbar::-webkit-scrollbar-corner,.fd-scrollbar::-webkit-scrollbar-track{background-color:var(--fdScrollbar_Track_Color)}.fd-scrollbar::-webkit-scrollbar-thumb{background-color:transparent;border:var(--fdScrollbar_Thumb_Offset) solid transparent;border-radius:calc(var(--fdScrollbar_Thumb_Border_Radius) - var(--fdScrollbar_Thumb_Offset));-webkit-box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color);box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color)}.fd-scrollbar::-webkit-scrollbar-thumb:active,.fd-scrollbar::-webkit-scrollbar-thumb:hover{-webkit-box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Hover_Color);box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Hover_Color)}.fd-scrollbar--container::-webkit-scrollbar-corner,.fd-scrollbar--container::-webkit-scrollbar-track{background-color:var(--fdScrollbar_Track_Color);border-radius:0 var(--fdScrollbar_Border_Radius) var(--fdScrollbar_Border_Radius) 0}.fd-scrollbar--container[dir=rtl]::-webkit-scrollbar-corner,.fd-scrollbar--container[dir=rtl]::-webkit-scrollbar-track,[dir=rtl] .fd-scrollbar--container::-webkit-scrollbar-corner,[dir=rtl] .fd-scrollbar--container::-webkit-scrollbar-track{border-radius:var(--fdScrollbar_Border_Radius) 0 0 var(--fdScrollbar_Border_Radius)}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.fd-table__cell--focusable[aria-selected=true]:after{border-color:var(--sapContent_FocusColor)!important}fdk-dynamic-portal .fdp-table-toolbar-actions{gap:.5rem;display:flex;flex-direction:column}.fdp-table{display:block}.fdp-table .fd-table__row:focus-visible{outline:none}.fdp-table .fdp-table-toolbar-actions{gap:.5rem;display:flex;align-items:center}.fdp-table .fdp-table__applied-filters-toolbar label{flex-shrink:1}.fdp-table .fdp-table__body-table,.fdp-table .fdp-table__header-table,.fdp-table .fdp-table__body-hs-table{table-layout:auto;width:100%;border-collapse:separate;border-spacing:0}.fdp-table .fd-table__body__focus-mock{position:absolute;top:var(--fdTable_Header_Cell_Height);left:0;right:0;bottom:0;pointer-events:none;z-index:5}.fdp-table .fd-table__body:focus+.fd-table__body__focus-mock{outline-offset:-.1875rem;outline-width:.0625rem;outline-width:var(--sapContent_FocusWidth, .0625rem);outline-color:#000;outline-color:var(--sapContent_FocusColor, #000);outline-style:dotted;outline-style:var(--sapContent_FocusStyle, dotted)}.fdp-table.fd-table--tree .fd-table__body .fd-table__row,.fdp-table.fd-table--tree .fd-table__body .fd-table__row .fd-replace-indicator,.fdp-table.fd-table--group .fd-table__body .fd-table__row,.fdp-table.fd-table--group .fd-table__body .fd-table__row .fd-replace-indicator{height:2.75rem}.fdp-table.fd-table--tree.fd-table--compact .fd-table__body .fd-table__row,.fdp-table.fd-table--tree.fd-table--compact .fd-table__body .fd-table__row .fd-replace-indicator,.fdp-table.fd-table--group.fd-table--compact .fd-table__body .fd-table__row,.fdp-table.fd-table--group.fd-table--compact .fd-table__body .fd-table__row .fd-replace-indicator{height:2rem}.fdp-table.fd-table--tree.fd-table--condensed .fd-table__body .fd-table__row,.fdp-table.fd-table--tree.fd-table--condensed .fd-table__body .fd-table__row .fd-replace-indicator,.fdp-table.fd-table--group.fd-table--condensed .fd-table__body .fd-table__row,.fdp-table.fd-table--group.fd-table--condensed .fd-table__body .fd-table__row .fd-replace-indicator{height:1.563rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__row{cursor:auto}.fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable:hover{cursor:grab}.fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable:active{cursor:grabbing}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable.fd-dnd-on-drag.fd-dnd-placeholder,.fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable.fd-dnd-on-drag.fd-dnd-placeholder[dir=rtl]{padding-left:.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable.fd-dnd-on-drag:not(.fd-dnd-placeholder) .fdp-table__cell--selection{top:0;transform:translate(-100%)}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable.fd-dnd-on-drag:not(.fd-dnd-placeholder) .fdp-table__cell--selection,.fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable.fd-dnd-on-drag:not(.fd-dnd-placeholder) .fdp-table__cell--selection[dir=rtl]{transform:translate(100%)}.fdp-table.fd-table--tree .fd-table__body .fd-table__row .fd-replace-indicator{top:auto}.fdp-table.fd-table--tree .fd-table__body .fd-table__row .fd-table__text{white-space:nowrap}.fdp-table.fd-table--tree.fd-table--condensed .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder,.fdp-table.fd-table--tree.fd-table--compact .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder{padding-left:2rem}[dir=rtl] .fdp-table.fd-table--tree.fd-table--condensed .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder,.fdp-table.fd-table--tree.fd-table--condensed .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder[dir=rtl],[dir=rtl] .fdp-table.fd-table--tree.fd-table--compact .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder,.fdp-table.fd-table--tree.fd-table--compact .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder[dir=rtl]{padding-left:.5rem}.fdp-table.fd-table--condensed .fd-table__body .fd-table__cell--checkbox .fd-checkbox__label{position:relative;margin-top:0}.fdp-table.fdp-table--no-outer-border .fdp-table__header,.fdp-table.fdp-table--no-outer-border .fdp-table__body,.fdp-table.fdp-table--no-outer-border .fdp-table__body-hs,[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__header,.fdp-table.fdp-table--no-outer-border .fdp-table__header[dir=rtl],[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__body,.fdp-table.fdp-table--no-outer-border .fdp-table__body[dir=rtl],[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__body-hs,.fdp-table.fdp-table--no-outer-border .fdp-table__body-hs[dir=rtl]{border-left:none;border-right:none}[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__header .fd-table__cell:first-child,.fdp-table.fdp-table--no-outer-border .fdp-table__header[dir=rtl] .fd-table__cell:first-child,[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__body .fd-table__cell:first-child,.fdp-table.fdp-table--no-outer-border .fdp-table__body[dir=rtl] .fd-table__cell:first-child,[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__body-hs .fd-table__cell:first-child,.fdp-table.fdp-table--no-outer-border .fdp-table__body-hs[dir=rtl] .fd-table__cell:first-child{border-right:none}.fdp-table.fdp-table--no-outer-border .fdp-table__header .fd-table__cell{border-top:none}.fdp-table.fdp-table--no-outer-border .fdp-table__body{border-bottom:none}.fdp-table__container{position:relative;overflow:hidden;outline:none}.fdp-table__header{z-index:2}.fdp-table__header .fd-table__cell,.fdp-table__header .fd-table__cell--mock{border-top:.0625rem solid #e4e4e4;border-top:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4);border-bottom:.0625rem solid #e4e4e4;border-bottom:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4)}.fdp-table__header .fd-table__cell{margin-top:0;max-height:100%;top:0}.fdp-table__header .fd-table__cell--fixed{position:sticky}.fdp-table__header .fd-table__cell .fd-table__popover--custom{display:none}.fdp-table__header .fd-table__cell .fdp-table__navigation-indicator{opacity:0;visibility:hidden}.fdp-table__header .fd-table__cell--truncate-txt{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:text-bottom;max-width:100%}.fdp-table__header th.fd-table__cell{border-block-start:none}.fdp-table__body-hs{box-sizing:border-box;border-left:.0625rem solid #e4e4e4;border-left:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4);background:var(--fdScrollbar_Track_Color, #ffffff);padding-right:var(--fdScrollbar_Dimension)}[dir=rtl] .fdp-table__body-hs,.fdp-table__body-hs[dir=rtl]{padding-right:0;padding-left:var(--fdScrollbar_Dimension);border-left:none;border-right:.0625rem solid #e4e4e4;border-right:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4)}.fdp-table__body-hs-wrap{width:100%;position:relative}.fdp-table__body-hs-spacer{position:absolute;height:1px;visibility:hidden}.fdp-table__empty-table-message{box-sizing:border-box;padding:1rem;text-align:center;display:flex;align-items:center;justify-content:center;align-content:center;width:100%}.fdp-table__empty .fd-table__cell{width:100%}.fdp-table__empty .fd-table__body{border-left:none}[dir=rtl] .fdp-table__empty .fd-table__body,.fdp-table__empty .fd-table__body[dir=rtl]{border-left:.0625rem solid #e4e4e4;border-left:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4);border-right:none}.fdp-table__empty.fixed-height{background-color:#fff;background-color:var(--sapList_Background, #fff)}.fdp-table .fd-table__cell{z-index:0}.fdp-table .fd-table__cell--group{min-width:100%;border-left:none}.fdp-table .fd-table__cell--group:before{content:\"\";display:block;position:absolute;top:-.0625rem;left:0;right:0;border-top:.0625rem solid #e4e4e4;border-top:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4)}.fdp-table .fd-table__cell--status-indicator{border-left:none;border-right:.0625rem solid #e4e4e4;border-right:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4);min-width:.375rem}[dir=rtl] .fdp-table .fd-table__cell--status-indicator,.fdp-table .fd-table__cell--status-indicator[dir=rtl]{border-right:none}.fdp-table .fd-table__cell--mock.fd-table__cell--mock-borderless{border-left:none!important;border-right:none!important;border-bottom:none!important;border-top:none!important}.fdp-table .fd-table__cell .fdp-table__navigation-indicator{margin:auto}[dir=rtl] .fdp-table .fd-table__cell:nth-last-child(2):not(.fdp-table__cell--group),.fdp-table .fd-table__cell[dir=rtl]:nth-last-child(2):not(.fdp-table__cell--group){border-left:.0625rem solid #e4e4e4;border-left:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4)}.fdp-table .fd-dnd-item{position:relative}.fdp-table .fd-table__cell--fixed{position:sticky;display:table-cell;z-index:1}.fdp-table .fd-table__cell--checkbox fd-checkbox{display:flex;height:100%}.fdp-table .fd-table__cell--checkbox fd-checkbox .fd-checkbox__label{align-self:center;margin:0}.fdp-table .fd-table__expand-wrapper{display:flex;align-items:center}.fdp-table__column-resizer{bottom:calc(var(--fdScrollbar_Dimension) + var(--sapList_BorderWidth, .0625rem))}.fdp-table__cell--navigation{width:4rem;min-width:4rem;max-width:4rem}.fdp-table__body-table.fd-table--pop-in .fd-table__row--secondary .fd-table__cell{border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fdp-table__body-table.fd-table--pop-in .fd-table__row--secondary:hover{background-color:var(--sapList_Hover_Background)}.fdp-table__body-table.fd-table--pop-in .fdp-table__header .fd-table__cell .fd-table__text{margin-bottom:0}.fdp-table__body--virtual-scroll{position:relative;will-change:scroll-position}.fdp-table__body--virtual-scroll .fd-table__body{position:static;will-change:transform}.fdp-table.fd-table--no-vertical-borders .fd-table__cell--status-indicator{border-right-color:transparent}[dir=rtl] .fdp-table.fd-table--no-vertical-borders .fd-table__cell--status-indicator,.fdp-table.fd-table--no-vertical-borders .fd-table__cell--status-indicator[dir=rtl]{border-left-color:transparent}.fdp-table__growing-button{height:auto}.fdp-table__growing-button__title{font-weight:700;margin:.813rem 0}.fdp-table__growing-button__subtitle{padding-bottom:.875rem}.fdp-table__growing-button-content{display:flex;justify-content:center;flex-direction:column}.fdp-table__growing-button-content--byline>*{display:flex;flex-direction:column;width:100%}.fdp-table__growing-button-total{border-top:var(--fdList_Item_Action_Border)!important}.fdp-table__growing-button-total .fd-list__title{line-height:2.75rem}.fdp-table.fdp-table--outer-scroll .fd-toolbar{position:sticky;z-index:10;top:0}.fdp-table.fdp-table--outer-scroll .fdp-table__body.fd-scrollbar,.fdp-table.fdp-table--outer-scroll .fdp-table__container{overflow:visible}.fdp-table.fdp-table--outer-scroll thead{position:sticky;top:0}.fdp-table.fdp-table--outer-scroll:has(.fd-toolbar) thead{position:sticky;top:2.75rem}.fdp-table.fdp-table--outer-scroll:has(.fd-toolbar):has(.is-compact) thead{position:sticky;top:2rem}.fdp-table.fdp-table--outer-scroll:has(.fd-toolbar):has(.fd-toolbar--title) thead{position:sticky;top:2.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl]{padding-left:.5rem;padding-right:2.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:4.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl]{padding-left:.5rem;padding-right:4.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl]{padding-left:.5rem;padding-right:5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:5.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl]{padding-left:.5rem;padding-right:5.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:6rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl]{padding-left:.5rem;padding-right:6rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:6.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl]{padding-left:.5rem;padding-right:6.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:7rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl]{padding-left:.5rem;padding-right:7rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:7.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl]{padding-left:.5rem;padding-right:7.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:8rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl]{padding-left:.5rem;padding-right:8rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:8.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl]{padding-left:.5rem;padding-right:8.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:9rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl]{padding-left:.5rem;padding-right:9rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:9.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl]{padding-left:.5rem;padding-right:9.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:10rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl]{padding-left:.5rem;padding-right:10rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:10.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl]{padding-left:.5rem;padding-right:10.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:11rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl]{padding-left:.5rem;padding-right:11rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:11.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl]{padding-left:.5rem;padding-right:11.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:12rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl]{padding-left:.5rem;padding-right:12rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:12.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl]{padding-left:.5rem;padding-right:12.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:13rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl]{padding-left:.5rem;padding-right:13rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:13.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl]{padding-left:.5rem;padding-right:13.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand,.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand{cursor:pointer;white-space:nowrap}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl]{padding-left:.5rem;padding-right:0}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl]{padding-left:.5rem;padding-right:1.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl]{padding-left:.5rem;padding-right:2.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:2.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl]{padding-left:.5rem;padding-right:2.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl]{padding-left:.5rem;padding-right:3.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:3.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl]{padding-left:.5rem;padding-right:3.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl]{padding-left:.5rem;padding-right:4.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:4.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl]{padding-left:.5rem;padding-right:4.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl]{padding-left:.5rem;padding-right:5.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:5.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl]{padding-left:.5rem;padding-right:5.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl]{padding-left:.5rem;padding-right:6.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:6.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl]{padding-left:.5rem;padding-right:6.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl]{padding-left:.5rem;padding-right:7.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:7.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl]{padding-left:.5rem;padding-right:7.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl]{padding-left:.5rem;padding-right:8.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:8.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl]{padding-left:.5rem;padding-right:8.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl]{padding-left:.5rem;padding-right:9.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:9.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl]{padding-left:.5rem;padding-right:9.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl]{padding-left:.5rem;padding-right:10.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:10.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl]{padding-left:.5rem;padding-right:10.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl]{padding-left:.5rem;padding-right:2rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:3.5rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl]{padding-left:.5rem;padding-right:3.5rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl]{padding-left:.5rem;padding-right:4.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:4.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl]{padding-left:.5rem;padding-right:4.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:5.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl]{padding-left:.5rem;padding-right:5.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:5.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl]{padding-left:.5rem;padding-right:5.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:6.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl]{padding-left:.5rem;padding-right:6.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:6.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl]{padding-left:.5rem;padding-right:6.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:7.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl]{padding-left:.5rem;padding-right:7.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:7.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl]{padding-left:.5rem;padding-right:7.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:8.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl]{padding-left:.5rem;padding-right:8.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:8.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl]{padding-left:.5rem;padding-right:8.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:9.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl]{padding-left:.5rem;padding-right:9.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:9.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl]{padding-left:.5rem;padding-right:9.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:10.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl]{padding-left:.5rem;padding-right:10.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:10.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl]{padding-left:.5rem;padding-right:10.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:11.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl]{padding-left:.5rem;padding-right:11.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:11.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl]{padding-left:.5rem;padding-right:11.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:12.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl]{padding-left:.5rem;padding-right:12.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:12.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl]{padding-left:.5rem;padding-right:12.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl]{padding-left:.5rem;padding-right:0}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl]{padding-left:.5rem;padding-right:1.5rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl]{padding-left:.5rem;padding-right:2.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:2.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl]{padding-left:.5rem;padding-right:2.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl]{padding-left:.5rem;padding-right:3.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:3.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl]{padding-left:.5rem;padding-right:3.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl]{padding-left:.5rem;padding-right:4.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:4.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl]{padding-left:.5rem;padding-right:4.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl]{padding-left:.5rem;padding-right:5.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:5.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl]{padding-left:.5rem;padding-right:5.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl]{padding-left:.5rem;padding-right:6.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:6.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl]{padding-left:.5rem;padding-right:6.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl]{padding-left:.5rem;padding-right:7.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:7.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl]{padding-left:.5rem;padding-right:7.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl]{padding-left:.5rem;padding-right:8.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:8.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl]{padding-left:.5rem;padding-right:8.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl]{padding-left:.5rem;padding-right:9.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:9.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl]{padding-left:.5rem;padding-right:9.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl]{padding-left:.5rem;padding-right:10.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:10.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl]{padding-left:.5rem;padding-right:10.75rem}.fd-table__intersection-spy{position:relative}.fdp-table--no-outer-border.fd-table--no-vertical-borders .fd-table__cell.is-last-child,.fdp-table--no-outer-border.fd-table--no-vertical-borders .fd-table__cell:last-child{border-left-style:none}th.fd-table__cell .fd-table__inner{font-weight:700}.fd-tr-hovered{background-color:var(--sapList_Hover_Background)!important}.fdp-table__body--disable-scroll{overflow:hidden!important}.fd-toolbar__group{gap:.5rem;display:flex;align-items:center}\n/*! Bundled license information:\n\nfundamental-styles/dist/scrollbar.css:\n (*!\n * Fundamental Library Styles v0.40.1\n * Copyright (c) 2025 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n *)\n*/\n"] }]
|
|
5419
|
+
], template: "@if (tableToolbar) {\n <!-- Toolbar -->\n <ng-template\n [ngTemplateOutlet]=\"tableToolbar.contentTemplateRef\"\n [ngTemplateOutletContext]=\"_toolbarContext\"\n ></ng-template>\n}\n<fd-busy-indicator\n [loading]=\"(_tableService.tableLoading$ | async) === true && _dataSourceDirective._firstLoadingDone\"\n [block]=\"true\"\n>\n <!-- Table Container -->\n <div class=\"fdp-table__container\" #tableContainer>\n <ng-template [ngTemplateOutlet]=\"tableTemplate\"></ng-template>\n @if (enableDragResize) {\n <!-- Table column resizer for visually representing the resizing process -->\n <fdp-table-column-resizer class=\"fdp-table__column-resizer\"></fdp-table-column-resizer>\n }\n </div>\n @if (showGrowingButton) {\n <fdp-table-growing-button [showItemsCount]=\"showItemsCount\"></fdp-table-growing-button>\n }\n</fd-busy-indicator>\n<!-- Table Template -->\n<ng-template #tableTemplate>\n <div\n class=\"fdp-table__body fd-scrollbar\"\n [class.fdp-table__body--virtual-scroll]=\"!!_virtualScrollDirective?.virtualScroll\"\n [class.fdp-table__body--disable-scroll]=\"!!_dndTableDirective?.dragDropInProgress\"\n fdpTableScrollable\n #tableScrollable=\"tableScrollable\"\n [style.height]=\"bodyHeight\"\n [class.fixed-height]=\"!!bodyHeight\"\n [attr.role]=\"pageScrolling ? 'feed' : null\"\n [class.fd-table--fixed]=\"_freezableColumns.size || fixed\"\n >\n <table\n fd-table\n [attr.role]=\"isTreeTable ? 'treegrid' : 'grid'\"\n class=\"fdp-table__body-table\"\n [allCellsFocusable]=\"true\"\n [popIn]=\"_tableService.poppingColumns$().length > 0\"\n [class.fd-table--no-outer-border]=\"noOuterBorders\"\n [attr.aria-labelledby]=\"_ariaLabelledBy\"\n >\n <thead fd-table-header [nonInteractive]=\"nonInteractiveHeader\" class=\"fdp-table__header\">\n <tr\n fdp-table-header-row\n [noBorders]=\"noBorders\"\n [noHorizontalBorders]=\"noHorizontalBorders\"\n [noVerticalBorders]=\"noVerticalBorders\"\n [rowId]=\"id\"\n [fixed]=\"fixed\"\n [isShownSelectionColumn]=\"isSelectionColumnShown\"\n [checkedState]=\"_checkedState\"\n [selectionMode]=\"_selectionMode\"\n [selectionColumnWidth]=\"_selectionColumnWidth\"\n [freezeColumnsTo]=\"freezeColumnsTo\"\n [freezeEndColumnsTo]=\"freezeEndColumnsTo\"\n (keydown.enter)=\"_onRowClick(null, $event)\"\n (keydown.space)=\"_onRowClick(null, $event)\"\n (click)=\"_onRowClick(null, $event)\"\n [disableSelectionCheckbox]=\"_dataSourceTableRows.length === 0\"\n ></tr>\n </thead>\n @if (!!_tableRowsVisible.length && _tableService.visibleColumnsLength() > 0) {\n <tbody\n fd-table-body\n fdkDndList\n #tableBody\n [dragoverPredicate]=\"_dndTableDirective?.dragoverPredicate\"\n [dropPredicate]=\"_dndTableDirective?.dropPredicate\"\n [noBorderX]=\"noBorderX || noBorders\"\n [noBorderY]=\"noBorderY || noBorders\"\n [tabIndex]=\"pageScrolling ? 0 : -1\"\n [items]=\"_dndTableRowsPlaceholder\"\n [draggable]=\"isDraggable\"\n [dropMode]=\"_dndTableDirective?.dropMode ?? 'group'\"\n (itemDropped)=\"_dndTableDirective?.dragDropItemDrop($event)\"\n (dropPredicateCalculating)=\"_calculatingLoading($event)\"\n (dropCancelled)=\"_dndTableDirective?.dropCancelled()\"\n >\n @for (rowIndex of _tableCurrentlyRenderedRowsPlaceholder; track _rowTrackBy($index, rowIndex)) {\n @if (_tableRowsVisible[rowIndex]; as row) {\n @switch (row.type) {\n @case ('group') {\n <tr\n fdp-table-group-row\n [index]=\"rowIndex\"\n [height]=\"rowHeight\"\n [draggable]=\"isDraggable\"\n [row]=\"row\"\n [rowId]=\"id\"\n [keyToColumnMap]=\"_keyToColumnMap\"\n [tableColumnsLength]=\"_tableColumnsLength\"\n (toggleGroupRow)=\"_toggleGroupRow($event)\"\n (click)=\"_emitRowActivate(row, $event.ctrlKey || $event.metaKey)\"\n ></tr>\n }\n @default {\n <tr\n [fdkDndItem]=\"row\"\n [applyDragItemClass]=\"isDraggable\"\n [class]=\"row | rowClasses: rowsClass\"\n [tabindex]=\"rowsActivable || !!row.navigatable ? 0 : -1\"\n [focusable]=\"rowsActivable || !!row.navigatable\"\n [hoverable]=\"rowsActivable || isSelectionColumnShown || !!row.navigatable\"\n [activable]=\"rowsActivable || !!row.navigatable\"\n [active]=\"rowIndex === _navigatedRowIndex\"\n [highlightActive]=\"highlightNavigatedRow\"\n [style.height.px]=\"rowHeight\"\n [attr.aria-level]=\"isTreeTable ? row.level + 1 : null\"\n (keydown.enter)=\"_onRowClick(row, $event)\"\n (keydown.space)=\"_onRowClick(row, $event)\"\n (click)=\"_onRowClick(row, $event)\"\n (started)=\"_dndTableDirective?.dragDropStart()\"\n [main]=\"true\"\n [class.fd-table__row--draggable]=\"isDraggable\"\n fdp-table-row\n [attr.aria-rowindex]=\"rowIndex + 1\"\n [rowId]=\"id\"\n [class.fd-tr-hovered]=\"!row.checked && hoveredRowIndex$() === rowIndex\"\n [index]=\"rowIndex\"\n [row]=\"row\"\n [selectionMode]=\"_selectionMode\"\n [selectableKey]=\"selectableKey\"\n [enableTristateMode]=\"enableTristateMode\"\n [fixed]=\"fixed\"\n [selectionColumnWidth]=\"_selectionColumnWidth\"\n [freezeColumnsTo]=\"freezeColumnsTo\"\n [freezeEndColumnsTo]=\"freezeEndColumnsTo\"\n ></tr>\n }\n }\n @if (row.type === 'item' && _tableService.poppingColumns$().length > 0) {\n <tr\n (keydown.enter)=\"_onRowClick(row, $event)\"\n (keydown.space)=\"_onRowClick(row, $event)\"\n (click)=\"_onRowClick(row, $event)\"\n fdp-table-popping-row\n [secondary]=\"true\"\n [style.cursor]=\"rowsActivable || !!row.navigatable ? 'pointer' : 'auto'\"\n [style.height.px]=\"secondaryRowHeight\"\n [selectionMode]=\"selectionMode\"\n [row]=\"row\"\n [checked]=\"row.checked\"\n [class]=\"row | rowClasses: rowsClass\"\n (toggleGroupRow)=\"_toggleGroupRow($event)\"\n (cellClicked)=\"_onCellClick($event.index, $event.row)\"\n (mouseenter)=\"handleMouseEnter(rowIndex)\"\n (mouseleave)=\"handleMouseLeave()\"\n ></tr>\n }\n @if (row.children.length === 0 && (row.childItemsLoading$ | async)) {\n @for (_ of loadingRowRange; track $index) {\n <tr fd-table-row>\n @for (_ of loadingColumnsRange; track $index) {\n <td fd-table-cell>\n <fd-skeleton\n [style.margin]=\"'auto 0'\"\n type=\"text\"\n textLines=\"1\"\n width=\"60%\"\n ></fd-skeleton>\n </td>\n }\n </tr>\n }\n }\n <!-- Last rendered child row. -->\n @if (row.parent?.lastChild?.index === row.index) {\n <tr\n aria-hidden=\"true\"\n class=\"fd-table__intersection-spy\"\n [fdkIntersectionSpy]=\"pageScrollingThreshold\"\n (intersected)=\"$event && _tableRowService.loadChildRows(row.parent!)\"\n [style.top.px]=\"pageScrollingThreshold * -1\"\n ></tr>\n }\n }\n }\n @if (pageScrolling) {\n <tr\n aria-hidden=\"true\"\n class=\"fd-table__intersection-spy\"\n [fdkIntersectionSpy]=\"pageScrollingThreshold\"\n (intersected)=\"$event && _onSpyIntersect($event)\"\n [style.top.px]=\"pageScrollingThreshold * -1\"\n ></tr>\n }\n </tbody>\n } @else {\n @if (!_dataSourceDirective._firstLoadingDone) {\n <tbody fd-table-body>\n @for (_ of loadingRowRange; track $index) {\n <tr fd-table-row>\n @for (_ of loadingColumnsRange; track $index) {\n <td fd-table-cell>\n <fd-skeleton\n [style.margin]=\"'auto 0'\"\n type=\"text\"\n textLines=\"1\"\n width=\"60%\"\n ></fd-skeleton>\n </td>\n }\n </tr>\n }\n </tbody>\n } @else {\n <tbody fd-table-body class=\"fdp-table__empty\">\n <tr fd-table-row>\n <td fd-table-cell class=\"fd-table__cell--no-data\" [attr.colspan]=\"_tableColumnsLength\">\n <div class=\"fdp-table__empty-table-message\">\n <ng-content select=\"fdp-table-no-data-wrapper\"></ng-content>\n @if (!_noDataWrapper && _tableService.visibleColumnsLength() > 0) {\n <div>\n {{\n emptyTableMessage || ('platformTable.defaultEmptyMessage' | fdTranslate)\n }}\n </div>\n } @else if (_tableService.visibleColumnsLength() === 0) {\n <div>\n {{\n noVisibleColumnsMessage ||\n ('platformTable.noVisibleColumnsMessage' | fdTranslate)\n }}\n </div>\n }\n </div>\n </td>\n </tr>\n </tbody>\n }\n }\n @if (pageScrolling) {\n <tbody class=\"fd-table__body__focus-mock\"></tbody>\n }\n @if (_virtualScrollDirective?.virtualScroll) {\n <!-- the tbody element below is so the scrollbar renders correctly -->\n <tbody>\n <tr>\n <td colspan=\"100%\" [style.height.px]=\"_virtualScrollDirective!.virtualScrollTotalHeight\"></td>\n </tr>\n </tbody>\n }\n @if (showTableFooter) {\n <tfoot fd-table-footer>\n <tr fdp-table-footer-row></tr>\n </tfoot>\n }\n </table>\n </div>\n</ng-template>\n<!-- Empty Table Message -->\n", styles: [".fd-scrollbar{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;overflow:auto;padding-block:0;padding-inline:0;scrollbar-color:var(--fdScrollbar_Thumb_Color) var(--fdScrollbar_Track_Color)}.fd-scrollbar:after,.fd-scrollbar:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-scrollbar.is-focus,.fd-scrollbar:focus{outline:none;z-index:5}.fd-scrollbar::-webkit-scrollbar{height:var(--fdScrollbar_Dimension);width:var(--fdScrollbar_Dimension)}.fd-scrollbar::-webkit-scrollbar-corner,.fd-scrollbar::-webkit-scrollbar-track{background-color:var(--fdScrollbar_Track_Color)}.fd-scrollbar::-webkit-scrollbar-thumb{background-color:transparent;border:var(--fdScrollbar_Thumb_Offset) solid transparent;border-radius:calc(var(--fdScrollbar_Thumb_Border_Radius) - var(--fdScrollbar_Thumb_Offset));-webkit-box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color);box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color)}.fd-scrollbar::-webkit-scrollbar-thumb:active,.fd-scrollbar::-webkit-scrollbar-thumb:hover{-webkit-box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Hover_Color);box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Hover_Color)}.fd-scrollbar--container::-webkit-scrollbar-corner,.fd-scrollbar--container::-webkit-scrollbar-track{background-color:var(--fdScrollbar_Track_Color);border-radius:0 var(--fdScrollbar_Border_Radius) var(--fdScrollbar_Border_Radius) 0}.fd-scrollbar--container[dir=rtl]::-webkit-scrollbar-corner,.fd-scrollbar--container[dir=rtl]::-webkit-scrollbar-track,[dir=rtl] .fd-scrollbar--container::-webkit-scrollbar-corner,[dir=rtl] .fd-scrollbar--container::-webkit-scrollbar-track{border-radius:var(--fdScrollbar_Border_Radius) 0 0 var(--fdScrollbar_Border_Radius)}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.fd-table__cell--focusable[aria-selected=true]:after{border-color:var(--sapContent_FocusColor)!important}fdk-dynamic-portal .fdp-table-toolbar-actions{gap:.5rem;display:flex;flex-direction:column}.fdp-table{display:block}.fdp-table .fd-table__row:focus-visible{outline:none}.fdp-table .fdp-table-toolbar-actions{gap:.5rem;display:flex;align-items:center}.fdp-table .fdp-table__applied-filters-toolbar label{flex-shrink:1}.fdp-table .fdp-table__body-table,.fdp-table .fdp-table__header-table,.fdp-table .fdp-table__body-hs-table{table-layout:auto;width:100%;border-collapse:separate;border-spacing:0}.fdp-table .fd-table__body__focus-mock{position:absolute;top:var(--fdTable_Header_Cell_Height);left:0;right:0;bottom:0;pointer-events:none;z-index:5}.fdp-table .fd-table__body:focus+.fd-table__body__focus-mock{outline-offset:-.1875rem;outline-width:.0625rem;outline-width:var(--sapContent_FocusWidth, .0625rem);outline-color:#000;outline-color:var(--sapContent_FocusColor, #000);outline-style:dotted;outline-style:var(--sapContent_FocusStyle, dotted)}.fdp-table.fd-table--tree .fd-table__body .fd-table__row,.fdp-table.fd-table--tree .fd-table__body .fd-table__row .fd-replace-indicator,.fdp-table.fd-table--group .fd-table__body .fd-table__row,.fdp-table.fd-table--group .fd-table__body .fd-table__row .fd-replace-indicator{height:2.75rem}.fdp-table.fd-table--tree.fd-table--compact .fd-table__body .fd-table__row,.fdp-table.fd-table--tree.fd-table--compact .fd-table__body .fd-table__row .fd-replace-indicator,.fdp-table.fd-table--group.fd-table--compact .fd-table__body .fd-table__row,.fdp-table.fd-table--group.fd-table--compact .fd-table__body .fd-table__row .fd-replace-indicator{height:2rem}.fdp-table.fd-table--tree.fd-table--condensed .fd-table__body .fd-table__row,.fdp-table.fd-table--tree.fd-table--condensed .fd-table__body .fd-table__row .fd-replace-indicator,.fdp-table.fd-table--group.fd-table--condensed .fd-table__body .fd-table__row,.fdp-table.fd-table--group.fd-table--condensed .fd-table__body .fd-table__row .fd-replace-indicator{height:1.563rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__row{cursor:auto}.fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable:hover{cursor:grab}.fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable:active{cursor:grabbing}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable.fd-dnd-on-drag.fd-dnd-placeholder,.fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable.fd-dnd-on-drag.fd-dnd-placeholder[dir=rtl]{padding-left:.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable.fd-dnd-on-drag:not(.fd-dnd-placeholder) .fdp-table__cell--selection{top:0;transform:translate(-100%)}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable.fd-dnd-on-drag:not(.fd-dnd-placeholder) .fdp-table__cell--selection,.fdp-table.fd-table--tree .fd-table__body .fd-table__row--draggable.fd-dnd-on-drag:not(.fd-dnd-placeholder) .fdp-table__cell--selection[dir=rtl]{transform:translate(100%)}.fdp-table.fd-table--tree .fd-table__body .fd-table__row .fd-replace-indicator{top:auto}.fdp-table.fd-table--tree .fd-table__body .fd-table__row .fd-table__text{white-space:nowrap}.fdp-table.fd-table--tree.fd-table--condensed .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder,.fdp-table.fd-table--tree.fd-table--compact .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder{padding-left:2rem}[dir=rtl] .fdp-table.fd-table--tree.fd-table--condensed .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder,.fdp-table.fd-table--tree.fd-table--condensed .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder[dir=rtl],[dir=rtl] .fdp-table.fd-table--tree.fd-table--compact .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder,.fdp-table.fd-table--tree.fd-table--compact .fd-table__row.fd-dnd-on-drag.fd-dnd-placeholder[dir=rtl]{padding-left:.5rem}.fdp-table.fd-table--condensed .fd-table__body .fd-table__cell--checkbox .fd-checkbox__label{position:relative;margin-top:0}.fdp-table.fdp-table--no-outer-border .fdp-table__header,.fdp-table.fdp-table--no-outer-border .fdp-table__body,.fdp-table.fdp-table--no-outer-border .fdp-table__body-hs,[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__header,.fdp-table.fdp-table--no-outer-border .fdp-table__header[dir=rtl],[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__body,.fdp-table.fdp-table--no-outer-border .fdp-table__body[dir=rtl],[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__body-hs,.fdp-table.fdp-table--no-outer-border .fdp-table__body-hs[dir=rtl]{border-left:none;border-right:none}[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__header .fd-table__cell:first-child,.fdp-table.fdp-table--no-outer-border .fdp-table__header[dir=rtl] .fd-table__cell:first-child,[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__body .fd-table__cell:first-child,.fdp-table.fdp-table--no-outer-border .fdp-table__body[dir=rtl] .fd-table__cell:first-child,[dir=rtl] .fdp-table.fdp-table--no-outer-border .fdp-table__body-hs .fd-table__cell:first-child,.fdp-table.fdp-table--no-outer-border .fdp-table__body-hs[dir=rtl] .fd-table__cell:first-child{border-right:none}.fdp-table.fdp-table--no-outer-border .fdp-table__header .fd-table__cell{border-top:none}.fdp-table.fdp-table--no-outer-border .fdp-table__body{border-bottom:none}.fdp-table__container{position:relative;overflow:hidden;outline:none}.fdp-table__header{z-index:2}.fdp-table__header .fd-table__cell,.fdp-table__header .fd-table__cell--mock{border-top:.0625rem solid #e4e4e4;border-top:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4);border-bottom:.0625rem solid #e4e4e4;border-bottom:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4)}.fdp-table__header .fd-table__cell{margin-top:0;max-height:100%;top:0}.fdp-table__header .fd-table__cell--fixed{position:sticky}.fdp-table__header .fd-table__cell .fd-table__popover--custom{display:none}.fdp-table__header .fd-table__cell .fdp-table__navigation-indicator{opacity:0;visibility:hidden}.fdp-table__header .fd-table__cell--truncate-txt{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:text-bottom;max-width:100%}.fdp-table__header th.fd-table__cell{border-block-start:none}.fdp-table__body-hs{box-sizing:border-box;border-left:.0625rem solid #e4e4e4;border-left:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4);background:var(--fdScrollbar_Track_Color, #ffffff);padding-right:var(--fdScrollbar_Dimension)}[dir=rtl] .fdp-table__body-hs,.fdp-table__body-hs[dir=rtl]{padding-right:0;padding-left:var(--fdScrollbar_Dimension);border-left:none;border-right:.0625rem solid #e4e4e4;border-right:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4)}.fdp-table__body-hs-wrap{width:100%;position:relative}.fdp-table__body-hs-spacer{position:absolute;height:1px;visibility:hidden}.fdp-table__empty-table-message{box-sizing:border-box;padding:1rem;text-align:center;display:flex;align-items:center;justify-content:center;align-content:center;width:100%}.fdp-table__empty .fd-table__cell{width:100%}.fdp-table__empty .fd-table__body{border-left:none}[dir=rtl] .fdp-table__empty .fd-table__body,.fdp-table__empty .fd-table__body[dir=rtl]{border-left:.0625rem solid #e4e4e4;border-left:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4);border-right:none}.fdp-table__empty.fixed-height{background-color:#fff;background-color:var(--sapList_Background, #fff)}.fdp-table .fd-table__cell{z-index:0}.fdp-table .fd-table__cell--group{min-width:100%;border-left:none}.fdp-table .fd-table__cell--group:before{content:\"\";display:block;position:absolute;top:-.0625rem;left:0;right:0;border-top:.0625rem solid #e4e4e4;border-top:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4)}.fdp-table .fd-table__cell--status-indicator{border-left:none;border-right:.0625rem solid #e4e4e4;border-right:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4);min-width:.375rem}[dir=rtl] .fdp-table .fd-table__cell--status-indicator,.fdp-table .fd-table__cell--status-indicator[dir=rtl]{border-right:none}.fdp-table .fd-table__cell--mock.fd-table__cell--mock-borderless{border-left:none!important;border-right:none!important;border-bottom:none!important;border-top:none!important}.fdp-table .fd-table__cell .fdp-table__navigation-indicator{margin:auto}[dir=rtl] .fdp-table .fd-table__cell:nth-last-child(2):not(.fdp-table__cell--group),.fdp-table .fd-table__cell[dir=rtl]:nth-last-child(2):not(.fdp-table__cell--group){border-left:.0625rem solid #e4e4e4;border-left:var(--sapList_BorderWidth, .0625rem) solid var(--sapList_BorderColor, #e4e4e4)}.fdp-table .fd-dnd-item{position:relative}.fdp-table .fd-table__cell--fixed{position:sticky;display:table-cell;z-index:1}.fdp-table .fd-table__cell--checkbox fd-checkbox{display:flex;height:100%}.fdp-table .fd-table__cell--checkbox fd-checkbox .fd-checkbox__label{align-self:center;margin:0}.fdp-table .fd-table__expand-wrapper{display:flex;align-items:center}.fdp-table__column-resizer{bottom:calc(var(--fdScrollbar_Dimension) + var(--sapList_BorderWidth, .0625rem))}.fdp-table__cell--navigation{width:4rem;min-width:4rem;max-width:4rem}.fdp-table__body-table.fd-table--pop-in .fd-table__row--secondary .fd-table__cell{border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fdp-table__body-table.fd-table--pop-in .fd-table__row--secondary:hover{background-color:var(--sapList_Hover_Background)}.fdp-table__body-table.fd-table--pop-in .fdp-table__header .fd-table__cell .fd-table__text{margin-bottom:0}.fdp-table__body--virtual-scroll{position:relative;will-change:scroll-position}.fdp-table__body--virtual-scroll .fd-table__body{position:static;will-change:transform}.fdp-table.fd-table--no-vertical-borders .fd-table__cell--status-indicator{border-right-color:transparent}[dir=rtl] .fdp-table.fd-table--no-vertical-borders .fd-table__cell--status-indicator,.fdp-table.fd-table--no-vertical-borders .fd-table__cell--status-indicator[dir=rtl]{border-left-color:transparent}.fdp-table__growing-button{height:auto}.fdp-table__growing-button__title{font-weight:700;margin:.813rem 0}.fdp-table__growing-button__subtitle{padding-bottom:.875rem}.fdp-table__growing-button-content{display:flex;justify-content:center;flex-direction:column}.fdp-table__growing-button-content--byline>*{display:flex;flex-direction:column;width:100%}.fdp-table__growing-button-total{border-top:var(--fdList_Item_Action_Border)!important}.fdp-table__growing-button-total .fd-list__title{line-height:2.75rem}.fdp-table.fdp-table--outer-scroll .fd-toolbar{position:sticky;z-index:10;top:0}.fdp-table.fdp-table--outer-scroll .fdp-table__body.fd-scrollbar,.fdp-table.fdp-table--outer-scroll .fdp-table__container{overflow:visible}.fdp-table.fdp-table--outer-scroll thead{position:sticky;top:0}.fdp-table.fdp-table--outer-scroll:has(.fd-toolbar) thead{position:sticky;top:2.75rem}.fdp-table.fdp-table--outer-scroll:has(.fd-toolbar):has(.is-compact) thead{position:sticky;top:2rem}.fdp-table.fdp-table--outer-scroll:has(.fd-toolbar):has(.fd-toolbar--title) thead{position:sticky;top:2.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl]{padding-left:.5rem;padding-right:2.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:4.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl]{padding-left:.5rem;padding-right:4.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl]{padding-left:.5rem;padding-right:5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:5.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl]{padding-left:.5rem;padding-right:5.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:6rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl]{padding-left:.5rem;padding-right:6rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:6.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl]{padding-left:.5rem;padding-right:6.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:7rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl]{padding-left:.5rem;padding-right:7rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:7.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl]{padding-left:.5rem;padding-right:7.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:8rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl]{padding-left:.5rem;padding-right:8rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:8.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl]{padding-left:.5rem;padding-right:8.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:9rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl]{padding-left:.5rem;padding-right:9rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:9.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl]{padding-left:.5rem;padding-right:9.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:10rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl]{padding-left:.5rem;padding-right:10rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:10.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl]{padding-left:.5rem;padding-right:10.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:11rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl]{padding-left:.5rem;padding-right:11rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:11.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl]{padding-left:.5rem;padding-right:11.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:12rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl]{padding-left:.5rem;padding-right:12rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:12.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl]{padding-left:.5rem;padding-right:12.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:13rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl]{padding-left:.5rem;padding-right:13rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:13.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl]{padding-left:.5rem;padding-right:13.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand,.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand{cursor:pointer;white-space:nowrap}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl]{padding-left:.5rem;padding-right:0}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl]{padding-left:.5rem;padding-right:1.5rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl]{padding-left:.5rem;padding-right:2.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:2.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl]{padding-left:.5rem;padding-right:2.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl]{padding-left:.5rem;padding-right:3.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:3.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl]{padding-left:.5rem;padding-right:3.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl]{padding-left:.5rem;padding-right:4.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:4.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl]{padding-left:.5rem;padding-right:4.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl]{padding-left:.5rem;padding-right:5.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:5.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl]{padding-left:.5rem;padding-right:5.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl]{padding-left:.5rem;padding-right:6.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:6.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl]{padding-left:.5rem;padding-right:6.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl]{padding-left:.5rem;padding-right:7.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:7.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl]{padding-left:.5rem;padding-right:7.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl]{padding-left:.5rem;padding-right:8.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:8.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl]{padding-left:.5rem;padding-right:8.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl]{padding-left:.5rem;padding-right:9.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:9.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl]{padding-left:.5rem;padding-right:9.75rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.25rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl]{padding-left:.5rem;padding-right:10.25rem}.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:10.75rem}[dir=rtl] .fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl]{padding-left:.5rem;padding-right:10.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl]{padding-left:.5rem;padding-right:2rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:3.5rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl]{padding-left:.5rem;padding-right:3.5rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl]{padding-left:.5rem;padding-right:4.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:4.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl]{padding-left:.5rem;padding-right:4.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:5.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl]{padding-left:.5rem;padding-right:5.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:5.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl]{padding-left:.5rem;padding-right:5.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:6.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl]{padding-left:.5rem;padding-right:6.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:6.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl]{padding-left:.5rem;padding-right:6.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:7.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl]{padding-left:.5rem;padding-right:7.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:7.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl]{padding-left:.5rem;padding-right:7.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:8.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl]{padding-left:.5rem;padding-right:8.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:8.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl]{padding-left:.5rem;padding-right:8.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:9.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl]{padding-left:.5rem;padding-right:9.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:9.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl]{padding-left:.5rem;padding-right:9.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:10.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl]{padding-left:.5rem;padding-right:10.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:10.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl]{padding-left:.5rem;padding-right:10.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:11.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl]{padding-left:.5rem;padding-right:11.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:11.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl]{padding-left:.5rem;padding-right:11.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:12.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl]{padding-left:.5rem;padding-right:12.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:12.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl]{padding-left:.5rem;padding-right:12.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl]{padding-left:.5rem;padding-right:0}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl]{padding-left:.5rem;padding-right:1.5rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl]{padding-left:.5rem;padding-right:2.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:2.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl]{padding-left:.5rem;padding-right:2.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl]{padding-left:.5rem;padding-right:3.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:3.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl]{padding-left:.5rem;padding-right:3.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl]{padding-left:.5rem;padding-right:4.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:4.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl]{padding-left:.5rem;padding-right:4.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl]{padding-left:.5rem;padding-right:5.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:5.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl]{padding-left:.5rem;padding-right:5.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl]{padding-left:.5rem;padding-right:6.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:6.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl]{padding-left:.5rem;padding-right:6.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl]{padding-left:.5rem;padding-right:7.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:7.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl]{padding-left:.5rem;padding-right:7.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl]{padding-left:.5rem;padding-right:8.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:8.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl]{padding-left:.5rem;padding-right:8.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl]{padding-left:.5rem;padding-right:9.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:9.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl]{padding-left:.5rem;padding-right:9.75rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.25rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl]{padding-left:.5rem;padding-right:10.25rem}[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:10.75rem}[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-condensed] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] [class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fdp-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fdp-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl]{padding-left:.5rem;padding-right:10.75rem}.fd-table__intersection-spy{position:relative}.fdp-table--no-outer-border.fd-table--no-vertical-borders .fd-table__cell.is-last-child,.fdp-table--no-outer-border.fd-table--no-vertical-borders .fd-table__cell:last-child{border-left-style:none}th.fd-table__cell .fd-table__inner{font-weight:700}.fd-tr-hovered{background-color:var(--sapList_Hover_Background)!important}.fdp-table__body--disable-scroll{overflow:hidden!important}.fd-toolbar__group{gap:.5rem;display:flex;align-items:center}\n/*! Bundled license information:\n\nfundamental-styles/dist/scrollbar.css:\n (*!\n * Fundamental Library Styles v0.40.1\n * Copyright (c) 2025 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n *)\n*/\n"] }]
|
|
5422
5420
|
}], ctorParameters: () => [{ type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i1.TableService }, { type: i1.TableScrollDispatcherService }, { type: i1.TableColumnResizeService }, { type: i1$3.ContentDensityObserver }, { type: i0.Injector }, { type: i3.TabbableElementService }], propDecorators: { name: [{
|
|
5423
5421
|
type: Input
|
|
5424
5422
|
}], id: [{
|