@reportportal/ui-kit 0.0.1-alpha.71 → 0.0.1-alpha.72
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/{datePicker-335830f2.js → datePicker-e6c2c36d.js} +1 -1
- package/dist/datePicker.js +3 -3
- package/dist/dropdown-3c979474.js +278 -0
- package/dist/dropdown.js +1 -1
- package/dist/index.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/dropdown-13d7d50e.js +0 -278
|
@@ -4,7 +4,7 @@ import { c as R } from "./bind-06a7ff84.js";
|
|
|
4
4
|
import { useMemo as P, useRef as B } from "react";
|
|
5
5
|
import { F as D } from "./fieldText-450abb26.js";
|
|
6
6
|
import { a as E, S as j } from "./calendarArrow-3e1339ea.js";
|
|
7
|
-
import { D as T } from "./dropdown-
|
|
7
|
+
import { D as T } from "./dropdown-3c979474.js";
|
|
8
8
|
import { registerLocale as G } from "react-datepicker";
|
|
9
9
|
const pe = (r, s) => {
|
|
10
10
|
G(r, s);
|
package/dist/datePicker.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { D as t } from "./datePicker-
|
|
2
|
-
import { r as v } from "./datePicker-
|
|
1
|
+
import { D as t } from "./datePicker-e6c2c36d.js";
|
|
2
|
+
import { r as v } from "./datePicker-e6c2c36d.js";
|
|
3
3
|
import "react/jsx-runtime";
|
|
4
4
|
import "react-datepicker/dist/es/index.js";
|
|
5
5
|
import "./bind-06a7ff84.js";
|
|
@@ -11,7 +11,7 @@ import "./spinLoader-c4a53718.js";
|
|
|
11
11
|
import "./maxValueDisplay-9be01a75.js";
|
|
12
12
|
import "./fieldLabel.js";
|
|
13
13
|
import "./calendarArrow-3e1339ea.js";
|
|
14
|
-
import "./dropdown-
|
|
14
|
+
import "./dropdown-3c979474.js";
|
|
15
15
|
import "@floating-ui/react-dom";
|
|
16
16
|
import "downshift";
|
|
17
17
|
import "rc-scrollbars";
|
|
@@ -0,0 +1,278 @@
|
|
|
1
|
+
import { jsxs as f, jsx as o, Fragment as U } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as _e, useState as q, useRef as he } from "react";
|
|
3
|
+
import { c as J } from "./bind-06a7ff84.js";
|
|
4
|
+
import { useFloating as fe, offset as ge, flip as ue } from "@floating-ui/react-dom";
|
|
5
|
+
import { useSelect as P } from "downshift";
|
|
6
|
+
import { Scrollbars as pe } from "rc-scrollbars";
|
|
7
|
+
import { u as me } from "./useOnClickOutside-c332f7d3.js";
|
|
8
|
+
import { K as u } from "./keyCodes-f63c0e11.js";
|
|
9
|
+
import { B as ye } from "./baseIconButton-251479f7.js";
|
|
10
|
+
import { S as be } from "./dropdown-0260bb66.js";
|
|
11
|
+
import { FieldLabel as Ce } from "./fieldLabel.js";
|
|
12
|
+
import { C as Oe } from "./checkbox-aa91985d.js";
|
|
13
|
+
const Ne = "_disabled_1a01l_12", De = "_hidden_1a01l_16", Ee = "_hover_1a01l_22", we = {
|
|
14
|
+
"dropdown-option": "_dropdown-option_1a01l_1",
|
|
15
|
+
disabled: Ne,
|
|
16
|
+
hidden: De,
|
|
17
|
+
hover: Ee,
|
|
18
|
+
"single-option": "_single-option_1a01l_35",
|
|
19
|
+
"sub-option": "_sub-option_1a01l_42"
|
|
20
|
+
}, z = J.bind(we), G = _e(
|
|
21
|
+
(a, t) => {
|
|
22
|
+
const {
|
|
23
|
+
option: { value: n, disabled: l, hidden: v, label: p, title: c, groupRef: s },
|
|
24
|
+
selected: K,
|
|
25
|
+
onChange: m,
|
|
26
|
+
render: b,
|
|
27
|
+
highlightHovered: C,
|
|
28
|
+
onMouseEnter: A,
|
|
29
|
+
multiSelect: y,
|
|
30
|
+
isPartiallyChecked: O = !1
|
|
31
|
+
} = a, x = (N) => {
|
|
32
|
+
(N.target instanceof HTMLDivElement || N.target instanceof HTMLInputElement) && (m == null || m(n));
|
|
33
|
+
};
|
|
34
|
+
return /* @__PURE__ */ f(
|
|
35
|
+
"div",
|
|
36
|
+
{
|
|
37
|
+
className: z("dropdown-option", {
|
|
38
|
+
disabled: l,
|
|
39
|
+
hidden: v,
|
|
40
|
+
hover: C
|
|
41
|
+
}),
|
|
42
|
+
title: c,
|
|
43
|
+
onClick: x,
|
|
44
|
+
ref: t,
|
|
45
|
+
onMouseEnter: A,
|
|
46
|
+
children: [
|
|
47
|
+
y && /* @__PURE__ */ o(Oe, { value: !!K, partiallyChecked: O }),
|
|
48
|
+
/* @__PURE__ */ o("div", { className: z("single-option", { "sub-option": !!s }), children: b ? b(a) : p })
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
);
|
|
52
|
+
}
|
|
53
|
+
), ve = [
|
|
54
|
+
u.ENTER_KEY_CODE,
|
|
55
|
+
u.SPACE_KEY_CODE,
|
|
56
|
+
u.ARROW_DOWN_KEY_CODE
|
|
57
|
+
], Ke = [u.ESCAPE_KEY_CODE, u.TAB_KEY_CODE];
|
|
58
|
+
var g = /* @__PURE__ */ ((a) => (a.ON_KEY_DOWN = "onKeyDown", a.ON_CLICK = "onClick", a))(g || {});
|
|
59
|
+
const Ae = (a, t) => {
|
|
60
|
+
const n = Array.isArray(t) ? t : [t];
|
|
61
|
+
return a.findIndex(({ value: l }) => n.includes(l));
|
|
62
|
+
}, xe = (a, t) => (a % t + t) % t, Y = (a, t = 0, n = 1) => {
|
|
63
|
+
if (!a[t].disabled)
|
|
64
|
+
return t;
|
|
65
|
+
const l = a.length;
|
|
66
|
+
return Y(
|
|
67
|
+
a,
|
|
68
|
+
xe(t + n, l),
|
|
69
|
+
n
|
|
70
|
+
);
|
|
71
|
+
}, Ie = (a, t) => Y(a, t), ke = (a, t) => Y(a, t, -1), Pe = "_container_1ou1a_1", Ye = "_icon_1ou1a_7", Re = "_arrow_1ou1a_13", Te = "_dropdown_1ou1a_19", He = "_disabled_1ou1a_36", Me = "_value_1ou1a_43", We = "_error_1ou1a_46", Le = "_touched_1ou1a_46", Se = "_opened_1ou1a_50", je = "_placeholder_1ou1a_83", Ve = "_ghost_1ou1a_118", $e = "_divider_1ou1a_135", Ue = {
|
|
72
|
+
container: Pe,
|
|
73
|
+
icon: Ye,
|
|
74
|
+
arrow: Re,
|
|
75
|
+
dropdown: Te,
|
|
76
|
+
"transparent-background": "_transparent-background_1ou1a_33",
|
|
77
|
+
disabled: He,
|
|
78
|
+
value: Me,
|
|
79
|
+
error: We,
|
|
80
|
+
touched: Le,
|
|
81
|
+
opened: Se,
|
|
82
|
+
placeholder: je,
|
|
83
|
+
"mobile-disabled": "_mobile-disabled_1ou1a_87",
|
|
84
|
+
"select-list": "_select-list_1ou1a_92",
|
|
85
|
+
"limited-width": "_limited-width_1ou1a_109",
|
|
86
|
+
"options-container": "_options-container_1ou1a_113",
|
|
87
|
+
ghost: Ve,
|
|
88
|
+
divider: $e
|
|
89
|
+
}, i = J.bind(Ue), st = ({
|
|
90
|
+
multiSelect: a = !1,
|
|
91
|
+
value: t = a ? [] : "",
|
|
92
|
+
options: n = [],
|
|
93
|
+
disabled: l = !1,
|
|
94
|
+
error: v,
|
|
95
|
+
onChange: p,
|
|
96
|
+
onFocus: c,
|
|
97
|
+
onBlur: s,
|
|
98
|
+
mobileDisabled: K,
|
|
99
|
+
title: m,
|
|
100
|
+
touched: b = !1,
|
|
101
|
+
icon: C,
|
|
102
|
+
variant: A,
|
|
103
|
+
placeholder: y = "",
|
|
104
|
+
label: O = "",
|
|
105
|
+
renderOption: x,
|
|
106
|
+
transparentBackground: N = !1,
|
|
107
|
+
className: Q,
|
|
108
|
+
toggleButtonClassName: X,
|
|
109
|
+
isListWidthLimited: Z = !1,
|
|
110
|
+
optionAll: R = { value: "all", label: "All" },
|
|
111
|
+
isOptionAllVisible: T = !1,
|
|
112
|
+
onSelectAll: F = () => {
|
|
113
|
+
},
|
|
114
|
+
formatDisplayedValue: H,
|
|
115
|
+
notScrollable: B = !1,
|
|
116
|
+
footer: M
|
|
117
|
+
}) => {
|
|
118
|
+
const [_, h] = q(!1), W = he(null), [ee, D] = q(null), I = a && Array.isArray(t) ? n.filter((e) => t.includes(e.value)) : null, { refs: L, floatingStyles: te } = fe({
|
|
119
|
+
placement: "bottom-start",
|
|
120
|
+
middleware: [
|
|
121
|
+
ge(5),
|
|
122
|
+
ue({
|
|
123
|
+
fallbackPlacements: ["bottom-start", "top-start", "bottom", "top"]
|
|
124
|
+
})
|
|
125
|
+
]
|
|
126
|
+
}), ae = () => {
|
|
127
|
+
if (T && Array.isArray(t)) {
|
|
128
|
+
const e = n.map((r) => r.value);
|
|
129
|
+
p(t.length === n.length ? [] : e), F();
|
|
130
|
+
}
|
|
131
|
+
};
|
|
132
|
+
me(W, () => {
|
|
133
|
+
_ && (h(!1), s == null || s());
|
|
134
|
+
});
|
|
135
|
+
const S = (e) => {
|
|
136
|
+
if (!e.disabled) {
|
|
137
|
+
if (a) {
|
|
138
|
+
const r = Array.isArray(t) ? [...t] : [], d = r.indexOf(e.value);
|
|
139
|
+
d === -1 ? r.push(e.value) : r.splice(d, 1), p(r);
|
|
140
|
+
} else
|
|
141
|
+
p(e.value);
|
|
142
|
+
h((r) => a || !r);
|
|
143
|
+
}
|
|
144
|
+
}, ne = () => n.find(({ value: e }) => e === t), j = Ae(n, t), {
|
|
145
|
+
getToggleButtonProps: re,
|
|
146
|
+
getLabelProps: se,
|
|
147
|
+
getMenuProps: oe,
|
|
148
|
+
getItemProps: de,
|
|
149
|
+
setHighlightedIndex: E,
|
|
150
|
+
highlightedIndex: V,
|
|
151
|
+
selectedItem: w
|
|
152
|
+
} = P({
|
|
153
|
+
items: n,
|
|
154
|
+
itemToString: (e) => (e != null && e.label ? String(e.label) : y) || "",
|
|
155
|
+
selectedItem: ne(),
|
|
156
|
+
isOpen: _,
|
|
157
|
+
circularNavigation: !0,
|
|
158
|
+
defaultHighlightedIndex: j,
|
|
159
|
+
onHighlightedIndexChange: (e) => {
|
|
160
|
+
switch (e.type) {
|
|
161
|
+
case P.stateChangeTypes.MenuKeyDownArrowUp:
|
|
162
|
+
return D(g.ON_KEY_DOWN), E(ke(n, e.highlightedIndex)), e;
|
|
163
|
+
case P.stateChangeTypes.MenuKeyDownArrowDown:
|
|
164
|
+
return D(g.ON_KEY_DOWN), E(Ie(n, e.highlightedIndex)), e;
|
|
165
|
+
default:
|
|
166
|
+
return e;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}), le = () => {
|
|
170
|
+
l || (h((e) => !e), _ ? s == null || s() : c == null || c(), D(g.ON_CLICK));
|
|
171
|
+
}, k = (() => {
|
|
172
|
+
if (a && Array.isArray(t) && n.length === t.length)
|
|
173
|
+
return R.label;
|
|
174
|
+
const e = n.reduce((r, d) => ((Array.isArray(t) && t.includes(d.value) || d.value === t) && r.push(d.label), r), []);
|
|
175
|
+
if (e.length > 0)
|
|
176
|
+
return e.join(", ");
|
|
177
|
+
if (!t && t !== !1 && t !== 0 || Array.isArray(t) && !t.length)
|
|
178
|
+
return y;
|
|
179
|
+
})(), ie = (e) => {
|
|
180
|
+
const { keyCode: r } = e;
|
|
181
|
+
ve.includes(r) && !_ && (e.preventDefault(), E(j), h(!0), c == null || c(), D(g.ON_KEY_DOWN));
|
|
182
|
+
}, ce = (e) => {
|
|
183
|
+
const { keyCode: r } = e;
|
|
184
|
+
if (r === u.ENTER_KEY_CODE) {
|
|
185
|
+
const d = n[V];
|
|
186
|
+
S(d), a || (h(!1), s == null || s());
|
|
187
|
+
return;
|
|
188
|
+
}
|
|
189
|
+
Ke.includes(r) && (e.stopPropagation(), h(!1), s == null || s());
|
|
190
|
+
}, $ = () => /* @__PURE__ */ f("div", { className: i("options-container"), children: [
|
|
191
|
+
a && T && Array.isArray(t) && /* @__PURE__ */ f(U, { children: [
|
|
192
|
+
/* @__PURE__ */ o(
|
|
193
|
+
G,
|
|
194
|
+
{
|
|
195
|
+
option: R,
|
|
196
|
+
selected: t.length === n.length,
|
|
197
|
+
onChange: ae,
|
|
198
|
+
multiSelect: a,
|
|
199
|
+
isPartiallyChecked: !!t.length
|
|
200
|
+
}
|
|
201
|
+
),
|
|
202
|
+
/* @__PURE__ */ o("div", { className: i("divider") }),
|
|
203
|
+
" "
|
|
204
|
+
] }),
|
|
205
|
+
n.map((e, r) => /* @__PURE__ */ o(
|
|
206
|
+
G,
|
|
207
|
+
{
|
|
208
|
+
...de({
|
|
209
|
+
item: e,
|
|
210
|
+
index: r
|
|
211
|
+
}),
|
|
212
|
+
multiSelect: a,
|
|
213
|
+
selected: a ? I == null ? void 0 : I.some((d) => d.value === e.value) : e.value === ((w == null ? void 0 : w.value) ?? w),
|
|
214
|
+
option: { title: e.label, ...e },
|
|
215
|
+
highlightHovered: V === r && ee !== g.ON_CLICK,
|
|
216
|
+
render: x,
|
|
217
|
+
onChange: e.disabled ? null : () => S(e),
|
|
218
|
+
onMouseEnter: () => E(r)
|
|
219
|
+
},
|
|
220
|
+
e.value
|
|
221
|
+
)),
|
|
222
|
+
M && /* @__PURE__ */ f(U, { children: [
|
|
223
|
+
/* @__PURE__ */ o("div", { className: i("divider") }),
|
|
224
|
+
M
|
|
225
|
+
] })
|
|
226
|
+
] });
|
|
227
|
+
return /* @__PURE__ */ f("div", { ref: W, className: i("container", Q), title: m, children: [
|
|
228
|
+
O && /* @__PURE__ */ o(Ce, { ...se(), children: O }),
|
|
229
|
+
/* @__PURE__ */ f(
|
|
230
|
+
"button",
|
|
231
|
+
{
|
|
232
|
+
disabled: l,
|
|
233
|
+
...re({
|
|
234
|
+
className: i("dropdown", A, X, {
|
|
235
|
+
"transparent-background": N,
|
|
236
|
+
opened: _,
|
|
237
|
+
disabled: l,
|
|
238
|
+
error: v,
|
|
239
|
+
touched: b,
|
|
240
|
+
"mobile-disabled": K
|
|
241
|
+
}),
|
|
242
|
+
onClick: le,
|
|
243
|
+
onKeyDown: ie,
|
|
244
|
+
ref: L.setReference
|
|
245
|
+
}),
|
|
246
|
+
type: "button",
|
|
247
|
+
children: [
|
|
248
|
+
C && /* @__PURE__ */ o("span", { className: i("icon"), children: C }),
|
|
249
|
+
/* @__PURE__ */ o(
|
|
250
|
+
"span",
|
|
251
|
+
{
|
|
252
|
+
className: i("value", {
|
|
253
|
+
placeholder: k === y
|
|
254
|
+
}),
|
|
255
|
+
children: H ? H(k) : k
|
|
256
|
+
}
|
|
257
|
+
),
|
|
258
|
+
/* @__PURE__ */ o(ye, { className: i("arrow"), tabIndex: -1, children: /* @__PURE__ */ o(be, {}) })
|
|
259
|
+
]
|
|
260
|
+
}
|
|
261
|
+
),
|
|
262
|
+
_ && /* @__PURE__ */ o(
|
|
263
|
+
"div",
|
|
264
|
+
{
|
|
265
|
+
style: te,
|
|
266
|
+
className: i("select-list", { opened: _, "limited-width": Z }),
|
|
267
|
+
...oe({
|
|
268
|
+
onKeyDown: ce,
|
|
269
|
+
ref: L.setFloating
|
|
270
|
+
}),
|
|
271
|
+
children: B ? $() : /* @__PURE__ */ o(pe, { autoHeight: !0, autoHeightMax: 216, hideTracksWhenNotNeeded: !0, children: $() })
|
|
272
|
+
}
|
|
273
|
+
)
|
|
274
|
+
] });
|
|
275
|
+
};
|
|
276
|
+
export {
|
|
277
|
+
st as D
|
|
278
|
+
};
|
package/dist/dropdown.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import { S as y } from "./systemMessage-924fdaa6.js";
|
|
|
5
5
|
import { F as b } from "./fieldText-450abb26.js";
|
|
6
6
|
import { T as h } from "./themeProvider-46c2be7b.js";
|
|
7
7
|
import { Modal as v } from "./modal.js";
|
|
8
|
-
import { D as M } from "./dropdown-
|
|
8
|
+
import { D as M } from "./dropdown-3c979474.js";
|
|
9
9
|
import { T as E } from "./toggle-304107fa.js";
|
|
10
10
|
import { F as R } from "./fieldNumber-2542b311.js";
|
|
11
11
|
import { B as N } from "./bubblesLoader-a7e709d4.js";
|
|
@@ -16,7 +16,7 @@ import { Tooltip as G } from "./tooltip.js";
|
|
|
16
16
|
import { Popover as Q } from "./popover.js";
|
|
17
17
|
import { P as X } from "./pagination-102c14bd.js";
|
|
18
18
|
import { T as Z } from "./table-20aa2cdf.js";
|
|
19
|
-
import { D as $ } from "./datePicker-
|
|
19
|
+
import { D as $ } from "./datePicker-e6c2c36d.js";
|
|
20
20
|
import "react-datepicker";
|
|
21
21
|
import { SystemAlert as ro } from "./systemAlert.js";
|
|
22
22
|
import { AddCsvIcon as no, AddImageIcon as to, AddJarIcon as ao, BreadcrumbsTreeIcon as co, CheckmarkIcon as po, ChevronDownDropdownIcon as io, ChevronRightBreadcrumbsIcon as mo, CopyIcon as Io, DeleteIcon as so, DragAndDropIcon as xo, DragNDropIcon as fo, DurationIcon as lo, EditIcon as So, ExportIcon as uo, ExternalLinkIcon as Po, FilterFilledIcon as Co, FilterOutlineIcon as Do, FlagIcon as go, HideIcon as Fo, MaximizeIcon as yo, MeatballMenuIcon as To, MoveToFolderIcon as bo, PriorityBlockerIcon as Bo, PriorityCriticalIcon as ho, PriorityHighIcon as wo, PriorityLowIcon as vo, PriorityMediumIcon as Ao, PriorityUnspecifiedIcon as Mo, RerunIcon as ko, SearchIcon as Eo, SortIcon as Lo, StatusSuccessIcon as Ro, WarningIcon as Ho } from "./icons.js";
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._bubbles-loader_kn4ln_1{position:relative}._bubbles-loader_kn4ln_1._color-topaz_kn4ln_4 ._bubble_kn4ln_1{background-color:var(--rp-ui-base-dark-topaz-main)}._bubble_kn4ln_1{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--rp-ui-base-bg-000);transform:scale(.3);animation:_bubbles_kn4ln_1 2.5s infinite linear}._bubble_kn4ln_1:nth-child(1){left:0;animation-delay:.1s}._bubble_kn4ln_1:nth-child(2){left:7px;animation-delay:.3s}._bubble_kn4ln_1:nth-child(3){left:14px;animation-delay:.5s}._bubble_kn4ln_1:nth-child(4){left:21px;animation-delay:.7s}._bubble_kn4ln_1:nth-child(5){left:28px;animation-delay:.9s}._bubble_kn4ln_1:nth-child(6){left:35px;animation-delay:1.1s}._bubble_kn4ln_1:nth-child(7){left:42px;animation-delay:1.3s}@keyframes _bubbles_kn4ln_1{20%,60%{transform:scale(.5)}40%{transform:scale(1)}}._text-area_1pqer_1{font-size:13px;line-height:20px;width:100%;min-height:72px;padding:9px 12px 7px;outline:none;border:1px solid var(--rp-ui-base-e-200);border-radius:3px;box-sizing:border-box;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);color:var(--rp-ui-base-almost-black);resize:vertical}._text-area_1pqer_1:hover{border-color:var(--rp-ui-base-e-300)}._text-area_1pqer_1:focus:not(._error_1pqer_19._touched_1pqer_19){border:1px solid var(--rp-ui-base-topaz-hover);box-shadow:0 0 0 1px var(--rp-ui-base-topaz-hover)}._text-area_1pqer_1._error_1pqer_19._touched_1pqer_19{border:1px solid var(--rp-ui-base-error)}._text-area_1pqer_1:focus:not(._error_1pqer_19._touched_1pqer_19)+._max-length-display_1pqer_26,._text-area_1pqer_1._error_1pqer_19._touched_1pqer_19+._max-length-display_1pqer_26{display:block}._text-area_1pqer_1::placeholder{color:var(--rp-ui-base-e-300)}._text-area_1pqer_1:has(~._max-length-display_1pqer_26){padding-bottom:24px}._additional-content_1pqer_36 ._error-text_1pqer_36{font-size:11px;line-height:16px;display:block;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);color:var(--rp-ui-base-error)}._additional-content_1pqer_36 ._help-text_1pqer_44{font-size:11px;line-height:16px;display:block;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);color:var(--rp-ui-base-e-300)}._max-length-display_1pqer_26{font-size:11px;line-height:16px;position:absolute;margin-top:-29px;display:none;padding-left:12px;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);color:var(--rp-ui-base-e-300)}._disabled_1pqer_65{opacity:.3;pointer-events:none}._icon-container_1xyy3_1,._icon-container-end_1xyy3_1,._icon-container-start_1xyy3_1{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:22px;height:22px}._icon-container-start_1xyy3_1{margin-right:4px}._collapsed_1xyy3_13 ._icon-container-start_1xyy3_1{cursor:pointer}._icon-container-end_1xyy3_1{margin-left:4px}._field_1xyy3_21{display:flex;align-items:center;height:36px;width:100%;padding:7px 12px;box-sizing:border-box;border:1px solid var(--rp-ui-color-field-border-3);border-radius:3px;background-color:var(--rp-ui-color-field-bg-3);transition:width .2s,padding .2s,border .1s}._field_1xyy3_21._default-width_1xyy3_33{width:240px}._field_1xyy3_21._collapsed_1xyy3_13{width:22px;border-width:0;overflow:hidden;padding:0;background-color:transparent}._field_1xyy3_21._collapsed_1xyy3_13:hover{background-color:transparent}._field_1xyy3_21._collapsed_1xyy3_13 ._placeholder_1xyy3_46{display:none}._field_1xyy3_21:hover:not(._disabled_1xyy3_49){border-color:var(--rp-ui-color-field-border-3-hover)}._field_1xyy3_21:focus-within:not(._error_1xyy3_52._touched_1xyy3_52){padding:6px 11px;border:2px solid var(--rp-ui-color-primary-focused)}._field_1xyy3_21._error_1xyy3_52._touched_1xyy3_52{border-color:var(--rp-ui-base-error)}._field_1xyy3_21:focus-within:not(._error_1xyy3_52._touched_1xyy3_52) ._max-length-display_1xyy3_59,._field_1xyy3_21._error_1xyy3_52._touched_1xyy3_52 ._max-length-display_1xyy3_59{display:block}._field_1xyy3_21._disabled_1xyy3_49{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_1xyy3_21._disabled_1xyy3_49 ._placeholder_1xyy3_46{color:var(--rp-ui-base-e-300)}._input-container_1xyy3_70{position:relative;width:100%}._input-container_1xyy3_70._type-password_1xyy3_74 ._input_1xyy3_70{width:calc(100% - 30px);text-overflow:unset}._input-container_1xyy3_70._type-password_1xyy3_74 ._eye-icon_1xyy3_78{position:absolute;z-index:2;top:4px;right:-2px;height:16px;width:16px}._input-container_1xyy3_70._type-password_1xyy3_74 ._eye-icon_1xyy3_78 svg path{fill:var(--rp-ui-color-field-icon)}._input_1xyy3_70{font-size:13px;line-height:20px;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);width:100%;margin:2px 0 0;padding:0;border:none;background:transparent;overflow:hidden;text-overflow:ellipsis;color:var(--rp-ui-color-text-3)}._input_1xyy3_70:focus{outline:none}._input_1xyy3_70:disabled{color:var(--rp-ui-base-e-300)}._placeholder_1xyy3_46{font-size:13px;line-height:20px;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);color:var(--rp-ui-color-field-placeholder-3);position:absolute;top:2px;left:0;pointer-events:none;white-space:nowrap}._icon_1xyy3_1,._start-icon_1xyy3_124,._clear-icon_1xyy3_125{display:inline-block;width:16px;height:16px}._start-icon_1xyy3_124,._clear-icon_1xyy3_125{background:none;border:none;padding:0;font:inherit;outline:inherit;cursor:pointer}._start-icon_1xyy3_124 svg>path,._clear-icon_1xyy3_125 svg>path{fill:var(--rp-ui-color-field-icon)}._start-icon_1xyy3_124._disabled_1xyy3_49,._clear-icon_1xyy3_125._disabled_1xyy3_49{pointer-events:none}._start-icon_1xyy3_124:hover svg>path,._clear-icon_1xyy3_125:hover svg>path{fill:var(--rp-ui-color-field-hover-2)}._start-icon_1xyy3_124:focus svg>path,._clear-icon_1xyy3_125:focus svg>path{fill:var(--rp-ui-color-primary-focused)}._start-icon_1xyy3_124:active svg>path,._clear-icon_1xyy3_125:active svg>path{fill:var(--rp-ui-color-primary-pressed)}._additional-content_1xyy3_161{margin-top:4px}._additional-content_1xyy3_161._disabled_1xyy3_49{pointer-events:none}._text_1xyy3_168,._max-length-display_1xyy3_59{font-size:11px;line-height:16px;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular)}._text_1xyy3_168{display:block}._max-length-display_1xyy3_59{display:none;margin-left:15px;align-self:end;color:var(--rp-ui-base-e-300);word-break:initial}._error-text_1xyy3_188{color:var(--rp-ui-base-error)}._help-text_1xyy3_192{color:var(--rp-ui-base-dark-e-300)}._base-icon-button_1q88n_1{margin:0;padding:0;outline:none;background:transparent;border:none;cursor:pointer}._base-icon-button_1q88n_1 svg path{fill:var(--rp-ui-base-e-300)}._base-icon-button_1q88n_1._disabled_1q88n_12{opacity:40%;cursor:default}._base-icon-button_1q88n_1:hover:not(._disabled_1q88n_12) svg path{fill:var(--rp-ui-base-e-400)}._base-icon-button_1q88n_1:active:not(._disabled_1q88n_12) svg path{fill:var(--rp-ui-base-topaz-pressed)}._base-icon-button_1q88n_1:focus-visible:not(._disabled_1q88n_12,:active) svg path{fill:var(--rp-ui-base-topaz-focused)}._button_108em_1{display:inline-flex;justify-content:center;align-items:center;height:36px;padding:7px 16px;margin:0;outline:none;border-radius:3px;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-medium);font-size:13px;line-height:20px;cursor:pointer;box-sizing:border-box}._primary_108em_18{border:1px solid var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);color:var(--rp-ui-base-bg-000)}._primary_108em_18:hover:not(._disabled_108em_23){border:1px solid var(--rp-ui-color-primary-hover);background-color:var(--rp-ui-color-primary-hover)}._primary_108em_18:active:not(._disabled_108em_23){border:1px solid var(--rp-ui-color-primary-pressed);background-color:var(--rp-ui-color-primary-pressed)}._primary_108em_18:focus:not(._disabled_108em_23,:active){border:2px solid var(--rp-ui-color-primary-focused)}._primary_108em_18 svg *{fill:var(--rp-ui-base-bg-000)}._ghost_108em_38{border:1px solid var(--rp-ui-color-primary);background-color:transparent;color:var(--rp-ui-color-primary-text)}._ghost_108em_38:hover:not(._disabled_108em_23){border:1px solid var(--rp-ui-base-dark-topaz-hover);color:var(--rp-ui-base-dark-topaz-hover)}._ghost_108em_38:active:not(._disabled_108em_23){border:1px solid var(--rp-ui-color-primary-pressed);color:var(--rp-ui-color-primary-pressed)}._ghost_108em_38:focus:not(._disabled_108em_23,:active){border:2px solid var(--rp-ui-color-primary-focused);color:var(--rp-ui-color-primary-focused)}._ghost_108em_38 svg *{fill:var(--rp-ui-color-primary-text)}._danger_108em_59{border:1px solid var(--rp-ui-color-error);background-color:var(--rp-ui-color-error);color:var(--rp-ui-base-bg-000)}._danger_108em_59:hover:not(._disabled_108em_23){opacity:.9;background-color:var(--rp-ui-color-error-hover)}._danger_108em_59:active:not(._disabled_108em_23){border:1px solid var(--rp-ui-color-error-pressed);background-color:var(--rp-ui-color-error-pressed)}._danger_108em_59:focus:not(._disabled_108em_23,:active){border:2px solid var(--rp-ui-color-error-focused)}._danger_108em_59 svg *{fill:var(--rp-ui-base-bg-000)}._text_108em_79{min-width:auto;height:auto;border:0;padding:0;background:none;line-height:22px;color:var(--rp-ui-color-primary-text)}._text_108em_79:hover:not(._disabled_108em_23){color:var(--rp-ui-color-primary-hover)}._text_108em_79:hover:not(._disabled_108em_23) svg *{fill:var(--rp-ui-color-primary-hover)}._text_108em_79:active:not(._disabled_108em_23){color:var(--rp-ui-color-primary-pressed)}._text_108em_79:active:not(._disabled_108em_23) svg *{fill:var(--rp-ui-color-primary-pressed)}._text_108em_79:focus:not(._disabled_108em_23,:active){color:var(--rp-ui-color-primary-focused)}._text_108em_79:focus:not(._disabled_108em_23,:active) svg *{fill:var(--rp-ui-color-primary-focused)}._text_108em_79 svg *{fill:var(--rp-ui-color-primary-text)}._disabled_108em_23{opacity:var(--rp-ui-opacity-default);cursor:default}._width-min-width_108em_115{min-width:120px}._width-content_108em_119{min-width:auto}._width-wide-content_108em_123{padding:9px 47px 7px;margin:0}._width-parent_108em_128{display:flex;width:100%}._icon_108em_133{display:inline-block;width:16px;height:16px}._icon-start_108em_139{margin:auto 8px auto 0}._icon-end_108em_143{margin:auto 0 auto 8px;order:1}._radio-button_1fetm_1{display:flex;align-items:center;height:100%;outline:none;cursor:pointer;padding-bottom:4px}._radio-button_1fetm_1._disabled_1fetm_9{cursor:default}._radio-button_1fetm_1._disabled_1fetm_9 ._children-container_1fetm_12{color:var(--rp-ui-base-e-300)}._radio-button_1fetm_1._disabled_1fetm_9 ._toggler_1fetm_15{opacity:.3}._radio-button_1fetm_1._disabled_1fetm_9 ._toggler_1fetm_15:after{background-color:transparent}._radio-button_1fetm_1._disabled_1fetm_9 ._toggler_1fetm_15._checked_1fetm_21:after{background-color:var(--rp-ui-base-topaz-pressed)}._radio-button_1fetm_1:focus-visible:not(._disabled_1fetm_9) ._toggler_1fetm_15{border:2px solid var(--rp-ui-color-primary-focused)}._input_1fetm_28{display:none}._toggler_1fetm_15{display:flex;width:16px;height:16px;min-width:16px;box-sizing:border-box;margin:auto 10px auto 0;border-radius:100%;border-width:1px;border-style:solid;line-height:18;border-color:var(--rp-ui-color-field-border-2)}._toggler_1fetm_15:after{width:8px;height:8px;content:"";display:block;border-radius:100%;margin:auto;background-color:var(--rp-ui-color-radio-checked);opacity:0;transform:scale(.5);transition:transform .2s,opacity .2s}._toggler_1fetm_15:hover:not(._disabled_1fetm_9){border-color:var(--rp-ui-color-field-border-2-hover)}._toggler_1fetm_15:hover:not(._disabled_1fetm_9):after{background-color:var(--rp-ui-color-primary-hover)}._toggler_1fetm_15._checked_1fetm_21:after,._toggler_1fetm_15._disabled_1fetm_9:after{transform:scale(1);opacity:1}._children-container_1fetm_12{display:inline-block;overflow:hidden;max-width:100%;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-medium);font-size:13px;line-height:20px;word-break:break-all;text-overflow:ellipsis;color:var(--rp-ui-color-text)}._children-container_1fetm_12 a{text-decoration:none;color:var(--rp-ui-base-topaz)}._children-container_1fetm_12 a:focus,._children-container_1fetm_12 a:focus-visible{outline:none;color:var(--rp-ui-base-topaz-focused);text-decoration:underline}._spin-loader_qn4ih_1{width:16px;height:16px;margin:3px 7px 3px 3px;flex-shrink:0}._spinner_qn4ih_8{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;flex-shrink:0;position:relative;mask:radial-gradient(circle,transparent 55%,var(--rp-ui-color-primary) 0%);animation:_spin_qn4ih_1 1s infinite linear}._spinner_qn4ih_8._color-topaz_qn4ih_20{background:conic-gradient(transparent 0%,var(--rp-ui-color-primary))}@keyframes _spin_qn4ih_1{to{transform:rotate(1turn)}}._system-message_vll7q_1{min-height:85px;height:auto;width:100%;background:var(--rp-ui-base-bg-000);border-radius:8px;box-shadow:var(--rp-ui-base-shadow);display:flex;flex-direction:column;font-family:var(--rp-ui-base-font-family)}._system-message_vll7q_1 ._stripes-info_vll7q_12{height:8px;border-radius:8px 8px 0 0;background-image:repeating-linear-gradient(45deg,var(--rp-ui-base-sm-info-line-100),var(--rp-ui-base-sm-info-line-100) 24px,var(--rp-ui-base-e-200) 24px,var(--rp-ui-base-e-200) 48px)}._system-message_vll7q_1 ._stripes-warning_vll7q_17{height:8px;border-radius:8px 8px 0 0;background-image:repeating-linear-gradient(45deg,var(--rp-ui-base-sm-warning-line-100),var(--rp-ui-base-sm-warning-line-100) 24px,var(--rp-ui-base-sm-warning-line-200) 24px,var(--rp-ui-base-sm-warning-line-200) 48px)}._system-message_vll7q_1 ._stripes-error_vll7q_22{height:8px;border-radius:8px 8px 0 0;background-image:repeating-linear-gradient(45deg,var(--rp-ui-base-sm-error-line-100),var(--rp-ui-base-sm-error-line-100) 24px,var(--rp-ui-base-sm-error-line-200) 24px,var(--rp-ui-base-sm-error-line-200) 48px)}._system-message_vll7q_1 ._text-container_vll7q_27{padding:12px 16px 16px}._system-message_vll7q_1 ._text-container_vll7q_27 ._message-header-info_vll7q_30{font-size:15px;line-height:24px;font-weight:var(--rp-ui-base-fw-medium);color:var(--rp-ui-base-e-400);text-transform:capitalize;margin-bottom:8px}._system-message_vll7q_1 ._text-container_vll7q_27 ._message-header-warning_vll7q_38{font-size:15px;line-height:24px;font-weight:var(--rp-ui-base-fw-medium);color:var(--rp-ui-base-sm-warning);text-transform:capitalize;margin-bottom:8px}._system-message_vll7q_1 ._text-container_vll7q_27 ._message-header-error_vll7q_46{font-size:15px;line-height:24px;font-weight:var(--rp-ui-base-fw-medium);color:var(--rp-ui-base-sm-error);text-transform:capitalize;margin-bottom:8px}._system-message_vll7q_1 ._text-container_vll7q_27 ._children_vll7q_54{text-indent:1px;color:var(--rp-ui-color-text);font-weight:var(--rp-ui-base-fw-bold);font-size:13px;line-height:20px}._system-message_vll7q_1 ._text-container_vll7q_27 p{margin-top:4px;max-width:780px;color:var(--rp-ui-base-e-400);font-weight:var(--rp-ui-base-fw-regular);font-size:12px;line-height:18px}._content-width_vll7q_70{max-width:max-content}._checkbox_1tbt5_1{display:inline-flex;align-items:center;padding-left:24px;color:var(--rp-ui-color-text-2);font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-medium);font-size:13px;line-height:20px}._checkbox_1tbt5_1 ._disabled_1tbt5_11{opacity:var(--rp-ui-opacity-default);pointer-events:none}._input_1tbt5_16{position:absolute;opacity:0;top:0;left:0}._control_1tbt5_23{position:absolute;width:16px;height:16px;border:1px solid var(--rp-ui-color-field-border-2);border-radius:3px;margin-left:-24px;box-sizing:border-box;cursor:pointer}._input_1tbt5_16:checked+._control_1tbt5_23{border-color:var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E")}._input_1tbt5_16:hover+._control_1tbt5_23{border-color:var(--rp-ui-color-field-hover-2)}._input_1tbt5_16:active:not(:disabled)+._control_1tbt5_23{border:2px solid var(--rp-ui-color-primary-focused)}._input_1tbt5_16:checked:hover+._control_1tbt5_23{border-color:var(--rp-ui-color-primary-hover);background-color:var(--rp-ui-color-primary-hover);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E")}._input_1tbt5_16:checked:active:not(:disabled)+._control_1tbt5_23{border-color:var(--rp-ui-color-primary-focused);background-color:var(--rp-ui-color-primary-focused);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E")}._input_1tbt5_16:disabled+._control_1tbt5_23{border-color:var(--rp-ui-color-disabled)}._input_1tbt5_16:checked:disabled+._control_1tbt5_23{border-color:var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E");opacity:var(--rp-ui-opacity-default);pointer-events:none}._input_1tbt5_16:focus+._control_1tbt5_23{border:2px solid var(--rp-ui-color-primary-focused)}._input_1tbt5_16._partially-checked_1tbt5_76:not(:checked)+._control_1tbt5_23{border-color:var(--rp-ui-color-field-border);background-repeat:no-repeat;background-position:center;position:relative}._input_1tbt5_16._partially-checked_1tbt5_76:not(:checked)+._control_1tbt5_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-field-border-2);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._input_1tbt5_16._partially-checked_1tbt5_76:not(:checked):hover+._control_1tbt5_23{border-color:var(--rp-ui-color-field-border-2-hover);background-repeat:no-repeat;background-position:center;position:relative}._input_1tbt5_16._partially-checked_1tbt5_76:not(:checked):hover+._control_1tbt5_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-primary-hover);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._input_1tbt5_16._partially-checked_1tbt5_76:not(:checked):active:not(:disabled)+._control_1tbt5_23{border-color:var(--rp-ui-color-primary-focused);background-repeat:no-repeat;background-position:center;position:relative}._input_1tbt5_16._partially-checked_1tbt5_76:not(:checked):active:not(:disabled)+._control_1tbt5_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-field-border-2);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._input_1tbt5_16._partially-checked_1tbt5_76:not(:checked):disabled+._control_1tbt5_23{border-color:var(--rp-ui-color-field-borderd);background-repeat:no-repeat;background-position:center;position:relative}._input_1tbt5_16._partially-checked_1tbt5_76:not(:checked):disabled+._control_1tbt5_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-field-border);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._children_1tbt5_149{cursor:pointer}._children_1tbt5_149 a{text-decoration:none;color:var(--rp-ui-color-primary)}._children_1tbt5_149 a:focus,._children_1tbt5_149 a:focus-visible{outline:none;color:var(--rp-ui-color-primary-focused);text-decoration:underline}._toggle_1c7gt_1{position:relative;display:inline-flex;align-items:center;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);font-size:13px;line-height:20px;color:var(--rp-ui-base-almost-black);cursor:pointer;width:32px}._children-container_1c7gt_14{margin-left:40px}._children-container_1c7gt_14 a{text-decoration:none;color:var(--rp-ui-base-topaz)}._children-container_1c7gt_14 a:focus,._children-container_1c7gt_14 a:focus-visible{outline:none;color:var(--rp-ui-base-topaz-focused);text-decoration:underline}._slider_1c7gt_27{background-color:var(--rp-ui-base-e-300);cursor:pointer;position:absolute;transition:.4s;border-radius:10px;width:32px;height:20px}._slider_1c7gt_27:before{position:absolute;top:2px;left:2px;content:"";width:16px;height:16px;background-color:var(--rp-ui-base-bg-000);transition:.4s}._round_1c7gt_47:before{border-radius:50%}._input_1c7gt_51{position:absolute;opacity:0;top:0;left:0}._input_1c7gt_51:disabled+._slider_1c7gt_27{background-color:var(--rp-ui-base-e-200);cursor:default}._input_1c7gt_51:focus-visible{outline:none}._input_1c7gt_51:focus:not(:disabled):after,._input_1c7gt_51:focus-visible:not(:disabled)+._slider_1c7gt_27:after{top:50%;left:50%;content:"";position:absolute;width:100%;height:100%;border:2px solid var(--rp-ui-base-topaz-focused);border-radius:12px;transform:translate(-50%,-50%)}._input_1c7gt_51:checked+._slider_1c7gt_27{background-color:var(--rp-ui-base-topaz)}._input_1c7gt_51:checked+._slider_1c7gt_27:before{transform:translate(12px)}._input_1c7gt_51:hover:not(:disabled)+._slider_1c7gt_27{background-color:var(--rp-ui-base-e-400)}._input_1c7gt_51:checked:hover+._slider_1c7gt_27{background-color:var(--rp-ui-base-topaz-hover)}._input_1c7gt_51:checked:disabled+._slider_1c7gt_27{background-color:var(--rp-ui-base-topaz);cursor:default}._disabled_1c7gt_92{opacity:.3;cursor:default}._field-number_1wxs7_1{position:relative;display:inline-flex;flex-direction:column}._field-number_1wxs7_1._disabled_1wxs7_6{opacity:.4}._label_1wxs7_10{display:block;margin-bottom:4px;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-medium);font-size:13px;line-height:20px;text-indent:1px;color:var(--rp-ui-base-almost-black)}._sign_1wxs7_21{display:inline-flex;cursor:pointer}._input-container_1wxs7_26{display:inline-flex;align-items:center;padding:6px 8px;border:1px solid var(--rp-ui-base-e-200);box-sizing:border-box;border-radius:3px;background:var(--rp-ui-base-bg-000);-webkit-user-select:none;user-select:none}._input-container_1wxs7_26:focus-within:not(._error_1wxs7_36._touched_1wxs7_36){padding:5px 7px;border-width:2px;border-color:var(--rp-ui-base-topaz-focused)}._input-container_1wxs7_26:hover:not(._disabled_1wxs7_6):not(:focus-within):not(._error_1wxs7_36._touched_1wxs7_36){border-color:var(--rp-ui-base-e-300)}._input-container_1wxs7_26._filled_1wxs7_44:not(:focus-within){border-color:var(--rp-ui-base-e-200)}._input-container_1wxs7_26._error_1wxs7_36._touched_1wxs7_36{border-color:var(--rp-ui-base-error)}._input-field_1wxs7_51{display:flex;align-items:center;justify-content:center;height:20px;min-width:44px;margin:2px 4px 0;text-align:center;cursor:text}._input-field_1wxs7_51._disabled_1wxs7_6{cursor:default}._input_1wxs7_26{padding:0;margin:0;border:none;text-align:center;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;color:var(--rp-ui-base-almost-black)}._input_1wxs7_26:focus{outline:none}._input_1wxs7_26:focus::placeholder{color:transparent}._input_1wxs7_26::placeholder{color:var(--rp-ui-base-e-200)}._input_1wxs7_26::-webkit-inner-spin-button,._input_1wxs7_26::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}@font-face{font-family:Roboto;font-weight:400;font-display:swap;font-style:normal;src:local("Roboto Regular"),local("Roboto-Regular"),url(./fonts/Roboto/Roboto-Regular.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:500;font-display:swap;font-style:normal;src:local("Roboto Medium"),local("Roboto-Medium"),url(./fonts/Roboto/Roboto-Medium.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:700;font-display:swap;font-style:normal;src:local("Roboto-Bold"),local("Roboto-Bold"),url(./fonts/Roboto/Roboto-Bold.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:300;font-display:swap;font-style:normal;src:local("Open Sans Light"),local("OpenSans-Light"),url(./fonts/OpenSans/OpenSans-Light.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:400;font-display:swap;font-style:normal;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(./fonts/OpenSans/OpenSans-Regular.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:500;font-display:swap;font-style:normal;src:local("Open Sans Medium"),local("OpenSans-Medium"),url(./fonts/OpenSans/OpenSans-Medium.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:600;font-display:swap;font-style:normal;src:local("Open Sans Semibold"),local("OpenSans-Semibold"),url(./fonts/OpenSans/OpenSans-Semibold.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:700;font-display:swap;font-style:normal;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(./fonts/OpenSans/OpenSans-Bold.ttf) format("truetype")}:root{--rp-ui-base-bg-000: #ffffff;--rp-ui-base-bg-100: #f7f7f8;--rp-ui-base-bg-200: #eceff4;--rp-ui-base-error: #dc5959;--rp-ui-base-error-hover: #f24a4a;--rp-ui-base-error-pressed: #c54141;--rp-ui-base-error-focused: #00b0d1;--rp-ui-base-topaz: #00829b;--rp-ui-base-topaz-hover: #009dbb;--rp-ui-base-topaz-focused: #00b0d1;--rp-ui-base-topaz-pressed: #00758c;--rp-ui-base-almost-black: #3f3f3f;--rp-ui-base-icon-priority-high: #dc5959;--rp-ui-base-icon-priority-medium: #ffbc6c;--rp-ui-base-icon-priority-low: #3e7be6;--rp-ui-base-icon-priority-unspecified: #c1c7d0;--rp-ui-base-e-100: #e3e7ec;--rp-ui-base-e-200: #c1c7d0;--rp-ui-base-e-300: #a2aab5;--rp-ui-base-e-400: #8d95a1;--rp-ui-base-dark-bg: #101010;--rp-ui-base-dark-bg-solid-98: #141414;--rp-ui-base-dark-error: #ff4040;--rp-ui-base-dark-error-text: #ff6666;--rp-ui-base-dark-log-error: #ff3222;--rp-ui-base-dark-log-fatal: #c2352b;--rp-ui-base-dark-topaz-main: #1a9cb0;--rp-ui-base-dark-topaz-hover: #1cb0c7;--rp-ui-base-dark-topaz-focused: #1dbdd6;--rp-ui-base-dark-topaz-pressed: #9ee7f2;--rp-ui-base-dark-topaz-text: #3abcd0;--rp-ui-base-dark-topaz-additional: #00505d;--rp-ui-base-dark-e-50: #e8e8e8;--rp-ui-base-dark-e-100: #cfcfcf;--rp-ui-base-dark-e-150: #8f8f8f;--rp-ui-base-dark-e-200: #626262;--rp-ui-base-dark-e-300: #383838;--rp-ui-base-dark-e-400: #262626;--rp-ui-base-dark-e-450: #282828;--rp-ui-base-dark-e-500: #222222;--rp-ui-base-sm-warning: #d78706;--rp-ui-base-sm-warning-line-100: #fceecb;--rp-ui-base-sm-warning-line-200: #fbe7b6;--rp-ui-base-sm-error: #db3549;--rp-ui-base-sm-error-line-100: #fccbcb;--rp-ui-base-sm-error-line-200: #ffc0bd;--rp-ui-base-sm-info-line-100: #ced3db;--rp-ui-base-defect-type-AB: #ffc208;--rp-ui-base-tag-value-text: #394db6;--rp-ui-base-tag-value-background: #ced8fc;--rp-ui-base-tag-key-text: #6f4599;--rp-ui-base-tag-key-background: #dac3e6;--rp-ui-base-system-issue-group: #3e7be6;--rp-ui-base-product-bug-group: #d32f2f;--rp-ui-base-automation-bug-group: #ffc208;--rp-ui-base-no-defect-bug-group: #76839b;--rp-ui-base-test-execution-status-passed: #3aa76d;--rp-ui-base-shadow: 0px 1px 3px rgba(55, 67, 98, .1);--rp-ui-base-shadow-hover: 0px 1px 3px rgba(55, 67, 98, .2);--rp-ui-base-shadow-secondary: 0 8px 40px rgba(0, 0, 0, .15);--rp-ui-base-tooltip-bg: rgba(34, 34, 34, .91);--rp-ui-base-almost-black-slight-light: rgba(63, 63, 63, .95);--rp-ui-base-dark-bg-light: rgba(16, 16, 16, .15);--rp-ui-base-overlay: rgba(141, 149, 161, .35);--rp-ui-base-overlay-light-cyan: rgba(208, 240, 241, .7);--rp-ui-base-font-family: Roboto, Arial, Helvetica, sans-serif;--rp-ui-base-font-family-heading: OpenSans, Segoe UI, Tahoma, sans-serif;--rp-ui-base-fw-thin: 100;--rp-ui-base-fw-extra-light: 200;--rp-ui-base-fw-light: 300;--rp-ui-base-fw-regular: 400;--rp-ui-base-fw-medium: 500;--rp-ui-base-fw-semi-bold: 600;--rp-ui-base-fw-bold: 700;--rp-ui-color-bg: var(--rp-ui-base-bg-000);--rp-ui-color-bg-2: var(--rp-ui-base-bg-100);--rp-ui-color-bg-3: var(--rp-ui-base-bg-200);--rp-ui-color-primary: var(--rp-ui-base-topaz);--rp-ui-color-primary-hover: var(--rp-ui-base-topaz-hover);--rp-ui-color-primary-focused: var(--rp-ui-base-topaz-focused);--rp-ui-color-primary-pressed: var(--rp-ui-base-topaz-pressed);--rp-ui-color-primary-text: var(--rp-ui-base-topaz);--rp-ui-color-error: var(--rp-ui-base-error);--rp-ui-color-error-hover: var(--rp-ui-base-error-hover);--rp-ui-color-error-pressed: var(--rp-ui-base-error-pressed);--rp-ui-color-error-focused: var(--rp-ui-base-error-focused);--rp-ui-color-text: var(--rp-ui-base-almost-black);--rp-ui-color-text-2: var(--rp-ui-base-almost-black);--rp-ui-color-text-3: var(--rp-ui-base-almost-black);--rp-ui-color-field-bg: var(--rp-ui-base-bg-000);--rp-ui-color-field-bg-2: var(--rp-ui-base-bg-100);--rp-ui-color-field-bg-3: var(--rp-ui-base-bg-000);--rp-ui-color-field-bg-3-hover: var(--rp-ui-base-bg-000);--rp-ui-color-field-border: var(--rp-ui-base-e-200);--rp-ui-color-field-border-2: var(--rp-ui-base-e-300);--rp-ui-color-field-border-2-hover: var(--rp-ui-base-e-400);--rp-ui-color-field-border-3: var(--rp-ui-base-e-200);--rp-ui-color-field-border-3-hover: var(--rp-ui-base-e-300);--rp-ui-color-field-hover: var(--rp-ui-base-e-300);--rp-ui-color-field-hover-2: var(--rp-ui-base-e-400);--rp-ui-color-field-opened: var(--rp-ui-base-topaz-pressed);--rp-ui-color-field-placeholder: var(--rp-ui-base-almost-black);--rp-ui-color-field-placeholder-3: var(--rp-ui-base-e-300);--rp-ui-color-field-icon: var(--rp-ui-base-e-300);--rp-ui-color-radio-checked: var(--rp-ui-base-topaz-pressed);--rp-ui-color-disabled: var(--rp-ui-base-e-300);--rp-ui-opacity-default: 30%}.rp-ui-kit-theme-light{--rp-ui-color-bg: var(--rp-ui-base-bg-000);--rp-ui-color-bg-2: var(--rp-ui-base-bg-100);--rp-ui-color-bg-3: var(--rp-ui-base-bg-200);--rp-ui-color-primary: var(--rp-ui-base-topaz);--rp-ui-color-primary-hover: var(--rp-ui-base-topaz-hover);--rp-ui-color-primary-focused: var(--rp-ui-base-topaz-focused);--rp-ui-color-primary-pressed: var(--rp-ui-base-topaz-pressed);--rp-ui-color-primary-text: var(--rp-ui-base-topaz);--rp-ui-color-error: var(--rp-ui-base-error);--rp-ui-color-error-hover: var(--rp-ui-base-error-hover);--rp-ui-color-error-pressed: var(--rp-ui-base-error-pressed);--rp-ui-color-error-focused: var(--rp-ui-base-error-focused);--rp-ui-color-text: var(--rp-ui-base-almost-black);--rp-ui-color-text-2: var(--rp-ui-base-almost-black);--rp-ui-color-text-3: var(--rp-ui-base-almost-black);--rp-ui-color-field-bg: var(--rp-ui-base-bg-000);--rp-ui-color-field-bg-2: var(--rp-ui-base-bg-100);--rp-ui-color-field-bg-3: var(--rp-ui-base-bg-000);--rp-ui-color-field-bg-3-hover: var(--rp-ui-base-bg-000);--rp-ui-color-field-border: var(--rp-ui-base-e-200);--rp-ui-color-field-border-2: var(--rp-ui-base-e-300);--rp-ui-color-field-border-2-hover: var(--rp-ui-base-e-400);--rp-ui-color-field-border-3: var(--rp-ui-base-e-200);--rp-ui-color-field-border-3-hover: var(--rp-ui-base-e-300);--rp-ui-color-field-hover: var(--rp-ui-base-e-300);--rp-ui-color-field-hover-2: var(--rp-ui-base-e-400);--rp-ui-color-field-opened: var(--rp-ui-base-topaz-pressed);--rp-ui-color-field-placeholder: var(--rp-ui-base-almost-black);--rp-ui-color-field-placeholder-3: var(--rp-ui-base-e-300);--rp-ui-color-field-icon: var(--rp-ui-base-e-300);--rp-ui-color-radio-checked: var(--rp-ui-base-topaz-pressed);--rp-ui-color-disabled: var(--rp-ui-base-e-300);--rp-ui-opacity-default: 30%}.rp-ui-kit-theme-dark{--rp-ui-color-bg: var(--rp-ui-base-dark-bg);--rp-ui-color-bg-2: var(--rp-ui-base-dark-e-500);--rp-ui-color-bg-3: var(--rp-ui-base-dark-bg-solid-98);--rp-ui-color-primary: var(--rp-ui-base-dark-topaz-main);--rp-ui-color-primary-hover: var(--rp-ui-base-dark-topaz-hover);--rp-ui-color-primary-focused: var(--rp-ui-base-dark-topaz-focused);--rp-ui-color-primary-pressed: var(--rp-ui-base-dark-topaz-pressed);--rp-ui-color-primary-text: var(--rp-ui-base-dark-topaz-text);--rp-ui-color-error: var(--rp-ui-base-dark-error);--rp-ui-color-error-hover: var(--rp-ui-base-error-hover);--rp-ui-color-error-pressed: var(--rp-ui-base-error-pressed);--rp-ui-color-error-focused: var(--rp-ui-base-error-focused);--rp-ui-color-text: var(--rp-ui-base-dark-e-50);--rp-ui-color-text-2: var(--rp-ui-base-dark-e-100);--rp-ui-color-text-3: var(--rp-ui-base-bg-000);--rp-ui-color-field-bg: var(--rp-ui-base-dark-e-400);--rp-ui-color-field-bg-2: var(--rp-ui-base-dark-e-400);--rp-ui-color-field-bg-3: var(--rp-ui-base-dark-e-450);--rp-ui-color-field-bg-3-hover: var(--rp-ui-base-dark-e-500);--rp-ui-color-field-border: var(--rp-ui-base-dark-e-400);--rp-ui-color-field-border-2: var(--rp-ui-base-dark-e-100);--rp-ui-color-field-border-2-hover: var(--rp-ui-base-dark-e-50);--rp-ui-color-field-border-3: var(--rp-ui-base-dark-e-450);--rp-ui-color-field-border-3-hover: var(--rp-ui-base-dark-e-500);--rp-ui-color-field-hover: var(--rp-ui-base-e-200);--rp-ui-color-field-hover-2: var(--rp-ui-base-e-300);--rp-ui-color-field-opened: var(--rp-ui-base-e-200);--rp-ui-color-field-placeholder: var(--rp-ui-base-dark-e-200);--rp-ui-color-field-placeholder-3: var(--rp-ui-base-dark-e-200);--rp-ui-color-field-icon: var(--rp-ui-base-dark-e-50);--rp-ui-color-radio-checked: var(--rp-ui-base-dark-topaz-main);--rp-ui-color-disabled: var(--rp-ui-base-dark-e-100);--rp-ui-opacity-default: 50%}._theme-provider_xipmx_1{height:100%;width:100%}._table_qun9e_1{width:100%;max-width:1200px}._table_qun9e_1 *{box-sizing:border-box}._table-header_qun9e_9{display:flex;width:100%;height:32px;align-items:center}._table-row_qun9e_16{display:flex;width:100%;height:64px}._table-row_qun9e_16 ._table-row-content_qun9e_21{display:flex;align-items:center;height:100%;flex:1;box-shadow:var(--rp-ui-base-shadow-hover);background-color:var(--rp-ui-base-bg-000);border-radius:4px;max-width:100%}._table-row_qun9e_16._size-small_qun9e_31{height:44px}._table-row_qun9e_16._size-large_qun9e_34{height:80px}._table-body_qun9e_38{display:flex;flex-direction:column;gap:4px;width:100%}._table-header-cell_qun9e_45,._table-cell_qun9e_45{font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);padding:0 16px}._table-header-cell_qun9e_45._action-menu-cell_qun9e_50,._table-cell_qun9e_45._action-menu-cell_qun9e_50{width:48px;padding:0 16px;flex-shrink:0}._table-header-cell_qun9e_45:not(._action-menu-cell_qun9e_50),._table-cell_qun9e_45:not(._action-menu-cell_qun9e_50){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._table-header-cell_qun9e_45._checkbox-cell_qun9e_60,._table-cell_qun9e_45._checkbox-cell_qun9e_60{width:48px;display:flex;justify-content:center;height:100%;cursor:pointer;flex-shrink:0}._table-header-cell_qun9e_45._checkbox-cell_qun9e_60+._table-row-content_qun9e_21,._table-cell_qun9e_45._checkbox-cell_qun9e_60+._table-row-content_qun9e_21{max-width:calc(100% - 48px)}._table-header-cell_qun9e_45._primary-cell_qun9e_71,._table-cell_qun9e_45._primary-cell_qun9e_71{flex:1 1 320px;font-weight:var(--rp-ui-base-fw-medium);text-align:left}._table-header-cell_qun9e_45{font-size:11px;line-height:16px;color:var(--rp-ui-base-e-400);display:flex;align-items:center;text-align:left;background:none;border:none}._table-header-cell_qun9e_45 ._label_qun9e_87{display:flex;align-items:center}._table-header-cell_qun9e_45._sortable-cell_qun9e_91>._label_qun9e_87{cursor:pointer}._table-header-cell_qun9e_45._align-right_qun9e_94{justify-content:flex-end}._table-header-cell_qun9e_45._align-right_qun9e_94 svg{margin-right:-16px}._table-header-cell_qun9e_45._align-center_qun9e_100{justify-content:center}._table-cell_qun9e_45{font-size:13px;line-height:20px}._header_1q16i_1{display:flex;align-items:center;justify-content:space-between;background-color:var(--rp-ui-base-bg-000);padding-bottom:18px}._header_1q16i_1 ._dropdowns-wrapper_1q16i_8{display:flex;align-items:center;column-gap:8px}._header_1q16i_1 ._button-prev_1q16i_13,._header_1q16i_1 ._button-next_1q16i_14{all:unset;align-self:center;width:16px;height:16px}._header_1q16i_1 ._button-prev_1q16i_13 svg,._header_1q16i_1 ._button-next_1q16i_14 svg{width:16px;height:16px}._header_1q16i_1 ._button-prev_1q16i_13:hover:not(._disabled_1q16i_25),._header_1q16i_1 ._button-next_1q16i_14:hover:not(._disabled_1q16i_25){cursor:pointer}._header_1q16i_1 ._button-prev_1q16i_13:hover:not(._disabled_1q16i_25) svg>path,._header_1q16i_1 ._button-next_1q16i_14:hover:not(._disabled_1q16i_25) svg>path{fill:var(--rp-ui-base-e-400)}._header_1q16i_1 ._button-prev_1q16i_13._disabled_1q16i_25,._header_1q16i_1 ._button-next_1q16i_14._disabled_1q16i_25{opacity:.3;pointer-events:none}._header_1q16i_1 ._button-next_1q16i_14{transform:rotate(180deg)}._header_1q16i_1 ._dropdown_1q16i_8{width:auto}._header_1q16i_1 ._dropdown_1q16i_8._month-dropdown_1q16i_44{width:117px}._header_1q16i_1 ._dropdown_1q16i_8 ._toggle-button_1q16i_47>span{color:var(--rp-ui-base-topaz);font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-bold)}._header_1q16i_1 ._dropdown_1q16i_8 ._toggle-button_1q16i_47:hover>span{color:var(-rp-ui-base-topaz-hover)}.react-datepicker__aria-live{display:none}._calendar_1pok6_5{box-sizing:border-box;background-color:var(--rp-ui-base-bg-000);width:344px;padding:30px 32px 32px;border-radius:8px;box-shadow:0 8px 40px var(--rp-ui-base-dark-bg-light);border:none;margin-top:4px}._calendar_1pok6_5 .react-datepicker__month-container{width:100%;height:100%;float:none;display:flex;flex-direction:column;justify-content:center;align-items:center}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__header.react-datepicker__header--custom{width:100%;background-color:var(--rp-ui-base-bg-000);border-bottom:none;padding:0}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__header.react-datepicker__header--custom .react-datepicker__day-names{display:flex;height:40px;justify-content:space-between;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-bold);font-size:13px;line-height:20px;color:var(--rp-ui-base-dark-e-500);vertical-align:middle}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__header.react-datepicker__header--custom .react-datepicker__day-names .react-datepicker__day-name{width:40px;text-align:center}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__month{display:flex;flex-direction:column;width:100%;height:100%;row-gap:8px}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__week{height:32px;display:flex;align-items:center;justify-content:space-between;font-family:var(--rp-ui-base-font-family);color:var(--rp-ui-base-dark-e-500);font-size:13px;line-height:20px}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day--range-end:first-child:before{display:none}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day{cursor:pointer}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--selecting-range-end,.react-datepicker__day--selecting-range-start,.react-datepicker__day--range-start,.react-datepicker__day--range-end){background-color:var(--rp-ui-base-bg-200);height:32px;line-height:32px;position:relative}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day.react-datepicker__day--selected{position:relative;border-radius:50%;background-color:var(--rp-ui-base-topaz);font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-bold);color:var(--rp-ui-base-bg-000)}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day--disabled{cursor:default}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day--disabled:hover{border:none!important;line-height:40px!important}._calendar_1pok6_5 ._current-date_1pok6_89,._calendar_1pok6_5 ._date_1pok6_90{width:40px;margin:0;box-sizing:border-box;height:40px;line-height:40px}._calendar_1pok6_5 ._current-date_1pok6_89:focus-visible,._calendar_1pok6_5 ._date_1pok6_90:focus-visible{outline:none}._calendar_1pok6_5 ._date_1pok6_90{background-color:transparent;border-radius:unset;color:inherit;text-align:center}._calendar_1pok6_5 ._current-date_1pok6_89,._calendar_1pok6_5 ._current-date_1pok6_89:hover{position:relative;z-index:3;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-bold);border-radius:50%;border:1px solid var(--rp-ui-base-topaz);background-color:var(--rp-ui-base-topaz);line-height:38px;color:var(--rp-ui-base-bg-000)}._calendar_1pok6_5 ._date_1pok6_90:hover:not(._current-date_1pok6_89):not(._selected-range_1pok6_119):not(._end-date_1pok6_119){border-radius:50%;border:1px solid var(--rp-ui-base-topaz);background-color:transparent;line-height:38px;color:inherit}._calendar_1pok6_5 ._end-date_1pok6_119{position:relative;border-radius:50%;background-color:var(--rp-ui-base-topaz);font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-bold);color:var(--rp-ui-base-bg-000)}._calendar_1pok6_5 ._end-date_1pok6_119:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:10px solid var(--rp-ui-base-topaz);border-radius:50%;display:block;z-index:2;box-sizing:border-box}._calendar_1pok6_5 ._end-date_1pok6_119:before{position:absolute;content:"";height:32px;background-color:var(--rp-ui-base-bg-200);width:16px;left:-9px;z-index:1;top:4px}._calendar_1pok6_5 ._selected-range_1pok6_119{background-color:var(--rp-ui-base-bg-200);border-radius:8px;height:32px;line-height:32px;position:relative}._calendar_1pok6_5 ._selected-range_1pok6_119:hover{height:40px;line-height:40px;border-radius:50%;background:var(--rp-ui-base-bg-200)}._calendar_1pok6_5 ._selected-range_1pok6_119:hover:after{display:block}._calendar_1pok6_5 ._selected-range_1pok6_119:hover:not(:first-child):before{top:4px}._calendar_1pok6_5 ._selected-range_1pok6_119:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:1px solid var(--rp-ui-base-topaz);border-radius:50%;display:none;z-index:2;box-sizing:border-box}._calendar_1pok6_5 ._selected-range_1pok6_119:not(:first-child):before{position:absolute;content:"";height:32px;background-color:var(--rp-ui-base-bg-200);width:16px;top:0;left:-9px;z-index:1}._calendar_1pok6_5 ._disabled_1pok6_202{color:var(--rp-ui-base-e-400);background-color:transparent}._calendar_1pok6_5 ._disabled_1pok6_202:focus-visible{outline:none}._popper_1pok6_210{z-index:10}._input_1pok6_214{width:100%;min-width:138px}._dropdown-option_1a01l_1{display:flex;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);font-size:13px;line-height:20px;box-sizing:border-box;cursor:pointer;color:var(--rp-ui-color-text-3);padding:9px 12px 7px}._dropdown-option_1a01l_1._disabled_1a01l_12{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown-option_1a01l_1._hidden_1a01l_16{display:none}._dropdown-option_1a01l_1:hover:not(:active){background:var(--rp-ui-color-bg-3)}._dropdown-option_1a01l_1._hover_1a01l_22:not(._disabled_1a01l_12){padding:8px 11px 6px;background-color:var(--rp-ui-color-bg-3);border:1px solid var(--rp-ui-color-primary-focused)}._dropdown-option_1a01l_1._hover_1a01l_22:not(._disabled_1a01l_12):hover{border:none;padding:9px 12px 7px}._dropdown-option_1a01l_1._hover_1a01l_22:not(._disabled_1a01l_12):hover:hover:not(:active){background:var(--rp-ui-color-bg-3)}._single-option_1a01l_35{height:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._sub-option_1a01l_42{padding-left:24px}._container_1xhk2_1{position:relative;display:inline-block;width:100%}._icon_1xhk2_7{width:16px;height:16px;margin-right:8px}._arrow_1xhk2_13{display:inline-flex;margin-left:12px;transition:transform .2s linear}._dropdown_1xhk2_19{display:flex;align-items:center;text-align:start;padding:9px 12px 7px;width:100%;height:36px;border:1px solid var(--rp-ui-color-field-border);border-radius:3px;background-color:var(--rp-ui-color-field-bg);box-sizing:border-box;transition:border-color .2s linear;cursor:pointer}._dropdown_1xhk2_19._transparent-background_1xhk2_33{background-color:transparent}._dropdown_1xhk2_19._disabled_1xhk2_36{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown_1xhk2_19._disabled_1xhk2_36 ._arrow_1xhk2_13 svg path{opacity:.4}._dropdown_1xhk2_19._disabled_1xhk2_36 ._value_1xhk2_43{color:var(--rp-ui-color-disabled)}._dropdown_1xhk2_19._error_1xhk2_46._touched_1xhk2_46{border-width:1px;border-color:var(--rp-ui-color-error)}._dropdown_1xhk2_19:hover:not(:active):not(:focus-visible):not(._opened_1xhk2_50):not(._error_1xhk2_46){border-color:var(--rp-ui-color-field-hover)}._dropdown_1xhk2_19:active,._dropdown_1xhk2_19:focus-visible{padding:7px 11px;border-width:2px;border-color:var(--rp-ui-color-primary-focused);outline:none}._dropdown_1xhk2_19:active ._arrow_1xhk2_13 svg path,._dropdown_1xhk2_19:focus-visible ._arrow_1xhk2_13 svg path{fill:var(--rp-ui-color-field-hover-2)}._dropdown_1xhk2_19._opened_1xhk2_50:not(:active):not(._error_1xhk2_46){border-width:1px;border-color:var(--rp-ui-color-primary-pressed)}._dropdown_1xhk2_19._opened_1xhk2_50:not(:active):not(._error_1xhk2_46) ._arrow_1xhk2_13 svg path{fill:var(--rp-ui-color-field-opened)}._dropdown_1xhk2_19._opened_1xhk2_50 ._arrow_1xhk2_13{transform:rotate(180deg)}._dropdown_1xhk2_19 ._value_1xhk2_43{flex-grow:1;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);font-size:13px;line-height:20px;color:var(--rp-ui-color-text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._dropdown_1xhk2_19 ._value_1xhk2_43._placeholder_1xhk2_83{color:var(--rp-ui-color-field-placeholder-3)}@media (max-width: 767px){._dropdown_1xhk2_19 ._mobile-disabled_1xhk2_87{background-color:var(--rp-ui-color-field-bg-2)}}._select-list_1xhk2_92{position:absolute;top:100%;padding:8px 0;width:max-content;max-width:100%;min-width:100%;min-height:10px;border-radius:3px;box-sizing:border-box;z-index:10;box-shadow:var(--rp-ui-base-shadow-secondary);background:var(--rp-ui-color-field-bg)}._select-list_1xhk2_92._opened_1xhk2_50:focus-visible{outline:none}._select-list_1xhk2_92._limited-width_1xhk2_109{max-width:384px}._options-container_1xhk2_113{display:flex;flex-direction:column}._ghost_1xhk2_118{border-color:transparent;background:transparent}._ghost_1xhk2_118:hover:not(:active):not(:focus-visible):not(._opened_1xhk2_50):not(._error_1xhk2_46){border-color:transparent}._ghost_1xhk2_118._opened_1xhk2_50:not(:active):not(._error_1xhk2_46){border-color:transparent}._ghost_1xhk2_118._opened_1xhk2_50 ._value_1xhk2_43{color:var(--rp-ui-color-primary-pressed)}._divider_1xhk2_132{height:1px;margin:8px 12px;background-color:var(--rp-ui-base-e-100)}._item-counter_4g6do_1{display:inline-block;width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._size-selector_9ub70_1{display:flex;flex-direction:column}._size-option_9ub70_6{width:88px;padding:8px 0;outline:none;border:none;background:none;cursor:pointer;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);font-size:13px;line-height:20px;text-align:left;color:var(--rp-ui-base-almost-black)}._size-option_9ub70_6:first-child{padding-top:0}._size-option_9ub70_6:last-child{padding-bottom:0}._size-option_9ub70_6:hover{color:var(--rp-ui-base-topaz-hover)}._size-option_9ub70_6:active{color:var(--rp-ui-base-topaz-pressed)}._size-option_9ub70_6._selected_9ub70_32{color:var(--rp-ui-base-topaz)}._page-size-control_sgwmi_1{display:flex;justify-content:flex-end;width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._size-selector-button_sgwmi_10{margin-right:4px;font-weight:var(--rp-ui-base-fw-bold)}._page-selector_rtho4_1{display:flex;gap:8px}._field-wrapper_rtho4_6,._apply-button_rtho4_10{width:90px}._active-page_1gl9o_1{display:inline-block;width:124px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}._page-selector_1gl9o_10{text-align:left}._page-selector-button_1gl9o_14{margin-left:4px;font-weight:var(--rp-ui-base-fw-bold)}._bar_y74hy_1{width:260px;height:8px;margin:4px 0;border-radius:3px;background-color:var(--rp-ui-base-e-100)}._section-with-tooltip_y74hy_9{display:inline-block;height:16px}._section-with-tooltip_y74hy_9:hover ._section_y74hy_9{background-color:var(--rp-ui-base-topaz-hover)}._section-with-tooltip_y74hy_9:active ._section_y74hy_9{background-color:var(--rp-ui-base-topaz-pressed)}._section-with-tooltip_y74hy_9:first-child ._section_y74hy_9{border-radius:3px 0 0 3px}._section-with-tooltip_y74hy_9:last-child ._section_y74hy_9{border-radius:0 3px 3px 0}._section_y74hy_9{position:relative;top:4px;height:8px;background-color:transparent;margin:4px 0}._section_y74hy_9._selected_y74hy_33{background-color:var(--rp-ui-base-topaz)}._tooltip-wrapper_y74hy_37{width:inherit;height:16px}._tooltip_y74hy_37{font-family:var(--rp-ui-base-font-family);font-size:11px;line-height:16px;text-align:center}._tooltip_y74hy_37 ._tooltip-text_y74hy_48{font-weight:var(--rp-ui-base-fw-regular);padding-bottom:8px}._tooltip_y74hy_37 ._page-number_y74hy_52{font-weight:var(--rp-ui-base-fw-bold)}._section-with-tooltip_y74hy_9,._tooltip-wrapper_y74hy_37{position:relative;top:-4px}._page-navigator_1p2t5_1{display:flex;gap:16px}._page-buttons_1p2t5_6{display:inline-flex;gap:16px}._page-button_1p2t5_6{display:inline-flex;justify-content:center;align-items:center;width:16px;height:16px}._page-button_1p2t5_6._next_1p2t5_18{transform:rotateY(180deg)}._page-controls_thyf8_1{display:flex;flex-direction:row;align-items:center;gap:24px}._total-pages_thyf8_8{display:inline-block;width:124px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}._pagination_w2r3n_1{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:24px 0;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);font-size:13px;line-height:20px;color:var(--rp-ui-base-almost-black)}._field-label_10m6x_1{font-size:13px;line-height:20px;display:block;position:relative;margin-bottom:4px;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-medium);color:var(--rp-ui-color-text)}._field-label_10m6x_1 ._asterisk_10m6x_11{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);padding-left:4px}._field-label_10m6x_1._disabled_10m6x_17{pointer-events:none}._modal-content_zh8d2_1{width:100%;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);font-size:13px;line-height:20px;color:var(--rp-ui-color-text);white-space:pre-line;word-break:break-word;padding:0 0 16px}._modal-content_zh8d2_1._scrollable_zh8d2_12{width:calc(100% - 34px)}._buttons-block_1dgm4_1{white-space:nowrap}._button-container_1dgm4_5{display:inline-block;min-width:70px;margin-right:10px}._button-container_1dgm4_5:last-child{margin-right:0}._modal-footer_1dgm4_14{position:relative;display:flex;justify-content:flex-end;width:100%;margin-top:16px}._modal-footer_1dgm4_14._with-extra-node_1dgm4_21{justify-content:space-between}._size-small_1dgm4_25{flex-direction:column;align-items:stretch}._size-small_1dgm4_25 ._buttons-block_1dgm4_1{display:flex;flex-direction:column;align-items:stretch}._size-small_1dgm4_25 ._button-container_1dgm4_5{margin:0 0 10px}._size-small_1dgm4_25 ._button-container_1dgm4_5:last-child{margin-bottom:0}._modal-header_w4aaf_1{position:relative;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);font-size:20px;line-height:31px;color:var(--rp-ui-color-text);padding-bottom:24px}._modal-header_w4aaf_1._width-description_w4aaf_10{padding-bottom:8px}._modal-header-content_w4aaf_14{width:100%;padding-right:30px;box-sizing:border-box}._modal-title_w4aaf_20{font-family:var(--rp-ui-base-font-family-heading);flex-grow:1;vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._close-modal-icon_w4aaf_29{position:absolute;top:6px;right:0;line-height:normal;cursor:pointer}._modal_yxql5_1{position:absolute;top:0;left:0;display:block;width:100%;height:100%;text-align:center;overflow:hidden}._overlay-default_yxql5_12{background-color:var(--rp-ui-base-overlay)}._overlay-light-cyan_yxql5_16{background-color:var(--rp-ui-base-overlay-light-cyan)}._scrolling-content_yxql5_20{position:fixed;width:100%;height:100%}._modal-window_yxql5_26{position:absolute;left:50%;transform:translate(-50%);display:inline-block;margin-bottom:10px;padding:32px 40px;box-sizing:border-box;background-color:var(--rp-ui-base-bg-100);text-align:left;border-radius:16px;box-shadow:var(--rp-ui-base-shadow-secondary);opacity:1;outline:none;max-height:90%}._description_yxql5_43{display:inline-block;width:100%;padding-bottom:24px;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);font-size:13px;line-height:20px;color:var(--rp-ui-base-almost-black)}._description_yxql5_43._scrollable_yxql5_53{width:calc(100% - 34px)}._size-default_yxql5_57{width:480px}@media (max-width: 480px){._size-default_yxql5_57{right:10px;left:10px;transform:none;width:auto}}._size-small_yxql5_69{width:320px}@media (max-width: 320px){._size-small_yxql5_69{right:10px;left:10px;transform:none;width:auto}}._size-large_yxql5_81{width:720px}@media (max-width: 720px){._size-large_yxql5_81{right:10px;left:10px;transform:none;width:auto}}._popover-wrapper_n3nff_1{display:inline-block;width:fit-content;height:fit-content;cursor:pointer}._popover_n3nff_1{display:block;position:absolute;z-index:10;font-family:var(--rp-ui-base-font-family);font-size:11px;line-height:16px;background-color:var(--rp-ui-color-bg);border-radius:8px;box-shadow:var(--rp-ui-base-shadow-secondary);padding:16px;min-height:52px;min-width:120px;max-width:fit-content;box-sizing:border-box;outline:0;width:max-content;color:var(--rp-ui-color-text)}._title_n3nff_28{font-family:var(--rp-ui-base-font-family-heading);font-weight:var(--rp-ui-base-fw-bold);font-size:13px;line-height:20px;margin-bottom:8px}._system-alert_1py1m_1{display:flex;box-sizing:border-box;width:600px;padding:16px;gap:16px;border-radius:16px;justify-content:space-between;box-shadow:var(--rp-ui-base-shadow-secondary)}._system-alert_1py1m_1._error_1py1m_11{background-color:var(--rp-ui-base-sm-error)}._system-alert_1py1m_1._success_1py1m_14{background-color:var(--rp-ui-base-test-execution-status-passed)}._system-alert_1py1m_1._info_1py1m_17{background-color:var(--rp-ui-base-no-defect-bug-group)}._system-alert_1py1m_1 ._icon-wrapper_1py1m_20{width:20px;height:24px;display:grid;place-content:center}._system-alert_1py1m_1 ._content-wrapper_1py1m_26{display:flex;gap:16px;flex-direction:column;flex:1}._system-alert_1py1m_1 ._content-wrapper_1py1m_26 ._title_1py1m_32{text-align:start;font-family:var(--rp-ui-base-font-family);font-size:15px;line-height:24px;font-weight:var(--rp-ui-base-fw-semi-bold);color:var(--rp-ui-base-bg-000);display:-webkit-box;max-width:100%;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._system-alert_1py1m_1 ._close-button_1py1m_45{background:none;border:none;width:24px;height:24px;cursor:pointer}._system-alert_1py1m_1 ._close-button_1py1m_45 svg path{fill:var(--rp-ui-base-bg-000)}._tooltip-wrapper_lwpn2_16{display:block;width:100%;height:fit-content;cursor:pointer}._tooltip-content_lwpn2_23{font-size:11px;line-height:16px;padding:16px;border-radius:8px;background-color:var(--rp-ui-base-tooltip-bg);font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-medium);color:var(--rp-ui-base-bg-000);word-wrap:break-word;white-space:pre-wrap;box-sizing:border-box;width:100%}
|
|
1
|
+
._bubbles-loader_kn4ln_1{position:relative}._bubbles-loader_kn4ln_1._color-topaz_kn4ln_4 ._bubble_kn4ln_1{background-color:var(--rp-ui-base-dark-topaz-main)}._bubble_kn4ln_1{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--rp-ui-base-bg-000);transform:scale(.3);animation:_bubbles_kn4ln_1 2.5s infinite linear}._bubble_kn4ln_1:nth-child(1){left:0;animation-delay:.1s}._bubble_kn4ln_1:nth-child(2){left:7px;animation-delay:.3s}._bubble_kn4ln_1:nth-child(3){left:14px;animation-delay:.5s}._bubble_kn4ln_1:nth-child(4){left:21px;animation-delay:.7s}._bubble_kn4ln_1:nth-child(5){left:28px;animation-delay:.9s}._bubble_kn4ln_1:nth-child(6){left:35px;animation-delay:1.1s}._bubble_kn4ln_1:nth-child(7){left:42px;animation-delay:1.3s}@keyframes _bubbles_kn4ln_1{20%,60%{transform:scale(.5)}40%{transform:scale(1)}}._text-area_1pqer_1{font-size:13px;line-height:20px;width:100%;min-height:72px;padding:9px 12px 7px;outline:none;border:1px solid var(--rp-ui-base-e-200);border-radius:3px;box-sizing:border-box;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);color:var(--rp-ui-base-almost-black);resize:vertical}._text-area_1pqer_1:hover{border-color:var(--rp-ui-base-e-300)}._text-area_1pqer_1:focus:not(._error_1pqer_19._touched_1pqer_19){border:1px solid var(--rp-ui-base-topaz-hover);box-shadow:0 0 0 1px var(--rp-ui-base-topaz-hover)}._text-area_1pqer_1._error_1pqer_19._touched_1pqer_19{border:1px solid var(--rp-ui-base-error)}._text-area_1pqer_1:focus:not(._error_1pqer_19._touched_1pqer_19)+._max-length-display_1pqer_26,._text-area_1pqer_1._error_1pqer_19._touched_1pqer_19+._max-length-display_1pqer_26{display:block}._text-area_1pqer_1::placeholder{color:var(--rp-ui-base-e-300)}._text-area_1pqer_1:has(~._max-length-display_1pqer_26){padding-bottom:24px}._additional-content_1pqer_36 ._error-text_1pqer_36{font-size:11px;line-height:16px;display:block;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);color:var(--rp-ui-base-error)}._additional-content_1pqer_36 ._help-text_1pqer_44{font-size:11px;line-height:16px;display:block;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);color:var(--rp-ui-base-e-300)}._max-length-display_1pqer_26{font-size:11px;line-height:16px;position:absolute;margin-top:-29px;display:none;padding-left:12px;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);color:var(--rp-ui-base-e-300)}._disabled_1pqer_65{opacity:.3;pointer-events:none}._icon-container_1xyy3_1,._icon-container-end_1xyy3_1,._icon-container-start_1xyy3_1{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:22px;height:22px}._icon-container-start_1xyy3_1{margin-right:4px}._collapsed_1xyy3_13 ._icon-container-start_1xyy3_1{cursor:pointer}._icon-container-end_1xyy3_1{margin-left:4px}._field_1xyy3_21{display:flex;align-items:center;height:36px;width:100%;padding:7px 12px;box-sizing:border-box;border:1px solid var(--rp-ui-color-field-border-3);border-radius:3px;background-color:var(--rp-ui-color-field-bg-3);transition:width .2s,padding .2s,border .1s}._field_1xyy3_21._default-width_1xyy3_33{width:240px}._field_1xyy3_21._collapsed_1xyy3_13{width:22px;border-width:0;overflow:hidden;padding:0;background-color:transparent}._field_1xyy3_21._collapsed_1xyy3_13:hover{background-color:transparent}._field_1xyy3_21._collapsed_1xyy3_13 ._placeholder_1xyy3_46{display:none}._field_1xyy3_21:hover:not(._disabled_1xyy3_49){border-color:var(--rp-ui-color-field-border-3-hover)}._field_1xyy3_21:focus-within:not(._error_1xyy3_52._touched_1xyy3_52){padding:6px 11px;border:2px solid var(--rp-ui-color-primary-focused)}._field_1xyy3_21._error_1xyy3_52._touched_1xyy3_52{border-color:var(--rp-ui-base-error)}._field_1xyy3_21:focus-within:not(._error_1xyy3_52._touched_1xyy3_52) ._max-length-display_1xyy3_59,._field_1xyy3_21._error_1xyy3_52._touched_1xyy3_52 ._max-length-display_1xyy3_59{display:block}._field_1xyy3_21._disabled_1xyy3_49{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_1xyy3_21._disabled_1xyy3_49 ._placeholder_1xyy3_46{color:var(--rp-ui-base-e-300)}._input-container_1xyy3_70{position:relative;width:100%}._input-container_1xyy3_70._type-password_1xyy3_74 ._input_1xyy3_70{width:calc(100% - 30px);text-overflow:unset}._input-container_1xyy3_70._type-password_1xyy3_74 ._eye-icon_1xyy3_78{position:absolute;z-index:2;top:4px;right:-2px;height:16px;width:16px}._input-container_1xyy3_70._type-password_1xyy3_74 ._eye-icon_1xyy3_78 svg path{fill:var(--rp-ui-color-field-icon)}._input_1xyy3_70{font-size:13px;line-height:20px;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);width:100%;margin:2px 0 0;padding:0;border:none;background:transparent;overflow:hidden;text-overflow:ellipsis;color:var(--rp-ui-color-text-3)}._input_1xyy3_70:focus{outline:none}._input_1xyy3_70:disabled{color:var(--rp-ui-base-e-300)}._placeholder_1xyy3_46{font-size:13px;line-height:20px;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);color:var(--rp-ui-color-field-placeholder-3);position:absolute;top:2px;left:0;pointer-events:none;white-space:nowrap}._icon_1xyy3_1,._start-icon_1xyy3_124,._clear-icon_1xyy3_125{display:inline-block;width:16px;height:16px}._start-icon_1xyy3_124,._clear-icon_1xyy3_125{background:none;border:none;padding:0;font:inherit;outline:inherit;cursor:pointer}._start-icon_1xyy3_124 svg>path,._clear-icon_1xyy3_125 svg>path{fill:var(--rp-ui-color-field-icon)}._start-icon_1xyy3_124._disabled_1xyy3_49,._clear-icon_1xyy3_125._disabled_1xyy3_49{pointer-events:none}._start-icon_1xyy3_124:hover svg>path,._clear-icon_1xyy3_125:hover svg>path{fill:var(--rp-ui-color-field-hover-2)}._start-icon_1xyy3_124:focus svg>path,._clear-icon_1xyy3_125:focus svg>path{fill:var(--rp-ui-color-primary-focused)}._start-icon_1xyy3_124:active svg>path,._clear-icon_1xyy3_125:active svg>path{fill:var(--rp-ui-color-primary-pressed)}._additional-content_1xyy3_161{margin-top:4px}._additional-content_1xyy3_161._disabled_1xyy3_49{pointer-events:none}._text_1xyy3_168,._max-length-display_1xyy3_59{font-size:11px;line-height:16px;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular)}._text_1xyy3_168{display:block}._max-length-display_1xyy3_59{display:none;margin-left:15px;align-self:end;color:var(--rp-ui-base-e-300);word-break:initial}._error-text_1xyy3_188{color:var(--rp-ui-base-error)}._help-text_1xyy3_192{color:var(--rp-ui-base-dark-e-300)}._base-icon-button_1q88n_1{margin:0;padding:0;outline:none;background:transparent;border:none;cursor:pointer}._base-icon-button_1q88n_1 svg path{fill:var(--rp-ui-base-e-300)}._base-icon-button_1q88n_1._disabled_1q88n_12{opacity:40%;cursor:default}._base-icon-button_1q88n_1:hover:not(._disabled_1q88n_12) svg path{fill:var(--rp-ui-base-e-400)}._base-icon-button_1q88n_1:active:not(._disabled_1q88n_12) svg path{fill:var(--rp-ui-base-topaz-pressed)}._base-icon-button_1q88n_1:focus-visible:not(._disabled_1q88n_12,:active) svg path{fill:var(--rp-ui-base-topaz-focused)}._button_108em_1{display:inline-flex;justify-content:center;align-items:center;height:36px;padding:7px 16px;margin:0;outline:none;border-radius:3px;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-medium);font-size:13px;line-height:20px;cursor:pointer;box-sizing:border-box}._primary_108em_18{border:1px solid var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);color:var(--rp-ui-base-bg-000)}._primary_108em_18:hover:not(._disabled_108em_23){border:1px solid var(--rp-ui-color-primary-hover);background-color:var(--rp-ui-color-primary-hover)}._primary_108em_18:active:not(._disabled_108em_23){border:1px solid var(--rp-ui-color-primary-pressed);background-color:var(--rp-ui-color-primary-pressed)}._primary_108em_18:focus:not(._disabled_108em_23,:active){border:2px solid var(--rp-ui-color-primary-focused)}._primary_108em_18 svg *{fill:var(--rp-ui-base-bg-000)}._ghost_108em_38{border:1px solid var(--rp-ui-color-primary);background-color:transparent;color:var(--rp-ui-color-primary-text)}._ghost_108em_38:hover:not(._disabled_108em_23){border:1px solid var(--rp-ui-base-dark-topaz-hover);color:var(--rp-ui-base-dark-topaz-hover)}._ghost_108em_38:active:not(._disabled_108em_23){border:1px solid var(--rp-ui-color-primary-pressed);color:var(--rp-ui-color-primary-pressed)}._ghost_108em_38:focus:not(._disabled_108em_23,:active){border:2px solid var(--rp-ui-color-primary-focused);color:var(--rp-ui-color-primary-focused)}._ghost_108em_38 svg *{fill:var(--rp-ui-color-primary-text)}._danger_108em_59{border:1px solid var(--rp-ui-color-error);background-color:var(--rp-ui-color-error);color:var(--rp-ui-base-bg-000)}._danger_108em_59:hover:not(._disabled_108em_23){opacity:.9;background-color:var(--rp-ui-color-error-hover)}._danger_108em_59:active:not(._disabled_108em_23){border:1px solid var(--rp-ui-color-error-pressed);background-color:var(--rp-ui-color-error-pressed)}._danger_108em_59:focus:not(._disabled_108em_23,:active){border:2px solid var(--rp-ui-color-error-focused)}._danger_108em_59 svg *{fill:var(--rp-ui-base-bg-000)}._text_108em_79{min-width:auto;height:auto;border:0;padding:0;background:none;line-height:22px;color:var(--rp-ui-color-primary-text)}._text_108em_79:hover:not(._disabled_108em_23){color:var(--rp-ui-color-primary-hover)}._text_108em_79:hover:not(._disabled_108em_23) svg *{fill:var(--rp-ui-color-primary-hover)}._text_108em_79:active:not(._disabled_108em_23){color:var(--rp-ui-color-primary-pressed)}._text_108em_79:active:not(._disabled_108em_23) svg *{fill:var(--rp-ui-color-primary-pressed)}._text_108em_79:focus:not(._disabled_108em_23,:active){color:var(--rp-ui-color-primary-focused)}._text_108em_79:focus:not(._disabled_108em_23,:active) svg *{fill:var(--rp-ui-color-primary-focused)}._text_108em_79 svg *{fill:var(--rp-ui-color-primary-text)}._disabled_108em_23{opacity:var(--rp-ui-opacity-default);cursor:default}._width-min-width_108em_115{min-width:120px}._width-content_108em_119{min-width:auto}._width-wide-content_108em_123{padding:9px 47px 7px;margin:0}._width-parent_108em_128{display:flex;width:100%}._icon_108em_133{display:inline-block;width:16px;height:16px}._icon-start_108em_139{margin:auto 8px auto 0}._icon-end_108em_143{margin:auto 0 auto 8px;order:1}._radio-button_1fetm_1{display:flex;align-items:center;height:100%;outline:none;cursor:pointer;padding-bottom:4px}._radio-button_1fetm_1._disabled_1fetm_9{cursor:default}._radio-button_1fetm_1._disabled_1fetm_9 ._children-container_1fetm_12{color:var(--rp-ui-base-e-300)}._radio-button_1fetm_1._disabled_1fetm_9 ._toggler_1fetm_15{opacity:.3}._radio-button_1fetm_1._disabled_1fetm_9 ._toggler_1fetm_15:after{background-color:transparent}._radio-button_1fetm_1._disabled_1fetm_9 ._toggler_1fetm_15._checked_1fetm_21:after{background-color:var(--rp-ui-base-topaz-pressed)}._radio-button_1fetm_1:focus-visible:not(._disabled_1fetm_9) ._toggler_1fetm_15{border:2px solid var(--rp-ui-color-primary-focused)}._input_1fetm_28{display:none}._toggler_1fetm_15{display:flex;width:16px;height:16px;min-width:16px;box-sizing:border-box;margin:auto 10px auto 0;border-radius:100%;border-width:1px;border-style:solid;line-height:18;border-color:var(--rp-ui-color-field-border-2)}._toggler_1fetm_15:after{width:8px;height:8px;content:"";display:block;border-radius:100%;margin:auto;background-color:var(--rp-ui-color-radio-checked);opacity:0;transform:scale(.5);transition:transform .2s,opacity .2s}._toggler_1fetm_15:hover:not(._disabled_1fetm_9){border-color:var(--rp-ui-color-field-border-2-hover)}._toggler_1fetm_15:hover:not(._disabled_1fetm_9):after{background-color:var(--rp-ui-color-primary-hover)}._toggler_1fetm_15._checked_1fetm_21:after,._toggler_1fetm_15._disabled_1fetm_9:after{transform:scale(1);opacity:1}._children-container_1fetm_12{display:inline-block;overflow:hidden;max-width:100%;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-medium);font-size:13px;line-height:20px;word-break:break-all;text-overflow:ellipsis;color:var(--rp-ui-color-text)}._children-container_1fetm_12 a{text-decoration:none;color:var(--rp-ui-base-topaz)}._children-container_1fetm_12 a:focus,._children-container_1fetm_12 a:focus-visible{outline:none;color:var(--rp-ui-base-topaz-focused);text-decoration:underline}._spin-loader_qn4ih_1{width:16px;height:16px;margin:3px 7px 3px 3px;flex-shrink:0}._spinner_qn4ih_8{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;flex-shrink:0;position:relative;mask:radial-gradient(circle,transparent 55%,var(--rp-ui-color-primary) 0%);animation:_spin_qn4ih_1 1s infinite linear}._spinner_qn4ih_8._color-topaz_qn4ih_20{background:conic-gradient(transparent 0%,var(--rp-ui-color-primary))}@keyframes _spin_qn4ih_1{to{transform:rotate(1turn)}}._system-message_vll7q_1{min-height:85px;height:auto;width:100%;background:var(--rp-ui-base-bg-000);border-radius:8px;box-shadow:var(--rp-ui-base-shadow);display:flex;flex-direction:column;font-family:var(--rp-ui-base-font-family)}._system-message_vll7q_1 ._stripes-info_vll7q_12{height:8px;border-radius:8px 8px 0 0;background-image:repeating-linear-gradient(45deg,var(--rp-ui-base-sm-info-line-100),var(--rp-ui-base-sm-info-line-100) 24px,var(--rp-ui-base-e-200) 24px,var(--rp-ui-base-e-200) 48px)}._system-message_vll7q_1 ._stripes-warning_vll7q_17{height:8px;border-radius:8px 8px 0 0;background-image:repeating-linear-gradient(45deg,var(--rp-ui-base-sm-warning-line-100),var(--rp-ui-base-sm-warning-line-100) 24px,var(--rp-ui-base-sm-warning-line-200) 24px,var(--rp-ui-base-sm-warning-line-200) 48px)}._system-message_vll7q_1 ._stripes-error_vll7q_22{height:8px;border-radius:8px 8px 0 0;background-image:repeating-linear-gradient(45deg,var(--rp-ui-base-sm-error-line-100),var(--rp-ui-base-sm-error-line-100) 24px,var(--rp-ui-base-sm-error-line-200) 24px,var(--rp-ui-base-sm-error-line-200) 48px)}._system-message_vll7q_1 ._text-container_vll7q_27{padding:12px 16px 16px}._system-message_vll7q_1 ._text-container_vll7q_27 ._message-header-info_vll7q_30{font-size:15px;line-height:24px;font-weight:var(--rp-ui-base-fw-medium);color:var(--rp-ui-base-e-400);text-transform:capitalize;margin-bottom:8px}._system-message_vll7q_1 ._text-container_vll7q_27 ._message-header-warning_vll7q_38{font-size:15px;line-height:24px;font-weight:var(--rp-ui-base-fw-medium);color:var(--rp-ui-base-sm-warning);text-transform:capitalize;margin-bottom:8px}._system-message_vll7q_1 ._text-container_vll7q_27 ._message-header-error_vll7q_46{font-size:15px;line-height:24px;font-weight:var(--rp-ui-base-fw-medium);color:var(--rp-ui-base-sm-error);text-transform:capitalize;margin-bottom:8px}._system-message_vll7q_1 ._text-container_vll7q_27 ._children_vll7q_54{text-indent:1px;color:var(--rp-ui-color-text);font-weight:var(--rp-ui-base-fw-bold);font-size:13px;line-height:20px}._system-message_vll7q_1 ._text-container_vll7q_27 p{margin-top:4px;max-width:780px;color:var(--rp-ui-base-e-400);font-weight:var(--rp-ui-base-fw-regular);font-size:12px;line-height:18px}._content-width_vll7q_70{max-width:max-content}._checkbox_1tbt5_1{display:inline-flex;align-items:center;padding-left:24px;color:var(--rp-ui-color-text-2);font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-medium);font-size:13px;line-height:20px}._checkbox_1tbt5_1 ._disabled_1tbt5_11{opacity:var(--rp-ui-opacity-default);pointer-events:none}._input_1tbt5_16{position:absolute;opacity:0;top:0;left:0}._control_1tbt5_23{position:absolute;width:16px;height:16px;border:1px solid var(--rp-ui-color-field-border-2);border-radius:3px;margin-left:-24px;box-sizing:border-box;cursor:pointer}._input_1tbt5_16:checked+._control_1tbt5_23{border-color:var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E")}._input_1tbt5_16:hover+._control_1tbt5_23{border-color:var(--rp-ui-color-field-hover-2)}._input_1tbt5_16:active:not(:disabled)+._control_1tbt5_23{border:2px solid var(--rp-ui-color-primary-focused)}._input_1tbt5_16:checked:hover+._control_1tbt5_23{border-color:var(--rp-ui-color-primary-hover);background-color:var(--rp-ui-color-primary-hover);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E")}._input_1tbt5_16:checked:active:not(:disabled)+._control_1tbt5_23{border-color:var(--rp-ui-color-primary-focused);background-color:var(--rp-ui-color-primary-focused);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E")}._input_1tbt5_16:disabled+._control_1tbt5_23{border-color:var(--rp-ui-color-disabled)}._input_1tbt5_16:checked:disabled+._control_1tbt5_23{border-color:var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E");opacity:var(--rp-ui-opacity-default);pointer-events:none}._input_1tbt5_16:focus+._control_1tbt5_23{border:2px solid var(--rp-ui-color-primary-focused)}._input_1tbt5_16._partially-checked_1tbt5_76:not(:checked)+._control_1tbt5_23{border-color:var(--rp-ui-color-field-border);background-repeat:no-repeat;background-position:center;position:relative}._input_1tbt5_16._partially-checked_1tbt5_76:not(:checked)+._control_1tbt5_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-field-border-2);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._input_1tbt5_16._partially-checked_1tbt5_76:not(:checked):hover+._control_1tbt5_23{border-color:var(--rp-ui-color-field-border-2-hover);background-repeat:no-repeat;background-position:center;position:relative}._input_1tbt5_16._partially-checked_1tbt5_76:not(:checked):hover+._control_1tbt5_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-primary-hover);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._input_1tbt5_16._partially-checked_1tbt5_76:not(:checked):active:not(:disabled)+._control_1tbt5_23{border-color:var(--rp-ui-color-primary-focused);background-repeat:no-repeat;background-position:center;position:relative}._input_1tbt5_16._partially-checked_1tbt5_76:not(:checked):active:not(:disabled)+._control_1tbt5_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-field-border-2);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._input_1tbt5_16._partially-checked_1tbt5_76:not(:checked):disabled+._control_1tbt5_23{border-color:var(--rp-ui-color-field-borderd);background-repeat:no-repeat;background-position:center;position:relative}._input_1tbt5_16._partially-checked_1tbt5_76:not(:checked):disabled+._control_1tbt5_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-field-border);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._children_1tbt5_149{cursor:pointer}._children_1tbt5_149 a{text-decoration:none;color:var(--rp-ui-color-primary)}._children_1tbt5_149 a:focus,._children_1tbt5_149 a:focus-visible{outline:none;color:var(--rp-ui-color-primary-focused);text-decoration:underline}._toggle_1c7gt_1{position:relative;display:inline-flex;align-items:center;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);font-size:13px;line-height:20px;color:var(--rp-ui-base-almost-black);cursor:pointer;width:32px}._children-container_1c7gt_14{margin-left:40px}._children-container_1c7gt_14 a{text-decoration:none;color:var(--rp-ui-base-topaz)}._children-container_1c7gt_14 a:focus,._children-container_1c7gt_14 a:focus-visible{outline:none;color:var(--rp-ui-base-topaz-focused);text-decoration:underline}._slider_1c7gt_27{background-color:var(--rp-ui-base-e-300);cursor:pointer;position:absolute;transition:.4s;border-radius:10px;width:32px;height:20px}._slider_1c7gt_27:before{position:absolute;top:2px;left:2px;content:"";width:16px;height:16px;background-color:var(--rp-ui-base-bg-000);transition:.4s}._round_1c7gt_47:before{border-radius:50%}._input_1c7gt_51{position:absolute;opacity:0;top:0;left:0}._input_1c7gt_51:disabled+._slider_1c7gt_27{background-color:var(--rp-ui-base-e-200);cursor:default}._input_1c7gt_51:focus-visible{outline:none}._input_1c7gt_51:focus:not(:disabled):after,._input_1c7gt_51:focus-visible:not(:disabled)+._slider_1c7gt_27:after{top:50%;left:50%;content:"";position:absolute;width:100%;height:100%;border:2px solid var(--rp-ui-base-topaz-focused);border-radius:12px;transform:translate(-50%,-50%)}._input_1c7gt_51:checked+._slider_1c7gt_27{background-color:var(--rp-ui-base-topaz)}._input_1c7gt_51:checked+._slider_1c7gt_27:before{transform:translate(12px)}._input_1c7gt_51:hover:not(:disabled)+._slider_1c7gt_27{background-color:var(--rp-ui-base-e-400)}._input_1c7gt_51:checked:hover+._slider_1c7gt_27{background-color:var(--rp-ui-base-topaz-hover)}._input_1c7gt_51:checked:disabled+._slider_1c7gt_27{background-color:var(--rp-ui-base-topaz);cursor:default}._disabled_1c7gt_92{opacity:.3;cursor:default}._field-number_1wxs7_1{position:relative;display:inline-flex;flex-direction:column}._field-number_1wxs7_1._disabled_1wxs7_6{opacity:.4}._label_1wxs7_10{display:block;margin-bottom:4px;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-medium);font-size:13px;line-height:20px;text-indent:1px;color:var(--rp-ui-base-almost-black)}._sign_1wxs7_21{display:inline-flex;cursor:pointer}._input-container_1wxs7_26{display:inline-flex;align-items:center;padding:6px 8px;border:1px solid var(--rp-ui-base-e-200);box-sizing:border-box;border-radius:3px;background:var(--rp-ui-base-bg-000);-webkit-user-select:none;user-select:none}._input-container_1wxs7_26:focus-within:not(._error_1wxs7_36._touched_1wxs7_36){padding:5px 7px;border-width:2px;border-color:var(--rp-ui-base-topaz-focused)}._input-container_1wxs7_26:hover:not(._disabled_1wxs7_6):not(:focus-within):not(._error_1wxs7_36._touched_1wxs7_36){border-color:var(--rp-ui-base-e-300)}._input-container_1wxs7_26._filled_1wxs7_44:not(:focus-within){border-color:var(--rp-ui-base-e-200)}._input-container_1wxs7_26._error_1wxs7_36._touched_1wxs7_36{border-color:var(--rp-ui-base-error)}._input-field_1wxs7_51{display:flex;align-items:center;justify-content:center;height:20px;min-width:44px;margin:2px 4px 0;text-align:center;cursor:text}._input-field_1wxs7_51._disabled_1wxs7_6{cursor:default}._input_1wxs7_26{padding:0;margin:0;border:none;text-align:center;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;color:var(--rp-ui-base-almost-black)}._input_1wxs7_26:focus{outline:none}._input_1wxs7_26:focus::placeholder{color:transparent}._input_1wxs7_26::placeholder{color:var(--rp-ui-base-e-200)}._input_1wxs7_26::-webkit-inner-spin-button,._input_1wxs7_26::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}@font-face{font-family:Roboto;font-weight:400;font-display:swap;font-style:normal;src:local("Roboto Regular"),local("Roboto-Regular"),url(./fonts/Roboto/Roboto-Regular.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:500;font-display:swap;font-style:normal;src:local("Roboto Medium"),local("Roboto-Medium"),url(./fonts/Roboto/Roboto-Medium.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:700;font-display:swap;font-style:normal;src:local("Roboto-Bold"),local("Roboto-Bold"),url(./fonts/Roboto/Roboto-Bold.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:300;font-display:swap;font-style:normal;src:local("Open Sans Light"),local("OpenSans-Light"),url(./fonts/OpenSans/OpenSans-Light.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:400;font-display:swap;font-style:normal;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(./fonts/OpenSans/OpenSans-Regular.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:500;font-display:swap;font-style:normal;src:local("Open Sans Medium"),local("OpenSans-Medium"),url(./fonts/OpenSans/OpenSans-Medium.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:600;font-display:swap;font-style:normal;src:local("Open Sans Semibold"),local("OpenSans-Semibold"),url(./fonts/OpenSans/OpenSans-Semibold.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:700;font-display:swap;font-style:normal;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(./fonts/OpenSans/OpenSans-Bold.ttf) format("truetype")}:root{--rp-ui-base-bg-000: #ffffff;--rp-ui-base-bg-100: #f7f7f8;--rp-ui-base-bg-200: #eceff4;--rp-ui-base-error: #dc5959;--rp-ui-base-error-hover: #f24a4a;--rp-ui-base-error-pressed: #c54141;--rp-ui-base-error-focused: #00b0d1;--rp-ui-base-topaz: #00829b;--rp-ui-base-topaz-hover: #009dbb;--rp-ui-base-topaz-focused: #00b0d1;--rp-ui-base-topaz-pressed: #00758c;--rp-ui-base-almost-black: #3f3f3f;--rp-ui-base-icon-priority-high: #dc5959;--rp-ui-base-icon-priority-medium: #ffbc6c;--rp-ui-base-icon-priority-low: #3e7be6;--rp-ui-base-icon-priority-unspecified: #c1c7d0;--rp-ui-base-e-100: #e3e7ec;--rp-ui-base-e-200: #c1c7d0;--rp-ui-base-e-300: #a2aab5;--rp-ui-base-e-400: #8d95a1;--rp-ui-base-dark-bg: #101010;--rp-ui-base-dark-bg-solid-98: #141414;--rp-ui-base-dark-error: #ff4040;--rp-ui-base-dark-error-text: #ff6666;--rp-ui-base-dark-log-error: #ff3222;--rp-ui-base-dark-log-fatal: #c2352b;--rp-ui-base-dark-topaz-main: #1a9cb0;--rp-ui-base-dark-topaz-hover: #1cb0c7;--rp-ui-base-dark-topaz-focused: #1dbdd6;--rp-ui-base-dark-topaz-pressed: #9ee7f2;--rp-ui-base-dark-topaz-text: #3abcd0;--rp-ui-base-dark-topaz-additional: #00505d;--rp-ui-base-dark-e-50: #e8e8e8;--rp-ui-base-dark-e-100: #cfcfcf;--rp-ui-base-dark-e-150: #8f8f8f;--rp-ui-base-dark-e-200: #626262;--rp-ui-base-dark-e-300: #383838;--rp-ui-base-dark-e-400: #262626;--rp-ui-base-dark-e-450: #282828;--rp-ui-base-dark-e-500: #222222;--rp-ui-base-sm-warning: #d78706;--rp-ui-base-sm-warning-line-100: #fceecb;--rp-ui-base-sm-warning-line-200: #fbe7b6;--rp-ui-base-sm-error: #db3549;--rp-ui-base-sm-error-line-100: #fccbcb;--rp-ui-base-sm-error-line-200: #ffc0bd;--rp-ui-base-sm-info-line-100: #ced3db;--rp-ui-base-defect-type-AB: #ffc208;--rp-ui-base-tag-value-text: #394db6;--rp-ui-base-tag-value-background: #ced8fc;--rp-ui-base-tag-key-text: #6f4599;--rp-ui-base-tag-key-background: #dac3e6;--rp-ui-base-system-issue-group: #3e7be6;--rp-ui-base-product-bug-group: #d32f2f;--rp-ui-base-automation-bug-group: #ffc208;--rp-ui-base-no-defect-bug-group: #76839b;--rp-ui-base-test-execution-status-passed: #3aa76d;--rp-ui-base-shadow: 0px 1px 3px rgba(55, 67, 98, .1);--rp-ui-base-shadow-hover: 0px 1px 3px rgba(55, 67, 98, .2);--rp-ui-base-shadow-secondary: 0 8px 40px rgba(0, 0, 0, .15);--rp-ui-base-tooltip-bg: rgba(34, 34, 34, .91);--rp-ui-base-almost-black-slight-light: rgba(63, 63, 63, .95);--rp-ui-base-dark-bg-light: rgba(16, 16, 16, .15);--rp-ui-base-overlay: rgba(141, 149, 161, .35);--rp-ui-base-overlay-light-cyan: rgba(208, 240, 241, .7);--rp-ui-base-font-family: Roboto, Arial, Helvetica, sans-serif;--rp-ui-base-font-family-heading: OpenSans, Segoe UI, Tahoma, sans-serif;--rp-ui-base-fw-thin: 100;--rp-ui-base-fw-extra-light: 200;--rp-ui-base-fw-light: 300;--rp-ui-base-fw-regular: 400;--rp-ui-base-fw-medium: 500;--rp-ui-base-fw-semi-bold: 600;--rp-ui-base-fw-bold: 700;--rp-ui-color-bg: var(--rp-ui-base-bg-000);--rp-ui-color-bg-2: var(--rp-ui-base-bg-100);--rp-ui-color-bg-3: var(--rp-ui-base-bg-200);--rp-ui-color-primary: var(--rp-ui-base-topaz);--rp-ui-color-primary-hover: var(--rp-ui-base-topaz-hover);--rp-ui-color-primary-focused: var(--rp-ui-base-topaz-focused);--rp-ui-color-primary-pressed: var(--rp-ui-base-topaz-pressed);--rp-ui-color-primary-text: var(--rp-ui-base-topaz);--rp-ui-color-error: var(--rp-ui-base-error);--rp-ui-color-error-hover: var(--rp-ui-base-error-hover);--rp-ui-color-error-pressed: var(--rp-ui-base-error-pressed);--rp-ui-color-error-focused: var(--rp-ui-base-error-focused);--rp-ui-color-text: var(--rp-ui-base-almost-black);--rp-ui-color-text-2: var(--rp-ui-base-almost-black);--rp-ui-color-text-3: var(--rp-ui-base-almost-black);--rp-ui-color-field-bg: var(--rp-ui-base-bg-000);--rp-ui-color-field-bg-2: var(--rp-ui-base-bg-100);--rp-ui-color-field-bg-3: var(--rp-ui-base-bg-000);--rp-ui-color-field-bg-3-hover: var(--rp-ui-base-bg-000);--rp-ui-color-field-border: var(--rp-ui-base-e-200);--rp-ui-color-field-border-2: var(--rp-ui-base-e-300);--rp-ui-color-field-border-2-hover: var(--rp-ui-base-e-400);--rp-ui-color-field-border-3: var(--rp-ui-base-e-200);--rp-ui-color-field-border-3-hover: var(--rp-ui-base-e-300);--rp-ui-color-field-hover: var(--rp-ui-base-e-300);--rp-ui-color-field-hover-2: var(--rp-ui-base-e-400);--rp-ui-color-field-opened: var(--rp-ui-base-topaz-pressed);--rp-ui-color-field-placeholder: var(--rp-ui-base-almost-black);--rp-ui-color-field-placeholder-3: var(--rp-ui-base-e-300);--rp-ui-color-field-icon: var(--rp-ui-base-e-300);--rp-ui-color-radio-checked: var(--rp-ui-base-topaz-pressed);--rp-ui-color-disabled: var(--rp-ui-base-e-300);--rp-ui-opacity-default: 30%}.rp-ui-kit-theme-light{--rp-ui-color-bg: var(--rp-ui-base-bg-000);--rp-ui-color-bg-2: var(--rp-ui-base-bg-100);--rp-ui-color-bg-3: var(--rp-ui-base-bg-200);--rp-ui-color-primary: var(--rp-ui-base-topaz);--rp-ui-color-primary-hover: var(--rp-ui-base-topaz-hover);--rp-ui-color-primary-focused: var(--rp-ui-base-topaz-focused);--rp-ui-color-primary-pressed: var(--rp-ui-base-topaz-pressed);--rp-ui-color-primary-text: var(--rp-ui-base-topaz);--rp-ui-color-error: var(--rp-ui-base-error);--rp-ui-color-error-hover: var(--rp-ui-base-error-hover);--rp-ui-color-error-pressed: var(--rp-ui-base-error-pressed);--rp-ui-color-error-focused: var(--rp-ui-base-error-focused);--rp-ui-color-text: var(--rp-ui-base-almost-black);--rp-ui-color-text-2: var(--rp-ui-base-almost-black);--rp-ui-color-text-3: var(--rp-ui-base-almost-black);--rp-ui-color-field-bg: var(--rp-ui-base-bg-000);--rp-ui-color-field-bg-2: var(--rp-ui-base-bg-100);--rp-ui-color-field-bg-3: var(--rp-ui-base-bg-000);--rp-ui-color-field-bg-3-hover: var(--rp-ui-base-bg-000);--rp-ui-color-field-border: var(--rp-ui-base-e-200);--rp-ui-color-field-border-2: var(--rp-ui-base-e-300);--rp-ui-color-field-border-2-hover: var(--rp-ui-base-e-400);--rp-ui-color-field-border-3: var(--rp-ui-base-e-200);--rp-ui-color-field-border-3-hover: var(--rp-ui-base-e-300);--rp-ui-color-field-hover: var(--rp-ui-base-e-300);--rp-ui-color-field-hover-2: var(--rp-ui-base-e-400);--rp-ui-color-field-opened: var(--rp-ui-base-topaz-pressed);--rp-ui-color-field-placeholder: var(--rp-ui-base-almost-black);--rp-ui-color-field-placeholder-3: var(--rp-ui-base-e-300);--rp-ui-color-field-icon: var(--rp-ui-base-e-300);--rp-ui-color-radio-checked: var(--rp-ui-base-topaz-pressed);--rp-ui-color-disabled: var(--rp-ui-base-e-300);--rp-ui-opacity-default: 30%}.rp-ui-kit-theme-dark{--rp-ui-color-bg: var(--rp-ui-base-dark-bg);--rp-ui-color-bg-2: var(--rp-ui-base-dark-e-500);--rp-ui-color-bg-3: var(--rp-ui-base-dark-bg-solid-98);--rp-ui-color-primary: var(--rp-ui-base-dark-topaz-main);--rp-ui-color-primary-hover: var(--rp-ui-base-dark-topaz-hover);--rp-ui-color-primary-focused: var(--rp-ui-base-dark-topaz-focused);--rp-ui-color-primary-pressed: var(--rp-ui-base-dark-topaz-pressed);--rp-ui-color-primary-text: var(--rp-ui-base-dark-topaz-text);--rp-ui-color-error: var(--rp-ui-base-dark-error);--rp-ui-color-error-hover: var(--rp-ui-base-error-hover);--rp-ui-color-error-pressed: var(--rp-ui-base-error-pressed);--rp-ui-color-error-focused: var(--rp-ui-base-error-focused);--rp-ui-color-text: var(--rp-ui-base-dark-e-50);--rp-ui-color-text-2: var(--rp-ui-base-dark-e-100);--rp-ui-color-text-3: var(--rp-ui-base-bg-000);--rp-ui-color-field-bg: var(--rp-ui-base-dark-e-400);--rp-ui-color-field-bg-2: var(--rp-ui-base-dark-e-400);--rp-ui-color-field-bg-3: var(--rp-ui-base-dark-e-450);--rp-ui-color-field-bg-3-hover: var(--rp-ui-base-dark-e-500);--rp-ui-color-field-border: var(--rp-ui-base-dark-e-400);--rp-ui-color-field-border-2: var(--rp-ui-base-dark-e-100);--rp-ui-color-field-border-2-hover: var(--rp-ui-base-dark-e-50);--rp-ui-color-field-border-3: var(--rp-ui-base-dark-e-450);--rp-ui-color-field-border-3-hover: var(--rp-ui-base-dark-e-500);--rp-ui-color-field-hover: var(--rp-ui-base-e-200);--rp-ui-color-field-hover-2: var(--rp-ui-base-e-300);--rp-ui-color-field-opened: var(--rp-ui-base-e-200);--rp-ui-color-field-placeholder: var(--rp-ui-base-dark-e-200);--rp-ui-color-field-placeholder-3: var(--rp-ui-base-dark-e-200);--rp-ui-color-field-icon: var(--rp-ui-base-dark-e-50);--rp-ui-color-radio-checked: var(--rp-ui-base-dark-topaz-main);--rp-ui-color-disabled: var(--rp-ui-base-dark-e-100);--rp-ui-opacity-default: 50%}._theme-provider_xipmx_1{height:100%;width:100%}._table_qun9e_1{width:100%;max-width:1200px}._table_qun9e_1 *{box-sizing:border-box}._table-header_qun9e_9{display:flex;width:100%;height:32px;align-items:center}._table-row_qun9e_16{display:flex;width:100%;height:64px}._table-row_qun9e_16 ._table-row-content_qun9e_21{display:flex;align-items:center;height:100%;flex:1;box-shadow:var(--rp-ui-base-shadow-hover);background-color:var(--rp-ui-base-bg-000);border-radius:4px;max-width:100%}._table-row_qun9e_16._size-small_qun9e_31{height:44px}._table-row_qun9e_16._size-large_qun9e_34{height:80px}._table-body_qun9e_38{display:flex;flex-direction:column;gap:4px;width:100%}._table-header-cell_qun9e_45,._table-cell_qun9e_45{font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);padding:0 16px}._table-header-cell_qun9e_45._action-menu-cell_qun9e_50,._table-cell_qun9e_45._action-menu-cell_qun9e_50{width:48px;padding:0 16px;flex-shrink:0}._table-header-cell_qun9e_45:not(._action-menu-cell_qun9e_50),._table-cell_qun9e_45:not(._action-menu-cell_qun9e_50){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._table-header-cell_qun9e_45._checkbox-cell_qun9e_60,._table-cell_qun9e_45._checkbox-cell_qun9e_60{width:48px;display:flex;justify-content:center;height:100%;cursor:pointer;flex-shrink:0}._table-header-cell_qun9e_45._checkbox-cell_qun9e_60+._table-row-content_qun9e_21,._table-cell_qun9e_45._checkbox-cell_qun9e_60+._table-row-content_qun9e_21{max-width:calc(100% - 48px)}._table-header-cell_qun9e_45._primary-cell_qun9e_71,._table-cell_qun9e_45._primary-cell_qun9e_71{flex:1 1 320px;font-weight:var(--rp-ui-base-fw-medium);text-align:left}._table-header-cell_qun9e_45{font-size:11px;line-height:16px;color:var(--rp-ui-base-e-400);display:flex;align-items:center;text-align:left;background:none;border:none}._table-header-cell_qun9e_45 ._label_qun9e_87{display:flex;align-items:center}._table-header-cell_qun9e_45._sortable-cell_qun9e_91>._label_qun9e_87{cursor:pointer}._table-header-cell_qun9e_45._align-right_qun9e_94{justify-content:flex-end}._table-header-cell_qun9e_45._align-right_qun9e_94 svg{margin-right:-16px}._table-header-cell_qun9e_45._align-center_qun9e_100{justify-content:center}._table-cell_qun9e_45{font-size:13px;line-height:20px}._header_1q16i_1{display:flex;align-items:center;justify-content:space-between;background-color:var(--rp-ui-base-bg-000);padding-bottom:18px}._header_1q16i_1 ._dropdowns-wrapper_1q16i_8{display:flex;align-items:center;column-gap:8px}._header_1q16i_1 ._button-prev_1q16i_13,._header_1q16i_1 ._button-next_1q16i_14{all:unset;align-self:center;width:16px;height:16px}._header_1q16i_1 ._button-prev_1q16i_13 svg,._header_1q16i_1 ._button-next_1q16i_14 svg{width:16px;height:16px}._header_1q16i_1 ._button-prev_1q16i_13:hover:not(._disabled_1q16i_25),._header_1q16i_1 ._button-next_1q16i_14:hover:not(._disabled_1q16i_25){cursor:pointer}._header_1q16i_1 ._button-prev_1q16i_13:hover:not(._disabled_1q16i_25) svg>path,._header_1q16i_1 ._button-next_1q16i_14:hover:not(._disabled_1q16i_25) svg>path{fill:var(--rp-ui-base-e-400)}._header_1q16i_1 ._button-prev_1q16i_13._disabled_1q16i_25,._header_1q16i_1 ._button-next_1q16i_14._disabled_1q16i_25{opacity:.3;pointer-events:none}._header_1q16i_1 ._button-next_1q16i_14{transform:rotate(180deg)}._header_1q16i_1 ._dropdown_1q16i_8{width:auto}._header_1q16i_1 ._dropdown_1q16i_8._month-dropdown_1q16i_44{width:117px}._header_1q16i_1 ._dropdown_1q16i_8 ._toggle-button_1q16i_47>span{color:var(--rp-ui-base-topaz);font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-bold)}._header_1q16i_1 ._dropdown_1q16i_8 ._toggle-button_1q16i_47:hover>span{color:var(-rp-ui-base-topaz-hover)}.react-datepicker__aria-live{display:none}._calendar_1pok6_5{box-sizing:border-box;background-color:var(--rp-ui-base-bg-000);width:344px;padding:30px 32px 32px;border-radius:8px;box-shadow:0 8px 40px var(--rp-ui-base-dark-bg-light);border:none;margin-top:4px}._calendar_1pok6_5 .react-datepicker__month-container{width:100%;height:100%;float:none;display:flex;flex-direction:column;justify-content:center;align-items:center}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__header.react-datepicker__header--custom{width:100%;background-color:var(--rp-ui-base-bg-000);border-bottom:none;padding:0}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__header.react-datepicker__header--custom .react-datepicker__day-names{display:flex;height:40px;justify-content:space-between;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-bold);font-size:13px;line-height:20px;color:var(--rp-ui-base-dark-e-500);vertical-align:middle}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__header.react-datepicker__header--custom .react-datepicker__day-names .react-datepicker__day-name{width:40px;text-align:center}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__month{display:flex;flex-direction:column;width:100%;height:100%;row-gap:8px}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__week{height:32px;display:flex;align-items:center;justify-content:space-between;font-family:var(--rp-ui-base-font-family);color:var(--rp-ui-base-dark-e-500);font-size:13px;line-height:20px}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day--range-end:first-child:before{display:none}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day{cursor:pointer}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--selecting-range-end,.react-datepicker__day--selecting-range-start,.react-datepicker__day--range-start,.react-datepicker__day--range-end){background-color:var(--rp-ui-base-bg-200);height:32px;line-height:32px;position:relative}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day.react-datepicker__day--selected{position:relative;border-radius:50%;background-color:var(--rp-ui-base-topaz);font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-bold);color:var(--rp-ui-base-bg-000)}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day--disabled{cursor:default}._calendar_1pok6_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day--disabled:hover{border:none!important;line-height:40px!important}._calendar_1pok6_5 ._current-date_1pok6_89,._calendar_1pok6_5 ._date_1pok6_90{width:40px;margin:0;box-sizing:border-box;height:40px;line-height:40px}._calendar_1pok6_5 ._current-date_1pok6_89:focus-visible,._calendar_1pok6_5 ._date_1pok6_90:focus-visible{outline:none}._calendar_1pok6_5 ._date_1pok6_90{background-color:transparent;border-radius:unset;color:inherit;text-align:center}._calendar_1pok6_5 ._current-date_1pok6_89,._calendar_1pok6_5 ._current-date_1pok6_89:hover{position:relative;z-index:3;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-bold);border-radius:50%;border:1px solid var(--rp-ui-base-topaz);background-color:var(--rp-ui-base-topaz);line-height:38px;color:var(--rp-ui-base-bg-000)}._calendar_1pok6_5 ._date_1pok6_90:hover:not(._current-date_1pok6_89):not(._selected-range_1pok6_119):not(._end-date_1pok6_119){border-radius:50%;border:1px solid var(--rp-ui-base-topaz);background-color:transparent;line-height:38px;color:inherit}._calendar_1pok6_5 ._end-date_1pok6_119{position:relative;border-radius:50%;background-color:var(--rp-ui-base-topaz);font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-bold);color:var(--rp-ui-base-bg-000)}._calendar_1pok6_5 ._end-date_1pok6_119:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:10px solid var(--rp-ui-base-topaz);border-radius:50%;display:block;z-index:2;box-sizing:border-box}._calendar_1pok6_5 ._end-date_1pok6_119:before{position:absolute;content:"";height:32px;background-color:var(--rp-ui-base-bg-200);width:16px;left:-9px;z-index:1;top:4px}._calendar_1pok6_5 ._selected-range_1pok6_119{background-color:var(--rp-ui-base-bg-200);border-radius:8px;height:32px;line-height:32px;position:relative}._calendar_1pok6_5 ._selected-range_1pok6_119:hover{height:40px;line-height:40px;border-radius:50%;background:var(--rp-ui-base-bg-200)}._calendar_1pok6_5 ._selected-range_1pok6_119:hover:after{display:block}._calendar_1pok6_5 ._selected-range_1pok6_119:hover:not(:first-child):before{top:4px}._calendar_1pok6_5 ._selected-range_1pok6_119:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:1px solid var(--rp-ui-base-topaz);border-radius:50%;display:none;z-index:2;box-sizing:border-box}._calendar_1pok6_5 ._selected-range_1pok6_119:not(:first-child):before{position:absolute;content:"";height:32px;background-color:var(--rp-ui-base-bg-200);width:16px;top:0;left:-9px;z-index:1}._calendar_1pok6_5 ._disabled_1pok6_202{color:var(--rp-ui-base-e-400);background-color:transparent}._calendar_1pok6_5 ._disabled_1pok6_202:focus-visible{outline:none}._popper_1pok6_210{z-index:10}._input_1pok6_214{width:100%;min-width:138px}._dropdown-option_1a01l_1{display:flex;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);font-size:13px;line-height:20px;box-sizing:border-box;cursor:pointer;color:var(--rp-ui-color-text-3);padding:9px 12px 7px}._dropdown-option_1a01l_1._disabled_1a01l_12{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown-option_1a01l_1._hidden_1a01l_16{display:none}._dropdown-option_1a01l_1:hover:not(:active){background:var(--rp-ui-color-bg-3)}._dropdown-option_1a01l_1._hover_1a01l_22:not(._disabled_1a01l_12){padding:8px 11px 6px;background-color:var(--rp-ui-color-bg-3);border:1px solid var(--rp-ui-color-primary-focused)}._dropdown-option_1a01l_1._hover_1a01l_22:not(._disabled_1a01l_12):hover{border:none;padding:9px 12px 7px}._dropdown-option_1a01l_1._hover_1a01l_22:not(._disabled_1a01l_12):hover:hover:not(:active){background:var(--rp-ui-color-bg-3)}._single-option_1a01l_35{height:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._sub-option_1a01l_42{padding-left:24px}._container_1ou1a_1{position:relative;display:inline-block;width:100%}._icon_1ou1a_7{width:16px;height:16px;margin-right:8px}._arrow_1ou1a_13{display:inline-flex;margin-left:12px;transition:transform .2s linear}._dropdown_1ou1a_19{display:flex;align-items:center;text-align:start;padding:9px 12px 7px;width:100%;height:36px;border:1px solid var(--rp-ui-color-field-border);border-radius:3px;background-color:var(--rp-ui-color-field-bg);box-sizing:border-box;transition:border-color .2s linear;cursor:pointer}._dropdown_1ou1a_19._transparent-background_1ou1a_33{background-color:transparent}._dropdown_1ou1a_19._disabled_1ou1a_36{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown_1ou1a_19._disabled_1ou1a_36 ._arrow_1ou1a_13 svg path{opacity:.4}._dropdown_1ou1a_19._disabled_1ou1a_36 ._value_1ou1a_43{color:var(--rp-ui-color-disabled)}._dropdown_1ou1a_19._error_1ou1a_46._touched_1ou1a_46{border-width:1px;border-color:var(--rp-ui-color-error)}._dropdown_1ou1a_19:hover:not(:active):not(:focus-visible):not(._opened_1ou1a_50):not(._error_1ou1a_46){border-color:var(--rp-ui-color-field-hover)}._dropdown_1ou1a_19:active,._dropdown_1ou1a_19:focus-visible{padding:7px 11px;border-width:2px;border-color:var(--rp-ui-color-primary-focused);outline:none}._dropdown_1ou1a_19:active ._arrow_1ou1a_13 svg path,._dropdown_1ou1a_19:focus-visible ._arrow_1ou1a_13 svg path{fill:var(--rp-ui-color-field-hover-2)}._dropdown_1ou1a_19._opened_1ou1a_50:not(:active):not(._error_1ou1a_46){border-width:1px;border-color:var(--rp-ui-color-primary-pressed)}._dropdown_1ou1a_19._opened_1ou1a_50:not(:active):not(._error_1ou1a_46) ._arrow_1ou1a_13 svg path{fill:var(--rp-ui-color-field-opened)}._dropdown_1ou1a_19._opened_1ou1a_50 ._arrow_1ou1a_13{transform:rotate(180deg)}._dropdown_1ou1a_19 ._value_1ou1a_43{flex-grow:1;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);font-size:13px;line-height:20px;color:var(--rp-ui-color-text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._dropdown_1ou1a_19 ._value_1ou1a_43._placeholder_1ou1a_83{color:var(--rp-ui-color-field-placeholder-3)}@media (max-width: 767px){._dropdown_1ou1a_19 ._mobile-disabled_1ou1a_87{background-color:var(--rp-ui-color-field-bg-2)}}._select-list_1ou1a_92{position:absolute;top:100%;padding:8px 0;width:max-content;max-width:100%;min-width:100%;min-height:10px;border-radius:3px;box-sizing:border-box;z-index:10;box-shadow:var(--rp-ui-base-shadow-secondary);background:var(--rp-ui-color-field-bg)}._select-list_1ou1a_92._opened_1ou1a_50:focus-visible{outline:none}._select-list_1ou1a_92._limited-width_1ou1a_109{max-width:384px}._options-container_1ou1a_113{display:flex;flex-direction:column}._ghost_1ou1a_118{border-color:transparent;background:transparent}._ghost_1ou1a_118._disabled_1ou1a_36{background:transparent}._ghost_1ou1a_118:hover:not(:active):not(:focus-visible):not(._opened_1ou1a_50):not(._error_1ou1a_46){border-color:transparent}._ghost_1ou1a_118._opened_1ou1a_50:not(:active):not(._error_1ou1a_46){border-color:transparent}._ghost_1ou1a_118._opened_1ou1a_50 ._value_1ou1a_43{color:var(--rp-ui-color-primary-pressed)}._divider_1ou1a_135{height:1px;margin:8px 12px;background-color:var(--rp-ui-base-e-100)}._item-counter_4g6do_1{display:inline-block;width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._size-selector_9ub70_1{display:flex;flex-direction:column}._size-option_9ub70_6{width:88px;padding:8px 0;outline:none;border:none;background:none;cursor:pointer;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);font-size:13px;line-height:20px;text-align:left;color:var(--rp-ui-base-almost-black)}._size-option_9ub70_6:first-child{padding-top:0}._size-option_9ub70_6:last-child{padding-bottom:0}._size-option_9ub70_6:hover{color:var(--rp-ui-base-topaz-hover)}._size-option_9ub70_6:active{color:var(--rp-ui-base-topaz-pressed)}._size-option_9ub70_6._selected_9ub70_32{color:var(--rp-ui-base-topaz)}._page-size-control_sgwmi_1{display:flex;justify-content:flex-end;width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._size-selector-button_sgwmi_10{margin-right:4px;font-weight:var(--rp-ui-base-fw-bold)}._page-selector_rtho4_1{display:flex;gap:8px}._field-wrapper_rtho4_6,._apply-button_rtho4_10{width:90px}._active-page_1gl9o_1{display:inline-block;width:124px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}._page-selector_1gl9o_10{text-align:left}._page-selector-button_1gl9o_14{margin-left:4px;font-weight:var(--rp-ui-base-fw-bold)}._bar_y74hy_1{width:260px;height:8px;margin:4px 0;border-radius:3px;background-color:var(--rp-ui-base-e-100)}._section-with-tooltip_y74hy_9{display:inline-block;height:16px}._section-with-tooltip_y74hy_9:hover ._section_y74hy_9{background-color:var(--rp-ui-base-topaz-hover)}._section-with-tooltip_y74hy_9:active ._section_y74hy_9{background-color:var(--rp-ui-base-topaz-pressed)}._section-with-tooltip_y74hy_9:first-child ._section_y74hy_9{border-radius:3px 0 0 3px}._section-with-tooltip_y74hy_9:last-child ._section_y74hy_9{border-radius:0 3px 3px 0}._section_y74hy_9{position:relative;top:4px;height:8px;background-color:transparent;margin:4px 0}._section_y74hy_9._selected_y74hy_33{background-color:var(--rp-ui-base-topaz)}._tooltip-wrapper_y74hy_37{width:inherit;height:16px}._tooltip_y74hy_37{font-family:var(--rp-ui-base-font-family);font-size:11px;line-height:16px;text-align:center}._tooltip_y74hy_37 ._tooltip-text_y74hy_48{font-weight:var(--rp-ui-base-fw-regular);padding-bottom:8px}._tooltip_y74hy_37 ._page-number_y74hy_52{font-weight:var(--rp-ui-base-fw-bold)}._section-with-tooltip_y74hy_9,._tooltip-wrapper_y74hy_37{position:relative;top:-4px}._page-navigator_1p2t5_1{display:flex;gap:16px}._page-buttons_1p2t5_6{display:inline-flex;gap:16px}._page-button_1p2t5_6{display:inline-flex;justify-content:center;align-items:center;width:16px;height:16px}._page-button_1p2t5_6._next_1p2t5_18{transform:rotateY(180deg)}._page-controls_thyf8_1{display:flex;flex-direction:row;align-items:center;gap:24px}._total-pages_thyf8_8{display:inline-block;width:124px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}._pagination_w2r3n_1{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:24px 0;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);font-size:13px;line-height:20px;color:var(--rp-ui-base-almost-black)}._field-label_10m6x_1{font-size:13px;line-height:20px;display:block;position:relative;margin-bottom:4px;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-medium);color:var(--rp-ui-color-text)}._field-label_10m6x_1 ._asterisk_10m6x_11{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);padding-left:4px}._field-label_10m6x_1._disabled_10m6x_17{pointer-events:none}._modal-content_zh8d2_1{width:100%;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);font-size:13px;line-height:20px;color:var(--rp-ui-color-text);white-space:pre-line;word-break:break-word;padding:0 0 16px}._modal-content_zh8d2_1._scrollable_zh8d2_12{width:calc(100% - 34px)}._buttons-block_1dgm4_1{white-space:nowrap}._button-container_1dgm4_5{display:inline-block;min-width:70px;margin-right:10px}._button-container_1dgm4_5:last-child{margin-right:0}._modal-footer_1dgm4_14{position:relative;display:flex;justify-content:flex-end;width:100%;margin-top:16px}._modal-footer_1dgm4_14._with-extra-node_1dgm4_21{justify-content:space-between}._size-small_1dgm4_25{flex-direction:column;align-items:stretch}._size-small_1dgm4_25 ._buttons-block_1dgm4_1{display:flex;flex-direction:column;align-items:stretch}._size-small_1dgm4_25 ._button-container_1dgm4_5{margin:0 0 10px}._size-small_1dgm4_25 ._button-container_1dgm4_5:last-child{margin-bottom:0}._modal-header_w4aaf_1{position:relative;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);font-size:20px;line-height:31px;color:var(--rp-ui-color-text);padding-bottom:24px}._modal-header_w4aaf_1._width-description_w4aaf_10{padding-bottom:8px}._modal-header-content_w4aaf_14{width:100%;padding-right:30px;box-sizing:border-box}._modal-title_w4aaf_20{font-family:var(--rp-ui-base-font-family-heading);flex-grow:1;vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._close-modal-icon_w4aaf_29{position:absolute;top:6px;right:0;line-height:normal;cursor:pointer}._modal_yxql5_1{position:absolute;top:0;left:0;display:block;width:100%;height:100%;text-align:center;overflow:hidden}._overlay-default_yxql5_12{background-color:var(--rp-ui-base-overlay)}._overlay-light-cyan_yxql5_16{background-color:var(--rp-ui-base-overlay-light-cyan)}._scrolling-content_yxql5_20{position:fixed;width:100%;height:100%}._modal-window_yxql5_26{position:absolute;left:50%;transform:translate(-50%);display:inline-block;margin-bottom:10px;padding:32px 40px;box-sizing:border-box;background-color:var(--rp-ui-base-bg-100);text-align:left;border-radius:16px;box-shadow:var(--rp-ui-base-shadow-secondary);opacity:1;outline:none;max-height:90%}._description_yxql5_43{display:inline-block;width:100%;padding-bottom:24px;font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-regular);font-size:13px;line-height:20px;color:var(--rp-ui-base-almost-black)}._description_yxql5_43._scrollable_yxql5_53{width:calc(100% - 34px)}._size-default_yxql5_57{width:480px}@media (max-width: 480px){._size-default_yxql5_57{right:10px;left:10px;transform:none;width:auto}}._size-small_yxql5_69{width:320px}@media (max-width: 320px){._size-small_yxql5_69{right:10px;left:10px;transform:none;width:auto}}._size-large_yxql5_81{width:720px}@media (max-width: 720px){._size-large_yxql5_81{right:10px;left:10px;transform:none;width:auto}}._popover-wrapper_n3nff_1{display:inline-block;width:fit-content;height:fit-content;cursor:pointer}._popover_n3nff_1{display:block;position:absolute;z-index:10;font-family:var(--rp-ui-base-font-family);font-size:11px;line-height:16px;background-color:var(--rp-ui-color-bg);border-radius:8px;box-shadow:var(--rp-ui-base-shadow-secondary);padding:16px;min-height:52px;min-width:120px;max-width:fit-content;box-sizing:border-box;outline:0;width:max-content;color:var(--rp-ui-color-text)}._title_n3nff_28{font-family:var(--rp-ui-base-font-family-heading);font-weight:var(--rp-ui-base-fw-bold);font-size:13px;line-height:20px;margin-bottom:8px}._system-alert_1py1m_1{display:flex;box-sizing:border-box;width:600px;padding:16px;gap:16px;border-radius:16px;justify-content:space-between;box-shadow:var(--rp-ui-base-shadow-secondary)}._system-alert_1py1m_1._error_1py1m_11{background-color:var(--rp-ui-base-sm-error)}._system-alert_1py1m_1._success_1py1m_14{background-color:var(--rp-ui-base-test-execution-status-passed)}._system-alert_1py1m_1._info_1py1m_17{background-color:var(--rp-ui-base-no-defect-bug-group)}._system-alert_1py1m_1 ._icon-wrapper_1py1m_20{width:20px;height:24px;display:grid;place-content:center}._system-alert_1py1m_1 ._content-wrapper_1py1m_26{display:flex;gap:16px;flex-direction:column;flex:1}._system-alert_1py1m_1 ._content-wrapper_1py1m_26 ._title_1py1m_32{text-align:start;font-family:var(--rp-ui-base-font-family);font-size:15px;line-height:24px;font-weight:var(--rp-ui-base-fw-semi-bold);color:var(--rp-ui-base-bg-000);display:-webkit-box;max-width:100%;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._system-alert_1py1m_1 ._close-button_1py1m_45{background:none;border:none;width:24px;height:24px;cursor:pointer}._system-alert_1py1m_1 ._close-button_1py1m_45 svg path{fill:var(--rp-ui-base-bg-000)}._tooltip-wrapper_lwpn2_16{display:block;width:100%;height:fit-content;cursor:pointer}._tooltip-content_lwpn2_23{font-size:11px;line-height:16px;padding:16px;border-radius:8px;background-color:var(--rp-ui-base-tooltip-bg);font-family:var(--rp-ui-base-font-family);font-weight:var(--rp-ui-base-fw-medium);color:var(--rp-ui-base-bg-000);word-wrap:break-word;white-space:pre-wrap;box-sizing:border-box;width:100%}
|
package/package.json
CHANGED
|
@@ -1,278 +0,0 @@
|
|
|
1
|
-
import { jsxs as f, jsx as d, Fragment as U } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as _e, useState as q, useRef as he } from "react";
|
|
3
|
-
import { c as J } from "./bind-06a7ff84.js";
|
|
4
|
-
import { useFloating as fe, offset as ge, flip as pe } from "@floating-ui/react-dom";
|
|
5
|
-
import { useSelect as P } from "downshift";
|
|
6
|
-
import { Scrollbars as me } from "rc-scrollbars";
|
|
7
|
-
import { u as ue } from "./useOnClickOutside-c332f7d3.js";
|
|
8
|
-
import { K as p } from "./keyCodes-f63c0e11.js";
|
|
9
|
-
import { B as ye } from "./baseIconButton-251479f7.js";
|
|
10
|
-
import { S as be } from "./dropdown-0260bb66.js";
|
|
11
|
-
import { FieldLabel as xe } from "./fieldLabel.js";
|
|
12
|
-
import { C as Ce } from "./checkbox-aa91985d.js";
|
|
13
|
-
const Oe = "_disabled_1a01l_12", ke = "_hidden_1a01l_16", Ne = "_hover_1a01l_22", De = {
|
|
14
|
-
"dropdown-option": "_dropdown-option_1a01l_1",
|
|
15
|
-
disabled: Oe,
|
|
16
|
-
hidden: ke,
|
|
17
|
-
hover: Ne,
|
|
18
|
-
"single-option": "_single-option_1a01l_35",
|
|
19
|
-
"sub-option": "_sub-option_1a01l_42"
|
|
20
|
-
}, z = J.bind(De), G = _e(
|
|
21
|
-
(n, t) => {
|
|
22
|
-
const {
|
|
23
|
-
option: { value: r, disabled: i, hidden: E, label: m, title: c, groupRef: s },
|
|
24
|
-
selected: w,
|
|
25
|
-
onChange: u,
|
|
26
|
-
render: b,
|
|
27
|
-
highlightHovered: x,
|
|
28
|
-
onMouseEnter: v,
|
|
29
|
-
multiSelect: y,
|
|
30
|
-
isPartiallyChecked: C = !1
|
|
31
|
-
} = n, K = (O) => {
|
|
32
|
-
(O.target instanceof HTMLDivElement || O.target instanceof HTMLInputElement) && (u == null || u(r));
|
|
33
|
-
};
|
|
34
|
-
return /* @__PURE__ */ f(
|
|
35
|
-
"div",
|
|
36
|
-
{
|
|
37
|
-
className: z("dropdown-option", {
|
|
38
|
-
disabled: i,
|
|
39
|
-
hidden: E,
|
|
40
|
-
hover: x
|
|
41
|
-
}),
|
|
42
|
-
title: c,
|
|
43
|
-
onClick: K,
|
|
44
|
-
ref: t,
|
|
45
|
-
onMouseEnter: v,
|
|
46
|
-
children: [
|
|
47
|
-
y && /* @__PURE__ */ d(Ce, { value: !!w, partiallyChecked: C }),
|
|
48
|
-
/* @__PURE__ */ d("div", { className: z("single-option", { "sub-option": !!s }), children: b ? b(n) : m })
|
|
49
|
-
]
|
|
50
|
-
}
|
|
51
|
-
);
|
|
52
|
-
}
|
|
53
|
-
), Ee = [
|
|
54
|
-
p.ENTER_KEY_CODE,
|
|
55
|
-
p.SPACE_KEY_CODE,
|
|
56
|
-
p.ARROW_DOWN_KEY_CODE
|
|
57
|
-
], we = [p.ESCAPE_KEY_CODE, p.TAB_KEY_CODE];
|
|
58
|
-
var g = /* @__PURE__ */ ((n) => (n.ON_KEY_DOWN = "onKeyDown", n.ON_CLICK = "onClick", n))(g || {});
|
|
59
|
-
const ve = (n, t) => {
|
|
60
|
-
const r = Array.isArray(t) ? t : [t];
|
|
61
|
-
return n.findIndex(({ value: i }) => r.includes(i));
|
|
62
|
-
}, Ke = (n, t) => (n % t + t) % t, Y = (n, t = 0, r = 1) => {
|
|
63
|
-
if (!n[t].disabled)
|
|
64
|
-
return t;
|
|
65
|
-
const i = n.length;
|
|
66
|
-
return Y(
|
|
67
|
-
n,
|
|
68
|
-
Ke(t + r, i),
|
|
69
|
-
r
|
|
70
|
-
);
|
|
71
|
-
}, Ae = (n, t) => Y(n, t), Ie = (n, t) => Y(n, t, -1), Pe = "_container_1xhk2_1", Ye = "_icon_1xhk2_7", Re = "_arrow_1xhk2_13", Te = "_dropdown_1xhk2_19", He = "_disabled_1xhk2_36", Me = "_value_1xhk2_43", We = "_error_1xhk2_46", Le = "_touched_1xhk2_46", Se = "_opened_1xhk2_50", je = "_placeholder_1xhk2_83", Ve = "_ghost_1xhk2_118", $e = "_divider_1xhk2_132", Ue = {
|
|
72
|
-
container: Pe,
|
|
73
|
-
icon: Ye,
|
|
74
|
-
arrow: Re,
|
|
75
|
-
dropdown: Te,
|
|
76
|
-
"transparent-background": "_transparent-background_1xhk2_33",
|
|
77
|
-
disabled: He,
|
|
78
|
-
value: Me,
|
|
79
|
-
error: We,
|
|
80
|
-
touched: Le,
|
|
81
|
-
opened: Se,
|
|
82
|
-
placeholder: je,
|
|
83
|
-
"mobile-disabled": "_mobile-disabled_1xhk2_87",
|
|
84
|
-
"select-list": "_select-list_1xhk2_92",
|
|
85
|
-
"limited-width": "_limited-width_1xhk2_109",
|
|
86
|
-
"options-container": "_options-container_1xhk2_113",
|
|
87
|
-
ghost: Ve,
|
|
88
|
-
divider: $e
|
|
89
|
-
}, o = J.bind(Ue), st = ({
|
|
90
|
-
multiSelect: n = !1,
|
|
91
|
-
value: t = n ? [] : "",
|
|
92
|
-
options: r = [],
|
|
93
|
-
disabled: i = !1,
|
|
94
|
-
error: E,
|
|
95
|
-
onChange: m,
|
|
96
|
-
onFocus: c,
|
|
97
|
-
onBlur: s,
|
|
98
|
-
mobileDisabled: w,
|
|
99
|
-
title: u,
|
|
100
|
-
touched: b = !1,
|
|
101
|
-
icon: x,
|
|
102
|
-
variant: v,
|
|
103
|
-
placeholder: y = "",
|
|
104
|
-
label: C = "",
|
|
105
|
-
renderOption: K,
|
|
106
|
-
transparentBackground: O = !1,
|
|
107
|
-
className: Q,
|
|
108
|
-
toggleButtonClassName: X,
|
|
109
|
-
isListWidthLimited: Z = !1,
|
|
110
|
-
optionAll: R = { value: "all", label: "All" },
|
|
111
|
-
isOptionAllVisible: T = !1,
|
|
112
|
-
onSelectAll: F = () => {
|
|
113
|
-
},
|
|
114
|
-
formatDisplayedValue: H,
|
|
115
|
-
notScrollable: B = !1,
|
|
116
|
-
footer: M
|
|
117
|
-
}) => {
|
|
118
|
-
const [_, h] = q(!1), W = he(null), [ee, k] = q(null), A = n && Array.isArray(t) ? r.filter((e) => t.includes(e.value)) : null, { refs: L, floatingStyles: te } = fe({
|
|
119
|
-
placement: "bottom-start",
|
|
120
|
-
middleware: [
|
|
121
|
-
ge(5),
|
|
122
|
-
pe({
|
|
123
|
-
fallbackPlacements: ["bottom-start", "top-start", "bottom", "top"]
|
|
124
|
-
})
|
|
125
|
-
]
|
|
126
|
-
}), ne = () => {
|
|
127
|
-
if (T && Array.isArray(t)) {
|
|
128
|
-
const e = r.map((a) => a.value);
|
|
129
|
-
m(t.length === r.length ? [] : e), F();
|
|
130
|
-
}
|
|
131
|
-
};
|
|
132
|
-
ue(W, () => {
|
|
133
|
-
_ && (h(!1), s == null || s());
|
|
134
|
-
});
|
|
135
|
-
const S = (e) => {
|
|
136
|
-
if (!e.disabled) {
|
|
137
|
-
if (n) {
|
|
138
|
-
const a = Array.isArray(t) ? [...t] : [], l = a.indexOf(e.value);
|
|
139
|
-
l === -1 ? a.push(e.value) : a.splice(l, 1), m(a);
|
|
140
|
-
} else
|
|
141
|
-
m(e.value);
|
|
142
|
-
h((a) => n || !a);
|
|
143
|
-
}
|
|
144
|
-
}, re = () => r.find(({ value: e }) => e === t), j = ve(r, t), {
|
|
145
|
-
getToggleButtonProps: ae,
|
|
146
|
-
getLabelProps: se,
|
|
147
|
-
getMenuProps: de,
|
|
148
|
-
getItemProps: le,
|
|
149
|
-
setHighlightedIndex: N,
|
|
150
|
-
highlightedIndex: V,
|
|
151
|
-
selectedItem: D
|
|
152
|
-
} = P({
|
|
153
|
-
items: r,
|
|
154
|
-
itemToString: (e) => (e != null && e.label ? String(e.label) : y) || "",
|
|
155
|
-
selectedItem: re(),
|
|
156
|
-
isOpen: _,
|
|
157
|
-
circularNavigation: !0,
|
|
158
|
-
defaultHighlightedIndex: j,
|
|
159
|
-
onHighlightedIndexChange: (e) => {
|
|
160
|
-
switch (e.type) {
|
|
161
|
-
case P.stateChangeTypes.MenuKeyDownArrowUp:
|
|
162
|
-
return k(g.ON_KEY_DOWN), N(Ie(r, e.highlightedIndex)), e;
|
|
163
|
-
case P.stateChangeTypes.MenuKeyDownArrowDown:
|
|
164
|
-
return k(g.ON_KEY_DOWN), N(Ae(r, e.highlightedIndex)), e;
|
|
165
|
-
default:
|
|
166
|
-
return e;
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
}), ie = () => {
|
|
170
|
-
i || (h((e) => !e), _ ? s == null || s() : c == null || c(), k(g.ON_CLICK));
|
|
171
|
-
}, I = (() => {
|
|
172
|
-
if (n && Array.isArray(t) && r.length === t.length)
|
|
173
|
-
return R.label;
|
|
174
|
-
const e = r.reduce((a, l) => ((Array.isArray(t) && t.includes(l.value) || l.value === t) && a.push(l.label), a), []);
|
|
175
|
-
if (e.length > 0)
|
|
176
|
-
return e.join(", ");
|
|
177
|
-
if (!t && t !== !1 && t !== 0 || Array.isArray(t) && !t.length)
|
|
178
|
-
return y;
|
|
179
|
-
})(), oe = (e) => {
|
|
180
|
-
const { keyCode: a } = e;
|
|
181
|
-
Ee.includes(a) && !_ && (e.preventDefault(), N(j), h(!0), c == null || c(), k(g.ON_KEY_DOWN));
|
|
182
|
-
}, ce = (e) => {
|
|
183
|
-
const { keyCode: a } = e;
|
|
184
|
-
if (a === p.ENTER_KEY_CODE) {
|
|
185
|
-
const l = r[V];
|
|
186
|
-
S(l), n || (h(!1), s == null || s());
|
|
187
|
-
return;
|
|
188
|
-
}
|
|
189
|
-
we.includes(a) && (e.stopPropagation(), h(!1), s == null || s());
|
|
190
|
-
}, $ = () => /* @__PURE__ */ f("div", { className: o("options-container"), children: [
|
|
191
|
-
n && T && Array.isArray(t) && /* @__PURE__ */ f(U, { children: [
|
|
192
|
-
/* @__PURE__ */ d(
|
|
193
|
-
G,
|
|
194
|
-
{
|
|
195
|
-
option: R,
|
|
196
|
-
selected: t.length === r.length,
|
|
197
|
-
onChange: ne,
|
|
198
|
-
multiSelect: n,
|
|
199
|
-
isPartiallyChecked: !!t.length
|
|
200
|
-
}
|
|
201
|
-
),
|
|
202
|
-
/* @__PURE__ */ d("div", { className: o("divider") }),
|
|
203
|
-
" "
|
|
204
|
-
] }),
|
|
205
|
-
r.map((e, a) => /* @__PURE__ */ d(
|
|
206
|
-
G,
|
|
207
|
-
{
|
|
208
|
-
...le({
|
|
209
|
-
item: e,
|
|
210
|
-
index: a
|
|
211
|
-
}),
|
|
212
|
-
multiSelect: n,
|
|
213
|
-
selected: n ? A == null ? void 0 : A.some((l) => l.value === e.value) : e.value === ((D == null ? void 0 : D.value) ?? D),
|
|
214
|
-
option: { title: e.label, ...e },
|
|
215
|
-
highlightHovered: V === a && ee !== g.ON_CLICK,
|
|
216
|
-
render: K,
|
|
217
|
-
onChange: e.disabled ? null : () => S(e),
|
|
218
|
-
onMouseEnter: () => N(a)
|
|
219
|
-
},
|
|
220
|
-
e.value
|
|
221
|
-
)),
|
|
222
|
-
M && /* @__PURE__ */ f(U, { children: [
|
|
223
|
-
/* @__PURE__ */ d("div", { className: o("divider") }),
|
|
224
|
-
M
|
|
225
|
-
] })
|
|
226
|
-
] });
|
|
227
|
-
return /* @__PURE__ */ f("div", { ref: W, className: o("container", Q), title: u, children: [
|
|
228
|
-
C && /* @__PURE__ */ d(xe, { ...se(), children: C }),
|
|
229
|
-
/* @__PURE__ */ f(
|
|
230
|
-
"button",
|
|
231
|
-
{
|
|
232
|
-
disabled: i,
|
|
233
|
-
...ae({
|
|
234
|
-
className: o("dropdown", v, X, {
|
|
235
|
-
"transparent-background": O,
|
|
236
|
-
opened: _,
|
|
237
|
-
disabled: i,
|
|
238
|
-
error: E,
|
|
239
|
-
touched: b,
|
|
240
|
-
"mobile-disabled": w
|
|
241
|
-
}),
|
|
242
|
-
onClick: ie,
|
|
243
|
-
onKeyDown: oe,
|
|
244
|
-
ref: L.setReference
|
|
245
|
-
}),
|
|
246
|
-
type: "button",
|
|
247
|
-
children: [
|
|
248
|
-
x && /* @__PURE__ */ d("span", { className: o("icon"), children: x }),
|
|
249
|
-
/* @__PURE__ */ d(
|
|
250
|
-
"span",
|
|
251
|
-
{
|
|
252
|
-
className: o("value", {
|
|
253
|
-
placeholder: I === y
|
|
254
|
-
}),
|
|
255
|
-
children: H ? H(I) : I
|
|
256
|
-
}
|
|
257
|
-
),
|
|
258
|
-
/* @__PURE__ */ d(ye, { className: o("arrow"), tabIndex: -1, children: /* @__PURE__ */ d(be, {}) })
|
|
259
|
-
]
|
|
260
|
-
}
|
|
261
|
-
),
|
|
262
|
-
_ && /* @__PURE__ */ d(
|
|
263
|
-
"div",
|
|
264
|
-
{
|
|
265
|
-
style: te,
|
|
266
|
-
className: o("select-list", { opened: _, "limited-width": Z }),
|
|
267
|
-
...de({
|
|
268
|
-
onKeyDown: ce,
|
|
269
|
-
ref: L.setFloating
|
|
270
|
-
}),
|
|
271
|
-
children: B ? $() : /* @__PURE__ */ d(me, { autoHeight: !0, autoHeightMax: 216, hideTracksWhenNotNeeded: !0, children: $() })
|
|
272
|
-
}
|
|
273
|
-
)
|
|
274
|
-
] });
|
|
275
|
-
};
|
|
276
|
-
export {
|
|
277
|
-
st as D
|
|
278
|
-
};
|