@reportportal/ui-kit 0.0.1-alpha.16 → 0.0.1-alpha.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/dropdown/dropdown.d.ts +1 -0
- package/dist/components/icons/index.d.ts +1 -0
- package/dist/components/tooltip/tooltip.d.ts +2 -1
- package/dist/dropdown-50124296.js +215 -0
- package/dist/dropdown.js +1 -1
- package/dist/fieldText-98cf9984.js +102 -0
- package/dist/fieldText.js +1 -1
- package/dist/index.js +76 -75
- package/dist/{pagination-761d3427.js → pagination-13887e1c.js} +7 -7
- package/dist/pagination.js +2 -2
- package/dist/style.css +1 -1
- package/dist/tooltip.js +29 -28
- package/package.json +1 -1
- package/dist/dropdown-bbfa828e.js +0 -213
- package/dist/fieldText-d80b29ba.js +0 -102
|
@@ -4,10 +4,10 @@ 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-
|
|
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
|
-
const
|
|
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 = {
|
|
11
11
|
"item-counter": "_item-counter_4g6do_1"
|
|
12
12
|
}, M = m.bind(E), P = ({
|
|
13
13
|
activePage: e,
|
|
@@ -75,7 +75,7 @@ const w = (e) => /* @__PURE__ */ b.createElement("svg", { width: 16, height: 16,
|
|
|
75
75
|
selectPage: r
|
|
76
76
|
}) => {
|
|
77
77
|
const [c, a] = x(""), [i, o] = x(!0), p = (h) => {
|
|
78
|
-
const u = h.target.value.replace(/\D/g, ""),
|
|
78
|
+
const u = h.target.value.replace(/\D/g, ""), w = Number(u), O = w > 0 && w <= e;
|
|
79
79
|
o(O), a(u);
|
|
80
80
|
}, l = () => {
|
|
81
81
|
r(Number(c));
|
|
@@ -171,7 +171,7 @@ const w = (e) => /* @__PURE__ */ b.createElement("svg", { width: 16, height: 16,
|
|
|
171
171
|
/* @__PURE__ */ t("div", { className: g("tooltip-text"), children: r.goTo }),
|
|
172
172
|
/* @__PURE__ */ t("div", { className: g("page-number"), children: l.pages.from })
|
|
173
173
|
] }),
|
|
174
|
-
|
|
174
|
+
wrapperClassName: g("tooltip-wrapper"),
|
|
175
175
|
placement: "top",
|
|
176
176
|
children: /* @__PURE__ */ t(
|
|
177
177
|
"div",
|
|
@@ -223,7 +223,7 @@ const w = (e) => /* @__PURE__ */ b.createElement("svg", { width: 16, height: 16,
|
|
|
223
223
|
className: _("page-button"),
|
|
224
224
|
onClick: a,
|
|
225
225
|
disabled: e === 1,
|
|
226
|
-
children: /* @__PURE__ */ t(
|
|
226
|
+
children: /* @__PURE__ */ t(y, {})
|
|
227
227
|
}
|
|
228
228
|
)
|
|
229
229
|
] }),
|
|
@@ -243,7 +243,7 @@ const w = (e) => /* @__PURE__ */ b.createElement("svg", { width: 16, height: 16,
|
|
|
243
243
|
className: _("page-button", "next"),
|
|
244
244
|
onClick: i,
|
|
245
245
|
disabled: e === s,
|
|
246
|
-
children: /* @__PURE__ */ t(
|
|
246
|
+
children: /* @__PURE__ */ t(y, {})
|
|
247
247
|
}
|
|
248
248
|
),
|
|
249
249
|
/* @__PURE__ */ t(
|
|
@@ -341,6 +341,6 @@ const w = (e) => /* @__PURE__ */ b.createElement("svg", { width: 16, height: 16,
|
|
|
341
341
|
};
|
|
342
342
|
export {
|
|
343
343
|
ue as P,
|
|
344
|
-
|
|
344
|
+
y as S,
|
|
345
345
|
T as a
|
|
346
346
|
};
|
package/dist/pagination.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { P as t } from "./pagination-
|
|
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-
|
|
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-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-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-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-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-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-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-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-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-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_18rqf_1,._icon-container-end_18rqf_1,._icon-container-start_18rqf_1{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:22px;height:22px}._icon-container-start_18rqf_1{margin-right:4px}._icon-container-end_18rqf_1{margin-left:4px}._label_18rqf_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_18rqf_18 ._asterisk_18rqf_27{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);padding-left:4px}._label_18rqf_18._disabled_18rqf_33{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_18rqf_38{display:flex;align-items:center;height:36px;width:100%;padding:7px 12px;box-sizing:border-box;border:1px solid var(--rp-ui-base-e-200);border-radius:3px;background-color:var(--rp-ui-base-bg-000)}._field_18rqf_38:hover:not(._disabled_18rqf_33){border-color:var(--rp-ui-base-e-300)}._field_18rqf_38:focus-within:not(._error_18rqf_52._touched_18rqf_52){padding:6px 11px;border:2px solid var(--rp-ui-color-primary-focused)}._field_18rqf_38._error_18rqf_52._touched_18rqf_52{border-color:var(--rp-ui-base-error)}._field_18rqf_38._disabled_18rqf_33{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_18rqf_38._disabled_18rqf_33 ._placeholder_18rqf_63{color:var(--rp-ui-base-e-300)}._field_18rqf_38._default-width_18rqf_66{width:240px}._input-container_18rqf_70{position:relative;width:100%}._input_18rqf_70{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)}._input_18rqf_70:focus{outline:none}._input_18rqf_70:disabled{color:var(--rp-ui-base-e-300)}._placeholder_18rqf_63{font-size:13px;line-height:20px;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-base-dark-e-300);position:absolute;top:2px;left:0;pointer-events:none}._placeholder_18rqf_63 ._asterisk_18rqf_27:after{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);right:-7px;content:"*";color:var(--rp-ui-base-error-focused)}._icon_18rqf_1,._clear-icon_18rqf_116{display:inline-block;width:16px;height:16px}._clear-icon_18rqf_116{background:none;border:none;padding:0;font:inherit;outline:inherit;cursor:pointer}._clear-icon_18rqf_116._disabled_18rqf_33{pointer-events:none}._clear-icon_18rqf_116:hover svg{fill:var(--rp-ui-base-e-400)}._clear-icon_18rqf_116:hover svg>rect{fill:var(--rp-ui-base-e-400)}._clear-icon_18rqf_116:focus svg{fill:var(--rp-ui-color-primary-focused)}._clear-icon_18rqf_116:focus svg>rect{fill:var(--rp-ui-color-primary-focused)}._clear-icon_18rqf_116:active svg{fill:var(--rp-ui-color-primary-pressed)}._clear-icon_18rqf_116:active svg>rect{fill:var(--rp-ui-color-primary-pressed)}._additional-content_18rqf_152{margin-top:4px}._additional-content_18rqf_152._disabled_18rqf_33{pointer-events:none}._text_18rqf_159{font-size:11px;line-height:16px;font-family:var(--rp-ui-base-font-family);font-weight:400;display:block}._error-text_18rqf_167{color:var(--rp-ui-base-error)}._help-text_18rqf_171{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_1o5y6_1{position:relative;display:inline-block;width:100%}._icon_1o5y6_7{width:16px;height:16px;margin-right:8px}._arrow_1o5y6_13{display:inline-flex;margin-left:12px;transition:transform .2s linear}._dropdown_1o5y6_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_1o5y6_19._transparent-background_1o5y6_33{background-color:transparent}._dropdown_1o5y6_19._disabled_1o5y6_36{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown_1o5y6_19._disabled_1o5y6_36 ._arrow_1o5y6_13 svg path{opacity:.4}._dropdown_1o5y6_19._disabled_1o5y6_36 ._value_1o5y6_43{color:var(--rp-ui-color-disabled)}._dropdown_1o5y6_19._error_1o5y6_46._touched_1o5y6_46{border-width:1px;border-color:var(--rp-ui-color-error)}._dropdown_1o5y6_19:hover:not(:active):not(:focus-visible):not(._opened_1o5y6_50):not(._error_1o5y6_46){border-color:var(--rp-ui-color-field-hover)}._dropdown_1o5y6_19:active,._dropdown_1o5y6_19:focus-visible{padding:7px 11px;border-width:2px;border-color:var(--rp-ui-color-primary-focused);outline:none}._dropdown_1o5y6_19:active ._arrow_1o5y6_13 svg path,._dropdown_1o5y6_19:focus-visible ._arrow_1o5y6_13 svg path{fill:var(--rp-ui-color-field-hover-2)}._dropdown_1o5y6_19._opened_1o5y6_50:not(:active):not(._error_1o5y6_46){border-width:1px;border-color:var(--rp-ui-color-primary-pressed)}._dropdown_1o5y6_19._opened_1o5y6_50:not(:active):not(._error_1o5y6_46) ._arrow_1o5y6_13 svg path{fill:var(--rp-ui-color-field-opened)}._dropdown_1o5y6_19._opened_1o5y6_50 ._arrow_1o5y6_13{transform:rotate(180deg)}._dropdown_1o5y6_19 ._placeholder_1o5y6_72{color:var(--rp-ui-color-field-placeholder)}._dropdown_1o5y6_19 ._value_1o5y6_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_1o5y6_19 ._mobile-disabled_1o5y6_87{background-color:var(--rp-ui-color-field-bg-2)}}._select-list_1o5y6_92{position:absolute;top:100%;padding:8px 0;width:max-content;max-width:384px;min-width:240px;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_1o5y6_92._opened_1o5y6_50:focus-visible{outline:none}._options-container_1o5y6_110{display:flex;flex-direction:column}._ghost_1o5y6_115{border-color:transparent;background:transparent}._ghost_1o5y6_115:hover:not(:active):not(:focus-visible):not(._opened_1o5y6_50):not(._error_1o5y6_46){border-color:transparent}._ghost_1o5y6_115._opened_1o5y6_50:not(:active):not(._error_1o5y6_46){border-color:transparent}._ghost_1o5y6_115._opened_1o5y6_50 ._value_1o5y6_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}*{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}
|
package/dist/tooltip.js
CHANGED
|
@@ -1,62 +1,63 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useState as
|
|
3
|
-
import { c as
|
|
4
|
-
import { useFloating as
|
|
5
|
-
const
|
|
1
|
+
import { jsxs as g, Fragment as y, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import { useState as E, useRef as N } from "react";
|
|
3
|
+
import { c as O } from "./bind-06a7ff84.js";
|
|
4
|
+
import { useFloating as S, flip as W } from "@floating-ui/react-dom";
|
|
5
|
+
const v = "_tooltip_7bl3z_1", z = {
|
|
6
6
|
"tooltip-wrapper": "_tooltip-wrapper_7bl3z_1",
|
|
7
|
-
tooltip:
|
|
7
|
+
tooltip: v,
|
|
8
8
|
"tooltip-content": "_tooltip-content_7bl3z_26",
|
|
9
9
|
"tooltip-arrow": "_tooltip-arrow_7bl3z_39"
|
|
10
|
-
}, n =
|
|
10
|
+
}, n = O.bind(z), F = 300, M = 100, I = ({
|
|
11
11
|
content: c,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
12
|
+
wrapperClassName: a,
|
|
13
|
+
contentClassName: p,
|
|
14
|
+
dynamicWidth: d,
|
|
15
|
+
width: m,
|
|
16
|
+
placement: u = "bottom",
|
|
17
|
+
dataAutomationId: f,
|
|
18
|
+
children: _
|
|
18
19
|
}) => {
|
|
19
|
-
const [
|
|
20
|
-
placement:
|
|
20
|
+
const [h, i] = E(!1), t = N(), { refs: s, floatingStyles: w } = S({
|
|
21
|
+
placement: u,
|
|
21
22
|
strategy: "fixed",
|
|
22
23
|
middleware: [
|
|
23
|
-
|
|
24
|
+
W({
|
|
24
25
|
fallbackPlacements: ["bottom", "top", "right", "left"]
|
|
25
26
|
})
|
|
26
27
|
]
|
|
27
|
-
}), o =
|
|
28
|
+
}), o = d ? null : { width: `${m}px` }, x = document.documentElement.clientWidth, b = o || x - M, r = () => {
|
|
28
29
|
t.current && clearTimeout(t.current), i(!1);
|
|
29
|
-
},
|
|
30
|
-
t.current = setTimeout(() => i(!0),
|
|
30
|
+
}, T = () => {
|
|
31
|
+
t.current = setTimeout(() => i(!0), F);
|
|
31
32
|
};
|
|
32
|
-
return /* @__PURE__ */
|
|
33
|
+
return /* @__PURE__ */ g(y, { children: [
|
|
33
34
|
/* @__PURE__ */ l(
|
|
34
35
|
"div",
|
|
35
36
|
{
|
|
36
37
|
ref: (e) => s.setReference(e),
|
|
37
38
|
className: n("tooltip-wrapper", a),
|
|
38
39
|
onMouseDown: r,
|
|
39
|
-
onMouseEnter:
|
|
40
|
+
onMouseEnter: T,
|
|
40
41
|
onMouseLeave: r,
|
|
41
|
-
children:
|
|
42
|
+
children: _
|
|
42
43
|
}
|
|
43
44
|
),
|
|
44
|
-
|
|
45
|
+
h && /* @__PURE__ */ l(
|
|
45
46
|
"div",
|
|
46
47
|
{
|
|
47
48
|
className: n("tooltip"),
|
|
48
49
|
ref: (e) => s.setFloating(e),
|
|
49
50
|
style: {
|
|
50
|
-
...
|
|
51
|
+
...w,
|
|
51
52
|
...o
|
|
52
53
|
},
|
|
53
|
-
"data-automation-id":
|
|
54
|
+
"data-automation-id": f,
|
|
54
55
|
children: /* @__PURE__ */ l(
|
|
55
56
|
"div",
|
|
56
57
|
{
|
|
57
|
-
className: n("tooltip-content"),
|
|
58
|
+
className: n("tooltip-content", p),
|
|
58
59
|
style: {
|
|
59
|
-
maxWidth: `${
|
|
60
|
+
maxWidth: `${b}px`
|
|
60
61
|
},
|
|
61
62
|
children: c
|
|
62
63
|
}
|
|
@@ -66,5 +67,5 @@ const W = "_tooltip_7bl3z_1", v = {
|
|
|
66
67
|
] });
|
|
67
68
|
};
|
|
68
69
|
export {
|
|
69
|
-
|
|
70
|
+
I as Tooltip
|
|
70
71
|
};
|
package/package.json
CHANGED
|
@@ -1,213 +0,0 @@
|
|
|
1
|
-
import { jsx as r, jsxs as L } from "react/jsx-runtime";
|
|
2
|
-
import * as R from "react";
|
|
3
|
-
import { forwardRef as F, useState as Y, useRef as B } from "react";
|
|
4
|
-
import { c as A } from "./bind-06a7ff84.js";
|
|
5
|
-
import { useFloating as ee, offset as te, flip as ne } from "@floating-ui/react-dom";
|
|
6
|
-
import { useSelect as N } from "downshift";
|
|
7
|
-
import { Scrollbars as oe } from "rc-scrollbars";
|
|
8
|
-
import { u as se } from "./useOnClickOutside-c332f7d3.js";
|
|
9
|
-
import { K as h } from "./keyCodes-f63c0e11.js";
|
|
10
|
-
import { B as ae } from "./baseIconButton-7bc53dec.js";
|
|
11
|
-
const re = (t) => /* @__PURE__ */ R.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ R.createElement("path", { d: "M14.2174 5.82426C14.3736 5.66805 14.3736 5.41479 14.2174 5.25858L14.0759 5.11716C13.9197 4.96095 13.6665 4.96095 13.5103 5.11716L8.16726 10.4602L2.82426 5.11716C2.66805 4.96095 2.41479 4.96095 2.25858 5.11716L2.11716 5.25858C1.96095 5.41479 1.96095 5.66805 2.11716 5.82426L7.89176 11.5989C8.04797 11.7551 8.30124 11.7551 8.45745 11.5989L8.88171 11.1746L8.87436 11.1673L14.2174 5.82426Z", fill: "#A2AAB5" })), le = "_disabled_f4c9h_11", de = "_hidden_f4c9h_15", ce = "_selected_f4c9h_21", ie = "_hover_f4c9h_24", _e = {
|
|
12
|
-
"dropdown-option": "_dropdown-option_f4c9h_1",
|
|
13
|
-
disabled: le,
|
|
14
|
-
hidden: de,
|
|
15
|
-
selected: ce,
|
|
16
|
-
hover: ie,
|
|
17
|
-
"single-option": "_single-option_f4c9h_37",
|
|
18
|
-
"sub-option": "_sub-option_f4c9h_45"
|
|
19
|
-
}, P = A.bind(_e), he = F(
|
|
20
|
-
(t, n) => {
|
|
21
|
-
const {
|
|
22
|
-
option: { value: a, disabled: f, hidden: w, label: l, title: o, groupRef: y },
|
|
23
|
-
selected: E,
|
|
24
|
-
onChange: g,
|
|
25
|
-
render: p,
|
|
26
|
-
highlightHovered: b,
|
|
27
|
-
onMouseEnter: m
|
|
28
|
-
} = t, D = () => {
|
|
29
|
-
g && g(a);
|
|
30
|
-
};
|
|
31
|
-
return /* @__PURE__ */ r(
|
|
32
|
-
"div",
|
|
33
|
-
{
|
|
34
|
-
className: P("dropdown-option", {
|
|
35
|
-
selected: E,
|
|
36
|
-
disabled: f,
|
|
37
|
-
hidden: w,
|
|
38
|
-
hover: b
|
|
39
|
-
}),
|
|
40
|
-
title: o,
|
|
41
|
-
onClick: D,
|
|
42
|
-
ref: n,
|
|
43
|
-
onMouseEnter: m,
|
|
44
|
-
children: /* @__PURE__ */ r("div", { className: P("single-option", { "sub-option": !!y }), children: p ? p(t) : l })
|
|
45
|
-
}
|
|
46
|
-
);
|
|
47
|
-
}
|
|
48
|
-
), fe = [
|
|
49
|
-
h.ENTER_KEY_CODE,
|
|
50
|
-
h.SPACE_KEY_CODE,
|
|
51
|
-
h.ARROW_DOWN_KEY_CODE
|
|
52
|
-
], pe = [h.ESCAPE_KEY_CODE, h.TAB_KEY_CODE];
|
|
53
|
-
var _ = /* @__PURE__ */ ((t) => (t.ON_KEY_DOWN = "onKeyDown", t.ON_CLICK = "onClick", t))(_ || {});
|
|
54
|
-
const ge = (t, n) => t.map(({ value: a }) => a).indexOf(n), me = (t, n) => (t % n + n) % n, K = (t, n = 0, a = 1) => {
|
|
55
|
-
if (!t[n].disabled)
|
|
56
|
-
return n;
|
|
57
|
-
const f = t.length;
|
|
58
|
-
return K(
|
|
59
|
-
t,
|
|
60
|
-
me(n + a, f),
|
|
61
|
-
a
|
|
62
|
-
);
|
|
63
|
-
}, ue = (t, n) => K(t, n), Ce = (t, n) => K(t, n, -1), Oe = "_container_1o5y6_1", we = "_icon_1o5y6_7", ye = "_arrow_1o5y6_13", Ee = "_dropdown_1o5y6_19", be = "_disabled_1o5y6_36", De = "_value_1o5y6_43", Ne = "_error_1o5y6_46", Ke = "_touched_1o5y6_46", ve = "_opened_1o5y6_50", xe = "_placeholder_1o5y6_72", Ie = "_ghost_1o5y6_115", ke = {
|
|
64
|
-
container: Oe,
|
|
65
|
-
icon: we,
|
|
66
|
-
arrow: ye,
|
|
67
|
-
dropdown: Ee,
|
|
68
|
-
"transparent-background": "_transparent-background_1o5y6_33",
|
|
69
|
-
disabled: be,
|
|
70
|
-
value: De,
|
|
71
|
-
error: Ne,
|
|
72
|
-
touched: Ke,
|
|
73
|
-
opened: ve,
|
|
74
|
-
placeholder: xe,
|
|
75
|
-
"mobile-disabled": "_mobile-disabled_1o5y6_87",
|
|
76
|
-
"select-list": "_select-list_1o5y6_92",
|
|
77
|
-
"options-container": "_options-container_1o5y6_110",
|
|
78
|
-
ghost: Ie
|
|
79
|
-
}, c = A.bind(ke), $e = ({
|
|
80
|
-
value: t = "",
|
|
81
|
-
options: n = [],
|
|
82
|
-
disabled: a = !1,
|
|
83
|
-
error: f,
|
|
84
|
-
onChange: w,
|
|
85
|
-
onFocus: l,
|
|
86
|
-
onBlur: o,
|
|
87
|
-
mobileDisabled: y,
|
|
88
|
-
title: E,
|
|
89
|
-
touched: g = !1,
|
|
90
|
-
icon: p,
|
|
91
|
-
variant: b,
|
|
92
|
-
placeholder: m = "",
|
|
93
|
-
renderOption: D,
|
|
94
|
-
transparentBackground: T = !1,
|
|
95
|
-
className: W,
|
|
96
|
-
toggleButtonClassName: H
|
|
97
|
-
}) => {
|
|
98
|
-
const [d, i] = Y(!1), v = B(null), [M, u] = Y(null), { refs: x, floatingStyles: $ } = ee({
|
|
99
|
-
middleware: [
|
|
100
|
-
te(5),
|
|
101
|
-
ne({
|
|
102
|
-
fallbackPlacements: ["bottom", "top"]
|
|
103
|
-
})
|
|
104
|
-
]
|
|
105
|
-
});
|
|
106
|
-
se(v, () => {
|
|
107
|
-
d && (i(!1), o == null || o());
|
|
108
|
-
});
|
|
109
|
-
const I = (e) => {
|
|
110
|
-
e.disabled || (w(e.value), i((s) => !s));
|
|
111
|
-
}, j = () => n.find(({ value: e }) => e === t), k = ge(n, t), {
|
|
112
|
-
getToggleButtonProps: V,
|
|
113
|
-
getMenuProps: U,
|
|
114
|
-
getItemProps: Z,
|
|
115
|
-
setHighlightedIndex: C,
|
|
116
|
-
highlightedIndex: S,
|
|
117
|
-
selectedItem: O
|
|
118
|
-
} = N({
|
|
119
|
-
items: n,
|
|
120
|
-
itemToString: (e) => (e != null && e.label ? String(e.label) : m) || "",
|
|
121
|
-
selectedItem: j(),
|
|
122
|
-
isOpen: d,
|
|
123
|
-
circularNavigation: !0,
|
|
124
|
-
defaultHighlightedIndex: k,
|
|
125
|
-
onHighlightedIndexChange: (e) => {
|
|
126
|
-
switch (e.type) {
|
|
127
|
-
case N.stateChangeTypes.MenuKeyDownArrowUp:
|
|
128
|
-
return u(_.ON_KEY_DOWN), C(Ce(n, e.highlightedIndex)), e;
|
|
129
|
-
case N.stateChangeTypes.MenuKeyDownArrowDown:
|
|
130
|
-
return u(_.ON_KEY_DOWN), C(ue(n, e.highlightedIndex)), e;
|
|
131
|
-
default:
|
|
132
|
-
return e;
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
}), q = () => {
|
|
136
|
-
a || (i((e) => !e), d ? o == null || o() : l == null || l(), u(_.ON_CLICK));
|
|
137
|
-
}, z = () => {
|
|
138
|
-
if (!t && t !== !1 && t !== 0)
|
|
139
|
-
return m;
|
|
140
|
-
let e = t;
|
|
141
|
-
return n.forEach((s) => {
|
|
142
|
-
s.value === t && (e = s.label);
|
|
143
|
-
}), e;
|
|
144
|
-
}, G = (e) => {
|
|
145
|
-
const { keyCode: s } = e;
|
|
146
|
-
fe.includes(s) && !d && (e.preventDefault(), C(k), i(!0), l == null || l(), u(_.ON_KEY_DOWN));
|
|
147
|
-
}, J = (e) => {
|
|
148
|
-
const { keyCode: s } = e;
|
|
149
|
-
if (s === h.ENTER_KEY_CODE) {
|
|
150
|
-
const X = n[S];
|
|
151
|
-
I(X), i(!1), o == null || o();
|
|
152
|
-
return;
|
|
153
|
-
}
|
|
154
|
-
pe.includes(s) && (e.stopPropagation(), i(!1), o == null || o());
|
|
155
|
-
}, Q = () => /* @__PURE__ */ r("div", { className: c("options-container"), children: n.map((e, s) => /* @__PURE__ */ r(
|
|
156
|
-
he,
|
|
157
|
-
{
|
|
158
|
-
...Z({
|
|
159
|
-
item: e,
|
|
160
|
-
index: s
|
|
161
|
-
}),
|
|
162
|
-
selected: e.value === ((O == null ? void 0 : O.value) ?? O),
|
|
163
|
-
option: { title: e.label, ...e },
|
|
164
|
-
highlightHovered: S === s && M !== _.ON_CLICK,
|
|
165
|
-
render: D,
|
|
166
|
-
onChange: e.disabled ? null : () => I(e),
|
|
167
|
-
onMouseEnter: () => C(s)
|
|
168
|
-
},
|
|
169
|
-
e.value
|
|
170
|
-
)) });
|
|
171
|
-
return /* @__PURE__ */ L("div", { ref: v, className: c("container", W), title: E, children: [
|
|
172
|
-
/* @__PURE__ */ L(
|
|
173
|
-
"button",
|
|
174
|
-
{
|
|
175
|
-
disabled: a,
|
|
176
|
-
...V({
|
|
177
|
-
className: c("dropdown", b, H, {
|
|
178
|
-
"transparent-background": T,
|
|
179
|
-
opened: d,
|
|
180
|
-
disabled: a,
|
|
181
|
-
error: f,
|
|
182
|
-
touched: g,
|
|
183
|
-
"mobile-disabled": y
|
|
184
|
-
}),
|
|
185
|
-
onClick: q,
|
|
186
|
-
onKeyDown: G,
|
|
187
|
-
ref: x.setReference
|
|
188
|
-
}),
|
|
189
|
-
children: [
|
|
190
|
-
p && /* @__PURE__ */ r("span", { className: c("icon"), children: p }),
|
|
191
|
-
/* @__PURE__ */ r("span", { className: c("value", { placeholder: !t }), children: z() }),
|
|
192
|
-
/* @__PURE__ */ r(ae, { className: c("arrow"), tabIndex: -1, children: /* @__PURE__ */ r(re, {}) })
|
|
193
|
-
]
|
|
194
|
-
}
|
|
195
|
-
),
|
|
196
|
-
d && /* @__PURE__ */ r(
|
|
197
|
-
"div",
|
|
198
|
-
{
|
|
199
|
-
style: $,
|
|
200
|
-
className: c("select-list", { opened: d }),
|
|
201
|
-
...U({
|
|
202
|
-
onKeyDown: J,
|
|
203
|
-
ref: x.setFloating
|
|
204
|
-
}),
|
|
205
|
-
children: /* @__PURE__ */ r(oe, { autoHeight: !0, autoHeightMax: 216, hideTracksWhenNotNeeded: !0, children: Q() })
|
|
206
|
-
}
|
|
207
|
-
)
|
|
208
|
-
] });
|
|
209
|
-
};
|
|
210
|
-
export {
|
|
211
|
-
$e as D,
|
|
212
|
-
re as S
|
|
213
|
-
};
|