@reportportal/ui-kit 0.0.1-alpha.41 → 0.0.1-alpha.42
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/components/index.d.ts +1 -1
- package/dist/components/reactDatePicker/index.d.ts +3 -0
- package/dist/components/reactDatePicker/reactDatePicker.d.ts +2 -0
- package/dist/components/reactDatePicker2/index.d.ts +3 -0
- package/dist/components/reactDatePicker2/reactDatePicker2.d.ts +2 -0
- package/dist/datePicker.js +1 -1
- package/dist/datePicker1.js +1 -1
- package/dist/index.js +95 -278
- package/dist/reactDatePicker2-a31b070e.js +5 -0
- package/dist/reactDatePicker2.js +6 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -17,7 +17,7 @@ export { Pagination } from './pagination';
|
|
|
17
17
|
export { Table } from './table';
|
|
18
18
|
export { DatePicker } from './datePicker';
|
|
19
19
|
export { DatePicker1 } from './datePicker1';
|
|
20
|
-
export { DatePicker2 } from './dataPicker2/dataPicker2';
|
|
21
20
|
export { Date2 } from './date2';
|
|
21
|
+
export { ReactDatePicker2 } from './reactDatePicker2';
|
|
22
22
|
export { SystemAlert } from './systemAlert';
|
|
23
23
|
export * from './icons';
|
package/dist/datePicker.js
CHANGED
package/dist/datePicker1.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,32 +1,30 @@
|
|
|
1
|
-
import { B as
|
|
2
|
-
import { C as
|
|
3
|
-
import { S as
|
|
4
|
-
import { F as
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import { S as
|
|
11
|
-
import {
|
|
12
|
-
import { F as
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import { D as
|
|
21
|
-
import {
|
|
22
|
-
import { jsxs as
|
|
23
|
-
import $ from "react-datepicker";
|
|
24
|
-
import { c as N } from "./bind-06a7ff84.js";
|
|
1
|
+
import { B as K } from "./button-33c88abf.js";
|
|
2
|
+
import { C as W } from "./checkbox-9a6c7ce1.js";
|
|
3
|
+
import { S as Y } from "./systemMessage-1ced6079.js";
|
|
4
|
+
import { a as e1, F as t1, S as o1 } from "./fieldText-65e4c614.js";
|
|
5
|
+
import { T as l1 } from "./themeProvider-46c2be7b.js";
|
|
6
|
+
import { S as d } from "./index-54e3bfc2.js";
|
|
7
|
+
import { M as n1 } from "./index-54e3bfc2.js";
|
|
8
|
+
import { D as C1, S as i1 } from "./dropdown-9f4d1928.js";
|
|
9
|
+
import { T as m1 } from "./toggle-1a3aacb5.js";
|
|
10
|
+
import { F as d1, a as w1, S as f1 } from "./fieldNumber-1f286b40.js";
|
|
11
|
+
import { B as v1 } from "./bubblesLoader-a7e709d4.js";
|
|
12
|
+
import { F as L1 } from "./fieldTextFlex-5bddf46a.js";
|
|
13
|
+
import { R as u1 } from "./radio-bccc84f2.js";
|
|
14
|
+
import { Tooltip as M1 } from "./tooltip.js";
|
|
15
|
+
import { Popover as I1 } from "./popover.js";
|
|
16
|
+
import { P as S1, a as _1, S as Z1 } from "./pagination-f087f454.js";
|
|
17
|
+
import { S as F1, a as A1, T as H1 } from "./table-9bf4ddab.js";
|
|
18
|
+
import { D as b1 } from "./datePicker-e85bee1d.js";
|
|
19
|
+
import { D as N1 } from "./datePicker-a005ebc6.js";
|
|
20
|
+
import { D as O1 } from "./date2-9273411e.js";
|
|
21
|
+
import { R as U1 } from "./reactDatePicker2-a31b070e.js";
|
|
22
|
+
import { jsxs as w, jsx as o } from "react/jsx-runtime";
|
|
25
23
|
import * as t from "react";
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
24
|
+
import { useEffect as f } from "react";
|
|
25
|
+
import { c as h } from "./bind-06a7ff84.js";
|
|
26
|
+
import { B as y1 } from "./baseIconButton-b6adc843.js";
|
|
27
|
+
import { S as z1, a as G1 } from "./calendar-f154eb78.js";
|
|
30
28
|
import "./keyCodes-f63c0e11.js";
|
|
31
29
|
import "rc-scrollbars";
|
|
32
30
|
import "framer-motion";
|
|
@@ -34,274 +32,93 @@ import "./useOnClickOutside-c332f7d3.js";
|
|
|
34
32
|
import "@floating-ui/react-dom";
|
|
35
33
|
import "downshift";
|
|
36
34
|
import "@floating-ui/react";
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
header: Q,
|
|
42
|
-
"dropdowns-wrapper": "_dropdowns-wrapper_a3cjx_8",
|
|
43
|
-
"button-prev": "_button-prev_a3cjx_13",
|
|
44
|
-
"button-next": "_button-next_a3cjx_14",
|
|
45
|
-
disabled: X,
|
|
46
|
-
dropdown: e1,
|
|
47
|
-
"month-dropdown": "_month-dropdown_a3cjx_44",
|
|
48
|
-
"toggle-button": "_toggle-button_a3cjx_47"
|
|
49
|
-
}, s = N.bind(t1), o1 = ({
|
|
50
|
-
date: e = /* @__PURE__ */ new Date(),
|
|
51
|
-
changeYear: l = () => {
|
|
52
|
-
},
|
|
53
|
-
changeMonth: i = () => {
|
|
54
|
-
},
|
|
55
|
-
decreaseMonth: c = () => {
|
|
56
|
-
},
|
|
57
|
-
increaseMonth: n = () => {
|
|
58
|
-
},
|
|
59
|
-
prevMonthButtonDisabled: r = !1,
|
|
60
|
-
nextMonthButtonDisabled: d = !1,
|
|
61
|
-
headerNodes: m = null,
|
|
62
|
-
customClassName: p = "",
|
|
63
|
-
yearsOptions: h = [],
|
|
64
|
-
locale: M
|
|
65
|
-
}) => {
|
|
66
|
-
const w = e.getFullYear(), E = e.getMonth(), x = T(() => {
|
|
67
|
-
const a = Array(12).keys(), C = new Intl.DateTimeFormat(M, {
|
|
68
|
-
month: "long"
|
|
69
|
-
}), u = (g) => C.format(new Date(w, g));
|
|
70
|
-
return Array.from(a, u).reduce((g, L, B) => g.concat({
|
|
71
|
-
value: B,
|
|
72
|
-
label: L
|
|
73
|
-
}), []);
|
|
74
|
-
}, []), S = T(() => (h.length > 0 ? h : K(w)).reduce(
|
|
75
|
-
(C, u) => C.concat({ value: u, label: `${u}` }),
|
|
76
|
-
[]
|
|
77
|
-
), [h]), R = (a) => {
|
|
78
|
-
i(a);
|
|
79
|
-
}, I = (a) => {
|
|
80
|
-
l(a);
|
|
81
|
-
};
|
|
82
|
-
return /* @__PURE__ */ b(U, { children: [
|
|
83
|
-
m && /* @__PURE__ */ o("div", { className: s(p), children: m }),
|
|
84
|
-
/* @__PURE__ */ b("div", { className: s("header"), children: [
|
|
85
|
-
/* @__PURE__ */ o(
|
|
86
|
-
"button",
|
|
87
|
-
{
|
|
88
|
-
"aria-label": "Previous Months",
|
|
89
|
-
disabled: r,
|
|
90
|
-
onClick: c,
|
|
91
|
-
className: s("button-prev", { disabled: r }),
|
|
92
|
-
children: /* @__PURE__ */ o(V, {})
|
|
93
|
-
}
|
|
94
|
-
),
|
|
95
|
-
/* @__PURE__ */ b("div", { className: s("dropdowns-wrapper"), children: [
|
|
96
|
-
/* @__PURE__ */ o(
|
|
97
|
-
H,
|
|
98
|
-
{
|
|
99
|
-
options: x,
|
|
100
|
-
value: E,
|
|
101
|
-
onChange: R,
|
|
102
|
-
transparentBackground: !0,
|
|
103
|
-
className: s("dropdown", "month-dropdown"),
|
|
104
|
-
toggleButtonClassName: s("toggle-button")
|
|
105
|
-
}
|
|
106
|
-
),
|
|
107
|
-
/* @__PURE__ */ o(
|
|
108
|
-
H,
|
|
109
|
-
{
|
|
110
|
-
options: S,
|
|
111
|
-
value: w,
|
|
112
|
-
onChange: I,
|
|
113
|
-
transparentBackground: !0,
|
|
114
|
-
className: s("dropdown"),
|
|
115
|
-
toggleButtonClassName: s("toggle-button")
|
|
116
|
-
}
|
|
117
|
-
)
|
|
118
|
-
] }),
|
|
119
|
-
/* @__PURE__ */ o(
|
|
120
|
-
"button",
|
|
121
|
-
{
|
|
122
|
-
"aria-label": "Next Months",
|
|
123
|
-
disabled: d,
|
|
124
|
-
onClick: n,
|
|
125
|
-
className: s("button-next", { disabled: d }),
|
|
126
|
-
children: /* @__PURE__ */ o(V, {})
|
|
127
|
-
}
|
|
128
|
-
)
|
|
129
|
-
] })
|
|
130
|
-
] });
|
|
131
|
-
}, n1 = "_calendar_1jr94_5", r1 = "_date_1jr94_90", l1 = "_disabled_1jr94_202", a1 = "_popper_1jr94_210", s1 = "_input_1jr94_214", c1 = {
|
|
132
|
-
calendar: n1,
|
|
133
|
-
"current-date": "_current-date_1jr94_89",
|
|
134
|
-
date: r1,
|
|
135
|
-
"selected-range": "_selected-range_1jr94_119",
|
|
136
|
-
"end-date": "_end-date_1jr94_119",
|
|
137
|
-
disabled: l1,
|
|
138
|
-
popper: a1,
|
|
139
|
-
input: s1
|
|
140
|
-
}, _ = N.bind(c1), i1 = "en", D = "MM-dd-yyyy", D1 = ({
|
|
141
|
-
onChange: e = () => {
|
|
142
|
-
},
|
|
143
|
-
disabled: l = !1,
|
|
144
|
-
onBlur: i = () => {
|
|
145
|
-
},
|
|
146
|
-
onFocus: c = () => {
|
|
147
|
-
},
|
|
148
|
-
endDate: n = void 0,
|
|
149
|
-
startDate: r = void 0,
|
|
150
|
-
headerNodes: d = null,
|
|
151
|
-
customClassName: m = "",
|
|
152
|
-
customTimeInput: p = void 0,
|
|
153
|
-
shouldCloseOnSelect: h = !0,
|
|
154
|
-
popperClassName: M = "",
|
|
155
|
-
calendarClassName: w = "",
|
|
156
|
-
fixedHeight: E = !1,
|
|
157
|
-
language: x = i1,
|
|
158
|
-
yearsOptions: S = [],
|
|
159
|
-
placeholder: R = D.toUpperCase(),
|
|
160
|
-
dateFormat: I = D,
|
|
161
|
-
selects: a = "start",
|
|
162
|
-
value: C = null
|
|
163
|
-
}) => {
|
|
164
|
-
const u = Y(null), F = r == null ? void 0 : r.toDateString(), g = n == null ? void 0 : n.toDateString(), L = n && r && n > r, B = (f) => {
|
|
165
|
-
const Z = f.toDateString(), P = Z === F, j = L && Z === g, k = r && n && f > r && f < n;
|
|
166
|
-
return _("date", {
|
|
167
|
-
"current-date": P,
|
|
168
|
-
"selected-range": k && !j,
|
|
169
|
-
"end-date": j && L,
|
|
170
|
-
disabled: l
|
|
171
|
-
});
|
|
172
|
-
};
|
|
173
|
-
return /* @__PURE__ */ o(
|
|
174
|
-
$,
|
|
175
|
-
{
|
|
176
|
-
customInput: /* @__PURE__ */ o(
|
|
177
|
-
y,
|
|
178
|
-
{
|
|
179
|
-
className: _("input"),
|
|
180
|
-
defaultWidth: !1,
|
|
181
|
-
endIcon: /* @__PURE__ */ o(W, {}),
|
|
182
|
-
ref: u
|
|
183
|
-
}
|
|
184
|
-
),
|
|
185
|
-
placeholderText: R,
|
|
186
|
-
selected: C,
|
|
187
|
-
startDate: r,
|
|
188
|
-
endDate: n,
|
|
189
|
-
minDate: a === "end" ? r : void 0,
|
|
190
|
-
disabled: l,
|
|
191
|
-
shouldCloseOnSelect: h,
|
|
192
|
-
fixedHeight: E,
|
|
193
|
-
locale: x,
|
|
194
|
-
showPopperArrow: !1,
|
|
195
|
-
dayClassName: B,
|
|
196
|
-
calendarClassName: _(w, "calendar"),
|
|
197
|
-
renderCustomHeader: (f) => /* @__PURE__ */ o(
|
|
198
|
-
o1,
|
|
199
|
-
{
|
|
200
|
-
...f,
|
|
201
|
-
headerNodes: d,
|
|
202
|
-
customClassName: m,
|
|
203
|
-
yearsOptions: S,
|
|
204
|
-
locale: x
|
|
205
|
-
}
|
|
206
|
-
),
|
|
207
|
-
onChange: e,
|
|
208
|
-
onBlur: i,
|
|
209
|
-
onFocus: c,
|
|
210
|
-
customTimeInput: p,
|
|
211
|
-
showTimeInput: !!p,
|
|
212
|
-
popperClassName: _(M, "popper"),
|
|
213
|
-
dateFormat: I,
|
|
214
|
-
selectsStart: a === "start",
|
|
215
|
-
selectsEnd: a === "end",
|
|
216
|
-
className: _("datepicker")
|
|
217
|
-
}
|
|
218
|
-
);
|
|
219
|
-
};
|
|
220
|
-
var A = /* @__PURE__ */ ((e) => (e.INFO = "info", e.SUCCESS = "success", e.ERROR = "error", e))(A || {});
|
|
221
|
-
const d1 = "_error_14lm6_11", C1 = "_success_14lm6_14", m1 = "_info_14lm6_17", p1 = "_title_14lm6_32", u1 = {
|
|
35
|
+
import "react-datepicker";
|
|
36
|
+
const O = (e) => /* @__PURE__ */ t.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ t.createElement("path", { d: "M9.80051 6.3661C9.95672 6.20989 10.21 6.20989 10.3662 6.3661L10.6338 6.63375C10.7901 6.78996 10.7901 7.04323 10.6338 7.19944L8.83331 8.99996L10.6338 10.8005C10.79 10.9567 10.79 11.2099 10.6338 11.3662L10.3662 11.6338C10.21 11.79 9.95669 11.79 9.80048 11.6338L7.99998 9.8333L6.19953 11.6338C6.04332 11.79 5.79005 11.79 5.63384 11.6338L5.36619 11.3661C5.20998 11.2099 5.20998 10.9566 5.36619 10.8004L7.16665 8.99996L5.36617 7.19949C5.20996 7.04328 5.20996 6.79001 5.36617 6.6338L5.63382 6.36615C5.79003 6.20994 6.04329 6.20994 6.1995 6.36615L7.99998 8.16663L9.80051 6.3661Z", fill: "#A2AAB5" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.99878 3V2C4.99878 1.44772 5.44649 1 5.99878 1H9.99878C10.5511 1 10.9988 1.44772 10.9988 2V3H14.5C14.7761 3 15 3.22386 15 3.5C15 3.77614 14.7761 4 14.5 4H13.4167L12.6146 13.6246C12.5498 14.402 11.8999 15 11.1198 15H4.8802C4.10007 15 3.45017 14.402 3.38538 13.6246L2.58333 4H1.5C1.22386 4 1 3.77614 1 3.5C1 3.22386 1.22386 3 1.5 3H4.99878ZM5.99878 2H9.99878V3H5.99878V2ZM3.5868 4L4.38193 13.5415C4.40352 13.8007 4.62016 14 4.8802 14H11.1198C11.3798 14 11.5965 13.8007 11.6181 13.5415L12.4132 4H3.5868Z", fill: "#A2AAB5" })), k = (e) => /* @__PURE__ */ t.createElement("svg", { width: 14, height: 3, viewBox: "0 0 14 3", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.30811 2.47803C1.72868 2.47803 2.05339 2.36206 2.28223 2.13013C2.51107 1.89819 2.62549 1.60596 2.62549 1.25342C2.62549 0.894694 2.51107 0.596273 2.28223 0.358154C2.05339 0.120036 1.72868 0.000976562 1.30811 0.000976562C0.893717 0.000976562 0.572103 0.120036 0.343262 0.358154C0.114421 0.596273 0 0.894694 0 1.25342C0 1.61214 0.117513 1.90592 0.352539 2.13477C0.587565 2.36361 0.906087 2.47803 1.30811 2.47803ZM6.61475 2.47803C7.03532 2.47803 7.36003 2.36206 7.58887 2.13013C7.81771 1.89819 7.93213 1.60596 7.93213 1.25342C7.93213 0.894694 7.81771 0.596273 7.58887 0.358154C7.36003 0.120036 7.03532 0.000976562 6.61475 0.000976562C6.20036 0.000976562 5.87874 0.120036 5.6499 0.358154C5.42106 0.596273 5.30664 0.894694 5.30664 1.25342C5.30664 1.61214 5.42415 1.90592 5.65918 2.13477C5.89421 2.36361 6.21273 2.47803 6.61475 2.47803ZM12.8955 2.13013C12.6667 2.36206 12.342 2.47803 11.9214 2.47803C11.5194 2.47803 11.2008 2.36361 10.9658 2.13477C10.7308 1.90592 10.6133 1.61214 10.6133 1.25342C10.6133 0.894694 10.7277 0.596273 10.9565 0.358154C11.1854 0.120036 11.507 0.000976562 11.9214 0.000976562C12.342 0.000976562 12.6667 0.120036 12.8955 0.358154C13.1243 0.596273 13.2388 0.894694 13.2388 1.25342C13.2388 1.60596 13.1243 1.89819 12.8955 2.13013Z", fill: "#A2AAB5" })), U = (e) => /* @__PURE__ */ t.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13 7C13 8.47663 12.4666 9.82867 11.5819 10.874L12.3288 11.6208C12.663 11.5307 13.0348 11.6168 13.2971 11.8792L14.7113 13.2934C15.1019 13.6839 15.1019 14.3171 14.7113 14.7076C14.3208 15.0981 13.6877 15.0981 13.2971 14.7076L11.8829 13.2934C11.622 13.0325 11.5354 12.6632 11.6231 12.3304L10.8743 11.5816C9.829 12.4665 8.47681 13 7 13C3.68629 13 1 10.3137 1 7C1 3.68629 3.68629 1 7 1C10.3137 1 13 3.68629 13 7ZM2.00071 7C2.00071 9.76103 4.23897 11.9993 7 11.9993C9.76103 11.9993 11.9993 9.76103 11.9993 7C11.9993 4.23897 9.76103 2.00071 7 2.00071C4.23897 2.00071 2.00071 4.23897 2.00071 7Z", fill: "#CFCFCF" })), j = (e) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 15, height: 14, viewBox: "0 0 15 14", fill: "none", ...e }, /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.2817 1.08596L8.58993 6.67232C8.43153 6.85569 8.33732 7.08554 8.33732 7.33504V12.9126L6.66254 12V7.69689C6.66254 7.22695 6.49186 6.76969 6.17611 6.39374L1.71829 1.08596L13.2817 1.08596ZM13.2817 0H1.71829C0.716181 0 0.144162 1.02163 0.745424 1.73753L5.20324 7.04531C5.36112 7.23329 5.44646 7.46192 5.44646 7.69689V12C5.44646 12.4113 5.7067 12.7874 6.11869 12.9713L7.79347 13.884C8.60204 14.245 9.5534 13.7199 9.5534 12.9126V7.33504L14.2546 1.73753C14.8558 1.02163 14.2838 0 13.2817 0Z", fill: "#A2AAB5" })), y = (e) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", ...e }, /* @__PURE__ */ t.createElement("path", { d: "M6.82255 13.5148L6.84059 13.5228L6.85794 13.5323L8.51335 14.4344C8.76171 14.5391 9.02975 14.512 9.23505 14.3987C9.44387 14.2834 9.5534 14.103 9.5534 13.9126V8.33504V8.15292L9.67052 8.01347L14.3717 2.41597C14.3717 2.41597 14.3717 2.41597 14.3717 2.41597C14.5301 2.22732 14.5313 2.01991 14.4331 1.84458C14.3308 1.66184 14.1067 1.5 13.7817 1.5H2.21829C1.89331 1.5 1.66918 1.66184 1.56686 1.84457C1.46869 2.01991 1.46986 2.22732 1.6283 2.41597L6.08612 7.72374C6.31597 7.99742 6.44646 8.3387 6.44646 8.69689V13C6.44646 13.1908 6.56846 13.4013 6.82255 13.5148Z", fill: "#009DBB", stroke: "#009DBB" })), v = (e) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", ...e }, /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.2 9.99999C17.2 13.9764 13.9765 17.2 10 17.2C6.0236 17.2 2.80005 13.9764 2.80005 9.99999C2.80005 6.02354 6.0236 2.79999 10 2.79999C13.9765 2.79999 17.2 6.02354 17.2 9.99999ZM11 6.59999C11 7.15227 10.5523 7.59999 10 7.59999C9.44776 7.59999 9.00005 7.15227 9.00005 6.59999C9.00005 6.0477 9.44776 5.59999 10 5.59999C10.5523 5.59999 11 6.0477 11 6.59999ZM10.8 13.6C10.8 14.0418 10.4419 14.4 10 14.4C9.55822 14.4 9.20005 14.0418 9.20005 13.6L9.20005 9.19999C9.20005 8.75816 9.55822 8.39999 10 8.39999C10.4419 8.39999 10.8 8.75816 10.8 9.19999V13.6Z", fill: "white" })), g = (e) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", ...e }, /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.2 9.99999C17.2 13.9764 13.9765 17.2 10 17.2C6.0236 17.2 2.80005 13.9764 2.80005 9.99999C2.80005 6.02354 6.0236 2.79999 10 2.79999C13.9765 2.79999 17.2 6.02354 17.2 9.99999ZM13.8146 8.11216C14.0975 7.77273 14.0516 7.26828 13.7122 6.98543C13.3728 6.70258 12.8683 6.74844 12.5855 7.08786L9.14629 11.2149L7.36573 9.43432C7.05331 9.1219 6.54678 9.1219 6.23436 9.43432C5.92194 9.74674 5.92194 10.2533 6.23436 10.5657L8.63436 12.9657C8.7933 13.1246 9.01176 13.2094 9.2363 13.1992C9.46084 13.189 9.67073 13.0848 9.81463 12.9122L13.8146 8.11216Z", fill: "white" })), L = (e) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", ...e }, /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.0449 3.41275C10.5805 2.59573 9.41952 2.59573 8.95513 3.41275L2.16344 15.3617C1.69905 16.1787 2.27954 17.2 3.20832 17.2H16.7917C17.7205 17.2 18.3009 16.1787 17.8366 15.3617L11.0449 3.41275ZM10.9325 6.41163C10.9391 6.18625 10.7582 5.99999 10.5327 5.99999H9.46161C9.236 5.99999 9.05502 6.18647 9.06179 6.41198L9.24768 12.612C9.25416 12.8281 9.43125 13 9.6475 13H10.3523C10.5686 13 10.7458 12.8279 10.7521 12.6116L10.9325 6.41163ZM10 16C10.5523 16 11 15.5523 11 15C11 14.4477 10.5523 14 10 14C9.44771 14 9 14.4477 9 15C9 15.5523 9.44771 16 10 16Z", fill: "white" })), q = (e) => /* @__PURE__ */ t.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ t.createElement("path", { d: "M8.35343 1.64645C8.23928 1.5323 8.08367 1.48488 7.93508 1.50419C7.84679 1.51567 7.76098 1.5507 7.68781 1.60929C7.67171 1.62216 7.65643 1.636 7.64204 1.65073L4.64633 4.64645C4.45106 4.84171 4.45106 5.15829 4.64633 5.35355C4.84159 5.54882 5.15817 5.54882 5.35343 5.35355L7.49979 3.2072L7.49979 9.99996C7.49979 10.2761 7.72365 10.5 7.99979 10.5C8.27593 10.5 8.49979 10.2761 8.49979 9.99996L8.49979 3.20701L10.6463 5.35355C10.8416 5.54881 11.1582 5.54881 11.3534 5.35355C11.5487 5.15829 11.5487 4.84171 11.3534 4.64644L8.35343 1.64645Z", fill: "#00829B" }), /* @__PURE__ */ t.createElement("path", { d: "M2 9.99996C2 9.72381 1.77614 9.49996 1.5 9.49996C1.22386 9.49996 1 9.72381 1 9.99996V13.1666C1 13.6529 1.19315 14.1192 1.53697 14.463C1.88079 14.8068 2.3471 15 2.83333 15H13.1667C13.6529 15 14.1192 14.8068 14.463 14.463C14.8068 14.1192 15 13.6529 15 13.1666V9.99996C15 9.72381 14.7761 9.49996 14.5 9.49996C14.2239 9.49996 14 9.72381 14 9.99996V13.1666C14 13.3876 13.9122 13.5996 13.7559 13.7559C13.5996 13.9122 13.3877 14 13.1667 14H2.83333C2.61232 14 2.40036 13.9122 2.24408 13.7559C2.0878 13.5996 2 13.3876 2 13.1666V9.99996Z", fill: "#00829B" }));
|
|
37
|
+
var n = /* @__PURE__ */ ((e) => (e.INFO = "info", e.SUCCESS = "success", e.ERROR = "error", e))(n || {});
|
|
38
|
+
const x = "_error_14lm6_11", u = "_success_14lm6_14", E = "_info_14lm6_17", M = "_title_14lm6_32", R = {
|
|
222
39
|
"system-alert": "_system-alert_14lm6_1",
|
|
223
|
-
error:
|
|
224
|
-
success:
|
|
225
|
-
info:
|
|
40
|
+
error: x,
|
|
41
|
+
success: u,
|
|
42
|
+
info: E,
|
|
226
43
|
"icon-wrapper": "_icon-wrapper_14lm6_20",
|
|
227
44
|
"content-wrapper": "_content-wrapper_14lm6_26",
|
|
228
|
-
title:
|
|
45
|
+
title: M,
|
|
229
46
|
"close-button": "_close-button_14lm6_45"
|
|
230
|
-
},
|
|
47
|
+
}, r = h.bind(R), I = 7e3, B = 4e3, z = ({
|
|
231
48
|
title: e,
|
|
232
49
|
onClose: l,
|
|
233
|
-
icon:
|
|
234
|
-
type:
|
|
235
|
-
duration:
|
|
236
|
-
className:
|
|
50
|
+
icon: C = null,
|
|
51
|
+
type: s = n.INFO,
|
|
52
|
+
duration: i = B,
|
|
53
|
+
className: c
|
|
237
54
|
}) => {
|
|
238
|
-
const
|
|
239
|
-
|
|
55
|
+
const a = s === n.ERROR ? I : i;
|
|
56
|
+
f(() => {
|
|
240
57
|
const p = setTimeout(() => {
|
|
241
58
|
l();
|
|
242
|
-
},
|
|
59
|
+
}, a);
|
|
243
60
|
return () => clearTimeout(p);
|
|
244
|
-
}, [
|
|
61
|
+
}, [a, l]);
|
|
245
62
|
const m = () => {
|
|
246
|
-
switch (
|
|
63
|
+
switch (s) {
|
|
247
64
|
case "info":
|
|
248
|
-
return /* @__PURE__ */ o(
|
|
65
|
+
return /* @__PURE__ */ o(v, {});
|
|
249
66
|
case "success":
|
|
250
|
-
return /* @__PURE__ */ o(
|
|
67
|
+
return /* @__PURE__ */ o(g, {});
|
|
251
68
|
case "error":
|
|
252
|
-
return /* @__PURE__ */ o(
|
|
69
|
+
return /* @__PURE__ */ o(L, {});
|
|
253
70
|
default:
|
|
254
|
-
return
|
|
71
|
+
return C;
|
|
255
72
|
}
|
|
256
73
|
};
|
|
257
|
-
return /* @__PURE__ */
|
|
258
|
-
/* @__PURE__ */ o("div", { className:
|
|
259
|
-
/* @__PURE__ */ o("div", { className:
|
|
260
|
-
/* @__PURE__ */ o("button", { className:
|
|
74
|
+
return /* @__PURE__ */ w("div", { className: r("system-alert", s, c), children: [
|
|
75
|
+
/* @__PURE__ */ o("div", { className: r("icon-wrapper"), children: m() }),
|
|
76
|
+
/* @__PURE__ */ o("div", { className: r("content-wrapper"), children: /* @__PURE__ */ o("h2", { className: r("title"), children: e }) }),
|
|
77
|
+
/* @__PURE__ */ o("button", { className: r("close-button"), onClick: l, "aria-label": "close system alert", children: /* @__PURE__ */ o(d, {}) })
|
|
261
78
|
] });
|
|
262
79
|
};
|
|
263
80
|
export {
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
81
|
+
F1 as ArrowDownIcon,
|
|
82
|
+
A1 as ArrowUpIcon,
|
|
83
|
+
y1 as BaseIconButton,
|
|
84
|
+
v1 as BubblesLoader,
|
|
85
|
+
K as Button,
|
|
86
|
+
z1 as CalendarArrowIcon,
|
|
87
|
+
G1 as CalendarIcon,
|
|
88
|
+
W as Checkbox,
|
|
89
|
+
e1 as ClearIcon,
|
|
90
|
+
d as CloseIcon,
|
|
91
|
+
O1 as Date2,
|
|
92
|
+
b1 as DatePicker,
|
|
93
|
+
N1 as DatePicker1,
|
|
94
|
+
O as DeleteIcon,
|
|
95
|
+
C1 as Dropdown,
|
|
96
|
+
i1 as DropdownIcon,
|
|
97
|
+
L as ErrorIcon,
|
|
98
|
+
q as ExportIcon,
|
|
99
|
+
d1 as FieldNumber,
|
|
100
|
+
t1 as FieldText,
|
|
101
|
+
L1 as FieldTextFlex,
|
|
102
|
+
y as FilterFilledIcon,
|
|
103
|
+
j as FilterOutlineIcon,
|
|
104
|
+
v as InfoIcon,
|
|
105
|
+
k as MeatballMenuIcon,
|
|
106
|
+
w1 as MinusIcon,
|
|
107
|
+
n1 as Modal,
|
|
108
|
+
S1 as Pagination,
|
|
109
|
+
f1 as PlusIcon,
|
|
110
|
+
I1 as Popover,
|
|
111
|
+
_1 as PrevChapterIcon,
|
|
112
|
+
Z1 as PrevPageIcon,
|
|
113
|
+
u1 as Radio,
|
|
114
|
+
U1 as ReactDatePicker2,
|
|
115
|
+
U as SearchIcon,
|
|
116
|
+
o1 as SpinLoader,
|
|
117
|
+
g as SuccessIcon,
|
|
118
|
+
z as SystemAlert,
|
|
119
|
+
Y as SystemMessage,
|
|
120
|
+
H1 as Table,
|
|
121
|
+
l1 as ThemeProvider,
|
|
122
|
+
m1 as Toggle,
|
|
123
|
+
M1 as Tooltip
|
|
307
124
|
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._system-message_fp9ws_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_fp9ws_1 ._stripes-info_fp9ws_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_fp9ws_1 ._stripes-warning_fp9ws_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_fp9ws_1 ._stripes-error_fp9ws_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_fp9ws_1 ._text-container_fp9ws_27{padding:12px 16px 16px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._message-header-info_fp9ws_30{font-size:15px;line-height:24px;font-weight:500;color:var(--rp-ui-base-e-400);text-transform:capitalize;margin-bottom:8px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._message-header-warning_fp9ws_38{font-size:15px;line-height:24px;font-weight:500;color:var(--rp-ui-base-sm-warning);text-transform:capitalize;margin-bottom:8px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._message-header-error_fp9ws_46{font-size:15px;line-height:24px;font-weight:500;color:var(--rp-ui-base-sm-error);text-transform:capitalize;margin-bottom:8px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._children_fp9ws_54{text-indent:1px;color:var(--rp-ui-color-text);font-weight:700;font-size:13px;line-height:20px}._system-message_fp9ws_1 ._text-container_fp9ws_27 p{margin-top:4px;max-width:780px;color:var(--rp-ui-base-e-400);font-weight:400;font-size:12px;line-height:18px}._content-width_fp9ws_70{max-width:max-content}._toggle_1bvir_1{position:relative;display:inline-flex;align-items:center;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;color:var(--rp-ui-base-almost-black);cursor:pointer;width:32px}._children-container_1bvir_14{margin-left:40px}._children-container_1bvir_14 a{text-decoration:none;color:var(--rp-ui-base-topaz)}._children-container_1bvir_14 a:focus,._children-container_1bvir_14 a:focus-visible{outline:none;color:var(--rp-ui-base-topaz-focused);text-decoration:underline}._slider_1bvir_27{background-color:var(--rp-ui-base-e-300);cursor:pointer;position:absolute;transition:.4s;border-radius:10px;width:32px;height:20px}._slider_1bvir_27:before{position:absolute;top:2px;left:2px;content:"";width:16px;height:16px;background-color:var(--rp-ui-base-bg-000);transition:.4s}._round_1bvir_47:before{border-radius:50%}._input_1bvir_51{position:absolute;opacity:0;top:0;left:0}._input_1bvir_51:disabled+._slider_1bvir_27{background-color:var(--rp-ui-base-e-200);cursor:default}._input_1bvir_51:focus-visible{outline:none}._input_1bvir_51:focus:not(:disabled):after,._input_1bvir_51:focus-visible:not(:disabled)+._slider_1bvir_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_1bvir_51:checked+._slider_1bvir_27{background-color:var(--rp-ui-base-topaz)}._input_1bvir_51:checked+._slider_1bvir_27:before{transform:translate(12px)}._input_1bvir_51:hover:not(:disabled)+._slider_1bvir_27{background-color:var(--rp-ui-base-e-400)}._input_1bvir_51:checked:hover+._slider_1bvir_27{background-color:var(--rp-ui-base-topaz-hover)}._input_1bvir_51:checked:disabled+._slider_1bvir_27{background-color:var(--rp-ui-base-topaz);cursor:default}._disabled_1bvir_92{opacity:.3;cursor:default}._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)}}._radio-button_9d3ij_1{display:flex;align-items:center;height:100%;outline:none;cursor:pointer;padding-bottom:4px}._radio-button_9d3ij_1._disabled_9d3ij_9{cursor:default}._radio-button_9d3ij_1._disabled_9d3ij_9 ._children-container_9d3ij_12{color:var(--rp-ui-base-e-300)}._radio-button_9d3ij_1._disabled_9d3ij_9 ._toggler_9d3ij_15{opacity:.3}._radio-button_9d3ij_1._disabled_9d3ij_9 ._toggler_9d3ij_15:after{background-color:transparent}._radio-button_9d3ij_1._disabled_9d3ij_9 ._toggler_9d3ij_15._checked_9d3ij_21:after{background-color:var(--rp-ui-base-topaz-pressed)}._radio-button_9d3ij_1:focus-visible:not(._disabled_9d3ij_9) ._toggler_9d3ij_15{border:2px solid var(--rp-ui-color-primary-focused)}._input_9d3ij_28{display:none}._toggler_9d3ij_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_9d3ij_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_9d3ij_15:hover:not(._disabled_9d3ij_9){border-color:var(--rp-ui-color-field-border-2-hover)}._toggler_9d3ij_15:hover:not(._disabled_9d3ij_9):after{background-color:var(--rp-ui-color-primary-hover)}._toggler_9d3ij_15._checked_9d3ij_21:after,._toggler_9d3ij_15._disabled_9d3ij_9:after{transform:scale(1);opacity:1}._children-container_9d3ij_12{display:inline-block;overflow:hidden;max-width:100%;font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:13px;line-height:20px;word-break:break-all;text-overflow:ellipsis;color:var(--rp-ui-color-text)}._children-container_9d3ij_12 a{text-decoration:none;color:var(--rp-ui-base-topaz)}._children-container_9d3ij_12 a:focus,._children-container_9d3ij_12 a:focus-visible{outline:none;color:var(--rp-ui-base-topaz-focused);text-decoration:underline}._text-area_cxv68_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:400;color:var(--rp-ui-base-almost-black);resize:vertical}._text-area_cxv68_1:hover{border-color:var(--rp-ui-base-e-300)}._text-area_cxv68_1:focus:not(._error_cxv68_19._touched_cxv68_19){border:1px solid var(--rp-ui-base-topaz-hover);box-shadow:0 0 0 1px var(--rp-ui-base-topaz-hover)}._text-area_cxv68_1._error_cxv68_19._touched_cxv68_19{border:1px solid var(--rp-ui-base-error)}._text-area_cxv68_1::placeholder{color:var(--rp-ui-base-e-300)}._label_cxv68_30{font-size:13px;line-height:20px;font-family:var(--rp-ui-base-font-family);font-weight:500;color:var(--rp-ui-base-almost-black);margin-bottom:4px}._additional-content_cxv68_39 ._error-text_cxv68_39{font-size:11px;line-height:16px;display:block;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-base-error)}._additional-content_cxv68_39 ._help-text_cxv68_47{font-size:11px;line-height:16px;display:block;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-base-e-300)}._disabled_cxv68_56{opacity:.3;pointer-events:none}._button_5qews_1{display:inline-flex;justify-content:center;align-items:center;height:36px;min-width:120px;padding:7px 16px;margin:0;outline:none;border-radius:3px;font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:13px;line-height:20px;cursor:pointer;box-sizing:border-box}._primary_5qews_19{border:1px solid var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);color:var(--rp-ui-base-bg-000)}._primary_5qews_19:hover:not(._disabled_5qews_24){border:1px solid var(--rp-ui-color-primary-hover);background-color:var(--rp-ui-color-primary-hover)}._primary_5qews_19:active:not(._disabled_5qews_24){border:1px solid var(--rp-ui-color-primary-pressed);background-color:var(--rp-ui-color-primary-pressed)}._primary_5qews_19:focus:not(._disabled_5qews_24,:active){border:2px solid var(--rp-ui-color-primary-focused)}._primary_5qews_19 svg *{fill:var(--rp-ui-base-bg-000)}._ghost_5qews_39{border:1px solid var(--rp-ui-color-primary);background-color:transparent;color:var(--rp-ui-color-primary-text)}._ghost_5qews_39:hover:not(._disabled_5qews_24){border:1px solid var(--rp-ui-base-dark-topaz-hover);color:var(--rp-ui-base-dark-topaz-hover)}._ghost_5qews_39:active:not(._disabled_5qews_24){border:1px solid var(--rp-ui-color-primary-pressed);color:var(--rp-ui-color-primary-pressed)}._ghost_5qews_39:focus:not(._disabled_5qews_24,:active){border:2px solid var(--rp-ui-color-primary-focused);color:var(--rp-ui-color-primary-focused)}._ghost_5qews_39 svg *{fill:var(--rp-ui-color-primary-text)}._danger_5qews_60{border:1px solid var(--rp-ui-color-error);background-color:var(--rp-ui-color-error);color:var(--rp-ui-base-bg-000)}._danger_5qews_60:hover:not(._disabled_5qews_24){opacity:.9;background-color:var(--rp-ui-color-error-hover)}._danger_5qews_60:active:not(._disabled_5qews_24){border:1px solid var(--rp-ui-color-error-pressed);background-color:var(--rp-ui-color-error-pressed)}._danger_5qews_60:focus:not(._disabled_5qews_24,:active){border:2px solid var(--rp-ui-color-error-focused)}._danger_5qews_60 svg *{fill:var(--rp-ui-base-bg-000)}._text_5qews_80{min-width:auto;height:auto;border:0;padding:0;background:none;line-height:22px;color:var(--rp-ui-color-primary-text)}._text_5qews_80:hover:not(._disabled_5qews_24){color:var(--rp-ui-color-primary-hover)}._text_5qews_80:hover:not(._disabled_5qews_24) svg *{fill:var(--rp-ui-color-primary-hover)}._text_5qews_80:active:not(._disabled_5qews_24){color:var(--rp-ui-color-primary-pressed)}._text_5qews_80:active:not(._disabled_5qews_24) svg *{fill:var(--rp-ui-color-primary-pressed)}._text_5qews_80:focus:not(._disabled_5qews_24,:active){color:var(--rp-ui-color-primary-focused)}._text_5qews_80:focus:not(._disabled_5qews_24,:active) svg *{fill:var(--rp-ui-color-primary-focused)}._text_5qews_80 svg *{fill:var(--rp-ui-color-primary-text)}._disabled_5qews_24{opacity:var(--rp-ui-opacity-default);cursor:default}._width-wide-content_5qews_116{padding:9px 47px 7px;margin:0}._width-parent_5qews_121{display:flex;width:100%}._icon_5qews_126{display:inline-block;width:16px;height:16px}._icon-start_5qews_132{margin:auto 8px auto 0}._icon-end_5qews_136{margin:auto 0 auto 8px;order:1}._checkbox_189ko_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:500;font-size:13px;line-height:20px}._checkbox_189ko_1 ._disabled_189ko_11{opacity:var(--rp-ui-opacity-default);pointer-events:none}._input_189ko_16{position:absolute;opacity:0;top:0;left:0}._control_189ko_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_189ko_16:checked+._control_189ko_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_189ko_16:hover+._control_189ko_23{border-color:var(--rp-ui-color-field-hover-2)}._input_189ko_16:active:not(:disabled)+._control_189ko_23{border:2px solid var(--rp-ui-color-primary-focused)}._input_189ko_16:checked:hover+._control_189ko_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_189ko_16:checked:active:not(:disabled)+._control_189ko_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_189ko_16:disabled+._control_189ko_23{border-color:var(--rp-ui-color-disabled)}._input_189ko_16:checked:disabled+._control_189ko_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_189ko_16:focus+._control_189ko_23{border:2px solid var(--rp-ui-color-primary-focused)}._input_189ko_16._partially-checked_189ko_76:not(:checked)+._control_189ko_23{border-color:var(--rp-ui-color-field-border);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked)+._control_189ko_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_189ko_16._partially-checked_189ko_76:not(:checked):hover+._control_189ko_23{border-color:var(--rp-ui-color-field-border-2-hover);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked):hover+._control_189ko_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_189ko_16._partially-checked_189ko_76:not(:checked):active:not(:disabled)+._control_189ko_23{border-color:var(--rp-ui-color-primary-focused);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked):active:not(:disabled)+._control_189ko_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_189ko_16._partially-checked_189ko_76:not(:checked):disabled+._control_189ko_23{border-color:var(--rp-ui-color-field-borderd);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked):disabled+._control_189ko_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_189ko_149{cursor:pointer}._children_189ko_149 a{text-decoration:none;color:var(--rp-ui-color-primary)}._children_189ko_149 a:focus,._children_189ko_149 a:focus-visible{outline:none;color:var(--rp-ui-color-primary-focused);text-decoration:underline}._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)}@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:600;font-display:swap;font-style:normal;src:local("Open Sans Semibold"),local("OpenSans-Semibold"),url(./fonts/OpenSans/OpenSans-Semibold.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-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-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%}._field-number_wswgu_1{position:relative;display:inline-flex;flex-direction:column}._field-number_wswgu_1._disabled_wswgu_6{opacity:.4}._label_wswgu_10{display:block;margin-bottom:4px;font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:13px;line-height:20px;text-indent:1px;color:var(--rp-ui-base-almost-black)}._sign_wswgu_21{display:inline-flex;cursor:pointer}._input-container_wswgu_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_wswgu_26:focus-within:not(._error_wswgu_36._touched_wswgu_36){padding:5px 7px;border-width:2px;border-color:var(--rp-ui-base-topaz-focused)}._input-container_wswgu_26:hover:not(._disabled_wswgu_6):not(:focus-within):not(._error_wswgu_36._touched_wswgu_36){border-color:var(--rp-ui-base-e-300)}._input-container_wswgu_26._filled_wswgu_44:not(:focus-within){border-color:var(--rp-ui-base-e-200)}._input-container_wswgu_26._error_wswgu_36._touched_wswgu_36{border-color:var(--rp-ui-base-error)}._input-field_wswgu_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_wswgu_51._disabled_wswgu_6{cursor:default}._input_wswgu_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_wswgu_26:focus{outline:none}._input_wswgu_26:focus::placeholder{color:transparent}._input_wswgu_26::placeholder{color:var(--rp-ui-base-e-200)}._input_wswgu_26::-webkit-inner-spin-button,._input_wswgu_26::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}._icon-container_7ag8j_1,._icon-container-end_7ag8j_1,._icon-container-start_7ag8j_1{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:22px;height:22px}._icon-container-start_7ag8j_1{margin-right:4px}._collapsed_7ag8j_13 ._icon-container-start_7ag8j_1{cursor:pointer}._icon-container-end_7ag8j_1{margin-left:4px}._label_7ag8j_21{display:block;margin-bottom:4px;font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:13px;line-height:20px;color:var(--rp-ui-color-text)}._label_7ag8j_21 ._asterisk_7ag8j_30{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);padding-left:4px}._label_7ag8j_21._disabled_7ag8j_36{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_7ag8j_41{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_7ag8j_41._default-width_7ag8j_53{width:240px}._field_7ag8j_41._collapsed_7ag8j_13{width:22px;border-width:0;overflow:hidden;padding:0}._field_7ag8j_41._collapsed_7ag8j_13 ._placeholder_7ag8j_62{display:none}._field_7ag8j_41:hover:not(._disabled_7ag8j_36){border-color:var(--rp-ui-color-field-border-3-hover);background-color:var(--rp-ui-color-field-bg-3-hover)}._field_7ag8j_41:focus-within:not(._error_7ag8j_69._touched_7ag8j_69){padding:6px 11px;border:2px solid var(--rp-ui-color-primary-focused)}._field_7ag8j_41._error_7ag8j_69._touched_7ag8j_69{border-color:var(--rp-ui-base-error)}._field_7ag8j_41._disabled_7ag8j_36{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_7ag8j_41._disabled_7ag8j_36 ._placeholder_7ag8j_62{color:var(--rp-ui-base-e-300)}._input-container_7ag8j_84{position:relative;width:100%}._input_7ag8j_84{font-size:13px;line-height:20px;font-family:var(--rp-ui-base-font-family);font-weight:400;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_7ag8j_84:focus{outline:none}._input_7ag8j_84:disabled{color:var(--rp-ui-base-e-300)}._placeholder_7ag8j_62{font-size:13px;line-height:20px;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-color-field-placeholder-3);position:absolute;top:2px;left:0;pointer-events:none;white-space:nowrap}._placeholder_7ag8j_62 ._asterisk_7ag8j_30:after{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);right:-7px;content:"*";color:var(--rp-ui-base-error-focused)}._icon_7ag8j_1,._start-icon_7ag8j_131,._clear-icon_7ag8j_132{display:inline-block;width:16px;height:16px}._start-icon_7ag8j_131,._clear-icon_7ag8j_132{background:none;border:none;padding:0;font:inherit;outline:inherit;cursor:pointer}._start-icon_7ag8j_131 svg>path,._clear-icon_7ag8j_132 svg>path{fill:var(--rp-ui-color-field-icon)}._start-icon_7ag8j_131._disabled_7ag8j_36,._clear-icon_7ag8j_132._disabled_7ag8j_36{pointer-events:none}._start-icon_7ag8j_131:hover svg>path,._clear-icon_7ag8j_132:hover svg>path{fill:var(--rp-ui-color-field-hover-2)}._start-icon_7ag8j_131:focus svg>path,._clear-icon_7ag8j_132:focus svg>path{fill:var(--rp-ui-color-primary-focused)}._start-icon_7ag8j_131:active svg>path,._clear-icon_7ag8j_132:active svg>path{fill:var(--rp-ui-color-primary-pressed)}._additional-content_7ag8j_168{margin-top:4px}._additional-content_7ag8j_168._disabled_7ag8j_36{pointer-events:none}._text_7ag8j_175{font-size:11px;line-height:16px;font-family:var(--rp-ui-base-font-family);font-weight:400;display:block}._error-text_7ag8j_183{color:var(--rp-ui-base-error)}._help-text_7ag8j_187{color:var(--rp-ui-base-dark-e-300)}._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)}}._table_kha9s_1{width:100%;max-width:1200px}._table_kha9s_1 *{box-sizing:border-box}._table-header_kha9s_9{display:flex;width:100%;height:32px;align-items:center}._table-row_kha9s_16{display:flex;width:100%;height:64px}._table-row_kha9s_16 ._table-row-content_kha9s_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_kha9s_16._size-small_kha9s_31{height:44px}._table-row_kha9s_16._size-large_kha9s_34{height:80px}._table-body_kha9s_38{display:flex;flex-direction:column;gap:4px;width:100%}._table-header-cell_kha9s_45,._table-cell_kha9s_45{font-family:var(--rp-ui-base-font-family);font-weight:400;padding:0 16px}._table-header-cell_kha9s_45._action-menu-cell_kha9s_50,._table-cell_kha9s_45._action-menu-cell_kha9s_50{width:48px;padding:0 16px;flex-shrink:0}._table-header-cell_kha9s_45:not(._action-menu-cell_kha9s_50),._table-cell_kha9s_45:not(._action-menu-cell_kha9s_50){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._table-header-cell_kha9s_45._checkbox-cell_kha9s_60,._table-cell_kha9s_45._checkbox-cell_kha9s_60{width:48px;display:flex;justify-content:center;height:100%;cursor:pointer;flex-shrink:0}._table-header-cell_kha9s_45._checkbox-cell_kha9s_60+._table-row-content_kha9s_21,._table-cell_kha9s_45._checkbox-cell_kha9s_60+._table-row-content_kha9s_21{max-width:calc(100% - 48px)}._table-header-cell_kha9s_45._primary-cell_kha9s_71,._table-cell_kha9s_45._primary-cell_kha9s_71{flex:1 1 320px;font-weight:500;text-align:left}._table-header-cell_kha9s_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_kha9s_45 ._label_kha9s_87{display:flex;align-items:center}._table-header-cell_kha9s_45._sortable-cell_kha9s_91>._label_kha9s_87{cursor:pointer}._table-header-cell_kha9s_45._align-right_kha9s_94{justify-content:flex-end}._table-header-cell_kha9s_45._align-right_kha9s_94 svg{margin-right:-16px}._table-header-cell_kha9s_45._align-center_kha9s_100{justify-content:center}._table-cell_kha9s_45{font-size:13px;line-height:20px}._dropdown-option_1ppvi_1{display:flex;font-family:var(--rp-ui-base-font-family);font-weight:400;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_1ppvi_1._disabled_1ppvi_12{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown-option_1ppvi_1._hidden_1ppvi_16{display:none}._dropdown-option_1ppvi_1:hover:not(:active){background:var(--rp-ui-color-bg-3)}._dropdown-option_1ppvi_1._selected_1ppvi_22{color:var(--rp-ui-color-primary-text)}._dropdown-option_1ppvi_1._hover_1ppvi_25:not(._disabled_1ppvi_12){padding:8px 11px 6px;background-color:var(--rp-ui-color-bg-3);border:1px solid var(--rp-ui-color-primary-focused)}._dropdown-option_1ppvi_1._hover_1ppvi_25:not(._disabled_1ppvi_12):hover{border:none;padding:9px 12px 7px}._dropdown-option_1ppvi_1._hover_1ppvi_25:not(._disabled_1ppvi_12):hover:hover:not(:active){background:var(--rp-ui-color-bg-3)}._single-option_1ppvi_38{height:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._sub-option_1ppvi_45{padding-left:24px}._container_re5ge_1{position:relative;display:inline-block;width:100%}._icon_re5ge_7{width:16px;height:16px;margin-right:8px}._arrow_re5ge_13{display:inline-flex;margin-left:12px;transition:transform .2s linear}._dropdown_re5ge_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_re5ge_19._transparent-background_re5ge_33{background-color:transparent}._dropdown_re5ge_19._disabled_re5ge_36{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown_re5ge_19._disabled_re5ge_36 ._arrow_re5ge_13 svg path{opacity:.4}._dropdown_re5ge_19._disabled_re5ge_36 ._value_re5ge_43{color:var(--rp-ui-color-disabled)}._dropdown_re5ge_19._error_re5ge_46._touched_re5ge_46{border-width:1px;border-color:var(--rp-ui-color-error)}._dropdown_re5ge_19:hover:not(:active):not(:focus-visible):not(._opened_re5ge_50):not(._error_re5ge_46){border-color:var(--rp-ui-color-field-hover)}._dropdown_re5ge_19:active,._dropdown_re5ge_19:focus-visible{padding:7px 11px;border-width:2px;border-color:var(--rp-ui-color-primary-focused);outline:none}._dropdown_re5ge_19:active ._arrow_re5ge_13 svg path,._dropdown_re5ge_19:focus-visible ._arrow_re5ge_13 svg path{fill:var(--rp-ui-color-field-hover-2)}._dropdown_re5ge_19._opened_re5ge_50:not(:active):not(._error_re5ge_46){border-width:1px;border-color:var(--rp-ui-color-primary-pressed)}._dropdown_re5ge_19._opened_re5ge_50:not(:active):not(._error_re5ge_46) ._arrow_re5ge_13 svg path{fill:var(--rp-ui-color-field-opened)}._dropdown_re5ge_19._opened_re5ge_50 ._arrow_re5ge_13{transform:rotate(180deg)}._dropdown_re5ge_19 ._placeholder_re5ge_72{color:var(--rp-ui-color-field-placeholder)}._dropdown_re5ge_19 ._value_re5ge_43{flex-grow:1;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;color:var(--rp-ui-color-text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 767px){._dropdown_re5ge_19 ._mobile-disabled_re5ge_87{background-color:var(--rp-ui-color-field-bg-2)}}._select-list_re5ge_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_re5ge_92._opened_re5ge_50:focus-visible{outline:none}._select-list_re5ge_92._limited-width_re5ge_109{max-width:384px}._options-container_re5ge_113{display:flex;flex-direction:column}._ghost_re5ge_118{border-color:transparent;background:transparent}._ghost_re5ge_118:hover:not(:active):not(:focus-visible):not(._opened_re5ge_50):not(._error_re5ge_46){border-color:transparent}._ghost_re5ge_118._opened_re5ge_50:not(:active):not(._error_re5ge_46){border-color:transparent}._ghost_re5ge_118._opened_re5ge_50 ._value_re5ge_43{color:var(--rp-ui-color-primary-pressed)}._divider_re5ge_132{height:1px;margin:8px 12px;background-color:var(--rp-ui-base-e-100)}._header_a3cjx_1{display:flex;align-items:center;justify-content:space-between;background-color:var(--rp-ui-base-bg-000);padding-bottom:18px}._header_a3cjx_1 ._dropdowns-wrapper_a3cjx_8{display:flex;align-items:center;column-gap:8px}._header_a3cjx_1 ._button-prev_a3cjx_13,._header_a3cjx_1 ._button-next_a3cjx_14{all:unset;align-self:center;width:16px;height:16px}._header_a3cjx_1 ._button-prev_a3cjx_13 svg,._header_a3cjx_1 ._button-next_a3cjx_14 svg{width:16px;height:16px}._header_a3cjx_1 ._button-prev_a3cjx_13:hover:not(._disabled_a3cjx_25),._header_a3cjx_1 ._button-next_a3cjx_14:hover:not(._disabled_a3cjx_25){cursor:pointer}._header_a3cjx_1 ._button-prev_a3cjx_13:hover:not(._disabled_a3cjx_25) svg>path,._header_a3cjx_1 ._button-next_a3cjx_14:hover:not(._disabled_a3cjx_25) svg>path{fill:var(--rp-ui-base-e-400)}._header_a3cjx_1 ._button-prev_a3cjx_13._disabled_a3cjx_25,._header_a3cjx_1 ._button-next_a3cjx_14._disabled_a3cjx_25{opacity:.3;pointer-events:none}._header_a3cjx_1 ._button-next_a3cjx_14{transform:rotate(180deg)}._header_a3cjx_1 ._dropdown_a3cjx_8{width:auto}._header_a3cjx_1 ._dropdown_a3cjx_8._month-dropdown_a3cjx_44{width:117px}._header_a3cjx_1 ._dropdown_a3cjx_8 ._toggle-button_a3cjx_47>span{color:var(--rp-ui-base-topaz);font-family:var(--rp-ui-base-font-family);font-weight:700}._header_a3cjx_1 ._dropdown_a3cjx_8 ._toggle-button_a3cjx_47:hover>span{color:var(-rp-ui-base-topaz-hover)}.react-datepicker__aria-live{display:none}._calendar_1jr94_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_1jr94_5 .react-datepicker__month-container{width:100%;height:100%;float:none;display:flex;flex-direction:column;justify-content:center;align-items:center}._calendar_1jr94_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_1jr94_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:700;font-size:13px;line-height:20px;color:var(--rp-ui-base-dark-e-500);vertical-align:middle}._calendar_1jr94_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_1jr94_5 .react-datepicker__month-container .react-datepicker__month{display:flex;flex-direction:column;width:100%;height:100%;row-gap:8px}._calendar_1jr94_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_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day--range-end:first-child:before{display:none}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day{cursor:pointer}._calendar_1jr94_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_1jr94_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:700;color:var(--rp-ui-base-bg-000)}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day--disabled{cursor:default}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day--disabled:hover{border:none!important;line-height:40px!important}._calendar_1jr94_5 ._current-date_1jr94_89,._calendar_1jr94_5 ._date_1jr94_90{width:40px;margin:0;box-sizing:border-box;height:40px;line-height:40px}._calendar_1jr94_5 ._current-date_1jr94_89:focus-visible,._calendar_1jr94_5 ._date_1jr94_90:focus-visible{outline:none}._calendar_1jr94_5 ._date_1jr94_90{background-color:transparent;border-radius:unset;color:inherit;text-align:center}._calendar_1jr94_5 ._current-date_1jr94_89,._calendar_1jr94_5 ._current-date_1jr94_89:hover{position:relative;z-index:3;font-family:var(--rp-ui-base-font-family);font-weight:700;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_1jr94_5 ._date_1jr94_90:hover:not(._current-date_1jr94_89):not(._selected-range_1jr94_119):not(._end-date_1jr94_119){border-radius:50%;border:1px solid var(--rp-ui-base-topaz);background-color:transparent;line-height:38px;color:inherit}._calendar_1jr94_5 ._end-date_1jr94_119{position:relative;border-radius:50%;background-color:var(--rp-ui-base-topaz);font-family:var(--rp-ui-base-font-family);font-weight:700;color:var(--rp-ui-base-bg-000)}._calendar_1jr94_5 ._end-date_1jr94_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_1jr94_5 ._end-date_1jr94_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_1jr94_5 ._selected-range_1jr94_119{background-color:var(--rp-ui-base-bg-200);border-radius:8px;height:32px;line-height:32px;position:relative}._calendar_1jr94_5 ._selected-range_1jr94_119:hover{height:40px;line-height:40px;border-radius:50%;background:var(--rp-ui-base-bg-200)}._calendar_1jr94_5 ._selected-range_1jr94_119:hover:after{display:block}._calendar_1jr94_5 ._selected-range_1jr94_119:hover:not(:first-child):before{top:4px}._calendar_1jr94_5 ._selected-range_1jr94_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_1jr94_5 ._selected-range_1jr94_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_1jr94_5 ._disabled_1jr94_202{color:var(--rp-ui-base-e-400);background-color:transparent}._calendar_1jr94_5 ._disabled_1jr94_202:focus-visible{outline:none}._popper_1jr94_210{z-index:10}._input_1jr94_214{width:100%;min-width:138px}._system-alert_14lm6_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_14lm6_1._error_14lm6_11{background-color:var(--rp-ui-base-sm-error)}._system-alert_14lm6_1._success_14lm6_14{background-color:var(--rp-ui-base-test-execution-status-passed)}._system-alert_14lm6_1._info_14lm6_17{background-color:var(--rp-ui-base-no-defect-bug-group)}._system-alert_14lm6_1 ._icon-wrapper_14lm6_20{width:20px;height:24px;display:grid;place-content:center}._system-alert_14lm6_1 ._content-wrapper_14lm6_26{display:flex;gap:16px;flex-direction:column;flex:1}._system-alert_14lm6_1 ._content-wrapper_14lm6_26 ._title_14lm6_32{text-align:start;font-family:var(--rp-ui-base-font-family);font-size:15px;line-height:24px;font-weight:600;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_14lm6_1 ._close-button_14lm6_45{background:none;border:none;width:24px;height:24px;cursor:pointer}._system-alert_14lm6_1 ._close-button_14lm6_45 svg path{fill:var(--rp-ui-base-bg-000)}._item-counter_4g6do_1{display:inline-block;width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._size-selector_183l8_1{display:flex;flex-direction:column}._size-option_183l8_6{width:88px;padding:8px 0;outline:none;border:none;background:none;cursor:pointer;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;text-align:left;color:var(--rp-ui-base-almost-black)}._size-option_183l8_6:first-child{padding-top:0}._size-option_183l8_6:last-child{padding-bottom:0}._size-option_183l8_6:hover{color:var(--rp-ui-base-topaz-hover)}._size-option_183l8_6:active{color:var(--rp-ui-base-topaz-pressed)}._size-option_183l8_6._selected_183l8_32{color:var(--rp-ui-base-topaz)}._page-size-control_1y4na_1{display:flex;justify-content:flex-end;width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._size-selector-button_1y4na_10{margin-right:4px;font-weight:700}._page-selector_rtho4_1{display:flex;gap:8px}._field-wrapper_rtho4_6,._apply-button_rtho4_10{width:90px}._active-page_rmw5h_1{display:inline-block;width:124px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}._page-selector_rmw5h_10{text-align:left}._page-selector-button_rmw5h_14{margin-left:4px;font-weight:700}._bar_dfnmf_1{width:260px;height:8px;margin:4px 0;border-radius:3px;background-color:var(--rp-ui-base-e-100)}._section-with-tooltip_dfnmf_9{display:inline-block;height:16px}._section-with-tooltip_dfnmf_9:hover ._section_dfnmf_9{background-color:var(--rp-ui-base-topaz-hover)}._section-with-tooltip_dfnmf_9:active ._section_dfnmf_9{background-color:var(--rp-ui-base-topaz-pressed)}._section-with-tooltip_dfnmf_9:first-child ._section_dfnmf_9{border-radius:3px 0 0 3px}._section-with-tooltip_dfnmf_9:last-child ._section_dfnmf_9{border-radius:0 3px 3px 0}._section_dfnmf_9{position:relative;top:4px;height:8px;background-color:transparent;margin:4px 0}._section_dfnmf_9._selected_dfnmf_33{background-color:var(--rp-ui-base-topaz)}._tooltip-wrapper_dfnmf_37{width:inherit;height:16px}._tooltip_dfnmf_37{font-family:var(--rp-ui-base-font-family);font-size:11px;line-height:16px;text-align:center}._tooltip_dfnmf_37 ._tooltip-text_dfnmf_48{font-weight:400;padding-bottom:8px}._tooltip_dfnmf_37 ._page-number_dfnmf_52{font-weight:700}._section-with-tooltip_dfnmf_9,._tooltip-wrapper_dfnmf_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_wi26a_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:400;font-size:13px;line-height:20px;color:var(--rp-ui-base-almost-black)}._modal-content_qziry_1{width:100%;font-family:var(--rp-ui-base-font-family);font-weight:400;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_qziry_1._scrollable_qziry_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_68lru_1{position:relative;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:20px;line-height:31px;color:var(--rp-ui-color-text);padding-bottom:24px}._modal-header_68lru_1._width-description_68lru_10{padding-bottom:8px}._modal-header-content_68lru_14{width:100%;padding-right:30px;box-sizing:border-box}._modal-title_68lru_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_68lru_29{position:absolute;top:6px;right:0;line-height:normal;cursor:pointer}._modal_f3ckb_1{position:absolute;top:0;left:0;display:block;width:100%;height:100%;text-align:center;overflow:hidden}._overlay-default_f3ckb_12{background-color:var(--rp-ui-base-overlay)}._overlay-light-cyan_f3ckb_16{background-color:var(--rp-ui-base-overlay-light-cyan)}._scrolling-content_f3ckb_20{position:fixed;width:100%;height:100%}._modal-window_f3ckb_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_f3ckb_43{display:inline-block;width:100%;padding-bottom:24px;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;color:var(--rp-ui-base-almost-black)}._description_f3ckb_43._scrollable_f3ckb_53{width:calc(100% - 34px)}._size-default_f3ckb_57{width:480px}@media (max-width: 480px){._size-default_f3ckb_57{right:10px;left:10px;transform:none;width:auto}}._size-small_f3ckb_69{width:320px}@media (max-width: 320px){._size-small_f3ckb_69{right:10px;left:10px;transform:none;width:auto}}._size-large_f3ckb_81{width:720px}@media (max-width: 720px){._size-large_f3ckb_81{right:10px;left:10px;transform:none;width:auto}}._tooltip-wrapper_18ppz_16{display:block;width:100%;height:fit-content;cursor:pointer}._tooltip-content_18ppz_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:500;color:var(--rp-ui-base-bg-000);word-wrap:break-word;white-space:pre-wrap;box-sizing:border-box;width:100%}._popover-wrapper_16ogt_1{display:inline-block;width:fit-content;height:fit-content;cursor:pointer}._popover_16ogt_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_16ogt_28{font-family:var(--rp-ui-base-font-family-heading);font-weight:700;font-size:13px;line-height:20px;margin-bottom:8px}
|
|
1
|
+
._system-message_fp9ws_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_fp9ws_1 ._stripes-info_fp9ws_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_fp9ws_1 ._stripes-warning_fp9ws_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_fp9ws_1 ._stripes-error_fp9ws_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_fp9ws_1 ._text-container_fp9ws_27{padding:12px 16px 16px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._message-header-info_fp9ws_30{font-size:15px;line-height:24px;font-weight:500;color:var(--rp-ui-base-e-400);text-transform:capitalize;margin-bottom:8px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._message-header-warning_fp9ws_38{font-size:15px;line-height:24px;font-weight:500;color:var(--rp-ui-base-sm-warning);text-transform:capitalize;margin-bottom:8px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._message-header-error_fp9ws_46{font-size:15px;line-height:24px;font-weight:500;color:var(--rp-ui-base-sm-error);text-transform:capitalize;margin-bottom:8px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._children_fp9ws_54{text-indent:1px;color:var(--rp-ui-color-text);font-weight:700;font-size:13px;line-height:20px}._system-message_fp9ws_1 ._text-container_fp9ws_27 p{margin-top:4px;max-width:780px;color:var(--rp-ui-base-e-400);font-weight:400;font-size:12px;line-height:18px}._content-width_fp9ws_70{max-width:max-content}._toggle_1bvir_1{position:relative;display:inline-flex;align-items:center;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;color:var(--rp-ui-base-almost-black);cursor:pointer;width:32px}._children-container_1bvir_14{margin-left:40px}._children-container_1bvir_14 a{text-decoration:none;color:var(--rp-ui-base-topaz)}._children-container_1bvir_14 a:focus,._children-container_1bvir_14 a:focus-visible{outline:none;color:var(--rp-ui-base-topaz-focused);text-decoration:underline}._slider_1bvir_27{background-color:var(--rp-ui-base-e-300);cursor:pointer;position:absolute;transition:.4s;border-radius:10px;width:32px;height:20px}._slider_1bvir_27:before{position:absolute;top:2px;left:2px;content:"";width:16px;height:16px;background-color:var(--rp-ui-base-bg-000);transition:.4s}._round_1bvir_47:before{border-radius:50%}._input_1bvir_51{position:absolute;opacity:0;top:0;left:0}._input_1bvir_51:disabled+._slider_1bvir_27{background-color:var(--rp-ui-base-e-200);cursor:default}._input_1bvir_51:focus-visible{outline:none}._input_1bvir_51:focus:not(:disabled):after,._input_1bvir_51:focus-visible:not(:disabled)+._slider_1bvir_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_1bvir_51:checked+._slider_1bvir_27{background-color:var(--rp-ui-base-topaz)}._input_1bvir_51:checked+._slider_1bvir_27:before{transform:translate(12px)}._input_1bvir_51:hover:not(:disabled)+._slider_1bvir_27{background-color:var(--rp-ui-base-e-400)}._input_1bvir_51:checked:hover+._slider_1bvir_27{background-color:var(--rp-ui-base-topaz-hover)}._input_1bvir_51:checked:disabled+._slider_1bvir_27{background-color:var(--rp-ui-base-topaz);cursor:default}._disabled_1bvir_92{opacity:.3;cursor:default}._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)}}._radio-button_9d3ij_1{display:flex;align-items:center;height:100%;outline:none;cursor:pointer;padding-bottom:4px}._radio-button_9d3ij_1._disabled_9d3ij_9{cursor:default}._radio-button_9d3ij_1._disabled_9d3ij_9 ._children-container_9d3ij_12{color:var(--rp-ui-base-e-300)}._radio-button_9d3ij_1._disabled_9d3ij_9 ._toggler_9d3ij_15{opacity:.3}._radio-button_9d3ij_1._disabled_9d3ij_9 ._toggler_9d3ij_15:after{background-color:transparent}._radio-button_9d3ij_1._disabled_9d3ij_9 ._toggler_9d3ij_15._checked_9d3ij_21:after{background-color:var(--rp-ui-base-topaz-pressed)}._radio-button_9d3ij_1:focus-visible:not(._disabled_9d3ij_9) ._toggler_9d3ij_15{border:2px solid var(--rp-ui-color-primary-focused)}._input_9d3ij_28{display:none}._toggler_9d3ij_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_9d3ij_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_9d3ij_15:hover:not(._disabled_9d3ij_9){border-color:var(--rp-ui-color-field-border-2-hover)}._toggler_9d3ij_15:hover:not(._disabled_9d3ij_9):after{background-color:var(--rp-ui-color-primary-hover)}._toggler_9d3ij_15._checked_9d3ij_21:after,._toggler_9d3ij_15._disabled_9d3ij_9:after{transform:scale(1);opacity:1}._children-container_9d3ij_12{display:inline-block;overflow:hidden;max-width:100%;font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:13px;line-height:20px;word-break:break-all;text-overflow:ellipsis;color:var(--rp-ui-color-text)}._children-container_9d3ij_12 a{text-decoration:none;color:var(--rp-ui-base-topaz)}._children-container_9d3ij_12 a:focus,._children-container_9d3ij_12 a:focus-visible{outline:none;color:var(--rp-ui-base-topaz-focused);text-decoration:underline}._text-area_cxv68_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:400;color:var(--rp-ui-base-almost-black);resize:vertical}._text-area_cxv68_1:hover{border-color:var(--rp-ui-base-e-300)}._text-area_cxv68_1:focus:not(._error_cxv68_19._touched_cxv68_19){border:1px solid var(--rp-ui-base-topaz-hover);box-shadow:0 0 0 1px var(--rp-ui-base-topaz-hover)}._text-area_cxv68_1._error_cxv68_19._touched_cxv68_19{border:1px solid var(--rp-ui-base-error)}._text-area_cxv68_1::placeholder{color:var(--rp-ui-base-e-300)}._label_cxv68_30{font-size:13px;line-height:20px;font-family:var(--rp-ui-base-font-family);font-weight:500;color:var(--rp-ui-base-almost-black);margin-bottom:4px}._additional-content_cxv68_39 ._error-text_cxv68_39{font-size:11px;line-height:16px;display:block;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-base-error)}._additional-content_cxv68_39 ._help-text_cxv68_47{font-size:11px;line-height:16px;display:block;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-base-e-300)}._disabled_cxv68_56{opacity:.3;pointer-events:none}._button_5qews_1{display:inline-flex;justify-content:center;align-items:center;height:36px;min-width:120px;padding:7px 16px;margin:0;outline:none;border-radius:3px;font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:13px;line-height:20px;cursor:pointer;box-sizing:border-box}._primary_5qews_19{border:1px solid var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);color:var(--rp-ui-base-bg-000)}._primary_5qews_19:hover:not(._disabled_5qews_24){border:1px solid var(--rp-ui-color-primary-hover);background-color:var(--rp-ui-color-primary-hover)}._primary_5qews_19:active:not(._disabled_5qews_24){border:1px solid var(--rp-ui-color-primary-pressed);background-color:var(--rp-ui-color-primary-pressed)}._primary_5qews_19:focus:not(._disabled_5qews_24,:active){border:2px solid var(--rp-ui-color-primary-focused)}._primary_5qews_19 svg *{fill:var(--rp-ui-base-bg-000)}._ghost_5qews_39{border:1px solid var(--rp-ui-color-primary);background-color:transparent;color:var(--rp-ui-color-primary-text)}._ghost_5qews_39:hover:not(._disabled_5qews_24){border:1px solid var(--rp-ui-base-dark-topaz-hover);color:var(--rp-ui-base-dark-topaz-hover)}._ghost_5qews_39:active:not(._disabled_5qews_24){border:1px solid var(--rp-ui-color-primary-pressed);color:var(--rp-ui-color-primary-pressed)}._ghost_5qews_39:focus:not(._disabled_5qews_24,:active){border:2px solid var(--rp-ui-color-primary-focused);color:var(--rp-ui-color-primary-focused)}._ghost_5qews_39 svg *{fill:var(--rp-ui-color-primary-text)}._danger_5qews_60{border:1px solid var(--rp-ui-color-error);background-color:var(--rp-ui-color-error);color:var(--rp-ui-base-bg-000)}._danger_5qews_60:hover:not(._disabled_5qews_24){opacity:.9;background-color:var(--rp-ui-color-error-hover)}._danger_5qews_60:active:not(._disabled_5qews_24){border:1px solid var(--rp-ui-color-error-pressed);background-color:var(--rp-ui-color-error-pressed)}._danger_5qews_60:focus:not(._disabled_5qews_24,:active){border:2px solid var(--rp-ui-color-error-focused)}._danger_5qews_60 svg *{fill:var(--rp-ui-base-bg-000)}._text_5qews_80{min-width:auto;height:auto;border:0;padding:0;background:none;line-height:22px;color:var(--rp-ui-color-primary-text)}._text_5qews_80:hover:not(._disabled_5qews_24){color:var(--rp-ui-color-primary-hover)}._text_5qews_80:hover:not(._disabled_5qews_24) svg *{fill:var(--rp-ui-color-primary-hover)}._text_5qews_80:active:not(._disabled_5qews_24){color:var(--rp-ui-color-primary-pressed)}._text_5qews_80:active:not(._disabled_5qews_24) svg *{fill:var(--rp-ui-color-primary-pressed)}._text_5qews_80:focus:not(._disabled_5qews_24,:active){color:var(--rp-ui-color-primary-focused)}._text_5qews_80:focus:not(._disabled_5qews_24,:active) svg *{fill:var(--rp-ui-color-primary-focused)}._text_5qews_80 svg *{fill:var(--rp-ui-color-primary-text)}._disabled_5qews_24{opacity:var(--rp-ui-opacity-default);cursor:default}._width-wide-content_5qews_116{padding:9px 47px 7px;margin:0}._width-parent_5qews_121{display:flex;width:100%}._icon_5qews_126{display:inline-block;width:16px;height:16px}._icon-start_5qews_132{margin:auto 8px auto 0}._icon-end_5qews_136{margin:auto 0 auto 8px;order:1}._checkbox_189ko_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:500;font-size:13px;line-height:20px}._checkbox_189ko_1 ._disabled_189ko_11{opacity:var(--rp-ui-opacity-default);pointer-events:none}._input_189ko_16{position:absolute;opacity:0;top:0;left:0}._control_189ko_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_189ko_16:checked+._control_189ko_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_189ko_16:hover+._control_189ko_23{border-color:var(--rp-ui-color-field-hover-2)}._input_189ko_16:active:not(:disabled)+._control_189ko_23{border:2px solid var(--rp-ui-color-primary-focused)}._input_189ko_16:checked:hover+._control_189ko_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_189ko_16:checked:active:not(:disabled)+._control_189ko_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_189ko_16:disabled+._control_189ko_23{border-color:var(--rp-ui-color-disabled)}._input_189ko_16:checked:disabled+._control_189ko_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_189ko_16:focus+._control_189ko_23{border:2px solid var(--rp-ui-color-primary-focused)}._input_189ko_16._partially-checked_189ko_76:not(:checked)+._control_189ko_23{border-color:var(--rp-ui-color-field-border);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked)+._control_189ko_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_189ko_16._partially-checked_189ko_76:not(:checked):hover+._control_189ko_23{border-color:var(--rp-ui-color-field-border-2-hover);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked):hover+._control_189ko_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_189ko_16._partially-checked_189ko_76:not(:checked):active:not(:disabled)+._control_189ko_23{border-color:var(--rp-ui-color-primary-focused);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked):active:not(:disabled)+._control_189ko_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_189ko_16._partially-checked_189ko_76:not(:checked):disabled+._control_189ko_23{border-color:var(--rp-ui-color-field-borderd);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked):disabled+._control_189ko_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_189ko_149{cursor:pointer}._children_189ko_149 a{text-decoration:none;color:var(--rp-ui-color-primary)}._children_189ko_149 a:focus,._children_189ko_149 a:focus-visible{outline:none;color:var(--rp-ui-color-primary-focused);text-decoration:underline}._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)}@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:600;font-display:swap;font-style:normal;src:local("Open Sans Semibold"),local("OpenSans-Semibold"),url(./fonts/OpenSans/OpenSans-Semibold.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-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-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%}._field-number_wswgu_1{position:relative;display:inline-flex;flex-direction:column}._field-number_wswgu_1._disabled_wswgu_6{opacity:.4}._label_wswgu_10{display:block;margin-bottom:4px;font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:13px;line-height:20px;text-indent:1px;color:var(--rp-ui-base-almost-black)}._sign_wswgu_21{display:inline-flex;cursor:pointer}._input-container_wswgu_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_wswgu_26:focus-within:not(._error_wswgu_36._touched_wswgu_36){padding:5px 7px;border-width:2px;border-color:var(--rp-ui-base-topaz-focused)}._input-container_wswgu_26:hover:not(._disabled_wswgu_6):not(:focus-within):not(._error_wswgu_36._touched_wswgu_36){border-color:var(--rp-ui-base-e-300)}._input-container_wswgu_26._filled_wswgu_44:not(:focus-within){border-color:var(--rp-ui-base-e-200)}._input-container_wswgu_26._error_wswgu_36._touched_wswgu_36{border-color:var(--rp-ui-base-error)}._input-field_wswgu_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_wswgu_51._disabled_wswgu_6{cursor:default}._input_wswgu_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_wswgu_26:focus{outline:none}._input_wswgu_26:focus::placeholder{color:transparent}._input_wswgu_26::placeholder{color:var(--rp-ui-base-e-200)}._input_wswgu_26::-webkit-inner-spin-button,._input_wswgu_26::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}._header_a3cjx_1{display:flex;align-items:center;justify-content:space-between;background-color:var(--rp-ui-base-bg-000);padding-bottom:18px}._header_a3cjx_1 ._dropdowns-wrapper_a3cjx_8{display:flex;align-items:center;column-gap:8px}._header_a3cjx_1 ._button-prev_a3cjx_13,._header_a3cjx_1 ._button-next_a3cjx_14{all:unset;align-self:center;width:16px;height:16px}._header_a3cjx_1 ._button-prev_a3cjx_13 svg,._header_a3cjx_1 ._button-next_a3cjx_14 svg{width:16px;height:16px}._header_a3cjx_1 ._button-prev_a3cjx_13:hover:not(._disabled_a3cjx_25),._header_a3cjx_1 ._button-next_a3cjx_14:hover:not(._disabled_a3cjx_25){cursor:pointer}._header_a3cjx_1 ._button-prev_a3cjx_13:hover:not(._disabled_a3cjx_25) svg>path,._header_a3cjx_1 ._button-next_a3cjx_14:hover:not(._disabled_a3cjx_25) svg>path{fill:var(--rp-ui-base-e-400)}._header_a3cjx_1 ._button-prev_a3cjx_13._disabled_a3cjx_25,._header_a3cjx_1 ._button-next_a3cjx_14._disabled_a3cjx_25{opacity:.3;pointer-events:none}._header_a3cjx_1 ._button-next_a3cjx_14{transform:rotate(180deg)}._header_a3cjx_1 ._dropdown_a3cjx_8{width:auto}._header_a3cjx_1 ._dropdown_a3cjx_8._month-dropdown_a3cjx_44{width:117px}._header_a3cjx_1 ._dropdown_a3cjx_8 ._toggle-button_a3cjx_47>span{color:var(--rp-ui-base-topaz);font-family:var(--rp-ui-base-font-family);font-weight:700}._header_a3cjx_1 ._dropdown_a3cjx_8 ._toggle-button_a3cjx_47:hover>span{color:var(-rp-ui-base-topaz-hover)}.react-datepicker__aria-live{display:none}._calendar_1jr94_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_1jr94_5 .react-datepicker__month-container{width:100%;height:100%;float:none;display:flex;flex-direction:column;justify-content:center;align-items:center}._calendar_1jr94_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_1jr94_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:700;font-size:13px;line-height:20px;color:var(--rp-ui-base-dark-e-500);vertical-align:middle}._calendar_1jr94_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_1jr94_5 .react-datepicker__month-container .react-datepicker__month{display:flex;flex-direction:column;width:100%;height:100%;row-gap:8px}._calendar_1jr94_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_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day--range-end:first-child:before{display:none}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day{cursor:pointer}._calendar_1jr94_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_1jr94_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:700;color:var(--rp-ui-base-bg-000)}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day--disabled{cursor:default}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day--disabled:hover{border:none!important;line-height:40px!important}._calendar_1jr94_5 ._current-date_1jr94_89,._calendar_1jr94_5 ._date_1jr94_90{width:40px;margin:0;box-sizing:border-box;height:40px;line-height:40px}._calendar_1jr94_5 ._current-date_1jr94_89:focus-visible,._calendar_1jr94_5 ._date_1jr94_90:focus-visible{outline:none}._calendar_1jr94_5 ._date_1jr94_90{background-color:transparent;border-radius:unset;color:inherit;text-align:center}._calendar_1jr94_5 ._current-date_1jr94_89,._calendar_1jr94_5 ._current-date_1jr94_89:hover{position:relative;z-index:3;font-family:var(--rp-ui-base-font-family);font-weight:700;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_1jr94_5 ._date_1jr94_90:hover:not(._current-date_1jr94_89):not(._selected-range_1jr94_119):not(._end-date_1jr94_119){border-radius:50%;border:1px solid var(--rp-ui-base-topaz);background-color:transparent;line-height:38px;color:inherit}._calendar_1jr94_5 ._end-date_1jr94_119{position:relative;border-radius:50%;background-color:var(--rp-ui-base-topaz);font-family:var(--rp-ui-base-font-family);font-weight:700;color:var(--rp-ui-base-bg-000)}._calendar_1jr94_5 ._end-date_1jr94_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_1jr94_5 ._end-date_1jr94_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_1jr94_5 ._selected-range_1jr94_119{background-color:var(--rp-ui-base-bg-200);border-radius:8px;height:32px;line-height:32px;position:relative}._calendar_1jr94_5 ._selected-range_1jr94_119:hover{height:40px;line-height:40px;border-radius:50%;background:var(--rp-ui-base-bg-200)}._calendar_1jr94_5 ._selected-range_1jr94_119:hover:after{display:block}._calendar_1jr94_5 ._selected-range_1jr94_119:hover:not(:first-child):before{top:4px}._calendar_1jr94_5 ._selected-range_1jr94_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_1jr94_5 ._selected-range_1jr94_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_1jr94_5 ._disabled_1jr94_202{color:var(--rp-ui-base-e-400);background-color:transparent}._calendar_1jr94_5 ._disabled_1jr94_202:focus-visible{outline:none}._popper_1jr94_210{z-index:10}._input_1jr94_214{width:100%;min-width:138px}._icon-container_7ag8j_1,._icon-container-end_7ag8j_1,._icon-container-start_7ag8j_1{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:22px;height:22px}._icon-container-start_7ag8j_1{margin-right:4px}._collapsed_7ag8j_13 ._icon-container-start_7ag8j_1{cursor:pointer}._icon-container-end_7ag8j_1{margin-left:4px}._label_7ag8j_21{display:block;margin-bottom:4px;font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:13px;line-height:20px;color:var(--rp-ui-color-text)}._label_7ag8j_21 ._asterisk_7ag8j_30{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);padding-left:4px}._label_7ag8j_21._disabled_7ag8j_36{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_7ag8j_41{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_7ag8j_41._default-width_7ag8j_53{width:240px}._field_7ag8j_41._collapsed_7ag8j_13{width:22px;border-width:0;overflow:hidden;padding:0}._field_7ag8j_41._collapsed_7ag8j_13 ._placeholder_7ag8j_62{display:none}._field_7ag8j_41:hover:not(._disabled_7ag8j_36){border-color:var(--rp-ui-color-field-border-3-hover);background-color:var(--rp-ui-color-field-bg-3-hover)}._field_7ag8j_41:focus-within:not(._error_7ag8j_69._touched_7ag8j_69){padding:6px 11px;border:2px solid var(--rp-ui-color-primary-focused)}._field_7ag8j_41._error_7ag8j_69._touched_7ag8j_69{border-color:var(--rp-ui-base-error)}._field_7ag8j_41._disabled_7ag8j_36{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_7ag8j_41._disabled_7ag8j_36 ._placeholder_7ag8j_62{color:var(--rp-ui-base-e-300)}._input-container_7ag8j_84{position:relative;width:100%}._input_7ag8j_84{font-size:13px;line-height:20px;font-family:var(--rp-ui-base-font-family);font-weight:400;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_7ag8j_84:focus{outline:none}._input_7ag8j_84:disabled{color:var(--rp-ui-base-e-300)}._placeholder_7ag8j_62{font-size:13px;line-height:20px;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-color-field-placeholder-3);position:absolute;top:2px;left:0;pointer-events:none;white-space:nowrap}._placeholder_7ag8j_62 ._asterisk_7ag8j_30:after{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);right:-7px;content:"*";color:var(--rp-ui-base-error-focused)}._icon_7ag8j_1,._start-icon_7ag8j_131,._clear-icon_7ag8j_132{display:inline-block;width:16px;height:16px}._start-icon_7ag8j_131,._clear-icon_7ag8j_132{background:none;border:none;padding:0;font:inherit;outline:inherit;cursor:pointer}._start-icon_7ag8j_131 svg>path,._clear-icon_7ag8j_132 svg>path{fill:var(--rp-ui-color-field-icon)}._start-icon_7ag8j_131._disabled_7ag8j_36,._clear-icon_7ag8j_132._disabled_7ag8j_36{pointer-events:none}._start-icon_7ag8j_131:hover svg>path,._clear-icon_7ag8j_132:hover svg>path{fill:var(--rp-ui-color-field-hover-2)}._start-icon_7ag8j_131:focus svg>path,._clear-icon_7ag8j_132:focus svg>path{fill:var(--rp-ui-color-primary-focused)}._start-icon_7ag8j_131:active svg>path,._clear-icon_7ag8j_132:active svg>path{fill:var(--rp-ui-color-primary-pressed)}._additional-content_7ag8j_168{margin-top:4px}._additional-content_7ag8j_168._disabled_7ag8j_36{pointer-events:none}._text_7ag8j_175{font-size:11px;line-height:16px;font-family:var(--rp-ui-base-font-family);font-weight:400;display:block}._error-text_7ag8j_183{color:var(--rp-ui-base-error)}._help-text_7ag8j_187{color:var(--rp-ui-base-dark-e-300)}._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)}}._table_kha9s_1{width:100%;max-width:1200px}._table_kha9s_1 *{box-sizing:border-box}._table-header_kha9s_9{display:flex;width:100%;height:32px;align-items:center}._table-row_kha9s_16{display:flex;width:100%;height:64px}._table-row_kha9s_16 ._table-row-content_kha9s_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_kha9s_16._size-small_kha9s_31{height:44px}._table-row_kha9s_16._size-large_kha9s_34{height:80px}._table-body_kha9s_38{display:flex;flex-direction:column;gap:4px;width:100%}._table-header-cell_kha9s_45,._table-cell_kha9s_45{font-family:var(--rp-ui-base-font-family);font-weight:400;padding:0 16px}._table-header-cell_kha9s_45._action-menu-cell_kha9s_50,._table-cell_kha9s_45._action-menu-cell_kha9s_50{width:48px;padding:0 16px;flex-shrink:0}._table-header-cell_kha9s_45:not(._action-menu-cell_kha9s_50),._table-cell_kha9s_45:not(._action-menu-cell_kha9s_50){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._table-header-cell_kha9s_45._checkbox-cell_kha9s_60,._table-cell_kha9s_45._checkbox-cell_kha9s_60{width:48px;display:flex;justify-content:center;height:100%;cursor:pointer;flex-shrink:0}._table-header-cell_kha9s_45._checkbox-cell_kha9s_60+._table-row-content_kha9s_21,._table-cell_kha9s_45._checkbox-cell_kha9s_60+._table-row-content_kha9s_21{max-width:calc(100% - 48px)}._table-header-cell_kha9s_45._primary-cell_kha9s_71,._table-cell_kha9s_45._primary-cell_kha9s_71{flex:1 1 320px;font-weight:500;text-align:left}._table-header-cell_kha9s_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_kha9s_45 ._label_kha9s_87{display:flex;align-items:center}._table-header-cell_kha9s_45._sortable-cell_kha9s_91>._label_kha9s_87{cursor:pointer}._table-header-cell_kha9s_45._align-right_kha9s_94{justify-content:flex-end}._table-header-cell_kha9s_45._align-right_kha9s_94 svg{margin-right:-16px}._table-header-cell_kha9s_45._align-center_kha9s_100{justify-content:center}._table-cell_kha9s_45{font-size:13px;line-height:20px}._dropdown-option_1ppvi_1{display:flex;font-family:var(--rp-ui-base-font-family);font-weight:400;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_1ppvi_1._disabled_1ppvi_12{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown-option_1ppvi_1._hidden_1ppvi_16{display:none}._dropdown-option_1ppvi_1:hover:not(:active){background:var(--rp-ui-color-bg-3)}._dropdown-option_1ppvi_1._selected_1ppvi_22{color:var(--rp-ui-color-primary-text)}._dropdown-option_1ppvi_1._hover_1ppvi_25:not(._disabled_1ppvi_12){padding:8px 11px 6px;background-color:var(--rp-ui-color-bg-3);border:1px solid var(--rp-ui-color-primary-focused)}._dropdown-option_1ppvi_1._hover_1ppvi_25:not(._disabled_1ppvi_12):hover{border:none;padding:9px 12px 7px}._dropdown-option_1ppvi_1._hover_1ppvi_25:not(._disabled_1ppvi_12):hover:hover:not(:active){background:var(--rp-ui-color-bg-3)}._single-option_1ppvi_38{height:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._sub-option_1ppvi_45{padding-left:24px}._container_re5ge_1{position:relative;display:inline-block;width:100%}._icon_re5ge_7{width:16px;height:16px;margin-right:8px}._arrow_re5ge_13{display:inline-flex;margin-left:12px;transition:transform .2s linear}._dropdown_re5ge_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_re5ge_19._transparent-background_re5ge_33{background-color:transparent}._dropdown_re5ge_19._disabled_re5ge_36{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown_re5ge_19._disabled_re5ge_36 ._arrow_re5ge_13 svg path{opacity:.4}._dropdown_re5ge_19._disabled_re5ge_36 ._value_re5ge_43{color:var(--rp-ui-color-disabled)}._dropdown_re5ge_19._error_re5ge_46._touched_re5ge_46{border-width:1px;border-color:var(--rp-ui-color-error)}._dropdown_re5ge_19:hover:not(:active):not(:focus-visible):not(._opened_re5ge_50):not(._error_re5ge_46){border-color:var(--rp-ui-color-field-hover)}._dropdown_re5ge_19:active,._dropdown_re5ge_19:focus-visible{padding:7px 11px;border-width:2px;border-color:var(--rp-ui-color-primary-focused);outline:none}._dropdown_re5ge_19:active ._arrow_re5ge_13 svg path,._dropdown_re5ge_19:focus-visible ._arrow_re5ge_13 svg path{fill:var(--rp-ui-color-field-hover-2)}._dropdown_re5ge_19._opened_re5ge_50:not(:active):not(._error_re5ge_46){border-width:1px;border-color:var(--rp-ui-color-primary-pressed)}._dropdown_re5ge_19._opened_re5ge_50:not(:active):not(._error_re5ge_46) ._arrow_re5ge_13 svg path{fill:var(--rp-ui-color-field-opened)}._dropdown_re5ge_19._opened_re5ge_50 ._arrow_re5ge_13{transform:rotate(180deg)}._dropdown_re5ge_19 ._placeholder_re5ge_72{color:var(--rp-ui-color-field-placeholder)}._dropdown_re5ge_19 ._value_re5ge_43{flex-grow:1;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;color:var(--rp-ui-color-text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 767px){._dropdown_re5ge_19 ._mobile-disabled_re5ge_87{background-color:var(--rp-ui-color-field-bg-2)}}._select-list_re5ge_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_re5ge_92._opened_re5ge_50:focus-visible{outline:none}._select-list_re5ge_92._limited-width_re5ge_109{max-width:384px}._options-container_re5ge_113{display:flex;flex-direction:column}._ghost_re5ge_118{border-color:transparent;background:transparent}._ghost_re5ge_118:hover:not(:active):not(:focus-visible):not(._opened_re5ge_50):not(._error_re5ge_46){border-color:transparent}._ghost_re5ge_118._opened_re5ge_50:not(:active):not(._error_re5ge_46){border-color:transparent}._ghost_re5ge_118._opened_re5ge_50 ._value_re5ge_43{color:var(--rp-ui-color-primary-pressed)}._divider_re5ge_132{height:1px;margin:8px 12px;background-color:var(--rp-ui-base-e-100)}._system-alert_14lm6_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_14lm6_1._error_14lm6_11{background-color:var(--rp-ui-base-sm-error)}._system-alert_14lm6_1._success_14lm6_14{background-color:var(--rp-ui-base-test-execution-status-passed)}._system-alert_14lm6_1._info_14lm6_17{background-color:var(--rp-ui-base-no-defect-bug-group)}._system-alert_14lm6_1 ._icon-wrapper_14lm6_20{width:20px;height:24px;display:grid;place-content:center}._system-alert_14lm6_1 ._content-wrapper_14lm6_26{display:flex;gap:16px;flex-direction:column;flex:1}._system-alert_14lm6_1 ._content-wrapper_14lm6_26 ._title_14lm6_32{text-align:start;font-family:var(--rp-ui-base-font-family);font-size:15px;line-height:24px;font-weight:600;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_14lm6_1 ._close-button_14lm6_45{background:none;border:none;width:24px;height:24px;cursor:pointer}._system-alert_14lm6_1 ._close-button_14lm6_45 svg path{fill:var(--rp-ui-base-bg-000)}._item-counter_4g6do_1{display:inline-block;width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._size-selector_183l8_1{display:flex;flex-direction:column}._size-option_183l8_6{width:88px;padding:8px 0;outline:none;border:none;background:none;cursor:pointer;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;text-align:left;color:var(--rp-ui-base-almost-black)}._size-option_183l8_6:first-child{padding-top:0}._size-option_183l8_6:last-child{padding-bottom:0}._size-option_183l8_6:hover{color:var(--rp-ui-base-topaz-hover)}._size-option_183l8_6:active{color:var(--rp-ui-base-topaz-pressed)}._size-option_183l8_6._selected_183l8_32{color:var(--rp-ui-base-topaz)}._page-size-control_1y4na_1{display:flex;justify-content:flex-end;width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._size-selector-button_1y4na_10{margin-right:4px;font-weight:700}._page-selector_rtho4_1{display:flex;gap:8px}._field-wrapper_rtho4_6,._apply-button_rtho4_10{width:90px}._active-page_rmw5h_1{display:inline-block;width:124px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}._page-selector_rmw5h_10{text-align:left}._page-selector-button_rmw5h_14{margin-left:4px;font-weight:700}._bar_dfnmf_1{width:260px;height:8px;margin:4px 0;border-radius:3px;background-color:var(--rp-ui-base-e-100)}._section-with-tooltip_dfnmf_9{display:inline-block;height:16px}._section-with-tooltip_dfnmf_9:hover ._section_dfnmf_9{background-color:var(--rp-ui-base-topaz-hover)}._section-with-tooltip_dfnmf_9:active ._section_dfnmf_9{background-color:var(--rp-ui-base-topaz-pressed)}._section-with-tooltip_dfnmf_9:first-child ._section_dfnmf_9{border-radius:3px 0 0 3px}._section-with-tooltip_dfnmf_9:last-child ._section_dfnmf_9{border-radius:0 3px 3px 0}._section_dfnmf_9{position:relative;top:4px;height:8px;background-color:transparent;margin:4px 0}._section_dfnmf_9._selected_dfnmf_33{background-color:var(--rp-ui-base-topaz)}._tooltip-wrapper_dfnmf_37{width:inherit;height:16px}._tooltip_dfnmf_37{font-family:var(--rp-ui-base-font-family);font-size:11px;line-height:16px;text-align:center}._tooltip_dfnmf_37 ._tooltip-text_dfnmf_48{font-weight:400;padding-bottom:8px}._tooltip_dfnmf_37 ._page-number_dfnmf_52{font-weight:700}._section-with-tooltip_dfnmf_9,._tooltip-wrapper_dfnmf_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_wi26a_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:400;font-size:13px;line-height:20px;color:var(--rp-ui-base-almost-black)}._modal-content_qziry_1{width:100%;font-family:var(--rp-ui-base-font-family);font-weight:400;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_qziry_1._scrollable_qziry_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_68lru_1{position:relative;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:20px;line-height:31px;color:var(--rp-ui-color-text);padding-bottom:24px}._modal-header_68lru_1._width-description_68lru_10{padding-bottom:8px}._modal-header-content_68lru_14{width:100%;padding-right:30px;box-sizing:border-box}._modal-title_68lru_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_68lru_29{position:absolute;top:6px;right:0;line-height:normal;cursor:pointer}._modal_f3ckb_1{position:absolute;top:0;left:0;display:block;width:100%;height:100%;text-align:center;overflow:hidden}._overlay-default_f3ckb_12{background-color:var(--rp-ui-base-overlay)}._overlay-light-cyan_f3ckb_16{background-color:var(--rp-ui-base-overlay-light-cyan)}._scrolling-content_f3ckb_20{position:fixed;width:100%;height:100%}._modal-window_f3ckb_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_f3ckb_43{display:inline-block;width:100%;padding-bottom:24px;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;color:var(--rp-ui-base-almost-black)}._description_f3ckb_43._scrollable_f3ckb_53{width:calc(100% - 34px)}._size-default_f3ckb_57{width:480px}@media (max-width: 480px){._size-default_f3ckb_57{right:10px;left:10px;transform:none;width:auto}}._size-small_f3ckb_69{width:320px}@media (max-width: 320px){._size-small_f3ckb_69{right:10px;left:10px;transform:none;width:auto}}._size-large_f3ckb_81{width:720px}@media (max-width: 720px){._size-large_f3ckb_81{right:10px;left:10px;transform:none;width:auto}}._tooltip-wrapper_18ppz_16{display:block;width:100%;height:fit-content;cursor:pointer}._tooltip-content_18ppz_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:500;color:var(--rp-ui-base-bg-000);word-wrap:break-word;white-space:pre-wrap;box-sizing:border-box;width:100%}._popover-wrapper_16ogt_1{display:inline-block;width:fit-content;height:fit-content;cursor:pointer}._popover_16ogt_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_16ogt_28{font-family:var(--rp-ui-base-font-family-heading);font-weight:700;font-size:13px;line-height:20px;margin-bottom:8px}
|