@odx/ui 6.2.1 → 7.0.0
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/CHANGELOG.md +77 -0
- package/README.md +8 -2
- package/ag-grid-theme.css +1 -1
- package/core-theme.css +1 -1
- package/package.json +3 -3
- package/scss/3rdparty/ag-grid/theme.scss +243 -55
- package/scss/_breakpoints.scss +1 -0
- package/scss/_utils.scss +3 -3
- package/scss/abstract/_breakpoints.scss +1 -0
- package/scss/abstract/_typography.scss +1 -1
- package/scss/abstract/_utils.scss +3 -3
- package/scss/ag-grid/theme.scss +243 -55
- package/scss/breadcrumbs.component.scss +10 -6
- package/scss/button.component.scss +2 -2
- package/scss/calendar.component.scss +2 -2
- package/scss/components/breadcrumbs.component.scss +10 -6
- package/scss/components/button.component.scss +2 -2
- package/scss/components/calendar.component.scss +2 -2
- package/scss/components/form-field.component.scss +2 -2
- package/scss/components/icon.component.scss +4 -4
- package/scss/components/logo.component.scss +1 -1
- package/scss/components/main-menu.component.scss +1 -1
- package/scss/components/menu.component.scss +1 -1
- package/scss/components/paginator.component.scss +2 -2
- package/scss/form-field.component.scss +2 -2
- package/scss/icon.component.scss +4 -4
- package/scss/logo.component.scss +1 -1
- package/scss/main-menu.component.scss +1 -1
- package/scss/menu.component.scss +1 -1
- package/scss/paginator.component.scss +2 -2
- package/scss/theme.scss +243 -55
- package/scss/assets/fonts/draeger-pangea-text-medium.woff2 +0 -0
- package/scss/assets/fonts/draeger-pangea-text-regular.woff2 +0 -0
- package/scss/assets/fonts/draeger-pangea-text-semibold.woff2 +0 -0
- package/scss/assets/images/favicon-16x16.png +0 -0
- package/scss/assets/images/favicon-16x16.svg +0 -1
- package/scss/assets/images/favicon-32x32.png +0 -0
- package/scss/assets/images/favicon-32x32.svg +0 -1
- package/scss/assets/images/favicon.ico +0 -0
- package/scss/assets/images/logo.svg +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,82 @@
|
|
|
1
1
|
# @odx/ui
|
|
2
2
|
|
|
3
|
+
## 7.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- e9b740b: Updates for Angular 20 across the Angular-based libraries. Changes by package are listed below.
|
|
8
|
+
|
|
9
|
+
#### @odx/angular
|
|
10
|
+
|
|
11
|
+
Breaking changes:
|
|
12
|
+
- `IconComponent`: remove `iconSet` input. Use `set` and `name` inputs instead, e.g. `<odx-icon set="core" name="close" />`. Also you can use `name` with `set::name` - `<odx-icon name="core::close" />`.
|
|
13
|
+
- `TimepickerService`: remove `getPlaceholder()`. Use the `useLocale` signal instead.
|
|
14
|
+
- `ModalHeroComponent`: remove `iconSet` input. Use the `icon` input with `set::name` format (e.g., `core::info`).
|
|
15
|
+
- `RailNavigationItemComponent`: remove `iconSet` and `iconName` inputs. Use the `icon` input with `set::name` format (e.g., `core::placeholder`).
|
|
16
|
+
- `ErrorPageConfig`: remove `iconSet`. Use `icon` with `set::name` format (e.g., `core::error`).
|
|
17
|
+
- `Table`: remove `TableSortVariant`. Use `SortDirection` from `@odx/angular/utils` instead.
|
|
18
|
+
- `Table`: remove re-export of `SortDirection` from `@odx/angular/components/data-table`. Import it directly from `@odx/angular/utils`.
|
|
19
|
+
- `ListItemComponent`: remove `danger` input. Use `variant="danger"` instead.
|
|
20
|
+
- `RichListItemHeaderComponent`: remove `odx-rich-list-header` selector. Use `odx-rich-list-item-header` instead.
|
|
21
|
+
- `Datepicker`/`Daterangepicker`: remove deprecated config aliases (`DatepickerConfig`, `DaterangepickerConfig`, etc.). Use `DateConfig`, `provideDateConfig`, `injectDateConfig`, `getDateInputFormat`, `getDateInputMask`, `getDateInputValueAsDate`, and `InputDateOrder` from `@odx/angular/cdk/date-input`.
|
|
22
|
+
- `FormFieldConfig`: remove `updateOn` property as it had no effect.
|
|
23
|
+
- `ToastService`: remove `queue$`, `onAdd$`, `onRemove$`, `add()`, `remove()`, `clear()` (use `toasts$`, `onToastAdd$`, `onToastRemove$`, `create()`, `dismiss()`, `dismissAll()`).
|
|
24
|
+
- `Utils`: remove `trackByIndex` and `trackById`. Use Angular control flow `@for` with `track $index` or `track item.id`.
|
|
25
|
+
|
|
26
|
+
Deprecations:
|
|
27
|
+
- `IconSet`, Use `OdxIconSet` from `@odx/icons` instead.
|
|
28
|
+
- `identifier` in `IconComponent`, use `name` with `set::name` instead.
|
|
29
|
+
- `IconSize`: use `small => sm`, `medium => md`, `large => lg`, `xlarge => xxl`
|
|
30
|
+
|
|
31
|
+
Improvements:
|
|
32
|
+
- Update components and templates for the new icon API and Angular 20 compatibility.
|
|
33
|
+
- Remove previously deprecated internal Angular usages.
|
|
34
|
+
|
|
35
|
+
#### @odx/angular-chart-js
|
|
36
|
+
|
|
37
|
+
Breaking changes:
|
|
38
|
+
- Update peer dependencies to Angular 20 and aligned `@odx/ui` and `@odx/angular` minimum versions.
|
|
39
|
+
- Update charting dependencies (`ng2-charts` 8.x, `chart.js` 4.5.x, `@sgratzl/chartjs-chart-boxplot` 4.4.5).
|
|
40
|
+
|
|
41
|
+
Improvements:
|
|
42
|
+
- Configuration updates for Angular 20 tooling.
|
|
43
|
+
|
|
44
|
+
#### @odx/angular-translate
|
|
45
|
+
|
|
46
|
+
Improvements:
|
|
47
|
+
- Update peer dependency on `@odx/angular` and Angular 20 tooling compatibility.
|
|
48
|
+
- Provider imports aligned with Angular 20 requirements.
|
|
49
|
+
|
|
50
|
+
#### @odx/auth
|
|
51
|
+
|
|
52
|
+
Improvements:
|
|
53
|
+
- Update internal templates to the new icon identifier format.
|
|
54
|
+
|
|
55
|
+
#### @odx/dc-plugins
|
|
56
|
+
|
|
57
|
+
Breaking changes:
|
|
58
|
+
- `DcRailNavItem`: remove `iconSet`/`iconName` usage. Use `icon` with `set::name` format (e.g., `core::home`).
|
|
59
|
+
|
|
60
|
+
Improvements:
|
|
61
|
+
- Update templates to the new icon identifier format.
|
|
62
|
+
|
|
63
|
+
#### @odx/product-fruits
|
|
64
|
+
|
|
65
|
+
Improvements:
|
|
66
|
+
- Update Product Fruits widget icons to the new `set::name` format and icon API.
|
|
67
|
+
- Theme stylesheet updates and Angular 20 tooling alignment.
|
|
68
|
+
|
|
69
|
+
#### @odx/ui
|
|
70
|
+
|
|
71
|
+
Breaking changes:
|
|
72
|
+
- Remove icon-font based usage in UI integration points. Do not import icon font CSS (e.g. `@odx/icons/core/core-icons.css`) anymore.
|
|
73
|
+
- Register icons through runtime imports in your app entrypoint instead: `import '@odx/icons';` and `import '@odx/icons/<set>';` (for example `@odx/icons/core`).
|
|
74
|
+
- In SCSS file import `@use '@odx/icons/scss' as odxIcons;` and add mixin `@include odxIcons.icon('<set>::<name>');`
|
|
75
|
+
|
|
76
|
+
Improvements:
|
|
77
|
+
- AG Grid theme refinements and multiple component style adjustments.
|
|
78
|
+
- Minor typography and breakpoint tweaks.
|
|
79
|
+
|
|
3
80
|
## 6.2.1
|
|
4
81
|
|
|
5
82
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -11,10 +11,16 @@ npm install @odx/ui
|
|
|
11
11
|
|
|
12
12
|
### Usage
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
Register icons in your application entrypoint (for example `main.ts`):
|
|
15
|
+
|
|
16
|
+
```ts
|
|
17
|
+
import '@odx/icons';
|
|
18
|
+
import '@odx/icons/core'; // or another icon set
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
Then add the UI theme to your application's styles file:
|
|
15
22
|
|
|
16
23
|
```css
|
|
17
|
-
@import '@odx/icons/core/core-icons.css';
|
|
18
24
|
@import '@odx/ui/core-theme.css';
|
|
19
25
|
```
|
|
20
26
|
|
package/ag-grid-theme.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";.ag-theme-odx{--ag-border-color:var(--odx-c-separator);--ag-foreground-color:var(--odx-c-text);--ag-secondary-foreground-color:var(--odx-c-text);--ag-disabled-foreground-color:var(--odx-c-text-disabled);--ag-row-hover-color:var(--odx-c-ghost-hover);--ag-selected-row-background-color:var(--odx-c-selected);--ag-background-color:var(--odx-c-background-content);--ag-checkbox-indeterminate-color:var(--odx-control-color-selected);--ag-checkbox-checked-color:var(--odx-control-color-selected);--ag-font-family:var(--odx-typography-font-family);--ag-font-size:var(--odx-typography-base-size);--ag-icon-size:calc(var(--odx-typography-base-size)*(1*var(--odx-typography-positive-font-scaling-factor)));--ag-icon-font-family:core-icons;--ag-icon-font-code-aggregation:"";--ag-icon-font-code-arrows:"";--ag-icon-font-code-asc:"";--ag-icon-font-code-cancel:"";--ag-icon-font-code-chart:"";--ag-icon-font-code-checkbox-checked:"";--ag-icon-font-code-checkbox-indeterminate:"";--ag-icon-font-code-checkbox-unchecked:"";--ag-icon-font-code-color-picker:"";--ag-icon-font-code-columns:"";--ag-icon-font-code-contracted:"";--ag-icon-font-code-copy:"";--ag-icon-font-code-cut:"";--ag-icon-font-code-cross:"";--ag-icon-font-code-csv:"";--ag-icon-font-code-desc:"";--ag-icon-font-code-excel:"";--ag-icon-font-code-expanded:"";--ag-icon-font-code-eye-slash:"";--ag-icon-font-code-eye:"";--ag-icon-font-code-filter:"";--ag-icon-font-code-first:"";--ag-icon-font-code-grip:"";--ag-icon-font-code-group:"";--ag-icon-font-code-last:"";--ag-icon-font-code-left:"";--ag-icon-font-code-linked:"";--ag-icon-font-code-loading:"";--ag-icon-font-code-maximize:"";--ag-icon-font-code-menu:"";--ag-icon-font-code-minimize:"";--ag-icon-font-code-next:"";--ag-icon-font-code-none:"";--ag-icon-font-code-not-allowed:"";--ag-icon-font-code-paste:"";--ag-icon-font-code-pin:"";--ag-icon-font-code-pivot:"";--ag-icon-font-code-previous:"";--ag-icon-font-code-radio-button-off:"";--ag-icon-font-code-radio-button-on:"";--ag-icon-font-code-right:"";--ag-icon-font-code-save:"";--ag-icon-font-code-small-down:"";--ag-icon-font-code-small-left:"";--ag-icon-font-code-small-right:"";--ag-icon-font-code-small-up:"";--ag-icon-font-code-tick:"";--ag-icon-font-code-tree-closed:"";--ag-icon-font-code-tree-indeterminate:"";--ag-icon-font-code-tree-open:"";--ag-icon-font-code-unlinked:"";--ag-grid-size:calc(var(--odx-vertical-rythm-base-size)*.25);--ag-widget-vertical-spacing:calc(var(--odx-vertical-rythm-base-size)*.5);--ag-header-height:calc(var(--odx-vertical-rythm-base-size)*2);--ag-row-height:calc(var(--odx-vertical-rythm-base-size)*2);--ag-table-line-height:calc(var(--odx-vertical-rythm-base-size)*1.5);--ag-list-item-height:calc(var(--odx-vertical-rythm-base-size)*1.5)}.ag-theme-odx input[class^=ag-][type=text]{background:var(--gray-100);border:var(--ag-borders-critical) var(--gray100);border-radius:var(--odx-border-radius-control);font-weight:var(--odx-typography-font-weight-normal);letter-spacing:var(--odx-typography-font-weight-medium-letter-spacing);line-height:var(--ag-table-line-height);outline:var(--odx-v-outline-width) solid transparent;outline-offset:calc(var(--odx-v-outline-width)*-1);padding-left:calc(var(--odx-vertical-rythm-base-size)*.3334);padding-right:calc(var(--odx-vertical-rythm-base-size)*.3334);transition:var(--odx-motion-transition-default);transition-property:background-color;vertical-align:middle}.ag-theme-odx input[class^=ag-][type=text]::-moz-placeholder{color:var(--odx-c-text);opacity:.65}.ag-theme-odx input[class^=ag-][type=text]::placeholder{color:var(--odx-c-text);opacity:.65}.ag-theme-odx input[class^=ag-][type=text]:focus{background-color:var(--odx-c-focus);outline-color:var(--odx-c-focus-outline)}@media(hover:hover){.ag-theme-odx input[class^=ag-][type=text]:not(:focus):hover{background-color:var(--odx-input-control-background-color-hover);outline-color:var(--odx-input-control-outline-color-hover)}}.ag-theme-odx .ag-cell:has(.odx-datepicker,.odx-daterangepicker){padding:0 calc(var(--ag-cell-horizontal-padding) - 1px)}.ag-theme-odx .ag-cell .odx-calendar td{line-height:calc(var(--odx-vertical-rythm-base-size)*1)}.ag-theme-odx .ag-cell odx-checkbox-cell-renderer,.ag-theme-odx .ag-cell odx-checkbox-header-cell-renderer{align-items:center;display:inline-flex;height:100%;justify-content:center;line-height:calc(var(--odx-vertical-rythm-base-size)*1)}.ag-theme-odx .ag-cell.hide-ag-selection-checkbox .ag-cell-value{overflow:visible}.ag-theme-odx .ag-cell.hide-ag-selection-checkbox .ag-selection-checkbox,.ag-theme-odx .ag-header-cell.hide-ag-header-select-all .ag-header-select-all{display:none}.ag-theme-odx .ag-picker-field-icon{color:var(--odx-c-text)}.ag-theme-odx .ag-standard-button{background-color:var(--odx-c-primary);border-radius:var(--odx-border-radius-control);color:var(--odx-c-primary-text);height:calc(var(--odx-vertical-rythm-base-size)*1.5);min-width:calc(var(--odx-vertical-rythm-base-size)*3);outline-offset:calc(var(--odx-v-outline-width-bold)*-1);outline-width:var(--odx-v-outline-width-bold);transition:var(--odx-motion-transition-default);transition-property:background-color,color,outline}.ag-theme-odx .ag-cell-inline-editing:has(.ag-select){border:none}.ag-theme-odx .ag-select .ag-picker-field-wrapper{height:calc(var(--odx-vertical-rythm-base-size)*1.5)}.ag-theme-odx .ag-select .ag-picker-field-display{color:var(--odx-c-text)}.ag-theme-odx .ag-select .ag-picker-field-icon{padding-right:calc(var(--odx-vertical-rythm-base-size)*.5)}.ag-theme-odx .ag-header{border-bottom:var(--ag-borders-critical) var(--gray-700)}.ag-theme-odx .ag-header-row:not(:first-child) .ag-header-cell,.ag-theme-odx .ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group{border:none}.ag-theme-odx .ag-header .ag-cell-label-container{width:-moz-fit-content;width:fit-content}.ag-theme-odx .ag-header .ag-floating-filter .ag-filter-select .ag-picker-field-wrapper{height:calc(var(--odx-vertical-rythm-base-size)*1.5)}.ag-theme-odx .ag-header .ag-floating-filter input[type=text]:disabled{color:var(--odx-c-text);font-weight:var(--odx-typography-font-weight-medium);padding:0}.ag-theme-odx .ag-header .ag-header-cell-text{font-weight:var(--odx-typography-font-weight-medium)}.ag-theme-odx .ag-header .ag-header-cell-label{padding-right:calc(var(--odx-vertical-rythm-base-size)*.25)}.ag-theme-odx .ag-header .ag-header-icon.ag-header-cell-menu-button{height:calc(var(--odx-vertical-rythm-base-size)*.667);width:calc(var(--odx-vertical-rythm-base-size)*.667)}.ag-theme-odx.ag-popup [type=text]:focus{border:var(--ag-input-border);border-radius:var(--odx-v-border-radius);box-shadow:unset}.ag-theme-odx .ag-radio-button-input-wrapper{align-items:center;background-color:var(--odx-control-background-color);border-radius:50%;display:flex;flex:0 0 auto;height:calc(var(--odx-vertical-rythm-base-size)*.8334);justify-content:center;margin-bottom:calc(var(--odx-vertical-rythm-base-size)*.0834);margin-top:calc(var(--odx-vertical-rythm-base-size)*.0834);outline:var(--odx-v-outline-width) solid transparent;outline-color:var(--odx-control-outline-color);outline-offset:calc(var(--odx-v-outline-width)*-1);padding:1px;transition:var(--odx-motion-transition-default);transition-property:background-color,color,outline-color;width:calc(var(--odx-vertical-rythm-base-size)*.8334)}@media(hover:hover){.ag-theme-odx .ag-radio-button-input-wrapper:hover{background-color:var(--odx-control-background-color-hover);outline-color:var(--odx-control-outline-color-hover)}}.ag-theme-odx .ag-radio-button-input-wrapper.ag-checked{background-color:var(--odx-control-background-color-selected);color:var(--odx-control-color-selected);opacity:1;outline-color:var(--odx-control-outline-color-selected)}.ag-theme-odx .ag-radio-button-input-wrapper.ag-checked:after{background-color:var(--odx-control-color-selected);border-radius:50%;height:calc(var(--odx-vertical-rythm-base-size)*.1667);left:unset;margin-bottom:calc(var(--odx-vertical-rythm-base-size)*0);margin-top:calc(var(--odx-vertical-rythm-base-size)*0);top:unset;transform:scale(1);width:calc(var(--odx-vertical-rythm-base-size)*.1667)}.ag-theme-odx .ag-root-wrapper{border:none}.ag-theme-odx.no-filters .ag-header-row.ag-header-row-column-filter{display:none}.ag-theme-odx .ag-select-list{background-color:var(--odx-c-background-content);border-bottom:calc(var(--odx-vertical-rythm-base-size)*.5) solid transparent;border-radius:var(--odx-v-border-radius);border-top:calc(var(--odx-vertical-rythm-base-size)*.5) solid transparent;box-shadow:var(--odx-v-box-shadow-layer-1);color:var(--odx-c-text);overflow:auto;overscroll-behavior:contain}.ag-theme-odx .ag-select-list,.ag-theme-odx .ag-select-list .ag-list-item{padding-inline-end:calc(var(--odx-vertical-rythm-base-size)*.5);padding-inline-start:calc(var(--odx-vertical-rythm-base-size)*.5)}.ag-theme-odx .ag-select-list .ag-list-item{border-radius:var(--odx-v-border-radius-controls);cursor:pointer;font-weight:var(--odx-typography-font-weight-normal);letter-spacing:var(--odx-typography-font-weight-normal-letter-spacing);line-height:calc(var(--odx-vertical-rythm-base-size)*1);margin-block-end:calc(var(--odx-vertical-rythm-base-size)*.1667);padding-block-end:calc(var(--odx-vertical-rythm-base-size)*.25);padding-block-start:calc(var(--odx-vertical-rythm-base-size)*.25);transition-delay:0s;transition-duration:var(--odx-v-transition-duration);transition-property:background-color,color,outline-color;transition-timing-function:var(--odx-v-transition-easing-fn);-webkit-user-select:none;-moz-user-select:none;user-select:none}.ag-theme-odx .ag-select-list .ag-list-item:last-child{margin-bottom:0}@media(hover:hover){.ag-theme-odx .ag-select-list .ag-list-item:hover{background-color:var(--gray-50)}}.ag-theme-odx .ag-paging-panel .ag-paging-number,.ag-theme-odx .ag-paging-panel .ag-paging-row-summary-panel-number{font-weight:var(--odx-typography-font-weight-semibold)}.ag-theme-odx .ag-checkbox-input{background-color:var(--odx-control-background-color);border-radius:var(--odx-border-radius-control);color:var(--odx-control-color-selected);flex:0 0 auto;height:calc(var(--odx-vertical-rythm-base-size)*.8334);opacity:1;outline-color:var(--odx-control-outline-color);outline:var(--odx-v-outline-width) solid transparent;outline-offset:calc(var(--odx-v-outline-width)*-1);padding:1px;transition:var(--odx-motion-transition-default);transition-property:background-color,color;width:calc(var(--odx-vertical-rythm-base-size)*.8334)}@media(hover:hover){.ag-theme-odx .ag-checkbox-input:hover{background-color:var(--odx-control-background-color-hover);cursor:pointer;outline-color:var(--odx-control-outline-color-hover)}}.ag-theme-odx .ag-floating-top .ag-row{color:var(--odx-c-text-disabled)}.ag-theme-odx .ag-floating-top .ag-cell .ag-input-wrapper,.ag-theme-odx .ag-floating-top .ag-cell .ag-select{padding:0 calc(var(--ag-cell-horizontal-padding) - 1px)}.ag-theme-odx .ag-floating-top .ag-cell input{color:var(--odx-c-text);height:unset}.ag-theme-odx .ag-floating-top .ag-cell-focus:not(.ag-cell-range-selected):focus-within{border:none}
|
|
1
|
+
.ag-theme-odx{--ag-border-color:var(--odx-c-separator);--ag-foreground-color:var(--odx-c-text);--ag-secondary-foreground-color:var(--odx-c-text);--ag-disabled-foreground-color:var(--odx-c-text-disabled);--ag-row-hover-color:var(--odx-c-ghost-hover);--ag-selected-row-background-color:var(--odx-c-selected);--ag-background-color:var(--odx-c-background-content);--ag-checkbox-indeterminate-color:var(--odx-control-color-selected);--ag-checkbox-checked-color:var(--odx-control-color-selected);--ag-font-family:var(--odx-typography-font-family);--ag-font-size:var(--odx-typography-base-size);--ag-grid-size:calc(var(--odx-vertical-rythm-base-size)*.25);--ag-widget-vertical-spacing:calc(var(--odx-vertical-rythm-base-size)*.5);--ag-header-height:calc(var(--odx-vertical-rythm-base-size)*2);--ag-row-height:calc(var(--odx-vertical-rythm-base-size)*2);--ag-table-line-height:calc(var(--odx-vertical-rythm-base-size)*1.5);--ag-list-item-height:calc(var(--odx-vertical-rythm-base-size)*1.5);--ag-icon-size:var(--odx-size-125)}.ag-theme-odx input[class^=ag-][type=text]{background:var(--gray-100);border:var(--ag-borders-critical) var(--gray100);border-radius:var(--odx-border-radius-control);font-weight:var(--odx-typography-font-weight-normal);letter-spacing:var(--odx-typography-font-weight-medium-letter-spacing);line-height:var(--ag-table-line-height);outline:var(--odx-v-outline-width) solid transparent;outline-offset:calc(var(--odx-v-outline-width)*-1);padding-left:calc(var(--odx-vertical-rythm-base-size)*.3334);padding-right:calc(var(--odx-vertical-rythm-base-size)*.3334);transition:var(--odx-motion-transition-default);transition-property:background-color;vertical-align:middle}.ag-theme-odx input[class^=ag-][type=text]::-moz-placeholder{color:var(--odx-c-text);opacity:.65}.ag-theme-odx input[class^=ag-][type=text]::placeholder{color:var(--odx-c-text);opacity:.65}.ag-theme-odx input[class^=ag-][type=text]:focus{background-color:var(--odx-c-focus);outline-color:var(--odx-c-focus-outline)}@media (hover:hover){.ag-theme-odx input[class^=ag-][type=text]:not(:focus):hover{background-color:var(--odx-input-control-background-color-hover);outline-color:var(--odx-input-control-outline-color-hover)}}.ag-theme-odx .ag-cell:has(.odx-datepicker,.odx-daterangepicker){padding:0 calc(var(--ag-cell-horizontal-padding) - 1px)}.ag-theme-odx .ag-cell .odx-calendar td{line-height:calc(var(--odx-vertical-rythm-base-size)*1)}.ag-theme-odx .ag-cell odx-checkbox-cell-renderer,.ag-theme-odx .ag-cell odx-checkbox-header-cell-renderer{align-items:center;display:inline-flex;height:100%;justify-content:center;line-height:calc(var(--odx-vertical-rythm-base-size)*1)}.ag-theme-odx .ag-cell.hide-ag-selection-checkbox .ag-cell-value{overflow:visible}.ag-theme-odx .ag-cell.hide-ag-selection-checkbox .ag-selection-checkbox,.ag-theme-odx .ag-header-cell.hide-ag-header-select-all .ag-header-select-all{display:none}.ag-theme-odx .ag-picker-field-icon{color:var(--odx-c-text)}.ag-theme-odx .ag-standard-button{background-color:var(--odx-c-primary);border-radius:var(--odx-border-radius-control);color:var(--odx-c-primary-text);height:calc(var(--odx-vertical-rythm-base-size)*1.5);min-width:calc(var(--odx-vertical-rythm-base-size)*3);outline-offset:calc(var(--odx-v-outline-width-bold)*-1);outline-width:var(--odx-v-outline-width-bold);transition:var(--odx-motion-transition-default);transition-property:background-color,color,outline}.ag-theme-odx .ag-cell-inline-editing:has(.ag-select){border:none}.ag-theme-odx .ag-select .ag-picker-field-wrapper{height:calc(var(--odx-vertical-rythm-base-size)*1.5)}.ag-theme-odx .ag-select .ag-picker-field-display{color:var(--odx-c-text)}.ag-theme-odx .ag-select .ag-picker-field-icon{padding-right:calc(var(--odx-vertical-rythm-base-size)*.5)}.ag-theme-odx .ag-header{border-bottom:var(--ag-borders-critical) var(--gray-700)}.ag-theme-odx .ag-header-row:not(:first-child) .ag-header-cell,.ag-theme-odx .ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group{border:none}.ag-theme-odx .ag-header .ag-cell-label-container{width:-moz-fit-content;width:fit-content}.ag-theme-odx .ag-header .ag-floating-filter .ag-filter-select .ag-picker-field-wrapper{height:calc(var(--odx-vertical-rythm-base-size)*1.5)}.ag-theme-odx .ag-header .ag-floating-filter input[type=text]:disabled{color:var(--odx-c-text);font-weight:var(--odx-typography-font-weight-medium);padding:0}.ag-theme-odx .ag-header .ag-header-cell-text{font-weight:var(--odx-typography-font-weight-medium)}.ag-theme-odx .ag-header .ag-header-cell-label{padding-right:calc(var(--odx-vertical-rythm-base-size)*.25)}.ag-theme-odx .ag-header .ag-header-icon.ag-header-cell-menu-button{height:calc(var(--odx-vertical-rythm-base-size)*.667);width:calc(var(--odx-vertical-rythm-base-size)*.667)}.ag-theme-odx.ag-popup [type=text]:focus{border:var(--ag-input-border);border-radius:var(--odx-v-border-radius);box-shadow:unset}.ag-theme-odx .ag-radio-button-input-wrapper{align-items:center;background-color:var(--odx-control-background-color);border-radius:50%;display:flex;flex:0 0 auto;height:calc(var(--odx-vertical-rythm-base-size)*.8334);justify-content:center;margin-bottom:calc(var(--odx-vertical-rythm-base-size)*.0834);margin-top:calc(var(--odx-vertical-rythm-base-size)*.0834);outline:var(--odx-v-outline-width) solid transparent;outline-color:var(--odx-control-outline-color);outline-offset:calc(var(--odx-v-outline-width)*-1);padding:1px;transition:var(--odx-motion-transition-default);transition-property:background-color,color,outline-color;width:calc(var(--odx-vertical-rythm-base-size)*.8334)}@media (hover:hover){.ag-theme-odx .ag-radio-button-input-wrapper:hover{background-color:var(--odx-control-background-color-hover);outline-color:var(--odx-control-outline-color-hover)}}.ag-theme-odx .ag-radio-button-input-wrapper.ag-checked{background-color:var(--odx-control-background-color-selected);color:var(--odx-control-color-selected);opacity:1;outline-color:var(--odx-control-outline-color-selected)}.ag-theme-odx .ag-radio-button-input-wrapper.ag-checked:after{background-color:var(--odx-control-color-selected);border-radius:50%;height:calc(var(--odx-vertical-rythm-base-size)*.1667);left:unset;margin-bottom:calc(var(--odx-vertical-rythm-base-size)*0);margin-top:calc(var(--odx-vertical-rythm-base-size)*0);top:unset;transform:scale(1);width:calc(var(--odx-vertical-rythm-base-size)*.1667)}.ag-theme-odx .ag-root-wrapper{border:none}.ag-theme-odx.no-filters .ag-header-row.ag-header-row-column-filter{display:none}.ag-theme-odx .ag-select-list{background-color:var(--odx-c-background-content);border-bottom:calc(var(--odx-vertical-rythm-base-size)*.5) solid transparent;border-radius:var(--odx-v-border-radius);border-top:calc(var(--odx-vertical-rythm-base-size)*.5) solid transparent;box-shadow:var(--odx-v-box-shadow-layer-1);color:var(--odx-c-text);overflow:auto;overscroll-behavior:contain}.ag-theme-odx .ag-select-list,.ag-theme-odx .ag-select-list .ag-list-item{padding-inline-end:calc(var(--odx-vertical-rythm-base-size)*.5);padding-inline-start:calc(var(--odx-vertical-rythm-base-size)*.5)}.ag-theme-odx .ag-select-list .ag-list-item{border-radius:var(--odx-v-border-radius-controls);cursor:pointer;font-weight:var(--odx-typography-font-weight-normal);letter-spacing:var(--odx-typography-font-weight-normal-letter-spacing);line-height:calc(var(--odx-vertical-rythm-base-size)*1);margin-block-end:calc(var(--odx-vertical-rythm-base-size)*.1667);padding-block-end:calc(var(--odx-vertical-rythm-base-size)*.25);padding-block-start:calc(var(--odx-vertical-rythm-base-size)*.25);transition-delay:0s;transition-duration:var(--odx-v-transition-duration);transition-property:background-color,color,outline-color;transition-timing-function:var(--odx-v-transition-easing-fn);-webkit-user-select:none;-moz-user-select:none;user-select:none}.ag-theme-odx .ag-select-list .ag-list-item:last-child{margin-bottom:0}@media (hover:hover){.ag-theme-odx .ag-select-list .ag-list-item:hover{background-color:var(--gray-50)}}.ag-theme-odx .ag-paging-panel .ag-paging-number,.ag-theme-odx .ag-paging-panel .ag-paging-row-summary-panel-number{font-weight:var(--odx-typography-font-weight-semibold)}.ag-theme-odx .ag-checkbox-input{background-color:var(--odx-control-background-color);border-radius:var(--odx-border-radius-control);color:var(--odx-control-color-selected);flex:0 0 auto;height:calc(var(--odx-vertical-rythm-base-size)*.8334);opacity:1;outline-color:var(--odx-control-outline-color);outline:var(--odx-v-outline-width) solid transparent;outline-offset:calc(var(--odx-v-outline-width)*-1);padding:1px;transition:var(--odx-motion-transition-default);transition-property:background-color,color;width:calc(var(--odx-vertical-rythm-base-size)*.8334)}@media (hover:hover){.ag-theme-odx .ag-checkbox-input:hover{background-color:var(--odx-control-background-color-hover);cursor:pointer;outline-color:var(--odx-control-outline-color-hover)}}.ag-theme-odx .ag-floating-top .ag-row{color:var(--odx-c-text-disabled)}.ag-theme-odx .ag-floating-top .ag-cell .ag-input-wrapper,.ag-theme-odx .ag-floating-top .ag-cell .ag-select{padding:0 calc(var(--ag-cell-horizontal-padding) - 1px)}.ag-theme-odx .ag-floating-top .ag-cell input{color:var(--odx-c-text);height:unset}.ag-theme-odx .ag-floating-top .ag-cell-focus:not(.ag-cell-range-selected):focus-within{border:none}.ag-theme-odx .ag-disabled{--ag-icon-font-color:var(--ag-disabled-foreground-color)}.ag-theme-odx .ag-icon:after,.ag-theme-odx .ag-icon:before{content:none}.ag-theme-odx .ag-icon-aggregation{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20 22H4.13l6.67-10L4.13 2H20l-1.33 2H7.87l4.59 6.89c.45.67.45 1.54 0 2.22L7.87 20h10.8z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-aggregation:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20 22H4.13l6.67-10L4.13 2H20l-1.33 2H7.87l4.59 6.89c.45.67.45 1.54 0 2.22L7.87 20h10.8z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20 22H4.13l6.67-10L4.13 2H20l-1.33 2H7.87l4.59 6.89c.45.67.45 1.54 0 2.22L7.87 20h10.8z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-arrows{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m17.8 16.2-1.4-1.4 2.8-2.8-2.8-2.8 1.4-1.4L22 12zM7.7 14.8 4.8 12l2.8-2.8-1.4-1.4L2 12l4.2 4.2zm.1 3 1.4-1.4 2.8 2.8 2.8-2.8 1.4 1.4L12 22zM9.2 7.7 12 4.8l2.8 2.8 1.4-1.4L12 2 7.8 6.2z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-arrows:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m17.8 16.2-1.4-1.4 2.8-2.8-2.8-2.8 1.4-1.4L22 12zM7.7 14.8 4.8 12l2.8-2.8-1.4-1.4L2 12l4.2 4.2zm.1 3 1.4-1.4 2.8 2.8 2.8-2.8 1.4 1.4L12 22zM9.2 7.7 12 4.8l2.8 2.8 1.4-1.4L12 2 7.8 6.2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m17.8 16.2-1.4-1.4 2.8-2.8-2.8-2.8 1.4-1.4L22 12zM7.7 14.8 4.8 12l2.8-2.8-1.4-1.4L2 12l4.2 4.2zm.1 3 1.4-1.4 2.8 2.8 2.8-2.8 1.4 1.4L12 22zM9.2 7.7 12 4.8l2.8 2.8 1.4-1.4L12 2 7.8 6.2z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-asc{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20.29 8.21 18 5.92v16.09h-2V5.91L13.71 8.2 12.3 6.79l4.71-4.71 4.71 4.71-1.41 1.41ZM8.48 2H6.51L3 11h2.1l.78-2.17h3.19L9.85 11H12zm.01 5.21H6.46l.66-1.8c.18-.5.33-1 .33-1.18h.05c0 .18.15.68.34 1.18l.66 1.8ZM10.95 12H4.11v1.77h3.33c.43 0 .85-.03 1.03-.1v.04c-.15.09-.42.4-.67.75l-3.79 4.98v1.57h7v-1.77h-3.5c-.43 0-.85.03-1.03.1v-.04c.14-.09.42-.4.67-.75l3.8-4.98z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-asc:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20.29 8.21 18 5.92v16.09h-2V5.91L13.71 8.2 12.3 6.79l4.71-4.71 4.71 4.71-1.41 1.41ZM8.48 2H6.51L3 11h2.1l.78-2.17h3.19L9.85 11H12zm.01 5.21H6.46l.66-1.8c.18-.5.33-1 .33-1.18h.05c0 .18.15.68.34 1.18l.66 1.8ZM10.95 12H4.11v1.77h3.33c.43 0 .85-.03 1.03-.1v.04c-.15.09-.42.4-.67.75l-3.79 4.98v1.57h7v-1.77h-3.5c-.43 0-.85.03-1.03.1v-.04c.14-.09.42-.4.67-.75l3.8-4.98z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20.29 8.21 18 5.92v16.09h-2V5.91L13.71 8.2 12.3 6.79l4.71-4.71 4.71 4.71-1.41 1.41ZM8.48 2H6.51L3 11h2.1l.78-2.17h3.19L9.85 11H12zm.01 5.21H6.46l.66-1.8c.18-.5.33-1 .33-1.18h.05c0 .18.15.68.34 1.18l.66 1.8ZM10.95 12H4.11v1.77h3.33c.43 0 .85-.03 1.03-.1v.04c-.15.09-.42.4-.67.75l-3.79 4.98v1.57h7v-1.77h-3.5c-.43 0-.85.03-1.03.1v-.04c.14-.09.42-.4.67-.75l3.8-4.98z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-cancel{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M15.3 7.3 12 10.6 8.7 7.3 7.3 8.7l3.3 3.3-3.3 3.3 1.4 1.4 3.3-3.3 3.3 3.3 1.4-1.4-3.3-3.3 3.3-3.3zM12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-cancel:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M15.3 7.3 12 10.6 8.7 7.3 7.3 8.7l3.3 3.3-3.3 3.3 1.4 1.4 3.3-3.3 3.3 3.3 1.4-1.4-3.3-3.3 3.3-3.3zM12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M15.3 7.3 12 10.6 8.7 7.3 7.3 8.7l3.3 3.3-3.3 3.3 1.4 1.4 3.3-3.3 3.3 3.3 1.4-1.4-3.3-3.3 3.3-3.3zM12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-chart{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19 6.7h-3V5c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v4.55H5c-1.1 0-2 .9-2 2V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8.7c0-1.1-.9-2-2-2M5 19v-7.45h3V19zm5 0V5h4v14zm6 0V8.7h3V19z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-chart:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19 6.7h-3V5c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v4.55H5c-1.1 0-2 .9-2 2V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8.7c0-1.1-.9-2-2-2M5 19v-7.45h3V19zm5 0V5h4v14zm6 0V8.7h3V19z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19 6.7h-3V5c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v4.55H5c-1.1 0-2 .9-2 2V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8.7c0-1.1-.9-2-2-2M5 19v-7.45h3V19zm5 0V5h4v14zm6 0V8.7h3V19z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-chevron-up{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 7.29 18.71 14l-1.42 1.41L12 10.12l-5.29 5.29L5.29 14z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-chevron-up:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 7.29 18.71 14l-1.42 1.41L12 10.12l-5.29 5.29L5.29 14z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 7.29 18.71 14l-1.42 1.41L12 10.12l-5.29 5.29L5.29 14z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-chevron-down{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m12 16.41-6.71-6.7 1.42-1.42 5.29 5.3 5.29-5.3 1.42 1.42z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-chevron-down:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m12 16.41-6.71-6.7 1.42-1.42 5.29 5.3 5.29-5.3 1.42 1.42z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m12 16.41-6.71-6.7 1.42-1.42 5.29 5.3 5.29-5.3 1.42 1.42z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-chevron-left{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m6.28 12 6.71-6.71 1.41 1.42L9.11 12l5.29 5.29-1.41 1.42z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-chevron-left:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m6.28 12 6.71-6.71 1.41 1.42L9.11 12l5.29 5.29-1.41 1.42z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m6.28 12 6.71-6.71 1.41 1.42L9.11 12l5.29 5.29-1.41 1.42z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-chevron-right{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m16.69 12-6.71 6.71-1.41-1.42L13.86 12 8.57 6.71l1.41-1.42z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-chevron-right:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m16.69 12-6.71 6.71-1.41-1.42L13.86 12 8.57 6.71l1.41-1.42z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m16.69 12-6.71 6.71-1.41-1.42L13.86 12 8.57 6.71l1.41-1.42z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-color-picker{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m21.4 4.2-1.6-1.6c-.8-.8-2.1-.8-2.9 0l-2.2 2.2c-.2-.2-.4-.3-.7-.3-.6 0-1 .5-1 1 0 .3.1.5.3.7L2.8 16.8 2 22l5.2-.8 10.5-10.5c.2.2.4.3.7.3.6 0 1-.5 1-1 0-.3-.1-.5-.3-.7L21.4 7c.8-.8.8-2 0-2.8M10.6 15H7.4l7.3-7.3 1.6 1.6zm7.1-7.1-1.6-1.6L18.4 4 20 5.6z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-color-picker:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m21.4 4.2-1.6-1.6c-.8-.8-2.1-.8-2.9 0l-2.2 2.2c-.2-.2-.4-.3-.7-.3-.6 0-1 .5-1 1 0 .3.1.5.3.7L2.8 16.8 2 22l5.2-.8 10.5-10.5c.2.2.4.3.7.3.6 0 1-.5 1-1 0-.3-.1-.5-.3-.7L21.4 7c.8-.8.8-2 0-2.8M10.6 15H7.4l7.3-7.3 1.6 1.6zm7.1-7.1-1.6-1.6L18.4 4 20 5.6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m21.4 4.2-1.6-1.6c-.8-.8-2.1-.8-2.9 0l-2.2 2.2c-.2-.2-.4-.3-.7-.3-.6 0-1 .5-1 1 0 .3.1.5.3.7L2.8 16.8 2 22l5.2-.8 10.5-10.5c.2.2.4.3.7.3.6 0 1-.5 1-1 0-.3-.1-.5-.3-.7L21.4 7c.8-.8.8-2 0-2.8M10.6 15H7.4l7.3-7.3 1.6 1.6zm7.1-7.1-1.6-1.6L18.4 4 20 5.6z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-columns{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M9 19H5V5h4zm1 0V5h4v14zm9 0h-4V5h4z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-columns:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M9 19H5V5h4zm1 0V5h4v14zm9 0h-4V5h4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M9 19H5V5h4zm1 0V5h4v14zm9 0h-4V5h4z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-contracted{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m16.69 12-6.71 6.71-1.41-1.42L13.86 12 8.57 6.71l1.41-1.42z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-contracted:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m16.69 12-6.71 6.71-1.41-1.42L13.86 12 8.57 6.71l1.41-1.42z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m16.69 12-6.71 6.71-1.41-1.42L13.86 12 8.57 6.71l1.41-1.42z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-copy{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M18 2H9c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2M9 17V4h9v13zm-3 3h11c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-copy:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M18 2H9c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2M9 17V4h9v13zm-3 3h11c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M18 2H9c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2M9 17V4h9v13zm-3 3h11c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-cut{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M16.5 15c-.5 0-.97.11-1.4.3l-1.91-2.97 4.57-7.11c.6-.93.33-2.17-.6-2.76S12 10.48 12 10.48L6.84 2.46c-.93.6-1.2 1.84-.6 2.76l4.57 7.11L8.9 15.3c-.43-.19-.9-.3-1.4-.3C5.57 15 4 16.57 4 18.5S5.57 22 7.5 22s3.5-1.57 3.5-3.5c0-.7-.21-1.34-.56-1.89L12 14.18l1.56 2.43c-.35.55-.56 1.19-.56 1.89 0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5m-9 5c-.83 0-1.5-.67-1.5-1.5S6.67 17 7.5 17s1.5.67 1.5 1.5S8.33 20 7.5 20m4.5-7c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5m4.5 7c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-cut:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M16.5 15c-.5 0-.97.11-1.4.3l-1.91-2.97 4.57-7.11c.6-.93.33-2.17-.6-2.76S12 10.48 12 10.48L6.84 2.46c-.93.6-1.2 1.84-.6 2.76l4.57 7.11L8.9 15.3c-.43-.19-.9-.3-1.4-.3C5.57 15 4 16.57 4 18.5S5.57 22 7.5 22s3.5-1.57 3.5-3.5c0-.7-.21-1.34-.56-1.89L12 14.18l1.56 2.43c-.35.55-.56 1.19-.56 1.89 0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5m-9 5c-.83 0-1.5-.67-1.5-1.5S6.67 17 7.5 17s1.5.67 1.5 1.5S8.33 20 7.5 20m4.5-7c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5m4.5 7c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M16.5 15c-.5 0-.97.11-1.4.3l-1.91-2.97 4.57-7.11c.6-.93.33-2.17-.6-2.76S12 10.48 12 10.48L6.84 2.46c-.93.6-1.2 1.84-.6 2.76l4.57 7.11L8.9 15.3c-.43-.19-.9-.3-1.4-.3C5.57 15 4 16.57 4 18.5S5.57 22 7.5 22s3.5-1.57 3.5-3.5c0-.7-.21-1.34-.56-1.89L12 14.18l1.56 2.43c-.35.55-.56 1.19-.56 1.89 0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5m-9 5c-.83 0-1.5-.67-1.5-1.5S6.67 17 7.5 17s1.5.67 1.5 1.5S8.33 20 7.5 20m4.5-7c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5m4.5 7c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-cross{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m19.71 5.71-1.42-1.42-6.29 6.3-6.29-6.3-1.42 1.42 6.3 6.29-6.3 6.29 1.42 1.42 6.29-6.3 6.29 6.3 1.42-1.42-6.3-6.29z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-cross:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m19.71 5.71-1.42-1.42-6.29 6.3-6.29-6.3-1.42 1.42 6.3 6.29-6.3 6.29 1.42 1.42 6.29-6.3 6.29 6.3 1.42-1.42-6.3-6.29z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m19.71 5.71-1.42-1.42-6.29 6.3-6.29-6.3-1.42 1.42 6.3 6.29-6.3 6.29 1.42 1.42 6.29-6.3 6.29 6.3 1.42-1.42-6.3-6.29z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-csv{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19.41 5 17 2.59c-.37-.37-.89-.59-1.41-.59H6c-1.1 0-2 .9-2 2v3H2v10h2v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6.41c0-.53-.21-1.04-.59-1.41M5.11 15.11c-1.32 0-2.26-1.26-2.26-3.1s.94-3.1 2.26-3.1c.84 0 1.53.51 1.88 1.47l-.84.69c-.2-.59-.56-.95-1.04-.95-.71 0-1.22.71-1.22 1.89s.51 1.89 1.22 1.89c.47 0 .83-.36 1.04-.95l.84.69c-.35.96-1.04 1.47-1.88 1.47M6 20v-3h10V7H6V4h9.59L18 6.41V20zm3.08-7.33-.42-.15c-.88-.34-1.29-.91-1.29-1.85 0-1.03.69-1.76 1.71-1.76.77 0 1.42.44 1.7 1.25l-.8.56c-.16-.45-.49-.65-.9-.65-.45 0-.7.21-.7.54 0 .39.28.54.69.69l.42.15c.93.32 1.38.9 1.38 1.83 0 1.11-.68 1.85-1.81 1.85-.78 0-1.49-.4-1.83-1.38l.81-.62c.18.51.53.85 1.02.85s.81-.24.81-.6-.27-.5-.81-.69Zm1.79-3.65h1.07l.93 3.53c.09.34.17.68.17.8h.03c0-.12.08-.46.17-.8l.93-3.53h1.04L13.54 15h-.98l-1.68-5.98Z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-csv:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19.41 5 17 2.59c-.37-.37-.89-.59-1.41-.59H6c-1.1 0-2 .9-2 2v3H2v10h2v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6.41c0-.53-.21-1.04-.59-1.41M5.11 15.11c-1.32 0-2.26-1.26-2.26-3.1s.94-3.1 2.26-3.1c.84 0 1.53.51 1.88 1.47l-.84.69c-.2-.59-.56-.95-1.04-.95-.71 0-1.22.71-1.22 1.89s.51 1.89 1.22 1.89c.47 0 .83-.36 1.04-.95l.84.69c-.35.96-1.04 1.47-1.88 1.47M6 20v-3h10V7H6V4h9.59L18 6.41V20zm3.08-7.33-.42-.15c-.88-.34-1.29-.91-1.29-1.85 0-1.03.69-1.76 1.71-1.76.77 0 1.42.44 1.7 1.25l-.8.56c-.16-.45-.49-.65-.9-.65-.45 0-.7.21-.7.54 0 .39.28.54.69.69l.42.15c.93.32 1.38.9 1.38 1.83 0 1.11-.68 1.85-1.81 1.85-.78 0-1.49-.4-1.83-1.38l.81-.62c.18.51.53.85 1.02.85s.81-.24.81-.6-.27-.5-.81-.69Zm1.79-3.65h1.07l.93 3.53c.09.34.17.68.17.8h.03c0-.12.08-.46.17-.8l.93-3.53h1.04L13.54 15h-.98l-1.68-5.98Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19.41 5 17 2.59c-.37-.37-.89-.59-1.41-.59H6c-1.1 0-2 .9-2 2v3H2v10h2v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6.41c0-.53-.21-1.04-.59-1.41M5.11 15.11c-1.32 0-2.26-1.26-2.26-3.1s.94-3.1 2.26-3.1c.84 0 1.53.51 1.88 1.47l-.84.69c-.2-.59-.56-.95-1.04-.95-.71 0-1.22.71-1.22 1.89s.51 1.89 1.22 1.89c.47 0 .83-.36 1.04-.95l.84.69c-.35.96-1.04 1.47-1.88 1.47M6 20v-3h10V7H6V4h9.59L18 6.41V20zm3.08-7.33-.42-.15c-.88-.34-1.29-.91-1.29-1.85 0-1.03.69-1.76 1.71-1.76.77 0 1.42.44 1.7 1.25l-.8.56c-.16-.45-.49-.65-.9-.65-.45 0-.7.21-.7.54 0 .39.28.54.69.69l.42.15c.93.32 1.38.9 1.38 1.83 0 1.11-.68 1.85-1.81 1.85-.78 0-1.49-.4-1.83-1.38l.81-.62c.18.51.53.85 1.02.85s.81-.24.81-.6-.27-.5-.81-.69Zm1.79-3.65h1.07l.93 3.53c.09.34.17.68.17.8h.03c0-.12.08-.46.17-.8l.93-3.53h1.04L13.54 15h-.98l-1.68-5.98Z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-desc{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M21.71 17.21 17 21.92l-4.71-4.71 1.41-1.41 2.29 2.29V2h2v16.09l2.29-2.29 1.41 1.41ZM8.48 2 12 11H9.85l-.78-2.17H5.88L5.1 11H3l3.51-9zm.01 5.21-.66-1.8c-.18-.5-.34-1-.34-1.18h-.05c0 .18-.15.68-.33 1.18l-.66 1.8h2.03ZM6.47 19.33v-.04c.14-.09.42-.4.67-.75l3.8-4.98v-1.57H4.1v1.77h3.33c.43 0 .85-.03 1.03-.1v.04c-.15.09-.42.4-.67.75L4 19.43V21h7v-1.77H7.5c-.43 0-.85.03-1.03.1'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-desc:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M21.71 17.21 17 21.92l-4.71-4.71 1.41-1.41 2.29 2.29V2h2v16.09l2.29-2.29 1.41 1.41ZM8.48 2 12 11H9.85l-.78-2.17H5.88L5.1 11H3l3.51-9zm.01 5.21-.66-1.8c-.18-.5-.34-1-.34-1.18h-.05c0 .18-.15.68-.33 1.18l-.66 1.8h2.03ZM6.47 19.33v-.04c.14-.09.42-.4.67-.75l3.8-4.98v-1.57H4.1v1.77h3.33c.43 0 .85-.03 1.03-.1v.04c-.15.09-.42.4-.67.75L4 19.43V21h7v-1.77H7.5c-.43 0-.85.03-1.03.1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M21.71 17.21 17 21.92l-4.71-4.71 1.41-1.41 2.29 2.29V2h2v16.09l2.29-2.29 1.41 1.41ZM8.48 2 12 11H9.85l-.78-2.17H5.88L5.1 11H3l3.51-9zm.01 5.21-.66-1.8c-.18-.5-.34-1-.34-1.18h-.05c0 .18-.15.68-.33 1.18l-.66 1.8h2.03ZM6.47 19.33v-.04c.14-.09.42-.4.67-.75l3.8-4.98v-1.57H4.1v1.77h3.33c.43 0 .85-.03 1.03-.1v.04c-.15.09-.42.4-.67.75L4 19.43V21h7v-1.77H7.5c-.43 0-.85.03-1.03.1'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-down{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M11 2v15.24l-4.78-4.78-1.41 1.42L12 21.07l7.19-7.19-1.41-1.42L13 17.24V2z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-down:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M11 2v15.24l-4.78-4.78-1.41 1.42L12 21.07l7.19-7.19-1.41-1.42L13 17.24V2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M11 2v15.24l-4.78-4.78-1.41 1.42L12 21.07l7.19-7.19-1.41-1.42L13 17.24V2z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-edit{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M21.5 4.09 19.91 2.5c-.78-.78-2.06-.77-2.85.02L3.13 16.46 2.3 21.7l5.24-.83L21.48 6.93c.79-.79.8-2.07.02-2.85ZM6.59 19l-1.88.3.3-1.88L16.22 6.21l1.59 1.59L6.6 19.01ZM20.07 5.52 18.8 6.79 17.21 5.2l1.29-1.29 1.58 1.57s0 .02-.02.03Z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-edit:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M21.5 4.09 19.91 2.5c-.78-.78-2.06-.77-2.85.02L3.13 16.46 2.3 21.7l5.24-.83L21.48 6.93c.79-.79.8-2.07.02-2.85ZM6.59 19l-1.88.3.3-1.88L16.22 6.21l1.59 1.59L6.6 19.01ZM20.07 5.52 18.8 6.79 17.21 5.2l1.29-1.29 1.58 1.57s0 .02-.02.03Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M21.5 4.09 19.91 2.5c-.78-.78-2.06-.77-2.85.02L3.13 16.46 2.3 21.7l5.24-.83L21.48 6.93c.79-.79.8-2.07.02-2.85ZM6.59 19l-1.88.3.3-1.88L16.22 6.21l1.59 1.59L6.6 19.01ZM20.07 5.52 18.8 6.79 17.21 5.2l1.29-1.29 1.58 1.57s0 .02-.02.03Z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-excel{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19.41 5 17 2.59c-.37-.37-.89-.59-1.41-.59H6c-1.1 0-2 .9-2 2v3H2v10h2v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6.41c0-.53-.21-1.04-.59-1.41M5 16l2.95-4.02L5.05 8h2.12l1.18 1.62c.33.46.65.91.65 1.07h.05c0-.16.29-.62.62-1.07L10.86 8h2.1l-2.9 3.97L13 16h-2.12l-1.19-1.63c-.33-.46-.68-.92-.68-1.07h-.05c0 .16-.32.62-.65 1.07L7.11 16h-2.1Zm1 4v-3h10V7H6V4h9.59L18 6.41V20z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-excel:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19.41 5 17 2.59c-.37-.37-.89-.59-1.41-.59H6c-1.1 0-2 .9-2 2v3H2v10h2v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6.41c0-.53-.21-1.04-.59-1.41M5 16l2.95-4.02L5.05 8h2.12l1.18 1.62c.33.46.65.91.65 1.07h.05c0-.16.29-.62.62-1.07L10.86 8h2.1l-2.9 3.97L13 16h-2.12l-1.19-1.63c-.33-.46-.68-.92-.68-1.07h-.05c0 .16-.32.62-.65 1.07L7.11 16h-2.1Zm1 4v-3h10V7H6V4h9.59L18 6.41V20z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19.41 5 17 2.59c-.37-.37-.89-.59-1.41-.59H6c-1.1 0-2 .9-2 2v3H2v10h2v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6.41c0-.53-.21-1.04-.59-1.41M5 16l2.95-4.02L5.05 8h2.12l1.18 1.62c.33.46.65.91.65 1.07h.05c0-.16.29-.62.62-1.07L10.86 8h2.1l-2.9 3.97L13 16h-2.12l-1.19-1.63c-.33-.46-.68-.92-.68-1.07h-.05c0 .16-.32.62-.65 1.07L7.11 16h-2.1Zm1 4v-3h10V7H6V4h9.59L18 6.41V20z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-expanded{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m6.28 12 6.71-6.71 1.41 1.42L9.11 12l5.29 5.29-1.41 1.42z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-expanded:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m6.28 12 6.71-6.71 1.41 1.42L9.11 12l5.29 5.29-1.41 1.42z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m6.28 12 6.71-6.71 1.41 1.42L9.11 12l5.29 5.29-1.41 1.42z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-eye-slash{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 5c-1.2 0-2.4.2-3.5.6l1.6 1.6c.6-.1 1.2-.2 1.9-.2 2.2 0 4 1.8 4 4 0 .6-.2 1.2-.4 1.8l.8.7c.4-.7.7-1.6.7-2.5 0-1.1-.4-2.1-1-3 1.6.8 3.1 2.2 4.3 4-.8 1.1-1.7 2.1-2.7 2.9l1.4 1.4c1.4-1.1 2.6-2.6 3.6-4.3-2.5-4.3-6.4-7-10.7-7m3 8.6L2.7 1.3 1.3 2.7l4.4 4.4C4 8.3 2.5 10 1.3 12c2.6 4.3 6.4 7 10.7 7 1.6 0 3.1-.4 4.5-1l4.8 4.8 1.4-1.4zM12 17c-3.1 0-6.1-1.8-8.4-5 1-1.5 2.2-2.6 3.5-3.5l6.2 6.2c-.4.2-.8.3-1.3.3-2.2 0-4-1.8-4-4H7c0 2.8 2.2 5 5 5 .8 0 1.5-.2 2.1-.5l.9.9q-1.5.6-3 .6'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-eye-slash:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 5c-1.2 0-2.4.2-3.5.6l1.6 1.6c.6-.1 1.2-.2 1.9-.2 2.2 0 4 1.8 4 4 0 .6-.2 1.2-.4 1.8l.8.7c.4-.7.7-1.6.7-2.5 0-1.1-.4-2.1-1-3 1.6.8 3.1 2.2 4.3 4-.8 1.1-1.7 2.1-2.7 2.9l1.4 1.4c1.4-1.1 2.6-2.6 3.6-4.3-2.5-4.3-6.4-7-10.7-7m3 8.6L2.7 1.3 1.3 2.7l4.4 4.4C4 8.3 2.5 10 1.3 12c2.6 4.3 6.4 7 10.7 7 1.6 0 3.1-.4 4.5-1l4.8 4.8 1.4-1.4zM12 17c-3.1 0-6.1-1.8-8.4-5 1-1.5 2.2-2.6 3.5-3.5l6.2 6.2c-.4.2-.8.3-1.3.3-2.2 0-4-1.8-4-4H7c0 2.8 2.2 5 5 5 .8 0 1.5-.2 2.1-.5l.9.9q-1.5.6-3 .6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 5c-1.2 0-2.4.2-3.5.6l1.6 1.6c.6-.1 1.2-.2 1.9-.2 2.2 0 4 1.8 4 4 0 .6-.2 1.2-.4 1.8l.8.7c.4-.7.7-1.6.7-2.5 0-1.1-.4-2.1-1-3 1.6.8 3.1 2.2 4.3 4-.8 1.1-1.7 2.1-2.7 2.9l1.4 1.4c1.4-1.1 2.6-2.6 3.6-4.3-2.5-4.3-6.4-7-10.7-7m3 8.6L2.7 1.3 1.3 2.7l4.4 4.4C4 8.3 2.5 10 1.3 12c2.6 4.3 6.4 7 10.7 7 1.6 0 3.1-.4 4.5-1l4.8 4.8 1.4-1.4zM12 17c-3.1 0-6.1-1.8-8.4-5 1-1.5 2.2-2.6 3.5-3.5l6.2 6.2c-.4.2-.8.3-1.3.3-2.2 0-4-1.8-4-4H7c0 2.8 2.2 5 5 5 .8 0 1.5-.2 2.1-.5l.9.9q-1.5.6-3 .6'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-eye{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 5C7.68 5 3.83 7.72 1.26 12c2.57 4.28 6.42 7 10.74 7s8.17-2.72 10.74-7C20.17 7.72 16.32 5 12 5m0 12c-3.11 0-6.11-1.81-8.36-5C5.89 8.81 8.88 7 12 7c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4H7c0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.11-.37-2.12-.98-2.95 1.6.85 3.09 2.17 4.34 3.95-2.25 3.19-5.24 5-8.36 5'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-eye:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 5C7.68 5 3.83 7.72 1.26 12c2.57 4.28 6.42 7 10.74 7s8.17-2.72 10.74-7C20.17 7.72 16.32 5 12 5m0 12c-3.11 0-6.11-1.81-8.36-5C5.89 8.81 8.88 7 12 7c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4H7c0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.11-.37-2.12-.98-2.95 1.6.85 3.09 2.17 4.34 3.95-2.25 3.19-5.24 5-8.36 5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 5C7.68 5 3.83 7.72 1.26 12c2.57 4.28 6.42 7 10.74 7s8.17-2.72 10.74-7C20.17 7.72 16.32 5 12 5m0 12c-3.11 0-6.11-1.81-8.36-5C5.89 8.81 8.88 7 12 7c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4H7c0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.11-.37-2.12-.98-2.95 1.6.85 3.09 2.17 4.34 3.95-2.25 3.19-5.24 5-8.36 5'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-filter{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m2 3 7 9.33v8.95l4.49-1.12c.89-.22 1.51-1.02 1.51-1.94v-5.89L22 3zm11 9.33v5.89l-2 .5v-6.39c0-.43-.14-.85-.4-1.2L6 5h12l-4.6 6.13c-.26.35-.4.77-.4 1.2'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-filter:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m2 3 7 9.33v8.95l4.49-1.12c.89-.22 1.51-1.02 1.51-1.94v-5.89L22 3zm11 9.33v5.89l-2 .5v-6.39c0-.43-.14-.85-.4-1.2L6 5h12l-4.6 6.13c-.26.35-.4.77-.4 1.2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m2 3 7 9.33v8.95l4.49-1.12c.89-.22 1.51-1.02 1.51-1.94v-5.89L22 3zm11 9.33v5.89l-2 .5v-6.39c0-.43-.14-.85-.4-1.2L6 5h12l-4.6 6.13c-.26.35-.4.77-.4 1.2'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-first{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m10.28 12 6.71-6.71L18.4 6.7l-5.29 5.29 5.29 5.29-1.41 1.41-6.71-6.71ZM9 5.5H7v13h2z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-first:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m10.28 12 6.71-6.71L18.4 6.7l-5.29 5.29 5.29 5.29-1.41 1.41-6.71-6.71ZM9 5.5H7v13h2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m10.28 12 6.71-6.71L18.4 6.7l-5.29 5.29 5.29 5.29-1.41 1.41-6.71-6.71ZM9 5.5H7v13h2z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-grip{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M7 7c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m12-2c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2m0 7c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2M9 12c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2m0 7c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2m10 0c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-grip:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M7 7c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m12-2c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2m0 7c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2M9 12c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2m0 7c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2m10 0c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M7 7c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m12-2c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2m0 7c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2M9 12c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2m0 7c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2m10 0c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-group{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M7 6H3V4h4zm14-2H9v2h12zM11 9H7v2h4zm10 0h-8v2h8zm-10 5H7v2h4zm10 0h-8v2h8zm-10 5H7v2h4zm10 0h-8v2h8z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-group:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M7 6H3V4h4zm14-2H9v2h12zM11 9H7v2h4zm10 0h-8v2h8zm-10 5H7v2h4zm10 0h-8v2h8zm-10 5H7v2h4zm10 0h-8v2h8z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M7 6H3V4h4zm14-2H9v2h12zM11 9H7v2h4zm10 0h-8v2h8zm-10 5H7v2h4zm10 0h-8v2h8zm-10 5H7v2h4zm10 0h-8v2h8z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-last{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m13.69 12-6.71 6.71-1.41-1.41 5.29-5.29-5.29-5.29 1.41-1.41 6.71 6.71ZM17 5.5h-2v13h2z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-last:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m13.69 12-6.71 6.71-1.41-1.41 5.29-5.29-5.29-5.29 1.41-1.41 6.71 6.71ZM17 5.5h-2v13h2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m13.69 12-6.71 6.71-1.41-1.41 5.29-5.29-5.29-5.29 1.41-1.41 6.71 6.71ZM17 5.5h-2v13h2z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-left{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M22 11H6.76l4.78-4.78-1.42-1.41L2.93 12l7.19 7.19 1.42-1.41L6.76 13H22z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-left:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M22 11H6.76l4.78-4.78-1.42-1.41L2.93 12l7.19 7.19 1.42-1.41L6.76 13H22z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M22 11H6.76l4.78-4.78-1.42-1.41L2.93 12l7.19 7.19 1.42-1.41L6.76 13H22z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-linked{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12.5 9h1.45c.03.16.05.33.05.5 0 .57-.2 1.08-.51 1.5h-.99C10.57 11 9 12.57 9 14.5s1.57 3.5 3.5 3.5h4c1.93 0 3.5-1.57 3.5-3.5 0-1.49-.93-2.75-2.24-3.26Q18 10.4 18 9.5c0-.1-.01-.19-.01-.29A5.49 5.49 0 0 1 22 14.5c0 3.04-2.46 5.5-5.5 5.5h-4C9.46 20 7 17.54 7 14.5S9.46 9 12.5 9M2 9.5c0 2.52 1.7 4.64 4.01 5.29 0-.1-.01-.19-.01-.29 0-.6.09-1.19.24-1.74A3.5 3.5 0 0 1 4 9.5C4 7.57 5.57 6 7.5 6h4C13.43 6 15 7.57 15 9.5S13.43 13 11.5 13h-.99c-.32.42-.51.93-.51 1.5 0 .17.02.34.05.5h1.45c3.04 0 5.5-2.46 5.5-5.5S14.54 4 11.5 4h-4C4.46 4 2 6.46 2 9.5'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-linked:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12.5 9h1.45c.03.16.05.33.05.5 0 .57-.2 1.08-.51 1.5h-.99C10.57 11 9 12.57 9 14.5s1.57 3.5 3.5 3.5h4c1.93 0 3.5-1.57 3.5-3.5 0-1.49-.93-2.75-2.24-3.26Q18 10.4 18 9.5c0-.1-.01-.19-.01-.29A5.49 5.49 0 0 1 22 14.5c0 3.04-2.46 5.5-5.5 5.5h-4C9.46 20 7 17.54 7 14.5S9.46 9 12.5 9M2 9.5c0 2.52 1.7 4.64 4.01 5.29 0-.1-.01-.19-.01-.29 0-.6.09-1.19.24-1.74A3.5 3.5 0 0 1 4 9.5C4 7.57 5.57 6 7.5 6h4C13.43 6 15 7.57 15 9.5S13.43 13 11.5 13h-.99c-.32.42-.51.93-.51 1.5 0 .17.02.34.05.5h1.45c3.04 0 5.5-2.46 5.5-5.5S14.54 4 11.5 4h-4C4.46 4 2 6.46 2 9.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12.5 9h1.45c.03.16.05.33.05.5 0 .57-.2 1.08-.51 1.5h-.99C10.57 11 9 12.57 9 14.5s1.57 3.5 3.5 3.5h4c1.93 0 3.5-1.57 3.5-3.5 0-1.49-.93-2.75-2.24-3.26Q18 10.4 18 9.5c0-.1-.01-.19-.01-.29A5.49 5.49 0 0 1 22 14.5c0 3.04-2.46 5.5-5.5 5.5h-4C9.46 20 7 17.54 7 14.5S9.46 9 12.5 9M2 9.5c0 2.52 1.7 4.64 4.01 5.29 0-.1-.01-.19-.01-.29 0-.6.09-1.19.24-1.74A3.5 3.5 0 0 1 4 9.5C4 7.57 5.57 6 7.5 6h4C13.43 6 15 7.57 15 9.5S13.43 13 11.5 13h-.99c-.32.42-.51.93-.51 1.5 0 .17.02.34.05.5h1.45c3.04 0 5.5-2.46 5.5-5.5S14.54 4 11.5 4h-4C4.46 4 2 6.46 2 9.5'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-loading{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13 2v4h-2V2zm-5.1.8-1.7 1 2 3.5 1.7-1zM3.8 6.1l-1 1.7 3.5 2 1-1.7zM2 11v2h4v-2zm4.3 3.1-3.5 2 1 1.7 3.5-2zm1.8 2.6-2 3.5 1.7 1 2-3.5zM11 18v4h2v-4zm4.9-1.3-1.7 1 2 3.5 1.7-1zm1.8-2.6-1 1.7 3.5 2 1-1.7zM18 11v2h4v-2zm2.2-4.9-3.5 2 1 1.7 3.5-2zm-4.1-3.3-2 3.5 1.7 1 2-3.5z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-loading:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13 2v4h-2V2zm-5.1.8-1.7 1 2 3.5 1.7-1zM3.8 6.1l-1 1.7 3.5 2 1-1.7zM2 11v2h4v-2zm4.3 3.1-3.5 2 1 1.7 3.5-2zm1.8 2.6-2 3.5 1.7 1 2-3.5zM11 18v4h2v-4zm4.9-1.3-1.7 1 2 3.5 1.7-1zm1.8-2.6-1 1.7 3.5 2 1-1.7zM18 11v2h4v-2zm2.2-4.9-3.5 2 1 1.7 3.5-2zm-4.1-3.3-2 3.5 1.7 1 2-3.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13 2v4h-2V2zm-5.1.8-1.7 1 2 3.5 1.7-1zM3.8 6.1l-1 1.7 3.5 2 1-1.7zM2 11v2h4v-2zm4.3 3.1-3.5 2 1 1.7 3.5-2zm1.8 2.6-2 3.5 1.7 1 2-3.5zM11 18v4h2v-4zm4.9-1.3-1.7 1 2 3.5 1.7-1zm1.8-2.6-1 1.7 3.5 2 1-1.7zM18 11v2h4v-2zm2.2-4.9-3.5 2 1 1.7 3.5-2zm-4.1-3.3-2 3.5 1.7 1 2-3.5z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-maximize{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20 12h-2V6h-6V4h8zm-8 6H6v-6H4v8h8z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-maximize:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20 12h-2V6h-6V4h8zm-8 6H6v-6H4v8h8z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20 12h-2V6h-6V4h8zm-8 6H6v-6H4v8h8z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-menu{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M2 16h20v2H2zm0-3h20v-2H2zm0-7v2h20V6z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-menu:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M2 16h20v2H2zm0-3h20v-2H2zm0-7v2h20V6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M2 16h20v2H2zm0-3h20v-2H2zm0-7v2h20V6z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-menu-alt{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M14 12c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2m-8-2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-menu-alt:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M14 12c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2m-8-2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M14 12c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2m-8-2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-minimize{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M11 20H9v-5H4v-2h7zm9-11h-5V4h-2v7h7z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-minimize:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M11 20H9v-5H4v-2h7zm9-11h-5V4h-2v7h7z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M11 20H9v-5H4v-2h7zm9-11h-5V4h-2v7h7z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-minus{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M4 11h16v2H4z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-minus:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M4 11h16v2H4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M4 11h16v2H4z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-next{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m16.69 12-6.71 6.71-1.41-1.42L13.86 12 8.57 6.71l1.41-1.42z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-next:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m16.69 12-6.71 6.71-1.41-1.42L13.86 12 8.57 6.71l1.41-1.42z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m16.69 12-6.71 6.71-1.41-1.42L13.86 12 8.57 6.71l1.41-1.42z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-none{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M21 8H3V6h18zm-6 3H3v2h12zm-6 5H3v2h6z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-none:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M21 8H3V6h18zm-6 3H3v2h12zm-6 5H3v2h6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M21 8H3V6h18zm-6 3H3v2h12zm-6 5H3v2h6z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-not-allowed{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m4.71-11.29L13.42 12l3.29 3.29a.996.996 0 0 1-.71 1.7c-.26 0-.51-.1-.71-.29L12 13.41 8.71 16.7c-.2.2-.45.29-.71.29s-.51-.1-.71-.29a.996.996 0 0 1 0-1.41L10.58 12 7.29 8.71A.996.996 0 1 1 8.7 7.3l3.29 3.29 3.29-3.29a.996.996 0 1 1 1.41 1.41Z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-not-allowed:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m4.71-11.29L13.42 12l3.29 3.29a.996.996 0 0 1-.71 1.7c-.26 0-.51-.1-.71-.29L12 13.41 8.71 16.7c-.2.2-.45.29-.71.29s-.51-.1-.71-.29a.996.996 0 0 1 0-1.41L10.58 12 7.29 8.71A.996.996 0 1 1 8.7 7.3l3.29 3.29 3.29-3.29a.996.996 0 1 1 1.41 1.41Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m4.71-11.29L13.42 12l3.29 3.29a.996.996 0 0 1-.71 1.7c-.26 0-.51-.1-.71-.29L12 13.41 8.71 16.7c-.2.2-.45.29-.71.29s-.51-.1-.71-.29a.996.996 0 0 1 0-1.41L10.58 12 7.29 8.71A.996.996 0 1 1 8.7 7.3l3.29 3.29 3.29-3.29a.996.996 0 1 1 1.41 1.41Z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-paste{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M18 4h-4c0-1.1-.9-2-2-2s-2 .9-2 2H6c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m-6-1c.6 0 1 .5 1 1h-2c0-.5.4-1 1-1m6 17H6V6h1v2h10V6h1z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-paste:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M18 4h-4c0-1.1-.9-2-2-2s-2 .9-2 2H6c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m-6-1c.6 0 1 .5 1 1h-2c0-.5.4-1 1-1m6 17H6V6h1v2h10V6h1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M18 4h-4c0-1.1-.9-2-2-2s-2 .9-2 2H6c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m-6-1c.6 0 1 .5 1 1h-2c0-.5.4-1 1-1m6 17H6V6h1v2h10V6h1z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-pin{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m21.41 4.99-2.4-2.4c-.66-.66-1.72-.76-2.52-.24L9.61 6.82 7.91 6c-.77-.37-1.71-.21-2.33.41L3.19 8.8l5.3 5.3-6.46 6.46L2 22.01l1.45-.03 6.46-6.46 5.3 5.3 2.39-2.39c.62-.62.78-1.55.41-2.33l-.82-1.7 4.47-6.88c.52-.8.42-1.86-.24-2.52Zm-6.2 12.99L6.02 8.8l1.01-1 2.46 1.19 5.55 5.59 1.14 2.44-.98.98Zm.18-4.49L10.53 8.6 17.6 4l2.38 2.42z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-pin:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m21.41 4.99-2.4-2.4c-.66-.66-1.72-.76-2.52-.24L9.61 6.82 7.91 6c-.77-.37-1.71-.21-2.33.41L3.19 8.8l5.3 5.3-6.46 6.46L2 22.01l1.45-.03 6.46-6.46 5.3 5.3 2.39-2.39c.62-.62.78-1.55.41-2.33l-.82-1.7 4.47-6.88c.52-.8.42-1.86-.24-2.52Zm-6.2 12.99L6.02 8.8l1.01-1 2.46 1.19 5.55 5.59 1.14 2.44-.98.98Zm.18-4.49L10.53 8.6 17.6 4l2.38 2.42z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m21.41 4.99-2.4-2.4c-.66-.66-1.72-.76-2.52-.24L9.61 6.82 7.91 6c-.77-.37-1.71-.21-2.33.41L3.19 8.8l5.3 5.3-6.46 6.46L2 22.01l1.45-.03 6.46-6.46 5.3 5.3 2.39-2.39c.62-.62.78-1.55.41-2.33l-.82-1.7 4.47-6.88c.52-.8.42-1.86-.24-2.52Zm-6.2 12.99L6.02 8.8l1.01-1 2.46 1.19 5.55 5.59 1.14 2.44-.98.98Zm.18-4.49L10.53 8.6 17.6 4l2.38 2.42z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-pivot{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20 3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M8.67 19H4v-3h4.67zm0-4H4v-3h4.67zm0-4H4V8h4.67zm5.66 8H9.66v-3h4.67zm0-4H9.66v-3h4.67zm0-4H9.66V8h4.67zM20 19h-4.67v-3H20zm0-4h-4.67v-3H20zm0-4h-4.67V8H20z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-pivot:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20 3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M8.67 19H4v-3h4.67zm0-4H4v-3h4.67zm0-4H4V8h4.67zm5.66 8H9.66v-3h4.67zm0-4H9.66v-3h4.67zm0-4H9.66V8h4.67zM20 19h-4.67v-3H20zm0-4h-4.67v-3H20zm0-4h-4.67V8H20z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20 3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M8.67 19H4v-3h4.67zm0-4H4v-3h4.67zm0-4H4V8h4.67zm5.66 8H9.66v-3h4.67zm0-4H9.66v-3h4.67zm0-4H9.66V8h4.67zM20 19h-4.67v-3H20zm0-4h-4.67v-3H20zm0-4h-4.67V8H20z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-plus{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20 11h-7V4h-2v7H4v2h7v7h2v-7h7z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-plus:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20 11h-7V4h-2v7H4v2h7v7h2v-7h7z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20 11h-7V4h-2v7H4v2h7v7h2v-7h7z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-previous{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m6.28 12 6.71-6.71 1.41 1.42L9.11 12l5.29 5.29-1.41 1.42z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-previous:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m6.28 12 6.71-6.71 1.41 1.42L9.11 12l5.29 5.29-1.41 1.42z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m6.28 12 6.71-6.71 1.41 1.42L9.11 12l5.29 5.29-1.41 1.42z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-right{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M2 13h15.24l-4.78 4.78 1.42 1.41L21.07 12l-7.19-7.19-1.42 1.41L17.24 11H2z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-right:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M2 13h15.24l-4.78 4.78 1.42 1.41L21.07 12l-7.19-7.19-1.42 1.41L17.24 11H2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M2 13h15.24l-4.78 4.78 1.42 1.41L21.07 12l-7.19-7.19-1.42 1.41L17.24 11H2z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-save{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20.41 7 17 3.59c-.22-.22-.49-.38-.78-.47-.02-.01-.05-.01-.07-.02-.11-.03-.22-.06-.34-.07-.04 0-.07-.02-.11-.02H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8.42c0-.53-.21-1.04-.59-1.41ZM15 5v3H9V5zm2 14H7v-6h10zm2 0h-1v-7H6v7H5V5h2v5h10V6.41l2 2z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-save:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20.41 7 17 3.59c-.22-.22-.49-.38-.78-.47-.02-.01-.05-.01-.07-.02-.11-.03-.22-.06-.34-.07-.04 0-.07-.02-.11-.02H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8.42c0-.53-.21-1.04-.59-1.41ZM15 5v3H9V5zm2 14H7v-6h10zm2 0h-1v-7H6v7H5V5h2v5h10V6.41l2 2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20.41 7 17 3.59c-.22-.22-.49-.38-.78-.47-.02-.01-.05-.01-.07-.02-.11-.03-.22-.06-.34-.07-.04 0-.07-.02-.11-.02H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8.42c0-.53-.21-1.04-.59-1.41ZM15 5v3H9V5zm2 14H7v-6h10zm2 0h-1v-7H6v7H5V5h2v5h10V6.41l2 2z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-small-down{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m12 16.41-6.71-6.7 1.42-1.42 5.29 5.3 5.29-5.3 1.42 1.42z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-small-down:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m12 16.41-6.71-6.7 1.42-1.42 5.29 5.3 5.29-5.3 1.42 1.42z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m12 16.41-6.71-6.7 1.42-1.42 5.29 5.3 5.29-5.3 1.42 1.42z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-small-left{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m6.28 12 6.71-6.71 1.41 1.42L9.11 12l5.29 5.29-1.41 1.42z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-small-left:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m6.28 12 6.71-6.71 1.41 1.42L9.11 12l5.29 5.29-1.41 1.42z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m6.28 12 6.71-6.71 1.41 1.42L9.11 12l5.29 5.29-1.41 1.42z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-small-right{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m16.69 12-6.71 6.71-1.41-1.42L13.86 12 8.57 6.71l1.41-1.42z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-small-right:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m16.69 12-6.71 6.71-1.41-1.42L13.86 12 8.57 6.71l1.41-1.42z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m16.69 12-6.71 6.71-1.41-1.42L13.86 12 8.57 6.71l1.41-1.42z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-small-up{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 7.29 18.71 14l-1.42 1.41L12 10.12l-5.29 5.29L5.29 14z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-small-up:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 7.29 18.71 14l-1.42 1.41L12 10.12l-5.29 5.29L5.29 14z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 7.29 18.71 14l-1.42 1.41L12 10.12l-5.29 5.29L5.29 14z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-tick{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M10.37 20.75a1 1 0 0 1-.74-.33l-5.04-5.61a1 1 0 0 1 .08-1.41.99.99 0 0 1 1.41.08L10.14 18l6.8-13.6c.25-.49.85-.69 1.34-.45.49.25.69.85.45 1.34l-7.46 14.92c-.15.3-.43.5-.76.54h-.13Z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-tick:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M10.37 20.75a1 1 0 0 1-.74-.33l-5.04-5.61a1 1 0 0 1 .08-1.41.99.99 0 0 1 1.41.08L10.14 18l6.8-13.6c.25-.49.85-.69 1.34-.45.49.25.69.85.45 1.34l-7.46 14.92c-.15.3-.43.5-.76.54h-.13Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M10.37 20.75a1 1 0 0 1-.74-.33l-5.04-5.61a1 1 0 0 1 .08-1.41.99.99 0 0 1 1.41.08L10.14 18l6.8-13.6c.25-.49.85-.69 1.34-.45.49.25.69.85.45 1.34l-7.46 14.92c-.15.3-.43.5-.76.54h-.13Z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-tree-closed{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m16.69 12-6.71 6.71-1.41-1.42L13.86 12 8.57 6.71l1.41-1.42z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-tree-closed:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m16.69 12-6.71 6.71-1.41-1.42L13.86 12 8.57 6.71l1.41-1.42z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m16.69 12-6.71 6.71-1.41-1.42L13.86 12 8.57 6.71l1.41-1.42z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-tree-indeterminate{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M4 11h16v2H4z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-tree-indeterminate:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M4 11h16v2H4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M4 11h16v2H4z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-tree-open{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m12 16.41-6.71-6.7 1.42-1.42 5.29 5.3 5.29-5.3 1.42 1.42z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-tree-open:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m12 16.41-6.71-6.7 1.42-1.42 5.29 5.3 5.29-5.3 1.42 1.42z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m12 16.41-6.71-6.7 1.42-1.42 5.29 5.3 5.29-5.3 1.42 1.42z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-unlinked{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13.95 9c.03.16.05.33.05.5 0 .48-.15.92-.39 1.3l-1.76-1.76c.21-.03.43-.04.65-.04zM11.5 6C13.43 6 15 7.57 15 9.5c0 .76-.25 1.46-.66 2.03l1.43 1.43A5.497 5.497 0 0 0 11.5 4h-4c-.22 0-.44.02-.65.04L8.81 6zm8.5 8.5c0 .76-.25 1.46-.66 2.03l1.43 1.43A5.47 5.47 0 0 0 22 14.5c0-2.52-1.7-4.64-4.01-5.29 0 .1.01.19.01.29 0 .6-.09 1.19-.24 1.74 1.31.51 2.24 1.77 2.24 3.26m1.31 8.21-3.02-3.02c-.56.19-1.16.31-1.79.31h-4C9.46 20 7 17.54 7 14.5c0-1.67.75-3.16 1.93-4.17L5.36 6.76C4.54 7.4 4 8.38 4 9.5c0 1.49.93 2.75 2.24 3.26Q6 13.6 6 14.5c0 .1.01.19.01.29A5.49 5.49 0 0 1 2 9.5c0-1.67.75-3.16 1.93-4.17L1.3 2.7l1.41-1.41 20 20h.01zm-4.72-4.72-3.3-3.3c-.56.19-1.16.31-1.79.31h-1.45c-.03-.16-.05-.33-.05-.5 0-.57.2-1.08.51-1.5h1.08l-1.23-1.23C9.54 12.41 9 13.39 9 14.51c0 1.93 1.57 3.5 3.5 3.5h4.09Z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-unlinked:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13.95 9c.03.16.05.33.05.5 0 .48-.15.92-.39 1.3l-1.76-1.76c.21-.03.43-.04.65-.04zM11.5 6C13.43 6 15 7.57 15 9.5c0 .76-.25 1.46-.66 2.03l1.43 1.43A5.497 5.497 0 0 0 11.5 4h-4c-.22 0-.44.02-.65.04L8.81 6zm8.5 8.5c0 .76-.25 1.46-.66 2.03l1.43 1.43A5.47 5.47 0 0 0 22 14.5c0-2.52-1.7-4.64-4.01-5.29 0 .1.01.19.01.29 0 .6-.09 1.19-.24 1.74 1.31.51 2.24 1.77 2.24 3.26m1.31 8.21-3.02-3.02c-.56.19-1.16.31-1.79.31h-4C9.46 20 7 17.54 7 14.5c0-1.67.75-3.16 1.93-4.17L5.36 6.76C4.54 7.4 4 8.38 4 9.5c0 1.49.93 2.75 2.24 3.26Q6 13.6 6 14.5c0 .1.01.19.01.29A5.49 5.49 0 0 1 2 9.5c0-1.67.75-3.16 1.93-4.17L1.3 2.7l1.41-1.41 20 20h.01zm-4.72-4.72-3.3-3.3c-.56.19-1.16.31-1.79.31h-1.45c-.03-.16-.05-.33-.05-.5 0-.57.2-1.08.51-1.5h1.08l-1.23-1.23C9.54 12.41 9 13.39 9 14.51c0 1.93 1.57 3.5 3.5 3.5h4.09Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13.95 9c.03.16.05.33.05.5 0 .48-.15.92-.39 1.3l-1.76-1.76c.21-.03.43-.04.65-.04zM11.5 6C13.43 6 15 7.57 15 9.5c0 .76-.25 1.46-.66 2.03l1.43 1.43A5.497 5.497 0 0 0 11.5 4h-4c-.22 0-.44.02-.65.04L8.81 6zm8.5 8.5c0 .76-.25 1.46-.66 2.03l1.43 1.43A5.47 5.47 0 0 0 22 14.5c0-2.52-1.7-4.64-4.01-5.29 0 .1.01.19.01.29 0 .6-.09 1.19-.24 1.74 1.31.51 2.24 1.77 2.24 3.26m1.31 8.21-3.02-3.02c-.56.19-1.16.31-1.79.31h-4C9.46 20 7 17.54 7 14.5c0-1.67.75-3.16 1.93-4.17L5.36 6.76C4.54 7.4 4 8.38 4 9.5c0 1.49.93 2.75 2.24 3.26Q6 13.6 6 14.5c0 .1.01.19.01.29A5.49 5.49 0 0 1 2 9.5c0-1.67.75-3.16 1.93-4.17L1.3 2.7l1.41-1.41 20 20h.01zm-4.72-4.72-3.3-3.3c-.56.19-1.16.31-1.79.31h-1.45c-.03-.16-.05-.33-.05-.5 0-.57.2-1.08.51-1.5h1.08l-1.23-1.23C9.54 12.41 9 13.39 9 14.51c0 1.93 1.57 3.5 3.5 3.5h4.09Z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon-up{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13 22V6.76l4.78 4.78 1.41-1.42L12 2.93l-7.19 7.19 1.41 1.42L11 6.76V22z'/%3E%3C/svg%3E") no-repeat;block-size:1em;display:inline-flex;inline-size:1em}.ag-theme-odx .ag-icon-up:after{background:currentColor;block-size:inherit;content:"";inline-size:inherit;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13 22V6.76l4.78 4.78 1.41-1.42L12 2.93l-7.19 7.19 1.41 1.42L11 6.76V22z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13 22V6.76l4.78 4.78 1.41-1.42L12 2.93l-7.19 7.19 1.41 1.42L11 6.76V22z'/%3E%3C/svg%3E");pointer-events:none}.ag-theme-odx .ag-icon{background:unset;block-size:var(--ag-icon-size);display:flex;inline-size:var(--ag-icon-size)}
|