asma-ui-table 1.5.0 → 1.6.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/dist/asma-ui-table.es.js +109 -62
- package/dist/src/components/columns/action-column/actionColumn.d.ts +8 -0
- package/dist/src/components/columns/dndHandleColumn.d.ts +8 -0
- package/dist/src/components/table-header/TableHeaderCell.d.ts +2 -1
- package/dist/src/types.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/asma-ui-table.es.js
CHANGED
|
@@ -9611,57 +9611,61 @@ const useStyledTable = (props) => {
|
|
|
9611
9611
|
}, [pageSizeState, resolvedPageSize, storageKey]);
|
|
9612
9612
|
return { table };
|
|
9613
9613
|
};
|
|
9614
|
-
const tbody = "
|
|
9615
|
-
const expanded_row = "
|
|
9616
|
-
const selected = "
|
|
9617
|
-
const shadowed = "
|
|
9618
|
-
const resizer = "
|
|
9619
|
-
const isResizing = "
|
|
9614
|
+
const tbody = "_tbody_5jpe8_115";
|
|
9615
|
+
const expanded_row = "_expanded_row_5jpe8_172";
|
|
9616
|
+
const selected = "_selected_5jpe8_190";
|
|
9617
|
+
const shadowed = "_shadowed_5jpe8_210";
|
|
9618
|
+
const resizer = "_resizer_5jpe8_264";
|
|
9619
|
+
const isResizing = "_isResizing_5jpe8_276";
|
|
9620
9620
|
const style$1 = {
|
|
9621
|
-
"asma-ui-table-styled-table": "_asma-ui-table-styled-
|
|
9622
|
-
"table-wrapper": "_table-
|
|
9623
|
-
"table-shell": "_table-
|
|
9624
|
-
"table-wrapper--no-rows": "_table-wrapper--no-
|
|
9625
|
-
"table-wrapper--proxy": "_table-wrapper--
|
|
9626
|
-
"table-wrapper--proxy-bottom": "_table-wrapper--proxy-
|
|
9627
|
-
"table-wrapper-fetching": "_table-wrapper-
|
|
9628
|
-
"table-scroll": "_table-
|
|
9629
|
-
"table-x--fill-height": "_table-x--fill-
|
|
9630
|
-
"table-x": "_table-
|
|
9631
|
-
"table-header--sticky": "_table-header--
|
|
9632
|
-
"table-hscroll": "_table-
|
|
9633
|
-
"table-hscroll__content": "_table-
|
|
9634
|
-
"no-rows-overlay-container": "_no-rows-overlay-
|
|
9635
|
-
"no-rows-overlay-content": "_no-rows-overlay-
|
|
9636
|
-
"styled-table": "_styled-
|
|
9621
|
+
"asma-ui-table-styled-table": "_asma-ui-table-styled-table_5jpe8_1",
|
|
9622
|
+
"table-wrapper": "_table-wrapper_5jpe8_22",
|
|
9623
|
+
"table-shell": "_table-shell_5jpe8_29",
|
|
9624
|
+
"table-wrapper--no-rows": "_table-wrapper--no-rows_5jpe8_35",
|
|
9625
|
+
"table-wrapper--proxy": "_table-wrapper--proxy_5jpe8_38",
|
|
9626
|
+
"table-wrapper--proxy-bottom": "_table-wrapper--proxy-bottom_5jpe8_39",
|
|
9627
|
+
"table-wrapper-fetching": "_table-wrapper-fetching_5jpe8_49",
|
|
9628
|
+
"table-scroll": "_table-scroll_5jpe8_52",
|
|
9629
|
+
"table-x--fill-height": "_table-x--fill-height_5jpe8_61",
|
|
9630
|
+
"table-x": "_table-x_5jpe8_61",
|
|
9631
|
+
"table-header--sticky": "_table-header--sticky_5jpe8_76",
|
|
9632
|
+
"table-hscroll": "_table-hscroll_5jpe8_81",
|
|
9633
|
+
"table-hscroll__content": "_table-hscroll__content_5jpe8_91",
|
|
9634
|
+
"no-rows-overlay-container": "_no-rows-overlay-container_5jpe8_94",
|
|
9635
|
+
"no-rows-overlay-content": "_no-rows-overlay-content_5jpe8_102",
|
|
9636
|
+
"styled-table": "_styled-table_5jpe8_106",
|
|
9637
9637
|
tbody,
|
|
9638
|
-
"loading-icon": "_loading-
|
|
9639
|
-
"t-row": "_t-
|
|
9640
|
-
"t-cell": "_t-
|
|
9641
|
-
"action-cell": "_action-
|
|
9642
|
-
"fixed-cell": "_fixed-
|
|
9638
|
+
"loading-icon": "_loading-icon_5jpe8_120",
|
|
9639
|
+
"t-row": "_t-row_5jpe8_127",
|
|
9640
|
+
"t-cell": "_t-cell_5jpe8_127",
|
|
9641
|
+
"action-cell": "_action-cell_5jpe8_137",
|
|
9642
|
+
"fixed-cell": "_fixed-cell_5jpe8_141",
|
|
9643
9643
|
expanded_row,
|
|
9644
9644
|
selected,
|
|
9645
|
-
"single-selection": "_single-
|
|
9645
|
+
"single-selection": "_single-selection_5jpe8_193",
|
|
9646
9646
|
shadowed,
|
|
9647
|
-
"
|
|
9648
|
-
"
|
|
9649
|
-
"
|
|
9650
|
-
"
|
|
9647
|
+
"fixed-right-cell": "_fixed-right-cell_5jpe8_230",
|
|
9648
|
+
"shadowed-right": "_shadowed-right_5jpe8_244",
|
|
9649
|
+
"is-loading": "_is-loading_5jpe8_248",
|
|
9650
|
+
"action-cell-default-background": "_action-cell-default-background_5jpe8_251",
|
|
9651
|
+
"fixed-cell-default-background": "_fixed-cell-default-background_5jpe8_254",
|
|
9652
|
+
"fixed-right-cell-default-background": "_fixed-right-cell-default-background_5jpe8_257",
|
|
9653
|
+
"sortable-column": "_sortable-column_5jpe8_260",
|
|
9651
9654
|
resizer,
|
|
9652
9655
|
isResizing,
|
|
9653
|
-
"hide-table-header": "_hide-table-
|
|
9654
|
-
"show-table-header": "_show-table-
|
|
9655
|
-
"table-header": "_table-
|
|
9656
|
-
"hide-header": "_hide-
|
|
9657
|
-
"t-cell__actions": "_t-
|
|
9658
|
-
"t-cell__fixed": "_t-
|
|
9659
|
-
"
|
|
9660
|
-
"
|
|
9661
|
-
"table-footer--
|
|
9662
|
-
"table-
|
|
9663
|
-
"table-bottom
|
|
9664
|
-
"
|
|
9656
|
+
"hide-table-header": "_hide-table-header_5jpe8_288",
|
|
9657
|
+
"show-table-header": "_show-table-header_5jpe8_292",
|
|
9658
|
+
"table-header": "_table-header_5jpe8_76",
|
|
9659
|
+
"hide-header": "_hide-header_5jpe8_317",
|
|
9660
|
+
"t-cell__actions": "_t-cell__actions_5jpe8_320",
|
|
9661
|
+
"t-cell__fixed": "_t-cell__fixed_5jpe8_329",
|
|
9662
|
+
"t-cell__fixed-right": "_t-cell__fixed-right_5jpe8_336",
|
|
9663
|
+
"sort-icon": "_sort-icon_5jpe8_343",
|
|
9664
|
+
"table-footer--sticky": "_table-footer--sticky_5jpe8_346",
|
|
9665
|
+
"table-footer--inline": "_table-footer--inline_5jpe8_357",
|
|
9666
|
+
"table-bottom": "_table-bottom_5jpe8_368",
|
|
9667
|
+
"table-bottom--sticky": "_table-bottom--sticky_5jpe8_382",
|
|
9668
|
+
"cursor-not-allowed": "_cursor-not-allowed_5jpe8_386"
|
|
9665
9669
|
};
|
|
9666
9670
|
const CheckboxWrapper = "_CheckboxWrapper_1b4zf_1";
|
|
9667
9671
|
const Checkbox = "_Checkbox_1b4zf_1";
|
|
@@ -11789,11 +11793,11 @@ function HeaderActionMenu({
|
|
|
11789
11793
|
const isAnyColumnHidden = headerData.table.getAllLeafColumns().some((col) => col.getCanHide() && !col.getIsVisible() && !INTERNAL_COLUMN_IDS.includes(col.id));
|
|
11790
11794
|
const items = headerData.table.getAllLeafColumns();
|
|
11791
11795
|
const handleDragEnd = (event) => {
|
|
11792
|
-
var _a;
|
|
11796
|
+
var _a, _b;
|
|
11793
11797
|
const { active, over } = event;
|
|
11794
11798
|
if (!active || !over || active.id === over.id)
|
|
11795
11799
|
return;
|
|
11796
|
-
const overColumnFixed = !!((_a = items.find((i) => i.id === over.id)) == null ? void 0 : _a.columnDef.fixedLeft);
|
|
11800
|
+
const overColumnFixed = !!((_a = items.find((i) => i.id === over.id)) == null ? void 0 : _a.columnDef.fixedLeft) || !!((_b = items.find((i) => i.id === over.id)) == null ? void 0 : _b.columnDef.fixedRight);
|
|
11797
11801
|
if (overColumnFixed)
|
|
11798
11802
|
return;
|
|
11799
11803
|
headerData.table.setColumnOrder((columnOrder) => {
|
|
@@ -11844,12 +11848,12 @@ function HeaderActionMenu({
|
|
|
11844
11848
|
const collisions = closestCenter(args);
|
|
11845
11849
|
return collisions.filter((collision) => {
|
|
11846
11850
|
const column = filteredList.find((c) => c.id === collision.id);
|
|
11847
|
-
return !(column == null ? void 0 : column.columnDef.fixedLeft);
|
|
11851
|
+
return !(column == null ? void 0 : column.columnDef.fixedLeft) && !(column == null ? void 0 : column.columnDef.fixedRight);
|
|
11848
11852
|
});
|
|
11849
11853
|
},
|
|
11850
11854
|
sensors,
|
|
11851
11855
|
children: /* @__PURE__ */ jsx(SortableContext, { items: filteredList.map((c) => c.id), strategy: verticalListSortingStrategy, children: filteredList.map((column) => {
|
|
11852
|
-
const dragDisabled = !!column.columnDef.fixedLeft;
|
|
11856
|
+
const dragDisabled = !!column.columnDef.fixedLeft || !!column.columnDef.fixedRight;
|
|
11853
11857
|
const hidingDisabled = column.columnDef.enableHiding === false;
|
|
11854
11858
|
const tooltipTitle = dragDisabled || hidingDisabled ? /* @__PURE__ */ jsxs("div", { children: [
|
|
11855
11859
|
dragDisabled && t.column_reorder,
|
|
@@ -12128,12 +12132,14 @@ function TableHeaderCell({
|
|
|
12128
12132
|
header,
|
|
12129
12133
|
tableCanResize = false,
|
|
12130
12134
|
left,
|
|
12135
|
+
right,
|
|
12131
12136
|
tableWidth
|
|
12132
12137
|
}) {
|
|
12133
12138
|
const { hideHeader = false, enableResizing = false } = styledTableProps;
|
|
12134
12139
|
const ref = useRef(null);
|
|
12135
12140
|
const { isResizing: isResizing2, enableResizingFlag, disableResizingFlag } = useRootContext();
|
|
12136
12141
|
const isFixed2 = header.column.columnDef.fixedLeft;
|
|
12142
|
+
const isFixedRight = Boolean(header.column.columnDef.fixedRight);
|
|
12137
12143
|
const hasActionsColumn = useMemo(
|
|
12138
12144
|
() => header.headerGroup.headers.some((hdr) => hdr.id === ACTIONS_COLUMN_ID),
|
|
12139
12145
|
[header.headerGroup.headers]
|
|
@@ -12153,11 +12159,13 @@ function TableHeaderCell({
|
|
|
12153
12159
|
// *
|
|
12154
12160
|
// sticky actions
|
|
12155
12161
|
header.column.id === ACTIONS_COLUMN_ID && style$1["t-cell__actions"],
|
|
12156
|
-
isFixed2 && style$1["t-cell__fixed"]
|
|
12162
|
+
isFixed2 && style$1["t-cell__fixed"],
|
|
12163
|
+
isFixedRight && style$1["t-cell__fixed-right"]
|
|
12157
12164
|
),
|
|
12158
12165
|
style: {
|
|
12159
12166
|
...getTableHeaderStyle({ enableResizing, header, element: ref.current, tableWidth }),
|
|
12160
|
-
...isFixed2 && { left }
|
|
12167
|
+
...isFixed2 && { left },
|
|
12168
|
+
...isFixedRight && { right }
|
|
12161
12169
|
},
|
|
12162
12170
|
children: /* @__PURE__ */ jsxs(
|
|
12163
12171
|
"div",
|
|
@@ -12264,9 +12272,14 @@ function TableHeader({
|
|
|
12264
12272
|
}));
|
|
12265
12273
|
const leftHeaders = positionedHeaders.filter(({ header }) => header.column.columnDef.fixedLeft);
|
|
12266
12274
|
const centerHeaders = positionedHeaders.filter(
|
|
12267
|
-
({ header }) => !header.column.columnDef.fixedLeft && header.column.id !== ACTIONS_COLUMN_ID
|
|
12275
|
+
({ header }) => !header.column.columnDef.fixedLeft && !header.column.columnDef.fixedRight && header.column.id !== ACTIONS_COLUMN_ID
|
|
12268
12276
|
);
|
|
12269
|
-
const rightHeaders = positionedHeaders.filter(({ header }) => header.column.id === ACTIONS_COLUMN_ID);
|
|
12277
|
+
const rightHeaders = positionedHeaders.filter(({ header }) => header.column.columnDef.fixedRight || header.column.id === ACTIONS_COLUMN_ID);
|
|
12278
|
+
const hasActionsColumn = rightHeaders.some(({ header }) => header.column.id === ACTIONS_COLUMN_ID);
|
|
12279
|
+
const rightHeadersWithOffsets = rightHeaders.map((headerItem, index, allHeaders) => ({
|
|
12280
|
+
...headerItem,
|
|
12281
|
+
right: allHeaders.slice(index + 1).reduce((acc, col) => acc + (col.header.column.getSize() || 0), 0) + (hasActionsColumn ? -1 : 0)
|
|
12282
|
+
}));
|
|
12270
12283
|
const centerHeadersToRender = indexes.reduce((acc, index) => {
|
|
12271
12284
|
const header = centerHeaders[index];
|
|
12272
12285
|
if (header) {
|
|
@@ -12328,13 +12341,14 @@ function TableHeader({
|
|
|
12328
12341
|
}
|
|
12329
12342
|
}
|
|
12330
12343
|
),
|
|
12331
|
-
|
|
12344
|
+
rightHeadersWithOffsets.map(({ header, left, right }) => /* @__PURE__ */ jsx(
|
|
12332
12345
|
TableHeaderCell,
|
|
12333
12346
|
{
|
|
12334
12347
|
styledTableProps,
|
|
12335
12348
|
header,
|
|
12336
12349
|
tableCanResize,
|
|
12337
12350
|
left,
|
|
12351
|
+
right,
|
|
12338
12352
|
tableWidth
|
|
12339
12353
|
},
|
|
12340
12354
|
header.id
|
|
@@ -12426,13 +12440,27 @@ function TableRow({
|
|
|
12426
12440
|
left: allCells.slice(0, idx).reduce((acc, col) => acc + (col.column.getSize() || 0), 0)
|
|
12427
12441
|
}));
|
|
12428
12442
|
const centerCells = useMemo(
|
|
12429
|
-
() => positionedCells.filter(
|
|
12443
|
+
() => positionedCells.filter(
|
|
12444
|
+
(cell) => !cell.column.columnDef.fixedLeft && !cell.column.columnDef.fixedRight && cell.column.id !== ACTIONS_COLUMN_ID
|
|
12445
|
+
),
|
|
12430
12446
|
[positionedCells]
|
|
12431
12447
|
);
|
|
12432
12448
|
const rightCells = useMemo(
|
|
12433
|
-
() =>
|
|
12449
|
+
() => {
|
|
12450
|
+
const pinnedRightCells = positionedCells.filter(
|
|
12451
|
+
(cell) => cell.column.columnDef.fixedRight || cell.column.id === ACTIONS_COLUMN_ID
|
|
12452
|
+
);
|
|
12453
|
+
return pinnedRightCells.map((cell, index2, allCells) => ({
|
|
12454
|
+
...cell,
|
|
12455
|
+
right: allCells.slice(index2 + 1).reduce((acc, col) => acc + (col.column.getSize() || 0), 0)
|
|
12456
|
+
}));
|
|
12457
|
+
},
|
|
12434
12458
|
[positionedCells]
|
|
12435
12459
|
);
|
|
12460
|
+
const hasActionsColumn = useMemo(
|
|
12461
|
+
() => rightCells.some((cell) => cell.column.id === ACTIONS_COLUMN_ID),
|
|
12462
|
+
[rightCells]
|
|
12463
|
+
);
|
|
12436
12464
|
const leftCells = useMemo(
|
|
12437
12465
|
() => positionedCells.filter((cell) => cell.column.columnDef.fixedLeft),
|
|
12438
12466
|
[positionedCells]
|
|
@@ -12443,10 +12471,12 @@ function TableRow({
|
|
|
12443
12471
|
const centerCellsToRender = indexes.length > 0 ? compact(indexes.map((index2) => centerCells[index2])) : centerCells;
|
|
12444
12472
|
const renderCell = useCallback(
|
|
12445
12473
|
(cell, renderIndex) => {
|
|
12446
|
-
var _a;
|
|
12474
|
+
var _a, _b;
|
|
12447
12475
|
const isActionsCell = cell.column.id === ACTIONS_COLUMN_ID;
|
|
12448
|
-
const
|
|
12476
|
+
const isFixedLeft = cell.column.columnDef.fixedLeft;
|
|
12477
|
+
const isFixedRight = Boolean(cell.column.columnDef.fixedRight);
|
|
12449
12478
|
const isLastFixedCell = cell.id === ((_a = leftCells.at(-1)) == null ? void 0 : _a.id);
|
|
12479
|
+
const isFirstRightFixedCell = cell.id === ((_b = rightCells.at(0)) == null ? void 0 : _b.id) && !isActionsCell;
|
|
12450
12480
|
const isExpandedRow = row.isExpanded();
|
|
12451
12481
|
const isFirstCell = renderIndex === 0;
|
|
12452
12482
|
return /* @__PURE__ */ jsx(
|
|
@@ -12459,14 +12489,20 @@ function TableRow({
|
|
|
12459
12489
|
isActionsCell && style$1["action-cell"],
|
|
12460
12490
|
isActionsCell && Boolean(actions) && leftCells.length && style$1["shadowed"],
|
|
12461
12491
|
isActionsCell && ((getRowClassName == null ? void 0 : getRowClassName(row)) ? getRowClassName == null ? void 0 : getRowClassName(row) : style$1["action-cell-default-background"]),
|
|
12462
|
-
|
|
12492
|
+
isFixedLeft && style$1["fixed-cell"],
|
|
12493
|
+
isFixedRight && style$1["fixed-right-cell"],
|
|
12463
12494
|
isLastFixedCell && style$1["shadowed"],
|
|
12495
|
+
isFirstRightFixedCell && style$1["shadowed-right"],
|
|
12464
12496
|
row.getIsSelected() && style$1["selected"],
|
|
12465
|
-
|
|
12497
|
+
isFixedLeft && ((getRowClassName == null ? void 0 : getRowClassName(row)) ? getRowClassName == null ? void 0 : getRowClassName(row) : style$1["fixed-cell-default-background"]),
|
|
12498
|
+
isFixedRight && ((getRowClassName == null ? void 0 : getRowClassName(row)) ? getRowClassName == null ? void 0 : getRowClassName(row) : style$1["fixed-right-cell-default-background"]),
|
|
12466
12499
|
isExpandedRow && style$1["expanded_row"],
|
|
12467
12500
|
(singleSelection || row.isFocused()) && style$1["single-selection"]
|
|
12468
12501
|
),
|
|
12469
|
-
style: {
|
|
12502
|
+
style: {
|
|
12503
|
+
left: isFixedLeft ? cell.left : void 0,
|
|
12504
|
+
right: isFixedRight ? cell.right + (hasActionsColumn ? -1 : 0) : void 0
|
|
12505
|
+
},
|
|
12470
12506
|
children: /* @__PURE__ */ jsxs(
|
|
12471
12507
|
"div",
|
|
12472
12508
|
{
|
|
@@ -12499,7 +12535,18 @@ function TableRow({
|
|
|
12499
12535
|
cell.id
|
|
12500
12536
|
);
|
|
12501
12537
|
},
|
|
12502
|
-
[
|
|
12538
|
+
[
|
|
12539
|
+
singleSelection,
|
|
12540
|
+
actions,
|
|
12541
|
+
getRowClassName,
|
|
12542
|
+
hasRowClickHandler,
|
|
12543
|
+
hasActionsColumn,
|
|
12544
|
+
leftCells,
|
|
12545
|
+
rightCells,
|
|
12546
|
+
row,
|
|
12547
|
+
spaceForCheckmark,
|
|
12548
|
+
tdClassName
|
|
12549
|
+
]
|
|
12503
12550
|
);
|
|
12504
12551
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
12505
12552
|
/* @__PURE__ */ jsxs(
|
|
@@ -14006,7 +14053,7 @@ function useColumnVirtualizer({
|
|
|
14006
14053
|
isMobileView
|
|
14007
14054
|
}) {
|
|
14008
14055
|
var _a, _b;
|
|
14009
|
-
const centerColumns = table.getVisibleLeafColumns().filter((column) => !column.columnDef.fixedLeft && column.id !== ACTIONS_COLUMN_ID);
|
|
14056
|
+
const centerColumns = table.getVisibleLeafColumns().filter((column) => !column.columnDef.fixedLeft && !column.columnDef.fixedRight && column.id !== ACTIONS_COLUMN_ID);
|
|
14010
14057
|
const columnVirtualizer = useVirtualizer({
|
|
14011
14058
|
count: centerColumns.length,
|
|
14012
14059
|
getScrollElement: () => (scrollRef == null ? void 0 : scrollRef.current) || null,
|
|
@@ -45,6 +45,7 @@ export declare function generateActionsColumn<TData>(options: {
|
|
|
45
45
|
cellAlign?: "left" | "center" | "right" | undefined;
|
|
46
46
|
headerAlign?: "left" | "center" | "right" | undefined;
|
|
47
47
|
fixedLeft?: boolean | undefined;
|
|
48
|
+
fixedRight?: boolean | undefined;
|
|
48
49
|
pinnedHeaderText?: string | undefined;
|
|
49
50
|
header: string | ((props: HeaderContext<TData, TData>) => import("react").JSX.Element | null);
|
|
50
51
|
id: string;
|
|
@@ -77,6 +78,7 @@ export declare function generateActionsColumn<TData>(options: {
|
|
|
77
78
|
cellAlign?: "left" | "center" | "right" | undefined;
|
|
78
79
|
headerAlign?: "left" | "center" | "right" | undefined;
|
|
79
80
|
fixedLeft?: boolean | undefined;
|
|
81
|
+
fixedRight?: boolean | undefined;
|
|
80
82
|
pinnedHeaderText?: string | undefined;
|
|
81
83
|
id: string;
|
|
82
84
|
header: import("@tanstack/react-table").ColumnDefTemplate<HeaderContext<TData, unknown>>;
|
|
@@ -110,6 +112,7 @@ export declare function generateActionsColumn<TData>(options: {
|
|
|
110
112
|
cellAlign?: "left" | "center" | "right" | undefined;
|
|
111
113
|
headerAlign?: "left" | "center" | "right" | undefined;
|
|
112
114
|
fixedLeft?: boolean | undefined;
|
|
115
|
+
fixedRight?: boolean | undefined;
|
|
113
116
|
pinnedHeaderText?: string | undefined;
|
|
114
117
|
header: string | ((props: HeaderContext<TData, TData>) => import("react").JSX.Element | null);
|
|
115
118
|
id: string;
|
|
@@ -143,6 +146,7 @@ export declare function generateActionsColumn<TData>(options: {
|
|
|
143
146
|
cellAlign?: "left" | "center" | "right" | undefined;
|
|
144
147
|
headerAlign?: "left" | "center" | "right" | undefined;
|
|
145
148
|
fixedLeft?: boolean | undefined;
|
|
149
|
+
fixedRight?: boolean | undefined;
|
|
146
150
|
pinnedHeaderText?: string | undefined;
|
|
147
151
|
id: string;
|
|
148
152
|
header: import("@tanstack/react-table").ColumnDefTemplate<HeaderContext<TData, unknown>>;
|
|
@@ -177,6 +181,7 @@ export declare function generateActionsColumn<TData>(options: {
|
|
|
177
181
|
cellAlign?: "left" | "center" | "right" | undefined;
|
|
178
182
|
headerAlign?: "left" | "center" | "right" | undefined;
|
|
179
183
|
fixedLeft?: boolean | undefined;
|
|
184
|
+
fixedRight?: boolean | undefined;
|
|
180
185
|
pinnedHeaderText?: string | undefined;
|
|
181
186
|
header: string | ((props: HeaderContext<TData, TData>) => import("react").JSX.Element | null);
|
|
182
187
|
accessorFn: (row: TData) => TData;
|
|
@@ -210,6 +215,7 @@ export declare function generateActionsColumn<TData>(options: {
|
|
|
210
215
|
cellAlign?: "left" | "center" | "right" | undefined;
|
|
211
216
|
headerAlign?: "left" | "center" | "right" | undefined;
|
|
212
217
|
fixedLeft?: boolean | undefined;
|
|
218
|
+
fixedRight?: boolean | undefined;
|
|
213
219
|
pinnedHeaderText?: string | undefined;
|
|
214
220
|
header: import("@tanstack/react-table").ColumnDefTemplate<HeaderContext<TData, unknown>>;
|
|
215
221
|
accessorFn: (row: TData) => TData;
|
|
@@ -242,6 +248,7 @@ export declare function generateActionsColumn<TData>(options: {
|
|
|
242
248
|
cellAlign?: "left" | "center" | "right" | undefined;
|
|
243
249
|
headerAlign?: "left" | "center" | "right" | undefined;
|
|
244
250
|
fixedLeft?: boolean | undefined;
|
|
251
|
+
fixedRight?: boolean | undefined;
|
|
245
252
|
pinnedHeaderText?: string | undefined;
|
|
246
253
|
header: string | ((props: HeaderContext<TData, TData>) => import("react").JSX.Element | null);
|
|
247
254
|
id: string;
|
|
@@ -274,6 +281,7 @@ export declare function generateActionsColumn<TData>(options: {
|
|
|
274
281
|
cellAlign?: "left" | "center" | "right" | undefined;
|
|
275
282
|
headerAlign?: "left" | "center" | "right" | undefined;
|
|
276
283
|
fixedLeft?: boolean | undefined;
|
|
284
|
+
fixedRight?: boolean | undefined;
|
|
277
285
|
pinnedHeaderText?: string | undefined;
|
|
278
286
|
id: string;
|
|
279
287
|
header: import("@tanstack/react-table").ColumnDefTemplate<HeaderContext<TData, unknown>>;
|
|
@@ -36,6 +36,7 @@ export declare function generateDndHandleColumn<TData>(custom_props?: ColumnDef<
|
|
|
36
36
|
cellAlign?: "left" | "center" | "right" | undefined;
|
|
37
37
|
headerAlign?: "left" | "center" | "right" | undefined;
|
|
38
38
|
fixedLeft?: boolean | undefined;
|
|
39
|
+
fixedRight?: boolean | undefined;
|
|
39
40
|
pinnedHeaderText?: string | undefined;
|
|
40
41
|
header: string;
|
|
41
42
|
} | {
|
|
@@ -67,6 +68,7 @@ export declare function generateDndHandleColumn<TData>(custom_props?: ColumnDef<
|
|
|
67
68
|
cellAlign?: "left" | "center" | "right" | undefined;
|
|
68
69
|
headerAlign?: "left" | "center" | "right" | undefined;
|
|
69
70
|
fixedLeft?: boolean | undefined;
|
|
71
|
+
fixedRight?: boolean | undefined;
|
|
70
72
|
pinnedHeaderText?: string | undefined;
|
|
71
73
|
header: import("src/types").ColumnDefTemplate<import("src/types").HeaderContext<TData, unknown>>;
|
|
72
74
|
} | {
|
|
@@ -99,6 +101,7 @@ export declare function generateDndHandleColumn<TData>(custom_props?: ColumnDef<
|
|
|
99
101
|
cellAlign?: "left" | "center" | "right" | undefined;
|
|
100
102
|
headerAlign?: "left" | "center" | "right" | undefined;
|
|
101
103
|
fixedLeft?: boolean | undefined;
|
|
104
|
+
fixedRight?: boolean | undefined;
|
|
102
105
|
pinnedHeaderText?: string | undefined;
|
|
103
106
|
header: string;
|
|
104
107
|
} | {
|
|
@@ -131,6 +134,7 @@ export declare function generateDndHandleColumn<TData>(custom_props?: ColumnDef<
|
|
|
131
134
|
cellAlign?: "left" | "center" | "right" | undefined;
|
|
132
135
|
headerAlign?: "left" | "center" | "right" | undefined;
|
|
133
136
|
fixedLeft?: boolean | undefined;
|
|
137
|
+
fixedRight?: boolean | undefined;
|
|
134
138
|
pinnedHeaderText?: string | undefined;
|
|
135
139
|
header: import("src/types").ColumnDefTemplate<import("src/types").HeaderContext<TData, unknown>>;
|
|
136
140
|
} | {
|
|
@@ -163,6 +167,7 @@ export declare function generateDndHandleColumn<TData>(custom_props?: ColumnDef<
|
|
|
163
167
|
cellAlign?: "left" | "center" | "right" | undefined;
|
|
164
168
|
headerAlign?: "left" | "center" | "right" | undefined;
|
|
165
169
|
fixedLeft?: boolean | undefined;
|
|
170
|
+
fixedRight?: boolean | undefined;
|
|
166
171
|
pinnedHeaderText?: string | undefined;
|
|
167
172
|
header: string | (() => null);
|
|
168
173
|
} | {
|
|
@@ -195,6 +200,7 @@ export declare function generateDndHandleColumn<TData>(custom_props?: ColumnDef<
|
|
|
195
200
|
cellAlign?: "left" | "center" | "right" | undefined;
|
|
196
201
|
headerAlign?: "left" | "center" | "right" | undefined;
|
|
197
202
|
fixedLeft?: boolean | undefined;
|
|
203
|
+
fixedRight?: boolean | undefined;
|
|
198
204
|
pinnedHeaderText?: string | undefined;
|
|
199
205
|
header: import("src/types").ColumnDefTemplate<import("src/types").HeaderContext<TData, unknown>>;
|
|
200
206
|
} | {
|
|
@@ -227,6 +233,7 @@ export declare function generateDndHandleColumn<TData>(custom_props?: ColumnDef<
|
|
|
227
233
|
cellAlign?: "left" | "center" | "right" | undefined;
|
|
228
234
|
headerAlign?: "left" | "center" | "right" | undefined;
|
|
229
235
|
fixedLeft?: boolean | undefined;
|
|
236
|
+
fixedRight?: boolean | undefined;
|
|
230
237
|
pinnedHeaderText?: string | undefined;
|
|
231
238
|
header: string;
|
|
232
239
|
} | {
|
|
@@ -259,6 +266,7 @@ export declare function generateDndHandleColumn<TData>(custom_props?: ColumnDef<
|
|
|
259
266
|
cellAlign?: "left" | "center" | "right" | undefined;
|
|
260
267
|
headerAlign?: "left" | "center" | "right" | undefined;
|
|
261
268
|
fixedLeft?: boolean | undefined;
|
|
269
|
+
fixedRight?: boolean | undefined;
|
|
262
270
|
pinnedHeaderText?: string | undefined;
|
|
263
271
|
header: import("src/types").ColumnDefTemplate<import("src/types").HeaderContext<TData, unknown>>;
|
|
264
272
|
};
|
|
@@ -3,10 +3,11 @@ import { type Header } from '@tanstack/react-table';
|
|
|
3
3
|
import { type StyledTableProps } from 'src/types';
|
|
4
4
|
export declare function TableHeaderCell<TData extends {
|
|
5
5
|
id: string | number;
|
|
6
|
-
}, TCustomData = Record<string, unknown>>({ styledTableProps, header, tableCanResize, left, tableWidth, }: {
|
|
6
|
+
}, TCustomData = Record<string, unknown>>({ styledTableProps, header, tableCanResize, left, right, tableWidth, }: {
|
|
7
7
|
styledTableProps: StyledTableProps<TData, TCustomData>;
|
|
8
8
|
header: Header<TData, unknown>;
|
|
9
9
|
tableCanResize: boolean;
|
|
10
10
|
left: number;
|
|
11
|
+
right?: number;
|
|
11
12
|
tableWidth: number | null;
|
|
12
13
|
}): import("react").JSX.Element;
|
package/dist/src/types.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ declare module '@tanstack/react-table' {
|
|
|
21
21
|
cellAlign?: 'left' | 'center' | 'right';
|
|
22
22
|
headerAlign?: 'left' | 'center' | 'right';
|
|
23
23
|
fixedLeft?: boolean;
|
|
24
|
+
fixedRight?: boolean;
|
|
24
25
|
pinnedHeaderText?: string;
|
|
25
26
|
}
|
|
26
27
|
interface TableMeta<TData extends RowData> {
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._asma-ui-table-styled-table_1r2rd_1{--action-cell-shadow: none;--fixed-cell-shadow: none;isolation:isolate;width:100%;display:flex;flex-direction:column}._asma-ui-table-styled-table_1r2rd_1[data-x-overflow=true]{--action-cell-shadow: -15px 0px 15px rgba(0, 0, 0, .1);--fixed-cell-shadow: 15px 0px 15px rgba(0, 0, 0, .1)}._asma-ui-table-styled-table_1r2rd_1 *,._asma-ui-table-styled-table_1r2rd_1 *:after,._asma-ui-table-styled-table_1r2rd_1 *:before{box-sizing:border-box;-webkit-box-sizing:border-box}._asma-ui-table-styled-table_1r2rd_1 :root{--table-hscroll-h: 12px}._asma-ui-table-styled-table_1r2rd_1 ._table-wrapper_1r2rd_22{height:100%;overflow:auto;width:100%;flex-grow:1;min-height:0}._asma-ui-table-styled-table_1r2rd_1 ._table-shell_1r2rd_29{position:relative;flex:1 1 auto;min-height:0;overflow:hidden}._asma-ui-table-styled-table_1r2rd_1 ._table-wrapper--no-rows_1r2rd_35{min-height:130px}._asma-ui-table-styled-table_1r2rd_1 ._table-wrapper--proxy_1r2rd_38,._asma-ui-table-styled-table_1r2rd_1 ._table-wrapper--proxy-bottom_1r2rd_39{position:relative;width:100%;flex-grow:1;overflow:hidden;display:flex;flex-direction:column;min-height:0}._asma-ui-table-styled-table_1r2rd_1 ._table-wrapper-fetching_1r2rd_49{overflow:hidden}._asma-ui-table-styled-table_1r2rd_1 ._table-scroll_1r2rd_52{overflow-x:auto;overflow-y:auto;flex:1 1 auto;min-height:0;position:relative;display:flex;flex-direction:column}._asma-ui-table-styled-table_1r2rd_1 ._table-x--fill-height_1r2rd_61{min-height:calc(100% - 12px)}._asma-ui-table-styled-table_1r2rd_1 ._table-x_1r2rd_61{width:inherit;min-width:100%;overflow-x:visible;overflow-y:visible;flex-shrink:0;scrollbar-width:none;-ms-overflow-style:none}._asma-ui-table-styled-table_1r2rd_1 ._table-x_1r2rd_61::-webkit-scrollbar{display:none}._asma-ui-table-styled-table_1r2rd_1 ._table-header--sticky_1r2rd_76{position:sticky;top:0;background-color:var(--colors-gray-10)}._asma-ui-table-styled-table_1r2rd_1 ._table-hscroll_1r2rd_81{position:sticky;bottom:0;height:var(--table-hscroll-h);overflow-x:hidden;overflow-y:hidden;background:white;z-index:2;flex-shrink:0}._asma-ui-table-styled-table_1r2rd_1 ._table-hscroll__content_1r2rd_91{height:1px}._asma-ui-table-styled-table_1r2rd_1 ._no-rows-overlay-container_1r2rd_94{position:absolute;inset:0;display:grid;place-items:center;pointer-events:auto;z-index:5}._asma-ui-table-styled-table_1r2rd_1 ._no-rows-overlay-content_1r2rd_102{width:100%;max-width:100%}._asma-ui-table-styled-table_1r2rd_1 ._styled-table_1r2rd_106{display:table;margin:0;border-collapse:separate;border-spacing:0 .5px;max-width:inherit;width:100%;table-layout:fixed}._asma-ui-table-styled-table_1r2rd_1 ._styled-table_1r2rd_106 ._tbody_1r2rd_115{display:table-row-group;vertical-align:middle;max-width:inherit}._asma-ui-table-styled-table_1r2rd_1 ._loading-icon_1r2rd_120{position:absolute;top:50%;left:50%;z-index:10;color:var(--colors-gama-500)}._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127+._t-row_1r2rd_127 ._t-cell_1r2rd_127{border-top:.5px solid var(--colors-delta-200)}._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127{margin-top:1px;display:table-row}._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127:hover,._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127:hover ._action-cell_1r2rd_137{background-color:var(--colors-gray-50)}@media (min-width: 743px){._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127:hover ._fixed-cell_1r2rd_141{background-color:var(--colors-gray-50)}}._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127:focus{background-color:var(--colors-gama-25)}._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127:focus ._action-cell_1r2rd_137{background-color:var(--colors-gama-25)}@media (min-width: 743px){._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127:focus ._fixed-cell_1r2rd_141{background-color:var(--colors-gama-25)}}._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127:focus-visible{outline:none}._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127 ._t-cell_1r2rd_127{overflow:hidden;vertical-align:top;font-size:14px;line-height:20px;color:var(--colors-gray-700);display:table-cell;white-space:pre-wrap;padding:0 5px}._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127 ._t-cell_1r2rd_127:not(._expanded_row_1r2rd_172){vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127 ._t-cell_1r2rd_127:not(._expanded_row_1r2rd_172) div{vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127 ._t-cell_1r2rd_127:first-child{border-left:.5px solid transparent}._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127 ._t-cell_1r2rd_127:last-child{border-right:.5px solid transparent}._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127 ._t-cell_1r2rd_127._selected_1r2rd_190{background-color:var(--colors-gama-25)}._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127 ._t-cell_1r2rd_127._single-selection_1r2rd_193{background-color:var(--colors-gama-25);box-shadow:inset 0 2px 0 0 var(--colors-gama-400),inset 0 -2px 0 0 var(--colors-gama-400)}._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127 ._t-cell_1r2rd_127._single-selection_1r2rd_193:last-child{box-shadow:inset 0 2px 0 0 var(--colors-gama-400),inset 0 -2px 0 0 var(--colors-gama-400),inset -2px 0 0 0 var(--colors-gama-400)}._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127 ._t-cell_1r2rd_127._single-selection_1r2rd_193:first-child{box-shadow:inset 0 2px 0 0 var(--colors-gama-400),inset 0 -2px 0 0 var(--colors-gama-400),inset 2px 0 0 0 var(--colors-gama-400)}._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127 ._action-cell_1r2rd_137{height:100%;position:sticky;right:-1px;z-index:1;box-shadow:var(--action-cell-shadow)}._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127 ._action-cell_1r2rd_137._shadowed_1r2rd_210._single-selection_1r2rd_193{box-shadow:inset 0 2px 0 0 var(--colors-gama-400),inset 0 -2px 0 0 var(--colors-gama-400)}._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127 ._action-cell_1r2rd_137._shadowed_1r2rd_210._single-selection_1r2rd_193:last-child{box-shadow:inset 0 2px 0 0 var(--colors-gama-400),inset 0 -2px 0 0 var(--colors-gama-400),inset -2px 0 0 0 var(--colors-gama-400)}._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127 ._fixed-cell_1r2rd_141{height:100%}@media (min-width: 743px){._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127 ._fixed-cell_1r2rd_141{position:sticky;left:0;z-index:1;box-shadow:var(--fixed-cell-shadow)}._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127 ._fixed-cell_1r2rd_141._shadowed_1r2rd_210._single-selection_1r2rd_193{box-shadow:inset 0 2px 0 0 var(--colors-gama-400),inset 0 -2px 0 0 var(--colors-gama-400)}}._asma-ui-table-styled-table_1r2rd_1 ._t-row_1r2rd_127._is-loading_1r2rd_230 ._t-cell_1r2rd_127{opacity:.5}._asma-ui-table-styled-table_1r2rd_1 ._action-cell-default-background_1r2rd_233,._asma-ui-table-styled-table_1r2rd_1 ._fixed-cell-default-background_1r2rd_236{background-color:#fff}._asma-ui-table-styled-table_1r2rd_1 ._sortable-column_1r2rd_239{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}._asma-ui-table-styled-table_1r2rd_1 ._resizer_1r2rd_243{position:absolute;top:0;height:100%;right:0;width:4px;background:var(--colors-delta-300);cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;border-radius:5px}._asma-ui-table-styled-table_1r2rd_1 ._resizer_1r2rd_243._isResizing_1r2rd_255{background:var(--colors-gama-500);opacity:1}@media (hover: hover){._asma-ui-table-styled-table_1r2rd_1 ._resizer_1r2rd_243{opacity:0}._asma-ui-table-styled-table_1r2rd_1 *:hover>._resizer_1r2rd_243{opacity:1}}._asma-ui-table-styled-table_1r2rd_1 ._hide-table-header_1r2rd_267{height:0px;opacity:0}._asma-ui-table-styled-table_1r2rd_1 ._show-table-header_1r2rd_271{position:relative;height:32px;opacity:1}._asma-ui-table-styled-table_1r2rd_1 ._table-header_1r2rd_76{display:table-header-group;z-index:60;background-color:var(--colors-gray-10);cursor:default}._asma-ui-table-styled-table_1r2rd_1 ._table-header_1r2rd_76 ._t-cell_1r2rd_127{text-transform:uppercase;font-size:10px;font-weight:600;text-align:start;color:var(--colors-delta-500);display:table-cell;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 5px;border-top:.5px solid var(--colors-delta-200);border-bottom:.5px solid var(--colors-delta-200)}._asma-ui-table-styled-table_1r2rd_1 ._table-header_1r2rd_76 ._t-cell_1r2rd_127._hide-header_1r2rd_296{border:none}._asma-ui-table-styled-table_1r2rd_1 ._table-header_1r2rd_76 ._t-cell_1r2rd_127._t-cell__actions_1r2rd_299{height:100%;position:sticky;right:-1px;z-index:1;background-color:var(--colors-gray-10);box-shadow:var(--action-cell-shadow)}@media (min-width: 743px){._asma-ui-table-styled-table_1r2rd_1 ._table-header_1r2rd_76 ._t-cell_1r2rd_127._t-cell__fixed_1r2rd_308{position:sticky;left:0;background-color:var(--colors-gray-10);z-index:160;box-shadow:var(--fixed-cell-shadow)}}._asma-ui-table-styled-table_1r2rd_1 ._table-header_1r2rd_76 ._sort-icon_1r2rd_316{color:var(--colors-delta-800)}._asma-ui-table-styled-table_1r2rd_1 ._table-footer--sticky_1r2rd_319{display:flex;width:100%;gap:8px;background-color:transparent;flex-direction:row;padding-top:16px;align-items:center;justify-content:flex-end;flex-shrink:0}._asma-ui-table-styled-table_1r2rd_1 ._table-footer--inline_1r2rd_330{position:sticky;left:0;width:100%;display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:12px 0;background:white}._asma-ui-table-styled-table_1r2rd_1 ._table-bottom_1r2rd_341{margin-top:auto;background:white;width:100%;position:sticky;left:0;bottom:var(--table-hscroll-h);z-index:1}._asma-ui-table-styled-table_1r2rd_1 ._table-wrapper--proxy_1r2rd_38._table-wrapper--no-rows_1r2rd_35,._asma-ui-table-styled-table_1r2rd_1 ._table-wrapper--proxy-bottom_1r2rd_39._table-wrapper--no-rows_1r2rd_35,._asma-ui-table-styled-table_1r2rd_1 ._table-wrapper_1r2rd_22._table-wrapper--no-rows_1r2rd_35{min-height:var(--no-rows-content-height, 130px)}._asma-ui-table-styled-table_1r2rd_1 ._table-bottom--sticky_1r2rd_355{bottom:0}._cursor-not-allowed_1r2rd_359{cursor:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzY1MjRfMjQxNTE3KSI+CiAgICA8bWFzayBpZD0icGF0aC0xLW91dHNpZGUtMV82NTI0XzI0MTUxNyIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMyIgeT0iMiIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiBmaWxsPSJibGFjayI+CiAgICAgIDxyZWN0IGZpbGw9IndoaXRlIiB4PSIzIiB5PSIyIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiLz4KICAgICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS40NzY1IDE1Ljg5MDdDMTQuNDk1NyAxNi41ODkyIDEzLjI5NTggMTcgMTIgMTdDOC42ODYyOSAxNyA2IDE0LjMxMzcgNiAxMUM2IDkuNzA0MTcgNi40MTA3OSA4LjUwNDI4IDcuMTA5MjUgNy41MjM0N0wxNS40NzY1IDE1Ljg5MDdaTTE2Ljg5MDcgMTQuNDc2NUMxNy41ODkyIDEzLjQ5NTcgMTggMTIuMjk1OCAxOCAxMUMxOCA3LjY4NjI5IDE1LjMxMzcgNSAxMiA1QzEwLjcwNDIgNSA5LjUwNDI4IDUuNDEwNzkgOC41MjM0NyA2LjEwOTI1TDE2Ljg5MDcgMTQuNDc2NVpNMTIgMTlDMTYuNDE4MyAxOSAyMCAxNS40MTgzIDIwIDExQzIwIDYuNTgxNzIgMTYuNDE4MyAzIDEyIDNDNy41ODE3MiAzIDQgNi41ODE3MiA0IDExQzQgMTUuNDE4MyA3LjU4MTcyIDE5IDEyIDE5WiIvPgogICAgPC9tYXNrPgogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS40NzY1IDE1Ljg5MDdDMTQuNDk1NyAxNi41ODkyIDEzLjI5NTggMTcgMTIgMTdDOC42ODYyOSAxNyA2IDE0LjMxMzcgNiAxMUM2IDkuNzA0MTcgNi40MTA3OSA4LjUwNDI4IDcuMTA5MjUgNy41MjM0N0wxNS40NzY1IDE1Ljg5MDdaTTE2Ljg5MDcgMTQuNDc2NUMxNy41ODkyIDEzLjQ5NTcgMTggMTIuMjk1OCAxOCAxMUMxOCA3LjY4NjI5IDE1LjMxMzcgNSAxMiA1QzEwLjcwNDIgNSA5LjUwNDI4IDUuNDEwNzkgOC41MjM0NyA2LjEwOTI1TDE2Ljg5MDcgMTQuNDc2NVpNMTIgMTlDMTYuNDE4MyAxOSAyMCAxNS40MTgzIDIwIDExQzIwIDYuNTgxNzIgMTYuNDE4MyAzIDEyIDNDNy41ODE3MiAzIDQgNi41ODE3MiA0IDExQzQgMTUuNDE4MyA3LjU4MTcyIDE5IDEyIDE5WiIgZmlsbD0iI0UxMDcwMCIvPgogICAgPHBhdGggZD0iTTE1LjQ3NjUgMTUuODkwN003LjEwOTI1IDcuNTIzNDdMNy44MTYzNiA2LjgxNjM2TDYuOTgwNDMgNS45ODA0M0w2LjI5NDY5IDYuOTQzNEw3LjEwOTI1IDcuNTIzNDdaTTE1LjQ3NjUgMTUuODkwN00xNi44OTA3IDE0LjQ3NjVNOC41MjM0NyA2LjEwOTI1TDcuOTQzNCA1LjI5NDY5TDYuOTgwNDMgNS45ODA0M0w3LjgxNjM2IDYuODE2MzZMOC41MjM0NyA2LjEwOTI1Wk0xNi44OTA3IDE0LjQ3NjVNMTUuNDc2NSAxNS44OTA3TDE0Ljg5NjUgMTUuMDc2MkMxNC4wNzk0IDE1LjY1OCAxMy4wODExIDE2IDEyIDE2VjE3VjE4QzEzLjUxMDUgMTggMTQuOTEyIDE3LjUyMDQgMTYuMDU2NiAxNi43MDUzTDE1LjQ3NjUgMTUuODkwN1pNMTIgMTdWMTZDOS4yMzg1OCAxNiA3IDEzLjc2MTQgNyAxMUg2SDVDNSAxNC44NjYgOC4xMzQwMSAxOCAxMiAxOFYxN1pNNiAxMUg3QzcgOS45MTg4NiA3LjM0MTk5IDguOTIwNTcgNy45MjM4MiA4LjEwMzU0TDcuMTA5MjUgNy41MjM0N0w2LjI5NDY5IDYuOTQzNEM1LjQ3OTU5IDguMDg4IDUgOS40ODk0OCA1IDExSDZaTTcuMTA5MjUgNy41MjM0N0w2LjQwMjE1IDguMjMwNTdMMTQuNzY5NCAxNi41OTc5TDE1LjQ3NjUgMTUuODkwN0wxNi4xODM2IDE1LjE4MzZMNy44MTYzNiA2LjgxNjM2TDcuMTA5MjUgNy41MjM0N1pNMTUuNDc2NSAxNS44OTA3TTE2Ljg5MDcgMTQuNDc2NUwxNy43MDUzIDE1LjA1NjZDMTguNTIwNCAxMy45MTIgMTkgMTIuNTEwNSAxOSAxMUgxOEgxN0MxNyAxMi4wODExIDE2LjY1OCAxMy4wNzk0IDE2LjA3NjIgMTMuODk2NUwxNi44OTA3IDE0LjQ3NjVaTTE4IDExSDE5QzE5IDcuMTM0MDEgMTUuODY2IDQgMTIgNFY1VjZDMTQuNzYxNCA2IDE3IDguMjM4NTggMTcgMTFIMThaTTEyIDVWNEMxMC40ODk1IDQgOS4wODggNC40Nzk1OSA3Ljk0MzQgNS4yOTQ2OUw4LjUyMzQ3IDYuMTA5MjVMOS4xMDM1NCA2LjkyMzgyQzkuOTIwNTcgNi4zNDE5OSAxMC45MTg5IDYgMTIgNlY1Wk04LjUyMzQ3IDYuMTA5MjVMNy44MTYzNiA2LjgxNjM2TDE2LjE4MzYgMTUuMTgzNkwxNi44OTA3IDE0LjQ3NjVMMTcuNTk3OSAxMy43Njk0TDkuMjMwNTcgNS40MDIxNUw4LjUyMzQ3IDYuMTA5MjVaTTE2Ljg5MDcgMTQuNDc2NU0xMiAxOVYyMEMxNi45NzA2IDIwIDIxIDE1Ljk3MDYgMjEgMTFIMjBIMTlDMTkgMTQuODY2IDE1Ljg2NiAxOCAxMiAxOFYxOVpNMjAgMTFIMjFDMjEgNi4wMjk0NCAxNi45NzA2IDIgMTIgMlYzVjRDMTUuODY2IDQgMTkgNy4xMzQwMSAxOSAxMUgyMFpNMTIgM1YyQzcuMDI5NDQgMiAzIDYuMDI5NDQgMyAxMUg0SDVDNSA3LjEzNDAxIDguMTM0MDEgNCAxMiA0VjNaTTQgMTFIM0MzIDE1Ljk3MDYgNy4wMjk0NCAyMCAxMiAyMFYxOVYxOEM4LjEzNDAxIDE4IDUgMTQuODY2IDUgMTFINFpNMTIgMTkiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuOCIgbWFzaz0idXJsKCNwYXRoLTEtb3V0c2lkZS0xXzY1MjRfMjQxNTE3KSIvPgogIDwvZz4KICA8ZGVmcz4KICAgIDxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF82NTI0XzI0MTUxNyIgeD0iMCIgeT0iMCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CiAgICAgIDxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CiAgICAgIDxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgogICAgICA8ZmVPZmZzZXQgZHk9IjEiLz4KICAgICAgPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMS41Ii8+CiAgICAgIDxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjI1IDAiLz4KICAgICAgPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfNjUyNF8yNDE1MTciLz4KICAgICAgPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfNjUyNF8yNDE1MTciIHJlc3VsdD0ic2hhcGUiLz4KICAgIDwvZmlsdGVyPgogIDwvZGVmcz4KPC9zdmc+) 12 12,not-allowed}._CheckboxWrapper_1b4zf_1{display:flex;align-items:center;justify-content:center;position:relative;box-sizing:border-box;cursor:pointer;background:transparent;border:none}._CheckboxWrapper_1b4zf_1._size-small_1b4zf_11{width:38px;height:38px}._CheckboxWrapper_1b4zf_1._size-medium_1b4zf_15{width:42px;height:42px}._CheckboxWrapper_1b4zf_1[data-disabled]{cursor:default;pointer-events:none}._CheckboxWrapper_1b4zf_1:is([data-checked],[data-indeterminate]) ._Checkbox_1b4zf_1{background-color:var(--colors-gama-500);border:none;--cb-border-w: 0px}._CheckboxWrapper_1b4zf_1._Indeterminate_1b4zf_28 ._Checkbox_1b4zf_1{background-color:var(--colors-gama-500);border:none;--cb-border-w: 0px}._CheckboxWrapper_1b4zf_1[data-unchecked] ._Checkbox_1b4zf_1{background-color:transparent;border:var(--cb-border-w) solid var(--colors-delta-500)}._CheckboxWrapper_1b4zf_1[data-disabled][data-unchecked] ._Checkbox_1b4zf_1{background-color:transparent;border:var(--cb-border-w) solid var(--colors-delta-200)}._CheckboxWrapper_1b4zf_1[data-disabled]:is([data-checked],[data-indeterminate]) ._Checkbox_1b4zf_1{background-color:var(--colors-delta-200);border:none;--cb-border-w: 0px}._CheckboxWrapper_1b4zf_1[data-disabled]._Indeterminate_1b4zf_28 ._Checkbox_1b4zf_1{background-color:var(--colors-delta-200);border:none;--cb-border-w: 0px}._CheckboxWrapper_1b4zf_1:focus-visible{outline:none}._CheckboxWrapper_1b4zf_1._ReadOnly_1b4zf_55{pointer-events:none;cursor:default}._CheckboxWrapper_1b4zf_1._ReadOnly_1b4zf_55 ._Checkbox_1b4zf_1{background-color:#fff;border:var(--cb-border-w) solid var(--colors-delta-500);--cb-border-w: 2px}._CheckboxWrapper_1b4zf_1._ReadOnly_1b4zf_55 ._Checkbox_1b4zf_1 ._Indicator_1b4zf_64{color:var(--colors-delta-500)}._HideWrapper_1b4zf_68{width:auto;height:auto;padding:0;overflow:visible}._CheckboxHover_1b4zf_75:after,._CheckboxRippleContainer_1b4zf_75{position:absolute;left:0;top:0;width:100%;height:100%;z-index:0}._CheckboxRippleContainer_1b4zf_75{overflow:hidden;border-radius:50%}._CheckboxRipple_1b4zf_75{position:absolute;width:100%;height:100%;background-color:var(--colors-gama-500);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%) scale(0);opacity:.25;animation:_ripple_1b4zf_1 .4s ease-out forwards;z-index:0}@keyframes _ripple_1b4zf_1{to{transform:translate(-50%,-50%) scale(1);opacity:.025}}._CheckboxHover_1b4zf_75:after{content:"";width:42px;height:42px;background:var(--colors-gama-300);border-radius:50%;top:50%;left:50%;opacity:0;transition:opacity .2s,transform .2s;transform:translate(-50%,-50%) scale(.7)}._CheckboxHover_1b4zf_75:hover:after{opacity:.07;transform:translate(-50%,-50%) scale(1)}._CheckboxHover_1b4zf_75._size-small_1b4zf_11:after{width:38px;height:38px}._Checkbox_1b4zf_1{position:relative;overflow:visible;padding:0;box-sizing:border-box;--cb-border-w: 2px;--cb-indicator-color: #fff;border-radius:2px;width:18px;height:18px}._Checkbox_1b4zf_1._size-small_1b4zf_11{border-radius:2px;width:15px;height:15px}._CheckboxWrapper_1b4zf_1:focus-visible ._Checkbox_1b4zf_1:before{content:"";position:absolute;inset:calc(-2px - var(--cb-border-w));border-radius:4px;outline:2px solid var(--colors-gama-400);outline-offset:0;pointer-events:none}._CheckboxWrapper_1b4zf_1[data-indeterminate] ._Checkbox_1b4zf_1:after,._Checkbox_1b4zf_1._Indeterminate_1b4zf_28:after{content:"";position:absolute;top:50%;left:50%;width:62%;height:2.5px;transform:translate(-50%,-50%);border-radius:999px;background-color:var(--cb-indicator-color);z-index:2;pointer-events:none}._Indicator_1b4zf_64{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;z-index:1;position:relative;pointer-events:none}._CheckboxWrapper_1b4zf_1[data-indeterminate] ._Indicator_1b4zf_64 svg,._CheckboxWrapper_1b4zf_1._Indeterminate_1b4zf_28 ._Indicator_1b4zf_64 svg{display:none}._CheckboxWrapper_1b4zf_1._ReadOnly_1b4zf_55 ._Checkbox_1b4zf_1{--cb-indicator-color: var(--colors-delta-500)}._asma-core-ui-button_gteum_1{border-color:transparent;border-width:1px;border-style:solid}._asma-core-ui-button_gteum_1._contained_gteum_27._common_gteum_27{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-contained-common-text-color)!important;background-color:var(--colors-button-contained-common-bg-color)!important;border-color:var(--colors-button-contained-common-border-color)!important}._asma-core-ui-button_gteum_1._contained_gteum_27._common_gteum_27:active{color:var(--colors-button-contained-common-active-text-color)!important;background-color:var(--colors-button-contained-common-active-bg-color)!important;border-color:var(--colors-button-contained-common-active-border-color)!important;outline:none!important}._asma-core-ui-button_gteum_1._contained_gteum_27._common_gteum_27:hover{color:var(--colors-button-contained-common-hover-text-color)!important;background-color:var(--colors-button-contained-common-hover-bg-color)!important;border-color:var(--colors-button-contained-common-hover-border-color)!important}._asma-core-ui-button_gteum_1._contained_gteum_27._common_gteum_27:focus{outline-offset:-2px!important;color:var(--colors-button-contained-common-focused-text-color)!important;background-color:var(--colors-button-contained-common-focused-bg-color)!important;outline:2px solid var(--colors-button-contained-common-focused-border-color)!important;transition:none!important}._asma-core-ui-button_gteum_1._contained_gteum_27._common_gteum_27:focus._asma-core-ui-button_gteum_1._contained_gteum_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_gteum_1._contained_gteum_27._common_gteum_27:disabled{cursor:not-allowed;color:var(--colors-button-contained-common-disabled-text-color)!important;background-color:var(--colors-button-contained-common-disabled-bg-color)!important;border-color:var(--colors-button-contained-common-disabled-border-color)!important}._asma-core-ui-button_gteum_1._contained_gteum_27._error_gteum_84{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-contained-error-text-color)!important;background-color:var(--colors-button-contained-error-bg-color)!important;border-color:var(--colors-button-contained-error-border-color)!important}._asma-core-ui-button_gteum_1._contained_gteum_27._error_gteum_84:active{color:var(--colors-button-contained-error-active-text-color)!important;background-color:var(--colors-button-contained-error-active-bg-color)!important;border-color:var(--colors-button-contained-error-active-border-color)!important;outline:none!important}._asma-core-ui-button_gteum_1._contained_gteum_27._error_gteum_84:hover{color:var(--colors-button-contained-error-hover-text-color)!important;background-color:var(--colors-button-contained-error-hover-bg-color)!important;border-color:var(--colors-button-contained-error-hover-border-color)!important}._asma-core-ui-button_gteum_1._contained_gteum_27._error_gteum_84:focus{outline-offset:-2px!important;color:var(--colors-button-contained-error-focused-text-color)!important;background-color:var(--colors-button-contained-error-focused-bg-color)!important;outline:2px solid var(--colors-button-contained-error-focused-border-color)!important;transition:none!important}._asma-core-ui-button_gteum_1._contained_gteum_27._error_gteum_84:focus._asma-core-ui-button_gteum_1._contained_gteum_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_gteum_1._contained_gteum_27._error_gteum_84:disabled{cursor:not-allowed;color:var(--colors-button-contained-error-disabled-text-color)!important;background-color:var(--colors-button-contained-error-disabled-bg-color)!important;border-color:var(--colors-button-contained-error-disabled-border-color)!important}._asma-core-ui-button_gteum_1._outlined_gteum_141._common_gteum_27{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-outlined-common-text-color)!important;background-color:var(--colors-button-outlined-common-bg-color)!important;border-color:var(--colors-button-outlined-common-border-color)!important}._asma-core-ui-button_gteum_1._outlined_gteum_141._common_gteum_27:active{color:var(--colors-button-outlined-common-active-text-color)!important;background-color:var(--colors-button-outlined-common-active-bg-color)!important;border-color:var(--colors-button-outlined-common-active-border-color)!important;outline:none!important}._asma-core-ui-button_gteum_1._outlined_gteum_141._common_gteum_27:hover{color:var(--colors-button-outlined-common-hover-text-color)!important;background-color:var(--colors-button-outlined-common-hover-bg-color)!important;border-color:var(--colors-button-outlined-common-hover-border-color)!important}._asma-core-ui-button_gteum_1._outlined_gteum_141._common_gteum_27:focus{outline-offset:-2px!important;color:var(--colors-button-outlined-common-focused-text-color)!important;background-color:var(--colors-button-outlined-common-focused-bg-color)!important;outline:2px solid var(--colors-button-outlined-common-focused-border-color)!important;transition:none!important}._asma-core-ui-button_gteum_1._outlined_gteum_141._common_gteum_27:focus._asma-core-ui-button_gteum_1._contained_gteum_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_gteum_1._outlined_gteum_141._common_gteum_27:disabled{cursor:not-allowed;color:var(--colors-button-outlined-common-disabled-text-color)!important;background-color:var(--colors-button-outlined-common-disabled-bg-color)!important;border-color:var(--colors-button-outlined-common-disabled-border-color)!important}._asma-core-ui-button_gteum_1._outlined_gteum_141._error_gteum_84{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-outlined-error-text-color)!important;background-color:var(--colors-button-outlined-error-bg-color)!important;border-color:var(--colors-button-outlined-error-border-color)!important}._asma-core-ui-button_gteum_1._outlined_gteum_141._error_gteum_84:active{color:var(--colors-button-outlined-error-active-text-color)!important;background-color:var(--colors-button-outlined-error-active-bg-color)!important;border-color:var(--colors-button-outlined-error-active-border-color)!important;outline:none!important}._asma-core-ui-button_gteum_1._outlined_gteum_141._error_gteum_84:hover{color:var(--colors-button-outlined-error-hover-text-color)!important;background-color:var(--colors-button-outlined-error-hover-bg-color)!important;border-color:var(--colors-button-outlined-error-hover-border-color)!important}._asma-core-ui-button_gteum_1._outlined_gteum_141._error_gteum_84:focus{outline-offset:-2px!important;color:var(--colors-button-outlined-error-focused-text-color)!important;background-color:var(--colors-button-outlined-error-focused-bg-color)!important;outline:2px solid var(--colors-button-outlined-error-focused-border-color)!important;transition:none!important}._asma-core-ui-button_gteum_1._outlined_gteum_141._error_gteum_84:focus._asma-core-ui-button_gteum_1._contained_gteum_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_gteum_1._outlined_gteum_141._error_gteum_84:disabled{cursor:not-allowed;color:var(--colors-button-outlined-error-disabled-text-color)!important;background-color:var(--colors-button-outlined-error-disabled-bg-color)!important;border-color:var(--colors-button-outlined-error-disabled-border-color)!important}._asma-core-ui-button_gteum_1._text_gteum_255._common_gteum_27{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-text-common-text-color)!important;background-color:var(--colors-button-text-common-bg-color)!important;border-color:var(--colors-button-text-common-border-color)!important}._asma-core-ui-button_gteum_1._text_gteum_255._common_gteum_27:active{color:var(--colors-button-text-common-active-text-color)!important;background-color:var(--colors-button-text-common-active-bg-color)!important;border-color:var(--colors-button-text-common-active-border-color)!important;outline:none!important}._asma-core-ui-button_gteum_1._text_gteum_255._common_gteum_27:hover{color:var(--colors-button-text-common-hover-text-color)!important;background-color:var(--colors-button-text-common-hover-bg-color)!important;border-color:var(--colors-button-text-common-hover-border-color)!important}._asma-core-ui-button_gteum_1._text_gteum_255._common_gteum_27:focus{outline-offset:-2px!important;color:var(--colors-button-text-common-focused-text-color)!important;background-color:var(--colors-button-text-common-focused-bg-color)!important;outline:2px solid var(--colors-button-text-common-focused-border-color)!important;transition:none!important}._asma-core-ui-button_gteum_1._text_gteum_255._common_gteum_27:focus._asma-core-ui-button_gteum_1._contained_gteum_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_gteum_1._text_gteum_255._common_gteum_27:disabled{cursor:not-allowed;color:var(--colors-button-text-common-disabled-text-color)!important;background-color:var(--colors-button-text-common-disabled-bg-color)!important;border-color:var(--colors-button-text-common-disabled-border-color)!important}._asma-core-ui-button_gteum_1._text_gteum_255._error_gteum_84{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-text-error-text-color)!important;background-color:var(--colors-button-text-error-bg-color)!important;border-color:var(--colors-button-text-error-border-color)!important}._asma-core-ui-button_gteum_1._text_gteum_255._error_gteum_84:active{color:var(--colors-button-text-error-active-text-color)!important;background-color:var(--colors-button-text-error-active-bg-color)!important;border-color:var(--colors-button-text-error-active-border-color)!important;outline:none!important}._asma-core-ui-button_gteum_1._text_gteum_255._error_gteum_84:hover{color:var(--colors-button-text-error-hover-text-color)!important;background-color:var(--colors-button-text-error-hover-bg-color)!important;border-color:var(--colors-button-text-error-hover-border-color)!important}._asma-core-ui-button_gteum_1._text_gteum_255._error_gteum_84:focus{outline-offset:-2px!important;color:var(--colors-button-text-error-focused-text-color)!important;background-color:var(--colors-button-text-error-focused-bg-color)!important;outline:2px solid var(--colors-button-text-error-focused-border-color)!important;transition:none!important}._asma-core-ui-button_gteum_1._text_gteum_255._error_gteum_84:focus._asma-core-ui-button_gteum_1._contained_gteum_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_gteum_1._text_gteum_255._error_gteum_84:disabled{cursor:not-allowed;color:var(--colors-button-text-error-disabled-text-color)!important;background-color:var(--colors-button-text-error-disabled-bg-color)!important;border-color:var(--colors-button-text-error-disabled-border-color)!important}._asma-core-ui-button_gteum_1._textGray_gteum_369._common_gteum_27{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-textGray-common-text-color)!important;background-color:var(--colors-button-textGray-common-bg-color)!important;border-color:var(--colors-button-textGray-common-border-color)!important}._asma-core-ui-button_gteum_1._textGray_gteum_369._common_gteum_27:active{color:var(--colors-button-textGray-common-active-text-color)!important;background-color:var(--colors-button-textGray-common-active-bg-color)!important;border-color:var(--colors-button-textGray-common-active-border-color)!important;outline:none!important}._asma-core-ui-button_gteum_1._textGray_gteum_369._common_gteum_27:hover{color:var(--colors-button-textGray-common-hover-text-color)!important;background-color:var(--colors-button-textGray-common-hover-bg-color)!important;border-color:var(--colors-button-textGray-common-hover-border-color)!important}._asma-core-ui-button_gteum_1._textGray_gteum_369._common_gteum_27:focus{outline-offset:-2px!important;color:var(--colors-button-textGray-common-focused-text-color)!important;background-color:var(--colors-button-textGray-common-focused-bg-color)!important;outline:2px solid var(--colors-button-textGray-common-focused-border-color)!important;transition:none!important}._asma-core-ui-button_gteum_1._textGray_gteum_369._common_gteum_27:focus._asma-core-ui-button_gteum_1._contained_gteum_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_gteum_1._textGray_gteum_369._common_gteum_27:disabled{cursor:not-allowed;color:var(--colors-button-textGray-common-disabled-text-color)!important;background-color:var(--colors-button-textGray-common-disabled-bg-color)!important;border-color:var(--colors-button-textGray-common-disabled-border-color)!important}._asma-core-ui-button_gteum_1._textWhite_gteum_426._common_gteum_27{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-textWhite-common-text-color)!important;background-color:var(--colors-button-textWhite-common-bg-color)!important;border-color:var(--colors-button-textWhite-common-border-color)!important}._asma-core-ui-button_gteum_1._textWhite_gteum_426._common_gteum_27:active{color:var(--colors-button-textWhite-common-active-text-color)!important;background-color:var(--colors-button-textWhite-common-active-bg-color)!important;border-color:var(--colors-button-textWhite-common-active-border-color)!important;outline:none!important}._asma-core-ui-button_gteum_1._textWhite_gteum_426._common_gteum_27:hover{color:var(--colors-button-textWhite-common-hover-text-color)!important;background-color:var(--colors-button-textWhite-common-hover-bg-color)!important;border-color:var(--colors-button-textWhite-common-hover-border-color)!important}._asma-core-ui-button_gteum_1._textWhite_gteum_426._common_gteum_27:focus{outline-offset:-2px!important;color:var(--colors-button-textWhite-common-focused-text-color)!important;background-color:var(--colors-button-textWhite-common-focused-bg-color)!important;outline:2px solid var(--colors-button-textWhite-common-focused-border-color)!important;transition:none!important}._asma-core-ui-button_gteum_1._textWhite_gteum_426._common_gteum_27:focus._asma-core-ui-button_gteum_1._contained_gteum_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_gteum_1._textWhite_gteum_426._common_gteum_27:disabled{cursor:not-allowed;color:var(--colors-button-textWhite-common-disabled-text-color)!important;background-color:var(--colors-button-textWhite-common-disabled-bg-color)!important;border-color:var(--colors-button-textWhite-common-disabled-border-color)!important}._asma-core-ui-button_gteum_1._medium_gteum_69{height:38px;padding-left:4px;padding-right:4px}._asma-core-ui-button_gteum_1._small_gteum_74{height:32px;padding-left:4px;padding-right:4px}._asma-core-ui-button_gteum_1._large_gteum_79{height:40px;padding-left:8px;padding-right:8px}._actions-header_1bxzk_1{width:40px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}._pin-indicator_1bxzk_11{position:absolute;height:8px;width:8px;background-color:var(--colors-gama-400);border-radius:50%;top:2px;right:6px}._pin-icon_1bxzk_21{color:var(--colors-delta-500);min-width:20px;min-height:20px}._pin-icon_1bxzk_21:hover{color:var(--colors-delta-500)}._table-action-item_ejh2p_1{height:36px;padding:1px 8px;display:flex;align-items:center;width:100%}._table-action-item_ejh2p_1:hover,._table-action-item_ejh2p_1:active{background-color:var(--colors-gray-50)}._drag-icon_ejh2p_18{width:20px;height:20px}._drag-icon--disabled_ejh2p_23{color:var(--colors-delta-300);cursor:not-allowed}._drag-icon--enabled_ejh2p_28{color:var(--colors-delta-700);cursor:grab}._drag-icon--enabled_ejh2p_28:focus{outline-color:var(--colors-gama-500)}._drag-icon--enabled_ejh2p_28:active{cursor:grabbing}._skeleton-row_5gbhw_1{padding-bottom:.5rem;padding-top:0}._skeleton-row_5gbhw_1:first-child{padding-top:.5rem}._skeleton-row_5gbhw_1:last-child{padding-bottom:0}._table-pagination_pu6mb_1{display:flex;width:-moz-fit-content;width:fit-content;gap:8px;background-color:transparent;flex-direction:row;align-items:center;justify-content:flex-end}._table-pagination__pages-list_pu6mb_11{overflow:auto;width:160px;max-height:200px}._table-pagination__pages-list_pu6mb_11 ._table-pagination__pages-list__page_pu6mb_16{height:36px;position:relative;display:flex;align-items:center;padding-left:40px;cursor:pointer}._table-pagination__pages-list_pu6mb_11 ._table-pagination__pages-list__page_pu6mb_16:hover{background-color:var(--colors-delta-30)}._table-pagination__pages-list_pu6mb_11 ._table-pagination__pages-list__page_pu6mb_16._page-selected_pu6mb_27{background-color:var(--colors-gama-50)}._table-pagination__pages-list_pu6mb_11 ._table-pagination__pages-list__page_pu6mb_16 ._check-icon_pu6mb_30{position:absolute;left:8px;top:4px;color:var(--colors-gama-500)}
|
|
1
|
+
._asma-ui-table-styled-table_5jpe8_1{--action-cell-shadow: none;--fixed-cell-shadow: none;isolation:isolate;width:100%;display:flex;flex-direction:column}._asma-ui-table-styled-table_5jpe8_1[data-x-overflow=true]{--action-cell-shadow: -15px 0px 15px rgba(0, 0, 0, .1);--fixed-cell-shadow: 15px 0px 15px rgba(0, 0, 0, .1)}._asma-ui-table-styled-table_5jpe8_1 *,._asma-ui-table-styled-table_5jpe8_1 *:after,._asma-ui-table-styled-table_5jpe8_1 *:before{box-sizing:border-box;-webkit-box-sizing:border-box}._asma-ui-table-styled-table_5jpe8_1 :root{--table-hscroll-h: 12px}._asma-ui-table-styled-table_5jpe8_1 ._table-wrapper_5jpe8_22{height:100%;overflow:auto;width:100%;flex-grow:1;min-height:0}._asma-ui-table-styled-table_5jpe8_1 ._table-shell_5jpe8_29{position:relative;flex:1 1 auto;min-height:0;overflow:hidden}._asma-ui-table-styled-table_5jpe8_1 ._table-wrapper--no-rows_5jpe8_35{min-height:130px}._asma-ui-table-styled-table_5jpe8_1 ._table-wrapper--proxy_5jpe8_38,._asma-ui-table-styled-table_5jpe8_1 ._table-wrapper--proxy-bottom_5jpe8_39{position:relative;width:100%;flex-grow:1;overflow:hidden;display:flex;flex-direction:column;min-height:0}._asma-ui-table-styled-table_5jpe8_1 ._table-wrapper-fetching_5jpe8_49{overflow:hidden}._asma-ui-table-styled-table_5jpe8_1 ._table-scroll_5jpe8_52{overflow-x:auto;overflow-y:auto;flex:1 1 auto;min-height:0;position:relative;display:flex;flex-direction:column}._asma-ui-table-styled-table_5jpe8_1 ._table-x--fill-height_5jpe8_61{min-height:calc(100% - 12px)}._asma-ui-table-styled-table_5jpe8_1 ._table-x_5jpe8_61{width:inherit;min-width:100%;overflow-x:visible;overflow-y:visible;flex-shrink:0;scrollbar-width:none;-ms-overflow-style:none}._asma-ui-table-styled-table_5jpe8_1 ._table-x_5jpe8_61::-webkit-scrollbar{display:none}._asma-ui-table-styled-table_5jpe8_1 ._table-header--sticky_5jpe8_76{position:sticky;top:0;background-color:var(--colors-gray-10)}._asma-ui-table-styled-table_5jpe8_1 ._table-hscroll_5jpe8_81{position:sticky;bottom:0;height:var(--table-hscroll-h);overflow-x:hidden;overflow-y:hidden;background:white;z-index:2;flex-shrink:0}._asma-ui-table-styled-table_5jpe8_1 ._table-hscroll__content_5jpe8_91{height:1px}._asma-ui-table-styled-table_5jpe8_1 ._no-rows-overlay-container_5jpe8_94{position:absolute;inset:0;display:grid;place-items:center;pointer-events:auto;z-index:5}._asma-ui-table-styled-table_5jpe8_1 ._no-rows-overlay-content_5jpe8_102{width:100%;max-width:100%}._asma-ui-table-styled-table_5jpe8_1 ._styled-table_5jpe8_106{display:table;margin:0;border-collapse:separate;border-spacing:0 .5px;max-width:inherit;width:100%;table-layout:fixed}._asma-ui-table-styled-table_5jpe8_1 ._styled-table_5jpe8_106 ._tbody_5jpe8_115{display:table-row-group;vertical-align:middle;max-width:inherit}._asma-ui-table-styled-table_5jpe8_1 ._loading-icon_5jpe8_120{position:absolute;top:50%;left:50%;z-index:10;color:var(--colors-gama-500)}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127+._t-row_5jpe8_127 ._t-cell_5jpe8_127{border-top:.5px solid var(--colors-delta-200)}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127{margin-top:1px;display:table-row}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127:hover,._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127:hover ._action-cell_5jpe8_137{background-color:var(--colors-gray-50)}@media (min-width: 743px){._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127:hover ._fixed-cell_5jpe8_141{background-color:var(--colors-gray-50)}}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127:focus{background-color:var(--colors-gama-25)}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127:focus ._action-cell_5jpe8_137{background-color:var(--colors-gama-25)}@media (min-width: 743px){._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127:focus ._fixed-cell_5jpe8_141{background-color:var(--colors-gama-25)}}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127:focus-visible{outline:none}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127 ._t-cell_5jpe8_127{overflow:hidden;vertical-align:top;font-size:14px;line-height:20px;color:var(--colors-gray-700);display:table-cell;white-space:pre-wrap;padding:0 5px}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127 ._t-cell_5jpe8_127:not(._expanded_row_5jpe8_172){vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127 ._t-cell_5jpe8_127:not(._expanded_row_5jpe8_172) div{vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127 ._t-cell_5jpe8_127:first-child{border-left:.5px solid transparent}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127 ._t-cell_5jpe8_127:last-child{border-right:.5px solid transparent}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127 ._t-cell_5jpe8_127._selected_5jpe8_190{background-color:var(--colors-gama-25)}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127 ._t-cell_5jpe8_127._single-selection_5jpe8_193{background-color:var(--colors-gama-25);box-shadow:inset 0 2px 0 0 var(--colors-gama-400),inset 0 -2px 0 0 var(--colors-gama-400)}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127 ._t-cell_5jpe8_127._single-selection_5jpe8_193:last-child{box-shadow:inset 0 2px 0 0 var(--colors-gama-400),inset 0 -2px 0 0 var(--colors-gama-400),inset -2px 0 0 0 var(--colors-gama-400)}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127 ._t-cell_5jpe8_127._single-selection_5jpe8_193:first-child{box-shadow:inset 0 2px 0 0 var(--colors-gama-400),inset 0 -2px 0 0 var(--colors-gama-400),inset 2px 0 0 0 var(--colors-gama-400)}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127 ._action-cell_5jpe8_137{height:100%;position:sticky;right:-1px;z-index:1;box-shadow:var(--action-cell-shadow)}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127 ._action-cell_5jpe8_137._shadowed_5jpe8_210._single-selection_5jpe8_193{box-shadow:inset 0 2px 0 0 var(--colors-gama-400),inset 0 -2px 0 0 var(--colors-gama-400)}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127 ._action-cell_5jpe8_137._shadowed_5jpe8_210._single-selection_5jpe8_193:last-child{box-shadow:inset 0 2px 0 0 var(--colors-gama-400),inset 0 -2px 0 0 var(--colors-gama-400),inset -2px 0 0 0 var(--colors-gama-400)}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127 ._fixed-cell_5jpe8_141{height:100%}@media (min-width: 743px){._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127 ._fixed-cell_5jpe8_141{position:sticky;left:0;z-index:1;box-shadow:var(--fixed-cell-shadow)}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127 ._fixed-cell_5jpe8_141._shadowed_5jpe8_210._single-selection_5jpe8_193{box-shadow:inset 0 2px 0 0 var(--colors-gama-400),inset 0 -2px 0 0 var(--colors-gama-400)}}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127 ._fixed-right-cell_5jpe8_230{height:100%}@media (min-width: 743px){._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127 ._fixed-right-cell_5jpe8_230{position:sticky;z-index:1;box-shadow:var(--action-cell-shadow)}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127 ._fixed-right-cell_5jpe8_230._single-selection_5jpe8_193{box-shadow:inset 0 2px 0 0 var(--colors-gama-400),inset 0 -2px 0 0 var(--colors-gama-400)}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127 ._shadowed-right_5jpe8_244{box-shadow:var(--action-cell-shadow)}}._asma-ui-table-styled-table_5jpe8_1 ._t-row_5jpe8_127._is-loading_5jpe8_248 ._t-cell_5jpe8_127{opacity:.5}._asma-ui-table-styled-table_5jpe8_1 ._action-cell-default-background_5jpe8_251,._asma-ui-table-styled-table_5jpe8_1 ._fixed-cell-default-background_5jpe8_254,._asma-ui-table-styled-table_5jpe8_1 ._fixed-right-cell-default-background_5jpe8_257{background-color:#fff}._asma-ui-table-styled-table_5jpe8_1 ._sortable-column_5jpe8_260{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}._asma-ui-table-styled-table_5jpe8_1 ._resizer_5jpe8_264{position:absolute;top:0;height:100%;right:0;width:4px;background:var(--colors-delta-300);cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;border-radius:5px}._asma-ui-table-styled-table_5jpe8_1 ._resizer_5jpe8_264._isResizing_5jpe8_276{background:var(--colors-gama-500);opacity:1}@media (hover: hover){._asma-ui-table-styled-table_5jpe8_1 ._resizer_5jpe8_264{opacity:0}._asma-ui-table-styled-table_5jpe8_1 *:hover>._resizer_5jpe8_264{opacity:1}}._asma-ui-table-styled-table_5jpe8_1 ._hide-table-header_5jpe8_288{height:0px;opacity:0}._asma-ui-table-styled-table_5jpe8_1 ._show-table-header_5jpe8_292{position:relative;height:32px;opacity:1}._asma-ui-table-styled-table_5jpe8_1 ._table-header_5jpe8_76{display:table-header-group;z-index:60;background-color:var(--colors-gray-10);cursor:default}._asma-ui-table-styled-table_5jpe8_1 ._table-header_5jpe8_76 ._t-cell_5jpe8_127{text-transform:uppercase;font-size:10px;font-weight:600;text-align:start;color:var(--colors-delta-500);display:table-cell;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 5px;border-top:.5px solid var(--colors-delta-200);border-bottom:.5px solid var(--colors-delta-200)}._asma-ui-table-styled-table_5jpe8_1 ._table-header_5jpe8_76 ._t-cell_5jpe8_127._hide-header_5jpe8_317{border:none}._asma-ui-table-styled-table_5jpe8_1 ._table-header_5jpe8_76 ._t-cell_5jpe8_127._t-cell__actions_5jpe8_320{height:100%;position:sticky;right:-1px;z-index:1;background-color:var(--colors-gray-10);box-shadow:var(--action-cell-shadow)}@media (min-width: 743px){._asma-ui-table-styled-table_5jpe8_1 ._table-header_5jpe8_76 ._t-cell_5jpe8_127._t-cell__fixed_5jpe8_329{position:sticky;left:0;background-color:var(--colors-gray-10);z-index:160;box-shadow:var(--fixed-cell-shadow)}._asma-ui-table-styled-table_5jpe8_1 ._table-header_5jpe8_76 ._t-cell_5jpe8_127._t-cell__fixed-right_5jpe8_336{position:sticky;background-color:var(--colors-gray-10);z-index:160;box-shadow:var(--action-cell-shadow)}}._asma-ui-table-styled-table_5jpe8_1 ._table-header_5jpe8_76 ._sort-icon_5jpe8_343{color:var(--colors-delta-800)}._asma-ui-table-styled-table_5jpe8_1 ._table-footer--sticky_5jpe8_346{display:flex;width:100%;gap:8px;background-color:transparent;flex-direction:row;padding-top:16px;align-items:center;justify-content:flex-end;flex-shrink:0}._asma-ui-table-styled-table_5jpe8_1 ._table-footer--inline_5jpe8_357{position:sticky;left:0;width:100%;display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:12px 0;background:white}._asma-ui-table-styled-table_5jpe8_1 ._table-bottom_5jpe8_368{margin-top:auto;background:white;width:100%;position:sticky;left:0;bottom:var(--table-hscroll-h);z-index:1}._asma-ui-table-styled-table_5jpe8_1 ._table-wrapper--proxy_5jpe8_38._table-wrapper--no-rows_5jpe8_35,._asma-ui-table-styled-table_5jpe8_1 ._table-wrapper--proxy-bottom_5jpe8_39._table-wrapper--no-rows_5jpe8_35,._asma-ui-table-styled-table_5jpe8_1 ._table-wrapper_5jpe8_22._table-wrapper--no-rows_5jpe8_35{min-height:var(--no-rows-content-height, 130px)}._asma-ui-table-styled-table_5jpe8_1 ._table-bottom--sticky_5jpe8_382{bottom:0}._cursor-not-allowed_5jpe8_386{cursor:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzY1MjRfMjQxNTE3KSI+CiAgICA8bWFzayBpZD0icGF0aC0xLW91dHNpZGUtMV82NTI0XzI0MTUxNyIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMyIgeT0iMiIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiBmaWxsPSJibGFjayI+CiAgICAgIDxyZWN0IGZpbGw9IndoaXRlIiB4PSIzIiB5PSIyIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiLz4KICAgICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS40NzY1IDE1Ljg5MDdDMTQuNDk1NyAxNi41ODkyIDEzLjI5NTggMTcgMTIgMTdDOC42ODYyOSAxNyA2IDE0LjMxMzcgNiAxMUM2IDkuNzA0MTcgNi40MTA3OSA4LjUwNDI4IDcuMTA5MjUgNy41MjM0N0wxNS40NzY1IDE1Ljg5MDdaTTE2Ljg5MDcgMTQuNDc2NUMxNy41ODkyIDEzLjQ5NTcgMTggMTIuMjk1OCAxOCAxMUMxOCA3LjY4NjI5IDE1LjMxMzcgNSAxMiA1QzEwLjcwNDIgNSA5LjUwNDI4IDUuNDEwNzkgOC41MjM0NyA2LjEwOTI1TDE2Ljg5MDcgMTQuNDc2NVpNMTIgMTlDMTYuNDE4MyAxOSAyMCAxNS40MTgzIDIwIDExQzIwIDYuNTgxNzIgMTYuNDE4MyAzIDEyIDNDNy41ODE3MiAzIDQgNi41ODE3MiA0IDExQzQgMTUuNDE4MyA3LjU4MTcyIDE5IDEyIDE5WiIvPgogICAgPC9tYXNrPgogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS40NzY1IDE1Ljg5MDdDMTQuNDk1NyAxNi41ODkyIDEzLjI5NTggMTcgMTIgMTdDOC42ODYyOSAxNyA2IDE0LjMxMzcgNiAxMUM2IDkuNzA0MTcgNi40MTA3OSA4LjUwNDI4IDcuMTA5MjUgNy41MjM0N0wxNS40NzY1IDE1Ljg5MDdaTTE2Ljg5MDcgMTQuNDc2NUMxNy41ODkyIDEzLjQ5NTcgMTggMTIuMjk1OCAxOCAxMUMxOCA3LjY4NjI5IDE1LjMxMzcgNSAxMiA1QzEwLjcwNDIgNSA5LjUwNDI4IDUuNDEwNzkgOC41MjM0NyA2LjEwOTI1TDE2Ljg5MDcgMTQuNDc2NVpNMTIgMTlDMTYuNDE4MyAxOSAyMCAxNS40MTgzIDIwIDExQzIwIDYuNTgxNzIgMTYuNDE4MyAzIDEyIDNDNy41ODE3MiAzIDQgNi41ODE3MiA0IDExQzQgMTUuNDE4MyA3LjU4MTcyIDE5IDEyIDE5WiIgZmlsbD0iI0UxMDcwMCIvPgogICAgPHBhdGggZD0iTTE1LjQ3NjUgMTUuODkwN003LjEwOTI1IDcuNTIzNDdMNy44MTYzNiA2LjgxNjM2TDYuOTgwNDMgNS45ODA0M0w2LjI5NDY5IDYuOTQzNEw3LjEwOTI1IDcuNTIzNDdaTTE1LjQ3NjUgMTUuODkwN00xNi44OTA3IDE0LjQ3NjVNOC41MjM0NyA2LjEwOTI1TDcuOTQzNCA1LjI5NDY5TDYuOTgwNDMgNS45ODA0M0w3LjgxNjM2IDYuODE2MzZMOC41MjM0NyA2LjEwOTI1Wk0xNi44OTA3IDE0LjQ3NjVNMTUuNDc2NSAxNS44OTA3TDE0Ljg5NjUgMTUuMDc2MkMxNC4wNzk0IDE1LjY1OCAxMy4wODExIDE2IDEyIDE2VjE3VjE4QzEzLjUxMDUgMTggMTQuOTEyIDE3LjUyMDQgMTYuMDU2NiAxNi43MDUzTDE1LjQ3NjUgMTUuODkwN1pNMTIgMTdWMTZDOS4yMzg1OCAxNiA3IDEzLjc2MTQgNyAxMUg2SDVDNSAxNC44NjYgOC4xMzQwMSAxOCAxMiAxOFYxN1pNNiAxMUg3QzcgOS45MTg4NiA3LjM0MTk5IDguOTIwNTcgNy45MjM4MiA4LjEwMzU0TDcuMTA5MjUgNy41MjM0N0w2LjI5NDY5IDYuOTQzNEM1LjQ3OTU5IDguMDg4IDUgOS40ODk0OCA1IDExSDZaTTcuMTA5MjUgNy41MjM0N0w2LjQwMjE1IDguMjMwNTdMMTQuNzY5NCAxNi41OTc5TDE1LjQ3NjUgMTUuODkwN0wxNi4xODM2IDE1LjE4MzZMNy44MTYzNiA2LjgxNjM2TDcuMTA5MjUgNy41MjM0N1pNMTUuNDc2NSAxNS44OTA3TTE2Ljg5MDcgMTQuNDc2NUwxNy43MDUzIDE1LjA1NjZDMTguNTIwNCAxMy45MTIgMTkgMTIuNTEwNSAxOSAxMUgxOEgxN0MxNyAxMi4wODExIDE2LjY1OCAxMy4wNzk0IDE2LjA3NjIgMTMuODk2NUwxNi44OTA3IDE0LjQ3NjVaTTE4IDExSDE5QzE5IDcuMTM0MDEgMTUuODY2IDQgMTIgNFY1VjZDMTQuNzYxNCA2IDE3IDguMjM4NTggMTcgMTFIMThaTTEyIDVWNEMxMC40ODk1IDQgOS4wODggNC40Nzk1OSA3Ljk0MzQgNS4yOTQ2OUw4LjUyMzQ3IDYuMTA5MjVMOS4xMDM1NCA2LjkyMzgyQzkuOTIwNTcgNi4zNDE5OSAxMC45MTg5IDYgMTIgNlY1Wk04LjUyMzQ3IDYuMTA5MjVMNy44MTYzNiA2LjgxNjM2TDE2LjE4MzYgMTUuMTgzNkwxNi44OTA3IDE0LjQ3NjVMMTcuNTk3OSAxMy43Njk0TDkuMjMwNTcgNS40MDIxNUw4LjUyMzQ3IDYuMTA5MjVaTTE2Ljg5MDcgMTQuNDc2NU0xMiAxOVYyMEMxNi45NzA2IDIwIDIxIDE1Ljk3MDYgMjEgMTFIMjBIMTlDMTkgMTQuODY2IDE1Ljg2NiAxOCAxMiAxOFYxOVpNMjAgMTFIMjFDMjEgNi4wMjk0NCAxNi45NzA2IDIgMTIgMlYzVjRDMTUuODY2IDQgMTkgNy4xMzQwMSAxOSAxMUgyMFpNMTIgM1YyQzcuMDI5NDQgMiAzIDYuMDI5NDQgMyAxMUg0SDVDNSA3LjEzNDAxIDguMTM0MDEgNCAxMiA0VjNaTTQgMTFIM0MzIDE1Ljk3MDYgNy4wMjk0NCAyMCAxMiAyMFYxOVYxOEM4LjEzNDAxIDE4IDUgMTQuODY2IDUgMTFINFpNMTIgMTkiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuOCIgbWFzaz0idXJsKCNwYXRoLTEtb3V0c2lkZS0xXzY1MjRfMjQxNTE3KSIvPgogIDwvZz4KICA8ZGVmcz4KICAgIDxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF82NTI0XzI0MTUxNyIgeD0iMCIgeT0iMCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CiAgICAgIDxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CiAgICAgIDxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgogICAgICA8ZmVPZmZzZXQgZHk9IjEiLz4KICAgICAgPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMS41Ii8+CiAgICAgIDxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjI1IDAiLz4KICAgICAgPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfNjUyNF8yNDE1MTciLz4KICAgICAgPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfNjUyNF8yNDE1MTciIHJlc3VsdD0ic2hhcGUiLz4KICAgIDwvZmlsdGVyPgogIDwvZGVmcz4KPC9zdmc+) 12 12,not-allowed}._CheckboxWrapper_1b4zf_1{display:flex;align-items:center;justify-content:center;position:relative;box-sizing:border-box;cursor:pointer;background:transparent;border:none}._CheckboxWrapper_1b4zf_1._size-small_1b4zf_11{width:38px;height:38px}._CheckboxWrapper_1b4zf_1._size-medium_1b4zf_15{width:42px;height:42px}._CheckboxWrapper_1b4zf_1[data-disabled]{cursor:default;pointer-events:none}._CheckboxWrapper_1b4zf_1:is([data-checked],[data-indeterminate]) ._Checkbox_1b4zf_1{background-color:var(--colors-gama-500);border:none;--cb-border-w: 0px}._CheckboxWrapper_1b4zf_1._Indeterminate_1b4zf_28 ._Checkbox_1b4zf_1{background-color:var(--colors-gama-500);border:none;--cb-border-w: 0px}._CheckboxWrapper_1b4zf_1[data-unchecked] ._Checkbox_1b4zf_1{background-color:transparent;border:var(--cb-border-w) solid var(--colors-delta-500)}._CheckboxWrapper_1b4zf_1[data-disabled][data-unchecked] ._Checkbox_1b4zf_1{background-color:transparent;border:var(--cb-border-w) solid var(--colors-delta-200)}._CheckboxWrapper_1b4zf_1[data-disabled]:is([data-checked],[data-indeterminate]) ._Checkbox_1b4zf_1{background-color:var(--colors-delta-200);border:none;--cb-border-w: 0px}._CheckboxWrapper_1b4zf_1[data-disabled]._Indeterminate_1b4zf_28 ._Checkbox_1b4zf_1{background-color:var(--colors-delta-200);border:none;--cb-border-w: 0px}._CheckboxWrapper_1b4zf_1:focus-visible{outline:none}._CheckboxWrapper_1b4zf_1._ReadOnly_1b4zf_55{pointer-events:none;cursor:default}._CheckboxWrapper_1b4zf_1._ReadOnly_1b4zf_55 ._Checkbox_1b4zf_1{background-color:#fff;border:var(--cb-border-w) solid var(--colors-delta-500);--cb-border-w: 2px}._CheckboxWrapper_1b4zf_1._ReadOnly_1b4zf_55 ._Checkbox_1b4zf_1 ._Indicator_1b4zf_64{color:var(--colors-delta-500)}._HideWrapper_1b4zf_68{width:auto;height:auto;padding:0;overflow:visible}._CheckboxHover_1b4zf_75:after,._CheckboxRippleContainer_1b4zf_75{position:absolute;left:0;top:0;width:100%;height:100%;z-index:0}._CheckboxRippleContainer_1b4zf_75{overflow:hidden;border-radius:50%}._CheckboxRipple_1b4zf_75{position:absolute;width:100%;height:100%;background-color:var(--colors-gama-500);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%) scale(0);opacity:.25;animation:_ripple_1b4zf_1 .4s ease-out forwards;z-index:0}@keyframes _ripple_1b4zf_1{to{transform:translate(-50%,-50%) scale(1);opacity:.025}}._CheckboxHover_1b4zf_75:after{content:"";width:42px;height:42px;background:var(--colors-gama-300);border-radius:50%;top:50%;left:50%;opacity:0;transition:opacity .2s,transform .2s;transform:translate(-50%,-50%) scale(.7)}._CheckboxHover_1b4zf_75:hover:after{opacity:.07;transform:translate(-50%,-50%) scale(1)}._CheckboxHover_1b4zf_75._size-small_1b4zf_11:after{width:38px;height:38px}._Checkbox_1b4zf_1{position:relative;overflow:visible;padding:0;box-sizing:border-box;--cb-border-w: 2px;--cb-indicator-color: #fff;border-radius:2px;width:18px;height:18px}._Checkbox_1b4zf_1._size-small_1b4zf_11{border-radius:2px;width:15px;height:15px}._CheckboxWrapper_1b4zf_1:focus-visible ._Checkbox_1b4zf_1:before{content:"";position:absolute;inset:calc(-2px - var(--cb-border-w));border-radius:4px;outline:2px solid var(--colors-gama-400);outline-offset:0;pointer-events:none}._CheckboxWrapper_1b4zf_1[data-indeterminate] ._Checkbox_1b4zf_1:after,._Checkbox_1b4zf_1._Indeterminate_1b4zf_28:after{content:"";position:absolute;top:50%;left:50%;width:62%;height:2.5px;transform:translate(-50%,-50%);border-radius:999px;background-color:var(--cb-indicator-color);z-index:2;pointer-events:none}._Indicator_1b4zf_64{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;z-index:1;position:relative;pointer-events:none}._CheckboxWrapper_1b4zf_1[data-indeterminate] ._Indicator_1b4zf_64 svg,._CheckboxWrapper_1b4zf_1._Indeterminate_1b4zf_28 ._Indicator_1b4zf_64 svg{display:none}._CheckboxWrapper_1b4zf_1._ReadOnly_1b4zf_55 ._Checkbox_1b4zf_1{--cb-indicator-color: var(--colors-delta-500)}._asma-core-ui-button_gteum_1{border-color:transparent;border-width:1px;border-style:solid}._asma-core-ui-button_gteum_1._contained_gteum_27._common_gteum_27{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-contained-common-text-color)!important;background-color:var(--colors-button-contained-common-bg-color)!important;border-color:var(--colors-button-contained-common-border-color)!important}._asma-core-ui-button_gteum_1._contained_gteum_27._common_gteum_27:active{color:var(--colors-button-contained-common-active-text-color)!important;background-color:var(--colors-button-contained-common-active-bg-color)!important;border-color:var(--colors-button-contained-common-active-border-color)!important;outline:none!important}._asma-core-ui-button_gteum_1._contained_gteum_27._common_gteum_27:hover{color:var(--colors-button-contained-common-hover-text-color)!important;background-color:var(--colors-button-contained-common-hover-bg-color)!important;border-color:var(--colors-button-contained-common-hover-border-color)!important}._asma-core-ui-button_gteum_1._contained_gteum_27._common_gteum_27:focus{outline-offset:-2px!important;color:var(--colors-button-contained-common-focused-text-color)!important;background-color:var(--colors-button-contained-common-focused-bg-color)!important;outline:2px solid var(--colors-button-contained-common-focused-border-color)!important;transition:none!important}._asma-core-ui-button_gteum_1._contained_gteum_27._common_gteum_27:focus._asma-core-ui-button_gteum_1._contained_gteum_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_gteum_1._contained_gteum_27._common_gteum_27:disabled{cursor:not-allowed;color:var(--colors-button-contained-common-disabled-text-color)!important;background-color:var(--colors-button-contained-common-disabled-bg-color)!important;border-color:var(--colors-button-contained-common-disabled-border-color)!important}._asma-core-ui-button_gteum_1._contained_gteum_27._error_gteum_84{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-contained-error-text-color)!important;background-color:var(--colors-button-contained-error-bg-color)!important;border-color:var(--colors-button-contained-error-border-color)!important}._asma-core-ui-button_gteum_1._contained_gteum_27._error_gteum_84:active{color:var(--colors-button-contained-error-active-text-color)!important;background-color:var(--colors-button-contained-error-active-bg-color)!important;border-color:var(--colors-button-contained-error-active-border-color)!important;outline:none!important}._asma-core-ui-button_gteum_1._contained_gteum_27._error_gteum_84:hover{color:var(--colors-button-contained-error-hover-text-color)!important;background-color:var(--colors-button-contained-error-hover-bg-color)!important;border-color:var(--colors-button-contained-error-hover-border-color)!important}._asma-core-ui-button_gteum_1._contained_gteum_27._error_gteum_84:focus{outline-offset:-2px!important;color:var(--colors-button-contained-error-focused-text-color)!important;background-color:var(--colors-button-contained-error-focused-bg-color)!important;outline:2px solid var(--colors-button-contained-error-focused-border-color)!important;transition:none!important}._asma-core-ui-button_gteum_1._contained_gteum_27._error_gteum_84:focus._asma-core-ui-button_gteum_1._contained_gteum_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_gteum_1._contained_gteum_27._error_gteum_84:disabled{cursor:not-allowed;color:var(--colors-button-contained-error-disabled-text-color)!important;background-color:var(--colors-button-contained-error-disabled-bg-color)!important;border-color:var(--colors-button-contained-error-disabled-border-color)!important}._asma-core-ui-button_gteum_1._outlined_gteum_141._common_gteum_27{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-outlined-common-text-color)!important;background-color:var(--colors-button-outlined-common-bg-color)!important;border-color:var(--colors-button-outlined-common-border-color)!important}._asma-core-ui-button_gteum_1._outlined_gteum_141._common_gteum_27:active{color:var(--colors-button-outlined-common-active-text-color)!important;background-color:var(--colors-button-outlined-common-active-bg-color)!important;border-color:var(--colors-button-outlined-common-active-border-color)!important;outline:none!important}._asma-core-ui-button_gteum_1._outlined_gteum_141._common_gteum_27:hover{color:var(--colors-button-outlined-common-hover-text-color)!important;background-color:var(--colors-button-outlined-common-hover-bg-color)!important;border-color:var(--colors-button-outlined-common-hover-border-color)!important}._asma-core-ui-button_gteum_1._outlined_gteum_141._common_gteum_27:focus{outline-offset:-2px!important;color:var(--colors-button-outlined-common-focused-text-color)!important;background-color:var(--colors-button-outlined-common-focused-bg-color)!important;outline:2px solid var(--colors-button-outlined-common-focused-border-color)!important;transition:none!important}._asma-core-ui-button_gteum_1._outlined_gteum_141._common_gteum_27:focus._asma-core-ui-button_gteum_1._contained_gteum_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_gteum_1._outlined_gteum_141._common_gteum_27:disabled{cursor:not-allowed;color:var(--colors-button-outlined-common-disabled-text-color)!important;background-color:var(--colors-button-outlined-common-disabled-bg-color)!important;border-color:var(--colors-button-outlined-common-disabled-border-color)!important}._asma-core-ui-button_gteum_1._outlined_gteum_141._error_gteum_84{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-outlined-error-text-color)!important;background-color:var(--colors-button-outlined-error-bg-color)!important;border-color:var(--colors-button-outlined-error-border-color)!important}._asma-core-ui-button_gteum_1._outlined_gteum_141._error_gteum_84:active{color:var(--colors-button-outlined-error-active-text-color)!important;background-color:var(--colors-button-outlined-error-active-bg-color)!important;border-color:var(--colors-button-outlined-error-active-border-color)!important;outline:none!important}._asma-core-ui-button_gteum_1._outlined_gteum_141._error_gteum_84:hover{color:var(--colors-button-outlined-error-hover-text-color)!important;background-color:var(--colors-button-outlined-error-hover-bg-color)!important;border-color:var(--colors-button-outlined-error-hover-border-color)!important}._asma-core-ui-button_gteum_1._outlined_gteum_141._error_gteum_84:focus{outline-offset:-2px!important;color:var(--colors-button-outlined-error-focused-text-color)!important;background-color:var(--colors-button-outlined-error-focused-bg-color)!important;outline:2px solid var(--colors-button-outlined-error-focused-border-color)!important;transition:none!important}._asma-core-ui-button_gteum_1._outlined_gteum_141._error_gteum_84:focus._asma-core-ui-button_gteum_1._contained_gteum_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_gteum_1._outlined_gteum_141._error_gteum_84:disabled{cursor:not-allowed;color:var(--colors-button-outlined-error-disabled-text-color)!important;background-color:var(--colors-button-outlined-error-disabled-bg-color)!important;border-color:var(--colors-button-outlined-error-disabled-border-color)!important}._asma-core-ui-button_gteum_1._text_gteum_255._common_gteum_27{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-text-common-text-color)!important;background-color:var(--colors-button-text-common-bg-color)!important;border-color:var(--colors-button-text-common-border-color)!important}._asma-core-ui-button_gteum_1._text_gteum_255._common_gteum_27:active{color:var(--colors-button-text-common-active-text-color)!important;background-color:var(--colors-button-text-common-active-bg-color)!important;border-color:var(--colors-button-text-common-active-border-color)!important;outline:none!important}._asma-core-ui-button_gteum_1._text_gteum_255._common_gteum_27:hover{color:var(--colors-button-text-common-hover-text-color)!important;background-color:var(--colors-button-text-common-hover-bg-color)!important;border-color:var(--colors-button-text-common-hover-border-color)!important}._asma-core-ui-button_gteum_1._text_gteum_255._common_gteum_27:focus{outline-offset:-2px!important;color:var(--colors-button-text-common-focused-text-color)!important;background-color:var(--colors-button-text-common-focused-bg-color)!important;outline:2px solid var(--colors-button-text-common-focused-border-color)!important;transition:none!important}._asma-core-ui-button_gteum_1._text_gteum_255._common_gteum_27:focus._asma-core-ui-button_gteum_1._contained_gteum_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_gteum_1._text_gteum_255._common_gteum_27:disabled{cursor:not-allowed;color:var(--colors-button-text-common-disabled-text-color)!important;background-color:var(--colors-button-text-common-disabled-bg-color)!important;border-color:var(--colors-button-text-common-disabled-border-color)!important}._asma-core-ui-button_gteum_1._text_gteum_255._error_gteum_84{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-text-error-text-color)!important;background-color:var(--colors-button-text-error-bg-color)!important;border-color:var(--colors-button-text-error-border-color)!important}._asma-core-ui-button_gteum_1._text_gteum_255._error_gteum_84:active{color:var(--colors-button-text-error-active-text-color)!important;background-color:var(--colors-button-text-error-active-bg-color)!important;border-color:var(--colors-button-text-error-active-border-color)!important;outline:none!important}._asma-core-ui-button_gteum_1._text_gteum_255._error_gteum_84:hover{color:var(--colors-button-text-error-hover-text-color)!important;background-color:var(--colors-button-text-error-hover-bg-color)!important;border-color:var(--colors-button-text-error-hover-border-color)!important}._asma-core-ui-button_gteum_1._text_gteum_255._error_gteum_84:focus{outline-offset:-2px!important;color:var(--colors-button-text-error-focused-text-color)!important;background-color:var(--colors-button-text-error-focused-bg-color)!important;outline:2px solid var(--colors-button-text-error-focused-border-color)!important;transition:none!important}._asma-core-ui-button_gteum_1._text_gteum_255._error_gteum_84:focus._asma-core-ui-button_gteum_1._contained_gteum_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_gteum_1._text_gteum_255._error_gteum_84:disabled{cursor:not-allowed;color:var(--colors-button-text-error-disabled-text-color)!important;background-color:var(--colors-button-text-error-disabled-bg-color)!important;border-color:var(--colors-button-text-error-disabled-border-color)!important}._asma-core-ui-button_gteum_1._textGray_gteum_369._common_gteum_27{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-textGray-common-text-color)!important;background-color:var(--colors-button-textGray-common-bg-color)!important;border-color:var(--colors-button-textGray-common-border-color)!important}._asma-core-ui-button_gteum_1._textGray_gteum_369._common_gteum_27:active{color:var(--colors-button-textGray-common-active-text-color)!important;background-color:var(--colors-button-textGray-common-active-bg-color)!important;border-color:var(--colors-button-textGray-common-active-border-color)!important;outline:none!important}._asma-core-ui-button_gteum_1._textGray_gteum_369._common_gteum_27:hover{color:var(--colors-button-textGray-common-hover-text-color)!important;background-color:var(--colors-button-textGray-common-hover-bg-color)!important;border-color:var(--colors-button-textGray-common-hover-border-color)!important}._asma-core-ui-button_gteum_1._textGray_gteum_369._common_gteum_27:focus{outline-offset:-2px!important;color:var(--colors-button-textGray-common-focused-text-color)!important;background-color:var(--colors-button-textGray-common-focused-bg-color)!important;outline:2px solid var(--colors-button-textGray-common-focused-border-color)!important;transition:none!important}._asma-core-ui-button_gteum_1._textGray_gteum_369._common_gteum_27:focus._asma-core-ui-button_gteum_1._contained_gteum_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_gteum_1._textGray_gteum_369._common_gteum_27:disabled{cursor:not-allowed;color:var(--colors-button-textGray-common-disabled-text-color)!important;background-color:var(--colors-button-textGray-common-disabled-bg-color)!important;border-color:var(--colors-button-textGray-common-disabled-border-color)!important}._asma-core-ui-button_gteum_1._textWhite_gteum_426._common_gteum_27{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-textWhite-common-text-color)!important;background-color:var(--colors-button-textWhite-common-bg-color)!important;border-color:var(--colors-button-textWhite-common-border-color)!important}._asma-core-ui-button_gteum_1._textWhite_gteum_426._common_gteum_27:active{color:var(--colors-button-textWhite-common-active-text-color)!important;background-color:var(--colors-button-textWhite-common-active-bg-color)!important;border-color:var(--colors-button-textWhite-common-active-border-color)!important;outline:none!important}._asma-core-ui-button_gteum_1._textWhite_gteum_426._common_gteum_27:hover{color:var(--colors-button-textWhite-common-hover-text-color)!important;background-color:var(--colors-button-textWhite-common-hover-bg-color)!important;border-color:var(--colors-button-textWhite-common-hover-border-color)!important}._asma-core-ui-button_gteum_1._textWhite_gteum_426._common_gteum_27:focus{outline-offset:-2px!important;color:var(--colors-button-textWhite-common-focused-text-color)!important;background-color:var(--colors-button-textWhite-common-focused-bg-color)!important;outline:2px solid var(--colors-button-textWhite-common-focused-border-color)!important;transition:none!important}._asma-core-ui-button_gteum_1._textWhite_gteum_426._common_gteum_27:focus._asma-core-ui-button_gteum_1._contained_gteum_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_gteum_1._textWhite_gteum_426._common_gteum_27:disabled{cursor:not-allowed;color:var(--colors-button-textWhite-common-disabled-text-color)!important;background-color:var(--colors-button-textWhite-common-disabled-bg-color)!important;border-color:var(--colors-button-textWhite-common-disabled-border-color)!important}._asma-core-ui-button_gteum_1._medium_gteum_69{height:38px;padding-left:4px;padding-right:4px}._asma-core-ui-button_gteum_1._small_gteum_74{height:32px;padding-left:4px;padding-right:4px}._asma-core-ui-button_gteum_1._large_gteum_79{height:40px;padding-left:8px;padding-right:8px}._actions-header_1bxzk_1{width:40px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}._pin-indicator_1bxzk_11{position:absolute;height:8px;width:8px;background-color:var(--colors-gama-400);border-radius:50%;top:2px;right:6px}._pin-icon_1bxzk_21{color:var(--colors-delta-500);min-width:20px;min-height:20px}._pin-icon_1bxzk_21:hover{color:var(--colors-delta-500)}._table-action-item_ejh2p_1{height:36px;padding:1px 8px;display:flex;align-items:center;width:100%}._table-action-item_ejh2p_1:hover,._table-action-item_ejh2p_1:active{background-color:var(--colors-gray-50)}._drag-icon_ejh2p_18{width:20px;height:20px}._drag-icon--disabled_ejh2p_23{color:var(--colors-delta-300);cursor:not-allowed}._drag-icon--enabled_ejh2p_28{color:var(--colors-delta-700);cursor:grab}._drag-icon--enabled_ejh2p_28:focus{outline-color:var(--colors-gama-500)}._drag-icon--enabled_ejh2p_28:active{cursor:grabbing}._skeleton-row_5gbhw_1{padding-bottom:.5rem;padding-top:0}._skeleton-row_5gbhw_1:first-child{padding-top:.5rem}._skeleton-row_5gbhw_1:last-child{padding-bottom:0}._table-pagination_pu6mb_1{display:flex;width:-moz-fit-content;width:fit-content;gap:8px;background-color:transparent;flex-direction:row;align-items:center;justify-content:flex-end}._table-pagination__pages-list_pu6mb_11{overflow:auto;width:160px;max-height:200px}._table-pagination__pages-list_pu6mb_11 ._table-pagination__pages-list__page_pu6mb_16{height:36px;position:relative;display:flex;align-items:center;padding-left:40px;cursor:pointer}._table-pagination__pages-list_pu6mb_11 ._table-pagination__pages-list__page_pu6mb_16:hover{background-color:var(--colors-delta-30)}._table-pagination__pages-list_pu6mb_11 ._table-pagination__pages-list__page_pu6mb_16._page-selected_pu6mb_27{background-color:var(--colors-gama-50)}._table-pagination__pages-list_pu6mb_11 ._table-pagination__pages-list__page_pu6mb_16 ._check-icon_pu6mb_30{position:absolute;left:8px;top:4px;color:var(--colors-gama-500)}
|