vue-data-ui 2.1.63 → 2.1.65
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.
|
@@ -12820,7 +12820,7 @@ function(e) {
|
|
|
12820
12820
|
*/
|
|
12821
12821
|
function(e) {
|
|
12822
12822
|
function t() {
|
|
12823
|
-
return (kt.canvg ? Promise.resolve(kt.canvg) : import("./index.es-
|
|
12823
|
+
return (kt.canvg ? Promise.resolve(kt.canvg) : import("./index.es-dd82d44f.js")).catch(function(o) {
|
|
12824
12824
|
return Promise.reject(new Error("Could not load canvg: " + o));
|
|
12825
12825
|
}).then(function(o) {
|
|
12826
12826
|
return o.default ? o.default : o;
|
|
@@ -14868,7 +14868,8 @@ const jm = {
|
|
|
14868
14868
|
showPercentage: !1,
|
|
14869
14869
|
roundingValue: 0,
|
|
14870
14870
|
roundingPercentage: 0,
|
|
14871
|
-
customFormat: null
|
|
14871
|
+
customFormat: null,
|
|
14872
|
+
fontSize: 14
|
|
14872
14873
|
},
|
|
14873
14874
|
userOptions: {
|
|
14874
14875
|
show: !0,
|
|
@@ -19002,6 +19003,10 @@ const Zw = ["innerHTML"], la = {
|
|
|
19002
19003
|
isCustom: {
|
|
19003
19004
|
type: Boolean,
|
|
19004
19005
|
default: !1
|
|
19006
|
+
},
|
|
19007
|
+
fontSize: {
|
|
19008
|
+
type: [Number, String],
|
|
19009
|
+
default: 14
|
|
19005
19010
|
}
|
|
19006
19011
|
},
|
|
19007
19012
|
setup(e) {
|
|
@@ -19015,7 +19020,7 @@ const Zw = ["innerHTML"], la = {
|
|
|
19015
19020
|
ref_key: "tooltip",
|
|
19016
19021
|
ref: o,
|
|
19017
19022
|
class: Qe({ "vue-data-ui-custom-tooltip": e.isCustom, "vue-data-ui-tooltip": !e.isCustom }),
|
|
19018
|
-
style: H(`top:${a.value.top}px;left:${a.value.left}px;${e.isCustom ? "" : `background:${e.backgroundColor};color:${e.color};max-width:${e.maxWidth}`}`)
|
|
19023
|
+
style: H(`top:${a.value.top}px;left:${a.value.left}px;${e.isCustom ? "" : `background:${e.backgroundColor};color:${e.color};max-width:${e.maxWidth};font-size:${t.fontSize}px`}`)
|
|
19019
19024
|
}, [
|
|
19020
19025
|
Ke(l.$slots, "tooltip-before"),
|
|
19021
19026
|
Ke(l.$slots, "default"),
|
|
@@ -24062,7 +24067,7 @@ function h3(e, t, o, r, a, l) {
|
|
|
24062
24067
|
g("div", {
|
|
24063
24068
|
class: "vue-ui-xy-time-tag",
|
|
24064
24069
|
style: H(`width: fit-content;margin: 0 auto;text-align:center;padding:3px 12px;background:${l.chartConfig.chart.timeTag.backgroundColor};color:${l.chartConfig.chart.timeTag.color};font-size:${l.chartConfig.chart.timeTag.fontSize}px`)
|
|
24065
|
-
}, N(l.
|
|
24070
|
+
}, N(l.timeLabels[a.selectedSerieIndex] || a.selectedSerieIndex), 5)
|
|
24066
24071
|
], 8, q_)),
|
|
24067
24072
|
g("circle", {
|
|
24068
24073
|
cx: l.drawingArea.left + l.drawingArea.width / l.maxSeries * a.selectedSerieIndex + l.drawingArea.width / l.maxSeries / 2,
|
|
@@ -24192,6 +24197,7 @@ function h3(e, t, o, r, a, l) {
|
|
|
24192
24197
|
show: l.chartConfig.chart.tooltip.show && a.isTooltip,
|
|
24193
24198
|
backgroundColor: l.chartConfig.chart.tooltip.backgroundColor,
|
|
24194
24199
|
color: l.chartConfig.chart.tooltip.color,
|
|
24200
|
+
fontSize: l.chartConfig.chart.tooltip.fontSize,
|
|
24195
24201
|
parent: e.$refs.chart,
|
|
24196
24202
|
content: l.tooltipContent,
|
|
24197
24203
|
isCustom: l.chartConfig.chart.tooltip.customFormat && typeof l.chartConfig.chart.tooltip.customFormat == "function"
|
|
@@ -24203,7 +24209,7 @@ function h3(e, t, o, r, a, l) {
|
|
|
24203
24209
|
Ke(e.$slots, "tooltip-after", vt(Ct({ ...l.dataTooltipSlot })), void 0, !0)
|
|
24204
24210
|
]),
|
|
24205
24211
|
_: 3
|
|
24206
|
-
}, 8, ["show", "backgroundColor", "color", "parent", "content", "isCustom"]),
|
|
24212
|
+
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
24207
24213
|
a.mutableConfig.showTable && l.isDataset ? (c(), h("div", {
|
|
24208
24214
|
key: 7,
|
|
24209
24215
|
style: H(`${a.isPrinting ? "" : "max-height:400px"};overflow:auto;width:100%;margin-top:48px`)
|
|
@@ -24249,7 +24255,7 @@ function h3(e, t, o, r, a, l) {
|
|
|
24249
24255
|
], 4)) : L("", !0)
|
|
24250
24256
|
], 14, i4);
|
|
24251
24257
|
}
|
|
24252
|
-
const f3 = /* @__PURE__ */ St(s4, [["render", h3], ["__scopeId", "data-v-
|
|
24258
|
+
const f3 = /* @__PURE__ */ St(s4, [["render", h3], ["__scopeId", "data-v-e9a27868"]]), v3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24253
24259
|
__proto__: null,
|
|
24254
24260
|
default: f3
|
|
24255
24261
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -25738,7 +25744,7 @@ const O8 = ["id"], R8 = { class: "vue-data-ui-legend-item" }, V8 = ["onClick", "
|
|
|
25738
25744
|
], 12, O8));
|
|
25739
25745
|
}
|
|
25740
25746
|
}, $l = /* @__PURE__ */ St(K8, [["__scopeId", "data-v-2cb2955f"]]);
|
|
25741
|
-
const W8 = (e) => (Na("data-v-
|
|
25747
|
+
const W8 = (e) => (Na("data-v-764d25f6"), e = e(), Da(), e), j8 = ["id"], G8 = ["xmlns", "viewBox"], X8 = ["id"], q8 = ["stop-color"], Y8 = ["stop-color"], J8 = ["stop-color"], Z8 = { key: 0 }, eS = ["font-size", "fill", "x"], tS = ["font-size", "fill", "x", "y"], lS = ["id"], aS = ["id"], oS = /* @__PURE__ */ W8(() => /* @__PURE__ */ g("feColorMatrix", {
|
|
25742
25748
|
type: "saturate",
|
|
25743
25749
|
values: "0"
|
|
25744
25750
|
}, null, -1)), rS = ["d", "stroke", "filter"], nS = ["cx", "cy", "fill"], sS = ["stroke", "d"], iS = ["d", "fill", "stroke", "stroke-width", "filter"], AS = ["cx", "cy", "fill"], uS = ["d", "fill", "onMouseenter", "onClick"], cS = ["cx", "cy", "r", "fill"], dS = ["x", "y", "fill", "font-size"], hS = ["x", "y", "fill", "font-size"], fS = ["x", "y", "fill", "font-size"], vS = ["x", "y", "fill", "font-size"], gS = ["filter"], yS = { key: 0 }, pS = ["x", "y"], bS = { key: 1 }, mS = ["cx", "cy", "fill", "filter", "onClick"], wS = ["text-anchor", "x", "y", "fill", "font-size", "onClick"], xS = ["text-anchor", "x", "y", "fill", "font-size", "onClick"], CS = ["y"], kS = ["onClick"], BS = { key: 0 }, _S = { key: 1 }, FS = ["onClick"], SS = {
|
|
@@ -26349,6 +26355,7 @@ const W8 = (e) => (Na("data-v-421c2759"), e = e(), Da(), e), j8 = ["id"], G8 = [
|
|
|
26349
26355
|
show: i.value.style.chart.tooltip.show && f.value,
|
|
26350
26356
|
backgroundColor: i.value.style.chart.tooltip.backgroundColor,
|
|
26351
26357
|
color: i.value.style.chart.tooltip.color,
|
|
26358
|
+
fontSize: i.value.style.chart.tooltip.fontSize,
|
|
26352
26359
|
parent: y.value,
|
|
26353
26360
|
content: m.value,
|
|
26354
26361
|
isCustom: se(ul)(i.value.style.chart.tooltip.customFormat)
|
|
@@ -26360,7 +26367,7 @@ const W8 = (e) => (Na("data-v-421c2759"), e = e(), Da(), e), j8 = ["id"], G8 = [
|
|
|
26360
26367
|
Ke(Q.$slots, "tooltip-after", vt(Ct({ ...j.value })), void 0, !0)
|
|
26361
26368
|
]),
|
|
26362
26369
|
_: 3
|
|
26363
|
-
}, 8, ["show", "backgroundColor", "color", "parent", "content", "isCustom"]),
|
|
26370
|
+
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
26364
26371
|
u.value.showTable && a.value ? (c(), Oe(Xl, {
|
|
26365
26372
|
key: 5,
|
|
26366
26373
|
colNames: ue.value.colNames,
|
|
@@ -26382,11 +26389,11 @@ const W8 = (e) => (Na("data-v-421c2759"), e = e(), Da(), e), j8 = ["id"], G8 = [
|
|
|
26382
26389
|
}, 8, ["colNames", "head", "body", "config", "title"])) : L("", !0)
|
|
26383
26390
|
], 14, j8));
|
|
26384
26391
|
}
|
|
26385
|
-
}, MS = /* @__PURE__ */ St(US, [["__scopeId", "data-v-
|
|
26392
|
+
}, MS = /* @__PURE__ */ St(US, [["__scopeId", "data-v-764d25f6"]]), QS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
26386
26393
|
__proto__: null,
|
|
26387
26394
|
default: MS
|
|
26388
26395
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
26389
|
-
const s1 = (e) => (Na("data-v-
|
|
26396
|
+
const s1 = (e) => (Na("data-v-4015bb55"), e = e(), Da(), e), ES = ["id"], IS = ["xmlns", "viewBox"], TS = ["id"], NS = ["stop-color"], DS = ["stop-color"], HS = { key: 0 }, PS = ["font-size", "fill", "x", "y"], zS = ["font-size", "fill", "x", "y"], OS = ["id"], RS = /* @__PURE__ */ s1(() => /* @__PURE__ */ g("feGaussianBlur", {
|
|
26390
26397
|
in: "SourceGraphic",
|
|
26391
26398
|
stdDeviation: 2
|
|
26392
26399
|
}, null, -1)), VS = /* @__PURE__ */ s1(() => /* @__PURE__ */ g("feColorMatrix", {
|
|
@@ -26910,7 +26917,8 @@ const s1 = (e) => (Na("data-v-8cef13c6"), e = e(), Da(), e), ES = ["id"], IS = [
|
|
|
26910
26917
|
color: i.value.style.chart.tooltip.color,
|
|
26911
26918
|
parent: y.value,
|
|
26912
26919
|
content: m.value,
|
|
26913
|
-
isCustom: i.value.style.chart.tooltip.customFormat && typeof i.value.style.chart.tooltip.customFormat == "function"
|
|
26920
|
+
isCustom: i.value.style.chart.tooltip.customFormat && typeof i.value.style.chart.tooltip.customFormat == "function",
|
|
26921
|
+
fontSize: i.value.style.chart.tooltip.fontSize
|
|
26914
26922
|
}, {
|
|
26915
26923
|
"tooltip-before": Ye(() => [
|
|
26916
26924
|
Ke(Z.$slots, "tooltip-before", vt(Ct({ ...W.value })), void 0, !0)
|
|
@@ -26919,7 +26927,7 @@ const s1 = (e) => (Na("data-v-8cef13c6"), e = e(), Da(), e), ES = ["id"], IS = [
|
|
|
26919
26927
|
Ke(Z.$slots, "tooltip-after", vt(Ct({ ...W.value })), void 0, !0)
|
|
26920
26928
|
]),
|
|
26921
26929
|
_: 3
|
|
26922
|
-
}, 8, ["show", "backgroundColor", "color", "parent", "content", "isCustom"]),
|
|
26930
|
+
}, 8, ["show", "backgroundColor", "color", "parent", "content", "isCustom", "fontSize"]),
|
|
26923
26931
|
u.value.showTable && a.value ? (c(), Oe(Xl, {
|
|
26924
26932
|
key: 5,
|
|
26925
26933
|
colNames: xe.value.colNames,
|
|
@@ -26941,7 +26949,7 @@ const s1 = (e) => (Na("data-v-8cef13c6"), e = e(), Da(), e), ES = ["id"], IS = [
|
|
|
26941
26949
|
}, 8, ["colNames", "head", "body", "config", "title"])) : L("", !0)
|
|
26942
26950
|
], 14, ES));
|
|
26943
26951
|
}
|
|
26944
|
-
}, u6 = /* @__PURE__ */ St(A6, [["__scopeId", "data-v-
|
|
26952
|
+
}, u6 = /* @__PURE__ */ St(A6, [["__scopeId", "data-v-4015bb55"]]), c6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
26945
26953
|
__proto__: null,
|
|
26946
26954
|
default: u6
|
|
26947
26955
|
}, Symbol.toStringTag, { value: "Module" })), d6 = ["onClick"], h6 = ["xmlns", "viewBox"], f6 = ["id"], v6 = ["stop-color"], g6 = ["stop-color"], y6 = ["height", "width", "fill", "rx"], p6 = ["height", "width", "fill", "rx"], b6 = ["height", "width", "fill", "rx"], i1 = {
|
|
@@ -27619,6 +27627,7 @@ const w6 = ["id"], x6 = ["xmlns", "viewBox"], C6 = ["id"], k6 = ["stop-color"],
|
|
|
27619
27627
|
show: A.value.style.chart.tooltip.show && f.value,
|
|
27620
27628
|
backgroundColor: A.value.style.chart.tooltip.backgroundColor,
|
|
27621
27629
|
color: A.value.style.chart.tooltip.color,
|
|
27630
|
+
fontSize: A.value.style.chart.tooltip.fontSize,
|
|
27622
27631
|
parent: y.value,
|
|
27623
27632
|
content: m.value,
|
|
27624
27633
|
isCustom: A.value.style.chart.tooltip.customFormat && typeof A.value.style.chart.tooltip.customFormat == "function"
|
|
@@ -27636,7 +27645,7 @@ const w6 = ["id"], x6 = ["xmlns", "viewBox"], C6 = ["id"], k6 = ["stop-color"],
|
|
|
27636
27645
|
Ke(re.$slots, "tooltip-after", vt(Ct({ ...te.value })), void 0, !0)
|
|
27637
27646
|
]),
|
|
27638
27647
|
_: 3
|
|
27639
|
-
}, 8, ["show", "backgroundColor", "color", "parent", "content", "isCustom"]),
|
|
27648
|
+
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
27640
27649
|
i.value.showTable && a.value ? (c(), h("div", {
|
|
27641
27650
|
key: 5,
|
|
27642
27651
|
class: "vue-ui-radar-table",
|
|
@@ -27660,7 +27669,7 @@ const w6 = ["id"], x6 = ["xmlns", "viewBox"], C6 = ["id"], k6 = ["stop-color"],
|
|
|
27660
27669
|
], 4)) : L("", !0)
|
|
27661
27670
|
], 14, w6));
|
|
27662
27671
|
}
|
|
27663
|
-
}, K6 = /* @__PURE__ */ St(V6, [["__scopeId", "data-v-
|
|
27672
|
+
}, K6 = /* @__PURE__ */ St(V6, [["__scopeId", "data-v-00158d5c"]]), W6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
27664
27673
|
__proto__: null,
|
|
27665
27674
|
default: K6
|
|
27666
27675
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -28754,6 +28763,7 @@ const j6 = ["id"], G6 = ["xmlns", "viewBox", "id"], X6 = ["id"], q6 = ["stop-col
|
|
|
28754
28763
|
show: u.value.style.chart.tooltip.show && f.value,
|
|
28755
28764
|
backgroundColor: u.value.style.chart.tooltip.backgroundColor,
|
|
28756
28765
|
color: u.value.style.chart.tooltip.color,
|
|
28766
|
+
fontSize: u.value.style.chart.tooltip.fontSize,
|
|
28757
28767
|
parent: y.value,
|
|
28758
28768
|
content: m.value,
|
|
28759
28769
|
isCustom: u.value.style.chart.tooltip.customFormat && typeof u.value.style.chart.tooltip.customFormat == "function"
|
|
@@ -28777,7 +28787,7 @@ const j6 = ["id"], G6 = ["xmlns", "viewBox", "id"], X6 = ["id"], q6 = ["stop-col
|
|
|
28777
28787
|
])) : L("", !0)
|
|
28778
28788
|
]),
|
|
28779
28789
|
_: 3
|
|
28780
|
-
}, 8, ["show", "backgroundColor", "color", "parent", "content", "isCustom"]),
|
|
28790
|
+
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
28781
28791
|
w.value.showTable && a.value ? (c(), h("div", {
|
|
28782
28792
|
key: 5,
|
|
28783
28793
|
class: "vue-ui-quadrant-table",
|
|
@@ -28803,7 +28813,7 @@ const j6 = ["id"], G6 = ["xmlns", "viewBox", "id"], X6 = ["id"], q6 = ["stop-col
|
|
|
28803
28813
|
], 4)) : L("", !0)
|
|
28804
28814
|
], 14, j6));
|
|
28805
28815
|
}
|
|
28806
|
-
}, JL = /* @__PURE__ */ St(YL, [["__scopeId", "data-v-
|
|
28816
|
+
}, JL = /* @__PURE__ */ St(YL, [["__scopeId", "data-v-271dea72"]]), ZL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
28807
28817
|
__proto__: null,
|
|
28808
28818
|
default: JL
|
|
28809
28819
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -30699,6 +30709,7 @@ const DM = ["id"], HM = ["xmlns", "viewBox"], PM = { key: 0 }, zM = ["font-size"
|
|
|
30699
30709
|
show: A.value.style.chart.tooltip.show && m.value,
|
|
30700
30710
|
backgroundColor: A.value.style.chart.tooltip.backgroundColor,
|
|
30701
30711
|
color: A.value.style.chart.tooltip.color,
|
|
30712
|
+
fontSize: A.value.style.chart.tooltip.fontSize,
|
|
30702
30713
|
parent: y.value,
|
|
30703
30714
|
content: b.value,
|
|
30704
30715
|
isCustom: se(ul)(A.value.style.chart.tooltip.customFormat)
|
|
@@ -30710,7 +30721,7 @@ const DM = ["id"], HM = ["xmlns", "viewBox"], PM = { key: 0 }, zM = ["font-size"
|
|
|
30710
30721
|
Ke(S.$slots, "tooltip-after", vt(Ct({ ...F.value })), void 0, !0)
|
|
30711
30722
|
]),
|
|
30712
30723
|
_: 3
|
|
30713
|
-
}, 8, ["show", "backgroundColor", "color", "parent", "content", "isCustom"]),
|
|
30724
|
+
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
30714
30725
|
i.value.showTable && a.value ? (c(), h("div", {
|
|
30715
30726
|
key: 5,
|
|
30716
30727
|
class: "vue-ui-onion-table",
|
|
@@ -30734,7 +30745,7 @@ const DM = ["id"], HM = ["xmlns", "viewBox"], PM = { key: 0 }, zM = ["font-size"
|
|
|
30734
30745
|
], 4)) : L("", !0)
|
|
30735
30746
|
], 14, DM));
|
|
30736
30747
|
}
|
|
30737
|
-
}, aQ = /* @__PURE__ */ St(lQ, [["__scopeId", "data-v-
|
|
30748
|
+
}, aQ = /* @__PURE__ */ St(lQ, [["__scopeId", "data-v-3c06ba70"]]), oQ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
30738
30749
|
__proto__: null,
|
|
30739
30750
|
default: aQ
|
|
30740
30751
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -30758,7 +30769,7 @@ const rQ = ["id"], nQ = ["onClick"], sQ = ["xmlns", "viewBox"], iQ = ["id"], AQ
|
|
|
30758
30769
|
setup(e, { expose: t, emit: o }) {
|
|
30759
30770
|
const r = e;
|
|
30760
30771
|
Ya((k) => ({
|
|
30761
|
-
"
|
|
30772
|
+
"3fc8fccf": k.tdo
|
|
30762
30773
|
}));
|
|
30763
30774
|
const a = le(() => !!r.dataset && r.dataset.length), l = D(gt()), n = D(_t.vue_ui_vertical_bar), s = D(!1), d = D(!1), y = D(null), p = D(null), f = D(!1), m = D(""), b = D(0), A = D(null), i = D(0), u = le(() => Ut({
|
|
30764
30775
|
userConfig: r.config,
|
|
@@ -31255,6 +31266,7 @@ const rQ = ["id"], nQ = ["onClick"], sQ = ["xmlns", "viewBox"], iQ = ["id"], AQ
|
|
|
31255
31266
|
show: u.value.style.chart.tooltip.show && f.value && V.value.length < r.dataset.length,
|
|
31256
31267
|
backgroundColor: u.value.style.chart.tooltip.backgroundColor,
|
|
31257
31268
|
color: u.value.style.chart.tooltip.color,
|
|
31269
|
+
fontSize: u.value.style.chart.tooltip.fontSize,
|
|
31258
31270
|
parent: y.value,
|
|
31259
31271
|
content: m.value,
|
|
31260
31272
|
isCustom: u.value.style.chart.tooltip.customFormat && typeof u.value.style.chart.tooltip.customFormat == "function"
|
|
@@ -31266,7 +31278,7 @@ const rQ = ["id"], nQ = ["onClick"], sQ = ["xmlns", "viewBox"], iQ = ["id"], AQ
|
|
|
31266
31278
|
Ke(k.$slots, "tooltip-after", vt(Ct({ ...S.value })), void 0, !0)
|
|
31267
31279
|
]),
|
|
31268
31280
|
_: 3
|
|
31269
|
-
}, 8, ["show", "backgroundColor", "color", "parent", "content", "isCustom"]),
|
|
31281
|
+
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
31270
31282
|
g("div", {
|
|
31271
31283
|
ref_key: "tableContainer",
|
|
31272
31284
|
ref: w,
|
|
@@ -31391,7 +31403,7 @@ const rQ = ["id"], nQ = ["onClick"], sQ = ["xmlns", "viewBox"], iQ = ["id"], AQ
|
|
|
31391
31403
|
], 512)
|
|
31392
31404
|
], 14, rQ));
|
|
31393
31405
|
}
|
|
31394
|
-
}, RQ = /* @__PURE__ */ St(OQ, [["__scopeId", "data-v-
|
|
31406
|
+
}, RQ = /* @__PURE__ */ St(OQ, [["__scopeId", "data-v-8fda0c95"]]), VQ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
31395
31407
|
__proto__: null,
|
|
31396
31408
|
default: RQ
|
|
31397
31409
|
}, Symbol.toStringTag, { value: "Module" })), KQ = {
|
|
@@ -31851,7 +31863,7 @@ const d7 = ["id"], h7 = ["xmlns", "viewBox"], f7 = { key: 0 }, v7 = ["font-size"
|
|
|
31851
31863
|
setup(e, { expose: t }) {
|
|
31852
31864
|
const o = e;
|
|
31853
31865
|
Ya((ae) => ({
|
|
31854
|
-
|
|
31866
|
+
59930530: ae.tdo
|
|
31855
31867
|
}));
|
|
31856
31868
|
const r = le(() => !!o.dataset && o.dataset.length);
|
|
31857
31869
|
Ht(o.dataset) && et({
|
|
@@ -32270,6 +32282,7 @@ const d7 = ["id"], h7 = ["xmlns", "viewBox"], f7 = { key: 0 }, v7 = ["font-size"
|
|
|
32270
32282
|
show: u.value.style.tooltip.show && p.value,
|
|
32271
32283
|
backgroundColor: u.value.style.tooltip.backgroundColor,
|
|
32272
32284
|
color: u.value.style.tooltip.color,
|
|
32285
|
+
fontSize: u.value.style.tooltip.fontSize,
|
|
32273
32286
|
parent: d.value,
|
|
32274
32287
|
content: f.value,
|
|
32275
32288
|
isCustom: u.value.style.tooltip.customFormat && typeof u.value.style.tooltip.customFormat == "function"
|
|
@@ -32281,7 +32294,7 @@ const d7 = ["id"], h7 = ["xmlns", "viewBox"], f7 = { key: 0 }, v7 = ["font-size"
|
|
|
32281
32294
|
Ke(ae.$slots, "tooltip-after", vt(Ct({ ...Ce.value })), void 0, !0)
|
|
32282
32295
|
]),
|
|
32283
32296
|
_: 3
|
|
32284
|
-
}, 8, ["show", "backgroundColor", "color", "parent", "content", "isCustom"]),
|
|
32297
|
+
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
32285
32298
|
g("div", {
|
|
32286
32299
|
ref_key: "tableContainer",
|
|
32287
32300
|
ref: A,
|
|
@@ -32340,7 +32353,7 @@ const d7 = ["id"], h7 = ["xmlns", "viewBox"], f7 = { key: 0 }, v7 = ["font-size"
|
|
|
32340
32353
|
], 512)
|
|
32341
32354
|
], 14, d7));
|
|
32342
32355
|
}
|
|
32343
|
-
}, q7 = /* @__PURE__ */ St(X7, [["__scopeId", "data-v-
|
|
32356
|
+
}, q7 = /* @__PURE__ */ St(X7, [["__scopeId", "data-v-db48c69e"]]), Y7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
32344
32357
|
__proto__: null,
|
|
32345
32358
|
default: q7
|
|
32346
32359
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -33026,6 +33039,7 @@ const J7 = ["id"], Z7 = ["xmlns", "viewBox"], eE = { key: 0 }, tE = ["font-size"
|
|
|
33026
33039
|
show: b.value.style.tooltip.show && p.value,
|
|
33027
33040
|
backgroundColor: b.value.style.tooltip.backgroundColor,
|
|
33028
33041
|
color: b.value.style.tooltip.color,
|
|
33042
|
+
fontSize: b.value.style.tooltip.fontSize,
|
|
33029
33043
|
parent: d.value,
|
|
33030
33044
|
content: f.value,
|
|
33031
33045
|
isCustom: b.value.style.tooltip.customFormat && typeof b.value.style.tooltip.customFormat == "function"
|
|
@@ -33049,7 +33063,7 @@ const J7 = ["id"], Z7 = ["xmlns", "viewBox"], eE = { key: 0 }, tE = ["font-size"
|
|
|
33049
33063
|
])) : L("", !0)
|
|
33050
33064
|
]),
|
|
33051
33065
|
_: 3
|
|
33052
|
-
}, 8, ["show", "backgroundColor", "color", "parent", "content", "isCustom"]),
|
|
33066
|
+
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
33053
33067
|
A.value.showTable && r.value ? (c(), h("div", {
|
|
33054
33068
|
key: 5,
|
|
33055
33069
|
style: H(`${s.value ? "" : "max-height:400px"};overflow:auto;width:100%;margin-top:${A.value.inside ? "48px" : ""}`)
|
|
@@ -33077,7 +33091,7 @@ const J7 = ["id"], Z7 = ["xmlns", "viewBox"], eE = { key: 0 }, tE = ["font-size"
|
|
|
33077
33091
|
], 4)) : L("", !0)
|
|
33078
33092
|
], 14, J7));
|
|
33079
33093
|
}
|
|
33080
|
-
}, WE = /* @__PURE__ */ St(KE, [["__scopeId", "data-v-
|
|
33094
|
+
}, WE = /* @__PURE__ */ St(KE, [["__scopeId", "data-v-f83662f1"]]), jE = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
33081
33095
|
__proto__: null,
|
|
33082
33096
|
default: WE
|
|
33083
33097
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -33627,6 +33641,7 @@ const GE = ["id"], XE = ["xmlns", "viewBox"], qE = { key: 0 }, YE = ["id"], JE =
|
|
|
33627
33641
|
show: A.value.style.tooltip.show && y.value,
|
|
33628
33642
|
backgroundColor: A.value.style.tooltip.backgroundColor,
|
|
33629
33643
|
color: A.value.style.tooltip.color,
|
|
33644
|
+
fontSize: A.value.style.tooltip.fontSize,
|
|
33630
33645
|
parent: f.value,
|
|
33631
33646
|
content: p.value,
|
|
33632
33647
|
isCustom: A.value.style.tooltip.customFormat && typeof A.value.style.tooltip.customFormat == "function"
|
|
@@ -33638,7 +33653,7 @@ const GE = ["id"], XE = ["xmlns", "viewBox"], qE = { key: 0 }, YE = ["id"], JE =
|
|
|
33638
33653
|
Ke(_.$slots, "tooltip-after", vt(Ct({ ...oe.value })), void 0, !0)
|
|
33639
33654
|
]),
|
|
33640
33655
|
_: 3
|
|
33641
|
-
}, 8, ["show", "backgroundColor", "color", "parent", "content", "isCustom"]),
|
|
33656
|
+
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
33642
33657
|
i.value.showTable && r.value ? (c(), h("div", {
|
|
33643
33658
|
key: 5,
|
|
33644
33659
|
style: H(`${s.value ? "" : "max-height:400px"};overflow:auto;width:100%;margin-top:48px`)
|
|
@@ -33661,7 +33676,7 @@ const GE = ["id"], XE = ["xmlns", "viewBox"], qE = { key: 0 }, YE = ["id"], JE =
|
|
|
33661
33676
|
], 4)) : L("", !0)
|
|
33662
33677
|
], 14, GE));
|
|
33663
33678
|
}
|
|
33664
|
-
}, II = /* @__PURE__ */ St(EI, [["__scopeId", "data-v-
|
|
33679
|
+
}, II = /* @__PURE__ */ St(EI, [["__scopeId", "data-v-51f650e5"]]), TI = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
33665
33680
|
__proto__: null,
|
|
33666
33681
|
default: II
|
|
33667
33682
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -34167,6 +34182,7 @@ const NI = ["id"], DI = ["xmlns", "viewBox"], HI = ["id"], PI = ["stop-color"],
|
|
|
34167
34182
|
show: A.value.style.tooltip.show && p.value,
|
|
34168
34183
|
backgroundColor: A.value.style.tooltip.backgroundColor,
|
|
34169
34184
|
color: A.value.style.tooltip.color,
|
|
34185
|
+
fontSize: A.value.style.tooltip.fontSize,
|
|
34170
34186
|
parent: d.value,
|
|
34171
34187
|
content: f.value,
|
|
34172
34188
|
isCustom: A.value.style.tooltip.customFormat && typeof A.value.style.tooltip.customFormat == "function"
|
|
@@ -34178,7 +34194,7 @@ const NI = ["id"], DI = ["xmlns", "viewBox"], HI = ["id"], PI = ["stop-color"],
|
|
|
34178
34194
|
Ke(W.$slots, "tooltip-after", vt(Ct({ ...he.value })), void 0, !0)
|
|
34179
34195
|
]),
|
|
34180
34196
|
_: 3
|
|
34181
|
-
}, 8, ["show", "backgroundColor", "color", "parent", "content", "isCustom"]),
|
|
34197
|
+
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
34182
34198
|
i.value.showTable && r.value ? (c(), h("div", {
|
|
34183
34199
|
key: 4,
|
|
34184
34200
|
style: H(`${s.value ? "" : "max-height:400px"};overflow:auto;width:100%;margin-top:${i.value.inside ? "48px" : ""}`)
|
|
@@ -34201,7 +34217,7 @@ const NI = ["id"], DI = ["xmlns", "viewBox"], HI = ["id"], PI = ["stop-color"],
|
|
|
34201
34217
|
], 4)) : L("", !0)
|
|
34202
34218
|
], 14, NI));
|
|
34203
34219
|
}
|
|
34204
|
-
}, f9 = /* @__PURE__ */ St(h9, [["__scopeId", "data-v-
|
|
34220
|
+
}, f9 = /* @__PURE__ */ St(h9, [["__scopeId", "data-v-833ae3fa"]]), v9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34205
34221
|
__proto__: null,
|
|
34206
34222
|
default: f9
|
|
34207
34223
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -38886,6 +38902,7 @@ const FP = ["id"], SP = ["xmlns", "viewBox"], LP = ["id"], $P = ["stop-color"],
|
|
|
38886
38902
|
show: i.value.style.chart.tooltip.show && f.value && $.value.length < r.dataset.length,
|
|
38887
38903
|
backgroundColor: i.value.style.chart.tooltip.backgroundColor,
|
|
38888
38904
|
color: i.value.style.chart.tooltip.color,
|
|
38905
|
+
fontSize: i.value.style.chart.tooltip.fontSize,
|
|
38889
38906
|
parent: y.value,
|
|
38890
38907
|
content: m.value,
|
|
38891
38908
|
isCustom: i.value.style.chart.tooltip.customFormat && typeof i.value.style.chart.tooltip.customFormat == "function"
|
|
@@ -38897,7 +38914,7 @@ const FP = ["id"], SP = ["xmlns", "viewBox"], LP = ["id"], $P = ["stop-color"],
|
|
|
38897
38914
|
Ke(_.$slots, "tooltip-after", vt(Ct({ ...G.value })), void 0, !0)
|
|
38898
38915
|
]),
|
|
38899
38916
|
_: 3
|
|
38900
|
-
}, 8, ["show", "backgroundColor", "color", "parent", "content", "isCustom"]),
|
|
38917
|
+
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
38901
38918
|
u.value.showTable && a.value ? (c(), Oe(Xl, {
|
|
38902
38919
|
key: 5,
|
|
38903
38920
|
colNames: te.value.colNames,
|
|
@@ -38919,7 +38936,7 @@ const FP = ["id"], SP = ["xmlns", "viewBox"], LP = ["id"], $P = ["stop-color"],
|
|
|
38919
38936
|
}, 8, ["colNames", "head", "body", "config", "title"])) : L("", !0)
|
|
38920
38937
|
], 46, FP));
|
|
38921
38938
|
}
|
|
38922
|
-
}, PP = /* @__PURE__ */ St(HP, [["__scopeId", "data-v-
|
|
38939
|
+
}, PP = /* @__PURE__ */ St(HP, [["__scopeId", "data-v-3ba8adca"]]), zP = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
38923
38940
|
__proto__: null,
|
|
38924
38941
|
default: PP
|
|
38925
38942
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -42387,6 +42404,7 @@ const cK = ["id"], dK = ["xmlns", "viewBox"], hK = ["id"], fK = ["stop-color"],
|
|
|
42387
42404
|
show: w.value.style.chart.tooltip.show && y.value,
|
|
42388
42405
|
backgroundColor: w.value.style.chart.tooltip.backgroundColor,
|
|
42389
42406
|
color: w.value.style.chart.tooltip.color,
|
|
42407
|
+
fontSize: w.value.style.chart.tooltip.fontSize,
|
|
42390
42408
|
parent: f.value,
|
|
42391
42409
|
content: p.value,
|
|
42392
42410
|
isCustom: w.value.style.chart.tooltip.customFormat && typeof w.value.style.chart.tooltip.customFormat == "function"
|
|
@@ -42398,7 +42416,7 @@ const cK = ["id"], dK = ["xmlns", "viewBox"], hK = ["id"], fK = ["stop-color"],
|
|
|
42398
42416
|
Ke(J.$slots, "tooltip-after", vt(Ct({ ...Ce.value })), void 0, !0)
|
|
42399
42417
|
]),
|
|
42400
42418
|
_: 3
|
|
42401
|
-
}, 8, ["show", "backgroundColor", "color", "parent", "content", "isCustom"]),
|
|
42419
|
+
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
42402
42420
|
$.value.showTable ? (c(), h("div", {
|
|
42403
42421
|
key: 5,
|
|
42404
42422
|
style: H(`${n.value ? "" : "max-height:400px"};overflow:auto;width:100%;margin-top:48px`)
|
|
@@ -42424,7 +42442,7 @@ const cK = ["id"], dK = ["xmlns", "viewBox"], hK = ["id"], fK = ["stop-color"],
|
|
|
42424
42442
|
], 4)) : L("", !0)
|
|
42425
42443
|
], 46, cK));
|
|
42426
42444
|
}
|
|
42427
|
-
}, pK = /* @__PURE__ */ St(yK, [["__scopeId", "data-v-
|
|
42445
|
+
}, pK = /* @__PURE__ */ St(yK, [["__scopeId", "data-v-27864854"]]), bK = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
42428
42446
|
__proto__: null,
|
|
42429
42447
|
default: pK
|
|
42430
42448
|
}, Symbol.toStringTag, { value: "Module" })), mK = { class: "vue-ui-element-arrow" }, wK = ["id", "viewBox", "refX", "refY", "markerWidth", "markerHeight"], xK = ["d", "fill"], CK = ["id", "viewBox", "refX", "refY", "markerWidth", "markerHeight"], kK = ["d", "fill"], BK = ["x1", "y1", "x2", "y2", "stroke", "stroke-width", "stroke-linecap", "stroke-dasharray", "marker-end", "marker-start"], sY = {
|
|
@@ -42653,7 +42671,7 @@ const _K = ["xmlns", "viewBox"], FK = { key: 0 }, SK = ["stroke"], LK = ["stroke
|
|
|
42653
42671
|
function iY(e) {
|
|
42654
42672
|
return _t[e];
|
|
42655
42673
|
}
|
|
42656
|
-
const kd = (e) => (Na("data-v-
|
|
42674
|
+
const kd = (e) => (Na("data-v-b1953ca5"), e = e(), Da(), e), DK = ["id"], HK = ["xmlns", "viewBox"], PK = ["d", "fill", "stroke", "stroke-width", "filter"], zK = ["id", "fr"], OK = /* @__PURE__ */ kd(() => /* @__PURE__ */ g("stop", {
|
|
42657
42675
|
offset: "0%",
|
|
42658
42676
|
"stop-color": "#FFFFFF",
|
|
42659
42677
|
"stop-opacity": "0"
|
|
@@ -43227,6 +43245,7 @@ const kd = (e) => (Na("data-v-6e084790"), e = e(), Da(), e), DK = ["id"], HK = [
|
|
|
43227
43245
|
show: u.value.style.chart.tooltip.show && p.value,
|
|
43228
43246
|
backgroundColor: u.value.style.chart.tooltip.backgroundColor,
|
|
43229
43247
|
color: u.value.style.chart.tooltip.color,
|
|
43248
|
+
fontSize: u.value.style.chart.tooltip.fontSize,
|
|
43230
43249
|
parent: y.value,
|
|
43231
43250
|
content: f.value,
|
|
43232
43251
|
isCustom: se(ul)(u.value.style.chart.tooltip.customFormat)
|
|
@@ -43238,7 +43257,7 @@ const kd = (e) => (Na("data-v-6e084790"), e = e(), Da(), e), DK = ["id"], HK = [
|
|
|
43238
43257
|
Ke(Z.$slots, "tooltip-after", vt(Ct({ ...z.value })), void 0, !0)
|
|
43239
43258
|
]),
|
|
43240
43259
|
_: 3
|
|
43241
|
-
}, 8, ["show", "backgroundColor", "color", "parent", "content", "isCustom"]),
|
|
43260
|
+
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
43242
43261
|
u.value.style.chart.legend.show ? (c(), h("div", {
|
|
43243
43262
|
key: 3,
|
|
43244
43263
|
class: Qe({ "vue-ui-nested-donuts-legend": F.value.length > 1 })
|
|
@@ -43289,7 +43308,7 @@ const kd = (e) => (Na("data-v-6e084790"), e = e(), Da(), e), DK = ["id"], HK = [
|
|
|
43289
43308
|
}, 8, ["colNames", "head", "body", "config", "title"])) : L("", !0)
|
|
43290
43309
|
], 14, DK));
|
|
43291
43310
|
}
|
|
43292
|
-
}, iW = /* @__PURE__ */ St(sW, [["__scopeId", "data-v-
|
|
43311
|
+
}, iW = /* @__PURE__ */ St(sW, [["__scopeId", "data-v-b1953ca5"]]), AW = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
43293
43312
|
__proto__: null,
|
|
43294
43313
|
default: iW
|
|
43295
43314
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -43996,6 +44015,7 @@ const wW = ["id"], xW = ["xmlns", "viewBox"], CW = ["d", "stroke", "stroke-width
|
|
|
43996
44015
|
show: i.value.style.chart.tooltip.show && f.value,
|
|
43997
44016
|
backgroundColor: i.value.style.chart.tooltip.backgroundColor,
|
|
43998
44017
|
color: i.value.style.chart.tooltip.color,
|
|
44018
|
+
fontSize: i.value.style.chart.tooltip.fontSize,
|
|
43999
44019
|
parent: y.value,
|
|
44000
44020
|
content: m.value,
|
|
44001
44021
|
isCustom: se(ul)(i.value.style.chart.tooltip.customFormat)
|
|
@@ -44007,7 +44027,7 @@ const wW = ["id"], xW = ["xmlns", "viewBox"], CW = ["d", "stroke", "stroke-width
|
|
|
44007
44027
|
Ke(S.$slots, "tooltip-after", vt(Ct({ ...V.value })), void 0, !0)
|
|
44008
44028
|
]),
|
|
44009
44029
|
_: 3
|
|
44010
|
-
}, 8, ["show", "backgroundColor", "color", "parent", "content", "isCustom"]),
|
|
44030
|
+
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
44011
44031
|
u.value.showTable ? (c(), Oe(Xl, {
|
|
44012
44032
|
key: 5,
|
|
44013
44033
|
colNames: U.value.colNames,
|
|
@@ -44029,7 +44049,7 @@ const wW = ["id"], xW = ["xmlns", "viewBox"], CW = ["d", "stroke", "stroke-width
|
|
|
44029
44049
|
}, 8, ["colNames", "head", "body", "config", "title"])) : L("", !0)
|
|
44030
44050
|
], 14, wW));
|
|
44031
44051
|
}
|
|
44032
|
-
}, MW = /* @__PURE__ */ St(UW, [["__scopeId", "data-v-
|
|
44052
|
+
}, MW = /* @__PURE__ */ St(UW, [["__scopeId", "data-v-9506f47c"]]), QW = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
44033
44053
|
__proto__: null,
|
|
44034
44054
|
default: MW
|
|
44035
44055
|
}, Symbol.toStringTag, { value: "Module" })), EW = {
|
|
@@ -44243,7 +44263,7 @@ function RW(e, t) {
|
|
|
44243
44263
|
return Lf(d);
|
|
44244
44264
|
}
|
|
44245
44265
|
}
|
|
44246
|
-
const VW = (e) => (Na("data-v-
|
|
44266
|
+
const VW = (e) => (Na("data-v-320aaf03"), e = e(), Da(), e), KW = ["id"], WW = ["xmlns", "viewBox"], jW = { key: 0 }, GW = ["id"], XW = ["stop-color"], qW = ["stop-color"], YW = ["x", "y", "height", "width", "fill", "rx", "stroke", "stroke-width", "onClick", "onMouseenter"], JW = ["x", "y", "height", "width"], ZW = {
|
|
44247
44267
|
style: { width: "100%", height: "100%" },
|
|
44248
44268
|
class: "vue-ui-treemap-cell"
|
|
44249
44269
|
}, ej = /* @__PURE__ */ VW(() => /* @__PURE__ */ g("br", null, null, -1)), tj = ["onClick"], lj = { key: 0 }, aj = { key: 1 }, oj = ["innerHTML"], rj = {
|
|
@@ -44675,6 +44695,7 @@ const VW = (e) => (Na("data-v-d326f420"), e = e(), Da(), e), KW = ["id"], WW = [
|
|
|
44675
44695
|
show: i.value.style.chart.tooltip.show && p.value,
|
|
44676
44696
|
backgroundColor: i.value.style.chart.tooltip.backgroundColor,
|
|
44677
44697
|
color: i.value.style.chart.tooltip.color,
|
|
44698
|
+
fontSize: i.value.style.chart.tooltip.fontSize,
|
|
44678
44699
|
parent: y.value,
|
|
44679
44700
|
content: f.value,
|
|
44680
44701
|
isCustom: se(ul)(i.value.style.chart.tooltip.customFormat)
|
|
@@ -44686,7 +44707,7 @@ const VW = (e) => (Na("data-v-d326f420"), e = e(), Da(), e), KW = ["id"], WW = [
|
|
|
44686
44707
|
Ke(Q.$slots, "tooltip-after", vt(Ct({ ...ue.value })), void 0, !0)
|
|
44687
44708
|
]),
|
|
44688
44709
|
_: 3
|
|
44689
|
-
}, 8, ["show", "backgroundColor", "color", "parent", "content", "isCustom"]),
|
|
44710
|
+
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
44690
44711
|
u.value.showTable && a.value ? (c(), Oe(Xl, {
|
|
44691
44712
|
key: 5,
|
|
44692
44713
|
colNames: Z.value.colNames,
|
|
@@ -44708,7 +44729,7 @@ const VW = (e) => (Na("data-v-d326f420"), e = e(), Da(), e), KW = ["id"], WW = [
|
|
|
44708
44729
|
}, 8, ["colNames", "head", "body", "config", "title"])) : L("", !0)
|
|
44709
44730
|
], 14, KW));
|
|
44710
44731
|
}
|
|
44711
|
-
}, nj = /* @__PURE__ */ St(rj, [["__scopeId", "data-v-
|
|
44732
|
+
}, nj = /* @__PURE__ */ St(rj, [["__scopeId", "data-v-320aaf03"]]), sj = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
44712
44733
|
__proto__: null,
|
|
44713
44734
|
default: nj
|
|
44714
44735
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -47072,6 +47093,7 @@ const KX = ["id"], WX = ["xmlns", "viewBox"], jX = { key: 0 }, GX = { key: 0 },
|
|
|
47072
47093
|
show: A.value.style.chart.tooltip.show && m.value,
|
|
47073
47094
|
backgroundColor: A.value.style.chart.tooltip.backgroundColor,
|
|
47074
47095
|
color: A.value.style.chart.tooltip.color,
|
|
47096
|
+
fontSize: A.value.style.chart.tooltip.fontSize,
|
|
47075
47097
|
parent: p.value,
|
|
47076
47098
|
content: b.value,
|
|
47077
47099
|
isCustom: se(ul)(A.value.style.chart.tooltip.customFormat)
|
|
@@ -47083,7 +47105,7 @@ const KX = ["id"], WX = ["xmlns", "viewBox"], jX = { key: 0 }, GX = { key: 0 },
|
|
|
47083
47105
|
Ke(U.$slots, "tooltip-after", vt(Ct({ ...he.value })), void 0, !0)
|
|
47084
47106
|
]),
|
|
47085
47107
|
_: 3
|
|
47086
|
-
}, 8, ["show", "backgroundColor", "color", "parent", "content", "isCustom"]),
|
|
47108
|
+
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
47087
47109
|
u.value.showTable && a.value ? (c(), Oe(Xl, {
|
|
47088
47110
|
key: 4,
|
|
47089
47111
|
colNames: j.value.colNames,
|
|
@@ -47105,7 +47127,7 @@ const KX = ["id"], WX = ["xmlns", "viewBox"], jX = { key: 0 }, GX = { key: 0 },
|
|
|
47105
47127
|
}, 8, ["colNames", "head", "body", "config", "title"])) : L("", !0)
|
|
47106
47128
|
], 14, KX));
|
|
47107
47129
|
}
|
|
47108
|
-
}, vq = /* @__PURE__ */ St(fq, [["__scopeId", "data-v-
|
|
47130
|
+
}, vq = /* @__PURE__ */ St(fq, [["__scopeId", "data-v-0de0b8a1"]]), gq = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
47109
47131
|
__proto__: null,
|
|
47110
47132
|
default: vq
|
|
47111
47133
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as Ha } from "./index-
|
|
1
|
+
import { _ as Ha } from "./index-6071e7d5.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
var Tt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
4
4
|
function Vo(a) {
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.vue-ui-data-table thead[data-v-2cdad199]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}table[data-v-2cdad199]{width:100%;padding:1rem;border-collapse:collapse}caption[data-v-2cdad199],th[data-v-2cdad199],td[data-v-2cdad199]{padding:.5rem;font-variant-numeric:tabular-nums}caption[data-v-2cdad199]{font-size:1.3rem;font-weight:700}.vue-ui-responsive th[data-v-2cdad199]{display:none}.vue-ui-responsive td[data-v-2cdad199]{display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);padding:.5rem 1rem;outline:none!important;text-align:left}.vue-ui-responsive tr[data-v-2cdad199]{outline:var(--4f04048e)}.vue-ui-responsive td[data-v-2cdad199]:first-child{padding-top:1rem}.vue-ui-responsive td[data-v-2cdad199]:last-child{padding-bottom:1rem}.vue-ui-responsive td[data-v-2cdad199]:before{content:attr(data-cell) ": ";font-weight:700;text-transform:capitalize}.vue-data-ui-tooltip{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;position:fixed;padding:12px;z-index:2}.vue-data-ui-custom-tooltip{position:fixed;z-index:2}svg *[data-v-f403c77a]{all:unset}.spin[data-v-f403c77a]{animation:smartspin-f403c77a .5s infinite linear}@keyframes smartspin-f403c77a{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-user-options[data-v-f6a4f6c7]{z-index:1}.vue-ui-user-options-drawer[data-open=false][data-v-f6a4f6c7]{display:none}.vue-ui-user-options-drawer[data-open=true][data-v-f6a4f6c7]{position:absolute;right:4px;top:36px;display:flex;flex-direction:column;gap:4px;animation:show-user-options-f6a4f6c7 125ms ease-in forwards;transform-origin:top;opacity:0;border-radius:0 0 3px 3px;box-shadow:0 6px 12px -6px #0000004d}@keyframes show-user-options-f6a4f6c7{0%{opacity:0;transform:translateY(-6px) scaleY(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.vue-ui-user-options-closing[data-v-f6a4f6c7]{animation:close-user-options-f6a4f6c7 125ms ease-out;transform-origin:top;opacity:1}@keyframes close-user-options-f6a4f6c7{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-6px) scaleY(.95)}}.vue-ui-user-options-button[data-v-f6a4f6c7]{all:unset;padding:0 3px;border-radius:3px;height:30px;border:1px solid transparent;background:inherit;display:flex;align-items:center;justify-content:center;width:fit-content;cursor:pointer}.vue-ui-user-options-button[data-v-f6a4f6c7]:hover{background:rgba(0,0,0,.05)!important}.vue-ui-user-options-button[data-v-f6a4f6c7]:focus-visible{outline:1px solid #CCCCCC}.vue-ui-skeleton-animated[data-v-030db148]{animation:skeleton-animate-030db148 1.62s infinite linear}@keyframes skeleton-animate-030db148{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.vue-ui-sparkline *[data-v-2f2fada1]{transition:unset}.vue-ui-data-table thead[data-v-cbe7694d]{position:sticky;top:0;-webkit-user-select:none;user-select:none}table[data-v-cbe7694d]{width:100%;padding:1rem;border-collapse:collapse}caption[data-v-cbe7694d],th[data-v-cbe7694d],td[data-v-cbe7694d]{padding:.5rem;font-variant-numeric:tabular-nums}th[data-v-cbe7694d],td[data-v-cbe7694d]{white-space:nowrap}.sticky-col[data-v-cbe7694d]{position:-webkit-sticky;position:sticky;width:100px;min-width:100px;right:0}.sticky-col-first[data-v-cbe7694d]{position:-webkit-sticky;position:sticky;width:100px;min-width:100px;left:0}.vue-ui-responsive .sticky-col[data-v-cbe7694d],.vue-ui-responsive .sticky-col-first[data-v-cbe7694d]{position:initial;width:initial;min-width:initial;left:initial;right:initial}.vue-ui-responsive th[data-v-cbe7694d]{display:none}.vue-ui-responsive td[data-v-cbe7694d]{display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);padding:.5rem 1rem;outline:none!important;text-align:left}.vue-ui-responsive tr[data-v-cbe7694d]{outline:var(--202ddaf6)}.vue-ui-responsive td[data-v-cbe7694d]:first-child{padding-top:1rem}.vue-ui-responsive td[data-v-cbe7694d]:last-child{padding-bottom:1rem}.vue-ui-responsive td[data-v-cbe7694d]:before{content:attr(data-cell) ": ";font-weight:700;text-transform:capitalize}.vue-ui-dna *[data-v-d5cbcfd9]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-d5cbcfd9]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-d5cbcfd9]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-d5cbcfd9]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-d5cbcfd9]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-d5cbcfd9]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-xy *[data-v-d5cbcfd9]{transition:unset}path[data-v-d5cbcfd9],line[data-v-d5cbcfd9],rect[data-v-d5cbcfd9]{animation:xyAnimation-d5cbcfd9 .5s ease-in-out;transform-origin:center}@keyframes xyAnimation-d5cbcfd9{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-xy[data-v-d5cbcfd9]{position:relative}.vue-ui-xy-legend[data-v-d5cbcfd9]{align-items:center;column-gap:24px;display:flex;flex-wrap:wrap;justify-content:center;-webkit-user-select:none;user-select:none;width:100%}.vue-ui-xy-legend-item[data-v-d5cbcfd9]{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;cursor:pointer}.vue-ui-xy-legend-item-segregated[data-v-d5cbcfd9]{opacity:.5}.vue-ui-xy-title[data-v-d5cbcfd9]{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.vue-ui-xy svg rect[data-v-d5cbcfd9]{transition:all .11s ease-in-out}.vue-ui-xy-range-slider-wrapper[data-v-d5cbcfd9]{width:100%;margin:0 auto;display:flex;flex-direction:row;gap:6px;align-items:center}.vue-ui-xy-range-slider[data-v-d5cbcfd9]{position:relative;width:100%;margin:0 auto;height:12px}.vue-ui-xy-range-slider-label-right[data-v-d5cbcfd9],.vue-ui-xy-range-slider-label-left[data-v-d5cbcfd9]{width:100%}.vue-ui-xy-range-slider-label-right[data-v-d5cbcfd9]{text-align:left}.vue-ui-xy-range-slider-label-left[data-v-d5cbcfd9]{text-align:right}input[type=range][data-v-d5cbcfd9]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;outline:none;position:absolute;margin:auto;top:0;bottom:0;background-color:transparent;pointer-events:none}.vue-ui-xy-slider-track[data-v-d5cbcfd9]{width:100%;height:5px;position:absolute;margin:auto;top:0;bottom:0;border-radius:5px}input[type=range][data-v-d5cbcfd9]::-webkit-slider-runnable-track{-webkit-appearance:none;height:5px}input[type=range][data-v-d5cbcfd9]::-moz-range-track{-moz-appearance:none;height:5px}input[type=range][data-v-d5cbcfd9]::-ms-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:5px}input[type=range][data-v-d5cbcfd9]::-webkit-slider-thumb{-webkit-appearance:none;height:1.3em;width:1.3em;background-color:#858585;cursor:pointer;margin-top:-6px;pointer-events:auto;border-radius:50%}input[type=range][data-v-d5cbcfd9]::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1.3em;width:1.3em;cursor:pointer;border-radius:50%;background-color:#858585;pointer-events:auto}input[type=range][data-v-d5cbcfd9]::-ms-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1.3em;width:1.3em;cursor:pointer;border-radius:50%;background-color:#858585;pointer-events:auto}input[type=range][data-v-d5cbcfd9]:active::-webkit-slider-thumb{background-color:#ccc;border:3px solid #858585}canvas[data-v-d5cbcfd9]{width:100%;object-fit:contain}.vue-ui-xy-refresh-button[data-v-d5cbcfd9]{outline:none;border:none;background:transparent;height:36px;width:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer}.vue-ui-xy-refresh-button[data-v-d5cbcfd9]:focus{outline:1px solid #CCCCCC}.vue-ui-table-main[data-v-eca448e3]{height:fit-content;padding:0 0 98px;position:relative}.vue-ui-table__wrapper[data-v-eca448e3]{overflow-x:auto;padding:0 12px 48px;position:relative;width:calc(100% - 24px)}.vue-ui-table-main thead[data-v-eca448e3]{position:sticky;top:0}.vue-ui-table[data-v-eca448e3]{width:100%;position:relative}.vue-ui-table-main table[data-v-eca448e3]{border-collapse:collapse}.vue-ui-table-main th[data-v-eca448e3],.vue-ui-table-main td[data-v-eca448e3]{padding:3px 8px}.vue-ui-table-main tr td[data-v-eca448e3]{outline:1px solid white}.vue-ui-table-main .th-numeric[data-v-eca448e3]{text-align:right;font-variant-numeric:tabular-nums}.vue-ui-table-main .th-filter[data-v-eca448e3]{align-items:center;display:flex;flex-direction:row;gap:6px;justify-content:center;position:relative}.vue-ui-table-main button[data-v-eca448e3]{align-items:center;cursor:pointer;display:flex;justify-content:center;width:32px}.vue-ui-table-main input[data-v-eca448e3]{padding:0 6px;font-family:Satoshi}.vue-ui-table-main button[data-v-eca448e3],.vue-ui-table-main input[data-v-eca448e3]{border-radius:6px;height:32px}.vue-ui-table-main button[data-v-eca448e3]{border:1px solid grey}.vue-ui-table-main button[data-v-eca448e3]:hover,.vue-ui-table-main button[data-v-eca448e3]:focus,.vue-ui-table-main input[data-v-eca448e3]:hover,.vue-ui-table-main input[data-v-eca448e3]:focus{outline:3px solid rgba(128,128,128,.432)}.vue-ui-table-main button.clicked[data-v-eca448e3]{animation:clicked-eca448e3 .15s ease-in-out}.vue-ui-table-main button[disabled][data-v-eca448e3]{cursor:not-allowed}.vue-ui-table-main button[disabled][data-v-eca448e3]:focus,.vue-ui-table-main button[disabled][data-v-eca448e3]:hover{outline:none}button.th-reset[data-v-eca448e3]:not(:disabled){background:radial-gradient(at top,#f19a71,#F17171);border:1px solid #F17171;color:#fff}.vue-ui-table-main button.th-reset[data-v-eca448e3]:not(:disabled):hover,.vue-ui-table-main button.th-reset[data-v-eca448e3]:not(:disabled):focus{outline:3px solid #f171717e}.vue-ui-table-main [data-is-open=false][data-v-eca448e3]{transform:scale(0)}.vue-ui-table-main .th-dropdown[data-is-open=true][data-v-eca448e3]{animation:open-dropdown-eca448e3 .2s ease-in}.vue-ui-table-main .th-dropdown[data-is-open=false][data-v-eca448e3]{animation:close-dropdown-eca448e3 .2s ease-in}.vue-ui-table-main .th-dropdown[data-v-eca448e3]{align-items:center;border-radius:8px;border:1px solid white;box-shadow:0 6px 12px -6px #00000080;display:flex;flex-direction:column;justify-content:flex-start;left:0;max-width:300px;min-width:150px;padding:24px 12px 12px;position:absolute;top:calc(100% + 12px)}.vue-ui-table-main .th-option[data-v-eca448e3]{border-radius:6px;cursor:pointer;padding:2px 6px;text-align:left;-webkit-user-select:none;user-select:none;width:100%;font-weight:400}.vue-ui-table-main .th-option[data-v-eca448e3]:hover{background-color:#ffffff1a;box-shadow:0 3px 6px -3px #00000080;z-index:1}.vue-ui-table-main button.close-dropdown[data-v-eca448e3],.vue-ui-table-main button.close-chart-modal[data-v-eca448e3]{align-items:center;border-radius:50%;border:none;display:flex;height:20px;padding:2px;position:absolute;right:6px;top:6px;width:20px}.vue-ui-table-main button.close-dropdown[data-v-eca448e3]:hover,.vue-ui-table-main button.close-dropdown[data-v-eca448e3]:focus,.vue-ui-table-main button.close-chart-modal[data-v-eca448e3]:hover,.vue-ui-table-main button.close-char-modal[data-v-eca448e3]:focus{outline:3px solid #2d353c71}.vue-ui-table-main .th-button-active[data-v-eca448e3]{background:radial-gradient(at top,#968bf1,#6376DD);color:#fff}.vue-ui-table-main .th-button-active[data-v-eca448e3]:hover,.vue-ui-table-main .th-button-active[data-v-eca448e3]:focus{outline:3px solid #6375dd7a}.vue-ui-table-main .th-date[data-v-eca448e3]{align-items:center;display:flex;flex-direction:row;gap:6px;justify-content:center;width:100%}.vue-ui-table-main .date-wrapper--inputs[data-v-eca448e3]{align-items:center;display:flex;flex-direction:column;gap:6px;justify-content:center;width:100%}.vue-ui-table-main .date-wrapper--button[data-v-eca448e3]{display:flex;gap:3px}.vue-ui-table-main input[type=date][data-v-eca448e3]{border-radius:4px;font-size:12px;font-variant-numeric:tabular-nums;height:20px!important;width:100px}.vue-ui-table-main .date-fieldset[data-v-eca448e3]{align-items:center;display:flex;flex-direction:row;gap:6px;justify-content:center;width:100%}.vue-ui-table-main .date-fieldset label[data-v-eca448e3]{font-size:12px;font-weight:400}@keyframes clicked-eca448e3{0%{transform:scale(.9)}90%{transform:scale(1.03)}to{transform:scale(1)}}.vue-ui-table-main td.td-numeric[data-v-eca448e3]{cursor:pointer}.vue-ui-table-main .td-selector-info[data-v-eca448e3]{align-items:center;border-radius:0 0 6px 6px;bottom:76px;display:flex;font-size:14px;justify-content:flex-end;min-height:20px;padding:2px 4px 2px 2px;position:absolute;right:0;text-align:right;width:100%;z-index:1}.vue-ui-table-main button.td-selector-info-reset[data-v-eca448e3]{background:transparent;border:none;color:#f17171;height:14px;margin-left:24px;padding:0;width:14px}.vue-ui-table-main button.td-selector-info-reset[data-v-eca448e3]:hover,.vue-ui-table-main button.td-selector-info-reset[data-v-eca448e3]:focus{outline:3px solid #f171717e}.vue-ui-table-main .format-num[data-v-eca448e3]{font-variant-numeric:tabular-nums}.vue-ui-table-main .td-selector-icon[data-v-eca448e3]{margin-bottom:-5px;margin-right:6px}.vue-ui-table-main .vue-ui-table-pagination[data-v-eca448e3]{align-items:center;bottom:24px;display:flex;flex-direction:row;gap:12px;height:40px;justify-content:center;position:absolute;width:100%;z-index:1}.vue-ui-table-main button.vue-ui-table-navigation[data-v-eca448e3]{height:36px;padding:1px;width:36px}.vue-ui-table-main .vue-ui-table-navigation-indicator[data-v-eca448e3]{border-radius:6px;bottom:70px;height:6px;position:absolute;transition:all .1s ease-in-out}.vue-ui-table-main .vue-ui-table-page-scroller-wrapper[data-v-eca448e3]{align-items:center;display:flex;flex-direction:column;justify-content:center}.vue-ui-table-main input.vue-ui-table-page-scroller[data-v-eca448e3]{cursor:pointer;height:24px;padding:0}.vue-ui-table-main .vue-ui-table-paginator[data-v-eca448e3]{position:absolute;bottom:0;z-index:2;left:12px;display:flex;flex-direction:row;gap:6px;font-size:14px;justify-content:center;align-items:center;width:calc(100% - 24px)}.vue-ui-table-main .vue-ui-table-paginator select[data-v-eca448e3]{border-radius:3px}.vue-ui-table-main .vue-ui-table-size-warning[data-v-eca448e3]{align-items:center;bottom:-24px;color:#f17171;display:flex;flex-direction:row;flex-wrap:wrap;font-size:12px;gap:6px;justify-content:center;position:absolute;text-align:center;width:100%}.vue-ui-table-main th.vue-ui-table-col-selector[data-v-eca448e3]{height:12px}.vue-ui-table-main .col-selector[data-v-eca448e3]{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;width:100%}.vue-ui-table-main th.col-selector--selected[data-v-eca448e3]{background:radial-gradient(at top left,#9586eb,#6376DD);color:#fff}.vue-ui-table-main th.col-selector--selected div[data-v-eca448e3]{background:transparent;color:#fff}.vue-ui-table-main .vue-ui-table-chart-modal[data-v-eca448e3]{align-items:center;border-radius:8px;border:1px solid white;box-shadow:0 6px 12px -6px #0000004d;display:flex;flex-direction:column;justify-content:center;min-height:200px;min-width:300px;max-width:800px;overflow:hidden;padding:12px;position:fixed;resize:horizontal;-webkit-user-select:none;user-select:none;z-index:10000}.vue-ui-table-main .vue-ui-table-chart-svg[data-v-eca448e3]{border-radius:6px;margin-bottom:12px;overflow:visible;padding:12px;width:calc(100% - 24px)}.vue-ui-table-main .vue-ui-table-donut-chart[data-v-eca448e3]{border-radius:6px}.vue-ui-table-main td.vue-ui-table-td-iteration[data-v-eca448e3]{font-size:12px;font-variant-numeric:tabular-nums;text-align:right;-webkit-user-select:none;user-select:none}.vue-ui-table-main .chart-trend[data-v-eca448e3]{font-size:12px;padding-left:12px}.vue-ui-table-main .chart-modal-options[data-v-eca448e3]{bottom:12px;display:flex;flex-direction:row;gap:8px;position:absolute;right:24px}.vue-ui-table-main .chart-modal-options button[data-v-eca448e3]{height:24px;padding:3px;width:24px}.vue-ui-table-main .th-range-filter[data-v-eca448e3]{display:flex;align-items:center;justify-content:center;gap:2px;flex-direction:column}.vue-ui-table-main .th-range-filter input[data-v-eca448e3]{height:20px;width:60px;font-variant-numeric:tabular-nums;font-size:12px}.vue-ui-table-main .th-range-filter label[data-v-eca448e3]{font-size:12px;font-weight:400;margin-bottom:-3px}.vue-ui-table-main .vue-ui-table-fieldset-wrapper[data-v-eca448e3]{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;margin-bottom:12px}.vue-ui-table-main .vue-ui-table-fieldset[data-v-eca448e3]{border-radius:6px;margin-bottom:24px;border:1px solid white}.vue-ui-table-main .vue-ui-table-fieldset legend[data-v-eca448e3]{color:gray}.vue-ui-table-main .vue-ui-table-fieldset-option[data-v-eca448e3]{display:flex;align-items:center}.vue-ui-table-main .vue-ui-table-fieldset-option input[data-v-eca448e3]{height:14px;width:14px;border-radius:50%}.vue-ui-table-main button.vue-ui-table-generate-donut[data-v-eca448e3]{align-items:center;display:flex;gap:3px;justify-content:center;margin:24px auto 12px;padding-left:12px;padding-right:12px;width:fit-content}.vue-ui-table-main button.vue-ui-table-generate-donut[disabled][data-v-eca448e3]{opacity:.5}.vue-ui-table-main .vue-ui-table-donut-legend[data-v-eca448e3]{align-items:center;column-gap:12px;display:flex;flex-wrap:wrap;font-size:12px;justify-content:center;margin:0 auto;max-width:400px;padding-bottom:36px}.vue-ui-table-main .vue-ui-table-donut-legend-item[data-v-eca448e3]{align-items:center;display:flex;flex-direction:row;gap:3px;justify-content:center}.vue-ui-table-main .vue-ui-table-donut-label[data-v-eca448e3]{align-items:center;display:flex;flex-direction:column;font-size:4px;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-table-main .vue-ui-table-donut-label-name[data-v-eca448e3]{font-size:3px;line-height:3px}.vue-ui-table-main td[data-v-eca448e3]:focus{outline:3px solid #202d7470}.vue-ui-table-main .vue-ui-table-export-hub[data-v-eca448e3]{left:5px;position:absolute;top:0;z-index:1001}.vue-ui-table-main .vue-ui-table-export-hub-dropdown[data-v-eca448e3]{position:absolute;top:40px;left:0;padding:24px;border-radius:8px;border:1px solid white;box-shadow:0 6px 12px -6px #00000080;transform:scale(0);opacity:0}.vue-ui-table-main .vue-ui-table-export-hub-dropdown[data-is-open=true][data-v-eca448e3]{animation:open-dropdown-eca448e3 .2s ease-in forwards}.vue-ui-table-main .vue-ui-table-export-hub-dropdown[data-is-open=false][data-v-eca448e3]{animation:close-dropdown-eca448e3 .2s ease-in}.vue-ui-table-main .vue-ui-table-export-hub-options[data-v-eca448e3]{margin-top:12px;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center}.vue-ui-table-main .vue-ui-table-export-hub-options button[data-v-eca448e3]{width:fit-content;display:flex;align-items:center;justify-content:center;gap:3px;min-width:130px}.vue-ui-table-main .vue-ui-table-export-hub-option-wrapper[data-v-eca448e3]{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:flex-start}.vue-ui-table-main .vue-ui-table-export-hub-option-wrapper .label[data-v-eca448e3]{font-size:12px;line-height:12px;margin-bottom:6px;width:100px}.vue-ui-table-main .td-nan[data-v-eca448e3]{background:#F17171}.vue-ui-table-main .td-has-nan[data-v-eca448e3],.vue-ui-table-main .th-has-nan[data-v-eca448e3]{background:#F17171;min-width:100px;color:#fff}@keyframes open-dropdown-eca448e3{0%{transform:scaleY(.9);opacity:0}50%{transform:scaleY(1.05);opacity:1}to{transform:scale(1);opacity:1}}@keyframes close-dropdown-eca448e3{0%{transform:scale(1.05);opacity:1}to{transform:scale(0);opacity:0}}.vue-data-ui-legend[data-v-2cb2955f]{-webkit-user-select:none;user-select:none;height:fit-content;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-data-ui-legend-item[data-v-2cb2955f]{-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:6px;cursor:pointer;height:fit-content;text-align:left}.vue-ui-dna *[data-v-421c2759]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-421c2759]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-421c2759]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-421c2759]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-421c2759]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-421c2759]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-donut *[data-v-421c2759]{transition:unset}.vue-ui-donut[data-v-421c2759]{-webkit-user-select:none;user-select:none;position:relative}.animated[data-v-421c2759]{animation:donut-421c2759 .5s ease-in-out;transform-origin:center}@keyframes donut-421c2759{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-donut .vue-ui-donut-label[data-v-421c2759]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-donut-datalabel-slot[data-v-421c2759]{width:100%;height:-webkit-fit-content;height:fit-content}.vue-ui-donut-datalabel-slot-not-safari[data-v-421c2759]{position:absolute;top:0;transform:translateY(-50%)}.vue-ui-dna *[data-v-8cef13c6]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-8cef13c6]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-8cef13c6]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-8cef13c6]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-8cef13c6]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-8cef13c6]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-waffle *[data-v-8cef13c6]{transition:unset}.vue-ui-waffle[data-v-8cef13c6]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-waffle .vue-ui-waffle-label[data-v-8cef13c6]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-dna *[data-v-d190b753]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-d190b753]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-d190b753]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-d190b753]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-d190b753]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-d190b753]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-radar *[data-v-d190b753]{transition:unset}path[data-v-d190b753],line[data-v-d190b753],rect[data-v-d190b753],circle[data-v-d190b753]{animation:xyAnimation-d190b753 .5s ease-in-out!important;transform-origin:center}@keyframes xyAnimation-d190b753{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-radar[data-v-d190b753]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-radar .vue-ui-radar-label[data-v-d190b753]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}polygon[data-v-d190b753]{transform-origin:center}.animated-in[data-v-d190b753]{animation:animatedIn-d190b753 .3s cubic-bezier(0,1.01,1,1) forwards}@keyframes animatedIn-d190b753{0%{transform:scale(0)}80%{transform:scale(1.05)}to{transform:scale(1)}}.animated-out[data-v-d190b753]{animation:animatedOut-d190b753 .3s cubic-bezier(0,1.01,1,1) forwards}@keyframes animatedOut-d190b753{0%{transform:scale(1)}to{transform:scale(0)}}.vue-ui-dna *[data-v-688ad21b]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-688ad21b]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-688ad21b]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-688ad21b]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-688ad21b]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-688ad21b]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-quadrant *[data-v-688ad21b]{transition:unset}.vue-ui-quadrant[data-v-688ad21b]{-webkit-user-select:none;user-select:none;position:relative}path[data-v-688ad21b],line[data-v-688ad21b],rect[data-v-688ad21b],circle[data-v-688ad21b],polygon[data-v-688ad21b]{animation:quadrantAnimation-688ad21b .5s ease-in-out;transform-origin:center}@keyframes quadrantAnimation-688ad21b{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-quadrant .vue-ui-quadrant-label[data-v-688ad21b]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-quadrant-mini-map-cell[data-v-688ad21b],.vue-ui-quadrant-mini-map-cell-selectable[data-v-688ad21b],.vue-ui-quadrant-minimap-crosshairs[data-v-688ad21b]{animation:none!important;transition:opacity .15s ease-in-out}.vue-ui-quadrant-mini-map-cell[data-v-688ad21b]:hover{stroke:#fff;stroke-width:1px}.vue-ui-quadrant-mini-map-cell-selectable[data-v-688ad21b]:hover{opacity:.5!important}.vue-ui-dna *[data-v-6b81471d]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-6b81471d]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-6b81471d]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-6b81471d]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-6b81471d]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-6b81471d]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-gauge *[data-v-6b81471d]{transition:unset}.vue-ui-gauge[data-v-6b81471d]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-gauge .vue-ui-gauge-label[data-v-6b81471d]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-gauge-legend[data-v-6b81471d]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-gauge-legend-item[data-v-6b81471d]{display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;height:24px}.vue-ui-gauge-tooltip[data-v-6b81471d]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-dna *[data-v-8fc77f09]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-8fc77f09]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-8fc77f09]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-8fc77f09]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-8fc77f09]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-8fc77f09]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-chestnut *[data-v-8fc77f09]{transition:unset}.vue-ui-chestnut[data-v-8fc77f09]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-chestnut .vue-ui-chestnut-label[data-v-8fc77f09]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-chestnut-legend[data-v-8fc77f09]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-chestnut-legend-item[data-v-8fc77f09]{display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;height:24px}.vue-ui-chestnut-tooltip[data-v-8fc77f09]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-chestnut-animated[data-v-8fc77f09]{opacity:0;animation:chestnut-opacity-8fc77f09 .2s ease-in-out forwards}@keyframes chestnut-opacity-8fc77f09{0%{transform:scaleX(.98);opacity:0}to{transform:scale(1);opacity:1}}.vue-ui-chestnut-table[data-v-8fc77f09]{width:100%;max-height:300px;overflow:auto;margin-top:24px;position:relative}.vue-ui-data-table thead[data-v-8fc77f09]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}table[data-v-8fc77f09]{width:100%;padding:1rem;border-collapse:collapse;overflow-x:auto}caption[data-v-8fc77f09],th[data-v-8fc77f09],td[data-v-8fc77f09]{padding:.5rem;font-variant-numeric:tabular-nums}caption[data-v-8fc77f09]{font-size:1.3rem;font-weight:700}.vue-ui-responsive th[data-v-8fc77f09]{display:none}.vue-ui-responsive td[data-v-8fc77f09]{display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);padding:.5rem 1rem;outline:none!important;text-align:left}.vue-ui-responsive tr[data-v-8fc77f09]{outline:var(--178057cf)}.vue-ui-responsive td[data-v-8fc77f09]:first-child{padding-top:1rem}.vue-ui-responsive td[data-v-8fc77f09]:last-child{padding-bottom:1rem}.vue-ui-responsive td[data-v-8fc77f09]:before{content:attr(data-cell) ": ";font-weight:700;text-transform:capitalize}path[data-v-8fc77f09],circle[data-v-8fc77f09],rect[data-v-8fc77f09],text[data-v-8fc77f09],line[data-v-8fc77f09]{transition:opacity .3s ease-in-out!important}.vue-ui-dna *[data-v-f470d375]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-f470d375]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-f470d375]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-f470d375]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-f470d375]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-f470d375]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-onion *[data-v-f470d375]{transition:unset}.vue-ui-onion[data-v-f470d375]{-webkit-user-select:none;user-select:none;position:relative}circle[data-v-f470d375]{animation:xyAnimation-f470d375 .5s ease-in-out;transform-origin:center;transition:all .3s ease-in-out!important}@keyframes xyAnimation-f470d375{0%{transform:scale(.9) rotate(-90g);opacity:0}80%{transform:scale(1.02) rotate(-90deg);opacity:1}to{transform:scale(1) rotate(-90deg);opacity:1}}.vue-ui-onion .vue-ui-onion-label[data-v-f470d375]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-onion-tooltip[data-v-f470d375]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-onion table[data-v-f470d375]{width:100%;border-collapse:collapse}.vue-ui-onion table td[data-v-f470d375]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-onion table th[data-v-f470d375]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-onion-blur[data-v-f470d375]{filter:blur(3px) opacity(50%) grayscale(100%);transition:all .15s ease-in-out}.vue-ui-dna *[data-v-d49dee00]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-d49dee00]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-d49dee00]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-d49dee00]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-d49dee00]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-d49dee00]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-vertical-bar *[data-v-d49dee00]{transition:unset}path[data-v-d49dee00],line[data-v-d49dee00],rect[data-v-d49dee00],circle[data-v-d49dee00],polygon[data-v-d49dee00]{animation:verticalBarAnimation-d49dee00 .5s ease-in-out;transform-origin:center}@keyframes verticalBarAnimation-d49dee00{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-vertical-bar[data-v-d49dee00]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-vertical-bar .vue-ui-vertical-bar-label[data-v-d49dee00]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-vertical-bar-table[data-v-d49dee00]{width:100%;max-height:300px;overflow:auto;margin-top:24px;position:relative}.vue-ui-data-table thead[data-v-d49dee00]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}table[data-v-d49dee00]{width:100%;padding:1rem;border-collapse:collapse}caption[data-v-d49dee00],th[data-v-d49dee00],td[data-v-d49dee00]{padding:.5rem;font-variant-numeric:tabular-nums}caption[data-v-d49dee00]{font-size:1.3rem;font-weight:700}.vue-ui-responsive th[data-v-d49dee00]{display:none}.vue-ui-responsive td[data-v-d49dee00]{display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);padding:.5rem 1rem;outline:none!important;text-align:left}.vue-ui-responsive tr[data-v-d49dee00]{outline:var(--67775bae)}.vue-ui-responsive td[data-v-d49dee00]:first-child{padding-top:1rem}.vue-ui-responsive td[data-v-d49dee00]:last-child{padding-bottom:1rem}.vue-ui-responsive td[data-v-d49dee00]:before{content:attr(data-cell) ": ";font-weight:700;text-transform:capitalize}.animated[data-v-d49dee00]{transition:all .3s ease-in-out!important}.vue-ui-rating-wrapper[data-v-ce2b46a5]{display:flex;align-items:center;gap:1px;width:100%}.vue-ui-mouse-trap[data-v-ce2b46a5]{cursor:pointer}.vue-ui-mouse-trap[data-v-ce2b46a5]:focus:not(:focus-visible){outline:none}.vue-ui-dna *[data-v-c4576a33]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-c4576a33]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-c4576a33]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-c4576a33]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-c4576a33]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-c4576a33]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-heatmap *[data-v-c4576a33]{transition:unset}.vue-ui-heatmap[data-v-c4576a33]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-heatmap .vue-ui-heatmap-label[data-v-c4576a33]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-heatmap-legend[data-v-c4576a33]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-heatmap-legend-item[data-v-c4576a33]{display:flex;align-items:center;gap:6px;cursor:pointer;height:24px}.vue-ui-heatmap-tooltip[data-v-c4576a33]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-heatmap-table[data-v-c4576a33]{width:100%;max-height:300px;overflow:auto;margin-top:24px;position:relative}.vue-ui-data-table thead[data-v-c4576a33]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}table[data-v-c4576a33]{width:100%;padding:1rem;border-collapse:collapse}caption[data-v-c4576a33],th[data-v-c4576a33],td[data-v-c4576a33]{padding:.5rem;font-variant-numeric:tabular-nums}caption[data-v-c4576a33]{font-size:1.3rem;font-weight:700}.vue-ui-responsive th[data-v-c4576a33]{display:none}.vue-ui-responsive td[data-v-c4576a33]{display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);padding:.5rem 1rem;outline:none!important;text-align:left}.vue-ui-responsive tr[data-v-c4576a33]{outline:var(--fc012c2a)}.vue-ui-responsive td[data-v-c4576a33]:first-child{padding-top:1rem}.vue-ui-responsive td[data-v-c4576a33]:last-child{padding-bottom:1rem}.vue-ui-responsive td[data-v-c4576a33]:before{content:attr(data-cell) ": ";font-weight:700;text-transform:capitalize}.vue-ui-dna *[data-v-56f0d4e4]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-56f0d4e4]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-56f0d4e4]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-56f0d4e4]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-56f0d4e4]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-56f0d4e4]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-scatter *[data-v-56f0d4e4]{transition:unset}.vue-ui-scatter[data-v-56f0d4e4]{-webkit-user-select:none;user-select:none;position:relative}path[data-v-56f0d4e4],line[data-v-56f0d4e4],circle[data-v-56f0d4e4]{animation:verticalBarAnimation-56f0d4e4 .5s ease-in-out!important;transform-origin:center!important}@keyframes verticalBarAnimation-56f0d4e4{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-scatter .vue-ui-scatter-label[data-v-56f0d4e4]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-scatter-tooltip[data-v-56f0d4e4]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-scatter table[data-v-56f0d4e4]{width:100%;border-collapse:collapse}.vue-ui-scatter table td[data-v-56f0d4e4]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-scatter table th[data-v-56f0d4e4]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-dna *[data-v-7ea9beb1]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-7ea9beb1]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-7ea9beb1]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-7ea9beb1]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-7ea9beb1]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-7ea9beb1]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-candlestick *[data-v-7ea9beb1]{transition:unset}.vue-ui-candlestick[data-v-7ea9beb1]{-webkit-user-select:none;user-select:none;position:relative}path[data-v-7ea9beb1],line[data-v-7ea9beb1],rect[data-v-7ea9beb1]{animation:xyAnimation-7ea9beb1 .5s ease-in-out;transform-origin:center}@keyframes xyAnimation-7ea9beb1{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-candlestick .vue-ui-candlestick-label[data-v-7ea9beb1]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-candlestick-tooltip[data-v-7ea9beb1]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-candlestick-range-slider-wrapper[data-v-7ea9beb1]{width:100%;display:flex;flex-direction:row;gap:6px;align-items:center}.vue-ui-candlestick-range-slider[data-v-7ea9beb1]{position:relative;width:100%;height:12px}.vue-ui-candlestick-range-slider-label-right[data-v-7ea9beb1],.vue-ui-candlestick-range-slider-label-left[data-v-7ea9beb1]{width:130px}.vue-ui-candlestick-range-slider-label-right[data-v-7ea9beb1]{text-align:left}.vue-ui-candlestick-range-slider-label-left[data-v-7ea9beb1]{text-align:right}input[type=range][data-v-7ea9beb1]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;outline:none;position:absolute;margin:auto;top:0;bottom:0;left:0;background-color:transparent;pointer-events:none}.vue-ui-candlestick-slider-track[data-v-7ea9beb1]{width:100%;height:5px;position:absolute;margin:auto;top:0;bottom:0;border-radius:5px}input[type=range][data-v-7ea9beb1]::-webkit-slider-runnable-track{-webkit-appearance:none;height:5px}input[type=range][data-v-7ea9beb1]::-moz-range-track{-moz-appearance:none;height:5px}input[type=range][data-v-7ea9beb1]::-ms-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:5px}input[type=range][data-v-7ea9beb1]::-webkit-slider-thumb{-webkit-appearance:none;height:1.3em;width:1.3em;background-color:#858585;cursor:pointer;margin-top:-6px;pointer-events:auto;border-radius:50%}input[type=range][data-v-7ea9beb1]::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1.3em;width:1.3em;cursor:pointer;border-radius:50%;background-color:#858585;pointer-events:auto}input[type=range][data-v-7ea9beb1]::-ms-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1.3em;width:1.3em;cursor:pointer;border-radius:50%;background-color:#858585;pointer-events:auto}input[type=range][data-v-7ea9beb1]:active::-webkit-slider-thumb{background-color:#ccc;border:3px solid #858585}.vue-ui-dna *[data-v-e649d059]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-e649d059]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-e649d059]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-e649d059]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-e649d059]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-e649d059]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-age-pyramid *[data-v-e649d059]{transition:unset}.vue-ui-age-pyramid[data-v-e649d059]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-age-pyramid .vue-ui-age-pyramid-label[data-v-e649d059]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-age-pyramid-legend[data-v-e649d059]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-age-pyramid-legend-item[data-v-e649d059]{display:flex;align-items:center;gap:6px;cursor:pointer;height:24px}.vue-ui-age-pyramid-tooltip[data-v-e649d059]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1;font-variant-numeric:tabular-nums}.vue-ui-dashboard-container[data-v-d4bc5f10]{width:100%;height:fit-content;position:relative;overflow:hidden}.vue-ui-dashboard-grid-container[data-v-d4bc5f10]{position:absolute;width:100%;height:100%;overflow:hidden}.vue-ui-dashboard-grid[data-v-d4bc5f10]{position:absolute;width:100%;height:100%}.vue-ui-dashboard-grid-item[data-v-d4bc5f10]{position:absolute;border:2px solid transparent;transition:opacity .1s ease-in-out}.vue-ui-dashboard-grid-item[data-v-d4bc5f10]:hover{border:2px dashed var(--5114af16)}.vue-ui-dashboard-grid-item:hover .vue-ui-dashboard-resize-handle[data-v-d4bc5f10]{opacity:.5}.vue-ui-dashboard-resize-handle[data-v-d4bc5f10]{position:absolute;width:10px;height:10px;background:var(--44ca7b04);opacity:0;transition:opacity .1s ease-in-out}.vue-ui-dashboard-resize-handle[data-v-d4bc5f10]:hover{opacity:1}.vue-ui-dashboard-top-left[data-v-d4bc5f10]{top:-5px;left:-5px;cursor:nw-resize}.vue-ui-dashboard-top-right[data-v-d4bc5f10]{top:-5px;right:-5px;cursor:ne-resize}.vue-ui-dashboard-bottom-left[data-v-d4bc5f10]{bottom:-5px;left:-5px;cursor:sw-resize}.vue-ui-dashboard-bottom-right[data-v-d4bc5f10]{bottom:-5px;right:-5px;cursor:se-resize}.vue-ui-dashboard-button[data-v-d4bc5f10]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center;font-family:inherit;cursor:pointer}.vue-ui-dashboard-button[data-v-d4bc5f10]:hover{background:rgba(0,0,0,.05)}.vue-ui-dashboard-print-icon[data-v-d4bc5f10]{animation:smartspin-d4bc5f10 .5s infinite linear}@keyframes smartspin-d4bc5f10{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-annotator summary[data-v-72a863ed]{text-align:center}.vue-ui-annotator button.button-tool[data-v-72a863ed]{align-items:center;cursor:pointer!important;display:flex;height:28px;justify-content:center;opacity:.9;padding:2px;width:28px}.vue-ui-annotator button.button-tool[data-v-72a863ed]:hover{opacity:1}.vue-ui-annotator button.button-tool[data-v-72a863ed]:disabled{opacity:.3;cursor:not-allowed}.vue-ui-annotator .tool-selection[data-v-72a863ed]{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px}.vue-ui-annotator .tool-input[data-v-72a863ed]{display:flex;flex-direction:column;align-items:center}.vue-ui-annotator .tool-input input[data-v-72a863ed]{background:white;padding:3px;border-radius:3px;width:40px}.vue-ui-annotator .tool-input label[data-v-72a863ed]{font-size:.6em}.vue-ui-annotator text[data-v-72a863ed]{-webkit-user-select:none;user-select:none}.vue-ui-annotator summary[data-v-72a863ed]{-webkit-user-select:none;user-select:none;cursor:pointer}.vue-ui-annotator .animated-circle-print[data-v-72a863ed]{stroke-linecap:round!important;stroke-dasharray:400;stroke-dashoffset:0;animation:animate-circle-72a863ed 1s infinite linear}@keyframes animate-circle-72a863ed{0%{opacity:0;stroke-dashoffset:400}to{opacity:1;stroke-dashoffset:0}}.vue-ui-annotator .tooltip[data-v-72a863ed]{position:relative;display:inline-block;border-bottom:1px dotted black}.vue-ui-annotator .tooltip .tooltiptext[data-v-72a863ed]{visibility:hidden;width:120px;background-color:#555;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-60px;opacity:0;transition:opacity .3s}.vue-ui-annotator .tooltip .tooltiptext[data-v-72a863ed]:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent transparent}.vue-ui-annotator .tooltip:hover .tooltiptext[data-v-72a863ed]{visibility:visible;opacity:1}.vue-ui-annotator .draw--free[data-v-72a863ed]{cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAABg2lDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpSIVh2YQcchQnSyIijhKFYtgobQVWnUwufQLmjQkKS6OgmvBwY/FqoOLs64OroIg+AHi6OSk6CIl/i8ptIjx4Lgf7+497t4BQrPKNKtnAtB020wn4lIuvyqFXhGGiAhCiMnMMpKZxSx8x9c9Any9i/Es/3N/jgG1YDEgIBHPMcO0iTeIZzZtg/M+scjKskp8Tjxu0gWJH7muePzGueSywDNFM5ueJxaJpVIXK13MyqZGPE0cVTWd8oWcxyrnLc5atc7a9+QvDBf0lQzXaY4ggSUkkYIEBXVUUIWNGK06KRbStB/38Q+7/hS5FHJVwMixgBo0yK4f/A9+d2sVpya9pHAc6H1xnI9RILQLtBqO833sOK0TIPgMXOkdf60JzH6S3uho0SNgcBu4uO5oyh5wuQMMPRmyKbtSkKZQLALvZ/RNeSByC/Sveb2193H6AGSpq+Ub4OAQGCtR9rrPu/u6e/v3TLu/H5C7crM1WjgWAAAABmJLR0QAqwB5AHWF+8OUAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH5gwUExIUagzGcQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABfSURBVBjTldAxDoNQDIPhL0+q1L33P1AvAhN7xfK6WAgoLfSfrNiykpQtE+7RLzx2vgF9D3o8lWDmn1QVVMP0LZQGmNtqp1/cmou0XHdG/+sYeGZwFBqPCub8rkcvvAGvsi1VYarR8wAAAABJRU5ErkJggg==) 5 5,auto}.vue-ui-smiley-rated[data-v-826aeb05]{animation:vue-ui-smile-826aeb05 .3s ease-in-out;transform-origin:center}@keyframes vue-ui-smile-826aeb05{0%{transform:scale(.9)}50%{transform:scale(1.2)}75%{transform:scale(.95)}90%{transform:scale(1.1)}to{transform:scale(1)}}.vue-ui-dna *[data-v-ecead023]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-ecead023]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-ecead023]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-ecead023]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-ecead023]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-ecead023]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-relation-circle[data-v-ecead023]{position:relative}svg.relation-circle[data-v-ecead023]{background:transparent;overflow:visible;padding:12px}.vue-ui-relation-circle-plot[data-v-ecead023],.vue-ui-relation-circle-legend[data-v-ecead023]{cursor:pointer}path.vue-ui-relation-circle-selected[data-v-ecead023],line.vue-ui-relation-circle-selected[data-v-ecead023]{stroke-dasharray:var(--757ab141);stroke-dashoffset:var(--757ab141);animation:vue-ui-relation-circle-dash-ecead023 var(--43168ac0) linear forwards}@keyframes vue-ui-relation-circle-dash-ecead023{to{stroke-dashoffset:var(--14997682)}}.vue-ui-dna *[data-v-039f8c3f]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-039f8c3f]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-039f8c3f]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-039f8c3f]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-039f8c3f]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-039f8c3f]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-thermometer[data-v-039f8c3f]{position:relative}rect.vue-ui-thermometer-temperature[data-v-039f8c3f]{animation:vue-ui-thermometer-temp-039f8c3f var(--a66cecf0) ease-in-out;transform-origin:center}text.vue-ui-thermometer-temperature-value[data-v-039f8c3f]{opacity:0;animation:vue-ui-thermometer-value-039f8c3f var(--a66cecf0) ease-in-out forwards}@keyframes vue-ui-thermometer-value-039f8c3f{0%{opacity:0}to{opacity:1}}@keyframes vue-ui-thermometer-temp-039f8c3f{0%{height:var(--4ded9ff4);clip-path:url(#vueUiPill)}50%{height:calc(var(--15e1e31a) + 10px);clip-path:url(#vueUiPill)}60%{height:calc(var(--15e1e31a) - 5px);clip-path:url(#vueUiPill)}70%{height:calc(var(--15e1e31a) + 4px);clip-path:url(#vueUiPill)}80%{height:calc(var(--15e1e31a) - 3px);clip-path:url(#vueUiPill)}90%{height:calc(var(--15e1e31a) + 2px)}95%{height:calc(var(--15e1e31a) - 1px)}to{height:var(--15e1e31a)}}.vue-ui-sparkstackbar-legend[data-v-4663651e]{display:flex;flex-wrap:wrap;column-gap:12px;width:calc(100% - 12px);padding:0 6px}.vue-ui-sparkstackbar-legend-item[data-v-4663651e]{cursor:pointer;transition:opacity .2s ease-in-out}.vue-ui-sparkstackbar-legend-item-unselected[data-v-4663651e]{opacity:.3}rect.animated[data-v-4663651e]{transition:all .3s ease-in-out!important}.vue-ui-sparkhistogram-shape[data-v-d68a3308]{animation:expand-d68a3308 var(--5d53e3cb) ease-in forwards;transform-origin:center;transform:scaleY(0)}@keyframes expand-d68a3308{80%{transform:scaleY(1.1)}90%{transform:scaleY(.95)}95%{transform:scaleY(1.03)}to{transform:scale(1)}}.vue-ui-dna *[data-v-3f8e122c]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-3f8e122c]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-3f8e122c]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-3f8e122c]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-3f8e122c]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-3f8e122c]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-rings *[data-v-3f8e122c]{transition:unset}.vue-ui-rings[data-v-3f8e122c]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-rings-shadow[data-v-3f8e122c]{filter:drop-shadow(0 6px 12px rgba(0,0,0,.15))}.vue-ui-rings-blur[data-v-3f8e122c]{filter:blur(3px) opacity(50%) grayscale(100%);transition:all .15s ease-in-out}.vue-ui-rings-opacity[data-v-3f8e122c]{opacity:.3;transition:opacity .15s ease-in-out}.vue-ui-rings-item[data-v-3f8e122c]{transform:scale(0);animation:ring-appear-3f8e122c .5s ease-in forwards;transform-origin:bottom}@keyframes ring-appear-3f8e122c{0%{opacity:0;transform:scale(.8,.7)}60%{transform:scale(1.03,1.05)}80%{transform:scale(.98,.96)}90%{transform:scale(1.01,1.02)}to{opacity:1;transform:scale(1)}}.vue-ui-dna *[data-v-ae940f01]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-ae940f01]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-ae940f01]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-ae940f01]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-ae940f01]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-ae940f01]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-wheel *[data-v-ae940f01]{transition:unset}.vue-ui-wheel[data-v-ae940f01]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-tick-animated[data-v-ae940f01]{animation:animate-tick-ae940f01 .3s ease-in;transform-origin:center}@keyframes animate-tick-ae940f01{0%{stroke-width:8}80%{stroke-width:6}to{stroke-width:5}}.vue-ui-dna *[data-v-6a0368b4]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-6a0368b4]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-6a0368b4]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-6a0368b4]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-6a0368b4]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-6a0368b4]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-tiremarks *[data-v-6a0368b4]{transition:unset}.vue-ui-tiremarks[data-v-6a0368b4]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-tick-animated[data-v-6a0368b4]{animation:animate-tick-6a0368b4 .3s ease-in;transform-origin:center}@keyframes animate-tick-6a0368b4{0%{stroke-width:2;transform:scaleY(1.1)}to{stroke-width:initial;transform:scale(1)}}.vue-ui-dna *[data-v-5c182359]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-5c182359]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-5c182359]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-5c182359]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-5c182359]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-5c182359]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-donut-evolution *[data-v-5c182359]{transition:unset;transition:opacity .5s ease-in-out}.vue-ui-donut-evolution[data-v-5c182359]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-donut-evolution-focus[data-v-5c182359]{animation:donut-5c182359 .5s ease-in-out;transform-origin:center}.donut-hover[data-v-5c182359]{cursor:pointer}.donut-opacity[data-v-5c182359]{transition:opacity .2s ease-in-out}.donut-behind[data-v-5c182359]{opacity:.1}@keyframes donut-5c182359{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-dna *[data-v-f4230255]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-f4230255]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-f4230255]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-f4230255]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-f4230255]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-f4230255]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-mood-radar *[data-v-f4230255]{transition:unset}.vue-ui-mood-radar[data-v-f4230255]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-mood-radar-trap[data-v-f4230255]{transition:all .2s ease-in-out}.vue-ui-dna *[data-v-6320c0a1]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-6320c0a1]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-6320c0a1]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-6320c0a1]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-6320c0a1]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-6320c0a1]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-3d-bar *[data-v-6320c0a1]{transition:unset}.vue-ui-3d-bar[data-v-6320c0a1]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-3d-bar-stack[data-v-6320c0a1]{transition:opacity .2s ease-in-out}.vue-ui-donut-arc-path[data-v-6320c0a1]{animation:donut-6320c0a1 .5s ease-in-out;transform-origin:center}@keyframes donut-6320c0a1{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-dna *[data-v-5ef9da48]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-5ef9da48]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-5ef9da48]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-5ef9da48]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-5ef9da48]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-5ef9da48]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-molecule *[data-v-5ef9da48]{transition:unset}.vue-ui-molecule[data-v-5ef9da48]{-webkit-user-select:none;user-select:none;position:relative}path.onion-animated[data-v-baedef4c]{stroke-dasharray:0;stroke-dashoffset:0;animation:onion-groove-baedef4c infinite cubic-bezier(.53,.15,.57,.93) 3s}@keyframes onion-groove-baedef4c{0%{stroke-dasharray:160;stroke-dashoffset:-140;filter:blur(0px)}to{stroke-dasharray:160;stroke-dashoffset:0;filter:var(--735c55ae)}}path.line-animated[data-v-baedef4c]{stroke-dasharray:0;stroke-dashoffset:0;animation:line-funk-baedef4c infinite cubic-bezier(.53,.15,.57,.93) 3s}@keyframes line-funk-baedef4c{0%{stroke-dasharray:300;stroke-dashoffset:300;filter:blur(0px)}to{stroke-dasharray:300;stroke-dashoffset:100;filter:var(--97047cc2)}}path.bar-animated[data-v-baedef4c]{stroke-dasharray:0;stroke-dashoffset:0;animation:bar-jazz-baedef4c infinite cubic-bezier(.53,.15,.57,.93) 3s}@keyframes bar-jazz-baedef4c{0%{stroke-dasharray:60;stroke-dashoffset:60;filter:blur(0px)}to{stroke-dasharray:60;stroke-dashoffset:0;filter:var(--18e2e376)}}.vue-ui-dna *[data-v-6e084790]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-6e084790]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-6e084790]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-6e084790]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-6e084790]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-6e084790]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-nested-donuts *[data-v-6e084790]{transition:unset}.vue-ui-nested-donuts[data-v-6e084790]{-webkit-user-select:none;user-select:none;position:relative}.animated[data-v-6e084790]{animation:donut-6e084790 .5s ease-in-out;transform-origin:center}@keyframes donut-6e084790{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-nested-donuts-legend[data-v-6e084790]{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.vue-ui-nested-donuts-legend-title[data-v-6e084790]{width:100%;padding:0 0 12px}@keyframes vue-ui-sparkgauge-animation{0%{stroke-dashoffset:169.5;opacity:-1}}.vue-ui-galaxy *[data-v-7a3b6e1a]{transition:unset}.vue-ui-galaxy[data-v-7a3b6e1a]{-webkit-user-select:none;user-select:none;position:relative}path[data-v-7a3b6e1a]{animation:galaxy-7a3b6e1a .5s ease-in-out;transform-origin:center;transition:stroke-width .1s ease-in-out!important}@keyframes galaxy-7a3b6e1a{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-galaxy .vue-ui-galaxy-label[data-v-7a3b6e1a]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-dna *[data-v-7a3b6e1a]{animation:none!important}.vue-ui-galaxy-blur[data-v-7a3b6e1a]{filter:blur(3px) opacity(50%) grayscale(100%);transition:all .15s ease-in-out}.vue-data-ui-fullscreen--on[data-v-7a3b6e1a]{height:80%!important;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-7a3b6e1a]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-7a3b6e1a]{overflow:auto}.vue-ui-dna *[data-v-d326f420]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-d326f420]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-d326f420]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-d326f420]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-d326f420]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-d326f420]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-treemap *[data-v-d326f420]{transition:unset}.vue-ui-treemap[data-v-d326f420]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-treemap-cell-default[data-v-d326f420]{text-align:left}.vue-ui-treemap-cell[data-v-d326f420],.vue-ui-treemap-cell-foreignObject[data-v-d326f420]{pointer-events:none}.vue-ui-treemap-rect[data-v-d326f420]{transition:all .2s ease-in-out}.vue-ui-treemap-zoom-info[data-v-d326f420]{pointer-events:none;position:absolute;top:0;left:0;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.vue-ui-treemap-cell-zoom[data-v-d326f420]{animation:zoom-cell-d326f420 .2s ease-in forwards!important;transform-origin:center}@keyframes zoom-cell-d326f420{0%{transform:scale(.8);opacity:0;filter:drop-shadow(0px 12px 12px black)}to{transform:scale(1);opacity:1}}.vue-ui-table-heatmap[data-v-e4473413]{position:relative;border-collapse:collapse}.vue-ui-table-heatmap th[data-v-e4473413],.vue-ui-table-heatmap tr[data-v-e4473413],.vue-ui-table-heatmap td[data-v-e4473413]{border:var(--2cc4a8a2) solid var(--0b1cbb0a)}.vue-ui-responsive th[data-v-e4473413]{display:none}.vue-ui-responsive td[data-v-e4473413]{display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);padding:.5rem 1rem;outline:none!important;text-align:left}.vue-ui-responsive td[data-v-e4473413]:first-child{padding-top:1rem}.vue-ui-responsive td[data-v-e4473413]:last-child{padding-bottom:1rem}.vue-ui-responsive td[data-v-e4473413]:before{content:attr(data-cell) ": "}summary[data-v-566dbe74]{-webkit-user-select:none;user-select:none;cursor:pointer}details[data-v-566dbe74]{overflow:hidden}details>summary[data-v-566dbe74]{list-style:none}.vue-ui-accordion-head[data-v-566dbe74]{display:flex;flex-direction:row;gap:6px}.vue-ui-accordion-arrow[data-v-566dbe74]{display:flex;place-items:center;justify-content:center;width:fit-content;transform:rotate(0);transition:transform .3s ease-in-out;transform-origin:center}details[open]>summary .vue-ui-accordion-arrow[data-v-566dbe74]{transform:rotate(90deg)}details summary[data-v-566dbe74]::-webkit-details-marker{display:none}div.vue-ui-accordion-content[data-v-566dbe74]{opacity:0;box-sizing:border-box;max-height:0;overflow:hidden;transition:max-height .4s ease-out,opacity .4s ease-out}details[open]+div.vue-ui-accordion-content[data-v-566dbe74]{max-height:var(--d99499b4);transition:max-height 1s ease-out,opacity 1s ease-out;opacity:1}details[open] span[data-v-566dbe74]:before{rotate:90deg;transition:rotate .2s ease-out}.vue-ui-dna *[data-v-09906c9e]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-09906c9e]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-09906c9e]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-09906c9e]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-09906c9e]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-09906c9e]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-quick-chart *[data-v-09906c9e]{transition:unset}.vue-ui-quick-chart[data-v-09906c9e]{-webkit-user-select:none;user-select:none;width:100%}.vue-ui-quick-chart-not-processable[data-v-09906c9e]{align-items:center;background:rgba(255,0,0,.1);border-radius:6px;color:red;display:flex;flex-direction:row;gap:12px;justify-content:center;padding:12px}.vue-ui-quick-chart-title[data-v-09906c9e]{padding:0 40px 12px}.vue-ui-quick-chart-legend[data-v-09906c9e]{align-items:center;display:flex;column-gap:24px;justify-content:center;width:100%;flex-wrap:wrap}.vue-ui-quick-chart-legend-item[data-v-09906c9e]{display:flex;flex-direction:flex-row;gap:6px;align-items:center}.quick-animation[data-v-09906c9e]{animation:quick-09906c9e .5s ease-in-out;transform-origin:center}@keyframes quick-09906c9e{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.rotating-circles[data-v-c7b54730]{transform-origin:center;animation:rotateCircles-c7b54730 2s infinite linear}@keyframes rotateCircles-c7b54730{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.circle-wave[data-v-c7b54730]{animation:circleWave-c7b54730 1s cubic-bezier(0,1.01,1,1);transform-origin:center}@keyframes circleWave-c7b54730{0%{transform:scale(1);opacity:1}to{transform:scale(20);opacity:0}}.vue-ui-spark-trend *[data-v-54d6c322]{transition:unset}.vue-ui-dna *[data-v-875ec146]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-875ec146]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-875ec146]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-875ec146]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-875ec146]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-875ec146]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-strip-plot[data-v-875ec146]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-strip-plot-animated *{transition-property:cy,opacity;transition-duration:.3s}.vue-ui-strip-plot-select-circle *{transition:all .1s ease-in-out!important}.vue-ui-dna *[data-v-1411b02e]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-1411b02e]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-1411b02e]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-1411b02e]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-1411b02e]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-1411b02e]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-dumbbell *[data-v-1411b02e]{transition:unset}.vue-ui-dumbbell[data-v-1411b02e]{-webkit-user-select:none;user-select:none;position:relative}
|
|
1
|
+
.vue-ui-data-table thead[data-v-2cdad199]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}table[data-v-2cdad199]{width:100%;padding:1rem;border-collapse:collapse}caption[data-v-2cdad199],th[data-v-2cdad199],td[data-v-2cdad199]{padding:.5rem;font-variant-numeric:tabular-nums}caption[data-v-2cdad199]{font-size:1.3rem;font-weight:700}.vue-ui-responsive th[data-v-2cdad199]{display:none}.vue-ui-responsive td[data-v-2cdad199]{display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);padding:.5rem 1rem;outline:none!important;text-align:left}.vue-ui-responsive tr[data-v-2cdad199]{outline:var(--4f04048e)}.vue-ui-responsive td[data-v-2cdad199]:first-child{padding-top:1rem}.vue-ui-responsive td[data-v-2cdad199]:last-child{padding-bottom:1rem}.vue-ui-responsive td[data-v-2cdad199]:before{content:attr(data-cell) ": ";font-weight:700;text-transform:capitalize}.vue-data-ui-tooltip{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;position:fixed;padding:12px;z-index:2}.vue-data-ui-custom-tooltip{position:fixed;z-index:2}svg *[data-v-f403c77a]{all:unset}.spin[data-v-f403c77a]{animation:smartspin-f403c77a .5s infinite linear}@keyframes smartspin-f403c77a{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-user-options[data-v-f6a4f6c7]{z-index:1}.vue-ui-user-options-drawer[data-open=false][data-v-f6a4f6c7]{display:none}.vue-ui-user-options-drawer[data-open=true][data-v-f6a4f6c7]{position:absolute;right:4px;top:36px;display:flex;flex-direction:column;gap:4px;animation:show-user-options-f6a4f6c7 125ms ease-in forwards;transform-origin:top;opacity:0;border-radius:0 0 3px 3px;box-shadow:0 6px 12px -6px #0000004d}@keyframes show-user-options-f6a4f6c7{0%{opacity:0;transform:translateY(-6px) scaleY(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.vue-ui-user-options-closing[data-v-f6a4f6c7]{animation:close-user-options-f6a4f6c7 125ms ease-out;transform-origin:top;opacity:1}@keyframes close-user-options-f6a4f6c7{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-6px) scaleY(.95)}}.vue-ui-user-options-button[data-v-f6a4f6c7]{all:unset;padding:0 3px;border-radius:3px;height:30px;border:1px solid transparent;background:inherit;display:flex;align-items:center;justify-content:center;width:fit-content;cursor:pointer}.vue-ui-user-options-button[data-v-f6a4f6c7]:hover{background:rgba(0,0,0,.05)!important}.vue-ui-user-options-button[data-v-f6a4f6c7]:focus-visible{outline:1px solid #CCCCCC}.vue-ui-skeleton-animated[data-v-030db148]{animation:skeleton-animate-030db148 1.62s infinite linear}@keyframes skeleton-animate-030db148{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.vue-ui-sparkline *[data-v-2f2fada1]{transition:unset}.vue-ui-data-table thead[data-v-cbe7694d]{position:sticky;top:0;-webkit-user-select:none;user-select:none}table[data-v-cbe7694d]{width:100%;padding:1rem;border-collapse:collapse}caption[data-v-cbe7694d],th[data-v-cbe7694d],td[data-v-cbe7694d]{padding:.5rem;font-variant-numeric:tabular-nums}th[data-v-cbe7694d],td[data-v-cbe7694d]{white-space:nowrap}.sticky-col[data-v-cbe7694d]{position:-webkit-sticky;position:sticky;width:100px;min-width:100px;right:0}.sticky-col-first[data-v-cbe7694d]{position:-webkit-sticky;position:sticky;width:100px;min-width:100px;left:0}.vue-ui-responsive .sticky-col[data-v-cbe7694d],.vue-ui-responsive .sticky-col-first[data-v-cbe7694d]{position:initial;width:initial;min-width:initial;left:initial;right:initial}.vue-ui-responsive th[data-v-cbe7694d]{display:none}.vue-ui-responsive td[data-v-cbe7694d]{display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);padding:.5rem 1rem;outline:none!important;text-align:left}.vue-ui-responsive tr[data-v-cbe7694d]{outline:var(--202ddaf6)}.vue-ui-responsive td[data-v-cbe7694d]:first-child{padding-top:1rem}.vue-ui-responsive td[data-v-cbe7694d]:last-child{padding-bottom:1rem}.vue-ui-responsive td[data-v-cbe7694d]:before{content:attr(data-cell) ": ";font-weight:700;text-transform:capitalize}.vue-ui-dna *[data-v-e9a27868]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-e9a27868]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-e9a27868]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-e9a27868]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-e9a27868]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-e9a27868]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-xy *[data-v-e9a27868]{transition:unset}path[data-v-e9a27868],line[data-v-e9a27868],rect[data-v-e9a27868]{animation:xyAnimation-e9a27868 .5s ease-in-out;transform-origin:center}@keyframes xyAnimation-e9a27868{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-xy[data-v-e9a27868]{position:relative}.vue-ui-xy-legend[data-v-e9a27868]{align-items:center;column-gap:24px;display:flex;flex-wrap:wrap;justify-content:center;-webkit-user-select:none;user-select:none;width:100%}.vue-ui-xy-legend-item[data-v-e9a27868]{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;cursor:pointer}.vue-ui-xy-legend-item-segregated[data-v-e9a27868]{opacity:.5}.vue-ui-xy-title[data-v-e9a27868]{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.vue-ui-xy svg rect[data-v-e9a27868]{transition:all .11s ease-in-out}.vue-ui-xy-range-slider-wrapper[data-v-e9a27868]{width:100%;margin:0 auto;display:flex;flex-direction:row;gap:6px;align-items:center}.vue-ui-xy-range-slider[data-v-e9a27868]{position:relative;width:100%;margin:0 auto;height:12px}.vue-ui-xy-range-slider-label-right[data-v-e9a27868],.vue-ui-xy-range-slider-label-left[data-v-e9a27868]{width:100%}.vue-ui-xy-range-slider-label-right[data-v-e9a27868]{text-align:left}.vue-ui-xy-range-slider-label-left[data-v-e9a27868]{text-align:right}input[type=range][data-v-e9a27868]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;outline:none;position:absolute;margin:auto;top:0;bottom:0;background-color:transparent;pointer-events:none}.vue-ui-xy-slider-track[data-v-e9a27868]{width:100%;height:5px;position:absolute;margin:auto;top:0;bottom:0;border-radius:5px}input[type=range][data-v-e9a27868]::-webkit-slider-runnable-track{-webkit-appearance:none;height:5px}input[type=range][data-v-e9a27868]::-moz-range-track{-moz-appearance:none;height:5px}input[type=range][data-v-e9a27868]::-ms-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:5px}input[type=range][data-v-e9a27868]::-webkit-slider-thumb{-webkit-appearance:none;height:1.3em;width:1.3em;background-color:#858585;cursor:pointer;margin-top:-6px;pointer-events:auto;border-radius:50%}input[type=range][data-v-e9a27868]::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1.3em;width:1.3em;cursor:pointer;border-radius:50%;background-color:#858585;pointer-events:auto}input[type=range][data-v-e9a27868]::-ms-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1.3em;width:1.3em;cursor:pointer;border-radius:50%;background-color:#858585;pointer-events:auto}input[type=range][data-v-e9a27868]:active::-webkit-slider-thumb{background-color:#ccc;border:3px solid #858585}canvas[data-v-e9a27868]{width:100%;object-fit:contain}.vue-ui-xy-refresh-button[data-v-e9a27868]{outline:none;border:none;background:transparent;height:36px;width:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer}.vue-ui-xy-refresh-button[data-v-e9a27868]:focus{outline:1px solid #CCCCCC}.vue-ui-table-main[data-v-eca448e3]{height:fit-content;padding:0 0 98px;position:relative}.vue-ui-table__wrapper[data-v-eca448e3]{overflow-x:auto;padding:0 12px 48px;position:relative;width:calc(100% - 24px)}.vue-ui-table-main thead[data-v-eca448e3]{position:sticky;top:0}.vue-ui-table[data-v-eca448e3]{width:100%;position:relative}.vue-ui-table-main table[data-v-eca448e3]{border-collapse:collapse}.vue-ui-table-main th[data-v-eca448e3],.vue-ui-table-main td[data-v-eca448e3]{padding:3px 8px}.vue-ui-table-main tr td[data-v-eca448e3]{outline:1px solid white}.vue-ui-table-main .th-numeric[data-v-eca448e3]{text-align:right;font-variant-numeric:tabular-nums}.vue-ui-table-main .th-filter[data-v-eca448e3]{align-items:center;display:flex;flex-direction:row;gap:6px;justify-content:center;position:relative}.vue-ui-table-main button[data-v-eca448e3]{align-items:center;cursor:pointer;display:flex;justify-content:center;width:32px}.vue-ui-table-main input[data-v-eca448e3]{padding:0 6px;font-family:Satoshi}.vue-ui-table-main button[data-v-eca448e3],.vue-ui-table-main input[data-v-eca448e3]{border-radius:6px;height:32px}.vue-ui-table-main button[data-v-eca448e3]{border:1px solid grey}.vue-ui-table-main button[data-v-eca448e3]:hover,.vue-ui-table-main button[data-v-eca448e3]:focus,.vue-ui-table-main input[data-v-eca448e3]:hover,.vue-ui-table-main input[data-v-eca448e3]:focus{outline:3px solid rgba(128,128,128,.432)}.vue-ui-table-main button.clicked[data-v-eca448e3]{animation:clicked-eca448e3 .15s ease-in-out}.vue-ui-table-main button[disabled][data-v-eca448e3]{cursor:not-allowed}.vue-ui-table-main button[disabled][data-v-eca448e3]:focus,.vue-ui-table-main button[disabled][data-v-eca448e3]:hover{outline:none}button.th-reset[data-v-eca448e3]:not(:disabled){background:radial-gradient(at top,#f19a71,#F17171);border:1px solid #F17171;color:#fff}.vue-ui-table-main button.th-reset[data-v-eca448e3]:not(:disabled):hover,.vue-ui-table-main button.th-reset[data-v-eca448e3]:not(:disabled):focus{outline:3px solid #f171717e}.vue-ui-table-main [data-is-open=false][data-v-eca448e3]{transform:scale(0)}.vue-ui-table-main .th-dropdown[data-is-open=true][data-v-eca448e3]{animation:open-dropdown-eca448e3 .2s ease-in}.vue-ui-table-main .th-dropdown[data-is-open=false][data-v-eca448e3]{animation:close-dropdown-eca448e3 .2s ease-in}.vue-ui-table-main .th-dropdown[data-v-eca448e3]{align-items:center;border-radius:8px;border:1px solid white;box-shadow:0 6px 12px -6px #00000080;display:flex;flex-direction:column;justify-content:flex-start;left:0;max-width:300px;min-width:150px;padding:24px 12px 12px;position:absolute;top:calc(100% + 12px)}.vue-ui-table-main .th-option[data-v-eca448e3]{border-radius:6px;cursor:pointer;padding:2px 6px;text-align:left;-webkit-user-select:none;user-select:none;width:100%;font-weight:400}.vue-ui-table-main .th-option[data-v-eca448e3]:hover{background-color:#ffffff1a;box-shadow:0 3px 6px -3px #00000080;z-index:1}.vue-ui-table-main button.close-dropdown[data-v-eca448e3],.vue-ui-table-main button.close-chart-modal[data-v-eca448e3]{align-items:center;border-radius:50%;border:none;display:flex;height:20px;padding:2px;position:absolute;right:6px;top:6px;width:20px}.vue-ui-table-main button.close-dropdown[data-v-eca448e3]:hover,.vue-ui-table-main button.close-dropdown[data-v-eca448e3]:focus,.vue-ui-table-main button.close-chart-modal[data-v-eca448e3]:hover,.vue-ui-table-main button.close-char-modal[data-v-eca448e3]:focus{outline:3px solid #2d353c71}.vue-ui-table-main .th-button-active[data-v-eca448e3]{background:radial-gradient(at top,#968bf1,#6376DD);color:#fff}.vue-ui-table-main .th-button-active[data-v-eca448e3]:hover,.vue-ui-table-main .th-button-active[data-v-eca448e3]:focus{outline:3px solid #6375dd7a}.vue-ui-table-main .th-date[data-v-eca448e3]{align-items:center;display:flex;flex-direction:row;gap:6px;justify-content:center;width:100%}.vue-ui-table-main .date-wrapper--inputs[data-v-eca448e3]{align-items:center;display:flex;flex-direction:column;gap:6px;justify-content:center;width:100%}.vue-ui-table-main .date-wrapper--button[data-v-eca448e3]{display:flex;gap:3px}.vue-ui-table-main input[type=date][data-v-eca448e3]{border-radius:4px;font-size:12px;font-variant-numeric:tabular-nums;height:20px!important;width:100px}.vue-ui-table-main .date-fieldset[data-v-eca448e3]{align-items:center;display:flex;flex-direction:row;gap:6px;justify-content:center;width:100%}.vue-ui-table-main .date-fieldset label[data-v-eca448e3]{font-size:12px;font-weight:400}@keyframes clicked-eca448e3{0%{transform:scale(.9)}90%{transform:scale(1.03)}to{transform:scale(1)}}.vue-ui-table-main td.td-numeric[data-v-eca448e3]{cursor:pointer}.vue-ui-table-main .td-selector-info[data-v-eca448e3]{align-items:center;border-radius:0 0 6px 6px;bottom:76px;display:flex;font-size:14px;justify-content:flex-end;min-height:20px;padding:2px 4px 2px 2px;position:absolute;right:0;text-align:right;width:100%;z-index:1}.vue-ui-table-main button.td-selector-info-reset[data-v-eca448e3]{background:transparent;border:none;color:#f17171;height:14px;margin-left:24px;padding:0;width:14px}.vue-ui-table-main button.td-selector-info-reset[data-v-eca448e3]:hover,.vue-ui-table-main button.td-selector-info-reset[data-v-eca448e3]:focus{outline:3px solid #f171717e}.vue-ui-table-main .format-num[data-v-eca448e3]{font-variant-numeric:tabular-nums}.vue-ui-table-main .td-selector-icon[data-v-eca448e3]{margin-bottom:-5px;margin-right:6px}.vue-ui-table-main .vue-ui-table-pagination[data-v-eca448e3]{align-items:center;bottom:24px;display:flex;flex-direction:row;gap:12px;height:40px;justify-content:center;position:absolute;width:100%;z-index:1}.vue-ui-table-main button.vue-ui-table-navigation[data-v-eca448e3]{height:36px;padding:1px;width:36px}.vue-ui-table-main .vue-ui-table-navigation-indicator[data-v-eca448e3]{border-radius:6px;bottom:70px;height:6px;position:absolute;transition:all .1s ease-in-out}.vue-ui-table-main .vue-ui-table-page-scroller-wrapper[data-v-eca448e3]{align-items:center;display:flex;flex-direction:column;justify-content:center}.vue-ui-table-main input.vue-ui-table-page-scroller[data-v-eca448e3]{cursor:pointer;height:24px;padding:0}.vue-ui-table-main .vue-ui-table-paginator[data-v-eca448e3]{position:absolute;bottom:0;z-index:2;left:12px;display:flex;flex-direction:row;gap:6px;font-size:14px;justify-content:center;align-items:center;width:calc(100% - 24px)}.vue-ui-table-main .vue-ui-table-paginator select[data-v-eca448e3]{border-radius:3px}.vue-ui-table-main .vue-ui-table-size-warning[data-v-eca448e3]{align-items:center;bottom:-24px;color:#f17171;display:flex;flex-direction:row;flex-wrap:wrap;font-size:12px;gap:6px;justify-content:center;position:absolute;text-align:center;width:100%}.vue-ui-table-main th.vue-ui-table-col-selector[data-v-eca448e3]{height:12px}.vue-ui-table-main .col-selector[data-v-eca448e3]{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;width:100%}.vue-ui-table-main th.col-selector--selected[data-v-eca448e3]{background:radial-gradient(at top left,#9586eb,#6376DD);color:#fff}.vue-ui-table-main th.col-selector--selected div[data-v-eca448e3]{background:transparent;color:#fff}.vue-ui-table-main .vue-ui-table-chart-modal[data-v-eca448e3]{align-items:center;border-radius:8px;border:1px solid white;box-shadow:0 6px 12px -6px #0000004d;display:flex;flex-direction:column;justify-content:center;min-height:200px;min-width:300px;max-width:800px;overflow:hidden;padding:12px;position:fixed;resize:horizontal;-webkit-user-select:none;user-select:none;z-index:10000}.vue-ui-table-main .vue-ui-table-chart-svg[data-v-eca448e3]{border-radius:6px;margin-bottom:12px;overflow:visible;padding:12px;width:calc(100% - 24px)}.vue-ui-table-main .vue-ui-table-donut-chart[data-v-eca448e3]{border-radius:6px}.vue-ui-table-main td.vue-ui-table-td-iteration[data-v-eca448e3]{font-size:12px;font-variant-numeric:tabular-nums;text-align:right;-webkit-user-select:none;user-select:none}.vue-ui-table-main .chart-trend[data-v-eca448e3]{font-size:12px;padding-left:12px}.vue-ui-table-main .chart-modal-options[data-v-eca448e3]{bottom:12px;display:flex;flex-direction:row;gap:8px;position:absolute;right:24px}.vue-ui-table-main .chart-modal-options button[data-v-eca448e3]{height:24px;padding:3px;width:24px}.vue-ui-table-main .th-range-filter[data-v-eca448e3]{display:flex;align-items:center;justify-content:center;gap:2px;flex-direction:column}.vue-ui-table-main .th-range-filter input[data-v-eca448e3]{height:20px;width:60px;font-variant-numeric:tabular-nums;font-size:12px}.vue-ui-table-main .th-range-filter label[data-v-eca448e3]{font-size:12px;font-weight:400;margin-bottom:-3px}.vue-ui-table-main .vue-ui-table-fieldset-wrapper[data-v-eca448e3]{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;margin-bottom:12px}.vue-ui-table-main .vue-ui-table-fieldset[data-v-eca448e3]{border-radius:6px;margin-bottom:24px;border:1px solid white}.vue-ui-table-main .vue-ui-table-fieldset legend[data-v-eca448e3]{color:gray}.vue-ui-table-main .vue-ui-table-fieldset-option[data-v-eca448e3]{display:flex;align-items:center}.vue-ui-table-main .vue-ui-table-fieldset-option input[data-v-eca448e3]{height:14px;width:14px;border-radius:50%}.vue-ui-table-main button.vue-ui-table-generate-donut[data-v-eca448e3]{align-items:center;display:flex;gap:3px;justify-content:center;margin:24px auto 12px;padding-left:12px;padding-right:12px;width:fit-content}.vue-ui-table-main button.vue-ui-table-generate-donut[disabled][data-v-eca448e3]{opacity:.5}.vue-ui-table-main .vue-ui-table-donut-legend[data-v-eca448e3]{align-items:center;column-gap:12px;display:flex;flex-wrap:wrap;font-size:12px;justify-content:center;margin:0 auto;max-width:400px;padding-bottom:36px}.vue-ui-table-main .vue-ui-table-donut-legend-item[data-v-eca448e3]{align-items:center;display:flex;flex-direction:row;gap:3px;justify-content:center}.vue-ui-table-main .vue-ui-table-donut-label[data-v-eca448e3]{align-items:center;display:flex;flex-direction:column;font-size:4px;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-table-main .vue-ui-table-donut-label-name[data-v-eca448e3]{font-size:3px;line-height:3px}.vue-ui-table-main td[data-v-eca448e3]:focus{outline:3px solid #202d7470}.vue-ui-table-main .vue-ui-table-export-hub[data-v-eca448e3]{left:5px;position:absolute;top:0;z-index:1001}.vue-ui-table-main .vue-ui-table-export-hub-dropdown[data-v-eca448e3]{position:absolute;top:40px;left:0;padding:24px;border-radius:8px;border:1px solid white;box-shadow:0 6px 12px -6px #00000080;transform:scale(0);opacity:0}.vue-ui-table-main .vue-ui-table-export-hub-dropdown[data-is-open=true][data-v-eca448e3]{animation:open-dropdown-eca448e3 .2s ease-in forwards}.vue-ui-table-main .vue-ui-table-export-hub-dropdown[data-is-open=false][data-v-eca448e3]{animation:close-dropdown-eca448e3 .2s ease-in}.vue-ui-table-main .vue-ui-table-export-hub-options[data-v-eca448e3]{margin-top:12px;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center}.vue-ui-table-main .vue-ui-table-export-hub-options button[data-v-eca448e3]{width:fit-content;display:flex;align-items:center;justify-content:center;gap:3px;min-width:130px}.vue-ui-table-main .vue-ui-table-export-hub-option-wrapper[data-v-eca448e3]{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:flex-start}.vue-ui-table-main .vue-ui-table-export-hub-option-wrapper .label[data-v-eca448e3]{font-size:12px;line-height:12px;margin-bottom:6px;width:100px}.vue-ui-table-main .td-nan[data-v-eca448e3]{background:#F17171}.vue-ui-table-main .td-has-nan[data-v-eca448e3],.vue-ui-table-main .th-has-nan[data-v-eca448e3]{background:#F17171;min-width:100px;color:#fff}@keyframes open-dropdown-eca448e3{0%{transform:scaleY(.9);opacity:0}50%{transform:scaleY(1.05);opacity:1}to{transform:scale(1);opacity:1}}@keyframes close-dropdown-eca448e3{0%{transform:scale(1.05);opacity:1}to{transform:scale(0);opacity:0}}.vue-data-ui-legend[data-v-2cb2955f]{-webkit-user-select:none;user-select:none;height:fit-content;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-data-ui-legend-item[data-v-2cb2955f]{-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:6px;cursor:pointer;height:fit-content;text-align:left}.vue-ui-dna *[data-v-764d25f6]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-764d25f6]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-764d25f6]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-764d25f6]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-764d25f6]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-764d25f6]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-donut *[data-v-764d25f6]{transition:unset}.vue-ui-donut[data-v-764d25f6]{-webkit-user-select:none;user-select:none;position:relative}.animated[data-v-764d25f6]{animation:donut-764d25f6 .5s ease-in-out;transform-origin:center}@keyframes donut-764d25f6{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-donut .vue-ui-donut-label[data-v-764d25f6]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-donut-datalabel-slot[data-v-764d25f6]{width:100%;height:-webkit-fit-content;height:fit-content}.vue-ui-donut-datalabel-slot-not-safari[data-v-764d25f6]{position:absolute;top:0;transform:translateY(-50%)}.vue-ui-dna *[data-v-4015bb55]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-4015bb55]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-4015bb55]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-4015bb55]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-4015bb55]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-4015bb55]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-waffle *[data-v-4015bb55]{transition:unset}.vue-ui-waffle[data-v-4015bb55]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-waffle .vue-ui-waffle-label[data-v-4015bb55]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-dna *[data-v-00158d5c]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-00158d5c]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-00158d5c]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-00158d5c]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-00158d5c]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-00158d5c]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-radar *[data-v-00158d5c]{transition:unset}path[data-v-00158d5c],line[data-v-00158d5c],rect[data-v-00158d5c],circle[data-v-00158d5c]{animation:xyAnimation-00158d5c .5s ease-in-out!important;transform-origin:center}@keyframes xyAnimation-00158d5c{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-radar[data-v-00158d5c]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-radar .vue-ui-radar-label[data-v-00158d5c]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}polygon[data-v-00158d5c]{transform-origin:center}.animated-in[data-v-00158d5c]{animation:animatedIn-00158d5c .3s cubic-bezier(0,1.01,1,1) forwards}@keyframes animatedIn-00158d5c{0%{transform:scale(0)}80%{transform:scale(1.05)}to{transform:scale(1)}}.animated-out[data-v-00158d5c]{animation:animatedOut-00158d5c .3s cubic-bezier(0,1.01,1,1) forwards}@keyframes animatedOut-00158d5c{0%{transform:scale(1)}to{transform:scale(0)}}.vue-ui-dna *[data-v-271dea72]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-271dea72]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-271dea72]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-271dea72]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-271dea72]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-271dea72]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-quadrant *[data-v-271dea72]{transition:unset}.vue-ui-quadrant[data-v-271dea72]{-webkit-user-select:none;user-select:none;position:relative}path[data-v-271dea72],line[data-v-271dea72],rect[data-v-271dea72],circle[data-v-271dea72],polygon[data-v-271dea72]{animation:quadrantAnimation-271dea72 .5s ease-in-out;transform-origin:center}@keyframes quadrantAnimation-271dea72{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-quadrant .vue-ui-quadrant-label[data-v-271dea72]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-quadrant-mini-map-cell[data-v-271dea72],.vue-ui-quadrant-mini-map-cell-selectable[data-v-271dea72],.vue-ui-quadrant-minimap-crosshairs[data-v-271dea72]{animation:none!important;transition:opacity .15s ease-in-out}.vue-ui-quadrant-mini-map-cell[data-v-271dea72]:hover{stroke:#fff;stroke-width:1px}.vue-ui-quadrant-mini-map-cell-selectable[data-v-271dea72]:hover{opacity:.5!important}.vue-ui-dna *[data-v-6b81471d]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-6b81471d]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-6b81471d]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-6b81471d]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-6b81471d]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-6b81471d]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-gauge *[data-v-6b81471d]{transition:unset}.vue-ui-gauge[data-v-6b81471d]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-gauge .vue-ui-gauge-label[data-v-6b81471d]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-gauge-legend[data-v-6b81471d]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-gauge-legend-item[data-v-6b81471d]{display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;height:24px}.vue-ui-gauge-tooltip[data-v-6b81471d]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-dna *[data-v-8fc77f09]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-8fc77f09]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-8fc77f09]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-8fc77f09]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-8fc77f09]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-8fc77f09]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-chestnut *[data-v-8fc77f09]{transition:unset}.vue-ui-chestnut[data-v-8fc77f09]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-chestnut .vue-ui-chestnut-label[data-v-8fc77f09]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-chestnut-legend[data-v-8fc77f09]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-chestnut-legend-item[data-v-8fc77f09]{display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;height:24px}.vue-ui-chestnut-tooltip[data-v-8fc77f09]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-chestnut-animated[data-v-8fc77f09]{opacity:0;animation:chestnut-opacity-8fc77f09 .2s ease-in-out forwards}@keyframes chestnut-opacity-8fc77f09{0%{transform:scaleX(.98);opacity:0}to{transform:scale(1);opacity:1}}.vue-ui-chestnut-table[data-v-8fc77f09]{width:100%;max-height:300px;overflow:auto;margin-top:24px;position:relative}.vue-ui-data-table thead[data-v-8fc77f09]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}table[data-v-8fc77f09]{width:100%;padding:1rem;border-collapse:collapse;overflow-x:auto}caption[data-v-8fc77f09],th[data-v-8fc77f09],td[data-v-8fc77f09]{padding:.5rem;font-variant-numeric:tabular-nums}caption[data-v-8fc77f09]{font-size:1.3rem;font-weight:700}.vue-ui-responsive th[data-v-8fc77f09]{display:none}.vue-ui-responsive td[data-v-8fc77f09]{display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);padding:.5rem 1rem;outline:none!important;text-align:left}.vue-ui-responsive tr[data-v-8fc77f09]{outline:var(--178057cf)}.vue-ui-responsive td[data-v-8fc77f09]:first-child{padding-top:1rem}.vue-ui-responsive td[data-v-8fc77f09]:last-child{padding-bottom:1rem}.vue-ui-responsive td[data-v-8fc77f09]:before{content:attr(data-cell) ": ";font-weight:700;text-transform:capitalize}path[data-v-8fc77f09],circle[data-v-8fc77f09],rect[data-v-8fc77f09],text[data-v-8fc77f09],line[data-v-8fc77f09]{transition:opacity .3s ease-in-out!important}.vue-ui-dna *[data-v-3c06ba70]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-3c06ba70]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-3c06ba70]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-3c06ba70]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-3c06ba70]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-3c06ba70]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-onion *[data-v-3c06ba70]{transition:unset}.vue-ui-onion[data-v-3c06ba70]{-webkit-user-select:none;user-select:none;position:relative}circle[data-v-3c06ba70]{animation:xyAnimation-3c06ba70 .5s ease-in-out;transform-origin:center;transition:all .3s ease-in-out!important}@keyframes xyAnimation-3c06ba70{0%{transform:scale(.9) rotate(-90g);opacity:0}80%{transform:scale(1.02) rotate(-90deg);opacity:1}to{transform:scale(1) rotate(-90deg);opacity:1}}.vue-ui-onion .vue-ui-onion-label[data-v-3c06ba70]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-onion-tooltip[data-v-3c06ba70]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-onion table[data-v-3c06ba70]{width:100%;border-collapse:collapse}.vue-ui-onion table td[data-v-3c06ba70]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-onion table th[data-v-3c06ba70]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-onion-blur[data-v-3c06ba70]{filter:blur(3px) opacity(50%) grayscale(100%);transition:all .15s ease-in-out}.vue-ui-dna *[data-v-8fda0c95]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-8fda0c95]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-8fda0c95]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-8fda0c95]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-8fda0c95]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-8fda0c95]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-vertical-bar *[data-v-8fda0c95]{transition:unset}path[data-v-8fda0c95],line[data-v-8fda0c95],rect[data-v-8fda0c95],circle[data-v-8fda0c95],polygon[data-v-8fda0c95]{animation:verticalBarAnimation-8fda0c95 .5s ease-in-out;transform-origin:center}@keyframes verticalBarAnimation-8fda0c95{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-vertical-bar[data-v-8fda0c95]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-vertical-bar .vue-ui-vertical-bar-label[data-v-8fda0c95]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-vertical-bar-table[data-v-8fda0c95]{width:100%;max-height:300px;overflow:auto;margin-top:24px;position:relative}.vue-ui-data-table thead[data-v-8fda0c95]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}table[data-v-8fda0c95]{width:100%;padding:1rem;border-collapse:collapse}caption[data-v-8fda0c95],th[data-v-8fda0c95],td[data-v-8fda0c95]{padding:.5rem;font-variant-numeric:tabular-nums}caption[data-v-8fda0c95]{font-size:1.3rem;font-weight:700}.vue-ui-responsive th[data-v-8fda0c95]{display:none}.vue-ui-responsive td[data-v-8fda0c95]{display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);padding:.5rem 1rem;outline:none!important;text-align:left}.vue-ui-responsive tr[data-v-8fda0c95]{outline:var(--3fc8fccf)}.vue-ui-responsive td[data-v-8fda0c95]:first-child{padding-top:1rem}.vue-ui-responsive td[data-v-8fda0c95]:last-child{padding-bottom:1rem}.vue-ui-responsive td[data-v-8fda0c95]:before{content:attr(data-cell) ": ";font-weight:700;text-transform:capitalize}.animated[data-v-8fda0c95]{transition:all .3s ease-in-out!important}.vue-ui-rating-wrapper[data-v-ce2b46a5]{display:flex;align-items:center;gap:1px;width:100%}.vue-ui-mouse-trap[data-v-ce2b46a5]{cursor:pointer}.vue-ui-mouse-trap[data-v-ce2b46a5]:focus:not(:focus-visible){outline:none}.vue-ui-dna *[data-v-db48c69e]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-db48c69e]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-db48c69e]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-db48c69e]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-db48c69e]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-db48c69e]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-heatmap *[data-v-db48c69e]{transition:unset}.vue-ui-heatmap[data-v-db48c69e]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-heatmap .vue-ui-heatmap-label[data-v-db48c69e]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-heatmap-legend[data-v-db48c69e]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-heatmap-legend-item[data-v-db48c69e]{display:flex;align-items:center;gap:6px;cursor:pointer;height:24px}.vue-ui-heatmap-tooltip[data-v-db48c69e]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-heatmap-table[data-v-db48c69e]{width:100%;max-height:300px;overflow:auto;margin-top:24px;position:relative}.vue-ui-data-table thead[data-v-db48c69e]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}table[data-v-db48c69e]{width:100%;padding:1rem;border-collapse:collapse}caption[data-v-db48c69e],th[data-v-db48c69e],td[data-v-db48c69e]{padding:.5rem;font-variant-numeric:tabular-nums}caption[data-v-db48c69e]{font-size:1.3rem;font-weight:700}.vue-ui-responsive th[data-v-db48c69e]{display:none}.vue-ui-responsive td[data-v-db48c69e]{display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);padding:.5rem 1rem;outline:none!important;text-align:left}.vue-ui-responsive tr[data-v-db48c69e]{outline:var(--59930530)}.vue-ui-responsive td[data-v-db48c69e]:first-child{padding-top:1rem}.vue-ui-responsive td[data-v-db48c69e]:last-child{padding-bottom:1rem}.vue-ui-responsive td[data-v-db48c69e]:before{content:attr(data-cell) ": ";font-weight:700;text-transform:capitalize}.vue-ui-dna *[data-v-f83662f1]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-f83662f1]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-f83662f1]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-f83662f1]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-f83662f1]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-f83662f1]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-scatter *[data-v-f83662f1]{transition:unset}.vue-ui-scatter[data-v-f83662f1]{-webkit-user-select:none;user-select:none;position:relative}path[data-v-f83662f1],line[data-v-f83662f1],circle[data-v-f83662f1]{animation:verticalBarAnimation-f83662f1 .5s ease-in-out!important;transform-origin:center!important}@keyframes verticalBarAnimation-f83662f1{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-scatter .vue-ui-scatter-label[data-v-f83662f1]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-scatter-tooltip[data-v-f83662f1]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-scatter table[data-v-f83662f1]{width:100%;border-collapse:collapse}.vue-ui-scatter table td[data-v-f83662f1]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-scatter table th[data-v-f83662f1]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-dna *[data-v-51f650e5]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-51f650e5]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-51f650e5]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-51f650e5]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-51f650e5]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-51f650e5]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-candlestick *[data-v-51f650e5]{transition:unset}.vue-ui-candlestick[data-v-51f650e5]{-webkit-user-select:none;user-select:none;position:relative}path[data-v-51f650e5],line[data-v-51f650e5],rect[data-v-51f650e5]{animation:xyAnimation-51f650e5 .5s ease-in-out;transform-origin:center}@keyframes xyAnimation-51f650e5{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-candlestick .vue-ui-candlestick-label[data-v-51f650e5]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-candlestick-tooltip[data-v-51f650e5]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-candlestick-range-slider-wrapper[data-v-51f650e5]{width:100%;display:flex;flex-direction:row;gap:6px;align-items:center}.vue-ui-candlestick-range-slider[data-v-51f650e5]{position:relative;width:100%;height:12px}.vue-ui-candlestick-range-slider-label-right[data-v-51f650e5],.vue-ui-candlestick-range-slider-label-left[data-v-51f650e5]{width:130px}.vue-ui-candlestick-range-slider-label-right[data-v-51f650e5]{text-align:left}.vue-ui-candlestick-range-slider-label-left[data-v-51f650e5]{text-align:right}input[type=range][data-v-51f650e5]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;outline:none;position:absolute;margin:auto;top:0;bottom:0;left:0;background-color:transparent;pointer-events:none}.vue-ui-candlestick-slider-track[data-v-51f650e5]{width:100%;height:5px;position:absolute;margin:auto;top:0;bottom:0;border-radius:5px}input[type=range][data-v-51f650e5]::-webkit-slider-runnable-track{-webkit-appearance:none;height:5px}input[type=range][data-v-51f650e5]::-moz-range-track{-moz-appearance:none;height:5px}input[type=range][data-v-51f650e5]::-ms-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:5px}input[type=range][data-v-51f650e5]::-webkit-slider-thumb{-webkit-appearance:none;height:1.3em;width:1.3em;background-color:#858585;cursor:pointer;margin-top:-6px;pointer-events:auto;border-radius:50%}input[type=range][data-v-51f650e5]::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1.3em;width:1.3em;cursor:pointer;border-radius:50%;background-color:#858585;pointer-events:auto}input[type=range][data-v-51f650e5]::-ms-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1.3em;width:1.3em;cursor:pointer;border-radius:50%;background-color:#858585;pointer-events:auto}input[type=range][data-v-51f650e5]:active::-webkit-slider-thumb{background-color:#ccc;border:3px solid #858585}.vue-ui-dna *[data-v-833ae3fa]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-833ae3fa]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-833ae3fa]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-833ae3fa]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-833ae3fa]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-833ae3fa]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-age-pyramid *[data-v-833ae3fa]{transition:unset}.vue-ui-age-pyramid[data-v-833ae3fa]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-age-pyramid .vue-ui-age-pyramid-label[data-v-833ae3fa]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-age-pyramid-legend[data-v-833ae3fa]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-age-pyramid-legend-item[data-v-833ae3fa]{display:flex;align-items:center;gap:6px;cursor:pointer;height:24px}.vue-ui-age-pyramid-tooltip[data-v-833ae3fa]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1;font-variant-numeric:tabular-nums}.vue-ui-dashboard-container[data-v-d4bc5f10]{width:100%;height:fit-content;position:relative;overflow:hidden}.vue-ui-dashboard-grid-container[data-v-d4bc5f10]{position:absolute;width:100%;height:100%;overflow:hidden}.vue-ui-dashboard-grid[data-v-d4bc5f10]{position:absolute;width:100%;height:100%}.vue-ui-dashboard-grid-item[data-v-d4bc5f10]{position:absolute;border:2px solid transparent;transition:opacity .1s ease-in-out}.vue-ui-dashboard-grid-item[data-v-d4bc5f10]:hover{border:2px dashed var(--5114af16)}.vue-ui-dashboard-grid-item:hover .vue-ui-dashboard-resize-handle[data-v-d4bc5f10]{opacity:.5}.vue-ui-dashboard-resize-handle[data-v-d4bc5f10]{position:absolute;width:10px;height:10px;background:var(--44ca7b04);opacity:0;transition:opacity .1s ease-in-out}.vue-ui-dashboard-resize-handle[data-v-d4bc5f10]:hover{opacity:1}.vue-ui-dashboard-top-left[data-v-d4bc5f10]{top:-5px;left:-5px;cursor:nw-resize}.vue-ui-dashboard-top-right[data-v-d4bc5f10]{top:-5px;right:-5px;cursor:ne-resize}.vue-ui-dashboard-bottom-left[data-v-d4bc5f10]{bottom:-5px;left:-5px;cursor:sw-resize}.vue-ui-dashboard-bottom-right[data-v-d4bc5f10]{bottom:-5px;right:-5px;cursor:se-resize}.vue-ui-dashboard-button[data-v-d4bc5f10]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center;font-family:inherit;cursor:pointer}.vue-ui-dashboard-button[data-v-d4bc5f10]:hover{background:rgba(0,0,0,.05)}.vue-ui-dashboard-print-icon[data-v-d4bc5f10]{animation:smartspin-d4bc5f10 .5s infinite linear}@keyframes smartspin-d4bc5f10{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-annotator summary[data-v-72a863ed]{text-align:center}.vue-ui-annotator button.button-tool[data-v-72a863ed]{align-items:center;cursor:pointer!important;display:flex;height:28px;justify-content:center;opacity:.9;padding:2px;width:28px}.vue-ui-annotator button.button-tool[data-v-72a863ed]:hover{opacity:1}.vue-ui-annotator button.button-tool[data-v-72a863ed]:disabled{opacity:.3;cursor:not-allowed}.vue-ui-annotator .tool-selection[data-v-72a863ed]{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px}.vue-ui-annotator .tool-input[data-v-72a863ed]{display:flex;flex-direction:column;align-items:center}.vue-ui-annotator .tool-input input[data-v-72a863ed]{background:white;padding:3px;border-radius:3px;width:40px}.vue-ui-annotator .tool-input label[data-v-72a863ed]{font-size:.6em}.vue-ui-annotator text[data-v-72a863ed]{-webkit-user-select:none;user-select:none}.vue-ui-annotator summary[data-v-72a863ed]{-webkit-user-select:none;user-select:none;cursor:pointer}.vue-ui-annotator .animated-circle-print[data-v-72a863ed]{stroke-linecap:round!important;stroke-dasharray:400;stroke-dashoffset:0;animation:animate-circle-72a863ed 1s infinite linear}@keyframes animate-circle-72a863ed{0%{opacity:0;stroke-dashoffset:400}to{opacity:1;stroke-dashoffset:0}}.vue-ui-annotator .tooltip[data-v-72a863ed]{position:relative;display:inline-block;border-bottom:1px dotted black}.vue-ui-annotator .tooltip .tooltiptext[data-v-72a863ed]{visibility:hidden;width:120px;background-color:#555;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-60px;opacity:0;transition:opacity .3s}.vue-ui-annotator .tooltip .tooltiptext[data-v-72a863ed]:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent transparent}.vue-ui-annotator .tooltip:hover .tooltiptext[data-v-72a863ed]{visibility:visible;opacity:1}.vue-ui-annotator .draw--free[data-v-72a863ed]{cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAABg2lDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpSIVh2YQcchQnSyIijhKFYtgobQVWnUwufQLmjQkKS6OgmvBwY/FqoOLs64OroIg+AHi6OSk6CIl/i8ptIjx4Lgf7+497t4BQrPKNKtnAtB020wn4lIuvyqFXhGGiAhCiMnMMpKZxSx8x9c9Any9i/Es/3N/jgG1YDEgIBHPMcO0iTeIZzZtg/M+scjKskp8Tjxu0gWJH7muePzGueSywDNFM5ueJxaJpVIXK13MyqZGPE0cVTWd8oWcxyrnLc5atc7a9+QvDBf0lQzXaY4ggSUkkYIEBXVUUIWNGK06KRbStB/38Q+7/hS5FHJVwMixgBo0yK4f/A9+d2sVpya9pHAc6H1xnI9RILQLtBqO833sOK0TIPgMXOkdf60JzH6S3uho0SNgcBu4uO5oyh5wuQMMPRmyKbtSkKZQLALvZ/RNeSByC/Sveb2193H6AGSpq+Ub4OAQGCtR9rrPu/u6e/v3TLu/H5C7crM1WjgWAAAABmJLR0QAqwB5AHWF+8OUAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH5gwUExIUagzGcQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABfSURBVBjTldAxDoNQDIPhL0+q1L33P1AvAhN7xfK6WAgoLfSfrNiykpQtE+7RLzx2vgF9D3o8lWDmn1QVVMP0LZQGmNtqp1/cmou0XHdG/+sYeGZwFBqPCub8rkcvvAGvsi1VYarR8wAAAABJRU5ErkJggg==) 5 5,auto}.vue-ui-smiley-rated[data-v-826aeb05]{animation:vue-ui-smile-826aeb05 .3s ease-in-out;transform-origin:center}@keyframes vue-ui-smile-826aeb05{0%{transform:scale(.9)}50%{transform:scale(1.2)}75%{transform:scale(.95)}90%{transform:scale(1.1)}to{transform:scale(1)}}.vue-ui-dna *[data-v-ecead023]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-ecead023]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-ecead023]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-ecead023]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-ecead023]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-ecead023]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-relation-circle[data-v-ecead023]{position:relative}svg.relation-circle[data-v-ecead023]{background:transparent;overflow:visible;padding:12px}.vue-ui-relation-circle-plot[data-v-ecead023],.vue-ui-relation-circle-legend[data-v-ecead023]{cursor:pointer}path.vue-ui-relation-circle-selected[data-v-ecead023],line.vue-ui-relation-circle-selected[data-v-ecead023]{stroke-dasharray:var(--757ab141);stroke-dashoffset:var(--757ab141);animation:vue-ui-relation-circle-dash-ecead023 var(--43168ac0) linear forwards}@keyframes vue-ui-relation-circle-dash-ecead023{to{stroke-dashoffset:var(--14997682)}}.vue-ui-dna *[data-v-039f8c3f]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-039f8c3f]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-039f8c3f]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-039f8c3f]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-039f8c3f]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-039f8c3f]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-thermometer[data-v-039f8c3f]{position:relative}rect.vue-ui-thermometer-temperature[data-v-039f8c3f]{animation:vue-ui-thermometer-temp-039f8c3f var(--a66cecf0) ease-in-out;transform-origin:center}text.vue-ui-thermometer-temperature-value[data-v-039f8c3f]{opacity:0;animation:vue-ui-thermometer-value-039f8c3f var(--a66cecf0) ease-in-out forwards}@keyframes vue-ui-thermometer-value-039f8c3f{0%{opacity:0}to{opacity:1}}@keyframes vue-ui-thermometer-temp-039f8c3f{0%{height:var(--4ded9ff4);clip-path:url(#vueUiPill)}50%{height:calc(var(--15e1e31a) + 10px);clip-path:url(#vueUiPill)}60%{height:calc(var(--15e1e31a) - 5px);clip-path:url(#vueUiPill)}70%{height:calc(var(--15e1e31a) + 4px);clip-path:url(#vueUiPill)}80%{height:calc(var(--15e1e31a) - 3px);clip-path:url(#vueUiPill)}90%{height:calc(var(--15e1e31a) + 2px)}95%{height:calc(var(--15e1e31a) - 1px)}to{height:var(--15e1e31a)}}.vue-ui-sparkstackbar-legend[data-v-4663651e]{display:flex;flex-wrap:wrap;column-gap:12px;width:calc(100% - 12px);padding:0 6px}.vue-ui-sparkstackbar-legend-item[data-v-4663651e]{cursor:pointer;transition:opacity .2s ease-in-out}.vue-ui-sparkstackbar-legend-item-unselected[data-v-4663651e]{opacity:.3}rect.animated[data-v-4663651e]{transition:all .3s ease-in-out!important}.vue-ui-sparkhistogram-shape[data-v-d68a3308]{animation:expand-d68a3308 var(--5d53e3cb) ease-in forwards;transform-origin:center;transform:scaleY(0)}@keyframes expand-d68a3308{80%{transform:scaleY(1.1)}90%{transform:scaleY(.95)}95%{transform:scaleY(1.03)}to{transform:scale(1)}}.vue-ui-dna *[data-v-3ba8adca]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-3ba8adca]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-3ba8adca]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-3ba8adca]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-3ba8adca]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-3ba8adca]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-rings *[data-v-3ba8adca]{transition:unset}.vue-ui-rings[data-v-3ba8adca]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-rings-shadow[data-v-3ba8adca]{filter:drop-shadow(0 6px 12px rgba(0,0,0,.15))}.vue-ui-rings-blur[data-v-3ba8adca]{filter:blur(3px) opacity(50%) grayscale(100%);transition:all .15s ease-in-out}.vue-ui-rings-opacity[data-v-3ba8adca]{opacity:.3;transition:opacity .15s ease-in-out}.vue-ui-rings-item[data-v-3ba8adca]{transform:scale(0);animation:ring-appear-3ba8adca .5s ease-in forwards;transform-origin:bottom}@keyframes ring-appear-3ba8adca{0%{opacity:0;transform:scale(.8,.7)}60%{transform:scale(1.03,1.05)}80%{transform:scale(.98,.96)}90%{transform:scale(1.01,1.02)}to{opacity:1;transform:scale(1)}}.vue-ui-dna *[data-v-ae940f01]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-ae940f01]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-ae940f01]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-ae940f01]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-ae940f01]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-ae940f01]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-wheel *[data-v-ae940f01]{transition:unset}.vue-ui-wheel[data-v-ae940f01]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-tick-animated[data-v-ae940f01]{animation:animate-tick-ae940f01 .3s ease-in;transform-origin:center}@keyframes animate-tick-ae940f01{0%{stroke-width:8}80%{stroke-width:6}to{stroke-width:5}}.vue-ui-dna *[data-v-6a0368b4]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-6a0368b4]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-6a0368b4]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-6a0368b4]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-6a0368b4]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-6a0368b4]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-tiremarks *[data-v-6a0368b4]{transition:unset}.vue-ui-tiremarks[data-v-6a0368b4]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-tick-animated[data-v-6a0368b4]{animation:animate-tick-6a0368b4 .3s ease-in;transform-origin:center}@keyframes animate-tick-6a0368b4{0%{stroke-width:2;transform:scaleY(1.1)}to{stroke-width:initial;transform:scale(1)}}.vue-ui-dna *[data-v-5c182359]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-5c182359]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-5c182359]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-5c182359]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-5c182359]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-5c182359]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-donut-evolution *[data-v-5c182359]{transition:unset;transition:opacity .5s ease-in-out}.vue-ui-donut-evolution[data-v-5c182359]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-donut-evolution-focus[data-v-5c182359]{animation:donut-5c182359 .5s ease-in-out;transform-origin:center}.donut-hover[data-v-5c182359]{cursor:pointer}.donut-opacity[data-v-5c182359]{transition:opacity .2s ease-in-out}.donut-behind[data-v-5c182359]{opacity:.1}@keyframes donut-5c182359{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-dna *[data-v-f4230255]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-f4230255]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-f4230255]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-f4230255]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-f4230255]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-f4230255]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-mood-radar *[data-v-f4230255]{transition:unset}.vue-ui-mood-radar[data-v-f4230255]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-mood-radar-trap[data-v-f4230255]{transition:all .2s ease-in-out}.vue-ui-dna *[data-v-6320c0a1]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-6320c0a1]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-6320c0a1]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-6320c0a1]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-6320c0a1]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-6320c0a1]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-3d-bar *[data-v-6320c0a1]{transition:unset}.vue-ui-3d-bar[data-v-6320c0a1]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-3d-bar-stack[data-v-6320c0a1]{transition:opacity .2s ease-in-out}.vue-ui-donut-arc-path[data-v-6320c0a1]{animation:donut-6320c0a1 .5s ease-in-out;transform-origin:center}@keyframes donut-6320c0a1{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-dna *[data-v-27864854]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-27864854]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-27864854]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-27864854]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-27864854]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-27864854]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-molecule *[data-v-27864854]{transition:unset}.vue-ui-molecule[data-v-27864854]{-webkit-user-select:none;user-select:none;position:relative}path.onion-animated[data-v-baedef4c]{stroke-dasharray:0;stroke-dashoffset:0;animation:onion-groove-baedef4c infinite cubic-bezier(.53,.15,.57,.93) 3s}@keyframes onion-groove-baedef4c{0%{stroke-dasharray:160;stroke-dashoffset:-140;filter:blur(0px)}to{stroke-dasharray:160;stroke-dashoffset:0;filter:var(--735c55ae)}}path.line-animated[data-v-baedef4c]{stroke-dasharray:0;stroke-dashoffset:0;animation:line-funk-baedef4c infinite cubic-bezier(.53,.15,.57,.93) 3s}@keyframes line-funk-baedef4c{0%{stroke-dasharray:300;stroke-dashoffset:300;filter:blur(0px)}to{stroke-dasharray:300;stroke-dashoffset:100;filter:var(--97047cc2)}}path.bar-animated[data-v-baedef4c]{stroke-dasharray:0;stroke-dashoffset:0;animation:bar-jazz-baedef4c infinite cubic-bezier(.53,.15,.57,.93) 3s}@keyframes bar-jazz-baedef4c{0%{stroke-dasharray:60;stroke-dashoffset:60;filter:blur(0px)}to{stroke-dasharray:60;stroke-dashoffset:0;filter:var(--18e2e376)}}.vue-ui-dna *[data-v-b1953ca5]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-b1953ca5]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-b1953ca5]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-b1953ca5]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-b1953ca5]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-b1953ca5]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-nested-donuts *[data-v-b1953ca5]{transition:unset}.vue-ui-nested-donuts[data-v-b1953ca5]{-webkit-user-select:none;user-select:none;position:relative}.animated[data-v-b1953ca5]{animation:donut-b1953ca5 .5s ease-in-out;transform-origin:center}@keyframes donut-b1953ca5{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-nested-donuts-legend[data-v-b1953ca5]{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.vue-ui-nested-donuts-legend-title[data-v-b1953ca5]{width:100%;padding:0 0 12px}@keyframes vue-ui-sparkgauge-animation{0%{stroke-dashoffset:169.5;opacity:-1}}.vue-ui-galaxy *[data-v-9506f47c]{transition:unset}.vue-ui-galaxy[data-v-9506f47c]{-webkit-user-select:none;user-select:none;position:relative}path[data-v-9506f47c]{animation:galaxy-9506f47c .5s ease-in-out;transform-origin:center;transition:stroke-width .1s ease-in-out!important}@keyframes galaxy-9506f47c{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-galaxy .vue-ui-galaxy-label[data-v-9506f47c]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-dna *[data-v-9506f47c]{animation:none!important}.vue-ui-galaxy-blur[data-v-9506f47c]{filter:blur(3px) opacity(50%) grayscale(100%);transition:all .15s ease-in-out}.vue-data-ui-fullscreen--on[data-v-9506f47c]{height:80%!important;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-9506f47c]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-9506f47c]{overflow:auto}.vue-ui-dna *[data-v-320aaf03]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-320aaf03]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-320aaf03]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-320aaf03]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-320aaf03]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-320aaf03]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-treemap *[data-v-320aaf03]{transition:unset}.vue-ui-treemap[data-v-320aaf03]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-treemap-cell-default[data-v-320aaf03]{text-align:left}.vue-ui-treemap-cell[data-v-320aaf03],.vue-ui-treemap-cell-foreignObject[data-v-320aaf03]{pointer-events:none}.vue-ui-treemap-rect[data-v-320aaf03]{transition:all .2s ease-in-out}.vue-ui-treemap-zoom-info[data-v-320aaf03]{pointer-events:none;position:absolute;top:0;left:0;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.vue-ui-treemap-cell-zoom[data-v-320aaf03]{animation:zoom-cell-320aaf03 .2s ease-in forwards!important;transform-origin:center}@keyframes zoom-cell-320aaf03{0%{transform:scale(.8);opacity:0;filter:drop-shadow(0px 12px 12px black)}to{transform:scale(1);opacity:1}}.vue-ui-table-heatmap[data-v-e4473413]{position:relative;border-collapse:collapse}.vue-ui-table-heatmap th[data-v-e4473413],.vue-ui-table-heatmap tr[data-v-e4473413],.vue-ui-table-heatmap td[data-v-e4473413]{border:var(--2cc4a8a2) solid var(--0b1cbb0a)}.vue-ui-responsive th[data-v-e4473413]{display:none}.vue-ui-responsive td[data-v-e4473413]{display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);padding:.5rem 1rem;outline:none!important;text-align:left}.vue-ui-responsive td[data-v-e4473413]:first-child{padding-top:1rem}.vue-ui-responsive td[data-v-e4473413]:last-child{padding-bottom:1rem}.vue-ui-responsive td[data-v-e4473413]:before{content:attr(data-cell) ": "}summary[data-v-566dbe74]{-webkit-user-select:none;user-select:none;cursor:pointer}details[data-v-566dbe74]{overflow:hidden}details>summary[data-v-566dbe74]{list-style:none}.vue-ui-accordion-head[data-v-566dbe74]{display:flex;flex-direction:row;gap:6px}.vue-ui-accordion-arrow[data-v-566dbe74]{display:flex;place-items:center;justify-content:center;width:fit-content;transform:rotate(0);transition:transform .3s ease-in-out;transform-origin:center}details[open]>summary .vue-ui-accordion-arrow[data-v-566dbe74]{transform:rotate(90deg)}details summary[data-v-566dbe74]::-webkit-details-marker{display:none}div.vue-ui-accordion-content[data-v-566dbe74]{opacity:0;box-sizing:border-box;max-height:0;overflow:hidden;transition:max-height .4s ease-out,opacity .4s ease-out}details[open]+div.vue-ui-accordion-content[data-v-566dbe74]{max-height:var(--d99499b4);transition:max-height 1s ease-out,opacity 1s ease-out;opacity:1}details[open] span[data-v-566dbe74]:before{rotate:90deg;transition:rotate .2s ease-out}.vue-ui-dna *[data-v-09906c9e]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-09906c9e]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-09906c9e]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-09906c9e]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-09906c9e]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-09906c9e]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-quick-chart *[data-v-09906c9e]{transition:unset}.vue-ui-quick-chart[data-v-09906c9e]{-webkit-user-select:none;user-select:none;width:100%}.vue-ui-quick-chart-not-processable[data-v-09906c9e]{align-items:center;background:rgba(255,0,0,.1);border-radius:6px;color:red;display:flex;flex-direction:row;gap:12px;justify-content:center;padding:12px}.vue-ui-quick-chart-title[data-v-09906c9e]{padding:0 40px 12px}.vue-ui-quick-chart-legend[data-v-09906c9e]{align-items:center;display:flex;column-gap:24px;justify-content:center;width:100%;flex-wrap:wrap}.vue-ui-quick-chart-legend-item[data-v-09906c9e]{display:flex;flex-direction:flex-row;gap:6px;align-items:center}.quick-animation[data-v-09906c9e]{animation:quick-09906c9e .5s ease-in-out;transform-origin:center}@keyframes quick-09906c9e{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.rotating-circles[data-v-c7b54730]{transform-origin:center;animation:rotateCircles-c7b54730 2s infinite linear}@keyframes rotateCircles-c7b54730{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.circle-wave[data-v-c7b54730]{animation:circleWave-c7b54730 1s cubic-bezier(0,1.01,1,1);transform-origin:center}@keyframes circleWave-c7b54730{0%{transform:scale(1);opacity:1}to{transform:scale(20);opacity:0}}.vue-ui-spark-trend *[data-v-54d6c322]{transition:unset}.vue-ui-dna *[data-v-0de0b8a1]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-0de0b8a1]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-0de0b8a1]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-0de0b8a1]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-0de0b8a1]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-0de0b8a1]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-strip-plot[data-v-0de0b8a1]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-strip-plot-animated *{transition-property:cy,opacity;transition-duration:.3s}.vue-ui-strip-plot-select-circle *{transition:all .1s ease-in-out!important}.vue-ui-dna *[data-v-1411b02e]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-1411b02e]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-1411b02e]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-1411b02e]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-1411b02e]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-1411b02e]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-ui-dumbbell *[data-v-1411b02e]{transition:unset}.vue-ui-dumbbell[data-v-1411b02e]{-webkit-user-select:none;user-select:none;position:relative}
|
|
@@ -2412,6 +2412,7 @@ declare module 'vue-data-ui' {
|
|
|
2412
2412
|
showPercentage?: boolean;
|
|
2413
2413
|
roundingValue?: number;
|
|
2414
2414
|
roundingPercentage?: number;
|
|
2415
|
+
fontSize?: number;
|
|
2415
2416
|
customFormat?: (params: VueUiTooltipParams<VueUiXyDatapointItem[], VueUiXySeries, VueUiXyConfig, VueUiXyDatasetBarItem[], VueUiXyDatasetLineItem[], VueUiXyDatasetPlotItem[]>) => string;
|
|
2416
2417
|
};
|
|
2417
2418
|
userOptions?: {
|
package/dist/vue-data-ui.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I as s, O as u, F as V, V as U, p as r, s as t, o, g as n, X as l, r as p, G as S, b as d, C as k, $ as m, P as c, f as g, m as b, D, Q as T, J as h, H as C, E as R, M as f, h as y, e as A, W as H, d as M, k as P, u as x, z as B, n as G, j as Q, S as W, t as v, y as w, x as E, Y as I, q as K, N as L, l as N, Z as O, a as X, U as j, T as q, w as z, B as F, R as J, i as Y, c as Z, A as $, v as _, K as aa, L as ea } from "./index-
|
|
1
|
+
import { I as s, O as u, F as V, V as U, p as r, s as t, o, g as n, X as l, r as p, G as S, b as d, C as k, $ as m, P as c, f as g, m as b, D, Q as T, J as h, H as C, E as R, M as f, h as y, e as A, W as H, d as M, k as P, u as x, z as B, n as G, j as Q, S as W, t as v, y as w, x as E, Y as I, q as K, N as L, l as N, Z as O, a as X, U as j, T as q, w as z, B as F, R as J, i as Y, c as Z, A as $, v as _, K as aa, L as ea } from "./index-6071e7d5.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
s as Arrow,
|
package/package.json
CHANGED