ngx-wapp-components 1.22.2 → 1.22.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/layout/w-body-container/w-body-container.component.mjs +3 -3
- package/esm2020/lib/layout/w-body-grid/w-body-grid.component.mjs +4 -3
- package/esm2020/lib/layout/w-container/w-container.component.mjs +2 -1
- package/esm2020/lib/layout/w-panel/w-panel.component.mjs +3 -3
- package/esm2020/lib/layout/w-panel-grid/w-panel-grid.component.mjs +6 -3
- package/esm2020/lib/shared/models/wapp-table-lazy-loading.model.mjs +1 -1
- package/esm2020/lib/sidebar/w-sidebar/w-sidebar.component.mjs +4 -4
- package/esm2020/lib/tables/w-table-lazy/w-table-lazy.component.mjs +6 -3
- package/fesm2015/ngx-wapp-components.mjs +21 -13
- package/fesm2015/ngx-wapp-components.mjs.map +1 -1
- package/fesm2020/ngx-wapp-components.mjs +21 -13
- package/fesm2020/ngx-wapp-components.mjs.map +1 -1
- package/lib/layout/w-panel-grid/w-panel-grid.component.d.ts +3 -1
- package/lib/shared/models/wapp-table-lazy-loading.model.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1406,6 +1406,9 @@ class WTableLazyComponent {
|
|
|
1406
1406
|
}
|
|
1407
1407
|
ngOnInit() {
|
|
1408
1408
|
this.loading = true;
|
|
1409
|
+
if (this.wappTableLazyLoadingObject.hasSelectAllCheckbox == undefined) {
|
|
1410
|
+
this.wappTableLazyLoadingObject.hasSelectAllCheckbox = true;
|
|
1411
|
+
}
|
|
1409
1412
|
}
|
|
1410
1413
|
loadElements(event) {
|
|
1411
1414
|
this.loading = true;
|
|
@@ -1662,10 +1665,10 @@ class WTableLazyComponent {
|
|
|
1662
1665
|
}
|
|
1663
1666
|
}
|
|
1664
1667
|
WTableLazyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WTableLazyComponent, deps: [{ token: i1$3.ConfirmationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1665
|
-
WTableLazyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WTableLazyComponent, selector: "w-table-lazy", inputs: { loading: "loading", elements: "elements", rowsPerPage: "rowsPerPage", allElements: "allElements", totalRecords: "totalRecords", maxRowsPerPage: "maxRowsPerPage", wappTableLazyLoadingObject: "wappTableLazyLoadingObject" }, outputs: { queryElements: "queryElements", onElementSelect: "onElementSelect", onViewElementSelect: "onViewElementSelect", onCustomElementSelect: "onCustomElementSelect", onCopyElementSelect: "onCopyElementSelect", onEditElementSelect: "onEditElementSelect", onDeleteElementSelect: "onDeleteElementSelect", onAllElementSelect: "onAllElementSelect", onPageChange: "onPageChange", onSelectedElementsChange: "onSelectedElementsChange" }, viewQueries: [{ propertyName: "dataTable", first: true, predicate: ["table"], descendants: true }], ngImport: i0, template: "<ng-content select=\".filter-panel\"></ng-content>\r\n<div *ngIf=\"wappTableLazyLoadingObject\" [class.table-container]=\"wappTableLazyLoadingObject.tableContainer\">\r\n <p-table class=\"w-table-styles\"\r\n [ngClass]=\"{'w-table-no-buttons' : !wappTableLazyLoadingObject.hasEditButton && !wappTableLazyLoadingObject.hasDeleteButton && !wappTableLazyLoadingObject.hasCopyButton && !wappTableLazyLoadingObject.customButtonConfig && !wappTableLazyLoadingObject.hasViewButton }\"\r\n #table [value]=\"elements\" \r\n dataKey=\"{{wappTableLazyLoadingObject.identificator}}\"\r\n [lazy]=\"true\" \r\n (onLazyLoad)=\"loadElements($event)\"\r\n [selection]=\"selectedElements\" (selectionChange)=\"onSelectionChange($event)\"\r\n [selectAll]=\"selectAll\" (selectAllChange)=\"onSelectAllChange($event)\"\r\n [paginator]=\"wappTableLazyLoadingObject.hasPaginator! && totalRecords >= 10\"\r\n [rows]=\"rowsPerPage\" \r\n [currentPageReportTemplate]=\"wappTableLazyLoadingObject.currentPageReportTemplate ? wappTableLazyLoadingObject.currentPageReportTemplate + ' ' + rowsPerPage + ' de ' + totalRecords! : 'Showing ' + rowsPerPage + ' of ' + totalRecords!\"\r\n [totalRecords]=\"totalRecords\"\r\n [showCurrentPageReport]=\"true\"\r\n [loading]=\"loading\"\r\n [showLoader]=\"false\"\r\n [globalFilterFields]=\"wappTableLazyLoadingObject.globalFilterFields!\"\r\n [tableStyle]=\"{'min-width': wappTableLazyLoadingObject.tableMinWidth!}\"\r\n (onPage)=\"pageChange($event)\"\r\n styleClass=\"p-datatable-striped\">\r\n <ng-template *ngIf=\"wappTableLazyLoadingObject.hasClearButton || wappTableLazyLoadingObject.hasGlobalSearch\" pTemplate=\"caption\">\r\n <span class=\"flex align-items-center table-paginator p-0\">\r\n <span *ngIf=\"wappTableLazyLoadingObject.hasTotalPagingSelector\" class=\"showing-per-page\"> {{wappTableLazyLoadingObject.currentPageReportTemplate}} </span>\r\n <p-inputNumber *ngIf=\"wappTableLazyLoadingObject.hasTotalPagingSelector\"\r\n class=\"pl-2 showing-per-page\" [size]=\"1\" [(ngModel)]=\"rowsPerPage\" [showButtons]=\"true\" \r\n buttonLayout=\"horizontal\" inputId=\"horizontal\" spinnerMode=\"horizontal\" [step]=\"1\" [min]=\"1\" [max]=\"maxRowsPerPage\"\r\n decrementButtonClass=\"p-button-outlined\" \r\n incrementButtonClass=\"p-button-outlined\" \r\n incrementButtonIcon=\"pi pi-plus\" \r\n decrementButtonIcon=\"pi pi-minus\" \r\n mode=\"decimal\"\r\n (ngModelChange)=\"reloadElements()\">\r\n </p-inputNumber>\r\n <span *ngIf=\"wappTableLazyLoadingObject?.hasGlobalSearch\" class=\"p-input-icon-left ml-auto\">\r\n <i class=\"pi pi-search\"></i>\r\n <input class=\"height-input w-input\" pInputText type=\"text\" (input)=\"table.filterGlobal($event, 'contains')\" placeholder=\"{{wappTableLazyLoadingObject.searchPlaceholder}}\" />\r\n </span>\r\n </span>\r\n </ng-template>\r\n <ng-template pTemplate=\"header\">\r\n <tr>\r\n <th *ngIf=\"!wappTableLazyLoadingObject.hasColumnFilters && wappTableLazyLoadingObject.hasCheckbox; else noCheckbox\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[0]) : 'text-center'\">\r\n <p-tableHeaderCheckbox></p-tableHeaderCheckbox>\r\n </th>\r\n\r\n <ng-template #noCheckbox><th *ngIf=\"wappTableLazyLoadingObject.hasCheckbox\"></th></ng-template>\r\n\r\n <ng-container *ngIf=\"!wappTableLazyLoadingObject.hasSortableColumns; else something\">\r\n <th *ngFor=\"let header of wappTableLazyLoadingObject?.headers; index as i\" [class]=\"header == ('Imagen' || 'Image') ? 'image-header': ''\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[wappTableLazyLoadingObject.hasCheckbox ? i+1 : i]) : getTableColumnAlignClassDefaultByColumnType(wappTableLazyLoadingObject.columnTypes[wappTableLazyLoadingObject.hasCheckbox ? i+1 : i])\">\r\n {{header}}\r\n </th>\r\n </ng-container>\r\n\r\n <ng-template #something>\r\n <ng-template #something ngFor let-filterType [ngForOf]=\"wappTableLazyLoadingObject.headers\" let-i=\"index\"> \r\n <th [pSortableColumn]=\"wappTableLazyLoadingObject.sortableNames[i]\" [class]=\"wappTableLazyLoadingObject.headers[i] == ('Imagen' || 'Image') ? 'image-header': ''\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[wappTableLazyLoadingObject.hasCheckbox ? i+1 : i]) : getTableColumnAlignClassDefaultByColumnType(wappTableLazyLoadingObject.columnTypes[wappTableLazyLoadingObject.hasCheckbox ? i+1 : i])\">\r\n {{wappTableLazyLoadingObject.headers[i]}} \r\n <p-sortIcon *ngIf=\"wappTableLazyLoadingObject.sortableNames[i] != null\" [field]=\"wappTableLazyLoadingObject.sortableNames[i]\"></p-sortIcon>\r\n </th>\r\n </ng-template>\r\n </ng-template>\r\n <th *ngIf=\"wappTableLazyLoadingObject.hasDeleteButton || wappTableLazyLoadingObject.hasEditButton || wappTableLazyLoadingObject.hasViewButton || wappTableLazyLoadingObject.hasCopyButton || wappTableLazyLoadingObject?.hasCustomButton\"></th>\r\n </tr>\r\n\r\n <tr *ngIf=\"wappTableLazyLoadingObject.hasColumnFilters\">\r\n <th *ngIf=\"wappTableLazyLoadingObject.hasCheckbox\" [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[0]) : 'text-left'\">\r\n <p-tableHeaderCheckbox></p-tableHeaderCheckbox>\r\n </th>\r\n <th *ngIf=\"wappTableLazyLoadingObject.hasImage\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[wappTableLazyLoadingObject.hasCheckbox ? 1 : 0]) : getTableColumnAlignClassDefaultByColumnType(wappTableLazyLoadingObject.columnTypes[wappTableLazyLoadingObject.hasCheckbox ? 1 : 0])\">\r\n </th>\r\n <ng-template ngFor let-filterType [ngForOf]=\"wappTableLazyLoadingObject.columnFilterTypes\" let-i=\"index\">\r\n <th *ngIf=\"filterType == tableColumnFilterTypes.Text\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\">\r\n <p-columnFilter type=\"text\" [field]=\"wappTableLazyLoadingObject.filterNames[i]\"></p-columnFilter>\r\n </th>\r\n <th *ngIf=\"filterType == tableColumnFilterTypes.Multiselect\" [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\">\r\n <p-columnFilter [field]=\"wappTableLazyLoadingObject.filterNames[i]\" matchMode=\"in\" [showMenu]=\"false\">\r\n <ng-template pTemplate=\"filter\" let-value let-filter=\"filterCallback\">\r\n <p-multiSelect [ngModel]=\"value\" appendTo=\"body\" [options]=\"wappTableLazyLoadingObject.selectFilterElements[i]\" placeholder=\"Any\" (onChange)=\"filter($event.value)\" optionLabel=\"name\" [maxSelectedLabels]=\"1\" [selectedItemsLabel]=\"'{0} items'\">\r\n <ng-template let-option pTemplate=\"item\">\r\n <div class=\"p-multiselect-representative-option\">\r\n <span class=\"ml-1\">{{option.name}}</span>\r\n </div>\r\n </ng-template>\r\n </p-multiSelect>\r\n </ng-template>\r\n </p-columnFilter>\r\n </th>\r\n <th *ngIf=\"filterType == tableColumnFilterTypes.None\"></th>\r\n <th *ngIf=\"filterType == tableColumnFilterTypes.Boolean\" [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\">\r\n <p-columnFilter type=\"boolean\" [field]=\"wappTableLazyLoadingObject.filterNames[i]\"></p-columnFilter>\r\n </th>\r\n <th *ngIf=\"filterType == tableColumnFilterTypes.Date\" [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\">\r\n <p-columnFilter type=\"date\" [field]=\"wappTableLazyLoadingObject.filterNames[i]\"></p-columnFilter>\r\n </th>\r\n </ng-template>\r\n <th *ngIf=\"wappTableLazyLoadingObject.hasDeleteButton || wappTableLazyLoadingObject.hasEditButton || wappTableLazyLoadingObject.hasViewButton || wappTableLazyLoadingObject.hasCopyButton || wappTableLazyLoadingObject?.hasCustomButton\"></th>\r\n </tr>\r\n </ng-template>\r\n <ng-template pTemplate=\"body\" let-element let-index=\"index\">\r\n <tr *ngIf=\"!loading\">\r\n <ng-template ngFor let-columnType [ngForOf]=\"wappTableLazyLoadingObject.columnTypes\" let-i=\"index\">\r\n <td *ngIf=\"columnType == tableColumnTypes.Checkbox && wappTableLazyLoadingObject.hasCheckbox\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\" class=\"text-center\">\r\n <div *ngIf=\"wappTableLazyLoadingObject.disableCheckbox; else activeCheckbox\">\r\n <p-tableCheckbox [value]=\"element\" [disabled]=\"readProperty(element, wappTableLazyLoadingObject.disableCheckbox)\"></p-tableCheckbox>\r\n </div>\r\n <ng-template #activeCheckbox>\r\n <p-tableCheckbox [value]=\"element\"></p-tableCheckbox>\r\n </ng-template>\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Image\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n <img *ngIf=\"readProperty(element, wappTableLazyLoadingObject.columns[i])\" \r\n [src]=\"readProperty(element, wappTableLazyLoadingObject.columns[i])\" \r\n class=\"element-image-width\"/>\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Text\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Number\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-right'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Currency\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | currency }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Badge\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n <w-badge [label]=\"readProperty(element, wappTableLazyLoadingObject.columns[i])\" [color]=\"'info'\"></w-badge> \r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.ColoredBadge\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n <div *ngFor=\"let badge of wappTableLazyLoadingObject.coloredBadge; index as ind\">\r\n <w-badge *ngIf=\"badge.coloredBadgeProperty == readProperty(element, wappTableLazyLoadingObject.columns[i])\" \r\n [label]=\"readProperty(element, wappTableLazyLoadingObject.columns[i])\" [color]=\"badge.color ? badge.color : 'info'\">\r\n </w-badge> \r\n </div> \r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Boolean\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n <i class=\"pi\" [ngClass]=\"getBooleanColumnClass(i, readProperty(element, wappTableLazyLoadingObject.columns[i]))\"></i>\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Date\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.ShortDate\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate : wappDateFormat.d }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.LongDate\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate : wappDateFormat.D }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.GeneralDateTimeShortTime\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate : wappDateFormat.g }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.GeneralDateTimeLongTime\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate : wappDateFormat.G }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.BuisinessDateTime\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate : wappDateFormat.Business }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Week\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n <w-button-week [value]=\"readProperty(element, wappTableLazyLoadingObject.columns[i])\" [translations]=\"wappTableLazyLoadingObject.weekButtonTranslations ? wappTableLazyLoadingObject.weekButtonTranslations : []\" [defaultEsp]=\"wappTableLazyLoadingObject.weekButtonDefaultEsp ?? false\"></w-button-week>\r\n </td>\r\n </ng-template>\r\n <td>\r\n <div class=\"w-table-buttons flex justify-content-end align-items-end\">\r\n <w-button *ngIf=\"wappTableLazyLoadingObject?.hasViewButton\" \r\n (onClick)=\"viewElement(element)\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.viewTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\" \r\n icon=\"pi-eye\" type=\"table\" buttonClass=\"w-table-button-view\">\r\n </w-button>\r\n <ng-template *ngIf=\"wappTableLazyLoadingObject?.hasCustomButton\" ngFor let-customButtonConfig [ngForOf]=\"wappTableLazyLoadingObject.customButtonConfig\" let-i=\"index\"> \r\n <w-button *ngIf=\"!customButtonConfig?.disableProperty\"\r\n (onClick)=\"customElement({buttonId: customButtonConfig.buttonId, element: element})\"\r\n [icon]=\"customButtonConfig?.icon!\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.customTooltip![i]\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n type=\"table\" \r\n [buttonClass]=\"'w-table-button-view ' + getButtonCustomColorClass(customButtonConfig.color!)\">\r\n </w-button>\r\n <w-button *ngIf=\"customButtonConfig?.disableProperty\"\r\n (onClick)=\"customElement({buttonId: customButtonConfig.buttonId, element: element})\" \r\n [disabled]=\"readProperty(element, customButtonConfig?.disableProperty!)\"\r\n [icon]=\"customButtonConfig?.icon!\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.customTooltip![i]\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n type=\"table\" \r\n [buttonClass]=\"'w-table-button-view ' + getButtonCustomColorClass(customButtonConfig.color!)\">\r\n </w-button>\r\n </ng-template>\r\n <w-button *ngIf=\"wappTableLazyLoadingObject.hasEditButton && !wappTableLazyLoadingObject.disableEditProperty\" \r\n (onClick)=\"editElement(element)\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.editTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n icon=\"pi-pencil\" type=\"table\" buttonClass=\"w-table-button-edit\">\r\n </w-button>\r\n <w-button *ngIf=\"wappTableLazyLoadingObject.hasEditButton && wappTableLazyLoadingObject.disableEditProperty\" \r\n (onClick)=\"editElement(element)\" [disabled]=\"readProperty(element, wappTableLazyLoadingObject.disableEditProperty)\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.editTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n icon=\"pi-pencil\" type=\"table\" buttonClass=\"w-table-button-edit\">\r\n </w-button>\r\n <w-button *ngIf=\"wappTableLazyLoadingObject?.hasCopyButton\" \r\n (onClick)=\"confirmCopy($event, element)\" \r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.copyTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n icon=\"pi-copy\" type=\"table\" buttonClass=\"w-table-button-view\">\r\n </w-button>\r\n <span *ngIf=\"wappTableLazyLoadingObject?.hasDeleteButton\">\r\n <w-button *ngIf=\"wappTableLazyLoadingObject.disableDeleteProperty; else noDisableDelete\" \r\n (onClick)=\"confirmDelete($event, element)\" [disabled]=\"readProperty(element, wappTableLazyLoadingObject.disableDeleteProperty)\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.deleteTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n icon=\"pi-trash\" type=\"table\" buttonClass=\"w-table-button-delete\">\r\n </w-button>\r\n <ng-template #noDisableDelete>\r\n <w-button (onClick)=\"confirmDelete($event, element)\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.deleteTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n icon=\"pi-trash\" type=\"table\" buttonClass=\"w-table-button-delete\">\r\n </w-button>\r\n </ng-template>\r\n </span>\r\n </div>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n <ng-template pTemplate=\"loadingbody\">\r\n <tr height=\"70px\" *ngFor=\"let n of [0,1,2,3,4]\">\r\n <td *ngFor=\"let item of wappTableLazyLoadingObject.columnTypes\" [style.width]=\"item == tableColumnTypes.Checkbox ? '8rem' : ''\" >\r\n <p-tableCheckbox *ngIf=\"item == tableColumnTypes.Checkbox && wappTableLazyLoadingObject.hasCheckbox\"></p-tableCheckbox>\r\n <p-skeleton *ngIf=\"item == tableColumnTypes.Image\" width=\"6rem\" height=\"4rem\"></p-skeleton>\r\n <p-skeleton *ngIf=\"item != tableColumnTypes.Checkbox && item != tableColumnTypes.Image\"></p-skeleton>\r\n </td>\r\n <td *ngIf=\"wappTableLazyLoadingObject.hasEditButton || wappTableLazyLoadingObject.hasDeleteButton\">\r\n <div class=\"w-table-buttons flex justify-content-end\">\r\n <w-button *ngIf=\"wappTableLazyLoadingObject?.hasEditButton\" \r\n icon=\"pi-pencil\" type=\"table\" buttonClass=\"w-table-button-edit\">\r\n </w-button>\r\n <ng-template *ngIf=\"wappTableLazyLoadingObject?.hasCustomButton\" ngFor let-customButtonConfig [ngForOf]=\"wappTableLazyLoadingObject.customButtonConfig\" let-i=\"index\"> \r\n <w-button\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.customTooltip![i]\"\r\n [icon]=\"customButtonConfig?.icon!\" type=\"table\" [buttonClass]=\"'w-table-button-view ' + getButtonCustomColorClass(customButtonConfig.color!)\">\r\n </w-button>\r\n </ng-template>\r\n <w-button *ngIf=\"wappTableLazyLoadingObject?.hasDeleteButton\" \r\n icon=\"pi-trash\" type=\"table\" buttonClass=\"w-table-button-delete\">\r\n </w-button>\r\n </div>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n <ng-template pTemplate=\"emptymessage\">\r\n <tr class=\"w-table-lazy-empty-message-padding\">\r\n <td [attr.colspan]=\"calculateColspan()\">{{wappTableLazyLoadingObject.emptyMessage ? wappTableLazyLoadingObject.emptyMessage : 'No matches.'}}</td>\r\n </tr>\r\n </ng-template>\r\n </p-table>\r\n</div>\r\n<p-confirmPopup></p-confirmPopup>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,::ng-deep .w-table-styles .p-datatable .p-datatable-thead>tr>th,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,::ng-deep .w-table-styles .p-datatable .p-datatable-tbody>tr>td,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-input,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput,::ng-deep .w-table-styles .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text,::ng-deep .w-table-styles .p-checkbox .p-checkbox-box .p-checkbox-icon{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text,.w-input{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text,::ng-deep .w-table-styles .p-datatable .p-datatable-thead>tr>th{color:#1f2224}.w-table-td-text,::ng-deep .w-table-styles .p-datatable .p-datatable-tbody>tr>td{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}.table-container{padding:16px 20px 20px;background-color:#fff;border-radius:8px;box-shadow:0 0 1px #0000001a inset,0 4px 8px #005c7a0d,0 1px 3px #005c7a1a}.w-table-lazy-selectable-row{cursor:pointer}.showing-per-page{color:#9aa0a7;font-weight:400}::ng-deep .w-table-styles .p-paginator-bottom>span:first-child{margin-right:auto}::ng-deep .w-table-styles .p-paginator .p-paginator-pages .p-paginator-page{color:#9aa0a7;border-radius:8px;height:32px;width:32px;max-width:32px;min-width:32px}::ng-deep .w-table-styles .p-paginator{border-width:0px;padding:16px 20px 0}::ng-deep .w-table-styles .p-paginator .p-paginator-pages .p-paginator-page.p-highlight{background-color:#d6f2ff;color:#2e3134;height:32px;width:32px;max-width:32px;min-width:32px}::ng-deep .w-table-styles .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover{background:#f1f5f9;border-color:transparent;color:#2e3134;height:32px;width:32px;max-width:32px;min-width:32px}::ng-deep .w-table-styles .p-paginator .p-paginator-current{color:#9aa0a7;padding:0}::ng-deep .w-table-styles .p-datatable .p-sortable-column .p-sortable-column-icon{color:#000;margin-left:.5rem}::ng-deep .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon{color:#3c4043}::ng-deep .w-table-styles .p-datatable .p-sortable-column:focus{box-shadow:inset 0 0;outline:0 none}::ng-deep .w-table-styles .p-datatable .p-datatable-thead>tr>th{background:#ffffff}::ng-deep .w-table-styles .p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(even){background:#f8f9fa}::ng-deep .w-table-styles .p-datatable .p-paginator-bottom{justify-content:normal!important}::ng-deep .w-table-styles .p-datatable .p-paginator-bottom>button{color:#9aa0a7}::ng-deep .w-table-styles .p-datatable .p-datatable-header{background:#ffffff;border-width:0px;padding:0 0 16px!important;font-weight:400}::ng-deep .w-table-styles p-inputnumber,.p-inputnumber{height:32px}::ng-deep .w-table-styles .p-inputnumber-buttons-horizontal .p-button.p-inputnumber-button-up{width:32px}::ng-deep .w-table-styles .p-inputnumber-buttons-horizontal .p-button.p-inputnumber-button-down{width:32px}::ng-deep .wapp-table-styles .showing-per-page .p-button.p-inputnumber-button-up{border-radius:8px;border-top-left-radius:0!important;border-bottom-left-radius:0!important}::ng-deep .wapp-table-styles .showing-per-page .p-button.p-inputnumber-button-down{border-radius:8px;border-top-right-radius:0!important;border-bottom-right-radius:0!important}::ng-deep .w-table-styles .p-inputnumber-buttons-horizontal .p-inputnumber-input{border-width:1px 0px 1px 0px;border-color:#e8ebee;color:#dadce0;text-align:center}::ng-deep .w-table-styles .p-button.p-button-outlined{color:#e8ebee;border-width:1px}::ng-deep .w-table-styles .p-datatable .p-datatable-tbody>tr>td{border:1px solid #e2e8f0;border-width:0 0 1px 0;padding:6px 8px 5px}::ng-deep .w-table-no-buttons .p-datatable .p-datatable-tbody>tr>td{padding:16px 8px 15px!important}::ng-deep .w-table-styles .p-checkbox{height:16px;width:16px;border-width:1px}::ng-deep .w-table-styles .p-checkbox .p-checkbox-box{height:16px;width:16px;border-radius:4px;border:1px solid #dadce0}::ng-deep .w-table-styles .p-checkbox .p-checkbox-box.p-highlight{border-color:#00b3eb;background:#00b3eb}::ng-deep .w-table-styles .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover{background-color:#dadce0;border:1px solid #dadce0}::ng-deep .w-table-styles .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus{background-color:#00b3eb;border:1px solid #e0f5fc}::ng-deep .w-table-styles .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:not(.p-highlight).p-focus{background-color:#dadce0;border:1px solid #dadce0}::ng-deep .w-table-styles .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover{border-color:#00b3eb;background:#00b3eb}::ng-deep .w-table-styles .p-inputtext:enabled:focus{outline:0 none;outline-offset:0;box-shadow:0 0 #000;background-color:#f1f3f4;border-color:#f1f3f4;color:#000}::ng-deep .w-table-styles .p-inputtext:enabled:hover{border-color:#e8ebee}::ng-deep .w-table-styles .p-button.p-button-outlined:enabled:hover{color:#e8ebee;border:1px solid;background-color:#f1f3f4}::ng-deep .w-table-styles .p-button.p-button-outlined:enabled:hover>.p-button-icon{color:#1f2224}::ng-deep .w-table-styles .darkBlue1.p-button.p-button-icon-only>.p-button-icon{color:#0020c7!important}::ng-deep .w-table-styles .darkBlue2.p-button.p-button-icon-only>.p-button-icon{color:#4765ff!important}::ng-deep .w-table-styles .darkBlue3.p-button.p-button-icon-only>.p-button-icon{color:#adbaff!important}::ng-deep .w-table-styles .purple1.p-button.p-button-icon-only>.p-button-icon{color:#7b00c7!important}::ng-deep .w-table-styles .purple2.p-button.p-button-icon-only>.p-button-icon{color:#b947ff!important}::ng-deep .w-table-styles .purple3.p-button.p-button-icon-only>.p-button-icon{color:#e0adff!important}::ng-deep .w-table-styles .pink1.p-button.p-button-icon-only>.p-button-icon{color:#c700b3!important}::ng-deep .w-table-styles .pink2.p-button.p-button-icon-only>.p-button-icon{color:#ff61ef!important}::ng-deep .w-table-styles .pink3.p-button.p-button-icon-only>.p-button-icon{color:#ffadf7!important}::ng-deep .w-table-styles .green1.p-button.p-button-icon-only>.p-button-icon{color:#87c700!important}::ng-deep .w-table-styles .green2.p-button.p-button-icon-only>.p-button-icon{color:#ccff61!important}::ng-deep .w-table-styles .green3.p-button.p-button-icon-only>.p-button-icon{color:#e5ffad!important}::ng-deep .w-table-styles .error1.p-button.p-button-icon-only>.p-button-icon{color:#fb7c7c!important}::ng-deep .w-table-styles .error2.p-button.p-button-icon-only>.p-button-icon{color:#f55!important}::ng-deep .w-table-styles .p-button.p-button-outlined>.pi{font-size:.7rem;font-weight:bolder}::ng-deep .w-table-styles .p-datatable .p-datatable-thead>tr>th:hover{color:#3c4043;background:#ffffff}.element-image-width{max-height:32px;width:auto;vertical-align:middle}.image-header{text-align:center!important}.height-input{height:32px}.w-input{border-radius:8px;border-width:1px;border-color:#e8ebee;gap:16px}::-webkit-input-placeholder{color:#5f6468}::-moz-placeholder{color:#5f6468}:-ms-input-placeholder{color:#5f6468}:-moz-placeholder{color:#5f6468}.w-input:hover{border-radius:8px!important;border:1px solid rgba(0,179,235,.5)!important}.w-input:focus{border:1px solid rgba(0,157,253,.25)!important;box-shadow:0 0 10px #00b3eb40!important;background-color:transparent!important}.pi-search{left:11px;color:#5f6468!important}::ng-deep .w-table-styles .p-avatar img{width:32px!important;height:32px!important}:host ::ng-deep .w-table-styles .p-avatar{border:1px solid #e8ebee}::ng-deep .p-datatable .p-datatable-thead>tr>th{padding:16px 8px;border:1px solid #e8ebee;border-width:0px 0px 1px 0px;font-weight:700;color:#000;background:#ffffff;transition:box-shadow .2s}::ng-deep .p-datatable .p-datatable-tbody>tr{color:#9aa0a7}::ng-deep .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon{color:#3c4043}::ng-deep .p-datatable .p-datatable-tbody>tr.w-table-lazy-empty-message-padding>td{padding:16px 12px 15px!important}::ng-deep .w-table-styles .p-disabled,.p-component:disabled{opacity:.3;box-shadow:none!important}.w-table-buttons{gap:12px}\n"], dependencies: [{ kind: "directive", type: i2$1.InputText, selector: "[pInputText]" }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$3.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i2$5.Skeleton, selector: "p-skeleton", inputs: ["styleClass", "style", "shape", "animation", "borderRadius", "size", "width", "height"] }, { kind: "component", type: i6$1.MultiSelect, selector: "p-multiSelect", inputs: ["style", "styleClass", "panelStyle", "panelStyleClass", "inputId", "disabled", "readonly", "group", "filter", "filterPlaceHolder", "filterLocale", "overlayVisible", "tabindex", "appendTo", "dataKey", "name", "label", "ariaLabelledBy", "displaySelectedLabel", "maxSelectedLabels", "selectionLimit", "selectedItemsLabel", "showToggleAll", "emptyFilterMessage", "emptyMessage", "resetFilterOnHide", "dropdownIcon", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "showHeader", "filterBy", "scrollHeight", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "autofocusFilter", "display", "autocomplete", "showClear", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "defaultLabel", "placeholder", "options", "filterValue", "itemSize"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onClear", "onPanelShow", "onPanelHide", "onLazyLoad", "onRemove"] }, { kind: "component", type: i6.InputNumber, selector: "p-inputNumber", inputs: ["showButtons", "format", "buttonLayout", "inputId", "styleClass", "style", "placeholder", "size", "maxlength", "tabindex", "title", "ariaLabel", "ariaRequired", "name", "required", "autocomplete", "min", "max", "incrementButtonClass", "decrementButtonClass", "incrementButtonIcon", "decrementButtonIcon", "readonly", "step", "allowEmpty", "locale", "localeMatcher", "mode", "currency", "currencyDisplay", "useGrouping", "minFractionDigits", "maxFractionDigits", "prefix", "suffix", "inputStyle", "inputStyleClass", "showClear", "disabled"], outputs: ["onInput", "onFocus", "onBlur", "onKeyDown", "onClear"] }, { kind: "component", type: i8.Table, selector: "p-table", inputs: ["frozenColumns", "frozenValue", "style", "styleClass", "tableStyle", "tableStyleClass", "paginator", "pageLinks", "rowsPerPageOptions", "alwaysShowPaginator", "paginatorPosition", "paginatorDropdownAppendTo", "paginatorDropdownScrollHeight", "currentPageReportTemplate", "showCurrentPageReport", "showJumpToPageDropdown", "showJumpToPageInput", "showFirstLastIcon", "showPageLinks", "defaultSortOrder", "sortMode", "resetPageOnSort", "selectionMode", "selectionPageOnly", "contextMenuSelection", "contextMenuSelectionMode", "dataKey", "metaKeySelection", "rowSelectable", "rowTrackBy", "lazy", "lazyLoadOnInit", "compareSelectionBy", "csvSeparator", "exportFilename", "filters", "globalFilterFields", "filterDelay", "filterLocale", "expandedRowKeys", "editingRowKeys", "rowExpandMode", "scrollable", "scrollDirection", "rowGroupMode", "scrollHeight", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "virtualScrollDelay", "frozenWidth", "responsive", "contextMenu", "resizableColumns", "columnResizeMode", "reorderableColumns", "loading", "loadingIcon", "showLoader", "rowHover", "customSort", "showInitialSortBadge", "autoLayout", "exportFunction", "exportHeader", "stateKey", "stateStorage", "editMode", "groupRowsBy", "groupRowsByOrder", "responsiveLayout", "breakpoint", "virtualRowHeight", "value", "columns", "first", "rows", "totalRecords", "sortField", "sortOrder", "multiSortMeta", "selection", "selectAll"], outputs: ["selectAllChange", "selectionChange", "contextMenuSelectionChange", "onRowSelect", "onRowUnselect", "onPage", "onSort", "onFilter", "onLazyLoad", "onRowExpand", "onRowCollapse", "onContextMenuSelect", "onColResize", "onColReorder", "onRowReorder", "onEditInit", "onEditComplete", "onEditCancel", "onHeaderCheckboxToggle", "sortFunction", "firstChange", "rowsChange", "onStateSave", "onStateRestore"] }, { kind: "directive", type: i8.SortableColumn, selector: "[pSortableColumn]", inputs: ["pSortableColumn", "pSortableColumnDisabled"] }, { kind: "component", type: i8.SortIcon, selector: "p-sortIcon", inputs: ["field"] }, { kind: "component", type: i8.TableCheckbox, selector: "p-tableCheckbox", inputs: ["disabled", "value", "index", "inputId", "name", "required", "ariaLabel"] }, { kind: "component", type: i8.TableHeaderCheckbox, selector: "p-tableHeaderCheckbox", inputs: ["disabled", "inputId", "name", "ariaLabel"] }, { kind: "component", type: i8.ColumnFilter, selector: "p-columnFilter", inputs: ["field", "type", "display", "showMenu", "matchMode", "operator", "showOperator", "showClearButton", "showApplyButton", "showMatchModes", "showAddButton", "hideOnClear", "placeholder", "matchModeOptions", "maxConstraints", "minFractionDigits", "maxFractionDigits", "prefix", "suffix", "locale", "localeMatcher", "currency", "currencyDisplay", "useGrouping", "showButtons"] }, { kind: "component", type: i8$1.ConfirmPopup, selector: "p-confirmPopup", inputs: ["key", "defaultFocus", "showTransitionOptions", "hideTransitionOptions", "autoZIndex", "baseZIndex", "style", "styleClass", "visible"] }, { kind: "component", type: WButtonComponent, selector: "w-button", inputs: ["type", "label", "size", "icon", "iconPos", "tooltipPosition", "tooltip", "disabled", "loading", "buttonClass"], outputs: ["onClick"] }, { kind: "component", type: WBadgeComponent, selector: "w-badge", inputs: ["label", "color", "tooltip", "maxWidthOverflow"] }, { kind: "component", type: WButtonWeekComponent, selector: "w-button-week", inputs: ["value", "translations", "defaultEsp"], outputs: ["onDayClick"] }, { kind: "pipe", type: i1.CurrencyPipe, name: "currency" }, { kind: "pipe", type: WDatePipe, name: "wappDate" }] });
|
|
1668
|
+
WTableLazyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WTableLazyComponent, selector: "w-table-lazy", inputs: { loading: "loading", elements: "elements", rowsPerPage: "rowsPerPage", allElements: "allElements", totalRecords: "totalRecords", maxRowsPerPage: "maxRowsPerPage", wappTableLazyLoadingObject: "wappTableLazyLoadingObject" }, outputs: { queryElements: "queryElements", onElementSelect: "onElementSelect", onViewElementSelect: "onViewElementSelect", onCustomElementSelect: "onCustomElementSelect", onCopyElementSelect: "onCopyElementSelect", onEditElementSelect: "onEditElementSelect", onDeleteElementSelect: "onDeleteElementSelect", onAllElementSelect: "onAllElementSelect", onPageChange: "onPageChange", onSelectedElementsChange: "onSelectedElementsChange" }, viewQueries: [{ propertyName: "dataTable", first: true, predicate: ["table"], descendants: true }], ngImport: i0, template: "<ng-content select=\".filter-panel\"></ng-content>\r\n<div *ngIf=\"wappTableLazyLoadingObject\" [class.table-container]=\"wappTableLazyLoadingObject.tableContainer\">\r\n <p-table class=\"w-table-styles\"\r\n [ngClass]=\"{'w-table-no-buttons' : !wappTableLazyLoadingObject.hasEditButton && !wappTableLazyLoadingObject.hasDeleteButton && !wappTableLazyLoadingObject.hasCopyButton && !wappTableLazyLoadingObject.customButtonConfig && !wappTableLazyLoadingObject.hasViewButton }\"\r\n #table [value]=\"elements\" \r\n dataKey=\"{{wappTableLazyLoadingObject.identificator}}\"\r\n [lazy]=\"true\" \r\n (onLazyLoad)=\"loadElements($event)\"\r\n [selection]=\"selectedElements\" (selectionChange)=\"onSelectionChange($event)\"\r\n [selectAll]=\"selectAll\" (selectAllChange)=\"onSelectAllChange($event)\"\r\n [paginator]=\"wappTableLazyLoadingObject.hasPaginator! && totalRecords >= 10\"\r\n [rows]=\"rowsPerPage\" \r\n [currentPageReportTemplate]=\"wappTableLazyLoadingObject.currentPageReportTemplate ? wappTableLazyLoadingObject.currentPageReportTemplate + ' ' + rowsPerPage + ' de ' + totalRecords! : 'Showing ' + rowsPerPage + ' of ' + totalRecords!\"\r\n [totalRecords]=\"totalRecords\"\r\n [showCurrentPageReport]=\"true\"\r\n [loading]=\"loading\"\r\n [showLoader]=\"false\"\r\n [globalFilterFields]=\"wappTableLazyLoadingObject.globalFilterFields!\"\r\n [tableStyle]=\"{'min-width': wappTableLazyLoadingObject.tableMinWidth!}\"\r\n (onPage)=\"pageChange($event)\"\r\n styleClass=\"p-datatable-striped\">\r\n <ng-template *ngIf=\"wappTableLazyLoadingObject.hasClearButton || wappTableLazyLoadingObject.hasGlobalSearch\" pTemplate=\"caption\">\r\n <span class=\"flex align-items-center table-paginator p-0\">\r\n <span *ngIf=\"wappTableLazyLoadingObject.hasTotalPagingSelector\" class=\"showing-per-page\"> {{wappTableLazyLoadingObject.currentPageReportTemplate}} </span>\r\n <p-inputNumber *ngIf=\"wappTableLazyLoadingObject.hasTotalPagingSelector\"\r\n class=\"pl-2 showing-per-page\" [size]=\"1\" [(ngModel)]=\"rowsPerPage\" [showButtons]=\"true\" \r\n buttonLayout=\"horizontal\" inputId=\"horizontal\" spinnerMode=\"horizontal\" [step]=\"1\" [min]=\"1\" [max]=\"maxRowsPerPage\"\r\n decrementButtonClass=\"p-button-outlined\" \r\n incrementButtonClass=\"p-button-outlined\" \r\n incrementButtonIcon=\"pi pi-plus\" \r\n decrementButtonIcon=\"pi pi-minus\" \r\n mode=\"decimal\"\r\n (ngModelChange)=\"reloadElements()\">\r\n </p-inputNumber>\r\n <span *ngIf=\"wappTableLazyLoadingObject?.hasGlobalSearch\" class=\"p-input-icon-left ml-auto\">\r\n <i class=\"pi pi-search\"></i>\r\n <input class=\"height-input w-input\" pInputText type=\"text\" (input)=\"table.filterGlobal($event, 'contains')\" placeholder=\"{{wappTableLazyLoadingObject.searchPlaceholder}}\" />\r\n </span>\r\n </span>\r\n </ng-template>\r\n <ng-template pTemplate=\"header\">\r\n <tr>\r\n <th *ngIf=\"!wappTableLazyLoadingObject.hasColumnFilters && wappTableLazyLoadingObject.hasCheckbox; else noCheckbox\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[0]) : 'text-center'\">\r\n <p-tableHeaderCheckbox *ngIf=\"wappTableLazyLoadingObject.hasSelectAllCheckbox == true\"></p-tableHeaderCheckbox>\r\n </th>\r\n\r\n <ng-template #noCheckbox><th *ngIf=\"wappTableLazyLoadingObject.hasCheckbox\"></th></ng-template>\r\n\r\n <ng-container *ngIf=\"!wappTableLazyLoadingObject.hasSortableColumns; else something\">\r\n <th *ngFor=\"let header of wappTableLazyLoadingObject?.headers; index as i\" [class]=\"header == ('Imagen' || 'Image') ? 'image-header': ''\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[wappTableLazyLoadingObject.hasCheckbox ? i+1 : i]) : getTableColumnAlignClassDefaultByColumnType(wappTableLazyLoadingObject.columnTypes[wappTableLazyLoadingObject.hasCheckbox ? i+1 : i])\">\r\n {{header}}\r\n </th>\r\n </ng-container>\r\n\r\n <ng-template #something>\r\n <ng-template #something ngFor let-filterType [ngForOf]=\"wappTableLazyLoadingObject.headers\" let-i=\"index\"> \r\n <th [pSortableColumn]=\"wappTableLazyLoadingObject.sortableNames[i]\" [class]=\"wappTableLazyLoadingObject.headers[i] == ('Imagen' || 'Image') ? 'image-header': ''\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[wappTableLazyLoadingObject.hasCheckbox ? i+1 : i]) : getTableColumnAlignClassDefaultByColumnType(wappTableLazyLoadingObject.columnTypes[wappTableLazyLoadingObject.hasCheckbox ? i+1 : i])\">\r\n {{wappTableLazyLoadingObject.headers[i]}} \r\n <p-sortIcon *ngIf=\"wappTableLazyLoadingObject.sortableNames[i] != null\" [field]=\"wappTableLazyLoadingObject.sortableNames[i]\"></p-sortIcon>\r\n </th>\r\n </ng-template>\r\n </ng-template>\r\n <th *ngIf=\"wappTableLazyLoadingObject.hasDeleteButton || wappTableLazyLoadingObject.hasEditButton || wappTableLazyLoadingObject.hasViewButton || wappTableLazyLoadingObject.hasCopyButton || wappTableLazyLoadingObject?.hasCustomButton\"></th>\r\n </tr>\r\n\r\n <tr *ngIf=\"wappTableLazyLoadingObject.hasColumnFilters\">\r\n <th *ngIf=\"wappTableLazyLoadingObject.hasCheckbox\" [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[0]) : 'text-left'\">\r\n <p-tableHeaderCheckbox></p-tableHeaderCheckbox>\r\n </th>\r\n <th *ngIf=\"wappTableLazyLoadingObject.hasImage\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[wappTableLazyLoadingObject.hasCheckbox ? 1 : 0]) : getTableColumnAlignClassDefaultByColumnType(wappTableLazyLoadingObject.columnTypes[wappTableLazyLoadingObject.hasCheckbox ? 1 : 0])\">\r\n </th>\r\n <ng-template ngFor let-filterType [ngForOf]=\"wappTableLazyLoadingObject.columnFilterTypes\" let-i=\"index\">\r\n <th *ngIf=\"filterType == tableColumnFilterTypes.Text\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\">\r\n <p-columnFilter type=\"text\" [field]=\"wappTableLazyLoadingObject.filterNames[i]\"></p-columnFilter>\r\n </th>\r\n <th *ngIf=\"filterType == tableColumnFilterTypes.Multiselect\" [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\">\r\n <p-columnFilter [field]=\"wappTableLazyLoadingObject.filterNames[i]\" matchMode=\"in\" [showMenu]=\"false\">\r\n <ng-template pTemplate=\"filter\" let-value let-filter=\"filterCallback\">\r\n <p-multiSelect [ngModel]=\"value\" appendTo=\"body\" [options]=\"wappTableLazyLoadingObject.selectFilterElements[i]\" placeholder=\"Any\" (onChange)=\"filter($event.value)\" optionLabel=\"name\" [maxSelectedLabels]=\"1\" [selectedItemsLabel]=\"'{0} items'\">\r\n <ng-template let-option pTemplate=\"item\">\r\n <div class=\"p-multiselect-representative-option\">\r\n <span class=\"ml-1\">{{option.name}}</span>\r\n </div>\r\n </ng-template>\r\n </p-multiSelect>\r\n </ng-template>\r\n </p-columnFilter>\r\n </th>\r\n <th *ngIf=\"filterType == tableColumnFilterTypes.None\"></th>\r\n <th *ngIf=\"filterType == tableColumnFilterTypes.Boolean\" [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\">\r\n <p-columnFilter type=\"boolean\" [field]=\"wappTableLazyLoadingObject.filterNames[i]\"></p-columnFilter>\r\n </th>\r\n <th *ngIf=\"filterType == tableColumnFilterTypes.Date\" [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\">\r\n <p-columnFilter type=\"date\" [field]=\"wappTableLazyLoadingObject.filterNames[i]\"></p-columnFilter>\r\n </th>\r\n </ng-template>\r\n <th *ngIf=\"wappTableLazyLoadingObject.hasDeleteButton || wappTableLazyLoadingObject.hasEditButton || wappTableLazyLoadingObject.hasViewButton || wappTableLazyLoadingObject.hasCopyButton || wappTableLazyLoadingObject?.hasCustomButton\"></th>\r\n </tr>\r\n </ng-template>\r\n <ng-template pTemplate=\"body\" let-element let-index=\"index\">\r\n <tr *ngIf=\"!loading\">\r\n <ng-template ngFor let-columnType [ngForOf]=\"wappTableLazyLoadingObject.columnTypes\" let-i=\"index\">\r\n <td *ngIf=\"columnType == tableColumnTypes.Checkbox && wappTableLazyLoadingObject.hasCheckbox\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\" class=\"text-center\">\r\n <div *ngIf=\"wappTableLazyLoadingObject.disableCheckbox; else activeCheckbox\">\r\n <p-tableCheckbox [value]=\"element\" [disabled]=\"readProperty(element, wappTableLazyLoadingObject.disableCheckbox)\"></p-tableCheckbox>\r\n </div>\r\n <ng-template #activeCheckbox>\r\n <p-tableCheckbox [value]=\"element\"></p-tableCheckbox>\r\n </ng-template>\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Image\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n <img *ngIf=\"readProperty(element, wappTableLazyLoadingObject.columns[i])\" \r\n [src]=\"readProperty(element, wappTableLazyLoadingObject.columns[i])\" \r\n class=\"element-image-width\"/>\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Text\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Number\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-right'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Currency\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | currency }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Badge\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n <w-badge [label]=\"readProperty(element, wappTableLazyLoadingObject.columns[i])\" [color]=\"'info'\"></w-badge> \r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.ColoredBadge\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n <div *ngFor=\"let badge of wappTableLazyLoadingObject.coloredBadge; index as ind\">\r\n <w-badge *ngIf=\"badge.coloredBadgeProperty == readProperty(element, wappTableLazyLoadingObject.columns[i])\" \r\n [label]=\"readProperty(element, wappTableLazyLoadingObject.columns[i])\" [color]=\"badge.color ? badge.color : 'info'\">\r\n </w-badge> \r\n </div> \r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Boolean\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n <i class=\"pi\" [ngClass]=\"getBooleanColumnClass(i, readProperty(element, wappTableLazyLoadingObject.columns[i]))\"></i>\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Date\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.ShortDate\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate : wappDateFormat.d }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.LongDate\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate : wappDateFormat.D }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.GeneralDateTimeShortTime\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate : wappDateFormat.g }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.GeneralDateTimeLongTime\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate : wappDateFormat.G }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.BuisinessDateTime\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate : wappDateFormat.Business }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Week\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n <w-button-week [value]=\"readProperty(element, wappTableLazyLoadingObject.columns[i])\" [translations]=\"wappTableLazyLoadingObject.weekButtonTranslations ? wappTableLazyLoadingObject.weekButtonTranslations : []\" [defaultEsp]=\"wappTableLazyLoadingObject.weekButtonDefaultEsp ?? false\"></w-button-week>\r\n </td>\r\n </ng-template>\r\n <td>\r\n <div class=\"w-table-buttons flex justify-content-end align-items-end\">\r\n <w-button *ngIf=\"wappTableLazyLoadingObject?.hasViewButton\" \r\n (onClick)=\"viewElement(element)\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.viewTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\" \r\n icon=\"pi-eye\" type=\"table\" buttonClass=\"w-table-button-view\">\r\n </w-button>\r\n <ng-template *ngIf=\"wappTableLazyLoadingObject?.hasCustomButton\" ngFor let-customButtonConfig [ngForOf]=\"wappTableLazyLoadingObject.customButtonConfig\" let-i=\"index\"> \r\n <w-button *ngIf=\"!customButtonConfig?.disableProperty\"\r\n (onClick)=\"customElement({buttonId: customButtonConfig.buttonId, element: element})\"\r\n [icon]=\"customButtonConfig?.icon!\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.customTooltip![i]\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n type=\"table\" \r\n [buttonClass]=\"'w-table-button-view ' + getButtonCustomColorClass(customButtonConfig.color!)\">\r\n </w-button>\r\n <w-button *ngIf=\"customButtonConfig?.disableProperty\"\r\n (onClick)=\"customElement({buttonId: customButtonConfig.buttonId, element: element})\" \r\n [disabled]=\"readProperty(element, customButtonConfig?.disableProperty!)\"\r\n [icon]=\"customButtonConfig?.icon!\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.customTooltip![i]\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n type=\"table\" \r\n [buttonClass]=\"'w-table-button-view ' + getButtonCustomColorClass(customButtonConfig.color!)\">\r\n </w-button>\r\n </ng-template>\r\n <w-button *ngIf=\"wappTableLazyLoadingObject.hasEditButton && !wappTableLazyLoadingObject.disableEditProperty\" \r\n (onClick)=\"editElement(element)\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.editTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n icon=\"pi-pencil\" type=\"table\" buttonClass=\"w-table-button-edit\">\r\n </w-button>\r\n <w-button *ngIf=\"wappTableLazyLoadingObject.hasEditButton && wappTableLazyLoadingObject.disableEditProperty\" \r\n (onClick)=\"editElement(element)\" [disabled]=\"readProperty(element, wappTableLazyLoadingObject.disableEditProperty)\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.editTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n icon=\"pi-pencil\" type=\"table\" buttonClass=\"w-table-button-edit\">\r\n </w-button>\r\n <w-button *ngIf=\"wappTableLazyLoadingObject?.hasCopyButton\" \r\n (onClick)=\"confirmCopy($event, element)\" \r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.copyTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n icon=\"pi-copy\" type=\"table\" buttonClass=\"w-table-button-view\">\r\n </w-button>\r\n <span *ngIf=\"wappTableLazyLoadingObject?.hasDeleteButton\">\r\n <w-button *ngIf=\"wappTableLazyLoadingObject.disableDeleteProperty; else noDisableDelete\" \r\n (onClick)=\"confirmDelete($event, element)\" [disabled]=\"readProperty(element, wappTableLazyLoadingObject.disableDeleteProperty)\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.deleteTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n icon=\"pi-trash\" type=\"table\" buttonClass=\"w-table-button-delete\">\r\n </w-button>\r\n <ng-template #noDisableDelete>\r\n <w-button (onClick)=\"confirmDelete($event, element)\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.deleteTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n icon=\"pi-trash\" type=\"table\" buttonClass=\"w-table-button-delete\">\r\n </w-button>\r\n </ng-template>\r\n </span>\r\n </div>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n <ng-template pTemplate=\"loadingbody\">\r\n <tr height=\"70px\" *ngFor=\"let n of [0,1,2,3,4]\">\r\n <td *ngFor=\"let item of wappTableLazyLoadingObject.columnTypes\" [style.width]=\"item == tableColumnTypes.Checkbox ? '8rem' : ''\" >\r\n <p-tableCheckbox *ngIf=\"item == tableColumnTypes.Checkbox && wappTableLazyLoadingObject.hasCheckbox\"></p-tableCheckbox>\r\n <p-skeleton *ngIf=\"item == tableColumnTypes.Image\" width=\"6rem\" height=\"4rem\"></p-skeleton>\r\n <p-skeleton *ngIf=\"item != tableColumnTypes.Checkbox && item != tableColumnTypes.Image\"></p-skeleton>\r\n </td>\r\n <td *ngIf=\"wappTableLazyLoadingObject.hasEditButton || wappTableLazyLoadingObject.hasDeleteButton\">\r\n <div class=\"w-table-buttons flex justify-content-end\">\r\n <w-button *ngIf=\"wappTableLazyLoadingObject?.hasEditButton\" \r\n icon=\"pi-pencil\" type=\"table\" buttonClass=\"w-table-button-edit\">\r\n </w-button>\r\n <ng-template *ngIf=\"wappTableLazyLoadingObject?.hasCustomButton\" ngFor let-customButtonConfig [ngForOf]=\"wappTableLazyLoadingObject.customButtonConfig\" let-i=\"index\"> \r\n <w-button\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.customTooltip![i]\"\r\n [icon]=\"customButtonConfig?.icon!\" type=\"table\" [buttonClass]=\"'w-table-button-view ' + getButtonCustomColorClass(customButtonConfig.color!)\">\r\n </w-button>\r\n </ng-template>\r\n <w-button *ngIf=\"wappTableLazyLoadingObject?.hasDeleteButton\" \r\n icon=\"pi-trash\" type=\"table\" buttonClass=\"w-table-button-delete\">\r\n </w-button>\r\n </div>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n <ng-template pTemplate=\"emptymessage\">\r\n <tr class=\"w-table-lazy-empty-message-padding\">\r\n <td [attr.colspan]=\"calculateColspan()\">{{wappTableLazyLoadingObject.emptyMessage ? wappTableLazyLoadingObject.emptyMessage : 'No matches.'}}</td>\r\n </tr>\r\n </ng-template>\r\n </p-table>\r\n</div>\r\n<p-confirmPopup></p-confirmPopup>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,::ng-deep .w-table-styles .p-datatable .p-datatable-thead>tr>th,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,::ng-deep .w-table-styles .p-datatable .p-datatable-tbody>tr>td,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-input,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput,::ng-deep .w-table-styles .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text,::ng-deep .w-table-styles .p-checkbox .p-checkbox-box .p-checkbox-icon{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text,.w-input{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text,::ng-deep .w-table-styles .p-datatable .p-datatable-thead>tr>th{color:#1f2224}.w-table-td-text,::ng-deep .w-table-styles .p-datatable .p-datatable-tbody>tr>td{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}.table-container{padding:16px 20px 20px;background-color:#fff;border-radius:8px;box-shadow:0 0 1px #0000001a inset,0 4px 8px #005c7a0d,0 1px 3px #005c7a1a}.w-table-lazy-selectable-row{cursor:pointer}.showing-per-page{color:#9aa0a7;font-weight:400}::ng-deep .w-table-styles .p-paginator-bottom>span:first-child{margin-right:auto}::ng-deep .w-table-styles .p-paginator .p-paginator-pages .p-paginator-page{color:#9aa0a7;border-radius:8px;height:32px;width:32px;max-width:32px;min-width:32px}::ng-deep .w-table-styles .p-paginator{border-width:0px;padding:16px 20px 0}::ng-deep .w-table-styles .p-paginator .p-paginator-pages .p-paginator-page.p-highlight{background-color:#d6f2ff;color:#2e3134;height:32px;width:32px;max-width:32px;min-width:32px}::ng-deep .w-table-styles .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover{background:#f1f5f9;border-color:transparent;color:#2e3134;height:32px;width:32px;max-width:32px;min-width:32px}::ng-deep .w-table-styles .p-paginator .p-paginator-current{color:#9aa0a7;padding:0}::ng-deep .w-table-styles .p-datatable .p-sortable-column .p-sortable-column-icon{color:#000;margin-left:.5rem}::ng-deep .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon{color:#3c4043}::ng-deep .w-table-styles .p-datatable .p-sortable-column:focus{box-shadow:inset 0 0;outline:0 none}::ng-deep .w-table-styles .p-datatable .p-datatable-thead>tr>th{background:#ffffff}::ng-deep .w-table-styles .p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(even){background:#f8f9fa}::ng-deep .w-table-styles .p-datatable .p-paginator-bottom{justify-content:normal!important}::ng-deep .w-table-styles .p-datatable .p-paginator-bottom>button{color:#9aa0a7}::ng-deep .w-table-styles .p-datatable .p-datatable-header{background:#ffffff;border-width:0px;padding:0 0 16px!important;font-weight:400}::ng-deep .w-table-styles p-inputnumber,.p-inputnumber{height:32px}::ng-deep .w-table-styles .p-inputnumber-buttons-horizontal .p-button.p-inputnumber-button-up{width:32px}::ng-deep .w-table-styles .p-inputnumber-buttons-horizontal .p-button.p-inputnumber-button-down{width:32px}::ng-deep .wapp-table-styles .showing-per-page .p-button.p-inputnumber-button-up{border-radius:8px;border-top-left-radius:0!important;border-bottom-left-radius:0!important}::ng-deep .wapp-table-styles .showing-per-page .p-button.p-inputnumber-button-down{border-radius:8px;border-top-right-radius:0!important;border-bottom-right-radius:0!important}::ng-deep .w-table-styles .p-inputnumber-buttons-horizontal .p-inputnumber-input{border-width:1px 0px 1px 0px;border-color:#e8ebee;color:#dadce0;text-align:center}::ng-deep .w-table-styles .p-button.p-button-outlined{color:#e8ebee;border-width:1px}::ng-deep .w-table-styles .p-datatable .p-datatable-tbody>tr>td{border:1px solid #e2e8f0;border-width:0 0 1px 0;padding:6px 8px 5px}::ng-deep .w-table-no-buttons .p-datatable .p-datatable-tbody>tr>td{padding:16px 8px 15px!important}::ng-deep .w-table-styles .p-checkbox{height:16px;width:16px;border-width:1px}::ng-deep .w-table-styles .p-checkbox .p-checkbox-box{height:16px;width:16px;border-radius:4px;border:1px solid #dadce0}::ng-deep .w-table-styles .p-checkbox .p-checkbox-box.p-highlight{border-color:#00b3eb;background:#00b3eb}::ng-deep .w-table-styles .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover{background-color:#dadce0;border:1px solid #dadce0}::ng-deep .w-table-styles .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus{background-color:#00b3eb;border:1px solid #e0f5fc}::ng-deep .w-table-styles .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:not(.p-highlight).p-focus{background-color:#dadce0;border:1px solid #dadce0}::ng-deep .w-table-styles .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover{border-color:#00b3eb;background:#00b3eb}::ng-deep .w-table-styles .p-inputtext:enabled:focus{outline:0 none;outline-offset:0;box-shadow:0 0 #000;background-color:#f1f3f4;border-color:#f1f3f4;color:#000}::ng-deep .w-table-styles .p-inputtext:enabled:hover{border-color:#e8ebee}::ng-deep .w-table-styles .p-button.p-button-outlined:enabled:hover{color:#e8ebee;border:1px solid;background-color:#f1f3f4}::ng-deep .w-table-styles .p-button.p-button-outlined:enabled:hover>.p-button-icon{color:#1f2224}::ng-deep .w-table-styles .darkBlue1.p-button.p-button-icon-only>.p-button-icon{color:#0020c7!important}::ng-deep .w-table-styles .darkBlue2.p-button.p-button-icon-only>.p-button-icon{color:#4765ff!important}::ng-deep .w-table-styles .darkBlue3.p-button.p-button-icon-only>.p-button-icon{color:#adbaff!important}::ng-deep .w-table-styles .purple1.p-button.p-button-icon-only>.p-button-icon{color:#7b00c7!important}::ng-deep .w-table-styles .purple2.p-button.p-button-icon-only>.p-button-icon{color:#b947ff!important}::ng-deep .w-table-styles .purple3.p-button.p-button-icon-only>.p-button-icon{color:#e0adff!important}::ng-deep .w-table-styles .pink1.p-button.p-button-icon-only>.p-button-icon{color:#c700b3!important}::ng-deep .w-table-styles .pink2.p-button.p-button-icon-only>.p-button-icon{color:#ff61ef!important}::ng-deep .w-table-styles .pink3.p-button.p-button-icon-only>.p-button-icon{color:#ffadf7!important}::ng-deep .w-table-styles .green1.p-button.p-button-icon-only>.p-button-icon{color:#87c700!important}::ng-deep .w-table-styles .green2.p-button.p-button-icon-only>.p-button-icon{color:#ccff61!important}::ng-deep .w-table-styles .green3.p-button.p-button-icon-only>.p-button-icon{color:#e5ffad!important}::ng-deep .w-table-styles .error1.p-button.p-button-icon-only>.p-button-icon{color:#fb7c7c!important}::ng-deep .w-table-styles .error2.p-button.p-button-icon-only>.p-button-icon{color:#f55!important}::ng-deep .w-table-styles .p-button.p-button-outlined>.pi{font-size:.7rem;font-weight:bolder}::ng-deep .w-table-styles .p-datatable .p-datatable-thead>tr>th:hover{color:#3c4043;background:#ffffff}.element-image-width{max-height:32px;width:auto;vertical-align:middle}.image-header{text-align:center!important}.height-input{height:32px}.w-input{border-radius:8px;border-width:1px;border-color:#e8ebee;gap:16px}::-webkit-input-placeholder{color:#5f6468}::-moz-placeholder{color:#5f6468}:-ms-input-placeholder{color:#5f6468}:-moz-placeholder{color:#5f6468}.w-input:hover{border-radius:8px!important;border:1px solid rgba(0,179,235,.5)!important}.w-input:focus{border:1px solid rgba(0,157,253,.25)!important;box-shadow:0 0 10px #00b3eb40!important;background-color:transparent!important}.pi-search{left:11px;color:#5f6468!important}::ng-deep .w-table-styles .p-avatar img{width:32px!important;height:32px!important}:host ::ng-deep .w-table-styles .p-avatar{border:1px solid #e8ebee}::ng-deep .p-datatable .p-datatable-thead>tr>th{padding:16px 8px;border:1px solid #e8ebee;border-width:0px 0px 1px 0px;font-weight:700;color:#000;background:#ffffff;transition:box-shadow .2s}::ng-deep .p-datatable .p-datatable-tbody>tr{color:#9aa0a7}::ng-deep .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon{color:#3c4043}::ng-deep .p-datatable .p-datatable-tbody>tr.w-table-lazy-empty-message-padding>td{padding:16px 12px 15px!important}::ng-deep .w-table-styles .p-disabled,.p-component:disabled{opacity:.3;box-shadow:none!important}.w-table-buttons{gap:12px}\n"], dependencies: [{ kind: "directive", type: i2$1.InputText, selector: "[pInputText]" }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$3.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i2$5.Skeleton, selector: "p-skeleton", inputs: ["styleClass", "style", "shape", "animation", "borderRadius", "size", "width", "height"] }, { kind: "component", type: i6$1.MultiSelect, selector: "p-multiSelect", inputs: ["style", "styleClass", "panelStyle", "panelStyleClass", "inputId", "disabled", "readonly", "group", "filter", "filterPlaceHolder", "filterLocale", "overlayVisible", "tabindex", "appendTo", "dataKey", "name", "label", "ariaLabelledBy", "displaySelectedLabel", "maxSelectedLabels", "selectionLimit", "selectedItemsLabel", "showToggleAll", "emptyFilterMessage", "emptyMessage", "resetFilterOnHide", "dropdownIcon", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "showHeader", "filterBy", "scrollHeight", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "autofocusFilter", "display", "autocomplete", "showClear", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "defaultLabel", "placeholder", "options", "filterValue", "itemSize"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onClear", "onPanelShow", "onPanelHide", "onLazyLoad", "onRemove"] }, { kind: "component", type: i6.InputNumber, selector: "p-inputNumber", inputs: ["showButtons", "format", "buttonLayout", "inputId", "styleClass", "style", "placeholder", "size", "maxlength", "tabindex", "title", "ariaLabel", "ariaRequired", "name", "required", "autocomplete", "min", "max", "incrementButtonClass", "decrementButtonClass", "incrementButtonIcon", "decrementButtonIcon", "readonly", "step", "allowEmpty", "locale", "localeMatcher", "mode", "currency", "currencyDisplay", "useGrouping", "minFractionDigits", "maxFractionDigits", "prefix", "suffix", "inputStyle", "inputStyleClass", "showClear", "disabled"], outputs: ["onInput", "onFocus", "onBlur", "onKeyDown", "onClear"] }, { kind: "component", type: i8.Table, selector: "p-table", inputs: ["frozenColumns", "frozenValue", "style", "styleClass", "tableStyle", "tableStyleClass", "paginator", "pageLinks", "rowsPerPageOptions", "alwaysShowPaginator", "paginatorPosition", "paginatorDropdownAppendTo", "paginatorDropdownScrollHeight", "currentPageReportTemplate", "showCurrentPageReport", "showJumpToPageDropdown", "showJumpToPageInput", "showFirstLastIcon", "showPageLinks", "defaultSortOrder", "sortMode", "resetPageOnSort", "selectionMode", "selectionPageOnly", "contextMenuSelection", "contextMenuSelectionMode", "dataKey", "metaKeySelection", "rowSelectable", "rowTrackBy", "lazy", "lazyLoadOnInit", "compareSelectionBy", "csvSeparator", "exportFilename", "filters", "globalFilterFields", "filterDelay", "filterLocale", "expandedRowKeys", "editingRowKeys", "rowExpandMode", "scrollable", "scrollDirection", "rowGroupMode", "scrollHeight", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "virtualScrollDelay", "frozenWidth", "responsive", "contextMenu", "resizableColumns", "columnResizeMode", "reorderableColumns", "loading", "loadingIcon", "showLoader", "rowHover", "customSort", "showInitialSortBadge", "autoLayout", "exportFunction", "exportHeader", "stateKey", "stateStorage", "editMode", "groupRowsBy", "groupRowsByOrder", "responsiveLayout", "breakpoint", "virtualRowHeight", "value", "columns", "first", "rows", "totalRecords", "sortField", "sortOrder", "multiSortMeta", "selection", "selectAll"], outputs: ["selectAllChange", "selectionChange", "contextMenuSelectionChange", "onRowSelect", "onRowUnselect", "onPage", "onSort", "onFilter", "onLazyLoad", "onRowExpand", "onRowCollapse", "onContextMenuSelect", "onColResize", "onColReorder", "onRowReorder", "onEditInit", "onEditComplete", "onEditCancel", "onHeaderCheckboxToggle", "sortFunction", "firstChange", "rowsChange", "onStateSave", "onStateRestore"] }, { kind: "directive", type: i8.SortableColumn, selector: "[pSortableColumn]", inputs: ["pSortableColumn", "pSortableColumnDisabled"] }, { kind: "component", type: i8.SortIcon, selector: "p-sortIcon", inputs: ["field"] }, { kind: "component", type: i8.TableCheckbox, selector: "p-tableCheckbox", inputs: ["disabled", "value", "index", "inputId", "name", "required", "ariaLabel"] }, { kind: "component", type: i8.TableHeaderCheckbox, selector: "p-tableHeaderCheckbox", inputs: ["disabled", "inputId", "name", "ariaLabel"] }, { kind: "component", type: i8.ColumnFilter, selector: "p-columnFilter", inputs: ["field", "type", "display", "showMenu", "matchMode", "operator", "showOperator", "showClearButton", "showApplyButton", "showMatchModes", "showAddButton", "hideOnClear", "placeholder", "matchModeOptions", "maxConstraints", "minFractionDigits", "maxFractionDigits", "prefix", "suffix", "locale", "localeMatcher", "currency", "currencyDisplay", "useGrouping", "showButtons"] }, { kind: "component", type: i8$1.ConfirmPopup, selector: "p-confirmPopup", inputs: ["key", "defaultFocus", "showTransitionOptions", "hideTransitionOptions", "autoZIndex", "baseZIndex", "style", "styleClass", "visible"] }, { kind: "component", type: WButtonComponent, selector: "w-button", inputs: ["type", "label", "size", "icon", "iconPos", "tooltipPosition", "tooltip", "disabled", "loading", "buttonClass"], outputs: ["onClick"] }, { kind: "component", type: WBadgeComponent, selector: "w-badge", inputs: ["label", "color", "tooltip", "maxWidthOverflow"] }, { kind: "component", type: WButtonWeekComponent, selector: "w-button-week", inputs: ["value", "translations", "defaultEsp"], outputs: ["onDayClick"] }, { kind: "pipe", type: i1.CurrencyPipe, name: "currency" }, { kind: "pipe", type: WDatePipe, name: "wappDate" }] });
|
|
1666
1669
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WTableLazyComponent, decorators: [{
|
|
1667
1670
|
type: Component,
|
|
1668
|
-
args: [{ selector: 'w-table-lazy', template: "<ng-content select=\".filter-panel\"></ng-content>\r\n<div *ngIf=\"wappTableLazyLoadingObject\" [class.table-container]=\"wappTableLazyLoadingObject.tableContainer\">\r\n <p-table class=\"w-table-styles\"\r\n [ngClass]=\"{'w-table-no-buttons' : !wappTableLazyLoadingObject.hasEditButton && !wappTableLazyLoadingObject.hasDeleteButton && !wappTableLazyLoadingObject.hasCopyButton && !wappTableLazyLoadingObject.customButtonConfig && !wappTableLazyLoadingObject.hasViewButton }\"\r\n #table [value]=\"elements\" \r\n dataKey=\"{{wappTableLazyLoadingObject.identificator}}\"\r\n [lazy]=\"true\" \r\n (onLazyLoad)=\"loadElements($event)\"\r\n [selection]=\"selectedElements\" (selectionChange)=\"onSelectionChange($event)\"\r\n [selectAll]=\"selectAll\" (selectAllChange)=\"onSelectAllChange($event)\"\r\n [paginator]=\"wappTableLazyLoadingObject.hasPaginator! && totalRecords >= 10\"\r\n [rows]=\"rowsPerPage\" \r\n [currentPageReportTemplate]=\"wappTableLazyLoadingObject.currentPageReportTemplate ? wappTableLazyLoadingObject.currentPageReportTemplate + ' ' + rowsPerPage + ' de ' + totalRecords! : 'Showing ' + rowsPerPage + ' of ' + totalRecords!\"\r\n [totalRecords]=\"totalRecords\"\r\n [showCurrentPageReport]=\"true\"\r\n [loading]=\"loading\"\r\n [showLoader]=\"false\"\r\n [globalFilterFields]=\"wappTableLazyLoadingObject.globalFilterFields!\"\r\n [tableStyle]=\"{'min-width': wappTableLazyLoadingObject.tableMinWidth!}\"\r\n (onPage)=\"pageChange($event)\"\r\n styleClass=\"p-datatable-striped\">\r\n <ng-template *ngIf=\"wappTableLazyLoadingObject.hasClearButton || wappTableLazyLoadingObject.hasGlobalSearch\" pTemplate=\"caption\">\r\n <span class=\"flex align-items-center table-paginator p-0\">\r\n <span *ngIf=\"wappTableLazyLoadingObject.hasTotalPagingSelector\" class=\"showing-per-page\"> {{wappTableLazyLoadingObject.currentPageReportTemplate}} </span>\r\n <p-inputNumber *ngIf=\"wappTableLazyLoadingObject.hasTotalPagingSelector\"\r\n class=\"pl-2 showing-per-page\" [size]=\"1\" [(ngModel)]=\"rowsPerPage\" [showButtons]=\"true\" \r\n buttonLayout=\"horizontal\" inputId=\"horizontal\" spinnerMode=\"horizontal\" [step]=\"1\" [min]=\"1\" [max]=\"maxRowsPerPage\"\r\n decrementButtonClass=\"p-button-outlined\" \r\n incrementButtonClass=\"p-button-outlined\" \r\n incrementButtonIcon=\"pi pi-plus\" \r\n decrementButtonIcon=\"pi pi-minus\" \r\n mode=\"decimal\"\r\n (ngModelChange)=\"reloadElements()\">\r\n </p-inputNumber>\r\n <span *ngIf=\"wappTableLazyLoadingObject?.hasGlobalSearch\" class=\"p-input-icon-left ml-auto\">\r\n <i class=\"pi pi-search\"></i>\r\n <input class=\"height-input w-input\" pInputText type=\"text\" (input)=\"table.filterGlobal($event, 'contains')\" placeholder=\"{{wappTableLazyLoadingObject.searchPlaceholder}}\" />\r\n </span>\r\n </span>\r\n </ng-template>\r\n <ng-template pTemplate=\"header\">\r\n <tr>\r\n <th *ngIf=\"!wappTableLazyLoadingObject.hasColumnFilters && wappTableLazyLoadingObject.hasCheckbox; else noCheckbox\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[0]) : 'text-center'\">\r\n <p-tableHeaderCheckbox></p-tableHeaderCheckbox>\r\n </th>\r\n\r\n <ng-template #noCheckbox><th *ngIf=\"wappTableLazyLoadingObject.hasCheckbox\"></th></ng-template>\r\n\r\n <ng-container *ngIf=\"!wappTableLazyLoadingObject.hasSortableColumns; else something\">\r\n <th *ngFor=\"let header of wappTableLazyLoadingObject?.headers; index as i\" [class]=\"header == ('Imagen' || 'Image') ? 'image-header': ''\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[wappTableLazyLoadingObject.hasCheckbox ? i+1 : i]) : getTableColumnAlignClassDefaultByColumnType(wappTableLazyLoadingObject.columnTypes[wappTableLazyLoadingObject.hasCheckbox ? i+1 : i])\">\r\n {{header}}\r\n </th>\r\n </ng-container>\r\n\r\n <ng-template #something>\r\n <ng-template #something ngFor let-filterType [ngForOf]=\"wappTableLazyLoadingObject.headers\" let-i=\"index\"> \r\n <th [pSortableColumn]=\"wappTableLazyLoadingObject.sortableNames[i]\" [class]=\"wappTableLazyLoadingObject.headers[i] == ('Imagen' || 'Image') ? 'image-header': ''\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[wappTableLazyLoadingObject.hasCheckbox ? i+1 : i]) : getTableColumnAlignClassDefaultByColumnType(wappTableLazyLoadingObject.columnTypes[wappTableLazyLoadingObject.hasCheckbox ? i+1 : i])\">\r\n {{wappTableLazyLoadingObject.headers[i]}} \r\n <p-sortIcon *ngIf=\"wappTableLazyLoadingObject.sortableNames[i] != null\" [field]=\"wappTableLazyLoadingObject.sortableNames[i]\"></p-sortIcon>\r\n </th>\r\n </ng-template>\r\n </ng-template>\r\n <th *ngIf=\"wappTableLazyLoadingObject.hasDeleteButton || wappTableLazyLoadingObject.hasEditButton || wappTableLazyLoadingObject.hasViewButton || wappTableLazyLoadingObject.hasCopyButton || wappTableLazyLoadingObject?.hasCustomButton\"></th>\r\n </tr>\r\n\r\n <tr *ngIf=\"wappTableLazyLoadingObject.hasColumnFilters\">\r\n <th *ngIf=\"wappTableLazyLoadingObject.hasCheckbox\" [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[0]) : 'text-left'\">\r\n <p-tableHeaderCheckbox></p-tableHeaderCheckbox>\r\n </th>\r\n <th *ngIf=\"wappTableLazyLoadingObject.hasImage\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[wappTableLazyLoadingObject.hasCheckbox ? 1 : 0]) : getTableColumnAlignClassDefaultByColumnType(wappTableLazyLoadingObject.columnTypes[wappTableLazyLoadingObject.hasCheckbox ? 1 : 0])\">\r\n </th>\r\n <ng-template ngFor let-filterType [ngForOf]=\"wappTableLazyLoadingObject.columnFilterTypes\" let-i=\"index\">\r\n <th *ngIf=\"filterType == tableColumnFilterTypes.Text\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\">\r\n <p-columnFilter type=\"text\" [field]=\"wappTableLazyLoadingObject.filterNames[i]\"></p-columnFilter>\r\n </th>\r\n <th *ngIf=\"filterType == tableColumnFilterTypes.Multiselect\" [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\">\r\n <p-columnFilter [field]=\"wappTableLazyLoadingObject.filterNames[i]\" matchMode=\"in\" [showMenu]=\"false\">\r\n <ng-template pTemplate=\"filter\" let-value let-filter=\"filterCallback\">\r\n <p-multiSelect [ngModel]=\"value\" appendTo=\"body\" [options]=\"wappTableLazyLoadingObject.selectFilterElements[i]\" placeholder=\"Any\" (onChange)=\"filter($event.value)\" optionLabel=\"name\" [maxSelectedLabels]=\"1\" [selectedItemsLabel]=\"'{0} items'\">\r\n <ng-template let-option pTemplate=\"item\">\r\n <div class=\"p-multiselect-representative-option\">\r\n <span class=\"ml-1\">{{option.name}}</span>\r\n </div>\r\n </ng-template>\r\n </p-multiSelect>\r\n </ng-template>\r\n </p-columnFilter>\r\n </th>\r\n <th *ngIf=\"filterType == tableColumnFilterTypes.None\"></th>\r\n <th *ngIf=\"filterType == tableColumnFilterTypes.Boolean\" [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\">\r\n <p-columnFilter type=\"boolean\" [field]=\"wappTableLazyLoadingObject.filterNames[i]\"></p-columnFilter>\r\n </th>\r\n <th *ngIf=\"filterType == tableColumnFilterTypes.Date\" [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\">\r\n <p-columnFilter type=\"date\" [field]=\"wappTableLazyLoadingObject.filterNames[i]\"></p-columnFilter>\r\n </th>\r\n </ng-template>\r\n <th *ngIf=\"wappTableLazyLoadingObject.hasDeleteButton || wappTableLazyLoadingObject.hasEditButton || wappTableLazyLoadingObject.hasViewButton || wappTableLazyLoadingObject.hasCopyButton || wappTableLazyLoadingObject?.hasCustomButton\"></th>\r\n </tr>\r\n </ng-template>\r\n <ng-template pTemplate=\"body\" let-element let-index=\"index\">\r\n <tr *ngIf=\"!loading\">\r\n <ng-template ngFor let-columnType [ngForOf]=\"wappTableLazyLoadingObject.columnTypes\" let-i=\"index\">\r\n <td *ngIf=\"columnType == tableColumnTypes.Checkbox && wappTableLazyLoadingObject.hasCheckbox\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\" class=\"text-center\">\r\n <div *ngIf=\"wappTableLazyLoadingObject.disableCheckbox; else activeCheckbox\">\r\n <p-tableCheckbox [value]=\"element\" [disabled]=\"readProperty(element, wappTableLazyLoadingObject.disableCheckbox)\"></p-tableCheckbox>\r\n </div>\r\n <ng-template #activeCheckbox>\r\n <p-tableCheckbox [value]=\"element\"></p-tableCheckbox>\r\n </ng-template>\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Image\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n <img *ngIf=\"readProperty(element, wappTableLazyLoadingObject.columns[i])\" \r\n [src]=\"readProperty(element, wappTableLazyLoadingObject.columns[i])\" \r\n class=\"element-image-width\"/>\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Text\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Number\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-right'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Currency\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | currency }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Badge\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n <w-badge [label]=\"readProperty(element, wappTableLazyLoadingObject.columns[i])\" [color]=\"'info'\"></w-badge> \r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.ColoredBadge\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n <div *ngFor=\"let badge of wappTableLazyLoadingObject.coloredBadge; index as ind\">\r\n <w-badge *ngIf=\"badge.coloredBadgeProperty == readProperty(element, wappTableLazyLoadingObject.columns[i])\" \r\n [label]=\"readProperty(element, wappTableLazyLoadingObject.columns[i])\" [color]=\"badge.color ? badge.color : 'info'\">\r\n </w-badge> \r\n </div> \r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Boolean\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n <i class=\"pi\" [ngClass]=\"getBooleanColumnClass(i, readProperty(element, wappTableLazyLoadingObject.columns[i]))\"></i>\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Date\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.ShortDate\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate : wappDateFormat.d }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.LongDate\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate : wappDateFormat.D }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.GeneralDateTimeShortTime\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate : wappDateFormat.g }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.GeneralDateTimeLongTime\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate : wappDateFormat.G }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.BuisinessDateTime\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate : wappDateFormat.Business }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Week\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n <w-button-week [value]=\"readProperty(element, wappTableLazyLoadingObject.columns[i])\" [translations]=\"wappTableLazyLoadingObject.weekButtonTranslations ? wappTableLazyLoadingObject.weekButtonTranslations : []\" [defaultEsp]=\"wappTableLazyLoadingObject.weekButtonDefaultEsp ?? false\"></w-button-week>\r\n </td>\r\n </ng-template>\r\n <td>\r\n <div class=\"w-table-buttons flex justify-content-end align-items-end\">\r\n <w-button *ngIf=\"wappTableLazyLoadingObject?.hasViewButton\" \r\n (onClick)=\"viewElement(element)\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.viewTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\" \r\n icon=\"pi-eye\" type=\"table\" buttonClass=\"w-table-button-view\">\r\n </w-button>\r\n <ng-template *ngIf=\"wappTableLazyLoadingObject?.hasCustomButton\" ngFor let-customButtonConfig [ngForOf]=\"wappTableLazyLoadingObject.customButtonConfig\" let-i=\"index\"> \r\n <w-button *ngIf=\"!customButtonConfig?.disableProperty\"\r\n (onClick)=\"customElement({buttonId: customButtonConfig.buttonId, element: element})\"\r\n [icon]=\"customButtonConfig?.icon!\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.customTooltip![i]\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n type=\"table\" \r\n [buttonClass]=\"'w-table-button-view ' + getButtonCustomColorClass(customButtonConfig.color!)\">\r\n </w-button>\r\n <w-button *ngIf=\"customButtonConfig?.disableProperty\"\r\n (onClick)=\"customElement({buttonId: customButtonConfig.buttonId, element: element})\" \r\n [disabled]=\"readProperty(element, customButtonConfig?.disableProperty!)\"\r\n [icon]=\"customButtonConfig?.icon!\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.customTooltip![i]\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n type=\"table\" \r\n [buttonClass]=\"'w-table-button-view ' + getButtonCustomColorClass(customButtonConfig.color!)\">\r\n </w-button>\r\n </ng-template>\r\n <w-button *ngIf=\"wappTableLazyLoadingObject.hasEditButton && !wappTableLazyLoadingObject.disableEditProperty\" \r\n (onClick)=\"editElement(element)\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.editTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n icon=\"pi-pencil\" type=\"table\" buttonClass=\"w-table-button-edit\">\r\n </w-button>\r\n <w-button *ngIf=\"wappTableLazyLoadingObject.hasEditButton && wappTableLazyLoadingObject.disableEditProperty\" \r\n (onClick)=\"editElement(element)\" [disabled]=\"readProperty(element, wappTableLazyLoadingObject.disableEditProperty)\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.editTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n icon=\"pi-pencil\" type=\"table\" buttonClass=\"w-table-button-edit\">\r\n </w-button>\r\n <w-button *ngIf=\"wappTableLazyLoadingObject?.hasCopyButton\" \r\n (onClick)=\"confirmCopy($event, element)\" \r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.copyTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n icon=\"pi-copy\" type=\"table\" buttonClass=\"w-table-button-view\">\r\n </w-button>\r\n <span *ngIf=\"wappTableLazyLoadingObject?.hasDeleteButton\">\r\n <w-button *ngIf=\"wappTableLazyLoadingObject.disableDeleteProperty; else noDisableDelete\" \r\n (onClick)=\"confirmDelete($event, element)\" [disabled]=\"readProperty(element, wappTableLazyLoadingObject.disableDeleteProperty)\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.deleteTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n icon=\"pi-trash\" type=\"table\" buttonClass=\"w-table-button-delete\">\r\n </w-button>\r\n <ng-template #noDisableDelete>\r\n <w-button (onClick)=\"confirmDelete($event, element)\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.deleteTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n icon=\"pi-trash\" type=\"table\" buttonClass=\"w-table-button-delete\">\r\n </w-button>\r\n </ng-template>\r\n </span>\r\n </div>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n <ng-template pTemplate=\"loadingbody\">\r\n <tr height=\"70px\" *ngFor=\"let n of [0,1,2,3,4]\">\r\n <td *ngFor=\"let item of wappTableLazyLoadingObject.columnTypes\" [style.width]=\"item == tableColumnTypes.Checkbox ? '8rem' : ''\" >\r\n <p-tableCheckbox *ngIf=\"item == tableColumnTypes.Checkbox && wappTableLazyLoadingObject.hasCheckbox\"></p-tableCheckbox>\r\n <p-skeleton *ngIf=\"item == tableColumnTypes.Image\" width=\"6rem\" height=\"4rem\"></p-skeleton>\r\n <p-skeleton *ngIf=\"item != tableColumnTypes.Checkbox && item != tableColumnTypes.Image\"></p-skeleton>\r\n </td>\r\n <td *ngIf=\"wappTableLazyLoadingObject.hasEditButton || wappTableLazyLoadingObject.hasDeleteButton\">\r\n <div class=\"w-table-buttons flex justify-content-end\">\r\n <w-button *ngIf=\"wappTableLazyLoadingObject?.hasEditButton\" \r\n icon=\"pi-pencil\" type=\"table\" buttonClass=\"w-table-button-edit\">\r\n </w-button>\r\n <ng-template *ngIf=\"wappTableLazyLoadingObject?.hasCustomButton\" ngFor let-customButtonConfig [ngForOf]=\"wappTableLazyLoadingObject.customButtonConfig\" let-i=\"index\"> \r\n <w-button\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.customTooltip![i]\"\r\n [icon]=\"customButtonConfig?.icon!\" type=\"table\" [buttonClass]=\"'w-table-button-view ' + getButtonCustomColorClass(customButtonConfig.color!)\">\r\n </w-button>\r\n </ng-template>\r\n <w-button *ngIf=\"wappTableLazyLoadingObject?.hasDeleteButton\" \r\n icon=\"pi-trash\" type=\"table\" buttonClass=\"w-table-button-delete\">\r\n </w-button>\r\n </div>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n <ng-template pTemplate=\"emptymessage\">\r\n <tr class=\"w-table-lazy-empty-message-padding\">\r\n <td [attr.colspan]=\"calculateColspan()\">{{wappTableLazyLoadingObject.emptyMessage ? wappTableLazyLoadingObject.emptyMessage : 'No matches.'}}</td>\r\n </tr>\r\n </ng-template>\r\n </p-table>\r\n</div>\r\n<p-confirmPopup></p-confirmPopup>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,::ng-deep .w-table-styles .p-datatable .p-datatable-thead>tr>th,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,::ng-deep .w-table-styles .p-datatable .p-datatable-tbody>tr>td,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-input,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput,::ng-deep .w-table-styles .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text,::ng-deep .w-table-styles .p-checkbox .p-checkbox-box .p-checkbox-icon{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text,.w-input{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text,::ng-deep .w-table-styles .p-datatable .p-datatable-thead>tr>th{color:#1f2224}.w-table-td-text,::ng-deep .w-table-styles .p-datatable .p-datatable-tbody>tr>td{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}.table-container{padding:16px 20px 20px;background-color:#fff;border-radius:8px;box-shadow:0 0 1px #0000001a inset,0 4px 8px #005c7a0d,0 1px 3px #005c7a1a}.w-table-lazy-selectable-row{cursor:pointer}.showing-per-page{color:#9aa0a7;font-weight:400}::ng-deep .w-table-styles .p-paginator-bottom>span:first-child{margin-right:auto}::ng-deep .w-table-styles .p-paginator .p-paginator-pages .p-paginator-page{color:#9aa0a7;border-radius:8px;height:32px;width:32px;max-width:32px;min-width:32px}::ng-deep .w-table-styles .p-paginator{border-width:0px;padding:16px 20px 0}::ng-deep .w-table-styles .p-paginator .p-paginator-pages .p-paginator-page.p-highlight{background-color:#d6f2ff;color:#2e3134;height:32px;width:32px;max-width:32px;min-width:32px}::ng-deep .w-table-styles .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover{background:#f1f5f9;border-color:transparent;color:#2e3134;height:32px;width:32px;max-width:32px;min-width:32px}::ng-deep .w-table-styles .p-paginator .p-paginator-current{color:#9aa0a7;padding:0}::ng-deep .w-table-styles .p-datatable .p-sortable-column .p-sortable-column-icon{color:#000;margin-left:.5rem}::ng-deep .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon{color:#3c4043}::ng-deep .w-table-styles .p-datatable .p-sortable-column:focus{box-shadow:inset 0 0;outline:0 none}::ng-deep .w-table-styles .p-datatable .p-datatable-thead>tr>th{background:#ffffff}::ng-deep .w-table-styles .p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(even){background:#f8f9fa}::ng-deep .w-table-styles .p-datatable .p-paginator-bottom{justify-content:normal!important}::ng-deep .w-table-styles .p-datatable .p-paginator-bottom>button{color:#9aa0a7}::ng-deep .w-table-styles .p-datatable .p-datatable-header{background:#ffffff;border-width:0px;padding:0 0 16px!important;font-weight:400}::ng-deep .w-table-styles p-inputnumber,.p-inputnumber{height:32px}::ng-deep .w-table-styles .p-inputnumber-buttons-horizontal .p-button.p-inputnumber-button-up{width:32px}::ng-deep .w-table-styles .p-inputnumber-buttons-horizontal .p-button.p-inputnumber-button-down{width:32px}::ng-deep .wapp-table-styles .showing-per-page .p-button.p-inputnumber-button-up{border-radius:8px;border-top-left-radius:0!important;border-bottom-left-radius:0!important}::ng-deep .wapp-table-styles .showing-per-page .p-button.p-inputnumber-button-down{border-radius:8px;border-top-right-radius:0!important;border-bottom-right-radius:0!important}::ng-deep .w-table-styles .p-inputnumber-buttons-horizontal .p-inputnumber-input{border-width:1px 0px 1px 0px;border-color:#e8ebee;color:#dadce0;text-align:center}::ng-deep .w-table-styles .p-button.p-button-outlined{color:#e8ebee;border-width:1px}::ng-deep .w-table-styles .p-datatable .p-datatable-tbody>tr>td{border:1px solid #e2e8f0;border-width:0 0 1px 0;padding:6px 8px 5px}::ng-deep .w-table-no-buttons .p-datatable .p-datatable-tbody>tr>td{padding:16px 8px 15px!important}::ng-deep .w-table-styles .p-checkbox{height:16px;width:16px;border-width:1px}::ng-deep .w-table-styles .p-checkbox .p-checkbox-box{height:16px;width:16px;border-radius:4px;border:1px solid #dadce0}::ng-deep .w-table-styles .p-checkbox .p-checkbox-box.p-highlight{border-color:#00b3eb;background:#00b3eb}::ng-deep .w-table-styles .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover{background-color:#dadce0;border:1px solid #dadce0}::ng-deep .w-table-styles .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus{background-color:#00b3eb;border:1px solid #e0f5fc}::ng-deep .w-table-styles .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:not(.p-highlight).p-focus{background-color:#dadce0;border:1px solid #dadce0}::ng-deep .w-table-styles .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover{border-color:#00b3eb;background:#00b3eb}::ng-deep .w-table-styles .p-inputtext:enabled:focus{outline:0 none;outline-offset:0;box-shadow:0 0 #000;background-color:#f1f3f4;border-color:#f1f3f4;color:#000}::ng-deep .w-table-styles .p-inputtext:enabled:hover{border-color:#e8ebee}::ng-deep .w-table-styles .p-button.p-button-outlined:enabled:hover{color:#e8ebee;border:1px solid;background-color:#f1f3f4}::ng-deep .w-table-styles .p-button.p-button-outlined:enabled:hover>.p-button-icon{color:#1f2224}::ng-deep .w-table-styles .darkBlue1.p-button.p-button-icon-only>.p-button-icon{color:#0020c7!important}::ng-deep .w-table-styles .darkBlue2.p-button.p-button-icon-only>.p-button-icon{color:#4765ff!important}::ng-deep .w-table-styles .darkBlue3.p-button.p-button-icon-only>.p-button-icon{color:#adbaff!important}::ng-deep .w-table-styles .purple1.p-button.p-button-icon-only>.p-button-icon{color:#7b00c7!important}::ng-deep .w-table-styles .purple2.p-button.p-button-icon-only>.p-button-icon{color:#b947ff!important}::ng-deep .w-table-styles .purple3.p-button.p-button-icon-only>.p-button-icon{color:#e0adff!important}::ng-deep .w-table-styles .pink1.p-button.p-button-icon-only>.p-button-icon{color:#c700b3!important}::ng-deep .w-table-styles .pink2.p-button.p-button-icon-only>.p-button-icon{color:#ff61ef!important}::ng-deep .w-table-styles .pink3.p-button.p-button-icon-only>.p-button-icon{color:#ffadf7!important}::ng-deep .w-table-styles .green1.p-button.p-button-icon-only>.p-button-icon{color:#87c700!important}::ng-deep .w-table-styles .green2.p-button.p-button-icon-only>.p-button-icon{color:#ccff61!important}::ng-deep .w-table-styles .green3.p-button.p-button-icon-only>.p-button-icon{color:#e5ffad!important}::ng-deep .w-table-styles .error1.p-button.p-button-icon-only>.p-button-icon{color:#fb7c7c!important}::ng-deep .w-table-styles .error2.p-button.p-button-icon-only>.p-button-icon{color:#f55!important}::ng-deep .w-table-styles .p-button.p-button-outlined>.pi{font-size:.7rem;font-weight:bolder}::ng-deep .w-table-styles .p-datatable .p-datatable-thead>tr>th:hover{color:#3c4043;background:#ffffff}.element-image-width{max-height:32px;width:auto;vertical-align:middle}.image-header{text-align:center!important}.height-input{height:32px}.w-input{border-radius:8px;border-width:1px;border-color:#e8ebee;gap:16px}::-webkit-input-placeholder{color:#5f6468}::-moz-placeholder{color:#5f6468}:-ms-input-placeholder{color:#5f6468}:-moz-placeholder{color:#5f6468}.w-input:hover{border-radius:8px!important;border:1px solid rgba(0,179,235,.5)!important}.w-input:focus{border:1px solid rgba(0,157,253,.25)!important;box-shadow:0 0 10px #00b3eb40!important;background-color:transparent!important}.pi-search{left:11px;color:#5f6468!important}::ng-deep .w-table-styles .p-avatar img{width:32px!important;height:32px!important}:host ::ng-deep .w-table-styles .p-avatar{border:1px solid #e8ebee}::ng-deep .p-datatable .p-datatable-thead>tr>th{padding:16px 8px;border:1px solid #e8ebee;border-width:0px 0px 1px 0px;font-weight:700;color:#000;background:#ffffff;transition:box-shadow .2s}::ng-deep .p-datatable .p-datatable-tbody>tr{color:#9aa0a7}::ng-deep .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon{color:#3c4043}::ng-deep .p-datatable .p-datatable-tbody>tr.w-table-lazy-empty-message-padding>td{padding:16px 12px 15px!important}::ng-deep .w-table-styles .p-disabled,.p-component:disabled{opacity:.3;box-shadow:none!important}.w-table-buttons{gap:12px}\n"] }]
|
|
1671
|
+
args: [{ selector: 'w-table-lazy', template: "<ng-content select=\".filter-panel\"></ng-content>\r\n<div *ngIf=\"wappTableLazyLoadingObject\" [class.table-container]=\"wappTableLazyLoadingObject.tableContainer\">\r\n <p-table class=\"w-table-styles\"\r\n [ngClass]=\"{'w-table-no-buttons' : !wappTableLazyLoadingObject.hasEditButton && !wappTableLazyLoadingObject.hasDeleteButton && !wappTableLazyLoadingObject.hasCopyButton && !wappTableLazyLoadingObject.customButtonConfig && !wappTableLazyLoadingObject.hasViewButton }\"\r\n #table [value]=\"elements\" \r\n dataKey=\"{{wappTableLazyLoadingObject.identificator}}\"\r\n [lazy]=\"true\" \r\n (onLazyLoad)=\"loadElements($event)\"\r\n [selection]=\"selectedElements\" (selectionChange)=\"onSelectionChange($event)\"\r\n [selectAll]=\"selectAll\" (selectAllChange)=\"onSelectAllChange($event)\"\r\n [paginator]=\"wappTableLazyLoadingObject.hasPaginator! && totalRecords >= 10\"\r\n [rows]=\"rowsPerPage\" \r\n [currentPageReportTemplate]=\"wappTableLazyLoadingObject.currentPageReportTemplate ? wappTableLazyLoadingObject.currentPageReportTemplate + ' ' + rowsPerPage + ' de ' + totalRecords! : 'Showing ' + rowsPerPage + ' of ' + totalRecords!\"\r\n [totalRecords]=\"totalRecords\"\r\n [showCurrentPageReport]=\"true\"\r\n [loading]=\"loading\"\r\n [showLoader]=\"false\"\r\n [globalFilterFields]=\"wappTableLazyLoadingObject.globalFilterFields!\"\r\n [tableStyle]=\"{'min-width': wappTableLazyLoadingObject.tableMinWidth!}\"\r\n (onPage)=\"pageChange($event)\"\r\n styleClass=\"p-datatable-striped\">\r\n <ng-template *ngIf=\"wappTableLazyLoadingObject.hasClearButton || wappTableLazyLoadingObject.hasGlobalSearch\" pTemplate=\"caption\">\r\n <span class=\"flex align-items-center table-paginator p-0\">\r\n <span *ngIf=\"wappTableLazyLoadingObject.hasTotalPagingSelector\" class=\"showing-per-page\"> {{wappTableLazyLoadingObject.currentPageReportTemplate}} </span>\r\n <p-inputNumber *ngIf=\"wappTableLazyLoadingObject.hasTotalPagingSelector\"\r\n class=\"pl-2 showing-per-page\" [size]=\"1\" [(ngModel)]=\"rowsPerPage\" [showButtons]=\"true\" \r\n buttonLayout=\"horizontal\" inputId=\"horizontal\" spinnerMode=\"horizontal\" [step]=\"1\" [min]=\"1\" [max]=\"maxRowsPerPage\"\r\n decrementButtonClass=\"p-button-outlined\" \r\n incrementButtonClass=\"p-button-outlined\" \r\n incrementButtonIcon=\"pi pi-plus\" \r\n decrementButtonIcon=\"pi pi-minus\" \r\n mode=\"decimal\"\r\n (ngModelChange)=\"reloadElements()\">\r\n </p-inputNumber>\r\n <span *ngIf=\"wappTableLazyLoadingObject?.hasGlobalSearch\" class=\"p-input-icon-left ml-auto\">\r\n <i class=\"pi pi-search\"></i>\r\n <input class=\"height-input w-input\" pInputText type=\"text\" (input)=\"table.filterGlobal($event, 'contains')\" placeholder=\"{{wappTableLazyLoadingObject.searchPlaceholder}}\" />\r\n </span>\r\n </span>\r\n </ng-template>\r\n <ng-template pTemplate=\"header\">\r\n <tr>\r\n <th *ngIf=\"!wappTableLazyLoadingObject.hasColumnFilters && wappTableLazyLoadingObject.hasCheckbox; else noCheckbox\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[0]) : 'text-center'\">\r\n <p-tableHeaderCheckbox *ngIf=\"wappTableLazyLoadingObject.hasSelectAllCheckbox == true\"></p-tableHeaderCheckbox>\r\n </th>\r\n\r\n <ng-template #noCheckbox><th *ngIf=\"wappTableLazyLoadingObject.hasCheckbox\"></th></ng-template>\r\n\r\n <ng-container *ngIf=\"!wappTableLazyLoadingObject.hasSortableColumns; else something\">\r\n <th *ngFor=\"let header of wappTableLazyLoadingObject?.headers; index as i\" [class]=\"header == ('Imagen' || 'Image') ? 'image-header': ''\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[wappTableLazyLoadingObject.hasCheckbox ? i+1 : i]) : getTableColumnAlignClassDefaultByColumnType(wappTableLazyLoadingObject.columnTypes[wappTableLazyLoadingObject.hasCheckbox ? i+1 : i])\">\r\n {{header}}\r\n </th>\r\n </ng-container>\r\n\r\n <ng-template #something>\r\n <ng-template #something ngFor let-filterType [ngForOf]=\"wappTableLazyLoadingObject.headers\" let-i=\"index\"> \r\n <th [pSortableColumn]=\"wappTableLazyLoadingObject.sortableNames[i]\" [class]=\"wappTableLazyLoadingObject.headers[i] == ('Imagen' || 'Image') ? 'image-header': ''\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[wappTableLazyLoadingObject.hasCheckbox ? i+1 : i]) : getTableColumnAlignClassDefaultByColumnType(wappTableLazyLoadingObject.columnTypes[wappTableLazyLoadingObject.hasCheckbox ? i+1 : i])\">\r\n {{wappTableLazyLoadingObject.headers[i]}} \r\n <p-sortIcon *ngIf=\"wappTableLazyLoadingObject.sortableNames[i] != null\" [field]=\"wappTableLazyLoadingObject.sortableNames[i]\"></p-sortIcon>\r\n </th>\r\n </ng-template>\r\n </ng-template>\r\n <th *ngIf=\"wappTableLazyLoadingObject.hasDeleteButton || wappTableLazyLoadingObject.hasEditButton || wappTableLazyLoadingObject.hasViewButton || wappTableLazyLoadingObject.hasCopyButton || wappTableLazyLoadingObject?.hasCustomButton\"></th>\r\n </tr>\r\n\r\n <tr *ngIf=\"wappTableLazyLoadingObject.hasColumnFilters\">\r\n <th *ngIf=\"wappTableLazyLoadingObject.hasCheckbox\" [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[0]) : 'text-left'\">\r\n <p-tableHeaderCheckbox></p-tableHeaderCheckbox>\r\n </th>\r\n <th *ngIf=\"wappTableLazyLoadingObject.hasImage\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[wappTableLazyLoadingObject.hasCheckbox ? 1 : 0]) : getTableColumnAlignClassDefaultByColumnType(wappTableLazyLoadingObject.columnTypes[wappTableLazyLoadingObject.hasCheckbox ? 1 : 0])\">\r\n </th>\r\n <ng-template ngFor let-filterType [ngForOf]=\"wappTableLazyLoadingObject.columnFilterTypes\" let-i=\"index\">\r\n <th *ngIf=\"filterType == tableColumnFilterTypes.Text\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\">\r\n <p-columnFilter type=\"text\" [field]=\"wappTableLazyLoadingObject.filterNames[i]\"></p-columnFilter>\r\n </th>\r\n <th *ngIf=\"filterType == tableColumnFilterTypes.Multiselect\" [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\">\r\n <p-columnFilter [field]=\"wappTableLazyLoadingObject.filterNames[i]\" matchMode=\"in\" [showMenu]=\"false\">\r\n <ng-template pTemplate=\"filter\" let-value let-filter=\"filterCallback\">\r\n <p-multiSelect [ngModel]=\"value\" appendTo=\"body\" [options]=\"wappTableLazyLoadingObject.selectFilterElements[i]\" placeholder=\"Any\" (onChange)=\"filter($event.value)\" optionLabel=\"name\" [maxSelectedLabels]=\"1\" [selectedItemsLabel]=\"'{0} items'\">\r\n <ng-template let-option pTemplate=\"item\">\r\n <div class=\"p-multiselect-representative-option\">\r\n <span class=\"ml-1\">{{option.name}}</span>\r\n </div>\r\n </ng-template>\r\n </p-multiSelect>\r\n </ng-template>\r\n </p-columnFilter>\r\n </th>\r\n <th *ngIf=\"filterType == tableColumnFilterTypes.None\"></th>\r\n <th *ngIf=\"filterType == tableColumnFilterTypes.Boolean\" [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\">\r\n <p-columnFilter type=\"boolean\" [field]=\"wappTableLazyLoadingObject.filterNames[i]\"></p-columnFilter>\r\n </th>\r\n <th *ngIf=\"filterType == tableColumnFilterTypes.Date\" [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\">\r\n <p-columnFilter type=\"date\" [field]=\"wappTableLazyLoadingObject.filterNames[i]\"></p-columnFilter>\r\n </th>\r\n </ng-template>\r\n <th *ngIf=\"wappTableLazyLoadingObject.hasDeleteButton || wappTableLazyLoadingObject.hasEditButton || wappTableLazyLoadingObject.hasViewButton || wappTableLazyLoadingObject.hasCopyButton || wappTableLazyLoadingObject?.hasCustomButton\"></th>\r\n </tr>\r\n </ng-template>\r\n <ng-template pTemplate=\"body\" let-element let-index=\"index\">\r\n <tr *ngIf=\"!loading\">\r\n <ng-template ngFor let-columnType [ngForOf]=\"wappTableLazyLoadingObject.columnTypes\" let-i=\"index\">\r\n <td *ngIf=\"columnType == tableColumnTypes.Checkbox && wappTableLazyLoadingObject.hasCheckbox\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\" class=\"text-center\">\r\n <div *ngIf=\"wappTableLazyLoadingObject.disableCheckbox; else activeCheckbox\">\r\n <p-tableCheckbox [value]=\"element\" [disabled]=\"readProperty(element, wappTableLazyLoadingObject.disableCheckbox)\"></p-tableCheckbox>\r\n </div>\r\n <ng-template #activeCheckbox>\r\n <p-tableCheckbox [value]=\"element\"></p-tableCheckbox>\r\n </ng-template>\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Image\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n <img *ngIf=\"readProperty(element, wappTableLazyLoadingObject.columns[i])\" \r\n [src]=\"readProperty(element, wappTableLazyLoadingObject.columns[i])\" \r\n class=\"element-image-width\"/>\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Text\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Number\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-right'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Currency\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | currency }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Badge\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n <w-badge [label]=\"readProperty(element, wappTableLazyLoadingObject.columns[i])\" [color]=\"'info'\"></w-badge> \r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.ColoredBadge\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n <div *ngFor=\"let badge of wappTableLazyLoadingObject.coloredBadge; index as ind\">\r\n <w-badge *ngIf=\"badge.coloredBadgeProperty == readProperty(element, wappTableLazyLoadingObject.columns[i])\" \r\n [label]=\"readProperty(element, wappTableLazyLoadingObject.columns[i])\" [color]=\"badge.color ? badge.color : 'info'\">\r\n </w-badge> \r\n </div> \r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Boolean\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n <i class=\"pi\" [ngClass]=\"getBooleanColumnClass(i, readProperty(element, wappTableLazyLoadingObject.columns[i]))\"></i>\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Date\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.ShortDate\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate : wappDateFormat.d }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.LongDate\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate : wappDateFormat.D }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.GeneralDateTimeShortTime\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\"\r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate : wappDateFormat.g }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.GeneralDateTimeLongTime\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate : wappDateFormat.G }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.BuisinessDateTime\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-left'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n {{ readProperty(element, wappTableLazyLoadingObject.columns[i]) | wappDate : wappDateFormat.Business }}\r\n </td>\r\n <td *ngIf=\"columnType == tableColumnTypes.Week\" [style]=\"'width: '+wappTableLazyLoadingObject.columnWidths[i]\" \r\n [ngClass]=\"wappTableLazyLoadingObject.columnAlign ? getTableColumnAlignClass(wappTableLazyLoadingObject.columnAlign[i]) : 'text-center'\"\r\n (click)=\"wappTableLazyLoadingObject.hasClickableRow ? viewElement(element) : ''\" [class]=\"wappTableLazyLoadingObject.hasClickableRow ? 'w-table-lazy-selectable-row' : ''\">\r\n <w-button-week [value]=\"readProperty(element, wappTableLazyLoadingObject.columns[i])\" [translations]=\"wappTableLazyLoadingObject.weekButtonTranslations ? wappTableLazyLoadingObject.weekButtonTranslations : []\" [defaultEsp]=\"wappTableLazyLoadingObject.weekButtonDefaultEsp ?? false\"></w-button-week>\r\n </td>\r\n </ng-template>\r\n <td>\r\n <div class=\"w-table-buttons flex justify-content-end align-items-end\">\r\n <w-button *ngIf=\"wappTableLazyLoadingObject?.hasViewButton\" \r\n (onClick)=\"viewElement(element)\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.viewTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\" \r\n icon=\"pi-eye\" type=\"table\" buttonClass=\"w-table-button-view\">\r\n </w-button>\r\n <ng-template *ngIf=\"wappTableLazyLoadingObject?.hasCustomButton\" ngFor let-customButtonConfig [ngForOf]=\"wappTableLazyLoadingObject.customButtonConfig\" let-i=\"index\"> \r\n <w-button *ngIf=\"!customButtonConfig?.disableProperty\"\r\n (onClick)=\"customElement({buttonId: customButtonConfig.buttonId, element: element})\"\r\n [icon]=\"customButtonConfig?.icon!\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.customTooltip![i]\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n type=\"table\" \r\n [buttonClass]=\"'w-table-button-view ' + getButtonCustomColorClass(customButtonConfig.color!)\">\r\n </w-button>\r\n <w-button *ngIf=\"customButtonConfig?.disableProperty\"\r\n (onClick)=\"customElement({buttonId: customButtonConfig.buttonId, element: element})\" \r\n [disabled]=\"readProperty(element, customButtonConfig?.disableProperty!)\"\r\n [icon]=\"customButtonConfig?.icon!\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.customTooltip![i]\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n type=\"table\" \r\n [buttonClass]=\"'w-table-button-view ' + getButtonCustomColorClass(customButtonConfig.color!)\">\r\n </w-button>\r\n </ng-template>\r\n <w-button *ngIf=\"wappTableLazyLoadingObject.hasEditButton && !wappTableLazyLoadingObject.disableEditProperty\" \r\n (onClick)=\"editElement(element)\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.editTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n icon=\"pi-pencil\" type=\"table\" buttonClass=\"w-table-button-edit\">\r\n </w-button>\r\n <w-button *ngIf=\"wappTableLazyLoadingObject.hasEditButton && wappTableLazyLoadingObject.disableEditProperty\" \r\n (onClick)=\"editElement(element)\" [disabled]=\"readProperty(element, wappTableLazyLoadingObject.disableEditProperty)\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.editTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n icon=\"pi-pencil\" type=\"table\" buttonClass=\"w-table-button-edit\">\r\n </w-button>\r\n <w-button *ngIf=\"wappTableLazyLoadingObject?.hasCopyButton\" \r\n (onClick)=\"confirmCopy($event, element)\" \r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.copyTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n icon=\"pi-copy\" type=\"table\" buttonClass=\"w-table-button-view\">\r\n </w-button>\r\n <span *ngIf=\"wappTableLazyLoadingObject?.hasDeleteButton\">\r\n <w-button *ngIf=\"wappTableLazyLoadingObject.disableDeleteProperty; else noDisableDelete\" \r\n (onClick)=\"confirmDelete($event, element)\" [disabled]=\"readProperty(element, wappTableLazyLoadingObject.disableDeleteProperty)\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.deleteTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n icon=\"pi-trash\" type=\"table\" buttonClass=\"w-table-button-delete\">\r\n </w-button>\r\n <ng-template #noDisableDelete>\r\n <w-button (onClick)=\"confirmDelete($event, element)\"\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.deleteTooltip!\"\r\n [tooltipPosition]=\"wappTableLazyLoadingObject.buttonTooltips?.position!\"\r\n icon=\"pi-trash\" type=\"table\" buttonClass=\"w-table-button-delete\">\r\n </w-button>\r\n </ng-template>\r\n </span>\r\n </div>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n <ng-template pTemplate=\"loadingbody\">\r\n <tr height=\"70px\" *ngFor=\"let n of [0,1,2,3,4]\">\r\n <td *ngFor=\"let item of wappTableLazyLoadingObject.columnTypes\" [style.width]=\"item == tableColumnTypes.Checkbox ? '8rem' : ''\" >\r\n <p-tableCheckbox *ngIf=\"item == tableColumnTypes.Checkbox && wappTableLazyLoadingObject.hasCheckbox\"></p-tableCheckbox>\r\n <p-skeleton *ngIf=\"item == tableColumnTypes.Image\" width=\"6rem\" height=\"4rem\"></p-skeleton>\r\n <p-skeleton *ngIf=\"item != tableColumnTypes.Checkbox && item != tableColumnTypes.Image\"></p-skeleton>\r\n </td>\r\n <td *ngIf=\"wappTableLazyLoadingObject.hasEditButton || wappTableLazyLoadingObject.hasDeleteButton\">\r\n <div class=\"w-table-buttons flex justify-content-end\">\r\n <w-button *ngIf=\"wappTableLazyLoadingObject?.hasEditButton\" \r\n icon=\"pi-pencil\" type=\"table\" buttonClass=\"w-table-button-edit\">\r\n </w-button>\r\n <ng-template *ngIf=\"wappTableLazyLoadingObject?.hasCustomButton\" ngFor let-customButtonConfig [ngForOf]=\"wappTableLazyLoadingObject.customButtonConfig\" let-i=\"index\"> \r\n <w-button\r\n [tooltip]=\"wappTableLazyLoadingObject.buttonTooltips?.customTooltip![i]\"\r\n [icon]=\"customButtonConfig?.icon!\" type=\"table\" [buttonClass]=\"'w-table-button-view ' + getButtonCustomColorClass(customButtonConfig.color!)\">\r\n </w-button>\r\n </ng-template>\r\n <w-button *ngIf=\"wappTableLazyLoadingObject?.hasDeleteButton\" \r\n icon=\"pi-trash\" type=\"table\" buttonClass=\"w-table-button-delete\">\r\n </w-button>\r\n </div>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n <ng-template pTemplate=\"emptymessage\">\r\n <tr class=\"w-table-lazy-empty-message-padding\">\r\n <td [attr.colspan]=\"calculateColspan()\">{{wappTableLazyLoadingObject.emptyMessage ? wappTableLazyLoadingObject.emptyMessage : 'No matches.'}}</td>\r\n </tr>\r\n </ng-template>\r\n </p-table>\r\n</div>\r\n<p-confirmPopup></p-confirmPopup>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,::ng-deep .w-table-styles .p-datatable .p-datatable-thead>tr>th,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,::ng-deep .w-table-styles .p-datatable .p-datatable-tbody>tr>td,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-input,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput,::ng-deep .w-table-styles .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text,::ng-deep .w-table-styles .p-checkbox .p-checkbox-box .p-checkbox-icon{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text,.w-input{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text,::ng-deep .w-table-styles .p-datatable .p-datatable-thead>tr>th{color:#1f2224}.w-table-td-text,::ng-deep .w-table-styles .p-datatable .p-datatable-tbody>tr>td{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}.table-container{padding:16px 20px 20px;background-color:#fff;border-radius:8px;box-shadow:0 0 1px #0000001a inset,0 4px 8px #005c7a0d,0 1px 3px #005c7a1a}.w-table-lazy-selectable-row{cursor:pointer}.showing-per-page{color:#9aa0a7;font-weight:400}::ng-deep .w-table-styles .p-paginator-bottom>span:first-child{margin-right:auto}::ng-deep .w-table-styles .p-paginator .p-paginator-pages .p-paginator-page{color:#9aa0a7;border-radius:8px;height:32px;width:32px;max-width:32px;min-width:32px}::ng-deep .w-table-styles .p-paginator{border-width:0px;padding:16px 20px 0}::ng-deep .w-table-styles .p-paginator .p-paginator-pages .p-paginator-page.p-highlight{background-color:#d6f2ff;color:#2e3134;height:32px;width:32px;max-width:32px;min-width:32px}::ng-deep .w-table-styles .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover{background:#f1f5f9;border-color:transparent;color:#2e3134;height:32px;width:32px;max-width:32px;min-width:32px}::ng-deep .w-table-styles .p-paginator .p-paginator-current{color:#9aa0a7;padding:0}::ng-deep .w-table-styles .p-datatable .p-sortable-column .p-sortable-column-icon{color:#000;margin-left:.5rem}::ng-deep .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon{color:#3c4043}::ng-deep .w-table-styles .p-datatable .p-sortable-column:focus{box-shadow:inset 0 0;outline:0 none}::ng-deep .w-table-styles .p-datatable .p-datatable-thead>tr>th{background:#ffffff}::ng-deep .w-table-styles .p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(even){background:#f8f9fa}::ng-deep .w-table-styles .p-datatable .p-paginator-bottom{justify-content:normal!important}::ng-deep .w-table-styles .p-datatable .p-paginator-bottom>button{color:#9aa0a7}::ng-deep .w-table-styles .p-datatable .p-datatable-header{background:#ffffff;border-width:0px;padding:0 0 16px!important;font-weight:400}::ng-deep .w-table-styles p-inputnumber,.p-inputnumber{height:32px}::ng-deep .w-table-styles .p-inputnumber-buttons-horizontal .p-button.p-inputnumber-button-up{width:32px}::ng-deep .w-table-styles .p-inputnumber-buttons-horizontal .p-button.p-inputnumber-button-down{width:32px}::ng-deep .wapp-table-styles .showing-per-page .p-button.p-inputnumber-button-up{border-radius:8px;border-top-left-radius:0!important;border-bottom-left-radius:0!important}::ng-deep .wapp-table-styles .showing-per-page .p-button.p-inputnumber-button-down{border-radius:8px;border-top-right-radius:0!important;border-bottom-right-radius:0!important}::ng-deep .w-table-styles .p-inputnumber-buttons-horizontal .p-inputnumber-input{border-width:1px 0px 1px 0px;border-color:#e8ebee;color:#dadce0;text-align:center}::ng-deep .w-table-styles .p-button.p-button-outlined{color:#e8ebee;border-width:1px}::ng-deep .w-table-styles .p-datatable .p-datatable-tbody>tr>td{border:1px solid #e2e8f0;border-width:0 0 1px 0;padding:6px 8px 5px}::ng-deep .w-table-no-buttons .p-datatable .p-datatable-tbody>tr>td{padding:16px 8px 15px!important}::ng-deep .w-table-styles .p-checkbox{height:16px;width:16px;border-width:1px}::ng-deep .w-table-styles .p-checkbox .p-checkbox-box{height:16px;width:16px;border-radius:4px;border:1px solid #dadce0}::ng-deep .w-table-styles .p-checkbox .p-checkbox-box.p-highlight{border-color:#00b3eb;background:#00b3eb}::ng-deep .w-table-styles .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover{background-color:#dadce0;border:1px solid #dadce0}::ng-deep .w-table-styles .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus{background-color:#00b3eb;border:1px solid #e0f5fc}::ng-deep .w-table-styles .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:not(.p-highlight).p-focus{background-color:#dadce0;border:1px solid #dadce0}::ng-deep .w-table-styles .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover{border-color:#00b3eb;background:#00b3eb}::ng-deep .w-table-styles .p-inputtext:enabled:focus{outline:0 none;outline-offset:0;box-shadow:0 0 #000;background-color:#f1f3f4;border-color:#f1f3f4;color:#000}::ng-deep .w-table-styles .p-inputtext:enabled:hover{border-color:#e8ebee}::ng-deep .w-table-styles .p-button.p-button-outlined:enabled:hover{color:#e8ebee;border:1px solid;background-color:#f1f3f4}::ng-deep .w-table-styles .p-button.p-button-outlined:enabled:hover>.p-button-icon{color:#1f2224}::ng-deep .w-table-styles .darkBlue1.p-button.p-button-icon-only>.p-button-icon{color:#0020c7!important}::ng-deep .w-table-styles .darkBlue2.p-button.p-button-icon-only>.p-button-icon{color:#4765ff!important}::ng-deep .w-table-styles .darkBlue3.p-button.p-button-icon-only>.p-button-icon{color:#adbaff!important}::ng-deep .w-table-styles .purple1.p-button.p-button-icon-only>.p-button-icon{color:#7b00c7!important}::ng-deep .w-table-styles .purple2.p-button.p-button-icon-only>.p-button-icon{color:#b947ff!important}::ng-deep .w-table-styles .purple3.p-button.p-button-icon-only>.p-button-icon{color:#e0adff!important}::ng-deep .w-table-styles .pink1.p-button.p-button-icon-only>.p-button-icon{color:#c700b3!important}::ng-deep .w-table-styles .pink2.p-button.p-button-icon-only>.p-button-icon{color:#ff61ef!important}::ng-deep .w-table-styles .pink3.p-button.p-button-icon-only>.p-button-icon{color:#ffadf7!important}::ng-deep .w-table-styles .green1.p-button.p-button-icon-only>.p-button-icon{color:#87c700!important}::ng-deep .w-table-styles .green2.p-button.p-button-icon-only>.p-button-icon{color:#ccff61!important}::ng-deep .w-table-styles .green3.p-button.p-button-icon-only>.p-button-icon{color:#e5ffad!important}::ng-deep .w-table-styles .error1.p-button.p-button-icon-only>.p-button-icon{color:#fb7c7c!important}::ng-deep .w-table-styles .error2.p-button.p-button-icon-only>.p-button-icon{color:#f55!important}::ng-deep .w-table-styles .p-button.p-button-outlined>.pi{font-size:.7rem;font-weight:bolder}::ng-deep .w-table-styles .p-datatable .p-datatable-thead>tr>th:hover{color:#3c4043;background:#ffffff}.element-image-width{max-height:32px;width:auto;vertical-align:middle}.image-header{text-align:center!important}.height-input{height:32px}.w-input{border-radius:8px;border-width:1px;border-color:#e8ebee;gap:16px}::-webkit-input-placeholder{color:#5f6468}::-moz-placeholder{color:#5f6468}:-ms-input-placeholder{color:#5f6468}:-moz-placeholder{color:#5f6468}.w-input:hover{border-radius:8px!important;border:1px solid rgba(0,179,235,.5)!important}.w-input:focus{border:1px solid rgba(0,157,253,.25)!important;box-shadow:0 0 10px #00b3eb40!important;background-color:transparent!important}.pi-search{left:11px;color:#5f6468!important}::ng-deep .w-table-styles .p-avatar img{width:32px!important;height:32px!important}:host ::ng-deep .w-table-styles .p-avatar{border:1px solid #e8ebee}::ng-deep .p-datatable .p-datatable-thead>tr>th{padding:16px 8px;border:1px solid #e8ebee;border-width:0px 0px 1px 0px;font-weight:700;color:#000;background:#ffffff;transition:box-shadow .2s}::ng-deep .p-datatable .p-datatable-tbody>tr{color:#9aa0a7}::ng-deep .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon{color:#3c4043}::ng-deep .p-datatable .p-datatable-tbody>tr.w-table-lazy-empty-message-padding>td{padding:16px 12px 15px!important}::ng-deep .w-table-styles .p-disabled,.p-component:disabled{opacity:.3;box-shadow:none!important}.w-table-buttons{gap:12px}\n"] }]
|
|
1669
1672
|
}], ctorParameters: function () { return [{ type: i1$3.ConfirmationService }]; }, propDecorators: { loading: [{
|
|
1670
1673
|
type: Input,
|
|
1671
1674
|
args: ['loading']
|
|
@@ -1722,6 +1725,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImpor
|
|
|
1722
1725
|
args: ['table', { static: false }]
|
|
1723
1726
|
}] } });
|
|
1724
1727
|
|
|
1728
|
+
//TODO: borrar esta clase
|
|
1725
1729
|
class WContainerComponent {
|
|
1726
1730
|
}
|
|
1727
1731
|
WContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -2126,10 +2130,10 @@ class WPanelComponent {
|
|
|
2126
2130
|
}
|
|
2127
2131
|
}
|
|
2128
2132
|
WPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WPanelComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
2129
|
-
WPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WPanelComponent, selector: "w-panel", inputs: { width: "width", title: "title", subtitle: "subtitle", activeGrid: "activeGrid", reduced: "reduced", justifyContent: "justifyContent", activeOverflow: "activeOverflow", heightOverflow: "heightOverflow", maxHeightOverflow: "maxHeightOverflow", backgroundColor: "backgroundColor", activeMaxHeight: "activeMaxHeight", activeMenu: "activeMenu", menuOptions: "menuOptions", wPanelStyleClass: "wPanelStyleClass", wPanelContentStyleClass: "wPanelContentStyleClass" }, ngImport: i0, template: "<div [ngClass]=\"{ 'w-panel': !reduced, 'w-reduced-panel': reduced}\" class=\"w-full h-full {{wPanelStyleClass}}\">\r\n <div *ngIf=\"activeMenu == true\" class=\"flex flex-wrap\" [ngClass]=\"{'justify-content-between': title, 'justify-content-end': !title}\">\r\n <w-panel-title *ngIf=\"title\" class=\"flex\" [title]=\"title\"></w-panel-title>\r\n <div class=\"flex\">\r\n <p-button icon=\"pi pi-ellipsis-v\" styleClass=\"w-menu-button-x-small p-button-text\" (onClick)=\"menu.toggle($event)\"></p-button>\r\n <p-tieredMenu styleClass=\"w-panel-menu\" #menu [model]=\"menuOptions\" [popup]=\"true\"></p-tieredMenu>\r\n </div>\r\n </div>\r\n <w-panel-title *ngIf=\"title && activeMenu == false\" [title]=\"title\"></w-panel-title>\r\n <w-panel-subtitle *ngIf=\"subtitle\" [subtitle]=\"subtitle\"></w-panel-subtitle>\r\n <div class=\"w-panel-content {{wPanelContentStyleClass}}\" [ngClass]=\"getCombinedClasses()\" [style.height]=\"heightOverflow\" [style.max-height]=\"maxHeightOverflow\" [style.padding-bottom]=\"(activeMaxHeight == true && (title != undefined)) ? spacing4XL : ''\">\r\n <ng-content></ng-content>\r\n </div>\r\n</div>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text,:host ::ng-deep .w-menu-button-x-small.p-button.p-button-icon-only{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput,:host ::ng-deep .w-menu-button-x-small.p-button:focus{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text{color:#1f2224}.w-button-small-text-label-text,:host ::ng-deep .w-menu-button-x-small.p-button.p-button-icon-only{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text,:host ::ng-deep .w-panel-menu.p-tieredmenu .p-menuitem.p-menuitem-active,:host ::ng-deep .w-panel-menu.p-tieredmenu{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,:host ::ng-deep .w-panel-menu.p-tieredmenu .p-menuitem-link .p-menuitem-icon{color:#1f2224}.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}.w-panel{padding:20px 24px 32px;background-color:#fff;border-radius:8px;box-shadow:0 0 1px #0000001a inset,0 4px 8px #005c7a0d,0 1px 3px #005c7a1a}.w-reduced-panel{padding:12px;background-color:var(--bgcolor);border-radius:8px;box-shadow:0 0 1px #0000001a inset,0 4px 8px #005c7a0d,0 1px 3px #005c7a1a}.w-panel-justify-gap{gap:8px}* :host ::ng-deep .w-panel-content.grid,.w-body-grid :host ::ng-deep .w-panel-content.grid,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content.grid{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}* :host ::ng-deep .w-panel-content .col-1,.w-body-grid :host ::ng-deep .w-panel-content .col-1,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-2,.w-body-grid :host ::ng-deep .w-panel-content .col-2,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-3,.w-body-grid :host ::ng-deep .w-panel-content .col-3,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-4,.w-body-grid :host ::ng-deep .w-panel-content .col-4,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-5,.w-body-grid :host ::ng-deep .w-panel-content .col-5,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-6,.w-body-grid :host ::ng-deep .w-panel-content .col-6,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-7,.w-body-grid :host ::ng-deep .w-panel-content .col-7,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-8,.w-body-grid :host ::ng-deep .w-panel-content .col-8,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-9,.w-body-grid :host ::ng-deep .w-panel-content .col-9,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-10,.w-body-grid :host ::ng-deep .w-panel-content .col-10,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-11,.w-body-grid :host ::ng-deep .w-panel-content .col-11,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-12,.w-body-grid :host ::ng-deep .w-panel-content .col-12,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host ::ng-deep .w-panel-content .sm\\:col-1,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-1,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-2,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-2,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-3,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-3,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-4,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-4,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-5,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-5,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-6,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-6,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-7,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-7,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-8,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-8,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-9,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-9,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-10,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-10,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-11,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-11,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-12,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-12,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host ::ng-deep .w-panel-content .md\\:col-1,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-1,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-2,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-2,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-3,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-3,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-4,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-4,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-5,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-5,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-6,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-6,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-7,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-7,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-8,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-8,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-9,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-9,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-10,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-10,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-11,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-11,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-12,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-12,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host ::ng-deep .w-panel-content .lg\\:col-1,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-1,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-2,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-2,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-3,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-3,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-4,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-4,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-5,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-5,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-6,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-6,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-7,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-7,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-8,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-8,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-9,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-9,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-10,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-10,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-11,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-11,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-12,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-12,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host ::ng-deep .w-panel-content .xl\\:col-1,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-1,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-2,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-2,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-3,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-3,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-4,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-4,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-5,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-5,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-6,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-6,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-7,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-7,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-8,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-8,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-9,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-9,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-10,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-10,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-11,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-11,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-12,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-12,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}.w-panel-content{padding:0 6px}.w-panel-overflow{overflow:auto;box-sizing:border-box}.w-panel-overflow.w-panel-content.grid{margin-top:0!important;margin-bottom:0!important;margin-right:0!important}:host ::ng-deep .w-menu-button-x-small.p-button.p-button-icon-only{height:20px;width:20px;padding:4px;border:none}:host ::ng-deep .w-menu-button-x-small.p-button:enabled:hover{color:#00b3eb;background:none;border:none}:host ::ng-deep .w-menu-button-x-small.p-button:focus{background:none;border:none;outline:1px solid #d6f2ff}:host ::ng-deep .w-panel-menu.p-tieredmenu{color:#1f2224}:host ::ng-deep .w-panel-menu.p-tieredmenu .p-menuitem.p-menuitem-active{color:#1f2224}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2$2.Button, selector: "p-button", inputs: ["type", "iconPos", "icon", "badge", "label", "disabled", "loading", "loadingIcon", "style", "styleClass", "badgeClass", "ariaLabel"], outputs: ["onClick", "onFocus", "onBlur"] }, { kind: "component", type: i3$3.TieredMenu, selector: "p-tieredMenu", inputs: ["model", "popup", "style", "styleClass", "appendTo", "autoZIndex", "baseZIndex", "autoDisplay", "showTransitionOptions", "hideTransitionOptions"], outputs: ["onShow", "onHide"] }, { kind: "component", type: WPanelTitleComponent, selector: "w-panel-title", inputs: ["title", "activePaddingBottom"] }, { kind: "component", type: WPanelSubtitleComponent, selector: "w-panel-subtitle", inputs: ["subtitle", "activePaddingBottom"] }] });
|
|
2133
|
+
WPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WPanelComponent, selector: "w-panel", inputs: { width: "width", title: "title", subtitle: "subtitle", activeGrid: "activeGrid", reduced: "reduced", justifyContent: "justifyContent", activeOverflow: "activeOverflow", heightOverflow: "heightOverflow", maxHeightOverflow: "maxHeightOverflow", backgroundColor: "backgroundColor", activeMaxHeight: "activeMaxHeight", activeMenu: "activeMenu", menuOptions: "menuOptions", wPanelStyleClass: "wPanelStyleClass", wPanelContentStyleClass: "wPanelContentStyleClass" }, ngImport: i0, template: "<div [ngClass]=\"{ 'w-panel': !reduced, 'w-reduced-panel': reduced}\" class=\"{{wPanelStyleClass}}\">\r\n <div *ngIf=\"activeMenu == true\" class=\"flex flex-wrap\" [ngClass]=\"{'justify-content-between': title, 'justify-content-end': !title}\">\r\n <w-panel-title *ngIf=\"title\" class=\"flex\" [title]=\"title\"></w-panel-title>\r\n <div class=\"flex\">\r\n <p-button icon=\"pi pi-ellipsis-v\" styleClass=\"w-menu-button-x-small p-button-text\" (onClick)=\"menu.toggle($event)\"></p-button>\r\n <p-tieredMenu styleClass=\"w-panel-menu\" #menu [model]=\"menuOptions\" [popup]=\"true\"></p-tieredMenu>\r\n </div>\r\n </div>\r\n <w-panel-title *ngIf=\"title && activeMenu == false\" [title]=\"title\"></w-panel-title>\r\n <w-panel-subtitle *ngIf=\"subtitle\" [subtitle]=\"subtitle\"></w-panel-subtitle>\r\n <div class=\"w-panel-content {{wPanelContentStyleClass}}\" [ngClass]=\"getCombinedClasses()\" [style.height]=\"heightOverflow\" [style.max-height]=\"maxHeightOverflow\" [style.padding-bottom]=\"(activeMaxHeight == true && (title != undefined)) ? spacing4XL : ''\">\r\n <ng-content></ng-content>\r\n </div>\r\n</div>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text,:host ::ng-deep .w-menu-button-x-small.p-button.p-button-icon-only{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput,:host ::ng-deep .w-menu-button-x-small.p-button:focus{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text{color:#1f2224}.w-button-small-text-label-text,:host ::ng-deep .w-menu-button-x-small.p-button.p-button-icon-only{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text,:host ::ng-deep .w-panel-menu.p-tieredmenu .p-menuitem.p-menuitem-active,:host ::ng-deep .w-panel-menu.p-tieredmenu{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,:host ::ng-deep .w-panel-menu.p-tieredmenu .p-menuitem-link .p-menuitem-icon{color:#1f2224}.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}.w-panel{padding:20px 24px 32px;background-color:#fff;border-radius:8px;box-shadow:0 0 1px #0000001a inset,0 4px 8px #005c7a0d,0 1px 3px #005c7a1a}.w-panel:not(:has(w-panel-title)){padding-top:32px}.w-reduced-panel{padding:12px;background-color:var(--bgcolor);border-radius:8px;box-shadow:0 0 1px #0000001a inset,0 4px 8px #005c7a0d,0 1px 3px #005c7a1a}.w-panel-justify-gap{gap:8px}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form{display:flex;flex-wrap:wrap;gap:32px 24px;justify-content:flex-start}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-1,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-2,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-3,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-4,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-5,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-6,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-7,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-8,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-9,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-10,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-11,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-12,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}* :host:has(form):has(section) ::ng-deep section,.w-body-grid :host:has(form):has(section) ::ng-deep section,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}* :host:has(form):has(section) ::ng-deep section>.col-1,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-2,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-3,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-4,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-5,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-6,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-7,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-8,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-9,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-10,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-11,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-12,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:has(form):has(section) ::ng-deep section>.sm\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:has(form):has(section) ::ng-deep section>.md\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:has(form):has(section) ::ng-deep section>.lg\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:has(form):has(section) ::ng-deep section>.xl\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-1,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-1,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-2,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-2,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-3,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-3,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-4,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-4,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-5,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-5,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-6,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-6,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-7,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-7,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-8,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-8,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-9,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-9,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-10,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-10,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-11,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-11,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-12,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-12,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-1,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-1,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-2,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-2,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-3,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-3,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-4,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-4,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-5,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-5,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-6,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-6,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-7,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-7,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-8,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-8,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-9,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-9,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-10,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-10,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-11,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-11,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-12,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-12,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-1,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-1,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-2,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-2,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-3,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-3,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-4,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-4,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-5,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-5,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-6,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-6,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-7,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-7,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-8,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-8,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-9,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-9,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-10,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-10,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-11,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-11,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-12,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-12,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-1,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-1,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-2,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-2,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-3,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-3,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-4,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-4,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-5,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-5,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-6,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-6,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-7,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-7,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-8,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-8,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-9,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-9,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-10,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-10,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-11,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-11,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-12,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-12,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-1,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-1,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-2,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-2,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-3,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-3,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-4,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-4,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-5,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-5,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-6,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-6,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-7,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-7,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-8,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-8,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-9,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-9,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-10,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-10,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-11,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-11,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-12,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-12,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid{display:flex;flex-wrap:wrap;gap:32px 24px;justify-content:flex-start}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}* :host:not(:has(form)):has(section) ::ng-deep section,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}* :host:not(:has(form)):has(section) ::ng-deep section>.col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-1,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-1,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-2,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-2,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-3,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-3,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-4,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-4,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-5,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-5,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-6,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-6,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-7,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-7,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-8,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-8,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-9,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-9,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-10,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-10,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-11,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-11,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-12,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-12,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-1,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-2,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-3,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-4,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-5,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-6,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-7,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-8,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-9,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-10,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-11,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-12,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-1,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-2,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-3,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-4,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-5,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-6,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-7,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-8,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-9,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-10,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-11,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-12,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-1,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-2,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-3,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-4,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-5,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-6,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-7,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-8,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-9,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-10,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-11,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-12,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-1,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-2,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-3,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-4,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-5,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-6,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-7,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-8,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-9,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-10,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-11,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-12,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}.w-panel-content{padding:0 6px}::ng-deep section,::ng-deep form{width:100%}.w-panel-overflow{overflow:auto;box-sizing:border-box}.w-panel-overflow.w-panel-content.grid{margin-top:0!important;margin-bottom:0!important;margin-right:0!important}:host ::ng-deep .w-menu-button-x-small.p-button.p-button-icon-only{height:20px;width:20px;padding:4px;border:none}:host ::ng-deep .w-menu-button-x-small.p-button:enabled:hover{color:#00b3eb;background:none;border:none}:host ::ng-deep .w-menu-button-x-small.p-button:focus{background:none;border:none;outline:1px solid #d6f2ff}:host ::ng-deep .w-panel-menu.p-tieredmenu{color:#1f2224}:host ::ng-deep .w-panel-menu.p-tieredmenu .p-menuitem.p-menuitem-active{color:#1f2224}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2$2.Button, selector: "p-button", inputs: ["type", "iconPos", "icon", "badge", "label", "disabled", "loading", "loadingIcon", "style", "styleClass", "badgeClass", "ariaLabel"], outputs: ["onClick", "onFocus", "onBlur"] }, { kind: "component", type: i3$3.TieredMenu, selector: "p-tieredMenu", inputs: ["model", "popup", "style", "styleClass", "appendTo", "autoZIndex", "baseZIndex", "autoDisplay", "showTransitionOptions", "hideTransitionOptions"], outputs: ["onShow", "onHide"] }, { kind: "component", type: WPanelTitleComponent, selector: "w-panel-title", inputs: ["title", "activePaddingBottom"] }, { kind: "component", type: WPanelSubtitleComponent, selector: "w-panel-subtitle", inputs: ["subtitle", "activePaddingBottom"] }] });
|
|
2130
2134
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WPanelComponent, decorators: [{
|
|
2131
2135
|
type: Component,
|
|
2132
|
-
args: [{ selector: 'w-panel', template: "<div [ngClass]=\"{ 'w-panel': !reduced, 'w-reduced-panel': reduced}\" class=\"w-full h-full {{wPanelStyleClass}}\">\r\n <div *ngIf=\"activeMenu == true\" class=\"flex flex-wrap\" [ngClass]=\"{'justify-content-between': title, 'justify-content-end': !title}\">\r\n <w-panel-title *ngIf=\"title\" class=\"flex\" [title]=\"title\"></w-panel-title>\r\n <div class=\"flex\">\r\n <p-button icon=\"pi pi-ellipsis-v\" styleClass=\"w-menu-button-x-small p-button-text\" (onClick)=\"menu.toggle($event)\"></p-button>\r\n <p-tieredMenu styleClass=\"w-panel-menu\" #menu [model]=\"menuOptions\" [popup]=\"true\"></p-tieredMenu>\r\n </div>\r\n </div>\r\n <w-panel-title *ngIf=\"title && activeMenu == false\" [title]=\"title\"></w-panel-title>\r\n <w-panel-subtitle *ngIf=\"subtitle\" [subtitle]=\"subtitle\"></w-panel-subtitle>\r\n <div class=\"w-panel-content {{wPanelContentStyleClass}}\" [ngClass]=\"getCombinedClasses()\" [style.height]=\"heightOverflow\" [style.max-height]=\"maxHeightOverflow\" [style.padding-bottom]=\"(activeMaxHeight == true && (title != undefined)) ? spacing4XL : ''\">\r\n <ng-content></ng-content>\r\n </div>\r\n</div>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text,:host ::ng-deep .w-menu-button-x-small.p-button.p-button-icon-only{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput,:host ::ng-deep .w-menu-button-x-small.p-button:focus{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text{color:#1f2224}.w-button-small-text-label-text,:host ::ng-deep .w-menu-button-x-small.p-button.p-button-icon-only{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text,:host ::ng-deep .w-panel-menu.p-tieredmenu .p-menuitem.p-menuitem-active,:host ::ng-deep .w-panel-menu.p-tieredmenu{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,:host ::ng-deep .w-panel-menu.p-tieredmenu .p-menuitem-link .p-menuitem-icon{color:#1f2224}.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}.w-panel{padding:20px 24px 32px;background-color:#fff;border-radius:8px;box-shadow:0 0 1px #0000001a inset,0 4px 8px #005c7a0d,0 1px 3px #005c7a1a}.w-reduced-panel{padding:12px;background-color:var(--bgcolor);border-radius:8px;box-shadow:0 0 1px #0000001a inset,0 4px 8px #005c7a0d,0 1px 3px #005c7a1a}.w-panel-justify-gap{gap:8px}* :host ::ng-deep .w-panel-content.grid,.w-body-grid :host ::ng-deep .w-panel-content.grid,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content.grid{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}* :host ::ng-deep .w-panel-content .col-1,.w-body-grid :host ::ng-deep .w-panel-content .col-1,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-2,.w-body-grid :host ::ng-deep .w-panel-content .col-2,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-3,.w-body-grid :host ::ng-deep .w-panel-content .col-3,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-4,.w-body-grid :host ::ng-deep .w-panel-content .col-4,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-5,.w-body-grid :host ::ng-deep .w-panel-content .col-5,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-6,.w-body-grid :host ::ng-deep .w-panel-content .col-6,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-7,.w-body-grid :host ::ng-deep .w-panel-content .col-7,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-8,.w-body-grid :host ::ng-deep .w-panel-content .col-8,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-9,.w-body-grid :host ::ng-deep .w-panel-content .col-9,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-10,.w-body-grid :host ::ng-deep .w-panel-content .col-10,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-11,.w-body-grid :host ::ng-deep .w-panel-content .col-11,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .col-12,.w-body-grid :host ::ng-deep .w-panel-content .col-12,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host ::ng-deep .w-panel-content .sm\\:col-1,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-1,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-2,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-2,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-3,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-3,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-4,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-4,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-5,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-5,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-6,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-6,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-7,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-7,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-8,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-8,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-9,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-9,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-10,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-10,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-11,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-11,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .sm\\:col-12,.w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-12,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host ::ng-deep .w-panel-content .md\\:col-1,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-1,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-2,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-2,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-3,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-3,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-4,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-4,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-5,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-5,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-6,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-6,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-7,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-7,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-8,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-8,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-9,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-9,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-10,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-10,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-11,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-11,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .md\\:col-12,.w-body-grid :host ::ng-deep .w-panel-content .md\\:col-12,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host ::ng-deep .w-panel-content .lg\\:col-1,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-1,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-2,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-2,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-3,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-3,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-4,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-4,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-5,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-5,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-6,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-6,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-7,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-7,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-8,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-8,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-9,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-9,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-10,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-10,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-11,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-11,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .lg\\:col-12,.w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-12,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host ::ng-deep .w-panel-content .xl\\:col-1,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-1,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-2,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-2,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-3,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-3,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-4,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-4,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-5,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-5,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-6,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-6,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-7,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-7,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-8,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-8,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-9,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-9,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-10,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-10,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-11,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-11,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-content .xl\\:col-12,.w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-12,.w-body-container .w-body-grid :host ::ng-deep .w-panel-content .xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}.w-panel-content{padding:0 6px}.w-panel-overflow{overflow:auto;box-sizing:border-box}.w-panel-overflow.w-panel-content.grid{margin-top:0!important;margin-bottom:0!important;margin-right:0!important}:host ::ng-deep .w-menu-button-x-small.p-button.p-button-icon-only{height:20px;width:20px;padding:4px;border:none}:host ::ng-deep .w-menu-button-x-small.p-button:enabled:hover{color:#00b3eb;background:none;border:none}:host ::ng-deep .w-menu-button-x-small.p-button:focus{background:none;border:none;outline:1px solid #d6f2ff}:host ::ng-deep .w-panel-menu.p-tieredmenu{color:#1f2224}:host ::ng-deep .w-panel-menu.p-tieredmenu .p-menuitem.p-menuitem-active{color:#1f2224}\n"] }]
|
|
2136
|
+
args: [{ selector: 'w-panel', template: "<div [ngClass]=\"{ 'w-panel': !reduced, 'w-reduced-panel': reduced}\" class=\"{{wPanelStyleClass}}\">\r\n <div *ngIf=\"activeMenu == true\" class=\"flex flex-wrap\" [ngClass]=\"{'justify-content-between': title, 'justify-content-end': !title}\">\r\n <w-panel-title *ngIf=\"title\" class=\"flex\" [title]=\"title\"></w-panel-title>\r\n <div class=\"flex\">\r\n <p-button icon=\"pi pi-ellipsis-v\" styleClass=\"w-menu-button-x-small p-button-text\" (onClick)=\"menu.toggle($event)\"></p-button>\r\n <p-tieredMenu styleClass=\"w-panel-menu\" #menu [model]=\"menuOptions\" [popup]=\"true\"></p-tieredMenu>\r\n </div>\r\n </div>\r\n <w-panel-title *ngIf=\"title && activeMenu == false\" [title]=\"title\"></w-panel-title>\r\n <w-panel-subtitle *ngIf=\"subtitle\" [subtitle]=\"subtitle\"></w-panel-subtitle>\r\n <div class=\"w-panel-content {{wPanelContentStyleClass}}\" [ngClass]=\"getCombinedClasses()\" [style.height]=\"heightOverflow\" [style.max-height]=\"maxHeightOverflow\" [style.padding-bottom]=\"(activeMaxHeight == true && (title != undefined)) ? spacing4XL : ''\">\r\n <ng-content></ng-content>\r\n </div>\r\n</div>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text,:host ::ng-deep .w-menu-button-x-small.p-button.p-button-icon-only{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput,:host ::ng-deep .w-menu-button-x-small.p-button:focus{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text{color:#1f2224}.w-button-small-text-label-text,:host ::ng-deep .w-menu-button-x-small.p-button.p-button-icon-only{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text,:host ::ng-deep .w-panel-menu.p-tieredmenu .p-menuitem.p-menuitem-active,:host ::ng-deep .w-panel-menu.p-tieredmenu{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,:host ::ng-deep .w-panel-menu.p-tieredmenu .p-menuitem-link .p-menuitem-icon{color:#1f2224}.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}.w-panel{padding:20px 24px 32px;background-color:#fff;border-radius:8px;box-shadow:0 0 1px #0000001a inset,0 4px 8px #005c7a0d,0 1px 3px #005c7a1a}.w-panel:not(:has(w-panel-title)){padding-top:32px}.w-reduced-panel{padding:12px;background-color:var(--bgcolor);border-radius:8px;box-shadow:0 0 1px #0000001a inset,0 4px 8px #005c7a0d,0 1px 3px #005c7a1a}.w-panel-justify-gap{gap:8px}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form{display:flex;flex-wrap:wrap;gap:32px 24px;justify-content:flex-start}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-1,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-2,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-3,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-4,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-5,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-6,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-7,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-8,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-9,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-10,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-11,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-12,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-panel-content.grid form>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}* :host:has(form):has(section) ::ng-deep section,.w-body-grid :host:has(form):has(section) ::ng-deep section,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}* :host:has(form):has(section) ::ng-deep section>.col-1,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-2,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-3,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-4,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-5,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-6,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-7,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-8,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-9,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-10,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-11,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-12,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:has(form):has(section) ::ng-deep section>.sm\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:has(form):has(section) ::ng-deep section>.md\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:has(form):has(section) ::ng-deep section>.lg\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:has(form):has(section) ::ng-deep section>.xl\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-1,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-1,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-2,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-2,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-3,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-3,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-4,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-4,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-5,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-5,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-6,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-6,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-7,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-7,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-8,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-8,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-9,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-9,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-10,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-10,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-11,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-11,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-12,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-12,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-1,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-1,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-2,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-2,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-3,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-3,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-4,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-4,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-5,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-5,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-6,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-6,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-7,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-7,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-8,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-8,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-9,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-9,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-10,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-10,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-11,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-11,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-12,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-12,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-1,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-1,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-2,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-2,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-3,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-3,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-4,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-4,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-5,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-5,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-6,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-6,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-7,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-7,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-8,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-8,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-9,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-9,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-10,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-10,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-11,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-11,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-12,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-12,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-1,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-1,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-2,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-2,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-3,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-3,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-4,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-4,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-5,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-5,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-6,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-6,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-7,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-7,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-8,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-8,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-9,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-9,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-10,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-10,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-11,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-11,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-12,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-12,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-1,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-1,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-2,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-2,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-3,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-3,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-4,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-4,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-5,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-5,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-6,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-6,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-7,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-7,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-8,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-8,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-9,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-9,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-10,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-10,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-11,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-11,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-12,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-12,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-panel-content.grid form>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid{display:flex;flex-wrap:wrap;gap:32px 24px;justify-content:flex-start}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-panel-content.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}* :host:not(:has(form)):has(section) ::ng-deep section,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}* :host:not(:has(form)):has(section) ::ng-deep section>.col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-1,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-1,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-2,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-2,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-3,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-3,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-4,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-4,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-5,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-5,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-6,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-6,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-7,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-7,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-8,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-8,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-9,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-9,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-10,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-10,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-11,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-11,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-12,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-12,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-1,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-2,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-3,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-4,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-5,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-6,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-7,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-8,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-9,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-10,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-11,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-12,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-1,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-2,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-3,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-4,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-5,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-6,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-7,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-8,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-9,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-10,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-11,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-12,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-1,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-2,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-3,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-4,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-5,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-6,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-7,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-8,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-9,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-10,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-11,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-12,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-1,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-2,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-3,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-4,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-5,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-6,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-7,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-8,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-9,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-10,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-11,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-12,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-panel-content.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}.w-panel-content{padding:0 6px}::ng-deep section,::ng-deep form{width:100%}.w-panel-overflow{overflow:auto;box-sizing:border-box}.w-panel-overflow.w-panel-content.grid{margin-top:0!important;margin-bottom:0!important;margin-right:0!important}:host ::ng-deep .w-menu-button-x-small.p-button.p-button-icon-only{height:20px;width:20px;padding:4px;border:none}:host ::ng-deep .w-menu-button-x-small.p-button:enabled:hover{color:#00b3eb;background:none;border:none}:host ::ng-deep .w-menu-button-x-small.p-button:focus{background:none;border:none;outline:1px solid #d6f2ff}:host ::ng-deep .w-panel-menu.p-tieredmenu{color:#1f2224}:host ::ng-deep .w-panel-menu.p-tieredmenu .p-menuitem.p-menuitem-active{color:#1f2224}\n"] }]
|
|
2133
2137
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { width: [{
|
|
2134
2138
|
type: Input,
|
|
2135
2139
|
args: ['width']
|
|
@@ -2180,10 +2184,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImpor
|
|
|
2180
2184
|
class WBodyContainerComponent {
|
|
2181
2185
|
}
|
|
2182
2186
|
WBodyContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WBodyContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2183
|
-
WBodyContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WBodyContainerComponent, selector: "w-body-container", ngImport: i0, template: "<div class=\"grid w-body-container\">\r\n <ng-content></ng-content>\r\n</div>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}:host ::ng-deep .w-body-container.grid{display:flex;flex-wrap:wrap;gap:12px 16px;justify-content:flex-start}:host ::ng-deep .w-body-container .col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host ::ng-deep .w-body-container .sm\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host ::ng-deep .w-body-container .md\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host ::ng-deep .w-body-container .lg\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host ::ng-deep .w-body-container .xl\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}\n"] });
|
|
2187
|
+
WBodyContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WBodyContainerComponent, selector: "w-body-container", ngImport: i0, template: "<div class=\"grid w-body-container h-full\">\r\n <ng-content></ng-content>\r\n</div>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}:host ::ng-deep .w-body-container.grid{display:flex;flex-wrap:wrap;gap:12px 16px;justify-content:flex-start}:host ::ng-deep .w-body-container.grid>.col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host ::ng-deep .w-body-container.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host ::ng-deep .w-body-container.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host ::ng-deep .w-body-container.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host ::ng-deep .w-body-container.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}::ng-deep .h-auto>.w-panel{height:100%!important}::ng-deep .w-body-container:not(*:has(> *:not(.col-12))):has(> *.col-12){flex-direction:column;flex-wrap:nowrap}::ng-deep .w-body-container:not(*:has(> *:not(.col-12))):has(> *.col-12)>.h-auto{flex:1 1 100%}::ng-deep .w-body-container:not(*:has(> *:not(.col-12))):has(> *.col-12)>*:not(.h-auto){flex:auto}\n"] });
|
|
2184
2188
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WBodyContainerComponent, decorators: [{
|
|
2185
2189
|
type: Component,
|
|
2186
|
-
args: [{ selector: 'w-body-container', template: "<div class=\"grid w-body-container\">\r\n <ng-content></ng-content>\r\n</div>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}:host ::ng-deep .w-body-container.grid{display:flex;flex-wrap:wrap;gap:12px 16px;justify-content:flex-start}:host ::ng-deep .w-body-container .col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host ::ng-deep .w-body-container .sm\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host ::ng-deep .w-body-container .md\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host ::ng-deep .w-body-container .lg\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host ::ng-deep .w-body-container .xl\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container .xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}\n"] }]
|
|
2190
|
+
args: [{ selector: 'w-body-container', template: "<div class=\"grid w-body-container h-full\">\r\n <ng-content></ng-content>\r\n</div>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}:host ::ng-deep .w-body-container.grid{display:flex;flex-wrap:wrap;gap:12px 16px;justify-content:flex-start}:host ::ng-deep .w-body-container.grid>.col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host ::ng-deep .w-body-container.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host ::ng-deep .w-body-container.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host ::ng-deep .w-body-container.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host ::ng-deep .w-body-container.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-body-container.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}::ng-deep .h-auto>.w-panel{height:100%!important}::ng-deep .w-body-container:not(*:has(> *:not(.col-12))):has(> *.col-12){flex-direction:column;flex-wrap:nowrap}::ng-deep .w-body-container:not(*:has(> *:not(.col-12))):has(> *.col-12)>.h-auto{flex:1 1 100%}::ng-deep .w-body-container:not(*:has(> *:not(.col-12))):has(> *.col-12)>*:not(.h-auto){flex:auto}\n"] }]
|
|
2187
2191
|
}] });
|
|
2188
2192
|
|
|
2189
2193
|
class WHeaderPanelComponent {
|
|
@@ -4762,7 +4766,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImpor
|
|
|
4762
4766
|
class WSidebarComponent {
|
|
4763
4767
|
constructor() {
|
|
4764
4768
|
this.showCloseIcon = false;
|
|
4765
|
-
this.activeGrid =
|
|
4769
|
+
this.activeGrid = true;
|
|
4766
4770
|
this.closeOnOverlay = false;
|
|
4767
4771
|
this.styleClass = "w-full md:w-4 lg:w-4";
|
|
4768
4772
|
this.size = "medium";
|
|
@@ -4806,10 +4810,10 @@ class WSidebarComponent {
|
|
|
4806
4810
|
}
|
|
4807
4811
|
}
|
|
4808
4812
|
WSidebarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WSidebarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4809
|
-
WSidebarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WSidebarComponent, selector: "w-sidebar", inputs: { headerTitle: "headerTitle", showCloseIcon: "showCloseIcon", activeGrid: "activeGrid", closeOnOverlay: "closeOnOverlay", styleClass: "styleClass", size: "size", icon: "icon", iconWidth: "iconWidth", iconHeight: "iconHeight", visible: "visible" }, outputs: { visibleChange: "visibleChange" }, ngImport: i0, template: "<p-sidebar [(visible)]=\"visible\" position=\"right\" [showCloseIcon]=\"showCloseIcon\" [modal]=\"true\" [blockScroll]=\"true\" [dismissible]=\"closeOnOverlay\" [styleClass]=\"styleClass\" class=\"wapp-sidebar\">\r\n <ng-template pTemplate=\"header\">\r\n <span *ngIf=\"icon && getIconType() == iconType.pIcon\" class=\"w-sidebar-icon icon-large-size textMainColor\" [ngClass]=\"icon\"></span>\r\n <w-icons *ngIf=\"icon && getIconType() == iconType.wIcon\" class=\"w-sidebar-icon\" [name]=\"icon\" color=\"var(--text-color)\" [width]=\"24\" [height]=\"24\"></w-icons>\r\n <div *ngIf=\"icon && getIconType() == iconType.urlIcon\" class=\"flex align-content-start flex-wrap\">\r\n <div class=\"flex align-items-center justify-content-center w-sidebar-img-container\">\r\n <span class=\"w-sidebar-span-img-container w-sidebar-icon flex align-items-center justify-content-center\" [ngStyle]=\"{'width.px': iconWidth, 'height.px': iconHeight}\">\r\n <img class=\"w-sidebar-img-responsive\" [src]=\"icon\">\r\n </span>\r\n </div>\r\n <div class=\"flex align-items-center justify-content-center\">\r\n <span class=\"w-sidebar-title-text m-0\">{{headerTitle}}</span>\r\n </div>\r\n </div>\r\n \r\n <span *ngIf=\"icon == null || getIconType() != iconType.urlIcon\" class=\"w-sidebar-title-text m-0\">{{headerTitle}}</span>\r\n </ng-template>\r\n \r\n <ng-template pTemplate=\"content\">\r\n <div [ngClass]=\"{'w-sidebar-content grid' : activeGrid}\">\r\n <ng-content></ng-content>\r\n </div>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"footer\"></ng-template>\r\n</p-sidebar>\r\n", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}:host ::ng-deep .wapp-sidebar .p-sidebar{background-color:#fff}:host ::ng-deep .wapp-sidebar .p-sidebar-header{padding:32px 44px 20px}:host ::ng-deep .wapp-sidebar .p-sidebar-header .p-sidebar-close,:host ::ng-deep .wapp-sidebar .p-sidebar-header .p-sidebar .p-sidebar-header .p-sidebar-icon{height:24px}:host ::ng-deep .wapp-sidebar .p-sidebar-content{padding:0 44px}:host ::ng-deep .p-sidebar-footer{padding:40px!important}:host ::ng-deep .w-sidebar-content .col-1{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-2{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-3{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-4{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-5{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-6{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-7{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-8{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-9{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-10{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-11{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-12{padding:10px 12px}:host ::ng-deep .w-sidebar-content.grid{display:flex;flex-wrap:wrap;margin-right:-12px!important;margin-left:-12px!important;margin-top:-8px!important}.w-sidebar-icon{margin-right:12px}.w-sidebar-img-container{height:24px}.w-sidebar-span-img-container{position:relative}.w-sidebar-img-responsive{max-width:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i1$3.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i3$7.Sidebar, selector: "p-sidebar", inputs: ["appendTo", "blockScroll", "style", "styleClass", "ariaCloseLabel", "autoZIndex", "baseZIndex", "modal", "dismissible", "showCloseIcon", "closeOnEscape", "transitionOptions", "visible", "position", "fullScreen"], outputs: ["onShow", "onHide", "visibleChange"] }, { kind: "component", type: WIconsComponent, selector: "w-icons", inputs: ["name", "width", "height", "color"] }] });
|
|
4813
|
+
WSidebarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WSidebarComponent, selector: "w-sidebar", inputs: { headerTitle: "headerTitle", showCloseIcon: "showCloseIcon", activeGrid: "activeGrid", closeOnOverlay: "closeOnOverlay", styleClass: "styleClass", size: "size", icon: "icon", iconWidth: "iconWidth", iconHeight: "iconHeight", visible: "visible" }, outputs: { visibleChange: "visibleChange" }, ngImport: i0, template: "<p-sidebar [(visible)]=\"visible\" position=\"right\" [showCloseIcon]=\"showCloseIcon\" [modal]=\"true\" [blockScroll]=\"true\" [dismissible]=\"closeOnOverlay\" [styleClass]=\"styleClass\" class=\"wapp-sidebar\">\r\n <ng-template pTemplate=\"header\">\r\n <span *ngIf=\"icon && getIconType() == iconType.pIcon\" class=\"w-sidebar-icon icon-large-size textMainColor\" [ngClass]=\"icon\"></span>\r\n <w-icons *ngIf=\"icon && getIconType() == iconType.wIcon\" class=\"w-sidebar-icon\" [name]=\"icon\" color=\"var(--text-color)\" [width]=\"24\" [height]=\"24\"></w-icons>\r\n <div *ngIf=\"icon && getIconType() == iconType.urlIcon\" class=\"flex align-content-start flex-wrap\">\r\n <div class=\"flex align-items-center justify-content-center w-sidebar-img-container\">\r\n <span class=\"w-sidebar-span-img-container w-sidebar-icon flex align-items-center justify-content-center\" [ngStyle]=\"{'width.px': iconWidth, 'height.px': iconHeight}\">\r\n <img class=\"w-sidebar-img-responsive\" [src]=\"icon\">\r\n </span>\r\n </div>\r\n <div class=\"flex align-items-center justify-content-center\">\r\n <span class=\"w-sidebar-title-text m-0\">{{headerTitle}}</span>\r\n </div>\r\n </div>\r\n \r\n <span *ngIf=\"icon == null || getIconType() != iconType.urlIcon\" class=\"w-sidebar-title-text m-0\">{{headerTitle}}</span>\r\n </ng-template>\r\n \r\n <ng-template pTemplate=\"content\">\r\n <div [ngClass]=\"{'w-sidebar-content': true, 'grid' : activeGrid}\">\r\n <ng-content></ng-content>\r\n </div>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"footer\"></ng-template>\r\n</p-sidebar>\r\n", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}:host ::ng-deep .wapp-sidebar .p-sidebar{background-color:#fff}:host ::ng-deep .wapp-sidebar .p-sidebar-header{padding:32px 44px 20px}:host ::ng-deep .wapp-sidebar .p-sidebar-header .p-sidebar-close,:host ::ng-deep .wapp-sidebar .p-sidebar-header .p-sidebar .p-sidebar-header .p-sidebar-icon{height:24px}:host ::ng-deep .wapp-sidebar .p-sidebar-content{padding:0 44px}:host ::ng-deep .p-sidebar-footer{padding:40px!important}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form{display:flex;flex-wrap:wrap;gap:32px 24px;justify-content:flex-start}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-1,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-2,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-3,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-4,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-5,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-6,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-7,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-8,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-9,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-10,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-11,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-12,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}* :host:has(form):has(section) ::ng-deep section,.w-body-grid :host:has(form):has(section) ::ng-deep section,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}* :host:has(form):has(section) ::ng-deep section>.col-1,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-2,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-3,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-4,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-5,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-6,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-7,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-8,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-9,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-10,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-11,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-12,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:has(form):has(section) ::ng-deep section>.sm\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:has(form):has(section) ::ng-deep section>.md\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:has(form):has(section) ::ng-deep section>.lg\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:has(form):has(section) ::ng-deep section>.xl\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-1,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-1,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-2,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-2,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-3,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-3,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-4,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-4,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-5,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-5,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-6,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-6,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-7,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-7,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-8,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-8,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-9,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-9,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-10,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-10,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-11,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-11,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-12,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-12,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-1,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-1,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-2,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-2,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-3,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-3,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-4,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-4,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-5,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-5,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-6,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-6,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-7,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-7,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-8,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-8,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-9,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-9,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-10,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-10,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-11,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-11,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-12,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-12,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-1,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-1,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-2,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-2,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-3,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-3,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-4,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-4,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-5,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-5,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-6,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-6,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-7,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-7,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-8,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-8,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-9,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-9,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-10,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-10,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-11,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-11,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-12,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-12,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-1,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-1,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-2,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-2,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-3,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-3,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-4,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-4,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-5,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-5,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-6,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-6,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-7,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-7,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-8,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-8,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-9,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-9,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-10,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-10,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-11,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-11,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-12,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-12,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-1,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-1,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-2,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-2,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-3,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-3,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-4,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-4,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-5,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-5,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-6,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-6,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-7,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-7,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-8,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-8,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-9,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-9,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-10,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-10,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-11,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-11,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-12,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-12,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*{display:flex;flex-wrap:wrap;gap:32px 24px;justify-content:flex-start}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}* :host:not(:has(form)):has(section) ::ng-deep section,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}* :host:not(:has(form)):has(section) ::ng-deep section>.col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-1,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-1,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-2,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-2,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-3,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-3,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-4,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-4,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-5,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-5,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-6,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-6,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-7,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-7,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-8,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-8,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-9,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-9,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-10,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-10,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-11,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-11,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-12,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-12,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-1,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-2,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-3,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-4,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-5,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-6,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-7,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-8,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-9,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-10,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-11,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-12,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-1,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-2,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-3,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-4,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-5,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-6,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-7,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-8,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-9,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-10,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-11,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-12,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-1,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-2,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-3,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-4,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-5,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-6,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-7,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-8,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-9,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-10,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-11,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-12,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-1,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-2,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-3,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-4,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-5,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-6,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-7,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-8,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-9,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-10,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-11,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-12,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}::ng-deep section,::ng-deep form{width:100%}.w-sidebar-icon{margin-right:12px}.w-sidebar-img-container{height:24px}.w-sidebar-span-img-container{position:relative}.w-sidebar-img-responsive{max-width:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i1$3.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i3$7.Sidebar, selector: "p-sidebar", inputs: ["appendTo", "blockScroll", "style", "styleClass", "ariaCloseLabel", "autoZIndex", "baseZIndex", "modal", "dismissible", "showCloseIcon", "closeOnEscape", "transitionOptions", "visible", "position", "fullScreen"], outputs: ["onShow", "onHide", "visibleChange"] }, { kind: "component", type: WIconsComponent, selector: "w-icons", inputs: ["name", "width", "height", "color"] }] });
|
|
4810
4814
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WSidebarComponent, decorators: [{
|
|
4811
4815
|
type: Component,
|
|
4812
|
-
args: [{ selector: 'w-sidebar', template: "<p-sidebar [(visible)]=\"visible\" position=\"right\" [showCloseIcon]=\"showCloseIcon\" [modal]=\"true\" [blockScroll]=\"true\" [dismissible]=\"closeOnOverlay\" [styleClass]=\"styleClass\" class=\"wapp-sidebar\">\r\n <ng-template pTemplate=\"header\">\r\n <span *ngIf=\"icon && getIconType() == iconType.pIcon\" class=\"w-sidebar-icon icon-large-size textMainColor\" [ngClass]=\"icon\"></span>\r\n <w-icons *ngIf=\"icon && getIconType() == iconType.wIcon\" class=\"w-sidebar-icon\" [name]=\"icon\" color=\"var(--text-color)\" [width]=\"24\" [height]=\"24\"></w-icons>\r\n <div *ngIf=\"icon && getIconType() == iconType.urlIcon\" class=\"flex align-content-start flex-wrap\">\r\n <div class=\"flex align-items-center justify-content-center w-sidebar-img-container\">\r\n <span class=\"w-sidebar-span-img-container w-sidebar-icon flex align-items-center justify-content-center\" [ngStyle]=\"{'width.px': iconWidth, 'height.px': iconHeight}\">\r\n <img class=\"w-sidebar-img-responsive\" [src]=\"icon\">\r\n </span>\r\n </div>\r\n <div class=\"flex align-items-center justify-content-center\">\r\n <span class=\"w-sidebar-title-text m-0\">{{headerTitle}}</span>\r\n </div>\r\n </div>\r\n \r\n <span *ngIf=\"icon == null || getIconType() != iconType.urlIcon\" class=\"w-sidebar-title-text m-0\">{{headerTitle}}</span>\r\n </ng-template>\r\n \r\n <ng-template pTemplate=\"content\">\r\n <div [ngClass]=\"{'w-sidebar-content grid' : activeGrid}\">\r\n <ng-content></ng-content>\r\n </div>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"footer\"></ng-template>\r\n</p-sidebar>\r\n", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}:host ::ng-deep .wapp-sidebar .p-sidebar{background-color:#fff}:host ::ng-deep .wapp-sidebar .p-sidebar-header{padding:32px 44px 20px}:host ::ng-deep .wapp-sidebar .p-sidebar-header .p-sidebar-close,:host ::ng-deep .wapp-sidebar .p-sidebar-header .p-sidebar .p-sidebar-header .p-sidebar-icon{height:24px}:host ::ng-deep .wapp-sidebar .p-sidebar-content{padding:0 44px}:host ::ng-deep .p-sidebar-footer{padding:40px!important}:host ::ng-deep .w-sidebar-content .col-1{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-2{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-3{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-4{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-5{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-6{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-7{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-8{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-9{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-10{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-11{padding:10px 12px}:host ::ng-deep .w-sidebar-content .col-12{padding:10px 12px}:host ::ng-deep .w-sidebar-content.grid{display:flex;flex-wrap:wrap;margin-right:-12px!important;margin-left:-12px!important;margin-top:-8px!important}.w-sidebar-icon{margin-right:12px}.w-sidebar-img-container{height:24px}.w-sidebar-span-img-container{position:relative}.w-sidebar-img-responsive{max-width:100%}\n"] }]
|
|
4816
|
+
args: [{ selector: 'w-sidebar', template: "<p-sidebar [(visible)]=\"visible\" position=\"right\" [showCloseIcon]=\"showCloseIcon\" [modal]=\"true\" [blockScroll]=\"true\" [dismissible]=\"closeOnOverlay\" [styleClass]=\"styleClass\" class=\"wapp-sidebar\">\r\n <ng-template pTemplate=\"header\">\r\n <span *ngIf=\"icon && getIconType() == iconType.pIcon\" class=\"w-sidebar-icon icon-large-size textMainColor\" [ngClass]=\"icon\"></span>\r\n <w-icons *ngIf=\"icon && getIconType() == iconType.wIcon\" class=\"w-sidebar-icon\" [name]=\"icon\" color=\"var(--text-color)\" [width]=\"24\" [height]=\"24\"></w-icons>\r\n <div *ngIf=\"icon && getIconType() == iconType.urlIcon\" class=\"flex align-content-start flex-wrap\">\r\n <div class=\"flex align-items-center justify-content-center w-sidebar-img-container\">\r\n <span class=\"w-sidebar-span-img-container w-sidebar-icon flex align-items-center justify-content-center\" [ngStyle]=\"{'width.px': iconWidth, 'height.px': iconHeight}\">\r\n <img class=\"w-sidebar-img-responsive\" [src]=\"icon\">\r\n </span>\r\n </div>\r\n <div class=\"flex align-items-center justify-content-center\">\r\n <span class=\"w-sidebar-title-text m-0\">{{headerTitle}}</span>\r\n </div>\r\n </div>\r\n \r\n <span *ngIf=\"icon == null || getIconType() != iconType.urlIcon\" class=\"w-sidebar-title-text m-0\">{{headerTitle}}</span>\r\n </ng-template>\r\n \r\n <ng-template pTemplate=\"content\">\r\n <div [ngClass]=\"{'w-sidebar-content': true, 'grid' : activeGrid}\">\r\n <ng-content></ng-content>\r\n </div>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"footer\"></ng-template>\r\n</p-sidebar>\r\n", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}:host ::ng-deep .wapp-sidebar .p-sidebar{background-color:#fff}:host ::ng-deep .wapp-sidebar .p-sidebar-header{padding:32px 44px 20px}:host ::ng-deep .wapp-sidebar .p-sidebar-header .p-sidebar-close,:host ::ng-deep .wapp-sidebar .p-sidebar-header .p-sidebar .p-sidebar-header .p-sidebar-icon{height:24px}:host ::ng-deep .wapp-sidebar .p-sidebar-content{padding:0 44px}:host ::ng-deep .p-sidebar-footer{padding:40px!important}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form{display:flex;flex-wrap:wrap;gap:32px 24px;justify-content:flex-start}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-1,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-2,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-3,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-4,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-5,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-6,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-7,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-8,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-9,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-10,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-11,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-12,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}* :host:has(form):has(section) ::ng-deep section,.w-body-grid :host:has(form):has(section) ::ng-deep section,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}* :host:has(form):has(section) ::ng-deep section>.col-1,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-2,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-3,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-4,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-5,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-6,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-7,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-8,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-9,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-10,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-11,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.col-12,.w-body-grid :host:has(form):has(section) ::ng-deep section>.col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:has(form):has(section) ::ng-deep section>.sm\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.sm\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:has(form):has(section) ::ng-deep section>.md\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.md\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:has(form):has(section) ::ng-deep section>.lg\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.lg\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:has(form):has(section) ::ng-deep section>.xl\\:col-1,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-1,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-2,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-2,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-3,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-3,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-4,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-4,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-5,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-5,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-6,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-6,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-7,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-7,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-8,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-8,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-9,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-9,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-10,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-10,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-11,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-11,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):has(section) ::ng-deep section>.xl\\:col-12,.w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-12,.w-body-container .w-body-grid :host:has(form):has(section) ::ng-deep section>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-1,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-1,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-2,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-2,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-3,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-3,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-4,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-4,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-5,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-5,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-6,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-6,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-7,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-7,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-8,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-8,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-9,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-9,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-10,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-10,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-11,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-11,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-12,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-12,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-1,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-1,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-2,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-2,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-3,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-3,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-4,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-4,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-5,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-5,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-6,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-6,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-7,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-7,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-8,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-8,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-9,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-9,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-10,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-10,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-11,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-11,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-12,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-12,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-1,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-1,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-2,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-2,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-3,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-3,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-4,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-4,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-5,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-5,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-6,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-6,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-7,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-7,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-8,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-8,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-9,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-9,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-10,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-10,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-11,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-11,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-12,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-12,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-1,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-1,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-2,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-2,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-3,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-3,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-4,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-4,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-5,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-5,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-6,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-6,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-7,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-7,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-8,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-8,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-9,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-9,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-10,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-10,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-11,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-11,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-12,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-12,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-1,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-1,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-2,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-2,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-3,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-3,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-4,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-4,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-5,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-5,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-6,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-6,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-7,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-7,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-8,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-8,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-9,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-9,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-10,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-10,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-11,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-11,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-12,.w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-12,.w-body-container .w-body-grid :host:has(form):not(:has(section)) ::ng-deep .w-sidebar-content.grid form>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*{display:flex;flex-wrap:wrap;gap:32px 24px;justify-content:flex-start}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}* :host:not(:has(form)):has(section) ::ng-deep section,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}* :host:not(:has(form)):has(section) ::ng-deep section>.col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-1,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-2,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-3,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-4,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-5,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-6,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-7,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-8,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-9,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-10,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-11,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-12,.w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):has(section) ::ng-deep section>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-1,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-1,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-2,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-2,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-3,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-3,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-4,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-4,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-5,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-5,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-6,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-6,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-7,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-7,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-8,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-8,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-9,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-9,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-10,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-10,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-11,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-11,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-12,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-12,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-1,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-2,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-3,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-4,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-5,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-6,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-7,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-8,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-9,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-10,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-11,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-12,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-1,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-2,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-3,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-4,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-5,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-6,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-7,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-8,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-9,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-10,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-11,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-12,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-1,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-2,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-3,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-4,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-5,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-6,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-7,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-8,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-9,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-10,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-11,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-12,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-1,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-1,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-2,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-2,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-3,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-3,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-4,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-4,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-5,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-5,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-6,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-6,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-7,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-7,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-8,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-8,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-9,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-9,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-10,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-10,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-11,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-11,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-12,.w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-12,.w-body-container .w-body-grid :host:not(:has(form)):not(:has(section)) ::ng-deep .w-sidebar-content.grid>*>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}::ng-deep section,::ng-deep form{width:100%}.w-sidebar-icon{margin-right:12px}.w-sidebar-img-container{height:24px}.w-sidebar-span-img-container{position:relative}.w-sidebar-img-responsive{max-width:100%}\n"] }]
|
|
4813
4817
|
}], ctorParameters: function () { return []; }, propDecorators: { headerTitle: [{
|
|
4814
4818
|
type: Input,
|
|
4815
4819
|
args: ['headerTitle']
|
|
@@ -5025,13 +5029,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImpor
|
|
|
5025
5029
|
args: ['treeTable']
|
|
5026
5030
|
}] } });
|
|
5027
5031
|
|
|
5032
|
+
//TODO: borrar esta clase y sustituir todos sus usos por el w-body-container
|
|
5028
5033
|
class WBodyGridComponent {
|
|
5029
5034
|
}
|
|
5030
5035
|
WBodyGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WBodyGridComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5031
|
-
WBodyGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WBodyGridComponent, selector: "w-body-grid", ngImport: i0, template: "<div class=\"w-body-grid grid\">\r\n <ng-content></ng-content>\r\n</div>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}* :host ::ng-deep .w-body-grid.grid,.w-body-container :host ::ng-deep .w-body-grid.grid{display:flex;flex-wrap:wrap;gap:12px 16px;justify-content:flex-start}* :host ::ng-deep .w-body-grid .col-1,.w-body-container :host ::ng-deep .w-body-grid .col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-2,.w-body-container :host ::ng-deep .w-body-grid .col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-3,.w-body-container :host ::ng-deep .w-body-grid .col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-4,.w-body-container :host ::ng-deep .w-body-grid .col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-5,.w-body-container :host ::ng-deep .w-body-grid .col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-6,.w-body-container :host ::ng-deep .w-body-grid .col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-7,.w-body-container :host ::ng-deep .w-body-grid .col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-8,.w-body-container :host ::ng-deep .w-body-grid .col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-9,.w-body-container :host ::ng-deep .w-body-grid .col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-10,.w-body-container :host ::ng-deep .w-body-grid .col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-11,.w-body-container :host ::ng-deep .w-body-grid .col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-12,.w-body-container :host ::ng-deep .w-body-grid .col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host ::ng-deep .w-body-grid .sm\\:col-1,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-2,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-3,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-4,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-5,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-6,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-7,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-8,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-9,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-10,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-11,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-12,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host ::ng-deep .w-body-grid .md\\:col-1,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-2,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-3,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-4,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-5,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-6,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-7,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-8,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-9,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-10,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-11,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-12,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host ::ng-deep .w-body-grid .lg\\:col-1,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-2,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-3,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-4,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-5,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-6,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-7,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-8,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-9,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-10,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-11,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-12,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host ::ng-deep .w-body-grid .xl\\:col-1,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-2,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-3,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-4,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-5,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-6,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-7,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-8,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-9,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-10,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-11,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-12,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}\n"] });
|
|
5036
|
+
WBodyGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WBodyGridComponent, selector: "w-body-grid", ngImport: i0, template: "<div class=\"w-body-grid grid\">\r\n <ng-content></ng-content>\r\n</div>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}* :host ::ng-deep .w-body-grid.grid,.w-body-container :host ::ng-deep .w-body-grid.grid{display:flex;flex-wrap:wrap;gap:12px 16px;justify-content:flex-start}* :host ::ng-deep .w-body-grid.grid>.col-1,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-2,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-3,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-4,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-5,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-6,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-7,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-8,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-9,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-10,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-11,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-12,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host ::ng-deep .w-body-grid.grid>.sm\\:col-1,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-2,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-3,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-4,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-5,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-6,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-7,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-8,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-9,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-10,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-11,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-12,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host ::ng-deep .w-body-grid.grid>.md\\:col-1,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-2,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-3,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-4,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-5,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-6,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-7,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-8,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-9,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-10,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-11,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-12,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host ::ng-deep .w-body-grid.grid>.lg\\:col-1,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-2,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-3,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-4,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-5,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-6,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-7,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-8,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-9,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-10,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-11,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-12,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host ::ng-deep .w-body-grid.grid>.xl\\:col-1,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-2,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-3,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-4,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-5,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-6,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-7,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-8,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-9,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-10,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-11,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-12,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}\n"] });
|
|
5032
5037
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WBodyGridComponent, decorators: [{
|
|
5033
5038
|
type: Component,
|
|
5034
|
-
args: [{ selector: 'w-body-grid', template: "<div class=\"w-body-grid grid\">\r\n <ng-content></ng-content>\r\n</div>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}* :host ::ng-deep .w-body-grid.grid,.w-body-container :host ::ng-deep .w-body-grid.grid{display:flex;flex-wrap:wrap;gap:12px 16px;justify-content:flex-start}* :host ::ng-deep .w-body-grid .col-1,.w-body-container :host ::ng-deep .w-body-grid .col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-2,.w-body-container :host ::ng-deep .w-body-grid .col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-3,.w-body-container :host ::ng-deep .w-body-grid .col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-4,.w-body-container :host ::ng-deep .w-body-grid .col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-5,.w-body-container :host ::ng-deep .w-body-grid .col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-6,.w-body-container :host ::ng-deep .w-body-grid .col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-7,.w-body-container :host ::ng-deep .w-body-grid .col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-8,.w-body-container :host ::ng-deep .w-body-grid .col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-9,.w-body-container :host ::ng-deep .w-body-grid .col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-10,.w-body-container :host ::ng-deep .w-body-grid .col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-11,.w-body-container :host ::ng-deep .w-body-grid .col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .col-12,.w-body-container :host ::ng-deep .w-body-grid .col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host ::ng-deep .w-body-grid .sm\\:col-1,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-2,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-3,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-4,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-5,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-6,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-7,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-8,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-9,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-10,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-11,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .sm\\:col-12,.w-body-container :host ::ng-deep .w-body-grid .sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host ::ng-deep .w-body-grid .md\\:col-1,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-2,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-3,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-4,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-5,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-6,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-7,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-8,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-9,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-10,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-11,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .md\\:col-12,.w-body-container :host ::ng-deep .w-body-grid .md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host ::ng-deep .w-body-grid .lg\\:col-1,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-2,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-3,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-4,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-5,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-6,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-7,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-8,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-9,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-10,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-11,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .lg\\:col-12,.w-body-container :host ::ng-deep .w-body-grid .lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host ::ng-deep .w-body-grid .xl\\:col-1,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-2,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-3,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-4,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-5,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-6,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-7,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-8,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-9,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-10,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-11,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid .xl\\:col-12,.w-body-container :host ::ng-deep .w-body-grid .xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}\n"] }]
|
|
5039
|
+
args: [{ selector: 'w-body-grid', template: "<div class=\"w-body-grid grid\">\r\n <ng-content></ng-content>\r\n</div>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}* :host ::ng-deep .w-body-grid.grid,.w-body-container :host ::ng-deep .w-body-grid.grid{display:flex;flex-wrap:wrap;gap:12px 16px;justify-content:flex-start}* :host ::ng-deep .w-body-grid.grid>.col-1,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-2,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-3,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-4,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-5,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-6,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-7,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-8,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-9,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-10,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-11,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.col-12,.w-body-container :host ::ng-deep .w-body-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host ::ng-deep .w-body-grid.grid>.sm\\:col-1,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-2,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-3,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-4,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-5,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-6,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-7,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-8,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-9,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-10,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-11,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.sm\\:col-12,.w-body-container :host ::ng-deep .w-body-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host ::ng-deep .w-body-grid.grid>.md\\:col-1,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-2,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-3,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-4,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-5,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-6,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-7,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-8,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-9,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-10,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-11,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.md\\:col-12,.w-body-container :host ::ng-deep .w-body-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host ::ng-deep .w-body-grid.grid>.lg\\:col-1,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-2,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-3,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-4,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-5,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-6,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-7,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-8,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-9,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-10,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-11,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.lg\\:col-12,.w-body-container :host ::ng-deep .w-body-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host ::ng-deep .w-body-grid.grid>.xl\\:col-1,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-2,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-3,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-4,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-5,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-6,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-7,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-8,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-9,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-10,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-11,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-body-grid.grid>.xl\\:col-12,.w-body-container :host ::ng-deep .w-body-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}\n"] }]
|
|
5035
5040
|
}] });
|
|
5036
5041
|
|
|
5037
5042
|
class WEditToggleComponent {
|
|
@@ -5124,12 +5129,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImpor
|
|
|
5124
5129
|
}] } });
|
|
5125
5130
|
|
|
5126
5131
|
class WPanelGridComponent {
|
|
5132
|
+
ngOnInit() {
|
|
5133
|
+
console.warn('w-panel-grid is deprecated. Remove the tag and place the contents directly.');
|
|
5134
|
+
}
|
|
5127
5135
|
}
|
|
5128
5136
|
WPanelGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WPanelGridComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5129
|
-
WPanelGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WPanelGridComponent, selector: "w-panel-grid", ngImport: i0, template: "<div class=\"w-panel-grid grid\">\r\n <ng-content></ng-content>\r\n</div>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}* :host ::ng-deep .w-panel-grid.grid,.w-panel-content :host ::ng-deep .w-panel-grid.grid,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid.grid,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}* :host ::ng-deep .w-panel-grid .col-1,.w-panel-content :host ::ng-deep .w-panel-grid .col-1,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-1,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-2,.w-panel-content :host ::ng-deep .w-panel-grid .col-2,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-2,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-3,.w-panel-content :host ::ng-deep .w-panel-grid .col-3,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-3,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-4,.w-panel-content :host ::ng-deep .w-panel-grid .col-4,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-4,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-5,.w-panel-content :host ::ng-deep .w-panel-grid .col-5,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-5,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-6,.w-panel-content :host ::ng-deep .w-panel-grid .col-6,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-6,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-7,.w-panel-content :host ::ng-deep .w-panel-grid .col-7,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-7,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-8,.w-panel-content :host ::ng-deep .w-panel-grid .col-8,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-8,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-9,.w-panel-content :host ::ng-deep .w-panel-grid .col-9,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-9,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-10,.w-panel-content :host ::ng-deep .w-panel-grid .col-10,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-10,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-11,.w-panel-content :host ::ng-deep .w-panel-grid .col-11,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-11,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-12,.w-panel-content :host ::ng-deep .w-panel-grid .col-12,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-12,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host ::ng-deep .w-panel-grid .sm\\:col-1,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-1,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-1,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-2,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-2,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-2,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-3,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-3,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-3,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-4,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-4,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-4,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-5,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-5,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-5,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-6,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-6,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-6,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-7,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-7,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-7,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-8,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-8,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-8,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-9,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-9,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-9,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-10,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-10,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-10,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-11,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-11,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-11,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-12,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-12,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-12,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host ::ng-deep .w-panel-grid .md\\:col-1,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-1,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-1,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-2,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-2,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-2,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-3,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-3,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-3,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-4,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-4,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-4,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-5,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-5,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-5,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-6,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-6,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-6,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-7,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-7,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-7,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-8,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-8,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-8,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-9,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-9,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-9,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-10,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-10,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-10,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-11,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-11,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-11,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-12,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-12,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-12,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host ::ng-deep .w-panel-grid .lg\\:col-1,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-1,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-1,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-2,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-2,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-2,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-3,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-3,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-3,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-4,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-4,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-4,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-5,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-5,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-5,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-6,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-6,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-6,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-7,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-7,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-7,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-8,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-8,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-8,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-9,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-9,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-9,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-10,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-10,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-10,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-11,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-11,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-11,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-12,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-12,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-12,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host ::ng-deep .w-panel-grid .xl\\:col-1,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-1,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-1,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-2,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-2,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-2,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-3,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-3,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-3,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-4,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-4,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-4,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-5,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-5,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-5,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-6,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-6,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-6,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-7,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-7,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-7,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-8,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-8,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-8,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-9,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-9,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-9,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-10,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-10,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-10,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-11,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-11,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-11,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-12,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-12,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-12,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}\n"] });
|
|
5137
|
+
WPanelGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WPanelGridComponent, selector: "w-panel-grid", ngImport: i0, template: "<div class=\"w-panel-grid grid\">\r\n <ng-content></ng-content>\r\n</div>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}:host ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}:host ::ng-deep .w-panel-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host ::ng-deep .w-panel-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host ::ng-deep .w-panel-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host ::ng-deep .w-panel-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host ::ng-deep .w-panel-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}:host.gap-xxs ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:4px 4px;justify-content:flex-start}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 4px * (1 - 1/12));max-width:calc(100% * 1/12 - 4px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 4px * (1 - 2/12));max-width:calc(100% * 2/12 - 4px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-3{flex-basis:calc(25% - 3px);max-width:calc(25% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 4px * (1 - 4/12));max-width:calc(100% * 4/12 - 4px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 4px * (1 - 5/12));max-width:calc(100% * 5/12 - 4px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-6{flex-basis:calc(50% - 2px);max-width:calc(50% - 2px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 4px * (1 - 7/12));max-width:calc(100% * 7/12 - 4px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 4px * (1 - 8/12));max-width:calc(100% * 8/12 - 4px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-9{flex-basis:calc(75% - 1px);max-width:calc(75% - 1px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 4px * (1 - 10/12));max-width:calc(100% * 10/12 - 4px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 4px * (1 - 11/12));max-width:calc(100% * 11/12 - 4px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 4px * (1 - 1/12));max-width:calc(100% * 1/12 - 4px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 4px * (1 - 2/12));max-width:calc(100% * 2/12 - 4px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 3px);max-width:calc(25% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 4px * (1 - 4/12));max-width:calc(100% * 4/12 - 4px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 4px * (1 - 5/12));max-width:calc(100% * 5/12 - 4px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 2px);max-width:calc(50% - 2px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 4px * (1 - 7/12));max-width:calc(100% * 7/12 - 4px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 4px * (1 - 8/12));max-width:calc(100% * 8/12 - 4px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 1px);max-width:calc(75% - 1px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 4px * (1 - 10/12));max-width:calc(100% * 10/12 - 4px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 4px * (1 - 11/12));max-width:calc(100% * 11/12 - 4px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 4px * (1 - 1/12));max-width:calc(100% * 1/12 - 4px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 4px * (1 - 2/12));max-width:calc(100% * 2/12 - 4px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-3{flex-basis:calc(25% - 3px);max-width:calc(25% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 4px * (1 - 4/12));max-width:calc(100% * 4/12 - 4px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 4px * (1 - 5/12));max-width:calc(100% * 5/12 - 4px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-6{flex-basis:calc(50% - 2px);max-width:calc(50% - 2px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 4px * (1 - 7/12));max-width:calc(100% * 7/12 - 4px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 4px * (1 - 8/12));max-width:calc(100% * 8/12 - 4px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-9{flex-basis:calc(75% - 1px);max-width:calc(75% - 1px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 4px * (1 - 10/12));max-width:calc(100% * 10/12 - 4px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 4px * (1 - 11/12));max-width:calc(100% * 11/12 - 4px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 4px * (1 - 1/12));max-width:calc(100% * 1/12 - 4px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 4px * (1 - 2/12));max-width:calc(100% * 2/12 - 4px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 3px);max-width:calc(25% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 4px * (1 - 4/12));max-width:calc(100% * 4/12 - 4px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 4px * (1 - 5/12));max-width:calc(100% * 5/12 - 4px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 2px);max-width:calc(50% - 2px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 4px * (1 - 7/12));max-width:calc(100% * 7/12 - 4px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 4px * (1 - 8/12));max-width:calc(100% * 8/12 - 4px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 1px);max-width:calc(75% - 1px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 4px * (1 - 10/12));max-width:calc(100% * 10/12 - 4px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 4px * (1 - 11/12));max-width:calc(100% * 11/12 - 4px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 4px * (1 - 1/12));max-width:calc(100% * 1/12 - 4px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 4px * (1 - 2/12));max-width:calc(100% * 2/12 - 4px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 3px);max-width:calc(25% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 4px * (1 - 4/12));max-width:calc(100% * 4/12 - 4px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 4px * (1 - 5/12));max-width:calc(100% * 5/12 - 4px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 2px);max-width:calc(50% - 2px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 4px * (1 - 7/12));max-width:calc(100% * 7/12 - 4px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 4px * (1 - 8/12));max-width:calc(100% * 8/12 - 4px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 1px);max-width:calc(75% - 1px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 4px * (1 - 10/12));max-width:calc(100% * 10/12 - 4px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 4px * (1 - 11/12));max-width:calc(100% * 11/12 - 4px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}:host.gap-xsm ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:6px 6px;justify-content:flex-start}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 6px * (1 - 1/12));max-width:calc(100% * 1/12 - 6px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 6px * (1 - 2/12));max-width:calc(100% * 2/12 - 6px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-3{flex-basis:calc(25% - 4.5px);max-width:calc(25% - 4.5px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 6px * (1 - 4/12));max-width:calc(100% * 4/12 - 6px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 6px * (1 - 5/12));max-width:calc(100% * 5/12 - 6px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-6{flex-basis:calc(50% - 3px);max-width:calc(50% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 6px * (1 - 7/12));max-width:calc(100% * 7/12 - 6px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 6px * (1 - 8/12));max-width:calc(100% * 8/12 - 6px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-9{flex-basis:calc(75% - 1.5px);max-width:calc(75% - 1.5px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 6px * (1 - 10/12));max-width:calc(100% * 10/12 - 6px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 6px * (1 - 11/12));max-width:calc(100% * 11/12 - 6px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 6px * (1 - 1/12));max-width:calc(100% * 1/12 - 6px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 6px * (1 - 2/12));max-width:calc(100% * 2/12 - 6px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 4.5px);max-width:calc(25% - 4.5px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 6px * (1 - 4/12));max-width:calc(100% * 4/12 - 6px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 6px * (1 - 5/12));max-width:calc(100% * 5/12 - 6px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 3px);max-width:calc(50% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 6px * (1 - 7/12));max-width:calc(100% * 7/12 - 6px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 6px * (1 - 8/12));max-width:calc(100% * 8/12 - 6px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 1.5px);max-width:calc(75% - 1.5px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 6px * (1 - 10/12));max-width:calc(100% * 10/12 - 6px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 6px * (1 - 11/12));max-width:calc(100% * 11/12 - 6px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 6px * (1 - 1/12));max-width:calc(100% * 1/12 - 6px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 6px * (1 - 2/12));max-width:calc(100% * 2/12 - 6px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-3{flex-basis:calc(25% - 4.5px);max-width:calc(25% - 4.5px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 6px * (1 - 4/12));max-width:calc(100% * 4/12 - 6px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 6px * (1 - 5/12));max-width:calc(100% * 5/12 - 6px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-6{flex-basis:calc(50% - 3px);max-width:calc(50% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 6px * (1 - 7/12));max-width:calc(100% * 7/12 - 6px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 6px * (1 - 8/12));max-width:calc(100% * 8/12 - 6px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-9{flex-basis:calc(75% - 1.5px);max-width:calc(75% - 1.5px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 6px * (1 - 10/12));max-width:calc(100% * 10/12 - 6px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 6px * (1 - 11/12));max-width:calc(100% * 11/12 - 6px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 6px * (1 - 1/12));max-width:calc(100% * 1/12 - 6px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 6px * (1 - 2/12));max-width:calc(100% * 2/12 - 6px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 4.5px);max-width:calc(25% - 4.5px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 6px * (1 - 4/12));max-width:calc(100% * 4/12 - 6px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 6px * (1 - 5/12));max-width:calc(100% * 5/12 - 6px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 3px);max-width:calc(50% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 6px * (1 - 7/12));max-width:calc(100% * 7/12 - 6px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 6px * (1 - 8/12));max-width:calc(100% * 8/12 - 6px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 1.5px);max-width:calc(75% - 1.5px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 6px * (1 - 10/12));max-width:calc(100% * 10/12 - 6px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 6px * (1 - 11/12));max-width:calc(100% * 11/12 - 6px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 6px * (1 - 1/12));max-width:calc(100% * 1/12 - 6px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 6px * (1 - 2/12));max-width:calc(100% * 2/12 - 6px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 4.5px);max-width:calc(25% - 4.5px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 6px * (1 - 4/12));max-width:calc(100% * 4/12 - 6px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 6px * (1 - 5/12));max-width:calc(100% * 5/12 - 6px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 3px);max-width:calc(50% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 6px * (1 - 7/12));max-width:calc(100% * 7/12 - 6px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 6px * (1 - 8/12));max-width:calc(100% * 8/12 - 6px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 1.5px);max-width:calc(75% - 1.5px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 6px * (1 - 10/12));max-width:calc(100% * 10/12 - 6px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 6px * (1 - 11/12));max-width:calc(100% * 11/12 - 6px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}:host.gap-xs ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:8px 8px;justify-content:flex-start}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 8px * (1 - 1/12));max-width:calc(100% * 1/12 - 8px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 8px * (1 - 2/12));max-width:calc(100% * 2/12 - 8px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-3{flex-basis:calc(25% - 6px);max-width:calc(25% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 8px * (1 - 4/12));max-width:calc(100% * 4/12 - 8px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 8px * (1 - 5/12));max-width:calc(100% * 5/12 - 8px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-6{flex-basis:calc(50% - 4px);max-width:calc(50% - 4px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 8px * (1 - 7/12));max-width:calc(100% * 7/12 - 8px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 8px * (1 - 8/12));max-width:calc(100% * 8/12 - 8px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-9{flex-basis:calc(75% - 2px);max-width:calc(75% - 2px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 8px * (1 - 10/12));max-width:calc(100% * 10/12 - 8px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 8px * (1 - 11/12));max-width:calc(100% * 11/12 - 8px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 8px * (1 - 1/12));max-width:calc(100% * 1/12 - 8px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 8px * (1 - 2/12));max-width:calc(100% * 2/12 - 8px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 6px);max-width:calc(25% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 8px * (1 - 4/12));max-width:calc(100% * 4/12 - 8px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 8px * (1 - 5/12));max-width:calc(100% * 5/12 - 8px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 4px);max-width:calc(50% - 4px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 8px * (1 - 7/12));max-width:calc(100% * 7/12 - 8px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 8px * (1 - 8/12));max-width:calc(100% * 8/12 - 8px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 2px);max-width:calc(75% - 2px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 8px * (1 - 10/12));max-width:calc(100% * 10/12 - 8px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 8px * (1 - 11/12));max-width:calc(100% * 11/12 - 8px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 8px * (1 - 1/12));max-width:calc(100% * 1/12 - 8px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 8px * (1 - 2/12));max-width:calc(100% * 2/12 - 8px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-3{flex-basis:calc(25% - 6px);max-width:calc(25% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 8px * (1 - 4/12));max-width:calc(100% * 4/12 - 8px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 8px * (1 - 5/12));max-width:calc(100% * 5/12 - 8px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-6{flex-basis:calc(50% - 4px);max-width:calc(50% - 4px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 8px * (1 - 7/12));max-width:calc(100% * 7/12 - 8px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 8px * (1 - 8/12));max-width:calc(100% * 8/12 - 8px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-9{flex-basis:calc(75% - 2px);max-width:calc(75% - 2px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 8px * (1 - 10/12));max-width:calc(100% * 10/12 - 8px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 8px * (1 - 11/12));max-width:calc(100% * 11/12 - 8px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 8px * (1 - 1/12));max-width:calc(100% * 1/12 - 8px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 8px * (1 - 2/12));max-width:calc(100% * 2/12 - 8px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 6px);max-width:calc(25% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 8px * (1 - 4/12));max-width:calc(100% * 4/12 - 8px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 8px * (1 - 5/12));max-width:calc(100% * 5/12 - 8px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 4px);max-width:calc(50% - 4px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 8px * (1 - 7/12));max-width:calc(100% * 7/12 - 8px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 8px * (1 - 8/12));max-width:calc(100% * 8/12 - 8px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 2px);max-width:calc(75% - 2px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 8px * (1 - 10/12));max-width:calc(100% * 10/12 - 8px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 8px * (1 - 11/12));max-width:calc(100% * 11/12 - 8px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 8px * (1 - 1/12));max-width:calc(100% * 1/12 - 8px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 8px * (1 - 2/12));max-width:calc(100% * 2/12 - 8px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 6px);max-width:calc(25% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 8px * (1 - 4/12));max-width:calc(100% * 4/12 - 8px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 8px * (1 - 5/12));max-width:calc(100% * 5/12 - 8px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 4px);max-width:calc(50% - 4px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 8px * (1 - 7/12));max-width:calc(100% * 7/12 - 8px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 8px * (1 - 8/12));max-width:calc(100% * 8/12 - 8px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 2px);max-width:calc(75% - 2px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 8px * (1 - 10/12));max-width:calc(100% * 10/12 - 8px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 8px * (1 - 11/12));max-width:calc(100% * 11/12 - 8px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}:host.gap-s ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:12px 12px;justify-content:flex-start}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 12px * (1 - 1/12));max-width:calc(100% * 1/12 - 12px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 12px * (1 - 2/12));max-width:calc(100% * 2/12 - 12px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-3{flex-basis:calc(25% - 9px);max-width:calc(25% - 9px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 12px * (1 - 4/12));max-width:calc(100% * 4/12 - 12px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 12px * (1 - 5/12));max-width:calc(100% * 5/12 - 12px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-6{flex-basis:calc(50% - 6px);max-width:calc(50% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 12px * (1 - 7/12));max-width:calc(100% * 7/12 - 12px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 12px * (1 - 8/12));max-width:calc(100% * 8/12 - 12px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-9{flex-basis:calc(75% - 3px);max-width:calc(75% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 12px * (1 - 10/12));max-width:calc(100% * 10/12 - 12px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 12px * (1 - 11/12));max-width:calc(100% * 11/12 - 12px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 12px * (1 - 1/12));max-width:calc(100% * 1/12 - 12px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 12px * (1 - 2/12));max-width:calc(100% * 2/12 - 12px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 9px);max-width:calc(25% - 9px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 12px * (1 - 4/12));max-width:calc(100% * 4/12 - 12px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 12px * (1 - 5/12));max-width:calc(100% * 5/12 - 12px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 6px);max-width:calc(50% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 12px * (1 - 7/12));max-width:calc(100% * 7/12 - 12px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 12px * (1 - 8/12));max-width:calc(100% * 8/12 - 12px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 3px);max-width:calc(75% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 12px * (1 - 10/12));max-width:calc(100% * 10/12 - 12px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 12px * (1 - 11/12));max-width:calc(100% * 11/12 - 12px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 12px * (1 - 1/12));max-width:calc(100% * 1/12 - 12px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 12px * (1 - 2/12));max-width:calc(100% * 2/12 - 12px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-3{flex-basis:calc(25% - 9px);max-width:calc(25% - 9px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 12px * (1 - 4/12));max-width:calc(100% * 4/12 - 12px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 12px * (1 - 5/12));max-width:calc(100% * 5/12 - 12px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-6{flex-basis:calc(50% - 6px);max-width:calc(50% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 12px * (1 - 7/12));max-width:calc(100% * 7/12 - 12px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 12px * (1 - 8/12));max-width:calc(100% * 8/12 - 12px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-9{flex-basis:calc(75% - 3px);max-width:calc(75% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 12px * (1 - 10/12));max-width:calc(100% * 10/12 - 12px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 12px * (1 - 11/12));max-width:calc(100% * 11/12 - 12px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 12px * (1 - 1/12));max-width:calc(100% * 1/12 - 12px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 12px * (1 - 2/12));max-width:calc(100% * 2/12 - 12px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 9px);max-width:calc(25% - 9px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 12px * (1 - 4/12));max-width:calc(100% * 4/12 - 12px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 12px * (1 - 5/12));max-width:calc(100% * 5/12 - 12px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 6px);max-width:calc(50% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 12px * (1 - 7/12));max-width:calc(100% * 7/12 - 12px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 12px * (1 - 8/12));max-width:calc(100% * 8/12 - 12px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 3px);max-width:calc(75% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 12px * (1 - 10/12));max-width:calc(100% * 10/12 - 12px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 12px * (1 - 11/12));max-width:calc(100% * 11/12 - 12px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 12px * (1 - 1/12));max-width:calc(100% * 1/12 - 12px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 12px * (1 - 2/12));max-width:calc(100% * 2/12 - 12px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 9px);max-width:calc(25% - 9px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 12px * (1 - 4/12));max-width:calc(100% * 4/12 - 12px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 12px * (1 - 5/12));max-width:calc(100% * 5/12 - 12px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 6px);max-width:calc(50% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 12px * (1 - 7/12));max-width:calc(100% * 7/12 - 12px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 12px * (1 - 8/12));max-width:calc(100% * 8/12 - 12px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 3px);max-width:calc(75% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 12px * (1 - 10/12));max-width:calc(100% * 10/12 - 12px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 12px * (1 - 11/12));max-width:calc(100% * 11/12 - 12px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}:host.gap-m ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:16px 16px;justify-content:flex-start}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}:host.gap-l ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:20px 20px;justify-content:flex-start}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 20px * (1 - 1/12));max-width:calc(100% * 1/12 - 20px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 20px * (1 - 2/12));max-width:calc(100% * 2/12 - 20px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-3{flex-basis:calc(25% - 15px);max-width:calc(25% - 15px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 20px * (1 - 4/12));max-width:calc(100% * 4/12 - 20px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 20px * (1 - 5/12));max-width:calc(100% * 5/12 - 20px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-6{flex-basis:calc(50% - 10px);max-width:calc(50% - 10px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 20px * (1 - 7/12));max-width:calc(100% * 7/12 - 20px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 20px * (1 - 8/12));max-width:calc(100% * 8/12 - 20px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-9{flex-basis:calc(75% - 5px);max-width:calc(75% - 5px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 20px * (1 - 10/12));max-width:calc(100% * 10/12 - 20px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 20px * (1 - 11/12));max-width:calc(100% * 11/12 - 20px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 20px * (1 - 1/12));max-width:calc(100% * 1/12 - 20px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 20px * (1 - 2/12));max-width:calc(100% * 2/12 - 20px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 15px);max-width:calc(25% - 15px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 20px * (1 - 4/12));max-width:calc(100% * 4/12 - 20px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 20px * (1 - 5/12));max-width:calc(100% * 5/12 - 20px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 10px);max-width:calc(50% - 10px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 20px * (1 - 7/12));max-width:calc(100% * 7/12 - 20px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 20px * (1 - 8/12));max-width:calc(100% * 8/12 - 20px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 5px);max-width:calc(75% - 5px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 20px * (1 - 10/12));max-width:calc(100% * 10/12 - 20px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 20px * (1 - 11/12));max-width:calc(100% * 11/12 - 20px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 20px * (1 - 1/12));max-width:calc(100% * 1/12 - 20px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 20px * (1 - 2/12));max-width:calc(100% * 2/12 - 20px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-3{flex-basis:calc(25% - 15px);max-width:calc(25% - 15px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 20px * (1 - 4/12));max-width:calc(100% * 4/12 - 20px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 20px * (1 - 5/12));max-width:calc(100% * 5/12 - 20px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-6{flex-basis:calc(50% - 10px);max-width:calc(50% - 10px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 20px * (1 - 7/12));max-width:calc(100% * 7/12 - 20px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 20px * (1 - 8/12));max-width:calc(100% * 8/12 - 20px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-9{flex-basis:calc(75% - 5px);max-width:calc(75% - 5px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 20px * (1 - 10/12));max-width:calc(100% * 10/12 - 20px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 20px * (1 - 11/12));max-width:calc(100% * 11/12 - 20px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 20px * (1 - 1/12));max-width:calc(100% * 1/12 - 20px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 20px * (1 - 2/12));max-width:calc(100% * 2/12 - 20px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 15px);max-width:calc(25% - 15px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 20px * (1 - 4/12));max-width:calc(100% * 4/12 - 20px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 20px * (1 - 5/12));max-width:calc(100% * 5/12 - 20px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 10px);max-width:calc(50% - 10px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 20px * (1 - 7/12));max-width:calc(100% * 7/12 - 20px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 20px * (1 - 8/12));max-width:calc(100% * 8/12 - 20px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 5px);max-width:calc(75% - 5px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 20px * (1 - 10/12));max-width:calc(100% * 10/12 - 20px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 20px * (1 - 11/12));max-width:calc(100% * 11/12 - 20px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 20px * (1 - 1/12));max-width:calc(100% * 1/12 - 20px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 20px * (1 - 2/12));max-width:calc(100% * 2/12 - 20px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 15px);max-width:calc(25% - 15px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 20px * (1 - 4/12));max-width:calc(100% * 4/12 - 20px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 20px * (1 - 5/12));max-width:calc(100% * 5/12 - 20px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 10px);max-width:calc(50% - 10px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 20px * (1 - 7/12));max-width:calc(100% * 7/12 - 20px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 20px * (1 - 8/12));max-width:calc(100% * 8/12 - 20px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 5px);max-width:calc(75% - 5px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 20px * (1 - 10/12));max-width:calc(100% * 10/12 - 20px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 20px * (1 - 11/12));max-width:calc(100% * 11/12 - 20px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}:host.gap-xl ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:24px 24px;justify-content:flex-start}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}:host.gap-xxl ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:28px 28px;justify-content:flex-start}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 28px * (1 - 1/12));max-width:calc(100% * 1/12 - 28px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 28px * (1 - 2/12));max-width:calc(100% * 2/12 - 28px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-3{flex-basis:calc(25% - 21px);max-width:calc(25% - 21px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 28px * (1 - 4/12));max-width:calc(100% * 4/12 - 28px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 28px * (1 - 5/12));max-width:calc(100% * 5/12 - 28px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-6{flex-basis:calc(50% - 14px);max-width:calc(50% - 14px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 28px * (1 - 7/12));max-width:calc(100% * 7/12 - 28px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 28px * (1 - 8/12));max-width:calc(100% * 8/12 - 28px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-9{flex-basis:calc(75% - 7px);max-width:calc(75% - 7px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 28px * (1 - 10/12));max-width:calc(100% * 10/12 - 28px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 28px * (1 - 11/12));max-width:calc(100% * 11/12 - 28px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 28px * (1 - 1/12));max-width:calc(100% * 1/12 - 28px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 28px * (1 - 2/12));max-width:calc(100% * 2/12 - 28px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 21px);max-width:calc(25% - 21px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 28px * (1 - 4/12));max-width:calc(100% * 4/12 - 28px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 28px * (1 - 5/12));max-width:calc(100% * 5/12 - 28px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 14px);max-width:calc(50% - 14px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 28px * (1 - 7/12));max-width:calc(100% * 7/12 - 28px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 28px * (1 - 8/12));max-width:calc(100% * 8/12 - 28px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 7px);max-width:calc(75% - 7px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 28px * (1 - 10/12));max-width:calc(100% * 10/12 - 28px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 28px * (1 - 11/12));max-width:calc(100% * 11/12 - 28px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 28px * (1 - 1/12));max-width:calc(100% * 1/12 - 28px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 28px * (1 - 2/12));max-width:calc(100% * 2/12 - 28px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-3{flex-basis:calc(25% - 21px);max-width:calc(25% - 21px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 28px * (1 - 4/12));max-width:calc(100% * 4/12 - 28px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 28px * (1 - 5/12));max-width:calc(100% * 5/12 - 28px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-6{flex-basis:calc(50% - 14px);max-width:calc(50% - 14px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 28px * (1 - 7/12));max-width:calc(100% * 7/12 - 28px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 28px * (1 - 8/12));max-width:calc(100% * 8/12 - 28px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-9{flex-basis:calc(75% - 7px);max-width:calc(75% - 7px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 28px * (1 - 10/12));max-width:calc(100% * 10/12 - 28px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 28px * (1 - 11/12));max-width:calc(100% * 11/12 - 28px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 28px * (1 - 1/12));max-width:calc(100% * 1/12 - 28px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 28px * (1 - 2/12));max-width:calc(100% * 2/12 - 28px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 21px);max-width:calc(25% - 21px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 28px * (1 - 4/12));max-width:calc(100% * 4/12 - 28px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 28px * (1 - 5/12));max-width:calc(100% * 5/12 - 28px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 14px);max-width:calc(50% - 14px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 28px * (1 - 7/12));max-width:calc(100% * 7/12 - 28px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 28px * (1 - 8/12));max-width:calc(100% * 8/12 - 28px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 7px);max-width:calc(75% - 7px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 28px * (1 - 10/12));max-width:calc(100% * 10/12 - 28px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 28px * (1 - 11/12));max-width:calc(100% * 11/12 - 28px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 28px * (1 - 1/12));max-width:calc(100% * 1/12 - 28px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 28px * (1 - 2/12));max-width:calc(100% * 2/12 - 28px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 21px);max-width:calc(25% - 21px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 28px * (1 - 4/12));max-width:calc(100% * 4/12 - 28px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 28px * (1 - 5/12));max-width:calc(100% * 5/12 - 28px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 14px);max-width:calc(50% - 14px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 28px * (1 - 7/12));max-width:calc(100% * 7/12 - 28px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 28px * (1 - 8/12));max-width:calc(100% * 8/12 - 28px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 7px);max-width:calc(75% - 7px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 28px * (1 - 10/12));max-width:calc(100% * 10/12 - 28px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 28px * (1 - 11/12));max-width:calc(100% * 11/12 - 28px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}:host.gap-xxxl ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:32px 32px;justify-content:flex-start}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 32px * (1 - 1/12));max-width:calc(100% * 1/12 - 32px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 32px * (1 - 2/12));max-width:calc(100% * 2/12 - 32px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-3{flex-basis:calc(25% - 24px);max-width:calc(25% - 24px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 32px * (1 - 4/12));max-width:calc(100% * 4/12 - 32px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 32px * (1 - 5/12));max-width:calc(100% * 5/12 - 32px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-6{flex-basis:calc(50% - 16px);max-width:calc(50% - 16px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 32px * (1 - 7/12));max-width:calc(100% * 7/12 - 32px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 32px * (1 - 8/12));max-width:calc(100% * 8/12 - 32px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-9{flex-basis:calc(75% - 8px);max-width:calc(75% - 8px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 32px * (1 - 10/12));max-width:calc(100% * 10/12 - 32px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 32px * (1 - 11/12));max-width:calc(100% * 11/12 - 32px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 32px * (1 - 1/12));max-width:calc(100% * 1/12 - 32px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 32px * (1 - 2/12));max-width:calc(100% * 2/12 - 32px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 24px);max-width:calc(25% - 24px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 32px * (1 - 4/12));max-width:calc(100% * 4/12 - 32px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 32px * (1 - 5/12));max-width:calc(100% * 5/12 - 32px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 16px);max-width:calc(50% - 16px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 32px * (1 - 7/12));max-width:calc(100% * 7/12 - 32px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 32px * (1 - 8/12));max-width:calc(100% * 8/12 - 32px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 8px);max-width:calc(75% - 8px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 32px * (1 - 10/12));max-width:calc(100% * 10/12 - 32px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 32px * (1 - 11/12));max-width:calc(100% * 11/12 - 32px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 32px * (1 - 1/12));max-width:calc(100% * 1/12 - 32px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 32px * (1 - 2/12));max-width:calc(100% * 2/12 - 32px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-3{flex-basis:calc(25% - 24px);max-width:calc(25% - 24px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 32px * (1 - 4/12));max-width:calc(100% * 4/12 - 32px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 32px * (1 - 5/12));max-width:calc(100% * 5/12 - 32px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-6{flex-basis:calc(50% - 16px);max-width:calc(50% - 16px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 32px * (1 - 7/12));max-width:calc(100% * 7/12 - 32px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 32px * (1 - 8/12));max-width:calc(100% * 8/12 - 32px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-9{flex-basis:calc(75% - 8px);max-width:calc(75% - 8px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 32px * (1 - 10/12));max-width:calc(100% * 10/12 - 32px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 32px * (1 - 11/12));max-width:calc(100% * 11/12 - 32px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 32px * (1 - 1/12));max-width:calc(100% * 1/12 - 32px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 32px * (1 - 2/12));max-width:calc(100% * 2/12 - 32px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 24px);max-width:calc(25% - 24px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 32px * (1 - 4/12));max-width:calc(100% * 4/12 - 32px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 32px * (1 - 5/12));max-width:calc(100% * 5/12 - 32px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 16px);max-width:calc(50% - 16px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 32px * (1 - 7/12));max-width:calc(100% * 7/12 - 32px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 32px * (1 - 8/12));max-width:calc(100% * 8/12 - 32px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 8px);max-width:calc(75% - 8px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 32px * (1 - 10/12));max-width:calc(100% * 10/12 - 32px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 32px * (1 - 11/12));max-width:calc(100% * 11/12 - 32px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 32px * (1 - 1/12));max-width:calc(100% * 1/12 - 32px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 32px * (1 - 2/12));max-width:calc(100% * 2/12 - 32px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 24px);max-width:calc(25% - 24px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 32px * (1 - 4/12));max-width:calc(100% * 4/12 - 32px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 32px * (1 - 5/12));max-width:calc(100% * 5/12 - 32px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 16px);max-width:calc(50% - 16px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 32px * (1 - 7/12));max-width:calc(100% * 7/12 - 32px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 32px * (1 - 8/12));max-width:calc(100% * 8/12 - 32px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 8px);max-width:calc(75% - 8px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 32px * (1 - 10/12));max-width:calc(100% * 10/12 - 32px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 32px * (1 - 11/12));max-width:calc(100% * 11/12 - 32px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}\n"] });
|
|
5130
5138
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WPanelGridComponent, decorators: [{
|
|
5131
5139
|
type: Component,
|
|
5132
|
-
args: [{ selector: 'w-panel-grid', template: "<div class=\"w-panel-grid grid\">\r\n <ng-content></ng-content>\r\n</div>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}* :host ::ng-deep .w-panel-grid.grid,.w-panel-content :host ::ng-deep .w-panel-grid.grid,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid.grid,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}* :host ::ng-deep .w-panel-grid .col-1,.w-panel-content :host ::ng-deep .w-panel-grid .col-1,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-1,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-2,.w-panel-content :host ::ng-deep .w-panel-grid .col-2,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-2,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-3,.w-panel-content :host ::ng-deep .w-panel-grid .col-3,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-3,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-4,.w-panel-content :host ::ng-deep .w-panel-grid .col-4,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-4,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-5,.w-panel-content :host ::ng-deep .w-panel-grid .col-5,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-5,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-6,.w-panel-content :host ::ng-deep .w-panel-grid .col-6,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-6,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-7,.w-panel-content :host ::ng-deep .w-panel-grid .col-7,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-7,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-8,.w-panel-content :host ::ng-deep .w-panel-grid .col-8,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-8,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-9,.w-panel-content :host ::ng-deep .w-panel-grid .col-9,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-9,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-10,.w-panel-content :host ::ng-deep .w-panel-grid .col-10,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-10,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-11,.w-panel-content :host ::ng-deep .w-panel-grid .col-11,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-11,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .col-12,.w-panel-content :host ::ng-deep .w-panel-grid .col-12,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-12,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){* :host ::ng-deep .w-panel-grid .sm\\:col-1,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-1,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-1,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-2,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-2,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-2,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-3,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-3,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-3,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-4,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-4,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-4,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-5,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-5,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-5,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-6,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-6,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-6,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-7,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-7,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-7,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-8,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-8,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-8,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-9,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-9,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-9,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-10,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-10,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-10,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-11,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-11,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-11,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .sm\\:col-12,.w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-12,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-12,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){* :host ::ng-deep .w-panel-grid .md\\:col-1,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-1,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-1,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-2,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-2,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-2,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-3,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-3,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-3,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-4,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-4,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-4,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-5,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-5,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-5,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-6,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-6,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-6,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-7,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-7,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-7,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-8,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-8,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-8,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-9,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-9,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-9,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-10,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-10,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-10,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-11,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-11,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-11,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .md\\:col-12,.w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-12,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-12,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){* :host ::ng-deep .w-panel-grid .lg\\:col-1,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-1,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-1,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-2,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-2,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-2,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-3,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-3,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-3,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-4,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-4,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-4,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-5,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-5,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-5,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-6,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-6,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-6,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-7,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-7,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-7,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-8,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-8,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-8,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-9,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-9,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-9,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-10,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-10,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-10,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-11,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-11,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-11,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .lg\\:col-12,.w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-12,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-12,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){* :host ::ng-deep .w-panel-grid .xl\\:col-1,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-1,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-1,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-2,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-2,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-2,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-3,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-3,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-3,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-4,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-4,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-4,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-5,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-5,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-5,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-6,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-6,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-6,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-7,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-7,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-7,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-8,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-8,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-8,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-9,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-9,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-9,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-10,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-10,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-10,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-11,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-11,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-11,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}* :host ::ng-deep .w-panel-grid .xl\\:col-12,.w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-12,.w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-12,.w-body-container .w-body-grid .w-panel-content :host ::ng-deep .w-panel-grid .xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}\n"] }]
|
|
5140
|
+
args: [{ selector: 'w-panel-grid', template: "<div class=\"w-panel-grid grid\">\r\n <ng-content></ng-content>\r\n</div>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.1666666667rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f1f3f4;border-color:#e8ebee;opacity:1}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:-moz-fit-content;height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#ffffff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}:host ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:flex-start}:host ::ng-deep .w-panel-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host ::ng-deep .w-panel-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host ::ng-deep .w-panel-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host ::ng-deep .w-panel-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host ::ng-deep .w-panel-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host ::ng-deep .w-panel-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}:host.gap-xxs ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:4px 4px;justify-content:flex-start}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 4px * (1 - 1/12));max-width:calc(100% * 1/12 - 4px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 4px * (1 - 2/12));max-width:calc(100% * 2/12 - 4px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-3{flex-basis:calc(25% - 3px);max-width:calc(25% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 4px * (1 - 4/12));max-width:calc(100% * 4/12 - 4px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 4px * (1 - 5/12));max-width:calc(100% * 5/12 - 4px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-6{flex-basis:calc(50% - 2px);max-width:calc(50% - 2px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 4px * (1 - 7/12));max-width:calc(100% * 7/12 - 4px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 4px * (1 - 8/12));max-width:calc(100% * 8/12 - 4px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-9{flex-basis:calc(75% - 1px);max-width:calc(75% - 1px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 4px * (1 - 10/12));max-width:calc(100% * 10/12 - 4px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 4px * (1 - 11/12));max-width:calc(100% * 11/12 - 4px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 4px * (1 - 1/12));max-width:calc(100% * 1/12 - 4px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 4px * (1 - 2/12));max-width:calc(100% * 2/12 - 4px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 3px);max-width:calc(25% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 4px * (1 - 4/12));max-width:calc(100% * 4/12 - 4px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 4px * (1 - 5/12));max-width:calc(100% * 5/12 - 4px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 2px);max-width:calc(50% - 2px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 4px * (1 - 7/12));max-width:calc(100% * 7/12 - 4px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 4px * (1 - 8/12));max-width:calc(100% * 8/12 - 4px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 1px);max-width:calc(75% - 1px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 4px * (1 - 10/12));max-width:calc(100% * 10/12 - 4px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 4px * (1 - 11/12));max-width:calc(100% * 11/12 - 4px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 4px * (1 - 1/12));max-width:calc(100% * 1/12 - 4px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 4px * (1 - 2/12));max-width:calc(100% * 2/12 - 4px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-3{flex-basis:calc(25% - 3px);max-width:calc(25% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 4px * (1 - 4/12));max-width:calc(100% * 4/12 - 4px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 4px * (1 - 5/12));max-width:calc(100% * 5/12 - 4px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-6{flex-basis:calc(50% - 2px);max-width:calc(50% - 2px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 4px * (1 - 7/12));max-width:calc(100% * 7/12 - 4px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 4px * (1 - 8/12));max-width:calc(100% * 8/12 - 4px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-9{flex-basis:calc(75% - 1px);max-width:calc(75% - 1px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 4px * (1 - 10/12));max-width:calc(100% * 10/12 - 4px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 4px * (1 - 11/12));max-width:calc(100% * 11/12 - 4px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 4px * (1 - 1/12));max-width:calc(100% * 1/12 - 4px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 4px * (1 - 2/12));max-width:calc(100% * 2/12 - 4px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 3px);max-width:calc(25% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 4px * (1 - 4/12));max-width:calc(100% * 4/12 - 4px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 4px * (1 - 5/12));max-width:calc(100% * 5/12 - 4px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 2px);max-width:calc(50% - 2px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 4px * (1 - 7/12));max-width:calc(100% * 7/12 - 4px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 4px * (1 - 8/12));max-width:calc(100% * 8/12 - 4px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 1px);max-width:calc(75% - 1px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 4px * (1 - 10/12));max-width:calc(100% * 10/12 - 4px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 4px * (1 - 11/12));max-width:calc(100% * 11/12 - 4px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 4px * (1 - 1/12));max-width:calc(100% * 1/12 - 4px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 4px * (1 - 2/12));max-width:calc(100% * 2/12 - 4px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 3px);max-width:calc(25% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 4px * (1 - 4/12));max-width:calc(100% * 4/12 - 4px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 4px * (1 - 5/12));max-width:calc(100% * 5/12 - 4px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 2px);max-width:calc(50% - 2px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 4px * (1 - 7/12));max-width:calc(100% * 7/12 - 4px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 4px * (1 - 8/12));max-width:calc(100% * 8/12 - 4px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 1px);max-width:calc(75% - 1px);flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 4px * (1 - 10/12));max-width:calc(100% * 10/12 - 4px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 4px * (1 - 11/12));max-width:calc(100% * 11/12 - 4px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxs ::ng-deep .w-panel-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}:host.gap-xsm ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:6px 6px;justify-content:flex-start}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 6px * (1 - 1/12));max-width:calc(100% * 1/12 - 6px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 6px * (1 - 2/12));max-width:calc(100% * 2/12 - 6px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-3{flex-basis:calc(25% - 4.5px);max-width:calc(25% - 4.5px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 6px * (1 - 4/12));max-width:calc(100% * 4/12 - 6px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 6px * (1 - 5/12));max-width:calc(100% * 5/12 - 6px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-6{flex-basis:calc(50% - 3px);max-width:calc(50% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 6px * (1 - 7/12));max-width:calc(100% * 7/12 - 6px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 6px * (1 - 8/12));max-width:calc(100% * 8/12 - 6px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-9{flex-basis:calc(75% - 1.5px);max-width:calc(75% - 1.5px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 6px * (1 - 10/12));max-width:calc(100% * 10/12 - 6px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 6px * (1 - 11/12));max-width:calc(100% * 11/12 - 6px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 6px * (1 - 1/12));max-width:calc(100% * 1/12 - 6px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 6px * (1 - 2/12));max-width:calc(100% * 2/12 - 6px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 4.5px);max-width:calc(25% - 4.5px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 6px * (1 - 4/12));max-width:calc(100% * 4/12 - 6px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 6px * (1 - 5/12));max-width:calc(100% * 5/12 - 6px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 3px);max-width:calc(50% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 6px * (1 - 7/12));max-width:calc(100% * 7/12 - 6px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 6px * (1 - 8/12));max-width:calc(100% * 8/12 - 6px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 1.5px);max-width:calc(75% - 1.5px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 6px * (1 - 10/12));max-width:calc(100% * 10/12 - 6px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 6px * (1 - 11/12));max-width:calc(100% * 11/12 - 6px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 6px * (1 - 1/12));max-width:calc(100% * 1/12 - 6px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 6px * (1 - 2/12));max-width:calc(100% * 2/12 - 6px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-3{flex-basis:calc(25% - 4.5px);max-width:calc(25% - 4.5px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 6px * (1 - 4/12));max-width:calc(100% * 4/12 - 6px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 6px * (1 - 5/12));max-width:calc(100% * 5/12 - 6px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-6{flex-basis:calc(50% - 3px);max-width:calc(50% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 6px * (1 - 7/12));max-width:calc(100% * 7/12 - 6px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 6px * (1 - 8/12));max-width:calc(100% * 8/12 - 6px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-9{flex-basis:calc(75% - 1.5px);max-width:calc(75% - 1.5px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 6px * (1 - 10/12));max-width:calc(100% * 10/12 - 6px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 6px * (1 - 11/12));max-width:calc(100% * 11/12 - 6px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 6px * (1 - 1/12));max-width:calc(100% * 1/12 - 6px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 6px * (1 - 2/12));max-width:calc(100% * 2/12 - 6px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 4.5px);max-width:calc(25% - 4.5px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 6px * (1 - 4/12));max-width:calc(100% * 4/12 - 6px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 6px * (1 - 5/12));max-width:calc(100% * 5/12 - 6px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 3px);max-width:calc(50% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 6px * (1 - 7/12));max-width:calc(100% * 7/12 - 6px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 6px * (1 - 8/12));max-width:calc(100% * 8/12 - 6px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 1.5px);max-width:calc(75% - 1.5px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 6px * (1 - 10/12));max-width:calc(100% * 10/12 - 6px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 6px * (1 - 11/12));max-width:calc(100% * 11/12 - 6px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 6px * (1 - 1/12));max-width:calc(100% * 1/12 - 6px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 6px * (1 - 2/12));max-width:calc(100% * 2/12 - 6px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 4.5px);max-width:calc(25% - 4.5px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 6px * (1 - 4/12));max-width:calc(100% * 4/12 - 6px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 6px * (1 - 5/12));max-width:calc(100% * 5/12 - 6px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 3px);max-width:calc(50% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 6px * (1 - 7/12));max-width:calc(100% * 7/12 - 6px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 6px * (1 - 8/12));max-width:calc(100% * 8/12 - 6px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 1.5px);max-width:calc(75% - 1.5px);flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 6px * (1 - 10/12));max-width:calc(100% * 10/12 - 6px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 6px * (1 - 11/12));max-width:calc(100% * 11/12 - 6px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xsm ::ng-deep .w-panel-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}:host.gap-xs ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:8px 8px;justify-content:flex-start}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 8px * (1 - 1/12));max-width:calc(100% * 1/12 - 8px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 8px * (1 - 2/12));max-width:calc(100% * 2/12 - 8px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-3{flex-basis:calc(25% - 6px);max-width:calc(25% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 8px * (1 - 4/12));max-width:calc(100% * 4/12 - 8px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 8px * (1 - 5/12));max-width:calc(100% * 5/12 - 8px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-6{flex-basis:calc(50% - 4px);max-width:calc(50% - 4px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 8px * (1 - 7/12));max-width:calc(100% * 7/12 - 8px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 8px * (1 - 8/12));max-width:calc(100% * 8/12 - 8px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-9{flex-basis:calc(75% - 2px);max-width:calc(75% - 2px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 8px * (1 - 10/12));max-width:calc(100% * 10/12 - 8px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 8px * (1 - 11/12));max-width:calc(100% * 11/12 - 8px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 8px * (1 - 1/12));max-width:calc(100% * 1/12 - 8px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 8px * (1 - 2/12));max-width:calc(100% * 2/12 - 8px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 6px);max-width:calc(25% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 8px * (1 - 4/12));max-width:calc(100% * 4/12 - 8px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 8px * (1 - 5/12));max-width:calc(100% * 5/12 - 8px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 4px);max-width:calc(50% - 4px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 8px * (1 - 7/12));max-width:calc(100% * 7/12 - 8px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 8px * (1 - 8/12));max-width:calc(100% * 8/12 - 8px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 2px);max-width:calc(75% - 2px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 8px * (1 - 10/12));max-width:calc(100% * 10/12 - 8px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 8px * (1 - 11/12));max-width:calc(100% * 11/12 - 8px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 8px * (1 - 1/12));max-width:calc(100% * 1/12 - 8px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 8px * (1 - 2/12));max-width:calc(100% * 2/12 - 8px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-3{flex-basis:calc(25% - 6px);max-width:calc(25% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 8px * (1 - 4/12));max-width:calc(100% * 4/12 - 8px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 8px * (1 - 5/12));max-width:calc(100% * 5/12 - 8px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-6{flex-basis:calc(50% - 4px);max-width:calc(50% - 4px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 8px * (1 - 7/12));max-width:calc(100% * 7/12 - 8px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 8px * (1 - 8/12));max-width:calc(100% * 8/12 - 8px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-9{flex-basis:calc(75% - 2px);max-width:calc(75% - 2px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 8px * (1 - 10/12));max-width:calc(100% * 10/12 - 8px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 8px * (1 - 11/12));max-width:calc(100% * 11/12 - 8px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 8px * (1 - 1/12));max-width:calc(100% * 1/12 - 8px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 8px * (1 - 2/12));max-width:calc(100% * 2/12 - 8px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 6px);max-width:calc(25% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 8px * (1 - 4/12));max-width:calc(100% * 4/12 - 8px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 8px * (1 - 5/12));max-width:calc(100% * 5/12 - 8px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 4px);max-width:calc(50% - 4px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 8px * (1 - 7/12));max-width:calc(100% * 7/12 - 8px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 8px * (1 - 8/12));max-width:calc(100% * 8/12 - 8px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 2px);max-width:calc(75% - 2px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 8px * (1 - 10/12));max-width:calc(100% * 10/12 - 8px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 8px * (1 - 11/12));max-width:calc(100% * 11/12 - 8px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 8px * (1 - 1/12));max-width:calc(100% * 1/12 - 8px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 8px * (1 - 2/12));max-width:calc(100% * 2/12 - 8px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 6px);max-width:calc(25% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 8px * (1 - 4/12));max-width:calc(100% * 4/12 - 8px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 8px * (1 - 5/12));max-width:calc(100% * 5/12 - 8px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 4px);max-width:calc(50% - 4px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 8px * (1 - 7/12));max-width:calc(100% * 7/12 - 8px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 8px * (1 - 8/12));max-width:calc(100% * 8/12 - 8px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 2px);max-width:calc(75% - 2px);flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 8px * (1 - 10/12));max-width:calc(100% * 10/12 - 8px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 8px * (1 - 11/12));max-width:calc(100% * 11/12 - 8px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xs ::ng-deep .w-panel-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}:host.gap-s ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:12px 12px;justify-content:flex-start}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 12px * (1 - 1/12));max-width:calc(100% * 1/12 - 12px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 12px * (1 - 2/12));max-width:calc(100% * 2/12 - 12px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-3{flex-basis:calc(25% - 9px);max-width:calc(25% - 9px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 12px * (1 - 4/12));max-width:calc(100% * 4/12 - 12px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 12px * (1 - 5/12));max-width:calc(100% * 5/12 - 12px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-6{flex-basis:calc(50% - 6px);max-width:calc(50% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 12px * (1 - 7/12));max-width:calc(100% * 7/12 - 12px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 12px * (1 - 8/12));max-width:calc(100% * 8/12 - 12px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-9{flex-basis:calc(75% - 3px);max-width:calc(75% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 12px * (1 - 10/12));max-width:calc(100% * 10/12 - 12px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 12px * (1 - 11/12));max-width:calc(100% * 11/12 - 12px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 12px * (1 - 1/12));max-width:calc(100% * 1/12 - 12px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 12px * (1 - 2/12));max-width:calc(100% * 2/12 - 12px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 9px);max-width:calc(25% - 9px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 12px * (1 - 4/12));max-width:calc(100% * 4/12 - 12px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 12px * (1 - 5/12));max-width:calc(100% * 5/12 - 12px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 6px);max-width:calc(50% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 12px * (1 - 7/12));max-width:calc(100% * 7/12 - 12px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 12px * (1 - 8/12));max-width:calc(100% * 8/12 - 12px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 3px);max-width:calc(75% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 12px * (1 - 10/12));max-width:calc(100% * 10/12 - 12px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 12px * (1 - 11/12));max-width:calc(100% * 11/12 - 12px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 12px * (1 - 1/12));max-width:calc(100% * 1/12 - 12px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 12px * (1 - 2/12));max-width:calc(100% * 2/12 - 12px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-3{flex-basis:calc(25% - 9px);max-width:calc(25% - 9px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 12px * (1 - 4/12));max-width:calc(100% * 4/12 - 12px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 12px * (1 - 5/12));max-width:calc(100% * 5/12 - 12px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-6{flex-basis:calc(50% - 6px);max-width:calc(50% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 12px * (1 - 7/12));max-width:calc(100% * 7/12 - 12px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 12px * (1 - 8/12));max-width:calc(100% * 8/12 - 12px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-9{flex-basis:calc(75% - 3px);max-width:calc(75% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 12px * (1 - 10/12));max-width:calc(100% * 10/12 - 12px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 12px * (1 - 11/12));max-width:calc(100% * 11/12 - 12px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 12px * (1 - 1/12));max-width:calc(100% * 1/12 - 12px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 12px * (1 - 2/12));max-width:calc(100% * 2/12 - 12px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 9px);max-width:calc(25% - 9px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 12px * (1 - 4/12));max-width:calc(100% * 4/12 - 12px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 12px * (1 - 5/12));max-width:calc(100% * 5/12 - 12px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 6px);max-width:calc(50% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 12px * (1 - 7/12));max-width:calc(100% * 7/12 - 12px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 12px * (1 - 8/12));max-width:calc(100% * 8/12 - 12px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 3px);max-width:calc(75% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 12px * (1 - 10/12));max-width:calc(100% * 10/12 - 12px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 12px * (1 - 11/12));max-width:calc(100% * 11/12 - 12px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 12px * (1 - 1/12));max-width:calc(100% * 1/12 - 12px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 12px * (1 - 2/12));max-width:calc(100% * 2/12 - 12px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 9px);max-width:calc(25% - 9px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 12px * (1 - 4/12));max-width:calc(100% * 4/12 - 12px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 12px * (1 - 5/12));max-width:calc(100% * 5/12 - 12px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 6px);max-width:calc(50% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 12px * (1 - 7/12));max-width:calc(100% * 7/12 - 12px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 12px * (1 - 8/12));max-width:calc(100% * 8/12 - 12px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 3px);max-width:calc(75% - 3px);flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 12px * (1 - 10/12));max-width:calc(100% * 10/12 - 12px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 12px * (1 - 11/12));max-width:calc(100% * 11/12 - 12px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-s ::ng-deep .w-panel-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}:host.gap-m ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:16px 16px;justify-content:flex-start}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 16px * (1 - 1/12));max-width:calc(100% * 1/12 - 16px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 16px * (1 - 2/12));max-width:calc(100% * 2/12 - 16px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 12px);max-width:calc(25% - 12px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 16px * (1 - 4/12));max-width:calc(100% * 4/12 - 16px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 16px * (1 - 5/12));max-width:calc(100% * 5/12 - 16px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 16px * (1 - 7/12));max-width:calc(100% * 7/12 - 16px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 16px * (1 - 8/12));max-width:calc(100% * 8/12 - 16px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 4px);max-width:calc(75% - 4px);flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 16px * (1 - 10/12));max-width:calc(100% * 10/12 - 16px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 16px * (1 - 11/12));max-width:calc(100% * 11/12 - 16px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-m ::ng-deep .w-panel-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}:host.gap-l ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:20px 20px;justify-content:flex-start}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 20px * (1 - 1/12));max-width:calc(100% * 1/12 - 20px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 20px * (1 - 2/12));max-width:calc(100% * 2/12 - 20px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-3{flex-basis:calc(25% - 15px);max-width:calc(25% - 15px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 20px * (1 - 4/12));max-width:calc(100% * 4/12 - 20px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 20px * (1 - 5/12));max-width:calc(100% * 5/12 - 20px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-6{flex-basis:calc(50% - 10px);max-width:calc(50% - 10px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 20px * (1 - 7/12));max-width:calc(100% * 7/12 - 20px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 20px * (1 - 8/12));max-width:calc(100% * 8/12 - 20px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-9{flex-basis:calc(75% - 5px);max-width:calc(75% - 5px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 20px * (1 - 10/12));max-width:calc(100% * 10/12 - 20px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 20px * (1 - 11/12));max-width:calc(100% * 11/12 - 20px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 20px * (1 - 1/12));max-width:calc(100% * 1/12 - 20px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 20px * (1 - 2/12));max-width:calc(100% * 2/12 - 20px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 15px);max-width:calc(25% - 15px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 20px * (1 - 4/12));max-width:calc(100% * 4/12 - 20px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 20px * (1 - 5/12));max-width:calc(100% * 5/12 - 20px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 10px);max-width:calc(50% - 10px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 20px * (1 - 7/12));max-width:calc(100% * 7/12 - 20px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 20px * (1 - 8/12));max-width:calc(100% * 8/12 - 20px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 5px);max-width:calc(75% - 5px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 20px * (1 - 10/12));max-width:calc(100% * 10/12 - 20px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 20px * (1 - 11/12));max-width:calc(100% * 11/12 - 20px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 20px * (1 - 1/12));max-width:calc(100% * 1/12 - 20px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 20px * (1 - 2/12));max-width:calc(100% * 2/12 - 20px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-3{flex-basis:calc(25% - 15px);max-width:calc(25% - 15px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 20px * (1 - 4/12));max-width:calc(100% * 4/12 - 20px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 20px * (1 - 5/12));max-width:calc(100% * 5/12 - 20px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-6{flex-basis:calc(50% - 10px);max-width:calc(50% - 10px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 20px * (1 - 7/12));max-width:calc(100% * 7/12 - 20px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 20px * (1 - 8/12));max-width:calc(100% * 8/12 - 20px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-9{flex-basis:calc(75% - 5px);max-width:calc(75% - 5px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 20px * (1 - 10/12));max-width:calc(100% * 10/12 - 20px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 20px * (1 - 11/12));max-width:calc(100% * 11/12 - 20px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 20px * (1 - 1/12));max-width:calc(100% * 1/12 - 20px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 20px * (1 - 2/12));max-width:calc(100% * 2/12 - 20px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 15px);max-width:calc(25% - 15px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 20px * (1 - 4/12));max-width:calc(100% * 4/12 - 20px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 20px * (1 - 5/12));max-width:calc(100% * 5/12 - 20px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 10px);max-width:calc(50% - 10px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 20px * (1 - 7/12));max-width:calc(100% * 7/12 - 20px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 20px * (1 - 8/12));max-width:calc(100% * 8/12 - 20px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 5px);max-width:calc(75% - 5px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 20px * (1 - 10/12));max-width:calc(100% * 10/12 - 20px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 20px * (1 - 11/12));max-width:calc(100% * 11/12 - 20px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 20px * (1 - 1/12));max-width:calc(100% * 1/12 - 20px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 20px * (1 - 2/12));max-width:calc(100% * 2/12 - 20px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 15px);max-width:calc(25% - 15px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 20px * (1 - 4/12));max-width:calc(100% * 4/12 - 20px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 20px * (1 - 5/12));max-width:calc(100% * 5/12 - 20px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 10px);max-width:calc(50% - 10px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 20px * (1 - 7/12));max-width:calc(100% * 7/12 - 20px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 20px * (1 - 8/12));max-width:calc(100% * 8/12 - 20px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 5px);max-width:calc(75% - 5px);flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 20px * (1 - 10/12));max-width:calc(100% * 10/12 - 20px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 20px * (1 - 11/12));max-width:calc(100% * 11/12 - 20px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-l ::ng-deep .w-panel-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}:host.gap-xl ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:24px 24px;justify-content:flex-start}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 24px * (1 - 1/12));max-width:calc(100% * 1/12 - 24px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 24px * (1 - 2/12));max-width:calc(100% * 2/12 - 24px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 18px);max-width:calc(25% - 18px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 24px * (1 - 4/12));max-width:calc(100% * 4/12 - 24px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 24px * (1 - 5/12));max-width:calc(100% * 5/12 - 24px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 24px * (1 - 7/12));max-width:calc(100% * 7/12 - 24px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 24px * (1 - 8/12));max-width:calc(100% * 8/12 - 24px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 6px);max-width:calc(75% - 6px);flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 24px * (1 - 10/12));max-width:calc(100% * 10/12 - 24px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 24px * (1 - 11/12));max-width:calc(100% * 11/12 - 24px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xl ::ng-deep .w-panel-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}:host.gap-xxl ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:28px 28px;justify-content:flex-start}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 28px * (1 - 1/12));max-width:calc(100% * 1/12 - 28px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 28px * (1 - 2/12));max-width:calc(100% * 2/12 - 28px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-3{flex-basis:calc(25% - 21px);max-width:calc(25% - 21px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 28px * (1 - 4/12));max-width:calc(100% * 4/12 - 28px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 28px * (1 - 5/12));max-width:calc(100% * 5/12 - 28px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-6{flex-basis:calc(50% - 14px);max-width:calc(50% - 14px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 28px * (1 - 7/12));max-width:calc(100% * 7/12 - 28px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 28px * (1 - 8/12));max-width:calc(100% * 8/12 - 28px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-9{flex-basis:calc(75% - 7px);max-width:calc(75% - 7px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 28px * (1 - 10/12));max-width:calc(100% * 10/12 - 28px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 28px * (1 - 11/12));max-width:calc(100% * 11/12 - 28px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 28px * (1 - 1/12));max-width:calc(100% * 1/12 - 28px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 28px * (1 - 2/12));max-width:calc(100% * 2/12 - 28px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 21px);max-width:calc(25% - 21px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 28px * (1 - 4/12));max-width:calc(100% * 4/12 - 28px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 28px * (1 - 5/12));max-width:calc(100% * 5/12 - 28px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 14px);max-width:calc(50% - 14px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 28px * (1 - 7/12));max-width:calc(100% * 7/12 - 28px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 28px * (1 - 8/12));max-width:calc(100% * 8/12 - 28px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 7px);max-width:calc(75% - 7px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 28px * (1 - 10/12));max-width:calc(100% * 10/12 - 28px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 28px * (1 - 11/12));max-width:calc(100% * 11/12 - 28px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 28px * (1 - 1/12));max-width:calc(100% * 1/12 - 28px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 28px * (1 - 2/12));max-width:calc(100% * 2/12 - 28px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-3{flex-basis:calc(25% - 21px);max-width:calc(25% - 21px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 28px * (1 - 4/12));max-width:calc(100% * 4/12 - 28px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 28px * (1 - 5/12));max-width:calc(100% * 5/12 - 28px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-6{flex-basis:calc(50% - 14px);max-width:calc(50% - 14px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 28px * (1 - 7/12));max-width:calc(100% * 7/12 - 28px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 28px * (1 - 8/12));max-width:calc(100% * 8/12 - 28px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-9{flex-basis:calc(75% - 7px);max-width:calc(75% - 7px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 28px * (1 - 10/12));max-width:calc(100% * 10/12 - 28px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 28px * (1 - 11/12));max-width:calc(100% * 11/12 - 28px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 28px * (1 - 1/12));max-width:calc(100% * 1/12 - 28px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 28px * (1 - 2/12));max-width:calc(100% * 2/12 - 28px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 21px);max-width:calc(25% - 21px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 28px * (1 - 4/12));max-width:calc(100% * 4/12 - 28px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 28px * (1 - 5/12));max-width:calc(100% * 5/12 - 28px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 14px);max-width:calc(50% - 14px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 28px * (1 - 7/12));max-width:calc(100% * 7/12 - 28px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 28px * (1 - 8/12));max-width:calc(100% * 8/12 - 28px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 7px);max-width:calc(75% - 7px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 28px * (1 - 10/12));max-width:calc(100% * 10/12 - 28px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 28px * (1 - 11/12));max-width:calc(100% * 11/12 - 28px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 28px * (1 - 1/12));max-width:calc(100% * 1/12 - 28px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 28px * (1 - 2/12));max-width:calc(100% * 2/12 - 28px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 21px);max-width:calc(25% - 21px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 28px * (1 - 4/12));max-width:calc(100% * 4/12 - 28px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 28px * (1 - 5/12));max-width:calc(100% * 5/12 - 28px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 14px);max-width:calc(50% - 14px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 28px * (1 - 7/12));max-width:calc(100% * 7/12 - 28px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 28px * (1 - 8/12));max-width:calc(100% * 8/12 - 28px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 7px);max-width:calc(75% - 7px);flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 28px * (1 - 10/12));max-width:calc(100% * 10/12 - 28px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 28px * (1 - 11/12));max-width:calc(100% * 11/12 - 28px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxl ::ng-deep .w-panel-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}:host.gap-xxxl ::ng-deep .w-panel-grid.grid{display:flex;flex-wrap:wrap;gap:32px 32px;justify-content:flex-start}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-1{flex-basis:calc(100% * 1/12 - 32px * (1 - 1/12));max-width:calc(100% * 1/12 - 32px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-2{flex-basis:calc(100% * 2/12 - 32px * (1 - 2/12));max-width:calc(100% * 2/12 - 32px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-3{flex-basis:calc(25% - 24px);max-width:calc(25% - 24px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-4{flex-basis:calc(100% * 4/12 - 32px * (1 - 4/12));max-width:calc(100% * 4/12 - 32px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-5{flex-basis:calc(100% * 5/12 - 32px * (1 - 5/12));max-width:calc(100% * 5/12 - 32px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-6{flex-basis:calc(50% - 16px);max-width:calc(50% - 16px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-7{flex-basis:calc(100% * 7/12 - 32px * (1 - 7/12));max-width:calc(100% * 7/12 - 32px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-8{flex-basis:calc(100% * 8/12 - 32px * (1 - 8/12));max-width:calc(100% * 8/12 - 32px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-9{flex-basis:calc(75% - 8px);max-width:calc(75% - 8px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-10{flex-basis:calc(100% * 10/12 - 32px * (1 - 10/12));max-width:calc(100% * 10/12 - 32px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-11{flex-basis:calc(100% * 11/12 - 32px * (1 - 11/12));max-width:calc(100% * 11/12 - 32px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}@media screen and (min-width: 576px){:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-1{flex-basis:calc(100% * 1/12 - 32px * (1 - 1/12));max-width:calc(100% * 1/12 - 32px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-2{flex-basis:calc(100% * 2/12 - 32px * (1 - 2/12));max-width:calc(100% * 2/12 - 32px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-3{flex-basis:calc(25% - 24px);max-width:calc(25% - 24px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-4{flex-basis:calc(100% * 4/12 - 32px * (1 - 4/12));max-width:calc(100% * 4/12 - 32px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-5{flex-basis:calc(100% * 5/12 - 32px * (1 - 5/12));max-width:calc(100% * 5/12 - 32px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-6{flex-basis:calc(50% - 16px);max-width:calc(50% - 16px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-7{flex-basis:calc(100% * 7/12 - 32px * (1 - 7/12));max-width:calc(100% * 7/12 - 32px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-8{flex-basis:calc(100% * 8/12 - 32px * (1 - 8/12));max-width:calc(100% * 8/12 - 32px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-9{flex-basis:calc(75% - 8px);max-width:calc(75% - 8px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-10{flex-basis:calc(100% * 10/12 - 32px * (1 - 10/12));max-width:calc(100% * 10/12 - 32px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-11{flex-basis:calc(100% * 11/12 - 32px * (1 - 11/12));max-width:calc(100% * 11/12 - 32px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.sm\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 768px){:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-1{flex-basis:calc(100% * 1/12 - 32px * (1 - 1/12));max-width:calc(100% * 1/12 - 32px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-2{flex-basis:calc(100% * 2/12 - 32px * (1 - 2/12));max-width:calc(100% * 2/12 - 32px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-3{flex-basis:calc(25% - 24px);max-width:calc(25% - 24px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-4{flex-basis:calc(100% * 4/12 - 32px * (1 - 4/12));max-width:calc(100% * 4/12 - 32px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-5{flex-basis:calc(100% * 5/12 - 32px * (1 - 5/12));max-width:calc(100% * 5/12 - 32px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-6{flex-basis:calc(50% - 16px);max-width:calc(50% - 16px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-7{flex-basis:calc(100% * 7/12 - 32px * (1 - 7/12));max-width:calc(100% * 7/12 - 32px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-8{flex-basis:calc(100% * 8/12 - 32px * (1 - 8/12));max-width:calc(100% * 8/12 - 32px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-9{flex-basis:calc(75% - 8px);max-width:calc(75% - 8px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-10{flex-basis:calc(100% * 10/12 - 32px * (1 - 10/12));max-width:calc(100% * 10/12 - 32px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-11{flex-basis:calc(100% * 11/12 - 32px * (1 - 11/12));max-width:calc(100% * 11/12 - 32px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.md\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 992px){:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-1{flex-basis:calc(100% * 1/12 - 32px * (1 - 1/12));max-width:calc(100% * 1/12 - 32px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-2{flex-basis:calc(100% * 2/12 - 32px * (1 - 2/12));max-width:calc(100% * 2/12 - 32px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-3{flex-basis:calc(25% - 24px);max-width:calc(25% - 24px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-4{flex-basis:calc(100% * 4/12 - 32px * (1 - 4/12));max-width:calc(100% * 4/12 - 32px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-5{flex-basis:calc(100% * 5/12 - 32px * (1 - 5/12));max-width:calc(100% * 5/12 - 32px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-6{flex-basis:calc(50% - 16px);max-width:calc(50% - 16px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-7{flex-basis:calc(100% * 7/12 - 32px * (1 - 7/12));max-width:calc(100% * 7/12 - 32px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-8{flex-basis:calc(100% * 8/12 - 32px * (1 - 8/12));max-width:calc(100% * 8/12 - 32px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-9{flex-basis:calc(75% - 8px);max-width:calc(75% - 8px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-10{flex-basis:calc(100% * 10/12 - 32px * (1 - 10/12));max-width:calc(100% * 10/12 - 32px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-11{flex-basis:calc(100% * 11/12 - 32px * (1 - 11/12));max-width:calc(100% * 11/12 - 32px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.lg\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}@media screen and (min-width: 1200px){:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-1{flex-basis:calc(100% * 1/12 - 32px * (1 - 1/12));max-width:calc(100% * 1/12 - 32px * (1 - 1/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-2{flex-basis:calc(100% * 2/12 - 32px * (1 - 2/12));max-width:calc(100% * 2/12 - 32px * (1 - 2/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-3{flex-basis:calc(25% - 24px);max-width:calc(25% - 24px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-4{flex-basis:calc(100% * 4/12 - 32px * (1 - 4/12));max-width:calc(100% * 4/12 - 32px * (1 - 4/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-5{flex-basis:calc(100% * 5/12 - 32px * (1 - 5/12));max-width:calc(100% * 5/12 - 32px * (1 - 5/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-6{flex-basis:calc(50% - 16px);max-width:calc(50% - 16px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-7{flex-basis:calc(100% * 7/12 - 32px * (1 - 7/12));max-width:calc(100% * 7/12 - 32px * (1 - 7/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-8{flex-basis:calc(100% * 8/12 - 32px * (1 - 8/12));max-width:calc(100% * 8/12 - 32px * (1 - 8/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-9{flex-basis:calc(75% - 8px);max-width:calc(75% - 8px);flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-10{flex-basis:calc(100% * 10/12 - 32px * (1 - 10/12));max-width:calc(100% * 10/12 - 32px * (1 - 10/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-11{flex-basis:calc(100% * 11/12 - 32px * (1 - 11/12));max-width:calc(100% * 11/12 - 32px * (1 - 11/12));flex-grow:0;padding:0;margin:0}:host.gap-xxxl ::ng-deep .w-panel-grid.grid>.xl\\:col-12{flex-basis:calc(100% + -0px);max-width:calc(100% + -0px);flex-grow:0;padding:0;margin:0}}\n"] }]
|
|
5133
5141
|
}] });
|
|
5134
5142
|
|
|
5135
5143
|
class WAutocompleteSearchComponent {
|