vue-data-ui 2.1.55 → 2.1.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -57,7 +57,7 @@ Available components
57
57
  - [VueUiSparkbar](https://vue-data-ui.graphieros.com/docs#vue-ui-sparkbar)
58
58
  - [VueUiSparkgauge](https://vue-data-ui.graphieros.com/docs#vue-ui-sparkgauge)
59
59
  - [VueUiSparkline](https://vue-data-ui.graphieros.com/docs#vue-ui-sparkline)
60
- - [VueUiSparkstackbar](https://vue-data-ui.graphieros.com/docs#vue-ui-sparkstackbar)
60
+ - [VueUiSparkStackbar](https://vue-data-ui.graphieros.com/docs#vue-ui-sparkstackbar)
61
61
  - [VueUiSparkTrend](https://vue-data-ui.graphieros.com/docs#vue-ui-spark-trend)
62
62
 
63
63
  ## 3d
@@ -12820,7 +12820,7 @@ function(e) {
12820
12820
  */
12821
12821
  function(e) {
12822
12822
  function t() {
12823
- return (Bt.canvg ? Promise.resolve(Bt.canvg) : import("./index.es-b9539fc4.js")).catch(function(a) {
12823
+ return (Bt.canvg ? Promise.resolve(Bt.canvg) : import("./index.es-098f4da4.js")).catch(function(a) {
12824
12824
  return Promise.reject(new Error("Could not load canvg: " + a));
12825
12825
  }).then(function(a) {
12826
12826
  return a.default ? a.default : a;
@@ -22697,12 +22697,16 @@ const YB = bt(), JB = {
22697
22697
  error: st,
22698
22698
  objectIsEmpty: Pt,
22699
22699
  createArea(e) {
22700
+ if (!e[0])
22701
+ return [-10, -10, "", -10, -10];
22700
22702
  const t = { x: e[0].x, y: this.zero }, a = { x: e.at(-1).x, y: this.zero }, r = [];
22701
22703
  return e.forEach((l) => {
22702
22704
  r.push(`${l.x},${l.y} `);
22703
22705
  }), [t.x, t.y, ...r, a.x, a.y].toString();
22704
22706
  },
22705
22707
  createIndividualArea(e, t) {
22708
+ if (!e[0])
22709
+ return [-10, -10, "", -10, -10];
22706
22710
  const a = { x: e[0].x, y: t }, r = { x: e.at(-1).x, y: t }, l = [];
22707
22711
  return e.forEach((o) => {
22708
22712
  l.push(`${o.x},${o.y} `);
@@ -23189,7 +23193,7 @@ function J3(e, t, a, r, l, o) {
23189
23193
  o.maxSeries > 0 ? (u(), h("g", l4, [
23190
23194
  g("g", a4, [
23191
23195
  o.chartConfig.chart.grid.labels.yAxis.useIndividualScale ? o.chartConfig.chart.grid.showHorizontalLines ? (u(!0), h(ve, { key: 1 }, Ce(o.allScales, (A) => (u(), h("g", null, [
23192
- A.id === l.selectedScale ? (u(!0), h(ve, { key: 0 }, Ce(A.yLabels, (i) => (u(), h("line", {
23196
+ A.id === l.selectedScale && A.yLabels.length ? (u(!0), h(ve, { key: 0 }, Ce(A.yLabels, (i) => (u(), h("line", {
23193
23197
  x1: o.drawingArea.left,
23194
23198
  x2: o.drawingArea.right,
23195
23199
  y1: i.y,
@@ -23197,7 +23201,7 @@ function J3(e, t, a, r, l, o) {
23197
23201
  stroke: A.color,
23198
23202
  "stroke-width": 0.5,
23199
23203
  "stroke-linecap": "round"
23200
- }, null, 8, n4))), 256)) : (u(!0), h(ve, { key: 1 }, Ce(A.yLabels, (i) => (u(), h("line", {
23204
+ }, null, 8, n4))), 256)) : A.yLabels.length ? (u(!0), h(ve, { key: 1 }, Ce(A.yLabels, (i) => (u(), h("line", {
23201
23205
  x1: o.drawingArea.left,
23202
23206
  x2: o.drawingArea.right,
23203
23207
  y1: i.y,
@@ -23205,7 +23209,7 @@ function J3(e, t, a, r, l, o) {
23205
23209
  stroke: o.chartConfig.chart.grid.stroke,
23206
23210
  "stroke-width": 0.5,
23207
23211
  "stroke-linecap": "round"
23208
- }, null, 8, s4))), 256))
23212
+ }, null, 8, s4))), 256)) : F("", !0)
23209
23213
  ]))), 256)) : F("", !0) : (u(), h(ve, { key: 0 }, [
23210
23214
  g("line", {
23211
23215
  stroke: o.chartConfig.chart.grid.stroke,
@@ -23370,7 +23374,8 @@ function J3(e, t, a, r, l, o) {
23370
23374
  }, null, 8, $4)
23371
23375
  ], 8, L4)
23372
23376
  ]),
23373
- g("line", {
23377
+ A.plots.length > 1 ? (u(), h("line", {
23378
+ key: 0,
23374
23379
  x1: o.calcLinearProgression(A.plots).x1,
23375
23380
  x2: o.calcLinearProgression(A.plots).x2,
23376
23381
  y1: o.calcLinearProgression(A.plots).y1,
@@ -23379,8 +23384,9 @@ function J3(e, t, a, r, l, o) {
23379
23384
  stroke: A.color,
23380
23385
  "stroke-dasharray": 2,
23381
23386
  "marker-end": `url(#bar_arrow_${i})`
23382
- }, null, 8, U4),
23383
- g("text", {
23387
+ }, null, 8, U4)) : F("", !0),
23388
+ A.plots.length > 1 ? (u(), h("text", {
23389
+ key: 1,
23384
23390
  "text-anchor": "middle",
23385
23391
  x: o.calcLinearProgression(A.plots).x2,
23386
23392
  y: o.calcLinearProgression(A.plots).y2 - 6,
@@ -23390,7 +23396,7 @@ function J3(e, t, a, r, l, o) {
23390
23396
  v: o.calcLinearProgression(A.plots).trend * 100,
23391
23397
  s: "%",
23392
23398
  r: 2
23393
- })), 9, M4)
23399
+ })), 9, M4)) : F("", !0)
23394
23400
  ])) : F("", !0)
23395
23401
  ], 6))), 128)),
23396
23402
  (u(!0), h(ve, null, Ce(o.plotSet, (A, i) => (u(), h("g", {
@@ -23427,7 +23433,8 @@ function J3(e, t, a, r, l, o) {
23427
23433
  }, null, 8, I4)
23428
23434
  ], 8, E4)
23429
23435
  ]),
23430
- g("line", {
23436
+ A.plots.length > 1 ? (u(), h("line", {
23437
+ key: 0,
23431
23438
  x1: o.calcLinearProgression(A.plots).x1,
23432
23439
  x2: o.calcLinearProgression(A.plots).x2,
23433
23440
  y1: o.calcLinearProgression(A.plots).y1,
@@ -23436,8 +23443,9 @@ function J3(e, t, a, r, l, o) {
23436
23443
  stroke: A.color,
23437
23444
  "stroke-dasharray": 2,
23438
23445
  "marker-end": `url(#plot_arrow_${i})`
23439
- }, null, 8, N4),
23440
- g("text", {
23446
+ }, null, 8, N4)) : F("", !0),
23447
+ A.plots.length > 1 ? (u(), h("text", {
23448
+ key: 1,
23441
23449
  "text-anchor": "middle",
23442
23450
  x: o.calcLinearProgression(A.plots).x2,
23443
23451
  y: o.calcLinearProgression(A.plots).y2 - 6,
@@ -23447,7 +23455,7 @@ function J3(e, t, a, r, l, o) {
23447
23455
  v: o.calcLinearProgression(A.plots).trend * 100,
23448
23456
  s: "%",
23449
23457
  r: 2
23450
- })), 9, T4)
23458
+ })), 9, T4)) : F("", !0)
23451
23459
  ])) : F("", !0)
23452
23460
  ], 6))), 128)),
23453
23461
  (u(!0), h(ve, null, Ce(o.lineSet, (A, i) => (u(), h("g", {
@@ -23455,10 +23463,10 @@ function J3(e, t, a, r, l, o) {
23455
23463
  class: Te(`serie_line_${i}`),
23456
23464
  style: H(`opacity:${l.selectedScale ? l.selectedScale === A.id ? 1 : 0.2 : 1};transition:opacity 0.2s ease-in-out`)
23457
23465
  }, [
23458
- A.useArea ? (u(), h("g", D4, [
23466
+ A.useArea && A.plots.length > 1 ? (u(), h("g", D4, [
23459
23467
  A.smooth ? (u(), h("path", {
23460
23468
  key: 0,
23461
- d: `M ${A.plots[0].x},${o.drawingArea.bottom} ${A.curve} L ${A.plots.at(-1).x},${o.drawingArea.bottom} Z`,
23469
+ d: `M ${A.plots[0].x},${o.chartConfig.chart.grid.labels.yAxis.stacked ? o.drawingArea.bottom - A.yOffset : o.drawingArea.bottom} ${A.curve} L ${A.plots.at(-1).x},${o.chartConfig.chart.grid.labels.yAxis.stacked ? o.drawingArea.bottom - A.yOffset : o.drawingArea.bottom} Z`,
23462
23470
  fill: o.chartConfig.line.area.useGradient ? `url(#areaGradient_${i}_${l.uniqueId})` : `${A.color}${l.opacity[o.chartConfig.line.area.opacity]}`
23463
23471
  }, null, 8, H4)) : (u(), h("path", {
23464
23472
  key: 1,
@@ -23466,7 +23474,7 @@ function J3(e, t, a, r, l, o) {
23466
23474
  fill: o.chartConfig.line.area.useGradient ? `url(#areaGradient_${i}_${l.uniqueId})` : `${A.color}${l.opacity[o.chartConfig.line.area.opacity]}`
23467
23475
  }, null, 8, P4))
23468
23476
  ])) : F("", !0),
23469
- A.smooth ? (u(), h("path", {
23477
+ A.smooth && A.plots.length > 1 ? (u(), h("path", {
23470
23478
  key: 1,
23471
23479
  d: `M${A.curve}`,
23472
23480
  stroke: o.chartConfig.chart.backgroundColor,
@@ -23474,14 +23482,14 @@ function J3(e, t, a, r, l, o) {
23474
23482
  "stroke-dasharray": A.dashed ? o.chartConfig.line.strokeWidth * 2 : 0,
23475
23483
  fill: "none"
23476
23484
  }, null, 8, z4)) : F("", !0),
23477
- A.smooth ? (u(), h("path", {
23485
+ A.smooth && A.plots.length > 1 ? (u(), h("path", {
23478
23486
  key: 2,
23479
23487
  d: `M${A.curve}`,
23480
23488
  stroke: A.color,
23481
23489
  "stroke-width": o.chartConfig.line.strokeWidth,
23482
23490
  "stroke-dasharray": A.dashed ? o.chartConfig.line.strokeWidth * 2 : 0,
23483
23491
  fill: "none"
23484
- }, null, 8, O4)) : (u(), h("g", R4, [
23492
+ }, null, 8, O4)) : A.plots.length > 1 ? (u(), h("g", R4, [
23485
23493
  (u(!0), h(ve, null, Ce(A.plots, (c, w) => (u(), h("g", {
23486
23494
  key: `line_${i}_${w}`
23487
23495
  }, [
@@ -23510,7 +23518,7 @@ function J3(e, t, a, r, l, o) {
23510
23518
  "stroke-linecap": "round"
23511
23519
  }, null, 8, K4)) : F("", !0)
23512
23520
  ]))), 128))
23513
- ])),
23521
+ ])) : F("", !0),
23514
23522
  (u(!0), h(ve, null, Ce(A.plots, (c, w) => (u(), h("g", {
23515
23523
  key: `circle_line_${i}_${w}`
23516
23524
  }, [
@@ -23540,7 +23548,8 @@ function J3(e, t, a, r, l, o) {
23540
23548
  }, null, 8, G4)
23541
23549
  ], 8, j4)
23542
23550
  ]),
23543
- g("line", {
23551
+ A.plots.length > 1 ? (u(), h("line", {
23552
+ key: 0,
23544
23553
  x1: o.calcLinearProgression(A.plots).x1,
23545
23554
  x2: o.calcLinearProgression(A.plots).x2,
23546
23555
  y1: o.calcLinearProgression(A.plots).y1,
@@ -23549,8 +23558,9 @@ function J3(e, t, a, r, l, o) {
23549
23558
  stroke: A.color,
23550
23559
  "stroke-dasharray": 2,
23551
23560
  "marker-end": `url(#line_arrow_${i})`
23552
- }, null, 8, X4),
23553
- g("text", {
23561
+ }, null, 8, X4)) : F("", !0),
23562
+ A.plots.length > 1 ? (u(), h("text", {
23563
+ key: 1,
23554
23564
  "text-anchor": "middle",
23555
23565
  x: o.calcLinearProgression(A.plots).x2,
23556
23566
  y: o.calcLinearProgression(A.plots).y2 - 6,
@@ -23560,7 +23570,7 @@ function J3(e, t, a, r, l, o) {
23560
23570
  v: o.calcLinearProgression(A.plots).trend * 100,
23561
23571
  s: "%",
23562
23572
  r: 2
23563
- })), 9, q4)
23573
+ })), 9, q4)) : F("", !0)
23564
23574
  ])) : F("", !0)
23565
23575
  ], 6))), 128)),
23566
23576
  (o.chartConfig.bar.labels.show || o.chartConfig.bar.serieName.show) && l.mutableConfig.dataLabels.show ? (u(), h("g", Y4, [
@@ -23719,16 +23729,18 @@ function J3(e, t, a, r, l, o) {
23719
23729
  ]),
23720
23730
  o.chartConfig.chart.grid.labels.show ? (u(), h("g", h3, [
23721
23731
  o.chartConfig.chart.grid.labels.yAxis.useIndividualScale ? (u(), h(ve, { key: 0 }, [
23722
- (u(!0), h(ve, null, Ce(o.allScales, (A) => (u(), h("line", {
23723
- x1: A.x,
23724
- x2: A.x,
23725
- y1: o.chartConfig.chart.grid.labels.yAxis.stacked ? o.drawingArea.bottom - A.yOffset - A.individualHeight : o.drawingArea.top,
23726
- y2: o.chartConfig.chart.grid.labels.yAxis.stacked ? o.drawingArea.bottom - A.yOffset : o.drawingArea.bottom,
23727
- stroke: A.color,
23728
- "stroke-width": o.chartConfig.chart.grid.stroke,
23729
- "stroke-linecap": "round",
23730
- style: H(`opacity:${l.selectedScale ? l.selectedScale === A.id ? 1 : 0.3 : 1};transition:opacity 0.2s ease-in-out`)
23731
- }, null, 12, f3))), 256)),
23732
+ (u(!0), h(ve, null, Ce(o.allScales, (A) => (u(), h("g", null, [
23733
+ g("line", {
23734
+ x1: A.x,
23735
+ x2: A.x,
23736
+ y1: o.chartConfig.chart.grid.labels.yAxis.stacked ? o.drawingArea.bottom - A.yOffset - A.individualHeight : o.drawingArea.top,
23737
+ y2: o.chartConfig.chart.grid.labels.yAxis.stacked ? o.drawingArea.bottom - A.yOffset : o.drawingArea.bottom,
23738
+ stroke: A.color,
23739
+ "stroke-width": o.chartConfig.chart.grid.stroke,
23740
+ "stroke-linecap": "round",
23741
+ style: H(`opacity:${l.selectedScale ? l.selectedScale === A.id ? 1 : 0.3 : 1};transition:opacity 0.2s ease-in-out`)
23742
+ }, null, 12, f3)
23743
+ ]))), 256)),
23732
23744
  (u(!0), h(ve, null, Ce(o.allScales, (A) => (u(), h("g", {
23733
23745
  style: H(`opacity:${l.selectedScale ? l.selectedScale === A.id ? 1 : 0.3 : 1};transition:opacity 0.2s ease-in-out`)
23734
23746
  }, [
@@ -23758,7 +23770,7 @@ function J3(e, t, a, r, l, o) {
23758
23770
  ], 64)) : (u(!0), h(ve, { key: 1 }, Ce(o.yLabels, (A, i) => (u(), h("g", {
23759
23771
  key: `yLabel_${i}`
23760
23772
  }, [
23761
- A.value >= o.niceScale.min && A.value <= o.niceScale.max ? (u(), h("line", {
23773
+ o.canShowValue(A) && A.value >= o.niceScale.min && A.value <= o.niceScale.max ? (u(), h("line", {
23762
23774
  key: 0,
23763
23775
  x1: o.drawingArea.left,
23764
23776
  x2: o.drawingArea.left - 5,
@@ -24088,7 +24100,7 @@ function J3(e, t, a, r, l, o) {
24088
24100
  ], 4)) : F("", !0)
24089
24101
  ], 14, ZB);
24090
24102
  }
24091
- const Z3 = /* @__PURE__ */ St(JB, [["render", J3], ["__scopeId", "data-v-b7a2848d"]]);
24103
+ const Z3 = /* @__PURE__ */ St(JB, [["render", J3], ["__scopeId", "data-v-0fa85b65"]]);
24092
24104
  const e_ = {
24093
24105
  name: "vue-ui-table",
24094
24106
  props: {
@@ -1,4 +1,4 @@
1
- import { _ as Ha } from "./index-035e5786.js";
1
+ import { _ as Ha } from "./index-fff291d5.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-b7a2848d]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-b7a2848d]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-b7a2848d]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-b7a2848d]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-b7a2848d]{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-b7a2848d]{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-b7a2848d]{transition:unset}path[data-v-b7a2848d],line[data-v-b7a2848d],rect[data-v-b7a2848d]{animation:xyAnimation-b7a2848d .5s ease-in-out;transform-origin:center}@keyframes xyAnimation-b7a2848d{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-xy[data-v-b7a2848d]{position:relative}.vue-ui-xy-legend[data-v-b7a2848d]{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-b7a2848d]{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;cursor:pointer}.vue-ui-xy-legend-item-segregated[data-v-b7a2848d]{opacity:.5}.vue-ui-xy-title[data-v-b7a2848d]{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.vue-ui-xy svg rect[data-v-b7a2848d]{transition:all .11s ease-in-out}.vue-ui-xy-range-slider-wrapper[data-v-b7a2848d]{width:100%;margin:0 auto;display:flex;flex-direction:row;gap:6px;align-items:center}.vue-ui-xy-range-slider[data-v-b7a2848d]{position:relative;width:100%;margin:0 auto;height:12px}.vue-ui-xy-range-slider-label-right[data-v-b7a2848d],.vue-ui-xy-range-slider-label-left[data-v-b7a2848d]{width:100%}.vue-ui-xy-range-slider-label-right[data-v-b7a2848d]{text-align:left}.vue-ui-xy-range-slider-label-left[data-v-b7a2848d]{text-align:right}input[type=range][data-v-b7a2848d]{-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-b7a2848d]{width:100%;height:5px;position:absolute;margin:auto;top:0;bottom:0;border-radius:5px}input[type=range][data-v-b7a2848d]::-webkit-slider-runnable-track{-webkit-appearance:none;height:5px}input[type=range][data-v-b7a2848d]::-moz-range-track{-moz-appearance:none;height:5px}input[type=range][data-v-b7a2848d]::-ms-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:5px}input[type=range][data-v-b7a2848d]::-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-b7a2848d]::-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-b7a2848d]::-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-b7a2848d]:active::-webkit-slider-thumb{background-color:#ccc;border:3px solid #858585}canvas[data-v-b7a2848d]{width:100%;object-fit:contain}.vue-ui-xy-refresh-button[data-v-b7a2848d]{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-b7a2848d]: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-e0767989]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-e0767989]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-e0767989]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-e0767989]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-e0767989]{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-e0767989]{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-e0767989]{transition:unset}.vue-ui-donut[data-v-e0767989]{-webkit-user-select:none;user-select:none;position:relative}.animated[data-v-e0767989]{animation:donut-e0767989 .5s ease-in-out;transform-origin:center}@keyframes donut-e0767989{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-e0767989]{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-e0767989]{width:100%;height:-webkit-fit-content;height:fit-content}.vue-ui-donut-datalabel-slot-not-safari[data-v-e0767989]{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-5f9a401a]{width:100%;height:fit-content;position:relative;overflow:hidden}.vue-ui-dashboard-grid-container[data-v-5f9a401a]{position:absolute;width:100%;height:100%;overflow:hidden}.vue-ui-dashboard-grid[data-v-5f9a401a]{position:absolute;width:100%;height:100%}.vue-ui-dashboard-grid-item[data-v-5f9a401a]{position:absolute;border:2px solid transparent;transition:opacity .1s ease-in-out}.vue-ui-dashboard-grid-item[data-v-5f9a401a]:hover{border:2px dashed var(--75ab387a)}.vue-ui-dashboard-grid-item:hover .vue-ui-dashboard-resize-handle[data-v-5f9a401a]{opacity:.5}.vue-ui-dashboard-resize-handle[data-v-5f9a401a]{position:absolute;width:10px;height:10px;background:var(--99f5c3c0);opacity:0;transition:opacity .1s ease-in-out}.vue-ui-dashboard-resize-handle[data-v-5f9a401a]:hover{opacity:1}.vue-ui-dashboard-top-left[data-v-5f9a401a]{top:-5px;left:-5px;cursor:nw-resize}.vue-ui-dashboard-top-right[data-v-5f9a401a]{top:-5px;right:-5px;cursor:ne-resize}.vue-ui-dashboard-bottom-left[data-v-5f9a401a]{bottom:-5px;left:-5px;cursor:sw-resize}.vue-ui-dashboard-bottom-right[data-v-5f9a401a]{bottom:-5px;right:-5px;cursor:se-resize}.vue-ui-dashboard-button[data-v-5f9a401a]{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-5f9a401a]:hover{background:rgba(0,0,0,.05)}.vue-ui-dashboard-print-icon[data-v-5f9a401a]{animation:smartspin-5f9a401a .5s infinite linear}@keyframes smartspin-5f9a401a{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-189b5a71]{position:relative;border-collapse:collapse}.vue-ui-table-heatmap th[data-v-189b5a71],.vue-ui-table-heatmap tr[data-v-189b5a71],.vue-ui-table-heatmap td[data-v-189b5a71]{border:var(--c905d5a4) solid var(--f7c565ee)}.vue-ui-responsive th[data-v-189b5a71]{display:none}.vue-ui-responsive td[data-v-189b5a71]{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-189b5a71]:first-child{padding-top:1rem}.vue-ui-responsive td[data-v-189b5a71]:last-child{padding-bottom:1rem}.vue-ui-responsive td[data-v-189b5a71]:before{content:attr(data-cell) ": "}summary[data-v-8ea910f6]{-webkit-user-select:none;user-select:none;cursor:pointer}details[data-v-8ea910f6]{overflow:hidden}details>summary[data-v-8ea910f6]{list-style:none}.vue-ui-accordion-head[data-v-8ea910f6]{display:flex;flex-direction:row;gap:6px}.vue-ui-accordion-arrow[data-v-8ea910f6]{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-8ea910f6]{transform:rotate(90deg)}details summary[data-v-8ea910f6]::-webkit-details-marker{display:none}div.vue-ui-accordion-content[data-v-8ea910f6]{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-8ea910f6]{max-height:var(--16493ca1);transition:max-height 1s ease-out,opacity 1s ease-out;opacity:1}details[open] span[data-v-8ea910f6]: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-0fa85b65]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-0fa85b65]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-0fa85b65]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-0fa85b65]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-0fa85b65]{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-0fa85b65]{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-0fa85b65]{transition:unset}path[data-v-0fa85b65],line[data-v-0fa85b65],rect[data-v-0fa85b65]{animation:xyAnimation-0fa85b65 .5s ease-in-out;transform-origin:center}@keyframes xyAnimation-0fa85b65{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-xy[data-v-0fa85b65]{position:relative}.vue-ui-xy-legend[data-v-0fa85b65]{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-0fa85b65]{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;cursor:pointer}.vue-ui-xy-legend-item-segregated[data-v-0fa85b65]{opacity:.5}.vue-ui-xy-title[data-v-0fa85b65]{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.vue-ui-xy svg rect[data-v-0fa85b65]{transition:all .11s ease-in-out}.vue-ui-xy-range-slider-wrapper[data-v-0fa85b65]{width:100%;margin:0 auto;display:flex;flex-direction:row;gap:6px;align-items:center}.vue-ui-xy-range-slider[data-v-0fa85b65]{position:relative;width:100%;margin:0 auto;height:12px}.vue-ui-xy-range-slider-label-right[data-v-0fa85b65],.vue-ui-xy-range-slider-label-left[data-v-0fa85b65]{width:100%}.vue-ui-xy-range-slider-label-right[data-v-0fa85b65]{text-align:left}.vue-ui-xy-range-slider-label-left[data-v-0fa85b65]{text-align:right}input[type=range][data-v-0fa85b65]{-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-0fa85b65]{width:100%;height:5px;position:absolute;margin:auto;top:0;bottom:0;border-radius:5px}input[type=range][data-v-0fa85b65]::-webkit-slider-runnable-track{-webkit-appearance:none;height:5px}input[type=range][data-v-0fa85b65]::-moz-range-track{-moz-appearance:none;height:5px}input[type=range][data-v-0fa85b65]::-ms-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:5px}input[type=range][data-v-0fa85b65]::-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-0fa85b65]::-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-0fa85b65]::-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-0fa85b65]:active::-webkit-slider-thumb{background-color:#ccc;border:3px solid #858585}canvas[data-v-0fa85b65]{width:100%;object-fit:contain}.vue-ui-xy-refresh-button[data-v-0fa85b65]{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-0fa85b65]: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-e0767989]{animation:none!important}.vue-data-ui-fullscreen--on[data-v-e0767989]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-e0767989]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-e0767989]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-e0767989]{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-e0767989]{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-e0767989]{transition:unset}.vue-ui-donut[data-v-e0767989]{-webkit-user-select:none;user-select:none;position:relative}.animated[data-v-e0767989]{animation:donut-e0767989 .5s ease-in-out;transform-origin:center}@keyframes donut-e0767989{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-e0767989]{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-e0767989]{width:100%;height:-webkit-fit-content;height:fit-content}.vue-ui-donut-datalabel-slot-not-safari[data-v-e0767989]{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-5f9a401a]{width:100%;height:fit-content;position:relative;overflow:hidden}.vue-ui-dashboard-grid-container[data-v-5f9a401a]{position:absolute;width:100%;height:100%;overflow:hidden}.vue-ui-dashboard-grid[data-v-5f9a401a]{position:absolute;width:100%;height:100%}.vue-ui-dashboard-grid-item[data-v-5f9a401a]{position:absolute;border:2px solid transparent;transition:opacity .1s ease-in-out}.vue-ui-dashboard-grid-item[data-v-5f9a401a]:hover{border:2px dashed var(--75ab387a)}.vue-ui-dashboard-grid-item:hover .vue-ui-dashboard-resize-handle[data-v-5f9a401a]{opacity:.5}.vue-ui-dashboard-resize-handle[data-v-5f9a401a]{position:absolute;width:10px;height:10px;background:var(--99f5c3c0);opacity:0;transition:opacity .1s ease-in-out}.vue-ui-dashboard-resize-handle[data-v-5f9a401a]:hover{opacity:1}.vue-ui-dashboard-top-left[data-v-5f9a401a]{top:-5px;left:-5px;cursor:nw-resize}.vue-ui-dashboard-top-right[data-v-5f9a401a]{top:-5px;right:-5px;cursor:ne-resize}.vue-ui-dashboard-bottom-left[data-v-5f9a401a]{bottom:-5px;left:-5px;cursor:sw-resize}.vue-ui-dashboard-bottom-right[data-v-5f9a401a]{bottom:-5px;right:-5px;cursor:se-resize}.vue-ui-dashboard-button[data-v-5f9a401a]{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-5f9a401a]:hover{background:rgba(0,0,0,.05)}.vue-ui-dashboard-print-icon[data-v-5f9a401a]{animation:smartspin-5f9a401a .5s infinite linear}@keyframes smartspin-5f9a401a{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-189b5a71]{position:relative;border-collapse:collapse}.vue-ui-table-heatmap th[data-v-189b5a71],.vue-ui-table-heatmap tr[data-v-189b5a71],.vue-ui-table-heatmap td[data-v-189b5a71]{border:var(--c905d5a4) solid var(--f7c565ee)}.vue-ui-responsive th[data-v-189b5a71]{display:none}.vue-ui-responsive td[data-v-189b5a71]{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-189b5a71]:first-child{padding-top:1rem}.vue-ui-responsive td[data-v-189b5a71]:last-child{padding-bottom:1rem}.vue-ui-responsive td[data-v-189b5a71]:before{content:attr(data-cell) ": "}summary[data-v-8ea910f6]{-webkit-user-select:none;user-select:none;cursor:pointer}details[data-v-8ea910f6]{overflow:hidden}details>summary[data-v-8ea910f6]{list-style:none}.vue-ui-accordion-head[data-v-8ea910f6]{display:flex;flex-direction:row;gap:6px}.vue-ui-accordion-arrow[data-v-8ea910f6]{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-8ea910f6]{transform:rotate(90deg)}details summary[data-v-8ea910f6]::-webkit-details-marker{display:none}div.vue-ui-accordion-content[data-v-8ea910f6]{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-8ea910f6]{max-height:var(--16493ca1);transition:max-height 1s ease-out,opacity 1s ease-out;opacity:1}details[open] span[data-v-8ea910f6]: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}
@@ -1319,7 +1319,7 @@ declare module 'vue-data-ui' {
1319
1319
  width?: number;
1320
1320
  }
1321
1321
 
1322
- export const VueUiSparkstackbar: DefineComponent<{
1322
+ export const VueUiSparkStackbar: DefineComponent<{
1323
1323
  config?: VueUiSparkStackBarConfig,
1324
1324
  dataset: VueUiSparkStackBarDatasetItem[]
1325
1325
  }>;
@@ -1,4 +1,4 @@
1
- import { J as s, P as u, F as V, U, q as r, t, p as o, g as n, X as l, s as p, G as S, b as d, C as k, $ as m, Q as c, f as g, n as b, D, R as T, K as h, H as C, E as R, N as f, h as y, e as A, W as H, d as M, k as P, v as x, z as B, o as G, j as Q, l as W, u as v, y as w, x as E, Y as I, r as K, O as L, m as N, Z as O, a as X, T as j, I as q, w as z, B as F, S as J, i as Y, c as Z, A as $, V as _, L as aa, M as ea } from "./index-035e5786.js";
1
+ import { J as s, P as u, F as V, U, q as r, t, p as o, g as n, X as l, s as p, G as S, b as d, C as k, $ as m, Q as c, f as g, n as b, D, R as T, K as h, H as C, E as R, N as f, h as y, e as A, W as H, d as M, k as P, v as x, z as B, o as G, j as Q, l as W, u as v, y as w, x as E, Y as I, r as K, O as L, m as N, Z as O, a as X, T as j, I as q, w as z, B as F, S as J, i as Y, c as Z, A as $, V as _, L as aa, M as ea } from "./index-fff291d5.js";
2
2
  import "vue";
3
3
  export {
4
4
  s as Arrow,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vue-data-ui",
3
3
  "private": false,
4
- "version": "2.1.55",
4
+ "version": "2.1.56",
5
5
  "type": "module",
6
6
  "description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
7
7
  "keywords": [