@fundamental-ngx/core 0.46.2-rc.6 → 0.46.2-rc.8

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.
@@ -50,10 +50,10 @@ export class TableWrapperComponent {
50
50
  this._contentDensityObserver.removeConsumer(this._contentDensitySettings);
51
51
  }
52
52
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: TableWrapperComponent, deps: [{ token: i0.ElementRef }, { token: i1.ContentDensityObserver }], target: i0.ɵɵFactoryTarget.Component }); }
53
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: TableWrapperComponent, isStandalone: true, selector: "fd-table-wrapper", providers: [contentDensityObserverProviders()], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, styles: ["/*!\n * Fundamental Library Styles v0.30.2\n * Copyright (c) 2023 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n */.fd-table{--fdTable_Header_Cell_Height:2.75rem;--fdTable_Cell_Height:2.75rem;border-bottom-left-radius:var(--fdTable_Border_Radius);border-bottom-right-radius:var(--fdTable_Border_Radius);border-collapse:separate;border-spacing:0;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;forced-color-adjust:none;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__icon--navigation [class*=sap-icon][dir=rtl],.fd-table__icon--navigation[class*=sap-icon][dir=rtl],[dir=rtl] .fd-table__icon--navigation [class*=sap-icon],[dir=rtl] .fd-table__icon--navigation[class*=sap-icon]{transform:rotate(180deg)}.fd-table__header .fd-table__cell{background-color:var(--sapList_HeaderBackground);border-bottom:var(--fdTable_Header_Horizontal_Border);border-top:var(--fdTable_Header_Horizontal_Border);color:var(--sapList_HeaderTextColor);font-weight:var(--fdTable_Header_Cell_Font_Weight);height:var(--fdTable_Header_Cell_Height)}.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__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-bottom:var(--sapList_BorderWidth) var(--fdTable_Cell_Horizontal_Border_Style, solid) var(--sapList_BorderColor);border-left:var(--sapList_BorderWidth) var(--fdTable_Cell_Vertical_Border_Style, solid) var(--sapList_BorderColor);color:inherit;height:var(--fdTable_Cell_Height);outline:none;padding:0 .5rem;text-align:left}.fd-table__cell[dir=rtl],[dir=rtl] .fd-table__cell{border-left-style:none}.fd-table__cell.is-last-child,.fd-table__cell:last-child,.fd-table__cell[dir=rtl],[dir=rtl] .fd-table__cell{border-right:var(--sapList_BorderWidth) var(--fdTable_Cell_Vertical_Border_Style, solid) var(--sapList_BorderColor)}.fd-table__cell.is-last-child[dir=rtl],.fd-table__cell:last-child[dir=rtl],[dir=rtl] .fd-table__cell.is-last-child,[dir=rtl] .fd-table__cell:last-child{border-left:var(--sapList_BorderWidth) var(--fdTable_Cell_Vertical_Border_Style, solid) var(--sapList_BorderColor);border-right-style:none}.fd-table__cell[dir=rtl],[dir=rtl] .fd-table__cell{text-align:right}.fd-table__cell--no-data{text-align:center}.fd-table__cell--mock{padding:0;width:auto}.fd-table__cell--checkbox{padding:0;vertical-align:baseline;width:var(--fdTable_Header_Cell_Height)}.fd-table__cell--fit-content{white-space:nowrap;width:.5rem;word-break:keep-all}.fd-table__cell--no-padding{padding:0}.fd-table__cell--status-indicator{padding:0;width:.375rem}.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:not(.fd-table__cell--checkbox,.fd-table__cell.fd-table__cell--status-indicator){padding-left:1rem}.fd-table__cell:first-child:not(.fd-table__cell--checkbox,.fd-table__cell.fd-table__cell--status-indicator)[dir=rtl],[dir=rtl] .fd-table__cell:first-child:not(.fd-table__cell--checkbox,.fd-table__cell.fd-table__cell--status-indicator){padding-left:0;padding-left:.5rem;padding-right:1rem}.fd-table__row{background-color:var(--sapList_Background)}.fd-table__row.is-selected,.fd-table__row[aria-selected=true]{background-color:var(--sapList_SelectionBackgroundColor)}.fd-table__row.is-selected .fd-table__cell,.fd-table__row[aria-selected=true] .fd-table__cell{border-bottom-color:var(--sapList_SelectionBorderColor)}.fd-table__cell--hoverable.is-hover,.fd-table__cell--hoverable: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--hoverable.is-selected.is-hover,.fd-table__cell--hoverable.is-selected:hover,.fd-table__cell--hoverable[aria-selected=true].is-hover,.fd-table__cell--hoverable[aria-selected=true]:hover,.fd-table__row--hoverable.is-selected.is-hover,.fd-table__row--hoverable.is-selected:hover,.fd-table__row--hoverable[aria-selected=true].is-hover,.fd-table__row--hoverable[aria-selected=true]:hover{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table__cell--activable,.fd-table__cell--focusable,.fd-table__row--activable,.fd-table__row--focusable{position:relative}.fd-table__cell--activable.is-focus:after,.fd-table__cell--activable:focus:after,.fd-table__cell--focusable.is-focus:after,.fd-table__cell--focusable:focus:after,.fd-table__row--activable.is-focus:after,.fd-table__row--activable:focus:after,.fd-table__row--focusable.is-focus:after,.fd-table__row--focusable:focus:after{border-color:var(--sapContent_FocusColor);border-style:var(--sapContent_FocusStyle);border-width:var(--sapContent_FocusWidth);content:\"\";inset:.0625rem;pointer-events:none;position:absolute}.fd-table__cell--activable:after,.fd-table__cell--focusable:after,.fd-table__row--activable:after,.fd-table__row--focusable:after{z-index:4}.fd-table__cell--activable.is-selected:after,.fd-table__cell--activable[aria-selected=true]:after,.fd-table__cell--focusable.is-selected:after,.fd-table__cell--focusable[aria-selected=true]:after,.fd-table__row--activable.is-selected:after,.fd-table__row--activable[aria-selected=true]:after,.fd-table__row--focusable.is-selected:after,.fd-table__row--focusable[aria-selected=true]:after{border-color:var(--sapContent_ContrastFocusColor)}.fd-table__cell--activable,.fd-table__row--activable{cursor:pointer}.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--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 .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-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)}.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(--sapList_Active_Background)}.fd-table__body:not(:last-child) .fd-table__row:last-child .fd-table__cell{border-bottom-color:transparent}.fd-table__footer .fd-table__row{background-color:var(--sapList_Background);vertical-align:middle}.fd-table__footer .fd-table__cell{border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent;border-top:.125rem solid var(--sapList_TableFooterBorder);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;forced-color-adjust:none;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[class*=-compact],[class*=-compact] .fd-table:not([class*=-cozy]):not([class*=-condensed]){--fdTable_Cell_Height:2rem}.fd-table[class*=-condensed],[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]){--fdTable_Cell_Height:1.5rem}.fd-table[class*=-condensed] .fd-table__body .fd-table__cell--checkbox .fd-table__checkbox-label,.fd-table[class*=-condensed] .fd-table__footer .fd-table__cell--checkbox .fd-table__checkbox-label,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__body .fd-table__cell--checkbox .fd-table__checkbox-label,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__footer .fd-table__cell--checkbox .fd-table__checkbox-label{margin-top:-.25rem;position:absolute}.fd-table[class*=-condensed] .fd-table__body .fd-table__cell--activable:after,.fd-table[class*=-condensed] .fd-table__body .fd-table__cell--focusable:after,.fd-table[class*=-condensed] .fd-table__body .fd-table__row--activable:after,.fd-table[class*=-condensed] .fd-table__body .fd-table__row--focusable:after,.fd-table[class*=-condensed] .fd-table__footer .fd-table__cell--activable:after,.fd-table[class*=-condensed] .fd-table__footer .fd-table__cell--focusable:after,.fd-table[class*=-condensed] .fd-table__footer .fd-table__row--activable:after,.fd-table[class*=-condensed] .fd-table__footer .fd-table__row--focusable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__body .fd-table__cell--activable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__body .fd-table__cell--focusable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__body .fd-table__row--activable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__body .fd-table__row--focusable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__footer .fd-table__cell--activable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__footer .fd-table__cell--focusable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__footer .fd-table__row--activable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__footer .fd-table__row--focusable:after{bottom:var(--fdTable_Condensed_Focus_Outline_Offset);left:var(--fdTable_Condensed_Focus_Outline_Offset);right:var(--fdTable_Condensed_Focus_Outline_Offset);top:var(--fdTable_Condensed_Focus_Outline_Offset)}.fd-table[class*=-compact],.fd-table[class*=-condensed],[class*=-compact] .fd-table:not([class*=-cozy]),[class*=-condensed] .fd-table:not([class*=-cozy]){--fdTable_Header_Cell_Height:2rem}.fd-table--hidden{display:none}.fd-table--fixed{overflow:auto;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__cell--fixed{left:0}.fd-table--fixed .fd-table__cell--fixed[dir=rtl],[dir=rtl] .fd-table--fixed .fd-table__cell--fixed{left:auto;right:0}.fd-table--fixed .fd-table__cell--fixed,.fd-table--fixed .fd-table__cell--fixed-end{background-color:inherit;display:table-cell;position:sticky;z-index:1}.fd-table--fixed .fd-table__cell--fixed-last{border-right:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor)}.fd-table--fixed .fd-table__cell--fixed-last+.fd-table__cell{border-left:none}.fd-table--fixed .fd-table__cell--fixed-last[dir=rtl],[dir=rtl] .fd-table--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--fixed .fd-table__cell--fixed-last[dir=rtl]+.fd-table__cell,[dir=rtl] .fd-table--fixed .fd-table__cell--fixed-last+.fd-table__cell{border-right:none}.fd-table--fixed .fd-table__cell--fixed-end{right:0}.fd-table--fixed .fd-table__cell--fixed-end[dir=rtl],[dir=rtl] .fd-table--fixed .fd-table__cell--fixed-end{left:0;right:auto}.fd-table--fixed .fd-table__cell--fixed-end-last{border-left:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor)}.fd-table--fixed .fd-table__cell--fixed-end-last[dir=rtl],[dir=rtl] .fd-table--fixed .fd-table__cell--fixed-end-last{border-right:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor)}.fd-table--fixed .fd-table__header .fd-table__cell{position:sticky;top:0;z-index:2}.fd-table--fixed .fd-table__header .fd-table__cell--fixed,.fd-table--fixed .fd-table__header .fd-table__cell--fixed-end{z-index:3}.fd-table--fixed .fd-table__footer .fd-table__cell{background-color:inherit;bottom:0;position:sticky;z-index:2}.fd-table .fd-table__cell--valid{color:var(--sapSuccessColor)}.fd-table .fd-table__cell--status-indicator--valid{background-color:var(--sapSuccessBorderColor)}.fd-table .fd-table__cell--warning{color:var(--sapWarningColor)}.fd-table .fd-table__cell--status-indicator--warning{background-color:var(--sapWarningBorderColor)}.fd-table .fd-table__cell--error{color:var(--sapErrorColor)}.fd-table .fd-table__cell--status-indicator--error{background-color:var(--sapErrorBorderColor)}.fd-table .fd-table__cell--information{color:var(--sapInformationColor)}.fd-table .fd-table__cell--status-indicator--information{background-color:var(--sapInformationBorderColor)}.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.is-last-child,.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:0;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,.fd-table--pop-in .fd-table__row--secondary{border-left-color:transparent;border-right-color:transparent}.fd-table--pop-in .fd-table__row--main .fd-table__cell{border-bottom-color:transparent;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--hoverable.is-selected.is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable.is-selected:hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable[aria-selected=true].is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable[aria-selected=true]:hover+.fd-table__row--secondary{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable.is-active .fd-table__cell,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:active .fd-table__cell{border-bottom-color:transparent}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable.is-active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable.is-selected.is-active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable.is-selected:active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable[aria-selected=true].is-active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable[aria-selected=true]:active+.fd-table__row--secondary{background-color:var(--sapList_Active_Background);border-bottom-color:var(--sapList_SelectionBorderColor)}.fd-table--pop-in .fd-table__row--main.is-selected .fd-table__cell,.fd-table--pop-in .fd-table__row--main[aria-selected=true] .fd-table__cell{border-bottom-color:transparent}.fd-table--pop-in .fd-table__row--main.is-selected+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main[aria-selected=true]+.fd-table__row--secondary{background-color:var(--sapList_SelectionBackgroundColor);border-bottom-color:var(--sapList_SelectionBorderColor)}.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-active,.fd-table--pop-in .fd-table__row--secondary.is-hover,.fd-table--pop-in .fd-table__row--secondary:active,.fd-table--pop-in .fd-table__row--secondary:hover{background-color:var(--sapList_Background)}.fd-table--no-vertical-borders .fd-table__cell,.fd-table__body--no-vertical-borders .fd-table__cell,.fd-table__header--no-vertical-borders .fd-table__cell{--fdTable_Cell_Vertical_Border_Style:none}.fd-table--no-vertical-borders .fd-table__cell[dir=rtl],.fd-table__body--no-vertical-borders .fd-table__cell[dir=rtl],.fd-table__header--no-vertical-borders .fd-table__cell[dir=rtl],[dir=rtl] .fd-table--no-vertical-borders .fd-table__cell,[dir=rtl] .fd-table__body--no-vertical-borders .fd-table__cell,[dir=rtl] .fd-table__header--no-vertical-borders .fd-table__cell{border-left-color:var(--sapList_BorderColor)}.fd-table--no-vertical-borders .fd-table__cell.is-first-child,.fd-table--no-vertical-borders .fd-table__cell:first-child,.fd-table__body--no-vertical-borders .fd-table__cell.is-first-child,.fd-table__body--no-vertical-borders .fd-table__cell:first-child,.fd-table__header--no-vertical-borders .fd-table__cell.is-first-child,.fd-table__header--no-vertical-borders .fd-table__cell:first-child{border-left-style:solid}.fd-table--no-vertical-borders .fd-table__cell.is-first-child[dir=rtl],.fd-table--no-vertical-borders .fd-table__cell:first-child[dir=rtl],.fd-table__body--no-vertical-borders .fd-table__cell.is-first-child[dir=rtl],.fd-table__body--no-vertical-borders .fd-table__cell:first-child[dir=rtl],.fd-table__header--no-vertical-borders .fd-table__cell.is-first-child[dir=rtl],.fd-table__header--no-vertical-borders .fd-table__cell:first-child[dir=rtl],[dir=rtl] .fd-table--no-vertical-borders .fd-table__cell.is-first-child,[dir=rtl] .fd-table--no-vertical-borders .fd-table__cell:first-child,[dir=rtl] .fd-table__body--no-vertical-borders .fd-table__cell.is-first-child,[dir=rtl] .fd-table__body--no-vertical-borders .fd-table__cell:first-child,[dir=rtl] .fd-table__header--no-vertical-borders .fd-table__cell.is-first-child,[dir=rtl] .fd-table__header--no-vertical-borders .fd-table__cell:first-child{border-left-style:none;border-right-style:solid}.fd-table--no-vertical-borders .fd-table__cell.is-last-child,.fd-table--no-vertical-borders .fd-table__cell:last-child,.fd-table__body--no-vertical-borders .fd-table__cell.is-last-child,.fd-table__body--no-vertical-borders .fd-table__cell:last-child,.fd-table__header--no-vertical-borders .fd-table__cell.is-last-child,.fd-table__header--no-vertical-borders .fd-table__cell:last-child{border-right-style:solid}.fd-table--no-vertical-borders .fd-table__cell.is-last-child[dir=rtl],.fd-table--no-vertical-borders .fd-table__cell:last-child[dir=rtl],.fd-table__body--no-vertical-borders .fd-table__cell.is-last-child[dir=rtl],.fd-table__body--no-vertical-borders .fd-table__cell:last-child[dir=rtl],.fd-table__header--no-vertical-borders .fd-table__cell.is-last-child[dir=rtl],.fd-table__header--no-vertical-borders .fd-table__cell:last-child[dir=rtl],[dir=rtl] .fd-table--no-vertical-borders .fd-table__cell.is-last-child,[dir=rtl] .fd-table--no-vertical-borders .fd-table__cell:last-child,[dir=rtl] .fd-table__body--no-vertical-borders .fd-table__cell.is-last-child,[dir=rtl] .fd-table__body--no-vertical-borders .fd-table__cell:last-child,[dir=rtl] .fd-table__header--no-vertical-borders .fd-table__cell.is-last-child,[dir=rtl] .fd-table__header--no-vertical-borders .fd-table__cell:last-child{border-left-style:solid;border-right-style:none}.fd-table--no-horizontal-borders .fd-table__cell,.fd-table__body--no-horizontal-borders .fd-table__cell,.fd-table__header--no-horizontal-borders .fd-table__cell{border-bottom-color:transparent}.fd-table--no-horizontal-borders .fd-table__row.is-last-child .fd-table__cell,.fd-table--no-horizontal-borders .fd-table__row:last-child .fd-table__cell,.fd-table__body--no-horizontal-borders .fd-table__row.is-last-child .fd-table__cell,.fd-table__body--no-horizontal-borders .fd-table__row:last-child .fd-table__cell,.fd-table__header--no-horizontal-borders .fd-table__row.is-last-child .fd-table__cell,.fd-table__header--no-horizontal-borders .fd-table__row:last-child .fd-table__cell{border-bottom-color:var(--sapList_BorderColor)}.fd-table .fd-table__cell--no-vertical-border+.fd-table__cell{border-left-style:none}.fd-table .fd-table__cell--no-vertical-border[dir=rtl],[dir=rtl] .fd-table .fd-table__cell--no-vertical-border{border-right-style:none}.fd-table .fd-table__cell--no-horizontal-border{border-bottom-color:transparent}.fd-table--no-outer-border:not(.fd-table--top-border) .fd-table__header .fd-table__cell,.fd-table--responsive:not(.fd-table--top-border) .fd-table__header .fd-table__cell{border-top-color:transparent}.fd-table--no-outer-border .fd-table__body .fd-table__row.is-last-child .fd-table__cell,.fd-table--no-outer-border .fd-table__body .fd-table__row:last-child .fd-table__cell,.fd-table--responsive .fd-table__body .fd-table__row.is-last-child .fd-table__cell,.fd-table--responsive .fd-table__body .fd-table__row:last-child .fd-table__cell{border-bottom-color:transparent}.fd-table--no-outer-border .fd-table__cell.is-first-child,.fd-table--no-outer-border .fd-table__cell.is-last-child,.fd-table--no-outer-border .fd-table__cell:first-child,.fd-table--no-outer-border .fd-table__cell:last-child,.fd-table--responsive .fd-table__cell.is-first-child,.fd-table--responsive .fd-table__cell.is-last-child,.fd-table--responsive .fd-table__cell:first-child,.fd-table--responsive .fd-table__cell:last-child{border-left-style:none;border-right-style:solid}.fd-table--no-outer-border .fd-table__cell.is-first-child[dir=rtl],.fd-table--no-outer-border .fd-table__cell.is-last-child[dir=rtl],.fd-table--no-outer-border .fd-table__cell:first-child[dir=rtl],.fd-table--no-outer-border .fd-table__cell:last-child[dir=rtl],.fd-table--responsive .fd-table__cell.is-first-child[dir=rtl],.fd-table--responsive .fd-table__cell.is-last-child[dir=rtl],.fd-table--responsive .fd-table__cell:first-child[dir=rtl],.fd-table--responsive .fd-table__cell:last-child[dir=rtl],[dir=rtl] .fd-table--no-outer-border .fd-table__cell.is-first-child,[dir=rtl] .fd-table--no-outer-border .fd-table__cell.is-last-child,[dir=rtl] .fd-table--no-outer-border .fd-table__cell:first-child,[dir=rtl] .fd-table--no-outer-border .fd-table__cell:last-child,[dir=rtl] .fd-table--responsive .fd-table__cell.is-first-child,[dir=rtl] .fd-table--responsive .fd-table__cell.is-last-child,[dir=rtl] .fd-table--responsive .fd-table__cell:first-child,[dir=rtl] .fd-table--responsive .fd-table__cell:last-child{border-left-style:none;border-right-style:none}.fd-table--no-outer-border .fd-table__cell.is-last-child,.fd-table--no-outer-border .fd-table__cell:last-child,.fd-table--responsive .fd-table__cell.is-last-child,.fd-table--responsive .fd-table__cell:last-child{border-left-style:solid;border-right-style:none}.fd-table--no-outer-border .fd-table__cell.is-last-child[dir=rtl],.fd-table--no-outer-border .fd-table__cell:last-child[dir=rtl],.fd-table--responsive .fd-table__cell.is-last-child[dir=rtl],.fd-table--responsive .fd-table__cell:last-child[dir=rtl],[dir=rtl] .fd-table--no-outer-border .fd-table__cell.is-last-child,[dir=rtl] .fd-table--no-outer-border .fd-table__cell:last-child,[dir=rtl] .fd-table--responsive .fd-table__cell.is-last-child,[dir=rtl] .fd-table--responsive .fd-table__cell:last-child{border-left-style:none;border-right-style:solid}.fd-table--no-outer-border.fd-table--no-vertical-borders .fd-table__cell.is-last-child,.fd-table--no-outer-border.fd-table--no-vertical-borders .fd-table__cell:last-child,.fd-table--responsive.fd-table--no-vertical-borders .fd-table__cell.is-last-child,.fd-table--responsive.fd-table--no-vertical-borders .fd-table__cell:last-child{border-left-style:none;border-right-style:none}.fd-table--group .fd-table__cell--group{background-color:var(--fdTable_Group_Header_Background);border-bottom-color:var(--sapList_TableGroupHeaderBorderColor);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:5rem}.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:5rem}.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.5rem}.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.5rem}.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:6rem}.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:6rem}.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.5rem}.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.5rem}.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:7rem}.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:7rem}.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.5rem}.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.5rem}.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:8rem}.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:8rem}.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.5rem}.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.5rem}.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:9rem}.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:9rem}.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.5rem}.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.5rem}.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:10rem}.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:10rem}.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.5rem}.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.5rem}.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:11rem}.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:11rem}.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.5rem}.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.5rem}.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:12rem}.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:12rem}.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.5rem}.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.5rem}.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:13rem}.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:13rem}.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.5rem}.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.5rem}.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:2.25rem}.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:2.25rem}.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:2.75rem}.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:2.75rem}.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.25rem}.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.25rem}.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:3.75rem}.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:3.75rem}.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.25rem}.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.25rem}.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:4.75rem}.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:4.75rem}.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.25rem}.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.25rem}.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:5.75rem}.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:5.75rem}.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.25rem}.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.25rem}.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:6.75rem}.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:6.75rem}.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.25rem}.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.25rem}.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:7.75rem}.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:7.75rem}.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.25rem}.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.25rem}.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:8.75rem}.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:8.75rem}.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.25rem}.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.25rem}.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:9.75rem}.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:9.75rem}.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.25rem}.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.25rem}.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:10.75rem}.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:10.75rem}.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:var(--fdTable_Cell_Height);justify-content:center;min-width:var(--fdTable_Header_Cell_Height)}.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[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:2rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:3.5rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:3.5rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:4.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:5.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:5.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:6.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:6.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:7.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:7.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:8.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:8.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:9.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:9.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:10.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:10.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:11.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:11.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:11.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:12.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:12.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:12.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:12.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:0}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:1.5rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:2.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:2.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:2.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:3.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:3.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:3.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:4.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:5.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:6.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:7.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:8.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:9.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:10.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:10.75rem}.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 }); }
53
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: TableWrapperComponent, isStandalone: true, selector: "fd-table-wrapper", providers: [contentDensityObserverProviders()], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, styles: ["/*!\n * Fundamental Library Styles v0.30.2\n * Copyright (c) 2023 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n */.fd-table{--fdTable_Header_Cell_Height:2.75rem;--fdTable_Cell_Height:2.75rem;border-bottom-left-radius:var(--fdTable_Border_Radius);border-bottom-right-radius:var(--fdTable_Border_Radius);border-collapse:separate;border-spacing:0;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;forced-color-adjust:none;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__icon--navigation [class*=sap-icon][dir=rtl],.fd-table__icon--navigation[class*=sap-icon][dir=rtl],[dir=rtl] .fd-table__icon--navigation [class*=sap-icon],[dir=rtl] .fd-table__icon--navigation[class*=sap-icon]{transform:rotate(180deg)}.fd-table__header .fd-table__cell{background-color:var(--sapList_HeaderBackground);border-bottom:var(--fdTable_Header_Horizontal_Border);border-top:var(--fdTable_Header_Horizontal_Border);color:var(--sapList_HeaderTextColor);font-weight:var(--fdTable_Header_Cell_Font_Weight);height:var(--fdTable_Header_Cell_Height)}.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__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-bottom:var(--sapList_BorderWidth) var(--fdTable_Cell_Horizontal_Border_Style, solid) var(--sapList_BorderColor);border-left:var(--sapList_BorderWidth) var(--fdTable_Cell_Vertical_Border_Style, solid) var(--sapList_BorderColor);color:inherit;height:var(--fdTable_Cell_Height);outline:none;padding:0 .5rem;text-align:left}.fd-table__cell[dir=rtl],[dir=rtl] .fd-table__cell{border-left-style:none}.fd-table__cell.is-last-child,.fd-table__cell:last-child,.fd-table__cell[dir=rtl],[dir=rtl] .fd-table__cell{border-right:var(--sapList_BorderWidth) var(--fdTable_Cell_Vertical_Border_Style, solid) var(--sapList_BorderColor)}.fd-table__cell.is-last-child[dir=rtl],.fd-table__cell:last-child[dir=rtl],[dir=rtl] .fd-table__cell.is-last-child,[dir=rtl] .fd-table__cell:last-child{border-left:var(--sapList_BorderWidth) var(--fdTable_Cell_Vertical_Border_Style, solid) var(--sapList_BorderColor);border-right-style:none}.fd-table__cell[dir=rtl],[dir=rtl] .fd-table__cell{text-align:right}.fd-table__cell--no-data{text-align:center}.fd-table__cell--mock{padding:0;width:auto}.fd-table__cell--checkbox{padding:0;vertical-align:baseline;width:var(--fdTable_Header_Cell_Height)}.fd-table__cell--fit-content{white-space:nowrap;width:.5rem;word-break:keep-all}.fd-table__cell--no-padding{padding:0}.fd-table__cell--status-indicator{padding:0;width:.375rem}.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:not(.fd-table__cell--checkbox,.fd-table__cell.fd-table__cell--status-indicator){padding-left:1rem}.fd-table__cell:first-child:not(.fd-table__cell--checkbox,.fd-table__cell.fd-table__cell--status-indicator)[dir=rtl],[dir=rtl] .fd-table__cell:first-child:not(.fd-table__cell--checkbox,.fd-table__cell.fd-table__cell--status-indicator){padding-left:0;padding-left:.5rem;padding-right:1rem}.fd-table__row{background-color:var(--sapList_Background)}.fd-table__row.is-selected,.fd-table__row[aria-selected=true]{background-color:var(--sapList_SelectionBackgroundColor)}.fd-table__row.is-selected .fd-table__cell,.fd-table__row[aria-selected=true] .fd-table__cell{border-bottom-color:var(--sapList_SelectionBorderColor)}.fd-table__cell--hoverable.is-hover,.fd-table__cell--hoverable: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--hoverable.is-selected.is-hover,.fd-table__cell--hoverable.is-selected:hover,.fd-table__cell--hoverable[aria-selected=true].is-hover,.fd-table__cell--hoverable[aria-selected=true]:hover,.fd-table__row--hoverable.is-selected.is-hover,.fd-table__row--hoverable.is-selected:hover,.fd-table__row--hoverable[aria-selected=true].is-hover,.fd-table__row--hoverable[aria-selected=true]:hover{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table__cell--activable,.fd-table__cell--focusable,.fd-table__row--activable,.fd-table__row--focusable{position:relative}.fd-table__cell--activable.is-focus:after,.fd-table__cell--activable:focus:after,.fd-table__cell--focusable.is-focus:after,.fd-table__cell--focusable:focus:after,.fd-table__row--activable.is-focus:after,.fd-table__row--activable:focus:after,.fd-table__row--focusable.is-focus:after,.fd-table__row--focusable:focus:after{border-color:var(--sapContent_FocusColor);border-style:var(--sapContent_FocusStyle);border-width:var(--sapContent_FocusWidth);content:\"\";inset:.0625rem;pointer-events:none;position:absolute}.fd-table__cell--activable:after,.fd-table__cell--focusable:after,.fd-table__row--activable:after,.fd-table__row--focusable:after{z-index:4}.fd-table__cell--activable.is-selected:after,.fd-table__cell--activable[aria-selected=true]:after,.fd-table__cell--focusable.is-selected:after,.fd-table__cell--focusable[aria-selected=true]:after,.fd-table__row--activable.is-selected:after,.fd-table__row--activable[aria-selected=true]:after,.fd-table__row--focusable.is-selected:after,.fd-table__row--focusable[aria-selected=true]:after{border-color:var(--sapContent_ContrastFocusColor)}.fd-table__cell--activable,.fd-table__row--activable{cursor:pointer}.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--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 .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-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)}.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(--sapList_Active_Background)}.fd-table__body:not(:last-child) .fd-table__row:last-child .fd-table__cell{border-bottom-color:transparent}.fd-table__footer .fd-table__row{background-color:var(--sapList_Background);vertical-align:middle}.fd-table__footer .fd-table__cell{border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent;border-top:.125rem solid var(--sapList_TableFooterBorder);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;forced-color-adjust:none;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[class*=-compact],[class*=-compact] .fd-table:not([class*=-cozy]):not([class*=-condensed]){--fdTable_Cell_Height:2rem}.fd-table[class*=-condensed],[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]){--fdTable_Cell_Height:1.5rem}.fd-table[class*=-condensed] .fd-table__body .fd-table__cell--checkbox .fd-table__checkbox-label,.fd-table[class*=-condensed] .fd-table__footer .fd-table__cell--checkbox .fd-table__checkbox-label,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__body .fd-table__cell--checkbox .fd-table__checkbox-label,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__footer .fd-table__cell--checkbox .fd-table__checkbox-label{margin-top:-.25rem;position:absolute}.fd-table[class*=-condensed] .fd-table__body .fd-table__cell--activable:after,.fd-table[class*=-condensed] .fd-table__body .fd-table__cell--focusable:after,.fd-table[class*=-condensed] .fd-table__body .fd-table__row--activable:after,.fd-table[class*=-condensed] .fd-table__body .fd-table__row--focusable:after,.fd-table[class*=-condensed] .fd-table__footer .fd-table__cell--activable:after,.fd-table[class*=-condensed] .fd-table__footer .fd-table__cell--focusable:after,.fd-table[class*=-condensed] .fd-table__footer .fd-table__row--activable:after,.fd-table[class*=-condensed] .fd-table__footer .fd-table__row--focusable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__body .fd-table__cell--activable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__body .fd-table__cell--focusable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__body .fd-table__row--activable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__body .fd-table__row--focusable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__footer .fd-table__cell--activable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__footer .fd-table__cell--focusable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__footer .fd-table__row--activable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__footer .fd-table__row--focusable:after{bottom:var(--fdTable_Condensed_Focus_Outline_Offset);left:var(--fdTable_Condensed_Focus_Outline_Offset);right:var(--fdTable_Condensed_Focus_Outline_Offset);top:var(--fdTable_Condensed_Focus_Outline_Offset)}.fd-table[class*=-compact],.fd-table[class*=-condensed],[class*=-compact] .fd-table:not([class*=-cozy]),[class*=-condensed] .fd-table:not([class*=-cozy]){--fdTable_Header_Cell_Height:2rem}.fd-table--hidden{display:none}.fd-table--fixed{overflow:auto;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__cell--fixed{left:0}.fd-table--fixed .fd-table__cell--fixed[dir=rtl],[dir=rtl] .fd-table--fixed .fd-table__cell--fixed{left:auto;right:0}.fd-table--fixed .fd-table__cell--fixed,.fd-table--fixed .fd-table__cell--fixed-end{background-color:inherit;display:table-cell;position:sticky;z-index:1}.fd-table--fixed .fd-table__cell--fixed-last{border-right:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor)}.fd-table--fixed .fd-table__cell--fixed-last+.fd-table__cell{border-left:none}.fd-table--fixed .fd-table__cell--fixed-last[dir=rtl],[dir=rtl] .fd-table--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--fixed .fd-table__cell--fixed-last[dir=rtl]+.fd-table__cell,[dir=rtl] .fd-table--fixed .fd-table__cell--fixed-last+.fd-table__cell{border-right:none}.fd-table--fixed .fd-table__cell--fixed-end{right:0}.fd-table--fixed .fd-table__cell--fixed-end[dir=rtl],[dir=rtl] .fd-table--fixed .fd-table__cell--fixed-end{left:0;right:auto}.fd-table--fixed .fd-table__cell--fixed-end-last{border-left:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor)}.fd-table--fixed .fd-table__cell--fixed-end-last[dir=rtl],[dir=rtl] .fd-table--fixed .fd-table__cell--fixed-end-last{border-right:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor)}.fd-table--fixed .fd-table__header .fd-table__cell{position:sticky;top:0;z-index:2}.fd-table--fixed .fd-table__header .fd-table__cell--fixed,.fd-table--fixed .fd-table__header .fd-table__cell--fixed-end{z-index:3}.fd-table--fixed .fd-table__footer .fd-table__cell{background-color:inherit;bottom:0;position:sticky;z-index:2}.fd-table .fd-table__cell--valid{color:var(--sapSuccessColor)}.fd-table .fd-table__cell--status-indicator--valid{background-color:var(--sapSuccessBorderColor)}.fd-table .fd-table__cell--warning{color:var(--sapWarningColor)}.fd-table .fd-table__cell--status-indicator--warning{background-color:var(--sapWarningBorderColor)}.fd-table .fd-table__cell--error{color:var(--sapErrorColor)}.fd-table .fd-table__cell--status-indicator--error{background-color:var(--sapErrorBorderColor)}.fd-table .fd-table__cell--information{color:var(--sapInformationColor)}.fd-table .fd-table__cell--status-indicator--information{background-color:var(--sapInformationBorderColor)}.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.is-last-child,.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:0;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,.fd-table--pop-in .fd-table__row--secondary{border-left-color:transparent;border-right-color:transparent}.fd-table--pop-in .fd-table__row--main .fd-table__cell{border-bottom-color:transparent;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--hoverable.is-selected.is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable.is-selected:hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable[aria-selected=true].is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable[aria-selected=true]:hover+.fd-table__row--secondary{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable.is-active .fd-table__cell,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:active .fd-table__cell{border-bottom-color:transparent}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable.is-active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable.is-selected.is-active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable.is-selected:active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable[aria-selected=true].is-active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable[aria-selected=true]:active+.fd-table__row--secondary{background-color:var(--sapList_Active_Background);border-bottom-color:var(--sapList_SelectionBorderColor)}.fd-table--pop-in .fd-table__row--main.is-selected .fd-table__cell,.fd-table--pop-in .fd-table__row--main[aria-selected=true] .fd-table__cell{border-bottom-color:transparent}.fd-table--pop-in .fd-table__row--main.is-selected+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main[aria-selected=true]+.fd-table__row--secondary{background-color:var(--sapList_SelectionBackgroundColor);border-bottom-color:var(--sapList_SelectionBorderColor)}.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-active,.fd-table--pop-in .fd-table__row--secondary.is-hover,.fd-table--pop-in .fd-table__row--secondary:active,.fd-table--pop-in .fd-table__row--secondary:hover{background-color:var(--sapList_Background)}.fd-table--no-vertical-borders .fd-table__cell,.fd-table__body--no-vertical-borders .fd-table__cell,.fd-table__header--no-vertical-borders .fd-table__cell{--fdTable_Cell_Vertical_Border_Style:none}.fd-table--no-vertical-borders .fd-table__cell[dir=rtl],.fd-table__body--no-vertical-borders .fd-table__cell[dir=rtl],.fd-table__header--no-vertical-borders .fd-table__cell[dir=rtl],[dir=rtl] .fd-table--no-vertical-borders .fd-table__cell,[dir=rtl] .fd-table__body--no-vertical-borders .fd-table__cell,[dir=rtl] .fd-table__header--no-vertical-borders .fd-table__cell{border-left-color:var(--sapList_BorderColor)}.fd-table--no-vertical-borders .fd-table__cell.is-first-child,.fd-table--no-vertical-borders .fd-table__cell:first-child,.fd-table__body--no-vertical-borders .fd-table__cell.is-first-child,.fd-table__body--no-vertical-borders .fd-table__cell:first-child,.fd-table__header--no-vertical-borders .fd-table__cell.is-first-child,.fd-table__header--no-vertical-borders .fd-table__cell:first-child{border-left-style:solid}.fd-table--no-vertical-borders .fd-table__cell.is-first-child[dir=rtl],.fd-table--no-vertical-borders .fd-table__cell:first-child[dir=rtl],.fd-table__body--no-vertical-borders .fd-table__cell.is-first-child[dir=rtl],.fd-table__body--no-vertical-borders .fd-table__cell:first-child[dir=rtl],.fd-table__header--no-vertical-borders .fd-table__cell.is-first-child[dir=rtl],.fd-table__header--no-vertical-borders .fd-table__cell:first-child[dir=rtl],[dir=rtl] .fd-table--no-vertical-borders .fd-table__cell.is-first-child,[dir=rtl] .fd-table--no-vertical-borders .fd-table__cell:first-child,[dir=rtl] .fd-table__body--no-vertical-borders .fd-table__cell.is-first-child,[dir=rtl] .fd-table__body--no-vertical-borders .fd-table__cell:first-child,[dir=rtl] .fd-table__header--no-vertical-borders .fd-table__cell.is-first-child,[dir=rtl] .fd-table__header--no-vertical-borders .fd-table__cell:first-child{border-left-style:none;border-right-style:solid}.fd-table--no-vertical-borders .fd-table__cell.is-last-child,.fd-table--no-vertical-borders .fd-table__cell:last-child,.fd-table__body--no-vertical-borders .fd-table__cell.is-last-child,.fd-table__body--no-vertical-borders .fd-table__cell:last-child,.fd-table__header--no-vertical-borders .fd-table__cell.is-last-child,.fd-table__header--no-vertical-borders .fd-table__cell:last-child{border-right-style:solid}.fd-table--no-vertical-borders .fd-table__cell.is-last-child[dir=rtl],.fd-table--no-vertical-borders .fd-table__cell:last-child[dir=rtl],.fd-table__body--no-vertical-borders .fd-table__cell.is-last-child[dir=rtl],.fd-table__body--no-vertical-borders .fd-table__cell:last-child[dir=rtl],.fd-table__header--no-vertical-borders .fd-table__cell.is-last-child[dir=rtl],.fd-table__header--no-vertical-borders .fd-table__cell:last-child[dir=rtl],[dir=rtl] .fd-table--no-vertical-borders .fd-table__cell.is-last-child,[dir=rtl] .fd-table--no-vertical-borders .fd-table__cell:last-child,[dir=rtl] .fd-table__body--no-vertical-borders .fd-table__cell.is-last-child,[dir=rtl] .fd-table__body--no-vertical-borders .fd-table__cell:last-child,[dir=rtl] .fd-table__header--no-vertical-borders .fd-table__cell.is-last-child,[dir=rtl] .fd-table__header--no-vertical-borders .fd-table__cell:last-child{border-left-style:solid;border-right-style:none}.fd-table--no-horizontal-borders .fd-table__cell,.fd-table__body--no-horizontal-borders .fd-table__cell,.fd-table__header--no-horizontal-borders .fd-table__cell{border-bottom-color:transparent}.fd-table--no-horizontal-borders .fd-table__row.is-last-child .fd-table__cell,.fd-table--no-horizontal-borders .fd-table__row:last-child .fd-table__cell,.fd-table__body--no-horizontal-borders .fd-table__row.is-last-child .fd-table__cell,.fd-table__body--no-horizontal-borders .fd-table__row:last-child .fd-table__cell,.fd-table__header--no-horizontal-borders .fd-table__row.is-last-child .fd-table__cell,.fd-table__header--no-horizontal-borders .fd-table__row:last-child .fd-table__cell{border-bottom-color:var(--sapList_BorderColor)}.fd-table .fd-table__cell--no-vertical-border+.fd-table__cell{border-left-style:none}.fd-table .fd-table__cell--no-vertical-border[dir=rtl],[dir=rtl] .fd-table .fd-table__cell--no-vertical-border{border-right-style:none}.fd-table .fd-table__cell--no-horizontal-border{border-bottom-color:transparent}.fd-table--no-outer-border:not(.fd-table--top-border) .fd-table__header .fd-table__cell,.fd-table--responsive:not(.fd-table--top-border) .fd-table__header .fd-table__cell{border-top-color:transparent}.fd-table--no-outer-border .fd-table__body .fd-table__row.is-last-child .fd-table__cell,.fd-table--no-outer-border .fd-table__body .fd-table__row:last-child .fd-table__cell,.fd-table--responsive .fd-table__body .fd-table__row.is-last-child .fd-table__cell,.fd-table--responsive .fd-table__body .fd-table__row:last-child .fd-table__cell{border-bottom-color:transparent}.fd-table--no-outer-border .fd-table__cell.is-first-child,.fd-table--no-outer-border .fd-table__cell.is-last-child,.fd-table--no-outer-border .fd-table__cell:first-child,.fd-table--no-outer-border .fd-table__cell:last-child,.fd-table--responsive .fd-table__cell.is-first-child,.fd-table--responsive .fd-table__cell.is-last-child,.fd-table--responsive .fd-table__cell:first-child,.fd-table--responsive .fd-table__cell:last-child{border-left-style:none;border-right-style:solid}.fd-table--no-outer-border .fd-table__cell.is-first-child[dir=rtl],.fd-table--no-outer-border .fd-table__cell.is-last-child[dir=rtl],.fd-table--no-outer-border .fd-table__cell:first-child[dir=rtl],.fd-table--no-outer-border .fd-table__cell:last-child[dir=rtl],.fd-table--responsive .fd-table__cell.is-first-child[dir=rtl],.fd-table--responsive .fd-table__cell.is-last-child[dir=rtl],.fd-table--responsive .fd-table__cell:first-child[dir=rtl],.fd-table--responsive .fd-table__cell:last-child[dir=rtl],[dir=rtl] .fd-table--no-outer-border .fd-table__cell.is-first-child,[dir=rtl] .fd-table--no-outer-border .fd-table__cell.is-last-child,[dir=rtl] .fd-table--no-outer-border .fd-table__cell:first-child,[dir=rtl] .fd-table--no-outer-border .fd-table__cell:last-child,[dir=rtl] .fd-table--responsive .fd-table__cell.is-first-child,[dir=rtl] .fd-table--responsive .fd-table__cell.is-last-child,[dir=rtl] .fd-table--responsive .fd-table__cell:first-child,[dir=rtl] .fd-table--responsive .fd-table__cell:last-child{border-left-style:none;border-right-style:none}.fd-table--no-outer-border .fd-table__cell.is-last-child,.fd-table--no-outer-border .fd-table__cell:last-child,.fd-table--responsive .fd-table__cell.is-last-child,.fd-table--responsive .fd-table__cell:last-child{border-left-style:solid;border-right-style:none}.fd-table--no-outer-border .fd-table__cell.is-last-child[dir=rtl],.fd-table--no-outer-border .fd-table__cell:last-child[dir=rtl],.fd-table--responsive .fd-table__cell.is-last-child[dir=rtl],.fd-table--responsive .fd-table__cell:last-child[dir=rtl],[dir=rtl] .fd-table--no-outer-border .fd-table__cell.is-last-child,[dir=rtl] .fd-table--no-outer-border .fd-table__cell:last-child,[dir=rtl] .fd-table--responsive .fd-table__cell.is-last-child,[dir=rtl] .fd-table--responsive .fd-table__cell:last-child{border-left-style:none;border-right-style:solid}.fd-table--no-outer-border.fd-table--no-vertical-borders .fd-table__cell.is-last-child,.fd-table--no-outer-border.fd-table--no-vertical-borders .fd-table__cell:last-child,.fd-table--responsive.fd-table--no-vertical-borders .fd-table__cell.is-last-child,.fd-table--responsive.fd-table--no-vertical-borders .fd-table__cell:last-child{border-left-style:none;border-right-style:none}.fd-table--group .fd-table__cell--group{background-color:var(--fdTable_Group_Header_Background);border-bottom-color:var(--sapList_TableGroupHeaderBorderColor);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:5rem}.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:5rem}.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.5rem}.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.5rem}.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:6rem}.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:6rem}.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.5rem}.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.5rem}.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:7rem}.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:7rem}.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.5rem}.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.5rem}.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:8rem}.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:8rem}.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.5rem}.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.5rem}.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:9rem}.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:9rem}.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.5rem}.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.5rem}.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:10rem}.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:10rem}.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.5rem}.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.5rem}.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:11rem}.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:11rem}.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.5rem}.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.5rem}.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:12rem}.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:12rem}.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.5rem}.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.5rem}.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:13rem}.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:13rem}.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.5rem}.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.5rem}.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:2.25rem}.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:2.25rem}.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:2.75rem}.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:2.75rem}.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.25rem}.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.25rem}.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:3.75rem}.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:3.75rem}.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.25rem}.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.25rem}.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:4.75rem}.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:4.75rem}.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.25rem}.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.25rem}.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:5.75rem}.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:5.75rem}.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.25rem}.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.25rem}.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:6.75rem}.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:6.75rem}.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.25rem}.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.25rem}.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:7.75rem}.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:7.75rem}.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.25rem}.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.25rem}.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:8.75rem}.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:8.75rem}.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.25rem}.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.25rem}.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:9.75rem}.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:9.75rem}.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.25rem}.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.25rem}.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:10.75rem}.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:10.75rem}.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:var(--fdTable_Cell_Height);justify-content:center;min-width:var(--fdTable_Header_Cell_Height)}.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[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:2rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:3.5rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:3.5rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:4.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:5.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:5.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:6.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:6.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:7.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:7.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:8.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:8.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:9.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:9.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:10.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:10.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:11.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:11.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:11.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:12.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:12.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:12.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:12.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:0}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:1.5rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:2.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:2.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:2.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:3.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:3.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:3.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:4.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:5.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:6.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:7.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:8.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:9.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:10.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:10.75rem}.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}.fd-table__cell--focusable[aria-selected=true]:after{border-color:var(--sapContent_FocusColor)!important}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
54
54
  }
55
55
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: TableWrapperComponent, decorators: [{
56
56
  type: Component,
57
- args: [{ selector: 'fd-table-wrapper', template: `<ng-content></ng-content>`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [contentDensityObserverProviders()], standalone: true, styles: ["/*!\n * Fundamental Library Styles v0.30.2\n * Copyright (c) 2023 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n */.fd-table{--fdTable_Header_Cell_Height:2.75rem;--fdTable_Cell_Height:2.75rem;border-bottom-left-radius:var(--fdTable_Border_Radius);border-bottom-right-radius:var(--fdTable_Border_Radius);border-collapse:separate;border-spacing:0;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;forced-color-adjust:none;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__icon--navigation [class*=sap-icon][dir=rtl],.fd-table__icon--navigation[class*=sap-icon][dir=rtl],[dir=rtl] .fd-table__icon--navigation [class*=sap-icon],[dir=rtl] .fd-table__icon--navigation[class*=sap-icon]{transform:rotate(180deg)}.fd-table__header .fd-table__cell{background-color:var(--sapList_HeaderBackground);border-bottom:var(--fdTable_Header_Horizontal_Border);border-top:var(--fdTable_Header_Horizontal_Border);color:var(--sapList_HeaderTextColor);font-weight:var(--fdTable_Header_Cell_Font_Weight);height:var(--fdTable_Header_Cell_Height)}.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__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-bottom:var(--sapList_BorderWidth) var(--fdTable_Cell_Horizontal_Border_Style, solid) var(--sapList_BorderColor);border-left:var(--sapList_BorderWidth) var(--fdTable_Cell_Vertical_Border_Style, solid) var(--sapList_BorderColor);color:inherit;height:var(--fdTable_Cell_Height);outline:none;padding:0 .5rem;text-align:left}.fd-table__cell[dir=rtl],[dir=rtl] .fd-table__cell{border-left-style:none}.fd-table__cell.is-last-child,.fd-table__cell:last-child,.fd-table__cell[dir=rtl],[dir=rtl] .fd-table__cell{border-right:var(--sapList_BorderWidth) var(--fdTable_Cell_Vertical_Border_Style, solid) var(--sapList_BorderColor)}.fd-table__cell.is-last-child[dir=rtl],.fd-table__cell:last-child[dir=rtl],[dir=rtl] .fd-table__cell.is-last-child,[dir=rtl] .fd-table__cell:last-child{border-left:var(--sapList_BorderWidth) var(--fdTable_Cell_Vertical_Border_Style, solid) var(--sapList_BorderColor);border-right-style:none}.fd-table__cell[dir=rtl],[dir=rtl] .fd-table__cell{text-align:right}.fd-table__cell--no-data{text-align:center}.fd-table__cell--mock{padding:0;width:auto}.fd-table__cell--checkbox{padding:0;vertical-align:baseline;width:var(--fdTable_Header_Cell_Height)}.fd-table__cell--fit-content{white-space:nowrap;width:.5rem;word-break:keep-all}.fd-table__cell--no-padding{padding:0}.fd-table__cell--status-indicator{padding:0;width:.375rem}.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:not(.fd-table__cell--checkbox,.fd-table__cell.fd-table__cell--status-indicator){padding-left:1rem}.fd-table__cell:first-child:not(.fd-table__cell--checkbox,.fd-table__cell.fd-table__cell--status-indicator)[dir=rtl],[dir=rtl] .fd-table__cell:first-child:not(.fd-table__cell--checkbox,.fd-table__cell.fd-table__cell--status-indicator){padding-left:0;padding-left:.5rem;padding-right:1rem}.fd-table__row{background-color:var(--sapList_Background)}.fd-table__row.is-selected,.fd-table__row[aria-selected=true]{background-color:var(--sapList_SelectionBackgroundColor)}.fd-table__row.is-selected .fd-table__cell,.fd-table__row[aria-selected=true] .fd-table__cell{border-bottom-color:var(--sapList_SelectionBorderColor)}.fd-table__cell--hoverable.is-hover,.fd-table__cell--hoverable: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--hoverable.is-selected.is-hover,.fd-table__cell--hoverable.is-selected:hover,.fd-table__cell--hoverable[aria-selected=true].is-hover,.fd-table__cell--hoverable[aria-selected=true]:hover,.fd-table__row--hoverable.is-selected.is-hover,.fd-table__row--hoverable.is-selected:hover,.fd-table__row--hoverable[aria-selected=true].is-hover,.fd-table__row--hoverable[aria-selected=true]:hover{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table__cell--activable,.fd-table__cell--focusable,.fd-table__row--activable,.fd-table__row--focusable{position:relative}.fd-table__cell--activable.is-focus:after,.fd-table__cell--activable:focus:after,.fd-table__cell--focusable.is-focus:after,.fd-table__cell--focusable:focus:after,.fd-table__row--activable.is-focus:after,.fd-table__row--activable:focus:after,.fd-table__row--focusable.is-focus:after,.fd-table__row--focusable:focus:after{border-color:var(--sapContent_FocusColor);border-style:var(--sapContent_FocusStyle);border-width:var(--sapContent_FocusWidth);content:\"\";inset:.0625rem;pointer-events:none;position:absolute}.fd-table__cell--activable:after,.fd-table__cell--focusable:after,.fd-table__row--activable:after,.fd-table__row--focusable:after{z-index:4}.fd-table__cell--activable.is-selected:after,.fd-table__cell--activable[aria-selected=true]:after,.fd-table__cell--focusable.is-selected:after,.fd-table__cell--focusable[aria-selected=true]:after,.fd-table__row--activable.is-selected:after,.fd-table__row--activable[aria-selected=true]:after,.fd-table__row--focusable.is-selected:after,.fd-table__row--focusable[aria-selected=true]:after{border-color:var(--sapContent_ContrastFocusColor)}.fd-table__cell--activable,.fd-table__row--activable{cursor:pointer}.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--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 .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-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)}.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(--sapList_Active_Background)}.fd-table__body:not(:last-child) .fd-table__row:last-child .fd-table__cell{border-bottom-color:transparent}.fd-table__footer .fd-table__row{background-color:var(--sapList_Background);vertical-align:middle}.fd-table__footer .fd-table__cell{border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent;border-top:.125rem solid var(--sapList_TableFooterBorder);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;forced-color-adjust:none;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[class*=-compact],[class*=-compact] .fd-table:not([class*=-cozy]):not([class*=-condensed]){--fdTable_Cell_Height:2rem}.fd-table[class*=-condensed],[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]){--fdTable_Cell_Height:1.5rem}.fd-table[class*=-condensed] .fd-table__body .fd-table__cell--checkbox .fd-table__checkbox-label,.fd-table[class*=-condensed] .fd-table__footer .fd-table__cell--checkbox .fd-table__checkbox-label,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__body .fd-table__cell--checkbox .fd-table__checkbox-label,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__footer .fd-table__cell--checkbox .fd-table__checkbox-label{margin-top:-.25rem;position:absolute}.fd-table[class*=-condensed] .fd-table__body .fd-table__cell--activable:after,.fd-table[class*=-condensed] .fd-table__body .fd-table__cell--focusable:after,.fd-table[class*=-condensed] .fd-table__body .fd-table__row--activable:after,.fd-table[class*=-condensed] .fd-table__body .fd-table__row--focusable:after,.fd-table[class*=-condensed] .fd-table__footer .fd-table__cell--activable:after,.fd-table[class*=-condensed] .fd-table__footer .fd-table__cell--focusable:after,.fd-table[class*=-condensed] .fd-table__footer .fd-table__row--activable:after,.fd-table[class*=-condensed] .fd-table__footer .fd-table__row--focusable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__body .fd-table__cell--activable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__body .fd-table__cell--focusable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__body .fd-table__row--activable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__body .fd-table__row--focusable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__footer .fd-table__cell--activable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__footer .fd-table__cell--focusable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__footer .fd-table__row--activable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__footer .fd-table__row--focusable:after{bottom:var(--fdTable_Condensed_Focus_Outline_Offset);left:var(--fdTable_Condensed_Focus_Outline_Offset);right:var(--fdTable_Condensed_Focus_Outline_Offset);top:var(--fdTable_Condensed_Focus_Outline_Offset)}.fd-table[class*=-compact],.fd-table[class*=-condensed],[class*=-compact] .fd-table:not([class*=-cozy]),[class*=-condensed] .fd-table:not([class*=-cozy]){--fdTable_Header_Cell_Height:2rem}.fd-table--hidden{display:none}.fd-table--fixed{overflow:auto;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__cell--fixed{left:0}.fd-table--fixed .fd-table__cell--fixed[dir=rtl],[dir=rtl] .fd-table--fixed .fd-table__cell--fixed{left:auto;right:0}.fd-table--fixed .fd-table__cell--fixed,.fd-table--fixed .fd-table__cell--fixed-end{background-color:inherit;display:table-cell;position:sticky;z-index:1}.fd-table--fixed .fd-table__cell--fixed-last{border-right:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor)}.fd-table--fixed .fd-table__cell--fixed-last+.fd-table__cell{border-left:none}.fd-table--fixed .fd-table__cell--fixed-last[dir=rtl],[dir=rtl] .fd-table--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--fixed .fd-table__cell--fixed-last[dir=rtl]+.fd-table__cell,[dir=rtl] .fd-table--fixed .fd-table__cell--fixed-last+.fd-table__cell{border-right:none}.fd-table--fixed .fd-table__cell--fixed-end{right:0}.fd-table--fixed .fd-table__cell--fixed-end[dir=rtl],[dir=rtl] .fd-table--fixed .fd-table__cell--fixed-end{left:0;right:auto}.fd-table--fixed .fd-table__cell--fixed-end-last{border-left:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor)}.fd-table--fixed .fd-table__cell--fixed-end-last[dir=rtl],[dir=rtl] .fd-table--fixed .fd-table__cell--fixed-end-last{border-right:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor)}.fd-table--fixed .fd-table__header .fd-table__cell{position:sticky;top:0;z-index:2}.fd-table--fixed .fd-table__header .fd-table__cell--fixed,.fd-table--fixed .fd-table__header .fd-table__cell--fixed-end{z-index:3}.fd-table--fixed .fd-table__footer .fd-table__cell{background-color:inherit;bottom:0;position:sticky;z-index:2}.fd-table .fd-table__cell--valid{color:var(--sapSuccessColor)}.fd-table .fd-table__cell--status-indicator--valid{background-color:var(--sapSuccessBorderColor)}.fd-table .fd-table__cell--warning{color:var(--sapWarningColor)}.fd-table .fd-table__cell--status-indicator--warning{background-color:var(--sapWarningBorderColor)}.fd-table .fd-table__cell--error{color:var(--sapErrorColor)}.fd-table .fd-table__cell--status-indicator--error{background-color:var(--sapErrorBorderColor)}.fd-table .fd-table__cell--information{color:var(--sapInformationColor)}.fd-table .fd-table__cell--status-indicator--information{background-color:var(--sapInformationBorderColor)}.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.is-last-child,.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:0;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,.fd-table--pop-in .fd-table__row--secondary{border-left-color:transparent;border-right-color:transparent}.fd-table--pop-in .fd-table__row--main .fd-table__cell{border-bottom-color:transparent;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--hoverable.is-selected.is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable.is-selected:hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable[aria-selected=true].is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable[aria-selected=true]:hover+.fd-table__row--secondary{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable.is-active .fd-table__cell,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:active .fd-table__cell{border-bottom-color:transparent}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable.is-active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable.is-selected.is-active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable.is-selected:active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable[aria-selected=true].is-active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable[aria-selected=true]:active+.fd-table__row--secondary{background-color:var(--sapList_Active_Background);border-bottom-color:var(--sapList_SelectionBorderColor)}.fd-table--pop-in .fd-table__row--main.is-selected .fd-table__cell,.fd-table--pop-in .fd-table__row--main[aria-selected=true] .fd-table__cell{border-bottom-color:transparent}.fd-table--pop-in .fd-table__row--main.is-selected+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main[aria-selected=true]+.fd-table__row--secondary{background-color:var(--sapList_SelectionBackgroundColor);border-bottom-color:var(--sapList_SelectionBorderColor)}.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-active,.fd-table--pop-in .fd-table__row--secondary.is-hover,.fd-table--pop-in .fd-table__row--secondary:active,.fd-table--pop-in .fd-table__row--secondary:hover{background-color:var(--sapList_Background)}.fd-table--no-vertical-borders .fd-table__cell,.fd-table__body--no-vertical-borders .fd-table__cell,.fd-table__header--no-vertical-borders .fd-table__cell{--fdTable_Cell_Vertical_Border_Style:none}.fd-table--no-vertical-borders .fd-table__cell[dir=rtl],.fd-table__body--no-vertical-borders .fd-table__cell[dir=rtl],.fd-table__header--no-vertical-borders .fd-table__cell[dir=rtl],[dir=rtl] .fd-table--no-vertical-borders .fd-table__cell,[dir=rtl] .fd-table__body--no-vertical-borders .fd-table__cell,[dir=rtl] .fd-table__header--no-vertical-borders .fd-table__cell{border-left-color:var(--sapList_BorderColor)}.fd-table--no-vertical-borders .fd-table__cell.is-first-child,.fd-table--no-vertical-borders .fd-table__cell:first-child,.fd-table__body--no-vertical-borders .fd-table__cell.is-first-child,.fd-table__body--no-vertical-borders .fd-table__cell:first-child,.fd-table__header--no-vertical-borders .fd-table__cell.is-first-child,.fd-table__header--no-vertical-borders .fd-table__cell:first-child{border-left-style:solid}.fd-table--no-vertical-borders .fd-table__cell.is-first-child[dir=rtl],.fd-table--no-vertical-borders .fd-table__cell:first-child[dir=rtl],.fd-table__body--no-vertical-borders .fd-table__cell.is-first-child[dir=rtl],.fd-table__body--no-vertical-borders .fd-table__cell:first-child[dir=rtl],.fd-table__header--no-vertical-borders .fd-table__cell.is-first-child[dir=rtl],.fd-table__header--no-vertical-borders .fd-table__cell:first-child[dir=rtl],[dir=rtl] .fd-table--no-vertical-borders .fd-table__cell.is-first-child,[dir=rtl] .fd-table--no-vertical-borders .fd-table__cell:first-child,[dir=rtl] .fd-table__body--no-vertical-borders .fd-table__cell.is-first-child,[dir=rtl] .fd-table__body--no-vertical-borders .fd-table__cell:first-child,[dir=rtl] .fd-table__header--no-vertical-borders .fd-table__cell.is-first-child,[dir=rtl] .fd-table__header--no-vertical-borders .fd-table__cell:first-child{border-left-style:none;border-right-style:solid}.fd-table--no-vertical-borders .fd-table__cell.is-last-child,.fd-table--no-vertical-borders .fd-table__cell:last-child,.fd-table__body--no-vertical-borders .fd-table__cell.is-last-child,.fd-table__body--no-vertical-borders .fd-table__cell:last-child,.fd-table__header--no-vertical-borders .fd-table__cell.is-last-child,.fd-table__header--no-vertical-borders .fd-table__cell:last-child{border-right-style:solid}.fd-table--no-vertical-borders .fd-table__cell.is-last-child[dir=rtl],.fd-table--no-vertical-borders .fd-table__cell:last-child[dir=rtl],.fd-table__body--no-vertical-borders .fd-table__cell.is-last-child[dir=rtl],.fd-table__body--no-vertical-borders .fd-table__cell:last-child[dir=rtl],.fd-table__header--no-vertical-borders .fd-table__cell.is-last-child[dir=rtl],.fd-table__header--no-vertical-borders .fd-table__cell:last-child[dir=rtl],[dir=rtl] .fd-table--no-vertical-borders .fd-table__cell.is-last-child,[dir=rtl] .fd-table--no-vertical-borders .fd-table__cell:last-child,[dir=rtl] .fd-table__body--no-vertical-borders .fd-table__cell.is-last-child,[dir=rtl] .fd-table__body--no-vertical-borders .fd-table__cell:last-child,[dir=rtl] .fd-table__header--no-vertical-borders .fd-table__cell.is-last-child,[dir=rtl] .fd-table__header--no-vertical-borders .fd-table__cell:last-child{border-left-style:solid;border-right-style:none}.fd-table--no-horizontal-borders .fd-table__cell,.fd-table__body--no-horizontal-borders .fd-table__cell,.fd-table__header--no-horizontal-borders .fd-table__cell{border-bottom-color:transparent}.fd-table--no-horizontal-borders .fd-table__row.is-last-child .fd-table__cell,.fd-table--no-horizontal-borders .fd-table__row:last-child .fd-table__cell,.fd-table__body--no-horizontal-borders .fd-table__row.is-last-child .fd-table__cell,.fd-table__body--no-horizontal-borders .fd-table__row:last-child .fd-table__cell,.fd-table__header--no-horizontal-borders .fd-table__row.is-last-child .fd-table__cell,.fd-table__header--no-horizontal-borders .fd-table__row:last-child .fd-table__cell{border-bottom-color:var(--sapList_BorderColor)}.fd-table .fd-table__cell--no-vertical-border+.fd-table__cell{border-left-style:none}.fd-table .fd-table__cell--no-vertical-border[dir=rtl],[dir=rtl] .fd-table .fd-table__cell--no-vertical-border{border-right-style:none}.fd-table .fd-table__cell--no-horizontal-border{border-bottom-color:transparent}.fd-table--no-outer-border:not(.fd-table--top-border) .fd-table__header .fd-table__cell,.fd-table--responsive:not(.fd-table--top-border) .fd-table__header .fd-table__cell{border-top-color:transparent}.fd-table--no-outer-border .fd-table__body .fd-table__row.is-last-child .fd-table__cell,.fd-table--no-outer-border .fd-table__body .fd-table__row:last-child .fd-table__cell,.fd-table--responsive .fd-table__body .fd-table__row.is-last-child .fd-table__cell,.fd-table--responsive .fd-table__body .fd-table__row:last-child .fd-table__cell{border-bottom-color:transparent}.fd-table--no-outer-border .fd-table__cell.is-first-child,.fd-table--no-outer-border .fd-table__cell.is-last-child,.fd-table--no-outer-border .fd-table__cell:first-child,.fd-table--no-outer-border .fd-table__cell:last-child,.fd-table--responsive .fd-table__cell.is-first-child,.fd-table--responsive .fd-table__cell.is-last-child,.fd-table--responsive .fd-table__cell:first-child,.fd-table--responsive .fd-table__cell:last-child{border-left-style:none;border-right-style:solid}.fd-table--no-outer-border .fd-table__cell.is-first-child[dir=rtl],.fd-table--no-outer-border .fd-table__cell.is-last-child[dir=rtl],.fd-table--no-outer-border .fd-table__cell:first-child[dir=rtl],.fd-table--no-outer-border .fd-table__cell:last-child[dir=rtl],.fd-table--responsive .fd-table__cell.is-first-child[dir=rtl],.fd-table--responsive .fd-table__cell.is-last-child[dir=rtl],.fd-table--responsive .fd-table__cell:first-child[dir=rtl],.fd-table--responsive .fd-table__cell:last-child[dir=rtl],[dir=rtl] .fd-table--no-outer-border .fd-table__cell.is-first-child,[dir=rtl] .fd-table--no-outer-border .fd-table__cell.is-last-child,[dir=rtl] .fd-table--no-outer-border .fd-table__cell:first-child,[dir=rtl] .fd-table--no-outer-border .fd-table__cell:last-child,[dir=rtl] .fd-table--responsive .fd-table__cell.is-first-child,[dir=rtl] .fd-table--responsive .fd-table__cell.is-last-child,[dir=rtl] .fd-table--responsive .fd-table__cell:first-child,[dir=rtl] .fd-table--responsive .fd-table__cell:last-child{border-left-style:none;border-right-style:none}.fd-table--no-outer-border .fd-table__cell.is-last-child,.fd-table--no-outer-border .fd-table__cell:last-child,.fd-table--responsive .fd-table__cell.is-last-child,.fd-table--responsive .fd-table__cell:last-child{border-left-style:solid;border-right-style:none}.fd-table--no-outer-border .fd-table__cell.is-last-child[dir=rtl],.fd-table--no-outer-border .fd-table__cell:last-child[dir=rtl],.fd-table--responsive .fd-table__cell.is-last-child[dir=rtl],.fd-table--responsive .fd-table__cell:last-child[dir=rtl],[dir=rtl] .fd-table--no-outer-border .fd-table__cell.is-last-child,[dir=rtl] .fd-table--no-outer-border .fd-table__cell:last-child,[dir=rtl] .fd-table--responsive .fd-table__cell.is-last-child,[dir=rtl] .fd-table--responsive .fd-table__cell:last-child{border-left-style:none;border-right-style:solid}.fd-table--no-outer-border.fd-table--no-vertical-borders .fd-table__cell.is-last-child,.fd-table--no-outer-border.fd-table--no-vertical-borders .fd-table__cell:last-child,.fd-table--responsive.fd-table--no-vertical-borders .fd-table__cell.is-last-child,.fd-table--responsive.fd-table--no-vertical-borders .fd-table__cell:last-child{border-left-style:none;border-right-style:none}.fd-table--group .fd-table__cell--group{background-color:var(--fdTable_Group_Header_Background);border-bottom-color:var(--sapList_TableGroupHeaderBorderColor);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:5rem}.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:5rem}.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.5rem}.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.5rem}.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:6rem}.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:6rem}.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.5rem}.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.5rem}.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:7rem}.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:7rem}.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.5rem}.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.5rem}.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:8rem}.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:8rem}.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.5rem}.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.5rem}.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:9rem}.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:9rem}.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.5rem}.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.5rem}.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:10rem}.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:10rem}.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.5rem}.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.5rem}.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:11rem}.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:11rem}.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.5rem}.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.5rem}.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:12rem}.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:12rem}.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.5rem}.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.5rem}.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:13rem}.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:13rem}.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.5rem}.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.5rem}.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:2.25rem}.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:2.25rem}.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:2.75rem}.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:2.75rem}.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.25rem}.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.25rem}.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:3.75rem}.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:3.75rem}.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.25rem}.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.25rem}.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:4.75rem}.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:4.75rem}.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.25rem}.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.25rem}.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:5.75rem}.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:5.75rem}.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.25rem}.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.25rem}.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:6.75rem}.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:6.75rem}.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.25rem}.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.25rem}.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:7.75rem}.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:7.75rem}.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.25rem}.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.25rem}.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:8.75rem}.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:8.75rem}.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.25rem}.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.25rem}.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:9.75rem}.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:9.75rem}.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.25rem}.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.25rem}.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:10.75rem}.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:10.75rem}.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:var(--fdTable_Cell_Height);justify-content:center;min-width:var(--fdTable_Header_Cell_Height)}.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[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:2rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:3.5rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:3.5rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:4.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:5.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:5.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:6.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:6.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:7.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:7.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:8.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:8.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:9.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:9.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:10.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:10.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:11.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:11.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:11.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:12.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:12.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:12.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:12.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:0}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:1.5rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:2.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:2.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:2.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:3.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:3.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:3.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:4.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:5.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:6.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:7.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:8.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:9.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:10.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:10.75rem}.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"] }]
57
+ args: [{ selector: 'fd-table-wrapper', template: `<ng-content></ng-content>`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [contentDensityObserverProviders()], standalone: true, styles: ["/*!\n * Fundamental Library Styles v0.30.2\n * Copyright (c) 2023 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n */.fd-table{--fdTable_Header_Cell_Height:2.75rem;--fdTable_Cell_Height:2.75rem;border-bottom-left-radius:var(--fdTable_Border_Radius);border-bottom-right-radius:var(--fdTable_Border_Radius);border-collapse:separate;border-spacing:0;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;forced-color-adjust:none;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__icon--navigation [class*=sap-icon][dir=rtl],.fd-table__icon--navigation[class*=sap-icon][dir=rtl],[dir=rtl] .fd-table__icon--navigation [class*=sap-icon],[dir=rtl] .fd-table__icon--navigation[class*=sap-icon]{transform:rotate(180deg)}.fd-table__header .fd-table__cell{background-color:var(--sapList_HeaderBackground);border-bottom:var(--fdTable_Header_Horizontal_Border);border-top:var(--fdTable_Header_Horizontal_Border);color:var(--sapList_HeaderTextColor);font-weight:var(--fdTable_Header_Cell_Font_Weight);height:var(--fdTable_Header_Cell_Height)}.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__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-bottom:var(--sapList_BorderWidth) var(--fdTable_Cell_Horizontal_Border_Style, solid) var(--sapList_BorderColor);border-left:var(--sapList_BorderWidth) var(--fdTable_Cell_Vertical_Border_Style, solid) var(--sapList_BorderColor);color:inherit;height:var(--fdTable_Cell_Height);outline:none;padding:0 .5rem;text-align:left}.fd-table__cell[dir=rtl],[dir=rtl] .fd-table__cell{border-left-style:none}.fd-table__cell.is-last-child,.fd-table__cell:last-child,.fd-table__cell[dir=rtl],[dir=rtl] .fd-table__cell{border-right:var(--sapList_BorderWidth) var(--fdTable_Cell_Vertical_Border_Style, solid) var(--sapList_BorderColor)}.fd-table__cell.is-last-child[dir=rtl],.fd-table__cell:last-child[dir=rtl],[dir=rtl] .fd-table__cell.is-last-child,[dir=rtl] .fd-table__cell:last-child{border-left:var(--sapList_BorderWidth) var(--fdTable_Cell_Vertical_Border_Style, solid) var(--sapList_BorderColor);border-right-style:none}.fd-table__cell[dir=rtl],[dir=rtl] .fd-table__cell{text-align:right}.fd-table__cell--no-data{text-align:center}.fd-table__cell--mock{padding:0;width:auto}.fd-table__cell--checkbox{padding:0;vertical-align:baseline;width:var(--fdTable_Header_Cell_Height)}.fd-table__cell--fit-content{white-space:nowrap;width:.5rem;word-break:keep-all}.fd-table__cell--no-padding{padding:0}.fd-table__cell--status-indicator{padding:0;width:.375rem}.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:not(.fd-table__cell--checkbox,.fd-table__cell.fd-table__cell--status-indicator){padding-left:1rem}.fd-table__cell:first-child:not(.fd-table__cell--checkbox,.fd-table__cell.fd-table__cell--status-indicator)[dir=rtl],[dir=rtl] .fd-table__cell:first-child:not(.fd-table__cell--checkbox,.fd-table__cell.fd-table__cell--status-indicator){padding-left:0;padding-left:.5rem;padding-right:1rem}.fd-table__row{background-color:var(--sapList_Background)}.fd-table__row.is-selected,.fd-table__row[aria-selected=true]{background-color:var(--sapList_SelectionBackgroundColor)}.fd-table__row.is-selected .fd-table__cell,.fd-table__row[aria-selected=true] .fd-table__cell{border-bottom-color:var(--sapList_SelectionBorderColor)}.fd-table__cell--hoverable.is-hover,.fd-table__cell--hoverable: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--hoverable.is-selected.is-hover,.fd-table__cell--hoverable.is-selected:hover,.fd-table__cell--hoverable[aria-selected=true].is-hover,.fd-table__cell--hoverable[aria-selected=true]:hover,.fd-table__row--hoverable.is-selected.is-hover,.fd-table__row--hoverable.is-selected:hover,.fd-table__row--hoverable[aria-selected=true].is-hover,.fd-table__row--hoverable[aria-selected=true]:hover{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table__cell--activable,.fd-table__cell--focusable,.fd-table__row--activable,.fd-table__row--focusable{position:relative}.fd-table__cell--activable.is-focus:after,.fd-table__cell--activable:focus:after,.fd-table__cell--focusable.is-focus:after,.fd-table__cell--focusable:focus:after,.fd-table__row--activable.is-focus:after,.fd-table__row--activable:focus:after,.fd-table__row--focusable.is-focus:after,.fd-table__row--focusable:focus:after{border-color:var(--sapContent_FocusColor);border-style:var(--sapContent_FocusStyle);border-width:var(--sapContent_FocusWidth);content:\"\";inset:.0625rem;pointer-events:none;position:absolute}.fd-table__cell--activable:after,.fd-table__cell--focusable:after,.fd-table__row--activable:after,.fd-table__row--focusable:after{z-index:4}.fd-table__cell--activable.is-selected:after,.fd-table__cell--activable[aria-selected=true]:after,.fd-table__cell--focusable.is-selected:after,.fd-table__cell--focusable[aria-selected=true]:after,.fd-table__row--activable.is-selected:after,.fd-table__row--activable[aria-selected=true]:after,.fd-table__row--focusable.is-selected:after,.fd-table__row--focusable[aria-selected=true]:after{border-color:var(--sapContent_ContrastFocusColor)}.fd-table__cell--activable,.fd-table__row--activable{cursor:pointer}.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--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 .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-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)}.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(--sapList_Active_Background)}.fd-table__body:not(:last-child) .fd-table__row:last-child .fd-table__cell{border-bottom-color:transparent}.fd-table__footer .fd-table__row{background-color:var(--sapList_Background);vertical-align:middle}.fd-table__footer .fd-table__cell{border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent;border-top:.125rem solid var(--sapList_TableFooterBorder);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;forced-color-adjust:none;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[class*=-compact],[class*=-compact] .fd-table:not([class*=-cozy]):not([class*=-condensed]){--fdTable_Cell_Height:2rem}.fd-table[class*=-condensed],[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]){--fdTable_Cell_Height:1.5rem}.fd-table[class*=-condensed] .fd-table__body .fd-table__cell--checkbox .fd-table__checkbox-label,.fd-table[class*=-condensed] .fd-table__footer .fd-table__cell--checkbox .fd-table__checkbox-label,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__body .fd-table__cell--checkbox .fd-table__checkbox-label,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__footer .fd-table__cell--checkbox .fd-table__checkbox-label{margin-top:-.25rem;position:absolute}.fd-table[class*=-condensed] .fd-table__body .fd-table__cell--activable:after,.fd-table[class*=-condensed] .fd-table__body .fd-table__cell--focusable:after,.fd-table[class*=-condensed] .fd-table__body .fd-table__row--activable:after,.fd-table[class*=-condensed] .fd-table__body .fd-table__row--focusable:after,.fd-table[class*=-condensed] .fd-table__footer .fd-table__cell--activable:after,.fd-table[class*=-condensed] .fd-table__footer .fd-table__cell--focusable:after,.fd-table[class*=-condensed] .fd-table__footer .fd-table__row--activable:after,.fd-table[class*=-condensed] .fd-table__footer .fd-table__row--focusable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__body .fd-table__cell--activable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__body .fd-table__cell--focusable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__body .fd-table__row--activable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__body .fd-table__row--focusable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__footer .fd-table__cell--activable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__footer .fd-table__cell--focusable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__footer .fd-table__row--activable:after,[class*=-condensed] .fd-table:not([class*=-cozy]):not([class*=-compact]) .fd-table__footer .fd-table__row--focusable:after{bottom:var(--fdTable_Condensed_Focus_Outline_Offset);left:var(--fdTable_Condensed_Focus_Outline_Offset);right:var(--fdTable_Condensed_Focus_Outline_Offset);top:var(--fdTable_Condensed_Focus_Outline_Offset)}.fd-table[class*=-compact],.fd-table[class*=-condensed],[class*=-compact] .fd-table:not([class*=-cozy]),[class*=-condensed] .fd-table:not([class*=-cozy]){--fdTable_Header_Cell_Height:2rem}.fd-table--hidden{display:none}.fd-table--fixed{overflow:auto;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__cell--fixed{left:0}.fd-table--fixed .fd-table__cell--fixed[dir=rtl],[dir=rtl] .fd-table--fixed .fd-table__cell--fixed{left:auto;right:0}.fd-table--fixed .fd-table__cell--fixed,.fd-table--fixed .fd-table__cell--fixed-end{background-color:inherit;display:table-cell;position:sticky;z-index:1}.fd-table--fixed .fd-table__cell--fixed-last{border-right:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor)}.fd-table--fixed .fd-table__cell--fixed-last+.fd-table__cell{border-left:none}.fd-table--fixed .fd-table__cell--fixed-last[dir=rtl],[dir=rtl] .fd-table--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--fixed .fd-table__cell--fixed-last[dir=rtl]+.fd-table__cell,[dir=rtl] .fd-table--fixed .fd-table__cell--fixed-last+.fd-table__cell{border-right:none}.fd-table--fixed .fd-table__cell--fixed-end{right:0}.fd-table--fixed .fd-table__cell--fixed-end[dir=rtl],[dir=rtl] .fd-table--fixed .fd-table__cell--fixed-end{left:0;right:auto}.fd-table--fixed .fd-table__cell--fixed-end-last{border-left:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor)}.fd-table--fixed .fd-table__cell--fixed-end-last[dir=rtl],[dir=rtl] .fd-table--fixed .fd-table__cell--fixed-end-last{border-right:var(--sapList_BorderWidth) solid var(--sapList_TableFixedBorderColor)}.fd-table--fixed .fd-table__header .fd-table__cell{position:sticky;top:0;z-index:2}.fd-table--fixed .fd-table__header .fd-table__cell--fixed,.fd-table--fixed .fd-table__header .fd-table__cell--fixed-end{z-index:3}.fd-table--fixed .fd-table__footer .fd-table__cell{background-color:inherit;bottom:0;position:sticky;z-index:2}.fd-table .fd-table__cell--valid{color:var(--sapSuccessColor)}.fd-table .fd-table__cell--status-indicator--valid{background-color:var(--sapSuccessBorderColor)}.fd-table .fd-table__cell--warning{color:var(--sapWarningColor)}.fd-table .fd-table__cell--status-indicator--warning{background-color:var(--sapWarningBorderColor)}.fd-table .fd-table__cell--error{color:var(--sapErrorColor)}.fd-table .fd-table__cell--status-indicator--error{background-color:var(--sapErrorBorderColor)}.fd-table .fd-table__cell--information{color:var(--sapInformationColor)}.fd-table .fd-table__cell--status-indicator--information{background-color:var(--sapInformationBorderColor)}.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.is-last-child,.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:0;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,.fd-table--pop-in .fd-table__row--secondary{border-left-color:transparent;border-right-color:transparent}.fd-table--pop-in .fd-table__row--main .fd-table__cell{border-bottom-color:transparent;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--hoverable.is-selected.is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable.is-selected:hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable[aria-selected=true].is-hover+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--hoverable[aria-selected=true]:hover+.fd-table__row--secondary{background-color:var(--sapList_Hover_SelectionBackground)}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable.is-active .fd-table__cell,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:active .fd-table__cell{border-bottom-color:transparent}.fd-table--pop-in .fd-table__row--main.fd-table__row--activable.is-active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable.is-selected.is-active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable.is-selected:active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable:active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable[aria-selected=true].is-active+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main.fd-table__row--activable[aria-selected=true]:active+.fd-table__row--secondary{background-color:var(--sapList_Active_Background);border-bottom-color:var(--sapList_SelectionBorderColor)}.fd-table--pop-in .fd-table__row--main.is-selected .fd-table__cell,.fd-table--pop-in .fd-table__row--main[aria-selected=true] .fd-table__cell{border-bottom-color:transparent}.fd-table--pop-in .fd-table__row--main.is-selected+.fd-table__row--secondary,.fd-table--pop-in .fd-table__row--main[aria-selected=true]+.fd-table__row--secondary{background-color:var(--sapList_SelectionBackgroundColor);border-bottom-color:var(--sapList_SelectionBorderColor)}.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-active,.fd-table--pop-in .fd-table__row--secondary.is-hover,.fd-table--pop-in .fd-table__row--secondary:active,.fd-table--pop-in .fd-table__row--secondary:hover{background-color:var(--sapList_Background)}.fd-table--no-vertical-borders .fd-table__cell,.fd-table__body--no-vertical-borders .fd-table__cell,.fd-table__header--no-vertical-borders .fd-table__cell{--fdTable_Cell_Vertical_Border_Style:none}.fd-table--no-vertical-borders .fd-table__cell[dir=rtl],.fd-table__body--no-vertical-borders .fd-table__cell[dir=rtl],.fd-table__header--no-vertical-borders .fd-table__cell[dir=rtl],[dir=rtl] .fd-table--no-vertical-borders .fd-table__cell,[dir=rtl] .fd-table__body--no-vertical-borders .fd-table__cell,[dir=rtl] .fd-table__header--no-vertical-borders .fd-table__cell{border-left-color:var(--sapList_BorderColor)}.fd-table--no-vertical-borders .fd-table__cell.is-first-child,.fd-table--no-vertical-borders .fd-table__cell:first-child,.fd-table__body--no-vertical-borders .fd-table__cell.is-first-child,.fd-table__body--no-vertical-borders .fd-table__cell:first-child,.fd-table__header--no-vertical-borders .fd-table__cell.is-first-child,.fd-table__header--no-vertical-borders .fd-table__cell:first-child{border-left-style:solid}.fd-table--no-vertical-borders .fd-table__cell.is-first-child[dir=rtl],.fd-table--no-vertical-borders .fd-table__cell:first-child[dir=rtl],.fd-table__body--no-vertical-borders .fd-table__cell.is-first-child[dir=rtl],.fd-table__body--no-vertical-borders .fd-table__cell:first-child[dir=rtl],.fd-table__header--no-vertical-borders .fd-table__cell.is-first-child[dir=rtl],.fd-table__header--no-vertical-borders .fd-table__cell:first-child[dir=rtl],[dir=rtl] .fd-table--no-vertical-borders .fd-table__cell.is-first-child,[dir=rtl] .fd-table--no-vertical-borders .fd-table__cell:first-child,[dir=rtl] .fd-table__body--no-vertical-borders .fd-table__cell.is-first-child,[dir=rtl] .fd-table__body--no-vertical-borders .fd-table__cell:first-child,[dir=rtl] .fd-table__header--no-vertical-borders .fd-table__cell.is-first-child,[dir=rtl] .fd-table__header--no-vertical-borders .fd-table__cell:first-child{border-left-style:none;border-right-style:solid}.fd-table--no-vertical-borders .fd-table__cell.is-last-child,.fd-table--no-vertical-borders .fd-table__cell:last-child,.fd-table__body--no-vertical-borders .fd-table__cell.is-last-child,.fd-table__body--no-vertical-borders .fd-table__cell:last-child,.fd-table__header--no-vertical-borders .fd-table__cell.is-last-child,.fd-table__header--no-vertical-borders .fd-table__cell:last-child{border-right-style:solid}.fd-table--no-vertical-borders .fd-table__cell.is-last-child[dir=rtl],.fd-table--no-vertical-borders .fd-table__cell:last-child[dir=rtl],.fd-table__body--no-vertical-borders .fd-table__cell.is-last-child[dir=rtl],.fd-table__body--no-vertical-borders .fd-table__cell:last-child[dir=rtl],.fd-table__header--no-vertical-borders .fd-table__cell.is-last-child[dir=rtl],.fd-table__header--no-vertical-borders .fd-table__cell:last-child[dir=rtl],[dir=rtl] .fd-table--no-vertical-borders .fd-table__cell.is-last-child,[dir=rtl] .fd-table--no-vertical-borders .fd-table__cell:last-child,[dir=rtl] .fd-table__body--no-vertical-borders .fd-table__cell.is-last-child,[dir=rtl] .fd-table__body--no-vertical-borders .fd-table__cell:last-child,[dir=rtl] .fd-table__header--no-vertical-borders .fd-table__cell.is-last-child,[dir=rtl] .fd-table__header--no-vertical-borders .fd-table__cell:last-child{border-left-style:solid;border-right-style:none}.fd-table--no-horizontal-borders .fd-table__cell,.fd-table__body--no-horizontal-borders .fd-table__cell,.fd-table__header--no-horizontal-borders .fd-table__cell{border-bottom-color:transparent}.fd-table--no-horizontal-borders .fd-table__row.is-last-child .fd-table__cell,.fd-table--no-horizontal-borders .fd-table__row:last-child .fd-table__cell,.fd-table__body--no-horizontal-borders .fd-table__row.is-last-child .fd-table__cell,.fd-table__body--no-horizontal-borders .fd-table__row:last-child .fd-table__cell,.fd-table__header--no-horizontal-borders .fd-table__row.is-last-child .fd-table__cell,.fd-table__header--no-horizontal-borders .fd-table__row:last-child .fd-table__cell{border-bottom-color:var(--sapList_BorderColor)}.fd-table .fd-table__cell--no-vertical-border+.fd-table__cell{border-left-style:none}.fd-table .fd-table__cell--no-vertical-border[dir=rtl],[dir=rtl] .fd-table .fd-table__cell--no-vertical-border{border-right-style:none}.fd-table .fd-table__cell--no-horizontal-border{border-bottom-color:transparent}.fd-table--no-outer-border:not(.fd-table--top-border) .fd-table__header .fd-table__cell,.fd-table--responsive:not(.fd-table--top-border) .fd-table__header .fd-table__cell{border-top-color:transparent}.fd-table--no-outer-border .fd-table__body .fd-table__row.is-last-child .fd-table__cell,.fd-table--no-outer-border .fd-table__body .fd-table__row:last-child .fd-table__cell,.fd-table--responsive .fd-table__body .fd-table__row.is-last-child .fd-table__cell,.fd-table--responsive .fd-table__body .fd-table__row:last-child .fd-table__cell{border-bottom-color:transparent}.fd-table--no-outer-border .fd-table__cell.is-first-child,.fd-table--no-outer-border .fd-table__cell.is-last-child,.fd-table--no-outer-border .fd-table__cell:first-child,.fd-table--no-outer-border .fd-table__cell:last-child,.fd-table--responsive .fd-table__cell.is-first-child,.fd-table--responsive .fd-table__cell.is-last-child,.fd-table--responsive .fd-table__cell:first-child,.fd-table--responsive .fd-table__cell:last-child{border-left-style:none;border-right-style:solid}.fd-table--no-outer-border .fd-table__cell.is-first-child[dir=rtl],.fd-table--no-outer-border .fd-table__cell.is-last-child[dir=rtl],.fd-table--no-outer-border .fd-table__cell:first-child[dir=rtl],.fd-table--no-outer-border .fd-table__cell:last-child[dir=rtl],.fd-table--responsive .fd-table__cell.is-first-child[dir=rtl],.fd-table--responsive .fd-table__cell.is-last-child[dir=rtl],.fd-table--responsive .fd-table__cell:first-child[dir=rtl],.fd-table--responsive .fd-table__cell:last-child[dir=rtl],[dir=rtl] .fd-table--no-outer-border .fd-table__cell.is-first-child,[dir=rtl] .fd-table--no-outer-border .fd-table__cell.is-last-child,[dir=rtl] .fd-table--no-outer-border .fd-table__cell:first-child,[dir=rtl] .fd-table--no-outer-border .fd-table__cell:last-child,[dir=rtl] .fd-table--responsive .fd-table__cell.is-first-child,[dir=rtl] .fd-table--responsive .fd-table__cell.is-last-child,[dir=rtl] .fd-table--responsive .fd-table__cell:first-child,[dir=rtl] .fd-table--responsive .fd-table__cell:last-child{border-left-style:none;border-right-style:none}.fd-table--no-outer-border .fd-table__cell.is-last-child,.fd-table--no-outer-border .fd-table__cell:last-child,.fd-table--responsive .fd-table__cell.is-last-child,.fd-table--responsive .fd-table__cell:last-child{border-left-style:solid;border-right-style:none}.fd-table--no-outer-border .fd-table__cell.is-last-child[dir=rtl],.fd-table--no-outer-border .fd-table__cell:last-child[dir=rtl],.fd-table--responsive .fd-table__cell.is-last-child[dir=rtl],.fd-table--responsive .fd-table__cell:last-child[dir=rtl],[dir=rtl] .fd-table--no-outer-border .fd-table__cell.is-last-child,[dir=rtl] .fd-table--no-outer-border .fd-table__cell:last-child,[dir=rtl] .fd-table--responsive .fd-table__cell.is-last-child,[dir=rtl] .fd-table--responsive .fd-table__cell:last-child{border-left-style:none;border-right-style:solid}.fd-table--no-outer-border.fd-table--no-vertical-borders .fd-table__cell.is-last-child,.fd-table--no-outer-border.fd-table--no-vertical-borders .fd-table__cell:last-child,.fd-table--responsive.fd-table--no-vertical-borders .fd-table__cell.is-last-child,.fd-table--responsive.fd-table--no-vertical-borders .fd-table__cell:last-child{border-left-style:none;border-right-style:none}.fd-table--group .fd-table__cell--group{background-color:var(--fdTable_Group_Header_Background);border-bottom-color:var(--sapList_TableGroupHeaderBorderColor);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:5rem}.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:5rem}.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.5rem}.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.5rem}.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:6rem}.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:6rem}.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.5rem}.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.5rem}.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:7rem}.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:7rem}.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.5rem}.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.5rem}.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:8rem}.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:8rem}.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.5rem}.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.5rem}.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:9rem}.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:9rem}.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.5rem}.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.5rem}.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:10rem}.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:10rem}.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.5rem}.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.5rem}.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:11rem}.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:11rem}.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.5rem}.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.5rem}.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:12rem}.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:12rem}.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.5rem}.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.5rem}.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:13rem}.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:13rem}.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.5rem}.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.5rem}.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:2.25rem}.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:2.25rem}.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:2.75rem}.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:2.75rem}.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.25rem}.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.25rem}.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:3.75rem}.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:3.75rem}.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.25rem}.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.25rem}.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:4.75rem}.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:4.75rem}.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.25rem}.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.25rem}.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:5.75rem}.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:5.75rem}.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.25rem}.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.25rem}.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:6.75rem}.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:6.75rem}.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.25rem}.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.25rem}.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:7.75rem}.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:7.75rem}.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.25rem}.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.25rem}.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:8.75rem}.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:8.75rem}.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.25rem}.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.25rem}.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:9.75rem}.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:9.75rem}.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.25rem}.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.25rem}.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:10.75rem}.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:10.75rem}.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:var(--fdTable_Cell_Height);justify-content:center;min-width:var(--fdTable_Header_Cell_Height)}.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[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:2rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"1\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:2rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:3.5rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"2\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:3.5rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:4.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"3\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:4.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"4\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:5.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"5\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:5.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"6\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:6.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"7\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:6.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"8\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:7.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"9\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:7.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"10\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:8.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"11\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:8.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"12\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:9.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"13\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:9.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"14\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:10.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"15\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:10.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"16\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:10.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:11.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"17\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:11.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:11.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"18\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:11.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:12.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"19\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:12.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:12.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell[data-nesting-level=\"20\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:12.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:0}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"1\"]{padding-left:.5rem;padding-right:0}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:1.5rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"2\"]{padding-left:.5rem;padding-right:1.5rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:2.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"3\"]{padding-left:.5rem;padding-right:2.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:2.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"4\"]{padding-left:.5rem;padding-right:2.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:3.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"5\"]{padding-left:.5rem;padding-right:3.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:3.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"6\"]{padding-left:.5rem;padding-right:3.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:4.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"7\"]{padding-left:.5rem;padding-right:4.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:4.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"8\"]{padding-left:.5rem;padding-right:4.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:5.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"9\"]{padding-left:.5rem;padding-right:5.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:5.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"10\"]{padding-left:.5rem;padding-right:5.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:6.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"11\"]{padding-left:.5rem;padding-right:6.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:6.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"12\"]{padding-left:.5rem;padding-right:6.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:7.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"13\"]{padding-left:.5rem;padding-right:7.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:7.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"14\"]{padding-left:.5rem;padding-right:7.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:8.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"15\"]{padding-left:.5rem;padding-right:8.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:8.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"16\"]{padding-left:.5rem;padding-right:8.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:9.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"17\"]{padding-left:.5rem;padding-right:9.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:9.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"18\"]{padding-left:.5rem;padding-right:9.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:10.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"19\"]{padding-left:.5rem;padding-right:10.25rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:10.75rem}.fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],.fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"][dir=rtl],[dir=rtl] .fd-table[class*=-compact].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-compact].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] .fd-table[class*=-condensed].fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] [class*=-compact] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--group .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"],[dir=rtl] [class*=-condensed] .fd-table:not([class*=-cozy]).fd-table--tree .fd-table__body .fd-table__cell--expand[data-nesting-level=\"20\"]{padding-left:.5rem;padding-right:10.75rem}.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}.fd-table__cell--focusable[aria-selected=true]:after{border-color:var(--sapContent_FocusColor)!important}\n"] }]
58
58
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.ContentDensityObserver }]; } });
59
59
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFibGUtd3JhcHBlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2NvcmUvc3JjL2xpYi90YWJsZS90YWJsZS13cmFwcGVyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBRUgsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxVQUFVLEVBRVYsaUJBQWlCLEVBQ3BCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFDSCxzQkFBc0IsRUFFdEIsK0JBQStCLEVBQ2xDLE1BQU0sdUNBQXVDLENBQUM7OztBQUUvQzs7Ozs7Ozs7R0FRRztBQVdILE1BQU0sT0FBTyxxQkFBcUI7SUFJOUIsY0FBYztJQUNkLFlBQW9CLFVBQXNCLEVBQVUsdUJBQStDO1FBQS9FLGVBQVUsR0FBVixVQUFVLENBQVk7UUFBVSw0QkFBdUIsR0FBdkIsdUJBQXVCLENBQXdCO0lBQUcsQ0FBQztJQUV2RyxjQUFjO0lBQ2Qsa0JBQWtCO1FBQ2QsSUFBSSxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsSUFBSSxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxVQUFVLEVBQUU7WUFDM0UsTUFBTSxZQUFZLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsVUFBVSxDQUFDO1lBQzlELFlBQVksQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLFVBQVUsQ0FBQyxDQUFDO1lBRXZDLE1BQU0sZUFBZSxHQUFHLElBQUksVUFBVSxDQUFtQixZQUFZLENBQUMsQ0FBQztZQUN2RSxJQUFJLENBQUMsdUJBQXVCLEdBQUc7Z0JBQzNCLFVBQVUsRUFBRSxlQUFlO2FBQzlCLENBQUM7WUFDRixJQUFJLENBQUMsdUJBQXVCLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyx1QkFBdUIsQ0FBQyxDQUFDO1lBRW5FLElBQUksWUFBWSxDQUFDLFFBQVEsRUFBRTtnQkFDdkIsS0FBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxHQUFHLFlBQVksQ0FBQyxRQUFRLENBQUMsTUFBTSxFQUFFLENBQUMsRUFBRSxFQUFFO29CQUNuRCxJQUFJLFlBQVksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsT0FBTyxLQUFLLE9BQU8sRUFBRTt3QkFDOUMsWUFBWSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLGtCQUFrQixDQUFDLENBQUM7cUJBQzlEO3lCQUFNLElBQUksWUFBWSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQyxPQUFPLEtBQUssT0FBTyxFQUFFO3dCQUNyRCxZQUFZLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztxQkFDNUQ7eUJBQU0sSUFBSSxZQUFZLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxDQUFDLE9BQU8sS0FBSyxPQUFPLEVBQUU7d0JBQ3JELFlBQVksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDO3FCQUM5RDtpQkFDSjthQUNKO1NBQ0o7SUFDTCxDQUFDO0lBRUQsY0FBYztJQUNkLFdBQVc7UUFDUCxJQUFJLENBQUMsSUFBSSxDQUFDLHVCQUF1QixFQUFFO1lBQy9CLE9BQU87U0FDVjtRQUNELElBQUksQ0FBQyx1QkFBdUIsQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLHVCQUF1QixDQUFDLENBQUM7SUFDOUUsQ0FBQzs4R0F2Q1EscUJBQXFCO2tHQUFyQixxQkFBcUIsK0RBSG5CLENBQUMsK0JBQStCLEVBQUUsQ0FBQywwQkFKcEMsMkJBQTJCOzsyRkFPNUIscUJBQXFCO2tCQVZqQyxTQUFTOytCQUVJLGtCQUFrQixZQUNsQiwyQkFBMkIsaUJBRXRCLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU0sYUFDcEMsQ0FBQywrQkFBK0IsRUFBRSxDQUFDLGNBQ2xDLElBQUkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIEFmdGVyQ29udGVudEluaXQsXG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgQ29tcG9uZW50LFxuICAgIEVsZW1lbnRSZWYsXG4gICAgT25EZXN0cm95LFxuICAgIFZpZXdFbmNhcHN1bGF0aW9uXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgICBDb250ZW50RGVuc2l0eU9ic2VydmVyLFxuICAgIENvbnRlbnREZW5zaXR5T2JzZXJ2ZXJUYXJnZXQsXG4gICAgY29udGVudERlbnNpdHlPYnNlcnZlclByb3ZpZGVyc1xufSBmcm9tICdAZnVuZGFtZW50YWwtbmd4L2NvcmUvY29udGVudC1kZW5zaXR5JztcblxuLyoqXG4gKiBUaGUgY29tcG9uZW50IHRoYXQgcmVwcmVzZW50cyBhIHRhYmxlIHdyYXBwZXIsIGl0IHdpbGwgYWRkIGZkLXRhYmxlIGNsYXNzIHRvIGl0cyBmaXJzdCBjaGlsZC5cbiAqIEEgdGFibGUgaXMgYSBzZXQgb2YgdGFidWxhciBkYXRhLiBMaW5lIGl0ZW1zIGNhbiBzdXBwb3J0IGRhdGEsIGltYWdlcyBhbmQgYWN0aW9ucy5cbiAqIGBgYGh0bWxcbiAqIDx0YWJsZS13cmFwcGVyPlxuICogPHRhYmxlPjwvdGFibGU+XG4gKiA8L3RhYmxlLXdyYXBwZXI+XG4gKiBgYGBcbiAqL1xuQENvbXBvbmVudCh7XG4gICAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgICBzZWxlY3RvcjogJ2ZkLXRhYmxlLXdyYXBwZXInLFxuICAgIHRlbXBsYXRlOiBgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PmAsXG4gICAgc3R5bGVVcmxzOiBbJy4vdGFibGUuY29tcG9uZW50LnNjc3MnXSxcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIHByb3ZpZGVyczogW2NvbnRlbnREZW5zaXR5T2JzZXJ2ZXJQcm92aWRlcnMoKV0sXG4gICAgc3RhbmRhbG9uZTogdHJ1ZVxufSlcbmV4cG9ydCBjbGFzcyBUYWJsZVdyYXBwZXJDb21wb25lbnQgaW1wbGVtZW50cyBBZnRlckNvbnRlbnRJbml0LCBPbkRlc3Ryb3kge1xuICAgIC8qKiBAaGlkZGVuICovXG4gICAgcHJpdmF0ZSBfY29udGVudERlbnNpdHlTZXR0aW5nczogQ29udGVudERlbnNpdHlPYnNlcnZlclRhcmdldCB8IHVuZGVmaW5lZDtcblxuICAgIC8qKiBAaGlkZGVuICovXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBlbGVtZW50UmVmOiBFbGVtZW50UmVmLCBwcml2YXRlIF9jb250ZW50RGVuc2l0eU9ic2VydmVyOiBDb250ZW50RGVuc2l0eU9ic2VydmVyKSB7fVxuXG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBuZ0FmdGVyQ29udGVudEluaXQoKTogdm9pZCB7XG4gICAgICAgIGlmICh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCAmJiB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5maXJzdENoaWxkKSB7XG4gICAgICAgICAgICBjb25zdCB0YWJsZUVsZW1lbnQgPSB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5maXJzdENoaWxkO1xuICAgICAgICAgICAgdGFibGVFbGVtZW50LmNsYXNzTGlzdC5hZGQoJ2ZkLXRhYmxlJyk7XG5cbiAgICAgICAgICAgIGNvbnN0IHRhYmxlRWxlbWVudFJlZiA9IG5ldyBFbGVtZW50UmVmPEhUTUxUYWJsZUVsZW1lbnQ+KHRhYmxlRWxlbWVudCk7XG4gICAgICAgICAgICB0aGlzLl9jb250ZW50RGVuc2l0eVNldHRpbmdzID0ge1xuICAgICAgICAgICAgICAgIGVsZW1lbnRSZWY6IHRhYmxlRWxlbWVudFJlZlxuICAgICAgICAgICAgfTtcbiAgICAgICAgICAgIHRoaXMuX2NvbnRlbnREZW5zaXR5T2JzZXJ2ZXIuY29uc3VtZSh0aGlzLl9jb250ZW50RGVuc2l0eVNldHRpbmdzKTtcblxuICAgICAgICAgICAgaWYgKHRhYmxlRWxlbWVudC5jaGlsZHJlbikge1xuICAgICAgICAgICAgICAgIGZvciAobGV0IGkgPSAwOyBpIDwgdGFibGVFbGVtZW50LmNoaWxkcmVuLmxlbmd0aDsgaSsrKSB7XG4gICAgICAgICAgICAgICAgICAgIGlmICh0YWJsZUVsZW1lbnQuY2hpbGRyZW5baV0udGFnTmFtZSA9PT0gJ1RIRUFEJykge1xuICAgICAgICAgICAgICAgICAgICAgICAgdGFibGVFbGVtZW50LmNoaWxkcmVuW2ldLmNsYXNzTGlzdC5hZGQoJ2ZkLXRhYmxlX19oZWFkZXInKTtcbiAgICAgICAgICAgICAgICAgICAgfSBlbHNlIGlmICh0YWJsZUVsZW1lbnQuY2hpbGRyZW5baV0udGFnTmFtZSA9PT0gJ1RCT0RZJykge1xuICAgICAgICAgICAgICAgICAgICAgICAgdGFibGVFbGVtZW50LmNoaWxkcmVuW2ldLmNsYXNzTGlzdC5hZGQoJ2ZkLXRhYmxlX19ib2R5Jyk7XG4gICAgICAgICAgICAgICAgICAgIH0gZWxzZSBpZiAodGFibGVFbGVtZW50LmNoaWxkcmVuW2ldLnRhZ05hbWUgPT09ICdURk9PVCcpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIHRhYmxlRWxlbWVudC5jaGlsZHJlbltpXS5jbGFzc0xpc3QuYWRkKCdmZC10YWJsZV9fZm9vdGVyJyk7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICBpZiAoIXRoaXMuX2NvbnRlbnREZW5zaXR5U2V0dGluZ3MpIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLl9jb250ZW50RGVuc2l0eU9ic2VydmVyLnJlbW92ZUNvbnN1bWVyKHRoaXMuX2NvbnRlbnREZW5zaXR5U2V0dGluZ3MpO1xuICAgIH1cbn1cbiJdfQ==