@ultraviolet/plus 3.0.0-beta.14 → 3.0.0-beta.16
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/ContentCard/styles.css.js +0 -1
- package/dist/components/EstimateCost/Components/components.css.js +1 -0
- package/dist/components/InfoTable/components/Cell.js +2 -2
- package/dist/components/InfoTable/styles.css.d.ts +1 -0
- package/dist/components/InfoTable/styles.css.js +2 -0
- package/dist/components/OfferList/OfferList.d.ts +1 -0
- package/dist/components/OfferList/components/Row.d.ts +1 -0
- package/dist/components/OfferList/components/Row.js +1 -1
- package/dist/components/Plans/styles.css.js +1 -0
- package/dist/components/SteppedListCard/Step.d.ts +6 -1
- package/dist/components/SteppedListCard/Step.js +2 -1
- package/dist/components/SteppedListCard/SteppedListCard.d.ts +5 -2
- package/dist/components/SteppedListCard/SteppedListCard.js +10 -6
- package/dist/components/SteppedListCard/SteppedListContent.d.ts +1 -1
- package/dist/components/SteppedListCard/helper.d.ts +1 -1
- package/dist/components/SteppedListCard/helper.js +2 -1
- package/dist/components/SteppedListCard/styles.css.d.ts +1 -0
- package/dist/components/SteppedListCard/styles.css.js +2 -0
- package/dist/plus.css +1 -1
- package/package.json +8 -12
- package/dist/components/CodeEditor/CodeEditor.cjs +0 -50
- package/dist/components/CodeEditor/styles.css.cjs +0 -9
- package/dist/components/ContentCard/Skeleton.cjs +0 -23
- package/dist/components/ContentCard/index.cjs +0 -62
- package/dist/components/ContentCard/styles.css.cjs +0 -28
- package/dist/components/ContentCardGroup/Card.cjs +0 -30
- package/dist/components/ContentCardGroup/SkeletonCard.cjs +0 -15
- package/dist/components/ContentCardGroup/index.cjs +0 -18
- package/dist/components/ContentCardGroup/styles.css.cjs +0 -17
- package/dist/components/Conversation/index.cjs +0 -42
- package/dist/components/Conversation/styles.css.cjs +0 -17
- package/dist/components/CustomerSatisfaction/assets/1-5.svg.cjs +0 -3
- package/dist/components/CustomerSatisfaction/assets/1-5NB.svg.cjs +0 -3
- package/dist/components/CustomerSatisfaction/assets/2-5.svg.cjs +0 -3
- package/dist/components/CustomerSatisfaction/assets/2-5NB.svg.cjs +0 -3
- package/dist/components/CustomerSatisfaction/assets/3-5.svg.cjs +0 -3
- package/dist/components/CustomerSatisfaction/assets/3-5NB.svg.cjs +0 -3
- package/dist/components/CustomerSatisfaction/assets/4-5.svg.cjs +0 -3
- package/dist/components/CustomerSatisfaction/assets/4-5NB.svg.cjs +0 -3
- package/dist/components/CustomerSatisfaction/assets/5-5.svg.cjs +0 -3
- package/dist/components/CustomerSatisfaction/assets/5-5NB.svg.cjs +0 -3
- package/dist/components/CustomerSatisfaction/index.cjs +0 -66
- package/dist/components/CustomerSatisfaction/styles.css.cjs +0 -6
- package/dist/components/EstimateCost/Components/CustomUnitInput.cjs +0 -34
- package/dist/components/EstimateCost/Components/Item.cjs +0 -221
- package/dist/components/EstimateCost/Components/LineThrough.cjs +0 -11
- package/dist/components/EstimateCost/Components/NumberInput.cjs +0 -31
- package/dist/components/EstimateCost/Components/Region.cjs +0 -34
- package/dist/components/EstimateCost/Components/Regular.cjs +0 -23
- package/dist/components/EstimateCost/Components/Strong.cjs +0 -16
- package/dist/components/EstimateCost/Components/Unit.cjs +0 -36
- package/dist/components/EstimateCost/Components/Zone.cjs +0 -33
- package/dist/components/EstimateCost/Components/components.css.cjs +0 -123
- package/dist/components/EstimateCost/EstimateCost.cjs +0 -86
- package/dist/components/EstimateCost/EstimateCostContent.cjs +0 -206
- package/dist/components/EstimateCost/EstimateCostProvider.cjs +0 -37
- package/dist/components/EstimateCost/OverlayComponent.cjs +0 -85
- package/dist/components/EstimateCost/OverlayContext.cjs +0 -15
- package/dist/components/EstimateCost/constants.cjs +0 -28
- package/dist/components/EstimateCost/helper.cjs +0 -16
- package/dist/components/EstimateCost/locales/en.cjs +0 -23
- package/dist/components/EstimateCost/styles.css.cjs +0 -50
- package/dist/components/FAQ/index.cjs +0 -49
- package/dist/components/FAQ/styles.css.cjs +0 -5
- package/dist/components/InfoTable/InfoTable.cjs +0 -20
- package/dist/components/InfoTable/components/Cell.cjs +0 -16
- package/dist/components/InfoTable/components/Row.cjs +0 -25
- package/dist/components/InfoTable/context.cjs +0 -5
- package/dist/components/InfoTable/styles.css.cjs +0 -15
- package/dist/components/Navigation/Footer.cjs +0 -56
- package/dist/components/Navigation/Header.cjs +0 -18
- package/dist/components/Navigation/Navigation.cjs +0 -18
- package/dist/components/Navigation/NavigationContent.cjs +0 -112
- package/dist/components/Navigation/NavigationProvider.cjs +0 -129
- package/dist/components/Navigation/components/Group.cjs +0 -37
- package/dist/components/Navigation/components/Item.cjs +0 -277
- package/dist/components/Navigation/components/ItemProvider.cjs +0 -14
- package/dist/components/Navigation/components/PinnedItems.cjs +0 -80
- package/dist/components/Navigation/components/Separator.cjs +0 -8
- package/dist/components/Navigation/components/items.css.cjs +0 -47
- package/dist/components/Navigation/components/styles.css.cjs +0 -17
- package/dist/components/Navigation/constants.cjs +0 -10
- package/dist/components/Navigation/locales/en.cjs +0 -11
- package/dist/components/Navigation/styles.css.cjs +0 -23
- package/dist/components/Navigation/variables.css.cjs +0 -4
- package/dist/components/OfferList/OfferList.cjs +0 -45
- package/dist/components/OfferList/OfferListProvider.cjs +0 -38
- package/dist/components/OfferList/components/Banner.cjs +0 -21
- package/dist/components/OfferList/components/Cell.cjs +0 -20
- package/dist/components/OfferList/components/Row.cjs +0 -113
- package/dist/components/OfferList/styles.css.cjs +0 -38
- package/dist/components/OrderSummary/NonScrollableContent.cjs +0 -56
- package/dist/components/OrderSummary/Provider.cjs +0 -18
- package/dist/components/OrderSummary/ScrollableContent.cjs +0 -73
- package/dist/components/OrderSummary/constants.cjs +0 -12
- package/dist/components/OrderSummary/helpers.cjs +0 -91
- package/dist/components/OrderSummary/index.cjs +0 -102
- package/dist/components/OrderSummary/locales/en.cjs +0 -11
- package/dist/components/OrderSummary/styles.css.cjs +0 -19
- package/dist/components/Plans/FeatureHint.cjs +0 -24
- package/dist/components/Plans/PlanHeader.cjs +0 -42
- package/dist/components/Plans/index.cjs +0 -102
- package/dist/components/Plans/locales/en.cjs +0 -7
- package/dist/components/Plans/styles.css.cjs +0 -26
- package/dist/components/SteppedListCard/Step.cjs +0 -20
- package/dist/components/SteppedListCard/SteppedListCard.cjs +0 -54
- package/dist/components/SteppedListCard/SteppedListContent.cjs +0 -51
- package/dist/components/SteppedListCard/helper.cjs +0 -38
- package/dist/components/SteppedListCard/styles.css.cjs +0 -17
- package/dist/index.cjs +0 -33
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs, jsx } from "@emotion/react/jsx-runtime";
|
|
3
3
|
import { Stack, Text } from "@ultraviolet/ui";
|
|
4
|
-
import { term, desc, cellText } from "../styles.css.js";
|
|
4
|
+
import { term, desc, cellText, cellTextOneLine } from "../styles.css.js";
|
|
5
5
|
const InfoTableCell = ({
|
|
6
6
|
children,
|
|
7
7
|
title,
|
|
@@ -9,7 +9,7 @@ const InfoTableCell = ({
|
|
|
9
9
|
style
|
|
10
10
|
}) => /* @__PURE__ */ jsxs(Stack, { gap: "0.5", minWidth: "0", style, width: "100%", children: [
|
|
11
11
|
/* @__PURE__ */ jsx("dt", { className: term, children: /* @__PURE__ */ jsx(Text, { as: "div", prominence: "weak", sentiment: "neutral", variant: "bodySmallStrong", children: title }) }),
|
|
12
|
-
/* @__PURE__ */ jsx("dd", { className: desc, children: /* @__PURE__ */ jsx(Text, { as: "div", className: cellText
|
|
12
|
+
/* @__PURE__ */ jsx("dd", { className: desc, children: /* @__PURE__ */ jsx(Text, { as: "div", className: `${cellText} ${!multiline ? cellTextOneLine : ""}`, oneLine: !multiline, prominence: "default", sentiment: "neutral", variant: "body", children }) })
|
|
13
13
|
] });
|
|
14
14
|
export {
|
|
15
15
|
InfoTableCell
|
|
@@ -41,6 +41,7 @@ export declare const OfferList: {
|
|
|
41
41
|
badge?: {
|
|
42
42
|
text: string;
|
|
43
43
|
sentiment?: ComponentProps<typeof import("@ultraviolet/ui").Badge>["sentiment"];
|
|
44
|
+
prominence?: ComponentProps<typeof import("@ultraviolet/ui").Badge>["prominence"];
|
|
44
45
|
};
|
|
45
46
|
style?: CSSProperties;
|
|
46
47
|
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -76,7 +76,7 @@ const Row = ({
|
|
|
76
76
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
77
77
|
/* @__PURE__ */ jsxs(List.Row, { className: `${className ? `${className} ` : ""}${banner ? offerListRowBanner : ""}${isSelected ? `${" "}${offerListRowSelected}` : ""} ${expandable ? offerListRowSelectedExpandable : offerListRowSelectedNotExpandable}`, "data-dragging": dataDragging, "data-testid": dataTestId, disabled, expandable: computedExpandableContent, expandablePadding: banner ? "0" : void 0, expanded: expanded ?? expandedRowIds[id], highlightAnimation, id, onMouseEnter: () => setHovered(true), onMouseLeave: () => setHovered(false), style, children: [
|
|
78
78
|
/* @__PURE__ */ jsxs(List.Cell, { className: offerListNoPaddingCell, children: [
|
|
79
|
-
badge ? /* @__PURE__ */ jsx("div", { className: offerListBadgeContainer, children: /* @__PURE__ */ jsx(Badge, { className: offerListBadge, disabled, sentiment: badge.sentiment, size: "small", children: badge.text }) }) : null,
|
|
79
|
+
badge ? /* @__PURE__ */ jsx("div", { className: offerListBadgeContainer, children: /* @__PURE__ */ jsx(Badge, { className: offerListBadge, disabled, prominence: badge.prominence, sentiment: badge.sentiment, size: "small", children: badge.text }) }) : null,
|
|
80
80
|
/* @__PURE__ */ jsx("div", { className: offerListRowSelectableContainer, children: /* @__PURE__ */ jsx(Tooltip, { text: typeof selectDisabled === "string" ? selectDisabled : void 0, children: selectable === "radio" ? /* @__PURE__ */ jsx(Radio, { checked: isRowSelected, disabled: disabled || loading || !!selectDisabled, id, name: `radio-offer-list-${id}`, onChange: () => {
|
|
81
81
|
setRadioSelectedRow(offerName);
|
|
82
82
|
onChangeSelect?.(offerName);
|
|
@@ -1,8 +1,13 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
1
2
|
type StepProps = {
|
|
2
3
|
/**
|
|
3
4
|
* The number of the step, max 5 steps.
|
|
4
5
|
*/
|
|
5
6
|
stepNumber: number;
|
|
7
|
+
/**
|
|
8
|
+
* An icon to replace the step number in the bullet
|
|
9
|
+
*/
|
|
10
|
+
stepIcon?: ReactNode;
|
|
6
11
|
/**
|
|
7
12
|
* Title of the step
|
|
8
13
|
*/
|
|
@@ -13,5 +18,5 @@ type StepProps = {
|
|
|
13
18
|
completed: boolean;
|
|
14
19
|
'data-testid'?: string;
|
|
15
20
|
};
|
|
16
|
-
export declare const SteppedList: ({ stepNumber, stepTitle, completed, "data-testid": dataTestId, }: StepProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
21
|
+
export declare const SteppedList: ({ stepNumber, stepTitle, completed, stepIcon, "data-testid": dataTestId, }: StepProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
17
22
|
export {};
|
|
@@ -9,11 +9,12 @@ const SteppedList = ({
|
|
|
9
9
|
stepNumber,
|
|
10
10
|
stepTitle,
|
|
11
11
|
completed,
|
|
12
|
+
stepIcon,
|
|
12
13
|
"data-testid": dataTestId
|
|
13
14
|
}) => {
|
|
14
15
|
const containerData = useContext(Data);
|
|
15
16
|
const active = containerData.currentStep === stepNumber;
|
|
16
|
-
return completed ? /* @__PURE__ */ jsx(StepList.Item, { bulletContent: /* @__PURE__ */ jsx(CheckIcon, {}), className: steppedListCardStep, "data-testid": dataTestId, onClick: () => containerData.setCurrentStep(stepNumber), prominence: active ? "strong" : "default", sentiment: "primary", children: /* @__PURE__ */ jsx(Text, { as: "h3", className: steppedListCardStepTitle, variant: active ? "bodyStrong" : "body", children: stepTitle }) }) : /* @__PURE__ */ jsx(StepList.Item, { bulletContent: String(stepNumber), className: steppedListCardStep, "data-testid": dataTestId, onClick: () => containerData.setCurrentStep(stepNumber), prominence: active ? "strong" : void 0, sentiment: active ? "primary" : void 0, children: /* @__PURE__ */ jsx(Text, { as: "h3", className: steppedListCardStepTitle, variant: active ? "bodyStrong" : "body", children: stepTitle }) });
|
|
17
|
+
return completed ? /* @__PURE__ */ jsx(StepList.Item, { bulletContent: /* @__PURE__ */ jsx(CheckIcon, {}), className: steppedListCardStep, "data-testid": dataTestId, onClick: () => containerData.setCurrentStep(stepNumber), prominence: active ? "strong" : "default", sentiment: "primary", size: "small", children: /* @__PURE__ */ jsx(Text, { as: "h3", className: steppedListCardStepTitle, variant: active ? "bodyStrong" : "body", children: stepTitle }) }) : /* @__PURE__ */ jsx(StepList.Item, { bulletContent: stepIcon ?? String(stepNumber), className: steppedListCardStep, "data-testid": dataTestId, onClick: () => containerData.setCurrentStep(stepNumber), prominence: active ? "strong" : void 0, sentiment: active ? "primary" : void 0, size: "small", children: /* @__PURE__ */ jsx(Text, { as: "h3", className: steppedListCardStepTitle, variant: active ? "bodyStrong" : "body", children: stepTitle }) });
|
|
17
18
|
};
|
|
18
19
|
export {
|
|
19
20
|
SteppedList
|
|
@@ -7,7 +7,10 @@ type SteppedListContainerProps = {
|
|
|
7
7
|
/**
|
|
8
8
|
* List of steps
|
|
9
9
|
*/
|
|
10
|
-
steps: string
|
|
10
|
+
steps: (string | {
|
|
11
|
+
title: string;
|
|
12
|
+
icon: ReactNode;
|
|
13
|
+
})[];
|
|
11
14
|
/**
|
|
12
15
|
* Define here the content of each step
|
|
13
16
|
*/
|
|
@@ -55,7 +58,7 @@ declare const SteppedListCard: {
|
|
|
55
58
|
({ header, showToggleOption, hideTooltipText, hideText, showText, showTooltipText, children, steps, onClickHide, }: SteppedListContainerProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
56
59
|
Step: ({ subHeader, children, image, stepNumber, completed, style, }: {
|
|
57
60
|
subHeader?: ReactNode;
|
|
58
|
-
children: ((nextStep: (completed
|
|
61
|
+
children: ((nextStep: (completed?: boolean) => void) => ReactNode) | ReactNode;
|
|
59
62
|
image?: ReactNode;
|
|
60
63
|
stepNumber: number;
|
|
61
64
|
completed?: boolean;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx, jsxs } from "@emotion/react/jsx-runtime";
|
|
3
|
-
import { Stack,
|
|
3
|
+
import { Stack, Text, Button, Card, Row, StepList } from "@ultraviolet/ui";
|
|
4
4
|
import { Children, useState, useMemo } from "react";
|
|
5
5
|
import { Data } from "./helper.js";
|
|
6
6
|
import { SteppedList } from "./Step.js";
|
|
7
7
|
import { SteppedListContent } from "./SteppedListContent.js";
|
|
8
|
-
import { steppedListCard, steppedListCardWrapper } from "./styles.css.js";
|
|
8
|
+
import { hideButton, steppedListCard, steppedListCardWrapper } from "./styles.css.js";
|
|
9
9
|
const SteppedListCard = ({
|
|
10
10
|
header,
|
|
11
11
|
showToggleOption = true,
|
|
@@ -37,13 +37,17 @@ const SteppedListCard = ({
|
|
|
37
37
|
setHidden(!hidden);
|
|
38
38
|
}
|
|
39
39
|
};
|
|
40
|
-
return /* @__PURE__ */ jsx(Data.Provider, { value: values, children: /* @__PURE__ */ jsxs(Stack, { gap:
|
|
41
|
-
/* @__PURE__ */ jsxs(
|
|
40
|
+
return /* @__PURE__ */ jsx(Data.Provider, { value: values, children: /* @__PURE__ */ jsxs(Stack, { gap: 2, width: "100%", children: [
|
|
41
|
+
/* @__PURE__ */ jsxs(Stack, { alignItems: "center", direction: "row", justifyContent: "space-between", children: [
|
|
42
42
|
typeof header === "string" ? /* @__PURE__ */ jsx(Text, { as: "h3", variant: "heading", children: header }) : header,
|
|
43
|
-
showToggleOption ? /* @__PURE__ */ jsx(Button, { onClick: onClickHideButton, sentiment: "neutral", size: "small", tooltip: hidden ? showTooltipText : hideTooltipText, variant: "ghost", children: hidden ? showText : hideText }) : null
|
|
43
|
+
showToggleOption ? /* @__PURE__ */ jsx(Button, { className: hideButton, onClick: onClickHideButton, sentiment: "neutral", size: "small", tooltip: hidden ? showTooltipText : hideTooltipText, variant: "ghost", children: hidden ? showText : hideText }) : null
|
|
44
44
|
] }),
|
|
45
45
|
hidden ? null : /* @__PURE__ */ jsx(Card, { className: steppedListCard, children: /* @__PURE__ */ jsxs(Row, { templateColumns: "1fr 3fr", children: [
|
|
46
|
-
/* @__PURE__ */ jsx(Stack, { className: steppedListCardWrapper, direction: "column", gap: 4, children: /* @__PURE__ */ jsx(StepList, { children: steps.map((step, index) =>
|
|
46
|
+
/* @__PURE__ */ jsx(Stack, { className: steppedListCardWrapper, direction: "column", gap: 4, children: /* @__PURE__ */ jsx(StepList, { children: steps.map((step, index) => {
|
|
47
|
+
const stepTitle = typeof step === "string" ? step : step.title;
|
|
48
|
+
const stepIcon = typeof step === "string" ? void 0 : step.icon;
|
|
49
|
+
return /* @__PURE__ */ jsx(SteppedList, { completed: done[index], stepIcon, stepNumber: index + 1, stepTitle }, stepTitle);
|
|
50
|
+
}) }) }),
|
|
47
51
|
children
|
|
48
52
|
] }) })
|
|
49
53
|
] }) });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { CSSProperties, ReactNode } from 'react';
|
|
2
2
|
type SteppedListContentProps = {
|
|
3
3
|
subHeader?: ReactNode;
|
|
4
|
-
children: ((nextStep: (completed
|
|
4
|
+
children: ((nextStep: (completed?: boolean) => void) => ReactNode) | ReactNode;
|
|
5
5
|
image?: ReactNode;
|
|
6
6
|
stepNumber: number;
|
|
7
7
|
completed?: boolean;
|
|
@@ -9,7 +9,7 @@ type ContextType = {
|
|
|
9
9
|
};
|
|
10
10
|
export declare const Data: import("react").Context<ContextType>;
|
|
11
11
|
type NextStepProps = {
|
|
12
|
-
completed
|
|
12
|
+
completed?: boolean;
|
|
13
13
|
setCompleted: React.Dispatch<React.SetStateAction<boolean[]>>;
|
|
14
14
|
stepNumber: number;
|
|
15
15
|
setCurrentStep: React.Dispatch<React.SetStateAction<number>>;
|
|
@@ -22,7 +22,8 @@ const nextStep = ({
|
|
|
22
22
|
done,
|
|
23
23
|
onClickHide
|
|
24
24
|
}) => {
|
|
25
|
-
const
|
|
25
|
+
const newValue = completed === void 0 ? done[stepNumber - 1] : completed;
|
|
26
|
+
const tempDone = done.map((item, index) => index === stepNumber - 1 ? newValue : item);
|
|
26
27
|
setCompleted(tempDone);
|
|
27
28
|
if (numberOfSteps > stepNumber) {
|
|
28
29
|
setCurrentStep(stepNumber + 1);
|
|
@@ -6,7 +6,9 @@ var steppedListCardImage = "uv_plus_l0ny243";
|
|
|
6
6
|
var steppedListCardSubHeader = "uv_plus_l0ny244";
|
|
7
7
|
var steppedListCardStepTitle = "uv_plus_l0ny245";
|
|
8
8
|
var steppedListCardStep = "uv_plus_l0ny246";
|
|
9
|
+
var hideButton = "uv_plus_l0ny247";
|
|
9
10
|
export {
|
|
11
|
+
hideButton,
|
|
10
12
|
steppedListCard,
|
|
11
13
|
steppedListCardContent,
|
|
12
14
|
steppedListCardImage,
|
package/dist/plus.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.uv_plus_1sui13x0{cursor:not-allowed}.uv_plus_1sui13x1{position:absolute;top:var(--rwwhsl9u);right:var(--rwwhsl9u);background-color:#252a3b}.uv_plus_1sui13x1:hover{background-color:#303445}.uv_plus_1sui13x1 svg>path{fill:#fff}.uv_plus_1sui13x2{position:relative;width:100%}.uv_plus_1sui13x3{pointer-events:none;-webkit-user-select:none;user-select:none}.uv_plus_1sui13x2 .cm-editor{font-family:var(--rwwhsld8);font-size:var(--rwwhsld9);background-color:#252a3b;border-radius:var(--rwwhsla4);border:1px solid transparent}.uv_plus_1sui13x2 .cm-editor.cm-focused{outline:none;box-shadow:var(--rwwhsl8m);border:1px solid var(--rwwhsl5m)}.uv_plus_1sui13x2 .cm-content{padding-block:var(--rwwhsl9v)}.uv_plus_1sui13x2 .cm-gutters{background-color:#303445}.uv_plus_1sui13x2 .cm-lineNumbers{padding-left:var(--rwwhsl9u)}.uv_plus_1sui13x2 .cm-gutterElement{color:#545454}.uv_plus_1sui13x2 .cm-scroller{border-radius:var(--rwwhsla4)}.uv_plus_1sui13x3 .cm-editor{background-color:#1e2335;color:#484b5a}.uv_plus_1sui13x3 .cm-line span,.uv_plus_1sui13x3 .cm-gutter-Element{color:#484b5a}.uv_plus_1sui13x3 .cm-cursor{border-left-color:transparent;display:none}.uv_plus_1sui13x3 .cm-selectionMatch{background-color:transparent}.uv_plus_1sui13x3 .cm-selectionLayer{display:none}.uv_plus_1sui13x3 .cm-editor.cm-focused{box-shadow:none;border:1px solid transparent}@property --uv_plus_u4r1ts1{syntax: "*"; inherits: false; initial-value: auto;}@property --uv_plus_u4r1ts2{syntax: "*"; inherits: false; initial-value: auto;}.uv_plus_u4r1ts3:hover{border:1px solid var(--rwwhsl5o);box-shadow:var(--rwwhsl8c);cursor:pointer}.uv_plus_u4r1ts4{display:block;text-align:left;padding:0;color:var(--rwwhsl2j);text-decoration:none;border:1px solid var(--rwwhsl1v);border-radius:var(--rwwhsl85);background:var(--rwwhsl1i);overflow-wrap:break-word}.uv_plus_u4r1ts4[disabled]{cursor:not-allowed}.uv_plus_u4r1ts4[disabled]:hover{border:1px solid var(--rwwhsl1v);box-shadow:none}.uv_plus_u4r1ts5{display:flex;width:fit-content;background:var(--rwwhsl1r);padding:var(--rwwhsl9u);border-radius:var(--rwwhsl85)}.uv_plus_u4r1ts6{padding:0 var(--rwwhsl9w) var(--rwwhsl9w) var(--rwwhsl9w)}.uv_plus_u4r1ts7{padding:var(--rwwhsl9w) var(--rwwhsl9w) var(--rwwhsl9w) 0}.uv_plus_u4r1ts8{height:fit-content}.uv_plus_u4r1ts9{padding:var(--rwwhsl9w) var(--rwwhsl9w) 0 var(--rwwhsl9w)}.uv_plus_u4r1tsa{padding:var(--rwwhsl9w) 0 var(--rwwhsl9w) var(--rwwhsl9w)}.uv_plus_u4r1tsb{padding:var(--rwwhsl9w)}.uv_plus_u4r1tsc{object-fit:cover}.uv_plus_u4r1tsc[data-disabled=true]{filter:grayscale(1)}.uv_plus_u4r1tsd{border-radius:var(--rwwhsl85) var(--rwwhsl85) 0 0}.uv_plus_u4r1tse{border-radius:var(--rwwhsl85) 0 0 var(--rwwhsl85);max-height:var(--uv_plus_u4r1ts0)}.uv_plus_u4r1tsf{height:100%}.uv_plus_u4r1tsg{height:var(--uv_plus_u4r1ts1);width:var(--uv_plus_u4r1ts2)}.uv_plus_u4r1tsh{border-radius:var(--rwwhsl85) var(--rwwhsl85) 0 0}.uv_plus_u4r1tsi{border-radius:var(--rwwhsl85) 0 0 var(--rwwhsl85)}.uv_plus_u4r1tsj{padding:var(--rwwhsl9w)}.uv_plus_1gpmh3x0{min-width:0}.uv_plus_1gpmh3x1{display:inline-flex;background:var(--rwwhsl1r);padding:var(--rwwhsl9u);border-radius:var(--rwwhsl85)}.uv_plus_1gpmh3x2{padding:var(--rwwhsl9w);text-decoration:none;height:100%}.uv_plus_1gpmh3x2:not(:first-child){border-top:1px solid var(--rwwhsl1v)}.uv_plus_1gpmh3x2:first-child{border-radius:var(--rwwhsl85) var(--rwwhsl85) 0 0}.uv_plus_1gpmh3x2:last-child{border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85)}.uv_plus_1gpmh3x2:hover{background:var(--rwwhsl1k)}.uv_plus_1gpmh3x2 .uv_plus_1gpmh3x1{background:var(--rwwhsl1r)}.uv_plus_1gpmh3x2:hover .uv_plus_1gpmh3x1{background:none}.uv_plus_1gpmh3x3{height:100%}.uv_plus_1gpmh3x4{border-radius:var(--rwwhsl85);border:1px solid var(--rwwhsl1v);background:var(--rwwhsl1i);min-width:0}.uv_plus_1gpmh3x5{padding:var(--rwwhsl9w)}.uv_plus_1gpmh3x5:not(:first-child){border-top:1px solid var(--rwwhsl1v)}.uv_plus_1gpmh3x6{height:32px;width:32px;border-radius:var(--rwwhsl85)}.uv_plus_16zcyo50{display:flex;align-items:center;margin:0 var(--rwwhsla0)}.uv_plus_16zcyo51{justify-content:flex-start}.uv_plus_16zcyo52{justify-content:flex-end}.uv_plus_16zcyo53{margin-top:var(--rwwhsl9w);text-align:center}.uv_plus_16zcyo54{display:flex;margin-bottom:var(--rwwhsl9v)}.uv_plus_16zcyo55{flex-direction:row-reverse}.uv_plus_16zcyo56{flex-direction:row}.uv_plus_16zcyo57{margin:var(--rwwhsl9w);margin-bottom:0;border-radius:var(--rwwhsl85);padding:var(--rwwhsl9w)}.uv_plus_16zcyo58{background-color:var(--rwwhsl1l)}.uv_plus_16zcyo59{background-color:var(--rwwhsl5g)}.uv_plus_16zcyo5a{display:flex;align-self:flex-end}.uv_plus_16zcyo5b{width:100%}.uv_plus_16zcyo5c{background-color:var(--rwwhsl1l);height:var(--rwwhsl9c);margin-right:var(--rwwhsl9u)}@keyframes uv_plus_wizdzu0{0%,10%,40%,80%,to{transform:translateZ(0) rotate(0)}30%{transform:translate3d(-5px,0,0) rotate(5deg)}60%{transform:translate3d(-4px,0,0)}90%{transform:translate3d(-1px,0,0) rotate(-5deg)}}@keyframes uv_plus_wizdzu1{0%,10%,40%,80%,to{transform:translateZ(0) rotate(0)}30%{transform:translate3d(0,5px,0) rotate(5deg)}60%{transform:translate3d(0,-6px,0)}90%{transform:translate3d(0,-2px,0)}}.uv_plus_wizdzu2{height:88px;width:88px;cursor:pointer;transition:transform 1s cubic-bezier(.19,1,.22,1)}.uv_plus_wizdzu2:hover,.uv_plus_wizdzu2:focus{transform:scale(1.2)}.uv_plus_wizdzu3{transform:scale(1.2)}.uv_plus_wizdzu4{animation:uv_plus_wizdzu1 1s ease infinite}.uv_plus_wizdzu5{animation:uv_plus_wizdzu0 1s ease infinite}.uv_plus_dkdfcq0{vertical-align:middle;fill:currentcolor}.uv_plus_dkdfcq8{height:var(--rwwhsl9f);width:var(--rwwhsl9f);min-width:var(--rwwhsl9f);min-height:var(--rwwhsl9f)}.uv_plus_dkdfcq9{height:var(--rwwhsl9d);width:var(--rwwhsl9d);min-width:var(--rwwhsl9d);min-height:var(--rwwhsl9d)}.uv_plus_dkdfcqa{height:var(--rwwhsl9c);width:var(--rwwhsl9c);min-width:var(--rwwhsl9c);min-height:var(--rwwhsl9c)}.uv_plus_dkdfcqb{height:var(--rwwhsl9h);width:var(--rwwhsl9h);min-width:var(--rwwhsl9h);min-height:var(--rwwhsl9h)}.uv_plus_dkdfcqc{height:var(--rwwhsl9a);width:var(--rwwhsl9a);min-width:var(--rwwhsl9a);min-height:var(--rwwhsl9a)}.uv_plus_dkdfcqd{height:var(--rwwhsl9l);width:var(--rwwhsl9l);min-width:var(--rwwhsl9l);min-height:var(--rwwhsl9l)}.uv_plus_dkdfcqk{fill:var(--rwwhsl5t)}.uv_plus_dkdfcql{fill:var(--rwwhsl6h)}.uv_plus_dkdfcqm{fill:var(--rwwhsl28)}.uv_plus_dkdfcqn{fill:var(--rwwhsl75)}.uv_plus_dkdfcqo{fill:var(--rwwhslj)}.uv_plus_dkdfcqp{fill:var(--rwwhsl7t)}.uv_plus_dkdfcqq{fill:var(--rwwhsl17)}.uv_plus_dkdfcqr{fill:currentColor}.uv_plus_dkdfcqs{fill:var(--rwwhsl5t)}.uv_plus_dkdfcqt{fill:var(--rwwhsl6h)}.uv_plus_dkdfcqu{fill:var(--rwwhsl2b)}.uv_plus_dkdfcqv{fill:var(--rwwhsl75)}.uv_plus_dkdfcqw{fill:var(--rwwhslj)}.uv_plus_dkdfcqx{fill:var(--rwwhsl7t)}.uv_plus_dkdfcqy{fill:var(--rwwhsl17)}.uv_plus_dkdfcqz{fill:currentColor}.uv_plus_dkdfcq10{fill:var(--rwwhsl5t)}.uv_plus_dkdfcq11{fill:var(--rwwhsl6h)}.uv_plus_dkdfcq12{fill:var(--rwwhsl2d)}.uv_plus_dkdfcq13{fill:var(--rwwhsl75)}.uv_plus_dkdfcq14{fill:var(--rwwhslj)}.uv_plus_dkdfcq15{fill:var(--rwwhsl7t)}.uv_plus_dkdfcq16{fill:var(--rwwhsl17)}.uv_plus_dkdfcq17{fill:currentColor}.uv_plus_dkdfcq18{fill:var(--rwwhsl5t)}.uv_plus_dkdfcq19{fill:var(--rwwhsl6h)}.uv_plus_dkdfcq1a{fill:var(--rwwhsl2h)}.uv_plus_dkdfcq1b{fill:var(--rwwhsl75)}.uv_plus_dkdfcq1c{fill:var(--rwwhslj)}.uv_plus_dkdfcq1d{fill:var(--rwwhsl7t)}.uv_plus_dkdfcq1e{fill:var(--rwwhsl17)}.uv_plus_dkdfcq1f{fill:currentColor}.uv_plus_dkdfcq1g{fill:var(--rwwhsl5s)}.uv_plus_dkdfcq1h{fill:var(--rwwhsl6g)}.uv_plus_dkdfcq1i{fill:var(--rwwhsl27)}.uv_plus_dkdfcq1j{fill:var(--rwwhsl74)}.uv_plus_dkdfcq1k{fill:var(--rwwhsli)}.uv_plus_dkdfcq1l{fill:var(--rwwhsl7s)}.uv_plus_dkdfcq1m{fill:var(--rwwhsl16)}.uv_plus_dkdfcq1n{fill:currentColor}.uv_plus_dkdfcq1o{fill:var(--rwwhsl5s)}.uv_plus_dkdfcq1p{fill:var(--rwwhsl6g)}.uv_plus_dkdfcq1q{fill:var(--rwwhsl2a)}.uv_plus_dkdfcq1r{fill:var(--rwwhsl74)}.uv_plus_dkdfcq1s{fill:var(--rwwhsli)}.uv_plus_dkdfcq1t{fill:var(--rwwhsl7s)}.uv_plus_dkdfcq1u{fill:var(--rwwhsl16)}.uv_plus_dkdfcq1v{fill:currentColor}.uv_plus_dkdfcq1w{fill:var(--rwwhsl5s)}.uv_plus_dkdfcq1x{fill:var(--rwwhsl6g)}.uv_plus_dkdfcq1y{fill:var(--rwwhsl2c)}.uv_plus_dkdfcq1z{fill:var(--rwwhsl74)}.uv_plus_dkdfcq20{fill:var(--rwwhsli)}.uv_plus_dkdfcq21{fill:var(--rwwhsl7s)}.uv_plus_dkdfcq22{fill:var(--rwwhsl16)}.uv_plus_dkdfcq23{fill:currentColor}.uv_plus_dkdfcq24{fill:var(--rwwhsl5s)}.uv_plus_dkdfcq25{fill:var(--rwwhsl6g)}.uv_plus_dkdfcq26{fill:var(--rwwhsl2g)}.uv_plus_dkdfcq27{fill:var(--rwwhsl74)}.uv_plus_dkdfcq28{fill:var(--rwwhsli)}.uv_plus_dkdfcq29{fill:var(--rwwhsl7s)}.uv_plus_dkdfcq2a{fill:var(--rwwhsl16)}.uv_plus_dkdfcq2b{fill:currentColor}.uv_plus_dkdfcq0 .uv_plus_dkdfcqg .uv_plus_dkdfcqf .uv_plus_dkdfcq1 .uv_plus_dkdfcq1g .fillStroke{fill:none;stroke:var(--rwwhsl5s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqg .uv_plus_dkdfcqf .uv_plus_dkdfcq2 .uv_plus_dkdfcq1h .fillStroke{fill:none;stroke:var(--rwwhsl6g)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqg .uv_plus_dkdfcqf .uv_plus_dkdfcq3 .uv_plus_dkdfcq1i .fillStroke{fill:none;stroke:var(--rwwhsl27)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqg .uv_plus_dkdfcqf .uv_plus_dkdfcq4 .uv_plus_dkdfcq1j .fillStroke{fill:none;stroke:var(--rwwhsl74)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqg .uv_plus_dkdfcqf .uv_plus_dkdfcq5 .uv_plus_dkdfcq1k .fillStroke{fill:none;stroke:var(--rwwhsli)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqg .uv_plus_dkdfcqf .uv_plus_dkdfcq6 .uv_plus_dkdfcq1l .fillStroke{fill:none;stroke:var(--rwwhsl7s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqg .uv_plus_dkdfcqf .uv_plus_dkdfcq7 .uv_plus_dkdfcq1m .fillStroke{fill:none;stroke:var(--rwwhsl16)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqh .uv_plus_dkdfcqf .uv_plus_dkdfcq1 .uv_plus_dkdfcq1o .fillStroke{fill:none;stroke:var(--rwwhsl5s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqh .uv_plus_dkdfcqf .uv_plus_dkdfcq2 .uv_plus_dkdfcq1p .fillStroke{fill:none;stroke:var(--rwwhsl6g)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqh .uv_plus_dkdfcqf .uv_plus_dkdfcq3 .uv_plus_dkdfcq1q .fillStroke{fill:none;stroke:var(--rwwhsl2a)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqh .uv_plus_dkdfcqf .uv_plus_dkdfcq4 .uv_plus_dkdfcq1r .fillStroke{fill:none;stroke:var(--rwwhsl74)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqh .uv_plus_dkdfcqf .uv_plus_dkdfcq5 .uv_plus_dkdfcq1s .fillStroke{fill:none;stroke:var(--rwwhsli)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqh .uv_plus_dkdfcqf .uv_plus_dkdfcq6 .uv_plus_dkdfcq1t .fillStroke{fill:none;stroke:var(--rwwhsl7s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqh .uv_plus_dkdfcqf .uv_plus_dkdfcq7 .uv_plus_dkdfcq1u .fillStroke{fill:none;stroke:var(--rwwhsl16)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqi .uv_plus_dkdfcqf .uv_plus_dkdfcq1 .uv_plus_dkdfcq1w .fillStroke{fill:none;stroke:var(--rwwhsl5s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqi .uv_plus_dkdfcqf .uv_plus_dkdfcq2 .uv_plus_dkdfcq1x .fillStroke{fill:none;stroke:var(--rwwhsl6g)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqi .uv_plus_dkdfcqf .uv_plus_dkdfcq3 .uv_plus_dkdfcq1y .fillStroke{fill:none;stroke:var(--rwwhsl2c)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqi .uv_plus_dkdfcqf .uv_plus_dkdfcq4 .uv_plus_dkdfcq1z .fillStroke{fill:none;stroke:var(--rwwhsl74)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqi .uv_plus_dkdfcqf .uv_plus_dkdfcq5 .uv_plus_dkdfcq20 .fillStroke{fill:none;stroke:var(--rwwhsli)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqi .uv_plus_dkdfcqf .uv_plus_dkdfcq6 .uv_plus_dkdfcq21 .fillStroke{fill:none;stroke:var(--rwwhsl7s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqi .uv_plus_dkdfcqf .uv_plus_dkdfcq7 .uv_plus_dkdfcq22 .fillStroke{fill:none;stroke:var(--rwwhsl16)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqj .uv_plus_dkdfcqf .uv_plus_dkdfcq1 .uv_plus_dkdfcq24 .fillStroke{fill:none;stroke:var(--rwwhsl5s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqj .uv_plus_dkdfcqf .uv_plus_dkdfcq2 .uv_plus_dkdfcq25 .fillStroke{fill:none;stroke:var(--rwwhsl6g)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqj .uv_plus_dkdfcqf .uv_plus_dkdfcq3 .uv_plus_dkdfcq26 .fillStroke{fill:none;stroke:var(--rwwhsl2g)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqj .uv_plus_dkdfcqf .uv_plus_dkdfcq4 .uv_plus_dkdfcq27 .fillStroke{fill:none;stroke:var(--rwwhsl74)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqj .uv_plus_dkdfcqf .uv_plus_dkdfcq5 .uv_plus_dkdfcq28 .fillStroke{fill:none;stroke:var(--rwwhsli)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqj .uv_plus_dkdfcqf .uv_plus_dkdfcq6 .uv_plus_dkdfcq29 .fillStroke{fill:none;stroke:var(--rwwhsl7s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqj .uv_plus_dkdfcqf .uv_plus_dkdfcq7 .uv_plus_dkdfcq2a .fillStroke{fill:none;stroke:var(--rwwhsl16)}.uv_plus_1fq6cbr0{height:var(--rwwhsl9k);width:var(--rwwhsl9k);min-width:var(--rwwhsl9k)}.uv_plus_1fq6cbr1{height:var(--rwwhsl9j);width:var(--rwwhsl9j);min-width:var(--rwwhsl9j)}.uv_plus_1fq6cbr2{height:var(--rwwhsl9h);width:var(--rwwhsl9h);min-width:var(--rwwhsl9h)}.uv_plus_1fq6cbr3{height:var(--rwwhsl9n);width:var(--rwwhsl9n);min-width:var(--rwwhsl9n)}.uv_plus_1fq6cbr4{height:var(--rwwhsl9f);width:var(--rwwhsl9f);min-width:var(--rwwhsl9f)}.uv_plus_1fq6cbr9 .fillWeak{fill:var(--rwwhsl4k)}.uv_plus_1fq6cbr9 g.fillWeak>*{fill:var(--rwwhsl4k)}.uv_plus_1fq6cbr9 path[fill].fillWeak{fill:var(--rwwhsl4k)}.uv_plus_1fq6cbr5 .fillWeak{fill:var(--rwwhsl4j)}.uv_plus_1fq6cbr5 g.fillWeak>*{fill:var(--rwwhsl4j)}.uv_plus_1fq6cbr5 path[fill].fillWeak{fill:var(--rwwhsl4j)}.uv_plus_1fq6cbra .fillWeak{fill:var(--rwwhsl48)}.uv_plus_1fq6cbra g.fillWeak>*{fill:var(--rwwhsl48)}.uv_plus_1fq6cbra path[fill].fillWeak{fill:var(--rwwhsl48)}.uv_plus_1fq6cbr6 .fillWeak{fill:var(--rwwhsl47)}.uv_plus_1fq6cbr6 g.fillWeak>*{fill:var(--rwwhsl47)}.uv_plus_1fq6cbr6 path[fill].fillWeak{fill:var(--rwwhsl47)}.uv_plus_1fq6cbrb .fillWeak{fill:var(--rwwhsl4q)}.uv_plus_1fq6cbrb g.fillWeak>*{fill:var(--rwwhsl4q)}.uv_plus_1fq6cbrb path[fill].fillWeak{fill:var(--rwwhsl4q)}.uv_plus_1fq6cbr7 .fillWeak{fill:var(--rwwhsl4p)}.uv_plus_1fq6cbr7 g.fillWeak>*{fill:var(--rwwhsl4p)}.uv_plus_1fq6cbr7 path[fill].fillWeak{fill:var(--rwwhsl4p)}.uv_plus_1fq6cbrc .fillWeak{fill:var(--rwwhsl4e)}.uv_plus_1fq6cbrc g.fillWeak>*{fill:var(--rwwhsl4e)}.uv_plus_1fq6cbrc path[fill].fillWeak{fill:var(--rwwhsl4e)}.uv_plus_1fq6cbr8 .fillWeak{fill:var(--rwwhsl4d)}.uv_plus_1fq6cbr8 g.fillWeak>*{fill:var(--rwwhsl4d)}.uv_plus_1fq6cbr8 path[fill].fillWeak{fill:var(--rwwhsl4d)}.uv_plus_1fq6cbr9 .fillStrong{fill:var(--rwwhsl4i)}.uv_plus_1fq6cbr9 g.fillStrong>*{fill:var(--rwwhsl4i)}.uv_plus_1fq6cbr9 path[fill].fillStrong{fill:var(--rwwhsl4i)}.uv_plus_1fq6cbr5 .fillStrong{fill:var(--rwwhsl4h)}.uv_plus_1fq6cbr5 g.fillStrong>*{fill:var(--rwwhsl4h)}.uv_plus_1fq6cbr5 path[fill].fillStrong{fill:var(--rwwhsl4h)}.uv_plus_1fq6cbra .fillStrong{fill:var(--rwwhsl46)}.uv_plus_1fq6cbra g.fillStrong>*{fill:var(--rwwhsl46)}.uv_plus_1fq6cbra path[fill].fillStrong{fill:var(--rwwhsl46)}.uv_plus_1fq6cbr6 .fillStrong{fill:var(--rwwhsl45)}.uv_plus_1fq6cbr6 g.fillStrong>*{fill:var(--rwwhsl45)}.uv_plus_1fq6cbr6 path[fill].fillStrong{fill:var(--rwwhsl45)}.uv_plus_1fq6cbrb .fillStrong{fill:var(--rwwhsl4o)}.uv_plus_1fq6cbrb g.fillStrong>*{fill:var(--rwwhsl4o)}.uv_plus_1fq6cbrb path[fill].fillStrong{fill:var(--rwwhsl4o)}.uv_plus_1fq6cbr7 .fillStrong{fill:var(--rwwhsl4n)}.uv_plus_1fq6cbr7 g.fillStrong>*{fill:var(--rwwhsl4n)}.uv_plus_1fq6cbr7 path[fill].fillStrong{fill:var(--rwwhsl4n)}.uv_plus_1fq6cbrc .fillStrong{fill:var(--rwwhsl4c)}.uv_plus_1fq6cbrc g.fillStrong>*{fill:var(--rwwhsl4c)}.uv_plus_1fq6cbrc path[fill].fillStrong{fill:var(--rwwhsl4c)}.uv_plus_1fq6cbr8 .fillStrong{fill:var(--rwwhsl4b)}.uv_plus_1fq6cbr8 g.fillStrong>*{fill:var(--rwwhsl4b)}.uv_plus_1fq6cbr8 path[fill].fillStrong{fill:var(--rwwhsl4b)}.uv_plus_1fq6cbr9 .fill{fill:var(--rwwhsl4g)}.uv_plus_1fq6cbr9 g.fill>*{fill:var(--rwwhsl4g)}.uv_plus_1fq6cbr9 path[fill].fill{fill:var(--rwwhsl4g)}.uv_plus_1fq6cbr5 .fill{fill:var(--rwwhsl4f)}.uv_plus_1fq6cbr5 g.fill>*{fill:var(--rwwhsl4f)}.uv_plus_1fq6cbr5 path[fill].fill{fill:var(--rwwhsl4f)}.uv_plus_1fq6cbra .fill{fill:var(--rwwhsl44)}.uv_plus_1fq6cbra g.fill>*{fill:var(--rwwhsl44)}.uv_plus_1fq6cbra path[fill].fill{fill:var(--rwwhsl44)}.uv_plus_1fq6cbr6 .fill{fill:var(--rwwhsl43)}.uv_plus_1fq6cbr6 g.fill>*{fill:var(--rwwhsl43)}.uv_plus_1fq6cbr6 path[fill].fill{fill:var(--rwwhsl43)}.uv_plus_1fq6cbrb .fill{fill:var(--rwwhsl4m)}.uv_plus_1fq6cbrb g.fill>*{fill:var(--rwwhsl4m)}.uv_plus_1fq6cbrb path[fill].fill{fill:var(--rwwhsl4m)}.uv_plus_1fq6cbr7 .fill{fill:var(--rwwhsl4l)}.uv_plus_1fq6cbr7 g.fill>*{fill:var(--rwwhsl4l)}.uv_plus_1fq6cbr7 path[fill].fill{fill:var(--rwwhsl4l)}.uv_plus_1fq6cbrc .fill{fill:var(--rwwhsl4a)}.uv_plus_1fq6cbrc g.fill>*{fill:var(--rwwhsl4a)}.uv_plus_1fq6cbrc path[fill].fill{fill:var(--rwwhsl4a)}.uv_plus_1fq6cbr8 .fill{fill:var(--rwwhsl49)}.uv_plus_1fq6cbr8 g.fill>*{fill:var(--rwwhsl49)}.uv_plus_1fq6cbr8 path[fill].fill{fill:var(--rwwhsl49)}.uv_plus_1ko5kn21{max-width:var(--uv_plus_1ko5kn20)}.uv_plus_1ko5kn22{width:15px;margin-right:var(--rwwhsl9u)}.uv_plus_1ko5kn24{margin-left:var(--rwwhsla4)}.uv_plus_1ko5kn25{display:flex;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;align-items:center;min-height:var(--rwwhsl9l);padding-top:var(--rwwhsl9u);padding-bottom:var(--rwwhsl9u)}.uv_plus_1ko5kn26{height:var(--rwwhsl9k);display:flex;flex-direction:column;-webkit-box-pack:center;justify-content:center}.uv_plus_1ko5kn27{animation:.8s uv_1af1o4g3}.uv_plus_1ko5kn29{text-align:initial;height:var(--rwwhsl9k);display:flex;flex-direction:column;-webkit-box-pack:center;justify-content:center}.uv_plus_1ko5kn2a{text-align:right}.uv_plus_1ko5kn2b{animation:uv_1af1o4g3 .8s}.uv_plus_1ko5kn2c{margin-left:var(--rwwhsl9u);align-self:center}.uv_plus_1ko5kn2d{margin-left:var(--rwwhsl9u)}.uv_plus_1ko5kn2e{max-width:75%}.uv_plus_1ko5kn2f{vertical-align:text-top}.uv_plus_1ko5kn2g{text-decoration-line:line-through;text-decoration-color:var(--rwwhsl7m)}.uv_plus_1ko5kn2h{max-width:500px;align-items:center;font-size:16px;color:var(--rwwhsl2m);margin-right:var(--rwwhsla4)}.uv_plus_1ko5kn2i{display:flex}.uv_plus_1ko5kn2j{display:inline-flex}.uv_plus_1ko5kn2n{display:block;font-size:14px;line-height:8;color:var(--rwwhsl2j)}.uv_plus_1ko5kn2o{display:inline-flex;align-items:center;color:var(--rwwhsl2m);font-weight:500;margin-right:4px}.uv_plus_1ko5kn2p{font-size:16px}.uv_plus_1ko5kn2q{font-size:24px}.uv_plus_1ko5kn2r{font-size:16px;text-transform:capitalize}.uv_plus_1ko5kn2s{font-size:16px}.uv_plus_1ko5kn2t{-moz-appearance:textfield}.uv_plus_1ko5kn2t::-webkit-inner-spin-button,.uv_plus_1ko5kn2t::webkit-outer-spin-button{-webkit-appearance:none;margin:0}.uv_plus_sk5tga2{width:15px;margin-right:var(--rwwhsl9u)}.uv_plus_sk5tga3{width:100%;border:1px solid var(--rwwhsl1v)}.uv_plus_sk5tga4{border-radius:4px 4px 0}.uv_plus_sk5tga5{border-radius:4px}.uv_plus_sk5tga6{border-radius:4px;margin-top:var(--rwwhsl9v)}.uv_plus_sk5tga3>*{margin-top:0}.uv_plus_sk5tga3>*+*{margin-top:var(--rwwhsl9v)}.uv_plus_sk5tga7{background-color:var(--rwwhsl1i)}.uv_plus_sk5tga8{border-left:1px solid var(--rwwhsl1v);background-color:var(--rwwhsl1r);width:30%;min-width:126px}.uv_plus_sk5tga9{padding-right:var(--rwwhsl9v);position:relative;width:70%;min-width:230px;padding-left:var(--uv_plus_sk5tga0)}.uv_plus_sk5tgaa:before{content:"";position:absolute;left:0;bottom:0;height:1px;width:calc(100% - 32px);margin-left:var(--rwwhsl9v);border-bottom:1px solid var(--rwwhsl1v)}.uv_plus_sk5tgab{background:var(--rwwhsl5g)}.uv_plus_sk5tgac{border-color:var(--rwwhsl1v);border-style:solid;border-width:0 1px 1px 1px;border-right:none;border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85);height:var(--rwwhsl9l);background-color:var(--rwwhsl5g);width:30%;min-width:126px}.uv_plus_sk5tgad{margin:0;width:100%;border-right:1px solid var(--rwwhsl1v);border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85)}.uv_plus_sk5tgae{display:flex;align-items:center;margin:0;font-size:18px;color:var(--rwwhsl2j);font-weight:500;padding:var(--rwwhsl9v)}.uv_plus_sk5tgaf{width:70%}.uv_plus_sk5tgag{max-width:200px;padding:var(--rwwhsl9v);align-items:start;text-align:left;float:right}.uv_plus_sk5tgah{position:absolute;top:calc(50% - 16px)}.uv_plus_sk5tgai{margin-left:-185px}.uv_plus_sk5tgaj{margin-left:-115px}.uv_plus_sk5tgak{min-width:200px;padding:0 24px;border-left:1px solid var(--rwwhsl1v)}.uv_plus_sk5tgak:first-of-type,.uv_plus_sk5tgak:last-child{border:0}.uv_plus_sk5tgal{border:0}.uv_plus_sk5tgan{display:none}.uv_plus_sk5tgao{display:inline-block;height:var(--rwwhsl9f);line-height:18;font-size:12px;margin-right:var(--rwwhsl9u)}.uv_plus_sk5tgap{margin-top:var(--rwwhsl9w)}.uv_plus_sk5tgaq{text-align:right;margin-left:var(--rwwhsl9v)}.uv_plus_sk5tgar{text-align:right}.uv_plus_sk5tgas{margin-right:var(--rwwhsl9u)}.uv_plus_sk5tgat{padding:0}.uv_plus_sk5tgau{position:fixed;left:0;right:0;height:120px;background-color:var(--rwwhsl1i);margin:var(--uv_plus_sk5tga1);display:flex;justify-content:center;transition:bottom .3s,box-shadow .3s;z-index:1}.uv_plus_sk5tgav{bottom:-120px;box-shadow:0}.uv_plus_sk5tgaw{bottom:0;box-shadow:var(--rwwhsl8c)}.uv_plus_sk5tgax{display:flex;flex-direction:row;justify-content:center;list-style:none;margin:0;padding:var(--rwwhsl9w) 0}.uv_plus_sk5tgay{display:flex;padding:12px 0;min-width:158px}@media (max-width: 1800px){.uv_plus_sk5tgam{display:none}}.uv_plus_5imqkb0{padding:var(--rwwhsl9v);text-align:left}.uv_plus_h6pvpm1{display:flex;font-size:var(--rwwhsla9);line-height:var(--rwwhslac);flex-direction:column;align-items:start;margin:0;width:100%}.uv_plus_h6pvpm2{width:var(--uv_plus_h6pvpm0);border-bottom:1px var(--rwwhsl1v) solid;padding-block:var(--rwwhsl9v)}.uv_plus_h6pvpm2:first-of-type{padding-top:0}.uv_plus_h6pvpm2:last-of-type{padding-bottom:0;border-bottom-color:transparent}.uv_plus_h6pvpm2>*:not(:last-child){padding-right:var(--rwwhsl9v)}.uv_plus_h6pvpm3{font-weight:var(--rwwhslbg);color:var(--rwwhsl2m);display:inline-flex;align-items:center;min-width:0}.uv_plus_h6pvpm4{color:var(--rwwhsl2j);margin:0;min-width:0;width:100%}.uv_plus_h6pvpm5{display:block;min-width:0;width:100%}.uv_plus_h6pvpm5>*{display:inline-flex;align-items:center;margin-right:var(--rwwhsl9u)}@keyframes uv_plus_1ngtn5a0{0%{max-height:50px}to{max-height:32px}}@keyframes uv_plus_1ngtn5a1{0%{opacity:0;max-height:0;margin-bottom:-8px}to{opacity:1;max-height:40px;margin-bottom:0}}.uv_plus_nytpcy0{padding-bottom:var(--rwwhsl9u);padding-left:var(--rwwhsl9u);transition:opacity .25s ease-in-out,height .25s ease-in-out;height:calc(var(--rwwhslau) + var(--rwwhsl9u))}.uv_plus_nytpcy1{animation:uv_plus_1ngtn5a1 .25s ease-in-out}.uv_plus_nytpcy2{animation:uv_plus_1ngtn5a1 .25s ease-in-out reverse}.uv_plus_nytpcy4{padding-top:var(--rwwhsl9u)}.uv_plus_nytpcy5{position:absolute;right:0;left:0;top:0;height:2px;border-top:2px solid;border-color:transparent;padding:var(--rwwhsla4) 0}.uv_plus_nytpcy5:before{content:"";position:absolute;left:0;top:-4px;height:0;width:0;border:3px solid;border-color:inherit;border-radius:var(--rwwhsl84)}.uv_plus_nytpcy6{position:relative}.uv_plus_nytpcy7{padding:var(--rwwhsl9u) 0}.uv_plus_nytpcy8{padding-left:var(--rwwhsl9x);margin-left:var(--rwwhsla4)}.uv_plus_nytpcy9{margin:var(--rwwhsl9v) calc(var(--rwwhsl9v) * -1)}.uv_plus_x6an4g0{width:180px}.uv_plus_x6an4g1{position:relative}.uv_plus_x6an4g2{padding-left:var(--rwwhsl9u)}.uv_plus_x6an4g3{position:absolute;top:0;bottom:0;margin:auto 0;padding:var(--rwwhsla5);border-radius:var(--rwwhsl85)}.uv_plus_x6an4g4:hover{background:var(--rwwhsl5i)}.uv_plus_x6an4g5:hover{background:var(--rwwhsl1u)}.uv_plus_x6an4g6{text-align:left}.uv_plus_x6an4g8{color:inherit;text-decoration:none;background-color:inherit;border:none;text-align:left;border-radius:var(--rwwhsl85);margin-top:var(--rwwhsla5);padding:calc(var(--rwwhsla5) + var(--rwwhsla4)) var(--rwwhsl9u);width:100%}.uv_plus_x6an4ga{cursor:pointer}.uv_plus_x6an4gb{cursor:not-allowed;background-color:unset}.uv_plus_x6an4gc{background-color:var(--rwwhsl5g)}.uv_plus_x6an4gc:hover{background-color:var(--rwwhsl5i)}.uv_plus_x6an4gd{background-color:var(--rwwhsl1k)}.uv_plus_x6an4ge{padding:var(--rwwhsla4) var(--rwwhsl9u)}.uv_plus_x6an4gf:active{background-color:var(--rwwhsl1k)}.uv_plus_x6an4gg{background-color:var(--rwwhsl1u)}.uv_plus_x6an4gh:hover,.uv_plus_x6an4gh:focus{background-color:var(--rwwhsl1r)}.uv_plus_x6an4gi{animation:uv_plus_1ngtn5a0 .25s ease-in-out}.uv_plus_x6an4gj{animation:uv_plus_1ngtn5a0 .25s ease-in-out reverse}.uv_plus_x6an4gn{opacity:0;margin:0 var(--rwwhsla5);cursor:grab}.uv_plus_x6an4gk:hover .uv_plus_x6an4gn,.uv_plus_x6an4gk:focus .uv_plus_x6an4gn,.uv_plus_x6an4gk:active .uv_plus_x6an4gn{opacity:1}.uv_plus_x6an4go{overflow-wrap:anywhere;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.uv_plus_x6an4gm:hover .uv_plus_x6an4go{color:var(--rwwhsl2u)}.uv_plus_x6an4gp{color:var(--rwwhsl2t)}.uv_plus_x6an4gq{color:var(--rwwhsl2u)}.uv_plus_x6an4g6:hover .uv_plus_x6an4gr,.uv_plus_x6an4g6:focus .uv_plus_x6an4gr,.uv_plus_x6an4g6:active .uv_plus_x6an4gr{opacity:1}.uv_plus_x6an4g7:hover .uv_plus_x6an4gr,.uv_plus_x6an4g7:focus .uv_plus_x6an4gr,.uv_plus_x6an4g7:active .uv_plus_x6an4gr{opacity:0}.uv_plus_x6an4gl:hover .uv_plus_x6an4gr,.uv_plus_x6an4gl:active .uv_plus_x6an4gr,.uv_plus_x6an4gl:focus .uv_plus_x6an4gr{opacity:0}.uv_plus_x6an4gs{opacity:0;position:absolute;inset:0 0 0 -24px;margin:auto}.uv_plus_x6an4gs:hover,.uv_plus_x6an4gs:focus,.uv_plus_x6an4gs:active{opacity:1}.uv_plus_x6an4g6:hover .uv_plus_x6an4gs,.uv_plus_x6an4g6:focus .uv_plus_x6an4gs,.uv_plus_x6an4g6:active .uv_plus_x6an4gs{opacity:1}.uv_plus_x6an4gl:hover .uv_plus_x6an4gs,.uv_plus_x6an4gl:active .uv_plus_x6an4gs,.uv_plus_x6an4gl:focus .uv_plus_x6an4gs{opacity:1}.uv_plus_x6an4gt{animation:uv_1af1o4g0 .25s ease-in-out}.uv_plus_x6an4gu{animation:uv_1af1o4g0 .25s ease-in-out reverse}.uv_plus_x6an4gv{padding:0 var(--rwwhsl9v);margin-top:var(--rwwhsla5);width:fit-content}.uv_plus_x6an4gw{padding-top:var(--rwwhsla4)}.uv_plus_x6an4gx{min-width:20px}.uv_plus_x6an4gy{padding-left:28px}.uv_plus_x6an4gz{display:none}.uv_plus_19x50fv0{display:flex;width:100%;background:var(--rwwhsl1i);border-top:1px solid var(--rwwhsl24);padding:var(--rwwhsl9u) var(--rwwhsl9v);transition:justify-content .25s ease-in-out,box-shadow .23s ease-in-out;box-shadow:var(--rwwhsl8c);justify-content:flex-end}.uv_plus_19x50fv1{box-shadow:none;border:none}.uv_plus_19x50fv2{background:var(--rwwhsl1i)}.uv_plus_19x50fv3{margin:var(--rwwhsl9w) var(--rwwhsl9w) var(--rwwhsl9v) var(--rwwhsl9w);max-width:220px;height:22px;overflow:hidden}.uv_plus_19x50fv4{display:flex;flex-direction:row;position:relative;border-right:1px solid var(--rwwhsl24)}.uv_plus_19x50fv5{background:var(--rwwhsl1i);display:flex;flex-direction:column;width:var(--uv_plus_1rde5pt0)}.uv_plus_19x50fv6{width:67px}.uv_plus_19x50fv7{transition:width .25s ease-in-out;width:67px}.uv_plus_19x50fv8{transition:width .25s ease-in-out;width:var(--uv_plus_1rde5pt0)}.uv_plus_19x50fva{max-width:320px;min-width:220px}.uv_plus_19x50fvb{overflow:hidden;display:flex;flex-direction:column;flex-grow:1}.uv_plus_19x50fvc{align-items:center}.uv_plus_19x50fvd{overflow-x:hidden;overflow-y:auto;flex-grow:1;padding:var(--rwwhsl9v)}.uv_plus_19x50fve{background:transparent;position:absolute;top:0;bottom:0;right:0;width:6px;cursor:col-resize;border-right:2px solid transparent;display:flex}.uv_plus_19x50fve:hover{border-color:var(--rwwhsl5m)}.uv_plus_1wcpahp1 td:first-child,.uv_plus_1wcpahp1 th:first-child{width:var(--rwwhsl9l);min-width:var(--rwwhsl9l);max-width:var(--rwwhsl9l)}.uv_plus_1wcpahp2{width:100%;display:table-row;vertical-align:middle;cursor:auto;background:var(--rwwhsl1r);border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85);position:relative}.uv_plus_1wcpahp2 td,.uv_plus_1wcpahp2 td:first-child,.uv_plus_1wcpahp2 td:last-child{border-bottom:1px solid transparent;transition:box-shadow .2s ease,border-color .2s ease}.uv_plus_1wcpahp3{transition:border-color .2s ease;margin-top:calc((var(--rwwhsl9v) * -1) - 1px);padding-block:var(--rwwhsla4);padding-inline:var(--rwwhsl9u);border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85);border:1px solid var(--rwwhsl1v);border-top-color:transparent}.uv_plus_1wcpahp4{border:1px solid var(--rwwhsl1v)}.uv_plus_1wcpahp4.uv_plus_1wcpahp4{border-top:1px solid transparent}.uv_plus_1wcpahpc{border:1px solid var(--rwwhsl1v)}.uv_plus_1wcpahpd{background-color:var(--rwwhsl5g);color:var(--rwwhsl5y)}.uv_plus_1wcpahpe{background-color:var(--rwwhsl64);color:var(--rwwhsl6m)}.uv_plus_1wcpahpf{background-color:var(--rwwhsl1s);color:var(--rwwhsl2j)}.uv_plus_1wcpahpg{background-color:var(--rwwhsl6s);color:var(--rwwhsl7a)}.uv_plus_1wcpahph{background-color:var(--rwwhsl6);color:var(--rwwhslo)}.uv_plus_1wcpahpi{background-color:var(--rwwhsl7g);color:var(--rwwhsl7y)}.uv_plus_1wcpahpj{background-color:var(--rwwhslu);color:var(--rwwhsl1c)}.uv_plus_1wcpahpk{background-color:var(--rwwhsl5h);color:var(--rwwhsl5z)}.uv_plus_1wcpahpl{background-color:var(--rwwhsl65);color:var(--rwwhsl6n)}.uv_plus_1wcpahpm{background-color:var(--rwwhsl1r);color:var(--rwwhsl2k)}.uv_plus_1wcpahpn{background-color:var(--rwwhsl6t);color:var(--rwwhsl7b)}.uv_plus_1wcpahpo{background-color:var(--rwwhsl7);color:var(--rwwhslp)}.uv_plus_1wcpahpp{background-color:var(--rwwhsl7h);color:var(--rwwhsl7z)}.uv_plus_1wcpahpq{background-color:var(--rwwhslv);color:var(--rwwhsl1d)}.uv_plus_1wcpahpr{border:1px solid var(--rwwhsl5m);border-top-color:transparent}.uv_plus_1wcpahps{border-top-color:transparent}.uv_plus_1wcpahpt{height:fit-content;border-top-left-radius:0;border-top-right-radius:0;width:100%;padding:0}.uv_plus_1wcpahpu{height:fit-content;border-top:1px solid var(--rwwhsl1v);border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85);width:100%;padding-block:var(--rwwhsla4);padding-inline:var(--rwwhsl9u)}.uv_plus_1wcpahpu[aria-disabled=true]{background-color:var(--rwwhsl1j)}.uv_plus_1wcpahpv{background-color:var(--rwwhsl5g)}.uv_plus_1wcpahpw{background-color:var(--rwwhsl64)}.uv_plus_1wcpahpx{background-color:var(--rwwhsl1r)}.uv_plus_1wcpahpy{background-color:var(--rwwhsl6s)}.uv_plus_1wcpahpz{background-color:var(--rwwhsl6)}.uv_plus_1wcpahp10{background-color:var(--rwwhsl7g)}.uv_plus_1wcpahp11{background-color:var(--rwwhslu)}.uv_plus_1wcpahp12{position:absolute;transform:translateY(-150%);top:0;left:var(--rwwhsl9w)}.uv_plus_1wcpahp13{position:absolute;top:var(--rwwhsl9v)}.uv_plus_1wcpahp14{padding:0;width:32px}.uv_plus_1wcpahp14:first-of-type{padding-left:var(--rwwhsl9v)}.uv_plus_1wcpahp15{color:var(--rwwhsl5y)}.uv_plus_1wcpahp15 td,.uv_plus_1wcpahp15 td:first-child,.uv_plus_1wcpahp15 td:last-child{border-color:var(--rwwhsl5m)}.uv_plus_1wcpahp16 td:nth-child(2),.uv_plus_1wcpahp17 td:nth-child(3){font-weight:var(--rwwhslay)}.uv_plus_1wcpahp15[aria-expanded=true] td,.uv_plus_1wcpahp15[aria-expanded=true] td:first-child,.uv_plus_1wcpahp15[aria-expanded=true] td:last-child,.uv_plus_1wcpahp15[aria-expanded=true]+tr td{border-color:var(--rwwhsl5m)}.uv_plus_1wcpahp18 td,.uv_plus_1wcpahp18 td:first-child{border-bottom-left-radius:0}.uv_plus_1wcpahp18 td,.uv_plus_1wcpahp18 td:last-child{border-bottom-right-radius:0}.uv_plus_1wcpahp19{display:flex}.uv_plus_1wcpahp1a{padding:var(--uv_plus_1wcpahp0)}.uv_plus_1wcpahp1b{white-space:pre-line}.uv_plus_1wcpahp1c{height:100%}.uv_plus_1q5g1ma0{background-color:var(--rwwhsl1r);height:100%;min-width:20rem}.uv_plus_1q5g1ma1{height:var(--rwwhsl9o);padding:var(--rwwhsl9w);padding-bottom:var(--rwwhsl9v)}.uv_plus_1q5g1ma3{border-bottom:1px solid var(--rwwhsl1v)}.uv_plus_1q5g1ma4{background-color:var(--rwwhsl1i)}.uv_plus_1q5g1ma5{padding:var(--rwwhsl9w);border-top:1px solid var(--rwwhsl1v)}.uv_plus_1q5g1ma6{max-width:12.5rem;background-color:var(--rwwhsl1i)}.uv_plus_1q5g1ma7{overflow-y:scroll;padding:var(--rwwhsl9w);min-height:10rem;height:100%}.uv_plus_1q5g1ma8{padding-left:var(--rwwhsl9u)}.uv_plus_1q5g1ma9:not(:last-child){border-bottom:1px solid var(--rwwhsl1v);padding-bottom:var(--rwwhsl9w)}@media (min-width: 1440px){.uv_plus_1q5g1ma0{min-width:27.5rem}}.uv_plus_11wud800{cursor:pointer}.uv_plus_11wud801{table-layout:fixed;border-collapse:separate;border-spacing:var(--rwwhsl9v) 0;margin:0 calc(-1 * var(--rwwhsl9v));width:calc(100% + var(--rwwhsl9x));height:1px}.uv_plus_11wud802{position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(50%)}.uv_plus_11wud803{background-color:transparent;outline:none;padding:var(--rwwhsl9u);text-align:center}.uv_plus_11wud803:first-child{text-align:left}thead .uv_plus_11wud803{height:100%;vertical-align:top;position:relative;padding-top:var(--rwwhsl9x);padding-bottom:var(--rwwhsl9w)}thead .uv_plus_11wud803:first-child{vertical-align:bottom}thead .uv_plus_11wud803:not(:first-child){border:1px solid var(--rwwhsl1v);border-radius:var(--rwwhsl86) var(--rwwhsl86) 0 0;border-width:1px 1px 0 1px}tbody .uv_plus_11wud803:not(:first-child){border:1px solid var(--rwwhsl1v);border-width:0 1px}tbody tr:last-child .uv_plus_11wud803:not(:first-child){border:1px solid var(--rwwhsl1v);border-radius:0 0 var(--rwwhsl86) var(--rwwhsl86);border-width:0 1px 1px 1px}tbody tr:last-child .uv_plus_11wud803{padding-bottom:var(--rwwhsl9x)}.uv_plus_11wud804{background-color:var(--rwwhsl1j)}.uv_plus_11wud805{display:none}.uv_plus_11wud806{cursor:pointer}.uv_plus_11wud807{text-align:start;padding-left:var(--rwwhsl9w)}thead .uv_plus_11wud808:not(:first-child),tbody .uv_plus_11wud808:not(:first-child),tbody tr:last-child .uv_plus_11wud808:not(:first-child){border-color:var(--rwwhsl5m)}thead .uv_plus_11wud809:not(:first-child),tbody .uv_plus_11wud809:not(:first-child),tbody tr:last-child .uv_plus_11wud809:not(:first-child){border-color:#00f;border-width:2px 2px 0 2px}tbody .uv_plus_11wud80a{padding-bottom:var(--rwwhsl9z)}.uv_plus_11wud80b{display:none}.uv_plus_11wud80c{text-transform:uppercase}.uv_plus_11wud80d{position:absolute;opacity:0;top:0;left:0}.uv_plus_11wud80e{height:100%}.uv_plus_11wud80f{padding:var(--rwwhsl9u);width:100%}.uv_plus_11wud80g{width:100%}.uv_plus_11wud80h{height:var(--rwwhsl9k);display:flex;align-items:center}.uv_plus_l0ny240{padding:0}.uv_plus_l0ny241{padding:var(--rwwhsl9w);border-right:1px solid var(--rwwhsl1v)}.uv_plus_l0ny242{min-width:0;padding:var(--rwwhsl9w);padding-top:var(--rwwhsl9x)}.uv_plus_l0ny243{display:flex;justify-content:right}.uv_plus_l0ny244{margin-bottom:var(--rwwhsl9w)}.uv_plus_l0ny245{cursor:pointer;transition:text-decoration-color .25s ease-out;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;text-decoration-color:transparent}.uv_plus_l0ny245:hover{text-decoration:underline;text-decoration-thickness:1px}.uv_plus_l0ny245:active{text-decoration-thickness:2px}.uv_plus_l0ny246{align-items:center}
|
|
1
|
+
.uv_plus_1sui13x0{cursor:not-allowed}.uv_plus_1sui13x1{position:absolute;top:var(--rwwhsl9u);right:var(--rwwhsl9u);background-color:#252a3b}.uv_plus_1sui13x1:hover{background-color:#303445}.uv_plus_1sui13x1 svg>path{fill:#fff}.uv_plus_1sui13x2{position:relative;width:100%}.uv_plus_1sui13x3{pointer-events:none;-webkit-user-select:none;user-select:none}.uv_plus_1sui13x2 .cm-editor{font-family:var(--rwwhsld8);font-size:var(--rwwhsld9);background-color:#252a3b;border-radius:var(--rwwhsla4);border:1px solid transparent}.uv_plus_1sui13x2 .cm-editor.cm-focused{outline:none;box-shadow:var(--rwwhsl8m);border:1px solid var(--rwwhsl5m)}.uv_plus_1sui13x2 .cm-content{padding-block:var(--rwwhsl9v)}.uv_plus_1sui13x2 .cm-gutters{background-color:#303445}.uv_plus_1sui13x2 .cm-lineNumbers{padding-left:var(--rwwhsl9u)}.uv_plus_1sui13x2 .cm-gutterElement{color:#545454}.uv_plus_1sui13x2 .cm-scroller{border-radius:var(--rwwhsla4)}.uv_plus_1sui13x3 .cm-editor{background-color:#1e2335;color:#484b5a}.uv_plus_1sui13x3 .cm-line span,.uv_plus_1sui13x3 .cm-gutter-Element{color:#484b5a}.uv_plus_1sui13x3 .cm-cursor{border-left-color:transparent;display:none}.uv_plus_1sui13x3 .cm-selectionMatch{background-color:transparent}.uv_plus_1sui13x3 .cm-selectionLayer{display:none}.uv_plus_1sui13x3 .cm-editor.cm-focused{box-shadow:none;border:1px solid transparent}@property --uv_plus_u4r1ts1{syntax: "*"; inherits: false; initial-value: auto;}@property --uv_plus_u4r1ts2{syntax: "*"; inherits: false; initial-value: auto;}.uv_plus_u4r1ts3:hover{border:1px solid var(--rwwhsl5o);box-shadow:var(--rwwhsl8c);cursor:pointer}.uv_plus_u4r1ts4{display:block;text-align:left;padding:0;color:var(--rwwhsl2j);text-decoration:none;border:1px solid var(--rwwhsl1v);border-radius:var(--rwwhsl85);background:var(--rwwhsl1i);overflow-wrap:break-word}.uv_plus_u4r1ts4[disabled]{cursor:not-allowed}.uv_plus_u4r1ts4[disabled]:hover{border:1px solid var(--rwwhsl1v);box-shadow:none}.uv_plus_u4r1ts5{display:flex;width:fit-content;background:var(--rwwhsl1r);padding:var(--rwwhsl9u);border-radius:var(--rwwhsl85)}.uv_plus_u4r1ts6{padding:0 var(--rwwhsl9w) var(--rwwhsl9w) var(--rwwhsl9w)}.uv_plus_u4r1ts7{padding:var(--rwwhsl9w) var(--rwwhsl9w) var(--rwwhsl9w) 0}.uv_plus_u4r1ts8{height:fit-content}.uv_plus_u4r1ts9{padding:var(--rwwhsl9w) var(--rwwhsl9w) 0 var(--rwwhsl9w)}.uv_plus_u4r1tsa{padding:var(--rwwhsl9w) 0 var(--rwwhsl9w) var(--rwwhsl9w)}.uv_plus_u4r1tsb{padding:var(--rwwhsl9w)}.uv_plus_u4r1tsc{object-fit:cover}.uv_plus_u4r1tsc[data-disabled=true]{filter:grayscale(1)}.uv_plus_u4r1tsd{border-radius:var(--rwwhsl85) var(--rwwhsl85) 0 0}.uv_plus_u4r1tse{border-radius:var(--rwwhsl85) 0 0 var(--rwwhsl85);max-height:var(--uv_plus_u4r1ts0)}.uv_plus_u4r1tsf{height:100%}.uv_plus_u4r1tsg{height:var(--uv_plus_u4r1ts1);width:var(--uv_plus_u4r1ts2)}.uv_plus_u4r1tsh{border-radius:var(--rwwhsl85) var(--rwwhsl85) 0 0}.uv_plus_u4r1tsi{border-radius:var(--rwwhsl85) 0 0 var(--rwwhsl85)}.uv_plus_u4r1tsj{padding:var(--rwwhsl9w)}.uv_plus_1gpmh3x0{min-width:0}.uv_plus_1gpmh3x1{display:inline-flex;background:var(--rwwhsl1r);padding:var(--rwwhsl9u);border-radius:var(--rwwhsl85)}.uv_plus_1gpmh3x2{padding:var(--rwwhsl9w);text-decoration:none;height:100%}.uv_plus_1gpmh3x2:not(:first-child){border-top:1px solid var(--rwwhsl1v)}.uv_plus_1gpmh3x2:first-child{border-radius:var(--rwwhsl85) var(--rwwhsl85) 0 0}.uv_plus_1gpmh3x2:last-child{border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85)}.uv_plus_1gpmh3x2:hover{background:var(--rwwhsl1k)}.uv_plus_1gpmh3x2 .uv_plus_1gpmh3x1{background:var(--rwwhsl1r)}.uv_plus_1gpmh3x2:hover .uv_plus_1gpmh3x1{background:none}.uv_plus_1gpmh3x3{height:100%}.uv_plus_1gpmh3x4{border-radius:var(--rwwhsl85);border:1px solid var(--rwwhsl1v);background:var(--rwwhsl1i);min-width:0}.uv_plus_1gpmh3x5{padding:var(--rwwhsl9w)}.uv_plus_1gpmh3x5:not(:first-child){border-top:1px solid var(--rwwhsl1v)}.uv_plus_1gpmh3x6{height:32px;width:32px;border-radius:var(--rwwhsl85)}.uv_plus_16zcyo50{display:flex;align-items:center;margin:0 var(--rwwhsla0)}.uv_plus_16zcyo51{justify-content:flex-start}.uv_plus_16zcyo52{justify-content:flex-end}.uv_plus_16zcyo53{margin-top:var(--rwwhsl9w);text-align:center}.uv_plus_16zcyo54{display:flex;margin-bottom:var(--rwwhsl9v)}.uv_plus_16zcyo55{flex-direction:row-reverse}.uv_plus_16zcyo56{flex-direction:row}.uv_plus_16zcyo57{margin:var(--rwwhsl9w);margin-bottom:0;border-radius:var(--rwwhsl85);padding:var(--rwwhsl9w)}.uv_plus_16zcyo58{background-color:var(--rwwhsl1l)}.uv_plus_16zcyo59{background-color:var(--rwwhsl5g)}.uv_plus_16zcyo5a{display:flex;align-self:flex-end}.uv_plus_16zcyo5b{width:100%}.uv_plus_16zcyo5c{background-color:var(--rwwhsl1l);height:var(--rwwhsl9c);margin-right:var(--rwwhsl9u)}@keyframes uv_plus_wizdzu0{0%,10%,40%,80%,to{transform:translateZ(0) rotate(0)}30%{transform:translate3d(-5px,0,0) rotate(5deg)}60%{transform:translate3d(-4px,0,0)}90%{transform:translate3d(-1px,0,0) rotate(-5deg)}}@keyframes uv_plus_wizdzu1{0%,10%,40%,80%,to{transform:translateZ(0) rotate(0)}30%{transform:translate3d(0,5px,0) rotate(5deg)}60%{transform:translate3d(0,-6px,0)}90%{transform:translate3d(0,-2px,0)}}.uv_plus_wizdzu2{height:88px;width:88px;cursor:pointer;transition:transform 1s cubic-bezier(.19,1,.22,1)}.uv_plus_wizdzu2:hover,.uv_plus_wizdzu2:focus{transform:scale(1.2)}.uv_plus_wizdzu3{transform:scale(1.2)}.uv_plus_wizdzu4{animation:uv_plus_wizdzu1 1s ease infinite}.uv_plus_wizdzu5{animation:uv_plus_wizdzu0 1s ease infinite}.uv_plus_dkdfcq0{vertical-align:middle;fill:currentcolor}.uv_plus_dkdfcq8{height:var(--rwwhsl9f);width:var(--rwwhsl9f);min-width:var(--rwwhsl9f);min-height:var(--rwwhsl9f)}.uv_plus_dkdfcq9{height:var(--rwwhsl9d);width:var(--rwwhsl9d);min-width:var(--rwwhsl9d);min-height:var(--rwwhsl9d)}.uv_plus_dkdfcqa{height:var(--rwwhsl9c);width:var(--rwwhsl9c);min-width:var(--rwwhsl9c);min-height:var(--rwwhsl9c)}.uv_plus_dkdfcqb{height:var(--rwwhsl9h);width:var(--rwwhsl9h);min-width:var(--rwwhsl9h);min-height:var(--rwwhsl9h)}.uv_plus_dkdfcqc{height:var(--rwwhsl9a);width:var(--rwwhsl9a);min-width:var(--rwwhsl9a);min-height:var(--rwwhsl9a)}.uv_plus_dkdfcqd{height:var(--rwwhsl9l);width:var(--rwwhsl9l);min-width:var(--rwwhsl9l);min-height:var(--rwwhsl9l)}.uv_plus_dkdfcqk{fill:var(--rwwhsl5t)}.uv_plus_dkdfcql{fill:var(--rwwhsl6h)}.uv_plus_dkdfcqm{fill:var(--rwwhsl28)}.uv_plus_dkdfcqn{fill:var(--rwwhsl75)}.uv_plus_dkdfcqo{fill:var(--rwwhslj)}.uv_plus_dkdfcqp{fill:var(--rwwhsl7t)}.uv_plus_dkdfcqq{fill:var(--rwwhsl17)}.uv_plus_dkdfcqr{fill:currentColor}.uv_plus_dkdfcqs{fill:var(--rwwhsl5t)}.uv_plus_dkdfcqt{fill:var(--rwwhsl6h)}.uv_plus_dkdfcqu{fill:var(--rwwhsl2b)}.uv_plus_dkdfcqv{fill:var(--rwwhsl75)}.uv_plus_dkdfcqw{fill:var(--rwwhslj)}.uv_plus_dkdfcqx{fill:var(--rwwhsl7t)}.uv_plus_dkdfcqy{fill:var(--rwwhsl17)}.uv_plus_dkdfcqz{fill:currentColor}.uv_plus_dkdfcq10{fill:var(--rwwhsl5t)}.uv_plus_dkdfcq11{fill:var(--rwwhsl6h)}.uv_plus_dkdfcq12{fill:var(--rwwhsl2d)}.uv_plus_dkdfcq13{fill:var(--rwwhsl75)}.uv_plus_dkdfcq14{fill:var(--rwwhslj)}.uv_plus_dkdfcq15{fill:var(--rwwhsl7t)}.uv_plus_dkdfcq16{fill:var(--rwwhsl17)}.uv_plus_dkdfcq17{fill:currentColor}.uv_plus_dkdfcq18{fill:var(--rwwhsl5t)}.uv_plus_dkdfcq19{fill:var(--rwwhsl6h)}.uv_plus_dkdfcq1a{fill:var(--rwwhsl2h)}.uv_plus_dkdfcq1b{fill:var(--rwwhsl75)}.uv_plus_dkdfcq1c{fill:var(--rwwhslj)}.uv_plus_dkdfcq1d{fill:var(--rwwhsl7t)}.uv_plus_dkdfcq1e{fill:var(--rwwhsl17)}.uv_plus_dkdfcq1f{fill:currentColor}.uv_plus_dkdfcq1g{fill:var(--rwwhsl5s)}.uv_plus_dkdfcq1h{fill:var(--rwwhsl6g)}.uv_plus_dkdfcq1i{fill:var(--rwwhsl27)}.uv_plus_dkdfcq1j{fill:var(--rwwhsl74)}.uv_plus_dkdfcq1k{fill:var(--rwwhsli)}.uv_plus_dkdfcq1l{fill:var(--rwwhsl7s)}.uv_plus_dkdfcq1m{fill:var(--rwwhsl16)}.uv_plus_dkdfcq1n{fill:currentColor}.uv_plus_dkdfcq1o{fill:var(--rwwhsl5s)}.uv_plus_dkdfcq1p{fill:var(--rwwhsl6g)}.uv_plus_dkdfcq1q{fill:var(--rwwhsl2a)}.uv_plus_dkdfcq1r{fill:var(--rwwhsl74)}.uv_plus_dkdfcq1s{fill:var(--rwwhsli)}.uv_plus_dkdfcq1t{fill:var(--rwwhsl7s)}.uv_plus_dkdfcq1u{fill:var(--rwwhsl16)}.uv_plus_dkdfcq1v{fill:currentColor}.uv_plus_dkdfcq1w{fill:var(--rwwhsl5s)}.uv_plus_dkdfcq1x{fill:var(--rwwhsl6g)}.uv_plus_dkdfcq1y{fill:var(--rwwhsl2c)}.uv_plus_dkdfcq1z{fill:var(--rwwhsl74)}.uv_plus_dkdfcq20{fill:var(--rwwhsli)}.uv_plus_dkdfcq21{fill:var(--rwwhsl7s)}.uv_plus_dkdfcq22{fill:var(--rwwhsl16)}.uv_plus_dkdfcq23{fill:currentColor}.uv_plus_dkdfcq24{fill:var(--rwwhsl5s)}.uv_plus_dkdfcq25{fill:var(--rwwhsl6g)}.uv_plus_dkdfcq26{fill:var(--rwwhsl2g)}.uv_plus_dkdfcq27{fill:var(--rwwhsl74)}.uv_plus_dkdfcq28{fill:var(--rwwhsli)}.uv_plus_dkdfcq29{fill:var(--rwwhsl7s)}.uv_plus_dkdfcq2a{fill:var(--rwwhsl16)}.uv_plus_dkdfcq2b{fill:currentColor}.uv_plus_dkdfcq0 .uv_plus_dkdfcqg .uv_plus_dkdfcqf .uv_plus_dkdfcq1 .uv_plus_dkdfcq1g .fillStroke{fill:none;stroke:var(--rwwhsl5s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqg .uv_plus_dkdfcqf .uv_plus_dkdfcq2 .uv_plus_dkdfcq1h .fillStroke{fill:none;stroke:var(--rwwhsl6g)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqg .uv_plus_dkdfcqf .uv_plus_dkdfcq3 .uv_plus_dkdfcq1i .fillStroke{fill:none;stroke:var(--rwwhsl27)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqg .uv_plus_dkdfcqf .uv_plus_dkdfcq4 .uv_plus_dkdfcq1j .fillStroke{fill:none;stroke:var(--rwwhsl74)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqg .uv_plus_dkdfcqf .uv_plus_dkdfcq5 .uv_plus_dkdfcq1k .fillStroke{fill:none;stroke:var(--rwwhsli)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqg .uv_plus_dkdfcqf .uv_plus_dkdfcq6 .uv_plus_dkdfcq1l .fillStroke{fill:none;stroke:var(--rwwhsl7s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqg .uv_plus_dkdfcqf .uv_plus_dkdfcq7 .uv_plus_dkdfcq1m .fillStroke{fill:none;stroke:var(--rwwhsl16)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqh .uv_plus_dkdfcqf .uv_plus_dkdfcq1 .uv_plus_dkdfcq1o .fillStroke{fill:none;stroke:var(--rwwhsl5s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqh .uv_plus_dkdfcqf .uv_plus_dkdfcq2 .uv_plus_dkdfcq1p .fillStroke{fill:none;stroke:var(--rwwhsl6g)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqh .uv_plus_dkdfcqf .uv_plus_dkdfcq3 .uv_plus_dkdfcq1q .fillStroke{fill:none;stroke:var(--rwwhsl2a)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqh .uv_plus_dkdfcqf .uv_plus_dkdfcq4 .uv_plus_dkdfcq1r .fillStroke{fill:none;stroke:var(--rwwhsl74)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqh .uv_plus_dkdfcqf .uv_plus_dkdfcq5 .uv_plus_dkdfcq1s .fillStroke{fill:none;stroke:var(--rwwhsli)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqh .uv_plus_dkdfcqf .uv_plus_dkdfcq6 .uv_plus_dkdfcq1t .fillStroke{fill:none;stroke:var(--rwwhsl7s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqh .uv_plus_dkdfcqf .uv_plus_dkdfcq7 .uv_plus_dkdfcq1u .fillStroke{fill:none;stroke:var(--rwwhsl16)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqi .uv_plus_dkdfcqf .uv_plus_dkdfcq1 .uv_plus_dkdfcq1w .fillStroke{fill:none;stroke:var(--rwwhsl5s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqi .uv_plus_dkdfcqf .uv_plus_dkdfcq2 .uv_plus_dkdfcq1x .fillStroke{fill:none;stroke:var(--rwwhsl6g)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqi .uv_plus_dkdfcqf .uv_plus_dkdfcq3 .uv_plus_dkdfcq1y .fillStroke{fill:none;stroke:var(--rwwhsl2c)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqi .uv_plus_dkdfcqf .uv_plus_dkdfcq4 .uv_plus_dkdfcq1z .fillStroke{fill:none;stroke:var(--rwwhsl74)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqi .uv_plus_dkdfcqf .uv_plus_dkdfcq5 .uv_plus_dkdfcq20 .fillStroke{fill:none;stroke:var(--rwwhsli)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqi .uv_plus_dkdfcqf .uv_plus_dkdfcq6 .uv_plus_dkdfcq21 .fillStroke{fill:none;stroke:var(--rwwhsl7s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqi .uv_plus_dkdfcqf .uv_plus_dkdfcq7 .uv_plus_dkdfcq22 .fillStroke{fill:none;stroke:var(--rwwhsl16)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqj .uv_plus_dkdfcqf .uv_plus_dkdfcq1 .uv_plus_dkdfcq24 .fillStroke{fill:none;stroke:var(--rwwhsl5s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqj .uv_plus_dkdfcqf .uv_plus_dkdfcq2 .uv_plus_dkdfcq25 .fillStroke{fill:none;stroke:var(--rwwhsl6g)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqj .uv_plus_dkdfcqf .uv_plus_dkdfcq3 .uv_plus_dkdfcq26 .fillStroke{fill:none;stroke:var(--rwwhsl2g)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqj .uv_plus_dkdfcqf .uv_plus_dkdfcq4 .uv_plus_dkdfcq27 .fillStroke{fill:none;stroke:var(--rwwhsl74)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqj .uv_plus_dkdfcqf .uv_plus_dkdfcq5 .uv_plus_dkdfcq28 .fillStroke{fill:none;stroke:var(--rwwhsli)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqj .uv_plus_dkdfcqf .uv_plus_dkdfcq6 .uv_plus_dkdfcq29 .fillStroke{fill:none;stroke:var(--rwwhsl7s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcqj .uv_plus_dkdfcqf .uv_plus_dkdfcq7 .uv_plus_dkdfcq2a .fillStroke{fill:none;stroke:var(--rwwhsl16)}.uv_plus_1fq6cbr0{height:var(--rwwhsl9k);width:var(--rwwhsl9k);min-width:var(--rwwhsl9k)}.uv_plus_1fq6cbr1{height:var(--rwwhsl9j);width:var(--rwwhsl9j);min-width:var(--rwwhsl9j)}.uv_plus_1fq6cbr2{height:var(--rwwhsl9h);width:var(--rwwhsl9h);min-width:var(--rwwhsl9h)}.uv_plus_1fq6cbr3{height:var(--rwwhsl9n);width:var(--rwwhsl9n);min-width:var(--rwwhsl9n)}.uv_plus_1fq6cbr4{height:var(--rwwhsl9f);width:var(--rwwhsl9f);min-width:var(--rwwhsl9f)}.uv_plus_1fq6cbr9 .fillWeak{fill:var(--rwwhsl4k)}.uv_plus_1fq6cbr9 g.fillWeak>*{fill:var(--rwwhsl4k)}.uv_plus_1fq6cbr9 path[fill].fillWeak{fill:var(--rwwhsl4k)}.uv_plus_1fq6cbr5 .fillWeak{fill:var(--rwwhsl4j)}.uv_plus_1fq6cbr5 g.fillWeak>*{fill:var(--rwwhsl4j)}.uv_plus_1fq6cbr5 path[fill].fillWeak{fill:var(--rwwhsl4j)}.uv_plus_1fq6cbra .fillWeak{fill:var(--rwwhsl48)}.uv_plus_1fq6cbra g.fillWeak>*{fill:var(--rwwhsl48)}.uv_plus_1fq6cbra path[fill].fillWeak{fill:var(--rwwhsl48)}.uv_plus_1fq6cbr6 .fillWeak{fill:var(--rwwhsl47)}.uv_plus_1fq6cbr6 g.fillWeak>*{fill:var(--rwwhsl47)}.uv_plus_1fq6cbr6 path[fill].fillWeak{fill:var(--rwwhsl47)}.uv_plus_1fq6cbrb .fillWeak{fill:var(--rwwhsl4q)}.uv_plus_1fq6cbrb g.fillWeak>*{fill:var(--rwwhsl4q)}.uv_plus_1fq6cbrb path[fill].fillWeak{fill:var(--rwwhsl4q)}.uv_plus_1fq6cbr7 .fillWeak{fill:var(--rwwhsl4p)}.uv_plus_1fq6cbr7 g.fillWeak>*{fill:var(--rwwhsl4p)}.uv_plus_1fq6cbr7 path[fill].fillWeak{fill:var(--rwwhsl4p)}.uv_plus_1fq6cbrc .fillWeak{fill:var(--rwwhsl4e)}.uv_plus_1fq6cbrc g.fillWeak>*{fill:var(--rwwhsl4e)}.uv_plus_1fq6cbrc path[fill].fillWeak{fill:var(--rwwhsl4e)}.uv_plus_1fq6cbr8 .fillWeak{fill:var(--rwwhsl4d)}.uv_plus_1fq6cbr8 g.fillWeak>*{fill:var(--rwwhsl4d)}.uv_plus_1fq6cbr8 path[fill].fillWeak{fill:var(--rwwhsl4d)}.uv_plus_1fq6cbr9 .fillStrong{fill:var(--rwwhsl4i)}.uv_plus_1fq6cbr9 g.fillStrong>*{fill:var(--rwwhsl4i)}.uv_plus_1fq6cbr9 path[fill].fillStrong{fill:var(--rwwhsl4i)}.uv_plus_1fq6cbr5 .fillStrong{fill:var(--rwwhsl4h)}.uv_plus_1fq6cbr5 g.fillStrong>*{fill:var(--rwwhsl4h)}.uv_plus_1fq6cbr5 path[fill].fillStrong{fill:var(--rwwhsl4h)}.uv_plus_1fq6cbra .fillStrong{fill:var(--rwwhsl46)}.uv_plus_1fq6cbra g.fillStrong>*{fill:var(--rwwhsl46)}.uv_plus_1fq6cbra path[fill].fillStrong{fill:var(--rwwhsl46)}.uv_plus_1fq6cbr6 .fillStrong{fill:var(--rwwhsl45)}.uv_plus_1fq6cbr6 g.fillStrong>*{fill:var(--rwwhsl45)}.uv_plus_1fq6cbr6 path[fill].fillStrong{fill:var(--rwwhsl45)}.uv_plus_1fq6cbrb .fillStrong{fill:var(--rwwhsl4o)}.uv_plus_1fq6cbrb g.fillStrong>*{fill:var(--rwwhsl4o)}.uv_plus_1fq6cbrb path[fill].fillStrong{fill:var(--rwwhsl4o)}.uv_plus_1fq6cbr7 .fillStrong{fill:var(--rwwhsl4n)}.uv_plus_1fq6cbr7 g.fillStrong>*{fill:var(--rwwhsl4n)}.uv_plus_1fq6cbr7 path[fill].fillStrong{fill:var(--rwwhsl4n)}.uv_plus_1fq6cbrc .fillStrong{fill:var(--rwwhsl4c)}.uv_plus_1fq6cbrc g.fillStrong>*{fill:var(--rwwhsl4c)}.uv_plus_1fq6cbrc path[fill].fillStrong{fill:var(--rwwhsl4c)}.uv_plus_1fq6cbr8 .fillStrong{fill:var(--rwwhsl4b)}.uv_plus_1fq6cbr8 g.fillStrong>*{fill:var(--rwwhsl4b)}.uv_plus_1fq6cbr8 path[fill].fillStrong{fill:var(--rwwhsl4b)}.uv_plus_1fq6cbr9 .fill{fill:var(--rwwhsl4g)}.uv_plus_1fq6cbr9 g.fill>*{fill:var(--rwwhsl4g)}.uv_plus_1fq6cbr9 path[fill].fill{fill:var(--rwwhsl4g)}.uv_plus_1fq6cbr5 .fill{fill:var(--rwwhsl4f)}.uv_plus_1fq6cbr5 g.fill>*{fill:var(--rwwhsl4f)}.uv_plus_1fq6cbr5 path[fill].fill{fill:var(--rwwhsl4f)}.uv_plus_1fq6cbra .fill{fill:var(--rwwhsl44)}.uv_plus_1fq6cbra g.fill>*{fill:var(--rwwhsl44)}.uv_plus_1fq6cbra path[fill].fill{fill:var(--rwwhsl44)}.uv_plus_1fq6cbr6 .fill{fill:var(--rwwhsl43)}.uv_plus_1fq6cbr6 g.fill>*{fill:var(--rwwhsl43)}.uv_plus_1fq6cbr6 path[fill].fill{fill:var(--rwwhsl43)}.uv_plus_1fq6cbrb .fill{fill:var(--rwwhsl4m)}.uv_plus_1fq6cbrb g.fill>*{fill:var(--rwwhsl4m)}.uv_plus_1fq6cbrb path[fill].fill{fill:var(--rwwhsl4m)}.uv_plus_1fq6cbr7 .fill{fill:var(--rwwhsl4l)}.uv_plus_1fq6cbr7 g.fill>*{fill:var(--rwwhsl4l)}.uv_plus_1fq6cbr7 path[fill].fill{fill:var(--rwwhsl4l)}.uv_plus_1fq6cbrc .fill{fill:var(--rwwhsl4a)}.uv_plus_1fq6cbrc g.fill>*{fill:var(--rwwhsl4a)}.uv_plus_1fq6cbrc path[fill].fill{fill:var(--rwwhsl4a)}.uv_plus_1fq6cbr8 .fill{fill:var(--rwwhsl49)}.uv_plus_1fq6cbr8 g.fill>*{fill:var(--rwwhsl49)}.uv_plus_1fq6cbr8 path[fill].fill{fill:var(--rwwhsl49)}.uv_plus_1ko5kn21{max-width:var(--uv_plus_1ko5kn20)}.uv_plus_1ko5kn22{width:15px;margin-right:var(--rwwhsl9u)}.uv_plus_1ko5kn24{margin-left:var(--rwwhsla4)}.uv_plus_1ko5kn25{display:flex;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;align-items:center;min-height:var(--rwwhsl9l);padding-top:var(--rwwhsl9u);padding-bottom:var(--rwwhsl9u)}.uv_plus_1ko5kn26{height:var(--rwwhsl9k);display:flex;flex-direction:column;-webkit-box-pack:center;justify-content:center}.uv_plus_1ko5kn27{animation:.8s uv_15brg2b3}.uv_plus_1ko5kn29{text-align:initial;height:var(--rwwhsl9k);display:flex;flex-direction:column;-webkit-box-pack:center;justify-content:center}.uv_plus_1ko5kn2a{text-align:right}.uv_plus_1ko5kn2b{animation:uv_15brg2b3 .8s}.uv_plus_1ko5kn2c{margin-left:var(--rwwhsl9u);align-self:center}.uv_plus_1ko5kn2d{margin-left:var(--rwwhsl9u)}.uv_plus_1ko5kn2e{max-width:75%}.uv_plus_1ko5kn2f{vertical-align:text-top}.uv_plus_1ko5kn2g{text-decoration-line:line-through;text-decoration-color:var(--rwwhsl7m)}.uv_plus_1ko5kn2h{max-width:500px;align-items:center;font-size:16px;color:var(--rwwhsl2m);margin-right:var(--rwwhsla4)}.uv_plus_1ko5kn2i{display:flex}.uv_plus_1ko5kn2j{display:inline-flex}.uv_plus_1ko5kn2n{display:block;font-size:14px;line-height:8;color:var(--rwwhsl2j)}.uv_plus_1ko5kn2o{display:inline-flex;align-items:center;color:var(--rwwhsl2m);font-weight:500;margin-right:4px}.uv_plus_1ko5kn2p{font-size:16px}.uv_plus_1ko5kn2q{font-size:24px}.uv_plus_1ko5kn2r{font-size:16px;text-transform:capitalize}.uv_plus_1ko5kn2s{font-size:16px}.uv_plus_1ko5kn2t{-moz-appearance:textfield}.uv_plus_1ko5kn2t::-webkit-inner-spin-button,.uv_plus_1ko5kn2t::webkit-outer-spin-button{-webkit-appearance:none;margin:0}.uv_plus_sk5tga2{width:15px;margin-right:var(--rwwhsl9u)}.uv_plus_sk5tga3{width:100%;border:1px solid var(--rwwhsl1v)}.uv_plus_sk5tga4{border-radius:4px 4px 0}.uv_plus_sk5tga5{border-radius:4px}.uv_plus_sk5tga6{border-radius:4px;margin-top:var(--rwwhsl9v)}.uv_plus_sk5tga3>*{margin-top:0}.uv_plus_sk5tga3>*+*{margin-top:var(--rwwhsl9v)}.uv_plus_sk5tga7{background-color:var(--rwwhsl1i)}.uv_plus_sk5tga8{border-left:1px solid var(--rwwhsl1v);background-color:var(--rwwhsl1r);width:30%;min-width:126px}.uv_plus_sk5tga9{padding-right:var(--rwwhsl9v);position:relative;width:70%;min-width:230px;padding-left:var(--uv_plus_sk5tga0)}.uv_plus_sk5tgaa:before{content:"";position:absolute;left:0;bottom:0;height:1px;width:calc(100% - 32px);margin-left:var(--rwwhsl9v);border-bottom:1px solid var(--rwwhsl1v)}.uv_plus_sk5tgab{background:var(--rwwhsl5g)}.uv_plus_sk5tgac{border-color:var(--rwwhsl1v);border-style:solid;border-width:0 1px 1px 1px;border-right:none;border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85);height:var(--rwwhsl9l);background-color:var(--rwwhsl5g);width:30%;min-width:126px}.uv_plus_sk5tgad{margin:0;width:100%;border-right:1px solid var(--rwwhsl1v);border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85)}.uv_plus_sk5tgae{display:flex;align-items:center;margin:0;font-size:18px;color:var(--rwwhsl2j);font-weight:500;padding:var(--rwwhsl9v)}.uv_plus_sk5tgaf{width:70%}.uv_plus_sk5tgag{max-width:200px;padding:var(--rwwhsl9v);align-items:start;text-align:left;float:right}.uv_plus_sk5tgah{position:absolute;top:calc(50% - 16px)}.uv_plus_sk5tgai{margin-left:-185px}.uv_plus_sk5tgaj{margin-left:-115px}.uv_plus_sk5tgak{min-width:200px;padding:0 24px;border-left:1px solid var(--rwwhsl1v)}.uv_plus_sk5tgak:first-of-type,.uv_plus_sk5tgak:last-child{border:0}.uv_plus_sk5tgal{border:0}.uv_plus_sk5tgan{display:none}.uv_plus_sk5tgao{display:inline-block;height:var(--rwwhsl9f);line-height:18;font-size:12px;margin-right:var(--rwwhsl9u)}.uv_plus_sk5tgap{margin-top:var(--rwwhsl9w)}.uv_plus_sk5tgaq{text-align:right;margin-left:var(--rwwhsl9v)}.uv_plus_sk5tgar{text-align:right}.uv_plus_sk5tgas{margin-right:var(--rwwhsl9u)}.uv_plus_sk5tgat{padding:0}.uv_plus_sk5tgau{position:fixed;left:0;right:0;height:120px;background-color:var(--rwwhsl1i);margin:var(--uv_plus_sk5tga1);display:flex;justify-content:center;transition:bottom .3s,box-shadow .3s;z-index:1}.uv_plus_sk5tgav{bottom:-120px;box-shadow:0}.uv_plus_sk5tgaw{bottom:0;box-shadow:var(--rwwhsl8c)}.uv_plus_sk5tgax{display:flex;flex-direction:row;justify-content:center;list-style:none;margin:0;padding:var(--rwwhsl9w) 0}.uv_plus_sk5tgay{display:flex;padding:12px 0;min-width:158px}@media (max-width: 1800px){.uv_plus_sk5tgam{display:none}}.uv_plus_5imqkb0{padding:var(--rwwhsl9v);text-align:left}.uv_plus_h6pvpm1{display:flex;font-size:var(--rwwhsla9);line-height:var(--rwwhslac);flex-direction:column;align-items:start;margin:0;width:100%}.uv_plus_h6pvpm2{width:var(--uv_plus_h6pvpm0);border-bottom:1px var(--rwwhsl1v) solid;padding-block:var(--rwwhsl9v)}.uv_plus_h6pvpm2:first-of-type{padding-top:0}.uv_plus_h6pvpm2:last-of-type{padding-bottom:0;border-bottom-color:transparent}.uv_plus_h6pvpm2>*:not(:last-child){padding-right:var(--rwwhsl9v)}.uv_plus_h6pvpm3{font-weight:var(--rwwhslbg);color:var(--rwwhsl2m);display:inline-flex;align-items:center;min-width:0}.uv_plus_h6pvpm4{color:var(--rwwhsl2j);margin:0;min-width:0;width:100%}.uv_plus_h6pvpm5{display:inline-block;min-width:0;width:100%}.uv_plus_h6pvpm5>*{display:inline-flex;align-items:center;margin-right:var(--rwwhsl9u)}.uv_plus_h6pvpm6>*{overflow:hidden;display:inline-block;text-overflow:ellipsis;width:100%}@keyframes uv_plus_1ngtn5a0{0%{max-height:50px}to{max-height:32px}}@keyframes uv_plus_1ngtn5a1{0%{opacity:0;max-height:0;margin-bottom:-8px}to{opacity:1;max-height:40px;margin-bottom:0}}.uv_plus_nytpcy0{padding-bottom:var(--rwwhsl9u);padding-left:var(--rwwhsl9u);transition:opacity .25s ease-in-out,height .25s ease-in-out;height:calc(var(--rwwhslau) + var(--rwwhsl9u))}.uv_plus_nytpcy1{animation:uv_plus_1ngtn5a1 .25s ease-in-out}.uv_plus_nytpcy2{animation:uv_plus_1ngtn5a1 .25s ease-in-out reverse}.uv_plus_nytpcy4{padding-top:var(--rwwhsl9u)}.uv_plus_nytpcy5{position:absolute;right:0;left:0;top:0;height:2px;border-top:2px solid;border-color:transparent;padding:var(--rwwhsla4) 0}.uv_plus_nytpcy5:before{content:"";position:absolute;left:0;top:-4px;height:0;width:0;border:3px solid;border-color:inherit;border-radius:var(--rwwhsl84)}.uv_plus_nytpcy6{position:relative}.uv_plus_nytpcy7{padding:var(--rwwhsl9u) 0}.uv_plus_nytpcy8{padding-left:var(--rwwhsl9x);margin-left:var(--rwwhsla4)}.uv_plus_nytpcy9{margin:var(--rwwhsl9v) calc(var(--rwwhsl9v) * -1)}.uv_plus_x6an4g0{width:180px}.uv_plus_x6an4g1{position:relative}.uv_plus_x6an4g2{padding-left:var(--rwwhsl9u)}.uv_plus_x6an4g3{position:absolute;top:0;bottom:0;margin:auto 0;padding:var(--rwwhsla5);border-radius:var(--rwwhsl85)}.uv_plus_x6an4g4:hover{background:var(--rwwhsl5i)}.uv_plus_x6an4g5:hover{background:var(--rwwhsl1u)}.uv_plus_x6an4g6{text-align:left}.uv_plus_x6an4g8{color:inherit;text-decoration:none;background-color:inherit;border:none;text-align:left;border-radius:var(--rwwhsl85);margin-top:var(--rwwhsla5);padding:calc(var(--rwwhsla5) + var(--rwwhsla4)) var(--rwwhsl9u);width:100%}.uv_plus_x6an4ga{cursor:pointer}.uv_plus_x6an4gb{cursor:not-allowed;background-color:unset}.uv_plus_x6an4gc{background-color:var(--rwwhsl5g)}.uv_plus_x6an4gc:hover{background-color:var(--rwwhsl5i)}.uv_plus_x6an4gd{background-color:var(--rwwhsl1k)}.uv_plus_x6an4ge{padding:var(--rwwhsla4) var(--rwwhsl9u)}.uv_plus_x6an4gf:active{background-color:var(--rwwhsl1k)}.uv_plus_x6an4gg{background-color:var(--rwwhsl1u)}.uv_plus_x6an4gh:hover,.uv_plus_x6an4gh:focus{background-color:var(--rwwhsl1r)}.uv_plus_x6an4gi{animation:uv_plus_1ngtn5a0 .25s ease-in-out}.uv_plus_x6an4gj{animation:uv_plus_1ngtn5a0 .25s ease-in-out reverse}.uv_plus_x6an4gn{opacity:0;margin:0 var(--rwwhsla5);cursor:grab}.uv_plus_x6an4gk:hover .uv_plus_x6an4gn,.uv_plus_x6an4gk:focus .uv_plus_x6an4gn,.uv_plus_x6an4gk:active .uv_plus_x6an4gn{opacity:1}.uv_plus_x6an4go{overflow-wrap:anywhere;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.uv_plus_x6an4gm:hover .uv_plus_x6an4go{color:var(--rwwhsl2u)}.uv_plus_x6an4gp{color:var(--rwwhsl2t)}.uv_plus_x6an4gq{color:var(--rwwhsl2u)}.uv_plus_x6an4g6:hover .uv_plus_x6an4gr,.uv_plus_x6an4g6:focus .uv_plus_x6an4gr,.uv_plus_x6an4g6:active .uv_plus_x6an4gr{opacity:1}.uv_plus_x6an4g7:hover .uv_plus_x6an4gr,.uv_plus_x6an4g7:focus .uv_plus_x6an4gr,.uv_plus_x6an4g7:active .uv_plus_x6an4gr{opacity:0}.uv_plus_x6an4gl:hover .uv_plus_x6an4gr,.uv_plus_x6an4gl:active .uv_plus_x6an4gr,.uv_plus_x6an4gl:focus .uv_plus_x6an4gr{opacity:0}.uv_plus_x6an4gs{opacity:0;position:absolute;inset:0 0 0 -24px;margin:auto}.uv_plus_x6an4gs:hover,.uv_plus_x6an4gs:focus,.uv_plus_x6an4gs:active{opacity:1}.uv_plus_x6an4g6:hover .uv_plus_x6an4gs,.uv_plus_x6an4g6:focus .uv_plus_x6an4gs,.uv_plus_x6an4g6:active .uv_plus_x6an4gs{opacity:1}.uv_plus_x6an4gl:hover .uv_plus_x6an4gs,.uv_plus_x6an4gl:active .uv_plus_x6an4gs,.uv_plus_x6an4gl:focus .uv_plus_x6an4gs{opacity:1}.uv_plus_x6an4gt{animation:uv_15brg2b7 .25s ease-in-out}.uv_plus_x6an4gu{animation:uv_15brg2b7 .25s ease-in-out reverse}.uv_plus_x6an4gv{padding:0 var(--rwwhsl9v);margin-top:var(--rwwhsla5);width:fit-content}.uv_plus_x6an4gw{padding-top:var(--rwwhsla4)}.uv_plus_x6an4gx{min-width:20px}.uv_plus_x6an4gy{padding-left:28px}.uv_plus_x6an4gz{display:none}.uv_plus_19x50fv0{display:flex;width:100%;background:var(--rwwhsl1i);border-top:1px solid var(--rwwhsl24);padding:var(--rwwhsl9u) var(--rwwhsl9v);transition:justify-content .25s ease-in-out,box-shadow .23s ease-in-out;box-shadow:var(--rwwhsl8c);justify-content:flex-end}.uv_plus_19x50fv1{box-shadow:none;border:none}.uv_plus_19x50fv2{background:var(--rwwhsl1i)}.uv_plus_19x50fv3{margin:var(--rwwhsl9w) var(--rwwhsl9w) var(--rwwhsl9v) var(--rwwhsl9w);max-width:220px;height:22px;overflow:hidden}.uv_plus_19x50fv4{display:flex;flex-direction:row;position:relative;border-right:1px solid var(--rwwhsl24)}.uv_plus_19x50fv5{background:var(--rwwhsl1i);display:flex;flex-direction:column;width:var(--uv_plus_1rde5pt0)}.uv_plus_19x50fv6{width:67px}.uv_plus_19x50fv7{transition:width .25s ease-in-out;width:67px}.uv_plus_19x50fv8{transition:width .25s ease-in-out;width:var(--uv_plus_1rde5pt0)}.uv_plus_19x50fva{max-width:320px;min-width:220px}.uv_plus_19x50fvb{overflow:hidden;display:flex;flex-direction:column;flex-grow:1}.uv_plus_19x50fvc{align-items:center}.uv_plus_19x50fvd{overflow-x:hidden;overflow-y:auto;flex-grow:1;padding:var(--rwwhsl9v)}.uv_plus_19x50fve{background:transparent;position:absolute;top:0;bottom:0;right:0;width:6px;cursor:col-resize;border-right:2px solid transparent;display:flex}.uv_plus_19x50fve:hover{border-color:var(--rwwhsl5m)}.uv_plus_1wcpahp1 td:first-child,.uv_plus_1wcpahp1 th:first-child{width:var(--rwwhsl9l);min-width:var(--rwwhsl9l);max-width:var(--rwwhsl9l)}.uv_plus_1wcpahp2{width:100%;display:table-row;vertical-align:middle;cursor:auto;background:var(--rwwhsl1r);border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85);position:relative}.uv_plus_1wcpahp2 td,.uv_plus_1wcpahp2 td:first-child,.uv_plus_1wcpahp2 td:last-child{border-bottom:1px solid transparent;transition:box-shadow .2s ease,border-color .2s ease}.uv_plus_1wcpahp3{transition:border-color .2s ease;margin-top:calc((var(--rwwhsl9v) * -1) - 1px);padding-block:var(--rwwhsla4);padding-inline:var(--rwwhsl9u);border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85);border:1px solid var(--rwwhsl1v);border-top-color:transparent}.uv_plus_1wcpahp4{border:1px solid var(--rwwhsl1v)}.uv_plus_1wcpahp4.uv_plus_1wcpahp4{border-top:1px solid transparent}.uv_plus_1wcpahpc{border:1px solid var(--rwwhsl1v)}.uv_plus_1wcpahpd{background-color:var(--rwwhsl5g);color:var(--rwwhsl5y)}.uv_plus_1wcpahpe{background-color:var(--rwwhsl64);color:var(--rwwhsl6m)}.uv_plus_1wcpahpf{background-color:var(--rwwhsl1s);color:var(--rwwhsl2j)}.uv_plus_1wcpahpg{background-color:var(--rwwhsl6s);color:var(--rwwhsl7a)}.uv_plus_1wcpahph{background-color:var(--rwwhsl6);color:var(--rwwhslo)}.uv_plus_1wcpahpi{background-color:var(--rwwhsl7g);color:var(--rwwhsl7y)}.uv_plus_1wcpahpj{background-color:var(--rwwhslu);color:var(--rwwhsl1c)}.uv_plus_1wcpahpk{background-color:var(--rwwhsl5h);color:var(--rwwhsl5z)}.uv_plus_1wcpahpl{background-color:var(--rwwhsl65);color:var(--rwwhsl6n)}.uv_plus_1wcpahpm{background-color:var(--rwwhsl1r);color:var(--rwwhsl2k)}.uv_plus_1wcpahpn{background-color:var(--rwwhsl6t);color:var(--rwwhsl7b)}.uv_plus_1wcpahpo{background-color:var(--rwwhsl7);color:var(--rwwhslp)}.uv_plus_1wcpahpp{background-color:var(--rwwhsl7h);color:var(--rwwhsl7z)}.uv_plus_1wcpahpq{background-color:var(--rwwhslv);color:var(--rwwhsl1d)}.uv_plus_1wcpahpr{border:1px solid var(--rwwhsl5m);border-top-color:transparent}.uv_plus_1wcpahps{border-top-color:transparent}.uv_plus_1wcpahpt{height:fit-content;border-top-left-radius:0;border-top-right-radius:0;width:100%;padding:0}.uv_plus_1wcpahpu{height:fit-content;border-top:1px solid var(--rwwhsl1v);border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85);width:100%;padding-block:var(--rwwhsla4);padding-inline:var(--rwwhsl9u)}.uv_plus_1wcpahpu[aria-disabled=true]{background-color:var(--rwwhsl1j)}.uv_plus_1wcpahpv{background-color:var(--rwwhsl5g)}.uv_plus_1wcpahpw{background-color:var(--rwwhsl64)}.uv_plus_1wcpahpx{background-color:var(--rwwhsl1r)}.uv_plus_1wcpahpy{background-color:var(--rwwhsl6s)}.uv_plus_1wcpahpz{background-color:var(--rwwhsl6)}.uv_plus_1wcpahp10{background-color:var(--rwwhsl7g)}.uv_plus_1wcpahp11{background-color:var(--rwwhslu)}.uv_plus_1wcpahp12{position:absolute;transform:translateY(-150%);top:0;left:var(--rwwhsl9w)}.uv_plus_1wcpahp13{position:absolute;top:var(--rwwhsl9v)}.uv_plus_1wcpahp14{padding:0;width:32px}.uv_plus_1wcpahp14:first-of-type{padding-left:var(--rwwhsl9v)}.uv_plus_1wcpahp15{color:var(--rwwhsl5y)}.uv_plus_1wcpahp15 td,.uv_plus_1wcpahp15 td:first-child,.uv_plus_1wcpahp15 td:last-child{border-color:var(--rwwhsl5m)}.uv_plus_1wcpahp16 td:nth-child(2),.uv_plus_1wcpahp17 td:nth-child(3){font-weight:var(--rwwhslay)}.uv_plus_1wcpahp15[aria-expanded=true] td,.uv_plus_1wcpahp15[aria-expanded=true] td:first-child,.uv_plus_1wcpahp15[aria-expanded=true] td:last-child,.uv_plus_1wcpahp15[aria-expanded=true]+tr td{border-color:var(--rwwhsl5m)}.uv_plus_1wcpahp18 td,.uv_plus_1wcpahp18 td:first-child{border-bottom-left-radius:0}.uv_plus_1wcpahp18 td,.uv_plus_1wcpahp18 td:last-child{border-bottom-right-radius:0}.uv_plus_1wcpahp19{display:flex}.uv_plus_1wcpahp1a{padding:var(--uv_plus_1wcpahp0)}.uv_plus_1wcpahp1b{white-space:pre-line}.uv_plus_1wcpahp1c{height:100%}.uv_plus_1q5g1ma0{background-color:var(--rwwhsl1r);height:100%;min-width:20rem}.uv_plus_1q5g1ma1{height:var(--rwwhsl9o);padding:var(--rwwhsl9w);padding-bottom:var(--rwwhsl9v)}.uv_plus_1q5g1ma3{border-bottom:1px solid var(--rwwhsl1v)}.uv_plus_1q5g1ma4{background-color:var(--rwwhsl1i)}.uv_plus_1q5g1ma5{padding:var(--rwwhsl9w);border-top:1px solid var(--rwwhsl1v)}.uv_plus_1q5g1ma6{max-width:12.5rem;background-color:var(--rwwhsl1i)}.uv_plus_1q5g1ma7{overflow-y:scroll;padding:var(--rwwhsl9w);min-height:10rem;height:100%}.uv_plus_1q5g1ma8{padding-left:var(--rwwhsl9u)}.uv_plus_1q5g1ma9:not(:last-child){border-bottom:1px solid var(--rwwhsl1v);padding-bottom:var(--rwwhsl9w)}@media (min-width: 1440px){.uv_plus_1q5g1ma0{min-width:27.5rem}}.uv_plus_11wud800{cursor:pointer}.uv_plus_11wud801{table-layout:fixed;border-collapse:separate;border-spacing:var(--rwwhsl9v) 0;margin:0 calc(-1 * var(--rwwhsl9v));width:calc(100% + var(--rwwhsl9x));height:1px}.uv_plus_11wud802{position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(50%)}.uv_plus_11wud803{background-color:transparent;outline:none;padding:var(--rwwhsl9u);text-align:center}.uv_plus_11wud803:first-child{text-align:left}thead .uv_plus_11wud803{height:100%;vertical-align:top;position:relative;padding-top:var(--rwwhsl9x);padding-bottom:var(--rwwhsl9w)}thead .uv_plus_11wud803:first-child{vertical-align:bottom}thead .uv_plus_11wud803:not(:first-child){border:1px solid var(--rwwhsl1v);border-radius:var(--rwwhsl86) var(--rwwhsl86) 0 0;border-width:1px 1px 0 1px}tbody .uv_plus_11wud803:not(:first-child){border:1px solid var(--rwwhsl1v);border-width:0 1px}tbody tr:last-child .uv_plus_11wud803:not(:first-child){border:1px solid var(--rwwhsl1v);border-radius:0 0 var(--rwwhsl86) var(--rwwhsl86);border-width:0 1px 1px 1px}tbody tr:last-child .uv_plus_11wud803{padding-bottom:var(--rwwhsl9x)}.uv_plus_11wud804{background-color:var(--rwwhsl1j)}.uv_plus_11wud805{display:none}.uv_plus_11wud806{cursor:pointer}.uv_plus_11wud807{text-align:start;padding-left:var(--rwwhsl9w)}thead .uv_plus_11wud808:not(:first-child),tbody .uv_plus_11wud808:not(:first-child),tbody tr:last-child .uv_plus_11wud808:not(:first-child){border-color:var(--rwwhsl5m)}thead .uv_plus_11wud809:not(:first-child),tbody .uv_plus_11wud809:not(:first-child),tbody tr:last-child .uv_plus_11wud809:not(:first-child){border-color:#00f;border-width:2px 2px 0 2px}tbody .uv_plus_11wud80a{padding-bottom:var(--rwwhsl9z)}.uv_plus_11wud80b{display:none}.uv_plus_11wud80c{text-transform:uppercase}.uv_plus_11wud80d{position:absolute;opacity:0;top:0;left:0}.uv_plus_11wud80e{height:100%}.uv_plus_11wud80f{padding:var(--rwwhsl9u);width:100%}.uv_plus_11wud80g{width:100%}.uv_plus_11wud80h{height:var(--rwwhsl9k);display:flex;align-items:center}.uv_plus_l0ny240{padding:0}.uv_plus_l0ny241{padding:var(--rwwhsl9w);border-right:1px solid var(--rwwhsl1v)}.uv_plus_l0ny242{min-width:0;padding:var(--rwwhsl9w);padding-top:var(--rwwhsl9x)}.uv_plus_l0ny243{display:flex;justify-content:right}.uv_plus_l0ny244{margin-bottom:var(--rwwhsl9w)}.uv_plus_l0ny245{cursor:pointer;transition:text-decoration-color .25s ease-out;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;text-decoration-color:transparent}.uv_plus_l0ny245:hover{text-decoration:underline;text-decoration-thickness:1px}.uv_plus_l0ny245:active{text-decoration-thickness:2px}.uv_plus_l0ny246{align-items:center}.uv_plus_l0ny247{width:fit-content}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ultraviolet/plus",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.16",
|
|
4
4
|
"description": "Ultraviolet Plus",
|
|
5
5
|
"homepage": "https://github.com/scaleway/ultraviolet#readme",
|
|
6
6
|
"repository": {
|
|
@@ -52,23 +52,19 @@
|
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@emotion/react": "11.14.0",
|
|
56
|
-
"@emotion/styled": "11.14.1",
|
|
57
55
|
"react": "18.x || 19.x",
|
|
58
56
|
"react-dom": "18.x || 19.x",
|
|
59
|
-
"@ultraviolet/ui": "3.0.0-beta.
|
|
57
|
+
"@ultraviolet/ui": "3.0.0-beta.27"
|
|
60
58
|
},
|
|
61
59
|
"devDependencies": {
|
|
62
|
-
"@babel/core": "7.28.
|
|
63
|
-
"@emotion/react": "11.14.0",
|
|
64
|
-
"@emotion/styled": "11.14.1",
|
|
60
|
+
"@babel/core": "7.28.5",
|
|
65
61
|
"@types/react": "19.2.2",
|
|
66
62
|
"@types/react-dom": "19.2.2",
|
|
67
63
|
"react": "19.2.0",
|
|
68
64
|
"react-dom": "19.2.0",
|
|
69
|
-
"@ultraviolet/
|
|
70
|
-
"@
|
|
71
|
-
"@
|
|
65
|
+
"@ultraviolet/illustrations": "6.0.0-beta.6",
|
|
66
|
+
"@ultraviolet/ui": "3.0.0-beta.27",
|
|
67
|
+
"@utils/test": "0.0.1"
|
|
72
68
|
},
|
|
73
69
|
"dependencies": {
|
|
74
70
|
"@uiw/codemirror-extensions-langs": "4.25.2",
|
|
@@ -79,8 +75,8 @@
|
|
|
79
75
|
"@vanilla-extract/recipes": "0.5.7",
|
|
80
76
|
"csstype": "3.1.3",
|
|
81
77
|
"react-intersection-observer": "9.16.0",
|
|
82
|
-
"@ultraviolet/icons": "5.0.0-beta.
|
|
83
|
-
"@ultraviolet/themes": "3.0.0-beta.
|
|
78
|
+
"@ultraviolet/icons": "5.0.0-beta.11",
|
|
79
|
+
"@ultraviolet/themes": "3.0.0-beta.4"
|
|
84
80
|
},
|
|
85
81
|
"scripts": {
|
|
86
82
|
"type:generate": "tsc --declaration -p tsconfig.build.json",
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
"use strict";
|
|
3
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
|
-
const jsxRuntime = require("@emotion/react/jsx-runtime");
|
|
5
|
-
const codemirrorExtensionsLangs = require("@uiw/codemirror-extensions-langs");
|
|
6
|
-
const codemirrorThemeMaterial = require("@uiw/codemirror-theme-material");
|
|
7
|
-
const CodeMirror = require("@uiw/react-codemirror");
|
|
8
|
-
const ui = require("@ultraviolet/ui");
|
|
9
|
-
const styles_css = require("./styles.css.cjs");
|
|
10
|
-
const _interopDefaultCompat = (e) => e && typeof e === "object" && "default" in e ? e : { default: e };
|
|
11
|
-
const CodeMirror__default = /* @__PURE__ */ _interopDefaultCompat(CodeMirror);
|
|
12
|
-
const CodeEditor = ({
|
|
13
|
-
value,
|
|
14
|
-
onChange,
|
|
15
|
-
extensions = "js",
|
|
16
|
-
onBlur,
|
|
17
|
-
height,
|
|
18
|
-
readOnly,
|
|
19
|
-
autoCompletion,
|
|
20
|
-
disabled = false,
|
|
21
|
-
label,
|
|
22
|
-
copyButton,
|
|
23
|
-
id,
|
|
24
|
-
helper,
|
|
25
|
-
labelDescription,
|
|
26
|
-
"aria-label": ariaLabel,
|
|
27
|
-
"data-testid": dataTestId,
|
|
28
|
-
className,
|
|
29
|
-
error,
|
|
30
|
-
lineNumbers = true,
|
|
31
|
-
style
|
|
32
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs(ui.Stack, { className: disabled ? styles_css.disabledStack : "", gap: 0.5, style, children: [
|
|
33
|
-
label ? /* @__PURE__ */ jsxRuntime.jsx(ui.Label, { labelDescription, children: label }) : null,
|
|
34
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles_css.codeEditor[disabled ? "disabled" : "default"], children: [
|
|
35
|
-
/* @__PURE__ */ jsxRuntime.jsx(CodeMirror__default.default, { "aria-disabled": disabled, "aria-label": ariaLabel, basicSetup: {
|
|
36
|
-
autocompletion: autoCompletion,
|
|
37
|
-
highlightActiveLine: false,
|
|
38
|
-
highlightActiveLineGutter: false,
|
|
39
|
-
lineNumbers
|
|
40
|
-
}, className, "data-testid": dataTestId, editable: !disabled || !readOnly, extensions: [codemirrorExtensionsLangs.langs[extensions]?.() ?? codemirrorExtensionsLangs.langs["sh"]], height, id, onBlur, onChange, onUpdate: () => {
|
|
41
|
-
if (disabled) {
|
|
42
|
-
document.getSelection()?.empty();
|
|
43
|
-
}
|
|
44
|
-
}, readOnly: readOnly || disabled, theme: codemirrorThemeMaterial.material, value, width: "100%" }),
|
|
45
|
-
copyButton && !disabled ? /* @__PURE__ */ jsxRuntime.jsx(ui.CopyButton, { bordered: true, className: styles_css.copyButton, sentiment: "neutral", size: "small", value, children: typeof copyButton === "string" ? copyButton : void 0 }) : null
|
|
46
|
-
] }),
|
|
47
|
-
error && typeof error !== "boolean" ? /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { as: "span", sentiment: "danger", variant: "caption", children: error }) : null,
|
|
48
|
-
!error && helper ? /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { as: "span", prominence: "weak", sentiment: "neutral", variant: "caption", children: helper }) : null
|
|
49
|
-
] });
|
|
50
|
-
exports.CodeEditor = CodeEditor;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
;/* empty css */
|
|
4
|
-
var disabledStack = "uv_plus_1sui13x0";
|
|
5
|
-
var copyButton = "uv_plus_1sui13x1";
|
|
6
|
-
var codeEditor = { disabled: "uv_plus_1sui13x3 uv_plus_1sui13x2", "default": "uv_plus_1sui13x4 uv_plus_1sui13x2" };
|
|
7
|
-
exports.codeEditor = codeEditor;
|
|
8
|
-
exports.copyButton = copyButton;
|
|
9
|
-
exports.disabledStack = disabledStack;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
"use strict";
|
|
3
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
|
-
const jsxRuntime = require("@emotion/react/jsx-runtime");
|
|
5
|
-
const ui = require("@ultraviolet/ui");
|
|
6
|
-
const dynamic = require("@vanilla-extract/dynamic");
|
|
7
|
-
const styles_css = require("./styles.css.cjs");
|
|
8
|
-
const Skeleton = ({
|
|
9
|
-
direction
|
|
10
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs(ui.Stack, { direction, children: [
|
|
11
|
-
/* @__PURE__ */ jsxRuntime.jsx(ui.Skeleton, { className: styles_css.skeletonImage[direction], style: dynamic.assignInlineVars({
|
|
12
|
-
[styles_css.skeletonHeightVar]: direction === "column" ? "120px" : "unset",
|
|
13
|
-
[styles_css.skeletonWidthVar]: direction === "row" ? "220px" : "100%"
|
|
14
|
-
}), variant: "square" }),
|
|
15
|
-
/* @__PURE__ */ jsxRuntime.jsxs(ui.Stack, { className: styles_css.paddedStack, gap: 2, children: [
|
|
16
|
-
/* @__PURE__ */ jsxRuntime.jsx(ui.Skeleton, { variant: "line" }),
|
|
17
|
-
/* @__PURE__ */ jsxRuntime.jsx(ui.Skeleton, { variant: "line" }),
|
|
18
|
-
/* @__PURE__ */ jsxRuntime.jsx(ui.Skeleton, { variant: "line" }),
|
|
19
|
-
/* @__PURE__ */ jsxRuntime.jsx(ui.Skeleton, { variant: "line" }),
|
|
20
|
-
/* @__PURE__ */ jsxRuntime.jsx(ui.Skeleton, { variant: "line" })
|
|
21
|
-
] })
|
|
22
|
-
] });
|
|
23
|
-
exports.Skeleton = Skeleton;
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
"use strict";
|
|
3
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
|
-
const jsxRuntime = require("@emotion/react/jsx-runtime");
|
|
5
|
-
const icons = require("@ultraviolet/icons");
|
|
6
|
-
const ui = require("@ultraviolet/ui");
|
|
7
|
-
const dynamic = require("@vanilla-extract/dynamic");
|
|
8
|
-
const react = require("react");
|
|
9
|
-
const Skeleton = require("./Skeleton.cjs");
|
|
10
|
-
const styles_css = require("./styles.css.cjs");
|
|
11
|
-
const ContentCard = react.forwardRef(({
|
|
12
|
-
image,
|
|
13
|
-
direction = "column",
|
|
14
|
-
icon,
|
|
15
|
-
subtitle,
|
|
16
|
-
title,
|
|
17
|
-
headingTag = "h3",
|
|
18
|
-
description,
|
|
19
|
-
children,
|
|
20
|
-
href,
|
|
21
|
-
target = "_blank",
|
|
22
|
-
onClick,
|
|
23
|
-
disabled,
|
|
24
|
-
loading,
|
|
25
|
-
className,
|
|
26
|
-
style
|
|
27
|
-
}, ref) => {
|
|
28
|
-
const subContainerRef = react.useRef(null);
|
|
29
|
-
const [subContainerHeight, setSubContainerHeight] = react.useState(subContainerRef?.current?.offsetHeight);
|
|
30
|
-
const Container = react.useMemo(() => {
|
|
31
|
-
if (href) {
|
|
32
|
-
return "a";
|
|
33
|
-
}
|
|
34
|
-
if (onClick) {
|
|
35
|
-
return "button";
|
|
36
|
-
}
|
|
37
|
-
return "div";
|
|
38
|
-
}, [href, onClick]);
|
|
39
|
-
react.useEffect(() => setSubContainerHeight(subContainerRef?.current?.offsetHeight), [subContainerRef]);
|
|
40
|
-
return /* @__PURE__ */ jsxRuntime.jsx(Container, { className: `${className ? `${className} ` : ""}${styles_css.cardClass}${onClick || href ? ` ${styles_css.activeClass}` : ""}`, disabled, href: !disabled ? href : void 0, onClick: !disabled ? onClick : void 0, ref, role: onClick && !href ? "button" : void 0, style, target, children: loading ? /* @__PURE__ */ jsxRuntime.jsx(Skeleton.Skeleton, { direction }) : /* @__PURE__ */ jsxRuntime.jsxs(ui.Stack, { className: styles_css.fullHeight, direction, children: [
|
|
41
|
-
image ? /* @__PURE__ */ jsxRuntime.jsx("img", { alt: "", className: styles_css.imageClass[direction], "data-disabled": disabled, height: direction === "column" ? 120 : void 0, src: image, style: dynamic.assignInlineVars({
|
|
42
|
-
[styles_css.subContainerHeightVar]: subContainerHeight ? `${subContainerHeight.toString()}px` : void 0
|
|
43
|
-
}), width: direction === "row" ? 220 : void 0 }) : null,
|
|
44
|
-
/* @__PURE__ */ jsxRuntime.jsxs(ui.Stack, { direction, flex: 1, gap: 2, children: [
|
|
45
|
-
/* @__PURE__ */ jsxRuntime.jsxs(ui.Stack, { alignItems: !subtitle && !description && !children ? "center" : void 0, className: styles_css.subContainer[!href ? "noHref" : direction], direction, flex: "1 1 auto", gap: 2, ref: subContainerRef, children: [
|
|
46
|
-
icon ?? null,
|
|
47
|
-
/* @__PURE__ */ jsxRuntime.jsxs(ui.Stack, { flex: "1 1 auto", gap: 2, justifyContent: "space-between", children: [
|
|
48
|
-
/* @__PURE__ */ jsxRuntime.jsxs(ui.Stack, { gap: 0.5, children: [
|
|
49
|
-
/* @__PURE__ */ jsxRuntime.jsxs(ui.Stack, { children: [
|
|
50
|
-
subtitle ? /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { as: "small", disabled, prominence: "weak", sentiment: "neutral", variant: "caption", children: subtitle }) : null,
|
|
51
|
-
/* @__PURE__ */ jsxRuntime.jsx(ui.Text, { as: headingTag, disabled, sentiment: "neutral", variant: "bodyStrong", children: title })
|
|
52
|
-
] }),
|
|
53
|
-
description ? /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { as: "p", disabled, sentiment: "neutral", variant: "bodySmall", children: description }) : null
|
|
54
|
-
] }),
|
|
55
|
-
children ? /* @__PURE__ */ jsxRuntime.jsx(ui.Stack, { children }) : null
|
|
56
|
-
] })
|
|
57
|
-
] }),
|
|
58
|
-
href ? /* @__PURE__ */ jsxRuntime.jsx(ui.Stack, { alignItems: direction === "column" ? "flex-end" : "center", className: styles_css.iconStack[direction], direction, flex: 1, justifyContent: direction === "column" ? "center" : "end", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles_css.iconContainer, children: /* @__PURE__ */ jsxRuntime.jsx(icons.OpenInNewIcon, { disabled, sentiment: "neutral" }) }) }) : null
|
|
59
|
-
] })
|
|
60
|
-
] }) });
|
|
61
|
-
});
|
|
62
|
-
exports.ContentCard = ContentCard;
|