@fundamental-ngx/core 0.37.0-rc.2 → 0.37.0-rc.21
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/carousel/carousel-item/carousel-item.component.d.ts +2 -3
- package/carousel/carousel.component.d.ts +4 -3
- package/dynamic-page/dynamic-page-header/subheader/dynamic-page-subheader.component.d.ts +4 -0
- package/esm2020/action-bar/action-bar.component.mjs +2 -2
- package/esm2020/action-sheet/action-sheet.component.mjs +3 -3
- package/esm2020/alert/alert.component.mjs +2 -2
- package/esm2020/avatar/avatar.component.mjs +7 -3
- package/esm2020/avatar-group/avatar-group.component.mjs +2 -2
- package/esm2020/bar/bar.component.mjs +2 -2
- package/esm2020/breadcrumb/breadcrumb.component.mjs +2 -2
- package/esm2020/busy-indicator/busy-indicator.component.mjs +2 -2
- package/esm2020/button/button.component.mjs +2 -2
- package/esm2020/calendar/calendar.component.mjs +2 -2
- package/esm2020/card/card.component.mjs +2 -2
- package/esm2020/carousel/carousel-item/carousel-item.component.mjs +5 -7
- package/esm2020/carousel/carousel.component.mjs +31 -27
- package/esm2020/checkbox/checkbox/checkbox.component.mjs +2 -2
- package/esm2020/combobox/combobox.component.mjs +1 -1
- package/esm2020/date-picker/date-picker.component.mjs +1 -1
- package/esm2020/datetime-picker/datetime-picker.component.mjs +1 -1
- package/esm2020/dialog/dialog.component.mjs +2 -2
- package/esm2020/dynamic-page/dynamic-page-header/subheader/dynamic-page-subheader.component.mjs +7 -3
- package/esm2020/dynamic-page/dynamic-page.component.mjs +2 -2
- package/esm2020/dynamic-side-content/dynamic-side-content.component.mjs +2 -2
- package/esm2020/facets/facet/facet.component.mjs +2 -2
- package/esm2020/feed-input/feed-input.component.mjs +2 -2
- package/esm2020/feed-list-item/components/list/feed-list.component.mjs +2 -2
- package/esm2020/file-uploader/file-uploader.component.mjs +8 -12
- package/esm2020/fixed-card-layout/fixed-card-layout.component.mjs +2 -2
- package/esm2020/flexible-column-layout/flexible-column-layout.component.mjs +2 -2
- package/esm2020/form/fieldset/fieldset.component.mjs +2 -2
- package/esm2020/form/form-control/form-control.component.mjs +2 -2
- package/esm2020/form/form-group/form-group.component.mjs +2 -2
- package/esm2020/form/form-header/form-header.component.mjs +2 -2
- package/esm2020/form/form-input-message-group/form-input-message-group.component.mjs +3 -3
- package/esm2020/form/form-item/form-item.component.mjs +2 -2
- package/esm2020/form/form-label/form-label.component.mjs +2 -2
- package/esm2020/form/form-message/form-message.component.mjs +2 -2
- package/esm2020/grid-list/components/grid-list/grid-list.component.mjs +2 -2
- package/esm2020/icon/icon.component.mjs +2 -2
- package/esm2020/illustrated-message/illustrated-message.component.mjs +2 -2
- package/esm2020/info-label/info-label.component.mjs +2 -2
- package/esm2020/inline-help/inline-help.directive.mjs +3 -3
- package/esm2020/input-group/input-group.component.mjs +2 -2
- package/esm2020/layout-grid/layout-grid.component.mjs +2 -2
- package/esm2020/layout-panel/layout-panel.component.mjs +2 -2
- package/esm2020/link/link.component.mjs +2 -2
- package/esm2020/list/list.component.mjs +2 -2
- package/esm2020/menu/menu-item/menu-item.component.mjs +43 -7
- package/esm2020/menu/menu.component.mjs +44 -33
- package/esm2020/menu/services/menu.service.mjs +14 -13
- package/esm2020/message-box/message-box.component.mjs +2 -2
- package/esm2020/message-page/message-page.component.mjs +2 -2
- package/esm2020/message-strip/message-strip.component.mjs +2 -2
- package/esm2020/message-toast/message-toast.component.mjs +2 -2
- package/esm2020/multi-input/multi-input.component.mjs +1 -1
- package/esm2020/nested-list/nested-list-popover/nested-list-popover.component.mjs +1 -1
- package/esm2020/notification/notification/notification.component.mjs +2 -2
- package/esm2020/object-identifier/object-identifier.component.mjs +2 -2
- package/esm2020/object-marker/object-marker.component.mjs +2 -2
- package/esm2020/object-number/object-number.component.mjs +2 -2
- package/esm2020/object-status/object-status.component.mjs +2 -2
- package/esm2020/overflow-layout/overflow-layout.component.mjs +1 -1
- package/esm2020/pagination/pagination.component.mjs +2 -2
- package/esm2020/panel/panel.component.mjs +2 -2
- package/esm2020/popover/base/base-popover.class.mjs +10 -2
- package/esm2020/popover/popover-body/popover-body.component.mjs +36 -35
- package/esm2020/popover/popover-service/popover.service.mjs +3 -1
- package/esm2020/product-switch/product-switch/product-switch.component.mjs +1 -1
- package/esm2020/product-switch/product-switch-body/product-switch-body.component.mjs +2 -2
- package/esm2020/progress-indicator/progress-indicator.component.mjs +2 -2
- package/esm2020/quick-view/quick-view/quick-view.component.mjs +2 -2
- package/esm2020/radio/radio-button/radio-button.component.mjs +2 -2
- package/esm2020/rating-indicator/components/rating-indicator.component.mjs +2 -2
- package/esm2020/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.mjs +2 -2
- package/esm2020/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.mjs +2 -2
- package/esm2020/scrollbar/scrollbar.component.mjs +2 -2
- package/esm2020/segmented-button/segmented-button.component.mjs +2 -2
- package/esm2020/select/select.component.mjs +2 -2
- package/esm2020/shared/interfaces/popover-position.mjs +1 -28
- package/esm2020/shellbar/product-menu/product-menu.component.mjs +1 -1
- package/esm2020/shellbar/shellbar.component.mjs +2 -2
- package/esm2020/shellbar/user-menu/shellbar-user-menu.component.mjs +1 -1
- package/esm2020/side-navigation/side-navigation.component.mjs +2 -2
- package/esm2020/slider/slider.component.mjs +2 -2
- package/esm2020/split-button/split-button.component.mjs +8 -8
- package/esm2020/splitter/splitter.component.mjs +2 -2
- package/esm2020/status-indicator/status-indicator.component.mjs +2 -2
- package/esm2020/step-input/step-input.component.mjs +2 -2
- package/esm2020/switch/switch.component.mjs +2 -2
- package/esm2020/table/table-wrapper.component.mjs +2 -2
- package/esm2020/table/table.component.mjs +2 -2
- package/esm2020/tabs/tab-list.component.mjs +2 -2
- package/esm2020/tabs/tab-nav/tab-nav.component.mjs +2 -2
- package/esm2020/text/text.component.mjs +2 -2
- package/esm2020/tile/tile.component.mjs +2 -2
- package/esm2020/time/time.component.mjs +2 -2
- package/esm2020/time-picker/time-picker.component.mjs +1 -1
- package/esm2020/title/title.component.mjs +2 -2
- package/esm2020/token/token.component.mjs +2 -2
- package/esm2020/token/tokenizer.component.mjs +2 -2
- package/esm2020/toolbar/toolbar.component.mjs +2 -2
- package/esm2020/tree/tree-child.component.mjs +2 -2
- package/esm2020/tree/tree.component.mjs +2 -2
- package/esm2020/upload-collection/upload-collection.component.mjs +2 -2
- package/esm2020/vertical-navigation/vertical-navigation-main-navigation.component.mjs +2 -2
- package/esm2020/vertical-navigation/vertical-navigation.component.mjs +2 -2
- package/esm2020/wizard/wizard.component.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-action-bar.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-action-sheet.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-action-sheet.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-alert.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-avatar-group.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-avatar.mjs +6 -2
- package/fesm2015/fundamental-ngx-core-avatar.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-bar.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-breadcrumb.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-busy-indicator.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-button.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-button.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-calendar.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-card.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-carousel.mjs +32 -30
- package/fesm2015/fundamental-ngx-core-carousel.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-checkbox.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-combobox.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-date-picker.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-date-picker.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-datetime-picker.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-dialog.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-dynamic-page.mjs +8 -4
- package/fesm2015/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-dynamic-side-content.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-facets.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-feed-input.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-feed-input.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-feed-list-item.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-file-uploader.mjs +6 -10
- package/fesm2015/fundamental-ngx-core-file-uploader.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-fixed-card-layout.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-flexible-column-layout.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-form.mjs +16 -16
- package/fesm2015/fundamental-ngx-core-form.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-grid-list.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-icon.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-icon.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-illustrated-message.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-info-label.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-info-label.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-inline-help.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-inline-help.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-input-group.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-layout-grid.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-layout-panel.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-link.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-link.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-list.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-list.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-menu.mjs +99 -49
- package/fesm2015/fundamental-ngx-core-menu.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-message-box.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-message-page.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-message-strip.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-message-toast.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-multi-input.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-multi-input.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-nested-list.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-nested-list.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-notification.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-object-identifier.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-object-marker.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-object-marker.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-object-number.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-object-status.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-object-status.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-overflow-layout.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-pagination.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-panel.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-popover.mjs +47 -35
- package/fesm2015/fundamental-ngx-core-popover.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-product-switch.mjs +3 -3
- package/fesm2015/fundamental-ngx-core-product-switch.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-progress-indicator.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-progress-indicator.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-quick-view.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-quick-view.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-radio.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-rating-indicator.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-resizable-card-layout.mjs +4 -4
- package/fesm2015/fundamental-ngx-core-scrollbar.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-segmented-button.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-select.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-select.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-shared.mjs +1 -28
- package/fesm2015/fundamental-ngx-core-shared.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-shellbar.mjs +4 -4
- package/fesm2015/fundamental-ngx-core-shellbar.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-side-navigation.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-side-navigation.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-slider.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-slider.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-split-button.mjs +7 -7
- package/fesm2015/fundamental-ngx-core-split-button.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-splitter.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-status-indicator.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-status-indicator.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-step-input.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-switch.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-table.mjs +4 -4
- package/fesm2015/fundamental-ngx-core-tabs.mjs +4 -4
- package/fesm2015/fundamental-ngx-core-tabs.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-text.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-tile.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-time-picker.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-time-picker.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-time.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-title.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-token.mjs +4 -4
- package/fesm2015/fundamental-ngx-core-token.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-toolbar.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-toolbar.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-tree.mjs +3 -3
- package/fesm2015/fundamental-ngx-core-tree.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-upload-collection.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-upload-collection.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-vertical-navigation.mjs +4 -4
- package/fesm2015/fundamental-ngx-core-wizard.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-action-bar.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-action-sheet.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-action-sheet.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-alert.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-avatar-group.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-avatar.mjs +6 -2
- package/fesm2020/fundamental-ngx-core-avatar.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-bar.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-breadcrumb.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-busy-indicator.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-button.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-button.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-calendar.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-card.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-carousel.mjs +32 -30
- package/fesm2020/fundamental-ngx-core-carousel.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-checkbox.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-combobox.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-date-picker.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-date-picker.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-datetime-picker.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-dialog.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-dynamic-page.mjs +8 -4
- package/fesm2020/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-dynamic-side-content.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-facets.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-feed-input.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-feed-input.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-feed-list-item.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-file-uploader.mjs +6 -10
- package/fesm2020/fundamental-ngx-core-file-uploader.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-fixed-card-layout.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-flexible-column-layout.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-form.mjs +16 -16
- package/fesm2020/fundamental-ngx-core-form.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-grid-list.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-icon.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-icon.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-illustrated-message.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-info-label.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-info-label.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-inline-help.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-inline-help.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-input-group.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-layout-grid.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-layout-panel.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-link.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-link.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-list.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-list.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-menu.mjs +97 -49
- package/fesm2020/fundamental-ngx-core-menu.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-message-box.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-message-page.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-message-strip.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-message-toast.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-multi-input.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-multi-input.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-nested-list.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-nested-list.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-notification.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-object-identifier.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-object-marker.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-object-marker.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-object-number.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-object-status.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-object-status.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-overflow-layout.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-pagination.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-panel.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-popover.mjs +47 -35
- package/fesm2020/fundamental-ngx-core-popover.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-product-switch.mjs +3 -3
- package/fesm2020/fundamental-ngx-core-product-switch.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-progress-indicator.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-progress-indicator.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-quick-view.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-quick-view.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-radio.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-rating-indicator.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-resizable-card-layout.mjs +4 -4
- package/fesm2020/fundamental-ngx-core-scrollbar.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-segmented-button.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-select.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-select.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-shared.mjs +1 -28
- package/fesm2020/fundamental-ngx-core-shared.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-shellbar.mjs +4 -4
- package/fesm2020/fundamental-ngx-core-shellbar.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-side-navigation.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-side-navigation.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-slider.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-slider.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-split-button.mjs +7 -7
- package/fesm2020/fundamental-ngx-core-split-button.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-splitter.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-status-indicator.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-status-indicator.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-step-input.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-switch.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-table.mjs +4 -4
- package/fesm2020/fundamental-ngx-core-tabs.mjs +4 -4
- package/fesm2020/fundamental-ngx-core-tabs.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-text.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-tile.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-time-picker.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-time-picker.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-time.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-title.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-token.mjs +4 -4
- package/fesm2020/fundamental-ngx-core-token.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-toolbar.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-toolbar.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-tree.mjs +3 -3
- package/fesm2020/fundamental-ngx-core-tree.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-upload-collection.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-upload-collection.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-vertical-navigation.mjs +4 -4
- package/fesm2020/fundamental-ngx-core-wizard.mjs +2 -2
- package/file-uploader/file-uploader.component.d.ts +0 -2
- package/fundamental-ngx-core-v0.37.0-rc.21.tgz +0 -0
- package/menu/menu-item/menu-item.component.d.ts +27 -7
- package/menu/menu.component.d.ts +15 -10
- package/menu/services/menu.service.d.ts +3 -3
- package/package.json +11 -8
- package/popover/base/base-popover.class.d.ts +5 -1
- package/popover/popover-body/popover-body.component.d.ts +7 -10
- package/schematics/migrations/migration-0-37/index.js +14 -1
- package/schematics/migrations/migration-0-37/index.js.map +1 -1
- package/schematics/migrations/migration-0-37/index.ts +18 -1
- package/schematics/ng-add/index.js +6 -6
- package/schematics/ng-add/index.js.map +1 -1
- package/schematics/ng-add/index.ts +4 -4
- package/shared/interfaces/popover-position.d.ts +0 -8
- package/styles/fundamental-ngx-core.css +1 -0
- package/fundamental-ngx-core-v0.37.0-rc.2.tgz +0 -0
|
@@ -572,7 +572,7 @@ TableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version
|
|
|
572
572
|
TabbableElementService,
|
|
573
573
|
{ provide: FdTable, useExisting: forwardRef(() => TableComponent) },
|
|
574
574
|
contentDensityObserverProviders(FdTableContentDensityProviderParams)
|
|
575
|
-
], queries: [{ propertyName: "_cells", predicate: TableCellDirective, descendants: true }, { propertyName: "_rows", predicate: TableRowDirective, descendants: true }], exportAs: ["fd-table"], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, styles: ["/*!\n * Fundamental Library Styles v0.25.1-rc.16\n * Copyright (c) 2022 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.fd-table(--compact, --condensed, --no-horizontal-borders, --no-vertical-borders, --fixed, --hidden, --tree, --group)\n thead(.fd-table__header(--no-horizontal-borders, --no-vertical-borders))\n tbody(.fd-table__body(--no-horizontal-borders, --no-vertical-borders))\n tfoot(.fd-table__footer)\n tr(.fd-table__row)([aria-selected])\n td(.fd-table__cell(--status-indicator, --checkbox, --fit-content, --fixed, --expand, --group)) + semantic\n*/.fd-table{border-bottom-left-radius:var(--fdTable_Border_Radius);border-bottom-right-radius:var(--fdTable_Border_Radius);border-collapse:collapse;max-width:100%;width:100%}.fd-table,.fd-table__body,.fd-table__cell,.fd-table__footer,.fd-table__header,.fd-table__row,.fd-table__text{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;line-height:var(--sapContent_LineHeight);margin:0;padding:0}.fd-table:after,.fd-table:before,.fd-table__body:after,.fd-table__body:before,.fd-table__cell:after,.fd-table__cell:before,.fd-table__footer:after,.fd-table__footer:before,.fd-table__header:after,.fd-table__header:before,.fd-table__row:after,.fd-table__row:before,.fd-table__text:after,.fd-table__text:before{box-sizing:inherit;font-size:inherit}.fd-table__icon [class*=sap-icon],.fd-table__icon[class*=sap-icon]{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:inherit;border-radius:inherit;color:inherit;color:var(--sapContent_NonInteractiveIconColor);display:flex;font-size:inherit;font-size:var(--sapFontSmallSize);justify-content:center;line-height:1}.fd-table__icon--navigation [class*=sap-icon],.fd-table__icon--navigation[class*=sap-icon]{font-size:var(--sapFontSmallSize);height:100%;min-width:2rem;width:2rem}.fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last,.fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last{border-right:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor)}.fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last[dir=rtl],.fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last[dir=rtl],[dir=rtl] .fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last,[dir=rtl] .fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last{border-left:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__header{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-top:var(--fdTable_Header_Border_Top)}.fd-table__header .fd-table__row{border-bottom:var(--fdTable_Header_Border_Bottom)}.fd-table__header .fd-table__cell{background-color:var(--sapList_HeaderBackground);color:var(--sapList_HeaderTextColor);font-weight:var(--fdTable_Header_Cell_Font_Weight);height:2.75rem}.fd-table__header .fd-table__cell.is-hover,.fd-table__header .fd-table__cell:hover{background-color:var(--fdTable_Header_Cell_Hover_Background);color:var(--fdTable_Header_Cell_Hover_Active_Color)}.fd-table__header .fd-table__cell.is-active,.fd-table__header .fd-table__cell:active{background-color:var(--fdTable_Header_Cell_Active_Background);color:var(--fdTable_Header_Cell_Hover_Active_Color)}.fd-table__header .fd-table__cell--fixed{border-top:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);height:2.8125rem;margin-top:-.0625rem}.fd-table__text{overflow:hidden;text-overflow:ellipsis;text-shadow:var(--sapContent_TextShadow);white-space:nowrap;white-space:normal;word-break:break-word}.fd-table__text--no-wrap{white-space:nowrap}.fd-table__cell{border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);color:inherit;height:2.75rem;outline:none;padding:0 .5rem;text-align:left}.fd-table__cell--valid{color:var(--sapSuccessColor)}.fd-table__cell--warning{color:var(--sapWarningColor)}.fd-table__cell--error{color:var(--sapErrorColor)}.fd-table__cell--information{color:var(--sapInformationColor)}.fd-table__cell--no-data{text-align:center}.fd-table__cell--mock{padding:0;width:auto}.fd-table__cell--checkbox{margin:0;padding:0;vertical-align:baseline;width:2.75rem}.fd-table__cell--fit-content{white-space:nowrap;width:.5rem;word-break:keep-all}.fd-table__cell--no-padding{margin:0;padding:0}.fd-table__cell--fixed{align-items:center;background-color:inherit;border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:none;display:flex;left:0;position:absolute}.fd-table__cell--fixed[dir=rtl],[dir=rtl] .fd-table__cell--fixed{border-left:none;border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);left:auto;right:0}.fd-table__cell--status-indicator{padding:0;width:.375rem}.fd-table__cell--status-indicator--valid{background-color:var(--sapSuccessBorderColor)}.fd-table__cell--status-indicator--warning{background-color:var(--sapWarningBorderColor)}.fd-table__cell--status-indicator--error{background-color:var(--sapErrorBorderColor)}.fd-table__cell--status-indicator--information{background-color:var(--sapInformationBorderColor)}.fd-table__cell--navigated{box-shadow:inset -.1875rem 0 var(--sapSelectedColor)}.fd-table__cell--navigated[dir=rtl],[dir=rtl] .fd-table__cell--navigated{box-shadow:inset .1875rem 0 var(--sapSelectedColor)}.fd-table__cell:first-child{margin-left:0;padding-left:1rem}.fd-table__cell:first-child.fd-table__cell--checkbox,.fd-table__cell:first-child.fd-table__cell--status-indicator{padding:0}.fd-table__cell:first-child[dir=rtl],[dir=rtl] .fd-table__cell:first-child{padding-left:.5rem;padding-right:1rem}.fd-table__cell:first-child[dir=rtl].fd-table__cell--checkbox,.fd-table__cell:first-child[dir=rtl].fd-table__cell--status-indicator,[dir=rtl] .fd-table__cell:first-child.fd-table__cell--checkbox,[dir=rtl] .fd-table__cell:first-child.fd-table__cell--status-indicator{padding:0}.fd-table__body{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__body,.fd-table__body .fd-table__cell{border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__body .fd-table__cell--no-vertical-border{border-bottom-color:transparent}.fd-table__body .fd-table__cell--no-horizontal-border{border-right-color:transparent}.fd-table__body .fd-table__row{background-color:var(--sapList_Background);border-left:none;border-right:none}.fd-table__body .fd-table__row.is-selected,.fd-table__body .fd-table__row[aria-selected=true]{background-color:var(--sapList_SelectionBackgroundColor)}.fd-table__body .fd-table__row.is-selected .fd-table__cell,.fd-table__body .fd-table__row[aria-selected=true] .fd-table__cell{border-bottom-color:var(--sapList_SelectionBorderColor)}.fd-table__body .fd-table__row.is-selected.is-hover,.fd-table__body .fd-table__row.is-selected:hover,.fd-table__body .fd-table__row[aria-selected=true].is-hover,.fd-table__body .fd-table__row[aria-selected=true]:hover{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table__body .fd-table__row--activable.is-selected.is-active,.fd-table__body .fd-table__row--activable.is-selected:active,.fd-table__body .fd-table__row--activable[aria-selected=true].is-active,.fd-table__body .fd-table__row--activable[aria-selected=true]:active{background-color:var(--sapList_Active_Background)}.fd-table__body .fd-table__row--activable.is-selected.is-activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable.is-selected.is-activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable.is-selected:activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable.is-selected:activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable[aria-selected=true].is-activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable[aria-selected=true].is-activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable[aria-selected=true]:activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable[aria-selected=true]:activefd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__body .fd-table__row:not(:first-of-type) .fd-table__cell--fixed{margin-top:.03125rem}.fd-table__cell--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__cell--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator):hover{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table__cell--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__cell--hoverable.is-hover,.fd-table__cell--hoverable:hover,.fd-table__row--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable.is-hover,.fd-table__row--hoverable:hover{background-color:var(--sapList_Hover_Background);color:var(--fdTable_Hover_Down_Color)}.fd-table__cell--activable,.fd-table__row--activable{cursor:pointer}.fd-table__cell--activable.is-focus,.fd-table__cell--activable:focus,.fd-table__row--activable.is-focus,.fd-table__row--activable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-active *,.fd-table__cell--activable:active *,.fd-table__row--activable.is-active *,.fd-table__row--activable:active *{color:var(--sapList_Active_TextColor)!important}.fd-table__cell--activable.is-active.is-focus,.fd-table__cell--activable.is-active:focus,.fd-table__cell--activable:active.is-focus,.fd-table__cell--activable:active:focus,.fd-table__row--activable.is-active.is-focus,.fd-table__row--activable.is-active:focus,.fd-table__row--activable:active.is-focus,.fd-table__row--activable:active:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-active,.fd-table__cell--activable:active,.fd-table__row--activable.is-active,.fd-table__row--activable:active{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table__cell--activable.is-active .fd-table__cell,.fd-table__cell--activable:active .fd-table__cell,.fd-table__row--activable.is-active .fd-table__cell,.fd-table__row--activable:active .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table__cell--activable.is-active .fd-table__cell.is-hover,.fd-table__cell--activable.is-active .fd-table__cell:hover,.fd-table__cell--activable:active .fd-table__cell.is-hover,.fd-table__cell--activable:active .fd-table__cell:hover,.fd-table__row--activable.is-active .fd-table__cell.is-hover,.fd-table__row--activable.is-active .fd-table__cell:hover,.fd-table__row--activable:active .fd-table__cell.is-hover,.fd-table__row--activable:active .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table__cell--activable.is-active .fd-table__text,.fd-table__cell--activable:active .fd-table__text,.fd-table__row--activable.is-active .fd-table__text,.fd-table__row--activable:active .fd-table__text{text-shadow:none}.fd-table__cell--activable.is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable:active .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table__cell--activable.is-active .fd-form-label,.fd-table__cell--activable.is-active .fd-link,.fd-table__cell--activable.is-active .fd-object-status,.fd-table__cell--activable:active .fd-form-label,.fd-table__cell--activable:active .fd-link,.fd-table__cell--activable:active .fd-object-status,.fd-table__row--activable.is-active .fd-form-label,.fd-table__row--activable.is-active .fd-link,.fd-table__row--activable.is-active .fd-object-status,.fd-table__row--activable:active .fd-form-label,.fd-table__row--activable:active .fd-link,.fd-table__row--activable:active .fd-object-status{color:inherit}.fd-table__cell--activable.is-active--focusable.is-focus,.fd-table__cell--activable.is-active--focusable:focus,.fd-table__cell--activable:active--focusable.is-focus,.fd-table__cell--activable:active--focusable:focus,.fd-table__row--activable.is-active--focusable.is-focus,.fd-table__row--activable.is-active--focusable:focus,.fd-table__row--activable:active--focusable.is-focus,.fd-table__row--activable:active--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-selected,.fd-table__cell--activable[aria-selected=true],.fd-table__row--activable.is-selected,.fd-table__row--activable[aria-selected=true]{cursor:pointer}.fd-table__cell--activable.is-selected.is-active,.fd-table__cell--activable.is-selected:active,.fd-table__cell--activable[aria-selected=true].is-active,.fd-table__cell--activable[aria-selected=true]:active,.fd-table__row--activable.is-selected.is-active,.fd-table__row--activable.is-selected:active,.fd-table__row--activable[aria-selected=true].is-active,.fd-table__row--activable[aria-selected=true]:active{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table__cell--activable.is-selected.is-active .fd-table__cell,.fd-table__cell--activable.is-selected:active .fd-table__cell,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell,.fd-table__row--activable.is-selected.is-active .fd-table__cell,.fd-table__row--activable.is-selected:active .fd-table__cell,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table__cell--activable.is-selected.is-active .fd-table__cell.is-hover,.fd-table__cell--activable.is-selected.is-active .fd-table__cell:hover,.fd-table__cell--activable.is-selected:active .fd-table__cell.is-hover,.fd-table__cell--activable.is-selected:active .fd-table__cell:hover,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell.is-hover,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell:hover,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell.is-hover,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell:hover,.fd-table__row--activable.is-selected.is-active .fd-table__cell.is-hover,.fd-table__row--activable.is-selected.is-active .fd-table__cell:hover,.fd-table__row--activable.is-selected:active .fd-table__cell.is-hover,.fd-table__row--activable.is-selected:active .fd-table__cell:hover,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell.is-hover,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell:hover,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell.is-hover,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table__cell--activable.is-selected.is-active .fd-table__text,.fd-table__cell--activable.is-selected:active .fd-table__text,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__text,.fd-table__cell--activable[aria-selected=true]:active .fd-table__text,.fd-table__row--activable.is-selected.is-active .fd-table__text,.fd-table__row--activable.is-selected:active .fd-table__text,.fd-table__row--activable[aria-selected=true].is-active .fd-table__text,.fd-table__row--activable[aria-selected=true]:active .fd-table__text{text-shadow:none}.fd-table__cell--activable.is-selected.is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-selected.is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable.is-selected:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-selected:active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable[aria-selected=true].is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable[aria-selected=true].is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable[aria-selected=true]:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable[aria-selected=true]:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-selected.is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-selected.is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-selected:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-selected:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable[aria-selected=true].is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable[aria-selected=true].is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable[aria-selected=true]:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable[aria-selected=true]:active .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table__cell--activable.is-selected.is-active .fd-form-label,.fd-table__cell--activable.is-selected.is-active .fd-link,.fd-table__cell--activable.is-selected.is-active .fd-object-status,.fd-table__cell--activable.is-selected:active .fd-form-label,.fd-table__cell--activable.is-selected:active .fd-link,.fd-table__cell--activable.is-selected:active .fd-object-status,.fd-table__cell--activable[aria-selected=true].is-active .fd-form-label,.fd-table__cell--activable[aria-selected=true].is-active .fd-link,.fd-table__cell--activable[aria-selected=true].is-active .fd-object-status,.fd-table__cell--activable[aria-selected=true]:active .fd-form-label,.fd-table__cell--activable[aria-selected=true]:active .fd-link,.fd-table__cell--activable[aria-selected=true]:active .fd-object-status,.fd-table__row--activable.is-selected.is-active .fd-form-label,.fd-table__row--activable.is-selected.is-active .fd-link,.fd-table__row--activable.is-selected.is-active .fd-object-status,.fd-table__row--activable.is-selected:active .fd-form-label,.fd-table__row--activable.is-selected:active .fd-link,.fd-table__row--activable.is-selected:active .fd-object-status,.fd-table__row--activable[aria-selected=true].is-active .fd-form-label,.fd-table__row--activable[aria-selected=true].is-active .fd-link,.fd-table__row--activable[aria-selected=true].is-active .fd-object-status,.fd-table__row--activable[aria-selected=true]:active .fd-form-label,.fd-table__row--activable[aria-selected=true]:active .fd-link,.fd-table__row--activable[aria-selected=true]:active .fd-object-status{color:inherit}.fd-table__cell--activable.is-selected.is-active--focusable.is-focus,.fd-table__cell--activable.is-selected.is-active--focusable:focus,.fd-table__cell--activable.is-selected:active--focusable.is-focus,.fd-table__cell--activable.is-selected:active--focusable:focus,.fd-table__cell--activable[aria-selected=true].is-active--focusable.is-focus,.fd-table__cell--activable[aria-selected=true].is-active--focusable:focus,.fd-table__cell--activable[aria-selected=true]:active--focusable.is-focus,.fd-table__cell--activable[aria-selected=true]:active--focusable:focus,.fd-table__row--activable.is-selected.is-active--focusable.is-focus,.fd-table__row--activable.is-selected.is-active--focusable:focus,.fd-table__row--activable.is-selected:active--focusable.is-focus,.fd-table__row--activable.is-selected:active--focusable:focus,.fd-table__row--activable[aria-selected=true].is-active--focusable.is-focus,.fd-table__row--activable[aria-selected=true].is-active--focusable:focus,.fd-table__row--activable[aria-selected=true]:active--focusable.is-focus,.fd-table__row--activable[aria-selected=true]:active--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--focusable.is-focus,.fd-table__cell--focusable:focus,.fd-table__row--focusable.is-focus,.fd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__footer{background-color:var(--sapList_Background)}.fd-table__footer .fd-table__row{border-top:.125rem solid var(--sapList_TableFooterBorder);vertical-align:middle}.fd-table__footer .fd-table__cell{border-right:none;font-weight:700}.fd-table__inner{-webkit-box-sizing:border-box;-webkit-box-pack:justify;-ms-flex-pack:justify;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;justify-content:space-between;line-height:var(--sapContent_LineHeight);margin:0;padding:0;width:100%}.fd-table__inner:after,.fd-table__inner:before{box-sizing:inherit;font-size:inherit}.fd-table__column-header-icons{display:flex}.fd-table__column-header-icons .fd-table__icon:not(:last-child){margin-right:.25rem}.fd-table__column-header-icons[dir=rtl] .fd-table__icon,[dir=rtl] .fd-table__column-header-icons .fd-table__icon{margin-right:0}.fd-table__column-header-icons[dir=rtl] .fd-table__icon:not(:last-child),[dir=rtl] .fd-table__column-header-icons .fd-table__icon:not(:last-child){margin-left:.25rem}.fd-table__caption{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fd-table__item--clickable{cursor:pointer}.fd-table__popover.fd-popover{color:inherit;display:block;height:100%}.fd-table__popover.fd-popover .fd-popover__control{align-items:center;color:inherit;display:flex;height:100%;width:100%}.fd-table--fixed{overflow-x:scroll;scrollbar-color:var(--fdScrollbar_Thumb_Color) var(--fdScrollbar_Track_Color)}.fd-table--fixed.is-focus,.fd-table--fixed:focus{outline:none;z-index:5}.fd-table--fixed::-webkit-scrollbar{height:var(--fdScrollbar_Dimension);width:var(--fdScrollbar_Dimension)}.fd-table--fixed::-webkit-scrollbar-corner,.fd-table--fixed::-webkit-scrollbar-track{background-color:var(--fdScrollbar_Track_Color)}.fd-table--fixed::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color);background-color:transparent;border:var(--fdScrollbar_Thumb_Offset) solid transparent;border-radius:calc(var(--fdScrollbar_Thumb_Border_Radius) - var(--fdScrollbar_Thumb_Offset));box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color)}.fd-table--fixed::-webkit-scrollbar-thumb:active,.fd-table--fixed::-webkit-scrollbar-thumb:hover{box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Hover_Color)}.fd-table--fixed .fd-table__body,.fd-table--fixed .fd-table__header{border-left:none}.fd-table--fixed .fd-table__body[dir=rtl],.fd-table--fixed .fd-table__header[dir=rtl],[dir=rtl] .fd-table--fixed .fd-table__body,[dir=rtl] .fd-table--fixed .fd-table__header{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:none}.fd-table--pop-in .fd-table__text{color:inherit;margin-bottom:.5rem}.fd-table--pop-in .fd-table__text--title{font-weight:700}.fd-table--pop-in .fd-table__text:last-child{margin-bottom:0}.fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell{padding-left:0}.fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell[dir=rtl],[dir=rtl] .fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell{padding-left:.5rem;padding-right:0}.fd-table--pop-in .fd-table__body .fd-table__cell{height:auto}.fd-table--pop-in .fd-table__row--main{border:none}.fd-table--pop-in .fd-table__row--main .fd-table__cell{padding-bottom:.25rem;padding-top:.25rem}.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable.is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable:hover+.fd-table__row--secondary{background-color:var(--sapList_Hover_Background)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell.is-hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell:hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell.is-hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__text,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__text{text-shadow:none}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__icon [class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__icon[class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__icon [class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-form-label,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-link,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-object-status,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-form-label,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-link,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-object-status{color:inherit}.fd-table--pop-in .fd-table__row--main.is-selected.is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.is-selected:hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main[aria-selected=true].is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main[aria-selected=true]:hover+.fd-table__row--secondary{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table--pop-in .fd-table__row--secondary{background-color:var(--sapList_Background);border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table--pop-in .fd-table__row--secondary.is-hover,.fd-table--pop-in .fd-table__row--secondary:hover{background-color:var(--sapList_Background)}.fd-table--pop-in .fd-table__row--secondary .fd-table__cell{padding-bottom:.5rem;padding-top:.5rem}.fd-table--pop-in .fd-table__row--secondary.is-selected .fd-table__cell,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true] .fd-table__cell{border-bottom:var(--sapList_BorderWidth) solid var(--sapList_SelectionBorderColor)}.fd-table--pop-in .fd-table__row--secondary.is-selected.is-hover,.fd-table--pop-in .fd-table__row--secondary.is-selected:hover,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true].is-hover,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true]:hover{background-color:var(--sapList_SelectionBackgroundColor)}.fd-table--no-vertical-borders .fd-table__row .fd-table__cell,.fd-table__body--no-vertical-borders .fd-table__row .fd-table__cell,.fd-table__header--no-vertical-borders .fd-table__row .fd-table__cell{border-bottom:none}.fd-table--no-horizontal-borders .fd-table__row .fd-table__cell,.fd-table__body--no-horizontal-borders .fd-table__row .fd-table__cell,.fd-table__header--no-horizontal-borders .fd-table__row .fd-table__cell{border-right:none}.fd-table--responsive .fd-table__body,.fd-table--responsive .fd-table__header{border:none}.fd-table--responsive .fd-table__row:last-child{margin-bottom:0;margin-right:0}.fd-table--responsive .fd-table__row:last-child .fd-table__cell{border-bottom:none}.fd-table--compact .fd-table__body .fd-table__cell,.fd-table--compact .fd-table__footer .fd-table__cell,.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{height:2rem}.fd-table--condensed .fd-table__body .fd-table__cell,.fd-table--condensed .fd-table__footer .fd-table__cell{height:1.5rem}.fd-table--condensed .fd-table__body .fd-table__cell--checkbox .fd-table__checkbox-label,.fd-table--condensed .fd-table__footer .fd-table__cell--checkbox .fd-table__checkbox-label{margin-top:-.25rem;position:absolute}.fd-table--condensed .fd-table__body .fd-table__cell--focusable.is-focus,.fd-table--condensed .fd-table__body .fd-table__cell--focusable:focus,.fd-table--condensed .fd-table__body .fd-table__row--focusable.is-focus,.fd-table--condensed .fd-table__body .fd-table__row--focusable:focus,.fd-table--condensed .fd-table__footer .fd-table__cell--focusable.is-focus,.fd-table--condensed .fd-table__footer .fd-table__cell--focusable:focus,.fd-table--condensed .fd-table__footer .fd-table__row--focusable.is-focus,.fd-table--condensed .fd-table__footer .fd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:var(--fdTable_Condensed_Focus_Outline_Offset);outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{height:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:2rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:3.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:3.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:11.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:11.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:12.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:12.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:12.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:12.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:13.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:13.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:0}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:2.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:3.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:3.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:3.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{width:2rem}.fd-table--compact .fd-table__header .fd-table__cell,.fd-table--condensed .fd-table__header .fd-table__cell{height:2rem}.fd-table--compact .fd-table__header .fd-table__cell--fixed,.fd-table--condensed .fd-table__header .fd-table__cell--fixed{height:2.0625rem}.fd-table--compact .fd-table__cell--checkbox,.fd-table--condensed .fd-table__cell--checkbox{width:2rem}.fd-table--group .fd-table__body .fd-table__cell--group{background-color:var(--fdTable_Group_Header_Background);border-bottom-color:var(--fdTable_Group_Header_Border_Color);border-top-color:var(--fdTable_Group_Header_Border_Color);font-weight:var(--fdTable_Header_Cell_Font_Weight)}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:2.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:4.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:5.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:6.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:6.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:7.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:7.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:8.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:8.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:9.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:9.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:10.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:10.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:11.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:11.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:11.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:12.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:12.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:12.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:12.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:13.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:13.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:13.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:13.75rem}.fd-table--group .fd-table__body .fd-table__cell--expand,.fd-table--tree .fd-table__body .fd-table__cell--expand{cursor:pointer;white-space:nowrap}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:0}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:1.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:2rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:3rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:3rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:3.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:4rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:4rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:4.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:5.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:6rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:6rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:6.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:7rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:7rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:7.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:8rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:8rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:8.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:9rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:9rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:9.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:10rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:10rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:10.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:11rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:11rem}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;color:var(--sapContent_IconColor);display:inline-flex;font-size:var(--sapFontSmallSize);height:2.75rem;justify-content:center;width:2.75rem}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand:before{content:\"\\e066\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl]:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl]:before,[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell .fd-table__expand:before,[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand:before{content:\"\\e067\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl].fd-table__expand--open:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl].fd-table__expand--open:before,[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell .fd-table__expand.fd-table__expand--open:before,[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand.fd-table__expand--open:before{content:\"\\e1e2\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand--open:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand--open:before{content:\"\\e1e2\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--no-outer-border{border:hidden}.fd-table--hidden{display:none}.fd-table[dir=rtl] .fd-table__cell,[dir=rtl] .fd-table .fd-table__cell{text-align:right}.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__popover--custom{width:100%}.fd-table__cell--checkbox .fd-checkbox__label{margin:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
575
|
+
], queries: [{ propertyName: "_cells", predicate: TableCellDirective, descendants: true }, { propertyName: "_rows", predicate: TableRowDirective, descendants: true }], exportAs: ["fd-table"], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, styles: ["/*!\n * Fundamental Library Styles v0.26.0-rc.27\n * Copyright (c) 2022 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.fd-table(--compact, --condensed, --no-horizontal-borders, --no-vertical-borders, --fixed, --hidden, --tree, --group)\n thead(.fd-table__header(--no-horizontal-borders, --no-vertical-borders))\n tbody(.fd-table__body(--no-horizontal-borders, --no-vertical-borders))\n tfoot(.fd-table__footer)\n tr(.fd-table__row)([aria-selected])\n td(.fd-table__cell(--status-indicator, --checkbox, --fit-content, --fixed, --expand, --group)) + semantic\n*/.fd-table{border-bottom-left-radius:var(--fdTable_Border_Radius);border-bottom-right-radius:var(--fdTable_Border_Radius);border-collapse:collapse;max-width:100%;width:100%}.fd-table,.fd-table__body,.fd-table__cell,.fd-table__footer,.fd-table__header,.fd-table__row,.fd-table__text{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;line-height:var(--sapContent_LineHeight);margin:0;padding:0}.fd-table:after,.fd-table:before,.fd-table__body:after,.fd-table__body:before,.fd-table__cell:after,.fd-table__cell:before,.fd-table__footer:after,.fd-table__footer:before,.fd-table__header:after,.fd-table__header:before,.fd-table__row:after,.fd-table__row:before,.fd-table__text:after,.fd-table__text:before{box-sizing:inherit;font-size:inherit}.fd-table__icon [class*=sap-icon],.fd-table__icon[class*=sap-icon]{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:inherit;border-radius:inherit;color:inherit;color:var(--sapContent_NonInteractiveIconColor);display:flex;font-size:inherit;font-size:var(--sapFontSmallSize);justify-content:center;line-height:1}.fd-table__icon--navigation [class*=sap-icon],.fd-table__icon--navigation[class*=sap-icon]{font-size:var(--sapFontSmallSize);height:100%;min-width:2rem;width:2rem}.fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last,.fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last{border-right:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor)}.fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last[dir=rtl],.fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last[dir=rtl],[dir=rtl] .fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last,[dir=rtl] .fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last{border-left:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__header{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-top:var(--fdTable_Header_Border_Top)}.fd-table__header .fd-table__row{border-bottom:var(--fdTable_Header_Border_Bottom)}.fd-table__header .fd-table__cell{background-color:var(--sapList_HeaderBackground);color:var(--sapList_HeaderTextColor);font-weight:var(--fdTable_Header_Cell_Font_Weight);height:2.75rem}.fd-table__header .fd-table__cell.is-hover,.fd-table__header .fd-table__cell:hover{background-color:var(--fdTable_Header_Cell_Hover_Background);color:var(--fdTable_Header_Cell_Hover_Active_Color)}.fd-table__header .fd-table__cell.is-active,.fd-table__header .fd-table__cell:active{background-color:var(--fdTable_Header_Cell_Active_Background);color:var(--fdTable_Header_Cell_Hover_Active_Color)}.fd-table__header .fd-table__cell--fixed{border-top:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);height:2.8125rem;margin-top:-.0625rem}.fd-table__text{overflow:hidden;text-overflow:ellipsis;text-shadow:var(--sapContent_TextShadow);white-space:nowrap;white-space:normal;word-break:break-word}.fd-table__text--no-wrap{white-space:nowrap}.fd-table__cell{border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);color:inherit;height:2.75rem;outline:none;padding:0 .5rem;text-align:left}.fd-table__cell--valid{color:var(--sapSuccessColor)}.fd-table__cell--warning{color:var(--sapWarningColor)}.fd-table__cell--error{color:var(--sapErrorColor)}.fd-table__cell--information{color:var(--sapInformationColor)}.fd-table__cell--no-data{text-align:center}.fd-table__cell--mock{padding:0;width:auto}.fd-table__cell--checkbox{margin:0;padding:0;vertical-align:baseline;width:2.75rem}.fd-table__cell--fit-content{white-space:nowrap;width:.5rem;word-break:keep-all}.fd-table__cell--no-padding{margin:0;padding:0}.fd-table__cell--fixed{align-items:center;background-color:inherit;border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:none;display:flex;left:0;position:absolute}.fd-table__cell--fixed[dir=rtl],[dir=rtl] .fd-table__cell--fixed{border-left:none;border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);left:auto;right:0}.fd-table__cell--status-indicator{padding:0;width:.375rem}.fd-table__cell--status-indicator--valid{background-color:var(--sapSuccessBorderColor)}.fd-table__cell--status-indicator--warning{background-color:var(--sapWarningBorderColor)}.fd-table__cell--status-indicator--error{background-color:var(--sapErrorBorderColor)}.fd-table__cell--status-indicator--information{background-color:var(--sapInformationBorderColor)}.fd-table__cell--navigated{box-shadow:inset -.1875rem 0 var(--sapSelectedColor)}.fd-table__cell--navigated[dir=rtl],[dir=rtl] .fd-table__cell--navigated{box-shadow:inset .1875rem 0 var(--sapSelectedColor)}.fd-table__cell:first-child{margin-left:0;padding-left:1rem}.fd-table__cell:first-child.fd-table__cell--checkbox,.fd-table__cell:first-child.fd-table__cell--status-indicator{padding:0}.fd-table__cell:first-child[dir=rtl],[dir=rtl] .fd-table__cell:first-child{padding-left:.5rem;padding-right:1rem}.fd-table__cell:first-child[dir=rtl].fd-table__cell--checkbox,.fd-table__cell:first-child[dir=rtl].fd-table__cell--status-indicator,[dir=rtl] .fd-table__cell:first-child.fd-table__cell--checkbox,[dir=rtl] .fd-table__cell:first-child.fd-table__cell--status-indicator{padding:0}.fd-table__body{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__body,.fd-table__body .fd-table__cell{border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__body .fd-table__cell--no-vertical-border{border-bottom-color:transparent}.fd-table__body .fd-table__cell--no-horizontal-border{border-right-color:transparent}.fd-table__body .fd-table__row{background-color:var(--sapList_Background);border-left:none;border-right:none}.fd-table__body .fd-table__row.is-selected,.fd-table__body .fd-table__row[aria-selected=true]{background-color:var(--sapList_SelectionBackgroundColor)}.fd-table__body .fd-table__row.is-selected .fd-table__cell,.fd-table__body .fd-table__row[aria-selected=true] .fd-table__cell{border-bottom-color:var(--sapList_SelectionBorderColor)}.fd-table__body .fd-table__row.is-selected.is-hover,.fd-table__body .fd-table__row.is-selected:hover,.fd-table__body .fd-table__row[aria-selected=true].is-hover,.fd-table__body .fd-table__row[aria-selected=true]:hover{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table__body .fd-table__row--activable.is-selected.is-active,.fd-table__body .fd-table__row--activable.is-selected:active,.fd-table__body .fd-table__row--activable[aria-selected=true].is-active,.fd-table__body .fd-table__row--activable[aria-selected=true]:active{background-color:var(--sapList_Active_Background)}.fd-table__body .fd-table__row--activable.is-selected.is-activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable.is-selected.is-activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable.is-selected:activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable.is-selected:activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable[aria-selected=true].is-activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable[aria-selected=true].is-activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable[aria-selected=true]:activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable[aria-selected=true]:activefd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__body .fd-table__row:not(:first-of-type) .fd-table__cell--fixed{margin-top:.03125rem}.fd-table__cell--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__cell--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator):hover{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table__cell--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__cell--hoverable.is-hover,.fd-table__cell--hoverable:hover,.fd-table__row--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable.is-hover,.fd-table__row--hoverable:hover{background-color:var(--sapList_Hover_Background);color:var(--fdTable_Hover_Down_Color)}.fd-table__cell--activable,.fd-table__row--activable{cursor:pointer}.fd-table__cell--activable.is-focus,.fd-table__cell--activable:focus,.fd-table__row--activable.is-focus,.fd-table__row--activable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-active *,.fd-table__cell--activable:active *,.fd-table__row--activable.is-active *,.fd-table__row--activable:active *{color:var(--sapList_Active_TextColor)!important}.fd-table__cell--activable.is-active.is-focus,.fd-table__cell--activable.is-active:focus,.fd-table__cell--activable:active.is-focus,.fd-table__cell--activable:active:focus,.fd-table__row--activable.is-active.is-focus,.fd-table__row--activable.is-active:focus,.fd-table__row--activable:active.is-focus,.fd-table__row--activable:active:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-active,.fd-table__cell--activable:active,.fd-table__row--activable.is-active,.fd-table__row--activable:active{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table__cell--activable.is-active .fd-table__cell,.fd-table__cell--activable:active .fd-table__cell,.fd-table__row--activable.is-active .fd-table__cell,.fd-table__row--activable:active .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table__cell--activable.is-active .fd-table__cell.is-hover,.fd-table__cell--activable.is-active .fd-table__cell:hover,.fd-table__cell--activable:active .fd-table__cell.is-hover,.fd-table__cell--activable:active .fd-table__cell:hover,.fd-table__row--activable.is-active .fd-table__cell.is-hover,.fd-table__row--activable.is-active .fd-table__cell:hover,.fd-table__row--activable:active .fd-table__cell.is-hover,.fd-table__row--activable:active .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table__cell--activable.is-active .fd-table__text,.fd-table__cell--activable:active .fd-table__text,.fd-table__row--activable.is-active .fd-table__text,.fd-table__row--activable:active .fd-table__text{text-shadow:none}.fd-table__cell--activable.is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable:active .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table__cell--activable.is-active .fd-form-label,.fd-table__cell--activable.is-active .fd-link,.fd-table__cell--activable.is-active .fd-object-status,.fd-table__cell--activable:active .fd-form-label,.fd-table__cell--activable:active .fd-link,.fd-table__cell--activable:active .fd-object-status,.fd-table__row--activable.is-active .fd-form-label,.fd-table__row--activable.is-active .fd-link,.fd-table__row--activable.is-active .fd-object-status,.fd-table__row--activable:active .fd-form-label,.fd-table__row--activable:active .fd-link,.fd-table__row--activable:active .fd-object-status{color:inherit}.fd-table__cell--activable.is-active--focusable.is-focus,.fd-table__cell--activable.is-active--focusable:focus,.fd-table__cell--activable:active--focusable.is-focus,.fd-table__cell--activable:active--focusable:focus,.fd-table__row--activable.is-active--focusable.is-focus,.fd-table__row--activable.is-active--focusable:focus,.fd-table__row--activable:active--focusable.is-focus,.fd-table__row--activable:active--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-selected,.fd-table__cell--activable[aria-selected=true],.fd-table__row--activable.is-selected,.fd-table__row--activable[aria-selected=true]{cursor:pointer}.fd-table__cell--activable.is-selected.is-active,.fd-table__cell--activable.is-selected:active,.fd-table__cell--activable[aria-selected=true].is-active,.fd-table__cell--activable[aria-selected=true]:active,.fd-table__row--activable.is-selected.is-active,.fd-table__row--activable.is-selected:active,.fd-table__row--activable[aria-selected=true].is-active,.fd-table__row--activable[aria-selected=true]:active{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table__cell--activable.is-selected.is-active .fd-table__cell,.fd-table__cell--activable.is-selected:active .fd-table__cell,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell,.fd-table__row--activable.is-selected.is-active .fd-table__cell,.fd-table__row--activable.is-selected:active .fd-table__cell,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table__cell--activable.is-selected.is-active .fd-table__cell.is-hover,.fd-table__cell--activable.is-selected.is-active .fd-table__cell:hover,.fd-table__cell--activable.is-selected:active .fd-table__cell.is-hover,.fd-table__cell--activable.is-selected:active .fd-table__cell:hover,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell.is-hover,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell:hover,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell.is-hover,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell:hover,.fd-table__row--activable.is-selected.is-active .fd-table__cell.is-hover,.fd-table__row--activable.is-selected.is-active .fd-table__cell:hover,.fd-table__row--activable.is-selected:active .fd-table__cell.is-hover,.fd-table__row--activable.is-selected:active .fd-table__cell:hover,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell.is-hover,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell:hover,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell.is-hover,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table__cell--activable.is-selected.is-active .fd-table__text,.fd-table__cell--activable.is-selected:active .fd-table__text,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__text,.fd-table__cell--activable[aria-selected=true]:active .fd-table__text,.fd-table__row--activable.is-selected.is-active .fd-table__text,.fd-table__row--activable.is-selected:active .fd-table__text,.fd-table__row--activable[aria-selected=true].is-active .fd-table__text,.fd-table__row--activable[aria-selected=true]:active .fd-table__text{text-shadow:none}.fd-table__cell--activable.is-selected.is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-selected.is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable.is-selected:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-selected:active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable[aria-selected=true].is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable[aria-selected=true].is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable[aria-selected=true]:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable[aria-selected=true]:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-selected.is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-selected.is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-selected:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-selected:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable[aria-selected=true].is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable[aria-selected=true].is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable[aria-selected=true]:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable[aria-selected=true]:active .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table__cell--activable.is-selected.is-active .fd-form-label,.fd-table__cell--activable.is-selected.is-active .fd-link,.fd-table__cell--activable.is-selected.is-active .fd-object-status,.fd-table__cell--activable.is-selected:active .fd-form-label,.fd-table__cell--activable.is-selected:active .fd-link,.fd-table__cell--activable.is-selected:active .fd-object-status,.fd-table__cell--activable[aria-selected=true].is-active .fd-form-label,.fd-table__cell--activable[aria-selected=true].is-active .fd-link,.fd-table__cell--activable[aria-selected=true].is-active .fd-object-status,.fd-table__cell--activable[aria-selected=true]:active .fd-form-label,.fd-table__cell--activable[aria-selected=true]:active .fd-link,.fd-table__cell--activable[aria-selected=true]:active .fd-object-status,.fd-table__row--activable.is-selected.is-active .fd-form-label,.fd-table__row--activable.is-selected.is-active .fd-link,.fd-table__row--activable.is-selected.is-active .fd-object-status,.fd-table__row--activable.is-selected:active .fd-form-label,.fd-table__row--activable.is-selected:active .fd-link,.fd-table__row--activable.is-selected:active .fd-object-status,.fd-table__row--activable[aria-selected=true].is-active .fd-form-label,.fd-table__row--activable[aria-selected=true].is-active .fd-link,.fd-table__row--activable[aria-selected=true].is-active .fd-object-status,.fd-table__row--activable[aria-selected=true]:active .fd-form-label,.fd-table__row--activable[aria-selected=true]:active .fd-link,.fd-table__row--activable[aria-selected=true]:active .fd-object-status{color:inherit}.fd-table__cell--activable.is-selected.is-active--focusable.is-focus,.fd-table__cell--activable.is-selected.is-active--focusable:focus,.fd-table__cell--activable.is-selected:active--focusable.is-focus,.fd-table__cell--activable.is-selected:active--focusable:focus,.fd-table__cell--activable[aria-selected=true].is-active--focusable.is-focus,.fd-table__cell--activable[aria-selected=true].is-active--focusable:focus,.fd-table__cell--activable[aria-selected=true]:active--focusable.is-focus,.fd-table__cell--activable[aria-selected=true]:active--focusable:focus,.fd-table__row--activable.is-selected.is-active--focusable.is-focus,.fd-table__row--activable.is-selected.is-active--focusable:focus,.fd-table__row--activable.is-selected:active--focusable.is-focus,.fd-table__row--activable.is-selected:active--focusable:focus,.fd-table__row--activable[aria-selected=true].is-active--focusable.is-focus,.fd-table__row--activable[aria-selected=true].is-active--focusable:focus,.fd-table__row--activable[aria-selected=true]:active--focusable.is-focus,.fd-table__row--activable[aria-selected=true]:active--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--focusable.is-focus,.fd-table__cell--focusable:focus,.fd-table__row--focusable.is-focus,.fd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__footer{background-color:var(--sapList_Background)}.fd-table__footer .fd-table__row{border-top:.125rem solid var(--sapList_TableFooterBorder);vertical-align:middle}.fd-table__footer .fd-table__cell{border-right:none;font-weight:700}.fd-table__inner{-webkit-box-sizing:border-box;-webkit-box-pack:justify;-ms-flex-pack:justify;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;justify-content:space-between;line-height:var(--sapContent_LineHeight);margin:0;padding:0;width:100%}.fd-table__inner:after,.fd-table__inner:before{box-sizing:inherit;font-size:inherit}.fd-table__column-header-icons{display:flex}.fd-table__column-header-icons .fd-table__icon:not(:last-child){margin-right:.25rem}.fd-table__column-header-icons[dir=rtl] .fd-table__icon,[dir=rtl] .fd-table__column-header-icons .fd-table__icon{margin-right:0}.fd-table__column-header-icons[dir=rtl] .fd-table__icon:not(:last-child),[dir=rtl] .fd-table__column-header-icons .fd-table__icon:not(:last-child){margin-left:.25rem}.fd-table__caption{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fd-table__item--clickable{cursor:pointer}.fd-table__popover.fd-popover{color:inherit;display:block;height:100%}.fd-table__popover.fd-popover .fd-popover__control{align-items:center;color:inherit;display:flex;height:100%;width:100%}.fd-table--fixed{overflow-x:scroll;scrollbar-color:var(--fdScrollbar_Thumb_Color) var(--fdScrollbar_Track_Color)}.fd-table--fixed.is-focus,.fd-table--fixed:focus{outline:none;z-index:5}.fd-table--fixed::-webkit-scrollbar{height:var(--fdScrollbar_Dimension);width:var(--fdScrollbar_Dimension)}.fd-table--fixed::-webkit-scrollbar-corner,.fd-table--fixed::-webkit-scrollbar-track{background-color:var(--fdScrollbar_Track_Color)}.fd-table--fixed::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color);background-color:transparent;border:var(--fdScrollbar_Thumb_Offset) solid transparent;border-radius:calc(var(--fdScrollbar_Thumb_Border_Radius) - var(--fdScrollbar_Thumb_Offset));box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color)}.fd-table--fixed::-webkit-scrollbar-thumb:active,.fd-table--fixed::-webkit-scrollbar-thumb:hover{box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Hover_Color)}.fd-table--fixed .fd-table__body,.fd-table--fixed .fd-table__header{border-left:none}.fd-table--fixed .fd-table__body[dir=rtl],.fd-table--fixed .fd-table__header[dir=rtl],[dir=rtl] .fd-table--fixed .fd-table__body,[dir=rtl] .fd-table--fixed .fd-table__header{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:none}.fd-table--pop-in .fd-table__text{color:inherit;margin-bottom:.5rem}.fd-table--pop-in .fd-table__text--title{font-weight:700}.fd-table--pop-in .fd-table__text:last-child{margin-bottom:0}.fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell{padding-left:0}.fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell[dir=rtl],[dir=rtl] .fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell{padding-left:.5rem;padding-right:0}.fd-table--pop-in .fd-table__body .fd-table__cell{height:auto}.fd-table--pop-in .fd-table__row--main{border:none}.fd-table--pop-in .fd-table__row--main .fd-table__cell{padding-bottom:.25rem;padding-top:.25rem}.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable.is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable:hover+.fd-table__row--secondary{background-color:var(--sapList_Hover_Background)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell.is-hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell:hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell.is-hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__text,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__text{text-shadow:none}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__icon [class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__icon[class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__icon [class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-form-label,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-link,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-object-status,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-form-label,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-link,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-object-status{color:inherit}.fd-table--pop-in .fd-table__row--main.is-selected.is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.is-selected:hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main[aria-selected=true].is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main[aria-selected=true]:hover+.fd-table__row--secondary{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table--pop-in .fd-table__row--secondary{background-color:var(--sapList_Background);border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table--pop-in .fd-table__row--secondary.is-hover,.fd-table--pop-in .fd-table__row--secondary:hover{background-color:var(--sapList_Background)}.fd-table--pop-in .fd-table__row--secondary .fd-table__cell{padding-bottom:.5rem;padding-top:.5rem}.fd-table--pop-in .fd-table__row--secondary.is-selected .fd-table__cell,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true] .fd-table__cell{border-bottom:var(--sapList_BorderWidth) solid var(--sapList_SelectionBorderColor)}.fd-table--pop-in .fd-table__row--secondary.is-selected.is-hover,.fd-table--pop-in .fd-table__row--secondary.is-selected:hover,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true].is-hover,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true]:hover{background-color:var(--sapList_SelectionBackgroundColor)}.fd-table--no-vertical-borders .fd-table__row .fd-table__cell,.fd-table__body--no-vertical-borders .fd-table__row .fd-table__cell,.fd-table__header--no-vertical-borders .fd-table__row .fd-table__cell{border-bottom:none}.fd-table--no-horizontal-borders .fd-table__row .fd-table__cell,.fd-table__body--no-horizontal-borders .fd-table__row .fd-table__cell,.fd-table__header--no-horizontal-borders .fd-table__row .fd-table__cell{border-right:none}.fd-table--responsive .fd-table__body,.fd-table--responsive .fd-table__header{border:none}.fd-table--responsive .fd-table__row:last-child{margin-bottom:0;margin-right:0}.fd-table--responsive .fd-table__row:last-child .fd-table__cell{border-bottom:none}.fd-table--compact .fd-table__body .fd-table__cell,.fd-table--compact .fd-table__footer .fd-table__cell,.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{height:2rem}.fd-table--condensed .fd-table__body .fd-table__cell,.fd-table--condensed .fd-table__footer .fd-table__cell{height:1.5rem}.fd-table--condensed .fd-table__body .fd-table__cell--checkbox .fd-table__checkbox-label,.fd-table--condensed .fd-table__footer .fd-table__cell--checkbox .fd-table__checkbox-label{margin-top:-.25rem;position:absolute}.fd-table--condensed .fd-table__body .fd-table__cell--focusable.is-focus,.fd-table--condensed .fd-table__body .fd-table__cell--focusable:focus,.fd-table--condensed .fd-table__body .fd-table__row--focusable.is-focus,.fd-table--condensed .fd-table__body .fd-table__row--focusable:focus,.fd-table--condensed .fd-table__footer .fd-table__cell--focusable.is-focus,.fd-table--condensed .fd-table__footer .fd-table__cell--focusable:focus,.fd-table--condensed .fd-table__footer .fd-table__row--focusable.is-focus,.fd-table--condensed .fd-table__footer .fd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:var(--fdTable_Condensed_Focus_Outline_Offset);outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{height:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:2rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:3.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:3.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:11.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:11.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:12.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:12.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:12.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:12.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:13.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:13.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:0}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:2.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:3.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:3.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:3.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{width:2rem}.fd-table--compact .fd-table__header .fd-table__cell,.fd-table--condensed .fd-table__header .fd-table__cell{height:2rem}.fd-table--compact .fd-table__header .fd-table__cell--fixed,.fd-table--condensed .fd-table__header .fd-table__cell--fixed{height:2.0625rem}.fd-table--compact .fd-table__cell--checkbox,.fd-table--condensed .fd-table__cell--checkbox{width:2rem}.fd-table--group .fd-table__body .fd-table__cell--group{background-color:var(--fdTable_Group_Header_Background);border-bottom-color:var(--fdTable_Group_Header_Border_Color);border-top-color:var(--fdTable_Group_Header_Border_Color);font-weight:var(--fdTable_Header_Cell_Font_Weight)}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:2.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:4.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:5.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:6.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:6.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:7.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:7.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:8.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:8.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:9.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:9.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:10.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:10.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:11.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:11.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:11.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:12.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:12.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:12.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:12.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:13.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:13.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:13.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:13.75rem}.fd-table--group .fd-table__body .fd-table__cell--expand,.fd-table--tree .fd-table__body .fd-table__cell--expand{cursor:pointer;white-space:nowrap}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:0}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:1.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:2rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:3rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:3rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:3.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:4rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:4rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:4.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:5.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:6rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:6rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:6.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:7rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:7rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:7.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:8rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:8rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:8.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:9rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:9rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:9.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:10rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:10rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:10.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:11rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:11rem}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;color:var(--sapContent_IconColor);display:inline-flex;font-size:var(--sapFontSmallSize);height:2.75rem;justify-content:center;width:2.75rem}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand:before{content:\"\\e066\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl]:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl]:before,[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell .fd-table__expand:before,[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand:before{content:\"\\e067\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl].fd-table__expand--open:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl].fd-table__expand--open:before,[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell .fd-table__expand.fd-table__expand--open:before,[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand.fd-table__expand--open:before{content:\"\\e1e2\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand--open:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand--open:before{content:\"\\e1e2\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--no-outer-border{border:hidden}.fd-table--hidden{display:none}.fd-table[dir=rtl] .fd-table__cell,[dir=rtl] .fd-table .fd-table__cell{text-align:right}.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__popover--custom{width:100%}.fd-table__cell--checkbox .fd-checkbox__label{margin:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
576
576
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: TableComponent, decorators: [{
|
|
577
577
|
type: Component,
|
|
578
578
|
args: [{ selector: 'table[fd-table]', exportAs: 'fd-table', template: `<ng-content></ng-content>`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
@@ -580,7 +580,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImpor
|
|
|
580
580
|
TabbableElementService,
|
|
581
581
|
{ provide: FdTable, useExisting: forwardRef(() => TableComponent) },
|
|
582
582
|
contentDensityObserverProviders(FdTableContentDensityProviderParams)
|
|
583
|
-
], styles: ["/*!\n * Fundamental Library Styles v0.25.1-rc.16\n * Copyright (c) 2022 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.fd-table(--compact, --condensed, --no-horizontal-borders, --no-vertical-borders, --fixed, --hidden, --tree, --group)\n thead(.fd-table__header(--no-horizontal-borders, --no-vertical-borders))\n tbody(.fd-table__body(--no-horizontal-borders, --no-vertical-borders))\n tfoot(.fd-table__footer)\n tr(.fd-table__row)([aria-selected])\n td(.fd-table__cell(--status-indicator, --checkbox, --fit-content, --fixed, --expand, --group)) + semantic\n*/.fd-table{border-bottom-left-radius:var(--fdTable_Border_Radius);border-bottom-right-radius:var(--fdTable_Border_Radius);border-collapse:collapse;max-width:100%;width:100%}.fd-table,.fd-table__body,.fd-table__cell,.fd-table__footer,.fd-table__header,.fd-table__row,.fd-table__text{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;line-height:var(--sapContent_LineHeight);margin:0;padding:0}.fd-table:after,.fd-table:before,.fd-table__body:after,.fd-table__body:before,.fd-table__cell:after,.fd-table__cell:before,.fd-table__footer:after,.fd-table__footer:before,.fd-table__header:after,.fd-table__header:before,.fd-table__row:after,.fd-table__row:before,.fd-table__text:after,.fd-table__text:before{box-sizing:inherit;font-size:inherit}.fd-table__icon [class*=sap-icon],.fd-table__icon[class*=sap-icon]{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:inherit;border-radius:inherit;color:inherit;color:var(--sapContent_NonInteractiveIconColor);display:flex;font-size:inherit;font-size:var(--sapFontSmallSize);justify-content:center;line-height:1}.fd-table__icon--navigation [class*=sap-icon],.fd-table__icon--navigation[class*=sap-icon]{font-size:var(--sapFontSmallSize);height:100%;min-width:2rem;width:2rem}.fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last,.fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last{border-right:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor)}.fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last[dir=rtl],.fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last[dir=rtl],[dir=rtl] .fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last,[dir=rtl] .fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last{border-left:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__header{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-top:var(--fdTable_Header_Border_Top)}.fd-table__header .fd-table__row{border-bottom:var(--fdTable_Header_Border_Bottom)}.fd-table__header .fd-table__cell{background-color:var(--sapList_HeaderBackground);color:var(--sapList_HeaderTextColor);font-weight:var(--fdTable_Header_Cell_Font_Weight);height:2.75rem}.fd-table__header .fd-table__cell.is-hover,.fd-table__header .fd-table__cell:hover{background-color:var(--fdTable_Header_Cell_Hover_Background);color:var(--fdTable_Header_Cell_Hover_Active_Color)}.fd-table__header .fd-table__cell.is-active,.fd-table__header .fd-table__cell:active{background-color:var(--fdTable_Header_Cell_Active_Background);color:var(--fdTable_Header_Cell_Hover_Active_Color)}.fd-table__header .fd-table__cell--fixed{border-top:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);height:2.8125rem;margin-top:-.0625rem}.fd-table__text{overflow:hidden;text-overflow:ellipsis;text-shadow:var(--sapContent_TextShadow);white-space:nowrap;white-space:normal;word-break:break-word}.fd-table__text--no-wrap{white-space:nowrap}.fd-table__cell{border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);color:inherit;height:2.75rem;outline:none;padding:0 .5rem;text-align:left}.fd-table__cell--valid{color:var(--sapSuccessColor)}.fd-table__cell--warning{color:var(--sapWarningColor)}.fd-table__cell--error{color:var(--sapErrorColor)}.fd-table__cell--information{color:var(--sapInformationColor)}.fd-table__cell--no-data{text-align:center}.fd-table__cell--mock{padding:0;width:auto}.fd-table__cell--checkbox{margin:0;padding:0;vertical-align:baseline;width:2.75rem}.fd-table__cell--fit-content{white-space:nowrap;width:.5rem;word-break:keep-all}.fd-table__cell--no-padding{margin:0;padding:0}.fd-table__cell--fixed{align-items:center;background-color:inherit;border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:none;display:flex;left:0;position:absolute}.fd-table__cell--fixed[dir=rtl],[dir=rtl] .fd-table__cell--fixed{border-left:none;border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);left:auto;right:0}.fd-table__cell--status-indicator{padding:0;width:.375rem}.fd-table__cell--status-indicator--valid{background-color:var(--sapSuccessBorderColor)}.fd-table__cell--status-indicator--warning{background-color:var(--sapWarningBorderColor)}.fd-table__cell--status-indicator--error{background-color:var(--sapErrorBorderColor)}.fd-table__cell--status-indicator--information{background-color:var(--sapInformationBorderColor)}.fd-table__cell--navigated{box-shadow:inset -.1875rem 0 var(--sapSelectedColor)}.fd-table__cell--navigated[dir=rtl],[dir=rtl] .fd-table__cell--navigated{box-shadow:inset .1875rem 0 var(--sapSelectedColor)}.fd-table__cell:first-child{margin-left:0;padding-left:1rem}.fd-table__cell:first-child.fd-table__cell--checkbox,.fd-table__cell:first-child.fd-table__cell--status-indicator{padding:0}.fd-table__cell:first-child[dir=rtl],[dir=rtl] .fd-table__cell:first-child{padding-left:.5rem;padding-right:1rem}.fd-table__cell:first-child[dir=rtl].fd-table__cell--checkbox,.fd-table__cell:first-child[dir=rtl].fd-table__cell--status-indicator,[dir=rtl] .fd-table__cell:first-child.fd-table__cell--checkbox,[dir=rtl] .fd-table__cell:first-child.fd-table__cell--status-indicator{padding:0}.fd-table__body{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__body,.fd-table__body .fd-table__cell{border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__body .fd-table__cell--no-vertical-border{border-bottom-color:transparent}.fd-table__body .fd-table__cell--no-horizontal-border{border-right-color:transparent}.fd-table__body .fd-table__row{background-color:var(--sapList_Background);border-left:none;border-right:none}.fd-table__body .fd-table__row.is-selected,.fd-table__body .fd-table__row[aria-selected=true]{background-color:var(--sapList_SelectionBackgroundColor)}.fd-table__body .fd-table__row.is-selected .fd-table__cell,.fd-table__body .fd-table__row[aria-selected=true] .fd-table__cell{border-bottom-color:var(--sapList_SelectionBorderColor)}.fd-table__body .fd-table__row.is-selected.is-hover,.fd-table__body .fd-table__row.is-selected:hover,.fd-table__body .fd-table__row[aria-selected=true].is-hover,.fd-table__body .fd-table__row[aria-selected=true]:hover{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table__body .fd-table__row--activable.is-selected.is-active,.fd-table__body .fd-table__row--activable.is-selected:active,.fd-table__body .fd-table__row--activable[aria-selected=true].is-active,.fd-table__body .fd-table__row--activable[aria-selected=true]:active{background-color:var(--sapList_Active_Background)}.fd-table__body .fd-table__row--activable.is-selected.is-activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable.is-selected.is-activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable.is-selected:activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable.is-selected:activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable[aria-selected=true].is-activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable[aria-selected=true].is-activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable[aria-selected=true]:activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable[aria-selected=true]:activefd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__body .fd-table__row:not(:first-of-type) .fd-table__cell--fixed{margin-top:.03125rem}.fd-table__cell--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__cell--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator):hover{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table__cell--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__cell--hoverable.is-hover,.fd-table__cell--hoverable:hover,.fd-table__row--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable.is-hover,.fd-table__row--hoverable:hover{background-color:var(--sapList_Hover_Background);color:var(--fdTable_Hover_Down_Color)}.fd-table__cell--activable,.fd-table__row--activable{cursor:pointer}.fd-table__cell--activable.is-focus,.fd-table__cell--activable:focus,.fd-table__row--activable.is-focus,.fd-table__row--activable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-active *,.fd-table__cell--activable:active *,.fd-table__row--activable.is-active *,.fd-table__row--activable:active *{color:var(--sapList_Active_TextColor)!important}.fd-table__cell--activable.is-active.is-focus,.fd-table__cell--activable.is-active:focus,.fd-table__cell--activable:active.is-focus,.fd-table__cell--activable:active:focus,.fd-table__row--activable.is-active.is-focus,.fd-table__row--activable.is-active:focus,.fd-table__row--activable:active.is-focus,.fd-table__row--activable:active:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-active,.fd-table__cell--activable:active,.fd-table__row--activable.is-active,.fd-table__row--activable:active{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table__cell--activable.is-active .fd-table__cell,.fd-table__cell--activable:active .fd-table__cell,.fd-table__row--activable.is-active .fd-table__cell,.fd-table__row--activable:active .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table__cell--activable.is-active .fd-table__cell.is-hover,.fd-table__cell--activable.is-active .fd-table__cell:hover,.fd-table__cell--activable:active .fd-table__cell.is-hover,.fd-table__cell--activable:active .fd-table__cell:hover,.fd-table__row--activable.is-active .fd-table__cell.is-hover,.fd-table__row--activable.is-active .fd-table__cell:hover,.fd-table__row--activable:active .fd-table__cell.is-hover,.fd-table__row--activable:active .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table__cell--activable.is-active .fd-table__text,.fd-table__cell--activable:active .fd-table__text,.fd-table__row--activable.is-active .fd-table__text,.fd-table__row--activable:active .fd-table__text{text-shadow:none}.fd-table__cell--activable.is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable:active .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table__cell--activable.is-active .fd-form-label,.fd-table__cell--activable.is-active .fd-link,.fd-table__cell--activable.is-active .fd-object-status,.fd-table__cell--activable:active .fd-form-label,.fd-table__cell--activable:active .fd-link,.fd-table__cell--activable:active .fd-object-status,.fd-table__row--activable.is-active .fd-form-label,.fd-table__row--activable.is-active .fd-link,.fd-table__row--activable.is-active .fd-object-status,.fd-table__row--activable:active .fd-form-label,.fd-table__row--activable:active .fd-link,.fd-table__row--activable:active .fd-object-status{color:inherit}.fd-table__cell--activable.is-active--focusable.is-focus,.fd-table__cell--activable.is-active--focusable:focus,.fd-table__cell--activable:active--focusable.is-focus,.fd-table__cell--activable:active--focusable:focus,.fd-table__row--activable.is-active--focusable.is-focus,.fd-table__row--activable.is-active--focusable:focus,.fd-table__row--activable:active--focusable.is-focus,.fd-table__row--activable:active--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-selected,.fd-table__cell--activable[aria-selected=true],.fd-table__row--activable.is-selected,.fd-table__row--activable[aria-selected=true]{cursor:pointer}.fd-table__cell--activable.is-selected.is-active,.fd-table__cell--activable.is-selected:active,.fd-table__cell--activable[aria-selected=true].is-active,.fd-table__cell--activable[aria-selected=true]:active,.fd-table__row--activable.is-selected.is-active,.fd-table__row--activable.is-selected:active,.fd-table__row--activable[aria-selected=true].is-active,.fd-table__row--activable[aria-selected=true]:active{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table__cell--activable.is-selected.is-active .fd-table__cell,.fd-table__cell--activable.is-selected:active .fd-table__cell,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell,.fd-table__row--activable.is-selected.is-active .fd-table__cell,.fd-table__row--activable.is-selected:active .fd-table__cell,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table__cell--activable.is-selected.is-active .fd-table__cell.is-hover,.fd-table__cell--activable.is-selected.is-active .fd-table__cell:hover,.fd-table__cell--activable.is-selected:active .fd-table__cell.is-hover,.fd-table__cell--activable.is-selected:active .fd-table__cell:hover,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell.is-hover,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell:hover,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell.is-hover,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell:hover,.fd-table__row--activable.is-selected.is-active .fd-table__cell.is-hover,.fd-table__row--activable.is-selected.is-active .fd-table__cell:hover,.fd-table__row--activable.is-selected:active .fd-table__cell.is-hover,.fd-table__row--activable.is-selected:active .fd-table__cell:hover,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell.is-hover,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell:hover,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell.is-hover,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table__cell--activable.is-selected.is-active .fd-table__text,.fd-table__cell--activable.is-selected:active .fd-table__text,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__text,.fd-table__cell--activable[aria-selected=true]:active .fd-table__text,.fd-table__row--activable.is-selected.is-active .fd-table__text,.fd-table__row--activable.is-selected:active .fd-table__text,.fd-table__row--activable[aria-selected=true].is-active .fd-table__text,.fd-table__row--activable[aria-selected=true]:active .fd-table__text{text-shadow:none}.fd-table__cell--activable.is-selected.is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-selected.is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable.is-selected:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-selected:active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable[aria-selected=true].is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable[aria-selected=true].is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable[aria-selected=true]:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable[aria-selected=true]:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-selected.is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-selected.is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-selected:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-selected:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable[aria-selected=true].is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable[aria-selected=true].is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable[aria-selected=true]:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable[aria-selected=true]:active .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table__cell--activable.is-selected.is-active .fd-form-label,.fd-table__cell--activable.is-selected.is-active .fd-link,.fd-table__cell--activable.is-selected.is-active .fd-object-status,.fd-table__cell--activable.is-selected:active .fd-form-label,.fd-table__cell--activable.is-selected:active .fd-link,.fd-table__cell--activable.is-selected:active .fd-object-status,.fd-table__cell--activable[aria-selected=true].is-active .fd-form-label,.fd-table__cell--activable[aria-selected=true].is-active .fd-link,.fd-table__cell--activable[aria-selected=true].is-active .fd-object-status,.fd-table__cell--activable[aria-selected=true]:active .fd-form-label,.fd-table__cell--activable[aria-selected=true]:active .fd-link,.fd-table__cell--activable[aria-selected=true]:active .fd-object-status,.fd-table__row--activable.is-selected.is-active .fd-form-label,.fd-table__row--activable.is-selected.is-active .fd-link,.fd-table__row--activable.is-selected.is-active .fd-object-status,.fd-table__row--activable.is-selected:active .fd-form-label,.fd-table__row--activable.is-selected:active .fd-link,.fd-table__row--activable.is-selected:active .fd-object-status,.fd-table__row--activable[aria-selected=true].is-active .fd-form-label,.fd-table__row--activable[aria-selected=true].is-active .fd-link,.fd-table__row--activable[aria-selected=true].is-active .fd-object-status,.fd-table__row--activable[aria-selected=true]:active .fd-form-label,.fd-table__row--activable[aria-selected=true]:active .fd-link,.fd-table__row--activable[aria-selected=true]:active .fd-object-status{color:inherit}.fd-table__cell--activable.is-selected.is-active--focusable.is-focus,.fd-table__cell--activable.is-selected.is-active--focusable:focus,.fd-table__cell--activable.is-selected:active--focusable.is-focus,.fd-table__cell--activable.is-selected:active--focusable:focus,.fd-table__cell--activable[aria-selected=true].is-active--focusable.is-focus,.fd-table__cell--activable[aria-selected=true].is-active--focusable:focus,.fd-table__cell--activable[aria-selected=true]:active--focusable.is-focus,.fd-table__cell--activable[aria-selected=true]:active--focusable:focus,.fd-table__row--activable.is-selected.is-active--focusable.is-focus,.fd-table__row--activable.is-selected.is-active--focusable:focus,.fd-table__row--activable.is-selected:active--focusable.is-focus,.fd-table__row--activable.is-selected:active--focusable:focus,.fd-table__row--activable[aria-selected=true].is-active--focusable.is-focus,.fd-table__row--activable[aria-selected=true].is-active--focusable:focus,.fd-table__row--activable[aria-selected=true]:active--focusable.is-focus,.fd-table__row--activable[aria-selected=true]:active--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--focusable.is-focus,.fd-table__cell--focusable:focus,.fd-table__row--focusable.is-focus,.fd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__footer{background-color:var(--sapList_Background)}.fd-table__footer .fd-table__row{border-top:.125rem solid var(--sapList_TableFooterBorder);vertical-align:middle}.fd-table__footer .fd-table__cell{border-right:none;font-weight:700}.fd-table__inner{-webkit-box-sizing:border-box;-webkit-box-pack:justify;-ms-flex-pack:justify;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;justify-content:space-between;line-height:var(--sapContent_LineHeight);margin:0;padding:0;width:100%}.fd-table__inner:after,.fd-table__inner:before{box-sizing:inherit;font-size:inherit}.fd-table__column-header-icons{display:flex}.fd-table__column-header-icons .fd-table__icon:not(:last-child){margin-right:.25rem}.fd-table__column-header-icons[dir=rtl] .fd-table__icon,[dir=rtl] .fd-table__column-header-icons .fd-table__icon{margin-right:0}.fd-table__column-header-icons[dir=rtl] .fd-table__icon:not(:last-child),[dir=rtl] .fd-table__column-header-icons .fd-table__icon:not(:last-child){margin-left:.25rem}.fd-table__caption{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fd-table__item--clickable{cursor:pointer}.fd-table__popover.fd-popover{color:inherit;display:block;height:100%}.fd-table__popover.fd-popover .fd-popover__control{align-items:center;color:inherit;display:flex;height:100%;width:100%}.fd-table--fixed{overflow-x:scroll;scrollbar-color:var(--fdScrollbar_Thumb_Color) var(--fdScrollbar_Track_Color)}.fd-table--fixed.is-focus,.fd-table--fixed:focus{outline:none;z-index:5}.fd-table--fixed::-webkit-scrollbar{height:var(--fdScrollbar_Dimension);width:var(--fdScrollbar_Dimension)}.fd-table--fixed::-webkit-scrollbar-corner,.fd-table--fixed::-webkit-scrollbar-track{background-color:var(--fdScrollbar_Track_Color)}.fd-table--fixed::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color);background-color:transparent;border:var(--fdScrollbar_Thumb_Offset) solid transparent;border-radius:calc(var(--fdScrollbar_Thumb_Border_Radius) - var(--fdScrollbar_Thumb_Offset));box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color)}.fd-table--fixed::-webkit-scrollbar-thumb:active,.fd-table--fixed::-webkit-scrollbar-thumb:hover{box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Hover_Color)}.fd-table--fixed .fd-table__body,.fd-table--fixed .fd-table__header{border-left:none}.fd-table--fixed .fd-table__body[dir=rtl],.fd-table--fixed .fd-table__header[dir=rtl],[dir=rtl] .fd-table--fixed .fd-table__body,[dir=rtl] .fd-table--fixed .fd-table__header{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:none}.fd-table--pop-in .fd-table__text{color:inherit;margin-bottom:.5rem}.fd-table--pop-in .fd-table__text--title{font-weight:700}.fd-table--pop-in .fd-table__text:last-child{margin-bottom:0}.fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell{padding-left:0}.fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell[dir=rtl],[dir=rtl] .fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell{padding-left:.5rem;padding-right:0}.fd-table--pop-in .fd-table__body .fd-table__cell{height:auto}.fd-table--pop-in .fd-table__row--main{border:none}.fd-table--pop-in .fd-table__row--main .fd-table__cell{padding-bottom:.25rem;padding-top:.25rem}.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable.is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable:hover+.fd-table__row--secondary{background-color:var(--sapList_Hover_Background)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell.is-hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell:hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell.is-hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__text,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__text{text-shadow:none}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__icon [class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__icon[class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__icon [class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-form-label,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-link,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-object-status,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-form-label,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-link,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-object-status{color:inherit}.fd-table--pop-in .fd-table__row--main.is-selected.is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.is-selected:hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main[aria-selected=true].is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main[aria-selected=true]:hover+.fd-table__row--secondary{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table--pop-in .fd-table__row--secondary{background-color:var(--sapList_Background);border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table--pop-in .fd-table__row--secondary.is-hover,.fd-table--pop-in .fd-table__row--secondary:hover{background-color:var(--sapList_Background)}.fd-table--pop-in .fd-table__row--secondary .fd-table__cell{padding-bottom:.5rem;padding-top:.5rem}.fd-table--pop-in .fd-table__row--secondary.is-selected .fd-table__cell,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true] .fd-table__cell{border-bottom:var(--sapList_BorderWidth) solid var(--sapList_SelectionBorderColor)}.fd-table--pop-in .fd-table__row--secondary.is-selected.is-hover,.fd-table--pop-in .fd-table__row--secondary.is-selected:hover,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true].is-hover,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true]:hover{background-color:var(--sapList_SelectionBackgroundColor)}.fd-table--no-vertical-borders .fd-table__row .fd-table__cell,.fd-table__body--no-vertical-borders .fd-table__row .fd-table__cell,.fd-table__header--no-vertical-borders .fd-table__row .fd-table__cell{border-bottom:none}.fd-table--no-horizontal-borders .fd-table__row .fd-table__cell,.fd-table__body--no-horizontal-borders .fd-table__row .fd-table__cell,.fd-table__header--no-horizontal-borders .fd-table__row .fd-table__cell{border-right:none}.fd-table--responsive .fd-table__body,.fd-table--responsive .fd-table__header{border:none}.fd-table--responsive .fd-table__row:last-child{margin-bottom:0;margin-right:0}.fd-table--responsive .fd-table__row:last-child .fd-table__cell{border-bottom:none}.fd-table--compact .fd-table__body .fd-table__cell,.fd-table--compact .fd-table__footer .fd-table__cell,.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{height:2rem}.fd-table--condensed .fd-table__body .fd-table__cell,.fd-table--condensed .fd-table__footer .fd-table__cell{height:1.5rem}.fd-table--condensed .fd-table__body .fd-table__cell--checkbox .fd-table__checkbox-label,.fd-table--condensed .fd-table__footer .fd-table__cell--checkbox .fd-table__checkbox-label{margin-top:-.25rem;position:absolute}.fd-table--condensed .fd-table__body .fd-table__cell--focusable.is-focus,.fd-table--condensed .fd-table__body .fd-table__cell--focusable:focus,.fd-table--condensed .fd-table__body .fd-table__row--focusable.is-focus,.fd-table--condensed .fd-table__body .fd-table__row--focusable:focus,.fd-table--condensed .fd-table__footer .fd-table__cell--focusable.is-focus,.fd-table--condensed .fd-table__footer .fd-table__cell--focusable:focus,.fd-table--condensed .fd-table__footer .fd-table__row--focusable.is-focus,.fd-table--condensed .fd-table__footer .fd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:var(--fdTable_Condensed_Focus_Outline_Offset);outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{height:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:2rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:3.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:3.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:11.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:11.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:12.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:12.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:12.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:12.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:13.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:13.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:0}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:2.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:3.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:3.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:3.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{width:2rem}.fd-table--compact .fd-table__header .fd-table__cell,.fd-table--condensed .fd-table__header .fd-table__cell{height:2rem}.fd-table--compact .fd-table__header .fd-table__cell--fixed,.fd-table--condensed .fd-table__header .fd-table__cell--fixed{height:2.0625rem}.fd-table--compact .fd-table__cell--checkbox,.fd-table--condensed .fd-table__cell--checkbox{width:2rem}.fd-table--group .fd-table__body .fd-table__cell--group{background-color:var(--fdTable_Group_Header_Background);border-bottom-color:var(--fdTable_Group_Header_Border_Color);border-top-color:var(--fdTable_Group_Header_Border_Color);font-weight:var(--fdTable_Header_Cell_Font_Weight)}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:2.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:4.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:5.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:6.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:6.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:7.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:7.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:8.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:8.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:9.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:9.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:10.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:10.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:11.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:11.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:11.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:12.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:12.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:12.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:12.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:13.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:13.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:13.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:13.75rem}.fd-table--group .fd-table__body .fd-table__cell--expand,.fd-table--tree .fd-table__body .fd-table__cell--expand{cursor:pointer;white-space:nowrap}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:0}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:1.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:2rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:3rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:3rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:3.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:4rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:4rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:4.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:5.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:6rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:6rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:6.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:7rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:7rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:7.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:8rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:8rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:8.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:9rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:9rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:9.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:10rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:10rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:10.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:11rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:11rem}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;color:var(--sapContent_IconColor);display:inline-flex;font-size:var(--sapFontSmallSize);height:2.75rem;justify-content:center;width:2.75rem}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand:before{content:\"\\e066\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl]:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl]:before,[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell .fd-table__expand:before,[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand:before{content:\"\\e067\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl].fd-table__expand--open:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl].fd-table__expand--open:before,[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell .fd-table__expand.fd-table__expand--open:before,[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand.fd-table__expand--open:before{content:\"\\e1e2\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand--open:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand--open:before{content:\"\\e1e2\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--no-outer-border{border:hidden}.fd-table--hidden{display:none}.fd-table[dir=rtl] .fd-table__cell,[dir=rtl] .fd-table .fd-table__cell{text-align:right}.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__popover--custom{width:100%}.fd-table__cell--checkbox .fd-checkbox__label{margin:0}\n"] }]
|
|
583
|
+
], styles: ["/*!\n * Fundamental Library Styles v0.26.0-rc.27\n * Copyright (c) 2022 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.fd-table(--compact, --condensed, --no-horizontal-borders, --no-vertical-borders, --fixed, --hidden, --tree, --group)\n thead(.fd-table__header(--no-horizontal-borders, --no-vertical-borders))\n tbody(.fd-table__body(--no-horizontal-borders, --no-vertical-borders))\n tfoot(.fd-table__footer)\n tr(.fd-table__row)([aria-selected])\n td(.fd-table__cell(--status-indicator, --checkbox, --fit-content, --fixed, --expand, --group)) + semantic\n*/.fd-table{border-bottom-left-radius:var(--fdTable_Border_Radius);border-bottom-right-radius:var(--fdTable_Border_Radius);border-collapse:collapse;max-width:100%;width:100%}.fd-table,.fd-table__body,.fd-table__cell,.fd-table__footer,.fd-table__header,.fd-table__row,.fd-table__text{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;line-height:var(--sapContent_LineHeight);margin:0;padding:0}.fd-table:after,.fd-table:before,.fd-table__body:after,.fd-table__body:before,.fd-table__cell:after,.fd-table__cell:before,.fd-table__footer:after,.fd-table__footer:before,.fd-table__header:after,.fd-table__header:before,.fd-table__row:after,.fd-table__row:before,.fd-table__text:after,.fd-table__text:before{box-sizing:inherit;font-size:inherit}.fd-table__icon [class*=sap-icon],.fd-table__icon[class*=sap-icon]{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:inherit;border-radius:inherit;color:inherit;color:var(--sapContent_NonInteractiveIconColor);display:flex;font-size:inherit;font-size:var(--sapFontSmallSize);justify-content:center;line-height:1}.fd-table__icon--navigation [class*=sap-icon],.fd-table__icon--navigation[class*=sap-icon]{font-size:var(--sapFontSmallSize);height:100%;min-width:2rem;width:2rem}.fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last,.fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last{border-right:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor)}.fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last[dir=rtl],.fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last[dir=rtl],[dir=rtl] .fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last,[dir=rtl] .fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last{border-left:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__header{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-top:var(--fdTable_Header_Border_Top)}.fd-table__header .fd-table__row{border-bottom:var(--fdTable_Header_Border_Bottom)}.fd-table__header .fd-table__cell{background-color:var(--sapList_HeaderBackground);color:var(--sapList_HeaderTextColor);font-weight:var(--fdTable_Header_Cell_Font_Weight);height:2.75rem}.fd-table__header .fd-table__cell.is-hover,.fd-table__header .fd-table__cell:hover{background-color:var(--fdTable_Header_Cell_Hover_Background);color:var(--fdTable_Header_Cell_Hover_Active_Color)}.fd-table__header .fd-table__cell.is-active,.fd-table__header .fd-table__cell:active{background-color:var(--fdTable_Header_Cell_Active_Background);color:var(--fdTable_Header_Cell_Hover_Active_Color)}.fd-table__header .fd-table__cell--fixed{border-top:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);height:2.8125rem;margin-top:-.0625rem}.fd-table__text{overflow:hidden;text-overflow:ellipsis;text-shadow:var(--sapContent_TextShadow);white-space:nowrap;white-space:normal;word-break:break-word}.fd-table__text--no-wrap{white-space:nowrap}.fd-table__cell{border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);color:inherit;height:2.75rem;outline:none;padding:0 .5rem;text-align:left}.fd-table__cell--valid{color:var(--sapSuccessColor)}.fd-table__cell--warning{color:var(--sapWarningColor)}.fd-table__cell--error{color:var(--sapErrorColor)}.fd-table__cell--information{color:var(--sapInformationColor)}.fd-table__cell--no-data{text-align:center}.fd-table__cell--mock{padding:0;width:auto}.fd-table__cell--checkbox{margin:0;padding:0;vertical-align:baseline;width:2.75rem}.fd-table__cell--fit-content{white-space:nowrap;width:.5rem;word-break:keep-all}.fd-table__cell--no-padding{margin:0;padding:0}.fd-table__cell--fixed{align-items:center;background-color:inherit;border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:none;display:flex;left:0;position:absolute}.fd-table__cell--fixed[dir=rtl],[dir=rtl] .fd-table__cell--fixed{border-left:none;border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);left:auto;right:0}.fd-table__cell--status-indicator{padding:0;width:.375rem}.fd-table__cell--status-indicator--valid{background-color:var(--sapSuccessBorderColor)}.fd-table__cell--status-indicator--warning{background-color:var(--sapWarningBorderColor)}.fd-table__cell--status-indicator--error{background-color:var(--sapErrorBorderColor)}.fd-table__cell--status-indicator--information{background-color:var(--sapInformationBorderColor)}.fd-table__cell--navigated{box-shadow:inset -.1875rem 0 var(--sapSelectedColor)}.fd-table__cell--navigated[dir=rtl],[dir=rtl] .fd-table__cell--navigated{box-shadow:inset .1875rem 0 var(--sapSelectedColor)}.fd-table__cell:first-child{margin-left:0;padding-left:1rem}.fd-table__cell:first-child.fd-table__cell--checkbox,.fd-table__cell:first-child.fd-table__cell--status-indicator{padding:0}.fd-table__cell:first-child[dir=rtl],[dir=rtl] .fd-table__cell:first-child{padding-left:.5rem;padding-right:1rem}.fd-table__cell:first-child[dir=rtl].fd-table__cell--checkbox,.fd-table__cell:first-child[dir=rtl].fd-table__cell--status-indicator,[dir=rtl] .fd-table__cell:first-child.fd-table__cell--checkbox,[dir=rtl] .fd-table__cell:first-child.fd-table__cell--status-indicator{padding:0}.fd-table__body{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__body,.fd-table__body .fd-table__cell{border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__body .fd-table__cell--no-vertical-border{border-bottom-color:transparent}.fd-table__body .fd-table__cell--no-horizontal-border{border-right-color:transparent}.fd-table__body .fd-table__row{background-color:var(--sapList_Background);border-left:none;border-right:none}.fd-table__body .fd-table__row.is-selected,.fd-table__body .fd-table__row[aria-selected=true]{background-color:var(--sapList_SelectionBackgroundColor)}.fd-table__body .fd-table__row.is-selected .fd-table__cell,.fd-table__body .fd-table__row[aria-selected=true] .fd-table__cell{border-bottom-color:var(--sapList_SelectionBorderColor)}.fd-table__body .fd-table__row.is-selected.is-hover,.fd-table__body .fd-table__row.is-selected:hover,.fd-table__body .fd-table__row[aria-selected=true].is-hover,.fd-table__body .fd-table__row[aria-selected=true]:hover{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table__body .fd-table__row--activable.is-selected.is-active,.fd-table__body .fd-table__row--activable.is-selected:active,.fd-table__body .fd-table__row--activable[aria-selected=true].is-active,.fd-table__body .fd-table__row--activable[aria-selected=true]:active{background-color:var(--sapList_Active_Background)}.fd-table__body .fd-table__row--activable.is-selected.is-activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable.is-selected.is-activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable.is-selected:activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable.is-selected:activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable[aria-selected=true].is-activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable[aria-selected=true].is-activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable[aria-selected=true]:activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable[aria-selected=true]:activefd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__body .fd-table__row:not(:first-of-type) .fd-table__cell--fixed{margin-top:.03125rem}.fd-table__cell--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__cell--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator):hover{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table__cell--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__cell--hoverable.is-hover,.fd-table__cell--hoverable:hover,.fd-table__row--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable.is-hover,.fd-table__row--hoverable:hover{background-color:var(--sapList_Hover_Background);color:var(--fdTable_Hover_Down_Color)}.fd-table__cell--activable,.fd-table__row--activable{cursor:pointer}.fd-table__cell--activable.is-focus,.fd-table__cell--activable:focus,.fd-table__row--activable.is-focus,.fd-table__row--activable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-active *,.fd-table__cell--activable:active *,.fd-table__row--activable.is-active *,.fd-table__row--activable:active *{color:var(--sapList_Active_TextColor)!important}.fd-table__cell--activable.is-active.is-focus,.fd-table__cell--activable.is-active:focus,.fd-table__cell--activable:active.is-focus,.fd-table__cell--activable:active:focus,.fd-table__row--activable.is-active.is-focus,.fd-table__row--activable.is-active:focus,.fd-table__row--activable:active.is-focus,.fd-table__row--activable:active:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-active,.fd-table__cell--activable:active,.fd-table__row--activable.is-active,.fd-table__row--activable:active{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table__cell--activable.is-active .fd-table__cell,.fd-table__cell--activable:active .fd-table__cell,.fd-table__row--activable.is-active .fd-table__cell,.fd-table__row--activable:active .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table__cell--activable.is-active .fd-table__cell.is-hover,.fd-table__cell--activable.is-active .fd-table__cell:hover,.fd-table__cell--activable:active .fd-table__cell.is-hover,.fd-table__cell--activable:active .fd-table__cell:hover,.fd-table__row--activable.is-active .fd-table__cell.is-hover,.fd-table__row--activable.is-active .fd-table__cell:hover,.fd-table__row--activable:active .fd-table__cell.is-hover,.fd-table__row--activable:active .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table__cell--activable.is-active .fd-table__text,.fd-table__cell--activable:active .fd-table__text,.fd-table__row--activable.is-active .fd-table__text,.fd-table__row--activable:active .fd-table__text{text-shadow:none}.fd-table__cell--activable.is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable:active .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table__cell--activable.is-active .fd-form-label,.fd-table__cell--activable.is-active .fd-link,.fd-table__cell--activable.is-active .fd-object-status,.fd-table__cell--activable:active .fd-form-label,.fd-table__cell--activable:active .fd-link,.fd-table__cell--activable:active .fd-object-status,.fd-table__row--activable.is-active .fd-form-label,.fd-table__row--activable.is-active .fd-link,.fd-table__row--activable.is-active .fd-object-status,.fd-table__row--activable:active .fd-form-label,.fd-table__row--activable:active .fd-link,.fd-table__row--activable:active .fd-object-status{color:inherit}.fd-table__cell--activable.is-active--focusable.is-focus,.fd-table__cell--activable.is-active--focusable:focus,.fd-table__cell--activable:active--focusable.is-focus,.fd-table__cell--activable:active--focusable:focus,.fd-table__row--activable.is-active--focusable.is-focus,.fd-table__row--activable.is-active--focusable:focus,.fd-table__row--activable:active--focusable.is-focus,.fd-table__row--activable:active--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-selected,.fd-table__cell--activable[aria-selected=true],.fd-table__row--activable.is-selected,.fd-table__row--activable[aria-selected=true]{cursor:pointer}.fd-table__cell--activable.is-selected.is-active,.fd-table__cell--activable.is-selected:active,.fd-table__cell--activable[aria-selected=true].is-active,.fd-table__cell--activable[aria-selected=true]:active,.fd-table__row--activable.is-selected.is-active,.fd-table__row--activable.is-selected:active,.fd-table__row--activable[aria-selected=true].is-active,.fd-table__row--activable[aria-selected=true]:active{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table__cell--activable.is-selected.is-active .fd-table__cell,.fd-table__cell--activable.is-selected:active .fd-table__cell,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell,.fd-table__row--activable.is-selected.is-active .fd-table__cell,.fd-table__row--activable.is-selected:active .fd-table__cell,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table__cell--activable.is-selected.is-active .fd-table__cell.is-hover,.fd-table__cell--activable.is-selected.is-active .fd-table__cell:hover,.fd-table__cell--activable.is-selected:active .fd-table__cell.is-hover,.fd-table__cell--activable.is-selected:active .fd-table__cell:hover,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell.is-hover,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell:hover,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell.is-hover,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell:hover,.fd-table__row--activable.is-selected.is-active .fd-table__cell.is-hover,.fd-table__row--activable.is-selected.is-active .fd-table__cell:hover,.fd-table__row--activable.is-selected:active .fd-table__cell.is-hover,.fd-table__row--activable.is-selected:active .fd-table__cell:hover,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell.is-hover,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell:hover,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell.is-hover,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table__cell--activable.is-selected.is-active .fd-table__text,.fd-table__cell--activable.is-selected:active .fd-table__text,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__text,.fd-table__cell--activable[aria-selected=true]:active .fd-table__text,.fd-table__row--activable.is-selected.is-active .fd-table__text,.fd-table__row--activable.is-selected:active .fd-table__text,.fd-table__row--activable[aria-selected=true].is-active .fd-table__text,.fd-table__row--activable[aria-selected=true]:active .fd-table__text{text-shadow:none}.fd-table__cell--activable.is-selected.is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-selected.is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable.is-selected:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-selected:active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable[aria-selected=true].is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable[aria-selected=true].is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable[aria-selected=true]:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable[aria-selected=true]:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-selected.is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-selected.is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-selected:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-selected:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable[aria-selected=true].is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable[aria-selected=true].is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable[aria-selected=true]:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable[aria-selected=true]:active .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table__cell--activable.is-selected.is-active .fd-form-label,.fd-table__cell--activable.is-selected.is-active .fd-link,.fd-table__cell--activable.is-selected.is-active .fd-object-status,.fd-table__cell--activable.is-selected:active .fd-form-label,.fd-table__cell--activable.is-selected:active .fd-link,.fd-table__cell--activable.is-selected:active .fd-object-status,.fd-table__cell--activable[aria-selected=true].is-active .fd-form-label,.fd-table__cell--activable[aria-selected=true].is-active .fd-link,.fd-table__cell--activable[aria-selected=true].is-active .fd-object-status,.fd-table__cell--activable[aria-selected=true]:active .fd-form-label,.fd-table__cell--activable[aria-selected=true]:active .fd-link,.fd-table__cell--activable[aria-selected=true]:active .fd-object-status,.fd-table__row--activable.is-selected.is-active .fd-form-label,.fd-table__row--activable.is-selected.is-active .fd-link,.fd-table__row--activable.is-selected.is-active .fd-object-status,.fd-table__row--activable.is-selected:active .fd-form-label,.fd-table__row--activable.is-selected:active .fd-link,.fd-table__row--activable.is-selected:active .fd-object-status,.fd-table__row--activable[aria-selected=true].is-active .fd-form-label,.fd-table__row--activable[aria-selected=true].is-active .fd-link,.fd-table__row--activable[aria-selected=true].is-active .fd-object-status,.fd-table__row--activable[aria-selected=true]:active .fd-form-label,.fd-table__row--activable[aria-selected=true]:active .fd-link,.fd-table__row--activable[aria-selected=true]:active .fd-object-status{color:inherit}.fd-table__cell--activable.is-selected.is-active--focusable.is-focus,.fd-table__cell--activable.is-selected.is-active--focusable:focus,.fd-table__cell--activable.is-selected:active--focusable.is-focus,.fd-table__cell--activable.is-selected:active--focusable:focus,.fd-table__cell--activable[aria-selected=true].is-active--focusable.is-focus,.fd-table__cell--activable[aria-selected=true].is-active--focusable:focus,.fd-table__cell--activable[aria-selected=true]:active--focusable.is-focus,.fd-table__cell--activable[aria-selected=true]:active--focusable:focus,.fd-table__row--activable.is-selected.is-active--focusable.is-focus,.fd-table__row--activable.is-selected.is-active--focusable:focus,.fd-table__row--activable.is-selected:active--focusable.is-focus,.fd-table__row--activable.is-selected:active--focusable:focus,.fd-table__row--activable[aria-selected=true].is-active--focusable.is-focus,.fd-table__row--activable[aria-selected=true].is-active--focusable:focus,.fd-table__row--activable[aria-selected=true]:active--focusable.is-focus,.fd-table__row--activable[aria-selected=true]:active--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--focusable.is-focus,.fd-table__cell--focusable:focus,.fd-table__row--focusable.is-focus,.fd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__footer{background-color:var(--sapList_Background)}.fd-table__footer .fd-table__row{border-top:.125rem solid var(--sapList_TableFooterBorder);vertical-align:middle}.fd-table__footer .fd-table__cell{border-right:none;font-weight:700}.fd-table__inner{-webkit-box-sizing:border-box;-webkit-box-pack:justify;-ms-flex-pack:justify;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;justify-content:space-between;line-height:var(--sapContent_LineHeight);margin:0;padding:0;width:100%}.fd-table__inner:after,.fd-table__inner:before{box-sizing:inherit;font-size:inherit}.fd-table__column-header-icons{display:flex}.fd-table__column-header-icons .fd-table__icon:not(:last-child){margin-right:.25rem}.fd-table__column-header-icons[dir=rtl] .fd-table__icon,[dir=rtl] .fd-table__column-header-icons .fd-table__icon{margin-right:0}.fd-table__column-header-icons[dir=rtl] .fd-table__icon:not(:last-child),[dir=rtl] .fd-table__column-header-icons .fd-table__icon:not(:last-child){margin-left:.25rem}.fd-table__caption{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fd-table__item--clickable{cursor:pointer}.fd-table__popover.fd-popover{color:inherit;display:block;height:100%}.fd-table__popover.fd-popover .fd-popover__control{align-items:center;color:inherit;display:flex;height:100%;width:100%}.fd-table--fixed{overflow-x:scroll;scrollbar-color:var(--fdScrollbar_Thumb_Color) var(--fdScrollbar_Track_Color)}.fd-table--fixed.is-focus,.fd-table--fixed:focus{outline:none;z-index:5}.fd-table--fixed::-webkit-scrollbar{height:var(--fdScrollbar_Dimension);width:var(--fdScrollbar_Dimension)}.fd-table--fixed::-webkit-scrollbar-corner,.fd-table--fixed::-webkit-scrollbar-track{background-color:var(--fdScrollbar_Track_Color)}.fd-table--fixed::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color);background-color:transparent;border:var(--fdScrollbar_Thumb_Offset) solid transparent;border-radius:calc(var(--fdScrollbar_Thumb_Border_Radius) - var(--fdScrollbar_Thumb_Offset));box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color)}.fd-table--fixed::-webkit-scrollbar-thumb:active,.fd-table--fixed::-webkit-scrollbar-thumb:hover{box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Hover_Color)}.fd-table--fixed .fd-table__body,.fd-table--fixed .fd-table__header{border-left:none}.fd-table--fixed .fd-table__body[dir=rtl],.fd-table--fixed .fd-table__header[dir=rtl],[dir=rtl] .fd-table--fixed .fd-table__body,[dir=rtl] .fd-table--fixed .fd-table__header{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:none}.fd-table--pop-in .fd-table__text{color:inherit;margin-bottom:.5rem}.fd-table--pop-in .fd-table__text--title{font-weight:700}.fd-table--pop-in .fd-table__text:last-child{margin-bottom:0}.fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell{padding-left:0}.fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell[dir=rtl],[dir=rtl] .fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell{padding-left:.5rem;padding-right:0}.fd-table--pop-in .fd-table__body .fd-table__cell{height:auto}.fd-table--pop-in .fd-table__row--main{border:none}.fd-table--pop-in .fd-table__row--main .fd-table__cell{padding-bottom:.25rem;padding-top:.25rem}.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable.is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable:hover+.fd-table__row--secondary{background-color:var(--sapList_Hover_Background)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell.is-hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell:hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell.is-hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__text,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__text{text-shadow:none}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__icon [class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__icon[class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__icon [class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-form-label,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-link,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-object-status,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-form-label,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-link,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-object-status{color:inherit}.fd-table--pop-in .fd-table__row--main.is-selected.is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.is-selected:hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main[aria-selected=true].is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main[aria-selected=true]:hover+.fd-table__row--secondary{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table--pop-in .fd-table__row--secondary{background-color:var(--sapList_Background);border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table--pop-in .fd-table__row--secondary.is-hover,.fd-table--pop-in .fd-table__row--secondary:hover{background-color:var(--sapList_Background)}.fd-table--pop-in .fd-table__row--secondary .fd-table__cell{padding-bottom:.5rem;padding-top:.5rem}.fd-table--pop-in .fd-table__row--secondary.is-selected .fd-table__cell,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true] .fd-table__cell{border-bottom:var(--sapList_BorderWidth) solid var(--sapList_SelectionBorderColor)}.fd-table--pop-in .fd-table__row--secondary.is-selected.is-hover,.fd-table--pop-in .fd-table__row--secondary.is-selected:hover,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true].is-hover,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true]:hover{background-color:var(--sapList_SelectionBackgroundColor)}.fd-table--no-vertical-borders .fd-table__row .fd-table__cell,.fd-table__body--no-vertical-borders .fd-table__row .fd-table__cell,.fd-table__header--no-vertical-borders .fd-table__row .fd-table__cell{border-bottom:none}.fd-table--no-horizontal-borders .fd-table__row .fd-table__cell,.fd-table__body--no-horizontal-borders .fd-table__row .fd-table__cell,.fd-table__header--no-horizontal-borders .fd-table__row .fd-table__cell{border-right:none}.fd-table--responsive .fd-table__body,.fd-table--responsive .fd-table__header{border:none}.fd-table--responsive .fd-table__row:last-child{margin-bottom:0;margin-right:0}.fd-table--responsive .fd-table__row:last-child .fd-table__cell{border-bottom:none}.fd-table--compact .fd-table__body .fd-table__cell,.fd-table--compact .fd-table__footer .fd-table__cell,.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{height:2rem}.fd-table--condensed .fd-table__body .fd-table__cell,.fd-table--condensed .fd-table__footer .fd-table__cell{height:1.5rem}.fd-table--condensed .fd-table__body .fd-table__cell--checkbox .fd-table__checkbox-label,.fd-table--condensed .fd-table__footer .fd-table__cell--checkbox .fd-table__checkbox-label{margin-top:-.25rem;position:absolute}.fd-table--condensed .fd-table__body .fd-table__cell--focusable.is-focus,.fd-table--condensed .fd-table__body .fd-table__cell--focusable:focus,.fd-table--condensed .fd-table__body .fd-table__row--focusable.is-focus,.fd-table--condensed .fd-table__body .fd-table__row--focusable:focus,.fd-table--condensed .fd-table__footer .fd-table__cell--focusable.is-focus,.fd-table--condensed .fd-table__footer .fd-table__cell--focusable:focus,.fd-table--condensed .fd-table__footer .fd-table__row--focusable.is-focus,.fd-table--condensed .fd-table__footer .fd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:var(--fdTable_Condensed_Focus_Outline_Offset);outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{height:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:2rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:3.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:3.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:11.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:11.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:12.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:12.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:12.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:12.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:13.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:13.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:0}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:2.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:3.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:3.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:3.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{width:2rem}.fd-table--compact .fd-table__header .fd-table__cell,.fd-table--condensed .fd-table__header .fd-table__cell{height:2rem}.fd-table--compact .fd-table__header .fd-table__cell--fixed,.fd-table--condensed .fd-table__header .fd-table__cell--fixed{height:2.0625rem}.fd-table--compact .fd-table__cell--checkbox,.fd-table--condensed .fd-table__cell--checkbox{width:2rem}.fd-table--group .fd-table__body .fd-table__cell--group{background-color:var(--fdTable_Group_Header_Background);border-bottom-color:var(--fdTable_Group_Header_Border_Color);border-top-color:var(--fdTable_Group_Header_Border_Color);font-weight:var(--fdTable_Header_Cell_Font_Weight)}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:2.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:4.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:5.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:6.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:6.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:7.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:7.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:8.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:8.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:9.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:9.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:10.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:10.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:11.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:11.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:11.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:12.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:12.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:12.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:12.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:13.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:13.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:13.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:13.75rem}.fd-table--group .fd-table__body .fd-table__cell--expand,.fd-table--tree .fd-table__body .fd-table__cell--expand{cursor:pointer;white-space:nowrap}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:0}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:1.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:2rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:3rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:3rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:3.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:4rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:4rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:4.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:5.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:6rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:6rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:6.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:7rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:7rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:7.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:8rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:8rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:8.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:9rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:9rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:9.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:10rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:10rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:10.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:11rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:11rem}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;color:var(--sapContent_IconColor);display:inline-flex;font-size:var(--sapFontSmallSize);height:2.75rem;justify-content:center;width:2.75rem}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand:before{content:\"\\e066\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl]:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl]:before,[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell .fd-table__expand:before,[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand:before{content:\"\\e067\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl].fd-table__expand--open:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl].fd-table__expand--open:before,[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell .fd-table__expand.fd-table__expand--open:before,[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand.fd-table__expand--open:before{content:\"\\e1e2\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand--open:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand--open:before{content:\"\\e1e2\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--no-outer-border{border:hidden}.fd-table--hidden{display:none}.fd-table[dir=rtl] .fd-table__cell,[dir=rtl] .fd-table .fd-table__cell{text-align:right}.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__popover--custom{width:100%}.fd-table__cell--checkbox .fd-checkbox__label{margin:0}\n"] }]
|
|
584
584
|
}], ctorParameters: function () { return [{ type: TableService }, { type: i0.ChangeDetectorRef }, { type: i2$1.ContentDensityObserver }, { type: i2.TabbableElementService }]; }, propDecorators: { fdTableClass: [{
|
|
585
585
|
type: HostBinding,
|
|
586
586
|
args: ['class.fd-table']
|
|
@@ -752,10 +752,10 @@ class TableWrapperComponent {
|
|
|
752
752
|
}
|
|
753
753
|
}
|
|
754
754
|
TableWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: TableWrapperComponent, deps: [{ token: i0.ElementRef }, { token: i2$1.ContentDensityObserver }], target: i0.ɵɵFactoryTarget.Component });
|
|
755
|
-
TableWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.3", type: TableWrapperComponent, selector: "fd-table-wrapper", providers: [contentDensityObserverProviders(FdTableContentDensityProviderParams)], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, styles: ["/*!\n * Fundamental Library Styles v0.25.1-rc.16\n * Copyright (c) 2022 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.fd-table(--compact, --condensed, --no-horizontal-borders, --no-vertical-borders, --fixed, --hidden, --tree, --group)\n thead(.fd-table__header(--no-horizontal-borders, --no-vertical-borders))\n tbody(.fd-table__body(--no-horizontal-borders, --no-vertical-borders))\n tfoot(.fd-table__footer)\n tr(.fd-table__row)([aria-selected])\n td(.fd-table__cell(--status-indicator, --checkbox, --fit-content, --fixed, --expand, --group)) + semantic\n*/.fd-table{border-bottom-left-radius:var(--fdTable_Border_Radius);border-bottom-right-radius:var(--fdTable_Border_Radius);border-collapse:collapse;max-width:100%;width:100%}.fd-table,.fd-table__body,.fd-table__cell,.fd-table__footer,.fd-table__header,.fd-table__row,.fd-table__text{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;line-height:var(--sapContent_LineHeight);margin:0;padding:0}.fd-table:after,.fd-table:before,.fd-table__body:after,.fd-table__body:before,.fd-table__cell:after,.fd-table__cell:before,.fd-table__footer:after,.fd-table__footer:before,.fd-table__header:after,.fd-table__header:before,.fd-table__row:after,.fd-table__row:before,.fd-table__text:after,.fd-table__text:before{box-sizing:inherit;font-size:inherit}.fd-table__icon [class*=sap-icon],.fd-table__icon[class*=sap-icon]{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:inherit;border-radius:inherit;color:inherit;color:var(--sapContent_NonInteractiveIconColor);display:flex;font-size:inherit;font-size:var(--sapFontSmallSize);justify-content:center;line-height:1}.fd-table__icon--navigation [class*=sap-icon],.fd-table__icon--navigation[class*=sap-icon]{font-size:var(--sapFontSmallSize);height:100%;min-width:2rem;width:2rem}.fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last,.fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last{border-right:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor)}.fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last[dir=rtl],.fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last[dir=rtl],[dir=rtl] .fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last,[dir=rtl] .fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last{border-left:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__header{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-top:var(--fdTable_Header_Border_Top)}.fd-table__header .fd-table__row{border-bottom:var(--fdTable_Header_Border_Bottom)}.fd-table__header .fd-table__cell{background-color:var(--sapList_HeaderBackground);color:var(--sapList_HeaderTextColor);font-weight:var(--fdTable_Header_Cell_Font_Weight);height:2.75rem}.fd-table__header .fd-table__cell.is-hover,.fd-table__header .fd-table__cell:hover{background-color:var(--fdTable_Header_Cell_Hover_Background);color:var(--fdTable_Header_Cell_Hover_Active_Color)}.fd-table__header .fd-table__cell.is-active,.fd-table__header .fd-table__cell:active{background-color:var(--fdTable_Header_Cell_Active_Background);color:var(--fdTable_Header_Cell_Hover_Active_Color)}.fd-table__header .fd-table__cell--fixed{border-top:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);height:2.8125rem;margin-top:-.0625rem}.fd-table__text{overflow:hidden;text-overflow:ellipsis;text-shadow:var(--sapContent_TextShadow);white-space:nowrap;white-space:normal;word-break:break-word}.fd-table__text--no-wrap{white-space:nowrap}.fd-table__cell{border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);color:inherit;height:2.75rem;outline:none;padding:0 .5rem;text-align:left}.fd-table__cell--valid{color:var(--sapSuccessColor)}.fd-table__cell--warning{color:var(--sapWarningColor)}.fd-table__cell--error{color:var(--sapErrorColor)}.fd-table__cell--information{color:var(--sapInformationColor)}.fd-table__cell--no-data{text-align:center}.fd-table__cell--mock{padding:0;width:auto}.fd-table__cell--checkbox{margin:0;padding:0;vertical-align:baseline;width:2.75rem}.fd-table__cell--fit-content{white-space:nowrap;width:.5rem;word-break:keep-all}.fd-table__cell--no-padding{margin:0;padding:0}.fd-table__cell--fixed{align-items:center;background-color:inherit;border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:none;display:flex;left:0;position:absolute}.fd-table__cell--fixed[dir=rtl],[dir=rtl] .fd-table__cell--fixed{border-left:none;border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);left:auto;right:0}.fd-table__cell--status-indicator{padding:0;width:.375rem}.fd-table__cell--status-indicator--valid{background-color:var(--sapSuccessBorderColor)}.fd-table__cell--status-indicator--warning{background-color:var(--sapWarningBorderColor)}.fd-table__cell--status-indicator--error{background-color:var(--sapErrorBorderColor)}.fd-table__cell--status-indicator--information{background-color:var(--sapInformationBorderColor)}.fd-table__cell--navigated{box-shadow:inset -.1875rem 0 var(--sapSelectedColor)}.fd-table__cell--navigated[dir=rtl],[dir=rtl] .fd-table__cell--navigated{box-shadow:inset .1875rem 0 var(--sapSelectedColor)}.fd-table__cell:first-child{margin-left:0;padding-left:1rem}.fd-table__cell:first-child.fd-table__cell--checkbox,.fd-table__cell:first-child.fd-table__cell--status-indicator{padding:0}.fd-table__cell:first-child[dir=rtl],[dir=rtl] .fd-table__cell:first-child{padding-left:.5rem;padding-right:1rem}.fd-table__cell:first-child[dir=rtl].fd-table__cell--checkbox,.fd-table__cell:first-child[dir=rtl].fd-table__cell--status-indicator,[dir=rtl] .fd-table__cell:first-child.fd-table__cell--checkbox,[dir=rtl] .fd-table__cell:first-child.fd-table__cell--status-indicator{padding:0}.fd-table__body{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__body,.fd-table__body .fd-table__cell{border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__body .fd-table__cell--no-vertical-border{border-bottom-color:transparent}.fd-table__body .fd-table__cell--no-horizontal-border{border-right-color:transparent}.fd-table__body .fd-table__row{background-color:var(--sapList_Background);border-left:none;border-right:none}.fd-table__body .fd-table__row.is-selected,.fd-table__body .fd-table__row[aria-selected=true]{background-color:var(--sapList_SelectionBackgroundColor)}.fd-table__body .fd-table__row.is-selected .fd-table__cell,.fd-table__body .fd-table__row[aria-selected=true] .fd-table__cell{border-bottom-color:var(--sapList_SelectionBorderColor)}.fd-table__body .fd-table__row.is-selected.is-hover,.fd-table__body .fd-table__row.is-selected:hover,.fd-table__body .fd-table__row[aria-selected=true].is-hover,.fd-table__body .fd-table__row[aria-selected=true]:hover{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table__body .fd-table__row--activable.is-selected.is-active,.fd-table__body .fd-table__row--activable.is-selected:active,.fd-table__body .fd-table__row--activable[aria-selected=true].is-active,.fd-table__body .fd-table__row--activable[aria-selected=true]:active{background-color:var(--sapList_Active_Background)}.fd-table__body .fd-table__row--activable.is-selected.is-activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable.is-selected.is-activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable.is-selected:activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable.is-selected:activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable[aria-selected=true].is-activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable[aria-selected=true].is-activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable[aria-selected=true]:activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable[aria-selected=true]:activefd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__body .fd-table__row:not(:first-of-type) .fd-table__cell--fixed{margin-top:.03125rem}.fd-table__cell--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__cell--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator):hover{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table__cell--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__cell--hoverable.is-hover,.fd-table__cell--hoverable:hover,.fd-table__row--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable.is-hover,.fd-table__row--hoverable:hover{background-color:var(--sapList_Hover_Background);color:var(--fdTable_Hover_Down_Color)}.fd-table__cell--activable,.fd-table__row--activable{cursor:pointer}.fd-table__cell--activable.is-focus,.fd-table__cell--activable:focus,.fd-table__row--activable.is-focus,.fd-table__row--activable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-active *,.fd-table__cell--activable:active *,.fd-table__row--activable.is-active *,.fd-table__row--activable:active *{color:var(--sapList_Active_TextColor)!important}.fd-table__cell--activable.is-active.is-focus,.fd-table__cell--activable.is-active:focus,.fd-table__cell--activable:active.is-focus,.fd-table__cell--activable:active:focus,.fd-table__row--activable.is-active.is-focus,.fd-table__row--activable.is-active:focus,.fd-table__row--activable:active.is-focus,.fd-table__row--activable:active:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-active,.fd-table__cell--activable:active,.fd-table__row--activable.is-active,.fd-table__row--activable:active{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table__cell--activable.is-active .fd-table__cell,.fd-table__cell--activable:active .fd-table__cell,.fd-table__row--activable.is-active .fd-table__cell,.fd-table__row--activable:active .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table__cell--activable.is-active .fd-table__cell.is-hover,.fd-table__cell--activable.is-active .fd-table__cell:hover,.fd-table__cell--activable:active .fd-table__cell.is-hover,.fd-table__cell--activable:active .fd-table__cell:hover,.fd-table__row--activable.is-active .fd-table__cell.is-hover,.fd-table__row--activable.is-active .fd-table__cell:hover,.fd-table__row--activable:active .fd-table__cell.is-hover,.fd-table__row--activable:active .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table__cell--activable.is-active .fd-table__text,.fd-table__cell--activable:active .fd-table__text,.fd-table__row--activable.is-active .fd-table__text,.fd-table__row--activable:active .fd-table__text{text-shadow:none}.fd-table__cell--activable.is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable:active .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table__cell--activable.is-active .fd-form-label,.fd-table__cell--activable.is-active .fd-link,.fd-table__cell--activable.is-active .fd-object-status,.fd-table__cell--activable:active .fd-form-label,.fd-table__cell--activable:active .fd-link,.fd-table__cell--activable:active .fd-object-status,.fd-table__row--activable.is-active .fd-form-label,.fd-table__row--activable.is-active .fd-link,.fd-table__row--activable.is-active .fd-object-status,.fd-table__row--activable:active .fd-form-label,.fd-table__row--activable:active .fd-link,.fd-table__row--activable:active .fd-object-status{color:inherit}.fd-table__cell--activable.is-active--focusable.is-focus,.fd-table__cell--activable.is-active--focusable:focus,.fd-table__cell--activable:active--focusable.is-focus,.fd-table__cell--activable:active--focusable:focus,.fd-table__row--activable.is-active--focusable.is-focus,.fd-table__row--activable.is-active--focusable:focus,.fd-table__row--activable:active--focusable.is-focus,.fd-table__row--activable:active--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-selected,.fd-table__cell--activable[aria-selected=true],.fd-table__row--activable.is-selected,.fd-table__row--activable[aria-selected=true]{cursor:pointer}.fd-table__cell--activable.is-selected.is-active,.fd-table__cell--activable.is-selected:active,.fd-table__cell--activable[aria-selected=true].is-active,.fd-table__cell--activable[aria-selected=true]:active,.fd-table__row--activable.is-selected.is-active,.fd-table__row--activable.is-selected:active,.fd-table__row--activable[aria-selected=true].is-active,.fd-table__row--activable[aria-selected=true]:active{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table__cell--activable.is-selected.is-active .fd-table__cell,.fd-table__cell--activable.is-selected:active .fd-table__cell,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell,.fd-table__row--activable.is-selected.is-active .fd-table__cell,.fd-table__row--activable.is-selected:active .fd-table__cell,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table__cell--activable.is-selected.is-active .fd-table__cell.is-hover,.fd-table__cell--activable.is-selected.is-active .fd-table__cell:hover,.fd-table__cell--activable.is-selected:active .fd-table__cell.is-hover,.fd-table__cell--activable.is-selected:active .fd-table__cell:hover,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell.is-hover,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell:hover,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell.is-hover,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell:hover,.fd-table__row--activable.is-selected.is-active .fd-table__cell.is-hover,.fd-table__row--activable.is-selected.is-active .fd-table__cell:hover,.fd-table__row--activable.is-selected:active .fd-table__cell.is-hover,.fd-table__row--activable.is-selected:active .fd-table__cell:hover,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell.is-hover,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell:hover,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell.is-hover,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table__cell--activable.is-selected.is-active .fd-table__text,.fd-table__cell--activable.is-selected:active .fd-table__text,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__text,.fd-table__cell--activable[aria-selected=true]:active .fd-table__text,.fd-table__row--activable.is-selected.is-active .fd-table__text,.fd-table__row--activable.is-selected:active .fd-table__text,.fd-table__row--activable[aria-selected=true].is-active .fd-table__text,.fd-table__row--activable[aria-selected=true]:active .fd-table__text{text-shadow:none}.fd-table__cell--activable.is-selected.is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-selected.is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable.is-selected:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-selected:active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable[aria-selected=true].is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable[aria-selected=true].is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable[aria-selected=true]:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable[aria-selected=true]:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-selected.is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-selected.is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-selected:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-selected:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable[aria-selected=true].is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable[aria-selected=true].is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable[aria-selected=true]:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable[aria-selected=true]:active .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table__cell--activable.is-selected.is-active .fd-form-label,.fd-table__cell--activable.is-selected.is-active .fd-link,.fd-table__cell--activable.is-selected.is-active .fd-object-status,.fd-table__cell--activable.is-selected:active .fd-form-label,.fd-table__cell--activable.is-selected:active .fd-link,.fd-table__cell--activable.is-selected:active .fd-object-status,.fd-table__cell--activable[aria-selected=true].is-active .fd-form-label,.fd-table__cell--activable[aria-selected=true].is-active .fd-link,.fd-table__cell--activable[aria-selected=true].is-active .fd-object-status,.fd-table__cell--activable[aria-selected=true]:active .fd-form-label,.fd-table__cell--activable[aria-selected=true]:active .fd-link,.fd-table__cell--activable[aria-selected=true]:active .fd-object-status,.fd-table__row--activable.is-selected.is-active .fd-form-label,.fd-table__row--activable.is-selected.is-active .fd-link,.fd-table__row--activable.is-selected.is-active .fd-object-status,.fd-table__row--activable.is-selected:active .fd-form-label,.fd-table__row--activable.is-selected:active .fd-link,.fd-table__row--activable.is-selected:active .fd-object-status,.fd-table__row--activable[aria-selected=true].is-active .fd-form-label,.fd-table__row--activable[aria-selected=true].is-active .fd-link,.fd-table__row--activable[aria-selected=true].is-active .fd-object-status,.fd-table__row--activable[aria-selected=true]:active .fd-form-label,.fd-table__row--activable[aria-selected=true]:active .fd-link,.fd-table__row--activable[aria-selected=true]:active .fd-object-status{color:inherit}.fd-table__cell--activable.is-selected.is-active--focusable.is-focus,.fd-table__cell--activable.is-selected.is-active--focusable:focus,.fd-table__cell--activable.is-selected:active--focusable.is-focus,.fd-table__cell--activable.is-selected:active--focusable:focus,.fd-table__cell--activable[aria-selected=true].is-active--focusable.is-focus,.fd-table__cell--activable[aria-selected=true].is-active--focusable:focus,.fd-table__cell--activable[aria-selected=true]:active--focusable.is-focus,.fd-table__cell--activable[aria-selected=true]:active--focusable:focus,.fd-table__row--activable.is-selected.is-active--focusable.is-focus,.fd-table__row--activable.is-selected.is-active--focusable:focus,.fd-table__row--activable.is-selected:active--focusable.is-focus,.fd-table__row--activable.is-selected:active--focusable:focus,.fd-table__row--activable[aria-selected=true].is-active--focusable.is-focus,.fd-table__row--activable[aria-selected=true].is-active--focusable:focus,.fd-table__row--activable[aria-selected=true]:active--focusable.is-focus,.fd-table__row--activable[aria-selected=true]:active--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--focusable.is-focus,.fd-table__cell--focusable:focus,.fd-table__row--focusable.is-focus,.fd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__footer{background-color:var(--sapList_Background)}.fd-table__footer .fd-table__row{border-top:.125rem solid var(--sapList_TableFooterBorder);vertical-align:middle}.fd-table__footer .fd-table__cell{border-right:none;font-weight:700}.fd-table__inner{-webkit-box-sizing:border-box;-webkit-box-pack:justify;-ms-flex-pack:justify;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;justify-content:space-between;line-height:var(--sapContent_LineHeight);margin:0;padding:0;width:100%}.fd-table__inner:after,.fd-table__inner:before{box-sizing:inherit;font-size:inherit}.fd-table__column-header-icons{display:flex}.fd-table__column-header-icons .fd-table__icon:not(:last-child){margin-right:.25rem}.fd-table__column-header-icons[dir=rtl] .fd-table__icon,[dir=rtl] .fd-table__column-header-icons .fd-table__icon{margin-right:0}.fd-table__column-header-icons[dir=rtl] .fd-table__icon:not(:last-child),[dir=rtl] .fd-table__column-header-icons .fd-table__icon:not(:last-child){margin-left:.25rem}.fd-table__caption{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fd-table__item--clickable{cursor:pointer}.fd-table__popover.fd-popover{color:inherit;display:block;height:100%}.fd-table__popover.fd-popover .fd-popover__control{align-items:center;color:inherit;display:flex;height:100%;width:100%}.fd-table--fixed{overflow-x:scroll;scrollbar-color:var(--fdScrollbar_Thumb_Color) var(--fdScrollbar_Track_Color)}.fd-table--fixed.is-focus,.fd-table--fixed:focus{outline:none;z-index:5}.fd-table--fixed::-webkit-scrollbar{height:var(--fdScrollbar_Dimension);width:var(--fdScrollbar_Dimension)}.fd-table--fixed::-webkit-scrollbar-corner,.fd-table--fixed::-webkit-scrollbar-track{background-color:var(--fdScrollbar_Track_Color)}.fd-table--fixed::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color);background-color:transparent;border:var(--fdScrollbar_Thumb_Offset) solid transparent;border-radius:calc(var(--fdScrollbar_Thumb_Border_Radius) - var(--fdScrollbar_Thumb_Offset));box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color)}.fd-table--fixed::-webkit-scrollbar-thumb:active,.fd-table--fixed::-webkit-scrollbar-thumb:hover{box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Hover_Color)}.fd-table--fixed .fd-table__body,.fd-table--fixed .fd-table__header{border-left:none}.fd-table--fixed .fd-table__body[dir=rtl],.fd-table--fixed .fd-table__header[dir=rtl],[dir=rtl] .fd-table--fixed .fd-table__body,[dir=rtl] .fd-table--fixed .fd-table__header{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:none}.fd-table--pop-in .fd-table__text{color:inherit;margin-bottom:.5rem}.fd-table--pop-in .fd-table__text--title{font-weight:700}.fd-table--pop-in .fd-table__text:last-child{margin-bottom:0}.fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell{padding-left:0}.fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell[dir=rtl],[dir=rtl] .fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell{padding-left:.5rem;padding-right:0}.fd-table--pop-in .fd-table__body .fd-table__cell{height:auto}.fd-table--pop-in .fd-table__row--main{border:none}.fd-table--pop-in .fd-table__row--main .fd-table__cell{padding-bottom:.25rem;padding-top:.25rem}.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable.is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable:hover+.fd-table__row--secondary{background-color:var(--sapList_Hover_Background)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell.is-hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell:hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell.is-hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__text,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__text{text-shadow:none}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__icon [class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__icon[class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__icon [class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-form-label,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-link,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-object-status,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-form-label,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-link,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-object-status{color:inherit}.fd-table--pop-in .fd-table__row--main.is-selected.is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.is-selected:hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main[aria-selected=true].is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main[aria-selected=true]:hover+.fd-table__row--secondary{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table--pop-in .fd-table__row--secondary{background-color:var(--sapList_Background);border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table--pop-in .fd-table__row--secondary.is-hover,.fd-table--pop-in .fd-table__row--secondary:hover{background-color:var(--sapList_Background)}.fd-table--pop-in .fd-table__row--secondary .fd-table__cell{padding-bottom:.5rem;padding-top:.5rem}.fd-table--pop-in .fd-table__row--secondary.is-selected .fd-table__cell,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true] .fd-table__cell{border-bottom:var(--sapList_BorderWidth) solid var(--sapList_SelectionBorderColor)}.fd-table--pop-in .fd-table__row--secondary.is-selected.is-hover,.fd-table--pop-in .fd-table__row--secondary.is-selected:hover,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true].is-hover,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true]:hover{background-color:var(--sapList_SelectionBackgroundColor)}.fd-table--no-vertical-borders .fd-table__row .fd-table__cell,.fd-table__body--no-vertical-borders .fd-table__row .fd-table__cell,.fd-table__header--no-vertical-borders .fd-table__row .fd-table__cell{border-bottom:none}.fd-table--no-horizontal-borders .fd-table__row .fd-table__cell,.fd-table__body--no-horizontal-borders .fd-table__row .fd-table__cell,.fd-table__header--no-horizontal-borders .fd-table__row .fd-table__cell{border-right:none}.fd-table--responsive .fd-table__body,.fd-table--responsive .fd-table__header{border:none}.fd-table--responsive .fd-table__row:last-child{margin-bottom:0;margin-right:0}.fd-table--responsive .fd-table__row:last-child .fd-table__cell{border-bottom:none}.fd-table--compact .fd-table__body .fd-table__cell,.fd-table--compact .fd-table__footer .fd-table__cell,.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{height:2rem}.fd-table--condensed .fd-table__body .fd-table__cell,.fd-table--condensed .fd-table__footer .fd-table__cell{height:1.5rem}.fd-table--condensed .fd-table__body .fd-table__cell--checkbox .fd-table__checkbox-label,.fd-table--condensed .fd-table__footer .fd-table__cell--checkbox .fd-table__checkbox-label{margin-top:-.25rem;position:absolute}.fd-table--condensed .fd-table__body .fd-table__cell--focusable.is-focus,.fd-table--condensed .fd-table__body .fd-table__cell--focusable:focus,.fd-table--condensed .fd-table__body .fd-table__row--focusable.is-focus,.fd-table--condensed .fd-table__body .fd-table__row--focusable:focus,.fd-table--condensed .fd-table__footer .fd-table__cell--focusable.is-focus,.fd-table--condensed .fd-table__footer .fd-table__cell--focusable:focus,.fd-table--condensed .fd-table__footer .fd-table__row--focusable.is-focus,.fd-table--condensed .fd-table__footer .fd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:var(--fdTable_Condensed_Focus_Outline_Offset);outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{height:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:2rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:3.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:3.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:11.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:11.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:12.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:12.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:12.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:12.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:13.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:13.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:0}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:2.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:3.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:3.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:3.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{width:2rem}.fd-table--compact .fd-table__header .fd-table__cell,.fd-table--condensed .fd-table__header .fd-table__cell{height:2rem}.fd-table--compact .fd-table__header .fd-table__cell--fixed,.fd-table--condensed .fd-table__header .fd-table__cell--fixed{height:2.0625rem}.fd-table--compact .fd-table__cell--checkbox,.fd-table--condensed .fd-table__cell--checkbox{width:2rem}.fd-table--group .fd-table__body .fd-table__cell--group{background-color:var(--fdTable_Group_Header_Background);border-bottom-color:var(--fdTable_Group_Header_Border_Color);border-top-color:var(--fdTable_Group_Header_Border_Color);font-weight:var(--fdTable_Header_Cell_Font_Weight)}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:2.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:4.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:5.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:6.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:6.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:7.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:7.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:8.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:8.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:9.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:9.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:10.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:10.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:11.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:11.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:11.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:12.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:12.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:12.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:12.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:13.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:13.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:13.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:13.75rem}.fd-table--group .fd-table__body .fd-table__cell--expand,.fd-table--tree .fd-table__body .fd-table__cell--expand{cursor:pointer;white-space:nowrap}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:0}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:1.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:2rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:3rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:3rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:3.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:4rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:4rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:4.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:5.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:6rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:6rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:6.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:7rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:7rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:7.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:8rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:8rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:8.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:9rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:9rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:9.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:10rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:10rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:10.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:11rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:11rem}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;color:var(--sapContent_IconColor);display:inline-flex;font-size:var(--sapFontSmallSize);height:2.75rem;justify-content:center;width:2.75rem}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand:before{content:\"\\e066\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl]:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl]:before,[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell .fd-table__expand:before,[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand:before{content:\"\\e067\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl].fd-table__expand--open:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl].fd-table__expand--open:before,[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell .fd-table__expand.fd-table__expand--open:before,[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand.fd-table__expand--open:before{content:\"\\e1e2\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand--open:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand--open:before{content:\"\\e1e2\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--no-outer-border{border:hidden}.fd-table--hidden{display:none}.fd-table[dir=rtl] .fd-table__cell,[dir=rtl] .fd-table .fd-table__cell{text-align:right}.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__popover--custom{width:100%}.fd-table__cell--checkbox .fd-checkbox__label{margin:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
755
|
+
TableWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.3", type: TableWrapperComponent, selector: "fd-table-wrapper", providers: [contentDensityObserverProviders(FdTableContentDensityProviderParams)], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, styles: ["/*!\n * Fundamental Library Styles v0.26.0-rc.27\n * Copyright (c) 2022 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.fd-table(--compact, --condensed, --no-horizontal-borders, --no-vertical-borders, --fixed, --hidden, --tree, --group)\n thead(.fd-table__header(--no-horizontal-borders, --no-vertical-borders))\n tbody(.fd-table__body(--no-horizontal-borders, --no-vertical-borders))\n tfoot(.fd-table__footer)\n tr(.fd-table__row)([aria-selected])\n td(.fd-table__cell(--status-indicator, --checkbox, --fit-content, --fixed, --expand, --group)) + semantic\n*/.fd-table{border-bottom-left-radius:var(--fdTable_Border_Radius);border-bottom-right-radius:var(--fdTable_Border_Radius);border-collapse:collapse;max-width:100%;width:100%}.fd-table,.fd-table__body,.fd-table__cell,.fd-table__footer,.fd-table__header,.fd-table__row,.fd-table__text{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;line-height:var(--sapContent_LineHeight);margin:0;padding:0}.fd-table:after,.fd-table:before,.fd-table__body:after,.fd-table__body:before,.fd-table__cell:after,.fd-table__cell:before,.fd-table__footer:after,.fd-table__footer:before,.fd-table__header:after,.fd-table__header:before,.fd-table__row:after,.fd-table__row:before,.fd-table__text:after,.fd-table__text:before{box-sizing:inherit;font-size:inherit}.fd-table__icon [class*=sap-icon],.fd-table__icon[class*=sap-icon]{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:inherit;border-radius:inherit;color:inherit;color:var(--sapContent_NonInteractiveIconColor);display:flex;font-size:inherit;font-size:var(--sapFontSmallSize);justify-content:center;line-height:1}.fd-table__icon--navigation [class*=sap-icon],.fd-table__icon--navigation[class*=sap-icon]{font-size:var(--sapFontSmallSize);height:100%;min-width:2rem;width:2rem}.fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last,.fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last{border-right:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor)}.fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last[dir=rtl],.fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last[dir=rtl],[dir=rtl] .fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last,[dir=rtl] .fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last{border-left:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__header{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-top:var(--fdTable_Header_Border_Top)}.fd-table__header .fd-table__row{border-bottom:var(--fdTable_Header_Border_Bottom)}.fd-table__header .fd-table__cell{background-color:var(--sapList_HeaderBackground);color:var(--sapList_HeaderTextColor);font-weight:var(--fdTable_Header_Cell_Font_Weight);height:2.75rem}.fd-table__header .fd-table__cell.is-hover,.fd-table__header .fd-table__cell:hover{background-color:var(--fdTable_Header_Cell_Hover_Background);color:var(--fdTable_Header_Cell_Hover_Active_Color)}.fd-table__header .fd-table__cell.is-active,.fd-table__header .fd-table__cell:active{background-color:var(--fdTable_Header_Cell_Active_Background);color:var(--fdTable_Header_Cell_Hover_Active_Color)}.fd-table__header .fd-table__cell--fixed{border-top:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);height:2.8125rem;margin-top:-.0625rem}.fd-table__text{overflow:hidden;text-overflow:ellipsis;text-shadow:var(--sapContent_TextShadow);white-space:nowrap;white-space:normal;word-break:break-word}.fd-table__text--no-wrap{white-space:nowrap}.fd-table__cell{border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);color:inherit;height:2.75rem;outline:none;padding:0 .5rem;text-align:left}.fd-table__cell--valid{color:var(--sapSuccessColor)}.fd-table__cell--warning{color:var(--sapWarningColor)}.fd-table__cell--error{color:var(--sapErrorColor)}.fd-table__cell--information{color:var(--sapInformationColor)}.fd-table__cell--no-data{text-align:center}.fd-table__cell--mock{padding:0;width:auto}.fd-table__cell--checkbox{margin:0;padding:0;vertical-align:baseline;width:2.75rem}.fd-table__cell--fit-content{white-space:nowrap;width:.5rem;word-break:keep-all}.fd-table__cell--no-padding{margin:0;padding:0}.fd-table__cell--fixed{align-items:center;background-color:inherit;border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:none;display:flex;left:0;position:absolute}.fd-table__cell--fixed[dir=rtl],[dir=rtl] .fd-table__cell--fixed{border-left:none;border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);left:auto;right:0}.fd-table__cell--status-indicator{padding:0;width:.375rem}.fd-table__cell--status-indicator--valid{background-color:var(--sapSuccessBorderColor)}.fd-table__cell--status-indicator--warning{background-color:var(--sapWarningBorderColor)}.fd-table__cell--status-indicator--error{background-color:var(--sapErrorBorderColor)}.fd-table__cell--status-indicator--information{background-color:var(--sapInformationBorderColor)}.fd-table__cell--navigated{box-shadow:inset -.1875rem 0 var(--sapSelectedColor)}.fd-table__cell--navigated[dir=rtl],[dir=rtl] .fd-table__cell--navigated{box-shadow:inset .1875rem 0 var(--sapSelectedColor)}.fd-table__cell:first-child{margin-left:0;padding-left:1rem}.fd-table__cell:first-child.fd-table__cell--checkbox,.fd-table__cell:first-child.fd-table__cell--status-indicator{padding:0}.fd-table__cell:first-child[dir=rtl],[dir=rtl] .fd-table__cell:first-child{padding-left:.5rem;padding-right:1rem}.fd-table__cell:first-child[dir=rtl].fd-table__cell--checkbox,.fd-table__cell:first-child[dir=rtl].fd-table__cell--status-indicator,[dir=rtl] .fd-table__cell:first-child.fd-table__cell--checkbox,[dir=rtl] .fd-table__cell:first-child.fd-table__cell--status-indicator{padding:0}.fd-table__body{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__body,.fd-table__body .fd-table__cell{border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__body .fd-table__cell--no-vertical-border{border-bottom-color:transparent}.fd-table__body .fd-table__cell--no-horizontal-border{border-right-color:transparent}.fd-table__body .fd-table__row{background-color:var(--sapList_Background);border-left:none;border-right:none}.fd-table__body .fd-table__row.is-selected,.fd-table__body .fd-table__row[aria-selected=true]{background-color:var(--sapList_SelectionBackgroundColor)}.fd-table__body .fd-table__row.is-selected .fd-table__cell,.fd-table__body .fd-table__row[aria-selected=true] .fd-table__cell{border-bottom-color:var(--sapList_SelectionBorderColor)}.fd-table__body .fd-table__row.is-selected.is-hover,.fd-table__body .fd-table__row.is-selected:hover,.fd-table__body .fd-table__row[aria-selected=true].is-hover,.fd-table__body .fd-table__row[aria-selected=true]:hover{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table__body .fd-table__row--activable.is-selected.is-active,.fd-table__body .fd-table__row--activable.is-selected:active,.fd-table__body .fd-table__row--activable[aria-selected=true].is-active,.fd-table__body .fd-table__row--activable[aria-selected=true]:active{background-color:var(--sapList_Active_Background)}.fd-table__body .fd-table__row--activable.is-selected.is-activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable.is-selected.is-activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable.is-selected:activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable.is-selected:activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable[aria-selected=true].is-activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable[aria-selected=true].is-activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable[aria-selected=true]:activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable[aria-selected=true]:activefd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__body .fd-table__row:not(:first-of-type) .fd-table__cell--fixed{margin-top:.03125rem}.fd-table__cell--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__cell--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator):hover{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table__cell--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__cell--hoverable.is-hover,.fd-table__cell--hoverable:hover,.fd-table__row--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable.is-hover,.fd-table__row--hoverable:hover{background-color:var(--sapList_Hover_Background);color:var(--fdTable_Hover_Down_Color)}.fd-table__cell--activable,.fd-table__row--activable{cursor:pointer}.fd-table__cell--activable.is-focus,.fd-table__cell--activable:focus,.fd-table__row--activable.is-focus,.fd-table__row--activable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-active *,.fd-table__cell--activable:active *,.fd-table__row--activable.is-active *,.fd-table__row--activable:active *{color:var(--sapList_Active_TextColor)!important}.fd-table__cell--activable.is-active.is-focus,.fd-table__cell--activable.is-active:focus,.fd-table__cell--activable:active.is-focus,.fd-table__cell--activable:active:focus,.fd-table__row--activable.is-active.is-focus,.fd-table__row--activable.is-active:focus,.fd-table__row--activable:active.is-focus,.fd-table__row--activable:active:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-active,.fd-table__cell--activable:active,.fd-table__row--activable.is-active,.fd-table__row--activable:active{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table__cell--activable.is-active .fd-table__cell,.fd-table__cell--activable:active .fd-table__cell,.fd-table__row--activable.is-active .fd-table__cell,.fd-table__row--activable:active .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table__cell--activable.is-active .fd-table__cell.is-hover,.fd-table__cell--activable.is-active .fd-table__cell:hover,.fd-table__cell--activable:active .fd-table__cell.is-hover,.fd-table__cell--activable:active .fd-table__cell:hover,.fd-table__row--activable.is-active .fd-table__cell.is-hover,.fd-table__row--activable.is-active .fd-table__cell:hover,.fd-table__row--activable:active .fd-table__cell.is-hover,.fd-table__row--activable:active .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table__cell--activable.is-active .fd-table__text,.fd-table__cell--activable:active .fd-table__text,.fd-table__row--activable.is-active .fd-table__text,.fd-table__row--activable:active .fd-table__text{text-shadow:none}.fd-table__cell--activable.is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable:active .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table__cell--activable.is-active .fd-form-label,.fd-table__cell--activable.is-active .fd-link,.fd-table__cell--activable.is-active .fd-object-status,.fd-table__cell--activable:active .fd-form-label,.fd-table__cell--activable:active .fd-link,.fd-table__cell--activable:active .fd-object-status,.fd-table__row--activable.is-active .fd-form-label,.fd-table__row--activable.is-active .fd-link,.fd-table__row--activable.is-active .fd-object-status,.fd-table__row--activable:active .fd-form-label,.fd-table__row--activable:active .fd-link,.fd-table__row--activable:active .fd-object-status{color:inherit}.fd-table__cell--activable.is-active--focusable.is-focus,.fd-table__cell--activable.is-active--focusable:focus,.fd-table__cell--activable:active--focusable.is-focus,.fd-table__cell--activable:active--focusable:focus,.fd-table__row--activable.is-active--focusable.is-focus,.fd-table__row--activable.is-active--focusable:focus,.fd-table__row--activable:active--focusable.is-focus,.fd-table__row--activable:active--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-selected,.fd-table__cell--activable[aria-selected=true],.fd-table__row--activable.is-selected,.fd-table__row--activable[aria-selected=true]{cursor:pointer}.fd-table__cell--activable.is-selected.is-active,.fd-table__cell--activable.is-selected:active,.fd-table__cell--activable[aria-selected=true].is-active,.fd-table__cell--activable[aria-selected=true]:active,.fd-table__row--activable.is-selected.is-active,.fd-table__row--activable.is-selected:active,.fd-table__row--activable[aria-selected=true].is-active,.fd-table__row--activable[aria-selected=true]:active{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table__cell--activable.is-selected.is-active .fd-table__cell,.fd-table__cell--activable.is-selected:active .fd-table__cell,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell,.fd-table__row--activable.is-selected.is-active .fd-table__cell,.fd-table__row--activable.is-selected:active .fd-table__cell,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table__cell--activable.is-selected.is-active .fd-table__cell.is-hover,.fd-table__cell--activable.is-selected.is-active .fd-table__cell:hover,.fd-table__cell--activable.is-selected:active .fd-table__cell.is-hover,.fd-table__cell--activable.is-selected:active .fd-table__cell:hover,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell.is-hover,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell:hover,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell.is-hover,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell:hover,.fd-table__row--activable.is-selected.is-active .fd-table__cell.is-hover,.fd-table__row--activable.is-selected.is-active .fd-table__cell:hover,.fd-table__row--activable.is-selected:active .fd-table__cell.is-hover,.fd-table__row--activable.is-selected:active .fd-table__cell:hover,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell.is-hover,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell:hover,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell.is-hover,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table__cell--activable.is-selected.is-active .fd-table__text,.fd-table__cell--activable.is-selected:active .fd-table__text,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__text,.fd-table__cell--activable[aria-selected=true]:active .fd-table__text,.fd-table__row--activable.is-selected.is-active .fd-table__text,.fd-table__row--activable.is-selected:active .fd-table__text,.fd-table__row--activable[aria-selected=true].is-active .fd-table__text,.fd-table__row--activable[aria-selected=true]:active .fd-table__text{text-shadow:none}.fd-table__cell--activable.is-selected.is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-selected.is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable.is-selected:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-selected:active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable[aria-selected=true].is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable[aria-selected=true].is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable[aria-selected=true]:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable[aria-selected=true]:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-selected.is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-selected.is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-selected:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-selected:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable[aria-selected=true].is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable[aria-selected=true].is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable[aria-selected=true]:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable[aria-selected=true]:active .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table__cell--activable.is-selected.is-active .fd-form-label,.fd-table__cell--activable.is-selected.is-active .fd-link,.fd-table__cell--activable.is-selected.is-active .fd-object-status,.fd-table__cell--activable.is-selected:active .fd-form-label,.fd-table__cell--activable.is-selected:active .fd-link,.fd-table__cell--activable.is-selected:active .fd-object-status,.fd-table__cell--activable[aria-selected=true].is-active .fd-form-label,.fd-table__cell--activable[aria-selected=true].is-active .fd-link,.fd-table__cell--activable[aria-selected=true].is-active .fd-object-status,.fd-table__cell--activable[aria-selected=true]:active .fd-form-label,.fd-table__cell--activable[aria-selected=true]:active .fd-link,.fd-table__cell--activable[aria-selected=true]:active .fd-object-status,.fd-table__row--activable.is-selected.is-active .fd-form-label,.fd-table__row--activable.is-selected.is-active .fd-link,.fd-table__row--activable.is-selected.is-active .fd-object-status,.fd-table__row--activable.is-selected:active .fd-form-label,.fd-table__row--activable.is-selected:active .fd-link,.fd-table__row--activable.is-selected:active .fd-object-status,.fd-table__row--activable[aria-selected=true].is-active .fd-form-label,.fd-table__row--activable[aria-selected=true].is-active .fd-link,.fd-table__row--activable[aria-selected=true].is-active .fd-object-status,.fd-table__row--activable[aria-selected=true]:active .fd-form-label,.fd-table__row--activable[aria-selected=true]:active .fd-link,.fd-table__row--activable[aria-selected=true]:active .fd-object-status{color:inherit}.fd-table__cell--activable.is-selected.is-active--focusable.is-focus,.fd-table__cell--activable.is-selected.is-active--focusable:focus,.fd-table__cell--activable.is-selected:active--focusable.is-focus,.fd-table__cell--activable.is-selected:active--focusable:focus,.fd-table__cell--activable[aria-selected=true].is-active--focusable.is-focus,.fd-table__cell--activable[aria-selected=true].is-active--focusable:focus,.fd-table__cell--activable[aria-selected=true]:active--focusable.is-focus,.fd-table__cell--activable[aria-selected=true]:active--focusable:focus,.fd-table__row--activable.is-selected.is-active--focusable.is-focus,.fd-table__row--activable.is-selected.is-active--focusable:focus,.fd-table__row--activable.is-selected:active--focusable.is-focus,.fd-table__row--activable.is-selected:active--focusable:focus,.fd-table__row--activable[aria-selected=true].is-active--focusable.is-focus,.fd-table__row--activable[aria-selected=true].is-active--focusable:focus,.fd-table__row--activable[aria-selected=true]:active--focusable.is-focus,.fd-table__row--activable[aria-selected=true]:active--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--focusable.is-focus,.fd-table__cell--focusable:focus,.fd-table__row--focusable.is-focus,.fd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__footer{background-color:var(--sapList_Background)}.fd-table__footer .fd-table__row{border-top:.125rem solid var(--sapList_TableFooterBorder);vertical-align:middle}.fd-table__footer .fd-table__cell{border-right:none;font-weight:700}.fd-table__inner{-webkit-box-sizing:border-box;-webkit-box-pack:justify;-ms-flex-pack:justify;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;justify-content:space-between;line-height:var(--sapContent_LineHeight);margin:0;padding:0;width:100%}.fd-table__inner:after,.fd-table__inner:before{box-sizing:inherit;font-size:inherit}.fd-table__column-header-icons{display:flex}.fd-table__column-header-icons .fd-table__icon:not(:last-child){margin-right:.25rem}.fd-table__column-header-icons[dir=rtl] .fd-table__icon,[dir=rtl] .fd-table__column-header-icons .fd-table__icon{margin-right:0}.fd-table__column-header-icons[dir=rtl] .fd-table__icon:not(:last-child),[dir=rtl] .fd-table__column-header-icons .fd-table__icon:not(:last-child){margin-left:.25rem}.fd-table__caption{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fd-table__item--clickable{cursor:pointer}.fd-table__popover.fd-popover{color:inherit;display:block;height:100%}.fd-table__popover.fd-popover .fd-popover__control{align-items:center;color:inherit;display:flex;height:100%;width:100%}.fd-table--fixed{overflow-x:scroll;scrollbar-color:var(--fdScrollbar_Thumb_Color) var(--fdScrollbar_Track_Color)}.fd-table--fixed.is-focus,.fd-table--fixed:focus{outline:none;z-index:5}.fd-table--fixed::-webkit-scrollbar{height:var(--fdScrollbar_Dimension);width:var(--fdScrollbar_Dimension)}.fd-table--fixed::-webkit-scrollbar-corner,.fd-table--fixed::-webkit-scrollbar-track{background-color:var(--fdScrollbar_Track_Color)}.fd-table--fixed::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color);background-color:transparent;border:var(--fdScrollbar_Thumb_Offset) solid transparent;border-radius:calc(var(--fdScrollbar_Thumb_Border_Radius) - var(--fdScrollbar_Thumb_Offset));box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color)}.fd-table--fixed::-webkit-scrollbar-thumb:active,.fd-table--fixed::-webkit-scrollbar-thumb:hover{box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Hover_Color)}.fd-table--fixed .fd-table__body,.fd-table--fixed .fd-table__header{border-left:none}.fd-table--fixed .fd-table__body[dir=rtl],.fd-table--fixed .fd-table__header[dir=rtl],[dir=rtl] .fd-table--fixed .fd-table__body,[dir=rtl] .fd-table--fixed .fd-table__header{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:none}.fd-table--pop-in .fd-table__text{color:inherit;margin-bottom:.5rem}.fd-table--pop-in .fd-table__text--title{font-weight:700}.fd-table--pop-in .fd-table__text:last-child{margin-bottom:0}.fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell{padding-left:0}.fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell[dir=rtl],[dir=rtl] .fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell{padding-left:.5rem;padding-right:0}.fd-table--pop-in .fd-table__body .fd-table__cell{height:auto}.fd-table--pop-in .fd-table__row--main{border:none}.fd-table--pop-in .fd-table__row--main .fd-table__cell{padding-bottom:.25rem;padding-top:.25rem}.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable.is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable:hover+.fd-table__row--secondary{background-color:var(--sapList_Hover_Background)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell.is-hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell:hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell.is-hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__text,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__text{text-shadow:none}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__icon [class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__icon[class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__icon [class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-form-label,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-link,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-object-status,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-form-label,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-link,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-object-status{color:inherit}.fd-table--pop-in .fd-table__row--main.is-selected.is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.is-selected:hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main[aria-selected=true].is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main[aria-selected=true]:hover+.fd-table__row--secondary{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table--pop-in .fd-table__row--secondary{background-color:var(--sapList_Background);border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table--pop-in .fd-table__row--secondary.is-hover,.fd-table--pop-in .fd-table__row--secondary:hover{background-color:var(--sapList_Background)}.fd-table--pop-in .fd-table__row--secondary .fd-table__cell{padding-bottom:.5rem;padding-top:.5rem}.fd-table--pop-in .fd-table__row--secondary.is-selected .fd-table__cell,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true] .fd-table__cell{border-bottom:var(--sapList_BorderWidth) solid var(--sapList_SelectionBorderColor)}.fd-table--pop-in .fd-table__row--secondary.is-selected.is-hover,.fd-table--pop-in .fd-table__row--secondary.is-selected:hover,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true].is-hover,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true]:hover{background-color:var(--sapList_SelectionBackgroundColor)}.fd-table--no-vertical-borders .fd-table__row .fd-table__cell,.fd-table__body--no-vertical-borders .fd-table__row .fd-table__cell,.fd-table__header--no-vertical-borders .fd-table__row .fd-table__cell{border-bottom:none}.fd-table--no-horizontal-borders .fd-table__row .fd-table__cell,.fd-table__body--no-horizontal-borders .fd-table__row .fd-table__cell,.fd-table__header--no-horizontal-borders .fd-table__row .fd-table__cell{border-right:none}.fd-table--responsive .fd-table__body,.fd-table--responsive .fd-table__header{border:none}.fd-table--responsive .fd-table__row:last-child{margin-bottom:0;margin-right:0}.fd-table--responsive .fd-table__row:last-child .fd-table__cell{border-bottom:none}.fd-table--compact .fd-table__body .fd-table__cell,.fd-table--compact .fd-table__footer .fd-table__cell,.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{height:2rem}.fd-table--condensed .fd-table__body .fd-table__cell,.fd-table--condensed .fd-table__footer .fd-table__cell{height:1.5rem}.fd-table--condensed .fd-table__body .fd-table__cell--checkbox .fd-table__checkbox-label,.fd-table--condensed .fd-table__footer .fd-table__cell--checkbox .fd-table__checkbox-label{margin-top:-.25rem;position:absolute}.fd-table--condensed .fd-table__body .fd-table__cell--focusable.is-focus,.fd-table--condensed .fd-table__body .fd-table__cell--focusable:focus,.fd-table--condensed .fd-table__body .fd-table__row--focusable.is-focus,.fd-table--condensed .fd-table__body .fd-table__row--focusable:focus,.fd-table--condensed .fd-table__footer .fd-table__cell--focusable.is-focus,.fd-table--condensed .fd-table__footer .fd-table__cell--focusable:focus,.fd-table--condensed .fd-table__footer .fd-table__row--focusable.is-focus,.fd-table--condensed .fd-table__footer .fd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:var(--fdTable_Condensed_Focus_Outline_Offset);outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{height:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:2rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:3.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:3.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:11.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:11.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:12.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:12.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:12.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:12.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:13.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:13.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:0}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:2.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:3.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:3.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:3.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{width:2rem}.fd-table--compact .fd-table__header .fd-table__cell,.fd-table--condensed .fd-table__header .fd-table__cell{height:2rem}.fd-table--compact .fd-table__header .fd-table__cell--fixed,.fd-table--condensed .fd-table__header .fd-table__cell--fixed{height:2.0625rem}.fd-table--compact .fd-table__cell--checkbox,.fd-table--condensed .fd-table__cell--checkbox{width:2rem}.fd-table--group .fd-table__body .fd-table__cell--group{background-color:var(--fdTable_Group_Header_Background);border-bottom-color:var(--fdTable_Group_Header_Border_Color);border-top-color:var(--fdTable_Group_Header_Border_Color);font-weight:var(--fdTable_Header_Cell_Font_Weight)}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:2.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:4.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:5.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:6.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:6.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:7.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:7.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:8.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:8.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:9.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:9.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:10.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:10.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:11.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:11.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:11.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:12.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:12.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:12.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:12.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:13.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:13.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:13.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:13.75rem}.fd-table--group .fd-table__body .fd-table__cell--expand,.fd-table--tree .fd-table__body .fd-table__cell--expand{cursor:pointer;white-space:nowrap}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:0}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:1.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:2rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:3rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:3rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:3.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:4rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:4rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:4.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:5.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:6rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:6rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:6.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:7rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:7rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:7.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:8rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:8rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:8.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:9rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:9rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:9.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:10rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:10rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:10.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:11rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:11rem}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;color:var(--sapContent_IconColor);display:inline-flex;font-size:var(--sapFontSmallSize);height:2.75rem;justify-content:center;width:2.75rem}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand:before{content:\"\\e066\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl]:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl]:before,[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell .fd-table__expand:before,[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand:before{content:\"\\e067\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl].fd-table__expand--open:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl].fd-table__expand--open:before,[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell .fd-table__expand.fd-table__expand--open:before,[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand.fd-table__expand--open:before{content:\"\\e1e2\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand--open:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand--open:before{content:\"\\e1e2\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--no-outer-border{border:hidden}.fd-table--hidden{display:none}.fd-table[dir=rtl] .fd-table__cell,[dir=rtl] .fd-table .fd-table__cell{text-align:right}.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__popover--custom{width:100%}.fd-table__cell--checkbox .fd-checkbox__label{margin:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
756
756
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: TableWrapperComponent, decorators: [{
|
|
757
757
|
type: Component,
|
|
758
|
-
args: [{ selector: 'fd-table-wrapper', template: `<ng-content></ng-content>`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [contentDensityObserverProviders(FdTableContentDensityProviderParams)], styles: ["/*!\n * Fundamental Library Styles v0.25.1-rc.16\n * Copyright (c) 2022 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.fd-table(--compact, --condensed, --no-horizontal-borders, --no-vertical-borders, --fixed, --hidden, --tree, --group)\n thead(.fd-table__header(--no-horizontal-borders, --no-vertical-borders))\n tbody(.fd-table__body(--no-horizontal-borders, --no-vertical-borders))\n tfoot(.fd-table__footer)\n tr(.fd-table__row)([aria-selected])\n td(.fd-table__cell(--status-indicator, --checkbox, --fit-content, --fixed, --expand, --group)) + semantic\n*/.fd-table{border-bottom-left-radius:var(--fdTable_Border_Radius);border-bottom-right-radius:var(--fdTable_Border_Radius);border-collapse:collapse;max-width:100%;width:100%}.fd-table,.fd-table__body,.fd-table__cell,.fd-table__footer,.fd-table__header,.fd-table__row,.fd-table__text{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;line-height:var(--sapContent_LineHeight);margin:0;padding:0}.fd-table:after,.fd-table:before,.fd-table__body:after,.fd-table__body:before,.fd-table__cell:after,.fd-table__cell:before,.fd-table__footer:after,.fd-table__footer:before,.fd-table__header:after,.fd-table__header:before,.fd-table__row:after,.fd-table__row:before,.fd-table__text:after,.fd-table__text:before{box-sizing:inherit;font-size:inherit}.fd-table__icon [class*=sap-icon],.fd-table__icon[class*=sap-icon]{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:inherit;border-radius:inherit;color:inherit;color:var(--sapContent_NonInteractiveIconColor);display:flex;font-size:inherit;font-size:var(--sapFontSmallSize);justify-content:center;line-height:1}.fd-table__icon--navigation [class*=sap-icon],.fd-table__icon--navigation[class*=sap-icon]{font-size:var(--sapFontSmallSize);height:100%;min-width:2rem;width:2rem}.fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last,.fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last{border-right:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor)}.fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last[dir=rtl],.fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last[dir=rtl],[dir=rtl] .fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last,[dir=rtl] .fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last{border-left:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__header{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-top:var(--fdTable_Header_Border_Top)}.fd-table__header .fd-table__row{border-bottom:var(--fdTable_Header_Border_Bottom)}.fd-table__header .fd-table__cell{background-color:var(--sapList_HeaderBackground);color:var(--sapList_HeaderTextColor);font-weight:var(--fdTable_Header_Cell_Font_Weight);height:2.75rem}.fd-table__header .fd-table__cell.is-hover,.fd-table__header .fd-table__cell:hover{background-color:var(--fdTable_Header_Cell_Hover_Background);color:var(--fdTable_Header_Cell_Hover_Active_Color)}.fd-table__header .fd-table__cell.is-active,.fd-table__header .fd-table__cell:active{background-color:var(--fdTable_Header_Cell_Active_Background);color:var(--fdTable_Header_Cell_Hover_Active_Color)}.fd-table__header .fd-table__cell--fixed{border-top:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);height:2.8125rem;margin-top:-.0625rem}.fd-table__text{overflow:hidden;text-overflow:ellipsis;text-shadow:var(--sapContent_TextShadow);white-space:nowrap;white-space:normal;word-break:break-word}.fd-table__text--no-wrap{white-space:nowrap}.fd-table__cell{border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);color:inherit;height:2.75rem;outline:none;padding:0 .5rem;text-align:left}.fd-table__cell--valid{color:var(--sapSuccessColor)}.fd-table__cell--warning{color:var(--sapWarningColor)}.fd-table__cell--error{color:var(--sapErrorColor)}.fd-table__cell--information{color:var(--sapInformationColor)}.fd-table__cell--no-data{text-align:center}.fd-table__cell--mock{padding:0;width:auto}.fd-table__cell--checkbox{margin:0;padding:0;vertical-align:baseline;width:2.75rem}.fd-table__cell--fit-content{white-space:nowrap;width:.5rem;word-break:keep-all}.fd-table__cell--no-padding{margin:0;padding:0}.fd-table__cell--fixed{align-items:center;background-color:inherit;border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:none;display:flex;left:0;position:absolute}.fd-table__cell--fixed[dir=rtl],[dir=rtl] .fd-table__cell--fixed{border-left:none;border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);left:auto;right:0}.fd-table__cell--status-indicator{padding:0;width:.375rem}.fd-table__cell--status-indicator--valid{background-color:var(--sapSuccessBorderColor)}.fd-table__cell--status-indicator--warning{background-color:var(--sapWarningBorderColor)}.fd-table__cell--status-indicator--error{background-color:var(--sapErrorBorderColor)}.fd-table__cell--status-indicator--information{background-color:var(--sapInformationBorderColor)}.fd-table__cell--navigated{box-shadow:inset -.1875rem 0 var(--sapSelectedColor)}.fd-table__cell--navigated[dir=rtl],[dir=rtl] .fd-table__cell--navigated{box-shadow:inset .1875rem 0 var(--sapSelectedColor)}.fd-table__cell:first-child{margin-left:0;padding-left:1rem}.fd-table__cell:first-child.fd-table__cell--checkbox,.fd-table__cell:first-child.fd-table__cell--status-indicator{padding:0}.fd-table__cell:first-child[dir=rtl],[dir=rtl] .fd-table__cell:first-child{padding-left:.5rem;padding-right:1rem}.fd-table__cell:first-child[dir=rtl].fd-table__cell--checkbox,.fd-table__cell:first-child[dir=rtl].fd-table__cell--status-indicator,[dir=rtl] .fd-table__cell:first-child.fd-table__cell--checkbox,[dir=rtl] .fd-table__cell:first-child.fd-table__cell--status-indicator{padding:0}.fd-table__body{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__body,.fd-table__body .fd-table__cell{border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__body .fd-table__cell--no-vertical-border{border-bottom-color:transparent}.fd-table__body .fd-table__cell--no-horizontal-border{border-right-color:transparent}.fd-table__body .fd-table__row{background-color:var(--sapList_Background);border-left:none;border-right:none}.fd-table__body .fd-table__row.is-selected,.fd-table__body .fd-table__row[aria-selected=true]{background-color:var(--sapList_SelectionBackgroundColor)}.fd-table__body .fd-table__row.is-selected .fd-table__cell,.fd-table__body .fd-table__row[aria-selected=true] .fd-table__cell{border-bottom-color:var(--sapList_SelectionBorderColor)}.fd-table__body .fd-table__row.is-selected.is-hover,.fd-table__body .fd-table__row.is-selected:hover,.fd-table__body .fd-table__row[aria-selected=true].is-hover,.fd-table__body .fd-table__row[aria-selected=true]:hover{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table__body .fd-table__row--activable.is-selected.is-active,.fd-table__body .fd-table__row--activable.is-selected:active,.fd-table__body .fd-table__row--activable[aria-selected=true].is-active,.fd-table__body .fd-table__row--activable[aria-selected=true]:active{background-color:var(--sapList_Active_Background)}.fd-table__body .fd-table__row--activable.is-selected.is-activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable.is-selected.is-activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable.is-selected:activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable.is-selected:activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable[aria-selected=true].is-activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable[aria-selected=true].is-activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable[aria-selected=true]:activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable[aria-selected=true]:activefd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__body .fd-table__row:not(:first-of-type) .fd-table__cell--fixed{margin-top:.03125rem}.fd-table__cell--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__cell--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator):hover{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table__cell--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__cell--hoverable.is-hover,.fd-table__cell--hoverable:hover,.fd-table__row--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable.is-hover,.fd-table__row--hoverable:hover{background-color:var(--sapList_Hover_Background);color:var(--fdTable_Hover_Down_Color)}.fd-table__cell--activable,.fd-table__row--activable{cursor:pointer}.fd-table__cell--activable.is-focus,.fd-table__cell--activable:focus,.fd-table__row--activable.is-focus,.fd-table__row--activable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-active *,.fd-table__cell--activable:active *,.fd-table__row--activable.is-active *,.fd-table__row--activable:active *{color:var(--sapList_Active_TextColor)!important}.fd-table__cell--activable.is-active.is-focus,.fd-table__cell--activable.is-active:focus,.fd-table__cell--activable:active.is-focus,.fd-table__cell--activable:active:focus,.fd-table__row--activable.is-active.is-focus,.fd-table__row--activable.is-active:focus,.fd-table__row--activable:active.is-focus,.fd-table__row--activable:active:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-active,.fd-table__cell--activable:active,.fd-table__row--activable.is-active,.fd-table__row--activable:active{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table__cell--activable.is-active .fd-table__cell,.fd-table__cell--activable:active .fd-table__cell,.fd-table__row--activable.is-active .fd-table__cell,.fd-table__row--activable:active .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table__cell--activable.is-active .fd-table__cell.is-hover,.fd-table__cell--activable.is-active .fd-table__cell:hover,.fd-table__cell--activable:active .fd-table__cell.is-hover,.fd-table__cell--activable:active .fd-table__cell:hover,.fd-table__row--activable.is-active .fd-table__cell.is-hover,.fd-table__row--activable.is-active .fd-table__cell:hover,.fd-table__row--activable:active .fd-table__cell.is-hover,.fd-table__row--activable:active .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table__cell--activable.is-active .fd-table__text,.fd-table__cell--activable:active .fd-table__text,.fd-table__row--activable.is-active .fd-table__text,.fd-table__row--activable:active .fd-table__text{text-shadow:none}.fd-table__cell--activable.is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable:active .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table__cell--activable.is-active .fd-form-label,.fd-table__cell--activable.is-active .fd-link,.fd-table__cell--activable.is-active .fd-object-status,.fd-table__cell--activable:active .fd-form-label,.fd-table__cell--activable:active .fd-link,.fd-table__cell--activable:active .fd-object-status,.fd-table__row--activable.is-active .fd-form-label,.fd-table__row--activable.is-active .fd-link,.fd-table__row--activable.is-active .fd-object-status,.fd-table__row--activable:active .fd-form-label,.fd-table__row--activable:active .fd-link,.fd-table__row--activable:active .fd-object-status{color:inherit}.fd-table__cell--activable.is-active--focusable.is-focus,.fd-table__cell--activable.is-active--focusable:focus,.fd-table__cell--activable:active--focusable.is-focus,.fd-table__cell--activable:active--focusable:focus,.fd-table__row--activable.is-active--focusable.is-focus,.fd-table__row--activable.is-active--focusable:focus,.fd-table__row--activable:active--focusable.is-focus,.fd-table__row--activable:active--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-selected,.fd-table__cell--activable[aria-selected=true],.fd-table__row--activable.is-selected,.fd-table__row--activable[aria-selected=true]{cursor:pointer}.fd-table__cell--activable.is-selected.is-active,.fd-table__cell--activable.is-selected:active,.fd-table__cell--activable[aria-selected=true].is-active,.fd-table__cell--activable[aria-selected=true]:active,.fd-table__row--activable.is-selected.is-active,.fd-table__row--activable.is-selected:active,.fd-table__row--activable[aria-selected=true].is-active,.fd-table__row--activable[aria-selected=true]:active{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table__cell--activable.is-selected.is-active .fd-table__cell,.fd-table__cell--activable.is-selected:active .fd-table__cell,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell,.fd-table__row--activable.is-selected.is-active .fd-table__cell,.fd-table__row--activable.is-selected:active .fd-table__cell,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table__cell--activable.is-selected.is-active .fd-table__cell.is-hover,.fd-table__cell--activable.is-selected.is-active .fd-table__cell:hover,.fd-table__cell--activable.is-selected:active .fd-table__cell.is-hover,.fd-table__cell--activable.is-selected:active .fd-table__cell:hover,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell.is-hover,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell:hover,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell.is-hover,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell:hover,.fd-table__row--activable.is-selected.is-active .fd-table__cell.is-hover,.fd-table__row--activable.is-selected.is-active .fd-table__cell:hover,.fd-table__row--activable.is-selected:active .fd-table__cell.is-hover,.fd-table__row--activable.is-selected:active .fd-table__cell:hover,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell.is-hover,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell:hover,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell.is-hover,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table__cell--activable.is-selected.is-active .fd-table__text,.fd-table__cell--activable.is-selected:active .fd-table__text,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__text,.fd-table__cell--activable[aria-selected=true]:active .fd-table__text,.fd-table__row--activable.is-selected.is-active .fd-table__text,.fd-table__row--activable.is-selected:active .fd-table__text,.fd-table__row--activable[aria-selected=true].is-active .fd-table__text,.fd-table__row--activable[aria-selected=true]:active .fd-table__text{text-shadow:none}.fd-table__cell--activable.is-selected.is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-selected.is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable.is-selected:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-selected:active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable[aria-selected=true].is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable[aria-selected=true].is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable[aria-selected=true]:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable[aria-selected=true]:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-selected.is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-selected.is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-selected:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-selected:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable[aria-selected=true].is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable[aria-selected=true].is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable[aria-selected=true]:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable[aria-selected=true]:active .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table__cell--activable.is-selected.is-active .fd-form-label,.fd-table__cell--activable.is-selected.is-active .fd-link,.fd-table__cell--activable.is-selected.is-active .fd-object-status,.fd-table__cell--activable.is-selected:active .fd-form-label,.fd-table__cell--activable.is-selected:active .fd-link,.fd-table__cell--activable.is-selected:active .fd-object-status,.fd-table__cell--activable[aria-selected=true].is-active .fd-form-label,.fd-table__cell--activable[aria-selected=true].is-active .fd-link,.fd-table__cell--activable[aria-selected=true].is-active .fd-object-status,.fd-table__cell--activable[aria-selected=true]:active .fd-form-label,.fd-table__cell--activable[aria-selected=true]:active .fd-link,.fd-table__cell--activable[aria-selected=true]:active .fd-object-status,.fd-table__row--activable.is-selected.is-active .fd-form-label,.fd-table__row--activable.is-selected.is-active .fd-link,.fd-table__row--activable.is-selected.is-active .fd-object-status,.fd-table__row--activable.is-selected:active .fd-form-label,.fd-table__row--activable.is-selected:active .fd-link,.fd-table__row--activable.is-selected:active .fd-object-status,.fd-table__row--activable[aria-selected=true].is-active .fd-form-label,.fd-table__row--activable[aria-selected=true].is-active .fd-link,.fd-table__row--activable[aria-selected=true].is-active .fd-object-status,.fd-table__row--activable[aria-selected=true]:active .fd-form-label,.fd-table__row--activable[aria-selected=true]:active .fd-link,.fd-table__row--activable[aria-selected=true]:active .fd-object-status{color:inherit}.fd-table__cell--activable.is-selected.is-active--focusable.is-focus,.fd-table__cell--activable.is-selected.is-active--focusable:focus,.fd-table__cell--activable.is-selected:active--focusable.is-focus,.fd-table__cell--activable.is-selected:active--focusable:focus,.fd-table__cell--activable[aria-selected=true].is-active--focusable.is-focus,.fd-table__cell--activable[aria-selected=true].is-active--focusable:focus,.fd-table__cell--activable[aria-selected=true]:active--focusable.is-focus,.fd-table__cell--activable[aria-selected=true]:active--focusable:focus,.fd-table__row--activable.is-selected.is-active--focusable.is-focus,.fd-table__row--activable.is-selected.is-active--focusable:focus,.fd-table__row--activable.is-selected:active--focusable.is-focus,.fd-table__row--activable.is-selected:active--focusable:focus,.fd-table__row--activable[aria-selected=true].is-active--focusable.is-focus,.fd-table__row--activable[aria-selected=true].is-active--focusable:focus,.fd-table__row--activable[aria-selected=true]:active--focusable.is-focus,.fd-table__row--activable[aria-selected=true]:active--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--focusable.is-focus,.fd-table__cell--focusable:focus,.fd-table__row--focusable.is-focus,.fd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__footer{background-color:var(--sapList_Background)}.fd-table__footer .fd-table__row{border-top:.125rem solid var(--sapList_TableFooterBorder);vertical-align:middle}.fd-table__footer .fd-table__cell{border-right:none;font-weight:700}.fd-table__inner{-webkit-box-sizing:border-box;-webkit-box-pack:justify;-ms-flex-pack:justify;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;justify-content:space-between;line-height:var(--sapContent_LineHeight);margin:0;padding:0;width:100%}.fd-table__inner:after,.fd-table__inner:before{box-sizing:inherit;font-size:inherit}.fd-table__column-header-icons{display:flex}.fd-table__column-header-icons .fd-table__icon:not(:last-child){margin-right:.25rem}.fd-table__column-header-icons[dir=rtl] .fd-table__icon,[dir=rtl] .fd-table__column-header-icons .fd-table__icon{margin-right:0}.fd-table__column-header-icons[dir=rtl] .fd-table__icon:not(:last-child),[dir=rtl] .fd-table__column-header-icons .fd-table__icon:not(:last-child){margin-left:.25rem}.fd-table__caption{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fd-table__item--clickable{cursor:pointer}.fd-table__popover.fd-popover{color:inherit;display:block;height:100%}.fd-table__popover.fd-popover .fd-popover__control{align-items:center;color:inherit;display:flex;height:100%;width:100%}.fd-table--fixed{overflow-x:scroll;scrollbar-color:var(--fdScrollbar_Thumb_Color) var(--fdScrollbar_Track_Color)}.fd-table--fixed.is-focus,.fd-table--fixed:focus{outline:none;z-index:5}.fd-table--fixed::-webkit-scrollbar{height:var(--fdScrollbar_Dimension);width:var(--fdScrollbar_Dimension)}.fd-table--fixed::-webkit-scrollbar-corner,.fd-table--fixed::-webkit-scrollbar-track{background-color:var(--fdScrollbar_Track_Color)}.fd-table--fixed::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color);background-color:transparent;border:var(--fdScrollbar_Thumb_Offset) solid transparent;border-radius:calc(var(--fdScrollbar_Thumb_Border_Radius) - var(--fdScrollbar_Thumb_Offset));box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color)}.fd-table--fixed::-webkit-scrollbar-thumb:active,.fd-table--fixed::-webkit-scrollbar-thumb:hover{box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Hover_Color)}.fd-table--fixed .fd-table__body,.fd-table--fixed .fd-table__header{border-left:none}.fd-table--fixed .fd-table__body[dir=rtl],.fd-table--fixed .fd-table__header[dir=rtl],[dir=rtl] .fd-table--fixed .fd-table__body,[dir=rtl] .fd-table--fixed .fd-table__header{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:none}.fd-table--pop-in .fd-table__text{color:inherit;margin-bottom:.5rem}.fd-table--pop-in .fd-table__text--title{font-weight:700}.fd-table--pop-in .fd-table__text:last-child{margin-bottom:0}.fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell{padding-left:0}.fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell[dir=rtl],[dir=rtl] .fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell{padding-left:.5rem;padding-right:0}.fd-table--pop-in .fd-table__body .fd-table__cell{height:auto}.fd-table--pop-in .fd-table__row--main{border:none}.fd-table--pop-in .fd-table__row--main .fd-table__cell{padding-bottom:.25rem;padding-top:.25rem}.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable.is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable:hover+.fd-table__row--secondary{background-color:var(--sapList_Hover_Background)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell.is-hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell:hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell.is-hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__text,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__text{text-shadow:none}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__icon [class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__icon[class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__icon [class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-form-label,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-link,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-object-status,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-form-label,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-link,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-object-status{color:inherit}.fd-table--pop-in .fd-table__row--main.is-selected.is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.is-selected:hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main[aria-selected=true].is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main[aria-selected=true]:hover+.fd-table__row--secondary{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table--pop-in .fd-table__row--secondary{background-color:var(--sapList_Background);border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table--pop-in .fd-table__row--secondary.is-hover,.fd-table--pop-in .fd-table__row--secondary:hover{background-color:var(--sapList_Background)}.fd-table--pop-in .fd-table__row--secondary .fd-table__cell{padding-bottom:.5rem;padding-top:.5rem}.fd-table--pop-in .fd-table__row--secondary.is-selected .fd-table__cell,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true] .fd-table__cell{border-bottom:var(--sapList_BorderWidth) solid var(--sapList_SelectionBorderColor)}.fd-table--pop-in .fd-table__row--secondary.is-selected.is-hover,.fd-table--pop-in .fd-table__row--secondary.is-selected:hover,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true].is-hover,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true]:hover{background-color:var(--sapList_SelectionBackgroundColor)}.fd-table--no-vertical-borders .fd-table__row .fd-table__cell,.fd-table__body--no-vertical-borders .fd-table__row .fd-table__cell,.fd-table__header--no-vertical-borders .fd-table__row .fd-table__cell{border-bottom:none}.fd-table--no-horizontal-borders .fd-table__row .fd-table__cell,.fd-table__body--no-horizontal-borders .fd-table__row .fd-table__cell,.fd-table__header--no-horizontal-borders .fd-table__row .fd-table__cell{border-right:none}.fd-table--responsive .fd-table__body,.fd-table--responsive .fd-table__header{border:none}.fd-table--responsive .fd-table__row:last-child{margin-bottom:0;margin-right:0}.fd-table--responsive .fd-table__row:last-child .fd-table__cell{border-bottom:none}.fd-table--compact .fd-table__body .fd-table__cell,.fd-table--compact .fd-table__footer .fd-table__cell,.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{height:2rem}.fd-table--condensed .fd-table__body .fd-table__cell,.fd-table--condensed .fd-table__footer .fd-table__cell{height:1.5rem}.fd-table--condensed .fd-table__body .fd-table__cell--checkbox .fd-table__checkbox-label,.fd-table--condensed .fd-table__footer .fd-table__cell--checkbox .fd-table__checkbox-label{margin-top:-.25rem;position:absolute}.fd-table--condensed .fd-table__body .fd-table__cell--focusable.is-focus,.fd-table--condensed .fd-table__body .fd-table__cell--focusable:focus,.fd-table--condensed .fd-table__body .fd-table__row--focusable.is-focus,.fd-table--condensed .fd-table__body .fd-table__row--focusable:focus,.fd-table--condensed .fd-table__footer .fd-table__cell--focusable.is-focus,.fd-table--condensed .fd-table__footer .fd-table__cell--focusable:focus,.fd-table--condensed .fd-table__footer .fd-table__row--focusable.is-focus,.fd-table--condensed .fd-table__footer .fd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:var(--fdTable_Condensed_Focus_Outline_Offset);outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{height:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:2rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:3.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:3.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:11.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:11.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:12.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:12.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:12.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:12.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:13.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:13.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:0}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:2.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:3.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:3.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:3.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{width:2rem}.fd-table--compact .fd-table__header .fd-table__cell,.fd-table--condensed .fd-table__header .fd-table__cell{height:2rem}.fd-table--compact .fd-table__header .fd-table__cell--fixed,.fd-table--condensed .fd-table__header .fd-table__cell--fixed{height:2.0625rem}.fd-table--compact .fd-table__cell--checkbox,.fd-table--condensed .fd-table__cell--checkbox{width:2rem}.fd-table--group .fd-table__body .fd-table__cell--group{background-color:var(--fdTable_Group_Header_Background);border-bottom-color:var(--fdTable_Group_Header_Border_Color);border-top-color:var(--fdTable_Group_Header_Border_Color);font-weight:var(--fdTable_Header_Cell_Font_Weight)}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:2.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:4.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:5.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:6.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:6.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:7.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:7.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:8.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:8.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:9.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:9.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:10.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:10.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:11.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:11.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:11.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:12.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:12.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:12.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:12.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:13.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:13.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:13.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:13.75rem}.fd-table--group .fd-table__body .fd-table__cell--expand,.fd-table--tree .fd-table__body .fd-table__cell--expand{cursor:pointer;white-space:nowrap}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:0}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:1.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:2rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:3rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:3rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:3.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:4rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:4rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:4.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:5.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:6rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:6rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:6.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:7rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:7rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:7.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:8rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:8rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:8.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:9rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:9rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:9.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:10rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:10rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:10.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:11rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:11rem}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;color:var(--sapContent_IconColor);display:inline-flex;font-size:var(--sapFontSmallSize);height:2.75rem;justify-content:center;width:2.75rem}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand:before{content:\"\\e066\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl]:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl]:before,[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell .fd-table__expand:before,[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand:before{content:\"\\e067\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl].fd-table__expand--open:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl].fd-table__expand--open:before,[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell .fd-table__expand.fd-table__expand--open:before,[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand.fd-table__expand--open:before{content:\"\\e1e2\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand--open:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand--open:before{content:\"\\e1e2\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--no-outer-border{border:hidden}.fd-table--hidden{display:none}.fd-table[dir=rtl] .fd-table__cell,[dir=rtl] .fd-table .fd-table__cell{text-align:right}.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__popover--custom{width:100%}.fd-table__cell--checkbox .fd-checkbox__label{margin:0}\n"] }]
|
|
758
|
+
args: [{ selector: 'fd-table-wrapper', template: `<ng-content></ng-content>`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [contentDensityObserverProviders(FdTableContentDensityProviderParams)], styles: ["/*!\n * Fundamental Library Styles v0.26.0-rc.27\n * Copyright (c) 2022 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.fd-table(--compact, --condensed, --no-horizontal-borders, --no-vertical-borders, --fixed, --hidden, --tree, --group)\n thead(.fd-table__header(--no-horizontal-borders, --no-vertical-borders))\n tbody(.fd-table__body(--no-horizontal-borders, --no-vertical-borders))\n tfoot(.fd-table__footer)\n tr(.fd-table__row)([aria-selected])\n td(.fd-table__cell(--status-indicator, --checkbox, --fit-content, --fixed, --expand, --group)) + semantic\n*/.fd-table{border-bottom-left-radius:var(--fdTable_Border_Radius);border-bottom-right-radius:var(--fdTable_Border_Radius);border-collapse:collapse;max-width:100%;width:100%}.fd-table,.fd-table__body,.fd-table__cell,.fd-table__footer,.fd-table__header,.fd-table__row,.fd-table__text{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;line-height:var(--sapContent_LineHeight);margin:0;padding:0}.fd-table:after,.fd-table:before,.fd-table__body:after,.fd-table__body:before,.fd-table__cell:after,.fd-table__cell:before,.fd-table__footer:after,.fd-table__footer:before,.fd-table__header:after,.fd-table__header:before,.fd-table__row:after,.fd-table__row:before,.fd-table__text:after,.fd-table__text:before{box-sizing:inherit;font-size:inherit}.fd-table__icon [class*=sap-icon],.fd-table__icon[class*=sap-icon]{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:inherit;border-radius:inherit;color:inherit;color:var(--sapContent_NonInteractiveIconColor);display:flex;font-size:inherit;font-size:var(--sapFontSmallSize);justify-content:center;line-height:1}.fd-table__icon--navigation [class*=sap-icon],.fd-table__icon--navigation[class*=sap-icon]{font-size:var(--sapFontSmallSize);height:100%;min-width:2rem;width:2rem}.fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last,.fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last{border-right:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor)}.fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last[dir=rtl],.fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last[dir=rtl],[dir=rtl] .fd-table__body .fd-table__cell--fixed.fd-table__cell--fixed-last,[dir=rtl] .fd-table__header .fd-table__cell--fixed.fd-table__cell--fixed-last{border-left:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__header{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-top:var(--fdTable_Header_Border_Top)}.fd-table__header .fd-table__row{border-bottom:var(--fdTable_Header_Border_Bottom)}.fd-table__header .fd-table__cell{background-color:var(--sapList_HeaderBackground);color:var(--sapList_HeaderTextColor);font-weight:var(--fdTable_Header_Cell_Font_Weight);height:2.75rem}.fd-table__header .fd-table__cell.is-hover,.fd-table__header .fd-table__cell:hover{background-color:var(--fdTable_Header_Cell_Hover_Background);color:var(--fdTable_Header_Cell_Hover_Active_Color)}.fd-table__header .fd-table__cell.is-active,.fd-table__header .fd-table__cell:active{background-color:var(--fdTable_Header_Cell_Active_Background);color:var(--fdTable_Header_Cell_Hover_Active_Color)}.fd-table__header .fd-table__cell--fixed{border-top:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);height:2.8125rem;margin-top:-.0625rem}.fd-table__text{overflow:hidden;text-overflow:ellipsis;text-shadow:var(--sapContent_TextShadow);white-space:nowrap;white-space:normal;word-break:break-word}.fd-table__text--no-wrap{white-space:nowrap}.fd-table__cell{border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);color:inherit;height:2.75rem;outline:none;padding:0 .5rem;text-align:left}.fd-table__cell--valid{color:var(--sapSuccessColor)}.fd-table__cell--warning{color:var(--sapWarningColor)}.fd-table__cell--error{color:var(--sapErrorColor)}.fd-table__cell--information{color:var(--sapInformationColor)}.fd-table__cell--no-data{text-align:center}.fd-table__cell--mock{padding:0;width:auto}.fd-table__cell--checkbox{margin:0;padding:0;vertical-align:baseline;width:2.75rem}.fd-table__cell--fit-content{white-space:nowrap;width:.5rem;word-break:keep-all}.fd-table__cell--no-padding{margin:0;padding:0}.fd-table__cell--fixed{align-items:center;background-color:inherit;border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:none;display:flex;left:0;position:absolute}.fd-table__cell--fixed[dir=rtl],[dir=rtl] .fd-table__cell--fixed{border-left:none;border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);left:auto;right:0}.fd-table__cell--status-indicator{padding:0;width:.375rem}.fd-table__cell--status-indicator--valid{background-color:var(--sapSuccessBorderColor)}.fd-table__cell--status-indicator--warning{background-color:var(--sapWarningBorderColor)}.fd-table__cell--status-indicator--error{background-color:var(--sapErrorBorderColor)}.fd-table__cell--status-indicator--information{background-color:var(--sapInformationBorderColor)}.fd-table__cell--navigated{box-shadow:inset -.1875rem 0 var(--sapSelectedColor)}.fd-table__cell--navigated[dir=rtl],[dir=rtl] .fd-table__cell--navigated{box-shadow:inset .1875rem 0 var(--sapSelectedColor)}.fd-table__cell:first-child{margin-left:0;padding-left:1rem}.fd-table__cell:first-child.fd-table__cell--checkbox,.fd-table__cell:first-child.fd-table__cell--status-indicator{padding:0}.fd-table__cell:first-child[dir=rtl],[dir=rtl] .fd-table__cell:first-child{padding-left:.5rem;padding-right:1rem}.fd-table__cell:first-child[dir=rtl].fd-table__cell--checkbox,.fd-table__cell:first-child[dir=rtl].fd-table__cell--status-indicator,[dir=rtl] .fd-table__cell:first-child.fd-table__cell--checkbox,[dir=rtl] .fd-table__cell:first-child.fd-table__cell--status-indicator{padding:0}.fd-table__body{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__body,.fd-table__body .fd-table__cell{border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table__body .fd-table__cell--no-vertical-border{border-bottom-color:transparent}.fd-table__body .fd-table__cell--no-horizontal-border{border-right-color:transparent}.fd-table__body .fd-table__row{background-color:var(--sapList_Background);border-left:none;border-right:none}.fd-table__body .fd-table__row.is-selected,.fd-table__body .fd-table__row[aria-selected=true]{background-color:var(--sapList_SelectionBackgroundColor)}.fd-table__body .fd-table__row.is-selected .fd-table__cell,.fd-table__body .fd-table__row[aria-selected=true] .fd-table__cell{border-bottom-color:var(--sapList_SelectionBorderColor)}.fd-table__body .fd-table__row.is-selected.is-hover,.fd-table__body .fd-table__row.is-selected:hover,.fd-table__body .fd-table__row[aria-selected=true].is-hover,.fd-table__body .fd-table__row[aria-selected=true]:hover{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table__body .fd-table__row--activable.is-selected.is-active,.fd-table__body .fd-table__row--activable.is-selected:active,.fd-table__body .fd-table__row--activable[aria-selected=true].is-active,.fd-table__body .fd-table__row--activable[aria-selected=true]:active{background-color:var(--sapList_Active_Background)}.fd-table__body .fd-table__row--activable.is-selected.is-activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable.is-selected.is-activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable.is-selected:activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable.is-selected:activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable[aria-selected=true].is-activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable[aria-selected=true].is-activefd-table__row--focusable:focus,.fd-table__body .fd-table__row--activable[aria-selected=true]:activefd-table__row--focusable.is-focus,.fd-table__body .fd-table__row--activable[aria-selected=true]:activefd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__body .fd-table__row:not(:first-of-type) .fd-table__cell--fixed{margin-top:.03125rem}.fd-table__cell--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__cell--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable.is-selected .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable[aria-selected=true] .fd-table__cell:not(.fd-table__cell--status-indicator):hover{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table__cell--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__cell--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__cell--hoverable.is-hover,.fd-table__cell--hoverable:hover,.fd-table__row--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator).is-hover,.fd-table__row--hoverable .fd-table__cell:not(.fd-table__cell--status-indicator):hover,.fd-table__row--hoverable.is-hover,.fd-table__row--hoverable:hover{background-color:var(--sapList_Hover_Background);color:var(--fdTable_Hover_Down_Color)}.fd-table__cell--activable,.fd-table__row--activable{cursor:pointer}.fd-table__cell--activable.is-focus,.fd-table__cell--activable:focus,.fd-table__row--activable.is-focus,.fd-table__row--activable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-active *,.fd-table__cell--activable:active *,.fd-table__row--activable.is-active *,.fd-table__row--activable:active *{color:var(--sapList_Active_TextColor)!important}.fd-table__cell--activable.is-active.is-focus,.fd-table__cell--activable.is-active:focus,.fd-table__cell--activable:active.is-focus,.fd-table__cell--activable:active:focus,.fd-table__row--activable.is-active.is-focus,.fd-table__row--activable.is-active:focus,.fd-table__row--activable:active.is-focus,.fd-table__row--activable:active:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-active,.fd-table__cell--activable:active,.fd-table__row--activable.is-active,.fd-table__row--activable:active{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table__cell--activable.is-active .fd-table__cell,.fd-table__cell--activable:active .fd-table__cell,.fd-table__row--activable.is-active .fd-table__cell,.fd-table__row--activable:active .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table__cell--activable.is-active .fd-table__cell.is-hover,.fd-table__cell--activable.is-active .fd-table__cell:hover,.fd-table__cell--activable:active .fd-table__cell.is-hover,.fd-table__cell--activable:active .fd-table__cell:hover,.fd-table__row--activable.is-active .fd-table__cell.is-hover,.fd-table__row--activable.is-active .fd-table__cell:hover,.fd-table__row--activable:active .fd-table__cell.is-hover,.fd-table__row--activable:active .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table__cell--activable.is-active .fd-table__text,.fd-table__cell--activable:active .fd-table__text,.fd-table__row--activable.is-active .fd-table__text,.fd-table__row--activable:active .fd-table__text{text-shadow:none}.fd-table__cell--activable.is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable:active .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table__cell--activable.is-active .fd-form-label,.fd-table__cell--activable.is-active .fd-link,.fd-table__cell--activable.is-active .fd-object-status,.fd-table__cell--activable:active .fd-form-label,.fd-table__cell--activable:active .fd-link,.fd-table__cell--activable:active .fd-object-status,.fd-table__row--activable.is-active .fd-form-label,.fd-table__row--activable.is-active .fd-link,.fd-table__row--activable.is-active .fd-object-status,.fd-table__row--activable:active .fd-form-label,.fd-table__row--activable:active .fd-link,.fd-table__row--activable:active .fd-object-status{color:inherit}.fd-table__cell--activable.is-active--focusable.is-focus,.fd-table__cell--activable.is-active--focusable:focus,.fd-table__cell--activable:active--focusable.is-focus,.fd-table__cell--activable:active--focusable:focus,.fd-table__row--activable.is-active--focusable.is-focus,.fd-table__row--activable.is-active--focusable:focus,.fd-table__row--activable:active--focusable.is-focus,.fd-table__row--activable:active--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--activable.is-selected,.fd-table__cell--activable[aria-selected=true],.fd-table__row--activable.is-selected,.fd-table__row--activable[aria-selected=true]{cursor:pointer}.fd-table__cell--activable.is-selected.is-active,.fd-table__cell--activable.is-selected:active,.fd-table__cell--activable[aria-selected=true].is-active,.fd-table__cell--activable[aria-selected=true]:active,.fd-table__row--activable.is-selected.is-active,.fd-table__row--activable.is-selected:active,.fd-table__row--activable[aria-selected=true].is-active,.fd-table__row--activable[aria-selected=true]:active{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table__cell--activable.is-selected.is-active .fd-table__cell,.fd-table__cell--activable.is-selected:active .fd-table__cell,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell,.fd-table__row--activable.is-selected.is-active .fd-table__cell,.fd-table__row--activable.is-selected:active .fd-table__cell,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table__cell--activable.is-selected.is-active .fd-table__cell.is-hover,.fd-table__cell--activable.is-selected.is-active .fd-table__cell:hover,.fd-table__cell--activable.is-selected:active .fd-table__cell.is-hover,.fd-table__cell--activable.is-selected:active .fd-table__cell:hover,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell.is-hover,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__cell:hover,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell.is-hover,.fd-table__cell--activable[aria-selected=true]:active .fd-table__cell:hover,.fd-table__row--activable.is-selected.is-active .fd-table__cell.is-hover,.fd-table__row--activable.is-selected.is-active .fd-table__cell:hover,.fd-table__row--activable.is-selected:active .fd-table__cell.is-hover,.fd-table__row--activable.is-selected:active .fd-table__cell:hover,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell.is-hover,.fd-table__row--activable[aria-selected=true].is-active .fd-table__cell:hover,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell.is-hover,.fd-table__row--activable[aria-selected=true]:active .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table__cell--activable.is-selected.is-active .fd-table__text,.fd-table__cell--activable.is-selected:active .fd-table__text,.fd-table__cell--activable[aria-selected=true].is-active .fd-table__text,.fd-table__cell--activable[aria-selected=true]:active .fd-table__text,.fd-table__row--activable.is-selected.is-active .fd-table__text,.fd-table__row--activable.is-selected:active .fd-table__text,.fd-table__row--activable[aria-selected=true].is-active .fd-table__text,.fd-table__row--activable[aria-selected=true]:active .fd-table__text{text-shadow:none}.fd-table__cell--activable.is-selected.is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-selected.is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable.is-selected:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable.is-selected:active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable[aria-selected=true].is-active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable[aria-selected=true].is-active .fd-table__icon[class*=sap-icon],.fd-table__cell--activable[aria-selected=true]:active .fd-table__icon [class*=sap-icon],.fd-table__cell--activable[aria-selected=true]:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-selected.is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-selected.is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable.is-selected:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable.is-selected:active .fd-table__icon[class*=sap-icon],.fd-table__row--activable[aria-selected=true].is-active .fd-table__icon [class*=sap-icon],.fd-table__row--activable[aria-selected=true].is-active .fd-table__icon[class*=sap-icon],.fd-table__row--activable[aria-selected=true]:active .fd-table__icon [class*=sap-icon],.fd-table__row--activable[aria-selected=true]:active .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table__cell--activable.is-selected.is-active .fd-form-label,.fd-table__cell--activable.is-selected.is-active .fd-link,.fd-table__cell--activable.is-selected.is-active .fd-object-status,.fd-table__cell--activable.is-selected:active .fd-form-label,.fd-table__cell--activable.is-selected:active .fd-link,.fd-table__cell--activable.is-selected:active .fd-object-status,.fd-table__cell--activable[aria-selected=true].is-active .fd-form-label,.fd-table__cell--activable[aria-selected=true].is-active .fd-link,.fd-table__cell--activable[aria-selected=true].is-active .fd-object-status,.fd-table__cell--activable[aria-selected=true]:active .fd-form-label,.fd-table__cell--activable[aria-selected=true]:active .fd-link,.fd-table__cell--activable[aria-selected=true]:active .fd-object-status,.fd-table__row--activable.is-selected.is-active .fd-form-label,.fd-table__row--activable.is-selected.is-active .fd-link,.fd-table__row--activable.is-selected.is-active .fd-object-status,.fd-table__row--activable.is-selected:active .fd-form-label,.fd-table__row--activable.is-selected:active .fd-link,.fd-table__row--activable.is-selected:active .fd-object-status,.fd-table__row--activable[aria-selected=true].is-active .fd-form-label,.fd-table__row--activable[aria-selected=true].is-active .fd-link,.fd-table__row--activable[aria-selected=true].is-active .fd-object-status,.fd-table__row--activable[aria-selected=true]:active .fd-form-label,.fd-table__row--activable[aria-selected=true]:active .fd-link,.fd-table__row--activable[aria-selected=true]:active .fd-object-status{color:inherit}.fd-table__cell--activable.is-selected.is-active--focusable.is-focus,.fd-table__cell--activable.is-selected.is-active--focusable:focus,.fd-table__cell--activable.is-selected:active--focusable.is-focus,.fd-table__cell--activable.is-selected:active--focusable:focus,.fd-table__cell--activable[aria-selected=true].is-active--focusable.is-focus,.fd-table__cell--activable[aria-selected=true].is-active--focusable:focus,.fd-table__cell--activable[aria-selected=true]:active--focusable.is-focus,.fd-table__cell--activable[aria-selected=true]:active--focusable:focus,.fd-table__row--activable.is-selected.is-active--focusable.is-focus,.fd-table__row--activable.is-selected.is-active--focusable:focus,.fd-table__row--activable.is-selected:active--focusable.is-focus,.fd-table__row--activable.is-selected:active--focusable:focus,.fd-table__row--activable[aria-selected=true].is-active--focusable.is-focus,.fd-table__row--activable[aria-selected=true].is-active--focusable:focus,.fd-table__row--activable[aria-selected=true]:active--focusable.is-focus,.fd-table__row--activable[aria-selected=true]:active--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-color:var(--sapContent_ContrastFocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__cell--focusable.is-focus,.fd-table__cell--focusable:focus,.fd-table__row--focusable.is-focus,.fd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:-.1875rem;outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table__footer{background-color:var(--sapList_Background)}.fd-table__footer .fd-table__row{border-top:.125rem solid var(--sapList_TableFooterBorder);vertical-align:middle}.fd-table__footer .fd-table__cell{border-right:none;font-weight:700}.fd-table__inner{-webkit-box-sizing:border-box;-webkit-box-pack:justify;-ms-flex-pack:justify;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;justify-content:space-between;line-height:var(--sapContent_LineHeight);margin:0;padding:0;width:100%}.fd-table__inner:after,.fd-table__inner:before{box-sizing:inherit;font-size:inherit}.fd-table__column-header-icons{display:flex}.fd-table__column-header-icons .fd-table__icon:not(:last-child){margin-right:.25rem}.fd-table__column-header-icons[dir=rtl] .fd-table__icon,[dir=rtl] .fd-table__column-header-icons .fd-table__icon{margin-right:0}.fd-table__column-header-icons[dir=rtl] .fd-table__icon:not(:last-child),[dir=rtl] .fd-table__column-header-icons .fd-table__icon:not(:last-child){margin-left:.25rem}.fd-table__caption{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fd-table__item--clickable{cursor:pointer}.fd-table__popover.fd-popover{color:inherit;display:block;height:100%}.fd-table__popover.fd-popover .fd-popover__control{align-items:center;color:inherit;display:flex;height:100%;width:100%}.fd-table--fixed{overflow-x:scroll;scrollbar-color:var(--fdScrollbar_Thumb_Color) var(--fdScrollbar_Track_Color)}.fd-table--fixed.is-focus,.fd-table--fixed:focus{outline:none;z-index:5}.fd-table--fixed::-webkit-scrollbar{height:var(--fdScrollbar_Dimension);width:var(--fdScrollbar_Dimension)}.fd-table--fixed::-webkit-scrollbar-corner,.fd-table--fixed::-webkit-scrollbar-track{background-color:var(--fdScrollbar_Track_Color)}.fd-table--fixed::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color);background-color:transparent;border:var(--fdScrollbar_Thumb_Offset) solid transparent;border-radius:calc(var(--fdScrollbar_Thumb_Border_Radius) - var(--fdScrollbar_Thumb_Offset));box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Color)}.fd-table--fixed::-webkit-scrollbar-thumb:active,.fd-table--fixed::-webkit-scrollbar-thumb:hover{box-shadow:inset 0 0 0 var(--fdScrollbar_Dimension) var(--fdScrollbar_Thumb_Hover_Color)}.fd-table--fixed .fd-table__body,.fd-table--fixed .fd-table__header{border-left:none}.fd-table--fixed .fd-table__body[dir=rtl],.fd-table--fixed .fd-table__header[dir=rtl],[dir=rtl] .fd-table--fixed .fd-table__body,[dir=rtl] .fd-table--fixed .fd-table__header{border-left:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);border-right:none}.fd-table--pop-in .fd-table__text{color:inherit;margin-bottom:.5rem}.fd-table--pop-in .fd-table__text--title{font-weight:700}.fd-table--pop-in .fd-table__text:last-child{margin-bottom:0}.fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell{padding-left:0}.fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell[dir=rtl],[dir=rtl] .fd-table--pop-in .fd-table__cell--checkbox+.fd-table__cell{padding-left:.5rem;padding-right:0}.fd-table--pop-in .fd-table__body .fd-table__cell{height:auto}.fd-table--pop-in .fd-table__row--main{border:none}.fd-table--pop-in .fd-table__row--main .fd-table__cell{padding-bottom:.25rem;padding-top:.25rem}.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable.is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable:hover+.fd-table__row--secondary{background-color:var(--sapList_Hover_Background)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary{background-color:var(--sapList_Active_Background);color:var(--sapList_Active_TextColor)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell{border-bottom-color:var(--fdTable_Cell_Active_Border_Bottom_Color)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell.is-hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__cell:hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell.is-hover,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__cell:hover{background-color:var(--sapList_Active_Background)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__text,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__text{text-shadow:none}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__icon [class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-table__icon[class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__icon [class*=sap-icon],.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-table__icon[class*=sap-icon]{color:var(--sapContent_ContrastIconColor)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-form-label,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-link,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover).is-active+.fd-table__row--secondary .fd-object-status,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-form-label,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-link,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:not(:hover):active+.fd-table__row--secondary .fd-object-status{color:inherit}.fd-table--pop-in .fd-table__row--main.is-selected.is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.is-selected:hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main[aria-selected=true].is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main[aria-selected=true]:hover+.fd-table__row--secondary{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table--pop-in .fd-table__row--secondary{background-color:var(--sapList_Background);border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor)}.fd-table--pop-in .fd-table__row--secondary.is-hover,.fd-table--pop-in .fd-table__row--secondary:hover{background-color:var(--sapList_Background)}.fd-table--pop-in .fd-table__row--secondary .fd-table__cell{padding-bottom:.5rem;padding-top:.5rem}.fd-table--pop-in .fd-table__row--secondary.is-selected .fd-table__cell,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true] .fd-table__cell{border-bottom:var(--sapList_BorderWidth) solid var(--sapList_SelectionBorderColor)}.fd-table--pop-in .fd-table__row--secondary.is-selected.is-hover,.fd-table--pop-in .fd-table__row--secondary.is-selected:hover,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true].is-hover,.fd-table--pop-in .fd-table__row--secondary[aria-selected=true]:hover{background-color:var(--sapList_SelectionBackgroundColor)}.fd-table--no-vertical-borders .fd-table__row .fd-table__cell,.fd-table__body--no-vertical-borders .fd-table__row .fd-table__cell,.fd-table__header--no-vertical-borders .fd-table__row .fd-table__cell{border-bottom:none}.fd-table--no-horizontal-borders .fd-table__row .fd-table__cell,.fd-table__body--no-horizontal-borders .fd-table__row .fd-table__cell,.fd-table__header--no-horizontal-borders .fd-table__row .fd-table__cell{border-right:none}.fd-table--responsive .fd-table__body,.fd-table--responsive .fd-table__header{border:none}.fd-table--responsive .fd-table__row:last-child{margin-bottom:0;margin-right:0}.fd-table--responsive .fd-table__row:last-child .fd-table__cell{border-bottom:none}.fd-table--compact .fd-table__body .fd-table__cell,.fd-table--compact .fd-table__footer .fd-table__cell,.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{height:2rem}.fd-table--condensed .fd-table__body .fd-table__cell,.fd-table--condensed .fd-table__footer .fd-table__cell{height:1.5rem}.fd-table--condensed .fd-table__body .fd-table__cell--checkbox .fd-table__checkbox-label,.fd-table--condensed .fd-table__footer .fd-table__cell--checkbox .fd-table__checkbox-label{margin-top:-.25rem;position:absolute}.fd-table--condensed .fd-table__body .fd-table__cell--focusable.is-focus,.fd-table--condensed .fd-table__body .fd-table__cell--focusable:focus,.fd-table--condensed .fd-table__body .fd-table__row--focusable.is-focus,.fd-table--condensed .fd-table__body .fd-table__row--focusable:focus,.fd-table--condensed .fd-table__footer .fd-table__cell--focusable.is-focus,.fd-table--condensed .fd-table__footer .fd-table__cell--focusable:focus,.fd-table--condensed .fd-table__footer .fd-table__row--focusable.is-focus,.fd-table--condensed .fd-table__footer .fd-table__row--focusable:focus{outline-color:var(--sapContent_FocusColor);outline-offset:var(--fdTable_Condensed_Focus_Outline_Offset);outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{height:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:2rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:3.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:3.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:11.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:11.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:12.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:12.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:12.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:12.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:13.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:13.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:0}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:1.5rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:2.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:3.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:3.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:3.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--compact.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--compact.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--compact.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--condensed.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{width:2rem}.fd-table--compact .fd-table__header .fd-table__cell,.fd-table--condensed .fd-table__header .fd-table__cell{height:2rem}.fd-table--compact .fd-table__header .fd-table__cell--fixed,.fd-table--condensed .fd-table__header .fd-table__cell--fixed{height:2.0625rem}.fd-table--compact .fd-table__cell--checkbox,.fd-table--condensed .fd-table__cell--checkbox{width:2rem}.fd-table--group .fd-table__body .fd-table__cell--group{background-color:var(--fdTable_Group_Header_Background);border-bottom-color:var(--fdTable_Group_Header_Border_Color);border-top-color:var(--fdTable_Group_Header_Border_Color);font-weight:var(--fdTable_Header_Cell_Font_Weight)}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:2.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:4.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:5.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:6.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:6.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:7.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:7.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:8.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:8.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:9.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:9.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:10.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:10.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:11.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:11.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:11.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:12.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:12.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:12.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:12.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:13.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:13.25rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:13.75rem}.fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:13.75rem}.fd-table--group .fd-table__body .fd-table__cell--expand,.fd-table--tree .fd-table__body .fd-table__cell--expand{cursor:pointer;white-space:nowrap}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:0}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:1.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:2rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:3rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:3rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:3.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:4rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:4rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:4.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:5.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:6rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:6rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:6.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:7rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:7rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:7.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:8rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:8rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:8.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:9rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:9rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:9.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:10rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:10rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:10.5rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:11rem}.fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:11rem}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;color:var(--sapContent_IconColor);display:inline-flex;font-size:var(--sapFontSmallSize);height:2.75rem;justify-content:center;width:2.75rem}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand:before{content:\"\\e066\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl]:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl]:before,[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell .fd-table__expand:before,[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand:before{content:\"\\e067\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl].fd-table__expand--open:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand[dir=rtl].fd-table__expand--open:before,[dir=rtl] .fd-table--group .fd-table__body .fd-table__cell .fd-table__expand.fd-table__expand--open:before,[dir=rtl] .fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand.fd-table__expand--open:before{content:\"\\e1e2\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--group .fd-table__body .fd-table__cell .fd-table__expand--open:before,.fd-table--tree .fd-table__body .fd-table__cell .fd-table__expand--open:before{content:\"\\e1e2\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-table--no-outer-border{border:hidden}.fd-table--hidden{display:none}.fd-table[dir=rtl] .fd-table__cell,[dir=rtl] .fd-table .fd-table__cell{text-align:right}.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__popover--custom{width:100%}.fd-table__cell--checkbox .fd-checkbox__label{margin:0}\n"] }]
|
|
759
759
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i2$1.ContentDensityObserver }]; } });
|
|
760
760
|
|
|
761
761
|
class TableFooterDirective {
|