@reportportal/ui-kit 0.0.1-alpha.49 → 0.0.1-alpha.50
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/icons/index.d.ts +2 -0
- package/dist/{datePicker-7aa41281.js → datePicker-12aff50c.js} +1 -1
- package/dist/datePicker.js +4 -3
- package/dist/fieldText-43787c48.js +160 -0
- package/dist/fieldText.js +3 -2
- package/dist/icons.js +27 -25
- package/dist/index.js +40 -38
- package/dist/openEye-7b9cf080.js +7 -0
- package/dist/{pagination-86651d50.js → pagination-f3d85a63.js} +1 -1
- package/dist/pagination.js +3 -3
- package/dist/style.css +1 -1
- package/dist/systemAlert.js +13 -5
- package/package.json +1 -1
- package/dist/clear-53660571.js +0 -5
- package/dist/fieldText-404383ce.js +0 -139
|
@@ -18,3 +18,5 @@ export { default as InfoIcon } from './svg/info.svg';
|
|
|
18
18
|
export { default as SuccessIcon } from './svg/success.svg';
|
|
19
19
|
export { default as ErrorIcon } from './svg/error.svg';
|
|
20
20
|
export { default as ExportIcon } from './svg/export.svg';
|
|
21
|
+
export { default as CloseEyeIcon } from './svg/closeEye.svg';
|
|
22
|
+
export { default as OpenEyeIcon } from './svg/openEye.svg';
|
|
@@ -2,7 +2,7 @@ import { jsxs as S, Fragment as U, jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import $ from "react-datepicker";
|
|
3
3
|
import { c as Y } from "./bind-06a7ff84.js";
|
|
4
4
|
import { useMemo as E, useRef as B } from "react";
|
|
5
|
-
import { F as D } from "./fieldText-
|
|
5
|
+
import { F as D } from "./fieldText-43787c48.js";
|
|
6
6
|
import { S as T, a as G } from "./calendar-f154eb78.js";
|
|
7
7
|
import { D as P } from "./dropdown-6edea86c.js";
|
|
8
8
|
const H = (a, c = 20) => {
|
package/dist/datePicker.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { D as t } from "./datePicker-
|
|
1
|
+
import { D as t } from "./datePicker-12aff50c.js";
|
|
2
2
|
import "react/jsx-runtime";
|
|
3
3
|
import "react-datepicker";
|
|
4
4
|
import "./bind-06a7ff84.js";
|
|
5
5
|
import "react";
|
|
6
|
-
import "./fieldText-
|
|
7
|
-
import "./
|
|
6
|
+
import "./fieldText-43787c48.js";
|
|
7
|
+
import "./openEye-7b9cf080.js";
|
|
8
|
+
import "./button-33c88abf.js";
|
|
8
9
|
import "./spinLoader-c4a53718.js";
|
|
9
10
|
import "./maxValueDisplay-9be01a75.js";
|
|
10
11
|
import "./calendar-f154eb78.js";
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
import { jsx as n, jsxs as s, Fragment as E } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as Q, useRef as W, useState as M } from "react";
|
|
3
|
+
import { c as X } from "./bind-06a7ff84.js";
|
|
4
|
+
import { b as Y, a as Z, S as q } from "./openEye-7b9cf080.js";
|
|
5
|
+
import { B as nn } from "./button-33c88abf.js";
|
|
6
|
+
import { S as en } from "./spinLoader-c4a53718.js";
|
|
7
|
+
import { M as an } from "./maxValueDisplay-9be01a75.js";
|
|
8
|
+
const tn = "_collapsed_11ank_13", sn = "_label_11ank_21", on = "_asterisk_11ank_30", cn = "_disabled_11ank_36", rn = "_field_11ank_41", ln = "_placeholder_11ank_62", _n = "_error_11ank_69", dn = "_touched_11ank_69", pn = "_input_11ank_84", un = "_icon_11ank_1", mn = "_text_11ank_190", fn = {
|
|
9
|
+
"icon-container": "_icon-container_11ank_1",
|
|
10
|
+
"icon-container-end": "_icon-container-end_11ank_1",
|
|
11
|
+
"icon-container-start": "_icon-container-start_11ank_1",
|
|
12
|
+
collapsed: tn,
|
|
13
|
+
label: sn,
|
|
14
|
+
asterisk: on,
|
|
15
|
+
disabled: cn,
|
|
16
|
+
field: rn,
|
|
17
|
+
"default-width": "_default-width_11ank_53",
|
|
18
|
+
placeholder: ln,
|
|
19
|
+
error: _n,
|
|
20
|
+
touched: dn,
|
|
21
|
+
"input-container": "_input-container_11ank_84",
|
|
22
|
+
"type-password": "_type-password_11ank_88",
|
|
23
|
+
input: pn,
|
|
24
|
+
"eye-icon": "_eye-icon_11ank_92",
|
|
25
|
+
icon: un,
|
|
26
|
+
"start-icon": "_start-icon_11ank_146",
|
|
27
|
+
"clear-icon": "_clear-icon_11ank_147",
|
|
28
|
+
"additional-content": "_additional-content_11ank_183",
|
|
29
|
+
text: mn,
|
|
30
|
+
"max-length-display": "_max-length-display_11ank_191",
|
|
31
|
+
"error-text": "_error-text_11ank_208",
|
|
32
|
+
"help-text": "_help-text_11ank_212"
|
|
33
|
+
}, e = X.bind(fn), Sn = Q(
|
|
34
|
+
({
|
|
35
|
+
value: t = "",
|
|
36
|
+
className: v,
|
|
37
|
+
classNameHelpText: B,
|
|
38
|
+
error: i,
|
|
39
|
+
placeholder: u,
|
|
40
|
+
disabled: o = !1,
|
|
41
|
+
onChange: C,
|
|
42
|
+
touched: m = !1,
|
|
43
|
+
title: D,
|
|
44
|
+
label: l,
|
|
45
|
+
helpText: _,
|
|
46
|
+
defaultWidth: T = !0,
|
|
47
|
+
startIcon: f,
|
|
48
|
+
endIcon: h,
|
|
49
|
+
clearable: V = !1,
|
|
50
|
+
onClear: k,
|
|
51
|
+
isRequired: x = !1,
|
|
52
|
+
hasDoubleMessage: P = !1,
|
|
53
|
+
type: c = "text",
|
|
54
|
+
displayError: R = !0,
|
|
55
|
+
collapsible: j = !1,
|
|
56
|
+
loading: H = !1,
|
|
57
|
+
maxLengthDisplay: L,
|
|
58
|
+
onFocus: O = () => {
|
|
59
|
+
},
|
|
60
|
+
onBlur: U = () => {
|
|
61
|
+
},
|
|
62
|
+
...$
|
|
63
|
+
}, z) => {
|
|
64
|
+
const A = W(null), d = z || A, [N, w] = M(!1), [y, g] = M(!1), G = (a) => {
|
|
65
|
+
w(!0), O(a);
|
|
66
|
+
}, I = (a) => {
|
|
67
|
+
w(!1), U(a);
|
|
68
|
+
}, J = () => {
|
|
69
|
+
var a;
|
|
70
|
+
k && (k(t), (a = d.current) == null || a.focus());
|
|
71
|
+
}, S = R && i && m, b = /* @__PURE__ */ n("span", { className: e("text", "help-text", B), children: _ }), K = () => c !== "password" ? c : y ? "text" : "password", F = (a) => {
|
|
72
|
+
a.preventDefault(), g(!0);
|
|
73
|
+
}, r = (a) => {
|
|
74
|
+
a.preventDefault(), g(!1);
|
|
75
|
+
};
|
|
76
|
+
return /* @__PURE__ */ s(E, { children: [
|
|
77
|
+
l && /* @__PURE__ */ s("span", { className: e("label", { disabled: o }), children: [
|
|
78
|
+
l,
|
|
79
|
+
x && /* @__PURE__ */ n("span", { className: e("asterisk"), children: "*" })
|
|
80
|
+
] }),
|
|
81
|
+
/* @__PURE__ */ s(
|
|
82
|
+
"div",
|
|
83
|
+
{
|
|
84
|
+
className: e("field", v, {
|
|
85
|
+
error: i,
|
|
86
|
+
touched: m,
|
|
87
|
+
disabled: o,
|
|
88
|
+
"default-width": T,
|
|
89
|
+
collapsed: j && !N && !t
|
|
90
|
+
}),
|
|
91
|
+
title: D,
|
|
92
|
+
children: [
|
|
93
|
+
H ? /* @__PURE__ */ n(en, {}) : f && /* @__PURE__ */ n(
|
|
94
|
+
"span",
|
|
95
|
+
{
|
|
96
|
+
className: e("icon-container-start"),
|
|
97
|
+
onClick: () => {
|
|
98
|
+
var p;
|
|
99
|
+
(p = d.current) == null || p.focus();
|
|
100
|
+
},
|
|
101
|
+
children: /* @__PURE__ */ n("span", { className: e("icon", { "start-icon": !N }), children: f })
|
|
102
|
+
}
|
|
103
|
+
),
|
|
104
|
+
/* @__PURE__ */ s("span", { className: e("input-container", `type-${c}`), children: [
|
|
105
|
+
/* @__PURE__ */ n(
|
|
106
|
+
"input",
|
|
107
|
+
{
|
|
108
|
+
ref: d,
|
|
109
|
+
type: K(),
|
|
110
|
+
className: e("input"),
|
|
111
|
+
value: t,
|
|
112
|
+
disabled: o,
|
|
113
|
+
onChange: C,
|
|
114
|
+
onFocus: G,
|
|
115
|
+
onBlur: I,
|
|
116
|
+
...$
|
|
117
|
+
}
|
|
118
|
+
),
|
|
119
|
+
c === "password" && t && /* @__PURE__ */ n(
|
|
120
|
+
nn,
|
|
121
|
+
{
|
|
122
|
+
icon: y ? /* @__PURE__ */ n(Y, {}) : /* @__PURE__ */ n(Z, {}),
|
|
123
|
+
variant: "text",
|
|
124
|
+
className: e("eye-icon"),
|
|
125
|
+
onMouseDown: F,
|
|
126
|
+
onMouseLeave: r,
|
|
127
|
+
onMouseUp: r,
|
|
128
|
+
onTouchStart: F,
|
|
129
|
+
onTouchEnd: r,
|
|
130
|
+
onTouchCancel: r
|
|
131
|
+
}
|
|
132
|
+
),
|
|
133
|
+
u && !t && /* @__PURE__ */ s("span", { className: e("placeholder"), children: [
|
|
134
|
+
u,
|
|
135
|
+
x && !l && /* @__PURE__ */ n("span", { className: e("asterisk") })
|
|
136
|
+
] })
|
|
137
|
+
] }),
|
|
138
|
+
/* @__PURE__ */ n(
|
|
139
|
+
an,
|
|
140
|
+
{
|
|
141
|
+
className: e("max-length-display"),
|
|
142
|
+
value: t.length,
|
|
143
|
+
maxValue: L
|
|
144
|
+
}
|
|
145
|
+
),
|
|
146
|
+
h && /* @__PURE__ */ n("span", { className: e("icon-container-end"), children: /* @__PURE__ */ n("span", { className: e("icon"), children: h }) }),
|
|
147
|
+
V && t.length > 0 && /* @__PURE__ */ n("span", { className: e("icon-container-end"), children: /* @__PURE__ */ n("button", { type: "button", className: e("clear-icon", { disabled: o }), onClick: J, children: /* @__PURE__ */ n(q, {}) }) })
|
|
148
|
+
]
|
|
149
|
+
}
|
|
150
|
+
),
|
|
151
|
+
(S || _) && /* @__PURE__ */ n("div", { className: e("additional-content", { disabled: o }), children: S ? /* @__PURE__ */ s(E, { children: [
|
|
152
|
+
/* @__PURE__ */ n("span", { className: e("text", "error-text"), children: i }),
|
|
153
|
+
P && b
|
|
154
|
+
] }) : _ && b })
|
|
155
|
+
] });
|
|
156
|
+
}
|
|
157
|
+
);
|
|
158
|
+
export {
|
|
159
|
+
Sn as F
|
|
160
|
+
};
|
package/dist/fieldText.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { F as o } from "./fieldText-
|
|
1
|
+
import { F as o } from "./fieldText-43787c48.js";
|
|
2
2
|
import "react/jsx-runtime";
|
|
3
3
|
import "react";
|
|
4
4
|
import "./bind-06a7ff84.js";
|
|
5
|
-
import "./
|
|
5
|
+
import "./openEye-7b9cf080.js";
|
|
6
|
+
import "./button-33c88abf.js";
|
|
6
7
|
import "./spinLoader-c4a53718.js";
|
|
7
8
|
import "./maxValueDisplay-9be01a75.js";
|
|
8
9
|
export {
|
package/dist/icons.js
CHANGED
|
@@ -1,32 +1,34 @@
|
|
|
1
|
-
import { S as
|
|
2
|
-
import { S as
|
|
3
|
-
import { a as
|
|
1
|
+
import { S as i, a as w, b as L } from "./openEye-7b9cf080.js";
|
|
2
|
+
import { S as h } from "./close-4b33d7c1.js";
|
|
3
|
+
import { a as v, S as g } from "./minus-660ea0d6.js";
|
|
4
4
|
import * as e from "react";
|
|
5
|
-
import { S as
|
|
6
|
-
import { a as
|
|
7
|
-
import { S
|
|
8
|
-
import { S as
|
|
9
|
-
import { b as
|
|
10
|
-
const t = (C) => /* @__PURE__ */ e.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...C }, /* @__PURE__ */ e.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__ */ e.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" })), l = (C) => /* @__PURE__ */ e.createElement("svg", { width: 14, height: 3, viewBox: "0 0 14 3", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...C }, /* @__PURE__ */ e.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" })), o = (C) => /* @__PURE__ */ e.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...C }, /* @__PURE__ */ e.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" })), n = (C) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 15, height: 14, viewBox: "0 0 15 14", fill: "none", ...C }, /* @__PURE__ */ e.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" })),
|
|
5
|
+
import { S as f } from "./dropdown-0260bb66.js";
|
|
6
|
+
import { a as I, S as E } from "./prevChapter-ebd5a3a7.js";
|
|
7
|
+
import { S, a as B } from "./arrowUp-4a5caee7.js";
|
|
8
|
+
import { S as A, a as V } from "./calendar-f154eb78.js";
|
|
9
|
+
import { b as Z, S as F, a as R } from "./error-4f493850.js";
|
|
10
|
+
const t = (C) => /* @__PURE__ */ e.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...C }, /* @__PURE__ */ e.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__ */ e.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" })), l = (C) => /* @__PURE__ */ e.createElement("svg", { width: 14, height: 3, viewBox: "0 0 14 3", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...C }, /* @__PURE__ */ e.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" })), o = (C) => /* @__PURE__ */ e.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...C }, /* @__PURE__ */ e.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" })), n = (C) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 15, height: 14, viewBox: "0 0 15 14", fill: "none", ...C }, /* @__PURE__ */ e.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" })), a = (C) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", ...C }, /* @__PURE__ */ e.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" })), r = (C) => /* @__PURE__ */ e.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...C }, /* @__PURE__ */ e.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__ */ e.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" }));
|
|
11
11
|
export {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
12
|
+
S as ArrowDownIcon,
|
|
13
|
+
B as ArrowUpIcon,
|
|
14
|
+
A as CalendarArrowIcon,
|
|
15
|
+
V as CalendarIcon,
|
|
16
|
+
i as ClearIcon,
|
|
17
|
+
w as CloseEyeIcon,
|
|
18
|
+
h as CloseIcon,
|
|
18
19
|
t as DeleteIcon,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
f as DropdownIcon,
|
|
21
|
+
Z as ErrorIcon,
|
|
22
|
+
r as ExportIcon,
|
|
23
|
+
a as FilterFilledIcon,
|
|
23
24
|
n as FilterOutlineIcon,
|
|
24
|
-
|
|
25
|
+
F as InfoIcon,
|
|
25
26
|
l as MeatballMenuIcon,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
v as MinusIcon,
|
|
28
|
+
L as OpenEyeIcon,
|
|
29
|
+
g as PlusIcon,
|
|
30
|
+
I as PrevChapterIcon,
|
|
31
|
+
E as PrevPageIcon,
|
|
30
32
|
o as SearchIcon,
|
|
31
|
-
|
|
33
|
+
R as SuccessIcon
|
|
32
34
|
};
|
package/dist/index.js
CHANGED
|
@@ -2,31 +2,31 @@ import { B as I } from "./button-33c88abf.js";
|
|
|
2
2
|
import { B as d } from "./baseIconButton-251479f7.js";
|
|
3
3
|
import { C as u } from "./checkbox-9a6c7ce1.js";
|
|
4
4
|
import { S as T } from "./systemMessage-1ced6079.js";
|
|
5
|
-
import { F as
|
|
5
|
+
import { F as C } from "./fieldText-43787c48.js";
|
|
6
6
|
import { T as D } from "./themeProvider-46c2be7b.js";
|
|
7
7
|
import { Modal as g } from "./modal.js";
|
|
8
8
|
import { D as h } from "./dropdown-6edea86c.js";
|
|
9
|
-
import { T as
|
|
10
|
-
import { F as
|
|
9
|
+
import { T as y } from "./toggle-1a3aacb5.js";
|
|
10
|
+
import { F as E } from "./fieldNumber-d517a095.js";
|
|
11
11
|
import { B as L } from "./bubblesLoader-a7e709d4.js";
|
|
12
|
-
import { S as
|
|
12
|
+
import { S as R } from "./spinLoader-c4a53718.js";
|
|
13
13
|
import { F as U } from "./fieldTextFlex-23d6ecce.js";
|
|
14
14
|
import { R as q } from "./radio-bccc84f2.js";
|
|
15
15
|
import { Tooltip as G } from "./tooltip.js";
|
|
16
16
|
import { Popover as J } from "./popover.js";
|
|
17
|
-
import { P as Q } from "./pagination-
|
|
17
|
+
import { P as Q } from "./pagination-f3d85a63.js";
|
|
18
18
|
import { T as W } from "./table-32fc8c70.js";
|
|
19
|
-
import { D as Y } from "./datePicker-
|
|
19
|
+
import { D as Y } from "./datePicker-12aff50c.js";
|
|
20
20
|
import { SystemAlert as _ } from "./systemAlert.js";
|
|
21
|
-
import { S as oo } from "./
|
|
22
|
-
import { S as
|
|
23
|
-
import { a as
|
|
24
|
-
import { DeleteIcon as
|
|
25
|
-
import { S as
|
|
26
|
-
import { a as
|
|
27
|
-
import { S as
|
|
28
|
-
import { S as
|
|
29
|
-
import { b as
|
|
21
|
+
import { S as oo, a as ro, b as eo } from "./openEye-7b9cf080.js";
|
|
22
|
+
import { S as ao } from "./close-4b33d7c1.js";
|
|
23
|
+
import { a as mo, S as so } from "./minus-660ea0d6.js";
|
|
24
|
+
import { DeleteIcon as xo, ExportIcon as fo, FilterFilledIcon as co, FilterOutlineIcon as io, MeatballMenuIcon as lo, SearchIcon as Io } from "./icons.js";
|
|
25
|
+
import { S as Fo } from "./dropdown-0260bb66.js";
|
|
26
|
+
import { a as Po, S as To } from "./prevChapter-ebd5a3a7.js";
|
|
27
|
+
import { S as Co, a as Bo } from "./arrowUp-4a5caee7.js";
|
|
28
|
+
import { S as wo, a as go } from "./calendar-f154eb78.js";
|
|
29
|
+
import { b as ho, S as vo, a as yo } from "./error-4f493850.js";
|
|
30
30
|
import "react/jsx-runtime";
|
|
31
31
|
import "react";
|
|
32
32
|
import "./bind-06a7ff84.js";
|
|
@@ -40,44 +40,46 @@ import "downshift";
|
|
|
40
40
|
import "@floating-ui/react";
|
|
41
41
|
import "react-datepicker";
|
|
42
42
|
export {
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
Co as ArrowDownIcon,
|
|
44
|
+
Bo as ArrowUpIcon,
|
|
45
45
|
d as BaseIconButton,
|
|
46
46
|
L as BubblesLoader,
|
|
47
47
|
I as Button,
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
wo as CalendarArrowIcon,
|
|
49
|
+
go as CalendarIcon,
|
|
50
50
|
u as Checkbox,
|
|
51
51
|
oo as ClearIcon,
|
|
52
|
-
|
|
52
|
+
ro as CloseEyeIcon,
|
|
53
|
+
ao as CloseIcon,
|
|
53
54
|
Y as DatePicker,
|
|
54
|
-
|
|
55
|
+
xo as DeleteIcon,
|
|
55
56
|
h as Dropdown,
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
57
|
+
Fo as DropdownIcon,
|
|
58
|
+
ho as ErrorIcon,
|
|
59
|
+
fo as ExportIcon,
|
|
60
|
+
E as FieldNumber,
|
|
61
|
+
C as FieldText,
|
|
61
62
|
U as FieldTextFlex,
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
63
|
+
co as FilterFilledIcon,
|
|
64
|
+
io as FilterOutlineIcon,
|
|
65
|
+
vo as InfoIcon,
|
|
66
|
+
lo as MeatballMenuIcon,
|
|
67
|
+
mo as MinusIcon,
|
|
67
68
|
g as Modal,
|
|
69
|
+
eo as OpenEyeIcon,
|
|
68
70
|
Q as Pagination,
|
|
69
|
-
|
|
71
|
+
so as PlusIcon,
|
|
70
72
|
J as Popover,
|
|
71
|
-
|
|
72
|
-
|
|
73
|
+
Po as PrevChapterIcon,
|
|
74
|
+
To as PrevPageIcon,
|
|
73
75
|
q as Radio,
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
76
|
+
Io as SearchIcon,
|
|
77
|
+
R as SpinLoader,
|
|
78
|
+
yo as SuccessIcon,
|
|
77
79
|
_ as SystemAlert,
|
|
78
80
|
T as SystemMessage,
|
|
79
81
|
W as Table,
|
|
80
82
|
D as ThemeProvider,
|
|
81
|
-
|
|
83
|
+
y as Toggle,
|
|
82
84
|
G as Tooltip
|
|
83
85
|
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const l = (C) => /* @__PURE__ */ e.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...C }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 8C1 4.14001 4.14001 1 8 1C11.86 1 15 4.14001 15 8C15 11.8595 11.86 15 8 15C4.14001 15 1 11.8595 1 8ZM5 5.54545L5.54545 5L8 7.45455L10.4545 5L11 5.54545L8.54545 8L11 10.4545L10.4545 11L8 8.54545L5.54545 11L5 10.4545L7.45455 8L5 5.54545Z", fill: "#A2AAB5" })), t = (C) => /* @__PURE__ */ e.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...C }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.09194 3.90153C8.73249 3.84853 8.36745 3.82135 7.99778 3.82135C5.24735 3.82135 2.75312 5.32613 0.912626 7.77031C0.762442 7.97055 0.762442 8.25031 0.912626 8.45055C1.96494 9.84971 3.23098 10.9408 4.63642 11.6187L5.59679 9.95532C5.16732 9.39694 4.92809 8.68447 4.97644 7.91459C5.07067 6.40686 6.29276 5.18478 7.80049 5.09055C8.00285 5.07782 8.2013 5.08498 8.39407 5.11028L9.09194 3.90153ZM7.56961 6.5383C6.91222 6.71981 6.41543 7.30478 6.37225 8.00589C6.36032 8.18701 6.37814 8.36223 6.42131 8.5272L7.56961 6.5383ZM8.40613 9.68939L9.57119 7.67146C9.61868 7.84288 9.6387 8.02571 9.62624 8.21497C9.58001 8.92637 9.07238 9.51681 8.40613 9.68939ZM7.58518 11.1113C7.78307 11.1384 7.98701 11.1463 8.19509 11.1332C9.69987 11.0361 10.922 9.81398 11.0191 8.3092C11.0679 7.53332 10.8245 6.81576 10.3887 6.25546L11.3454 4.59845C12.7563 5.27587 14.0272 6.36953 15.0829 7.77325C15.2331 7.9735 15.2331 8.25325 15.0829 8.4535C13.2424 10.8977 10.7482 12.4025 7.99778 12.4025C7.62256 12.4025 7.25211 12.3744 6.88743 12.3199L7.58518 11.1113Z", fill: "#A2AAB5" }), /* @__PURE__ */ e.createElement("path", { d: "M10.5051 2.25952C10.7122 1.9008 11.1709 1.7779 11.5296 1.985C11.8883 2.19211 12.0112 2.6508 11.8041 3.00952L5.35413 14.1812C5.14702 14.54 4.68833 14.6629 4.32961 14.4558C3.97089 14.2487 3.84798 13.79 4.05509 13.4312L10.5051 2.25952Z", fill: "#A2AAB5" })), n = (C) => /* @__PURE__ */ e.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...C }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99778 3.82135C5.24735 3.82135 2.75312 5.32613 0.912626 7.77031C0.762442 7.97055 0.762442 8.25031 0.912626 8.45055C2.75312 10.8977 5.24735 12.4025 7.99778 12.4025C10.7482 12.4025 13.2424 10.8977 15.0829 8.4535C15.2331 8.25325 15.2331 7.9735 15.0829 7.77325C13.2424 5.32614 10.7482 3.82135 7.99778 3.82135ZM8.19509 11.1332C6.36932 11.2481 4.86159 9.74331 4.97644 7.91459C5.07067 6.40686 6.29276 5.18478 7.80049 5.09055C9.62625 4.9757 11.134 6.48048 11.0191 8.3092C10.922 9.81398 9.69987 11.0361 8.19509 11.1332ZM6.37225 8.00589C6.30746 8.98945 7.12022 9.79926 8.10378 9.73742C8.9136 9.68736 9.57323 9.03068 9.62624 8.21497C9.69102 7.23141 8.87826 6.4216 7.8947 6.48344C7.08194 6.53644 6.42231 7.19313 6.37225 8.00589Z", fill: "#A2AAB5" }));
|
|
3
|
+
export {
|
|
4
|
+
l as S,
|
|
5
|
+
t as a,
|
|
6
|
+
n as b
|
|
7
|
+
};
|
|
@@ -3,7 +3,7 @@ import { c as m } from "./bind-06a7ff84.js";
|
|
|
3
3
|
import { useState as h } from "react";
|
|
4
4
|
import { Popover as O } from "./popover.js";
|
|
5
5
|
import { B as x } from "./button-33c88abf.js";
|
|
6
|
-
import { F as A } from "./fieldText-
|
|
6
|
+
import { F as A } from "./fieldText-43787c48.js";
|
|
7
7
|
import { B as f } from "./baseIconButton-251479f7.js";
|
|
8
8
|
import { a as y, S as T } from "./prevChapter-ebd5a3a7.js";
|
|
9
9
|
import { Tooltip as B } from "./tooltip.js";
|
package/dist/pagination.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { P as t } from "./pagination-
|
|
1
|
+
import { P as t } from "./pagination-f3d85a63.js";
|
|
2
2
|
import "react/jsx-runtime";
|
|
3
3
|
import "./bind-06a7ff84.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "./popover.js";
|
|
6
6
|
import "@floating-ui/react";
|
|
7
7
|
import "./button-33c88abf.js";
|
|
8
|
-
import "./fieldText-
|
|
9
|
-
import "./
|
|
8
|
+
import "./fieldText-43787c48.js";
|
|
9
|
+
import "./openEye-7b9cf080.js";
|
|
10
10
|
import "./spinLoader-c4a53718.js";
|
|
11
11
|
import "./maxValueDisplay-9be01a75.js";
|
|
12
12
|
import "./baseIconButton-251479f7.js";
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._bubbles-loader_kn4ln_1{position:relative}._bubbles-loader_kn4ln_1._color-topaz_kn4ln_4 ._bubble_kn4ln_1{background-color:var(--rp-ui-base-dark-topaz-main)}._bubble_kn4ln_1{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--rp-ui-base-bg-000);transform:scale(.3);animation:_bubbles_kn4ln_1 2.5s infinite linear}._bubble_kn4ln_1:nth-child(1){left:0;animation-delay:.1s}._bubble_kn4ln_1:nth-child(2){left:7px;animation-delay:.3s}._bubble_kn4ln_1:nth-child(3){left:14px;animation-delay:.5s}._bubble_kn4ln_1:nth-child(4){left:21px;animation-delay:.7s}._bubble_kn4ln_1:nth-child(5){left:28px;animation-delay:.9s}._bubble_kn4ln_1:nth-child(6){left:35px;animation-delay:1.1s}._bubble_kn4ln_1:nth-child(7){left:42px;animation-delay:1.3s}@keyframes _bubbles_kn4ln_1{20%,60%{transform:scale(.5)}40%{transform:scale(1)}}._text-area_1slzk_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_1slzk_1:hover{border-color:var(--rp-ui-base-e-300)}._text-area_1slzk_1:focus:not(._error_1slzk_19._touched_1slzk_19){border:1px solid var(--rp-ui-base-topaz-hover);box-shadow:0 0 0 1px var(--rp-ui-base-topaz-hover)}._text-area_1slzk_1._error_1slzk_19._touched_1slzk_19{border:1px solid var(--rp-ui-base-error)}._text-area_1slzk_1::placeholder{color:var(--rp-ui-base-e-300)}._text-area_1slzk_1:has(~._max-length-display_1slzk_29){padding-bottom:24px}._label_1slzk_33{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_1slzk_42 ._error-text_1slzk_42{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_1slzk_42 ._help-text_1slzk_50{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)}._max-length-display_1slzk_29{font-size:11px;line-height:16px;position:relative;top:-29px;display:block;padding-left:12px;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-base-e-300)}._disabled_1slzk_71{opacity:.3;pointer-events:none}._icon-container_px1y8_1,._icon-container-end_px1y8_1,._icon-container-start_px1y8_1{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:22px;height:22px}._icon-container-start_px1y8_1{margin-right:4px}._collapsed_px1y8_13 ._icon-container-start_px1y8_1{cursor:pointer}._icon-container-end_px1y8_1{margin-left:4px}._label_px1y8_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_px1y8_21 ._asterisk_px1y8_30{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);padding-left:4px}._label_px1y8_21._disabled_px1y8_36{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_px1y8_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_px1y8_41._default-width_px1y8_53{width:240px}._field_px1y8_41._collapsed_px1y8_13{width:22px;border-width:0;overflow:hidden;padding:0}._field_px1y8_41._collapsed_px1y8_13 ._placeholder_px1y8_62{display:none}._field_px1y8_41:hover:not(._disabled_px1y8_36){border-color:var(--rp-ui-color-field-border-3-hover);background-color:var(--rp-ui-color-field-bg-3-hover)}._field_px1y8_41:focus-within:not(._error_px1y8_69._touched_px1y8_69){padding:6px 11px;border:2px solid var(--rp-ui-color-primary-focused)}._field_px1y8_41._error_px1y8_69._touched_px1y8_69{border-color:var(--rp-ui-base-error)}._field_px1y8_41._disabled_px1y8_36{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_px1y8_41._disabled_px1y8_36 ._placeholder_px1y8_62{color:var(--rp-ui-base-e-300)}._input-container_px1y8_84{position:relative;width:100%}._input_px1y8_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_px1y8_84:focus{outline:none}._input_px1y8_84:disabled{color:var(--rp-ui-base-e-300)}._placeholder_px1y8_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_px1y8_62 ._asterisk_px1y8_30:after{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);right:-7px;content:"*";color:var(--rp-ui-base-error-focused)}._icon_px1y8_1,._start-icon_px1y8_131,._clear-icon_px1y8_132{display:inline-block;width:16px;height:16px}._start-icon_px1y8_131,._clear-icon_px1y8_132{background:none;border:none;padding:0;font:inherit;outline:inherit;cursor:pointer}._start-icon_px1y8_131 svg>path,._clear-icon_px1y8_132 svg>path{fill:var(--rp-ui-color-field-icon)}._start-icon_px1y8_131._disabled_px1y8_36,._clear-icon_px1y8_132._disabled_px1y8_36{pointer-events:none}._start-icon_px1y8_131:hover svg>path,._clear-icon_px1y8_132:hover svg>path{fill:var(--rp-ui-color-field-hover-2)}._start-icon_px1y8_131:focus svg>path,._clear-icon_px1y8_132:focus svg>path{fill:var(--rp-ui-color-primary-focused)}._start-icon_px1y8_131:active svg>path,._clear-icon_px1y8_132:active svg>path{fill:var(--rp-ui-color-primary-pressed)}._additional-content_px1y8_168{margin-top:4px}._additional-content_px1y8_168._disabled_px1y8_36{pointer-events:none}._text_px1y8_175,._max-length-display_px1y8_176{font-size:11px;line-height:16px;font-family:var(--rp-ui-base-font-family);font-weight:400}._text_px1y8_175{display:block}._max-length-display_px1y8_176{margin-left:15px;align-self:end;color:var(--rp-ui-base-e-300)}._error-text_px1y8_193{color:var(--rp-ui-base-error)}._help-text_px1y8_197{color:var(--rp-ui-base-dark-e-300)}._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}._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)}._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}._spin-loader_qn4ih_1{width:16px;height:16px;margin:3px 7px 3px 3px;flex-shrink:0}._spinner_qn4ih_8{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;flex-shrink:0;position:relative;mask:radial-gradient(circle,transparent 55%,var(--rp-ui-color-primary) 0%);animation:_spin_qn4ih_1 1s infinite linear}._spinner_qn4ih_8._color-topaz_qn4ih_20{background:conic-gradient(transparent 0%,var(--rp-ui-color-primary))}@keyframes _spin_qn4ih_1{to{transform:rotate(1turn)}}._system-message_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}._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}._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}._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}@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%}._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}._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}._dropdown-option_t3cjj_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_t3cjj_1._disabled_t3cjj_12{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown-option_t3cjj_1._hidden_t3cjj_16{display:none}._dropdown-option_t3cjj_1:hover:not(:active){background:var(--rp-ui-color-bg-3)}._dropdown-option_t3cjj_1._hover_t3cjj_22:not(._disabled_t3cjj_12){padding:8px 11px 6px;background-color:var(--rp-ui-color-bg-3);border:1px solid var(--rp-ui-color-primary-focused)}._dropdown-option_t3cjj_1._hover_t3cjj_22:not(._disabled_t3cjj_12):hover{border:none;padding:9px 12px 7px}._dropdown-option_t3cjj_1._hover_t3cjj_22:not(._disabled_t3cjj_12):hover:hover:not(:active){background:var(--rp-ui-color-bg-3)}._single-option_t3cjj_35{height:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._sub-option_t3cjj_42{padding-left:24px}._container_1yr7u_1{position:relative;display:inline-block;width:100%}._icon_1yr7u_7{width:16px;height:16px;margin-right:8px}._arrow_1yr7u_13{display:inline-flex;margin-left:12px;transition:transform .2s linear}._dropdown_1yr7u_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_1yr7u_19._transparent-background_1yr7u_33{background-color:transparent}._dropdown_1yr7u_19._disabled_1yr7u_36{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown_1yr7u_19._disabled_1yr7u_36 ._arrow_1yr7u_13 svg path{opacity:.4}._dropdown_1yr7u_19._disabled_1yr7u_36 ._value_1yr7u_43{color:var(--rp-ui-color-disabled)}._dropdown_1yr7u_19._error_1yr7u_46._touched_1yr7u_46{border-width:1px;border-color:var(--rp-ui-color-error)}._dropdown_1yr7u_19:hover:not(:active):not(:focus-visible):not(._opened_1yr7u_50):not(._error_1yr7u_46){border-color:var(--rp-ui-color-field-hover)}._dropdown_1yr7u_19:active,._dropdown_1yr7u_19:focus-visible{padding:7px 11px;border-width:2px;border-color:var(--rp-ui-color-primary-focused);outline:none}._dropdown_1yr7u_19:active ._arrow_1yr7u_13 svg path,._dropdown_1yr7u_19:focus-visible ._arrow_1yr7u_13 svg path{fill:var(--rp-ui-color-field-hover-2)}._dropdown_1yr7u_19._opened_1yr7u_50:not(:active):not(._error_1yr7u_46){border-width:1px;border-color:var(--rp-ui-color-primary-pressed)}._dropdown_1yr7u_19._opened_1yr7u_50:not(:active):not(._error_1yr7u_46) ._arrow_1yr7u_13 svg path{fill:var(--rp-ui-color-field-opened)}._dropdown_1yr7u_19._opened_1yr7u_50 ._arrow_1yr7u_13{transform:rotate(180deg)}._dropdown_1yr7u_19 ._value_1yr7u_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}._dropdown_1yr7u_19 ._value_1yr7u_43._placeholder_1yr7u_83{color:var(--rp-ui-color-field-placeholder-3)}@media (max-width: 767px){._dropdown_1yr7u_19 ._mobile-disabled_1yr7u_87{background-color:var(--rp-ui-color-field-bg-2)}}._select-list_1yr7u_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_1yr7u_92._opened_1yr7u_50:focus-visible{outline:none}._select-list_1yr7u_92._limited-width_1yr7u_109{max-width:384px}._options-container_1yr7u_113{display:flex;flex-direction:column}._ghost_1yr7u_118{border-color:transparent;background:transparent}._ghost_1yr7u_118:hover:not(:active):not(:focus-visible):not(._opened_1yr7u_50):not(._error_1yr7u_46){border-color:transparent}._ghost_1yr7u_118._opened_1yr7u_50:not(:active):not(._error_1yr7u_46){border-color:transparent}._ghost_1yr7u_118._opened_1yr7u_50 ._value_1yr7u_43{color:var(--rp-ui-color-primary-pressed)}._divider_1yr7u_132{height:1px;margin:8px 12px;background-color:var(--rp-ui-base-e-100)}._item-counter_4g6do_1{display:inline-block;width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._size-selector_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}}._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}._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)}._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%}
|
|
1
|
+
._bubbles-loader_kn4ln_1{position:relative}._bubbles-loader_kn4ln_1._color-topaz_kn4ln_4 ._bubble_kn4ln_1{background-color:var(--rp-ui-base-dark-topaz-main)}._bubble_kn4ln_1{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--rp-ui-base-bg-000);transform:scale(.3);animation:_bubbles_kn4ln_1 2.5s infinite linear}._bubble_kn4ln_1:nth-child(1){left:0;animation-delay:.1s}._bubble_kn4ln_1:nth-child(2){left:7px;animation-delay:.3s}._bubble_kn4ln_1:nth-child(3){left:14px;animation-delay:.5s}._bubble_kn4ln_1:nth-child(4){left:21px;animation-delay:.7s}._bubble_kn4ln_1:nth-child(5){left:28px;animation-delay:.9s}._bubble_kn4ln_1:nth-child(6){left:35px;animation-delay:1.1s}._bubble_kn4ln_1:nth-child(7){left:42px;animation-delay:1.3s}@keyframes _bubbles_kn4ln_1{20%,60%{transform:scale(.5)}40%{transform:scale(1)}}._text-area_1slzk_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_1slzk_1:hover{border-color:var(--rp-ui-base-e-300)}._text-area_1slzk_1:focus:not(._error_1slzk_19._touched_1slzk_19){border:1px solid var(--rp-ui-base-topaz-hover);box-shadow:0 0 0 1px var(--rp-ui-base-topaz-hover)}._text-area_1slzk_1._error_1slzk_19._touched_1slzk_19{border:1px solid var(--rp-ui-base-error)}._text-area_1slzk_1::placeholder{color:var(--rp-ui-base-e-300)}._text-area_1slzk_1:has(~._max-length-display_1slzk_29){padding-bottom:24px}._label_1slzk_33{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_1slzk_42 ._error-text_1slzk_42{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_1slzk_42 ._help-text_1slzk_50{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)}._max-length-display_1slzk_29{font-size:11px;line-height:16px;position:relative;top:-29px;display:block;padding-left:12px;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-base-e-300)}._disabled_1slzk_71{opacity:.3;pointer-events:none}._icon-container_11ank_1,._icon-container-end_11ank_1,._icon-container-start_11ank_1{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:22px;height:22px}._icon-container-start_11ank_1{margin-right:4px}._collapsed_11ank_13 ._icon-container-start_11ank_1{cursor:pointer}._icon-container-end_11ank_1{margin-left:4px}._label_11ank_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_11ank_21 ._asterisk_11ank_30{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);padding-left:4px}._label_11ank_21._disabled_11ank_36{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_11ank_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_11ank_41._default-width_11ank_53{width:240px}._field_11ank_41._collapsed_11ank_13{width:22px;border-width:0;overflow:hidden;padding:0}._field_11ank_41._collapsed_11ank_13 ._placeholder_11ank_62{display:none}._field_11ank_41:hover:not(._disabled_11ank_36){border-color:var(--rp-ui-color-field-border-3-hover);background-color:var(--rp-ui-color-field-bg-3-hover)}._field_11ank_41:focus-within:not(._error_11ank_69._touched_11ank_69){padding:6px 11px;border:2px solid var(--rp-ui-color-primary-focused)}._field_11ank_41._error_11ank_69._touched_11ank_69{border-color:var(--rp-ui-base-error)}._field_11ank_41._disabled_11ank_36{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_11ank_41._disabled_11ank_36 ._placeholder_11ank_62{color:var(--rp-ui-base-e-300)}._input-container_11ank_84{position:relative;width:100%}._input-container_11ank_84._type-password_11ank_88 ._input_11ank_84{width:calc(100% - 30px);text-overflow:unset}._input-container_11ank_84._type-password_11ank_88 ._eye-icon_11ank_92{position:absolute;z-index:2;top:4px;right:-2px;height:16px;width:16px}._input-container_11ank_84._type-password_11ank_88 ._eye-icon_11ank_92 svg path{fill:var(--rp-ui-color-field-icon)}._input_11ank_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_11ank_84:focus{outline:none}._input_11ank_84:disabled{color:var(--rp-ui-base-e-300)}._placeholder_11ank_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_11ank_62 ._asterisk_11ank_30:after{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);right:-7px;content:"*";color:var(--rp-ui-base-error-focused)}._icon_11ank_1,._start-icon_11ank_146,._clear-icon_11ank_147{display:inline-block;width:16px;height:16px}._start-icon_11ank_146,._clear-icon_11ank_147{background:none;border:none;padding:0;font:inherit;outline:inherit;cursor:pointer}._start-icon_11ank_146 svg>path,._clear-icon_11ank_147 svg>path{fill:var(--rp-ui-color-field-icon)}._start-icon_11ank_146._disabled_11ank_36,._clear-icon_11ank_147._disabled_11ank_36{pointer-events:none}._start-icon_11ank_146:hover svg>path,._clear-icon_11ank_147:hover svg>path{fill:var(--rp-ui-color-field-hover-2)}._start-icon_11ank_146:focus svg>path,._clear-icon_11ank_147:focus svg>path{fill:var(--rp-ui-color-primary-focused)}._start-icon_11ank_146:active svg>path,._clear-icon_11ank_147:active svg>path{fill:var(--rp-ui-color-primary-pressed)}._additional-content_11ank_183{margin-top:4px}._additional-content_11ank_183._disabled_11ank_36{pointer-events:none}._text_11ank_190,._max-length-display_11ank_191{font-size:11px;line-height:16px;font-family:var(--rp-ui-base-font-family);font-weight:400}._text_11ank_190{display:block}._max-length-display_11ank_191{margin-left:15px;align-self:end;color:var(--rp-ui-base-e-300)}._error-text_11ank_208{color:var(--rp-ui-base-error)}._help-text_11ank_212{color:var(--rp-ui-base-dark-e-300)}._base-icon-button_1q88n_1{margin:0;padding:0;outline:none;background:transparent;border:none;cursor:pointer}._base-icon-button_1q88n_1 svg path{fill:var(--rp-ui-base-e-300)}._base-icon-button_1q88n_1._disabled_1q88n_12{opacity:40%;cursor:default}._base-icon-button_1q88n_1:hover:not(._disabled_1q88n_12) svg path{fill:var(--rp-ui-base-e-400)}._base-icon-button_1q88n_1:active:not(._disabled_1q88n_12) svg path{fill:var(--rp-ui-base-topaz-pressed)}._base-icon-button_1q88n_1:focus-visible:not(._disabled_1q88n_12,:active) svg path{fill:var(--rp-ui-base-topaz-focused)}._button_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}._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}._spin-loader_qn4ih_1{width:16px;height:16px;margin:3px 7px 3px 3px;flex-shrink:0}._spinner_qn4ih_8{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;flex-shrink:0;position:relative;mask:radial-gradient(circle,transparent 55%,var(--rp-ui-color-primary) 0%);animation:_spin_qn4ih_1 1s infinite linear}._spinner_qn4ih_8._color-topaz_qn4ih_20{background:conic-gradient(transparent 0%,var(--rp-ui-color-primary))}@keyframes _spin_qn4ih_1{to{transform:rotate(1turn)}}._system-message_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}._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}._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}._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}@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%}._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}._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}._dropdown-option_t3cjj_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_t3cjj_1._disabled_t3cjj_12{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown-option_t3cjj_1._hidden_t3cjj_16{display:none}._dropdown-option_t3cjj_1:hover:not(:active){background:var(--rp-ui-color-bg-3)}._dropdown-option_t3cjj_1._hover_t3cjj_22:not(._disabled_t3cjj_12){padding:8px 11px 6px;background-color:var(--rp-ui-color-bg-3);border:1px solid var(--rp-ui-color-primary-focused)}._dropdown-option_t3cjj_1._hover_t3cjj_22:not(._disabled_t3cjj_12):hover{border:none;padding:9px 12px 7px}._dropdown-option_t3cjj_1._hover_t3cjj_22:not(._disabled_t3cjj_12):hover:hover:not(:active){background:var(--rp-ui-color-bg-3)}._single-option_t3cjj_35{height:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._sub-option_t3cjj_42{padding-left:24px}._container_1yr7u_1{position:relative;display:inline-block;width:100%}._icon_1yr7u_7{width:16px;height:16px;margin-right:8px}._arrow_1yr7u_13{display:inline-flex;margin-left:12px;transition:transform .2s linear}._dropdown_1yr7u_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_1yr7u_19._transparent-background_1yr7u_33{background-color:transparent}._dropdown_1yr7u_19._disabled_1yr7u_36{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown_1yr7u_19._disabled_1yr7u_36 ._arrow_1yr7u_13 svg path{opacity:.4}._dropdown_1yr7u_19._disabled_1yr7u_36 ._value_1yr7u_43{color:var(--rp-ui-color-disabled)}._dropdown_1yr7u_19._error_1yr7u_46._touched_1yr7u_46{border-width:1px;border-color:var(--rp-ui-color-error)}._dropdown_1yr7u_19:hover:not(:active):not(:focus-visible):not(._opened_1yr7u_50):not(._error_1yr7u_46){border-color:var(--rp-ui-color-field-hover)}._dropdown_1yr7u_19:active,._dropdown_1yr7u_19:focus-visible{padding:7px 11px;border-width:2px;border-color:var(--rp-ui-color-primary-focused);outline:none}._dropdown_1yr7u_19:active ._arrow_1yr7u_13 svg path,._dropdown_1yr7u_19:focus-visible ._arrow_1yr7u_13 svg path{fill:var(--rp-ui-color-field-hover-2)}._dropdown_1yr7u_19._opened_1yr7u_50:not(:active):not(._error_1yr7u_46){border-width:1px;border-color:var(--rp-ui-color-primary-pressed)}._dropdown_1yr7u_19._opened_1yr7u_50:not(:active):not(._error_1yr7u_46) ._arrow_1yr7u_13 svg path{fill:var(--rp-ui-color-field-opened)}._dropdown_1yr7u_19._opened_1yr7u_50 ._arrow_1yr7u_13{transform:rotate(180deg)}._dropdown_1yr7u_19 ._value_1yr7u_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}._dropdown_1yr7u_19 ._value_1yr7u_43._placeholder_1yr7u_83{color:var(--rp-ui-color-field-placeholder-3)}@media (max-width: 767px){._dropdown_1yr7u_19 ._mobile-disabled_1yr7u_87{background-color:var(--rp-ui-color-field-bg-2)}}._select-list_1yr7u_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_1yr7u_92._opened_1yr7u_50:focus-visible{outline:none}._select-list_1yr7u_92._limited-width_1yr7u_109{max-width:384px}._options-container_1yr7u_113{display:flex;flex-direction:column}._ghost_1yr7u_118{border-color:transparent;background:transparent}._ghost_1yr7u_118:hover:not(:active):not(:focus-visible):not(._opened_1yr7u_50):not(._error_1yr7u_46){border-color:transparent}._ghost_1yr7u_118._opened_1yr7u_50:not(:active):not(._error_1yr7u_46){border-color:transparent}._ghost_1yr7u_118._opened_1yr7u_50 ._value_1yr7u_43{color:var(--rp-ui-color-primary-pressed)}._divider_1yr7u_132{height:1px;margin:8px 12px;background-color:var(--rp-ui-base-e-100)}._item-counter_4g6do_1{display:inline-block;width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._size-selector_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}}._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}._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)}._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%}
|
package/dist/systemAlert.js
CHANGED
|
@@ -44,11 +44,19 @@ const I = "_error_14lm6_11", T = "_success_14lm6_14", x = "_info_14lm6_17", D =
|
|
|
44
44
|
return m;
|
|
45
45
|
}
|
|
46
46
|
};
|
|
47
|
-
return /* @__PURE__ */ S(
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
47
|
+
return /* @__PURE__ */ S(
|
|
48
|
+
"div",
|
|
49
|
+
{
|
|
50
|
+
className: t("system-alert", o, _),
|
|
51
|
+
title: d,
|
|
52
|
+
"data-automation-id": f,
|
|
53
|
+
children: [
|
|
54
|
+
/* @__PURE__ */ e("div", { className: t("icon-wrapper"), children: R() }),
|
|
55
|
+
/* @__PURE__ */ e("div", { className: t("content-wrapper"), children: /* @__PURE__ */ e("h2", { ref: r, className: t("title"), children: s }) }),
|
|
56
|
+
/* @__PURE__ */ e("button", { className: t("close-button"), onClick: c, "aria-label": "close system alert", children: /* @__PURE__ */ e(g, {}) })
|
|
57
|
+
]
|
|
58
|
+
}
|
|
59
|
+
);
|
|
52
60
|
};
|
|
53
61
|
export {
|
|
54
62
|
L as SystemAlert
|
package/package.json
CHANGED
package/dist/clear-53660571.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as e from "react";
|
|
2
|
-
const t = (l) => /* @__PURE__ */ e.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...l }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 8C1 4.14001 4.14001 1 8 1C11.86 1 15 4.14001 15 8C15 11.8595 11.86 15 8 15C4.14001 15 1 11.8595 1 8ZM5 5.54545L5.54545 5L8 7.45455L10.4545 5L11 5.54545L8.54545 8L11 10.4545L10.4545 11L8 8.54545L5.54545 11L5 10.4545L7.45455 8L5 5.54545Z", fill: "#A2AAB5" }));
|
|
3
|
-
export {
|
|
4
|
-
t as S
|
|
5
|
-
};
|
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
import { jsx as e, jsxs as a, Fragment as k } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as P, useRef as Q, useState as T } from "react";
|
|
3
|
-
import { c as U } from "./bind-06a7ff84.js";
|
|
4
|
-
import { S as W } from "./clear-53660571.js";
|
|
5
|
-
import { S as X } from "./spinLoader-c4a53718.js";
|
|
6
|
-
import { M as Y } from "./maxValueDisplay-9be01a75.js";
|
|
7
|
-
const Z = "_collapsed_px1y8_13", $ = "_label_px1y8_21", q = "_asterisk_px1y8_30", v = "_disabled_px1y8_36", I = "_field_px1y8_41", nn = "_placeholder_px1y8_62", en = "_error_px1y8_69", tn = "_touched_px1y8_69", sn = "_input_px1y8_84", an = "_icon_px1y8_1", cn = "_text_px1y8_175", on = {
|
|
8
|
-
"icon-container": "_icon-container_px1y8_1",
|
|
9
|
-
"icon-container-end": "_icon-container-end_px1y8_1",
|
|
10
|
-
"icon-container-start": "_icon-container-start_px1y8_1",
|
|
11
|
-
collapsed: Z,
|
|
12
|
-
label: $,
|
|
13
|
-
asterisk: q,
|
|
14
|
-
disabled: v,
|
|
15
|
-
field: I,
|
|
16
|
-
"default-width": "_default-width_px1y8_53",
|
|
17
|
-
placeholder: nn,
|
|
18
|
-
error: en,
|
|
19
|
-
touched: tn,
|
|
20
|
-
"input-container": "_input-container_px1y8_84",
|
|
21
|
-
input: sn,
|
|
22
|
-
icon: an,
|
|
23
|
-
"start-icon": "_start-icon_px1y8_131",
|
|
24
|
-
"clear-icon": "_clear-icon_px1y8_132",
|
|
25
|
-
"additional-content": "_additional-content_px1y8_168",
|
|
26
|
-
text: cn,
|
|
27
|
-
"max-length-display": "_max-length-display_px1y8_176",
|
|
28
|
-
"error-text": "_error-text_px1y8_193",
|
|
29
|
-
"help-text": "_help-text_px1y8_197"
|
|
30
|
-
}, n = U.bind(on), mn = P(
|
|
31
|
-
({
|
|
32
|
-
value: s = "",
|
|
33
|
-
className: F,
|
|
34
|
-
classNameHelpText: w,
|
|
35
|
-
error: o,
|
|
36
|
-
placeholder: _,
|
|
37
|
-
disabled: c = !1,
|
|
38
|
-
onChange: S,
|
|
39
|
-
touched: d = !1,
|
|
40
|
-
title: b,
|
|
41
|
-
label: i,
|
|
42
|
-
helpText: l,
|
|
43
|
-
defaultWidth: R = !0,
|
|
44
|
-
startIcon: x,
|
|
45
|
-
endIcon: m,
|
|
46
|
-
clearable: j = !1,
|
|
47
|
-
onClear: u,
|
|
48
|
-
isRequired: f = !1,
|
|
49
|
-
hasDoubleMessage: B = !1,
|
|
50
|
-
type: C = "text",
|
|
51
|
-
displayError: E = !0,
|
|
52
|
-
collapsible: H = !1,
|
|
53
|
-
loading: M = !1,
|
|
54
|
-
maxLengthDisplay: V,
|
|
55
|
-
onFocus: D = () => {
|
|
56
|
-
},
|
|
57
|
-
onBlur: L = () => {
|
|
58
|
-
},
|
|
59
|
-
...z
|
|
60
|
-
}, A) => {
|
|
61
|
-
const G = Q(null), r = A || G, [h, y] = T(!1), J = (t) => {
|
|
62
|
-
y(!0), D(t);
|
|
63
|
-
}, K = (t) => {
|
|
64
|
-
y(!1), L(t);
|
|
65
|
-
}, O = () => {
|
|
66
|
-
var t;
|
|
67
|
-
u && (u(s), (t = r.current) == null || t.focus());
|
|
68
|
-
}, N = E && o && d, g = /* @__PURE__ */ e("span", { className: n("text", "help-text", w), children: l });
|
|
69
|
-
return /* @__PURE__ */ a(k, { children: [
|
|
70
|
-
i && /* @__PURE__ */ a("span", { className: n("label", { disabled: c }), children: [
|
|
71
|
-
i,
|
|
72
|
-
f && /* @__PURE__ */ e("span", { className: n("asterisk"), children: "*" })
|
|
73
|
-
] }),
|
|
74
|
-
/* @__PURE__ */ a(
|
|
75
|
-
"div",
|
|
76
|
-
{
|
|
77
|
-
className: n("field", F, {
|
|
78
|
-
error: o,
|
|
79
|
-
touched: d,
|
|
80
|
-
disabled: c,
|
|
81
|
-
"default-width": R,
|
|
82
|
-
collapsed: H && !h && !s
|
|
83
|
-
}),
|
|
84
|
-
title: b,
|
|
85
|
-
children: [
|
|
86
|
-
M ? /* @__PURE__ */ e(X, {}) : x && /* @__PURE__ */ e(
|
|
87
|
-
"span",
|
|
88
|
-
{
|
|
89
|
-
className: n("icon-container-start"),
|
|
90
|
-
onClick: () => {
|
|
91
|
-
var p;
|
|
92
|
-
(p = r.current) == null || p.focus();
|
|
93
|
-
},
|
|
94
|
-
children: /* @__PURE__ */ e("span", { className: n("icon", { "start-icon": !h }), children: x })
|
|
95
|
-
}
|
|
96
|
-
),
|
|
97
|
-
/* @__PURE__ */ a("span", { className: n("input-container"), children: [
|
|
98
|
-
/* @__PURE__ */ e(
|
|
99
|
-
"input",
|
|
100
|
-
{
|
|
101
|
-
ref: r,
|
|
102
|
-
type: C,
|
|
103
|
-
className: n("input"),
|
|
104
|
-
value: s,
|
|
105
|
-
disabled: c,
|
|
106
|
-
onChange: S,
|
|
107
|
-
onFocus: J,
|
|
108
|
-
onBlur: K,
|
|
109
|
-
...z
|
|
110
|
-
}
|
|
111
|
-
),
|
|
112
|
-
_ && !s && /* @__PURE__ */ a("span", { className: n("placeholder"), children: [
|
|
113
|
-
_,
|
|
114
|
-
f && !i && /* @__PURE__ */ e("span", { className: n("asterisk") })
|
|
115
|
-
] })
|
|
116
|
-
] }),
|
|
117
|
-
/* @__PURE__ */ e(
|
|
118
|
-
Y,
|
|
119
|
-
{
|
|
120
|
-
className: n("max-length-display"),
|
|
121
|
-
value: s.length,
|
|
122
|
-
maxValue: V
|
|
123
|
-
}
|
|
124
|
-
),
|
|
125
|
-
m && /* @__PURE__ */ e("span", { className: n("icon-container-end"), children: /* @__PURE__ */ e("span", { className: n("icon"), children: m }) }),
|
|
126
|
-
j && s.length > 0 && /* @__PURE__ */ e("span", { className: n("icon-container-end"), children: /* @__PURE__ */ e("button", { type: "button", className: n("clear-icon", { disabled: c }), onClick: O, children: /* @__PURE__ */ e(W, {}) }) })
|
|
127
|
-
]
|
|
128
|
-
}
|
|
129
|
-
),
|
|
130
|
-
(N || l) && /* @__PURE__ */ e("div", { className: n("additional-content", { disabled: c }), children: N ? /* @__PURE__ */ a(k, { children: [
|
|
131
|
-
/* @__PURE__ */ e("span", { className: n("text", "error-text"), children: o }),
|
|
132
|
-
B && g
|
|
133
|
-
] }) : l && g })
|
|
134
|
-
] });
|
|
135
|
-
}
|
|
136
|
-
);
|
|
137
|
-
export {
|
|
138
|
-
mn as F
|
|
139
|
-
};
|