@reportportal/ui-kit 0.0.1-alpha.17 → 0.0.1-alpha.19

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.
@@ -0,0 +1,102 @@
1
+ import { jsx as t, jsxs as a, Fragment as f } from "react/jsx-runtime";
2
+ import * as o from "react";
3
+ import { forwardRef as R } from "react";
4
+ import { c as j } from "./bind-06a7ff84.js";
5
+ import "./baseIconButton-7bc53dec.js";
6
+ const y = (n) => /* @__PURE__ */ o.createElement("svg", { width: 17, height: 17, viewBox: "0 0 17 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...n }, /* @__PURE__ */ o.createElement("rect", { width: 16.2089, height: 16.1568, rx: 8.07842, fill: "#A2AAB5" }), /* @__PURE__ */ o.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.14768 5.14645C4.95077 5.34171 4.95077 5.65829 5.14768 5.85355L7.49578 8.18198L5.35655 10.3033C5.15963 10.4986 5.15963 10.8151 5.35655 11.0104C5.55346 11.2057 5.87271 11.2057 6.06962 11.0104L8.20886 8.88909L10.1392 10.8033C10.3361 10.9986 10.6554 10.9986 10.8523 10.8033C11.0492 10.608 11.0492 10.2915 10.8523 10.0962L8.92193 8.18198L11.0612 6.06065C11.2581 5.86539 11.2581 5.54881 11.0612 5.35355C10.8643 5.15828 10.545 5.15828 10.3481 5.35355L8.20886 7.47487L5.86076 5.14645C5.66385 4.95118 5.34459 4.95118 5.14768 5.14645Z", fill: "white" })), B = "_label_4wu1a_18", S = "_asterisk_4wu1a_27", M = "_disabled_4wu1a_33", Z = "_field_4wu1a_38", z = "_error_4wu1a_53", D = "_touched_4wu1a_53", G = "_placeholder_4wu1a_64", H = "_input_4wu1a_71", J = "_icon_4wu1a_1", K = "_text_4wu1a_163", O = {
7
+ "icon-container": "_icon-container_4wu1a_1",
8
+ "icon-container-end": "_icon-container-end_4wu1a_1",
9
+ "icon-container-start": "_icon-container-start_4wu1a_1",
10
+ label: B,
11
+ asterisk: S,
12
+ disabled: M,
13
+ field: Z,
14
+ error: z,
15
+ touched: D,
16
+ placeholder: G,
17
+ "default-width": "_default-width_4wu1a_67",
18
+ "input-container": "_input-container_4wu1a_71",
19
+ input: H,
20
+ icon: J,
21
+ "clear-icon": "_clear-icon_4wu1a_117",
22
+ "additional-content": "_additional-content_4wu1a_156",
23
+ text: K,
24
+ "error-text": "_error-text_4wu1a_171",
25
+ "help-text": "_help-text_4wu1a_175"
26
+ }, e = j.bind(O), V = R(
27
+ ({
28
+ value: n = "",
29
+ className: x,
30
+ error: s,
31
+ placeholder: r,
32
+ disabled: c = !1,
33
+ onChange: N,
34
+ touched: _ = !1,
35
+ title: C,
36
+ label: i,
37
+ helpText: l,
38
+ defaultWidth: g = !0,
39
+ startIcon: d,
40
+ endIcon: h,
41
+ clearable: L = !1,
42
+ onClear: p,
43
+ isRequired: u = !1,
44
+ hasDoubleMessage: k = !1,
45
+ type: v = "text",
46
+ displayError: E = !0,
47
+ ...b
48
+ }, A) => {
49
+ const F = () => {
50
+ p && p(n);
51
+ }, m = E && s && _, w = /* @__PURE__ */ t("span", { className: e("text", "help-text"), children: l });
52
+ return /* @__PURE__ */ a(f, { children: [
53
+ i && /* @__PURE__ */ a("span", { className: e("label", { disabled: c }), children: [
54
+ i,
55
+ u && /* @__PURE__ */ t("span", { className: e("asterisk"), children: "*" })
56
+ ] }),
57
+ /* @__PURE__ */ a(
58
+ "div",
59
+ {
60
+ className: e("field", x, {
61
+ error: s,
62
+ touched: _,
63
+ disabled: c,
64
+ "default-width": g
65
+ }),
66
+ title: C,
67
+ children: [
68
+ d && /* @__PURE__ */ t("span", { className: e("icon-container-start"), children: /* @__PURE__ */ t("span", { className: e("icon"), children: d }) }),
69
+ /* @__PURE__ */ a("span", { className: e("input-container"), children: [
70
+ /* @__PURE__ */ t(
71
+ "input",
72
+ {
73
+ ref: A,
74
+ type: v,
75
+ className: e("input"),
76
+ value: n,
77
+ disabled: c,
78
+ onChange: N,
79
+ ...b
80
+ }
81
+ ),
82
+ r && !n && /* @__PURE__ */ a("span", { className: e("placeholder"), children: [
83
+ r,
84
+ u && !i && /* @__PURE__ */ t("span", { className: e("asterisk") })
85
+ ] })
86
+ ] }),
87
+ h && /* @__PURE__ */ t("span", { className: e("icon-container-end"), children: /* @__PURE__ */ t("span", { className: e("icon"), children: h }) }),
88
+ L && n.length > 0 && /* @__PURE__ */ t("span", { className: e("icon-container-end"), children: /* @__PURE__ */ t("button", { type: "button", className: e("clear-icon", { disabled: c }), onClick: F, children: /* @__PURE__ */ t(y, {}) }) })
89
+ ]
90
+ }
91
+ ),
92
+ (m || l) && /* @__PURE__ */ t("div", { className: e("additional-content", { disabled: c }), children: m ? /* @__PURE__ */ a(f, { children: [
93
+ /* @__PURE__ */ t("span", { className: e("text", "error-text"), children: s }),
94
+ k && w
95
+ ] }) : l && w })
96
+ ] });
97
+ }
98
+ );
99
+ export {
100
+ V as F,
101
+ y as S
102
+ };
package/dist/fieldText.js CHANGED
@@ -1,4 +1,4 @@
1
- import { F as o } from "./fieldText-49fe2895.js";
1
+ import { F as o } from "./fieldText-98cf9984.js";
2
2
  import "react/jsx-runtime";
3
3
  import "react";
4
4
  import "./bind-06a7ff84.js";
package/dist/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { B as v1 } from "./button-bb309472.js";
2
2
  import { C as L1 } from "./checkbox-6777be17.js";
3
3
  import { S as M1 } from "./systemMessage-1ced6079.js";
4
- import { F as Z } from "./fieldText-49fe2895.js";
5
- import { S as S1 } from "./fieldText-49fe2895.js";
4
+ import { F as Z } from "./fieldText-98cf9984.js";
5
+ import { S as S1 } from "./fieldText-98cf9984.js";
6
6
  import { T as I1 } from "./themeProvider-46c2be7b.js";
7
7
  import { S as j1, M as F1 } from "./index-2a2d261a.js";
8
8
  import { D as j } from "./dropdown-50124296.js";
@@ -14,8 +14,8 @@ import { F as G1 } from "./fieldTextFlex-5bddf46a.js";
14
14
  import { R as W1 } from "./radio-fd49a09c.js";
15
15
  import { Tooltip as z1 } from "./tooltip.js";
16
16
  import { Popover as K1 } from "./popover.js";
17
- import { P as X1, a as ee, S as te } from "./pagination-39b1fa15.js";
18
- import { S as re, a as ne, T as ae } from "./table-83e050dc.js";
17
+ import { P as X1, a as ee, S as te } from "./pagination-13887e1c.js";
18
+ import { S as re, a as ne, T as ae } from "./table-4bc2c157.js";
19
19
  import { jsxs as S, Fragment as D, jsx as n } from "react/jsx-runtime";
20
20
  import V from "react-datepicker";
21
21
  import { c as P } from "./bind-06a7ff84.js";
@@ -4,7 +4,7 @@ import * as b from "react";
4
4
  import { useState as x } from "react";
5
5
  import { Popover as B } from "./popover.js";
6
6
  import { B as $ } from "./button-bb309472.js";
7
- import { F as I } from "./fieldText-49fe2895.js";
7
+ import { F as I } from "./fieldText-98cf9984.js";
8
8
  import { B as f } from "./baseIconButton-7bc53dec.js";
9
9
  import { Tooltip as k } from "./tooltip.js";
10
10
  const y = (e) => /* @__PURE__ */ b.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "#A2AAB5", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ b.createElement("path", { d: "M12 13L4 8L12 3L12 13Z" })), T = (e) => /* @__PURE__ */ b.createElement("svg", { width: 13, height: 12, viewBox: "0 0 13 12", fill: "#A2AAB5", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ b.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12L2 12L2 2.38498e-08L1.90798e-07 0L0 12ZM13 1L5 6L13 11L13 1Z" })), E = {
@@ -1,11 +1,11 @@
1
- import { P as t } from "./pagination-39b1fa15.js";
1
+ import { P as t } from "./pagination-13887e1c.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-bb309472.js";
8
- import "./fieldText-49fe2895.js";
8
+ import "./fieldText-98cf9984.js";
9
9
  import "./baseIconButton-7bc53dec.js";
10
10
  import "./tooltip.js";
11
11
  import "@floating-ui/react-dom";
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- ._system-message_fp9ws_1{min-height:85px;height:auto;width:100%;background:var(--rp-ui-base-bg-000);border-radius:8px;box-shadow:var(--rp-ui-base-shadow);display:flex;flex-direction:column;font-family:var(--rp-ui-base-font-family)}._system-message_fp9ws_1 ._stripes-info_fp9ws_12{height:8px;border-radius:8px 8px 0 0;background-image:repeating-linear-gradient(45deg,var(--rp-ui-base-sm-info-line-100),var(--rp-ui-base-sm-info-line-100) 24px,var(--rp-ui-base-e-200) 24px,var(--rp-ui-base-e-200) 48px)}._system-message_fp9ws_1 ._stripes-warning_fp9ws_17{height:8px;border-radius:8px 8px 0 0;background-image:repeating-linear-gradient(45deg,var(--rp-ui-base-sm-warning-line-100),var(--rp-ui-base-sm-warning-line-100) 24px,var(--rp-ui-base-sm-warning-line-200) 24px,var(--rp-ui-base-sm-warning-line-200) 48px)}._system-message_fp9ws_1 ._stripes-error_fp9ws_22{height:8px;border-radius:8px 8px 0 0;background-image:repeating-linear-gradient(45deg,var(--rp-ui-base-sm-error-line-100),var(--rp-ui-base-sm-error-line-100) 24px,var(--rp-ui-base-sm-error-line-200) 24px,var(--rp-ui-base-sm-error-line-200) 48px)}._system-message_fp9ws_1 ._text-container_fp9ws_27{padding:12px 16px 16px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._message-header-info_fp9ws_30{font-size:15px;line-height:24px;font-weight:500;color:var(--rp-ui-base-e-400);text-transform:capitalize;margin-bottom:8px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._message-header-warning_fp9ws_38{font-size:15px;line-height:24px;font-weight:500;color:var(--rp-ui-base-sm-warning);text-transform:capitalize;margin-bottom:8px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._message-header-error_fp9ws_46{font-size:15px;line-height:24px;font-weight:500;color:var(--rp-ui-base-sm-error);text-transform:capitalize;margin-bottom:8px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._children_fp9ws_54{text-indent:1px;color:var(--rp-ui-color-text);font-weight:700;font-size:13px;line-height:20px}._system-message_fp9ws_1 ._text-container_fp9ws_27 p{margin-top:4px;max-width:780px;color:var(--rp-ui-base-e-400);font-weight:400;font-size:12px;line-height:18px}._content-width_fp9ws_70{max-width:max-content}._toggle_9h25s_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_9h25s_14{margin-left:40px}._children-container_9h25s_14 a{text-decoration:none;color:var(--rp-ui-base-topaz)}._children-container_9h25s_14 a:focus,._children-container_9h25s_14 a:focus-visible{outline:none;color:var(--rp-ui-base-topaz-focused);text-decoration:underline}._slider_9h25s_27{background-color:var(--rp-ui-base-e-300);cursor:pointer;position:absolute;transition:.4s;border-radius:10px;width:32px;height:20px}._slider_9h25s_27:before{position:absolute;top:2px;left:2px;content:"";width:16px;height:16px;background-color:var(--rp-ui-base-bg-000);transition:.4s}._round_9h25s_47:before{border-radius:50%}._input_9h25s_51{position:absolute;opacity:0;top:0;left:0}._input_9h25s_51:disabled+._slider_9h25s_27{background-color:var(--rp-ui-base-e-200);cursor:default}._input_9h25s_51:focus-visible{outline:none}._input_9h25s_51:focus:not(._disabled_9h25s_64):after,._input_9h25s_51:focus-visible:not(._disabled_9h25s_64)+._slider_9h25s_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_9h25s_51:checked+._slider_9h25s_27{background-color:var(--rp-ui-base-topaz)}._input_9h25s_51:checked+._slider_9h25s_27:before{transform:translate(12px)}._input_9h25s_51:hover+._slider_9h25s_27{background-color:var(--rp-ui-base-e-400)}._input_9h25s_51:checked:hover+._slider_9h25s_27{background-color:var(--rp-ui-base-topaz-hover)}._input_9h25s_51:checked:disabled+._slider_9h25s_27{background-color:var(--rp-ui-base-topaz);cursor:default}._disabled_9h25s_64{opacity:.3;cursor:default}._bubbles-loader_kn4ln_1{position:relative}._bubbles-loader_kn4ln_1._color-topaz_kn4ln_4 ._bubble_kn4ln_1{background-color:var(--rp-ui-base-dark-topaz-main)}._bubble_kn4ln_1{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--rp-ui-base-bg-000);transform:scale(.3);animation:_bubbles_kn4ln_1 2.5s infinite linear}._bubble_kn4ln_1:nth-child(1){left:0;animation-delay:.1s}._bubble_kn4ln_1:nth-child(2){left:7px;animation-delay:.3s}._bubble_kn4ln_1:nth-child(3){left:14px;animation-delay:.5s}._bubble_kn4ln_1:nth-child(4){left:21px;animation-delay:.7s}._bubble_kn4ln_1:nth-child(5){left:28px;animation-delay:.9s}._bubble_kn4ln_1:nth-child(6){left:35px;animation-delay:1.1s}._bubble_kn4ln_1:nth-child(7){left:42px;animation-delay:1.3s}@keyframes _bubbles_kn4ln_1{20%,60%{transform:scale(.5)}40%{transform:scale(1)}}._radio-button_1sze8_1{display:flex;align-items:center;height:100%;outline:none;cursor:pointer;padding-bottom:4px}._radio-button_1sze8_1._disabled_1sze8_9{cursor:default}._radio-button_1sze8_1._disabled_1sze8_9 ._children-container_1sze8_12{color:var(--rp-ui-base-e-300)}._radio-button_1sze8_1._disabled_1sze8_9 ._toggler_1sze8_15{opacity:.3}._radio-button_1sze8_1._disabled_1sze8_9 ._toggler_1sze8_15:after{background-color:transparent}._radio-button_1sze8_1._disabled_1sze8_9 ._toggler_1sze8_15._checked_1sze8_21:after{background-color:var(--rp-ui-base-topaz-pressed)}._radio-button_1sze8_1:focus-visible:not(._disabled_1sze8_9) ._toggler_1sze8_15{border:2px solid var(--rp-ui-color-primary-focused)}._input_1sze8_28{display:none}._toggler_1sze8_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_1sze8_15:after{width:8px;height:8px;content:"";display:block;border-radius:100%;margin:auto;background-color:var(--rp-ui-color-radio-cheked);opacity:0;transform:scale(.5);transition:transform .2s,opacity .2s}._toggler_1sze8_15:hover:not(._disabled_1sze8_9){border-color:var(--rp-ui-color-field-border-2-hover)}._toggler_1sze8_15:hover:not(._disabled_1sze8_9):after{background-color:var(--rp-ui-color-primary-hover)}._toggler_1sze8_15._checked_1sze8_21:after,._toggler_1sze8_15._disabled_1sze8_9:after{transform:scale(1);opacity:1}._children-container_1sze8_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_1sze8_12 a{text-decoration:none;color:var(--rp-ui-base-topaz)}._children-container_1sze8_12 a:focus,._children-container_1sze8_12 a:focus-visible{outline:none;color:var(--rp-ui-base-topaz-focused);text-decoration:underline}._text-area_cxv68_1{font-size:13px;line-height:20px;width:100%;min-height:72px;padding:9px 12px 7px;outline:none;border:1px solid var(--rp-ui-base-e-200);border-radius:3px;box-sizing:border-box;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-base-almost-black);resize:vertical}._text-area_cxv68_1:hover{border-color:var(--rp-ui-base-e-300)}._text-area_cxv68_1:focus:not(._error_cxv68_19._touched_cxv68_19){border:1px solid var(--rp-ui-base-topaz-hover);box-shadow:0 0 0 1px var(--rp-ui-base-topaz-hover)}._text-area_cxv68_1._error_cxv68_19._touched_cxv68_19{border:1px solid var(--rp-ui-base-error)}._text-area_cxv68_1::placeholder{color:var(--rp-ui-base-e-300)}._label_cxv68_30{font-size:13px;line-height:20px;font-family:var(--rp-ui-base-font-family);font-weight:500;color:var(--rp-ui-base-almost-black);margin-bottom:4px}._additional-content_cxv68_39 ._error-text_cxv68_39{font-size:11px;line-height:16px;display:block;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-base-error)}._additional-content_cxv68_39 ._help-text_cxv68_47{font-size:11px;line-height:16px;display:block;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-base-e-300)}._disabled_cxv68_56{opacity:.3;pointer-events:none}._button_1szj1_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_1szj1_19{border:1px solid var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);color:var(--rp-ui-base-bg-000)}._primary_1szj1_19:hover:not(._disabled_1szj1_24){border:1px solid var(--rp-ui-color-primary-hover);background-color:var(--rp-ui-color-primary-hover)}._primary_1szj1_19:active:not(._disabled_1szj1_24){border:1px solid var(--rp-ui-color-primary-pressed);background-color:var(--rp-ui-color-primary-pressed)}._primary_1szj1_19:focus:not(._disabled_1szj1_24,:active){border:2px solid var(--rp-ui-color-primary-focused)}._ghost_1szj1_36{border:1px solid var(--rp-ui-color-primary);background-color:transparent;color:var(--rp-ui-color-primary-text)}._ghost_1szj1_36:hover:not(._disabled_1szj1_24){border:1px solid var(--rp-ui-base-dark-topaz-hover);color:var(--rp-ui-base-dark-topaz-hover)}._ghost_1szj1_36:active:not(._disabled_1szj1_24){border:1px solid var(--rp-ui-color-primary-pressed);color:var(--rp-ui-color-primary-pressed)}._ghost_1szj1_36:focus:not(._disabled_1szj1_24,:active){border:2px solid var(--rp-ui-color-primary-focused);color:var(--rp-ui-color-primary-focused)}._danger_1szj1_54{border:1px solid var(--rp-ui-color-error);background-color:var(--rp-ui-color-error);color:var(--rp-ui-base-bg-000)}._danger_1szj1_54:hover:not(._disabled_1szj1_24){opacity:.9}._danger_1szj1_54:active:not(._disabled_1szj1_24){border:1px solid var(--rp-ui-color-error-pressed);background-color:var(--rp-ui-color-error-pressed)}._danger_1szj1_54:focus:not(._disabled_1szj1_24,:active){border:2px solid var(--rp-ui-color-error-focused)}._text_1szj1_70{min-width:auto;height:auto;border:0;padding:0;background:none;line-height:22px;color:var(--rp-ui-color-primary-text)}._text_1szj1_70:hover:not(._disabled_1szj1_24){color:var(--rp-ui-color-primary-hover)}._text_1szj1_70:hover:not(._disabled_1szj1_24) svg *{fill:var(--rp-ui-color-primary-hover)}._text_1szj1_70:active:not(._disabled_1szj1_24){color:var(--rp-ui-color-primary-pressed)}._text_1szj1_70:active:not(._disabled_1szj1_24) svg *{fill:var(--rp-ui-color-primary-pressed)}._text_1szj1_70:focus:not(._disabled_1szj1_24,:active){color:var(--rp-ui-color-primary-focused)}._text_1szj1_70:focus:not(._disabled_1szj1_24,:active) svg *{fill:var(--rp-ui-color-primary-focused)}._text_1szj1_70 svg *{fill:var(--rp-ui-color-primary-text)}._disabled_1szj1_24{opacity:var(--rp-ui-opacity-default);cursor:default}._width-wide-content_1szj1_106{padding:9px 47px 7px;margin:0}._width-parent_1szj1_111{display:flex;width:100%}._icon_1szj1_116{display:inline-block;width:16px;height:16px}._icon-start_1szj1_122{margin:auto 8px auto 0}._icon-end_1szj1_126{margin:auto 0 auto 8px;order:1}._checkbox_189ko_1{display:inline-flex;align-items:center;padding-left:24px;color:var(--rp-ui-color-text-2);font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:13px;line-height:20px}._checkbox_189ko_1 ._disabled_189ko_11{opacity:var(--rp-ui-opacity-default);pointer-events:none}._input_189ko_16{position:absolute;opacity:0;top:0;left:0}._control_189ko_23{position:absolute;width:16px;height:16px;border:1px solid var(--rp-ui-color-field-border-2);border-radius:3px;margin-left:-24px;box-sizing:border-box;cursor:pointer}._input_189ko_16:checked+._control_189ko_23{border-color:var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E")}._input_189ko_16:hover+._control_189ko_23{border-color:var(--rp-ui-color-field-hover-2)}._input_189ko_16:active:not(:disabled)+._control_189ko_23{border:2px solid var(--rp-ui-color-primary-focused)}._input_189ko_16:checked:hover+._control_189ko_23{border-color:var(--rp-ui-color-primary-hover);background-color:var(--rp-ui-color-primary-hover);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E")}._input_189ko_16:checked:active:not(:disabled)+._control_189ko_23{border-color:var(--rp-ui-color-primary-focused);background-color:var(--rp-ui-color-primary-focused);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E")}._input_189ko_16:disabled+._control_189ko_23{border-color:var(--rp-ui-color-disabled)}._input_189ko_16:checked:disabled+._control_189ko_23{border-color:var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E");opacity:var(--rp-ui-opacity-default);pointer-events:none}._input_189ko_16:focus+._control_189ko_23{border:2px solid var(--rp-ui-color-primary-focused)}._input_189ko_16._partially-checked_189ko_76:not(:checked)+._control_189ko_23{border-color:var(--rp-ui-color-field-border);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked)+._control_189ko_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-field-border-2);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._input_189ko_16._partially-checked_189ko_76:not(:checked):hover+._control_189ko_23{border-color:var(--rp-ui-color-field-border-2-hover);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked):hover+._control_189ko_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-primary-hover);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._input_189ko_16._partially-checked_189ko_76:not(:checked):active:not(:disabled)+._control_189ko_23{border-color:var(--rp-ui-color-primary-focused);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked):active:not(:disabled)+._control_189ko_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-field-border-2);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._input_189ko_16._partially-checked_189ko_76:not(:checked):disabled+._control_189ko_23{border-color:var(--rp-ui-color-field-borderd);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked):disabled+._control_189ko_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-field-border);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._children_189ko_149{cursor:pointer}._children_189ko_149 a{text-decoration:none;color:var(--rp-ui-color-primary)}._children_189ko_149 a:focus,._children_189ko_149 a:focus-visible{outline:none;color:var(--rp-ui-color-primary-focused);text-decoration:underline}._base-icon-button_p6ked_1{margin:0;padding:0;outline:none;background:transparent;border:none;cursor:pointer}._base-icon-button_p6ked_1 svg path{fill:var(--rp-ui-base-e-300)}._base-icon-button_p6ked_1._disabled_p6ked_12{opacity:40%;cursor:default}._base-icon-button_p6ked_1:hover:not(._disabled_p6ked_12) svg path{fill:var(--rp-ui-base-e-400)}._base-icon-button_p6ked_1:active:not(._disabled_p6ked_12) svg path{fill:var(--rp-ui-base-topaz-pressed)}._base-icon-button_p6ked_1:focus:not(._disabled_p6ked_12,:active) svg path{fill:var(--rp-ui-base-topaz-focused)}@font-face{font-family:Roboto;font-weight:400;font-display:swap;font-style:normal;src:local("Roboto Regular"),local("Roboto-Regular"),url(./fonts/Roboto/Roboto-Regular.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:500;font-display:swap;font-style:normal;src:local("Roboto Medium"),local("Roboto-Medium"),url(./fonts/Roboto/Roboto-Medium.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:700;font-display:swap;font-style:normal;src:local("Roboto-Bold"),local("Roboto-Bold"),url(./fonts/Roboto/Roboto-Bold.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:300;font-display:swap;font-style:normal;src:local("Open Sans Light"),local("OpenSans-Light"),url(./fonts/OpenSans/OpenSans-Light.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:400;font-display:swap;font-style:normal;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(./fonts/OpenSans/OpenSans-Regular.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:600;font-display:swap;font-style:normal;src:local("Open Sans Semibold"),local("OpenSans-Semibold"),url(./fonts/OpenSans/OpenSans-Semibold.ttf) format("truetype")}:root{--rp-ui-base-bg-000: #ffffff;--rp-ui-base-bg-100: #f7f7f8;--rp-ui-base-bg-200: #eceff4;--rp-ui-base-error: #dc5959;--rp-ui-base-error-hover: #f24a4a;--rp-ui-base-error-pressed: #c54141;--rp-ui-base-error-focused: #ffb1b1;--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-almost-black-light: rgba(63, 63, 63, .75);--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-radio-cheked: 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-radio-cheked: 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-bg);--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-radio-cheked: 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%}._icon-container_uykmf_1,._icon-container-end_uykmf_1,._icon-container-start_uykmf_1{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:22px;height:22px}._icon-container-start_uykmf_1{margin-right:4px}._icon-container-end_uykmf_1{margin-left:4px}._label_uykmf_18{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_uykmf_18 ._asterisk_uykmf_27{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);padding-left:4px}._label_uykmf_18._disabled_uykmf_33{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_uykmf_38{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)}._field_uykmf_38:hover:not(._disabled_uykmf_33){border-color:var(--rp-ui-color-field-border-3-hover);background-color:var(--rp-ui-color-field-bg-3-hover)}._field_uykmf_38:focus-within:not(._error_uykmf_53._touched_uykmf_53){padding:6px 11px;border:2px solid var(--rp-ui-color-primary-focused)}._field_uykmf_38._error_uykmf_53._touched_uykmf_53{border-color:var(--rp-ui-base-error)}._field_uykmf_38._disabled_uykmf_33{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_uykmf_38._disabled_uykmf_33 ._placeholder_uykmf_64{color:var(--rp-ui-base-e-300)}._field_uykmf_38._default-width_uykmf_67{width:240px}._input-container_uykmf_71{position:relative;width:100%}._input_uykmf_71{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_uykmf_71:focus{outline:none}._input_uykmf_71:disabled{color:var(--rp-ui-base-e-300)}._placeholder_uykmf_64{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}._placeholder_uykmf_64 ._asterisk_uykmf_27:after{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);right:-7px;content:"*";color:var(--rp-ui-base-error-focused)}._icon_uykmf_1,._clear-icon_uykmf_117{display:inline-block;width:16px;height:16px}._clear-icon_uykmf_117{background:none;border:none;padding:0;font:inherit;outline:inherit;cursor:pointer}._clear-icon_uykmf_117._disabled_uykmf_33{pointer-events:none}._clear-icon_uykmf_117:hover svg{fill:var(--rp-ui-base-e-400)}._clear-icon_uykmf_117:hover svg>rect{fill:var(--rp-ui-base-e-400)}._clear-icon_uykmf_117:focus svg{fill:var(--rp-ui-color-primary-focused)}._clear-icon_uykmf_117:focus svg>rect{fill:var(--rp-ui-color-primary-focused)}._clear-icon_uykmf_117:active svg{fill:var(--rp-ui-color-primary-pressed)}._clear-icon_uykmf_117:active svg>rect{fill:var(--rp-ui-color-primary-pressed)}._additional-content_uykmf_153{margin-top:4px}._additional-content_uykmf_153._disabled_uykmf_33{pointer-events:none}._text_uykmf_160{font-size:11px;line-height:16px;font-family:var(--rp-ui-base-font-family);font-weight:400;display:block}._error-text_uykmf_168{color:var(--rp-ui-base-error)}._help-text_uykmf_172{color:var(--rp-ui-base-dark-e-300)}._field-number_3tc9r_1{position:relative;display:inline-flex;flex-direction:column}._field-number_3tc9r_1._disabled_3tc9r_6{opacity:.4}._label_3tc9r_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_3tc9r_21{display:inline-flex;cursor:pointer}._input-container_3tc9r_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_3tc9r_26:focus-within:not(._error_3tc9r_36._touched_3tc9r_36){padding:5px 7px;border-width:2px;border-color:var(--rp-ui-base-topaz-focused)}._input-container_3tc9r_26:hover:not(._disabled_3tc9r_6):not(:focus-within):not(._error_3tc9r_36._touched_3tc9r_36),._input-container_3tc9r_26._filled_3tc9r_41:not(:focus-within){border-color:var(--rp-ui-base-e-300)}._input-container_3tc9r_26._error_3tc9r_36._touched_3tc9r_36{border-color:var(--rp-ui-base-error)}._input-field_3tc9r_48{display:flex;align-items:center;justify-content:center;height:20px;min-width:44px;margin:2px 4px 0;text-align:center;cursor:text}._input-field_3tc9r_48._disabled_3tc9r_6{cursor:default}._input_3tc9r_26{padding:0;margin:0;border:none;text-align:center;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}._input_3tc9r_26:focus{outline:none}._input_3tc9r_26:focus::placeholder{color:transparent}._input_3tc9r_26::placeholder{color:var(--rp-ui-base-e-200)}._input_3tc9r_26::-webkit-inner-spin-button,._input_3tc9r_26::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}*{box-sizing:border-box}._table_xqjqb_5{width:100%;max-width:1200px}._table-header_xqjqb_10{display:flex;width:100%;height:32px;align-items:center}._table-row_xqjqb_17{display:flex;width:100%;height:64px}._table-row_xqjqb_17 ._table-row-content_xqjqb_22{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_xqjqb_17._size-small_xqjqb_32{height:44px}._table-row_xqjqb_17._size-large_xqjqb_35{height:80px}._table-body_xqjqb_39{display:flex;flex-direction:column;gap:4px;width:100%}._table-header-cell_xqjqb_46,._table-cell_xqjqb_46{font-family:var(--rp-ui-base-font-family);font-weight:400;padding:0 16px}._table-header-cell_xqjqb_46._action-menu-cell_xqjqb_51,._table-cell_xqjqb_46._action-menu-cell_xqjqb_51{width:48px;padding:0 16px;flex-shrink:0}._table-header-cell_xqjqb_46:not(._action-menu-cell_xqjqb_51),._table-cell_xqjqb_46:not(._action-menu-cell_xqjqb_51){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._table-header-cell_xqjqb_46._checkbox-cell_xqjqb_61,._table-cell_xqjqb_46._checkbox-cell_xqjqb_61{width:48px;display:flex;justify-content:center;height:100%;cursor:pointer;flex-shrink:0}._table-header-cell_xqjqb_46._checkbox-cell_xqjqb_61+._table-row-content_xqjqb_22,._table-cell_xqjqb_46._checkbox-cell_xqjqb_61+._table-row-content_xqjqb_22{max-width:calc(100% - 48px)}._table-header-cell_xqjqb_46._primary-cell_xqjqb_72,._table-cell_xqjqb_46._primary-cell_xqjqb_72{flex:1 1 320px;font-weight:500;text-align:left}._table-header-cell_xqjqb_46{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_xqjqb_46 ._label_xqjqb_88{display:flex;align-items:center}._table-header-cell_xqjqb_46._sortable-cell_xqjqb_92>._label_xqjqb_88{cursor:pointer}._table-header-cell_xqjqb_46._align-right_xqjqb_95{justify-content:flex-end}._table-header-cell_xqjqb_46._align-right_xqjqb_95 svg{margin-right:-16px}._table-header-cell_xqjqb_46._align-center_xqjqb_101{justify-content:center}._table-cell_xqjqb_46{font-size:13px;line-height:20px}._dropdown-option_f4c9h_1{display:inline-block;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)}._dropdown-option_f4c9h_1._disabled_f4c9h_11{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown-option_f4c9h_1._hidden_f4c9h_15{display:none}._dropdown-option_f4c9h_1:hover:not(:active){background:var(--rp-ui-color-bg-3)}._dropdown-option_f4c9h_1._selected_f4c9h_21{color:var(--rp-ui-color-primary-text)}._dropdown-option_f4c9h_1._hover_f4c9h_24:not(._disabled_f4c9h_11){padding:8px 11px 6px;background-color:var(--rp-ui-color-bg-3);border:1px solid var(--rp-ui-color-primary-focused)}._dropdown-option_f4c9h_1._hover_f4c9h_24:not(._disabled_f4c9h_11):hover{border:none;padding:9px 12px 7px}._dropdown-option_f4c9h_1._hover_f4c9h_24:not(._disabled_f4c9h_11):hover:hover:not(:active){background:var(--rp-ui-color-bg-3)}._single-option_f4c9h_37{height:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:9px 12px 7px}._sub-option_f4c9h_45{padding-left:24px}._container_vh03o_1{position:relative;display:inline-block;width:100%}._icon_vh03o_7{width:16px;height:16px;margin-right:8px}._arrow_vh03o_13{display:inline-flex;margin-left:12px;transition:transform .2s linear}._dropdown_vh03o_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_vh03o_19._transparent-background_vh03o_33{background-color:transparent}._dropdown_vh03o_19._disabled_vh03o_36{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown_vh03o_19._disabled_vh03o_36 ._arrow_vh03o_13 svg path{opacity:.4}._dropdown_vh03o_19._disabled_vh03o_36 ._value_vh03o_43{color:var(--rp-ui-color-disabled)}._dropdown_vh03o_19._error_vh03o_46._touched_vh03o_46{border-width:1px;border-color:var(--rp-ui-color-error)}._dropdown_vh03o_19:hover:not(:active):not(:focus-visible):not(._opened_vh03o_50):not(._error_vh03o_46){border-color:var(--rp-ui-color-field-hover)}._dropdown_vh03o_19:active,._dropdown_vh03o_19:focus-visible{padding:7px 11px;border-width:2px;border-color:var(--rp-ui-color-primary-focused);outline:none}._dropdown_vh03o_19:active ._arrow_vh03o_13 svg path,._dropdown_vh03o_19:focus-visible ._arrow_vh03o_13 svg path{fill:var(--rp-ui-color-field-hover-2)}._dropdown_vh03o_19._opened_vh03o_50:not(:active):not(._error_vh03o_46){border-width:1px;border-color:var(--rp-ui-color-primary-pressed)}._dropdown_vh03o_19._opened_vh03o_50:not(:active):not(._error_vh03o_46) ._arrow_vh03o_13 svg path{fill:var(--rp-ui-color-field-opened)}._dropdown_vh03o_19._opened_vh03o_50 ._arrow_vh03o_13{transform:rotate(180deg)}._dropdown_vh03o_19 ._placeholder_vh03o_72{color:var(--rp-ui-color-field-placeholder)}._dropdown_vh03o_19 ._value_vh03o_43{flex-grow:1;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;color:var(--rp-ui-color-text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 767px){._dropdown_vh03o_19 ._mobile-disabled_vh03o_87{background-color:var(--rp-ui-color-field-bg-2)}}._select-list_vh03o_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_vh03o_92._opened_vh03o_50:focus-visible{outline:none}._select-list_vh03o_92._limited-width_vh03o_109{max-width:384px}._options-container_vh03o_113{display:flex;flex-direction:column}._ghost_vh03o_118{border-color:transparent;background:transparent}._ghost_vh03o_118:hover:not(:active):not(:focus-visible):not(._opened_vh03o_50):not(._error_vh03o_46){border-color:transparent}._ghost_vh03o_118._opened_vh03o_50:not(:active):not(._error_vh03o_46){border-color:transparent}._ghost_vh03o_118._opened_vh03o_50 ._value_vh03o_43{color:var(--rp-ui-color-primary-pressed)}._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}._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_gnurh_1{display:flex;justify-content:flex-end;width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._size-selector-button_gnurh_10{margin-right:4px;font-weight:700;font-size:11px;line-height:16px}._page-selector_rtho4_1{display:flex;gap:8px}._field-wrapper_rtho4_6,._apply-button_rtho4_10{width:90px}._active-page_14j0y_1{display:inline-block;width:124px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}._page-selector_14j0y_10{text-align:left}._page-selector-button_14j0y_14{margin-left:4px;font-weight:700;font-size:11px;line-height:16px}._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_uykxy_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:11px;line-height:16px;color:var(--rp-ui-base-almost-black)}._modal-content_17fct_1{width:calc(100% - 34px);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}._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_sp7xo_1{position:absolute;top:0;left:0;display:block;width:100%;height:100%;text-align:center}._overlay-default_sp7xo_11{background-color:var(--rp-ui-base-overlay)}._overlay-light-cyan_sp7xo_15{background-color:var(--rp-ui-base-overlay-light-cyan)}._scrolling-content_sp7xo_19{position:fixed;width:100%;height:100%}._modal-window_sp7xo_25{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_sp7xo_42{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)}._size-default_sp7xo_53{width:480px}@media (max-width: 480px){._size-default_sp7xo_53{right:10px;left:10px;transform:none;width:auto}}._size-small_sp7xo_65{width:320px}@media (max-width: 320px){._size-small_sp7xo_65{right:10px;left:10px;transform:none;width:auto}}._size-large_sp7xo_77{width:720px}@media (max-width: 720px){._size-large_sp7xo_77{right:10px;left:10px;transform:none;width:auto}}._tooltip-wrapper_7bl3z_1{display:block;width:fit-content;height:fit-content;cursor:pointer}._tooltip_7bl3z_1{transition:opacity .3s ease;margin:4px}._tooltip_7bl3z_1[data-placement*=bottom]{padding-top:9px;z-index:2}._tooltip_7bl3z_1[data-placement*=top]{padding-bottom:9px}._tooltip_7bl3z_1[data-placement*=left]{padding-right:9px}._tooltip_7bl3z_1[data-placement*=right]{padding-left:9px}._tooltip-content_7bl3z_26{padding:16px;border-radius:8px;background-color:var(--rp-ui-base-almost-black-slight-light);font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:11px;line-height:16px;color:var(--rp-ui-base-bg-000);word-wrap:break-word;white-space:pre-wrap}._tooltip-arrow_7bl3z_39{position:absolute}._tooltip-arrow_7bl3z_39:before,._tooltip-arrow_7bl3z_39:after{content:"";margin:auto;display:block;width:0;height:0;border-style:solid}._tooltip-arrow_7bl3z_39:after{position:absolute}._tooltip-arrow_7bl3z_39[data-placement*=bottom]{top:0;width:18px;height:9px}._tooltip-arrow_7bl3z_39[data-placement*=bottom]:before,._tooltip-arrow_7bl3z_39[data-placement*=bottom]:after{border-width:0 9px 9px}._tooltip-arrow_7bl3z_39[data-placement*=bottom]:before{border-color:transparent transparent var(--rp-ui-base-almost-black-light)}._tooltip-arrow_7bl3z_39[data-placement*=bottom]:after{top:0;border-color:transparent transparent var(--rp-ui-base-almost-black-light)}._tooltip-arrow_7bl3z_39[data-placement*=top]{bottom:0;width:18px;height:9px}._tooltip-arrow_7bl3z_39[data-placement*=top]:before,._tooltip-arrow_7bl3z_39[data-placement*=top]:after{border-width:9px 9px 0}._tooltip-arrow_7bl3z_39[data-placement*=top]:before{border-color:var(--rp-ui-base-almost-black-light) transparent transparent}._tooltip-arrow_7bl3z_39[data-placement*=top]:after{bottom:0;border-color:var(--rp-ui-base-almost-black-light) transparent transparent}._tooltip-arrow_7bl3z_39[data-placement*=left]{right:0;width:9px;height:18px}._tooltip-arrow_7bl3z_39[data-placement*=left]:before,._tooltip-arrow_7bl3z_39[data-placement*=left]:after{border-width:9px 0 9px 9px}._tooltip-arrow_7bl3z_39[data-placement*=left]:before{border-color:transparent transparent transparent var(--rp-ui-base-almost-black-light)}._tooltip-arrow_7bl3z_39[data-placement*=left]:after{top:0;right:0;border-color:transparent transparent transparent var(--rp-ui-base-almost-black-light)}._tooltip-arrow_7bl3z_39[data-placement*=right]{left:0;width:9px;height:18px}._tooltip-arrow_7bl3z_39[data-placement*=right]:before,._tooltip-arrow_7bl3z_39[data-placement*=right]:after{border-width:9px 9px 9px 0}._tooltip-arrow_7bl3z_39[data-placement*=right]:before{border-color:transparent var(--rp-ui-base-almost-black-light) transparent transparent}._tooltip-arrow_7bl3z_39[data-placement*=right]:after{top:0;left:0;border-color:transparent var(--rp-ui-base-almost-black-light) transparent transparent}._popover-wrapper_16ogt_1{display:inline-block;width:fit-content;height:fit-content;cursor:pointer}._popover_16ogt_1{display:block;position:absolute;z-index:10;font-family:var(--rp-ui-base-font-family);font-size:11px;line-height:16px;background-color:var(--rp-ui-color-bg);border-radius:8px;box-shadow:var(--rp-ui-base-shadow-secondary);padding:16px;min-height:52px;min-width:120px;max-width:fit-content;box-sizing:border-box;outline:0;width:max-content;color:var(--rp-ui-color-text)}._title_16ogt_28{font-family:var(--rp-ui-base-font-family-heading);font-weight:700;font-size:13px;line-height:20px;margin-bottom:8px}
1
+ ._system-message_fp9ws_1{min-height:85px;height:auto;width:100%;background:var(--rp-ui-base-bg-000);border-radius:8px;box-shadow:var(--rp-ui-base-shadow);display:flex;flex-direction:column;font-family:var(--rp-ui-base-font-family)}._system-message_fp9ws_1 ._stripes-info_fp9ws_12{height:8px;border-radius:8px 8px 0 0;background-image:repeating-linear-gradient(45deg,var(--rp-ui-base-sm-info-line-100),var(--rp-ui-base-sm-info-line-100) 24px,var(--rp-ui-base-e-200) 24px,var(--rp-ui-base-e-200) 48px)}._system-message_fp9ws_1 ._stripes-warning_fp9ws_17{height:8px;border-radius:8px 8px 0 0;background-image:repeating-linear-gradient(45deg,var(--rp-ui-base-sm-warning-line-100),var(--rp-ui-base-sm-warning-line-100) 24px,var(--rp-ui-base-sm-warning-line-200) 24px,var(--rp-ui-base-sm-warning-line-200) 48px)}._system-message_fp9ws_1 ._stripes-error_fp9ws_22{height:8px;border-radius:8px 8px 0 0;background-image:repeating-linear-gradient(45deg,var(--rp-ui-base-sm-error-line-100),var(--rp-ui-base-sm-error-line-100) 24px,var(--rp-ui-base-sm-error-line-200) 24px,var(--rp-ui-base-sm-error-line-200) 48px)}._system-message_fp9ws_1 ._text-container_fp9ws_27{padding:12px 16px 16px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._message-header-info_fp9ws_30{font-size:15px;line-height:24px;font-weight:500;color:var(--rp-ui-base-e-400);text-transform:capitalize;margin-bottom:8px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._message-header-warning_fp9ws_38{font-size:15px;line-height:24px;font-weight:500;color:var(--rp-ui-base-sm-warning);text-transform:capitalize;margin-bottom:8px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._message-header-error_fp9ws_46{font-size:15px;line-height:24px;font-weight:500;color:var(--rp-ui-base-sm-error);text-transform:capitalize;margin-bottom:8px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._children_fp9ws_54{text-indent:1px;color:var(--rp-ui-color-text);font-weight:700;font-size:13px;line-height:20px}._system-message_fp9ws_1 ._text-container_fp9ws_27 p{margin-top:4px;max-width:780px;color:var(--rp-ui-base-e-400);font-weight:400;font-size:12px;line-height:18px}._content-width_fp9ws_70{max-width:max-content}._toggle_9h25s_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_9h25s_14{margin-left:40px}._children-container_9h25s_14 a{text-decoration:none;color:var(--rp-ui-base-topaz)}._children-container_9h25s_14 a:focus,._children-container_9h25s_14 a:focus-visible{outline:none;color:var(--rp-ui-base-topaz-focused);text-decoration:underline}._slider_9h25s_27{background-color:var(--rp-ui-base-e-300);cursor:pointer;position:absolute;transition:.4s;border-radius:10px;width:32px;height:20px}._slider_9h25s_27:before{position:absolute;top:2px;left:2px;content:"";width:16px;height:16px;background-color:var(--rp-ui-base-bg-000);transition:.4s}._round_9h25s_47:before{border-radius:50%}._input_9h25s_51{position:absolute;opacity:0;top:0;left:0}._input_9h25s_51:disabled+._slider_9h25s_27{background-color:var(--rp-ui-base-e-200);cursor:default}._input_9h25s_51:focus-visible{outline:none}._input_9h25s_51:focus:not(._disabled_9h25s_64):after,._input_9h25s_51:focus-visible:not(._disabled_9h25s_64)+._slider_9h25s_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_9h25s_51:checked+._slider_9h25s_27{background-color:var(--rp-ui-base-topaz)}._input_9h25s_51:checked+._slider_9h25s_27:before{transform:translate(12px)}._input_9h25s_51:hover+._slider_9h25s_27{background-color:var(--rp-ui-base-e-400)}._input_9h25s_51:checked:hover+._slider_9h25s_27{background-color:var(--rp-ui-base-topaz-hover)}._input_9h25s_51:checked:disabled+._slider_9h25s_27{background-color:var(--rp-ui-base-topaz);cursor:default}._disabled_9h25s_64{opacity:.3;cursor:default}._bubbles-loader_kn4ln_1{position:relative}._bubbles-loader_kn4ln_1._color-topaz_kn4ln_4 ._bubble_kn4ln_1{background-color:var(--rp-ui-base-dark-topaz-main)}._bubble_kn4ln_1{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--rp-ui-base-bg-000);transform:scale(.3);animation:_bubbles_kn4ln_1 2.5s infinite linear}._bubble_kn4ln_1:nth-child(1){left:0;animation-delay:.1s}._bubble_kn4ln_1:nth-child(2){left:7px;animation-delay:.3s}._bubble_kn4ln_1:nth-child(3){left:14px;animation-delay:.5s}._bubble_kn4ln_1:nth-child(4){left:21px;animation-delay:.7s}._bubble_kn4ln_1:nth-child(5){left:28px;animation-delay:.9s}._bubble_kn4ln_1:nth-child(6){left:35px;animation-delay:1.1s}._bubble_kn4ln_1:nth-child(7){left:42px;animation-delay:1.3s}@keyframes _bubbles_kn4ln_1{20%,60%{transform:scale(.5)}40%{transform:scale(1)}}._radio-button_1sze8_1{display:flex;align-items:center;height:100%;outline:none;cursor:pointer;padding-bottom:4px}._radio-button_1sze8_1._disabled_1sze8_9{cursor:default}._radio-button_1sze8_1._disabled_1sze8_9 ._children-container_1sze8_12{color:var(--rp-ui-base-e-300)}._radio-button_1sze8_1._disabled_1sze8_9 ._toggler_1sze8_15{opacity:.3}._radio-button_1sze8_1._disabled_1sze8_9 ._toggler_1sze8_15:after{background-color:transparent}._radio-button_1sze8_1._disabled_1sze8_9 ._toggler_1sze8_15._checked_1sze8_21:after{background-color:var(--rp-ui-base-topaz-pressed)}._radio-button_1sze8_1:focus-visible:not(._disabled_1sze8_9) ._toggler_1sze8_15{border:2px solid var(--rp-ui-color-primary-focused)}._input_1sze8_28{display:none}._toggler_1sze8_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_1sze8_15:after{width:8px;height:8px;content:"";display:block;border-radius:100%;margin:auto;background-color:var(--rp-ui-color-radio-cheked);opacity:0;transform:scale(.5);transition:transform .2s,opacity .2s}._toggler_1sze8_15:hover:not(._disabled_1sze8_9){border-color:var(--rp-ui-color-field-border-2-hover)}._toggler_1sze8_15:hover:not(._disabled_1sze8_9):after{background-color:var(--rp-ui-color-primary-hover)}._toggler_1sze8_15._checked_1sze8_21:after,._toggler_1sze8_15._disabled_1sze8_9:after{transform:scale(1);opacity:1}._children-container_1sze8_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_1sze8_12 a{text-decoration:none;color:var(--rp-ui-base-topaz)}._children-container_1sze8_12 a:focus,._children-container_1sze8_12 a:focus-visible{outline:none;color:var(--rp-ui-base-topaz-focused);text-decoration:underline}._text-area_cxv68_1{font-size:13px;line-height:20px;width:100%;min-height:72px;padding:9px 12px 7px;outline:none;border:1px solid var(--rp-ui-base-e-200);border-radius:3px;box-sizing:border-box;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-base-almost-black);resize:vertical}._text-area_cxv68_1:hover{border-color:var(--rp-ui-base-e-300)}._text-area_cxv68_1:focus:not(._error_cxv68_19._touched_cxv68_19){border:1px solid var(--rp-ui-base-topaz-hover);box-shadow:0 0 0 1px var(--rp-ui-base-topaz-hover)}._text-area_cxv68_1._error_cxv68_19._touched_cxv68_19{border:1px solid var(--rp-ui-base-error)}._text-area_cxv68_1::placeholder{color:var(--rp-ui-base-e-300)}._label_cxv68_30{font-size:13px;line-height:20px;font-family:var(--rp-ui-base-font-family);font-weight:500;color:var(--rp-ui-base-almost-black);margin-bottom:4px}._additional-content_cxv68_39 ._error-text_cxv68_39{font-size:11px;line-height:16px;display:block;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-base-error)}._additional-content_cxv68_39 ._help-text_cxv68_47{font-size:11px;line-height:16px;display:block;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-base-e-300)}._disabled_cxv68_56{opacity:.3;pointer-events:none}._button_1szj1_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_1szj1_19{border:1px solid var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);color:var(--rp-ui-base-bg-000)}._primary_1szj1_19:hover:not(._disabled_1szj1_24){border:1px solid var(--rp-ui-color-primary-hover);background-color:var(--rp-ui-color-primary-hover)}._primary_1szj1_19:active:not(._disabled_1szj1_24){border:1px solid var(--rp-ui-color-primary-pressed);background-color:var(--rp-ui-color-primary-pressed)}._primary_1szj1_19:focus:not(._disabled_1szj1_24,:active){border:2px solid var(--rp-ui-color-primary-focused)}._ghost_1szj1_36{border:1px solid var(--rp-ui-color-primary);background-color:transparent;color:var(--rp-ui-color-primary-text)}._ghost_1szj1_36:hover:not(._disabled_1szj1_24){border:1px solid var(--rp-ui-base-dark-topaz-hover);color:var(--rp-ui-base-dark-topaz-hover)}._ghost_1szj1_36:active:not(._disabled_1szj1_24){border:1px solid var(--rp-ui-color-primary-pressed);color:var(--rp-ui-color-primary-pressed)}._ghost_1szj1_36:focus:not(._disabled_1szj1_24,:active){border:2px solid var(--rp-ui-color-primary-focused);color:var(--rp-ui-color-primary-focused)}._danger_1szj1_54{border:1px solid var(--rp-ui-color-error);background-color:var(--rp-ui-color-error);color:var(--rp-ui-base-bg-000)}._danger_1szj1_54:hover:not(._disabled_1szj1_24){opacity:.9}._danger_1szj1_54:active:not(._disabled_1szj1_24){border:1px solid var(--rp-ui-color-error-pressed);background-color:var(--rp-ui-color-error-pressed)}._danger_1szj1_54:focus:not(._disabled_1szj1_24,:active){border:2px solid var(--rp-ui-color-error-focused)}._text_1szj1_70{min-width:auto;height:auto;border:0;padding:0;background:none;line-height:22px;color:var(--rp-ui-color-primary-text)}._text_1szj1_70:hover:not(._disabled_1szj1_24){color:var(--rp-ui-color-primary-hover)}._text_1szj1_70:hover:not(._disabled_1szj1_24) svg *{fill:var(--rp-ui-color-primary-hover)}._text_1szj1_70:active:not(._disabled_1szj1_24){color:var(--rp-ui-color-primary-pressed)}._text_1szj1_70:active:not(._disabled_1szj1_24) svg *{fill:var(--rp-ui-color-primary-pressed)}._text_1szj1_70:focus:not(._disabled_1szj1_24,:active){color:var(--rp-ui-color-primary-focused)}._text_1szj1_70:focus:not(._disabled_1szj1_24,:active) svg *{fill:var(--rp-ui-color-primary-focused)}._text_1szj1_70 svg *{fill:var(--rp-ui-color-primary-text)}._disabled_1szj1_24{opacity:var(--rp-ui-opacity-default);cursor:default}._width-wide-content_1szj1_106{padding:9px 47px 7px;margin:0}._width-parent_1szj1_111{display:flex;width:100%}._icon_1szj1_116{display:inline-block;width:16px;height:16px}._icon-start_1szj1_122{margin:auto 8px auto 0}._icon-end_1szj1_126{margin:auto 0 auto 8px;order:1}._checkbox_189ko_1{display:inline-flex;align-items:center;padding-left:24px;color:var(--rp-ui-color-text-2);font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:13px;line-height:20px}._checkbox_189ko_1 ._disabled_189ko_11{opacity:var(--rp-ui-opacity-default);pointer-events:none}._input_189ko_16{position:absolute;opacity:0;top:0;left:0}._control_189ko_23{position:absolute;width:16px;height:16px;border:1px solid var(--rp-ui-color-field-border-2);border-radius:3px;margin-left:-24px;box-sizing:border-box;cursor:pointer}._input_189ko_16:checked+._control_189ko_23{border-color:var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E")}._input_189ko_16:hover+._control_189ko_23{border-color:var(--rp-ui-color-field-hover-2)}._input_189ko_16:active:not(:disabled)+._control_189ko_23{border:2px solid var(--rp-ui-color-primary-focused)}._input_189ko_16:checked:hover+._control_189ko_23{border-color:var(--rp-ui-color-primary-hover);background-color:var(--rp-ui-color-primary-hover);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E")}._input_189ko_16:checked:active:not(:disabled)+._control_189ko_23{border-color:var(--rp-ui-color-primary-focused);background-color:var(--rp-ui-color-primary-focused);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E")}._input_189ko_16:disabled+._control_189ko_23{border-color:var(--rp-ui-color-disabled)}._input_189ko_16:checked:disabled+._control_189ko_23{border-color:var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E");opacity:var(--rp-ui-opacity-default);pointer-events:none}._input_189ko_16:focus+._control_189ko_23{border:2px solid var(--rp-ui-color-primary-focused)}._input_189ko_16._partially-checked_189ko_76:not(:checked)+._control_189ko_23{border-color:var(--rp-ui-color-field-border);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked)+._control_189ko_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-field-border-2);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._input_189ko_16._partially-checked_189ko_76:not(:checked):hover+._control_189ko_23{border-color:var(--rp-ui-color-field-border-2-hover);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked):hover+._control_189ko_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-primary-hover);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._input_189ko_16._partially-checked_189ko_76:not(:checked):active:not(:disabled)+._control_189ko_23{border-color:var(--rp-ui-color-primary-focused);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked):active:not(:disabled)+._control_189ko_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-field-border-2);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._input_189ko_16._partially-checked_189ko_76:not(:checked):disabled+._control_189ko_23{border-color:var(--rp-ui-color-field-borderd);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked):disabled+._control_189ko_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-field-border);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._children_189ko_149{cursor:pointer}._children_189ko_149 a{text-decoration:none;color:var(--rp-ui-color-primary)}._children_189ko_149 a:focus,._children_189ko_149 a:focus-visible{outline:none;color:var(--rp-ui-color-primary-focused);text-decoration:underline}._base-icon-button_p6ked_1{margin:0;padding:0;outline:none;background:transparent;border:none;cursor:pointer}._base-icon-button_p6ked_1 svg path{fill:var(--rp-ui-base-e-300)}._base-icon-button_p6ked_1._disabled_p6ked_12{opacity:40%;cursor:default}._base-icon-button_p6ked_1:hover:not(._disabled_p6ked_12) svg path{fill:var(--rp-ui-base-e-400)}._base-icon-button_p6ked_1:active:not(._disabled_p6ked_12) svg path{fill:var(--rp-ui-base-topaz-pressed)}._base-icon-button_p6ked_1:focus:not(._disabled_p6ked_12,:active) svg path{fill:var(--rp-ui-base-topaz-focused)}@font-face{font-family:Roboto;font-weight:400;font-display:swap;font-style:normal;src:local("Roboto Regular"),local("Roboto-Regular"),url(./fonts/Roboto/Roboto-Regular.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:500;font-display:swap;font-style:normal;src:local("Roboto Medium"),local("Roboto-Medium"),url(./fonts/Roboto/Roboto-Medium.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:700;font-display:swap;font-style:normal;src:local("Roboto-Bold"),local("Roboto-Bold"),url(./fonts/Roboto/Roboto-Bold.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:300;font-display:swap;font-style:normal;src:local("Open Sans Light"),local("OpenSans-Light"),url(./fonts/OpenSans/OpenSans-Light.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:400;font-display:swap;font-style:normal;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(./fonts/OpenSans/OpenSans-Regular.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:600;font-display:swap;font-style:normal;src:local("Open Sans Semibold"),local("OpenSans-Semibold"),url(./fonts/OpenSans/OpenSans-Semibold.ttf) format("truetype")}:root{--rp-ui-base-bg-000: #ffffff;--rp-ui-base-bg-100: #f7f7f8;--rp-ui-base-bg-200: #eceff4;--rp-ui-base-error: #dc5959;--rp-ui-base-error-hover: #f24a4a;--rp-ui-base-error-pressed: #c54141;--rp-ui-base-error-focused: #ffb1b1;--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-almost-black-light: rgba(63, 63, 63, .75);--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-radio-cheked: 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-radio-cheked: 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-radio-cheked: 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%}._icon-container_4wu1a_1,._icon-container-end_4wu1a_1,._icon-container-start_4wu1a_1{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:22px;height:22px}._icon-container-start_4wu1a_1{margin-right:4px}._icon-container-end_4wu1a_1{margin-left:4px}._label_4wu1a_18{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_4wu1a_18 ._asterisk_4wu1a_27{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);padding-left:4px}._label_4wu1a_18._disabled_4wu1a_33{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_4wu1a_38{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)}._field_4wu1a_38:hover:not(._disabled_4wu1a_33){border-color:var(--rp-ui-color-field-border-3-hover);background-color:var(--rp-ui-color-field-bg-3-hover)}._field_4wu1a_38:focus-within:not(._error_4wu1a_53._touched_4wu1a_53){padding:6px 11px;border:2px solid var(--rp-ui-color-primary-focused)}._field_4wu1a_38._error_4wu1a_53._touched_4wu1a_53{border-color:var(--rp-ui-base-error)}._field_4wu1a_38._disabled_4wu1a_33{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_4wu1a_38._disabled_4wu1a_33 ._placeholder_4wu1a_64{color:var(--rp-ui-base-e-300)}._field_4wu1a_38._default-width_4wu1a_67{width:240px}._input-container_4wu1a_71{position:relative;width:100%}._input_4wu1a_71{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_4wu1a_71:focus{outline:none}._input_4wu1a_71:disabled{color:var(--rp-ui-base-e-300)}._placeholder_4wu1a_64{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}._placeholder_4wu1a_64 ._asterisk_4wu1a_27:after{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);right:-7px;content:"*";color:var(--rp-ui-base-error-focused)}._icon_4wu1a_1,._clear-icon_4wu1a_117{display:inline-block;width:16px;height:16px}._clear-icon_4wu1a_117{background:none;border:none;padding:0;font:inherit;outline:inherit;cursor:pointer}._clear-icon_4wu1a_117 svg>path{fill:var(--rp-ui-color-bg-2)}._clear-icon_4wu1a_117._disabled_4wu1a_33{pointer-events:none}._clear-icon_4wu1a_117:hover svg{fill:var(--rp-ui-base-e-400)}._clear-icon_4wu1a_117:hover svg>rect{fill:var(--rp-ui-base-e-400)}._clear-icon_4wu1a_117:focus svg{fill:var(--rp-ui-color-primary-focused)}._clear-icon_4wu1a_117:focus svg>rect{fill:var(--rp-ui-color-primary-focused)}._clear-icon_4wu1a_117:active svg{fill:var(--rp-ui-color-primary-pressed)}._clear-icon_4wu1a_117:active svg>rect{fill:var(--rp-ui-color-primary-pressed)}._additional-content_4wu1a_156{margin-top:4px}._additional-content_4wu1a_156._disabled_4wu1a_33{pointer-events:none}._text_4wu1a_163{font-size:11px;line-height:16px;font-family:var(--rp-ui-base-font-family);font-weight:400;display:block}._error-text_4wu1a_171{color:var(--rp-ui-base-error)}._help-text_4wu1a_175{color:var(--rp-ui-base-dark-e-300)}._field-number_3tc9r_1{position:relative;display:inline-flex;flex-direction:column}._field-number_3tc9r_1._disabled_3tc9r_6{opacity:.4}._label_3tc9r_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_3tc9r_21{display:inline-flex;cursor:pointer}._input-container_3tc9r_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_3tc9r_26:focus-within:not(._error_3tc9r_36._touched_3tc9r_36){padding:5px 7px;border-width:2px;border-color:var(--rp-ui-base-topaz-focused)}._input-container_3tc9r_26:hover:not(._disabled_3tc9r_6):not(:focus-within):not(._error_3tc9r_36._touched_3tc9r_36),._input-container_3tc9r_26._filled_3tc9r_41:not(:focus-within){border-color:var(--rp-ui-base-e-300)}._input-container_3tc9r_26._error_3tc9r_36._touched_3tc9r_36{border-color:var(--rp-ui-base-error)}._input-field_3tc9r_48{display:flex;align-items:center;justify-content:center;height:20px;min-width:44px;margin:2px 4px 0;text-align:center;cursor:text}._input-field_3tc9r_48._disabled_3tc9r_6{cursor:default}._input_3tc9r_26{padding:0;margin:0;border:none;text-align:center;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}._input_3tc9r_26:focus{outline:none}._input_3tc9r_26:focus::placeholder{color:transparent}._input_3tc9r_26::placeholder{color:var(--rp-ui-base-e-200)}._input_3tc9r_26::-webkit-inner-spin-button,._input_3tc9r_26::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}._table_kha9s_1{width:100%;max-width:1200px}._table_kha9s_1 *{box-sizing:border-box}._table-header_kha9s_9{display:flex;width:100%;height:32px;align-items:center}._table-row_kha9s_16{display:flex;width:100%;height:64px}._table-row_kha9s_16 ._table-row-content_kha9s_21{display:flex;align-items:center;height:100%;flex:1;box-shadow:var(--rp-ui-base-shadow-hover);background-color:var(--rp-ui-base-bg-000);border-radius:4px;max-width:100%}._table-row_kha9s_16._size-small_kha9s_31{height:44px}._table-row_kha9s_16._size-large_kha9s_34{height:80px}._table-body_kha9s_38{display:flex;flex-direction:column;gap:4px;width:100%}._table-header-cell_kha9s_45,._table-cell_kha9s_45{font-family:var(--rp-ui-base-font-family);font-weight:400;padding:0 16px}._table-header-cell_kha9s_45._action-menu-cell_kha9s_50,._table-cell_kha9s_45._action-menu-cell_kha9s_50{width:48px;padding:0 16px;flex-shrink:0}._table-header-cell_kha9s_45:not(._action-menu-cell_kha9s_50),._table-cell_kha9s_45:not(._action-menu-cell_kha9s_50){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._table-header-cell_kha9s_45._checkbox-cell_kha9s_60,._table-cell_kha9s_45._checkbox-cell_kha9s_60{width:48px;display:flex;justify-content:center;height:100%;cursor:pointer;flex-shrink:0}._table-header-cell_kha9s_45._checkbox-cell_kha9s_60+._table-row-content_kha9s_21,._table-cell_kha9s_45._checkbox-cell_kha9s_60+._table-row-content_kha9s_21{max-width:calc(100% - 48px)}._table-header-cell_kha9s_45._primary-cell_kha9s_71,._table-cell_kha9s_45._primary-cell_kha9s_71{flex:1 1 320px;font-weight:500;text-align:left}._table-header-cell_kha9s_45{font-size:11px;line-height:16px;color:var(--rp-ui-base-e-400);display:flex;align-items:center;text-align:left;background:none;border:none}._table-header-cell_kha9s_45 ._label_kha9s_87{display:flex;align-items:center}._table-header-cell_kha9s_45._sortable-cell_kha9s_91>._label_kha9s_87{cursor:pointer}._table-header-cell_kha9s_45._align-right_kha9s_94{justify-content:flex-end}._table-header-cell_kha9s_45._align-right_kha9s_94 svg{margin-right:-16px}._table-header-cell_kha9s_45._align-center_kha9s_100{justify-content:center}._table-cell_kha9s_45{font-size:13px;line-height:20px}._dropdown-option_f4c9h_1{display:inline-block;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)}._dropdown-option_f4c9h_1._disabled_f4c9h_11{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown-option_f4c9h_1._hidden_f4c9h_15{display:none}._dropdown-option_f4c9h_1:hover:not(:active){background:var(--rp-ui-color-bg-3)}._dropdown-option_f4c9h_1._selected_f4c9h_21{color:var(--rp-ui-color-primary-text)}._dropdown-option_f4c9h_1._hover_f4c9h_24:not(._disabled_f4c9h_11){padding:8px 11px 6px;background-color:var(--rp-ui-color-bg-3);border:1px solid var(--rp-ui-color-primary-focused)}._dropdown-option_f4c9h_1._hover_f4c9h_24:not(._disabled_f4c9h_11):hover{border:none;padding:9px 12px 7px}._dropdown-option_f4c9h_1._hover_f4c9h_24:not(._disabled_f4c9h_11):hover:hover:not(:active){background:var(--rp-ui-color-bg-3)}._single-option_f4c9h_37{height:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:9px 12px 7px}._sub-option_f4c9h_45{padding-left:24px}._container_vh03o_1{position:relative;display:inline-block;width:100%}._icon_vh03o_7{width:16px;height:16px;margin-right:8px}._arrow_vh03o_13{display:inline-flex;margin-left:12px;transition:transform .2s linear}._dropdown_vh03o_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_vh03o_19._transparent-background_vh03o_33{background-color:transparent}._dropdown_vh03o_19._disabled_vh03o_36{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown_vh03o_19._disabled_vh03o_36 ._arrow_vh03o_13 svg path{opacity:.4}._dropdown_vh03o_19._disabled_vh03o_36 ._value_vh03o_43{color:var(--rp-ui-color-disabled)}._dropdown_vh03o_19._error_vh03o_46._touched_vh03o_46{border-width:1px;border-color:var(--rp-ui-color-error)}._dropdown_vh03o_19:hover:not(:active):not(:focus-visible):not(._opened_vh03o_50):not(._error_vh03o_46){border-color:var(--rp-ui-color-field-hover)}._dropdown_vh03o_19:active,._dropdown_vh03o_19:focus-visible{padding:7px 11px;border-width:2px;border-color:var(--rp-ui-color-primary-focused);outline:none}._dropdown_vh03o_19:active ._arrow_vh03o_13 svg path,._dropdown_vh03o_19:focus-visible ._arrow_vh03o_13 svg path{fill:var(--rp-ui-color-field-hover-2)}._dropdown_vh03o_19._opened_vh03o_50:not(:active):not(._error_vh03o_46){border-width:1px;border-color:var(--rp-ui-color-primary-pressed)}._dropdown_vh03o_19._opened_vh03o_50:not(:active):not(._error_vh03o_46) ._arrow_vh03o_13 svg path{fill:var(--rp-ui-color-field-opened)}._dropdown_vh03o_19._opened_vh03o_50 ._arrow_vh03o_13{transform:rotate(180deg)}._dropdown_vh03o_19 ._placeholder_vh03o_72{color:var(--rp-ui-color-field-placeholder)}._dropdown_vh03o_19 ._value_vh03o_43{flex-grow:1;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;color:var(--rp-ui-color-text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 767px){._dropdown_vh03o_19 ._mobile-disabled_vh03o_87{background-color:var(--rp-ui-color-field-bg-2)}}._select-list_vh03o_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_vh03o_92._opened_vh03o_50:focus-visible{outline:none}._select-list_vh03o_92._limited-width_vh03o_109{max-width:384px}._options-container_vh03o_113{display:flex;flex-direction:column}._ghost_vh03o_118{border-color:transparent;background:transparent}._ghost_vh03o_118:hover:not(:active):not(:focus-visible):not(._opened_vh03o_50):not(._error_vh03o_46){border-color:transparent}._ghost_vh03o_118._opened_vh03o_50:not(:active):not(._error_vh03o_46){border-color:transparent}._ghost_vh03o_118._opened_vh03o_50 ._value_vh03o_43{color:var(--rp-ui-color-primary-pressed)}._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}._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_gnurh_1{display:flex;justify-content:flex-end;width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._size-selector-button_gnurh_10{margin-right:4px;font-weight:700;font-size:11px;line-height:16px}._page-selector_rtho4_1{display:flex;gap:8px}._field-wrapper_rtho4_6,._apply-button_rtho4_10{width:90px}._active-page_14j0y_1{display:inline-block;width:124px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}._page-selector_14j0y_10{text-align:left}._page-selector-button_14j0y_14{margin-left:4px;font-weight:700;font-size:11px;line-height:16px}._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_uykxy_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:11px;line-height:16px;color:var(--rp-ui-base-almost-black)}._modal-content_17fct_1{width:calc(100% - 34px);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}._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_sp7xo_1{position:absolute;top:0;left:0;display:block;width:100%;height:100%;text-align:center}._overlay-default_sp7xo_11{background-color:var(--rp-ui-base-overlay)}._overlay-light-cyan_sp7xo_15{background-color:var(--rp-ui-base-overlay-light-cyan)}._scrolling-content_sp7xo_19{position:fixed;width:100%;height:100%}._modal-window_sp7xo_25{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_sp7xo_42{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)}._size-default_sp7xo_53{width:480px}@media (max-width: 480px){._size-default_sp7xo_53{right:10px;left:10px;transform:none;width:auto}}._size-small_sp7xo_65{width:320px}@media (max-width: 320px){._size-small_sp7xo_65{right:10px;left:10px;transform:none;width:auto}}._size-large_sp7xo_77{width:720px}@media (max-width: 720px){._size-large_sp7xo_77{right:10px;left:10px;transform:none;width:auto}}._tooltip-wrapper_7bl3z_1{display:block;width:fit-content;height:fit-content;cursor:pointer}._tooltip_7bl3z_1{transition:opacity .3s ease;margin:4px}._tooltip_7bl3z_1[data-placement*=bottom]{padding-top:9px;z-index:2}._tooltip_7bl3z_1[data-placement*=top]{padding-bottom:9px}._tooltip_7bl3z_1[data-placement*=left]{padding-right:9px}._tooltip_7bl3z_1[data-placement*=right]{padding-left:9px}._tooltip-content_7bl3z_26{padding:16px;border-radius:8px;background-color:var(--rp-ui-base-almost-black-slight-light);font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:11px;line-height:16px;color:var(--rp-ui-base-bg-000);word-wrap:break-word;white-space:pre-wrap}._tooltip-arrow_7bl3z_39{position:absolute}._tooltip-arrow_7bl3z_39:before,._tooltip-arrow_7bl3z_39:after{content:"";margin:auto;display:block;width:0;height:0;border-style:solid}._tooltip-arrow_7bl3z_39:after{position:absolute}._tooltip-arrow_7bl3z_39[data-placement*=bottom]{top:0;width:18px;height:9px}._tooltip-arrow_7bl3z_39[data-placement*=bottom]:before,._tooltip-arrow_7bl3z_39[data-placement*=bottom]:after{border-width:0 9px 9px}._tooltip-arrow_7bl3z_39[data-placement*=bottom]:before{border-color:transparent transparent var(--rp-ui-base-almost-black-light)}._tooltip-arrow_7bl3z_39[data-placement*=bottom]:after{top:0;border-color:transparent transparent var(--rp-ui-base-almost-black-light)}._tooltip-arrow_7bl3z_39[data-placement*=top]{bottom:0;width:18px;height:9px}._tooltip-arrow_7bl3z_39[data-placement*=top]:before,._tooltip-arrow_7bl3z_39[data-placement*=top]:after{border-width:9px 9px 0}._tooltip-arrow_7bl3z_39[data-placement*=top]:before{border-color:var(--rp-ui-base-almost-black-light) transparent transparent}._tooltip-arrow_7bl3z_39[data-placement*=top]:after{bottom:0;border-color:var(--rp-ui-base-almost-black-light) transparent transparent}._tooltip-arrow_7bl3z_39[data-placement*=left]{right:0;width:9px;height:18px}._tooltip-arrow_7bl3z_39[data-placement*=left]:before,._tooltip-arrow_7bl3z_39[data-placement*=left]:after{border-width:9px 0 9px 9px}._tooltip-arrow_7bl3z_39[data-placement*=left]:before{border-color:transparent transparent transparent var(--rp-ui-base-almost-black-light)}._tooltip-arrow_7bl3z_39[data-placement*=left]:after{top:0;right:0;border-color:transparent transparent transparent var(--rp-ui-base-almost-black-light)}._tooltip-arrow_7bl3z_39[data-placement*=right]{left:0;width:9px;height:18px}._tooltip-arrow_7bl3z_39[data-placement*=right]:before,._tooltip-arrow_7bl3z_39[data-placement*=right]:after{border-width:9px 9px 9px 0}._tooltip-arrow_7bl3z_39[data-placement*=right]:before{border-color:transparent var(--rp-ui-base-almost-black-light) transparent transparent}._tooltip-arrow_7bl3z_39[data-placement*=right]:after{top:0;left:0;border-color:transparent var(--rp-ui-base-almost-black-light) transparent transparent}._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}
@@ -0,0 +1,147 @@
1
+ import { jsxs as n, jsx as s } from "react/jsx-runtime";
2
+ import * as i from "react";
3
+ import { useState as f, useMemo as F } from "react";
4
+ import { c as G } from "./bind-06a7ff84.js";
5
+ import "./baseIconButton-7bc53dec.js";
6
+ import { C as L } from "./checkbox-6777be17.js";
7
+ const J = (a) => /* @__PURE__ */ i.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.85355 12.8536C7.65829 13.0488 7.34171 13.0488 7.14645 12.8536L4.14645 9.85355C3.95118 9.65829 3.95118 9.34171 4.14645 9.14645C4.34171 8.95118 4.65829 8.95118 4.85355 9.14645L7 11.2929L7 3.5C7 3.22386 7.22386 3 7.5 3C7.77614 3 8 3.22386 8 3.5L8 11.2929L10.1464 9.14645C10.3417 8.95119 10.6583 8.95118 10.8536 9.14645C11.0488 9.34171 11.0488 9.65829 10.8536 9.85355L7.85355 12.8536Z", fill: "#A2AAB5" })), m = (a) => /* @__PURE__ */ i.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.14645 3.14645C7.34171 2.95118 7.65829 2.95118 7.85355 3.14645L10.8536 6.14645C11.0488 6.34171 11.0488 6.65829 10.8536 6.85355C10.6583 7.04882 10.3417 7.04882 10.1464 6.85355L8 4.70711V12.5C8 12.7761 7.77614 13 7.5 13C7.22386 13 7 12.7761 7 12.5L7 4.70711L4.85355 6.85355C4.65829 7.04882 4.34171 7.04882 4.14645 6.85355C3.95118 6.65829 3.95118 6.34171 4.14645 6.14645L7.14645 3.14645Z", fill: "#A2AAB5" })), K = "_table_kha9s_1", O = "_label_kha9s_87", P = {
8
+ table: K,
9
+ "table-header": "_table-header_kha9s_9",
10
+ "table-row": "_table-row_kha9s_16",
11
+ "table-row-content": "_table-row-content_kha9s_21",
12
+ "size-small": "_size-small_kha9s_31",
13
+ "size-large": "_size-large_kha9s_34",
14
+ "table-body": "_table-body_kha9s_38",
15
+ "table-header-cell": "_table-header-cell_kha9s_45",
16
+ "table-cell": "_table-cell_kha9s_45",
17
+ "action-menu-cell": "_action-menu-cell_kha9s_50",
18
+ "checkbox-cell": "_checkbox-cell_kha9s_60",
19
+ "primary-cell": "_primary-cell_kha9s_71",
20
+ label: O,
21
+ "sortable-cell": "_sortable-cell_kha9s_91",
22
+ "align-right": "_align-right_kha9s_94",
23
+ "align-center": "_align-center_kha9s_100"
24
+ };
25
+ var v = /* @__PURE__ */ ((a) => (a.ASC = "asc", a.DESC = "desc", a))(v || {});
26
+ const Q = (a) => a.map((c) => c.key), l = G.bind(P), le = ({
27
+ data: a,
28
+ primaryColumn: c,
29
+ fixedColumns: h,
30
+ rowActionMenu: d,
31
+ className: x = "",
32
+ rowClassName: A = "",
33
+ headerClassName: S = "",
34
+ selectable: y = !1,
35
+ selectedRowIds: o = [],
36
+ sortingDirection: p = v.ASC,
37
+ sortingColumn: r = c,
38
+ sortableColumns: _ = Q([c, ...h]),
39
+ onChangeSorting: u = () => {
40
+ },
41
+ onToggleRowSelection: z = () => {
42
+ },
43
+ onToggleAllRowsSelection: E = () => {
44
+ }
45
+ }) => {
46
+ const [M, w] = f(null), [R, g] = f(null), C = F(() => [{ ...c, primary: !0 }, ...h], [c, h]), B = (e) => {
47
+ _.includes(e) && u({ key: e, direction: p });
48
+ }, N = (e) => ({
49
+ width: e.width,
50
+ textAlign: e.align
51
+ }), j = (e) => {
52
+ w(e);
53
+ }, H = () => {
54
+ w(null);
55
+ }, T = (e) => {
56
+ g(e);
57
+ }, Z = () => {
58
+ g(null);
59
+ }, $ = (e) => {
60
+ z(e);
61
+ }, U = () => {
62
+ E();
63
+ }, V = a.every((e) => o.includes(e.id)), b = a.some((e) => o.includes(e.id)), q = (e) => {
64
+ var t;
65
+ return `size-${((t = e.rowConfigs) == null ? void 0 : t.size) ?? "default"}`;
66
+ }, D = (e) => {
67
+ if (_.includes(e))
68
+ return (r == null ? void 0 : r.key) === e ? p === v.ASC ? /* @__PURE__ */ s(m, {}) : /* @__PURE__ */ s(J, {}) : /* @__PURE__ */ s(m, {});
69
+ };
70
+ return /* @__PURE__ */ n("div", { className: l("table", x), children: [
71
+ /* @__PURE__ */ n("div", { className: l("table-header", S), children: [
72
+ y && /* @__PURE__ */ s("div", { className: l("table-header-cell", "checkbox-cell"), children: b && /* @__PURE__ */ s(
73
+ L,
74
+ {
75
+ value: V,
76
+ partiallyChecked: b,
77
+ onChange: U,
78
+ className: l("checkbox-cell")
79
+ }
80
+ ) }),
81
+ C.map((e) => /* @__PURE__ */ s(
82
+ "button",
83
+ {
84
+ className: l("table-header-cell", {
85
+ [`align-${e.align}`]: "align" in e,
86
+ "primary-cell": "primary" in e && e.primary,
87
+ "sortable-cell": _.includes(e.key)
88
+ }),
89
+ style: N(e),
90
+ children: /* @__PURE__ */ n(
91
+ "div",
92
+ {
93
+ className: l("label"),
94
+ onClick: () => B(e.key),
95
+ onMouseEnter: () => j(e.key),
96
+ onMouseLeave: H,
97
+ children: [
98
+ /* @__PURE__ */ s("span", { children: e.header }),
99
+ (M === e.key || (r == null ? void 0 : r.key) === e.key) && D(e.key)
100
+ ]
101
+ }
102
+ )
103
+ },
104
+ e.key
105
+ )),
106
+ d && /* @__PURE__ */ s("div", { className: l("table-header-cell", "action-menu-cell") })
107
+ ] }),
108
+ /* @__PURE__ */ s("div", { className: l("table-body"), children: a.map((e, k) => /* @__PURE__ */ n(
109
+ "div",
110
+ {
111
+ className: l("table-row", q(e), A),
112
+ onMouseEnter: () => T(k),
113
+ onMouseLeave: Z,
114
+ children: [
115
+ y && /* @__PURE__ */ s("div", { className: l("table-cell", "checkbox-cell"), children: (b || R === k) && /* @__PURE__ */ s(
116
+ L,
117
+ {
118
+ value: o.includes(e.id),
119
+ onChange: () => $(e.id),
120
+ className: l("checkbox-cell")
121
+ }
122
+ ) }),
123
+ /* @__PURE__ */ n("div", { className: l("table-row-content"), children: [
124
+ C.map((t) => /* @__PURE__ */ s(
125
+ "div",
126
+ {
127
+ className: l("table-cell", {
128
+ "primary-cell": "primary" in t && t.primary
129
+ }),
130
+ style: N(t),
131
+ children: e[t.key].component || e[t.key].content || e[t.key]
132
+ },
133
+ t.key
134
+ )),
135
+ d && /* @__PURE__ */ s("div", { className: l("table-cell", "action-menu-cell"), children: d })
136
+ ] })
137
+ ]
138
+ },
139
+ e.id
140
+ )) })
141
+ ] });
142
+ };
143
+ export {
144
+ J as S,
145
+ le as T,
146
+ m as a
147
+ };
package/dist/table.js CHANGED
@@ -1,4 +1,4 @@
1
- import { T as r } from "./table-83e050dc.js";
1
+ import { T as r } from "./table-4bc2c157.js";
2
2
  import "react/jsx-runtime";
3
3
  import "react";
4
4
  import "./bind-06a7ff84.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reportportal/ui-kit",
3
- "version": "0.0.1-alpha.17",
3
+ "version": "0.0.1-alpha.19",
4
4
  "description": "The UI-kit library for ReportPortal Design System.",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -1,102 +0,0 @@
1
- import { jsx as t, jsxs as c, Fragment as k } from "react/jsx-runtime";
2
- import * as o from "react";
3
- import { forwardRef as F } from "react";
4
- import { c as R } from "./bind-06a7ff84.js";
5
- import "./baseIconButton-7bc53dec.js";
6
- const j = (n) => /* @__PURE__ */ o.createElement("svg", { width: 17, height: 17, viewBox: "0 0 17 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...n }, /* @__PURE__ */ o.createElement("rect", { width: 16.2089, height: 16.1568, rx: 8.07842, fill: "#A2AAB5" }), /* @__PURE__ */ o.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.14768 5.14645C4.95077 5.34171 4.95077 5.65829 5.14768 5.85355L7.49578 8.18198L5.35655 10.3033C5.15963 10.4986 5.15963 10.8151 5.35655 11.0104C5.55346 11.2057 5.87271 11.2057 6.06962 11.0104L8.20886 8.88909L10.1392 10.8033C10.3361 10.9986 10.6554 10.9986 10.8523 10.8033C11.0492 10.608 11.0492 10.2915 10.8523 10.0962L8.92193 8.18198L11.0612 6.06065C11.2581 5.86539 11.2581 5.54881 11.0612 5.35355C10.8643 5.15828 10.545 5.15828 10.3481 5.35355L8.20886 7.47487L5.86076 5.14645C5.66385 4.95118 5.34459 4.95118 5.14768 5.14645Z", fill: "white" })), B = "_label_uykmf_18", S = "_asterisk_uykmf_27", M = "_disabled_uykmf_33", Z = "_field_uykmf_38", z = "_error_uykmf_53", D = "_touched_uykmf_53", G = "_placeholder_uykmf_64", H = "_input_uykmf_71", J = "_icon_uykmf_1", K = "_text_uykmf_160", O = {
7
- "icon-container": "_icon-container_uykmf_1",
8
- "icon-container-end": "_icon-container-end_uykmf_1",
9
- "icon-container-start": "_icon-container-start_uykmf_1",
10
- label: B,
11
- asterisk: S,
12
- disabled: M,
13
- field: Z,
14
- error: z,
15
- touched: D,
16
- placeholder: G,
17
- "default-width": "_default-width_uykmf_67",
18
- "input-container": "_input-container_uykmf_71",
19
- input: H,
20
- icon: J,
21
- "clear-icon": "_clear-icon_uykmf_117",
22
- "additional-content": "_additional-content_uykmf_153",
23
- text: K,
24
- "error-text": "_error-text_uykmf_168",
25
- "help-text": "_help-text_uykmf_172"
26
- }, e = R.bind(O), V = F(
27
- ({
28
- value: n = "",
29
- className: y,
30
- error: s,
31
- placeholder: r,
32
- disabled: a = !1,
33
- onChange: x,
34
- touched: _ = !1,
35
- title: N,
36
- label: i,
37
- helpText: l,
38
- defaultWidth: w = !0,
39
- startIcon: m,
40
- endIcon: d,
41
- clearable: C = !1,
42
- onClear: f,
43
- isRequired: h = !1,
44
- hasDoubleMessage: g = !1,
45
- type: L = "text",
46
- displayError: v = !0,
47
- ...E
48
- }, b) => {
49
- const A = () => {
50
- f && f(n);
51
- }, p = v && s && _, u = /* @__PURE__ */ t("span", { className: e("text", "help-text"), children: l });
52
- return /* @__PURE__ */ c(k, { children: [
53
- i && /* @__PURE__ */ c("span", { className: e("label", { disabled: a }), children: [
54
- i,
55
- h && /* @__PURE__ */ t("span", { className: e("asterisk"), children: "*" })
56
- ] }),
57
- /* @__PURE__ */ c(
58
- "div",
59
- {
60
- className: e("field", y, {
61
- error: s,
62
- touched: _,
63
- disabled: a,
64
- "default-width": w
65
- }),
66
- title: N,
67
- children: [
68
- m && /* @__PURE__ */ t("span", { className: e("icon-container-start"), children: /* @__PURE__ */ t("span", { className: e("icon"), children: m }) }),
69
- /* @__PURE__ */ c("span", { className: e("input-container"), children: [
70
- /* @__PURE__ */ t(
71
- "input",
72
- {
73
- ref: b,
74
- type: L,
75
- className: e("input"),
76
- value: n,
77
- disabled: a,
78
- onChange: x,
79
- ...E
80
- }
81
- ),
82
- r && !n && /* @__PURE__ */ c("span", { className: e("placeholder"), children: [
83
- r,
84
- h && !i && /* @__PURE__ */ t("span", { className: e("asterisk") })
85
- ] })
86
- ] }),
87
- d && /* @__PURE__ */ t("span", { className: e("icon-container-end"), children: /* @__PURE__ */ t("span", { className: e("icon"), children: d }) }),
88
- C && n.length > 0 && /* @__PURE__ */ t("span", { className: e("icon-container-end"), children: /* @__PURE__ */ t("button", { type: "button", className: e("clear-icon", { disabled: a }), onClick: A, children: /* @__PURE__ */ t(j, {}) }) })
89
- ]
90
- }
91
- ),
92
- (p || l) && /* @__PURE__ */ t("div", { className: e("additional-content", { disabled: a }), children: p ? /* @__PURE__ */ c(k, { children: [
93
- /* @__PURE__ */ t("span", { className: e("text", "error-text"), children: s }),
94
- g && u
95
- ] }) : l && u })
96
- ] });
97
- }
98
- );
99
- export {
100
- V as F,
101
- j as S
102
- };
@@ -1,147 +0,0 @@
1
- import { jsxs as n, jsx as t } from "react/jsx-runtime";
2
- import * as i from "react";
3
- import { useState as j, useMemo as F } from "react";
4
- import { c as G } from "./bind-06a7ff84.js";
5
- import "./baseIconButton-7bc53dec.js";
6
- import { C } from "./checkbox-6777be17.js";
7
- const J = (a) => /* @__PURE__ */ i.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.85355 12.8536C7.65829 13.0488 7.34171 13.0488 7.14645 12.8536L4.14645 9.85355C3.95118 9.65829 3.95118 9.34171 4.14645 9.14645C4.34171 8.95118 4.65829 8.95118 4.85355 9.14645L7 11.2929L7 3.5C7 3.22386 7.22386 3 7.5 3C7.77614 3 8 3.22386 8 3.5L8 11.2929L10.1464 9.14645C10.3417 8.95119 10.6583 8.95118 10.8536 9.14645C11.0488 9.34171 11.0488 9.65829 10.8536 9.85355L7.85355 12.8536Z", fill: "#A2AAB5" })), N = (a) => /* @__PURE__ */ i.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.14645 3.14645C7.34171 2.95118 7.65829 2.95118 7.85355 3.14645L10.8536 6.14645C11.0488 6.34171 11.0488 6.65829 10.8536 6.85355C10.6583 7.04882 10.3417 7.04882 10.1464 6.85355L8 4.70711V12.5C8 12.7761 7.77614 13 7.5 13C7.22386 13 7 12.7761 7 12.5L7 4.70711L4.85355 6.85355C4.65829 7.04882 4.34171 7.04882 4.14645 6.85355C3.95118 6.65829 3.95118 6.34171 4.14645 6.14645L7.14645 3.14645Z", fill: "#A2AAB5" })), K = "_table_xqjqb_5", O = "_label_xqjqb_88", P = {
8
- table: K,
9
- "table-header": "_table-header_xqjqb_10",
10
- "table-row": "_table-row_xqjqb_17",
11
- "table-row-content": "_table-row-content_xqjqb_22",
12
- "size-small": "_size-small_xqjqb_32",
13
- "size-large": "_size-large_xqjqb_35",
14
- "table-body": "_table-body_xqjqb_39",
15
- "table-header-cell": "_table-header-cell_xqjqb_46",
16
- "table-cell": "_table-cell_xqjqb_46",
17
- "action-menu-cell": "_action-menu-cell_xqjqb_51",
18
- "checkbox-cell": "_checkbox-cell_xqjqb_61",
19
- "primary-cell": "_primary-cell_xqjqb_72",
20
- label: O,
21
- "sortable-cell": "_sortable-cell_xqjqb_92",
22
- "align-right": "_align-right_xqjqb_95",
23
- "align-center": "_align-center_xqjqb_101"
24
- };
25
- var q = /* @__PURE__ */ ((a) => (a.ASC = "asc", a.DESC = "desc", a))(q || {});
26
- const Q = (a) => a.map((s) => s.key), l = G.bind(P), le = ({
27
- data: a,
28
- primaryColumn: s,
29
- fixedColumns: d,
30
- rowActionMenu: b,
31
- className: f = "",
32
- rowClassName: L = "",
33
- headerClassName: m = "",
34
- selectable: x = !1,
35
- selectedRowIds: h = [],
36
- sortingDirection: y = q.ASC,
37
- sortingColumn: r = s,
38
- sortableColumns: o = Q([s, ...d]),
39
- onChangeSorting: A = () => {
40
- },
41
- onToggleRowSelection: S = () => {
42
- },
43
- onToggleAllRowsSelection: u = () => {
44
- }
45
- }) => {
46
- const [z, p] = j(null), [E, k] = j(null), w = F(() => [{ ...s, primary: !0 }, ...d], [s, d]), M = (e) => {
47
- o.includes(e) && A({ key: e, direction: y });
48
- }, g = (e) => ({
49
- width: e.width,
50
- textAlign: e.align
51
- }), R = (e) => {
52
- p(e);
53
- }, B = () => {
54
- p(null);
55
- }, H = (e) => {
56
- k(e);
57
- }, T = () => {
58
- k(null);
59
- }, Z = (e) => {
60
- S(e);
61
- }, $ = () => {
62
- u();
63
- }, U = a.every((e) => h.includes(e.id)), _ = a.some((e) => h.includes(e.id)), V = (e) => {
64
- var c;
65
- return `size-${((c = e.rowConfigs) == null ? void 0 : c.size) ?? "default"}`;
66
- }, D = (e) => {
67
- if (o.includes(e))
68
- return (r == null ? void 0 : r.key) === e ? y === q.ASC ? /* @__PURE__ */ t(N, {}) : /* @__PURE__ */ t(J, {}) : /* @__PURE__ */ t(N, {});
69
- };
70
- return /* @__PURE__ */ n("div", { className: l("table", f), children: [
71
- /* @__PURE__ */ n("div", { className: l("table-header", m), children: [
72
- x && /* @__PURE__ */ t("div", { className: l("table-header-cell", "checkbox-cell"), children: _ && /* @__PURE__ */ t(
73
- C,
74
- {
75
- value: U,
76
- partiallyChecked: _,
77
- onChange: $,
78
- className: l("checkbox-cell")
79
- }
80
- ) }),
81
- w.map((e) => /* @__PURE__ */ t(
82
- "button",
83
- {
84
- className: l("table-header-cell", {
85
- [`align-${e.align}`]: "align" in e,
86
- "primary-cell": "primary" in e && e.primary,
87
- "sortable-cell": o.includes(e.key)
88
- }),
89
- style: g(e),
90
- children: /* @__PURE__ */ n(
91
- "div",
92
- {
93
- className: l("label"),
94
- onClick: () => M(e.key),
95
- onMouseEnter: () => R(e.key),
96
- onMouseLeave: B,
97
- children: [
98
- /* @__PURE__ */ t("span", { children: e.header }),
99
- (z === e.key || (r == null ? void 0 : r.key) === e.key) && D(e.key)
100
- ]
101
- }
102
- )
103
- },
104
- e.key
105
- )),
106
- b && /* @__PURE__ */ t("div", { className: l("table-header-cell", "action-menu-cell") })
107
- ] }),
108
- /* @__PURE__ */ t("div", { className: l("table-body"), children: a.map((e, v) => /* @__PURE__ */ n(
109
- "div",
110
- {
111
- className: l("table-row", V(e), L),
112
- onMouseEnter: () => H(v),
113
- onMouseLeave: T,
114
- children: [
115
- x && /* @__PURE__ */ t("div", { className: l("table-cell", "checkbox-cell"), children: (_ || E === v) && /* @__PURE__ */ t(
116
- C,
117
- {
118
- value: h.includes(e.id),
119
- onChange: () => Z(e.id),
120
- className: l("checkbox-cell")
121
- }
122
- ) }),
123
- /* @__PURE__ */ n("div", { className: l("table-row-content"), children: [
124
- w.map((c) => /* @__PURE__ */ t(
125
- "div",
126
- {
127
- className: l("table-cell", {
128
- "primary-cell": "primary" in c && c.primary
129
- }),
130
- style: g(c),
131
- children: e[c.key].component || e[c.key].content || e[c.key]
132
- },
133
- c.key
134
- )),
135
- b && /* @__PURE__ */ t("div", { className: l("table-cell", "action-menu-cell"), children: b })
136
- ] })
137
- ]
138
- },
139
- e.id
140
- )) })
141
- ] });
142
- };
143
- export {
144
- J as S,
145
- le as T,
146
- N as a
147
- };