@vcita/design-system 0.6.25-beta.1 → 0.6.27

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.
@@ -11,7 +11,7 @@ import { VDialog, VBtn, VLayout, VAlert, VTooltip, VIcon, VSubheader, VListItem,
11
11
  //
12
12
  //
13
13
  //
14
- var script$V = {
14
+ var script$X = {
15
15
  components: {
16
16
  VDialog: VDialog
17
17
  },
@@ -168,10 +168,10 @@ function addStyle(id, css) {
168
168
  }
169
169
 
170
170
  /* script */
171
- const __vue_script__$V = script$V;
171
+ const __vue_script__$X = script$X;
172
172
  /* template */
173
173
 
174
- var __vue_render__$S = function () {
174
+ var __vue_render__$U = function () {
175
175
  var _vm = this;
176
176
 
177
177
  var _h = _vm.$createElement;
@@ -206,10 +206,10 @@ var __vue_render__$S = function () {
206
206
  }, [_vm._t("default")], 2);
207
207
  };
208
208
 
209
- var __vue_staticRenderFns__$S = [];
209
+ var __vue_staticRenderFns__$U = [];
210
210
  /* style */
211
211
 
212
- const __vue_inject_styles__$V = function (inject) {
212
+ const __vue_inject_styles__$X = function (inject) {
213
213
  if (!inject) return;
214
214
  inject("data-v-2f9f1f74_0", {
215
215
  source: ".VcModalWrapper{position:relative;width:auto;background-color:var(--modal-bg-color);box-shadow:var(--modal-box-shadow)}@media screen and (min-width:960px){.VcModalWrapper{margin:0 24px}.VcModalWrapper.offset{left:var(--modal-desktop-offset)}#app[dir=rtl] .VcModalWrapper.offset{left:auto;right:var(--modal-desktop-offset)}}",
@@ -220,23 +220,23 @@ const __vue_inject_styles__$V = function (inject) {
220
220
  /* scoped */
221
221
 
222
222
 
223
- const __vue_scope_id__$V = undefined;
223
+ const __vue_scope_id__$X = undefined;
224
224
  /* module identifier */
225
225
 
226
- const __vue_module_identifier__$V = undefined;
226
+ const __vue_module_identifier__$X = undefined;
227
227
  /* functional template */
228
228
 
229
- const __vue_is_functional_template__$V = false;
229
+ const __vue_is_functional_template__$X = false;
230
230
  /* style inject SSR */
231
231
 
232
232
  /* style inject shadow dom */
233
233
 
234
- const __vue_component__$V = /*#__PURE__*/normalizeComponent({
235
- render: __vue_render__$S,
236
- staticRenderFns: __vue_staticRenderFns__$S
237
- }, __vue_inject_styles__$V, __vue_script__$V, __vue_scope_id__$V, __vue_is_functional_template__$V, __vue_module_identifier__$V, false, createInjector, undefined, undefined);
234
+ const __vue_component__$X = /*#__PURE__*/normalizeComponent({
235
+ render: __vue_render__$U,
236
+ staticRenderFns: __vue_staticRenderFns__$U
237
+ }, __vue_inject_styles__$X, __vue_script__$X, __vue_scope_id__$X, __vue_is_functional_template__$X, __vue_module_identifier__$X, false, createInjector, undefined, undefined);
238
238
 
239
- var script$U = {
239
+ var script$W = {
240
240
  name: "VcIcon",
241
241
  props: {
242
242
  dataQa: {
@@ -256,33 +256,33 @@ var script$U = {
256
256
  };
257
257
 
258
258
  /* script */
259
- const __vue_script__$U = script$U;
259
+ const __vue_script__$W = script$W;
260
260
  /* template */
261
261
 
262
262
  /* style */
263
263
 
264
- const __vue_inject_styles__$U = undefined;
264
+ const __vue_inject_styles__$W = undefined;
265
265
  /* scoped */
266
266
 
267
- const __vue_scope_id__$U = undefined;
267
+ const __vue_scope_id__$W = undefined;
268
268
  /* module identifier */
269
269
 
270
- const __vue_module_identifier__$U = undefined;
270
+ const __vue_module_identifier__$W = undefined;
271
271
  /* functional template */
272
272
 
273
- const __vue_is_functional_template__$U = undefined;
273
+ const __vue_is_functional_template__$W = undefined;
274
274
  /* style inject */
275
275
 
276
276
  /* style inject SSR */
277
277
 
278
278
  /* style inject shadow dom */
279
279
 
280
- const __vue_component__$U = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$U, __vue_script__$U, __vue_scope_id__$U, __vue_is_functional_template__$U, __vue_module_identifier__$U, false, undefined, undefined, undefined);
280
+ const __vue_component__$W = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$W, __vue_script__$W, __vue_scope_id__$W, __vue_is_functional_template__$W, __vue_module_identifier__$W, false, undefined, undefined, undefined);
281
281
 
282
- var script$T = {
282
+ var script$V = {
283
283
  name: "VcButton",
284
284
  components: {
285
- VcIcon: __vue_component__$U,
285
+ VcIcon: __vue_component__$W,
286
286
  VBtn: VBtn
287
287
  },
288
288
  props: {
@@ -329,6 +329,10 @@ var script$T = {
329
329
  },
330
330
  default: 'primary'
331
331
  },
332
+ ghost: {
333
+ type: Boolean,
334
+ default: false
335
+ },
332
336
  icon: {
333
337
  type: Boolean,
334
338
  default: false
@@ -393,10 +397,10 @@ var script$T = {
393
397
  };
394
398
 
395
399
  /* script */
396
- const __vue_script__$T = script$T;
400
+ const __vue_script__$V = script$V;
397
401
  /* template */
398
402
 
399
- var __vue_render__$R = function () {
403
+ var __vue_render__$T = function () {
400
404
  var _vm = this;
401
405
 
402
406
  var _h = _vm.$createElement;
@@ -410,6 +414,7 @@ var __vue_render__$R = function () {
410
414
  "icon": _vm.icon,
411
415
  "fab": _vm.fab,
412
416
  "outlined": _vm.outlined,
417
+ "text": _vm.ghost,
413
418
  "rounded": _vm.pill,
414
419
  "plain": _vm.plain,
415
420
  "x-small": _vm.xSmall,
@@ -441,13 +446,13 @@ var __vue_render__$R = function () {
441
446
  }), _vm._v("\n " + _vm._s(_vm.label || _vm.$slots.default && _vm.$slots.default[0].text || "") + "\n "), _vm._t("append")], 2);
442
447
  };
443
448
 
444
- var __vue_staticRenderFns__$R = [];
449
+ var __vue_staticRenderFns__$T = [];
445
450
  /* style */
446
451
 
447
- const __vue_inject_styles__$T = function (inject) {
452
+ const __vue_inject_styles__$V = function (inject) {
448
453
  if (!inject) return;
449
- inject("data-v-048cf278_0", {
450
- source: ".VcButton[data-v-048cf278]{letter-spacing:var(--letter-spacing)}.VcButton[data-v-048cf278]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.VcButton .prependDefaultIcon[data-v-048cf278]{margin-inline-end:var(--size-value3)}.VcButton .prependDefaultIcon[data-v-048cf278] svg{fill:currentColor}.VcButton.secondary__text[data-v-048cf278]{color:var(--gray-darken-5)!important;border-color:var(--neutral-lighten-1)}",
454
+ inject("data-v-1b007814_0", {
455
+ source: ".VcButton[data-v-1b007814]{letter-spacing:var(--letter-spacing)}.VcButton[data-v-1b007814]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.VcButton .prependDefaultIcon[data-v-1b007814]{margin-inline-end:var(--size-value3)}.VcButton .prependDefaultIcon[data-v-1b007814] svg{fill:currentColor}.VcButton.secondary__text[data-v-1b007814]{color:var(--gray-darken-5)!important;border-color:var(--neutral-lighten-1)}",
451
456
  map: undefined,
452
457
  media: undefined
453
458
  });
@@ -455,28 +460,28 @@ const __vue_inject_styles__$T = function (inject) {
455
460
  /* scoped */
456
461
 
457
462
 
458
- const __vue_scope_id__$T = "data-v-048cf278";
463
+ const __vue_scope_id__$V = "data-v-1b007814";
459
464
  /* module identifier */
460
465
 
461
- const __vue_module_identifier__$T = undefined;
466
+ const __vue_module_identifier__$V = undefined;
462
467
  /* functional template */
463
468
 
464
- const __vue_is_functional_template__$T = false;
469
+ const __vue_is_functional_template__$V = false;
465
470
  /* style inject SSR */
466
471
 
467
472
  /* style inject shadow dom */
468
473
 
469
- const __vue_component__$T = /*#__PURE__*/normalizeComponent({
470
- render: __vue_render__$R,
471
- staticRenderFns: __vue_staticRenderFns__$R
472
- }, __vue_inject_styles__$T, __vue_script__$T, __vue_scope_id__$T, __vue_is_functional_template__$T, __vue_module_identifier__$T, false, createInjector, undefined, undefined);
474
+ const __vue_component__$V = /*#__PURE__*/normalizeComponent({
475
+ render: __vue_render__$T,
476
+ staticRenderFns: __vue_staticRenderFns__$T
477
+ }, __vue_inject_styles__$V, __vue_script__$V, __vue_scope_id__$V, __vue_is_functional_template__$V, __vue_module_identifier__$V, false, createInjector, undefined, undefined);
473
478
 
474
- var script$S = {
479
+ var script$U = {
475
480
  name: 'VcModalContainer',
476
481
  components: {
477
- VcButton: __vue_component__$T,
478
- VcModalWrapper: __vue_component__$V,
479
- VcIcon: __vue_component__$U,
482
+ VcButton: __vue_component__$V,
483
+ VcModalWrapper: __vue_component__$X,
484
+ VcIcon: __vue_component__$W,
480
485
  VLayout: VLayout
481
486
  },
482
487
  props: {
@@ -522,10 +527,10 @@ var script$S = {
522
527
  };
523
528
 
524
529
  /* script */
525
- const __vue_script__$S = script$S;
530
+ const __vue_script__$U = script$U;
526
531
  /* template */
527
532
 
528
- var __vue_render__$Q = function () {
533
+ var __vue_render__$S = function () {
529
534
  var _vm = this;
530
535
 
531
536
  var _h = _vm.$createElement;
@@ -598,10 +603,10 @@ var __vue_render__$Q = function () {
598
603
  }, [_vm._t("footer")], 2) : _vm._e()])]], 2) : _vm._e();
599
604
  };
600
605
 
601
- var __vue_staticRenderFns__$Q = [];
606
+ var __vue_staticRenderFns__$S = [];
602
607
  /* style */
603
608
 
604
- const __vue_inject_styles__$S = function (inject) {
609
+ const __vue_inject_styles__$U = function (inject) {
605
610
  if (!inject) return;
606
611
  inject("data-v-35c8f07c_0", {
607
612
  source: ".VcModalContainer{overflow-y:hidden;height:auto;min-height:100px;min-width:300px;display:flex}.VcModalContainer.sm{width:var(--modal-width-small)}.VcModalContainer.md{width:var(--modal-width-medium)}.VcModalContainer.lg{width:var(--modal-width-large)}.VcModalContainer.xl{width:var(--modal-width-x-large)}.VcModalContainer.responsive{width:100%;margin:0 24px}.VcModalContainer .VcModalContainerContent,.VcModalContainer footer,.VcModalContainer header{flex-shrink:0}.VcModalContainer header{display:flex;justify-content:space-between}.VcModalContainer header .VcModalCloseButton{position:absolute;z-index:1;inset-inline-end:5px;top:var(--size-value2)}.VcModalContainer header .VcModalCloseButton .VcIcon{font-size:22px}.VcModalContainer header.showDivider{border-bottom:1px solid rgba(0,0,0,.12)}.VcModalContainer .VcModalContainerContent{overflow-y:auto;overflow-x:hidden;height:calc(100% - 138px);line-height:var(--size-value6);flex-grow:1;font-size:var(--font-size-small);padding:0 var(--size-value6) var(--size-value6)}.VcModalContainer footer{padding:var(--size-value3) var(--size-value4) var(--size-value3);text-align:right}#app[dir=rtl] .VcModalContainer footer{text-align:left}.VcModalContainer footer.showDivider{border-top:1px solid rgba(0,0,0,.12)}@media screen and (min-width:960px){.VcModalContainer footer{padding:var(--size-value3) var(--size-value6) var(--size-value3)}}.VcModalContainer.notice header,.VcModalContainer.prominent header{font-weight:var(--font-weight-xl);font-size:var(--font-size-medium2);padding-bottom:0;padding-top:var(--size-value10)}.VcModalContainer.notice .VcModalContainerContent,.VcModalContainer.prominent .VcModalContainerContent{padding:0;min-height:168px;height:calc(100% - 497px)}@media screen and (min-width:960px){.VcModalContainer.notice .VcModalContainerContent,.VcModalContainer.prominent .VcModalContainerContent{margin-bottom:var(--size-value2)}}.VcModalContainer.notice footer,.VcModalContainer.prominent footer{padding-top:var(--size-value3);padding-bottom:0}.VcModalContainer.notice.responsive .VcModalContainerContent,.VcModalContainer.notice.sm .VcModalContainerContent,.VcModalContainer.prominent.responsive .VcModalContainerContent,.VcModalContainer.prominent.sm .VcModalContainerContent{margin-left:var(--size-value6);padding-right:var(--size-value6)}.VcModalContainer.notice.md .VcModalContainerContent,.VcModalContainer.prominent.md .VcModalContainerContent{margin-left:var(--size-value10);padding-right:var(--size-value10)}.VcModalContainer.notice.lg header,.VcModalContainer.prominent.lg header{height:initial}.VcModalContainer.notice.lg .VcModalContainerContent,.VcModalContainer.prominent.lg .VcModalContainerContent{min-height:0;margin-left:var(--size-value16);padding-right:var(--size-value16)}.VcModalContainer.prominent .VcModalContainerContent{margin-bottom:var(--size-value6)}.VcModalContainer.input.responsive{height:100%;margin:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.VcModalContainer.input .VcModalContainerContent{height:auto;padding:0}",
@@ -612,23 +617,23 @@ const __vue_inject_styles__$S = function (inject) {
612
617
  /* scoped */
613
618
 
614
619
 
615
- const __vue_scope_id__$S = undefined;
620
+ const __vue_scope_id__$U = undefined;
616
621
  /* module identifier */
617
622
 
618
- const __vue_module_identifier__$S = undefined;
623
+ const __vue_module_identifier__$U = undefined;
619
624
  /* functional template */
620
625
 
621
- const __vue_is_functional_template__$S = false;
626
+ const __vue_is_functional_template__$U = false;
622
627
  /* style inject SSR */
623
628
 
624
629
  /* style inject shadow dom */
625
630
 
626
- const __vue_component__$S = /*#__PURE__*/normalizeComponent({
627
- render: __vue_render__$Q,
628
- staticRenderFns: __vue_staticRenderFns__$Q
629
- }, __vue_inject_styles__$S, __vue_script__$S, __vue_scope_id__$S, __vue_is_functional_template__$S, __vue_module_identifier__$S, false, createInjector, undefined, undefined);
631
+ const __vue_component__$U = /*#__PURE__*/normalizeComponent({
632
+ render: __vue_render__$S,
633
+ staticRenderFns: __vue_staticRenderFns__$S
634
+ }, __vue_inject_styles__$U, __vue_script__$U, __vue_scope_id__$U, __vue_is_functional_template__$U, __vue_module_identifier__$U, false, createInjector, undefined, undefined);
630
635
 
631
- var script$R = {
636
+ var script$T = {
632
637
  name: "VcLayout",
633
638
  render: function (createElement) {
634
639
  // `<v-layout><slot></slot></v-layout>`
@@ -642,34 +647,34 @@ var script$R = {
642
647
  };
643
648
 
644
649
  /* script */
645
- const __vue_script__$R = script$R;
650
+ const __vue_script__$T = script$T;
646
651
  /* template */
647
652
 
648
653
  /* style */
649
654
 
650
- const __vue_inject_styles__$R = undefined;
655
+ const __vue_inject_styles__$T = undefined;
651
656
  /* scoped */
652
657
 
653
- const __vue_scope_id__$R = "data-v-0751575a";
658
+ const __vue_scope_id__$T = "data-v-0751575a";
654
659
  /* module identifier */
655
660
 
656
- const __vue_module_identifier__$R = undefined;
661
+ const __vue_module_identifier__$T = undefined;
657
662
  /* functional template */
658
663
 
659
- const __vue_is_functional_template__$R = undefined;
664
+ const __vue_is_functional_template__$T = undefined;
660
665
  /* style inject */
661
666
 
662
667
  /* style inject SSR */
663
668
 
664
669
  /* style inject shadow dom */
665
670
 
666
- const __vue_component__$R = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$R, __vue_script__$R, __vue_scope_id__$R, __vue_is_functional_template__$R, __vue_module_identifier__$R, false, undefined, undefined, undefined);
671
+ const __vue_component__$T = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$T, __vue_script__$T, __vue_scope_id__$T, __vue_is_functional_template__$T, __vue_module_identifier__$T, false, undefined, undefined, undefined);
667
672
 
668
- var script$Q = {
673
+ var script$S = {
669
674
  name: "VcModalFooter",
670
675
  components: {
671
- VcLayout: __vue_component__$R,
672
- VcButton: __vue_component__$T
676
+ VcLayout: __vue_component__$T,
677
+ VcButton: __vue_component__$V
673
678
  },
674
679
  props: {
675
680
  direction: {
@@ -698,10 +703,10 @@ var script$Q = {
698
703
  };
699
704
 
700
705
  /* script */
701
- const __vue_script__$Q = script$Q;
706
+ const __vue_script__$S = script$S;
702
707
  /* template */
703
708
 
704
- var __vue_render__$P = function () {
709
+ var __vue_render__$R = function () {
705
710
  var _vm = this;
706
711
 
707
712
  var _h = _vm.$createElement;
@@ -736,10 +741,10 @@ var __vue_render__$P = function () {
736
741
  }), 1);
737
742
  };
738
743
 
739
- var __vue_staticRenderFns__$P = [];
744
+ var __vue_staticRenderFns__$R = [];
740
745
  /* style */
741
746
 
742
- const __vue_inject_styles__$Q = function (inject) {
747
+ const __vue_inject_styles__$S = function (inject) {
743
748
  if (!inject) return;
744
749
  inject("data-v-79ae858b_0", {
745
750
  source: ".VcModalFooter.vertical .VcFooterButton[data-v-79ae858b]{width:100%;margin-bottom:var(--size-value2)}.VcModalFooter.vertical .VcFooterButton[data-v-79ae858b]:last-of-type{margin-bottom:0}@media screen and (min-width:960px){.VcModalFooter.vertical .VcFooterButton[data-v-79ae858b]{width:auto}}.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]{flex-basis:0;flex-grow:1}.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]:first-of-type{margin-left:0}.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]:last-of-type{margin-right:0}@media screen and (min-width:960px){.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]{flex-basis:auto;flex-grow:0}}.VcModalFooter .VcFooterButton[data-v-79ae858b]{margin-left:var(--size-value1);margin-right:var(--size-value1)}",
@@ -750,28 +755,28 @@ const __vue_inject_styles__$Q = function (inject) {
750
755
  /* scoped */
751
756
 
752
757
 
753
- const __vue_scope_id__$Q = "data-v-79ae858b";
758
+ const __vue_scope_id__$S = "data-v-79ae858b";
754
759
  /* module identifier */
755
760
 
756
- const __vue_module_identifier__$Q = undefined;
761
+ const __vue_module_identifier__$S = undefined;
757
762
  /* functional template */
758
763
 
759
- const __vue_is_functional_template__$Q = false;
764
+ const __vue_is_functional_template__$S = false;
760
765
  /* style inject SSR */
761
766
 
762
767
  /* style inject shadow dom */
763
768
 
764
- const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
765
- render: __vue_render__$P,
766
- staticRenderFns: __vue_staticRenderFns__$P
767
- }, __vue_inject_styles__$Q, __vue_script__$Q, __vue_scope_id__$Q, __vue_is_functional_template__$Q, __vue_module_identifier__$Q, false, createInjector, undefined, undefined);
769
+ const __vue_component__$S = /*#__PURE__*/normalizeComponent({
770
+ render: __vue_render__$R,
771
+ staticRenderFns: __vue_staticRenderFns__$R
772
+ }, __vue_inject_styles__$S, __vue_script__$S, __vue_scope_id__$S, __vue_is_functional_template__$S, __vue_module_identifier__$S, false, createInjector, undefined, undefined);
768
773
 
769
- var script$P = {
774
+ var script$R = {
770
775
  name: "VcModalHeader",
771
776
  components: {
772
- VcLayout: __vue_component__$R,
773
- VcIcon: __vue_component__$U,
774
- VcButton: __vue_component__$T
777
+ VcLayout: __vue_component__$T,
778
+ VcIcon: __vue_component__$W,
779
+ VcButton: __vue_component__$V
775
780
  },
776
781
  props: {
777
782
  topTitle: {
@@ -828,10 +833,10 @@ var script$P = {
828
833
  };
829
834
 
830
835
  /* script */
831
- const __vue_script__$P = script$P;
836
+ const __vue_script__$R = script$R;
832
837
  /* template */
833
838
 
834
- var __vue_render__$O = function () {
839
+ var __vue_render__$Q = function () {
835
840
  var _vm = this;
836
841
 
837
842
  var _h = _vm.$createElement;
@@ -932,10 +937,10 @@ var __vue_render__$O = function () {
932
937
  }) : _vm._e()], 2);
933
938
  };
934
939
 
935
- var __vue_staticRenderFns__$O = [];
940
+ var __vue_staticRenderFns__$Q = [];
936
941
  /* style */
937
942
 
938
- const __vue_inject_styles__$P = function (inject) {
943
+ const __vue_inject_styles__$R = function (inject) {
939
944
  if (!inject) return;
940
945
  inject("data-v-0446c685_0", {
941
946
  source: ".VcHeader[data-v-0446c685]{padding:var(--size-value4);font-weight:var(--font-weight-large);font-size:var(--font-size-medium);line-height:var(--size-value7);letter-spacing:var(--letter-spacing)}@media screen and (min-width:960px){.VcHeader[data-v-0446c685]{padding:var(--size-value4) var(--size-value4) var(--size-value4) var(--size-value6)}}.VcHeader.no-close-button[data-v-0446c685]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small2);padding:var(--size-value4) var(--size-value6) var(--size-value0)}.VcHeader.no-close-button.input[data-v-0446c685]{padding-block-end:var(--size-value0)}.VcHeader .VcHeaderImage[data-v-0446c685]{width:var(--size-value8);margin-right:var(--size-value3);padding:5px;border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:var(--border-radius)}.VcHeader .VcHeaderTopTitle[data-v-0446c685]{font-size:11px;font-weight:var(--font-weight-medium);line-height:var(--size-value3);color:var(--gray-darken-3)}.VcHeader .VcHeaderTitleWithPadding[data-v-0446c685]{padding-left:var(--size-value6)}.VcHeader .VcHeaderDescription[data-v-0446c685]{font-size:var(--font-size-xx-small);font-weight:var(--font-weight-medium);line-height:var(--size-value4);color:var(--gray-darken-4)}.VcHeader .VcHeaderSubtitle[data-v-0446c685]{font-size:var(--font-size-small2);font-weight:var(--font-weight-medium);color:var(--gray-darken-5);padding-left:var(--size-value2)}.VcHeader.confirm[data-v-0446c685]{font-weight:var(--font-weight-large);font-size:var(--font-size-medium);line-height:var(--size-value7);display:flex;align-items:flex-end;letter-spacing:var(--letter-spacing);color:var(--gray-darken-5);padding-inline:var(--size-value6) var(--size-value4)}@media screen and (min-width:960px){.VcHeader.confirm[data-v-0446c685]{font-weight:var(--font-weight-large2);padding-bottom:var(--size-value1);padding-top:var(--size-value6)}}.VcHeader.confirm .VcHeaderButton[data-v-0446c685],.VcHeader.input .VcHeaderButton[data-v-0446c685]{max-height:24px;margin-right:var(--size-value3)}.VcHeader.confirm .VcHeaderIcon[data-v-0446c685],.VcHeader.input .VcHeaderIcon[data-v-0446c685]{padding-right:var(--size-value3);font-size:var(--font-size-medium)}@media screen and (min-width:960px){.VcHeader.input[data-v-0446c685]{padding-bottom:var(--size-value3)}}.VcHeader .close-button[data-v-0446c685]{height:var(--size-value3);width:var(--size-value3);padding:unset}.VcHeader .close-button .mobile-close-icon[data-v-0446c685]{fill:var(--gray-darken-2);width:var(--size-value3)}",
@@ -946,30 +951,30 @@ const __vue_inject_styles__$P = function (inject) {
946
951
  /* scoped */
947
952
 
948
953
 
949
- const __vue_scope_id__$P = "data-v-0446c685";
954
+ const __vue_scope_id__$R = "data-v-0446c685";
950
955
  /* module identifier */
951
956
 
952
- const __vue_module_identifier__$P = undefined;
957
+ const __vue_module_identifier__$R = undefined;
953
958
  /* functional template */
954
959
 
955
- const __vue_is_functional_template__$P = false;
960
+ const __vue_is_functional_template__$R = false;
956
961
  /* style inject SSR */
957
962
 
958
963
  /* style inject shadow dom */
959
964
 
960
- const __vue_component__$P = /*#__PURE__*/normalizeComponent({
961
- render: __vue_render__$O,
962
- staticRenderFns: __vue_staticRenderFns__$O
963
- }, __vue_inject_styles__$P, __vue_script__$P, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, createInjector, undefined, undefined);
965
+ const __vue_component__$R = /*#__PURE__*/normalizeComponent({
966
+ render: __vue_render__$Q,
967
+ staticRenderFns: __vue_staticRenderFns__$Q
968
+ }, __vue_inject_styles__$R, __vue_script__$R, __vue_scope_id__$R, __vue_is_functional_template__$R, __vue_module_identifier__$R, false, createInjector, undefined, undefined);
964
969
 
965
- var script$O = {
970
+ var script$Q = {
966
971
  name: "VcConfirmModal",
967
972
  components: {
968
- VcModalHeader: __vue_component__$P,
969
- VcLayout: __vue_component__$R,
970
- VcModalFooter: __vue_component__$Q,
971
- VcIcon: __vue_component__$U,
972
- VcModalContainer: __vue_component__$S
973
+ VcModalHeader: __vue_component__$R,
974
+ VcLayout: __vue_component__$T,
975
+ VcModalFooter: __vue_component__$S,
976
+ VcIcon: __vue_component__$W,
977
+ VcModalContainer: __vue_component__$U
973
978
  },
974
979
  props: {
975
980
  showDialog: {
@@ -1026,10 +1031,10 @@ var script$O = {
1026
1031
  };
1027
1032
 
1028
1033
  /* script */
1029
- const __vue_script__$O = script$O;
1034
+ const __vue_script__$Q = script$Q;
1030
1035
  /* template */
1031
1036
 
1032
- var __vue_render__$N = function () {
1037
+ var __vue_render__$P = function () {
1033
1038
  var _vm = this;
1034
1039
 
1035
1040
  var _h = _vm.$createElement;
@@ -1112,31 +1117,31 @@ var __vue_render__$N = function () {
1112
1117
  });
1113
1118
  };
1114
1119
 
1115
- var __vue_staticRenderFns__$N = [];
1120
+ var __vue_staticRenderFns__$P = [];
1116
1121
  /* style */
1117
1122
 
1118
- const __vue_inject_styles__$O = undefined;
1123
+ const __vue_inject_styles__$Q = undefined;
1119
1124
  /* scoped */
1120
1125
 
1121
- const __vue_scope_id__$O = "data-v-5b1ba5c6";
1126
+ const __vue_scope_id__$Q = "data-v-5b1ba5c6";
1122
1127
  /* module identifier */
1123
1128
 
1124
- const __vue_module_identifier__$O = undefined;
1129
+ const __vue_module_identifier__$Q = undefined;
1125
1130
  /* functional template */
1126
1131
 
1127
- const __vue_is_functional_template__$O = false;
1132
+ const __vue_is_functional_template__$Q = false;
1128
1133
  /* style inject */
1129
1134
 
1130
1135
  /* style inject SSR */
1131
1136
 
1132
1137
  /* style inject shadow dom */
1133
1138
 
1134
- const __vue_component__$O = /*#__PURE__*/normalizeComponent({
1135
- render: __vue_render__$N,
1136
- staticRenderFns: __vue_staticRenderFns__$N
1137
- }, __vue_inject_styles__$O, __vue_script__$O, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, undefined, undefined, undefined);
1139
+ const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
1140
+ render: __vue_render__$P,
1141
+ staticRenderFns: __vue_staticRenderFns__$P
1142
+ }, __vue_inject_styles__$Q, __vue_script__$Q, __vue_scope_id__$Q, __vue_is_functional_template__$Q, __vue_module_identifier__$Q, false, undefined, undefined, undefined);
1138
1143
 
1139
- var script$N = {
1144
+ var script$P = {
1140
1145
  name: "VcForm",
1141
1146
  methods: {
1142
1147
  validate() {
@@ -1156,38 +1161,38 @@ var script$N = {
1156
1161
  };
1157
1162
 
1158
1163
  /* script */
1159
- const __vue_script__$N = script$N;
1164
+ const __vue_script__$P = script$P;
1160
1165
  /* template */
1161
1166
 
1162
1167
  /* style */
1163
1168
 
1164
- const __vue_inject_styles__$N = undefined;
1169
+ const __vue_inject_styles__$P = undefined;
1165
1170
  /* scoped */
1166
1171
 
1167
- const __vue_scope_id__$N = "data-v-398cf17d";
1172
+ const __vue_scope_id__$P = "data-v-398cf17d";
1168
1173
  /* module identifier */
1169
1174
 
1170
- const __vue_module_identifier__$N = undefined;
1175
+ const __vue_module_identifier__$P = undefined;
1171
1176
  /* functional template */
1172
1177
 
1173
- const __vue_is_functional_template__$N = undefined;
1178
+ const __vue_is_functional_template__$P = undefined;
1174
1179
  /* style inject */
1175
1180
 
1176
1181
  /* style inject SSR */
1177
1182
 
1178
1183
  /* style inject shadow dom */
1179
1184
 
1180
- const __vue_component__$N = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$N, __vue_script__$N, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, undefined, undefined, undefined);
1185
+ const __vue_component__$P = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$P, __vue_script__$P, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, undefined, undefined, undefined);
1181
1186
 
1182
- var script$M = {
1187
+ var script$O = {
1183
1188
  name: "VcInputModal",
1184
1189
  components: {
1185
- VcForm: __vue_component__$N,
1186
- VcLayout: __vue_component__$R,
1187
- VcModalFooter: __vue_component__$Q,
1188
- VcIcon: __vue_component__$U,
1189
- VcModalContainer: __vue_component__$S,
1190
- VcModalHeader: __vue_component__$P
1190
+ VcForm: __vue_component__$P,
1191
+ VcLayout: __vue_component__$T,
1192
+ VcModalFooter: __vue_component__$S,
1193
+ VcIcon: __vue_component__$W,
1194
+ VcModalContainer: __vue_component__$U,
1195
+ VcModalHeader: __vue_component__$R
1191
1196
  },
1192
1197
  props: {
1193
1198
  showDialog: {
@@ -1280,10 +1285,10 @@ var script$M = {
1280
1285
  };
1281
1286
 
1282
1287
  /* script */
1283
- const __vue_script__$M = script$M;
1288
+ const __vue_script__$O = script$O;
1284
1289
  /* template */
1285
1290
 
1286
- var __vue_render__$M = function () {
1291
+ var __vue_render__$O = function () {
1287
1292
  var _vm = this;
1288
1293
 
1289
1294
  var _h = _vm.$createElement;
@@ -1387,10 +1392,10 @@ var __vue_render__$M = function () {
1387
1392
  });
1388
1393
  };
1389
1394
 
1390
- var __vue_staticRenderFns__$M = [];
1395
+ var __vue_staticRenderFns__$O = [];
1391
1396
  /* style */
1392
1397
 
1393
- const __vue_inject_styles__$M = function (inject) {
1398
+ const __vue_inject_styles__$O = function (inject) {
1394
1399
  if (!inject) return;
1395
1400
  inject("data-v-66b94d97_0", {
1396
1401
  source: ".VcInputForm-layout .VcInputForm-main[data-v-66b94d97]{width:100%;max-width:100%;padding:var(--size-value6)}.VcInputForm-layout .VcInputForm-additional[data-v-66b94d97]{min-width:324px;padding:var(--size-value6);background:#f8f9fb;border-left:1px solid rgba(0,0,0,.12)}",
@@ -1401,26 +1406,26 @@ const __vue_inject_styles__$M = function (inject) {
1401
1406
  /* scoped */
1402
1407
 
1403
1408
 
1404
- const __vue_scope_id__$M = "data-v-66b94d97";
1409
+ const __vue_scope_id__$O = "data-v-66b94d97";
1405
1410
  /* module identifier */
1406
1411
 
1407
- const __vue_module_identifier__$M = undefined;
1412
+ const __vue_module_identifier__$O = undefined;
1408
1413
  /* functional template */
1409
1414
 
1410
- const __vue_is_functional_template__$M = false;
1415
+ const __vue_is_functional_template__$O = false;
1411
1416
  /* style inject SSR */
1412
1417
 
1413
1418
  /* style inject shadow dom */
1414
1419
 
1415
- const __vue_component__$M = /*#__PURE__*/normalizeComponent({
1416
- render: __vue_render__$M,
1417
- staticRenderFns: __vue_staticRenderFns__$M
1418
- }, __vue_inject_styles__$M, __vue_script__$M, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, createInjector, undefined, undefined);
1420
+ const __vue_component__$O = /*#__PURE__*/normalizeComponent({
1421
+ render: __vue_render__$O,
1422
+ staticRenderFns: __vue_staticRenderFns__$O
1423
+ }, __vue_inject_styles__$O, __vue_script__$O, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, createInjector, undefined, undefined);
1419
1424
 
1420
- var script$L = {
1425
+ var script$N = {
1421
1426
  name: "VcImage",
1422
1427
  components: {
1423
- VcLayout: __vue_component__$R
1428
+ VcLayout: __vue_component__$T
1424
1429
  },
1425
1430
  props: {
1426
1431
  image: {
@@ -1435,10 +1440,10 @@ var script$L = {
1435
1440
  };
1436
1441
 
1437
1442
  /* script */
1438
- const __vue_script__$L = script$L;
1443
+ const __vue_script__$N = script$N;
1439
1444
  /* template */
1440
1445
 
1441
- var __vue_render__$L = function () {
1446
+ var __vue_render__$N = function () {
1442
1447
  var _vm = this;
1443
1448
 
1444
1449
  var _h = _vm.$createElement;
@@ -1462,10 +1467,10 @@ var __vue_render__$L = function () {
1462
1467
  })], 1);
1463
1468
  };
1464
1469
 
1465
- var __vue_staticRenderFns__$L = [];
1470
+ var __vue_staticRenderFns__$N = [];
1466
1471
  /* style */
1467
1472
 
1468
- const __vue_inject_styles__$L = function (inject) {
1473
+ const __vue_inject_styles__$N = function (inject) {
1469
1474
  if (!inject) return;
1470
1475
  inject("data-v-46be532e_0", {
1471
1476
  source: ".VcImage[data-v-46be532e]{height:100%;justify-content:center}.VcImage[data-v-46be532e] img{height:100%}.VcImage[data-v-46be532e] svg{max-width:100%;height:100%}",
@@ -1476,29 +1481,29 @@ const __vue_inject_styles__$L = function (inject) {
1476
1481
  /* scoped */
1477
1482
 
1478
1483
 
1479
- const __vue_scope_id__$L = "data-v-46be532e";
1484
+ const __vue_scope_id__$N = "data-v-46be532e";
1480
1485
  /* module identifier */
1481
1486
 
1482
- const __vue_module_identifier__$L = undefined;
1487
+ const __vue_module_identifier__$N = undefined;
1483
1488
  /* functional template */
1484
1489
 
1485
- const __vue_is_functional_template__$L = false;
1490
+ const __vue_is_functional_template__$N = false;
1486
1491
  /* style inject SSR */
1487
1492
 
1488
1493
  /* style inject shadow dom */
1489
1494
 
1490
- const __vue_component__$L = /*#__PURE__*/normalizeComponent({
1491
- render: __vue_render__$L,
1492
- staticRenderFns: __vue_staticRenderFns__$L
1493
- }, __vue_inject_styles__$L, __vue_script__$L, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, createInjector, undefined, undefined);
1495
+ const __vue_component__$N = /*#__PURE__*/normalizeComponent({
1496
+ render: __vue_render__$N,
1497
+ staticRenderFns: __vue_staticRenderFns__$N
1498
+ }, __vue_inject_styles__$N, __vue_script__$N, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, createInjector, undefined, undefined);
1494
1499
 
1495
- var script$K = {
1500
+ var script$M = {
1496
1501
  name: "VcNoticeModal",
1497
1502
  components: {
1498
- VcImage: __vue_component__$L,
1499
- VcLayout: __vue_component__$R,
1500
- VcModalFooter: __vue_component__$Q,
1501
- VcModalContainer: __vue_component__$S
1503
+ VcImage: __vue_component__$N,
1504
+ VcLayout: __vue_component__$T,
1505
+ VcModalFooter: __vue_component__$S,
1506
+ VcModalContainer: __vue_component__$U
1502
1507
  },
1503
1508
  props: {
1504
1509
  showDialog: {
@@ -1558,10 +1563,10 @@ var script$K = {
1558
1563
  };
1559
1564
 
1560
1565
  /* script */
1561
- const __vue_script__$K = script$K;
1566
+ const __vue_script__$M = script$M;
1562
1567
  /* template */
1563
1568
 
1564
- var __vue_render__$K = function () {
1569
+ var __vue_render__$M = function () {
1565
1570
  var _vm = this;
1566
1571
 
1567
1572
  var _h = _vm.$createElement;
@@ -1648,10 +1653,10 @@ var __vue_render__$K = function () {
1648
1653
  });
1649
1654
  };
1650
1655
 
1651
- var __vue_staticRenderFns__$K = [];
1656
+ var __vue_staticRenderFns__$M = [];
1652
1657
  /* style */
1653
1658
 
1654
- const __vue_inject_styles__$K = function (inject) {
1659
+ const __vue_inject_styles__$M = function (inject) {
1655
1660
  if (!inject) return;
1656
1661
  inject("data-v-d8b2c82a_0", {
1657
1662
  source: ".VcNoticeImage[data-v-d8b2c82a]{margin-bottom:var(--size-value4)}.VcNoticeImage.md[data-v-d8b2c82a],.VcNoticeImage.responsive[data-v-d8b2c82a],.VcNoticeImage.sm[data-v-d8b2c82a]{height:160px}.VcNoticeImage.lg[data-v-d8b2c82a]{height:208px}.VcNoticeContent[data-v-d8b2c82a],.VcNoticeHeader[data-v-d8b2c82a],.VcNoticeSubtitle[data-v-d8b2c82a]{text-align:center;line-height:24px}.VcNoticeHeader[data-v-d8b2c82a]{text-align:center;align-items:center;font-size:18px;font-weight:600;line-height:28px}@media screen and (min-width:960px){.VcNoticeHeader[data-v-d8b2c82a]{font-size:24px;font-weight:800;line-height:var(--size-value10)}}.VcNoticeHeader .VcNoticeHeaderText[data-v-d8b2c82a]{padding-bottom:var(--size-value2)}.VcNoticeHeader.prominent .VcNoticeHeaderText[data-v-d8b2c82a]{font-size:18px;font-weight:600}.VcNoticeSubtitle[data-v-d8b2c82a]{font-size:15px;font-weight:var(--font-weight-medium);line-height:var(--size-value6)}@media screen and (min-width:960px){.VcNoticeSubtitle[data-v-d8b2c82a]{font-size:var(--font-size-small)}}.VcNoticeSubtitle.prominent[data-v-d8b2c82a]{font-size:15px}.VcNoticeContent[data-v-d8b2c82a]{background:#eafcf2;border:1px solid #cff8e1;box-sizing:border-box;border-radius:8px;padding:var(--size-value3) var(--size-value4);margin-top:var(--size-value4);line-height:20px;font-size:13px}@media screen and (min-width:960px){.VcNoticeContent[data-v-d8b2c82a]{line-height:21px;font-size:14px}}.VcNoticeFooter[data-v-d8b2c82a]{padding-bottom:var(--size-value10)}",
@@ -1662,28 +1667,28 @@ const __vue_inject_styles__$K = function (inject) {
1662
1667
  /* scoped */
1663
1668
 
1664
1669
 
1665
- const __vue_scope_id__$K = "data-v-d8b2c82a";
1670
+ const __vue_scope_id__$M = "data-v-d8b2c82a";
1666
1671
  /* module identifier */
1667
1672
 
1668
- const __vue_module_identifier__$K = undefined;
1673
+ const __vue_module_identifier__$M = undefined;
1669
1674
  /* functional template */
1670
1675
 
1671
- const __vue_is_functional_template__$K = false;
1676
+ const __vue_is_functional_template__$M = false;
1672
1677
  /* style inject SSR */
1673
1678
 
1674
1679
  /* style inject shadow dom */
1675
1680
 
1676
- const __vue_component__$K = /*#__PURE__*/normalizeComponent({
1677
- render: __vue_render__$K,
1678
- staticRenderFns: __vue_staticRenderFns__$K
1679
- }, __vue_inject_styles__$K, __vue_script__$K, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, createInjector, undefined, undefined);
1681
+ const __vue_component__$M = /*#__PURE__*/normalizeComponent({
1682
+ render: __vue_render__$M,
1683
+ staticRenderFns: __vue_staticRenderFns__$M
1684
+ }, __vue_inject_styles__$M, __vue_script__$M, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, createInjector, undefined, undefined);
1680
1685
 
1681
- var script$J = {
1686
+ var script$L = {
1682
1687
  name: "VcAlert",
1683
1688
  components: {
1684
- VcIcon: __vue_component__$U,
1685
- VcButton: __vue_component__$T,
1686
- VcLayout: __vue_component__$R,
1689
+ VcIcon: __vue_component__$W,
1690
+ VcButton: __vue_component__$V,
1691
+ VcLayout: __vue_component__$T,
1687
1692
  VAlert: VAlert
1688
1693
  },
1689
1694
  props: {
@@ -1779,10 +1784,10 @@ var script$J = {
1779
1784
  };
1780
1785
 
1781
1786
  /* script */
1782
- const __vue_script__$J = script$J;
1787
+ const __vue_script__$L = script$L;
1783
1788
  /* template */
1784
1789
 
1785
- var __vue_render__$J = function () {
1790
+ var __vue_render__$L = function () {
1786
1791
  var _vm = this;
1787
1792
 
1788
1793
  var _h = _vm.$createElement;
@@ -1852,10 +1857,10 @@ var __vue_render__$J = function () {
1852
1857
  }) : _vm._e()], 1);
1853
1858
  };
1854
1859
 
1855
- var __vue_staticRenderFns__$J = [];
1860
+ var __vue_staticRenderFns__$L = [];
1856
1861
  /* style */
1857
1862
 
1858
- const __vue_inject_styles__$J = function (inject) {
1863
+ const __vue_inject_styles__$L = function (inject) {
1859
1864
  if (!inject) return;
1860
1865
  inject("data-v-7847c9c0_0", {
1861
1866
  source: ".dialog-alert{padding:var(--size-value3);margin:var(--size-value0)}.dialog-alert__close-btn{margin-inline-end:var(--size-value7)}.dialog-alert .alert-content{padding-inline-end:var(--size-value9)}.dialog-alert .v-alert__icon{margin-inline-end:var(--size-value2);font-size:var(--size-value5);height:var(--size-value5);min-width:var(--size-value5)}.dialog-alert .close-button{position:absolute;width:var(--size-value6);height:var(--size-value6);top:var(--size-value3);right:var(--size-value3)}#app[dir=rtl] .dialog-alert .close-button{right:auto;left:var(--size-value3)}.dialog-alert .close-button .v-btn__content{opacity:unset}.dialog-alert .close-button:hover{background-color:rgba(0,0,0,.07)}.dialog-alert .close-button .v-icon{margin-right:var(--size-value0)}.dialog-alert .close-button .v-icon svg{fill:var(--gray-darken-2);width:var(--size-value4);height:var(--size-value4)}.dialog-alert.stripe.v-alert{border-radius:var(--size-value0);border-top:none;border-left:none;border-right:none}.dialog-alert.inline.v-alert{border-radius:var(--size-value0);border:none;padding:var(--size-value0);background-color:transparent}.dialog-alert.vcita-alert-attention{border:1px solid var(--red-lighten-2);background-color:var(--red-lighten-3)}.dialog-alert.vcita-alert-attention .v-icon svg.vc-attention-fill,.dialog-alert.vcita-alert-attention .v-icon svg.vc-notif{fill:var(--red)}.dialog-alert.vcita-alert-warning{border:1px solid var(--yellow-lighten-2);background-color:var(--yellow-lighten-3)}.dialog-alert.vcita-alert-warning .v-alert__wrapper .v-icon svg.vc-notif,.dialog-alert.vcita-alert-warning .v-alert__wrapper .v-icon svg.vc-warning-fill{fill:var(--yellow)}.dialog-alert.vcita-alert-info{border:1px solid var(--blue-lighten-2);background-color:var(--blue-lighten-3)}.dialog-alert.vcita-alert-info .v-alert__wrapper .v-icon svg.vc-info-fill,.dialog-alert.vcita-alert-info .v-alert__wrapper .v-icon svg.vc-notif{fill:var(--blue)}.dialog-alert.vcita-alert-success{border:1px solid var(--green-lighten-2);background-color:var(--green-lighten-3)}.dialog-alert.vcita-alert-success .v-icon svg.vc-check-fill,.dialog-alert.vcita-alert-success .v-icon svg.vc-notif{fill:var(--green)}.dialog-alert .v-alert__wrapper .v-icon__component{height:var(--size-value4);width:var(--size-value4)}.dialog-alert .v-alert__wrapper .v-icon__component svg.vc-notif{font-size:var(--size-value4);height:var(--size-value4);min-width:var(--size-value4)}.dialog-alert .v-alert__wrapper .v-icon__component svg.arrow-right{fill:var(--blue)}.dialog-alert .alert-header{font-weight:700;font-size:var(--font-size-x-small);line-height:var(--size-value5);letter-spacing:var(--letter-spacing);margin-bottom:var(--size-value1);color:var(--gray-darken-5)}.dialog-alert .alert-header:after{content:\" \";padding-right:var(--size-value1)}.dialog-alert .alert-body{font-size:var(--font-size-x-small);line-height:var(--size-value5);letter-spacing:-.01em;color:var(--gray-darken-5)}.dialog-alert .alert-body a{color:-webkit-link}.dialog-alert .VcButton .v-icon{margin-right:initial;align-items:initial}.dialog-alert .VcButton.action-button{height:var(--size-value6);color:var(--blue)!important;font-weight:var(--font-weight-large);font-size:var(--font-size-x-small);line-height:var(--size-value6);margin-top:var(--size-value1);padding:var(--size-value0)}.dialog-alert .VcButton.action-button span.v-btn__content{opacity:unset!important}.dialog-alert .VcButton.action-button span.v-btn__content .v-icon:before{content:\" \";padding-right:var(--size-value1)}",
@@ -1866,26 +1871,26 @@ const __vue_inject_styles__$J = function (inject) {
1866
1871
  /* scoped */
1867
1872
 
1868
1873
 
1869
- const __vue_scope_id__$J = undefined;
1874
+ const __vue_scope_id__$L = undefined;
1870
1875
  /* module identifier */
1871
1876
 
1872
- const __vue_module_identifier__$J = undefined;
1877
+ const __vue_module_identifier__$L = undefined;
1873
1878
  /* functional template */
1874
1879
 
1875
- const __vue_is_functional_template__$J = false;
1880
+ const __vue_is_functional_template__$L = false;
1876
1881
  /* style inject SSR */
1877
1882
 
1878
1883
  /* style inject shadow dom */
1879
1884
 
1880
- const __vue_component__$J = /*#__PURE__*/normalizeComponent({
1881
- render: __vue_render__$J,
1882
- staticRenderFns: __vue_staticRenderFns__$J
1883
- }, __vue_inject_styles__$J, __vue_script__$J, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, createInjector, undefined, undefined);
1885
+ const __vue_component__$L = /*#__PURE__*/normalizeComponent({
1886
+ render: __vue_render__$L,
1887
+ staticRenderFns: __vue_staticRenderFns__$L
1888
+ }, __vue_inject_styles__$L, __vue_script__$L, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, createInjector, undefined, undefined);
1884
1889
 
1885
- var script$I = {
1890
+ var script$K = {
1886
1891
  name: "VcTooltip",
1887
1892
  components: {
1888
- VcIcon: __vue_component__$U,
1893
+ VcIcon: __vue_component__$W,
1889
1894
  VTooltip: VTooltip
1890
1895
  },
1891
1896
  props: {
@@ -1939,10 +1944,10 @@ var script$I = {
1939
1944
  };
1940
1945
 
1941
1946
  /* script */
1942
- const __vue_script__$I = script$I;
1947
+ const __vue_script__$K = script$K;
1943
1948
  /* template */
1944
1949
 
1945
- var __vue_render__$I = function () {
1950
+ var __vue_render__$K = function () {
1946
1951
  var _vm = this;
1947
1952
 
1948
1953
  var _h = _vm.$createElement;
@@ -2003,10 +2008,10 @@ var __vue_render__$I = function () {
2003
2008
  }) : _vm._e(), _vm._v(" "), _vm._t("content")], 2)])])])], 1);
2004
2009
  };
2005
2010
 
2006
- var __vue_staticRenderFns__$I = [];
2011
+ var __vue_staticRenderFns__$K = [];
2007
2012
  /* style */
2008
2013
 
2009
- const __vue_inject_styles__$I = function (inject) {
2014
+ const __vue_inject_styles__$K = function (inject) {
2010
2015
  if (!inject) return;
2011
2016
  inject("data-v-4def565c_0", {
2012
2017
  source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-tooltip{opacity:1!important;padding:0;border-radius:var(--border-radius)}.vc-tooltip .dark-tooltip{background-color:rgba(0,0,0,.97);font-size:var(--size-value3);font-weight:400;border-radius:var(--size-value1);padding:var(--size-value2)}.vc-tooltip .tooltip-wrapper{background:var(--modal-bg-color);box-shadow:0 5px 5px -3px rgba(0,0,0,.1),0 8px 10px 1px rgba(0,0,0,.06),0 3px 14px 2px rgba(0,0,0,.06);border-radius:var(--border-radius)}.vc-tooltip .tooltip-wrapper .tooltip-header{color:var(--gray-darken-5);font-size:var(--font-size-small2);border-radius:var(--border-radius) var(--border-radius) 0 0;font-weight:var(--font-weight-large);padding:var(--size-value3) var(--size-value4)}.vc-tooltip .tooltip-wrapper .tooltip-header.alert{background-color:var(--red-lighten-3)}.vc-tooltip .tooltip-wrapper .tooltip-header.information{background-color:var(--blue-lighten-3)}.vc-tooltip .tooltip-wrapper .tooltip-content{display:block;font-size:var(--font-size-x-small);padding:var(--size-value3) var(--size-value4) var(--size-value4)}.vc-tooltip .tooltip-wrapper .tooltip-content .content-text{color:var(--gray-darken-5);max-width:fit-content;min-width:250px;word-wrap:break-word}.vc-tooltip .inner-content{display:contents}",
@@ -2017,26 +2022,26 @@ const __vue_inject_styles__$I = function (inject) {
2017
2022
  /* scoped */
2018
2023
 
2019
2024
 
2020
- const __vue_scope_id__$I = undefined;
2025
+ const __vue_scope_id__$K = undefined;
2021
2026
  /* module identifier */
2022
2027
 
2023
- const __vue_module_identifier__$I = undefined;
2028
+ const __vue_module_identifier__$K = undefined;
2024
2029
  /* functional template */
2025
2030
 
2026
- const __vue_is_functional_template__$I = false;
2031
+ const __vue_is_functional_template__$K = false;
2027
2032
  /* style inject SSR */
2028
2033
 
2029
2034
  /* style inject shadow dom */
2030
2035
 
2031
- const __vue_component__$I = /*#__PURE__*/normalizeComponent({
2032
- render: __vue_render__$I,
2033
- staticRenderFns: __vue_staticRenderFns__$I
2034
- }, __vue_inject_styles__$I, __vue_script__$I, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, createInjector, undefined, undefined);
2036
+ const __vue_component__$K = /*#__PURE__*/normalizeComponent({
2037
+ render: __vue_render__$K,
2038
+ staticRenderFns: __vue_staticRenderFns__$K
2039
+ }, __vue_inject_styles__$K, __vue_script__$K, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, createInjector, undefined, undefined);
2035
2040
 
2036
- var script$H = {
2041
+ var script$J = {
2037
2042
  name: "VcIconWithTooltip",
2038
2043
  components: {
2039
- VcTooltip: __vue_component__$I,
2044
+ VcTooltip: __vue_component__$K,
2040
2045
  VIcon: VIcon
2041
2046
  },
2042
2047
  props: {
@@ -2096,10 +2101,10 @@ var script$H = {
2096
2101
  };
2097
2102
 
2098
2103
  /* script */
2099
- const __vue_script__$H = script$H;
2104
+ const __vue_script__$J = script$J;
2100
2105
  /* template */
2101
2106
 
2102
- var __vue_render__$H = function () {
2107
+ var __vue_render__$J = function () {
2103
2108
  var _vm = this;
2104
2109
 
2105
2110
  var _h = _vm.$createElement;
@@ -2129,10 +2134,10 @@ var __vue_render__$H = function () {
2129
2134
  }, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
2130
2135
  };
2131
2136
 
2132
- var __vue_staticRenderFns__$H = [];
2137
+ var __vue_staticRenderFns__$J = [];
2133
2138
  /* style */
2134
2139
 
2135
- const __vue_inject_styles__$H = function (inject) {
2140
+ const __vue_inject_styles__$J = function (inject) {
2136
2141
  if (!inject) return;
2137
2142
  inject("data-v-7193d7d6_0", {
2138
2143
  source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.tooltip-icon{cursor:pointer}.tooltip-icon .vc-question{fill:rgba(0,0,0,.4)}.tooltip-icon .vc-question-fill{fill:var(--gray-darken-4)}.tooltip-icon .vc-info-fill,.tooltip-icon .vc-information{fill:var(--v-info-base)}.tooltip-icon .vc-attention,.tooltip-icon .vc-attention-fill{fill:var(--red)}.tooltip-icon.vc-default .vc-info-fill,.tooltip-icon.vc-default .vc-information{fill:rgba(0,0,0,.4)}.tooltip-icon.vc-default_hovering .vc-info-fill,.tooltip-icon.vc-default_hovering .vc-information{fill:var(--gray-darken-4)}",
@@ -2143,25 +2148,25 @@ const __vue_inject_styles__$H = function (inject) {
2143
2148
  /* scoped */
2144
2149
 
2145
2150
 
2146
- const __vue_scope_id__$H = undefined;
2151
+ const __vue_scope_id__$J = undefined;
2147
2152
  /* module identifier */
2148
2153
 
2149
- const __vue_module_identifier__$H = undefined;
2154
+ const __vue_module_identifier__$J = undefined;
2150
2155
  /* functional template */
2151
2156
 
2152
- const __vue_is_functional_template__$H = false;
2157
+ const __vue_is_functional_template__$J = false;
2153
2158
  /* style inject SSR */
2154
2159
 
2155
2160
  /* style inject shadow dom */
2156
2161
 
2157
- const __vue_component__$H = /*#__PURE__*/normalizeComponent({
2158
- render: __vue_render__$H,
2159
- staticRenderFns: __vue_staticRenderFns__$H
2160
- }, __vue_inject_styles__$H, __vue_script__$H, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, createInjector, undefined, undefined);
2162
+ const __vue_component__$J = /*#__PURE__*/normalizeComponent({
2163
+ render: __vue_render__$J,
2164
+ staticRenderFns: __vue_staticRenderFns__$J
2165
+ }, __vue_inject_styles__$J, __vue_script__$J, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, createInjector, undefined, undefined);
2161
2166
 
2162
- var script$G = {
2167
+ var script$I = {
2163
2168
  components: {
2164
- VcImage: __vue_component__$L,
2169
+ VcImage: __vue_component__$N,
2165
2170
  VIcon: VIcon,
2166
2171
  VTooltip: VTooltip
2167
2172
  },
@@ -2297,10 +2302,10 @@ var script$G = {
2297
2302
  };
2298
2303
 
2299
2304
  /* script */
2300
- const __vue_script__$G = script$G;
2305
+ const __vue_script__$I = script$I;
2301
2306
  /* template */
2302
2307
 
2303
- var __vue_render__$G = function () {
2308
+ var __vue_render__$I = function () {
2304
2309
  var _vm = this;
2305
2310
 
2306
2311
  var _h = _vm.$createElement;
@@ -2350,10 +2355,10 @@ var __vue_render__$G = function () {
2350
2355
  }, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
2351
2356
  };
2352
2357
 
2353
- var __vue_staticRenderFns__$G = [];
2358
+ var __vue_staticRenderFns__$I = [];
2354
2359
  /* style */
2355
2360
 
2356
- const __vue_inject_styles__$G = function (inject) {
2361
+ const __vue_inject_styles__$I = function (inject) {
2357
2362
  if (!inject) return;
2358
2363
  inject("data-v-b135b8c4_0", {
2359
2364
  source: "[data-v-b135b8c4]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.avatar-wrapper[data-v-b135b8c4]{position:relative;border-radius:50%;text-align:center;color:var(--modal-bg-color)}.avatar-wrapper.show-border[data-v-b135b8c4]{border:1px solid var(--modal-bg-color)}.avatar-wrapper.vc-disabled[data-v-b135b8c4]{filter:grayscale(100%)}.avatar-wrapper.light-mode[data-v-b135b8c4]{border:1px solid rgba(0,0,0,.3);color:rgba(0,0,0,.3);background-color:var(--modal-bg-color)}.avatar-wrapper.x-sm[data-v-b135b8c4]{height:var(--avatar-x-sm);width:var(--avatar-x-sm);font-size:var(--font-size-xxx-small)}.avatar-wrapper.sm[data-v-b135b8c4]{height:var(--avatar-sm);width:var(--avatar-sm);font-size:var(--font-size-xx-small)}.avatar-wrapper.md[data-v-b135b8c4]{height:var(--avatar-md);width:var(--avatar-md);font-size:var(--font-size-small)}.avatar-wrapper.lg[data-v-b135b8c4]{height:var(--avatar-lg);width:var(--avatar-lg);font-size:var(--font-size-small3)}.avatar-wrapper .avatar-image[data-v-b135b8c4]{height:100%;width:100%;border-radius:50%;overflow:hidden}.avatar-wrapper .avatar-image[data-v-b135b8c4] svg{height:100%}.avatar-wrapper .avatar-image[data-v-b135b8c4] img{height:100%}.avatar-wrapper .avatar-initials[data-v-b135b8c4]{position:relative;top:50%;font-weight:var(--font-weight-medium2);transform:translateY(-50%)}.avatar-wrapper .badge[data-v-b135b8c4]{fill:#fff;position:absolute;--gap:0;height:var(--size-value4);width:var(--size-value4);border-radius:50%;bottom:calc(var(--gap) * -1);left:calc(var(--gap) * -1)}.avatar-wrapper .badge.x-sm[data-v-b135b8c4]{--gap:var(--size-value1)}.avatar-wrapper .badge.sm[data-v-b135b8c4]{--gap:var(--size-value1)}.avatar-wrapper .badge.md[data-v-b135b8c4]{--gap:2px}.avatar-wrapper .badge.lg[data-v-b135b8c4]{--gap:var(--size-value0)}.avatar-wrapper .badge.right[data-v-b135b8c4]{left:unset;right:calc(var(--gap) * -1)}.avatar-wrapper .badge.confirmed[data-v-b135b8c4]{border:2px var(--modal-bg-color) solid}.color-0[data-v-b135b8c4]{background-color:#fed62f}.color-1[data-v-b135b8c4]{background-color:#fec22e}.color-2[data-v-b135b8c4]{background-color:#feac2a}.color-3[data-v-b135b8c4]{background-color:#fe9a28}.color-4[data-v-b135b8c4]{background-color:#fd7024}.color-5[data-v-b135b8c4]{background-color:#fd5b32}.color-6[data-v-b135b8c4]{background-color:#f2483f}.color-7[data-v-b135b8c4]{background-color:#dc331b}.color-8[data-v-b135b8c4]{background-color:#d41419}.color-9[data-v-b135b8c4]{background-color:#e72866}.color-10[data-v-b135b8c4]{background-color:#c41c63}.color-11[data-v-b135b8c4]{background-color:#9b2bae}.color-12[data-v-b135b8c4]{background-color:#673bb5}.color-13[data-v-b135b8c4]{background-color:#7c4efc}.color-14[data-v-b135b8c4]{background-color:#4051b3}.color-15[data-v-b135b8c4]{background-color:#311b92}.color-16[data-v-b135b8c4]{background-color:#2d62fb}.color-17[data-v-b135b8c4]{background-color:#5c6bc0}.color-18[data-v-b135b8c4]{background-color:#17a8f1}.color-19[data-v-b135b8c4]{background-color:#17bbd2}.color-20[data-v-b135b8c4]{background-color:#14abbf}.color-21[data-v-b135b8c4]{background-color:#0f9587}.color-22[data-v-b135b8c4]{background-color:#16bea5}.color-23[data-v-b135b8c4]{background-color:#4eae53}.color-24[data-v-b135b8c4]{background-color:#3a8d3f}.color-25[data-v-b135b8c4]{background-color:#8cc250}.color-26[data-v-b135b8c4]{background-color:#66bb6a}.color-27[data-v-b135b8c4]{background-color:#880e4f}.color-28[data-v-b135b8c4]{background-color:#1565c0}.color-29[data-v-b135b8c4]{background-color:#1e88e5}.color-9999[data-v-b135b8c4]{background-color:#4675d9}",
@@ -2364,29 +2369,29 @@ const __vue_inject_styles__$G = function (inject) {
2364
2369
  /* scoped */
2365
2370
 
2366
2371
 
2367
- const __vue_scope_id__$G = "data-v-b135b8c4";
2372
+ const __vue_scope_id__$I = "data-v-b135b8c4";
2368
2373
  /* module identifier */
2369
2374
 
2370
- const __vue_module_identifier__$G = undefined;
2375
+ const __vue_module_identifier__$I = undefined;
2371
2376
  /* functional template */
2372
2377
 
2373
- const __vue_is_functional_template__$G = false;
2378
+ const __vue_is_functional_template__$I = false;
2374
2379
  /* style inject SSR */
2375
2380
 
2376
2381
  /* style inject shadow dom */
2377
2382
 
2378
- const __vue_component__$G = /*#__PURE__*/normalizeComponent({
2379
- render: __vue_render__$G,
2380
- staticRenderFns: __vue_staticRenderFns__$G
2381
- }, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, createInjector, undefined, undefined);
2383
+ const __vue_component__$I = /*#__PURE__*/normalizeComponent({
2384
+ render: __vue_render__$I,
2385
+ staticRenderFns: __vue_staticRenderFns__$I
2386
+ }, __vue_inject_styles__$I, __vue_script__$I, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, createInjector, undefined, undefined);
2382
2387
 
2383
- var script$F = {
2388
+ var script$H = {
2384
2389
  name: "VcBottomActions",
2385
2390
  components: {
2386
- VcLayout: __vue_component__$R,
2387
- VcButton: __vue_component__$T,
2388
- VcIcon: __vue_component__$U,
2389
- VcAvatar: __vue_component__$G,
2391
+ VcLayout: __vue_component__$T,
2392
+ VcButton: __vue_component__$V,
2393
+ VcIcon: __vue_component__$W,
2394
+ VcAvatar: __vue_component__$I,
2390
2395
  VSubheader: VSubheader,
2391
2396
  VListItem: VListItem,
2392
2397
  VList: VList,
@@ -2428,10 +2433,10 @@ var script$F = {
2428
2433
  };
2429
2434
 
2430
2435
  /* script */
2431
- const __vue_script__$F = script$F;
2436
+ const __vue_script__$H = script$H;
2432
2437
  /* template */
2433
2438
 
2434
- var __vue_render__$F = function () {
2439
+ var __vue_render__$H = function () {
2435
2440
  var _vm = this;
2436
2441
 
2437
2442
  var _h = _vm.$createElement;
@@ -2517,10 +2522,10 @@ var __vue_render__$F = function () {
2517
2522
  }), 1)], 1)], 1);
2518
2523
  };
2519
2524
 
2520
- var __vue_staticRenderFns__$F = [];
2525
+ var __vue_staticRenderFns__$H = [];
2521
2526
  /* style */
2522
2527
 
2523
- const __vue_inject_styles__$F = function (inject) {
2528
+ const __vue_inject_styles__$H = function (inject) {
2524
2529
  if (!inject) return;
2525
2530
  inject("data-v-51eeacd7_0", {
2526
2531
  source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-bottom-sheet{box-shadow:0 1px 10px rgba(0,0,0,.12),0 4px 5px rgba(0,0,0,.14),0 2px 4px -1px rgba(0,0,0,.2);margin:var(--size-value3) var(--size-value3) var(--size-value5)!important;border-radius:var(--modal-border-radius)!important}.vc-bottom-sheet .v-sheet.v-list{border-radius:var(--modal-border-radius);padding-top:var(--size-value0)}.vc-bottom-sheet .v-sheet.v-list .subheader{border-bottom:1px solid rgba(0,0,0,.12);padding:var(--size-value3) var(--size-value4);color:var(--gray-darken-5)}.vc-bottom-sheet .v-sheet.v-list .subheader .avatar{margin-inline-end:var(--size-value3)}.vc-bottom-sheet .v-sheet.v-list .subheader .vc-title{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small)}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper{flex-grow:1;justify-content:flex-end}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper .close-button{justify-content:flex-end;padding:var(--size-value0)}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper .close-button .v-btn__content{opacity:unset}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper .close-button .v-icon svg{fill:rgba(0,0,0,.4);width:var(--size-value4);height:var(--size-value4)}.vc-bottom-sheet .v-sheet.v-list .items-wrapper{padding:var(--size-value1) var(--size-value0)}.vc-bottom-sheet .v-sheet.v-list .items-wrapper .sheet-item{min-height:var(--size-value10)}.vc-bottom-sheet .v-sheet.v-list .items-wrapper .sheet-item .option-title{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);letter-spacing:-.2px}.vc-bottom-sheet .v-sheet.v-list .items-wrapper .sheet-item .option-title .icon-item{vertical-align:sub;margin-inline-end:var(--size-value3)}",
@@ -2531,28 +2536,28 @@ const __vue_inject_styles__$F = function (inject) {
2531
2536
  /* scoped */
2532
2537
 
2533
2538
 
2534
- const __vue_scope_id__$F = undefined;
2539
+ const __vue_scope_id__$H = undefined;
2535
2540
  /* module identifier */
2536
2541
 
2537
- const __vue_module_identifier__$F = undefined;
2542
+ const __vue_module_identifier__$H = undefined;
2538
2543
  /* functional template */
2539
2544
 
2540
- const __vue_is_functional_template__$F = false;
2545
+ const __vue_is_functional_template__$H = false;
2541
2546
  /* style inject SSR */
2542
2547
 
2543
2548
  /* style inject shadow dom */
2544
2549
 
2545
- const __vue_component__$F = /*#__PURE__*/normalizeComponent({
2546
- render: __vue_render__$F,
2547
- staticRenderFns: __vue_staticRenderFns__$F
2548
- }, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, createInjector, undefined, undefined);
2550
+ const __vue_component__$H = /*#__PURE__*/normalizeComponent({
2551
+ render: __vue_render__$H,
2552
+ staticRenderFns: __vue_staticRenderFns__$H
2553
+ }, __vue_inject_styles__$H, __vue_script__$H, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, createInjector, undefined, undefined);
2549
2554
 
2550
- var script$E = {
2555
+ var script$G = {
2551
2556
  name: "VcActionList",
2552
2557
  components: {
2553
- VcLayout: __vue_component__$R,
2554
- VcButton: __vue_component__$T,
2555
- VcIcon: __vue_component__$U,
2558
+ VcLayout: __vue_component__$T,
2559
+ VcButton: __vue_component__$V,
2560
+ VcIcon: __vue_component__$W,
2556
2561
  VListItemTitle: VListItemTitle,
2557
2562
  VListItem: VListItem,
2558
2563
  VList: VList,
@@ -2578,10 +2583,10 @@ var script$E = {
2578
2583
  };
2579
2584
 
2580
2585
  /* script */
2581
- const __vue_script__$E = script$E;
2586
+ const __vue_script__$G = script$G;
2582
2587
  /* template */
2583
2588
 
2584
- var __vue_render__$E = function () {
2589
+ var __vue_render__$G = function () {
2585
2590
  var _vm = this;
2586
2591
 
2587
2592
  var _h = _vm.$createElement;
@@ -2633,10 +2638,10 @@ var __vue_render__$E = function () {
2633
2638
  }), 1)], 1)], 1);
2634
2639
  };
2635
2640
 
2636
- var __vue_staticRenderFns__$E = [];
2641
+ var __vue_staticRenderFns__$G = [];
2637
2642
  /* style */
2638
2643
 
2639
- const __vue_inject_styles__$E = function (inject) {
2644
+ const __vue_inject_styles__$G = function (inject) {
2640
2645
  if (!inject) return;
2641
2646
  inject("data-v-500d77ad_0", {
2642
2647
  source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-action-list{box-shadow:0 1px 10px rgba(0,0,0,.12),0 4px 5px rgba(0,0,0,.14),0 2px 4px -1px rgba(0,0,0,.2);border-radius:var(--modal-border-radius)}.vc-action-list .v-list{border-radius:var(--modal-border-radius);padding:var(--size-value1) 0}.vc-action-list .v-list .items-wrapper .sheet-item{min-height:var(--size-value10)}.vc-action-list .v-list .items-wrapper .sheet-item .option-title{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);letter-spacing:-.2px}.vc-action-list .v-list .items-wrapper .sheet-item .option-title .icon-item{width:25px;vertical-align:sub;margin-inline-end:var(--size-value3)}",
@@ -2647,28 +2652,28 @@ const __vue_inject_styles__$E = function (inject) {
2647
2652
  /* scoped */
2648
2653
 
2649
2654
 
2650
- const __vue_scope_id__$E = undefined;
2655
+ const __vue_scope_id__$G = undefined;
2651
2656
  /* module identifier */
2652
2657
 
2653
- const __vue_module_identifier__$E = undefined;
2658
+ const __vue_module_identifier__$G = undefined;
2654
2659
  /* functional template */
2655
2660
 
2656
- const __vue_is_functional_template__$E = false;
2661
+ const __vue_is_functional_template__$G = false;
2657
2662
  /* style inject SSR */
2658
2663
 
2659
2664
  /* style inject shadow dom */
2660
2665
 
2661
- const __vue_component__$E = /*#__PURE__*/normalizeComponent({
2662
- render: __vue_render__$E,
2663
- staticRenderFns: __vue_staticRenderFns__$E
2664
- }, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
2666
+ const __vue_component__$G = /*#__PURE__*/normalizeComponent({
2667
+ render: __vue_render__$G,
2668
+ staticRenderFns: __vue_staticRenderFns__$G
2669
+ }, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, createInjector, undefined, undefined);
2665
2670
 
2666
- var script$D = {
2671
+ var script$F = {
2667
2672
  name: "VcActions",
2668
2673
  components: {
2669
- VcIcon: __vue_component__$U,
2670
- VcActionList: __vue_component__$E,
2671
- VcBottomActions: __vue_component__$F
2674
+ VcIcon: __vue_component__$W,
2675
+ VcActionList: __vue_component__$G,
2676
+ VcBottomActions: __vue_component__$H
2672
2677
  },
2673
2678
 
2674
2679
  data() {
@@ -2721,10 +2726,10 @@ var script$D = {
2721
2726
  };
2722
2727
 
2723
2728
  /* script */
2724
- const __vue_script__$D = script$D;
2729
+ const __vue_script__$F = script$F;
2725
2730
  /* template */
2726
2731
 
2727
- var __vue_render__$D = function () {
2732
+ var __vue_render__$F = function () {
2728
2733
  var _vm = this;
2729
2734
 
2730
2735
  var _h = _vm.$createElement;
@@ -2768,29 +2773,29 @@ var __vue_render__$D = function () {
2768
2773
  }, 'component', _vm.$props, false));
2769
2774
  };
2770
2775
 
2771
- var __vue_staticRenderFns__$D = [];
2776
+ var __vue_staticRenderFns__$F = [];
2772
2777
  /* style */
2773
2778
 
2774
- const __vue_inject_styles__$D = undefined;
2779
+ const __vue_inject_styles__$F = undefined;
2775
2780
  /* scoped */
2776
2781
 
2777
- const __vue_scope_id__$D = undefined;
2782
+ const __vue_scope_id__$F = undefined;
2778
2783
  /* module identifier */
2779
2784
 
2780
- const __vue_module_identifier__$D = undefined;
2785
+ const __vue_module_identifier__$F = undefined;
2781
2786
  /* functional template */
2782
2787
 
2783
- const __vue_is_functional_template__$D = false;
2788
+ const __vue_is_functional_template__$F = false;
2784
2789
  /* style inject */
2785
2790
 
2786
2791
  /* style inject SSR */
2787
2792
 
2788
2793
  /* style inject shadow dom */
2789
2794
 
2790
- const __vue_component__$D = /*#__PURE__*/normalizeComponent({
2791
- render: __vue_render__$D,
2792
- staticRenderFns: __vue_staticRenderFns__$D
2793
- }, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, undefined, undefined, undefined);
2795
+ const __vue_component__$F = /*#__PURE__*/normalizeComponent({
2796
+ render: __vue_render__$F,
2797
+ staticRenderFns: __vue_staticRenderFns__$F
2798
+ }, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, undefined, undefined, undefined);
2794
2799
 
2795
2800
  //
2796
2801
  //
@@ -2815,7 +2820,7 @@ const __vue_component__$D = /*#__PURE__*/normalizeComponent({
2815
2820
  //
2816
2821
  //
2817
2822
  //
2818
- var script$C = {
2823
+ var script$E = {
2819
2824
  components: {
2820
2825
  VStepperStep: VStepperStep,
2821
2826
  VStepper: VStepper
@@ -2888,10 +2893,10 @@ var script$C = {
2888
2893
  };
2889
2894
 
2890
2895
  /* script */
2891
- const __vue_script__$C = script$C;
2896
+ const __vue_script__$E = script$E;
2892
2897
  /* template */
2893
2898
 
2894
- var __vue_render__$C = function () {
2899
+ var __vue_render__$E = function () {
2895
2900
  var _vm = this;
2896
2901
 
2897
2902
  var _h = _vm.$createElement;
@@ -2930,10 +2935,10 @@ var __vue_render__$C = function () {
2930
2935
  })], 2)], 1);
2931
2936
  };
2932
2937
 
2933
- var __vue_staticRenderFns__$C = [];
2938
+ var __vue_staticRenderFns__$E = [];
2934
2939
  /* style */
2935
2940
 
2936
- const __vue_inject_styles__$C = function (inject) {
2941
+ const __vue_inject_styles__$E = function (inject) {
2937
2942
  if (!inject) return;
2938
2943
  inject("data-v-d21a486c_0", {
2939
2944
  source: "[data-v-d21a486c]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-stepper-container[data-v-d21a486c]{height:100%;padding-block-start:var(--size-value4);padding-inline-start:var(--size-value10)}.vc-stepper.v-stepper[data-v-d21a486c]{box-shadow:none}.vc-stepper.v-stepper .stepper-title[data-v-d21a486c]{margin-block-end:var(--size-value6);font-weight:var(--font-weight-large2);font-size:var(--font-size-medium);letter-spacing:.03em;color:var(--gray-darken-5)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c]{padding:var(--size-value0);width:fit-content;align-items:flex-start;margin-block-end:var(--size-value1)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c] .v-stepper__label{padding-inline-end:var(--size-value6);text-shadow:none;font-size:var(--font-size-small2);letter-spacing:.01em;line-height:var(--size-value6);padding-bottom:var(--size-value7)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c] span.v-stepper__step__step{height:var(--size-value5);min-width:var(--size-value5);width:var(--size-value5);margin-inline-end:var(--size-value3);margin-inline-start:var(--size-value0);margin-block:2px;font-size:var(--font-size-xx-small);font-weight:var(--font-weight-medium2)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c]:not(.v-stepper__step--active):not(.v-stepper__step--complete) span.v-stepper__step__step{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c]:not(.v-stepper__step--active):not(.v-stepper__step--complete) .v-stepper__label{color:var(--gray-darken-4)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--active[data-v-d21a486c]:not(.v-stepper__step--complete) span.v-stepper__step__step{background-color:var(--v-secondary-base)!important}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--active[data-v-d21a486c]:not(.v-stepper__step--complete) .v-stepper__label{color:var(--gray-darken-5);font-weight:var(--font-weight-large)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-d21a486c] span.v-stepper__step__step{background-color:var(--green)!important}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-d21a486c] span.v-stepper__step__step i{font-size:var(--size-value3)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-d21a486c] .v-stepper__label{color:var(--gray-darken-5)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete.v-stepper__step--active[data-v-d21a486c] .v-stepper__label{font-weight:var(--font-weight-large)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c]:not(:last-child)::after{content:\"\";border-inline-start:2px solid var(--gray-lighten-1);position:absolute;top:0;margin-inline-start:9px;height:-webkit-fill-available;margin-top:var(--size-value7)}",
@@ -2944,21 +2949,21 @@ const __vue_inject_styles__$C = function (inject) {
2944
2949
  /* scoped */
2945
2950
 
2946
2951
 
2947
- const __vue_scope_id__$C = "data-v-d21a486c";
2952
+ const __vue_scope_id__$E = "data-v-d21a486c";
2948
2953
  /* module identifier */
2949
2954
 
2950
- const __vue_module_identifier__$C = undefined;
2955
+ const __vue_module_identifier__$E = undefined;
2951
2956
  /* functional template */
2952
2957
 
2953
- const __vue_is_functional_template__$C = false;
2958
+ const __vue_is_functional_template__$E = false;
2954
2959
  /* style inject SSR */
2955
2960
 
2956
2961
  /* style inject shadow dom */
2957
2962
 
2958
- const __vue_component__$C = /*#__PURE__*/normalizeComponent({
2959
- render: __vue_render__$C,
2960
- staticRenderFns: __vue_staticRenderFns__$C
2961
- }, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
2963
+ const __vue_component__$E = /*#__PURE__*/normalizeComponent({
2964
+ render: __vue_render__$E,
2965
+ staticRenderFns: __vue_staticRenderFns__$E
2966
+ }, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
2962
2967
 
2963
2968
  //
2964
2969
  //
@@ -2975,7 +2980,7 @@ const __vue_component__$C = /*#__PURE__*/normalizeComponent({
2975
2980
  //
2976
2981
  //
2977
2982
  //
2978
- var script$B = {
2983
+ var script$D = {
2979
2984
  components: {
2980
2985
  VProgressCircular: VProgressCircular
2981
2986
  },
@@ -3044,10 +3049,10 @@ var script$B = {
3044
3049
  };
3045
3050
 
3046
3051
  /* script */
3047
- const __vue_script__$B = script$B;
3052
+ const __vue_script__$D = script$D;
3048
3053
  /* template */
3049
3054
 
3050
- var __vue_render__$B = function () {
3055
+ var __vue_render__$D = function () {
3051
3056
  var _vm = this;
3052
3057
 
3053
3058
  var _h = _vm.$createElement;
@@ -3068,10 +3073,10 @@ var __vue_render__$B = function () {
3068
3073
  }, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
3069
3074
  };
3070
3075
 
3071
- var __vue_staticRenderFns__$B = [];
3076
+ var __vue_staticRenderFns__$D = [];
3072
3077
  /* style */
3073
3078
 
3074
- const __vue_inject_styles__$B = function (inject) {
3079
+ const __vue_inject_styles__$D = function (inject) {
3075
3080
  if (!inject) return;
3076
3081
  inject("data-v-5c278fc2_0", {
3077
3082
  source: "[data-v-5c278fc2]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-progress-circular .vc-progress-counter[data-v-5c278fc2]{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);color:var(--gray-darken-5)}.vc-progress-circular[data-v-5c278fc2] .v-progress-circular__underlay{stroke:var(--neutral-lighten-1)}",
@@ -3082,27 +3087,27 @@ const __vue_inject_styles__$B = function (inject) {
3082
3087
  /* scoped */
3083
3088
 
3084
3089
 
3085
- const __vue_scope_id__$B = "data-v-5c278fc2";
3090
+ const __vue_scope_id__$D = "data-v-5c278fc2";
3086
3091
  /* module identifier */
3087
3092
 
3088
- const __vue_module_identifier__$B = undefined;
3093
+ const __vue_module_identifier__$D = undefined;
3089
3094
  /* functional template */
3090
3095
 
3091
- const __vue_is_functional_template__$B = false;
3096
+ const __vue_is_functional_template__$D = false;
3092
3097
  /* style inject SSR */
3093
3098
 
3094
3099
  /* style inject shadow dom */
3095
3100
 
3096
- const __vue_component__$B = /*#__PURE__*/normalizeComponent({
3097
- render: __vue_render__$B,
3098
- staticRenderFns: __vue_staticRenderFns__$B
3099
- }, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
3101
+ const __vue_component__$D = /*#__PURE__*/normalizeComponent({
3102
+ render: __vue_render__$D,
3103
+ staticRenderFns: __vue_staticRenderFns__$D
3104
+ }, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
3100
3105
 
3101
- var script$A = {
3106
+ var script$C = {
3102
3107
  name: "VcMobileWizardProgress",
3103
3108
  components: {
3104
- VcLayout: __vue_component__$R,
3105
- VcProgressCircular: __vue_component__$B
3109
+ VcLayout: __vue_component__$T,
3110
+ VcProgressCircular: __vue_component__$D
3106
3111
  },
3107
3112
  model: {
3108
3113
  prop: 'currentStep'
@@ -3158,10 +3163,10 @@ var script$A = {
3158
3163
  };
3159
3164
 
3160
3165
  /* script */
3161
- const __vue_script__$A = script$A;
3166
+ const __vue_script__$C = script$C;
3162
3167
  /* template */
3163
3168
 
3164
- var __vue_render__$A = function () {
3169
+ var __vue_render__$C = function () {
3165
3170
  var _vm = this;
3166
3171
 
3167
3172
  var _h = _vm.$createElement;
@@ -3197,10 +3202,10 @@ var __vue_render__$A = function () {
3197
3202
  }, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
3198
3203
  };
3199
3204
 
3200
- var __vue_staticRenderFns__$A = [];
3205
+ var __vue_staticRenderFns__$C = [];
3201
3206
  /* style */
3202
3207
 
3203
- const __vue_inject_styles__$A = function (inject) {
3208
+ const __vue_inject_styles__$C = function (inject) {
3204
3209
  if (!inject) return;
3205
3210
  inject("data-v-4fe04d36_0", {
3206
3211
  source: "[data-v-4fe04d36]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-mobile-wizard-progress[data-v-4fe04d36]{padding:var(--size-value4);background-color:var(--neutral-lighten-3);width:100%;max-height:84px}.vc-mobile-wizard-progress .titles-container[data-v-4fe04d36]{margin:var(--size-value0) var(--size-value4)}.vc-mobile-wizard-progress .titles-container .current-step[data-v-4fe04d36]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small2)}.vc-mobile-wizard-progress .titles-container .next-step[data-v-4fe04d36]{font-size:var(--font-size-x-small);color:var(--gray-darken-4)}",
@@ -3211,28 +3216,28 @@ const __vue_inject_styles__$A = function (inject) {
3211
3216
  /* scoped */
3212
3217
 
3213
3218
 
3214
- const __vue_scope_id__$A = "data-v-4fe04d36";
3219
+ const __vue_scope_id__$C = "data-v-4fe04d36";
3215
3220
  /* module identifier */
3216
3221
 
3217
- const __vue_module_identifier__$A = undefined;
3222
+ const __vue_module_identifier__$C = undefined;
3218
3223
  /* functional template */
3219
3224
 
3220
- const __vue_is_functional_template__$A = false;
3225
+ const __vue_is_functional_template__$C = false;
3221
3226
  /* style inject SSR */
3222
3227
 
3223
3228
  /* style inject shadow dom */
3224
3229
 
3225
- const __vue_component__$A = /*#__PURE__*/normalizeComponent({
3226
- render: __vue_render__$A,
3227
- staticRenderFns: __vue_staticRenderFns__$A
3228
- }, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
3230
+ const __vue_component__$C = /*#__PURE__*/normalizeComponent({
3231
+ render: __vue_render__$C,
3232
+ staticRenderFns: __vue_staticRenderFns__$C
3233
+ }, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
3229
3234
 
3230
- var script$z = {
3235
+ var script$B = {
3231
3236
  name: 'VcCheckbox',
3232
3237
  components: {
3233
- VcIcon: __vue_component__$U,
3234
- VcAvatar: __vue_component__$G,
3235
- VcTooltip: __vue_component__$I,
3238
+ VcIcon: __vue_component__$W,
3239
+ VcAvatar: __vue_component__$I,
3240
+ VcTooltip: __vue_component__$K,
3236
3241
  VCheckbox: VCheckbox
3237
3242
  },
3238
3243
  computed: {
@@ -3288,10 +3293,10 @@ var script$z = {
3288
3293
  };
3289
3294
 
3290
3295
  /* script */
3291
- const __vue_script__$z = script$z;
3296
+ const __vue_script__$B = script$B;
3292
3297
  /* template */
3293
3298
 
3294
- var __vue_render__$z = function () {
3299
+ var __vue_render__$B = function () {
3295
3300
  var _vm = this;
3296
3301
 
3297
3302
  var _h = _vm.$createElement;
@@ -3355,10 +3360,10 @@ var __vue_render__$z = function () {
3355
3360
  });
3356
3361
  };
3357
3362
 
3358
- var __vue_staticRenderFns__$z = [];
3363
+ var __vue_staticRenderFns__$B = [];
3359
3364
  /* style */
3360
3365
 
3361
- const __vue_inject_styles__$z = function (inject) {
3366
+ const __vue_inject_styles__$B = function (inject) {
3362
3367
  if (!inject) return;
3363
3368
  inject("data-v-347ec55e_0", {
3364
3369
  source: ".vc-checkbox[data-v-347ec55e]{font-family:var(--primary-font-family)}.vc-checkbox[data-v-347ec55e] .v-input__slot .v-input--selection-controls__input{width:var(--size-value4);height:var(--size-value4)}.vc-checkbox[data-v-347ec55e] .v-input__slot .v-input--selection-controls__input .v-icon{color:transparent;border:1px solid rgba(0,0,0,.2);box-sizing:border-box;border-radius:2px;font-size:var(--font-size-small);font-weight:700}.vc-checkbox[data-v-347ec55e] .checkbox-label{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small)}.vc-checkbox[data-v-347ec55e]:not(.v-input--is-disabled) .checkbox-label{color:var(--gray-darken-5)}.vc-checkbox[data-v-347ec55e] .tooltip-icon{color:var(--gray-darken-3)}.vc-checkbox[data-v-347ec55e] .avatar-wrapper .avatar-initials{font-size:var(--font-size-xxx-small);font-weight:var(--font-weight-medium2)}.vc-checkbox[data-v-347ec55e].v-input--indeterminate:not(.v-input--is-disabled) .v-input--selection-controls__input .v-icon{background-color:var(--green);color:#fff}.vc-checkbox[data-v-347ec55e].v-input--is-label-active:not(.v-input--is-disabled) .v-input--selection-controls__input .v-icon{background-color:var(--green);color:#fff;border:none}.vc-checkbox[data-v-347ec55e]:not(.v-input--is-disabled):hover:not(:active) .v-input--selection-controls__input .v-icon{background-color:rgba(0,0,0,.03)}.vc-checkbox[data-v-347ec55e].v-input--indeterminate:not(.v-input--is-disabled):hover .v-input--selection-controls__input .v-icon,.vc-checkbox[data-v-347ec55e].v-input--is-label-active:not(.v-input--is-disabled):hover .v-input--selection-controls__input .v-icon{background-color:rgba(84,210,140,.76)}.vc-checkbox[data-v-347ec55e].v-input--indeterminate:not(.v-input--is-disabled):active .v-input--selection-controls__input .v-icon,.vc-checkbox[data-v-347ec55e].v-input--is-label-active:not(.v-input--is-disabled):active .v-input--selection-controls__input .v-icon{background-color:rgba(84,210,140,.5)}.vc-checkbox[data-v-347ec55e]:not(.v-input--is-label-active):not(.v-input--indeterminate):not(.v-input--is-disabled):active .v-input--selection-controls__input .v-icon{background:rgba(0,0,0,.12)}.vc-checkbox[data-v-347ec55e]:not(.v-input--is-disabled):focus .v-input--selection-controls__input .v-icon{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.vc-checkbox[data-v-347ec55e].v-input--is-disabled .v-input--selection-controls__input .v-icon{background:rgba(0,0,0,.07)}.vc-checkbox[data-v-347ec55e].v-input--is-disabled.v-input--is-label-active .v-input--selection-controls__input .v-icon{border:none}",
@@ -3369,28 +3374,28 @@ const __vue_inject_styles__$z = function (inject) {
3369
3374
  /* scoped */
3370
3375
 
3371
3376
 
3372
- const __vue_scope_id__$z = "data-v-347ec55e";
3377
+ const __vue_scope_id__$B = "data-v-347ec55e";
3373
3378
  /* module identifier */
3374
3379
 
3375
- const __vue_module_identifier__$z = undefined;
3380
+ const __vue_module_identifier__$B = undefined;
3376
3381
  /* functional template */
3377
3382
 
3378
- const __vue_is_functional_template__$z = false;
3383
+ const __vue_is_functional_template__$B = false;
3379
3384
  /* style inject SSR */
3380
3385
 
3381
3386
  /* style inject shadow dom */
3382
3387
 
3383
- const __vue_component__$z = /*#__PURE__*/normalizeComponent({
3384
- render: __vue_render__$z,
3385
- staticRenderFns: __vue_staticRenderFns__$z
3386
- }, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
3388
+ const __vue_component__$B = /*#__PURE__*/normalizeComponent({
3389
+ render: __vue_render__$B,
3390
+ staticRenderFns: __vue_staticRenderFns__$B
3391
+ }, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
3387
3392
 
3388
- var script$y = {
3393
+ var script$A = {
3389
3394
  name: "VcChecklistItem",
3390
3395
  components: {
3391
- VcLayout: __vue_component__$R,
3392
- VcCheckbox: __vue_component__$z,
3393
- VcTooltip: __vue_component__$I
3396
+ VcLayout: __vue_component__$T,
3397
+ VcCheckbox: __vue_component__$B,
3398
+ VcTooltip: __vue_component__$K
3394
3399
  },
3395
3400
  model: {
3396
3401
  prop: 'checked'
@@ -3443,10 +3448,10 @@ var script$y = {
3443
3448
  };
3444
3449
 
3445
3450
  /* script */
3446
- const __vue_script__$y = script$y;
3451
+ const __vue_script__$A = script$A;
3447
3452
  /* template */
3448
3453
 
3449
- var __vue_render__$y = function () {
3454
+ var __vue_render__$A = function () {
3450
3455
  var _vm = this;
3451
3456
 
3452
3457
  var _h = _vm.$createElement;
@@ -3483,10 +3488,10 @@ var __vue_render__$y = function () {
3483
3488
  })], 1)]], 2);
3484
3489
  };
3485
3490
 
3486
- var __vue_staticRenderFns__$y = [];
3491
+ var __vue_staticRenderFns__$A = [];
3487
3492
  /* style */
3488
3493
 
3489
- const __vue_inject_styles__$y = function (inject) {
3494
+ const __vue_inject_styles__$A = function (inject) {
3490
3495
  if (!inject) return;
3491
3496
  inject("data-v-6ae9d122_0", {
3492
3497
  source: "[data-v-6ae9d122]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcChecklistItem-wrapper[data-v-6ae9d122]{width:100%}.VcChecklistItem-wrapper[hide=true][data-v-6ae9d122]{display:none}.VcChecklistItem-wrapper .VcChecklistItem.disabled[data-v-6ae9d122]{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-6ae9d122]{flex:1 1 auto;padding:var(--size-value0);margin:var(--size-value0)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-6ae9d122] .v-input__control .v-input__slot{padding:var(--size-value2) var(--size-value4)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-6ae9d122]:hover{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-6ae9d122]:focus{box-shadow:0 0 0 2px var(--v-secondary-lighten1)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-6ae9d122]:active{background-color:var(--v-secondary-lighten3)}",
@@ -3497,26 +3502,26 @@ const __vue_inject_styles__$y = function (inject) {
3497
3502
  /* scoped */
3498
3503
 
3499
3504
 
3500
- const __vue_scope_id__$y = "data-v-6ae9d122";
3505
+ const __vue_scope_id__$A = "data-v-6ae9d122";
3501
3506
  /* module identifier */
3502
3507
 
3503
- const __vue_module_identifier__$y = undefined;
3508
+ const __vue_module_identifier__$A = undefined;
3504
3509
  /* functional template */
3505
3510
 
3506
- const __vue_is_functional_template__$y = false;
3511
+ const __vue_is_functional_template__$A = false;
3507
3512
  /* style inject SSR */
3508
3513
 
3509
3514
  /* style inject shadow dom */
3510
3515
 
3511
- const __vue_component__$y = /*#__PURE__*/normalizeComponent({
3512
- render: __vue_render__$y,
3513
- staticRenderFns: __vue_staticRenderFns__$y
3514
- }, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
3516
+ const __vue_component__$A = /*#__PURE__*/normalizeComponent({
3517
+ render: __vue_render__$A,
3518
+ staticRenderFns: __vue_staticRenderFns__$A
3519
+ }, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
3515
3520
 
3516
- var script$x = {
3521
+ var script$z = {
3517
3522
  name: 'VcTextField',
3518
3523
  components: {
3519
- VcIconWithTooltip: __vue_component__$H,
3524
+ VcIconWithTooltip: __vue_component__$J,
3520
3525
  VTextField: VTextField
3521
3526
  },
3522
3527
  props: {
@@ -3601,10 +3606,10 @@ var script$x = {
3601
3606
  };
3602
3607
 
3603
3608
  /* script */
3604
- const __vue_script__$x = script$x;
3609
+ const __vue_script__$z = script$z;
3605
3610
  /* template */
3606
3611
 
3607
- var __vue_render__$x = function () {
3612
+ var __vue_render__$z = function () {
3608
3613
  var _vm = this;
3609
3614
 
3610
3615
  var _h = _vm.$createElement;
@@ -3662,13 +3667,13 @@ var __vue_render__$x = function () {
3662
3667
  });
3663
3668
  };
3664
3669
 
3665
- var __vue_staticRenderFns__$x = [];
3670
+ var __vue_staticRenderFns__$z = [];
3666
3671
  /* style */
3667
3672
 
3668
- const __vue_inject_styles__$x = function (inject) {
3673
+ const __vue_inject_styles__$z = function (inject) {
3669
3674
  if (!inject) return;
3670
- inject("data-v-2401387d_0", {
3671
- source: ".VcTextInput.v-text-field[data-v-2401387d]{font-family:var(--primary-font-family)}.VcTextInput.v-text-field[data-v-2401387d] .v-input__slot{padding:0 var(--size-value3);height:var(--size-value13);background:#fff;border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:6px}.VcTextInput.v-text-field[data-v-2401387d] .v-input__slot label{font-size:var(--font-size-small2);line-height:var(--size-value5);color:var(--gray-darken-3);font-weight:var(--font-weight-medium)}.VcTextInput.v-text-field[data-v-2401387d] .v-input__slot input{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:var(--size-value5);color:var(--gray-darken-5);caret-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-2401387d] .v-input__slot input::placeholder{font-weight:var(--font-weight-medium)}.VcTextInput.v-text-field[data-v-2401387d] .v-input__slot:after,.VcTextInput.v-text-field[data-v-2401387d] .v-input__slot:before{display:none}.VcTextInput.v-text-field[data-v-2401387d] .v-input__slot:hover{border-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-2401387d] .v-input__slot:active,.VcTextInput.v-text-field[data-v-2401387d] .v-input__slot:focus,.VcTextInput.v-text-field[data-v-2401387d] .v-input__slot:focus-within{border:1px solid var(--v-secondary-base);box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcTextInput.v-text-field[data-v-2401387d] .v-input__slot:active input,.VcTextInput.v-text-field[data-v-2401387d] .v-input__slot:focus input,.VcTextInput.v-text-field[data-v-2401387d] .v-input__slot:focus-within input{color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-2401387d].error--text .v-input__slot{border-color:var(--red);color:unset;box-shadow:unset;font-size:var(--font-size-xx-small);line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-2401387d].v-input--is-focused label,.VcTextInput.v-text-field[data-v-2401387d].v-input--is-label-active label{font-size:var(--font-size-small);line-height:1.17;letter-spacing:-.3px;color:var(--gray-darken-4)!important;transform:translateY(-100%) scale(.85);top:var(--size-value2)}.VcTextInput.v-text-field[data-v-2401387d].v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field[data-v-2401387d].v-input--is-label-active .v-text-field__slot{margin-bottom:-14px}.VcTextInput.v-text-field[data-v-2401387d].v-input--is-disabled .v-input__slot{background:var(--gray-lighten-3);border:1px solid var(--gray-lighten-1)}.VcTextInput.v-text-field[data-v-2401387d].v-input--is-disabled .v-input__slot input,.VcTextInput.v-text-field[data-v-2401387d].v-input--is-disabled .v-input__slot label{color:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-2401387d]:not(.v-input--is-label-active):not(.v-input--is-focused) input{padding:var(--size-value2) 0}.VcTextInput.v-text-field[data-v-2401387d] .v-messages__message{line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-2401387d] .v-input__append-inner{align-self:center;fill:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-2401387d].v-input--dense:not(.v-text-field--outlined) input{padding-block:var(--size-value2)}",
3675
+ inject("data-v-cd22b9c2_0", {
3676
+ source: ".VcTextInput.v-text-field[data-v-cd22b9c2]{font-family:var(--primary-font-family)}.VcTextInput.v-text-field[data-v-cd22b9c2] .v-input__slot{padding:0 var(--size-value3);height:var(--size-value13);background:#fff;border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:6px}.VcTextInput.v-text-field[data-v-cd22b9c2] .v-input__slot label{font-size:var(--font-size-small2);line-height:var(--size-value5);color:var(--gray-darken-3);font-weight:var(--font-weight-medium)}.VcTextInput.v-text-field[data-v-cd22b9c2] .v-input__slot .v-text-field__prefix{color:var(--gray-darken-5)}.VcTextInput.v-text-field[data-v-cd22b9c2] .v-input__slot input{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:var(--size-value5);color:var(--gray-darken-5);caret-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-cd22b9c2] .v-input__slot input::placeholder{font-weight:var(--font-weight-medium)}.VcTextInput.v-text-field[data-v-cd22b9c2] .v-input__slot:after,.VcTextInput.v-text-field[data-v-cd22b9c2] .v-input__slot:before{display:none}.VcTextInput.v-text-field[data-v-cd22b9c2] .v-input__slot:hover{border-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-cd22b9c2] .v-input__slot:active,.VcTextInput.v-text-field[data-v-cd22b9c2] .v-input__slot:focus,.VcTextInput.v-text-field[data-v-cd22b9c2] .v-input__slot:focus-within{border:1px solid var(--v-secondary-base);box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcTextInput.v-text-field[data-v-cd22b9c2] .v-input__slot:active input,.VcTextInput.v-text-field[data-v-cd22b9c2] .v-input__slot:focus input,.VcTextInput.v-text-field[data-v-cd22b9c2] .v-input__slot:focus-within input{color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-cd22b9c2].error--text .v-input__slot{border-color:var(--red);color:unset;box-shadow:unset;font-size:var(--font-size-xx-small);line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-cd22b9c2].v-input--is-focused label,.VcTextInput.v-text-field[data-v-cd22b9c2].v-input--is-label-active label{font-size:var(--font-size-small);line-height:1.17;letter-spacing:-.3px;color:var(--gray-darken-4)!important;transform:translateY(-100%) scale(.85);top:var(--size-value2)}.VcTextInput.v-text-field[data-v-cd22b9c2].v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field[data-v-cd22b9c2].v-input--is-label-active .v-text-field__slot{margin-bottom:-14px}.VcTextInput.v-text-field[data-v-cd22b9c2].v-input--is-disabled .v-input__slot{background:var(--gray-lighten-3);border:1px solid var(--gray-lighten-1)}.VcTextInput.v-text-field[data-v-cd22b9c2].v-input--is-disabled .v-input__slot input,.VcTextInput.v-text-field[data-v-cd22b9c2].v-input--is-disabled .v-input__slot label{color:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-cd22b9c2]:not(.v-input--is-label-active):not(.v-input--is-focused) input{padding:var(--size-value2) 0}.VcTextInput.v-text-field[data-v-cd22b9c2] .v-messages__message{line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-cd22b9c2] .v-input__append-inner{align-self:center;fill:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-cd22b9c2].v-input--dense:not(.v-text-field--outlined) input{padding-block:var(--size-value2)}",
3672
3677
  map: undefined,
3673
3678
  media: undefined
3674
3679
  });
@@ -3676,29 +3681,29 @@ const __vue_inject_styles__$x = function (inject) {
3676
3681
  /* scoped */
3677
3682
 
3678
3683
 
3679
- const __vue_scope_id__$x = "data-v-2401387d";
3684
+ const __vue_scope_id__$z = "data-v-cd22b9c2";
3680
3685
  /* module identifier */
3681
3686
 
3682
- const __vue_module_identifier__$x = undefined;
3687
+ const __vue_module_identifier__$z = undefined;
3683
3688
  /* functional template */
3684
3689
 
3685
- const __vue_is_functional_template__$x = false;
3690
+ const __vue_is_functional_template__$z = false;
3686
3691
  /* style inject SSR */
3687
3692
 
3688
3693
  /* style inject shadow dom */
3689
3694
 
3690
- const __vue_component__$x = /*#__PURE__*/normalizeComponent({
3691
- render: __vue_render__$x,
3692
- staticRenderFns: __vue_staticRenderFns__$x
3693
- }, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
3695
+ const __vue_component__$z = /*#__PURE__*/normalizeComponent({
3696
+ render: __vue_render__$z,
3697
+ staticRenderFns: __vue_staticRenderFns__$z
3698
+ }, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
3694
3699
 
3695
3700
  const throttle = require("lodash.throttle");
3696
3701
 
3697
- var script$w = {
3702
+ var script$y = {
3698
3703
  name: "VcSearchBar",
3699
3704
  components: {
3700
- VcTextField: __vue_component__$x,
3701
- VcIcon: __vue_component__$U
3705
+ VcTextField: __vue_component__$z,
3706
+ VcIcon: __vue_component__$W
3702
3707
  },
3703
3708
  props: {
3704
3709
  size: {
@@ -3756,10 +3761,10 @@ var script$w = {
3756
3761
  };
3757
3762
 
3758
3763
  /* script */
3759
- const __vue_script__$w = script$w;
3764
+ const __vue_script__$y = script$y;
3760
3765
  /* template */
3761
3766
 
3762
- var __vue_render__$w = function () {
3767
+ var __vue_render__$y = function () {
3763
3768
  var _vm = this;
3764
3769
 
3765
3770
  var _h = _vm.$createElement;
@@ -3795,10 +3800,10 @@ var __vue_render__$w = function () {
3795
3800
  });
3796
3801
  };
3797
3802
 
3798
- var __vue_staticRenderFns__$w = [];
3803
+ var __vue_staticRenderFns__$y = [];
3799
3804
  /* style */
3800
3805
 
3801
- const __vue_inject_styles__$w = function (inject) {
3806
+ const __vue_inject_styles__$y = function (inject) {
3802
3807
  if (!inject) return;
3803
3808
  inject("data-v-aa7c74d0_0", {
3804
3809
  source: ".vc-search-bar.VcTextInput[data-v-aa7c74d0]{padding:var(--size-value0);margin:var(--size-value0)}.vc-search-bar.VcTextInput.border-top-radius[data-v-aa7c74d0] .v-input__control .v-input__slot{border-radius:var(--border-radius) var(--border-radius) var(--size-value0) var(--size-value0)}.vc-search-bar.VcTextInput.v-input--has-state[data-v-aa7c74d0] .v-input__slot .v-text-field__slot,.vc-search-bar.VcTextInput.v-input--is-focused[data-v-aa7c74d0] .v-input__slot .v-text-field__slot,.vc-search-bar.VcTextInput.v-input--is-label-active[data-v-aa7c74d0] .v-input__slot .v-text-field__slot{margin:0}.vc-search-bar.VcTextInput__magnify[data-v-aa7c74d0]{fill:var(--gray-darken-2)}.vc-search-bar.VcTextInput[data-v-aa7c74d0]:hover{border-color:var(--gray-darken-2)}.vc-search-bar.VcTextInput[data-v-aa7c74d0]:hover .v-input__slot label{color:var(--gray-darken-2)}.vc-search-bar.VcTextInput.medium[data-v-aa7c74d0] .v-input__control .v-input__slot{height:var(--size-value10)}.vc-search-bar.VcTextInput.medium[data-v-aa7c74d0] .v-input__control .v-input__slot .v-input__prepend-inner{padding:var(--size-value3)}.vc-search-bar.VcTextInput[data-v-aa7c74d0] .v-input__control .v-input__slot{padding:var(--size-value0)}.vc-search-bar.VcTextInput[data-v-aa7c74d0] .v-input__control .v-input__slot .v-input__prepend-inner{padding:18px var(--size-value3);margin:var(--size-value0)}",
@@ -3809,30 +3814,30 @@ const __vue_inject_styles__$w = function (inject) {
3809
3814
  /* scoped */
3810
3815
 
3811
3816
 
3812
- const __vue_scope_id__$w = "data-v-aa7c74d0";
3817
+ const __vue_scope_id__$y = "data-v-aa7c74d0";
3813
3818
  /* module identifier */
3814
3819
 
3815
- const __vue_module_identifier__$w = undefined;
3820
+ const __vue_module_identifier__$y = undefined;
3816
3821
  /* functional template */
3817
3822
 
3818
- const __vue_is_functional_template__$w = false;
3823
+ const __vue_is_functional_template__$y = false;
3819
3824
  /* style inject SSR */
3820
3825
 
3821
3826
  /* style inject shadow dom */
3822
3827
 
3823
- const __vue_component__$w = /*#__PURE__*/normalizeComponent({
3824
- render: __vue_render__$w,
3825
- staticRenderFns: __vue_staticRenderFns__$w
3826
- }, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
3828
+ const __vue_component__$y = /*#__PURE__*/normalizeComponent({
3829
+ render: __vue_render__$y,
3830
+ staticRenderFns: __vue_staticRenderFns__$y
3831
+ }, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
3827
3832
 
3828
- var script$v = {
3833
+ var script$x = {
3829
3834
  name: "VcListbox",
3830
3835
  components: {
3831
- VcLayout: __vue_component__$R,
3832
- VcSearchBar: __vue_component__$w,
3833
- VcChecklistItem: __vue_component__$y,
3834
- VcIcon: __vue_component__$U,
3835
- VcTooltip: __vue_component__$I,
3836
+ VcLayout: __vue_component__$T,
3837
+ VcSearchBar: __vue_component__$y,
3838
+ VcChecklistItem: __vue_component__$A,
3839
+ VcIcon: __vue_component__$W,
3840
+ VcTooltip: __vue_component__$K,
3836
3841
  VListItem: VListItem,
3837
3842
  VListItemGroup: VListItemGroup,
3838
3843
  VDivider: VDivider,
@@ -3915,10 +3920,10 @@ var script$v = {
3915
3920
  };
3916
3921
 
3917
3922
  /* script */
3918
- const __vue_script__$v = script$v;
3923
+ const __vue_script__$x = script$x;
3919
3924
  /* template */
3920
3925
 
3921
- var __vue_render__$v = function () {
3926
+ var __vue_render__$x = function () {
3922
3927
  var _vm = this;
3923
3928
 
3924
3929
  var _h = _vm.$createElement;
@@ -4011,10 +4016,10 @@ var __vue_render__$v = function () {
4011
4016
  }, [_vm._v(_vm._s(_vm.getAddAnotherLabel))])], 1)], 1) : _vm._e()], 1)], 1);
4012
4017
  };
4013
4018
 
4014
- var __vue_staticRenderFns__$v = [];
4019
+ var __vue_staticRenderFns__$x = [];
4015
4020
  /* style */
4016
4021
 
4017
- const __vue_inject_styles__$v = function (inject) {
4022
+ const __vue_inject_styles__$x = function (inject) {
4018
4023
  if (!inject) return;
4019
4024
  inject("data-v-3e86f8c2_0", {
4020
4025
  source: "[data-v-3e86f8c2]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-list-title[data-v-3e86f8c2]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:var(--size-value5);margin-block-end:var(--size-value3)}.VcListbox[data-v-3e86f8c2]{padding-block:var(--size-value1);margin-block:var(--size-value1);border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:var(--border-radius);box-shadow:none!important}.VcListbox.with-search[data-v-3e86f8c2]{border:none}.VcListbox.with-search .vc-overflow[data-v-3e86f8c2]{border-inline:var(--border-frame);border-block-end:var(--border-frame);border-radius:0 0 var(--border-radius) var(--border-radius)}.VcListbox.with-search.with-add-another .vc-overflow[data-v-3e86f8c2]{border-inline:var(--border-frame);border-block-end:unset;border-radius:unset}.VcListbox.with-search.with-add-another .last-item[data-v-3e86f8c2]{border-inline:var(--border-frame);border-block-end:var(--border-frame);border-radius:0 0 var(--border-radius) var(--border-radius)}.VcListbox .vc-overflow[data-v-3e86f8c2]{overflow:auto;height:160px}.VcListbox .vc-overflow .vc-list-item[data-v-3e86f8c2]{padding:var(--size-value0);min-height:unset}.VcListbox .vc-overflow .vc-list-item[data-v-3e86f8c2]:before{opacity:0}.VcListbox .divider[data-v-3e86f8c2]{border-color:var(--gray-lighten-1)}.VcListbox .last-item[data-v-3e86f8c2]{cursor:pointer;min-height:var(--size-value10);padding-block:var(--size-value1) var(--size-value2)}.VcListbox .last-item[data-v-3e86f8c2]:hover{background-color:var(--gray-lighten-3)}.VcListbox .last-item .add-another-label[data-v-3e86f8c2]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcListbox .last-item .add-another-icon[data-v-3e86f8c2]{margin-inline-end:var(--size-value3);cursor:pointer}.VcListbox .last-item .add-another-icon[data-v-3e86f8c2] .v-icon__component{height:unset;width:unset}.VcListbox .last-item .add-another-icon[data-v-3e86f8c2] .v-icon__component svg{width:var(--size-value3)}.VcListbox__empty[data-v-3e86f8c2]{height:100%;font-weight:var(--font-weight-medium2);font-size:var(--font-size-xx-small);color:var(--gray-darken-4)}",
@@ -4025,26 +4030,26 @@ const __vue_inject_styles__$v = function (inject) {
4025
4030
  /* scoped */
4026
4031
 
4027
4032
 
4028
- const __vue_scope_id__$v = "data-v-3e86f8c2";
4033
+ const __vue_scope_id__$x = "data-v-3e86f8c2";
4029
4034
  /* module identifier */
4030
4035
 
4031
- const __vue_module_identifier__$v = undefined;
4036
+ const __vue_module_identifier__$x = undefined;
4032
4037
  /* functional template */
4033
4038
 
4034
- const __vue_is_functional_template__$v = false;
4039
+ const __vue_is_functional_template__$x = false;
4035
4040
  /* style inject SSR */
4036
4041
 
4037
4042
  /* style inject shadow dom */
4038
4043
 
4039
- const __vue_component__$v = /*#__PURE__*/normalizeComponent({
4040
- render: __vue_render__$v,
4041
- staticRenderFns: __vue_staticRenderFns__$v
4042
- }, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
4044
+ const __vue_component__$x = /*#__PURE__*/normalizeComponent({
4045
+ render: __vue_render__$x,
4046
+ staticRenderFns: __vue_staticRenderFns__$x
4047
+ }, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
4043
4048
 
4044
- var script$u = {
4049
+ var script$w = {
4045
4050
  name: "VcBottomSheet",
4046
4051
  components: {
4047
- VcLayout: __vue_component__$R,
4052
+ VcLayout: __vue_component__$T,
4048
4053
  VSheet: VSheet,
4049
4054
  VBottomSheet: VBottomSheet
4050
4055
  },
@@ -4065,10 +4070,10 @@ var script$u = {
4065
4070
  };
4066
4071
 
4067
4072
  /* script */
4068
- const __vue_script__$u = script$u;
4073
+ const __vue_script__$w = script$w;
4069
4074
  /* template */
4070
4075
 
4071
- var __vue_render__$u = function () {
4076
+ var __vue_render__$w = function () {
4072
4077
  var _vm = this;
4073
4078
 
4074
4079
  var _h = _vm.$createElement;
@@ -4101,10 +4106,10 @@ var __vue_render__$u = function () {
4101
4106
  }, [_vm._t("default")], 2)], 1);
4102
4107
  };
4103
4108
 
4104
- var __vue_staticRenderFns__$u = [];
4109
+ var __vue_staticRenderFns__$w = [];
4105
4110
  /* style */
4106
4111
 
4107
- const __vue_inject_styles__$u = function (inject) {
4112
+ const __vue_inject_styles__$w = function (inject) {
4108
4113
  if (!inject) return;
4109
4114
  inject("data-v-d837dcb8_0", {
4110
4115
  source: "[data-v-d837dcb8]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcBottomSheet .vc-sheet[data-v-d837dcb8]{max-height:92vh;border-radius:var(--modal-border-radius) var(--modal-border-radius) 0 0;display:flex;box-shadow:var(--modal-box-shadow)}",
@@ -4115,25 +4120,25 @@ const __vue_inject_styles__$u = function (inject) {
4115
4120
  /* scoped */
4116
4121
 
4117
4122
 
4118
- const __vue_scope_id__$u = "data-v-d837dcb8";
4123
+ const __vue_scope_id__$w = "data-v-d837dcb8";
4119
4124
  /* module identifier */
4120
4125
 
4121
- const __vue_module_identifier__$u = undefined;
4126
+ const __vue_module_identifier__$w = undefined;
4122
4127
  /* functional template */
4123
4128
 
4124
- const __vue_is_functional_template__$u = false;
4129
+ const __vue_is_functional_template__$w = false;
4125
4130
  /* style inject SSR */
4126
4131
 
4127
4132
  /* style inject shadow dom */
4128
4133
 
4129
- const __vue_component__$u = /*#__PURE__*/normalizeComponent({
4130
- render: __vue_render__$u,
4131
- staticRenderFns: __vue_staticRenderFns__$u
4132
- }, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
4134
+ const __vue_component__$w = /*#__PURE__*/normalizeComponent({
4135
+ render: __vue_render__$w,
4136
+ staticRenderFns: __vue_staticRenderFns__$w
4137
+ }, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
4133
4138
 
4134
- var script$t = {
4139
+ var script$v = {
4135
4140
  components: {
4136
- VcIcon: __vue_component__$U,
4141
+ VcIcon: __vue_component__$W,
4137
4142
  VSwitch: VSwitch
4138
4143
  },
4139
4144
  name: "VcSwitch",
@@ -4162,9 +4167,10 @@ var script$t = {
4162
4167
  type: Boolean,
4163
4168
  default: false
4164
4169
  },
4165
- preLabel: {
4166
- type: Boolean,
4167
- default: false
4170
+ labelPosition: {
4171
+ type: String,
4172
+ default: 'after',
4173
+ validator: prop => ['before', 'after'].includes(prop)
4168
4174
  }
4169
4175
  },
4170
4176
  methods: {
@@ -4175,10 +4181,10 @@ var script$t = {
4175
4181
  };
4176
4182
 
4177
4183
  /* script */
4178
- const __vue_script__$t = script$t;
4184
+ const __vue_script__$v = script$v;
4179
4185
  /* template */
4180
4186
 
4181
- var __vue_render__$t = function () {
4187
+ var __vue_render__$v = function () {
4182
4188
  var _vm = this;
4183
4189
 
4184
4190
  var _h = _vm.$createElement;
@@ -4195,7 +4201,7 @@ var __vue_render__$t = function () {
4195
4201
  class: {
4196
4202
  'is-active': _vm.value,
4197
4203
  'with-icon': _vm.icon,
4198
- 'pre-label': _vm.preLabel
4204
+ 'pre-label': _vm.labelPosition === 'before'
4199
4205
  },
4200
4206
  attrs: {
4201
4207
  "inset": "",
@@ -4234,13 +4240,13 @@ var __vue_render__$t = function () {
4234
4240
  }, [_vm._v("$close_button")]) : _vm._e()], 1);
4235
4241
  };
4236
4242
 
4237
- var __vue_staticRenderFns__$t = [];
4243
+ var __vue_staticRenderFns__$v = [];
4238
4244
  /* style */
4239
4245
 
4240
- const __vue_inject_styles__$t = function (inject) {
4246
+ const __vue_inject_styles__$v = function (inject) {
4241
4247
  if (!inject) return;
4242
- inject("data-v-4d89683c_0", {
4243
- source: ".switchContainer .VcSwitch[data-v-4d89683c]{padding:0;margin:0}.switchContainer .VcSwitch[data-v-4d89683c] label{font-size:var(--font-size-small);font-weight:var(--font-weight-medium);line-height:var(--size-value6);color:var(--neutral-lighten-1)}.switchContainer .VcSwitch[data-v-4d89683c] input{height:var(--size-value5)}.switchContainer .VcSwitch[data-v-4d89683c] .v-input--selection-controls__input{margin-left:0;margin-right:var(--size-value3);height:var(--size-value5);width:var(--size-value8)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-4d89683c] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-4d89683c] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch[data-v-4d89683c] .v-input--switch__track{top:0;left:0}#app[dir=rtl] .switchContainer .VcSwitch[data-v-4d89683c] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch[data-v-4d89683c] .v-input--selection-controls__ripple{left:-10px;height:25px;width:25px}#app[dir=rtl] .switchContainer .VcSwitch[data-v-4d89683c] .v-input--selection-controls__ripple{left:auto;right:-10px}.switchContainer .VcSwitch[data-v-4d89683c] .v-input--switch__thumb{height:14px;width:14px;background-color:#fff;top:calc(50% - 7px);transform:translateX(3px)!important;box-shadow:var(--shadow-5)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-4d89683c] .v-input--switch__thumb{transform:translateX(-3px)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-4d89683c] {opacity:1}.switchContainer .VcSwitch.v-input--is-disabled[data-v-4d89683c] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-4d89683c] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.is-active[data-v-4d89683c] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.is-active[data-v-4d89683c] .v-input--selection-controls__ripple{transform:translateX(14px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-4d89683c] .v-input--selection-controls__ripple{transform:translateX(-14px)!important}.switchContainer .VcSwitch.is-active[data-v-4d89683c] .v-input--switch__thumb{transform:translateX(17px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-4d89683c] .v-input--switch__thumb{transform:translateX(-17px)!important}.switchContainer .VcSwitch.pre-label[data-v-4d89683c] label{order:-1;flex:unset;margin-left:0;margin-right:var(--size-value2)}#app[dir=rtl] .switchContainer .VcSwitch.pre-label[data-v-4d89683c] label{margin-left:var(--size-value2)}#app[dir=rtl] .switchContainer .VcSwitch.pre-label[data-v-4d89683c] label{margin-right:0}.switchContainer .VcSwitch.pre-label[data-v-4d89683c] .v-input--selection-controls__input{margin:unset}.switchContainer .VcSwitch.with-icon[data-v-4d89683c] input{height:var(--size-value6)}.switchContainer .VcSwitch.with-icon[data-v-4d89683c] .v-input--selection-controls__input{margin-left:0;margin-right:var(--size-value3);height:var(--size-value6);width:var(--size-value12)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-4d89683c] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-4d89683c] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch.with-icon[data-v-4d89683c] .v-input--switch__track{top:0;left:0;height:var(--size-value6);width:var(--size-value12)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-4d89683c] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch.with-icon[data-v-4d89683c] .v-input--selection-controls__ripple{left:-9px;height:29px;width:29px;top:calc(50% - 21.5px)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-4d89683c] .v-input--selection-controls__ripple{left:auto;right:-9px}.switchContainer .VcSwitch.with-icon[data-v-4d89683c] .v-input--switch__thumb{height:18px;width:18px;top:calc(50% - 9px);transform:translateX(3.5px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-4d89683c] .v-input--switch__thumb{transform:translateX(-3.5px)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-4d89683c] {opacity:1}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-4d89683c] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-4d89683c] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.with-icon.v-input--is-disabled+.VcSwitchIcon[data-v-4d89683c]{fill:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-4d89683c] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.with-icon.is-active[data-v-4d89683c] .v-input--selection-controls__ripple{transform:translateX(23.5px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-4d89683c] .v-input--selection-controls__ripple{transform:translateX(-23.5px)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-4d89683c] .v-input--switch__thumb{transform:translateX(26px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-4d89683c] .v-input--switch__thumb{transform:translateX(-26px)!important}.switchContainer .VcSwitchIcon[data-v-4d89683c]{cursor:pointer;pointer-events:none;margin:17px;left:-10px}.switchContainer .VcSwitchIconV[data-v-4d89683c]{top:-33px;transform:translateX(23px);fill:var(--v-secondary-base)}.switchContainer .VcSwitchIconX[data-v-4d89683c]{top:-34px;transform:translate(0,0);fill:var(--neutral-lighten-1)}.switchContainer.with-icon[data-v-4d89683c]{height:var(--size-value6)}",
4248
+ inject("data-v-422626ac_0", {
4249
+ source: ".switchContainer .VcSwitch[data-v-422626ac]{padding:0;margin:0}.switchContainer .VcSwitch[data-v-422626ac] label{font-size:var(--font-size-small);font-weight:var(--font-weight-medium);line-height:var(--size-value6);color:var(--neutral-lighten-1)}.switchContainer .VcSwitch[data-v-422626ac] input{height:var(--size-value5)}.switchContainer .VcSwitch[data-v-422626ac] .v-input--selection-controls__input{margin-left:0;margin-right:var(--size-value3);height:var(--size-value5);width:var(--size-value8)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-422626ac] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-422626ac] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch[data-v-422626ac] .v-input--switch__track{top:0;left:0}#app[dir=rtl] .switchContainer .VcSwitch[data-v-422626ac] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch[data-v-422626ac] .v-input--selection-controls__ripple{left:-10px;height:25px;width:25px}#app[dir=rtl] .switchContainer .VcSwitch[data-v-422626ac] .v-input--selection-controls__ripple{left:auto;right:-10px}.switchContainer .VcSwitch[data-v-422626ac] .v-input--switch__thumb{height:14px;width:14px;background-color:#fff;top:calc(50% - 7px);transform:translateX(3px)!important;box-shadow:var(--shadow-5)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-422626ac] .v-input--switch__thumb{transform:translateX(-3px)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-422626ac] {opacity:1}.switchContainer .VcSwitch.v-input--is-disabled[data-v-422626ac] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-422626ac] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.is-active[data-v-422626ac] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.is-active[data-v-422626ac] .v-input--selection-controls__ripple{transform:translateX(14px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-422626ac] .v-input--selection-controls__ripple{transform:translateX(-14px)!important}.switchContainer .VcSwitch.is-active[data-v-422626ac] .v-input--switch__thumb{transform:translateX(17px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-422626ac] .v-input--switch__thumb{transform:translateX(-17px)!important}.switchContainer .VcSwitch.pre-label[data-v-422626ac] label{order:-1;flex:unset;margin-inline-end:var(--size-value2)}.switchContainer .VcSwitch.pre-label[data-v-422626ac] .v-input--selection-controls__input{margin:unset!important}.switchContainer .VcSwitch.with-icon[data-v-422626ac] input{height:var(--size-value6)}.switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--selection-controls__input{margin-left:0;margin-right:var(--size-value3);height:var(--size-value6);width:var(--size-value12)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--switch__track{top:0;left:0;height:var(--size-value6);width:var(--size-value12)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--selection-controls__ripple{left:-9px;height:29px;width:29px;top:calc(50% - 21.5px)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--selection-controls__ripple{left:auto;right:-9px}.switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--switch__thumb{height:18px;width:18px;top:calc(50% - 9px);transform:translateX(3.5px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--switch__thumb{transform:translateX(-3.5px)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-422626ac] {opacity:1}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-422626ac] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-422626ac] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.with-icon.v-input--is-disabled+.VcSwitchIcon[data-v-422626ac]{fill:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-422626ac] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.with-icon.is-active[data-v-422626ac] .v-input--selection-controls__ripple{transform:translateX(23.5px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-422626ac] .v-input--selection-controls__ripple{transform:translateX(-23.5px)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-422626ac] .v-input--switch__thumb{transform:translateX(26px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-422626ac] .v-input--switch__thumb{transform:translateX(-26px)!important}.switchContainer .VcSwitchIcon[data-v-422626ac]{cursor:pointer;pointer-events:none;margin:17px;left:-10px}.switchContainer .VcSwitchIconV[data-v-422626ac]{top:-33px;transform:translateX(23px);fill:var(--v-secondary-base)}.switchContainer .VcSwitchIconX[data-v-422626ac]{top:-34px;transform:translate(0,0);fill:var(--neutral-lighten-1)}.switchContainer.with-icon[data-v-422626ac]{height:var(--size-value6)}",
4244
4250
  map: undefined,
4245
4251
  media: undefined
4246
4252
  });
@@ -4248,31 +4254,31 @@ const __vue_inject_styles__$t = function (inject) {
4248
4254
  /* scoped */
4249
4255
 
4250
4256
 
4251
- const __vue_scope_id__$t = "data-v-4d89683c";
4257
+ const __vue_scope_id__$v = "data-v-422626ac";
4252
4258
  /* module identifier */
4253
4259
 
4254
- const __vue_module_identifier__$t = undefined;
4260
+ const __vue_module_identifier__$v = undefined;
4255
4261
  /* functional template */
4256
4262
 
4257
- const __vue_is_functional_template__$t = false;
4263
+ const __vue_is_functional_template__$v = false;
4258
4264
  /* style inject SSR */
4259
4265
 
4260
4266
  /* style inject shadow dom */
4261
4267
 
4262
- const __vue_component__$t = /*#__PURE__*/normalizeComponent({
4263
- render: __vue_render__$t,
4264
- staticRenderFns: __vue_staticRenderFns__$t
4265
- }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
4268
+ const __vue_component__$v = /*#__PURE__*/normalizeComponent({
4269
+ render: __vue_render__$v,
4270
+ staticRenderFns: __vue_staticRenderFns__$v
4271
+ }, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
4266
4272
 
4267
- var script$s = {
4273
+ var script$u = {
4268
4274
  name: "VcInputBottomSheet",
4269
4275
  components: {
4270
- VcBottomSheet: __vue_component__$u,
4271
- VcModalHeader: __vue_component__$P,
4272
- VcLayout: __vue_component__$R,
4273
- VcModalFooter: __vue_component__$Q,
4274
- VcForm: __vue_component__$N,
4275
- VcSwitch: __vue_component__$t
4276
+ VcBottomSheet: __vue_component__$w,
4277
+ VcModalHeader: __vue_component__$R,
4278
+ VcLayout: __vue_component__$T,
4279
+ VcModalFooter: __vue_component__$S,
4280
+ VcForm: __vue_component__$P,
4281
+ VcSwitch: __vue_component__$v
4276
4282
  },
4277
4283
  props: {
4278
4284
  value: {
@@ -4361,10 +4367,10 @@ var script$s = {
4361
4367
  };
4362
4368
 
4363
4369
  /* script */
4364
- const __vue_script__$s = script$s;
4370
+ const __vue_script__$u = script$u;
4365
4371
  /* template */
4366
4372
 
4367
- var __vue_render__$s = function () {
4373
+ var __vue_render__$u = function () {
4368
4374
  var _vm = this;
4369
4375
 
4370
4376
  var _h = _vm.$createElement;
@@ -4483,10 +4489,10 @@ var __vue_render__$s = function () {
4483
4489
  }) : _vm._e()], 1)]], 2);
4484
4490
  };
4485
4491
 
4486
- var __vue_staticRenderFns__$s = [];
4492
+ var __vue_staticRenderFns__$u = [];
4487
4493
  /* style */
4488
4494
 
4489
- const __vue_inject_styles__$s = function (inject) {
4495
+ const __vue_inject_styles__$u = function (inject) {
4490
4496
  if (!inject) return;
4491
4497
  inject("data-v-e1c1f348_0", {
4492
4498
  source: "[data-v-e1c1f348]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcInputBottomSheet .vc-bottom-sheet__header.showDivider[data-v-e1c1f348]{border-bottom:1px solid var(--gray-lighten-1)}.VcInputBottomSheet .vc-bottom-sheet__footer[data-v-e1c1f348]{padding:var(--size-value3) var(--size-value4)}.VcInputBottomSheet .vc-bottom-sheet__footer.showDivider[data-v-e1c1f348]{border-top:1px solid var(--gray-lighten-1);display:flex}.VcInputBottomSheet .vc-bottom-sheet__content[data-v-e1c1f348]{padding:var(--size-value6) var(--size-value4);overflow-y:auto}",
@@ -4497,21 +4503,21 @@ const __vue_inject_styles__$s = function (inject) {
4497
4503
  /* scoped */
4498
4504
 
4499
4505
 
4500
- const __vue_scope_id__$s = "data-v-e1c1f348";
4506
+ const __vue_scope_id__$u = "data-v-e1c1f348";
4501
4507
  /* module identifier */
4502
4508
 
4503
- const __vue_module_identifier__$s = undefined;
4509
+ const __vue_module_identifier__$u = undefined;
4504
4510
  /* functional template */
4505
4511
 
4506
- const __vue_is_functional_template__$s = false;
4512
+ const __vue_is_functional_template__$u = false;
4507
4513
  /* style inject SSR */
4508
4514
 
4509
4515
  /* style inject shadow dom */
4510
4516
 
4511
- const __vue_component__$s = /*#__PURE__*/normalizeComponent({
4512
- render: __vue_render__$s,
4513
- staticRenderFns: __vue_staticRenderFns__$s
4514
- }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
4517
+ const __vue_component__$u = /*#__PURE__*/normalizeComponent({
4518
+ render: __vue_render__$u,
4519
+ staticRenderFns: __vue_staticRenderFns__$u
4520
+ }, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
4515
4521
 
4516
4522
  //
4517
4523
  //
@@ -4531,7 +4537,7 @@ const __vue_component__$s = /*#__PURE__*/normalizeComponent({
4531
4537
  //
4532
4538
  //
4533
4539
  //
4534
- var script$r = {
4540
+ var script$t = {
4535
4541
  components: {
4536
4542
  VMenu: VMenu
4537
4543
  },
@@ -4567,10 +4573,10 @@ var script$r = {
4567
4573
  };
4568
4574
 
4569
4575
  /* script */
4570
- const __vue_script__$r = script$r;
4576
+ const __vue_script__$t = script$t;
4571
4577
  /* template */
4572
4578
 
4573
- var __vue_render__$r = function () {
4579
+ var __vue_render__$t = function () {
4574
4580
  var _vm = this;
4575
4581
 
4576
4582
  var _h = _vm.$createElement;
@@ -4608,10 +4614,10 @@ var __vue_render__$r = function () {
4608
4614
  }, [_vm._v(" "), _vm._t("default")], 2);
4609
4615
  };
4610
4616
 
4611
- var __vue_staticRenderFns__$r = [];
4617
+ var __vue_staticRenderFns__$t = [];
4612
4618
  /* style */
4613
4619
 
4614
- const __vue_inject_styles__$r = function (inject) {
4620
+ const __vue_inject_styles__$t = function (inject) {
4615
4621
  if (!inject) return;
4616
4622
  inject("data-v-da6757e6_0", {
4617
4623
  source: "[data-v-da6757e6]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-popover[data-v-da6757e6]{background-color:var(--modal-bg-color);width:var(--popover-width);max-height:var(--popover-max-height);display:flex;box-shadow:var(--modal-box-shadow);border-radius:var(--popover-border-radius)}",
@@ -4622,31 +4628,31 @@ const __vue_inject_styles__$r = function (inject) {
4622
4628
  /* scoped */
4623
4629
 
4624
4630
 
4625
- const __vue_scope_id__$r = "data-v-da6757e6";
4631
+ const __vue_scope_id__$t = "data-v-da6757e6";
4626
4632
  /* module identifier */
4627
4633
 
4628
- const __vue_module_identifier__$r = undefined;
4634
+ const __vue_module_identifier__$t = undefined;
4629
4635
  /* functional template */
4630
4636
 
4631
- const __vue_is_functional_template__$r = false;
4637
+ const __vue_is_functional_template__$t = false;
4632
4638
  /* style inject SSR */
4633
4639
 
4634
4640
  /* style inject shadow dom */
4635
4641
 
4636
- const __vue_component__$r = /*#__PURE__*/normalizeComponent({
4637
- render: __vue_render__$r,
4638
- staticRenderFns: __vue_staticRenderFns__$r
4639
- }, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
4642
+ const __vue_component__$t = /*#__PURE__*/normalizeComponent({
4643
+ render: __vue_render__$t,
4644
+ staticRenderFns: __vue_staticRenderFns__$t
4645
+ }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
4640
4646
 
4641
- var script$q = {
4647
+ var script$s = {
4642
4648
  name: "VcInputPopover",
4643
4649
  components: {
4644
- VcModalHeader: __vue_component__$P,
4645
- VcLayout: __vue_component__$R,
4646
- VcModalFooter: __vue_component__$Q,
4647
- VcForm: __vue_component__$N,
4648
- VcPopover: __vue_component__$r,
4649
- VcSwitch: __vue_component__$t
4650
+ VcModalHeader: __vue_component__$R,
4651
+ VcLayout: __vue_component__$T,
4652
+ VcModalFooter: __vue_component__$S,
4653
+ VcForm: __vue_component__$P,
4654
+ VcPopover: __vue_component__$t,
4655
+ VcSwitch: __vue_component__$v
4650
4656
  },
4651
4657
  props: {
4652
4658
  value: {
@@ -4735,10 +4741,10 @@ var script$q = {
4735
4741
  };
4736
4742
 
4737
4743
  /* script */
4738
- const __vue_script__$q = script$q;
4744
+ const __vue_script__$s = script$s;
4739
4745
  /* template */
4740
4746
 
4741
- var __vue_render__$q = function () {
4747
+ var __vue_render__$s = function () {
4742
4748
  var _vm = this;
4743
4749
 
4744
4750
  var _h = _vm.$createElement;
@@ -4848,10 +4854,10 @@ var __vue_render__$q = function () {
4848
4854
  }) : _vm._e()], 1)]], 2);
4849
4855
  };
4850
4856
 
4851
- var __vue_staticRenderFns__$q = [];
4857
+ var __vue_staticRenderFns__$s = [];
4852
4858
  /* style */
4853
4859
 
4854
- const __vue_inject_styles__$q = function (inject) {
4860
+ const __vue_inject_styles__$s = function (inject) {
4855
4861
  if (!inject) return;
4856
4862
  inject("data-v-97aa8f28_0", {
4857
4863
  source: "[data-v-97aa8f28]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-popover[data-v-97aa8f28]{width:var(--popover-width);max-height:var(--popover-max-height);display:flex;box-shadow:var(--modal-box-shadow)}.vc-popover .vc-popover-content[data-v-97aa8f28]{padding:var(--size-value4) var(--size-value6);overflow-y:auto}.vc-popover .vc-popover-footer[data-v-97aa8f28]{padding:var(--size-value3) var(--size-value6)}",
@@ -4862,27 +4868,27 @@ const __vue_inject_styles__$q = function (inject) {
4862
4868
  /* scoped */
4863
4869
 
4864
4870
 
4865
- const __vue_scope_id__$q = "data-v-97aa8f28";
4871
+ const __vue_scope_id__$s = "data-v-97aa8f28";
4866
4872
  /* module identifier */
4867
4873
 
4868
- const __vue_module_identifier__$q = undefined;
4874
+ const __vue_module_identifier__$s = undefined;
4869
4875
  /* functional template */
4870
4876
 
4871
- const __vue_is_functional_template__$q = false;
4877
+ const __vue_is_functional_template__$s = false;
4872
4878
  /* style inject SSR */
4873
4879
 
4874
4880
  /* style inject shadow dom */
4875
4881
 
4876
- const __vue_component__$q = /*#__PURE__*/normalizeComponent({
4877
- render: __vue_render__$q,
4878
- staticRenderFns: __vue_staticRenderFns__$q
4879
- }, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
4882
+ const __vue_component__$s = /*#__PURE__*/normalizeComponent({
4883
+ render: __vue_render__$s,
4884
+ staticRenderFns: __vue_staticRenderFns__$s
4885
+ }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
4880
4886
 
4881
- var script$p = {
4887
+ var script$r = {
4882
4888
  name: "VcChip",
4883
4889
  components: {
4884
- VcIcon: __vue_component__$U,
4885
- VcAvatar: __vue_component__$G,
4890
+ VcIcon: __vue_component__$W,
4891
+ VcAvatar: __vue_component__$I,
4886
4892
  VChip: VChip
4887
4893
  },
4888
4894
  props: {
@@ -4914,10 +4920,10 @@ var script$p = {
4914
4920
  };
4915
4921
 
4916
4922
  /* script */
4917
- const __vue_script__$p = script$p;
4923
+ const __vue_script__$r = script$r;
4918
4924
  /* template */
4919
4925
 
4920
- var __vue_render__$p = function () {
4926
+ var __vue_render__$r = function () {
4921
4927
  var _vm = this;
4922
4928
 
4923
4929
  var _h = _vm.$createElement;
@@ -4957,10 +4963,10 @@ var __vue_render__$p = function () {
4957
4963
  }, [_vm._v("$attention_fill")])], 1) : _vm._e(), _vm._v("\n " + _vm._s(_vm.label) + "\n")]);
4958
4964
  };
4959
4965
 
4960
- var __vue_staticRenderFns__$p = [];
4966
+ var __vue_staticRenderFns__$r = [];
4961
4967
  /* style */
4962
4968
 
4963
- const __vue_inject_styles__$p = function (inject) {
4969
+ const __vue_inject_styles__$r = function (inject) {
4964
4970
  if (!inject) return;
4965
4971
  inject("data-v-d8233608_0", {
4966
4972
  source: "[data-v-d8233608]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcChip[data-v-d8233608]{max-width:fit-content;border:1px solid var(--neutral-lighten-1)}.VcChip.v-chip[data-v-d8233608]{background-color:var(--modal-bg-color)}.VcChip.v-chip[data-v-d8233608] .v-chip__content{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper{margin-inline-end:var(--size-value2)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper .vc-attention-fill{fill:var(--yellow)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close{direction:inherit;margin-inline:var(--size-value1) var(--size-value0);color:var(--gray)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close:hover{opacity:unset}.VcChip.v-chip.vc-avatar[data-v-d8233608]{padding-inline:var(--size-value1) var(--size-value3)}.VcChip.v-chip--disabled[data-v-d8233608]{background-color:var(--gray-lighten-2);border:1px solid var(--gray-lighten-2)}.VcChip.v-chip--disabled[data-v-d8233608] .v-chip__content{color:var(--gray-darken-1)}.VcChip.vc-invalid[data-v-d8233608]{background-color:var(--yellow-lighten-3);border:1px solid var(--yellow)}.VcChip.vc-invalid[data-v-d8233608]:hover{background-color:var(--yellow-lighten-2)}.VcChip[data-v-d8233608]:hover{background-color:var(--gray-lighten-3)}.VcChip[data-v-d8233608]:hover:before{opacity:0}.VcChip[data-v-d8233608]:focus{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcChip[data-v-d8233608]:focus:before{opacity:0}",
@@ -4971,21 +4977,21 @@ const __vue_inject_styles__$p = function (inject) {
4971
4977
  /* scoped */
4972
4978
 
4973
4979
 
4974
- const __vue_scope_id__$p = "data-v-d8233608";
4980
+ const __vue_scope_id__$r = "data-v-d8233608";
4975
4981
  /* module identifier */
4976
4982
 
4977
- const __vue_module_identifier__$p = undefined;
4983
+ const __vue_module_identifier__$r = undefined;
4978
4984
  /* functional template */
4979
4985
 
4980
- const __vue_is_functional_template__$p = false;
4986
+ const __vue_is_functional_template__$r = false;
4981
4987
  /* style inject SSR */
4982
4988
 
4983
4989
  /* style inject shadow dom */
4984
4990
 
4985
- const __vue_component__$p = /*#__PURE__*/normalizeComponent({
4986
- render: __vue_render__$p,
4987
- staticRenderFns: __vue_staticRenderFns__$p
4988
- }, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
4991
+ const __vue_component__$r = /*#__PURE__*/normalizeComponent({
4992
+ render: __vue_render__$r,
4993
+ staticRenderFns: __vue_staticRenderFns__$r
4994
+ }, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
4989
4995
 
4990
4996
  //
4991
4997
  //
@@ -5009,7 +5015,7 @@ const __vue_component__$p = /*#__PURE__*/normalizeComponent({
5009
5015
  //
5010
5016
  //
5011
5017
  //
5012
- var script$o = {
5018
+ var script$q = {
5013
5019
  components: {
5014
5020
  VCol: VCol,
5015
5021
  VRow: VRow,
@@ -5095,10 +5101,10 @@ var script$o = {
5095
5101
  };
5096
5102
 
5097
5103
  /* script */
5098
- const __vue_script__$o = script$o;
5104
+ const __vue_script__$q = script$q;
5099
5105
  /* template */
5100
5106
 
5101
- var __vue_render__$o = function () {
5107
+ var __vue_render__$q = function () {
5102
5108
  var _vm = this;
5103
5109
 
5104
5110
  var _h = _vm.$createElement;
@@ -5145,10 +5151,10 @@ var __vue_render__$o = function () {
5145
5151
  }), 1);
5146
5152
  };
5147
5153
 
5148
- var __vue_staticRenderFns__$o = [];
5154
+ var __vue_staticRenderFns__$q = [];
5149
5155
  /* style */
5150
5156
 
5151
- const __vue_inject_styles__$o = function (inject) {
5157
+ const __vue_inject_styles__$q = function (inject) {
5152
5158
  if (!inject) return;
5153
5159
  inject("data-v-284ef818_0", {
5154
5160
  source: ".VcButtonGroup[data-v-284ef818]{font-weight:var(--font-weight-medium2);font-size:13px}.VcButtonGroup .button-group-row[data-v-284ef818]{margin:0}.VcButtonGroup .button-item[data-v-284ef818]{cursor:pointer;transition:.3s background-color,color ease-out;min-height:40px;border-color:#d6dbe6;border-style:solid;border-width:0;color:rgba(0,0,0,.62);border-right-width:1px;border-bottom-width:1px;padding:0 12px}.VcButtonGroup .button-item .button-label[data-v-284ef818]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.VcButtonGroup .button-item.left[data-v-284ef818]{border-left-width:1px}.VcButtonGroup .button-item.top[data-v-284ef818]{border-top-width:1px}.VcButtonGroup .button-item.bottom[data-v-284ef818]:not(.top):not(.selected){border-top-width:0}.VcButtonGroup .button-item.top.left[data-v-284ef818]{border-top-left-radius:6px}.VcButtonGroup .button-item.top.right[data-v-284ef818]{border-top-right-radius:6px}.VcButtonGroup .button-item.bottom.left[data-v-284ef818]{border-bottom-left-radius:6px}.VcButtonGroup .button-item.bottom.right[data-v-284ef818]{border-bottom-right-radius:6px}.VcButtonGroup .button-item[data-v-284ef818]:hover{background-color:rgba(0,0,0,.03)}.VcButtonGroup .button-item[data-v-284ef818]:focus{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcButtonGroup .button-item.selected[data-v-284ef818]{border:2px solid var(--v-secondary-base);font-weight:600}.VcButtonGroup .button-item.selected[data-v-284ef818]:hover{background:rgba(0,0,0,.03)}.VcButtonGroup .button-item[data-v-284ef818]:active{background:rgba(0,0,0,.12)}.VcButtonGroup .button-item.disabled[data-v-284ef818]{background:rgba(0,0,0,.07);color:rgba(0,0,0,.4);pointer-events:none}",
@@ -5159,21 +5165,21 @@ const __vue_inject_styles__$o = function (inject) {
5159
5165
  /* scoped */
5160
5166
 
5161
5167
 
5162
- const __vue_scope_id__$o = "data-v-284ef818";
5168
+ const __vue_scope_id__$q = "data-v-284ef818";
5163
5169
  /* module identifier */
5164
5170
 
5165
- const __vue_module_identifier__$o = undefined;
5171
+ const __vue_module_identifier__$q = undefined;
5166
5172
  /* functional template */
5167
5173
 
5168
- const __vue_is_functional_template__$o = false;
5174
+ const __vue_is_functional_template__$q = false;
5169
5175
  /* style inject SSR */
5170
5176
 
5171
5177
  /* style inject shadow dom */
5172
5178
 
5173
- const __vue_component__$o = /*#__PURE__*/normalizeComponent({
5174
- render: __vue_render__$o,
5175
- staticRenderFns: __vue_staticRenderFns__$o
5176
- }, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
5179
+ const __vue_component__$q = /*#__PURE__*/normalizeComponent({
5180
+ render: __vue_render__$q,
5181
+ staticRenderFns: __vue_staticRenderFns__$q
5182
+ }, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
5177
5183
 
5178
5184
  //
5179
5185
  //
@@ -5184,7 +5190,7 @@ const __vue_component__$o = /*#__PURE__*/normalizeComponent({
5184
5190
  //
5185
5191
  //
5186
5192
  //
5187
- var script$n = {
5193
+ var script$p = {
5188
5194
  components: {
5189
5195
  VProgressCircular: VProgressCircular
5190
5196
  },
@@ -5212,10 +5218,10 @@ var script$n = {
5212
5218
  };
5213
5219
 
5214
5220
  /* script */
5215
- const __vue_script__$n = script$n;
5221
+ const __vue_script__$p = script$p;
5216
5222
  /* template */
5217
5223
 
5218
- var __vue_render__$n = function () {
5224
+ var __vue_render__$p = function () {
5219
5225
  var _vm = this;
5220
5226
 
5221
5227
  var _h = _vm.$createElement;
@@ -5233,34 +5239,34 @@ var __vue_render__$n = function () {
5233
5239
  });
5234
5240
  };
5235
5241
 
5236
- var __vue_staticRenderFns__$n = [];
5242
+ var __vue_staticRenderFns__$p = [];
5237
5243
  /* style */
5238
5244
 
5239
- const __vue_inject_styles__$n = undefined;
5245
+ const __vue_inject_styles__$p = undefined;
5240
5246
  /* scoped */
5241
5247
 
5242
- const __vue_scope_id__$n = undefined;
5248
+ const __vue_scope_id__$p = undefined;
5243
5249
  /* module identifier */
5244
5250
 
5245
- const __vue_module_identifier__$n = undefined;
5251
+ const __vue_module_identifier__$p = undefined;
5246
5252
  /* functional template */
5247
5253
 
5248
- const __vue_is_functional_template__$n = false;
5254
+ const __vue_is_functional_template__$p = false;
5249
5255
  /* style inject */
5250
5256
 
5251
5257
  /* style inject SSR */
5252
5258
 
5253
5259
  /* style inject shadow dom */
5254
5260
 
5255
- const __vue_component__$n = /*#__PURE__*/normalizeComponent({
5256
- render: __vue_render__$n,
5257
- staticRenderFns: __vue_staticRenderFns__$n
5258
- }, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
5261
+ const __vue_component__$p = /*#__PURE__*/normalizeComponent({
5262
+ render: __vue_render__$p,
5263
+ staticRenderFns: __vue_staticRenderFns__$p
5264
+ }, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
5259
5265
 
5260
- var script$m = {
5266
+ var script$o = {
5261
5267
  components: {
5262
- VcIcon: __vue_component__$U,
5263
- VcSwitch: __vue_component__$t,
5268
+ VcIcon: __vue_component__$W,
5269
+ VcSwitch: __vue_component__$v,
5264
5270
  VContainer: VContainer
5265
5271
  },
5266
5272
  name: 'VcListEntity',
@@ -5285,10 +5291,10 @@ var script$m = {
5285
5291
  };
5286
5292
 
5287
5293
  /* script */
5288
- const __vue_script__$m = script$m;
5294
+ const __vue_script__$o = script$o;
5289
5295
  /* template */
5290
5296
 
5291
- var __vue_render__$m = function () {
5297
+ var __vue_render__$o = function () {
5292
5298
  var _vm = this;
5293
5299
 
5294
5300
  var _h = _vm.$createElement;
@@ -5334,10 +5340,10 @@ var __vue_render__$m = function () {
5334
5340
  })], 1)])])], 1);
5335
5341
  };
5336
5342
 
5337
- var __vue_staticRenderFns__$m = [];
5343
+ var __vue_staticRenderFns__$o = [];
5338
5344
  /* style */
5339
5345
 
5340
- const __vue_inject_styles__$m = function (inject) {
5346
+ const __vue_inject_styles__$o = function (inject) {
5341
5347
  if (!inject) return;
5342
5348
  inject("data-v-03298204_0", {
5343
5349
  source: ".listEntity .sl-title{font-size:var(--font-size-x-small);line-height:var(--size-value4);font-weight:var(--font-weight-medium2);margin:0 8px}.listEntity .sl-row{min-width:100%}",
@@ -5348,27 +5354,27 @@ const __vue_inject_styles__$m = function (inject) {
5348
5354
  /* scoped */
5349
5355
 
5350
5356
 
5351
- const __vue_scope_id__$m = undefined;
5357
+ const __vue_scope_id__$o = undefined;
5352
5358
  /* module identifier */
5353
5359
 
5354
- const __vue_module_identifier__$m = undefined;
5360
+ const __vue_module_identifier__$o = undefined;
5355
5361
  /* functional template */
5356
5362
 
5357
- const __vue_is_functional_template__$m = false;
5363
+ const __vue_is_functional_template__$o = false;
5358
5364
  /* style inject SSR */
5359
5365
 
5360
5366
  /* style inject shadow dom */
5361
5367
 
5362
- const __vue_component__$m = /*#__PURE__*/normalizeComponent({
5363
- render: __vue_render__$m,
5364
- staticRenderFns: __vue_staticRenderFns__$m
5365
- }, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
5368
+ const __vue_component__$o = /*#__PURE__*/normalizeComponent({
5369
+ render: __vue_render__$o,
5370
+ staticRenderFns: __vue_staticRenderFns__$o
5371
+ }, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
5366
5372
 
5367
- var script$l = {
5373
+ var script$n = {
5368
5374
  components: {
5369
- VcImage: __vue_component__$L,
5370
- VcIcon: __vue_component__$U,
5371
- VcSwitch: __vue_component__$t,
5375
+ VcImage: __vue_component__$N,
5376
+ VcIcon: __vue_component__$W,
5377
+ VcSwitch: __vue_component__$v,
5372
5378
  VContainer: VContainer
5373
5379
  },
5374
5380
  name: "VcExpansionCard",
@@ -5403,10 +5409,10 @@ var script$l = {
5403
5409
  };
5404
5410
 
5405
5411
  /* script */
5406
- const __vue_script__$l = script$l;
5412
+ const __vue_script__$n = script$n;
5407
5413
  /* template */
5408
5414
 
5409
- var __vue_render__$l = function () {
5415
+ var __vue_render__$n = function () {
5410
5416
  var _vm = this;
5411
5417
 
5412
5418
  var _h = _vm.$createElement;
@@ -5481,10 +5487,10 @@ var __vue_render__$l = function () {
5481
5487
  }, [_vm._t("default")], 2) : _vm._e()])], 1);
5482
5488
  };
5483
5489
 
5484
- var __vue_staticRenderFns__$l = [];
5490
+ var __vue_staticRenderFns__$n = [];
5485
5491
  /* style */
5486
5492
 
5487
- const __vue_inject_styles__$l = function (inject) {
5493
+ const __vue_inject_styles__$n = function (inject) {
5488
5494
  if (!inject) return;
5489
5495
  inject("data-v-5f907c3e_0", {
5490
5496
  source: ".expansionCard[data-v-5f907c3e]{border-radius:var(--border-radius);border:1px solid;border-color:var(--gray-lighten-1)!important;margin:var(--size-value5) 0}.expansionCard.is-active[data-v-5f907c3e]{border-color:var(--v-secondary-base)!important}.expansionCard .ec-title[data-v-5f907c3e]{font-size:var(--font-size-small2);line-height:var(--size-value6);margin:var(--size-value3) 0}@media screen and (min-width:960px){.expansionCard .ec-title[data-v-5f907c3e]{padding-inline-start:35px}}.expansionCard .VcLogoImage[data-v-5f907c3e]{width:var(--size-value7);height:var(--size-value7);margin:0 6px;box-sizing:border-box;border-radius:6px}.expansionCard .ec-text.full-width[data-v-5f907c3e]{width:100%}.expansionCard .ec-text.order-1[data-v-5f907c3e]{flex-grow:1}.expansionCard .expansion-card-container[data-v-5f907c3e]{padding:var(--size-value4)}@media screen and (min-width:960px){.expansionCard .expansion-card-container[data-v-5f907c3e]{padding:var(--size-value4) var(--size-value6)}}.expansionCard .default-slot-content[data-v-5f907c3e]{max-height:10000px;transition:max-height;transition-duration:.3s;overflow:hidden}.expansionCard .default-slot-content.hidden[data-v-5f907c3e]{max-height:0}@media screen and (min-width:960px){.expansionCard .default-slot-content[data-v-5f907c3e]{padding-inline-start:108px}}.expansionCardTitle[data-v-5f907c3e]{min-width:100%}.logo-area[data-v-5f907c3e]{min-width:92px}",
@@ -5499,21 +5505,21 @@ const __vue_inject_styles__$l = function (inject) {
5499
5505
  /* scoped */
5500
5506
 
5501
5507
 
5502
- const __vue_scope_id__$l = "data-v-5f907c3e";
5508
+ const __vue_scope_id__$n = "data-v-5f907c3e";
5503
5509
  /* module identifier */
5504
5510
 
5505
- const __vue_module_identifier__$l = undefined;
5511
+ const __vue_module_identifier__$n = undefined;
5506
5512
  /* functional template */
5507
5513
 
5508
- const __vue_is_functional_template__$l = false;
5514
+ const __vue_is_functional_template__$n = false;
5509
5515
  /* style inject SSR */
5510
5516
 
5511
5517
  /* style inject shadow dom */
5512
5518
 
5513
- const __vue_component__$l = /*#__PURE__*/normalizeComponent({
5514
- render: __vue_render__$l,
5515
- staticRenderFns: __vue_staticRenderFns__$l
5516
- }, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
5519
+ const __vue_component__$n = /*#__PURE__*/normalizeComponent({
5520
+ render: __vue_render__$n,
5521
+ staticRenderFns: __vue_staticRenderFns__$n
5522
+ }, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
5517
5523
 
5518
5524
  //
5519
5525
  //
@@ -5536,7 +5542,7 @@ const __vue_component__$l = /*#__PURE__*/normalizeComponent({
5536
5542
  //
5537
5543
  //
5538
5544
  //
5539
- var script$k = {
5545
+ var script$m = {
5540
5546
  components: {
5541
5547
  VTextarea: VTextarea
5542
5548
  },
@@ -5595,10 +5601,10 @@ var script$k = {
5595
5601
  };
5596
5602
 
5597
5603
  /* script */
5598
- const __vue_script__$k = script$k;
5604
+ const __vue_script__$m = script$m;
5599
5605
  /* template */
5600
5606
 
5601
- var __vue_render__$k = function () {
5607
+ var __vue_render__$m = function () {
5602
5608
  var _vm = this;
5603
5609
 
5604
5610
  var _h = _vm.$createElement;
@@ -5635,13 +5641,13 @@ var __vue_render__$k = function () {
5635
5641
  });
5636
5642
  };
5637
5643
 
5638
- var __vue_staticRenderFns__$k = [];
5644
+ var __vue_staticRenderFns__$m = [];
5639
5645
  /* style */
5640
5646
 
5641
- const __vue_inject_styles__$k = function (inject) {
5647
+ const __vue_inject_styles__$m = function (inject) {
5642
5648
  if (!inject) return;
5643
- inject("data-v-7ef43716_0", {
5644
- source: "[data-v-7ef43716].VcTextArea.v-text-field .v-text-field__slot:first-child{margin-inline-start:12px;margin-top:3px;height:100%}[data-v-7ef43716].VcTextArea.v-text-field.v-input--is-focused label,[data-v-7ef43716].VcTextArea.v-text-field.v-input--is-label-active label{font-size:12px;color:rgba(0,0,0,.62)!important;transform:translateY(-18px) scale(.85)}[data-v-7ef43716].VcTextArea.v-text-field.v-input--is-focused .v-input__slot{border-color:var(--v-secondary-base);box-shadow:0 0 0 3px var(--v-secondary-lighten1);transition:box-shadow .1s!important}[data-v-7ef43716].VcTextArea.v-text-field:not(.v-text-field--outlined) .v-text-field__slot{transition:margin-bottom .1s}[data-v-7ef43716].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-focused label,[data-v-7ef43716].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-label-active label{font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.17;letter-spacing:-.3px;color:rgba(0,0,0,.62)!important;transform:translateY(-100%) scale(.85);top:24px}[data-v-7ef43716].VcTextArea.v-text-field .v-input__slot{border-radius:6px;background-color:#fff!important;position:relative!important;border:solid 1px rgba(0,0,0,.12);transition:border-color .1s!important}[data-v-7ef43716].VcTextArea.v-text-field .v-input__slot:hover:not(.v-input--is-focused.v-input__slot):not(.error--text.v-input__slot){border-color:#757575}[data-v-7ef43716].VcTextArea.v-text-field .v-input__slot:after,[data-v-7ef43716].VcTextArea.v-text-field .v-input__slot:before{display:none}[data-v-7ef43716].VcTextArea.v-text-field textarea{font-size:15px!important;font-weight:500;line-height:1.5;margin-top:20px}[data-v-7ef43716].VcTextArea.v-text-field.no-label textarea{margin-top:var(--size-value2)}[data-v-7ef43716].VcTextArea.v-text-field .v-text-field__prefix{color:rgba(0,0,0,.54)!important}[data-v-7ef43716].VcTextArea.v-text-field.error--text .v-input__slot{border:1px solid var(--v-danger-base);box-shadow:none}[data-v-7ef43716].VcTextArea.v-text-field.v-input--is-disabled .v-input__slot{background-color:rgba(0,0,0,.03)!important}",
5649
+ inject("data-v-4db277ef_0", {
5650
+ source: "[data-v-4db277ef].VcTextArea.v-text-field .v-text-field__slot:first-child{margin-inline-start:12px;margin-top:3px;height:100%}[data-v-4db277ef].VcTextArea.v-text-field.v-input--is-focused label,[data-v-4db277ef].VcTextArea.v-text-field.v-input--is-label-active label{font-size:12px;color:rgba(0,0,0,.62)!important;transform:translateY(-18px) scale(.85)}[data-v-4db277ef].VcTextArea.v-text-field.v-input--is-focused .v-input__slot{border-color:var(--v-secondary-base);box-shadow:0 0 0 3px var(--v-secondary-lighten1);transition:box-shadow .1s!important}[data-v-4db277ef].VcTextArea.v-text-field:not(.v-text-field--outlined) .v-text-field__slot{transition:margin-bottom .1s}[data-v-4db277ef].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-focused label,[data-v-4db277ef].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-label-active label{font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.17;letter-spacing:-.3px;color:rgba(0,0,0,.62)!important;transform:translateY(-100%) scale(.85);top:24px}[data-v-4db277ef].VcTextArea.v-text-field .v-input__slot{border-radius:6px;background-color:#fff!important;position:relative!important;border:solid 1px rgba(0,0,0,.12);transition:border-color .1s!important;caret-color:var(--gray-darken-3)}[data-v-4db277ef].VcTextArea.v-text-field .v-input__slot:hover:not(.v-input--is-focused.v-input__slot):not(.error--text.v-input__slot){border-color:#757575}[data-v-4db277ef].VcTextArea.v-text-field .v-input__slot:after,[data-v-4db277ef].VcTextArea.v-text-field .v-input__slot:before{display:none}[data-v-4db277ef].VcTextArea.v-text-field textarea{font-size:15px!important;font-weight:500;line-height:1.5;margin-top:20px}[data-v-4db277ef].VcTextArea.v-text-field.no-label textarea{margin-top:var(--size-value2)}[data-v-4db277ef].VcTextArea.v-text-field .v-text-field__prefix{color:rgba(0,0,0,.54)!important}[data-v-4db277ef].VcTextArea.v-text-field.error--text .v-input__slot{border:1px solid var(--v-danger-base);box-shadow:none}[data-v-4db277ef].VcTextArea.v-text-field.v-input--is-disabled .v-input__slot{background-color:rgba(0,0,0,.03)!important}",
5645
5651
  map: undefined,
5646
5652
  media: undefined
5647
5653
  });
@@ -5649,27 +5655,27 @@ const __vue_inject_styles__$k = function (inject) {
5649
5655
  /* scoped */
5650
5656
 
5651
5657
 
5652
- const __vue_scope_id__$k = "data-v-7ef43716";
5658
+ const __vue_scope_id__$m = "data-v-4db277ef";
5653
5659
  /* module identifier */
5654
5660
 
5655
- const __vue_module_identifier__$k = undefined;
5661
+ const __vue_module_identifier__$m = undefined;
5656
5662
  /* functional template */
5657
5663
 
5658
- const __vue_is_functional_template__$k = false;
5664
+ const __vue_is_functional_template__$m = false;
5659
5665
  /* style inject SSR */
5660
5666
 
5661
5667
  /* style inject shadow dom */
5662
5668
 
5663
- const __vue_component__$k = /*#__PURE__*/normalizeComponent({
5664
- render: __vue_render__$k,
5665
- staticRenderFns: __vue_staticRenderFns__$k
5666
- }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
5669
+ const __vue_component__$m = /*#__PURE__*/normalizeComponent({
5670
+ render: __vue_render__$m,
5671
+ staticRenderFns: __vue_staticRenderFns__$m
5672
+ }, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
5667
5673
 
5668
- var script$j = {
5674
+ var script$l = {
5669
5675
  name: 'VcSelectField',
5670
5676
  components: {
5671
- VcIconWithTooltip: __vue_component__$H,
5672
- VcIcon: __vue_component__$U,
5677
+ VcIconWithTooltip: __vue_component__$J,
5678
+ VcIcon: __vue_component__$W,
5673
5679
  VSelect: VSelect
5674
5680
  },
5675
5681
 
@@ -5750,10 +5756,10 @@ var script$j = {
5750
5756
  };
5751
5757
 
5752
5758
  /* script */
5753
- const __vue_script__$j = script$j;
5759
+ const __vue_script__$l = script$l;
5754
5760
  /* template */
5755
5761
 
5756
- var __vue_render__$j = function () {
5762
+ var __vue_render__$l = function () {
5757
5763
  var _vm = this;
5758
5764
 
5759
5765
  var _h = _vm.$createElement;
@@ -5809,10 +5815,10 @@ var __vue_render__$j = function () {
5809
5815
  });
5810
5816
  };
5811
5817
 
5812
- var __vue_staticRenderFns__$j = [];
5818
+ var __vue_staticRenderFns__$l = [];
5813
5819
  /* style */
5814
5820
 
5815
- const __vue_inject_styles__$j = function (inject) {
5821
+ const __vue_inject_styles__$l = function (inject) {
5816
5822
  if (!inject) return;
5817
5823
  inject("data-v-29182dde_0", {
5818
5824
  source: "[data-v-29182dde]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcSelectField[data-v-29182dde]{border-radius:var(--border-radius)}.VcSelectField[data-v-29182dde] .icon{fill:var(--gray-darken-2)}.VcSelectField[data-v-29182dde] fieldset{height:52px;background:var(--modal-bg-color);border-color:var(--gray-lighten-1);transition:border-color .1s}.VcSelectField[data-v-29182dde] .v-label--active{transform:translateY(-8px) scale(.75)!important}.VcSelectField[data-v-29182dde] .v-label{color:var(--gray-darken-3)!important}.VcSelectField[data-v-29182dde] .v-select__slot label+div{position:absolute;top:10px}.VcSelectField[data-v-29182dde]:hover fieldset{border-color:var(--gray-darken-3)}.VcSelectField[data-v-29182dde].v-input--is-disabled fieldset{background-color:var(--gray-lighten-3)}.VcSelectField[data-v-29182dde].v-input--is-focused fieldset{border:1px solid var(--v-secondary-base)!important;transition:outline .1s,border-color .1s;outline:var(--v-secondary-lighten1) solid 3px}.VcSelectField[data-v-29182dde].v-input--is-focused fieldset input{color:var(--gray-darken-3)}.VcSelectField[data-v-29182dde].error--text fieldset{border:1px solid var(--red);transition:border-color .1s}.VcSelectField[data-v-29182dde] .v-text-field__details{padding-inline-start:0}.VcSelectField[data-v-29182dde] .v-text-field__details .v-messages__message{margin-top:10px}.VcSelectField[data-v-29182dde] legend{display:none}.VcSelectField[data-v-29182dde] .v-select__selection--comma{font-size:15px;font-weight:500}.VcSelectField[data-v-29182dde] .v-input__append-inner{align-content:center;align-items:center;margin-top:5px!important;height:75%}.VcSelectField[data-v-29182dde] .dropdown-arrow{padding-inline-end:17px}.VcSelectField[data-v-29182dde] .tooltip{padding-inline-start:12px;padding-inline-end:3px;border-inline-start:1px solid var(--gray-lighten-1);height:100%;display:flex;align-items:center}",
@@ -5827,26 +5833,26 @@ const __vue_inject_styles__$j = function (inject) {
5827
5833
  /* scoped */
5828
5834
 
5829
5835
 
5830
- const __vue_scope_id__$j = "data-v-29182dde";
5836
+ const __vue_scope_id__$l = "data-v-29182dde";
5831
5837
  /* module identifier */
5832
5838
 
5833
- const __vue_module_identifier__$j = undefined;
5839
+ const __vue_module_identifier__$l = undefined;
5834
5840
  /* functional template */
5835
5841
 
5836
- const __vue_is_functional_template__$j = false;
5842
+ const __vue_is_functional_template__$l = false;
5837
5843
  /* style inject SSR */
5838
5844
 
5839
5845
  /* style inject shadow dom */
5840
5846
 
5841
- const __vue_component__$j = /*#__PURE__*/normalizeComponent({
5842
- render: __vue_render__$j,
5843
- staticRenderFns: __vue_staticRenderFns__$j
5844
- }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
5847
+ const __vue_component__$l = /*#__PURE__*/normalizeComponent({
5848
+ render: __vue_render__$l,
5849
+ staticRenderFns: __vue_staticRenderFns__$l
5850
+ }, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
5845
5851
 
5846
- var script$i = {
5852
+ var script$k = {
5847
5853
  name: 'VcToast',
5848
5854
  components: {
5849
- VcAlert: __vue_component__$J,
5855
+ VcAlert: __vue_component__$L,
5850
5856
  VSnackbar: VSnackbar
5851
5857
  },
5852
5858
  props: {
@@ -5867,10 +5873,10 @@ var script$i = {
5867
5873
  };
5868
5874
 
5869
5875
  /* script */
5870
- const __vue_script__$i = script$i;
5876
+ const __vue_script__$k = script$k;
5871
5877
  /* template */
5872
5878
 
5873
- var __vue_render__$i = function () {
5879
+ var __vue_render__$k = function () {
5874
5880
  var _vm = this;
5875
5881
 
5876
5882
  var _h = _vm.$createElement;
@@ -5892,10 +5898,10 @@ var __vue_render__$i = function () {
5892
5898
  }, 'VcAlert', _vm.$attrs, false))], 1);
5893
5899
  };
5894
5900
 
5895
- var __vue_staticRenderFns__$i = [];
5901
+ var __vue_staticRenderFns__$k = [];
5896
5902
  /* style */
5897
5903
 
5898
- const __vue_inject_styles__$i = function (inject) {
5904
+ const __vue_inject_styles__$k = function (inject) {
5899
5905
  if (!inject) return;
5900
5906
  inject("data-v-2d3e5bbe_0", {
5901
5907
  source: "[data-v-2d3e5bbe] .v-snack__action{display:none}[data-v-2d3e5bbe] .v-snack__wrapper.theme--dark{background-color:unset}[data-v-2d3e5bbe] .v-alert{margin-bottom:0}[data-v-2d3e5bbe] .v-sheet.v-snack__wrapper:not(.v-sheet--outlined){box-shadow:none}",
@@ -5906,21 +5912,21 @@ const __vue_inject_styles__$i = function (inject) {
5906
5912
  /* scoped */
5907
5913
 
5908
5914
 
5909
- const __vue_scope_id__$i = "data-v-2d3e5bbe";
5915
+ const __vue_scope_id__$k = "data-v-2d3e5bbe";
5910
5916
  /* module identifier */
5911
5917
 
5912
- const __vue_module_identifier__$i = undefined;
5918
+ const __vue_module_identifier__$k = undefined;
5913
5919
  /* functional template */
5914
5920
 
5915
- const __vue_is_functional_template__$i = false;
5921
+ const __vue_is_functional_template__$k = false;
5916
5922
  /* style inject SSR */
5917
5923
 
5918
5924
  /* style inject shadow dom */
5919
5925
 
5920
- const __vue_component__$i = /*#__PURE__*/normalizeComponent({
5921
- render: __vue_render__$i,
5922
- staticRenderFns: __vue_staticRenderFns__$i
5923
- }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
5926
+ const __vue_component__$k = /*#__PURE__*/normalizeComponent({
5927
+ render: __vue_render__$k,
5928
+ staticRenderFns: __vue_staticRenderFns__$k
5929
+ }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
5924
5930
 
5925
5931
  //
5926
5932
  //
@@ -5934,7 +5940,7 @@ const __vue_component__$i = /*#__PURE__*/normalizeComponent({
5934
5940
  //
5935
5941
  //
5936
5942
  //
5937
- var script$h = {
5943
+ var script$j = {
5938
5944
  components: {
5939
5945
  VCard: VCard
5940
5946
  },
@@ -5958,10 +5964,10 @@ var script$h = {
5958
5964
  };
5959
5965
 
5960
5966
  /* script */
5961
- const __vue_script__$h = script$h;
5967
+ const __vue_script__$j = script$j;
5962
5968
  /* template */
5963
5969
 
5964
- var __vue_render__$h = function () {
5970
+ var __vue_render__$j = function () {
5965
5971
  var _vm = this;
5966
5972
 
5967
5973
  var _h = _vm.$createElement;
@@ -5995,10 +6001,10 @@ var __vue_render__$h = function () {
5995
6001
  }) : _vm._e(), _vm._v(" "), _vm._t("default")], 2);
5996
6002
  };
5997
6003
 
5998
- var __vue_staticRenderFns__$h = [];
6004
+ var __vue_staticRenderFns__$j = [];
5999
6005
  /* style */
6000
6006
 
6001
- const __vue_inject_styles__$h = function (inject) {
6007
+ const __vue_inject_styles__$j = function (inject) {
6002
6008
  if (!inject) return;
6003
6009
  inject("data-v-11425092_0", {
6004
6010
  source: ".VcCard[data-v-11425092]{position:relative;padding:16px 24px;border:1px solid var(--gray-lighten-1);box-sizing:border-box;box-shadow:none;overflow:hidden;transition:box-shadow .4s}.VcCard.elevation[data-v-11425092]{border:0;box-shadow:var(--shadow-2)}.VcCard.elevation[data-v-11425092]:hover{box-shadow:var(--shadow-5)}.VcCard.dash[data-v-11425092]{border-top:0}.VcCard__dash[data-v-11425092]{position:absolute;top:0;left:-5px;width:110%;border:0;height:5px}",
@@ -6009,29 +6015,29 @@ const __vue_inject_styles__$h = function (inject) {
6009
6015
  /* scoped */
6010
6016
 
6011
6017
 
6012
- const __vue_scope_id__$h = "data-v-11425092";
6018
+ const __vue_scope_id__$j = "data-v-11425092";
6013
6019
  /* module identifier */
6014
6020
 
6015
- const __vue_module_identifier__$h = undefined;
6021
+ const __vue_module_identifier__$j = undefined;
6016
6022
  /* functional template */
6017
6023
 
6018
- const __vue_is_functional_template__$h = false;
6024
+ const __vue_is_functional_template__$j = false;
6019
6025
  /* style inject SSR */
6020
6026
 
6021
6027
  /* style inject shadow dom */
6022
6028
 
6023
- const __vue_component__$h = /*#__PURE__*/normalizeComponent({
6024
- render: __vue_render__$h,
6025
- staticRenderFns: __vue_staticRenderFns__$h
6026
- }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
6029
+ const __vue_component__$j = /*#__PURE__*/normalizeComponent({
6030
+ render: __vue_render__$j,
6031
+ staticRenderFns: __vue_staticRenderFns__$j
6032
+ }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
6027
6033
 
6028
- var script$g = {
6034
+ var script$i = {
6029
6035
  name: "FilterPanel",
6030
6036
  components: {
6031
- VcLayout: __vue_component__$R,
6032
- VcIcon: __vue_component__$U,
6033
- VcButton: __vue_component__$T,
6034
- VcLoader: __vue_component__$n
6037
+ VcLayout: __vue_component__$T,
6038
+ VcIcon: __vue_component__$W,
6039
+ VcButton: __vue_component__$V,
6040
+ VcLoader: __vue_component__$p
6035
6041
  },
6036
6042
  props: {
6037
6043
  title: {
@@ -6054,10 +6060,10 @@ var script$g = {
6054
6060
  };
6055
6061
 
6056
6062
  /* script */
6057
- const __vue_script__$g = script$g;
6063
+ const __vue_script__$i = script$i;
6058
6064
  /* template */
6059
6065
 
6060
- var __vue_render__$g = function () {
6066
+ var __vue_render__$i = function () {
6061
6067
  var _vm = this;
6062
6068
 
6063
6069
  var _h = _vm.$createElement;
@@ -6113,10 +6119,10 @@ var __vue_render__$g = function () {
6113
6119
  }) : _vm._e(), _vm._v(" "), _vm._t("default")], 2)], 1)], 1);
6114
6120
  };
6115
6121
 
6116
- var __vue_staticRenderFns__$g = [];
6122
+ var __vue_staticRenderFns__$i = [];
6117
6123
  /* style */
6118
6124
 
6119
- const __vue_inject_styles__$g = function (inject) {
6125
+ const __vue_inject_styles__$i = function (inject) {
6120
6126
  if (!inject) return;
6121
6127
  inject("data-v-44aac954_0", {
6122
6128
  source: ".VcFilterPanel[data-v-44aac954]{height:100%;max-width:280px;background-color:#fff;min-height:150px;box-shadow:0 5px 7px rgba(0,0,0,.26)}@media screen and (min-width:960px){.VcFilterPanel[data-v-44aac954]{max-width:265px}}.VcFilterPanel .filter-loader[data-v-44aac954]{margin:var(--size-value8) auto auto auto}.VcFilterPanel .VcFilterPanel-container[data-v-44aac954]{padding-bottom:53px;max-height:100%;overflow:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.VcFilterPanel .VcFilterPanel-container[data-v-44aac954]::-webkit-scrollbar{width:0;height:0}.VcFilterPanel .VcFilterPanel-container.column[data-v-44aac954]{position:relative}.VcFilterPanel .VcFilterPanel-container .VcFilterPanel-label-container[data-v-44aac954]{flex:0 0 56px}.VcFilterPanel .filter[data-v-44aac954]{min-width:100%;border-bottom:1px solid var(--gray);padding-left:var(--size-value6);padding-right:0;line-height:var(--size-value14);background-color:var(--neutral-lighten-3)}#app[dir=rtl] .VcFilterPanel .filter[data-v-44aac954]{padding-left:0}#app[dir=rtl] .VcFilterPanel .filter[data-v-44aac954]{padding-right:var(--size-value6)}.VcFilterPanel .filter .filter-label[data-v-44aac954]{font-size:var(--font-size-small2);font-weight:var(--font-weight-large);color:var(--gray-darken-5)}.VcFilterPanel .VcFilterPanel-content-wrapper[data-v-44aac954]{flex-grow:1}.VcFilterPanel .VcFilterPanel-close-button[data-v-44aac954]{position:absolute;width:var(--size-value6);height:var(--size-value6);top:var(--size-value4);right:var(--size-value4)}#app[dir=rtl] .VcFilterPanel .VcFilterPanel-close-button[data-v-44aac954]{right:auto;left:var(--size-value4)}.VcFilterPanel .VcFilterPanel-close-button .v-btn__content[data-v-44aac954]{opacity:unset}.VcFilterPanel .VcFilterPanel-close-button[data-v-44aac954]:hover{background-color:rgba(0,0,0,.07)}.VcFilterPanel .VcFilterPanel-close-button .v-icon[data-v-44aac954]{margin-right:var(--size-value0)}.VcFilterPanel .VcFilterPanel-close-button .v-icon svg[data-v-44aac954]{fill:var(--gray-darken-2);width:var(--size-value4);height:var(--size-value4)}",
@@ -6127,21 +6133,21 @@ const __vue_inject_styles__$g = function (inject) {
6127
6133
  /* scoped */
6128
6134
 
6129
6135
 
6130
- const __vue_scope_id__$g = "data-v-44aac954";
6136
+ const __vue_scope_id__$i = "data-v-44aac954";
6131
6137
  /* module identifier */
6132
6138
 
6133
- const __vue_module_identifier__$g = undefined;
6139
+ const __vue_module_identifier__$i = undefined;
6134
6140
  /* functional template */
6135
6141
 
6136
- const __vue_is_functional_template__$g = false;
6142
+ const __vue_is_functional_template__$i = false;
6137
6143
  /* style inject SSR */
6138
6144
 
6139
6145
  /* style inject shadow dom */
6140
6146
 
6141
- const __vue_component__$g = /*#__PURE__*/normalizeComponent({
6142
- render: __vue_render__$g,
6143
- staticRenderFns: __vue_staticRenderFns__$g
6144
- }, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
6147
+ const __vue_component__$i = /*#__PURE__*/normalizeComponent({
6148
+ render: __vue_render__$i,
6149
+ staticRenderFns: __vue_staticRenderFns__$i
6150
+ }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
6145
6151
 
6146
6152
  //
6147
6153
  //
@@ -6149,7 +6155,7 @@ const __vue_component__$g = /*#__PURE__*/normalizeComponent({
6149
6155
  //
6150
6156
  //
6151
6157
  //
6152
- var script$f = {
6158
+ var script$h = {
6153
6159
  components: {
6154
6160
  VLayout: VLayout
6155
6161
  },
@@ -6165,10 +6171,10 @@ var script$f = {
6165
6171
  };
6166
6172
 
6167
6173
  /* script */
6168
- const __vue_script__$f = script$f;
6174
+ const __vue_script__$h = script$h;
6169
6175
  /* template */
6170
6176
 
6171
- var __vue_render__$f = function () {
6177
+ var __vue_render__$h = function () {
6172
6178
  var _vm = this;
6173
6179
 
6174
6180
  var _h = _vm.$createElement;
@@ -6183,10 +6189,10 @@ var __vue_render__$f = function () {
6183
6189
  }, [_vm._t("default")], 2);
6184
6190
  };
6185
6191
 
6186
- var __vue_staticRenderFns__$f = [];
6192
+ var __vue_staticRenderFns__$h = [];
6187
6193
  /* style */
6188
6194
 
6189
- const __vue_inject_styles__$f = function (inject) {
6195
+ const __vue_inject_styles__$h = function (inject) {
6190
6196
  if (!inject) return;
6191
6197
  inject("data-v-e2463588_0", {
6192
6198
  source: ".VcFocusArea[data-v-e2463588]{padding:var(--size-value4);background-color:var(--gray-lighten-3);border-radius:6px}",
@@ -6197,27 +6203,27 @@ const __vue_inject_styles__$f = function (inject) {
6197
6203
  /* scoped */
6198
6204
 
6199
6205
 
6200
- const __vue_scope_id__$f = "data-v-e2463588";
6206
+ const __vue_scope_id__$h = "data-v-e2463588";
6201
6207
  /* module identifier */
6202
6208
 
6203
- const __vue_module_identifier__$f = undefined;
6209
+ const __vue_module_identifier__$h = undefined;
6204
6210
  /* functional template */
6205
6211
 
6206
- const __vue_is_functional_template__$f = false;
6212
+ const __vue_is_functional_template__$h = false;
6207
6213
  /* style inject SSR */
6208
6214
 
6209
6215
  /* style inject shadow dom */
6210
6216
 
6211
- const __vue_component__$f = /*#__PURE__*/normalizeComponent({
6212
- render: __vue_render__$f,
6213
- staticRenderFns: __vue_staticRenderFns__$f
6214
- }, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
6217
+ const __vue_component__$h = /*#__PURE__*/normalizeComponent({
6218
+ render: __vue_render__$h,
6219
+ staticRenderFns: __vue_staticRenderFns__$h
6220
+ }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
6215
6221
 
6216
6222
  const VcLinkIcons = ['', 'copy', 'trash', 'left'];
6217
- var script$e = {
6223
+ var script$g = {
6218
6224
  name: "VcLink",
6219
6225
  components: {
6220
- VcIcon: __vue_component__$U
6226
+ VcIcon: __vue_component__$W
6221
6227
  },
6222
6228
  props: {
6223
6229
  label: {
@@ -6266,10 +6272,10 @@ var script$e = {
6266
6272
  };
6267
6273
 
6268
6274
  /* script */
6269
- const __vue_script__$e = script$e;
6275
+ const __vue_script__$g = script$g;
6270
6276
  /* template */
6271
6277
 
6272
- var __vue_render__$e = function () {
6278
+ var __vue_render__$g = function () {
6273
6279
  var _vm = this;
6274
6280
 
6275
6281
  var _h = _vm.$createElement;
@@ -6299,10 +6305,10 @@ var __vue_render__$e = function () {
6299
6305
  }, [_vm._v(_vm._s(_vm.getIcon))]) : _vm._e(), _vm._v(" "), _c('label', [_vm._v(_vm._s(_vm.label))])], 1);
6300
6306
  };
6301
6307
 
6302
- var __vue_staticRenderFns__$e = [];
6308
+ var __vue_staticRenderFns__$g = [];
6303
6309
  /* style */
6304
6310
 
6305
- const __vue_inject_styles__$e = function (inject) {
6311
+ const __vue_inject_styles__$g = function (inject) {
6306
6312
  if (!inject) return;
6307
6313
  inject("data-v-65e5dd72_0", {
6308
6314
  source: ".VcLink[data-v-65e5dd72]{display:flex;align-items:center;font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);padding-top:var(--size-value1);text-decoration:none;color:var(--blue)}.VcLink.link-secondary[data-v-65e5dd72]{color:var(--gray-darken-4)}.VcLink.link-secondary.VcLink[data-v-65e5dd72] svg path{fill:var(--gray-darken-4)}.VcLink:hover label[data-v-65e5dd72]{text-decoration:underline;cursor:pointer}.VcLink .prepend-icon[data-v-65e5dd72]{padding-inline-end:var(--size-value1)}.VcLink .prepend-icon[data-v-65e5dd72] svg path{fill:var(--blue)}",
@@ -6313,28 +6319,28 @@ const __vue_inject_styles__$e = function (inject) {
6313
6319
  /* scoped */
6314
6320
 
6315
6321
 
6316
- const __vue_scope_id__$e = "data-v-65e5dd72";
6322
+ const __vue_scope_id__$g = "data-v-65e5dd72";
6317
6323
  /* module identifier */
6318
6324
 
6319
- const __vue_module_identifier__$e = undefined;
6325
+ const __vue_module_identifier__$g = undefined;
6320
6326
  /* functional template */
6321
6327
 
6322
- const __vue_is_functional_template__$e = false;
6328
+ const __vue_is_functional_template__$g = false;
6323
6329
  /* style inject SSR */
6324
6330
 
6325
6331
  /* style inject shadow dom */
6326
6332
 
6327
- const __vue_component__$e = /*#__PURE__*/normalizeComponent({
6328
- render: __vue_render__$e,
6329
- staticRenderFns: __vue_staticRenderFns__$e
6330
- }, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
6333
+ const __vue_component__$g = /*#__PURE__*/normalizeComponent({
6334
+ render: __vue_render__$g,
6335
+ staticRenderFns: __vue_staticRenderFns__$g
6336
+ }, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
6331
6337
 
6332
- var script$d = {
6338
+ var script$f = {
6333
6339
  name: "ListItem",
6334
6340
  components: {
6335
- VcLayout: __vue_component__$R,
6336
- VcCheckbox: __vue_component__$z,
6337
- VcActions: __vue_component__$D
6341
+ VcLayout: __vue_component__$T,
6342
+ VcCheckbox: __vue_component__$B,
6343
+ VcActions: __vue_component__$F
6338
6344
  },
6339
6345
  props: {
6340
6346
  showSelect: {
@@ -6364,10 +6370,10 @@ var script$d = {
6364
6370
  };
6365
6371
 
6366
6372
  /* script */
6367
- const __vue_script__$d = script$d;
6373
+ const __vue_script__$f = script$f;
6368
6374
  /* template */
6369
6375
 
6370
- var __vue_render__$d = function () {
6376
+ var __vue_render__$f = function () {
6371
6377
  var _vm = this;
6372
6378
 
6373
6379
  var _h = _vm.$createElement;
@@ -6412,10 +6418,10 @@ var __vue_render__$d = function () {
6412
6418
  })], 2)], 1);
6413
6419
  };
6414
6420
 
6415
- var __vue_staticRenderFns__$d = [];
6421
+ var __vue_staticRenderFns__$f = [];
6416
6422
  /* style */
6417
6423
 
6418
- const __vue_inject_styles__$d = function (inject) {
6424
+ const __vue_inject_styles__$f = function (inject) {
6419
6425
  if (!inject) return;
6420
6426
  inject("data-v-0a8bbb3a_0", {
6421
6427
  source: ".VcListItem[data-v-0a8bbb3a]{flex-grow:0;padding:var(--size-value6) 0}@media screen and (min-width:960px){.VcListItem[data-v-0a8bbb3a]{padding:var(--size-value6) var(--size-value5)}}.VcListItem .selected-checkbox[data-v-0a8bbb3a]{padding-right:var(--size-value1)}.VcListItem .right-area[data-v-0a8bbb3a]{justify-content:flex-end;transition:opacity .3s;flex-grow:0;align-items:center}@media screen and (min-width:960px){.VcListItem .right-area[data-v-0a8bbb3a]{opacity:0}}.VcListItem .right-area .three-dots[data-v-0a8bbb3a]{border-radius:1000px;min-width:unset;padding:0}@media screen and (min-width:960px){.VcListItem .right-area .placeholder[data-v-0a8bbb3a]{min-width:14px}}.VcListItem:hover .right-area[data-v-0a8bbb3a]{opacity:1}.VcListItem .v-btn:not(.v-btn--round).v-size--default[data-v-0a8bbb3a]{padding:0;min-width:auto}",
@@ -6426,26 +6432,26 @@ const __vue_inject_styles__$d = function (inject) {
6426
6432
  /* scoped */
6427
6433
 
6428
6434
 
6429
- const __vue_scope_id__$d = "data-v-0a8bbb3a";
6435
+ const __vue_scope_id__$f = "data-v-0a8bbb3a";
6430
6436
  /* module identifier */
6431
6437
 
6432
- const __vue_module_identifier__$d = undefined;
6438
+ const __vue_module_identifier__$f = undefined;
6433
6439
  /* functional template */
6434
6440
 
6435
- const __vue_is_functional_template__$d = false;
6441
+ const __vue_is_functional_template__$f = false;
6436
6442
  /* style inject SSR */
6437
6443
 
6438
6444
  /* style inject shadow dom */
6439
6445
 
6440
- const __vue_component__$d = /*#__PURE__*/normalizeComponent({
6441
- render: __vue_render__$d,
6442
- staticRenderFns: __vue_staticRenderFns__$d
6443
- }, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
6446
+ const __vue_component__$f = /*#__PURE__*/normalizeComponent({
6447
+ render: __vue_render__$f,
6448
+ staticRenderFns: __vue_staticRenderFns__$f
6449
+ }, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
6444
6450
 
6445
- var script$c = {
6451
+ var script$e = {
6446
6452
  name: "VcGroupHeader",
6447
6453
  components: {
6448
- VcLayout: __vue_component__$R
6454
+ VcLayout: __vue_component__$T
6449
6455
  },
6450
6456
  props: {
6451
6457
  title: {
@@ -6464,10 +6470,10 @@ var script$c = {
6464
6470
  };
6465
6471
 
6466
6472
  /* script */
6467
- const __vue_script__$c = script$c;
6473
+ const __vue_script__$e = script$e;
6468
6474
  /* template */
6469
6475
 
6470
- var __vue_render__$c = function () {
6476
+ var __vue_render__$e = function () {
6471
6477
  var _vm = this;
6472
6478
 
6473
6479
  var _h = _vm.$createElement;
@@ -6483,10 +6489,10 @@ var __vue_render__$c = function () {
6483
6489
  }, [_c('span', [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.summaryText))])]);
6484
6490
  };
6485
6491
 
6486
- var __vue_staticRenderFns__$c = [];
6492
+ var __vue_staticRenderFns__$e = [];
6487
6493
  /* style */
6488
6494
 
6489
- const __vue_inject_styles__$c = function (inject) {
6495
+ const __vue_inject_styles__$e = function (inject) {
6490
6496
  if (!inject) return;
6491
6497
  inject("data-v-5cb0ff3e_0", {
6492
6498
  source: ".VcGroupHeader[data-v-5cb0ff3e]{width:100%;height:var(--size-value10);flex-grow:0;color:var(--gray-darken-3);background-color:var(--neutral-lighten-3);font-size:var(--font-size-small);font-weight:500;line-height:var(--size-value10);padding:0 var(--size-value5);border-bottom:1px solid var(--gray-lighten-1)}@media screen and (min-width:960px){.VcGroupHeader[data-v-5cb0ff3e]{font-size:var(--font-size-xx-small)}}",
@@ -6497,36 +6503,36 @@ const __vue_inject_styles__$c = function (inject) {
6497
6503
  /* scoped */
6498
6504
 
6499
6505
 
6500
- const __vue_scope_id__$c = "data-v-5cb0ff3e";
6506
+ const __vue_scope_id__$e = "data-v-5cb0ff3e";
6501
6507
  /* module identifier */
6502
6508
 
6503
- const __vue_module_identifier__$c = undefined;
6509
+ const __vue_module_identifier__$e = undefined;
6504
6510
  /* functional template */
6505
6511
 
6506
- const __vue_is_functional_template__$c = false;
6512
+ const __vue_is_functional_template__$e = false;
6507
6513
  /* style inject SSR */
6508
6514
 
6509
6515
  /* style inject shadow dom */
6510
6516
 
6511
- const __vue_component__$c = /*#__PURE__*/normalizeComponent({
6512
- render: __vue_render__$c,
6513
- staticRenderFns: __vue_staticRenderFns__$c
6514
- }, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
6517
+ const __vue_component__$e = /*#__PURE__*/normalizeComponent({
6518
+ render: __vue_render__$e,
6519
+ staticRenderFns: __vue_staticRenderFns__$e
6520
+ }, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
6515
6521
 
6516
6522
  //
6517
6523
  //
6518
6524
  //
6519
6525
  //
6520
- var script$b = {
6526
+ var script$d = {
6521
6527
  name: 'VcSvg',
6522
6528
  props: ['svg']
6523
6529
  };
6524
6530
 
6525
6531
  /* script */
6526
- const __vue_script__$b = script$b;
6532
+ const __vue_script__$d = script$d;
6527
6533
  /* template */
6528
6534
 
6529
- var __vue_render__$b = function () {
6535
+ var __vue_render__$d = function () {
6530
6536
  var _vm = this;
6531
6537
 
6532
6538
  var _h = _vm.$createElement;
@@ -6540,38 +6546,38 @@ var __vue_render__$b = function () {
6540
6546
  });
6541
6547
  };
6542
6548
 
6543
- var __vue_staticRenderFns__$b = [];
6549
+ var __vue_staticRenderFns__$d = [];
6544
6550
  /* style */
6545
6551
 
6546
- const __vue_inject_styles__$b = undefined;
6552
+ const __vue_inject_styles__$d = undefined;
6547
6553
  /* scoped */
6548
6554
 
6549
- const __vue_scope_id__$b = undefined;
6555
+ const __vue_scope_id__$d = undefined;
6550
6556
  /* module identifier */
6551
6557
 
6552
- const __vue_module_identifier__$b = undefined;
6558
+ const __vue_module_identifier__$d = undefined;
6553
6559
  /* functional template */
6554
6560
 
6555
- const __vue_is_functional_template__$b = false;
6561
+ const __vue_is_functional_template__$d = false;
6556
6562
  /* style inject */
6557
6563
 
6558
6564
  /* style inject SSR */
6559
6565
 
6560
6566
  /* style inject shadow dom */
6561
6567
 
6562
- const __vue_component__$b = /*#__PURE__*/normalizeComponent({
6563
- render: __vue_render__$b,
6564
- staticRenderFns: __vue_staticRenderFns__$b
6565
- }, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, undefined, undefined);
6568
+ const __vue_component__$d = /*#__PURE__*/normalizeComponent({
6569
+ render: __vue_render__$d,
6570
+ staticRenderFns: __vue_staticRenderFns__$d
6571
+ }, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, undefined, undefined);
6566
6572
 
6567
- var script$a = {
6573
+ var script$c = {
6568
6574
  name: 'VcEmptyState',
6569
6575
  components: {
6570
- VcImage: __vue_component__$L,
6571
- VcSvg: __vue_component__$b,
6572
- VcButton: __vue_component__$T,
6573
- VcLayout: __vue_component__$R,
6574
- VcLink: __vue_component__$e
6576
+ VcImage: __vue_component__$N,
6577
+ VcSvg: __vue_component__$d,
6578
+ VcButton: __vue_component__$V,
6579
+ VcLayout: __vue_component__$T,
6580
+ VcLink: __vue_component__$g
6575
6581
  },
6576
6582
  props: {
6577
6583
  size: {
@@ -6603,6 +6609,10 @@ var script$a = {
6603
6609
  type: String,
6604
6610
  required: false
6605
6611
  },
6612
+ ghostButton: {
6613
+ type: Boolean,
6614
+ required: false
6615
+ },
6606
6616
  linkLabel: {
6607
6617
  type: String,
6608
6618
  required: false
@@ -6617,6 +6627,10 @@ var script$a = {
6617
6627
  }
6618
6628
  },
6619
6629
  computed: {
6630
+ buttonFlavor() {
6631
+ return this.ghostButton ? 'secondary' : 'primary';
6632
+ },
6633
+
6620
6634
  currentImage() {
6621
6635
  // for backward compatibility
6622
6636
  return this.image || this.icon || this.svg;
@@ -6626,10 +6640,10 @@ var script$a = {
6626
6640
  };
6627
6641
 
6628
6642
  /* script */
6629
- const __vue_script__$a = script$a;
6643
+ const __vue_script__$c = script$c;
6630
6644
  /* template */
6631
6645
 
6632
- var __vue_render__$a = function () {
6646
+ var __vue_render__$c = function () {
6633
6647
  var _vm = this;
6634
6648
 
6635
6649
  var _h = _vm.$createElement;
@@ -6669,7 +6683,9 @@ var __vue_render__$a = function () {
6669
6683
  attrs: {
6670
6684
  "small": "",
6671
6685
  "pill": "",
6672
- "block": false
6686
+ "block": false,
6687
+ "flavor": _vm.buttonFlavor,
6688
+ "ghost": _vm.ghostButton
6673
6689
  },
6674
6690
  on: {
6675
6691
  "click": function ($event) {
@@ -6685,13 +6701,13 @@ var __vue_render__$a = function () {
6685
6701
  })], 2);
6686
6702
  };
6687
6703
 
6688
- var __vue_staticRenderFns__$a = [];
6704
+ var __vue_staticRenderFns__$c = [];
6689
6705
  /* style */
6690
6706
 
6691
- const __vue_inject_styles__$a = function (inject) {
6707
+ const __vue_inject_styles__$c = function (inject) {
6692
6708
  if (!inject) return;
6693
- inject("data-v-64095910_0", {
6694
- source: ".VcEmptyState[data-v-64095910],.VcEmptyStateSubtitle[data-v-64095910]{text-align:center;line-height:var(--size-value6)}.VcEmptyState[data-v-64095910]{text-align:center}.VcEmptyState .VcEmptyStateImage[data-v-64095910]{margin-bottom:var(--size-value4);height:160px}.VcEmptyState .VcEmptyStateTitle[data-v-64095910]{font-weight:var(--font-weight-xl);line-height:22px;padding-bottom:var(--size-value1);font-size:var(--font-size-small2)}.VcEmptyState .VcEmptyStateSubtitle[data-v-64095910]{font-size:var(--font-size-x-small)}.VcEmptyState .VcEmptyStateButton[data-v-64095910]{margin-top:var(--size-value4)}.sm .VcEmptyStateImage[data-v-64095910]{height:48px;margin-bottom:var(--size-value8)}.sm .VcEmptyStateImage[data-v-64095910] svg{width:48px}.lg .VcEmptyStateImage[data-v-64095910]{height:280px;margin-bottom:var(--size-value8)}.lg .VcEmptyStateImage[data-v-64095910] svg{width:280px}.lg .VcEmptyStateTitle[data-v-64095910]{font-weight:var(--font-weight-large);line-height:22px;padding-bottom:var(--size-value2);font-size:var(--font-size-medium1)}",
6709
+ inject("data-v-2de0d02e_0", {
6710
+ source: ".VcEmptyState[data-v-2de0d02e],.VcEmptyStateSubtitle[data-v-2de0d02e]{text-align:center;line-height:var(--size-value6)}.VcEmptyState[data-v-2de0d02e]{text-align:center}.VcEmptyState .VcEmptyStateImage[data-v-2de0d02e]{margin-bottom:var(--size-value4);height:160px}.VcEmptyState .VcEmptyStateTitle[data-v-2de0d02e]{font-weight:var(--font-weight-xl);line-height:22px;padding-bottom:var(--size-value1);font-size:var(--font-size-small2)}.VcEmptyState .VcEmptyStateSubtitle[data-v-2de0d02e]{font-size:var(--font-size-x-small)}.VcEmptyState .VcEmptyStateButton[data-v-2de0d02e]{margin-top:var(--size-value4)}.sm .VcEmptyStateImage[data-v-2de0d02e]{height:48px;margin-bottom:var(--size-value8)}.sm .VcEmptyStateImage[data-v-2de0d02e] svg{width:48px}.lg .VcEmptyStateImage[data-v-2de0d02e]{height:280px;margin-bottom:var(--size-value8)}.lg .VcEmptyStateImage[data-v-2de0d02e] svg{width:280px}.lg .VcEmptyStateTitle[data-v-2de0d02e]{font-weight:var(--font-weight-large);line-height:22px;padding-bottom:var(--size-value2);font-size:var(--font-size-medium1)}",
6695
6711
  map: undefined,
6696
6712
  media: undefined
6697
6713
  });
@@ -6699,30 +6715,30 @@ const __vue_inject_styles__$a = function (inject) {
6699
6715
  /* scoped */
6700
6716
 
6701
6717
 
6702
- const __vue_scope_id__$a = "data-v-64095910";
6718
+ const __vue_scope_id__$c = "data-v-2de0d02e";
6703
6719
  /* module identifier */
6704
6720
 
6705
- const __vue_module_identifier__$a = undefined;
6721
+ const __vue_module_identifier__$c = undefined;
6706
6722
  /* functional template */
6707
6723
 
6708
- const __vue_is_functional_template__$a = false;
6724
+ const __vue_is_functional_template__$c = false;
6709
6725
  /* style inject SSR */
6710
6726
 
6711
6727
  /* style inject shadow dom */
6712
6728
 
6713
- const __vue_component__$a = /*#__PURE__*/normalizeComponent({
6714
- render: __vue_render__$a,
6715
- staticRenderFns: __vue_staticRenderFns__$a
6716
- }, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
6729
+ const __vue_component__$c = /*#__PURE__*/normalizeComponent({
6730
+ render: __vue_render__$c,
6731
+ staticRenderFns: __vue_staticRenderFns__$c
6732
+ }, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
6717
6733
 
6718
- var script$9 = {
6734
+ var script$b = {
6719
6735
  name: "VcBanner",
6720
6736
  components: {
6721
- VcImage: __vue_component__$L,
6722
- VcButton: __vue_component__$T,
6723
- VcIcon: __vue_component__$U,
6724
- VcLink: __vue_component__$e,
6725
- VcSvg: __vue_component__$b
6737
+ VcImage: __vue_component__$N,
6738
+ VcButton: __vue_component__$V,
6739
+ VcIcon: __vue_component__$W,
6740
+ VcLink: __vue_component__$g,
6741
+ VcSvg: __vue_component__$d
6726
6742
  },
6727
6743
  props: {
6728
6744
  dataQa: {
@@ -6765,10 +6781,10 @@ var script$9 = {
6765
6781
  };
6766
6782
 
6767
6783
  /* script */
6768
- const __vue_script__$9 = script$9;
6784
+ const __vue_script__$b = script$b;
6769
6785
  /* template */
6770
6786
 
6771
- var __vue_render__$9 = function () {
6787
+ var __vue_render__$b = function () {
6772
6788
  var _vm = this;
6773
6789
 
6774
6790
  var _h = _vm.$createElement;
@@ -6852,10 +6868,10 @@ var __vue_render__$9 = function () {
6852
6868
  }) : _vm._e()], 1);
6853
6869
  };
6854
6870
 
6855
- var __vue_staticRenderFns__$9 = [];
6871
+ var __vue_staticRenderFns__$b = [];
6856
6872
  /* style */
6857
6873
 
6858
- const __vue_inject_styles__$9 = function (inject) {
6874
+ const __vue_inject_styles__$b = function (inject) {
6859
6875
  if (!inject) return;
6860
6876
  inject("data-v-b6def40c_0", {
6861
6877
  source: ".VcBanner[data-v-b6def40c]{min-height:188px;box-sizing:border-box;overflow:hidden;border-radius:var(--size-value2);border:1px solid var(--neutral-lighten-2);position:relative}.VcBanner .images-container[data-v-b6def40c]{position:relative;height:100%}.VcBanner .images-container .background-stain[data-v-b6def40c]{position:absolute;opacity:15%;margin:0 auto;overflow:hidden;top:-80px;height:calc(100% + 110px);transform:scale(.7);left:-335px}#app[dir=rtl] .VcBanner .images-container .background-stain[data-v-b6def40c]{left:auto;right:-335px}@media screen and (min-width:600px){.VcBanner .images-container .background-stain[data-v-b6def40c]{transform:scale(1);top:-206px;height:calc(100% + 206px);left:-64px}#app[dir=rtl] .VcBanner .images-container .background-stain[data-v-b6def40c]{left:auto;right:-64px}}@media screen and (min-width:960px){.VcBanner .images-container .background-stain[data-v-b6def40c]{top:-176px;height:calc(100% + 176px);left:-50px}#app[dir=rtl] .VcBanner .images-container .background-stain[data-v-b6def40c]{left:auto;right:-50px}}#app[dir=rtl] .VcBanner .images-container .background-stain[data-v-b6def40c]{transform:scale(-.7,.7)}@media screen and (min-width:600px){#app[dir=rtl] .VcBanner .images-container .background-stain[data-v-b6def40c]{transform:scaleX(-1)}}.VcBanner .images-container .background-stain[data-v-b6def40c] #background_stain{fill:var(--v-secondary-base)}.VcBanner .images-container .banner-image[data-v-b6def40c]{margin:auto 0 0;position:relative;width:200px;height:95px}@media screen and (min-width:600px){.VcBanner .images-container .banner-image[data-v-b6def40c]{width:300px;height:142.5px}}@media screen and (min-width:960px){.VcBanner .images-container .banner-image[data-v-b6def40c]{width:400px;height:190px}}.VcBanner .text-container[data-v-b6def40c]{flex:0 0 60%;color:var(--gray-darken-5);z-index:1}.VcBanner .text-container .banner-title[data-v-b6def40c]{font-weight:var(--font-weight-large2);font-size:var(--font-size-medium2);line-height:var(--size-value8)}@media screen and (min-width:960px){.VcBanner .text-container .banner-title[data-v-b6def40c]{flex:0 0 100%}}.VcBanner .text-container .banner-subtitle[data-v-b6def40c]{font-size:var(--font-size-small2);line-height:var(--size-value5);font-weight:var(--font-weight-medium2)}.VcBanner .text-container .banner-note[data-v-b6def40c]{font-size:var(--font-size-small2);font-weight:var(--font-weight-medium)}.VcBanner .cta-container .primary-cta[data-v-b6def40c]{line-height:var(--size-value12);font-weight:var(--font-weight-large2);margin-inline-end:var(--size-value6)}.VcBanner .cta-container .secondary-cta[data-v-b6def40c]{font-size:var(--font-size-small2);font-weight:var(--font-weight-large);flex:0 0 100%}@media screen and (min-width:600px){.VcBanner .cta-container .secondary-cta[data-v-b6def40c]{flex:none}}.VcBanner .close-button[data-v-b6def40c]{position:absolute;width:var(--size-value3);height:var(--size-value3);right:var(--size-value4)}#app[dir=rtl] .VcBanner .close-button[data-v-b6def40c]{right:auto;left:var(--size-value4)}.VcBanner .close-button[data-v-b6def40c] .v-btn__content{opacity:unset}.VcBanner .close-button[data-v-b6def40c] .v-icon{margin-right:var(--size-value0)}.VcBanner .close-button[data-v-b6def40c] .v-icon svg{fill:var(--gray-darken-2)}",
@@ -6866,27 +6882,27 @@ const __vue_inject_styles__$9 = function (inject) {
6866
6882
  /* scoped */
6867
6883
 
6868
6884
 
6869
- const __vue_scope_id__$9 = "data-v-b6def40c";
6885
+ const __vue_scope_id__$b = "data-v-b6def40c";
6870
6886
  /* module identifier */
6871
6887
 
6872
- const __vue_module_identifier__$9 = undefined;
6888
+ const __vue_module_identifier__$b = undefined;
6873
6889
  /* functional template */
6874
6890
 
6875
- const __vue_is_functional_template__$9 = false;
6891
+ const __vue_is_functional_template__$b = false;
6876
6892
  /* style inject SSR */
6877
6893
 
6878
6894
  /* style inject shadow dom */
6879
6895
 
6880
- const __vue_component__$9 = /*#__PURE__*/normalizeComponent({
6881
- render: __vue_render__$9,
6882
- staticRenderFns: __vue_staticRenderFns__$9
6883
- }, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
6896
+ const __vue_component__$b = /*#__PURE__*/normalizeComponent({
6897
+ render: __vue_render__$b,
6898
+ staticRenderFns: __vue_staticRenderFns__$b
6899
+ }, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
6884
6900
 
6885
- var script$8 = {
6901
+ var script$a = {
6886
6902
  name: "VcWizardCtaContainer",
6887
6903
  components: {
6888
- VcButton: __vue_component__$T,
6889
- VcLayout: __vue_component__$R
6904
+ VcButton: __vue_component__$V,
6905
+ VcLayout: __vue_component__$T
6890
6906
  },
6891
6907
  props: {
6892
6908
  isBackDisplayed: {
@@ -6913,10 +6929,10 @@ var script$8 = {
6913
6929
  };
6914
6930
 
6915
6931
  /* script */
6916
- const __vue_script__$8 = script$8;
6932
+ const __vue_script__$a = script$a;
6917
6933
  /* template */
6918
6934
 
6919
- var __vue_render__$8 = function () {
6935
+ var __vue_render__$a = function () {
6920
6936
  var _vm = this;
6921
6937
 
6922
6938
  var _h = _vm.$createElement;
@@ -6956,10 +6972,10 @@ var __vue_render__$8 = function () {
6956
6972
  }, [_vm._v("\n " + _vm._s(_vm.nextButtonLabel) + "\n ")])], 1);
6957
6973
  };
6958
6974
 
6959
- var __vue_staticRenderFns__$8 = [];
6975
+ var __vue_staticRenderFns__$a = [];
6960
6976
  /* style */
6961
6977
 
6962
- const __vue_inject_styles__$8 = function (inject) {
6978
+ const __vue_inject_styles__$a = function (inject) {
6963
6979
  if (!inject) return;
6964
6980
  inject("data-v-d0bdc5fc_0", {
6965
6981
  source: "[data-v-d0bdc5fc]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.wizard-cta-container[data-v-d0bdc5fc]{background-color:#fff;position:sticky;bottom:0;left:0;width:100%;height:var(--size-value18);max-height:var(--size-value18);padding:var(--size-value3) var(--size-value0);border-top:1px solid var(--gray-lighten-1)}@media screen and (min-width:960px){.wizard-cta-container[data-v-d0bdc5fc]{border-top:revert;position:static;width:100%;transform:revert;height:var(--size-value20);max-height:var(--size-value20);padding-bottom:var(--size-value6)}}.wizard-cta-button[data-v-d0bdc5fc]{flex:1;min-height:var(--size-value12)}@media screen and (min-width:960px){.wizard-cta-button[data-v-d0bdc5fc]{flex:revert;min-height:var(--size-value10)}}.wizard-cta-button+.wizard-cta-button[data-v-d0bdc5fc]{margin-inline-start:var(--size-value3)}",
@@ -6970,23 +6986,23 @@ const __vue_inject_styles__$8 = function (inject) {
6970
6986
  /* scoped */
6971
6987
 
6972
6988
 
6973
- const __vue_scope_id__$8 = "data-v-d0bdc5fc";
6989
+ const __vue_scope_id__$a = "data-v-d0bdc5fc";
6974
6990
  /* module identifier */
6975
6991
 
6976
- const __vue_module_identifier__$8 = undefined;
6992
+ const __vue_module_identifier__$a = undefined;
6977
6993
  /* functional template */
6978
6994
 
6979
- const __vue_is_functional_template__$8 = false;
6995
+ const __vue_is_functional_template__$a = false;
6980
6996
  /* style inject SSR */
6981
6997
 
6982
6998
  /* style inject shadow dom */
6983
6999
 
6984
- const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
6985
- render: __vue_render__$8,
6986
- staticRenderFns: __vue_staticRenderFns__$8
6987
- }, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
7000
+ const __vue_component__$a = /*#__PURE__*/normalizeComponent({
7001
+ render: __vue_render__$a,
7002
+ staticRenderFns: __vue_staticRenderFns__$a
7003
+ }, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
6988
7004
 
6989
- var script$7 = {
7005
+ var script$9 = {
6990
7006
  name: "VcStepperContent",
6991
7007
  model: {
6992
7008
  prop: 'currentStep'
@@ -7011,8 +7027,8 @@ var script$7 = {
7011
7027
  }
7012
7028
  },
7013
7029
  components: {
7014
- VcLayout: __vue_component__$R,
7015
- VcLoader: __vue_component__$n,
7030
+ VcLayout: __vue_component__$T,
7031
+ VcLoader: __vue_component__$p,
7016
7032
  VStepperContent: VStepperContent,
7017
7033
  VStepperItems: VStepperItems,
7018
7034
  VStepper: VStepper
@@ -7089,10 +7105,10 @@ var script$7 = {
7089
7105
  };
7090
7106
 
7091
7107
  /* script */
7092
- const __vue_script__$7 = script$7;
7108
+ const __vue_script__$9 = script$9;
7093
7109
  /* template */
7094
7110
 
7095
- var __vue_render__$7 = function () {
7111
+ var __vue_render__$9 = function () {
7096
7112
  var _vm = this;
7097
7113
 
7098
7114
  var _h = _vm.$createElement;
@@ -7175,10 +7191,10 @@ var __vue_render__$7 = function () {
7175
7191
  }), 1)], 1)], 1);
7176
7192
  };
7177
7193
 
7178
- var __vue_staticRenderFns__$7 = [];
7194
+ var __vue_staticRenderFns__$9 = [];
7179
7195
  /* style */
7180
7196
 
7181
- const __vue_inject_styles__$7 = function (inject) {
7197
+ const __vue_inject_styles__$9 = function (inject) {
7182
7198
  if (!inject) return;
7183
7199
  inject("data-v-65b57716_0", {
7184
7200
  source: "[data-v-65b57716]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.stepper-content-wrapper[data-v-65b57716]{height:100%;width:100%;padding-bottom:var(--size-value6)}@media screen and (min-width:960px){.stepper-content-wrapper[data-v-65b57716]{padding-bottom:var(--size-value0)}}.layout-content[data-v-65b57716]{padding:var(--size-value0) var(--size-value4)}@media screen and (min-width:960px){.layout-content[data-v-65b57716]{padding:revert;padding-block-start:var(--size-value3)}}.stepper-header[data-v-65b57716]{flex:0;margin-block-end:var(--size-value4);padding:var(--size-value0)}@media screen and (min-width:960px){.stepper-header[data-v-65b57716]{padding:revert;flex:revert;padding-block-start:var(--size-value3)}}.stepper-header .content-stepper-title[data-v-65b57716]{letter-spacing:.01em;font-size:var(--font-size-medium);font-weight:var(--font-weight-large);line-height:var(--size-value8);color:var(--gray-darken-5)}@media screen and (min-width:960px){.stepper-header .content-stepper-title[data-v-65b57716]{font-size:var(--font-size-medium2)}}.stepper-header .content-stepper-description[data-v-65b57716]{font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-4)}.vc-stepper-content.v-stepper[data-v-65b57716]{width:100%;box-shadow:none;height:100%;overflow:auto}.vc-stepper-content.v-stepper[data-v-65b57716] .v-stepper__items .v-stepper__content{padding:0}",
@@ -7189,29 +7205,29 @@ const __vue_inject_styles__$7 = function (inject) {
7189
7205
  /* scoped */
7190
7206
 
7191
7207
 
7192
- const __vue_scope_id__$7 = "data-v-65b57716";
7208
+ const __vue_scope_id__$9 = "data-v-65b57716";
7193
7209
  /* module identifier */
7194
7210
 
7195
- const __vue_module_identifier__$7 = undefined;
7211
+ const __vue_module_identifier__$9 = undefined;
7196
7212
  /* functional template */
7197
7213
 
7198
- const __vue_is_functional_template__$7 = false;
7214
+ const __vue_is_functional_template__$9 = false;
7199
7215
  /* style inject SSR */
7200
7216
 
7201
7217
  /* style inject shadow dom */
7202
7218
 
7203
- const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
7204
- render: __vue_render__$7,
7205
- staticRenderFns: __vue_staticRenderFns__$7
7206
- }, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
7219
+ const __vue_component__$9 = /*#__PURE__*/normalizeComponent({
7220
+ render: __vue_render__$9,
7221
+ staticRenderFns: __vue_staticRenderFns__$9
7222
+ }, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
7207
7223
 
7208
- var script$6 = {
7224
+ var script$8 = {
7209
7225
  name: "VcWizard",
7210
7226
  components: {
7211
- VcStepsBar: __vue_component__$C,
7212
- VcStepperContent: __vue_component__$7,
7213
- VcMobileWizardProgress: __vue_component__$A,
7214
- VcWizardCtaContainer: __vue_component__$8,
7227
+ VcStepsBar: __vue_component__$E,
7228
+ VcStepperContent: __vue_component__$9,
7229
+ VcMobileWizardProgress: __vue_component__$C,
7230
+ VcWizardCtaContainer: __vue_component__$a,
7215
7231
  VLayout: VLayout
7216
7232
  },
7217
7233
  props: {
@@ -7314,10 +7330,10 @@ var script$6 = {
7314
7330
  };
7315
7331
 
7316
7332
  /* script */
7317
- const __vue_script__$6 = script$6;
7333
+ const __vue_script__$8 = script$8;
7318
7334
  /* template */
7319
7335
 
7320
- var __vue_render__$6 = function () {
7336
+ var __vue_render__$8 = function () {
7321
7337
  var _vm = this;
7322
7338
 
7323
7339
  var _h = _vm.$createElement;
@@ -7371,10 +7387,10 @@ var __vue_render__$6 = function () {
7371
7387
  })], 1);
7372
7388
  };
7373
7389
 
7374
- var __vue_staticRenderFns__$6 = [];
7390
+ var __vue_staticRenderFns__$8 = [];
7375
7391
  /* style */
7376
7392
 
7377
- const __vue_inject_styles__$6 = function (inject) {
7393
+ const __vue_inject_styles__$8 = function (inject) {
7378
7394
  if (!inject) return;
7379
7395
  inject("data-v-c5a0a58e_0", {
7380
7396
  source: "[data-v-c5a0a58e]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-wizard[data-v-c5a0a58e]{height:100%}@media screen and (min-width:960px){.vc-wizard[data-v-c5a0a58e]{display:grid;grid-template-columns:minmax(250px,1fr) 3fr;grid-template-rows:1fr 80px;grid-row-gap:0}.vc-wizard.wizard-size-md[data-v-c5a0a58e]{grid-column-gap:var(--size-value10);padding-inline-end:var(--size-value10)}.vc-wizard.wizard-size-lg[data-v-c5a0a58e]{grid-column-gap:var(--size-value20);padding-inline-end:var(--size-value20)}}.vc-stepper-container[data-v-c5a0a58e]{grid-area:1/1/3/2;border-inline-end:1px solid #e0e0e0;max-height:calc(100% - 24px)}.wizard-cta-container[data-v-c5a0a58e]{grid-area:2/2/3/3}.stepper-content-wrapper[data-v-c5a0a58e]{grid-area:1/2/2/3}",
@@ -7385,21 +7401,21 @@ const __vue_inject_styles__$6 = function (inject) {
7385
7401
  /* scoped */
7386
7402
 
7387
7403
 
7388
- const __vue_scope_id__$6 = "data-v-c5a0a58e";
7404
+ const __vue_scope_id__$8 = "data-v-c5a0a58e";
7389
7405
  /* module identifier */
7390
7406
 
7391
- const __vue_module_identifier__$6 = undefined;
7407
+ const __vue_module_identifier__$8 = undefined;
7392
7408
  /* functional template */
7393
7409
 
7394
- const __vue_is_functional_template__$6 = false;
7410
+ const __vue_is_functional_template__$8 = false;
7395
7411
  /* style inject SSR */
7396
7412
 
7397
7413
  /* style inject shadow dom */
7398
7414
 
7399
- const __vue_component__$6 = /*#__PURE__*/normalizeComponent({
7400
- render: __vue_render__$6,
7401
- staticRenderFns: __vue_staticRenderFns__$6
7402
- }, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
7415
+ const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
7416
+ render: __vue_render__$8,
7417
+ staticRenderFns: __vue_staticRenderFns__$8
7418
+ }, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
7403
7419
 
7404
7420
  //
7405
7421
  //
@@ -7417,7 +7433,7 @@ const __vue_component__$6 = /*#__PURE__*/normalizeComponent({
7417
7433
  //
7418
7434
  //
7419
7435
  //
7420
- var script$5 = {
7436
+ var script$7 = {
7421
7437
  name: 'VcBadge',
7422
7438
  components: {
7423
7439
  VBadge: VBadge
@@ -7450,10 +7466,10 @@ var script$5 = {
7450
7466
  };
7451
7467
 
7452
7468
  /* script */
7453
- const __vue_script__$5 = script$5;
7469
+ const __vue_script__$7 = script$7;
7454
7470
  /* template */
7455
7471
 
7456
- var __vue_render__$5 = function () {
7472
+ var __vue_render__$7 = function () {
7457
7473
  var _vm = this;
7458
7474
 
7459
7475
  var _h = _vm.$createElement;
@@ -7479,10 +7495,10 @@ var __vue_render__$5 = function () {
7479
7495
  }, [_vm._t("default")], 2)], 1);
7480
7496
  };
7481
7497
 
7482
- var __vue_staticRenderFns__$5 = [];
7498
+ var __vue_staticRenderFns__$7 = [];
7483
7499
  /* style */
7484
7500
 
7485
- const __vue_inject_styles__$5 = function (inject) {
7501
+ const __vue_inject_styles__$7 = function (inject) {
7486
7502
  if (!inject) return;
7487
7503
  inject("data-v-4edabf76_0", {
7488
7504
  source: "[data-v-4edabf76] .v-icon__component{height:12px;width:12px}",
@@ -7493,30 +7509,30 @@ const __vue_inject_styles__$5 = function (inject) {
7493
7509
  /* scoped */
7494
7510
 
7495
7511
 
7496
- const __vue_scope_id__$5 = "data-v-4edabf76";
7512
+ const __vue_scope_id__$7 = "data-v-4edabf76";
7497
7513
  /* module identifier */
7498
7514
 
7499
- const __vue_module_identifier__$5 = undefined;
7515
+ const __vue_module_identifier__$7 = undefined;
7500
7516
  /* functional template */
7501
7517
 
7502
- const __vue_is_functional_template__$5 = false;
7518
+ const __vue_is_functional_template__$7 = false;
7503
7519
  /* style inject SSR */
7504
7520
 
7505
7521
  /* style inject shadow dom */
7506
7522
 
7507
- const __vue_component__$5 = /*#__PURE__*/normalizeComponent({
7508
- render: __vue_render__$5,
7509
- staticRenderFns: __vue_staticRenderFns__$5
7510
- }, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, createInjector, undefined, undefined);
7523
+ const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
7524
+ render: __vue_render__$7,
7525
+ staticRenderFns: __vue_staticRenderFns__$7
7526
+ }, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
7511
7527
 
7512
- var script$4 = {
7528
+ var script$6 = {
7513
7529
  name: "VcUpsellBlock",
7514
7530
  components: {
7515
- VcImage: __vue_component__$L,
7516
- VcLink: __vue_component__$e,
7517
- VcButton: __vue_component__$T,
7518
- VcLayout: __vue_component__$R,
7519
- VcIcon: __vue_component__$U
7531
+ VcImage: __vue_component__$N,
7532
+ VcLink: __vue_component__$g,
7533
+ VcButton: __vue_component__$V,
7534
+ VcLayout: __vue_component__$T,
7535
+ VcIcon: __vue_component__$W
7520
7536
  },
7521
7537
  props: {
7522
7538
  titleText: {
@@ -7574,10 +7590,10 @@ var script$4 = {
7574
7590
  };
7575
7591
 
7576
7592
  /* script */
7577
- const __vue_script__$4 = script$4;
7593
+ const __vue_script__$6 = script$6;
7578
7594
  /* template */
7579
7595
 
7580
- var __vue_render__$4 = function () {
7596
+ var __vue_render__$6 = function () {
7581
7597
  var _vm = this;
7582
7598
 
7583
7599
  var _h = _vm.$createElement;
@@ -7641,10 +7657,10 @@ var __vue_render__$4 = function () {
7641
7657
  })], 1)], 1);
7642
7658
  };
7643
7659
 
7644
- var __vue_staticRenderFns__$4 = [];
7660
+ var __vue_staticRenderFns__$6 = [];
7645
7661
  /* style */
7646
7662
 
7647
- const __vue_inject_styles__$4 = function (inject) {
7663
+ const __vue_inject_styles__$6 = function (inject) {
7648
7664
  if (!inject) return;
7649
7665
  inject("data-v-3e23f57f_0", {
7650
7666
  source: ".VcUpsellBlock[data-v-3e23f57f]{flex-flow:row wrap;width:100%;height:100vh;max-width:960px;margin:auto;overflow-x:hidden;font-style:normal}@media screen and (min-width:960px){.VcUpsellBlock[data-v-3e23f57f]{overflow-x:visible}}.VcUpsellBlock[data-v-3e23f57f]:before{content:\"\";position:absolute;-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='1387' height='1787' viewBox='0 0 1387 1787' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='background_stain' d='M965.208 1786.79L1240.04 1427.2C1388.67 1251.5 1443.75 1042.72 1314.06 863.507L768.194 165.405C638.503 -13.8061 388.739 -53.6307 210.377 76.6778L164.621 109.767C-13.7407 240.369 -53.3766 491.322 76.3144 670.533L649.578 1404.65L965.208 1786.79Z' fill='%230093B8'/%3E%3C/svg%3E\");background-color:var(--v-secondary-base);opacity:15%;inset:70% 0 0 0}@media screen and (min-width:960px){.VcUpsellBlock[data-v-3e23f57f]:before{inset:0;inset-inline-start:50%}}#app[dir=rtl] .VcUpsellBlock[data-v-3e23f57f]:before{transform:scaleX(-1)}.VcUpsellBlock.dialog[data-v-3e23f57f]{height:100%;padding-top:8px}@media screen and (min-width:960px){.VcUpsellBlock.dialog[data-v-3e23f57f]{padding-top:70px;padding-bottom:46px}}@media screen and (min-width:960px){.VcUpsellBlock.dialog[data-v-3e23f57f]:before{top:-10%}}.VcUpsellBlock .text-container[data-v-3e23f57f]{flex:0 0 100%;margin:0 auto}@media screen and (min-width:960px){.VcUpsellBlock .text-container[data-v-3e23f57f]{flex:0 0 55%;max-width:444px;overflow:hidden}}.VcUpsellBlock .text-container .title-text[data-v-3e23f57f]{font-weight:var(--font-weight-large2);font-size:var(--font-size-medium2);line-height:32px;letter-spacing:.01em}@media screen and (min-width:960px){.VcUpsellBlock .text-container .title-text[data-v-3e23f57f]{font-size:var(--font-size-large);line-height:40px}}.VcUpsellBlock .text-container .sub-text[data-v-3e23f57f]{font-weight:var(--font-weight-large);font-size:var(--font-size-medium);line-height:28px;letter-spacing:var(--letter-spacing)}.VcUpsellBlock .text-container .bullets-text[data-v-3e23f57f]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:20px}.VcUpsellBlock .text-container .bullets-text .bullets-icon[data-v-3e23f57f]{margin-inline-end:12px}.VcUpsellBlock .text-container .bullets-text .bullets-span[data-v-3e23f57f]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:20px;color:#000}.VcUpsellBlock .text-container .cta-container[data-v-3e23f57f]{flex:1 1 auto;flex-flow:row wrap;align-items:center;margin:32px auto 0}.VcUpsellBlock .text-container .cta-container .primary-cta[data-v-3e23f57f]{flex:0 0 100%;width:auto;margin:0 auto;max-width:214px;line-height:48px;min-height:48px;font-weight:var(--font-weight-large);font-size:var(--font-size-small2)}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container .primary-cta[data-v-3e23f57f]{flex:0 0 45%;margin:0;height:48px}}.VcUpsellBlock .text-container .cta-container .primary-cta .v-btn__content[data-v-3e23f57f]{flex-flow:row wrap;width:100%;white-space:break-spaces}.VcUpsellBlock .text-container .cta-container .secondary-cta[data-v-3e23f57f]{flex:0 0 100%;text-align:center;font-weight:var(--font-weight-large);font-size:var(--font-size-small2);line-height:48px;height:48px;color:var(--gray-darken-5);margin:0;text-decoration:none}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container .secondary-cta[data-v-3e23f57f]{flex:0 0 45%;color:var(--blue);font-weight:var(--font-weight-large2)}}.VcUpsellBlock .text-container .cta-container-dialog[data-v-3e23f57f]{width:100%;z-index:1;position:absolute;justify-content:space-between;background:#fff;bottom:0;left:0;right:0;margin:0;height:72px;padding:0 24px}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container-dialog[data-v-3e23f57f]{position:static;justify-content:flex-start;padding:0}}.VcUpsellBlock .text-container .cta-container-dialog .primary-cta[data-v-3e23f57f]{flex:0 0 55%;margin:0;order:2}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container-dialog .primary-cta[data-v-3e23f57f]{flex:0 0 45%;order:0}}.VcUpsellBlock .text-container .cta-container-dialog .secondary-cta[data-v-3e23f57f]{flex:1 0 35%;padding-top:0}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container-dialog .secondary-cta[data-v-3e23f57f]{flex:0 0 45%}}.VcUpsellBlock .images-container[data-v-3e23f57f]{position:relative;flex:1 0 100%;margin:0 auto;min-height:40%;height:auto;overflow:hidden}@media screen and (min-width:960px){.VcUpsellBlock .images-container[data-v-3e23f57f]{flex:0 0 45%;overflow:visible}}.VcUpsellBlock .images-container .upsell-image[data-v-3e23f57f]{position:absolute;width:320px;height:380px;right:0;left:0;margin:0 auto}@media screen and (min-width:960px){.VcUpsellBlock .images-container .upsell-image[data-v-3e23f57f]{height:580px;width:466px;top:0;bottom:0;margin:auto}}",
@@ -7655,26 +7671,26 @@ const __vue_inject_styles__$4 = function (inject) {
7655
7671
  /* scoped */
7656
7672
 
7657
7673
 
7658
- const __vue_scope_id__$4 = "data-v-3e23f57f";
7674
+ const __vue_scope_id__$6 = "data-v-3e23f57f";
7659
7675
  /* module identifier */
7660
7676
 
7661
- const __vue_module_identifier__$4 = undefined;
7677
+ const __vue_module_identifier__$6 = undefined;
7662
7678
  /* functional template */
7663
7679
 
7664
- const __vue_is_functional_template__$4 = false;
7680
+ const __vue_is_functional_template__$6 = false;
7665
7681
  /* style inject SSR */
7666
7682
 
7667
7683
  /* style inject shadow dom */
7668
7684
 
7669
- const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
7670
- render: __vue_render__$4,
7671
- staticRenderFns: __vue_staticRenderFns__$4
7672
- }, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, createInjector, undefined, undefined);
7685
+ const __vue_component__$6 = /*#__PURE__*/normalizeComponent({
7686
+ render: __vue_render__$6,
7687
+ staticRenderFns: __vue_staticRenderFns__$6
7688
+ }, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
7673
7689
 
7674
- var script$3 = {
7690
+ var script$5 = {
7675
7691
  name: "VcDropzone",
7676
7692
  components: {
7677
- VcLayout: __vue_component__$R
7693
+ VcLayout: __vue_component__$T
7678
7694
  },
7679
7695
  props: {
7680
7696
  title: {
@@ -7763,10 +7779,10 @@ var script$3 = {
7763
7779
  };
7764
7780
 
7765
7781
  /* script */
7766
- const __vue_script__$3 = script$3;
7782
+ const __vue_script__$5 = script$5;
7767
7783
  /* template */
7768
7784
 
7769
- var __vue_render__$3 = function () {
7785
+ var __vue_render__$5 = function () {
7770
7786
  var _vm = this;
7771
7787
 
7772
7788
  var _h = _vm.$createElement;
@@ -7834,10 +7850,10 @@ var __vue_render__$3 = function () {
7834
7850
  })], 2)]);
7835
7851
  };
7836
7852
 
7837
- var __vue_staticRenderFns__$3 = [];
7853
+ var __vue_staticRenderFns__$5 = [];
7838
7854
  /* style */
7839
7855
 
7840
- const __vue_inject_styles__$3 = function (inject) {
7856
+ const __vue_inject_styles__$5 = function (inject) {
7841
7857
  if (!inject) return;
7842
7858
  inject("data-v-7efc8e1b_0", {
7843
7859
  source: "[data-v-7efc8e1b]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.dropzone__wrap[data-v-7efc8e1b]{position:relative;border:1px dashed var(--gray-darken-1);padding:var(--size-value3);min-height:var(--size-value18);width:100%;border-radius:var(--border-radius);background-color:var(--gray-lighten-4);transition:background-color .1s ease-out,border-color .1s ease-out}.dropzone__wrap--hovered[data-v-7efc8e1b]{background-color:var(--gray-lighten-4);border-color:var(--gray-darken-1)}.dropzone__wrap--active[data-v-7efc8e1b]{background-color:var(--modal-bg-color);border-color:var(--dropzone-active-border-color);filter:drop-shadow(0 0 2px var(--dropzone-active-second-border-color))}.dropzone__wrap--disabled[data-v-7efc8e1b]{background-color:var(--gray-lighten-4);border-color:var(--gray)}.dropzone__input[data-v-7efc8e1b]{width:100%;height:100%;position:absolute;opacity:0;left:0;top:0;cursor:pointer}.dropzone__wrap--disabled .dropzone__input[data-v-7efc8e1b]{cursor:default}.dropzone__label[data-v-7efc8e1b]{display:flex;flex-direction:column;text-align:center}.dropzone__wrap--hovered .dropzone__label[data-v-7efc8e1b]{color:var(--gray-darken-5)}.dropzone__subtitle[data-v-7efc8e1b],.dropzone__title[data-v-7efc8e1b]{color:var(--blue);font-size:var(--font-size-x-small)}.dropzone__wrap--disabled .dropzone__subtitle[data-v-7efc8e1b],.dropzone__wrap--disabled .dropzone__title[data-v-7efc8e1b]{color:var(--gray-darken-2)}.dropzone__title[data-v-7efc8e1b]{font-weight:var(--font-weight-medium2)}.dropzone__subtitle[data-v-7efc8e1b]{font-weight:var(--font-weight-light)}",
@@ -7848,27 +7864,27 @@ const __vue_inject_styles__$3 = function (inject) {
7848
7864
  /* scoped */
7849
7865
 
7850
7866
 
7851
- const __vue_scope_id__$3 = "data-v-7efc8e1b";
7867
+ const __vue_scope_id__$5 = "data-v-7efc8e1b";
7852
7868
  /* module identifier */
7853
7869
 
7854
- const __vue_module_identifier__$3 = undefined;
7870
+ const __vue_module_identifier__$5 = undefined;
7855
7871
  /* functional template */
7856
7872
 
7857
- const __vue_is_functional_template__$3 = false;
7873
+ const __vue_is_functional_template__$5 = false;
7858
7874
  /* style inject SSR */
7859
7875
 
7860
7876
  /* style inject shadow dom */
7861
7877
 
7862
- const __vue_component__$3 = /*#__PURE__*/normalizeComponent({
7863
- render: __vue_render__$3,
7864
- staticRenderFns: __vue_staticRenderFns__$3
7865
- }, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, createInjector, undefined, undefined);
7878
+ const __vue_component__$5 = /*#__PURE__*/normalizeComponent({
7879
+ render: __vue_render__$5,
7880
+ staticRenderFns: __vue_staticRenderFns__$5
7881
+ }, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, createInjector, undefined, undefined);
7866
7882
 
7867
- var script$2 = {
7883
+ var script$4 = {
7868
7884
  name: "VcRadio",
7869
7885
  components: {
7870
- VcTooltip: __vue_component__$I,
7871
- VcIcon: __vue_component__$U,
7886
+ VcTooltip: __vue_component__$K,
7887
+ VcIcon: __vue_component__$W,
7872
7888
  VRadio: VRadio
7873
7889
  },
7874
7890
  props: {
@@ -7895,10 +7911,10 @@ var script$2 = {
7895
7911
  };
7896
7912
 
7897
7913
  /* script */
7898
- const __vue_script__$2 = script$2;
7914
+ const __vue_script__$4 = script$4;
7899
7915
  /* template */
7900
7916
 
7901
- var __vue_render__$2 = function () {
7917
+ var __vue_render__$4 = function () {
7902
7918
  var _vm = this;
7903
7919
 
7904
7920
  var _h = _vm.$createElement;
@@ -7946,10 +7962,10 @@ var __vue_render__$2 = function () {
7946
7962
  });
7947
7963
  };
7948
7964
 
7949
- var __vue_staticRenderFns__$2 = [];
7965
+ var __vue_staticRenderFns__$4 = [];
7950
7966
  /* style */
7951
7967
 
7952
- const __vue_inject_styles__$2 = function (inject) {
7968
+ const __vue_inject_styles__$4 = function (inject) {
7953
7969
  if (!inject) return;
7954
7970
  inject("data-v-729dbbdc_0", {
7955
7971
  source: ".label-container[data-v-729dbbdc]{margin-inline-start:var(--size-value2)}.radio-label[data-v-729dbbdc]{color:var(--gray-darken-5);font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small)}.radio-icon[data-v-729dbbdc]{margin-inline-start:var(--size-value2);font-size:var(--size-value4)}.radio-icon[data-v-729dbbdc] .v-icon__component{height:var(--size-value4);width:var(--size-value4)}.radio-tooltip[data-v-729dbbdc]{height:var(--size-value5);margin-inline-start:var(--size-value2)}.radio-tooltip[data-v-729dbbdc] .v-icon__component{width:var(--size-value4)}.vc-radio[data-v-729dbbdc]{margin:0;margin-bottom:auto}.vc-radio.v-input--radio-group--column[data-v-729dbbdc] .v-radio:not(:last-child):not(:only-child){margin-bottom:var(--size-value4)}.vc-radio[data-v-729dbbdc] .v-input--selection-controls__ripple{inset-inline-start:-9px;top:calc(50% - 17px);width:var(--size-value5);height:var(--size-value5)}.vc-radio[data-v-729dbbdc] .v-input--selection-controls__input{margin:0;padding:0;margin-bottom:auto;height:var(--size-value5);width:var(--size-value4)}.vc-radio[data-v-729dbbdc] .v-input--selection-controls__input .v-icon{font-size:var(--font-size-medium)}",
@@ -7960,26 +7976,26 @@ const __vue_inject_styles__$2 = function (inject) {
7960
7976
  /* scoped */
7961
7977
 
7962
7978
 
7963
- const __vue_scope_id__$2 = "data-v-729dbbdc";
7979
+ const __vue_scope_id__$4 = "data-v-729dbbdc";
7964
7980
  /* module identifier */
7965
7981
 
7966
- const __vue_module_identifier__$2 = undefined;
7982
+ const __vue_module_identifier__$4 = undefined;
7967
7983
  /* functional template */
7968
7984
 
7969
- const __vue_is_functional_template__$2 = false;
7985
+ const __vue_is_functional_template__$4 = false;
7970
7986
  /* style inject SSR */
7971
7987
 
7972
7988
  /* style inject shadow dom */
7973
7989
 
7974
- const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
7975
- render: __vue_render__$2,
7976
- staticRenderFns: __vue_staticRenderFns__$2
7977
- }, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, createInjector, undefined, undefined);
7990
+ const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
7991
+ render: __vue_render__$4,
7992
+ staticRenderFns: __vue_staticRenderFns__$4
7993
+ }, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, createInjector, undefined, undefined);
7978
7994
 
7979
- var script$1 = {
7995
+ var script$3 = {
7980
7996
  name: "VcRadioGroup",
7981
7997
  components: {
7982
- VcRadio: __vue_component__$2,
7998
+ VcRadio: __vue_component__$4,
7983
7999
  VRadioGroup: VRadioGroup
7984
8000
  },
7985
8001
  model: {
@@ -8012,10 +8028,10 @@ var script$1 = {
8012
8028
  };
8013
8029
 
8014
8030
  /* script */
8015
- const __vue_script__$1 = script$1;
8031
+ const __vue_script__$3 = script$3;
8016
8032
  /* template */
8017
8033
 
8018
- var __vue_render__$1 = function () {
8034
+ var __vue_render__$3 = function () {
8019
8035
  var _vm = this;
8020
8036
 
8021
8037
  var _h = _vm.$createElement;
@@ -8061,10 +8077,10 @@ var __vue_render__$1 = function () {
8061
8077
  }), 1)], 1);
8062
8078
  };
8063
8079
 
8064
- var __vue_staticRenderFns__$1 = [];
8080
+ var __vue_staticRenderFns__$3 = [];
8065
8081
  /* style */
8066
8082
 
8067
- const __vue_inject_styles__$1 = function (inject) {
8083
+ const __vue_inject_styles__$3 = function (inject) {
8068
8084
  if (!inject) return;
8069
8085
  inject("data-v-0bf8cc5c_0", {
8070
8086
  source: ".vc-radio-buttons[data-v-0bf8cc5c]{margin:0;padding:0}.vc-radio-buttons.v-input--radio-group--column[data-v-0bf8cc5c] .v-radio:not(:last-child):not(:only-child){margin-bottom:var(--size-value4)}.vc-title[data-v-0bf8cc5c]{color:var(--gray-darken-5);margin-bottom:var(--size-value2);font-weight:var(--font-weight-large);font-size:var(--size-value3);line-height:var(--size-value4)}",
@@ -8075,26 +8091,26 @@ const __vue_inject_styles__$1 = function (inject) {
8075
8091
  /* scoped */
8076
8092
 
8077
8093
 
8078
- const __vue_scope_id__$1 = "data-v-0bf8cc5c";
8094
+ const __vue_scope_id__$3 = "data-v-0bf8cc5c";
8079
8095
  /* module identifier */
8080
8096
 
8081
- const __vue_module_identifier__$1 = undefined;
8097
+ const __vue_module_identifier__$3 = undefined;
8082
8098
  /* functional template */
8083
8099
 
8084
- const __vue_is_functional_template__$1 = false;
8100
+ const __vue_is_functional_template__$3 = false;
8085
8101
  /* style inject SSR */
8086
8102
 
8087
8103
  /* style inject shadow dom */
8088
8104
 
8089
- const __vue_component__$1 = /*#__PURE__*/normalizeComponent({
8090
- render: __vue_render__$1,
8091
- staticRenderFns: __vue_staticRenderFns__$1
8092
- }, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, createInjector, undefined, undefined);
8105
+ const __vue_component__$3 = /*#__PURE__*/normalizeComponent({
8106
+ render: __vue_render__$3,
8107
+ staticRenderFns: __vue_staticRenderFns__$3
8108
+ }, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, createInjector, undefined, undefined);
8093
8109
 
8094
- var script = {
8110
+ var script$2 = {
8095
8111
  name: "VcSegmentedControl",
8096
8112
  components: {
8097
- VcIcon: __vue_component__$U,
8113
+ VcIcon: __vue_component__$W,
8098
8114
  VBtn: VBtn,
8099
8115
  VBtnToggle: VBtnToggle
8100
8116
  },
@@ -8127,10 +8143,10 @@ var script = {
8127
8143
  };
8128
8144
 
8129
8145
  /* script */
8130
- const __vue_script__ = script;
8146
+ const __vue_script__$2 = script$2;
8131
8147
  /* template */
8132
8148
 
8133
- var __vue_render__ = function () {
8149
+ var __vue_render__$2 = function () {
8134
8150
  var _vm = this;
8135
8151
 
8136
8152
  var _h = _vm.$createElement;
@@ -8166,10 +8182,10 @@ var __vue_render__ = function () {
8166
8182
  }), 1);
8167
8183
  };
8168
8184
 
8169
- var __vue_staticRenderFns__ = [];
8185
+ var __vue_staticRenderFns__$2 = [];
8170
8186
  /* style */
8171
8187
 
8172
- const __vue_inject_styles__ = function (inject) {
8188
+ const __vue_inject_styles__$2 = function (inject) {
8173
8189
  if (!inject) return;
8174
8190
  inject("data-v-ebfb67c4_0", {
8175
8191
  source: "[data-v-ebfb67c4]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4]{border-radius:var(--border-radius);width:100%;max-width:100%;font-family:var(--primary-font-family)}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:first-child{border-bottom-left-radius:inherit;border-top-left-radius:inherit}#app[dir=rtl] div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:inherit;border-top-right-radius:inherit}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:last-child{border-bottom-right-radius:inherit;border-top-right-radius:inherit}#app[dir=rtl] div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:last-child{border-bottom-right-radius:0;border-top-right-radius:0;border-bottom-left-radius:inherit;border-top-left-radius:inherit}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:not(:first-child){border-left-width:0}#app[dir=rtl] div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:not(:first-child){border-left-width:1px;border-right-width:0}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn{flex:1;height:auto;padding-top:var(--size-value3);padding-bottom:var(--size-value3);font-family:var(--primary-font-family);font-size:var(--font-size-x-small);line-height:var(--size-value4);text-transform:none;letter-spacing:normal}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn:before{background-color:inherit}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn:not(.v-item--active){background:var(--gray-lighten-3);color:var(--gray-darken-4)}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn.v-item--active{box-shadow:var(--shadow-4);background:var(--modal-bg-color);color:var(--gray-darken-5)}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn:hover{background:var(--gray-lighten-4)}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn.v-btn--disabled{background:var(--gray-lighten-2);color:var(--gray-darken-2)}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn span{max-width:100%;white-space:initial}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn .item-icon{padding-left:var(--size-value0);padding-right:var(--size-value1)}#app[dir=rtl] div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn .item-icon{padding-left:var(--size-value1)}#app[dir=rtl] div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn .item-icon{padding-right:var(--size-value0)}",
@@ -8180,13 +8196,313 @@ const __vue_inject_styles__ = function (inject) {
8180
8196
  /* scoped */
8181
8197
 
8182
8198
 
8183
- const __vue_scope_id__ = "data-v-ebfb67c4";
8199
+ const __vue_scope_id__$2 = "data-v-ebfb67c4";
8200
+ /* module identifier */
8201
+
8202
+ const __vue_module_identifier__$2 = undefined;
8203
+ /* functional template */
8204
+
8205
+ const __vue_is_functional_template__$2 = false;
8206
+ /* style inject SSR */
8207
+
8208
+ /* style inject shadow dom */
8209
+
8210
+ const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
8211
+ render: __vue_render__$2,
8212
+ staticRenderFns: __vue_staticRenderFns__$2
8213
+ }, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, createInjector, undefined, undefined);
8214
+
8215
+ const FORMATS = {
8216
+ DOCUMENT: ['doc', 'docx'],
8217
+ IMAGE: ['jpg', 'jpeg', 'png', 'gif', 'bmp'],
8218
+ PDF: ['pdf'],
8219
+ SPREADSHEET: ['xls', 'csv'],
8220
+ SLIDESHOW: ['ppt', 'pptx'],
8221
+ ARCHIVE: ['zip', 'rar'],
8222
+ AUDIO: ['mp3', 'wav'],
8223
+ VIDEO: ['avi', 'mp4', 'mkv', 'mov']
8224
+ };
8225
+ var script$1 = {
8226
+ name: "VcDocItem",
8227
+ components: {
8228
+ VcIcon: __vue_component__$W,
8229
+ VBtn: VBtn
8230
+ },
8231
+ props: {
8232
+ title: {
8233
+ type: String,
8234
+ required: true
8235
+ },
8236
+ uid: {
8237
+ type: String,
8238
+ required: true
8239
+ },
8240
+ isSignable: {
8241
+ type: Boolean,
8242
+ default: false
8243
+ },
8244
+ trimSignable: {
8245
+ type: Boolean,
8246
+ default: false
8247
+ },
8248
+ allowActions: {
8249
+ type: Boolean,
8250
+ default: true
8251
+ },
8252
+ dataQa: {
8253
+ type: String,
8254
+ default: 'vc-doc-item'
8255
+ },
8256
+ actions: {
8257
+ type: Array,
8258
+ validator: prop => prop.every(a => a.type && a.icon),
8259
+ default: () => [{
8260
+ type: 'onRemove',
8261
+ icon: 'trash'
8262
+ }]
8263
+ }
8264
+ },
8265
+ computed: {
8266
+ extension() {
8267
+ return this.title.indexOf('.') !== -1 ? this.title.split('.').pop() : 'general';
8268
+ },
8269
+
8270
+ docIcon() {
8271
+ const {
8272
+ DOCUMENT,
8273
+ IMAGE,
8274
+ PDF,
8275
+ SPREADSHEET,
8276
+ SLIDESHOW,
8277
+ ARCHIVE,
8278
+ AUDIO,
8279
+ VIDEO
8280
+ } = FORMATS;
8281
+ if (DOCUMENT.includes(this.extension)) return 'document';
8282
+ if (IMAGE.includes(this.extension)) return 'image';
8283
+ if (PDF.includes(this.extension)) return 'pdf';
8284
+ if (SPREADSHEET.includes(this.extension)) return 'sheet';
8285
+ if (SLIDESHOW.includes(this.extension)) return 'slideshow';
8286
+ if (ARCHIVE.includes(this.extension)) return 'archive';
8287
+ if (AUDIO.includes(this.extension)) return 'audio';
8288
+ if (VIDEO.includes(this.extension)) return 'video';
8289
+ return 'general';
8290
+ }
8291
+
8292
+ }
8293
+ };
8294
+
8295
+ /* script */
8296
+ const __vue_script__$1 = script$1;
8297
+ /* template */
8298
+
8299
+ var __vue_render__$1 = function () {
8300
+ var _vm = this;
8301
+
8302
+ var _h = _vm.$createElement;
8303
+
8304
+ var _c = _vm._self._c || _h;
8305
+
8306
+ return _c('div', {
8307
+ staticClass: "vc-doc-item",
8308
+ attrs: {
8309
+ "data-qa": _vm.dataQa
8310
+ }
8311
+ }, [_c('div', {
8312
+ staticClass: "details"
8313
+ }, [_c('div', {
8314
+ staticClass: "details__doc-icon",
8315
+ attrs: {
8316
+ "data-qa": _vm.dataQa + "-doc-icon"
8317
+ }
8318
+ }, [_c('VcIcon', {
8319
+ attrs: {
8320
+ "size": "24"
8321
+ }
8322
+ }, [_vm._v("$doc_" + _vm._s(_vm.docIcon))])], 1), _vm._v(" "), _c('span', {
8323
+ staticClass: "details__title",
8324
+ attrs: {
8325
+ "data-qa": _vm.dataQa + "-title"
8326
+ }
8327
+ }, [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _vm.isSignable ? _c('div', {
8328
+ staticClass: "signature",
8329
+ class: {
8330
+ 'signature--trimmed': _vm.trimSignable
8331
+ },
8332
+ attrs: {
8333
+ "data-qa": _vm.dataQa + "-signature"
8334
+ }
8335
+ }, [_c('VcIcon', {
8336
+ staticClass: "signature__icon",
8337
+ attrs: {
8338
+ "size": "14"
8339
+ }
8340
+ }, [_vm._v("$union")]), _vm._v(" "), !_vm.trimSignable ? _c('span', {
8341
+ staticClass: "signature__text"
8342
+ }, [_vm._v("E-Signature")]) : _vm._e()], 1) : _vm._e()]), _vm._v(" "), _vm.allowActions ? _c('div', {
8343
+ staticClass: "actions",
8344
+ attrs: {
8345
+ "data-qa": _vm.dataQa + "-actions"
8346
+ }
8347
+ }, _vm._l(_vm.actions, function (action) {
8348
+ return _c('v-btn', {
8349
+ attrs: {
8350
+ "icon": "",
8351
+ "data-qa": _vm.dataQa + "-action"
8352
+ },
8353
+ on: {
8354
+ "click": function ($event) {
8355
+ return _vm.$emit(action.type, _vm.uid);
8356
+ }
8357
+ }
8358
+ }, [_c('VcIcon', {
8359
+ attrs: {
8360
+ "size": "16"
8361
+ }
8362
+ }, [_vm._v("$" + _vm._s(action.icon))])], 1);
8363
+ }), 1) : _vm._e()]);
8364
+ };
8365
+
8366
+ var __vue_staticRenderFns__$1 = [];
8367
+ /* style */
8368
+
8369
+ const __vue_inject_styles__$1 = function (inject) {
8370
+ if (!inject) return;
8371
+ inject("data-v-4b4d13fa_0", {
8372
+ source: "[data-v-4b4d13fa]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-doc-item[data-v-4b4d13fa]{display:flex;align-items:center;padding:0 16px;height:48px}.vc-doc-item .actions[data-v-4b4d13fa]{display:flex;margin-inline-start:8px}.vc-doc-item .actions button[data-v-4b4d13fa]{opacity:.4}.vc-doc-item .actions button[data-v-4b4d13fa]:hover{opacity:1}.details[data-v-4b4d13fa]{font-family:var(--primary-font-family);display:flex;flex-direction:row;align-items:center;width:100%}.details__doc-icon .v-icon[data-v-4b4d13fa]{margin-inline-end:16px}.details__title[data-v-4b4d13fa]{font-weight:500;font-size:13px;color:var(--gray-darken-5);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-inline-end:12px}.signature[data-v-4b4d13fa]{display:flex;flex-direction:row;align-items:center;margin-inline-start:auto}.signature--trimmed[data-v-4b4d13fa]{margin-inline-start:0}.signature__icon[data-v-4b4d13fa]{color:var(--gray-darken-5);margin-inline-end:8px}.signature__text[data-v-4b4d13fa]{font-weight:400;font-size:12px;color:var(--gray-darken-5);white-space:nowrap}",
8373
+ map: undefined,
8374
+ media: undefined
8375
+ });
8376
+ };
8377
+ /* scoped */
8378
+
8379
+
8380
+ const __vue_scope_id__$1 = "data-v-4b4d13fa";
8381
+ /* module identifier */
8382
+
8383
+ const __vue_module_identifier__$1 = undefined;
8384
+ /* functional template */
8385
+
8386
+ const __vue_is_functional_template__$1 = false;
8387
+ /* style inject SSR */
8388
+
8389
+ /* style inject shadow dom */
8390
+
8391
+ const __vue_component__$1 = /*#__PURE__*/normalizeComponent({
8392
+ render: __vue_render__$1,
8393
+ staticRenderFns: __vue_staticRenderFns__$1
8394
+ }, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, createInjector, undefined, undefined);
8395
+
8396
+ //
8397
+ //
8398
+ //
8399
+ //
8400
+ //
8401
+ //
8402
+ var script = {
8403
+ name: "VcTimeSince",
8404
+ props: {
8405
+ timestamp: {
8406
+ required: true,
8407
+ type: Number,
8408
+ validator: prop => Date.now() > prop
8409
+ },
8410
+ dataQa: {
8411
+ type: String,
8412
+ default: 'vc-time-since'
8413
+ }
8414
+ },
8415
+ computed: {
8416
+ timeSince() {
8417
+ const years = 31536000;
8418
+ const months = 2592000;
8419
+ const days = 86400;
8420
+ const hours = 3600;
8421
+ const minutes = 60;
8422
+ const seconds = Math.floor((new Date() - this.timestamp) / 1000);
8423
+ let interval = seconds / years;
8424
+
8425
+ if (interval > 1) {
8426
+ return `${this.$dst("ds.time_since.years", {
8427
+ years: Math.floor(interval)
8428
+ })}`;
8429
+ }
8430
+
8431
+ interval = seconds / months;
8432
+
8433
+ if (interval > 1) {
8434
+ return `${this.$dst("ds.time_since.months", {
8435
+ months: Math.floor(interval)
8436
+ })}`;
8437
+ }
8438
+
8439
+ interval = seconds / days;
8440
+
8441
+ if (Math.floor(interval) === 1) {
8442
+ return `${this.$dst("ds.time_since.yesterday")}`;
8443
+ }
8444
+
8445
+ if (interval > 1) {
8446
+ return `${this.$dst("ds.time_since.days", {
8447
+ days: Math.floor(interval)
8448
+ })}`;
8449
+ }
8450
+
8451
+ interval = seconds / hours;
8452
+
8453
+ if (interval > 1) {
8454
+ return `${this.$dst("ds.time_since.hours", {
8455
+ hours: Math.floor(interval)
8456
+ })}`;
8457
+ }
8458
+
8459
+ interval = seconds / minutes;
8460
+
8461
+ if (interval > 1) {
8462
+ return `${this.$dst("ds.time_since.minutes", {
8463
+ minutes: Math.floor(interval)
8464
+ })}`;
8465
+ }
8466
+
8467
+ return `${this.$dst("ds.time_since.now")}`;
8468
+ }
8469
+
8470
+ }
8471
+ };
8472
+
8473
+ /* script */
8474
+ const __vue_script__ = script;
8475
+ /* template */
8476
+
8477
+ var __vue_render__ = function () {
8478
+ var _vm = this;
8479
+
8480
+ var _h = _vm.$createElement;
8481
+
8482
+ var _c = _vm._self._c || _h;
8483
+
8484
+ return _c('span', {
8485
+ attrs: {
8486
+ "data-qa": _vm.dataQa
8487
+ }
8488
+ }, [_vm._v("\n " + _vm._s(_vm.timeSince) + "\n")]);
8489
+ };
8490
+
8491
+ var __vue_staticRenderFns__ = [];
8492
+ /* style */
8493
+
8494
+ const __vue_inject_styles__ = undefined;
8495
+ /* scoped */
8496
+
8497
+ const __vue_scope_id__ = undefined;
8184
8498
  /* module identifier */
8185
8499
 
8186
8500
  const __vue_module_identifier__ = undefined;
8187
8501
  /* functional template */
8188
8502
 
8189
8503
  const __vue_is_functional_template__ = false;
8504
+ /* style inject */
8505
+
8190
8506
  /* style inject SSR */
8191
8507
 
8192
8508
  /* style inject shadow dom */
@@ -8194,68 +8510,70 @@ const __vue_is_functional_template__ = false;
8194
8510
  const __vue_component__ = /*#__PURE__*/normalizeComponent({
8195
8511
  render: __vue_render__,
8196
8512
  staticRenderFns: __vue_staticRenderFns__
8197
- }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, createInjector, undefined, undefined);
8513
+ }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
8198
8514
 
8199
8515
  // Put here any components that need to be available to users of the package
8200
8516
 
8201
8517
  var components$1 = /*#__PURE__*/Object.freeze({
8202
8518
  __proto__: null,
8203
- VcConfirmModal: __vue_component__$O,
8204
- VcInputModal: __vue_component__$M,
8205
- VcNoticeModal: __vue_component__$K,
8206
- VcModalFooter: __vue_component__$Q,
8207
- VcModalHeader: __vue_component__$P,
8208
- VcAlert: __vue_component__$J,
8209
- VcTooltip: __vue_component__$I,
8210
- VcIconWithTooltip: __vue_component__$H,
8211
- VcBottomActions: __vue_component__$F,
8212
- VcActionList: __vue_component__$E,
8213
- VcActions: __vue_component__$D,
8214
- VcStepsBar: __vue_component__$C,
8215
- VcMobileWizardProgress: __vue_component__$A,
8216
- VcProgressCircular: __vue_component__$B,
8217
- VcChecklistItem: __vue_component__$y,
8218
- VcListbox: __vue_component__$v,
8219
- VcBottomSheet: __vue_component__$u,
8220
- VcInputBottomSheet: __vue_component__$s,
8221
- VcPopover: __vue_component__$r,
8222
- VcInputPopover: __vue_component__$q,
8223
- VcChip: __vue_component__$p,
8224
- VcSearchBar: __vue_component__$w,
8225
- VcButton: __vue_component__$T,
8226
- VcButtonGroup: __vue_component__$o,
8227
- VcForm: __vue_component__$N,
8228
- VcIcon: __vue_component__$U,
8229
- VcLayout: __vue_component__$R,
8230
- VcLoader: __vue_component__$n,
8231
- VcSwitch: __vue_component__$t,
8232
- VcListEntity: __vue_component__$m,
8233
- VcExpansionCard: __vue_component__$l,
8234
- VcTextField: __vue_component__$x,
8235
- VcAvatar: __vue_component__$G,
8236
- VcTextArea: __vue_component__$k,
8237
- VcSelectField: __vue_component__$j,
8238
- VcToast: __vue_component__$i,
8239
- VcCard: __vue_component__$h,
8240
- VcCheckbox: __vue_component__$z,
8241
- VcFilterPanel: __vue_component__$g,
8242
- VcFocusArea: __vue_component__$f,
8243
- VcLink: __vue_component__$e,
8244
- VcListItem: __vue_component__$d,
8245
- VcGroupHeader: __vue_component__$c,
8246
- VcEmptyState: __vue_component__$a,
8247
- VcSvg: __vue_component__$b,
8248
- VcBanner: __vue_component__$9,
8249
- VcWizardCtaContainer: __vue_component__$8,
8250
- VcWizard: __vue_component__$6,
8251
- VcImage: __vue_component__$L,
8252
- VcBadge: __vue_component__$5,
8253
- VcUpsellBlock: __vue_component__$4,
8254
- VcModalContainer: __vue_component__$S,
8255
- VcDropzone: __vue_component__$3,
8256
- VcRadioGroup: __vue_component__$1,
8257
- VcRadio: __vue_component__$2,
8258
- VcSegmentedControl: __vue_component__
8519
+ VcConfirmModal: __vue_component__$Q,
8520
+ VcInputModal: __vue_component__$O,
8521
+ VcNoticeModal: __vue_component__$M,
8522
+ VcModalFooter: __vue_component__$S,
8523
+ VcModalHeader: __vue_component__$R,
8524
+ VcAlert: __vue_component__$L,
8525
+ VcTooltip: __vue_component__$K,
8526
+ VcIconWithTooltip: __vue_component__$J,
8527
+ VcBottomActions: __vue_component__$H,
8528
+ VcActionList: __vue_component__$G,
8529
+ VcActions: __vue_component__$F,
8530
+ VcStepsBar: __vue_component__$E,
8531
+ VcMobileWizardProgress: __vue_component__$C,
8532
+ VcProgressCircular: __vue_component__$D,
8533
+ VcChecklistItem: __vue_component__$A,
8534
+ VcListbox: __vue_component__$x,
8535
+ VcBottomSheet: __vue_component__$w,
8536
+ VcInputBottomSheet: __vue_component__$u,
8537
+ VcPopover: __vue_component__$t,
8538
+ VcInputPopover: __vue_component__$s,
8539
+ VcChip: __vue_component__$r,
8540
+ VcSearchBar: __vue_component__$y,
8541
+ VcButton: __vue_component__$V,
8542
+ VcButtonGroup: __vue_component__$q,
8543
+ VcForm: __vue_component__$P,
8544
+ VcIcon: __vue_component__$W,
8545
+ VcLayout: __vue_component__$T,
8546
+ VcLoader: __vue_component__$p,
8547
+ VcSwitch: __vue_component__$v,
8548
+ VcListEntity: __vue_component__$o,
8549
+ VcExpansionCard: __vue_component__$n,
8550
+ VcTextField: __vue_component__$z,
8551
+ VcAvatar: __vue_component__$I,
8552
+ VcTextArea: __vue_component__$m,
8553
+ VcSelectField: __vue_component__$l,
8554
+ VcToast: __vue_component__$k,
8555
+ VcCard: __vue_component__$j,
8556
+ VcCheckbox: __vue_component__$B,
8557
+ VcFilterPanel: __vue_component__$i,
8558
+ VcFocusArea: __vue_component__$h,
8559
+ VcLink: __vue_component__$g,
8560
+ VcListItem: __vue_component__$f,
8561
+ VcGroupHeader: __vue_component__$e,
8562
+ VcEmptyState: __vue_component__$c,
8563
+ VcSvg: __vue_component__$d,
8564
+ VcBanner: __vue_component__$b,
8565
+ VcWizardCtaContainer: __vue_component__$a,
8566
+ VcWizard: __vue_component__$8,
8567
+ VcImage: __vue_component__$N,
8568
+ VcBadge: __vue_component__$7,
8569
+ VcUpsellBlock: __vue_component__$6,
8570
+ VcModalContainer: __vue_component__$U,
8571
+ VcDropzone: __vue_component__$5,
8572
+ VcRadioGroup: __vue_component__$3,
8573
+ VcRadio: __vue_component__$4,
8574
+ VcSegmentedControl: __vue_component__$2,
8575
+ VcDocItem: __vue_component__$1,
8576
+ VcTimeSince: __vue_component__
8259
8577
  });
8260
8578
 
8261
8579
  // Import vue components
@@ -8269,62 +8587,64 @@ const install = function installdesignSystem(Vue) {
8269
8587
  var components = /*#__PURE__*/Object.freeze({
8270
8588
  __proto__: null,
8271
8589
  'default': install,
8272
- VcConfirmModal: __vue_component__$O,
8273
- VcInputModal: __vue_component__$M,
8274
- VcNoticeModal: __vue_component__$K,
8275
- VcModalFooter: __vue_component__$Q,
8276
- VcModalHeader: __vue_component__$P,
8277
- VcAlert: __vue_component__$J,
8278
- VcTooltip: __vue_component__$I,
8279
- VcIconWithTooltip: __vue_component__$H,
8280
- VcBottomActions: __vue_component__$F,
8281
- VcActionList: __vue_component__$E,
8282
- VcActions: __vue_component__$D,
8283
- VcStepsBar: __vue_component__$C,
8284
- VcMobileWizardProgress: __vue_component__$A,
8285
- VcProgressCircular: __vue_component__$B,
8286
- VcChecklistItem: __vue_component__$y,
8287
- VcListbox: __vue_component__$v,
8288
- VcBottomSheet: __vue_component__$u,
8289
- VcInputBottomSheet: __vue_component__$s,
8290
- VcPopover: __vue_component__$r,
8291
- VcInputPopover: __vue_component__$q,
8292
- VcChip: __vue_component__$p,
8293
- VcSearchBar: __vue_component__$w,
8294
- VcButton: __vue_component__$T,
8295
- VcButtonGroup: __vue_component__$o,
8296
- VcForm: __vue_component__$N,
8297
- VcIcon: __vue_component__$U,
8298
- VcLayout: __vue_component__$R,
8299
- VcLoader: __vue_component__$n,
8300
- VcSwitch: __vue_component__$t,
8301
- VcListEntity: __vue_component__$m,
8302
- VcExpansionCard: __vue_component__$l,
8303
- VcTextField: __vue_component__$x,
8304
- VcAvatar: __vue_component__$G,
8305
- VcTextArea: __vue_component__$k,
8306
- VcSelectField: __vue_component__$j,
8307
- VcToast: __vue_component__$i,
8308
- VcCard: __vue_component__$h,
8309
- VcCheckbox: __vue_component__$z,
8310
- VcFilterPanel: __vue_component__$g,
8311
- VcFocusArea: __vue_component__$f,
8312
- VcLink: __vue_component__$e,
8313
- VcListItem: __vue_component__$d,
8314
- VcGroupHeader: __vue_component__$c,
8315
- VcEmptyState: __vue_component__$a,
8316
- VcSvg: __vue_component__$b,
8317
- VcBanner: __vue_component__$9,
8318
- VcWizardCtaContainer: __vue_component__$8,
8319
- VcWizard: __vue_component__$6,
8320
- VcImage: __vue_component__$L,
8321
- VcBadge: __vue_component__$5,
8322
- VcUpsellBlock: __vue_component__$4,
8323
- VcModalContainer: __vue_component__$S,
8324
- VcDropzone: __vue_component__$3,
8325
- VcRadioGroup: __vue_component__$1,
8326
- VcRadio: __vue_component__$2,
8327
- VcSegmentedControl: __vue_component__
8590
+ VcConfirmModal: __vue_component__$Q,
8591
+ VcInputModal: __vue_component__$O,
8592
+ VcNoticeModal: __vue_component__$M,
8593
+ VcModalFooter: __vue_component__$S,
8594
+ VcModalHeader: __vue_component__$R,
8595
+ VcAlert: __vue_component__$L,
8596
+ VcTooltip: __vue_component__$K,
8597
+ VcIconWithTooltip: __vue_component__$J,
8598
+ VcBottomActions: __vue_component__$H,
8599
+ VcActionList: __vue_component__$G,
8600
+ VcActions: __vue_component__$F,
8601
+ VcStepsBar: __vue_component__$E,
8602
+ VcMobileWizardProgress: __vue_component__$C,
8603
+ VcProgressCircular: __vue_component__$D,
8604
+ VcChecklistItem: __vue_component__$A,
8605
+ VcListbox: __vue_component__$x,
8606
+ VcBottomSheet: __vue_component__$w,
8607
+ VcInputBottomSheet: __vue_component__$u,
8608
+ VcPopover: __vue_component__$t,
8609
+ VcInputPopover: __vue_component__$s,
8610
+ VcChip: __vue_component__$r,
8611
+ VcSearchBar: __vue_component__$y,
8612
+ VcButton: __vue_component__$V,
8613
+ VcButtonGroup: __vue_component__$q,
8614
+ VcForm: __vue_component__$P,
8615
+ VcIcon: __vue_component__$W,
8616
+ VcLayout: __vue_component__$T,
8617
+ VcLoader: __vue_component__$p,
8618
+ VcSwitch: __vue_component__$v,
8619
+ VcListEntity: __vue_component__$o,
8620
+ VcExpansionCard: __vue_component__$n,
8621
+ VcTextField: __vue_component__$z,
8622
+ VcAvatar: __vue_component__$I,
8623
+ VcTextArea: __vue_component__$m,
8624
+ VcSelectField: __vue_component__$l,
8625
+ VcToast: __vue_component__$k,
8626
+ VcCard: __vue_component__$j,
8627
+ VcCheckbox: __vue_component__$B,
8628
+ VcFilterPanel: __vue_component__$i,
8629
+ VcFocusArea: __vue_component__$h,
8630
+ VcLink: __vue_component__$g,
8631
+ VcListItem: __vue_component__$f,
8632
+ VcGroupHeader: __vue_component__$e,
8633
+ VcEmptyState: __vue_component__$c,
8634
+ VcSvg: __vue_component__$d,
8635
+ VcBanner: __vue_component__$b,
8636
+ VcWizardCtaContainer: __vue_component__$a,
8637
+ VcWizard: __vue_component__$8,
8638
+ VcImage: __vue_component__$N,
8639
+ VcBadge: __vue_component__$7,
8640
+ VcUpsellBlock: __vue_component__$6,
8641
+ VcModalContainer: __vue_component__$U,
8642
+ VcDropzone: __vue_component__$5,
8643
+ VcRadioGroup: __vue_component__$3,
8644
+ VcRadio: __vue_component__$4,
8645
+ VcSegmentedControl: __vue_component__$2,
8646
+ VcDocItem: __vue_component__$1,
8647
+ VcTimeSince: __vue_component__
8328
8648
  });
8329
8649
 
8330
8650
  // iife/cjs usage extends esm default export - so import it all