@vcita/design-system 1.2.0 → 1.2.2

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.
Files changed (37) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/@vcita/design-system.esm.js +1089 -918
  3. package/dist/@vcita/design-system.min.js +2 -2
  4. package/dist/@vcita/design-system.ssr.js +954 -815
  5. package/init/SvgIcons.js +1 -1
  6. package/package.json +1 -1
  7. package/src/components/.DS_Store +0 -0
  8. package/src/components/VcButton/VcButton.stories.js +23 -23
  9. package/src/components/VcChip/VcChip.stories.js +3 -2
  10. package/src/components/VcChipList/VcChipList.stories.js +34 -21
  11. package/src/components/VcDocItem/VcDocItem.spec.js +10 -0
  12. package/src/components/VcDocItem/VcDocItem.stories.js +3 -0
  13. package/src/components/VcDocItem/VcDocItem.vue +17 -5
  14. package/src/components/VcDocItem/mockData.js +3 -3
  15. package/src/components/VcIcon/VcIcon.stories.js +30 -7
  16. package/src/components/VcIcon/VcIcon.vue +11 -2
  17. package/src/components/VcMenu/.DS_Store +0 -0
  18. package/src/components/VcSideNav/VcSideNav.spec.js +105 -0
  19. package/src/components/VcSideNav/VcSideNav.stories.js +117 -0
  20. package/src/components/VcSideNav/VcSideNav.vue +136 -0
  21. package/src/components/VcTextField/VcTextField.stories.js +60 -101
  22. package/src/components/VcTextField/VcTextField.vue +4 -0
  23. package/src/components/index.js +1 -0
  24. package/src/components/list/VcList/pattern/VcMobilePickerPattern.stories.js +22 -8
  25. package/src/components/list/VcListEntity/VcListEntity.stories.js +14 -19
  26. package/src/components/modal/VcConfirmModal/VcConfirmModal.stories.js +73 -46
  27. package/src/components/modal/VcConfirmModal/VcConfirmModal.vue +12 -2
  28. package/src/components/modal/VcConfirmProminentModal/VcConfirmProminentModal.stories.js +6 -10
  29. package/src/components/modal/VcConfirmProminentModal/VcConfirmProminentModal.vue +5 -0
  30. package/src/components/modal/VcInputModal/VcInputModal.stories.js +47 -56
  31. package/src/components/modal/VcInputModal/VcInputModal.vue +2 -1
  32. package/src/components/modal/VcNoticeModal/VcNoticeModal.stories.js +36 -45
  33. package/src/components/modal/VcNoticeModal/VcNoticeModal.vue +5 -0
  34. package/src/components/modal/elements/VcModalContainer.stories.js +35 -12
  35. package/src/components/modal/elements/VcModalContainer.vue +8 -1
  36. package/src/components/modal/elements/VcModalFooter.stories.js +10 -6
  37. package/src/components/modal/elements/VcModalWrapper.stories.js +13 -6
@@ -228,7 +228,7 @@ function _createForOfIteratorHelper(o, allowArrayLike) {
228
228
  //
229
229
  //
230
230
  //
231
- var script$11 = {
231
+ var script$12 = {
232
232
  components: {
233
233
  VDialog: lib.VDialog
234
234
  },
@@ -372,10 +372,10 @@ function renderStyles(styles) {
372
372
  }
373
373
  return css;
374
374
  }/* script */
375
- var __vue_script__$11 = script$11;
375
+ var __vue_script__$12 = script$12;
376
376
  /* template */
377
377
 
378
- var __vue_render__$_ = function __vue_render__() {
378
+ var __vue_render__$$ = function __vue_render__() {
379
379
  var _vm = this;
380
380
 
381
381
  var _h = _vm.$createElement;
@@ -410,10 +410,10 @@ var __vue_render__$_ = function __vue_render__() {
410
410
  }, [_vm._t("default")], 2);
411
411
  };
412
412
 
413
- var __vue_staticRenderFns__$_ = [];
413
+ var __vue_staticRenderFns__$$ = [];
414
414
  /* style */
415
415
 
416
- var __vue_inject_styles__$11 = function __vue_inject_styles__(inject) {
416
+ var __vue_inject_styles__$12 = function __vue_inject_styles__(inject) {
417
417
  if (!inject) return;
418
418
  inject("data-v-7e4b12ce_0", {
419
419
  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)}}",
@@ -424,26 +424,30 @@ var __vue_inject_styles__$11 = function __vue_inject_styles__(inject) {
424
424
  /* scoped */
425
425
 
426
426
 
427
- var __vue_scope_id__$11 = undefined;
427
+ var __vue_scope_id__$12 = undefined;
428
428
  /* module identifier */
429
429
 
430
- var __vue_module_identifier__$11 = "data-v-7e4b12ce";
430
+ var __vue_module_identifier__$12 = "data-v-7e4b12ce";
431
431
  /* functional template */
432
432
 
433
- var __vue_is_functional_template__$11 = false;
433
+ var __vue_is_functional_template__$12 = false;
434
434
  /* style inject shadow dom */
435
435
 
436
- var __vue_component__$1w = /*#__PURE__*/normalizeComponent({
437
- render: __vue_render__$_,
438
- staticRenderFns: __vue_staticRenderFns__$_
439
- }, __vue_inject_styles__$11, __vue_script__$11, __vue_scope_id__$11, __vue_is_functional_template__$11, __vue_module_identifier__$11, false, undefined, createInjectorSSR, undefined);
436
+ var __vue_component__$1y = /*#__PURE__*/normalizeComponent({
437
+ render: __vue_render__$$,
438
+ staticRenderFns: __vue_staticRenderFns__$$
439
+ }, __vue_inject_styles__$12, __vue_script__$12, __vue_scope_id__$12, __vue_is_functional_template__$12, __vue_module_identifier__$12, false, undefined, createInjectorSSR, undefined);
440
440
 
441
- var VcModalWrapper = __vue_component__$1w;var script$10 = {
441
+ var VcModalWrapper = __vue_component__$1y;var script$11 = {
442
442
  name: "VcIcon",
443
443
  props: {
444
444
  dataQa: {
445
445
  type: String,
446
446
  default: 'VcIcon'
447
+ },
448
+ color: {
449
+ type: String,
450
+ default: 'black'
447
451
  }
448
452
  },
449
453
  render: function render(createElement) {
@@ -451,35 +455,39 @@ var VcModalWrapper = __vue_component__$1w;var script$10 = {
451
455
  attrs: _objectSpread2(_objectSpread2({}, this.$attrs), {}, {
452
456
  'data-qa': this.dataQa
453
457
  }),
454
- on: this.$listeners
458
+ on: this.$listeners,
459
+ style: {
460
+ fill: this.$props.color,
461
+ color: this.$props.color
462
+ }
455
463
  };
456
464
  return createElement('v-icon', props, this.$slots.default);
457
465
  }
458
466
  };/* script */
459
- var __vue_script__$10 = script$10;
467
+ var __vue_script__$11 = script$11;
460
468
  /* template */
461
469
 
462
470
  /* style */
463
471
 
464
- var __vue_inject_styles__$10 = undefined;
472
+ var __vue_inject_styles__$11 = undefined;
465
473
  /* scoped */
466
474
 
467
- var __vue_scope_id__$10 = undefined;
475
+ var __vue_scope_id__$11 = undefined;
468
476
  /* module identifier */
469
477
 
470
- var __vue_module_identifier__$10 = "data-v-365c8ada";
478
+ var __vue_module_identifier__$11 = "data-v-3149aee2";
471
479
  /* functional template */
472
480
 
473
- var __vue_is_functional_template__$10 = undefined;
481
+ var __vue_is_functional_template__$11 = undefined;
474
482
  /* style inject */
475
483
 
476
484
  /* style inject SSR */
477
485
 
478
486
  /* style inject shadow dom */
479
487
 
480
- var __vue_component__$1v = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$10, __vue_script__$10, __vue_scope_id__$10, __vue_is_functional_template__$10, __vue_module_identifier__$10, false, undefined, undefined, undefined);
488
+ var __vue_component__$1x = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$11, __vue_script__$11, __vue_scope_id__$11, __vue_is_functional_template__$11, __vue_module_identifier__$11, false, undefined, undefined, undefined);
481
489
 
482
- var VcIcon = __vue_component__$1v;var script$$ = {
490
+ var VcIcon = __vue_component__$1x;var script$10 = {
483
491
  name: "VcButton",
484
492
  components: {
485
493
  VcIcon: VcIcon,
@@ -616,10 +624,10 @@ var VcIcon = __vue_component__$1v;var script$$ = {
616
624
  }
617
625
  }
618
626
  };/* script */
619
- var __vue_script__$$ = script$$;
627
+ var __vue_script__$10 = script$10;
620
628
  /* template */
621
629
 
622
- var __vue_render__$Z = function __vue_render__() {
630
+ var __vue_render__$_ = function __vue_render__() {
623
631
  var _vm = this;
624
632
 
625
633
  var _h = _vm.$createElement;
@@ -665,10 +673,10 @@ var __vue_render__$Z = function __vue_render__() {
665
673
  }), _vm._v("\n " + _vm._s(_vm.label || _vm.$slots.default && _vm.$slots.default[0].text || "") + "\n "), _vm._t("append")], 2);
666
674
  };
667
675
 
668
- var __vue_staticRenderFns__$Z = [];
676
+ var __vue_staticRenderFns__$_ = [];
669
677
  /* style */
670
678
 
671
- var __vue_inject_styles__$$ = function __vue_inject_styles__(inject) {
679
+ var __vue_inject_styles__$10 = function __vue_inject_styles__(inject) {
672
680
  if (!inject) return;
673
681
  inject("data-v-28e88dc2_0", {
674
682
  source: ".VcButton[data-v-28e88dc2]{letter-spacing:var(--letter-spacing)}.VcButton[data-v-28e88dc2]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.VcButton .prependDefaultIcon[data-v-28e88dc2]{margin-inline-end:var(--size-value3)}.VcButton .prependDefaultIcon[data-v-28e88dc2] svg{fill:currentColor}.VcButton.secondary__text[data-v-28e88dc2]{color:var(--gray-darken-5)!important;border-color:var(--neutral-lighten-1)}",
@@ -679,21 +687,21 @@ var __vue_inject_styles__$$ = function __vue_inject_styles__(inject) {
679
687
  /* scoped */
680
688
 
681
689
 
682
- var __vue_scope_id__$$ = "data-v-28e88dc2";
690
+ var __vue_scope_id__$10 = "data-v-28e88dc2";
683
691
  /* module identifier */
684
692
 
685
- var __vue_module_identifier__$$ = "data-v-28e88dc2";
693
+ var __vue_module_identifier__$10 = "data-v-28e88dc2";
686
694
  /* functional template */
687
695
 
688
- var __vue_is_functional_template__$$ = false;
696
+ var __vue_is_functional_template__$10 = false;
689
697
  /* style inject shadow dom */
690
698
 
691
- var __vue_component__$1u = /*#__PURE__*/normalizeComponent({
692
- render: __vue_render__$Z,
693
- staticRenderFns: __vue_staticRenderFns__$Z
694
- }, __vue_inject_styles__$$, __vue_script__$$, __vue_scope_id__$$, __vue_is_functional_template__$$, __vue_module_identifier__$$, false, undefined, createInjectorSSR, undefined);
699
+ var __vue_component__$1w = /*#__PURE__*/normalizeComponent({
700
+ render: __vue_render__$_,
701
+ staticRenderFns: __vue_staticRenderFns__$_
702
+ }, __vue_inject_styles__$10, __vue_script__$10, __vue_scope_id__$10, __vue_is_functional_template__$10, __vue_module_identifier__$10, false, undefined, createInjectorSSR, undefined);
695
703
 
696
- var VcButton = __vue_component__$1u;var script$_ = {
704
+ var VcButton = __vue_component__$1w;var script$$ = {
697
705
  name: 'VcModalContainer',
698
706
  components: {
699
707
  VcButton: VcButton,
@@ -730,6 +738,10 @@ var VcButton = __vue_component__$1u;var script$_ = {
730
738
  type: Boolean,
731
739
  default: true
732
740
  },
741
+
742
+ /**
743
+ * Allows to apply specific design requirements
744
+ */
733
745
  flavor: {
734
746
  type: String,
735
747
  required: false,
@@ -740,6 +752,10 @@ var VcButton = __vue_component__$1u;var script$_ = {
740
752
  closeOnEsc: {
741
753
  type: Boolean,
742
754
  default: true
755
+ },
756
+ dataQa: {
757
+ type: String,
758
+ default: 'VcModalContainer'
743
759
  }
744
760
  },
745
761
  computed: {
@@ -749,10 +765,10 @@ var VcButton = __vue_component__$1u;var script$_ = {
749
765
  }
750
766
  }
751
767
  };/* script */
752
- var __vue_script__$_ = script$_;
768
+ var __vue_script__$$ = script$$;
753
769
  /* template */
754
770
 
755
- var __vue_render__$Y = function __vue_render__() {
771
+ var __vue_render__$Z = function __vue_render__() {
756
772
  var _vm = this;
757
773
 
758
774
  var _h = _vm.$createElement;
@@ -778,7 +794,8 @@ var __vue_render__$Y = function __vue_render__() {
778
794
  }
779
795
  }, [[_c('v-layout', {
780
796
  attrs: {
781
- "column": ""
797
+ "column": "",
798
+ "data-qa": _vm.dataQa
782
799
  }
783
800
  }, [_c('header', {
784
801
  class: {
@@ -826,12 +843,12 @@ var __vue_render__$Y = function __vue_render__() {
826
843
  }, [_vm._t("footer")], 2) : _vm._e()])]], 2) : _vm._e();
827
844
  };
828
845
 
829
- var __vue_staticRenderFns__$Y = [];
846
+ var __vue_staticRenderFns__$Z = [];
830
847
  /* style */
831
848
 
832
- var __vue_inject_styles__$_ = function __vue_inject_styles__(inject) {
849
+ var __vue_inject_styles__$$ = function __vue_inject_styles__(inject) {
833
850
  if (!inject) return;
834
- inject("data-v-14a2da43_0", {
851
+ inject("data-v-3e6a36fd_0", {
835
852
  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{padding:0}",
836
853
  map: undefined,
837
854
  media: undefined
@@ -840,21 +857,21 @@ var __vue_inject_styles__$_ = function __vue_inject_styles__(inject) {
840
857
  /* scoped */
841
858
 
842
859
 
843
- var __vue_scope_id__$_ = undefined;
860
+ var __vue_scope_id__$$ = undefined;
844
861
  /* module identifier */
845
862
 
846
- var __vue_module_identifier__$_ = "data-v-14a2da43";
863
+ var __vue_module_identifier__$$ = "data-v-3e6a36fd";
847
864
  /* functional template */
848
865
 
849
- var __vue_is_functional_template__$_ = false;
866
+ var __vue_is_functional_template__$$ = false;
850
867
  /* style inject shadow dom */
851
868
 
852
- var __vue_component__$1t = /*#__PURE__*/normalizeComponent({
853
- render: __vue_render__$Y,
854
- staticRenderFns: __vue_staticRenderFns__$Y
855
- }, __vue_inject_styles__$_, __vue_script__$_, __vue_scope_id__$_, __vue_is_functional_template__$_, __vue_module_identifier__$_, false, undefined, createInjectorSSR, undefined);
869
+ var __vue_component__$1v = /*#__PURE__*/normalizeComponent({
870
+ render: __vue_render__$Z,
871
+ staticRenderFns: __vue_staticRenderFns__$Z
872
+ }, __vue_inject_styles__$$, __vue_script__$$, __vue_scope_id__$$, __vue_is_functional_template__$$, __vue_module_identifier__$$, false, undefined, createInjectorSSR, undefined);
856
873
 
857
- var VcModalContainer = __vue_component__$1t;var script$Z = {
874
+ var VcModalContainer = __vue_component__$1v;var script$_ = {
858
875
  name: "VcLayout",
859
876
  render: function render(createElement) {
860
877
  // `<v-layout><slot></slot></v-layout>`
@@ -865,30 +882,30 @@ var VcModalContainer = __vue_component__$1t;var script$Z = {
865
882
  return createElement('v-layout', props, this.$slots.default);
866
883
  }
867
884
  };/* script */
868
- var __vue_script__$Z = script$Z;
885
+ var __vue_script__$_ = script$_;
869
886
  /* template */
870
887
 
871
888
  /* style */
872
889
 
873
- var __vue_inject_styles__$Z = undefined;
890
+ var __vue_inject_styles__$_ = undefined;
874
891
  /* scoped */
875
892
 
876
- var __vue_scope_id__$Z = "data-v-0751575a";
893
+ var __vue_scope_id__$_ = "data-v-0751575a";
877
894
  /* module identifier */
878
895
 
879
- var __vue_module_identifier__$Z = "data-v-0751575a";
896
+ var __vue_module_identifier__$_ = "data-v-0751575a";
880
897
  /* functional template */
881
898
 
882
- var __vue_is_functional_template__$Z = undefined;
899
+ var __vue_is_functional_template__$_ = undefined;
883
900
  /* style inject */
884
901
 
885
902
  /* style inject SSR */
886
903
 
887
904
  /* style inject shadow dom */
888
905
 
889
- var __vue_component__$1s = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$Z, __vue_script__$Z, __vue_scope_id__$Z, __vue_is_functional_template__$Z, __vue_module_identifier__$Z, false, undefined, undefined, undefined);
906
+ var __vue_component__$1u = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$_, __vue_script__$_, __vue_scope_id__$_, __vue_is_functional_template__$_, __vue_module_identifier__$_, false, undefined, undefined, undefined);
890
907
 
891
- var VcLayout = __vue_component__$1s;var script$Y = {
908
+ var VcLayout = __vue_component__$1u;var script$Z = {
892
909
  name: "VcModalFooter",
893
910
  components: {
894
911
  VcLayout: VcLayout,
@@ -927,10 +944,10 @@ var VcLayout = __vue_component__$1s;var script$Y = {
927
944
  }
928
945
  }
929
946
  };/* script */
930
- var __vue_script__$Y = script$Y;
947
+ var __vue_script__$Z = script$Z;
931
948
  /* template */
932
949
 
933
- var __vue_render__$X = function __vue_render__() {
950
+ var __vue_render__$Y = function __vue_render__() {
934
951
  var _vm = this;
935
952
 
936
953
  var _h = _vm.$createElement;
@@ -966,10 +983,10 @@ var __vue_render__$X = function __vue_render__() {
966
983
  }), 1);
967
984
  };
968
985
 
969
- var __vue_staticRenderFns__$X = [];
986
+ var __vue_staticRenderFns__$Y = [];
970
987
  /* style */
971
988
 
972
- var __vue_inject_styles__$Y = function __vue_inject_styles__(inject) {
989
+ var __vue_inject_styles__$Z = function __vue_inject_styles__(inject) {
973
990
  if (!inject) return;
974
991
  inject("data-v-2818e350_0", {
975
992
  source: ".VcModalFooter.vertical .VcFooterButton[data-v-2818e350]{width:100%;margin-bottom:var(--size-value2)}.VcModalFooter.vertical .VcFooterButton[data-v-2818e350]:last-of-type{margin-bottom:0}@media screen and (min-width:960px){.VcModalFooter.vertical .VcFooterButton[data-v-2818e350]{width:auto}}.VcModalFooter.horizontal .VcFooterButton[data-v-2818e350]{flex-basis:0;flex-grow:1}.VcModalFooter.horizontal .VcFooterButton[data-v-2818e350]:first-of-type{margin-left:0}.VcModalFooter.horizontal .VcFooterButton[data-v-2818e350]:last-of-type{margin-right:0}@media screen and (min-width:960px){.VcModalFooter.horizontal .VcFooterButton[data-v-2818e350]{flex-basis:auto;flex-grow:0}}.VcModalFooter .VcFooterButton[data-v-2818e350]{margin-left:var(--size-value1);margin-right:var(--size-value1)}",
@@ -980,21 +997,21 @@ var __vue_inject_styles__$Y = function __vue_inject_styles__(inject) {
980
997
  /* scoped */
981
998
 
982
999
 
983
- var __vue_scope_id__$Y = "data-v-2818e350";
1000
+ var __vue_scope_id__$Z = "data-v-2818e350";
984
1001
  /* module identifier */
985
1002
 
986
- var __vue_module_identifier__$Y = "data-v-2818e350";
1003
+ var __vue_module_identifier__$Z = "data-v-2818e350";
987
1004
  /* functional template */
988
1005
 
989
- var __vue_is_functional_template__$Y = false;
1006
+ var __vue_is_functional_template__$Z = false;
990
1007
  /* style inject shadow dom */
991
1008
 
992
- var __vue_component__$1r = /*#__PURE__*/normalizeComponent({
993
- render: __vue_render__$X,
994
- staticRenderFns: __vue_staticRenderFns__$X
995
- }, __vue_inject_styles__$Y, __vue_script__$Y, __vue_scope_id__$Y, __vue_is_functional_template__$Y, __vue_module_identifier__$Y, false, undefined, createInjectorSSR, undefined);
1009
+ var __vue_component__$1t = /*#__PURE__*/normalizeComponent({
1010
+ render: __vue_render__$Y,
1011
+ staticRenderFns: __vue_staticRenderFns__$Y
1012
+ }, __vue_inject_styles__$Z, __vue_script__$Z, __vue_scope_id__$Z, __vue_is_functional_template__$Z, __vue_module_identifier__$Z, false, undefined, createInjectorSSR, undefined);
996
1013
 
997
- var VcModalFooter = __vue_component__$1r;var script$X = {
1014
+ var VcModalFooter = __vue_component__$1t;var script$Y = {
998
1015
  name: "VcModalHeader",
999
1016
  components: {
1000
1017
  VcLayout: VcLayout,
@@ -1061,10 +1078,10 @@ var VcModalFooter = __vue_component__$1r;var script$X = {
1061
1078
  }
1062
1079
  }
1063
1080
  };/* script */
1064
- var __vue_script__$X = script$X;
1081
+ var __vue_script__$Y = script$Y;
1065
1082
  /* template */
1066
1083
 
1067
- var __vue_render__$W = function __vue_render__() {
1084
+ var __vue_render__$X = function __vue_render__() {
1068
1085
  var _vm = this;
1069
1086
 
1070
1087
  var _h = _vm.$createElement;
@@ -1191,10 +1208,10 @@ var __vue_render__$W = function __vue_render__() {
1191
1208
  }) : _vm._e()], 2);
1192
1209
  };
1193
1210
 
1194
- var __vue_staticRenderFns__$W = [];
1211
+ var __vue_staticRenderFns__$X = [];
1195
1212
  /* style */
1196
1213
 
1197
- var __vue_inject_styles__$X = function __vue_inject_styles__(inject) {
1214
+ var __vue_inject_styles__$Y = function __vue_inject_styles__(inject) {
1198
1215
  if (!inject) return;
1199
1216
  inject("data-v-12fac24f_0", {
1200
1217
  source: ".VcHeader[data-v-12fac24f]{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-12fac24f]{padding:var(--size-value4) var(--size-value4) var(--size-value4) var(--size-value6)}}.VcHeader.no-close-button[data-v-12fac24f]{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-12fac24f]{padding-block-end:var(--size-value0)}.VcHeader .VcHeaderImage[data-v-12fac24f]{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-12fac24f]{font-size:11px;font-weight:var(--font-weight-medium);line-height:var(--size-value3);color:var(--gray-darken-3)}.VcHeader .VcHeaderTitleWithPadding[data-v-12fac24f]{padding-left:var(--size-value6)}.VcHeader .VcHeaderDescription[data-v-12fac24f]{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-12fac24f]{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-12fac24f]{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-12fac24f]{font-weight:var(--font-weight-large2);padding-bottom:var(--size-value1);padding-top:var(--size-value6)}}.VcHeader.confirm .VcHeaderButton[data-v-12fac24f],.VcHeader.input .VcHeaderButton[data-v-12fac24f]{max-height:24px;margin-right:var(--size-value3)}.VcHeader.confirm .VcRightButton[data-v-12fac24f],.VcHeader.input .VcRightButton[data-v-12fac24f]{max-height:24px}.VcHeader.confirm .VcHeaderIcon[data-v-12fac24f],.VcHeader.input .VcHeaderIcon[data-v-12fac24f]{padding-right:var(--size-value3);font-size:var(--font-size-medium)}.VcHeader.confirm .VcHeaderRightIcon[data-v-12fac24f] path,.VcHeader.confirm .VcHeaderRightIcon[data-v-12fac24f] svg,.VcHeader.input .VcHeaderRightIcon[data-v-12fac24f] path,.VcHeader.input .VcHeaderRightIcon[data-v-12fac24f] svg{fill:var(--gray-darken-3)}@media screen and (min-width:960px){.VcHeader.input[data-v-12fac24f]{padding-bottom:var(--size-value3)}}.VcHeader .close-button[data-v-12fac24f]{height:var(--size-value3);width:var(--size-value3);padding:unset}.VcHeader .close-button .mobile-close-icon[data-v-12fac24f]{fill:var(--gray-darken-2);width:var(--size-value3)}",
@@ -1205,21 +1222,21 @@ var __vue_inject_styles__$X = function __vue_inject_styles__(inject) {
1205
1222
  /* scoped */
1206
1223
 
1207
1224
 
1208
- var __vue_scope_id__$X = "data-v-12fac24f";
1225
+ var __vue_scope_id__$Y = "data-v-12fac24f";
1209
1226
  /* module identifier */
1210
1227
 
1211
- var __vue_module_identifier__$X = "data-v-12fac24f";
1228
+ var __vue_module_identifier__$Y = "data-v-12fac24f";
1212
1229
  /* functional template */
1213
1230
 
1214
- var __vue_is_functional_template__$X = false;
1231
+ var __vue_is_functional_template__$Y = false;
1215
1232
  /* style inject shadow dom */
1216
1233
 
1217
- var __vue_component__$1q = /*#__PURE__*/normalizeComponent({
1218
- render: __vue_render__$W,
1219
- staticRenderFns: __vue_staticRenderFns__$W
1220
- }, __vue_inject_styles__$X, __vue_script__$X, __vue_scope_id__$X, __vue_is_functional_template__$X, __vue_module_identifier__$X, false, undefined, createInjectorSSR, undefined);
1234
+ var __vue_component__$1s = /*#__PURE__*/normalizeComponent({
1235
+ render: __vue_render__$X,
1236
+ staticRenderFns: __vue_staticRenderFns__$X
1237
+ }, __vue_inject_styles__$Y, __vue_script__$Y, __vue_scope_id__$Y, __vue_is_functional_template__$Y, __vue_module_identifier__$Y, false, undefined, createInjectorSSR, undefined);
1221
1238
 
1222
- var VcModalHeader = __vue_component__$1q;var script$W = {
1239
+ var VcModalHeader = __vue_component__$1s;var script$X = {
1223
1240
  name: "VcConfirmModal",
1224
1241
  components: {
1225
1242
  VcModalHeader: VcModalHeader,
@@ -1257,6 +1274,10 @@ var VcModalHeader = __vue_component__$1q;var script$W = {
1257
1274
  type: String,
1258
1275
  required: false
1259
1276
  },
1277
+
1278
+ /**
1279
+ * In case the component is being displayed in an iframe, and so can become un centered, this allows to correct the position, when combined with the --modal-desktop-offset css variable.
1280
+ */
1260
1281
  useOffset: {
1261
1282
  type: Boolean,
1262
1283
  default: true
@@ -1280,13 +1301,17 @@ var VcModalHeader = __vue_component__$1q;var script$W = {
1280
1301
  loading: {
1281
1302
  type: Boolean,
1282
1303
  default: false
1304
+ },
1305
+ dataQa: {
1306
+ type: String,
1307
+ default: 'VcConfirmModal'
1283
1308
  }
1284
1309
  }
1285
1310
  };/* script */
1286
- var __vue_script__$W = script$W;
1311
+ var __vue_script__$X = script$X;
1287
1312
  /* template */
1288
1313
 
1289
- var __vue_render__$V = function __vue_render__() {
1314
+ var __vue_render__$W = function __vue_render__() {
1290
1315
  var _vm = this;
1291
1316
 
1292
1317
  var _h = _vm.$createElement;
@@ -1298,7 +1323,8 @@ var __vue_render__$V = function __vue_render__() {
1298
1323
  "showCloseButton": "",
1299
1324
  "useOffset": _vm.useOffset,
1300
1325
  "showDialog": _vm.showDialog,
1301
- "size": _vm.$vuetify.breakpoint.mdAndUp ? _vm.size : 'responsive'
1326
+ "size": _vm.$vuetify.breakpoint.mdAndUp ? _vm.size : 'responsive',
1327
+ "data-qa": _vm.dataQa
1302
1328
  },
1303
1329
  on: {
1304
1330
  "onCloseButtonClicked": function onCloseButtonClicked($event) {
@@ -1331,7 +1357,7 @@ var __vue_render__$V = function __vue_render__() {
1331
1357
  key: "content",
1332
1358
  fn: function fn() {
1333
1359
  return [_vm._t("content", function () {
1334
- return [_vm._v(" " + _vm._s(_vm.contentText) + " ")];
1360
+ return [_vm._v(" " + _vm._s(_vm.contentText))];
1335
1361
  })];
1336
1362
  },
1337
1363
  proxy: true
@@ -1369,31 +1395,31 @@ var __vue_render__$V = function __vue_render__() {
1369
1395
  });
1370
1396
  };
1371
1397
 
1372
- var __vue_staticRenderFns__$V = [];
1398
+ var __vue_staticRenderFns__$W = [];
1373
1399
  /* style */
1374
1400
 
1375
- var __vue_inject_styles__$W = undefined;
1401
+ var __vue_inject_styles__$X = undefined;
1376
1402
  /* scoped */
1377
1403
 
1378
- var __vue_scope_id__$W = "data-v-5b1ba5c6";
1404
+ var __vue_scope_id__$X = "data-v-19249dd4";
1379
1405
  /* module identifier */
1380
1406
 
1381
- var __vue_module_identifier__$W = "data-v-5b1ba5c6";
1407
+ var __vue_module_identifier__$X = "data-v-19249dd4";
1382
1408
  /* functional template */
1383
1409
 
1384
- var __vue_is_functional_template__$W = false;
1410
+ var __vue_is_functional_template__$X = false;
1385
1411
  /* style inject */
1386
1412
 
1387
1413
  /* style inject SSR */
1388
1414
 
1389
1415
  /* style inject shadow dom */
1390
1416
 
1391
- var __vue_component__$1o = /*#__PURE__*/normalizeComponent({
1392
- render: __vue_render__$V,
1393
- staticRenderFns: __vue_staticRenderFns__$V
1394
- }, __vue_inject_styles__$W, __vue_script__$W, __vue_scope_id__$W, __vue_is_functional_template__$W, __vue_module_identifier__$W, false, undefined, undefined, undefined);
1417
+ var __vue_component__$1q = /*#__PURE__*/normalizeComponent({
1418
+ render: __vue_render__$W,
1419
+ staticRenderFns: __vue_staticRenderFns__$W
1420
+ }, __vue_inject_styles__$X, __vue_script__$X, __vue_scope_id__$X, __vue_is_functional_template__$X, __vue_module_identifier__$X, false, undefined, undefined, undefined);
1395
1421
 
1396
- var __vue_component__$1p = __vue_component__$1o;var script$V = {
1422
+ var __vue_component__$1r = __vue_component__$1q;var script$W = {
1397
1423
  name: "VcForm",
1398
1424
  emits: ['input', 'submit'],
1399
1425
  methods: {
@@ -1411,30 +1437,30 @@ var __vue_component__$1p = __vue_component__$1o;var script$V = {
1411
1437
  return this.form;
1412
1438
  }
1413
1439
  };/* script */
1414
- var __vue_script__$V = script$V;
1440
+ var __vue_script__$W = script$W;
1415
1441
  /* template */
1416
1442
 
1417
1443
  /* style */
1418
1444
 
1419
- var __vue_inject_styles__$V = undefined;
1445
+ var __vue_inject_styles__$W = undefined;
1420
1446
  /* scoped */
1421
1447
 
1422
- var __vue_scope_id__$V = "data-v-6d24404f";
1448
+ var __vue_scope_id__$W = "data-v-6d24404f";
1423
1449
  /* module identifier */
1424
1450
 
1425
- var __vue_module_identifier__$V = "data-v-6d24404f";
1451
+ var __vue_module_identifier__$W = "data-v-6d24404f";
1426
1452
  /* functional template */
1427
1453
 
1428
- var __vue_is_functional_template__$V = undefined;
1454
+ var __vue_is_functional_template__$W = undefined;
1429
1455
  /* style inject */
1430
1456
 
1431
1457
  /* style inject SSR */
1432
1458
 
1433
1459
  /* style inject shadow dom */
1434
1460
 
1435
- var __vue_component__$1n = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$V, __vue_script__$V, __vue_scope_id__$V, __vue_is_functional_template__$V, __vue_module_identifier__$V, false, undefined, undefined, undefined);
1461
+ var __vue_component__$1p = /*#__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);
1436
1462
 
1437
- var VcForm = __vue_component__$1n;var script$U = {
1463
+ var VcForm = __vue_component__$1p;var script$V = {
1438
1464
  name: "VcInputModal",
1439
1465
  components: {
1440
1466
  VcForm: VcForm,
@@ -1541,10 +1567,10 @@ var VcForm = __vue_component__$1n;var script$U = {
1541
1567
  }
1542
1568
  }
1543
1569
  };/* script */
1544
- var __vue_script__$U = script$U;
1570
+ var __vue_script__$V = script$V;
1545
1571
  /* template */
1546
1572
 
1547
- var __vue_render__$U = function __vue_render__() {
1573
+ var __vue_render__$V = function __vue_render__() {
1548
1574
  var _vm = this;
1549
1575
 
1550
1576
  var _h = _vm.$createElement;
@@ -1559,7 +1585,8 @@ var __vue_render__$U = function __vue_render__() {
1559
1585
  "useOffset": _vm.useOffset,
1560
1586
  "showDialog": _vm.showDialog,
1561
1587
  "size": _vm.$vuetify.breakpoint.mdAndUp ? _vm.size : 'responsive',
1562
- "closeOnEsc": _vm.closeOnEsc
1588
+ "closeOnEsc": _vm.closeOnEsc,
1589
+ "data-qa": _vm.dataQa
1563
1590
  },
1564
1591
  on: {
1565
1592
  "onCloseButtonClicked": function onCloseButtonClicked($event) {
@@ -1649,13 +1676,13 @@ var __vue_render__$U = function __vue_render__() {
1649
1676
  });
1650
1677
  };
1651
1678
 
1652
- var __vue_staticRenderFns__$U = [];
1679
+ var __vue_staticRenderFns__$V = [];
1653
1680
  /* style */
1654
1681
 
1655
- var __vue_inject_styles__$U = function __vue_inject_styles__(inject) {
1682
+ var __vue_inject_styles__$V = function __vue_inject_styles__(inject) {
1656
1683
  if (!inject) return;
1657
- inject("data-v-774858ab_0", {
1658
- source: ".VcInputForm-layout .VcInputForm-main[data-v-774858ab]{width:100%;max-width:100%;padding:var(--size-value6)}.VcInputForm-layout .VcInputForm-additional[data-v-774858ab]{min-width:324px;padding:var(--size-value6);background:#f8f9fb;border-left:1px solid rgba(0,0,0,.12)}",
1684
+ inject("data-v-6ef249ab_0", {
1685
+ source: ".VcInputForm-layout .VcInputForm-main[data-v-6ef249ab]{width:100%;max-width:100%;padding:var(--size-value6)}.VcInputForm-layout .VcInputForm-additional[data-v-6ef249ab]{min-width:324px;padding:var(--size-value6);background:#f8f9fb;border-left:1px solid rgba(0,0,0,.12)}",
1659
1686
  map: undefined,
1660
1687
  media: undefined
1661
1688
  });
@@ -1663,21 +1690,21 @@ var __vue_inject_styles__$U = function __vue_inject_styles__(inject) {
1663
1690
  /* scoped */
1664
1691
 
1665
1692
 
1666
- var __vue_scope_id__$U = "data-v-774858ab";
1693
+ var __vue_scope_id__$V = "data-v-6ef249ab";
1667
1694
  /* module identifier */
1668
1695
 
1669
- var __vue_module_identifier__$U = "data-v-774858ab";
1696
+ var __vue_module_identifier__$V = "data-v-6ef249ab";
1670
1697
  /* functional template */
1671
1698
 
1672
- var __vue_is_functional_template__$U = false;
1699
+ var __vue_is_functional_template__$V = false;
1673
1700
  /* style inject shadow dom */
1674
1701
 
1675
- var __vue_component__$1l = /*#__PURE__*/normalizeComponent({
1676
- render: __vue_render__$U,
1677
- staticRenderFns: __vue_staticRenderFns__$U
1678
- }, __vue_inject_styles__$U, __vue_script__$U, __vue_scope_id__$U, __vue_is_functional_template__$U, __vue_module_identifier__$U, false, undefined, createInjectorSSR, undefined);
1702
+ var __vue_component__$1n = /*#__PURE__*/normalizeComponent({
1703
+ render: __vue_render__$V,
1704
+ staticRenderFns: __vue_staticRenderFns__$V
1705
+ }, __vue_inject_styles__$V, __vue_script__$V, __vue_scope_id__$V, __vue_is_functional_template__$V, __vue_module_identifier__$V, false, undefined, createInjectorSSR, undefined);
1679
1706
 
1680
- var __vue_component__$1m = __vue_component__$1l;var script$T = {
1707
+ var __vue_component__$1o = __vue_component__$1n;var script$U = {
1681
1708
  name: "VcImage",
1682
1709
  components: {
1683
1710
  VcLayout: VcLayout
@@ -1693,10 +1720,10 @@ var __vue_component__$1m = __vue_component__$1l;var script$T = {
1693
1720
  }
1694
1721
  }
1695
1722
  };/* script */
1696
- var __vue_script__$T = script$T;
1723
+ var __vue_script__$U = script$U;
1697
1724
  /* template */
1698
1725
 
1699
- var __vue_render__$T = function __vue_render__() {
1726
+ var __vue_render__$U = function __vue_render__() {
1700
1727
  var _vm = this;
1701
1728
 
1702
1729
  var _h = _vm.$createElement;
@@ -1720,10 +1747,10 @@ var __vue_render__$T = function __vue_render__() {
1720
1747
  })], 1);
1721
1748
  };
1722
1749
 
1723
- var __vue_staticRenderFns__$T = [];
1750
+ var __vue_staticRenderFns__$U = [];
1724
1751
  /* style */
1725
1752
 
1726
- var __vue_inject_styles__$T = function __vue_inject_styles__(inject) {
1753
+ var __vue_inject_styles__$U = function __vue_inject_styles__(inject) {
1727
1754
  if (!inject) return;
1728
1755
  inject("data-v-46be532e_0", {
1729
1756
  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%}",
@@ -1734,21 +1761,21 @@ var __vue_inject_styles__$T = function __vue_inject_styles__(inject) {
1734
1761
  /* scoped */
1735
1762
 
1736
1763
 
1737
- var __vue_scope_id__$T = "data-v-46be532e";
1764
+ var __vue_scope_id__$U = "data-v-46be532e";
1738
1765
  /* module identifier */
1739
1766
 
1740
- var __vue_module_identifier__$T = "data-v-46be532e";
1767
+ var __vue_module_identifier__$U = "data-v-46be532e";
1741
1768
  /* functional template */
1742
1769
 
1743
- var __vue_is_functional_template__$T = false;
1770
+ var __vue_is_functional_template__$U = false;
1744
1771
  /* style inject shadow dom */
1745
1772
 
1746
- var __vue_component__$1k = /*#__PURE__*/normalizeComponent({
1747
- render: __vue_render__$T,
1748
- staticRenderFns: __vue_staticRenderFns__$T
1749
- }, __vue_inject_styles__$T, __vue_script__$T, __vue_scope_id__$T, __vue_is_functional_template__$T, __vue_module_identifier__$T, false, undefined, createInjectorSSR, undefined);
1773
+ var __vue_component__$1m = /*#__PURE__*/normalizeComponent({
1774
+ render: __vue_render__$U,
1775
+ staticRenderFns: __vue_staticRenderFns__$U
1776
+ }, __vue_inject_styles__$U, __vue_script__$U, __vue_scope_id__$U, __vue_is_functional_template__$U, __vue_module_identifier__$U, false, undefined, createInjectorSSR, undefined);
1750
1777
 
1751
- var VcImage = __vue_component__$1k;var script$S = {
1778
+ var VcImage = __vue_component__$1m;var script$T = {
1752
1779
  name: "VcNoticeModal",
1753
1780
  components: {
1754
1781
  VcImage: VcImage,
@@ -1806,6 +1833,10 @@ var VcImage = __vue_component__$1k;var script$S = {
1806
1833
  cancelButtonLabel: {
1807
1834
  type: String,
1808
1835
  required: false
1836
+ },
1837
+ dataQa: {
1838
+ type: String,
1839
+ default: 'VcNoticeModal'
1809
1840
  }
1810
1841
  },
1811
1842
  computed: {
@@ -1815,10 +1846,10 @@ var VcImage = __vue_component__$1k;var script$S = {
1815
1846
  }
1816
1847
  }
1817
1848
  };/* script */
1818
- var __vue_script__$S = script$S;
1849
+ var __vue_script__$T = script$T;
1819
1850
  /* template */
1820
1851
 
1821
- var __vue_render__$S = function __vue_render__() {
1852
+ var __vue_render__$T = function __vue_render__() {
1822
1853
  var _vm = this;
1823
1854
 
1824
1855
  var _h = _vm.$createElement;
@@ -1832,6 +1863,7 @@ var __vue_render__$S = function __vue_render__() {
1832
1863
  "useOffset": _vm.useOffset,
1833
1864
  "showDialog": _vm.showDialog,
1834
1865
  "size": _vm.$vuetify.breakpoint.mdAndUp ? _vm.size : 'responsive',
1866
+ "data-qa": _vm.dataQa,
1835
1867
  "showCloseButton": ""
1836
1868
  },
1837
1869
  on: {
@@ -1905,13 +1937,13 @@ var __vue_render__$S = function __vue_render__() {
1905
1937
  });
1906
1938
  };
1907
1939
 
1908
- var __vue_staticRenderFns__$S = [];
1940
+ var __vue_staticRenderFns__$T = [];
1909
1941
  /* style */
1910
1942
 
1911
- var __vue_inject_styles__$S = function __vue_inject_styles__(inject) {
1943
+ var __vue_inject_styles__$T = function __vue_inject_styles__(inject) {
1912
1944
  if (!inject) return;
1913
- inject("data-v-d8b2c82a_0", {
1914
- 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)}",
1945
+ inject("data-v-5ea9b7a2_0", {
1946
+ source: ".VcNoticeImage[data-v-5ea9b7a2]{margin-bottom:var(--size-value4)}.VcNoticeImage.md[data-v-5ea9b7a2],.VcNoticeImage.responsive[data-v-5ea9b7a2],.VcNoticeImage.sm[data-v-5ea9b7a2]{height:160px}.VcNoticeImage.lg[data-v-5ea9b7a2]{height:208px}.VcNoticeContent[data-v-5ea9b7a2],.VcNoticeHeader[data-v-5ea9b7a2],.VcNoticeSubtitle[data-v-5ea9b7a2]{text-align:center;line-height:24px}.VcNoticeHeader[data-v-5ea9b7a2]{text-align:center;align-items:center;font-size:18px;font-weight:600;line-height:28px}@media screen and (min-width:960px){.VcNoticeHeader[data-v-5ea9b7a2]{font-size:24px;font-weight:800;line-height:var(--size-value10)}}.VcNoticeHeader .VcNoticeHeaderText[data-v-5ea9b7a2]{padding-bottom:var(--size-value2)}.VcNoticeHeader.prominent .VcNoticeHeaderText[data-v-5ea9b7a2]{font-size:18px;font-weight:600}.VcNoticeSubtitle[data-v-5ea9b7a2]{font-size:15px;font-weight:var(--font-weight-medium);line-height:var(--size-value6)}@media screen and (min-width:960px){.VcNoticeSubtitle[data-v-5ea9b7a2]{font-size:var(--font-size-small)}}.VcNoticeSubtitle.prominent[data-v-5ea9b7a2]{font-size:15px}.VcNoticeContent[data-v-5ea9b7a2]{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-5ea9b7a2]{line-height:21px;font-size:14px}}.VcNoticeFooter[data-v-5ea9b7a2]{padding-bottom:var(--size-value10)}",
1915
1947
  map: undefined,
1916
1948
  media: undefined
1917
1949
  });
@@ -1919,21 +1951,21 @@ var __vue_inject_styles__$S = function __vue_inject_styles__(inject) {
1919
1951
  /* scoped */
1920
1952
 
1921
1953
 
1922
- var __vue_scope_id__$S = "data-v-d8b2c82a";
1954
+ var __vue_scope_id__$T = "data-v-5ea9b7a2";
1923
1955
  /* module identifier */
1924
1956
 
1925
- var __vue_module_identifier__$S = "data-v-d8b2c82a";
1957
+ var __vue_module_identifier__$T = "data-v-5ea9b7a2";
1926
1958
  /* functional template */
1927
1959
 
1928
- var __vue_is_functional_template__$S = false;
1960
+ var __vue_is_functional_template__$T = false;
1929
1961
  /* style inject shadow dom */
1930
1962
 
1931
- var __vue_component__$1i = /*#__PURE__*/normalizeComponent({
1932
- render: __vue_render__$S,
1933
- staticRenderFns: __vue_staticRenderFns__$S
1934
- }, __vue_inject_styles__$S, __vue_script__$S, __vue_scope_id__$S, __vue_is_functional_template__$S, __vue_module_identifier__$S, false, undefined, createInjectorSSR, undefined);
1963
+ var __vue_component__$1k = /*#__PURE__*/normalizeComponent({
1964
+ render: __vue_render__$T,
1965
+ staticRenderFns: __vue_staticRenderFns__$T
1966
+ }, __vue_inject_styles__$T, __vue_script__$T, __vue_scope_id__$T, __vue_is_functional_template__$T, __vue_module_identifier__$T, false, undefined, createInjectorSSR, undefined);
1935
1967
 
1936
- var __vue_component__$1j = __vue_component__$1i;var script$R = {
1968
+ var __vue_component__$1l = __vue_component__$1k;var script$S = {
1937
1969
  name: "VcAlert",
1938
1970
  components: {
1939
1971
  VcIcon: VcIcon,
@@ -2029,10 +2061,10 @@ var __vue_component__$1j = __vue_component__$1i;var script$R = {
2029
2061
  }
2030
2062
  }
2031
2063
  };/* script */
2032
- var __vue_script__$R = script$R;
2064
+ var __vue_script__$S = script$S;
2033
2065
  /* template */
2034
2066
 
2035
- var __vue_render__$R = function __vue_render__() {
2067
+ var __vue_render__$S = function __vue_render__() {
2036
2068
  var _vm = this;
2037
2069
 
2038
2070
  var _h = _vm.$createElement;
@@ -2102,10 +2134,10 @@ var __vue_render__$R = function __vue_render__() {
2102
2134
  }) : _vm._e()], 1);
2103
2135
  };
2104
2136
 
2105
- var __vue_staticRenderFns__$R = [];
2137
+ var __vue_staticRenderFns__$S = [];
2106
2138
  /* style */
2107
2139
 
2108
- var __vue_inject_styles__$R = function __vue_inject_styles__(inject) {
2140
+ var __vue_inject_styles__$S = function __vue_inject_styles__(inject) {
2109
2141
  if (!inject) return;
2110
2142
  inject("data-v-7847c9c0_0", {
2111
2143
  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)}",
@@ -2116,21 +2148,21 @@ var __vue_inject_styles__$R = function __vue_inject_styles__(inject) {
2116
2148
  /* scoped */
2117
2149
 
2118
2150
 
2119
- var __vue_scope_id__$R = undefined;
2151
+ var __vue_scope_id__$S = undefined;
2120
2152
  /* module identifier */
2121
2153
 
2122
- var __vue_module_identifier__$R = "data-v-7847c9c0";
2154
+ var __vue_module_identifier__$S = "data-v-7847c9c0";
2123
2155
  /* functional template */
2124
2156
 
2125
- var __vue_is_functional_template__$R = false;
2157
+ var __vue_is_functional_template__$S = false;
2126
2158
  /* style inject shadow dom */
2127
2159
 
2128
- var __vue_component__$1h = /*#__PURE__*/normalizeComponent({
2129
- render: __vue_render__$R,
2130
- staticRenderFns: __vue_staticRenderFns__$R
2131
- }, __vue_inject_styles__$R, __vue_script__$R, __vue_scope_id__$R, __vue_is_functional_template__$R, __vue_module_identifier__$R, false, undefined, createInjectorSSR, undefined);
2160
+ var __vue_component__$1j = /*#__PURE__*/normalizeComponent({
2161
+ render: __vue_render__$S,
2162
+ staticRenderFns: __vue_staticRenderFns__$S
2163
+ }, __vue_inject_styles__$S, __vue_script__$S, __vue_scope_id__$S, __vue_is_functional_template__$S, __vue_module_identifier__$S, false, undefined, createInjectorSSR, undefined);
2132
2164
 
2133
- var VcAlert = __vue_component__$1h;var script$Q = {
2165
+ var VcAlert = __vue_component__$1j;var script$R = {
2134
2166
  name: "VcTooltip",
2135
2167
  components: {
2136
2168
  VcIcon: VcIcon,
@@ -2184,10 +2216,10 @@ var VcAlert = __vue_component__$1h;var script$Q = {
2184
2216
  }
2185
2217
  }
2186
2218
  };/* script */
2187
- var __vue_script__$Q = script$Q;
2219
+ var __vue_script__$R = script$R;
2188
2220
  /* template */
2189
2221
 
2190
- var __vue_render__$Q = function __vue_render__() {
2222
+ var __vue_render__$R = function __vue_render__() {
2191
2223
  var _vm = this;
2192
2224
 
2193
2225
  var _h = _vm.$createElement;
@@ -2252,10 +2284,10 @@ var __vue_render__$Q = function __vue_render__() {
2252
2284
  })], 2)])])])], 1);
2253
2285
  };
2254
2286
 
2255
- var __vue_staticRenderFns__$Q = [];
2287
+ var __vue_staticRenderFns__$R = [];
2256
2288
  /* style */
2257
2289
 
2258
- var __vue_inject_styles__$Q = function __vue_inject_styles__(inject) {
2290
+ var __vue_inject_styles__$R = function __vue_inject_styles__(inject) {
2259
2291
  if (!inject) return;
2260
2292
  inject("data-v-1b8fb20c_0", {
2261
2293
  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;--select-field-height:52px;--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}",
@@ -2266,21 +2298,21 @@ var __vue_inject_styles__$Q = function __vue_inject_styles__(inject) {
2266
2298
  /* scoped */
2267
2299
 
2268
2300
 
2269
- var __vue_scope_id__$Q = undefined;
2301
+ var __vue_scope_id__$R = undefined;
2270
2302
  /* module identifier */
2271
2303
 
2272
- var __vue_module_identifier__$Q = "data-v-1b8fb20c";
2304
+ var __vue_module_identifier__$R = "data-v-1b8fb20c";
2273
2305
  /* functional template */
2274
2306
 
2275
- var __vue_is_functional_template__$Q = false;
2307
+ var __vue_is_functional_template__$R = false;
2276
2308
  /* style inject shadow dom */
2277
2309
 
2278
- var __vue_component__$1g = /*#__PURE__*/normalizeComponent({
2279
- render: __vue_render__$Q,
2280
- staticRenderFns: __vue_staticRenderFns__$Q
2281
- }, __vue_inject_styles__$Q, __vue_script__$Q, __vue_scope_id__$Q, __vue_is_functional_template__$Q, __vue_module_identifier__$Q, false, undefined, createInjectorSSR, undefined);
2310
+ var __vue_component__$1i = /*#__PURE__*/normalizeComponent({
2311
+ render: __vue_render__$R,
2312
+ staticRenderFns: __vue_staticRenderFns__$R
2313
+ }, __vue_inject_styles__$R, __vue_script__$R, __vue_scope_id__$R, __vue_is_functional_template__$R, __vue_module_identifier__$R, false, undefined, createInjectorSSR, undefined);
2282
2314
 
2283
- var VcTooltip = __vue_component__$1g;var script$P = {
2315
+ var VcTooltip = __vue_component__$1i;var script$Q = {
2284
2316
  name: "VcIconWithTooltip",
2285
2317
  components: {
2286
2318
  VcTooltip: VcTooltip,
@@ -2339,10 +2371,10 @@ var VcTooltip = __vue_component__$1g;var script$P = {
2339
2371
  }
2340
2372
  }
2341
2373
  };/* script */
2342
- var __vue_script__$P = script$P;
2374
+ var __vue_script__$Q = script$Q;
2343
2375
  /* template */
2344
2376
 
2345
- var __vue_render__$P = function __vue_render__() {
2377
+ var __vue_render__$Q = function __vue_render__() {
2346
2378
  var _vm = this;
2347
2379
 
2348
2380
  var _h = _vm.$createElement;
@@ -2372,10 +2404,10 @@ var __vue_render__$P = function __vue_render__() {
2372
2404
  }, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
2373
2405
  };
2374
2406
 
2375
- var __vue_staticRenderFns__$P = [];
2407
+ var __vue_staticRenderFns__$Q = [];
2376
2408
  /* style */
2377
2409
 
2378
- var __vue_inject_styles__$P = function __vue_inject_styles__(inject) {
2410
+ var __vue_inject_styles__$Q = function __vue_inject_styles__(inject) {
2379
2411
  if (!inject) return;
2380
2412
  inject("data-v-7193d7d6_0", {
2381
2413
  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;--select-field-height:52px;--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)}",
@@ -2386,21 +2418,21 @@ var __vue_inject_styles__$P = function __vue_inject_styles__(inject) {
2386
2418
  /* scoped */
2387
2419
 
2388
2420
 
2389
- var __vue_scope_id__$P = undefined;
2421
+ var __vue_scope_id__$Q = undefined;
2390
2422
  /* module identifier */
2391
2423
 
2392
- var __vue_module_identifier__$P = "data-v-7193d7d6";
2424
+ var __vue_module_identifier__$Q = "data-v-7193d7d6";
2393
2425
  /* functional template */
2394
2426
 
2395
- var __vue_is_functional_template__$P = false;
2427
+ var __vue_is_functional_template__$Q = false;
2396
2428
  /* style inject shadow dom */
2397
2429
 
2398
- var __vue_component__$1f = /*#__PURE__*/normalizeComponent({
2399
- render: __vue_render__$P,
2400
- staticRenderFns: __vue_staticRenderFns__$P
2401
- }, __vue_inject_styles__$P, __vue_script__$P, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, undefined, createInjectorSSR, undefined);
2430
+ var __vue_component__$1h = /*#__PURE__*/normalizeComponent({
2431
+ render: __vue_render__$Q,
2432
+ staticRenderFns: __vue_staticRenderFns__$Q
2433
+ }, __vue_inject_styles__$Q, __vue_script__$Q, __vue_scope_id__$Q, __vue_is_functional_template__$Q, __vue_module_identifier__$Q, false, undefined, createInjectorSSR, undefined);
2402
2434
 
2403
- var VcIconWithTooltip = __vue_component__$1f;var script$O = {
2435
+ var VcIconWithTooltip = __vue_component__$1h;var script$P = {
2404
2436
  components: {
2405
2437
  VcImage: VcImage,
2406
2438
  VIcon: lib.VIcon,
@@ -2529,10 +2561,10 @@ var VcIconWithTooltip = __vue_component__$1f;var script$O = {
2529
2561
  }
2530
2562
  }
2531
2563
  };/* script */
2532
- var __vue_script__$O = script$O;
2564
+ var __vue_script__$P = script$P;
2533
2565
  /* template */
2534
2566
 
2535
- var __vue_render__$O = function __vue_render__() {
2567
+ var __vue_render__$P = function __vue_render__() {
2536
2568
  var _vm = this;
2537
2569
 
2538
2570
  var _h = _vm.$createElement;
@@ -2582,10 +2614,10 @@ var __vue_render__$O = function __vue_render__() {
2582
2614
  }, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
2583
2615
  };
2584
2616
 
2585
- var __vue_staticRenderFns__$O = [];
2617
+ var __vue_staticRenderFns__$P = [];
2586
2618
  /* style */
2587
2619
 
2588
- var __vue_inject_styles__$O = function __vue_inject_styles__(inject) {
2620
+ var __vue_inject_styles__$P = function __vue_inject_styles__(inject) {
2589
2621
  if (!inject) return;
2590
2622
  inject("data-v-34bb963a_0", {
2591
2623
  source: "[data-v-34bb963a]: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;--select-field-height:52px;--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-34bb963a]{position:relative;border-radius:50%;text-align:center;color:var(--modal-bg-color)}.avatar-wrapper.show-border[data-v-34bb963a]{border:1px solid var(--modal-bg-color)}.avatar-wrapper.vc-disabled[data-v-34bb963a]{filter:grayscale(100%)}.avatar-wrapper.light-mode[data-v-34bb963a]{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-34bb963a]{height:var(--avatar-x-sm);width:var(--avatar-x-sm);font-size:var(--font-size-xxx-small)}.avatar-wrapper.sm[data-v-34bb963a]{height:var(--avatar-sm);width:var(--avatar-sm);font-size:var(--font-size-xx-small)}.avatar-wrapper.md[data-v-34bb963a]{height:var(--avatar-md);width:var(--avatar-md);font-size:var(--font-size-small)}.avatar-wrapper.lg[data-v-34bb963a]{height:var(--avatar-lg);width:var(--avatar-lg);font-size:var(--font-size-small3)}.avatar-wrapper .avatar-image[data-v-34bb963a]{height:100%;width:100%;border-radius:50%;overflow:hidden}.avatar-wrapper .avatar-image[data-v-34bb963a] svg{height:100%}.avatar-wrapper .avatar-image[data-v-34bb963a] img{height:100%}.avatar-wrapper .avatar-initials[data-v-34bb963a]{position:relative;top:50%;font-weight:var(--font-weight-medium2);transform:translateY(-50%)}.avatar-wrapper .badge[data-v-34bb963a]{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-34bb963a]{--gap:var(--size-value1)}.avatar-wrapper .badge.sm[data-v-34bb963a]{--gap:var(--size-value1)}.avatar-wrapper .badge.md[data-v-34bb963a]{--gap:2px}.avatar-wrapper .badge.lg[data-v-34bb963a]{--gap:var(--size-value0)}.avatar-wrapper .badge.right[data-v-34bb963a]{left:unset;right:calc(var(--gap) * -1)}.avatar-wrapper .badge.confirmed[data-v-34bb963a]{border:2px var(--modal-bg-color) solid}.color-0[data-v-34bb963a]{background-color:#fed62f}.color-1[data-v-34bb963a]{background-color:#fec22e}.color-2[data-v-34bb963a]{background-color:#feac2a}.color-3[data-v-34bb963a]{background-color:#fe9a28}.color-4[data-v-34bb963a]{background-color:#fd7024}.color-5[data-v-34bb963a]{background-color:#fd5b32}.color-6[data-v-34bb963a]{background-color:#f2483f}.color-7[data-v-34bb963a]{background-color:#dc331b}.color-8[data-v-34bb963a]{background-color:#d41419}.color-9[data-v-34bb963a]{background-color:#e72866}.color-10[data-v-34bb963a]{background-color:#c41c63}.color-11[data-v-34bb963a]{background-color:#9b2bae}.color-12[data-v-34bb963a]{background-color:#673bb5}.color-13[data-v-34bb963a]{background-color:#7c4efc}.color-14[data-v-34bb963a]{background-color:#4051b3}.color-15[data-v-34bb963a]{background-color:#311b92}.color-16[data-v-34bb963a]{background-color:#2d62fb}.color-17[data-v-34bb963a]{background-color:#5c6bc0}.color-18[data-v-34bb963a]{background-color:#17a8f1}.color-19[data-v-34bb963a]{background-color:#17bbd2}.color-20[data-v-34bb963a]{background-color:#14abbf}.color-21[data-v-34bb963a]{background-color:#0f9587}.color-22[data-v-34bb963a]{background-color:#16bea5}.color-23[data-v-34bb963a]{background-color:#4eae53}.color-24[data-v-34bb963a]{background-color:#3a8d3f}.color-25[data-v-34bb963a]{background-color:#8cc250}.color-26[data-v-34bb963a]{background-color:#66bb6a}.color-27[data-v-34bb963a]{background-color:#880e4f}.color-28[data-v-34bb963a]{background-color:#1565c0}.color-29[data-v-34bb963a]{background-color:#1e88e5}.color-9999[data-v-34bb963a]{background-color:#4675d9}",
@@ -2596,21 +2628,21 @@ var __vue_inject_styles__$O = function __vue_inject_styles__(inject) {
2596
2628
  /* scoped */
2597
2629
 
2598
2630
 
2599
- var __vue_scope_id__$O = "data-v-34bb963a";
2631
+ var __vue_scope_id__$P = "data-v-34bb963a";
2600
2632
  /* module identifier */
2601
2633
 
2602
- var __vue_module_identifier__$O = "data-v-34bb963a";
2634
+ var __vue_module_identifier__$P = "data-v-34bb963a";
2603
2635
  /* functional template */
2604
2636
 
2605
- var __vue_is_functional_template__$O = false;
2637
+ var __vue_is_functional_template__$P = false;
2606
2638
  /* style inject shadow dom */
2607
2639
 
2608
- var __vue_component__$1e = /*#__PURE__*/normalizeComponent({
2609
- render: __vue_render__$O,
2610
- staticRenderFns: __vue_staticRenderFns__$O
2611
- }, __vue_inject_styles__$O, __vue_script__$O, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, undefined, createInjectorSSR, undefined);
2640
+ var __vue_component__$1g = /*#__PURE__*/normalizeComponent({
2641
+ render: __vue_render__$P,
2642
+ staticRenderFns: __vue_staticRenderFns__$P
2643
+ }, __vue_inject_styles__$P, __vue_script__$P, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, undefined, createInjectorSSR, undefined);
2612
2644
 
2613
- var VcAvatar = __vue_component__$1e;var script$N = {
2645
+ var VcAvatar = __vue_component__$1g;var script$O = {
2614
2646
  name: "VcBottomActions",
2615
2647
  components: {
2616
2648
  VcLayout: VcLayout,
@@ -2669,10 +2701,10 @@ var VcAvatar = __vue_component__$1e;var script$N = {
2669
2701
  }
2670
2702
  }
2671
2703
  };/* script */
2672
- var __vue_script__$N = script$N;
2704
+ var __vue_script__$O = script$O;
2673
2705
  /* template */
2674
2706
 
2675
- var __vue_render__$N = function __vue_render__() {
2707
+ var __vue_render__$O = function __vue_render__() {
2676
2708
  var _vm = this;
2677
2709
 
2678
2710
  var _h = _vm.$createElement;
@@ -2758,10 +2790,10 @@ var __vue_render__$N = function __vue_render__() {
2758
2790
  }), 1)], 1)], 1);
2759
2791
  };
2760
2792
 
2761
- var __vue_staticRenderFns__$N = [];
2793
+ var __vue_staticRenderFns__$O = [];
2762
2794
  /* style */
2763
2795
 
2764
- var __vue_inject_styles__$N = function __vue_inject_styles__(inject) {
2796
+ var __vue_inject_styles__$O = function __vue_inject_styles__(inject) {
2765
2797
  if (!inject) return;
2766
2798
  inject("data-v-e8f8621a_0", {
2767
2799
  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;--select-field-height:52px;--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)}",
@@ -2772,21 +2804,21 @@ var __vue_inject_styles__$N = function __vue_inject_styles__(inject) {
2772
2804
  /* scoped */
2773
2805
 
2774
2806
 
2775
- var __vue_scope_id__$N = undefined;
2807
+ var __vue_scope_id__$O = undefined;
2776
2808
  /* module identifier */
2777
2809
 
2778
- var __vue_module_identifier__$N = "data-v-e8f8621a";
2810
+ var __vue_module_identifier__$O = "data-v-e8f8621a";
2779
2811
  /* functional template */
2780
2812
 
2781
- var __vue_is_functional_template__$N = false;
2813
+ var __vue_is_functional_template__$O = false;
2782
2814
  /* style inject shadow dom */
2783
2815
 
2784
- var __vue_component__$1d = /*#__PURE__*/normalizeComponent({
2785
- render: __vue_render__$N,
2786
- staticRenderFns: __vue_staticRenderFns__$N
2787
- }, __vue_inject_styles__$N, __vue_script__$N, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, undefined, createInjectorSSR, undefined);
2816
+ var __vue_component__$1f = /*#__PURE__*/normalizeComponent({
2817
+ render: __vue_render__$O,
2818
+ staticRenderFns: __vue_staticRenderFns__$O
2819
+ }, __vue_inject_styles__$O, __vue_script__$O, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, undefined, createInjectorSSR, undefined);
2788
2820
 
2789
- var VcBottomActions = __vue_component__$1d;var script$M = {
2821
+ var VcBottomActions = __vue_component__$1f;var script$N = {
2790
2822
  name: "VcActionList",
2791
2823
  components: {
2792
2824
  VcLayout: VcLayout,
@@ -2820,10 +2852,10 @@ var VcBottomActions = __vue_component__$1d;var script$M = {
2820
2852
  }
2821
2853
  }
2822
2854
  };/* script */
2823
- var __vue_script__$M = script$M;
2855
+ var __vue_script__$N = script$N;
2824
2856
  /* template */
2825
2857
 
2826
- var __vue_render__$M = function __vue_render__() {
2858
+ var __vue_render__$N = function __vue_render__() {
2827
2859
  var _vm = this;
2828
2860
 
2829
2861
  var _h = _vm.$createElement;
@@ -2875,10 +2907,10 @@ var __vue_render__$M = function __vue_render__() {
2875
2907
  }), 1)], 1)], 1);
2876
2908
  };
2877
2909
 
2878
- var __vue_staticRenderFns__$M = [];
2910
+ var __vue_staticRenderFns__$N = [];
2879
2911
  /* style */
2880
2912
 
2881
- var __vue_inject_styles__$M = function __vue_inject_styles__(inject) {
2913
+ var __vue_inject_styles__$N = function __vue_inject_styles__(inject) {
2882
2914
  if (!inject) return;
2883
2915
  inject("data-v-500d77ad_0", {
2884
2916
  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;--select-field-height:52px;--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)}",
@@ -2889,21 +2921,21 @@ var __vue_inject_styles__$M = function __vue_inject_styles__(inject) {
2889
2921
  /* scoped */
2890
2922
 
2891
2923
 
2892
- var __vue_scope_id__$M = undefined;
2924
+ var __vue_scope_id__$N = undefined;
2893
2925
  /* module identifier */
2894
2926
 
2895
- var __vue_module_identifier__$M = "data-v-500d77ad";
2927
+ var __vue_module_identifier__$N = "data-v-500d77ad";
2896
2928
  /* functional template */
2897
2929
 
2898
- var __vue_is_functional_template__$M = false;
2930
+ var __vue_is_functional_template__$N = false;
2899
2931
  /* style inject shadow dom */
2900
2932
 
2901
- var __vue_component__$1c = /*#__PURE__*/normalizeComponent({
2902
- render: __vue_render__$M,
2903
- staticRenderFns: __vue_staticRenderFns__$M
2904
- }, __vue_inject_styles__$M, __vue_script__$M, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, undefined, createInjectorSSR, undefined);
2933
+ var __vue_component__$1e = /*#__PURE__*/normalizeComponent({
2934
+ render: __vue_render__$N,
2935
+ staticRenderFns: __vue_staticRenderFns__$N
2936
+ }, __vue_inject_styles__$N, __vue_script__$N, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, undefined, createInjectorSSR, undefined);
2905
2937
 
2906
- var VcActionList = __vue_component__$1c;var script$L = {
2938
+ var VcActionList = __vue_component__$1e;var script$M = {
2907
2939
  name: "VcActions",
2908
2940
  components: {
2909
2941
  VcIcon: VcIcon,
@@ -2966,10 +2998,10 @@ var VcActionList = __vue_component__$1c;var script$L = {
2966
2998
  }
2967
2999
  }
2968
3000
  };/* script */
2969
- var __vue_script__$L = script$L;
3001
+ var __vue_script__$M = script$M;
2970
3002
  /* template */
2971
3003
 
2972
- var __vue_render__$L = function __vue_render__() {
3004
+ var __vue_render__$M = function __vue_render__() {
2973
3005
  var _vm = this;
2974
3006
 
2975
3007
  var _h = _vm.$createElement;
@@ -3013,31 +3045,31 @@ var __vue_render__$L = function __vue_render__() {
3013
3045
  }, 'component', _vm.$props, false));
3014
3046
  };
3015
3047
 
3016
- var __vue_staticRenderFns__$L = [];
3048
+ var __vue_staticRenderFns__$M = [];
3017
3049
  /* style */
3018
3050
 
3019
- var __vue_inject_styles__$L = undefined;
3051
+ var __vue_inject_styles__$M = undefined;
3020
3052
  /* scoped */
3021
3053
 
3022
- var __vue_scope_id__$L = undefined;
3054
+ var __vue_scope_id__$M = undefined;
3023
3055
  /* module identifier */
3024
3056
 
3025
- var __vue_module_identifier__$L = "data-v-03a173ee";
3057
+ var __vue_module_identifier__$M = "data-v-03a173ee";
3026
3058
  /* functional template */
3027
3059
 
3028
- var __vue_is_functional_template__$L = false;
3060
+ var __vue_is_functional_template__$M = false;
3029
3061
  /* style inject */
3030
3062
 
3031
3063
  /* style inject SSR */
3032
3064
 
3033
3065
  /* style inject shadow dom */
3034
3066
 
3035
- var __vue_component__$1b = /*#__PURE__*/normalizeComponent({
3036
- render: __vue_render__$L,
3037
- staticRenderFns: __vue_staticRenderFns__$L
3038
- }, __vue_inject_styles__$L, __vue_script__$L, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, undefined, undefined, undefined);
3067
+ var __vue_component__$1d = /*#__PURE__*/normalizeComponent({
3068
+ render: __vue_render__$M,
3069
+ staticRenderFns: __vue_staticRenderFns__$M
3070
+ }, __vue_inject_styles__$M, __vue_script__$M, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, undefined, undefined, undefined);
3039
3071
 
3040
- var VcActions = __vue_component__$1b;//
3072
+ var VcActions = __vue_component__$1d;//
3041
3073
  //
3042
3074
  //
3043
3075
  //
@@ -3060,7 +3092,7 @@ var VcActions = __vue_component__$1b;//
3060
3092
  //
3061
3093
  //
3062
3094
  //
3063
- var script$K = {
3095
+ var script$L = {
3064
3096
  components: {
3065
3097
  VStepperStep: lib.VStepperStep,
3066
3098
  VStepper: lib.VStepper
@@ -3132,10 +3164,10 @@ var script$K = {
3132
3164
  }
3133
3165
  }
3134
3166
  };/* script */
3135
- var __vue_script__$K = script$K;
3167
+ var __vue_script__$L = script$L;
3136
3168
  /* template */
3137
3169
 
3138
- var __vue_render__$K = function __vue_render__() {
3170
+ var __vue_render__$L = function __vue_render__() {
3139
3171
  var _vm = this;
3140
3172
 
3141
3173
  var _h = _vm.$createElement;
@@ -3174,10 +3206,10 @@ var __vue_render__$K = function __vue_render__() {
3174
3206
  })], 2)], 1);
3175
3207
  };
3176
3208
 
3177
- var __vue_staticRenderFns__$K = [];
3209
+ var __vue_staticRenderFns__$L = [];
3178
3210
  /* style */
3179
3211
 
3180
- var __vue_inject_styles__$K = function __vue_inject_styles__(inject) {
3212
+ var __vue_inject_styles__$L = function __vue_inject_styles__(inject) {
3181
3213
  if (!inject) return;
3182
3214
  inject("data-v-d21a486c_0", {
3183
3215
  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;--select-field-height:52px;--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)}",
@@ -3188,21 +3220,21 @@ var __vue_inject_styles__$K = function __vue_inject_styles__(inject) {
3188
3220
  /* scoped */
3189
3221
 
3190
3222
 
3191
- var __vue_scope_id__$K = "data-v-d21a486c";
3223
+ var __vue_scope_id__$L = "data-v-d21a486c";
3192
3224
  /* module identifier */
3193
3225
 
3194
- var __vue_module_identifier__$K = "data-v-d21a486c";
3226
+ var __vue_module_identifier__$L = "data-v-d21a486c";
3195
3227
  /* functional template */
3196
3228
 
3197
- var __vue_is_functional_template__$K = false;
3229
+ var __vue_is_functional_template__$L = false;
3198
3230
  /* style inject shadow dom */
3199
3231
 
3200
- var __vue_component__$1a = /*#__PURE__*/normalizeComponent({
3201
- render: __vue_render__$K,
3202
- staticRenderFns: __vue_staticRenderFns__$K
3203
- }, __vue_inject_styles__$K, __vue_script__$K, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, undefined, createInjectorSSR, undefined);
3232
+ var __vue_component__$1c = /*#__PURE__*/normalizeComponent({
3233
+ render: __vue_render__$L,
3234
+ staticRenderFns: __vue_staticRenderFns__$L
3235
+ }, __vue_inject_styles__$L, __vue_script__$L, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, undefined, createInjectorSSR, undefined);
3204
3236
 
3205
- var VcStepsBar = __vue_component__$1a;//
3237
+ var VcStepsBar = __vue_component__$1c;//
3206
3238
  //
3207
3239
  //
3208
3240
  //
@@ -3217,7 +3249,7 @@ var VcStepsBar = __vue_component__$1a;//
3217
3249
  //
3218
3250
  //
3219
3251
  //
3220
- var script$J = {
3252
+ var script$K = {
3221
3253
  components: {
3222
3254
  VProgressCircular: lib.VProgressCircular
3223
3255
  },
@@ -3281,10 +3313,10 @@ var script$J = {
3281
3313
  }
3282
3314
  }
3283
3315
  };/* script */
3284
- var __vue_script__$J = script$J;
3316
+ var __vue_script__$K = script$K;
3285
3317
  /* template */
3286
3318
 
3287
- var __vue_render__$J = function __vue_render__() {
3319
+ var __vue_render__$K = function __vue_render__() {
3288
3320
  var _vm = this;
3289
3321
 
3290
3322
  var _h = _vm.$createElement;
@@ -3305,10 +3337,10 @@ var __vue_render__$J = function __vue_render__() {
3305
3337
  }, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
3306
3338
  };
3307
3339
 
3308
- var __vue_staticRenderFns__$J = [];
3340
+ var __vue_staticRenderFns__$K = [];
3309
3341
  /* style */
3310
3342
 
3311
- var __vue_inject_styles__$J = function __vue_inject_styles__(inject) {
3343
+ var __vue_inject_styles__$K = function __vue_inject_styles__(inject) {
3312
3344
  if (!inject) return;
3313
3345
  inject("data-v-5c278fc2_0", {
3314
3346
  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;--select-field-height:52px;--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)}",
@@ -3319,21 +3351,21 @@ var __vue_inject_styles__$J = function __vue_inject_styles__(inject) {
3319
3351
  /* scoped */
3320
3352
 
3321
3353
 
3322
- var __vue_scope_id__$J = "data-v-5c278fc2";
3354
+ var __vue_scope_id__$K = "data-v-5c278fc2";
3323
3355
  /* module identifier */
3324
3356
 
3325
- var __vue_module_identifier__$J = "data-v-5c278fc2";
3357
+ var __vue_module_identifier__$K = "data-v-5c278fc2";
3326
3358
  /* functional template */
3327
3359
 
3328
- var __vue_is_functional_template__$J = false;
3360
+ var __vue_is_functional_template__$K = false;
3329
3361
  /* style inject shadow dom */
3330
3362
 
3331
- var __vue_component__$19 = /*#__PURE__*/normalizeComponent({
3332
- render: __vue_render__$J,
3333
- staticRenderFns: __vue_staticRenderFns__$J
3334
- }, __vue_inject_styles__$J, __vue_script__$J, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, undefined, createInjectorSSR, undefined);
3363
+ var __vue_component__$1b = /*#__PURE__*/normalizeComponent({
3364
+ render: __vue_render__$K,
3365
+ staticRenderFns: __vue_staticRenderFns__$K
3366
+ }, __vue_inject_styles__$K, __vue_script__$K, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, undefined, createInjectorSSR, undefined);
3335
3367
 
3336
- var VcProgressCircular = __vue_component__$19;var script$I = {
3368
+ var VcProgressCircular = __vue_component__$1b;var script$J = {
3337
3369
  name: "VcMobileWizardProgress",
3338
3370
  components: {
3339
3371
  VcLayout: VcLayout,
@@ -3389,10 +3421,10 @@ var VcProgressCircular = __vue_component__$19;var script$I = {
3389
3421
  }
3390
3422
  }
3391
3423
  };/* script */
3392
- var __vue_script__$I = script$I;
3424
+ var __vue_script__$J = script$J;
3393
3425
  /* template */
3394
3426
 
3395
- var __vue_render__$I = function __vue_render__() {
3427
+ var __vue_render__$J = function __vue_render__() {
3396
3428
  var _vm = this;
3397
3429
 
3398
3430
  var _h = _vm.$createElement;
@@ -3428,10 +3460,10 @@ var __vue_render__$I = function __vue_render__() {
3428
3460
  }, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
3429
3461
  };
3430
3462
 
3431
- var __vue_staticRenderFns__$I = [];
3463
+ var __vue_staticRenderFns__$J = [];
3432
3464
  /* style */
3433
3465
 
3434
- var __vue_inject_styles__$I = function __vue_inject_styles__(inject) {
3466
+ var __vue_inject_styles__$J = function __vue_inject_styles__(inject) {
3435
3467
  if (!inject) return;
3436
3468
  inject("data-v-4fe04d36_0", {
3437
3469
  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;--select-field-height:52px;--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)}",
@@ -3442,21 +3474,21 @@ var __vue_inject_styles__$I = function __vue_inject_styles__(inject) {
3442
3474
  /* scoped */
3443
3475
 
3444
3476
 
3445
- var __vue_scope_id__$I = "data-v-4fe04d36";
3477
+ var __vue_scope_id__$J = "data-v-4fe04d36";
3446
3478
  /* module identifier */
3447
3479
 
3448
- var __vue_module_identifier__$I = "data-v-4fe04d36";
3480
+ var __vue_module_identifier__$J = "data-v-4fe04d36";
3449
3481
  /* functional template */
3450
3482
 
3451
- var __vue_is_functional_template__$I = false;
3483
+ var __vue_is_functional_template__$J = false;
3452
3484
  /* style inject shadow dom */
3453
3485
 
3454
- var __vue_component__$18 = /*#__PURE__*/normalizeComponent({
3455
- render: __vue_render__$I,
3456
- staticRenderFns: __vue_staticRenderFns__$I
3457
- }, __vue_inject_styles__$I, __vue_script__$I, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, undefined, createInjectorSSR, undefined);
3486
+ var __vue_component__$1a = /*#__PURE__*/normalizeComponent({
3487
+ render: __vue_render__$J,
3488
+ staticRenderFns: __vue_staticRenderFns__$J
3489
+ }, __vue_inject_styles__$J, __vue_script__$J, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, undefined, createInjectorSSR, undefined);
3458
3490
 
3459
- var VcMobileWizardProgress = __vue_component__$18;var script$H = {
3491
+ var VcMobileWizardProgress = __vue_component__$1a;var script$I = {
3460
3492
  name: 'VcCheckbox',
3461
3493
  components: {
3462
3494
  VcIcon: VcIcon,
@@ -3513,10 +3545,10 @@ var VcMobileWizardProgress = __vue_component__$18;var script$H = {
3513
3545
  }
3514
3546
  }
3515
3547
  };/* script */
3516
- var __vue_script__$H = script$H;
3548
+ var __vue_script__$I = script$I;
3517
3549
  /* template */
3518
3550
 
3519
- var __vue_render__$H = function __vue_render__() {
3551
+ var __vue_render__$I = function __vue_render__() {
3520
3552
  var _vm = this;
3521
3553
 
3522
3554
  var _h = _vm.$createElement;
@@ -3580,10 +3612,10 @@ var __vue_render__$H = function __vue_render__() {
3580
3612
  });
3581
3613
  };
3582
3614
 
3583
- var __vue_staticRenderFns__$H = [];
3615
+ var __vue_staticRenderFns__$I = [];
3584
3616
  /* style */
3585
3617
 
3586
- var __vue_inject_styles__$H = function __vue_inject_styles__(inject) {
3618
+ var __vue_inject_styles__$I = function __vue_inject_styles__(inject) {
3587
3619
  if (!inject) return;
3588
3620
  inject("data-v-347ec55e_0", {
3589
3621
  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}",
@@ -3594,21 +3626,21 @@ var __vue_inject_styles__$H = function __vue_inject_styles__(inject) {
3594
3626
  /* scoped */
3595
3627
 
3596
3628
 
3597
- var __vue_scope_id__$H = "data-v-347ec55e";
3629
+ var __vue_scope_id__$I = "data-v-347ec55e";
3598
3630
  /* module identifier */
3599
3631
 
3600
- var __vue_module_identifier__$H = "data-v-347ec55e";
3632
+ var __vue_module_identifier__$I = "data-v-347ec55e";
3601
3633
  /* functional template */
3602
3634
 
3603
- var __vue_is_functional_template__$H = false;
3635
+ var __vue_is_functional_template__$I = false;
3604
3636
  /* style inject shadow dom */
3605
3637
 
3606
- var __vue_component__$17 = /*#__PURE__*/normalizeComponent({
3607
- render: __vue_render__$H,
3608
- staticRenderFns: __vue_staticRenderFns__$H
3609
- }, __vue_inject_styles__$H, __vue_script__$H, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, undefined, createInjectorSSR, undefined);
3638
+ var __vue_component__$19 = /*#__PURE__*/normalizeComponent({
3639
+ render: __vue_render__$I,
3640
+ staticRenderFns: __vue_staticRenderFns__$I
3641
+ }, __vue_inject_styles__$I, __vue_script__$I, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, undefined, createInjectorSSR, undefined);
3610
3642
 
3611
- var VcCheckbox = __vue_component__$17;var script$G = {
3643
+ var VcCheckbox = __vue_component__$19;var script$H = {
3612
3644
  name: "VcChecklistItem",
3613
3645
  components: {
3614
3646
  VcLayout: VcLayout,
@@ -3661,10 +3693,10 @@ var VcCheckbox = __vue_component__$17;var script$G = {
3661
3693
  }
3662
3694
  }
3663
3695
  };/* script */
3664
- var __vue_script__$G = script$G;
3696
+ var __vue_script__$H = script$H;
3665
3697
  /* template */
3666
3698
 
3667
- var __vue_render__$G = function __vue_render__() {
3699
+ var __vue_render__$H = function __vue_render__() {
3668
3700
  var _vm = this;
3669
3701
 
3670
3702
  var _h = _vm.$createElement;
@@ -3701,10 +3733,10 @@ var __vue_render__$G = function __vue_render__() {
3701
3733
  })], 1)]], 2);
3702
3734
  };
3703
3735
 
3704
- var __vue_staticRenderFns__$G = [];
3736
+ var __vue_staticRenderFns__$H = [];
3705
3737
  /* style */
3706
3738
 
3707
- var __vue_inject_styles__$G = function __vue_inject_styles__(inject) {
3739
+ var __vue_inject_styles__$H = function __vue_inject_styles__(inject) {
3708
3740
  if (!inject) return;
3709
3741
  inject("data-v-eb804af2_0", {
3710
3742
  source: ".VcChecklistItem-wrapper[data-v-eb804af2]{width:100%}.VcChecklistItem-wrapper[hide=true][data-v-eb804af2]{display:none}.VcChecklistItem-wrapper .VcChecklistItem.disabled[data-v-eb804af2]{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-eb804af2]{flex:1 1 auto;padding:var(--size-value0);margin:var(--size-value0)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-eb804af2] .v-input__control .v-input__slot{padding:var(--size-value2) var(--size-value4)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-eb804af2]:hover{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-eb804af2]:focus{box-shadow:0 0 0 2px var(--v-secondary-lighten1)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-eb804af2]:active{background-color:var(--v-secondary-lighten3)}",
@@ -3715,21 +3747,21 @@ var __vue_inject_styles__$G = function __vue_inject_styles__(inject) {
3715
3747
  /* scoped */
3716
3748
 
3717
3749
 
3718
- var __vue_scope_id__$G = "data-v-eb804af2";
3750
+ var __vue_scope_id__$H = "data-v-eb804af2";
3719
3751
  /* module identifier */
3720
3752
 
3721
- var __vue_module_identifier__$G = "data-v-eb804af2";
3753
+ var __vue_module_identifier__$H = "data-v-eb804af2";
3722
3754
  /* functional template */
3723
3755
 
3724
- var __vue_is_functional_template__$G = false;
3756
+ var __vue_is_functional_template__$H = false;
3725
3757
  /* style inject shadow dom */
3726
3758
 
3727
- var __vue_component__$16 = /*#__PURE__*/normalizeComponent({
3728
- render: __vue_render__$G,
3729
- staticRenderFns: __vue_staticRenderFns__$G
3730
- }, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, undefined, createInjectorSSR, undefined);
3759
+ var __vue_component__$18 = /*#__PURE__*/normalizeComponent({
3760
+ render: __vue_render__$H,
3761
+ staticRenderFns: __vue_staticRenderFns__$H
3762
+ }, __vue_inject_styles__$H, __vue_script__$H, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, undefined, createInjectorSSR, undefined);
3731
3763
 
3732
- var VcChecklistItem = __vue_component__$16;var script$F = {
3764
+ var VcChecklistItem = __vue_component__$18;var script$G = {
3733
3765
  name: 'VcTextField',
3734
3766
  components: {
3735
3767
  VcIconWithTooltip: VcIconWithTooltip,
@@ -3934,10 +3966,10 @@ var VcChecklistItem = __vue_component__$16;var script$F = {
3934
3966
  }
3935
3967
  }
3936
3968
  };/* script */
3937
- var __vue_script__$F = script$F;
3969
+ var __vue_script__$G = script$G;
3938
3970
  /* template */
3939
3971
 
3940
- var __vue_render__$F = function __vue_render__() {
3972
+ var __vue_render__$G = function __vue_render__() {
3941
3973
  var _vm = this;
3942
3974
 
3943
3975
  var _h = _vm.$createElement;
@@ -3946,6 +3978,9 @@ var __vue_render__$F = function __vue_render__() {
3946
3978
 
3947
3979
  return _c('v-text-field', {
3948
3980
  staticClass: "VcTextInput",
3981
+ class: {
3982
+ 'no-label': !_vm.label
3983
+ },
3949
3984
  attrs: {
3950
3985
  "dense": "",
3951
3986
  "data-qa": _vm.dataQa,
@@ -4000,13 +4035,13 @@ var __vue_render__$F = function __vue_render__() {
4000
4035
  });
4001
4036
  };
4002
4037
 
4003
- var __vue_staticRenderFns__$F = [];
4038
+ var __vue_staticRenderFns__$G = [];
4004
4039
  /* style */
4005
4040
 
4006
- var __vue_inject_styles__$F = function __vue_inject_styles__(inject) {
4041
+ var __vue_inject_styles__$G = function __vue_inject_styles__(inject) {
4007
4042
  if (!inject) return;
4008
- inject("data-v-75d9b6f0_0", {
4009
- source: ".VcTextInput.v-text-field[data-v-75d9b6f0]{font-family:var(--primary-font-family)}.VcTextInput.v-text-field[data-v-75d9b6f0] .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-75d9b6f0] .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-75d9b6f0] .v-input__slot .v-text-field__prefix{color:var(--gray-darken-5)}.VcTextInput.v-text-field[data-v-75d9b6f0] .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-75d9b6f0] .v-input__slot input::placeholder{font-weight:var(--font-weight-medium)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:after,.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:before{display:none}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:hover{border-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:active,.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:focus,.VcTextInput.v-text-field[data-v-75d9b6f0] .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-75d9b6f0] .v-input__slot:active input,.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:focus input,.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:focus-within input{color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot .v-input__prepend-inner{padding-inline-end:var(--size-value3);align-self:center}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot .v-input__icon .v-icon{margin:var(--size-value0)!important}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot .v-input__icon .v-icon__component{height:var(--size-value3);width:var(--size-value3);line-height:0}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot .v-input__icon .v-icon__component .vc-chevron-right{fill:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-75d9b6f0].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-75d9b6f0].v-input--is-focused label,.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-label-active label{font-size:var(--font-size-small);line-height:14px;height:var(--size-value4);letter-spacing:-.3px;color:var(--gray-darken-4)!important;transform:translateY(-100%) scale(.85);top:var(--size-value2)}.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-label-active .v-text-field__slot{margin-bottom:-14px}.VcTextInput.v-text-field[data-v-75d9b6f0].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-75d9b6f0].v-input--is-disabled .v-input__slot input,.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-disabled .v-input__slot label{color:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-75d9b6f0]:not(.v-input--is-label-active):not(.v-input--is-focused) input{padding:var(--size-value2) 0}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-messages__message{line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__append-inner{align-self:center;fill:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__append-inner .v-input__icon--append{min-width:var(--size-value5);width:var(--size-value5)}.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--dense:not(.v-text-field--outlined) input{padding-block:var(--size-value2)}.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-readonly{cursor:pointer}",
4043
+ inject("data-v-70311d9f_0", {
4044
+ source: ".VcTextInput.v-text-field[data-v-70311d9f]{font-family:var(--primary-font-family)}.VcTextInput.v-text-field[data-v-70311d9f] .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-70311d9f] .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-70311d9f] .v-input__slot .v-text-field__prefix{color:var(--gray-darken-5)}.VcTextInput.v-text-field[data-v-70311d9f] .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-70311d9f] .v-input__slot input::placeholder{font-weight:var(--font-weight-medium)}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot:after,.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot:before{display:none}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot:hover{border-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot:active,.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot:focus,.VcTextInput.v-text-field[data-v-70311d9f] .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-70311d9f] .v-input__slot:active input,.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot:focus input,.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot:focus-within input{color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot .v-input__prepend-inner{padding-inline-end:var(--size-value3);align-self:center}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot .v-input__icon .v-icon{margin:var(--size-value0)!important}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot .v-input__icon .v-icon__component{height:var(--size-value3);width:var(--size-value3);line-height:0}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot .v-input__icon .v-icon__component .vc-chevron-right{fill:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-70311d9f].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-70311d9f].v-input--is-focused label,.VcTextInput.v-text-field[data-v-70311d9f].v-input--is-label-active label{font-size:var(--font-size-small);line-height:14px;height:var(--size-value4);letter-spacing:-.3px;color:var(--gray-darken-4)!important;transform:translateY(-100%) scale(.85);top:var(--size-value2)}.VcTextInput.v-text-field[data-v-70311d9f].v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field[data-v-70311d9f].v-input--is-label-active .v-text-field__slot{margin-bottom:-14px}.VcTextInput.v-text-field[data-v-70311d9f].v-input--is-focused.no-label .v-text-field__slot,.VcTextInput.v-text-field[data-v-70311d9f].v-input--is-label-active.no-label .v-text-field__slot{margin-bottom:unset}.VcTextInput.v-text-field[data-v-70311d9f].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-70311d9f].v-input--is-disabled .v-input__slot input,.VcTextInput.v-text-field[data-v-70311d9f].v-input--is-disabled .v-input__slot label{color:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-70311d9f]:not(.v-input--is-label-active):not(.v-input--is-focused) input{padding:var(--size-value2) 0}.VcTextInput.v-text-field[data-v-70311d9f] .v-messages__message{line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__append-inner{align-self:center;fill:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__append-inner .v-input__icon--append{min-width:var(--size-value5);width:var(--size-value5)}.VcTextInput.v-text-field[data-v-70311d9f].v-input--dense:not(.v-text-field--outlined) input{padding-block:var(--size-value2)}.VcTextInput.v-text-field[data-v-70311d9f].v-input--is-readonly{cursor:pointer}",
4010
4045
  map: undefined,
4011
4046
  media: undefined
4012
4047
  });
@@ -4014,23 +4049,23 @@ var __vue_inject_styles__$F = function __vue_inject_styles__(inject) {
4014
4049
  /* scoped */
4015
4050
 
4016
4051
 
4017
- var __vue_scope_id__$F = "data-v-75d9b6f0";
4052
+ var __vue_scope_id__$G = "data-v-70311d9f";
4018
4053
  /* module identifier */
4019
4054
 
4020
- var __vue_module_identifier__$F = "data-v-75d9b6f0";
4055
+ var __vue_module_identifier__$G = "data-v-70311d9f";
4021
4056
  /* functional template */
4022
4057
 
4023
- var __vue_is_functional_template__$F = false;
4058
+ var __vue_is_functional_template__$G = false;
4024
4059
  /* style inject shadow dom */
4025
4060
 
4026
- var __vue_component__$15 = /*#__PURE__*/normalizeComponent({
4027
- render: __vue_render__$F,
4028
- staticRenderFns: __vue_staticRenderFns__$F
4029
- }, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, undefined, createInjectorSSR, undefined);
4061
+ var __vue_component__$17 = /*#__PURE__*/normalizeComponent({
4062
+ render: __vue_render__$G,
4063
+ staticRenderFns: __vue_staticRenderFns__$G
4064
+ }, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, undefined, createInjectorSSR, undefined);
4030
4065
 
4031
- var VcTextField = __vue_component__$15;var throttle$1 = require("lodash.throttle");
4066
+ var VcTextField = __vue_component__$17;var throttle$1 = require("lodash.throttle");
4032
4067
 
4033
- var script$E = {
4068
+ var script$F = {
4034
4069
  name: "VcSearchBar",
4035
4070
  components: {
4036
4071
  VcTextField: VcTextField,
@@ -4096,10 +4131,10 @@ var script$E = {
4096
4131
  };
4097
4132
  }
4098
4133
  };/* script */
4099
- var __vue_script__$E = script$E;
4134
+ var __vue_script__$F = script$F;
4100
4135
  /* template */
4101
4136
 
4102
- var __vue_render__$E = function __vue_render__() {
4137
+ var __vue_render__$F = function __vue_render__() {
4103
4138
  var _vm = this;
4104
4139
 
4105
4140
  var _h = _vm.$createElement;
@@ -4135,10 +4170,10 @@ var __vue_render__$E = function __vue_render__() {
4135
4170
  });
4136
4171
  };
4137
4172
 
4138
- var __vue_staticRenderFns__$E = [];
4173
+ var __vue_staticRenderFns__$F = [];
4139
4174
  /* style */
4140
4175
 
4141
- var __vue_inject_styles__$E = function __vue_inject_styles__(inject) {
4176
+ var __vue_inject_styles__$F = function __vue_inject_styles__(inject) {
4142
4177
  if (!inject) return;
4143
4178
  inject("data-v-0cf8328c_0", {
4144
4179
  source: ".vc-search-bar.VcTextInput[data-v-0cf8328c]{padding:var(--size-value0);margin:var(--size-value0)}.vc-search-bar.VcTextInput.border-top-radius[data-v-0cf8328c] .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-0cf8328c] .v-input__slot .v-text-field__slot,.vc-search-bar.VcTextInput.v-input--is-focused[data-v-0cf8328c] .v-input__slot .v-text-field__slot,.vc-search-bar.VcTextInput.v-input--is-label-active[data-v-0cf8328c] .v-input__slot .v-text-field__slot{margin:0}.vc-search-bar.VcTextInput__magnify[data-v-0cf8328c]{fill:var(--gray-darken-2)}.vc-search-bar.VcTextInput[data-v-0cf8328c]:hover{border-color:var(--gray-darken-2)}.vc-search-bar.VcTextInput[data-v-0cf8328c]:hover .v-input__slot label{color:var(--gray-darken-2)}.vc-search-bar.VcTextInput.medium[data-v-0cf8328c] .v-input__control .v-input__slot{height:var(--size-value10)}.vc-search-bar.VcTextInput.medium[data-v-0cf8328c] .v-input__control .v-input__slot .v-input__prepend-inner{padding:var(--size-value3)}.vc-search-bar.VcTextInput[data-v-0cf8328c] .v-input__control .v-input__slot{padding:var(--size-value0)}.vc-search-bar.VcTextInput[data-v-0cf8328c] .v-input__control .v-input__slot .v-input__prepend-inner{padding:18px var(--size-value3);margin:var(--size-value0)}",
@@ -4149,21 +4184,21 @@ var __vue_inject_styles__$E = function __vue_inject_styles__(inject) {
4149
4184
  /* scoped */
4150
4185
 
4151
4186
 
4152
- var __vue_scope_id__$E = "data-v-0cf8328c";
4187
+ var __vue_scope_id__$F = "data-v-0cf8328c";
4153
4188
  /* module identifier */
4154
4189
 
4155
- var __vue_module_identifier__$E = "data-v-0cf8328c";
4190
+ var __vue_module_identifier__$F = "data-v-0cf8328c";
4156
4191
  /* functional template */
4157
4192
 
4158
- var __vue_is_functional_template__$E = false;
4193
+ var __vue_is_functional_template__$F = false;
4159
4194
  /* style inject shadow dom */
4160
4195
 
4161
- var __vue_component__$14 = /*#__PURE__*/normalizeComponent({
4162
- render: __vue_render__$E,
4163
- staticRenderFns: __vue_staticRenderFns__$E
4164
- }, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, undefined, createInjectorSSR, undefined);
4196
+ var __vue_component__$16 = /*#__PURE__*/normalizeComponent({
4197
+ render: __vue_render__$F,
4198
+ staticRenderFns: __vue_staticRenderFns__$F
4199
+ }, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, undefined, createInjectorSSR, undefined);
4165
4200
 
4166
- var VcSearchBar = __vue_component__$14;var script$D = {
4201
+ var VcSearchBar = __vue_component__$16;var script$E = {
4167
4202
  name: "VcListbox",
4168
4203
  components: {
4169
4204
  VcLayout: VcLayout,
@@ -4262,10 +4297,10 @@ var VcSearchBar = __vue_component__$14;var script$D = {
4262
4297
  }
4263
4298
  }
4264
4299
  };/* script */
4265
- var __vue_script__$D = script$D;
4300
+ var __vue_script__$E = script$E;
4266
4301
  /* template */
4267
4302
 
4268
- var __vue_render__$D = function __vue_render__() {
4303
+ var __vue_render__$E = function __vue_render__() {
4269
4304
  var _vm = this;
4270
4305
 
4271
4306
  var _h = _vm.$createElement;
@@ -4354,10 +4389,10 @@ var __vue_render__$D = function __vue_render__() {
4354
4389
  }, [_vm._v(_vm._s(_vm.getAddAnotherLabel))])], 1)], 1) : _vm._e()], 1)], 2);
4355
4390
  };
4356
4391
 
4357
- var __vue_staticRenderFns__$D = [];
4392
+ var __vue_staticRenderFns__$E = [];
4358
4393
  /* style */
4359
4394
 
4360
- var __vue_inject_styles__$D = function __vue_inject_styles__(inject) {
4395
+ var __vue_inject_styles__$E = function __vue_inject_styles__(inject) {
4361
4396
  if (!inject) return;
4362
4397
  inject("data-v-b54f7c5e_0", {
4363
4398
  source: ".vc-list-title[data-v-b54f7c5e]{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-b54f7c5e]{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-b54f7c5e]{border:none}.VcListbox.with-search .vc-overflow[data-v-b54f7c5e]{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-b54f7c5e]{border-inline:var(--border-frame);border-block-end:unset;border-radius:unset}.VcListbox.with-search.with-add-another .last-item[data-v-b54f7c5e]{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-b54f7c5e]{overflow:auto;height:160px}.VcListbox .vc-overflow .vc-list-item[data-v-b54f7c5e]{padding:var(--size-value0);min-height:unset}.VcListbox .vc-overflow .vc-list-item[data-v-b54f7c5e]:before{opacity:0}.VcListbox .divider[data-v-b54f7c5e]{border-color:var(--gray-lighten-1)}.VcListbox .last-item[data-v-b54f7c5e]{cursor:pointer;min-height:var(--size-value10);padding-block:var(--size-value1) var(--size-value2)}.VcListbox .last-item[data-v-b54f7c5e]:hover{background-color:var(--gray-lighten-3)}.VcListbox .last-item .add-another-label[data-v-b54f7c5e]{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-b54f7c5e]{margin-inline-end:var(--size-value3);cursor:pointer}.VcListbox .last-item .add-another-icon[data-v-b54f7c5e] .v-icon__component{height:unset;width:unset}.VcListbox .last-item .add-another-icon[data-v-b54f7c5e] .v-icon__component svg{width:var(--size-value3)}.VcListbox__empty[data-v-b54f7c5e]{height:100%;font-weight:var(--font-weight-medium2);font-size:var(--font-size-xx-small);color:var(--gray-darken-4)}",
@@ -4368,21 +4403,21 @@ var __vue_inject_styles__$D = function __vue_inject_styles__(inject) {
4368
4403
  /* scoped */
4369
4404
 
4370
4405
 
4371
- var __vue_scope_id__$D = "data-v-b54f7c5e";
4406
+ var __vue_scope_id__$E = "data-v-b54f7c5e";
4372
4407
  /* module identifier */
4373
4408
 
4374
- var __vue_module_identifier__$D = "data-v-b54f7c5e";
4409
+ var __vue_module_identifier__$E = "data-v-b54f7c5e";
4375
4410
  /* functional template */
4376
4411
 
4377
- var __vue_is_functional_template__$D = false;
4412
+ var __vue_is_functional_template__$E = false;
4378
4413
  /* style inject shadow dom */
4379
4414
 
4380
- var __vue_component__$12 = /*#__PURE__*/normalizeComponent({
4381
- render: __vue_render__$D,
4382
- staticRenderFns: __vue_staticRenderFns__$D
4383
- }, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, undefined, createInjectorSSR, undefined);
4415
+ var __vue_component__$14 = /*#__PURE__*/normalizeComponent({
4416
+ render: __vue_render__$E,
4417
+ staticRenderFns: __vue_staticRenderFns__$E
4418
+ }, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, undefined, createInjectorSSR, undefined);
4384
4419
 
4385
- var __vue_component__$13 = __vue_component__$12;var script$C = {
4420
+ var __vue_component__$15 = __vue_component__$14;var script$D = {
4386
4421
  name: "VcBottomSheet",
4387
4422
  components: {
4388
4423
  VcLayout: VcLayout,
@@ -4411,10 +4446,10 @@ var __vue_component__$13 = __vue_component__$12;var script$C = {
4411
4446
  }
4412
4447
  }
4413
4448
  };/* script */
4414
- var __vue_script__$C = script$C;
4449
+ var __vue_script__$D = script$D;
4415
4450
  /* template */
4416
4451
 
4417
- var __vue_render__$C = function __vue_render__() {
4452
+ var __vue_render__$D = function __vue_render__() {
4418
4453
  var _vm = this;
4419
4454
 
4420
4455
  var _h = _vm.$createElement;
@@ -4447,10 +4482,10 @@ var __vue_render__$C = function __vue_render__() {
4447
4482
  }, [_vm._t("default")], 2)], 1);
4448
4483
  };
4449
4484
 
4450
- var __vue_staticRenderFns__$C = [];
4485
+ var __vue_staticRenderFns__$D = [];
4451
4486
  /* style */
4452
4487
 
4453
- var __vue_inject_styles__$C = function __vue_inject_styles__(inject) {
4488
+ var __vue_inject_styles__$D = function __vue_inject_styles__(inject) {
4454
4489
  if (!inject) return;
4455
4490
  inject("data-v-7a2593a5_0", {
4456
4491
  source: "[data-v-7a2593a5]: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;--select-field-height:52px;--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-7a2593a5]{max-height:92vh;border-radius:var(--modal-border-radius) var(--modal-border-radius) 0 0;display:flex;box-shadow:var(--modal-box-shadow)}",
@@ -4461,21 +4496,21 @@ var __vue_inject_styles__$C = function __vue_inject_styles__(inject) {
4461
4496
  /* scoped */
4462
4497
 
4463
4498
 
4464
- var __vue_scope_id__$C = "data-v-7a2593a5";
4499
+ var __vue_scope_id__$D = "data-v-7a2593a5";
4465
4500
  /* module identifier */
4466
4501
 
4467
- var __vue_module_identifier__$C = "data-v-7a2593a5";
4502
+ var __vue_module_identifier__$D = "data-v-7a2593a5";
4468
4503
  /* functional template */
4469
4504
 
4470
- var __vue_is_functional_template__$C = false;
4505
+ var __vue_is_functional_template__$D = false;
4471
4506
  /* style inject shadow dom */
4472
4507
 
4473
- var __vue_component__$11 = /*#__PURE__*/normalizeComponent({
4474
- render: __vue_render__$C,
4475
- staticRenderFns: __vue_staticRenderFns__$C
4476
- }, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, undefined, createInjectorSSR, undefined);
4508
+ var __vue_component__$13 = /*#__PURE__*/normalizeComponent({
4509
+ render: __vue_render__$D,
4510
+ staticRenderFns: __vue_staticRenderFns__$D
4511
+ }, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, undefined, createInjectorSSR, undefined);
4477
4512
 
4478
- var VcBottomSheet = __vue_component__$11;var script$B = {
4513
+ var VcBottomSheet = __vue_component__$13;var script$C = {
4479
4514
  components: {
4480
4515
  VcIcon: VcIcon,
4481
4516
  VSwitch: lib.VSwitch
@@ -4520,10 +4555,10 @@ var VcBottomSheet = __vue_component__$11;var script$B = {
4520
4555
  }
4521
4556
  }
4522
4557
  };/* script */
4523
- var __vue_script__$B = script$B;
4558
+ var __vue_script__$C = script$C;
4524
4559
  /* template */
4525
4560
 
4526
- var __vue_render__$B = function __vue_render__() {
4561
+ var __vue_render__$C = function __vue_render__() {
4527
4562
  var _vm = this;
4528
4563
 
4529
4564
  var _h = _vm.$createElement;
@@ -4579,10 +4614,10 @@ var __vue_render__$B = function __vue_render__() {
4579
4614
  }, [_vm._v("$close_button")]) : _vm._e()], 2);
4580
4615
  };
4581
4616
 
4582
- var __vue_staticRenderFns__$B = [];
4617
+ var __vue_staticRenderFns__$C = [];
4583
4618
  /* style */
4584
4619
 
4585
- var __vue_inject_styles__$B = function __vue_inject_styles__(inject) {
4620
+ var __vue_inject_styles__$C = function __vue_inject_styles__(inject) {
4586
4621
  if (!inject) return;
4587
4622
  inject("data-v-422626ac_0", {
4588
4623
  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)}",
@@ -4593,21 +4628,21 @@ var __vue_inject_styles__$B = function __vue_inject_styles__(inject) {
4593
4628
  /* scoped */
4594
4629
 
4595
4630
 
4596
- var __vue_scope_id__$B = "data-v-422626ac";
4631
+ var __vue_scope_id__$C = "data-v-422626ac";
4597
4632
  /* module identifier */
4598
4633
 
4599
- var __vue_module_identifier__$B = "data-v-422626ac";
4634
+ var __vue_module_identifier__$C = "data-v-422626ac";
4600
4635
  /* functional template */
4601
4636
 
4602
- var __vue_is_functional_template__$B = false;
4637
+ var __vue_is_functional_template__$C = false;
4603
4638
  /* style inject shadow dom */
4604
4639
 
4605
- var __vue_component__$10 = /*#__PURE__*/normalizeComponent({
4606
- render: __vue_render__$B,
4607
- staticRenderFns: __vue_staticRenderFns__$B
4608
- }, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, undefined, createInjectorSSR, undefined);
4640
+ var __vue_component__$12 = /*#__PURE__*/normalizeComponent({
4641
+ render: __vue_render__$C,
4642
+ staticRenderFns: __vue_staticRenderFns__$C
4643
+ }, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, undefined, createInjectorSSR, undefined);
4609
4644
 
4610
- var VcSwitch = __vue_component__$10;var script$A = {
4645
+ var VcSwitch = __vue_component__$12;var script$B = {
4611
4646
  name: "VcInputBottomSheet",
4612
4647
  components: {
4613
4648
  VcBottomSheet: VcBottomSheet,
@@ -4696,10 +4731,10 @@ var VcSwitch = __vue_component__$10;var script$A = {
4696
4731
  }
4697
4732
  }
4698
4733
  };/* script */
4699
- var __vue_script__$A = script$A;
4734
+ var __vue_script__$B = script$B;
4700
4735
  /* template */
4701
4736
 
4702
- var __vue_render__$A = function __vue_render__() {
4737
+ var __vue_render__$B = function __vue_render__() {
4703
4738
  var _vm = this;
4704
4739
 
4705
4740
  var _h = _vm.$createElement;
@@ -4818,10 +4853,10 @@ var __vue_render__$A = function __vue_render__() {
4818
4853
  }) : _vm._e()], 1)]], 2);
4819
4854
  };
4820
4855
 
4821
- var __vue_staticRenderFns__$A = [];
4856
+ var __vue_staticRenderFns__$B = [];
4822
4857
  /* style */
4823
4858
 
4824
- var __vue_inject_styles__$A = function __vue_inject_styles__(inject) {
4859
+ var __vue_inject_styles__$B = function __vue_inject_styles__(inject) {
4825
4860
  if (!inject) return;
4826
4861
  inject("data-v-e1c1f348_0", {
4827
4862
  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;--select-field-height:52px;--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}",
@@ -4832,21 +4867,21 @@ var __vue_inject_styles__$A = function __vue_inject_styles__(inject) {
4832
4867
  /* scoped */
4833
4868
 
4834
4869
 
4835
- var __vue_scope_id__$A = "data-v-e1c1f348";
4870
+ var __vue_scope_id__$B = "data-v-e1c1f348";
4836
4871
  /* module identifier */
4837
4872
 
4838
- var __vue_module_identifier__$A = "data-v-e1c1f348";
4873
+ var __vue_module_identifier__$B = "data-v-e1c1f348";
4839
4874
  /* functional template */
4840
4875
 
4841
- var __vue_is_functional_template__$A = false;
4876
+ var __vue_is_functional_template__$B = false;
4842
4877
  /* style inject shadow dom */
4843
4878
 
4844
- var __vue_component__$_ = /*#__PURE__*/normalizeComponent({
4845
- render: __vue_render__$A,
4846
- staticRenderFns: __vue_staticRenderFns__$A
4847
- }, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, undefined, createInjectorSSR, undefined);
4879
+ var __vue_component__$10 = /*#__PURE__*/normalizeComponent({
4880
+ render: __vue_render__$B,
4881
+ staticRenderFns: __vue_staticRenderFns__$B
4882
+ }, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, undefined, createInjectorSSR, undefined);
4848
4883
 
4849
- var __vue_component__$$ = __vue_component__$_;//
4884
+ var __vue_component__$11 = __vue_component__$10;//
4850
4885
  //
4851
4886
  //
4852
4887
  //
@@ -4864,7 +4899,7 @@ var __vue_component__$$ = __vue_component__$_;//
4864
4899
  //
4865
4900
  //
4866
4901
  //
4867
- var script$z = {
4902
+ var script$A = {
4868
4903
  components: {
4869
4904
  VMenu: lib.VMenu
4870
4905
  },
@@ -4898,10 +4933,10 @@ var script$z = {
4898
4933
  }
4899
4934
  }
4900
4935
  };/* script */
4901
- var __vue_script__$z = script$z;
4936
+ var __vue_script__$A = script$A;
4902
4937
  /* template */
4903
4938
 
4904
- var __vue_render__$z = function __vue_render__() {
4939
+ var __vue_render__$A = function __vue_render__() {
4905
4940
  var _vm = this;
4906
4941
 
4907
4942
  var _h = _vm.$createElement;
@@ -4939,10 +4974,10 @@ var __vue_render__$z = function __vue_render__() {
4939
4974
  }, [_vm._v(" "), _vm._t("default")], 2);
4940
4975
  };
4941
4976
 
4942
- var __vue_staticRenderFns__$z = [];
4977
+ var __vue_staticRenderFns__$A = [];
4943
4978
  /* style */
4944
4979
 
4945
- var __vue_inject_styles__$z = function __vue_inject_styles__(inject) {
4980
+ var __vue_inject_styles__$A = function __vue_inject_styles__(inject) {
4946
4981
  if (!inject) return;
4947
4982
  inject("data-v-da6757e6_0", {
4948
4983
  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;--select-field-height:52px;--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)}",
@@ -4953,21 +4988,21 @@ var __vue_inject_styles__$z = function __vue_inject_styles__(inject) {
4953
4988
  /* scoped */
4954
4989
 
4955
4990
 
4956
- var __vue_scope_id__$z = "data-v-da6757e6";
4991
+ var __vue_scope_id__$A = "data-v-da6757e6";
4957
4992
  /* module identifier */
4958
4993
 
4959
- var __vue_module_identifier__$z = "data-v-da6757e6";
4994
+ var __vue_module_identifier__$A = "data-v-da6757e6";
4960
4995
  /* functional template */
4961
4996
 
4962
- var __vue_is_functional_template__$z = false;
4997
+ var __vue_is_functional_template__$A = false;
4963
4998
  /* style inject shadow dom */
4964
4999
 
4965
- var __vue_component__$Z = /*#__PURE__*/normalizeComponent({
4966
- render: __vue_render__$z,
4967
- staticRenderFns: __vue_staticRenderFns__$z
4968
- }, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, createInjectorSSR, undefined);
5000
+ var __vue_component__$$ = /*#__PURE__*/normalizeComponent({
5001
+ render: __vue_render__$A,
5002
+ staticRenderFns: __vue_staticRenderFns__$A
5003
+ }, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, undefined, createInjectorSSR, undefined);
4969
5004
 
4970
- var VcPopover = __vue_component__$Z;var script$y = {
5005
+ var VcPopover = __vue_component__$$;var script$z = {
4971
5006
  name: "VcInputPopover",
4972
5007
  components: {
4973
5008
  VcModalHeader: VcModalHeader,
@@ -5056,10 +5091,10 @@ var VcPopover = __vue_component__$Z;var script$y = {
5056
5091
  }
5057
5092
  }
5058
5093
  };/* script */
5059
- var __vue_script__$y = script$y;
5094
+ var __vue_script__$z = script$z;
5060
5095
  /* template */
5061
5096
 
5062
- var __vue_render__$y = function __vue_render__() {
5097
+ var __vue_render__$z = function __vue_render__() {
5063
5098
  var _vm = this;
5064
5099
 
5065
5100
  var _h = _vm.$createElement;
@@ -5169,10 +5204,10 @@ var __vue_render__$y = function __vue_render__() {
5169
5204
  }) : _vm._e()], 1)]], 2);
5170
5205
  };
5171
5206
 
5172
- var __vue_staticRenderFns__$y = [];
5207
+ var __vue_staticRenderFns__$z = [];
5173
5208
  /* style */
5174
5209
 
5175
- var __vue_inject_styles__$y = function __vue_inject_styles__(inject) {
5210
+ var __vue_inject_styles__$z = function __vue_inject_styles__(inject) {
5176
5211
  if (!inject) return;
5177
5212
  inject("data-v-97aa8f28_0", {
5178
5213
  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;--select-field-height:52px;--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)}",
@@ -5183,21 +5218,21 @@ var __vue_inject_styles__$y = function __vue_inject_styles__(inject) {
5183
5218
  /* scoped */
5184
5219
 
5185
5220
 
5186
- var __vue_scope_id__$y = "data-v-97aa8f28";
5221
+ var __vue_scope_id__$z = "data-v-97aa8f28";
5187
5222
  /* module identifier */
5188
5223
 
5189
- var __vue_module_identifier__$y = "data-v-97aa8f28";
5224
+ var __vue_module_identifier__$z = "data-v-97aa8f28";
5190
5225
  /* functional template */
5191
5226
 
5192
- var __vue_is_functional_template__$y = false;
5227
+ var __vue_is_functional_template__$z = false;
5193
5228
  /* style inject shadow dom */
5194
5229
 
5195
- var __vue_component__$X = /*#__PURE__*/normalizeComponent({
5196
- render: __vue_render__$y,
5197
- staticRenderFns: __vue_staticRenderFns__$y
5198
- }, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, createInjectorSSR, undefined);
5230
+ var __vue_component__$Z = /*#__PURE__*/normalizeComponent({
5231
+ render: __vue_render__$z,
5232
+ staticRenderFns: __vue_staticRenderFns__$z
5233
+ }, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, createInjectorSSR, undefined);
5199
5234
 
5200
- var __vue_component__$Y = __vue_component__$X;var script$x = {
5235
+ var __vue_component__$_ = __vue_component__$Z;var script$y = {
5201
5236
  name: "VcChip",
5202
5237
  components: {
5203
5238
  VcIcon: VcIcon,
@@ -5237,10 +5272,10 @@ var __vue_component__$Y = __vue_component__$X;var script$x = {
5237
5272
  }
5238
5273
  }
5239
5274
  };/* script */
5240
- var __vue_script__$x = script$x;
5275
+ var __vue_script__$y = script$y;
5241
5276
  /* template */
5242
5277
 
5243
- var __vue_render__$x = function __vue_render__() {
5278
+ var __vue_render__$y = function __vue_render__() {
5244
5279
  var _vm = this;
5245
5280
 
5246
5281
  var _h = _vm.$createElement;
@@ -5282,10 +5317,10 @@ var __vue_render__$x = function __vue_render__() {
5282
5317
  })], 2);
5283
5318
  };
5284
5319
 
5285
- var __vue_staticRenderFns__$x = [];
5320
+ var __vue_staticRenderFns__$y = [];
5286
5321
  /* style */
5287
5322
 
5288
- var __vue_inject_styles__$x = function __vue_inject_styles__(inject) {
5323
+ var __vue_inject_styles__$y = function __vue_inject_styles__(inject) {
5289
5324
  if (!inject) return;
5290
5325
  inject("data-v-50259fa8_0", {
5291
5326
  source: "[data-v-50259fa8]: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;--select-field-height:52px;--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-50259fa8]{max-width:fit-content;border:1px solid var(--neutral-lighten-1)}.VcChip.v-chip[data-v-50259fa8]{background-color:var(--modal-bg-color)}.VcChip.v-chip[data-v-50259fa8] .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-50259fa8] .v-chip__content .vc-avatar-wrapper{margin-inline-end:var(--size-value2)}.VcChip.v-chip[data-v-50259fa8] .v-chip__content .vc-avatar-wrapper .vc-attention-fill{fill:var(--yellow)}.VcChip.v-chip[data-v-50259fa8] .v-chip__content .v-chip__close{direction:inherit;margin-inline:var(--size-value1) var(--size-value0);color:var(--gray)}.VcChip.v-chip[data-v-50259fa8] .v-chip__content .v-chip__close:hover{opacity:unset}.VcChip.v-chip.vc-avatar[data-v-50259fa8]{padding-inline:var(--size-value1) var(--size-value3)}.VcChip.v-chip--disabled[data-v-50259fa8]{background-color:var(--gray-lighten-2);border:1px solid var(--gray-lighten-2)}.VcChip.v-chip--disabled[data-v-50259fa8] .v-chip__content{color:var(--gray-darken-1)}.VcChip.vc-invalid[data-v-50259fa8]{background-color:var(--yellow-lighten-3);border:1px solid var(--yellow)}.VcChip.vc-invalid[data-v-50259fa8]:hover{background-color:var(--yellow-lighten-2)}.VcChip[data-v-50259fa8]:hover{background-color:var(--gray-lighten-3)}.VcChip[data-v-50259fa8]:hover:before{opacity:0}.VcChip[data-v-50259fa8]:focus{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcChip[data-v-50259fa8]:focus:before{opacity:0}",
@@ -5296,21 +5331,21 @@ var __vue_inject_styles__$x = function __vue_inject_styles__(inject) {
5296
5331
  /* scoped */
5297
5332
 
5298
5333
 
5299
- var __vue_scope_id__$x = "data-v-50259fa8";
5334
+ var __vue_scope_id__$y = "data-v-50259fa8";
5300
5335
  /* module identifier */
5301
5336
 
5302
- var __vue_module_identifier__$x = "data-v-50259fa8";
5337
+ var __vue_module_identifier__$y = "data-v-50259fa8";
5303
5338
  /* functional template */
5304
5339
 
5305
- var __vue_is_functional_template__$x = false;
5340
+ var __vue_is_functional_template__$y = false;
5306
5341
  /* style inject shadow dom */
5307
5342
 
5308
- var __vue_component__$W = /*#__PURE__*/normalizeComponent({
5309
- render: __vue_render__$x,
5310
- staticRenderFns: __vue_staticRenderFns__$x
5311
- }, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, createInjectorSSR, undefined);
5343
+ var __vue_component__$Y = /*#__PURE__*/normalizeComponent({
5344
+ render: __vue_render__$y,
5345
+ staticRenderFns: __vue_staticRenderFns__$y
5346
+ }, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, createInjectorSSR, undefined);
5312
5347
 
5313
- var VcChip = __vue_component__$W;var justDebounce = debounce;
5348
+ var VcChip = __vue_component__$Y;var justDebounce = debounce;
5314
5349
 
5315
5350
  function debounce(fn, delay, atStart, guarantee) {
5316
5351
  var timeout;
@@ -5343,7 +5378,7 @@ function debounce(fn, delay, atStart, guarantee) {
5343
5378
  timeout = null;
5344
5379
  }
5345
5380
  };
5346
- }var script$w = {
5381
+ }var script$x = {
5347
5382
  name: "VcChipList",
5348
5383
  components: {
5349
5384
  VcChip: VcChip,
@@ -5501,10 +5536,10 @@ function debounce(fn, delay, atStart, guarantee) {
5501
5536
  window.removeEventListener("resize", justDebounce(this.processChips, 300));
5502
5537
  }
5503
5538
  };/* script */
5504
- var __vue_script__$w = script$w;
5539
+ var __vue_script__$x = script$x;
5505
5540
  /* template */
5506
5541
 
5507
- var __vue_render__$w = function __vue_render__() {
5542
+ var __vue_render__$x = function __vue_render__() {
5508
5543
  var _vm = this;
5509
5544
 
5510
5545
  var _h = _vm.$createElement;
@@ -5563,10 +5598,10 @@ var __vue_render__$w = function __vue_render__() {
5563
5598
  })], 2)], 2);
5564
5599
  };
5565
5600
 
5566
- var __vue_staticRenderFns__$w = [];
5601
+ var __vue_staticRenderFns__$x = [];
5567
5602
  /* style */
5568
5603
 
5569
- var __vue_inject_styles__$w = function __vue_inject_styles__(inject) {
5604
+ var __vue_inject_styles__$x = function __vue_inject_styles__(inject) {
5570
5605
  if (!inject) return;
5571
5606
  inject("data-v-20a5e7d6_0", {
5572
5607
  source: ".VcChipList[data-v-20a5e7d6]{overflow:hidden;height:80px;max-height:80px}.VcChipList--loaded[data-v-20a5e7d6]{height:auto}.VcChipList .VcChip[data-v-20a5e7d6]{margin-bottom:8px}.VcChipList .VcChip[data-v-20a5e7d6]:not(:last-child){margin-inline-end:var(--size-value1)}.VcChipList .VcChip[data-v-20a5e7d6]:hover{background-color:unset}.VcChipList .more-indicator[data-v-20a5e7d6]{position:relative;top:calc(var(--size-value1) * -1);font-size:var(--font-size-small);font-weight:var(--font-weight-medium2);color:var(--gray-darken-4);text-decoration:underline}.more-tooltip[data-v-20a5e7d6]{padding:var(--size-value1) var(--size-value2);background-color:var(--gray-darken-5);font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2)}",
@@ -5577,21 +5612,21 @@ var __vue_inject_styles__$w = function __vue_inject_styles__(inject) {
5577
5612
  /* scoped */
5578
5613
 
5579
5614
 
5580
- var __vue_scope_id__$w = "data-v-20a5e7d6";
5615
+ var __vue_scope_id__$x = "data-v-20a5e7d6";
5581
5616
  /* module identifier */
5582
5617
 
5583
- var __vue_module_identifier__$w = "data-v-20a5e7d6";
5618
+ var __vue_module_identifier__$x = "data-v-20a5e7d6";
5584
5619
  /* functional template */
5585
5620
 
5586
- var __vue_is_functional_template__$w = false;
5621
+ var __vue_is_functional_template__$x = false;
5587
5622
  /* style inject shadow dom */
5588
5623
 
5589
- var __vue_component__$U = /*#__PURE__*/normalizeComponent({
5590
- render: __vue_render__$w,
5591
- staticRenderFns: __vue_staticRenderFns__$w
5592
- }, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, createInjectorSSR, undefined);
5624
+ var __vue_component__$W = /*#__PURE__*/normalizeComponent({
5625
+ render: __vue_render__$x,
5626
+ staticRenderFns: __vue_staticRenderFns__$x
5627
+ }, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, createInjectorSSR, undefined);
5593
5628
 
5594
- var __vue_component__$V = __vue_component__$U;//
5629
+ var __vue_component__$X = __vue_component__$W;//
5595
5630
  //
5596
5631
  //
5597
5632
  //
@@ -5600,7 +5635,7 @@ var __vue_component__$V = __vue_component__$U;//
5600
5635
  //
5601
5636
  //
5602
5637
  //
5603
- var script$v = {
5638
+ var script$w = {
5604
5639
  name: "VcBaseListItem",
5605
5640
  model: {
5606
5641
  prop: 'selected'
@@ -5641,10 +5676,10 @@ var script$v = {
5641
5676
  }
5642
5677
  }
5643
5678
  };/* script */
5644
- var __vue_script__$v = script$v;
5679
+ var __vue_script__$w = script$w;
5645
5680
  /* template */
5646
5681
 
5647
- var __vue_render__$v = function __vue_render__() {
5682
+ var __vue_render__$w = function __vue_render__() {
5648
5683
  var _vm = this;
5649
5684
 
5650
5685
  var _h = _vm.$createElement;
@@ -5665,10 +5700,10 @@ var __vue_render__$v = function __vue_render__() {
5665
5700
  }, [[_vm._t("default")]], 2);
5666
5701
  };
5667
5702
 
5668
- var __vue_staticRenderFns__$v = [];
5703
+ var __vue_staticRenderFns__$w = [];
5669
5704
  /* style */
5670
5705
 
5671
- var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
5706
+ var __vue_inject_styles__$w = function __vue_inject_styles__(inject) {
5672
5707
  if (!inject) return;
5673
5708
  inject("data-v-22288207_0", {
5674
5709
  source: ".vc-base-list-item[data-v-22288207]{padding:var(--size-value4) var(--size-value0);cursor:pointer;transition:background .8s}.vc-base-list-item.disabled[data-v-22288207]{cursor:unset;background-color:var(--gray-lighten-3);color:var(--gray-darken-2)}.vc-base-list-item[data-v-22288207]:not(.disabled):hover{background-color:var(--gray-lighten-3)}.vc-base-list-item[data-v-22288207]:not(.disabled):focus{box-shadow:0 0 0 2px var(--v-secondary-lighten1)}.vc-base-list-item[data-v-22288207]:not(.disabled):focus:before{background-color:var(--modal-bg-color)}.vc-base-list-item:not(.disabled).active[data-v-22288207]::before{background-color:unset}.vc-base-list-item:not(.disabled).active:not(.disabled).multiple[data-v-22288207]{background-color:unset}.vc-base-list-item:not(.disabled).active:not(.disabled).single[data-v-22288207]{background-color:var(--v-secondary-lighten3)}.vc-base-list-item[data-v-22288207]:not(.disabled):active{background-color:var(--gray)!important;transition:background 0s}",
@@ -5679,22 +5714,22 @@ var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
5679
5714
  /* scoped */
5680
5715
 
5681
5716
 
5682
- var __vue_scope_id__$v = "data-v-22288207";
5717
+ var __vue_scope_id__$w = "data-v-22288207";
5683
5718
  /* module identifier */
5684
5719
 
5685
- var __vue_module_identifier__$v = "data-v-22288207";
5720
+ var __vue_module_identifier__$w = "data-v-22288207";
5686
5721
  /* functional template */
5687
5722
 
5688
- var __vue_is_functional_template__$v = false;
5723
+ var __vue_is_functional_template__$w = false;
5689
5724
  /* style inject shadow dom */
5690
5725
 
5691
- var __vue_component__$T = /*#__PURE__*/normalizeComponent({
5692
- render: __vue_render__$v,
5693
- staticRenderFns: __vue_staticRenderFns__$v
5694
- }, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, createInjectorSSR, undefined);
5726
+ var __vue_component__$V = /*#__PURE__*/normalizeComponent({
5727
+ render: __vue_render__$w,
5728
+ staticRenderFns: __vue_staticRenderFns__$w
5729
+ }, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, createInjectorSSR, undefined);
5695
5730
 
5696
- var VcBaseListItem = __vue_component__$T;var VcLinkIcons = ['', 'copy', 'trash', 'left'];
5697
- var script$u = {
5731
+ var VcBaseListItem = __vue_component__$V;var VcLinkIcons = ['', 'copy', 'trash', 'left'];
5732
+ var script$v = {
5698
5733
  name: "VcLink",
5699
5734
  components: {
5700
5735
  VcIcon: VcIcon
@@ -5747,10 +5782,10 @@ var script$u = {
5747
5782
  }
5748
5783
  }
5749
5784
  };/* script */
5750
- var __vue_script__$u = script$u;
5785
+ var __vue_script__$v = script$v;
5751
5786
  /* template */
5752
5787
 
5753
- var __vue_render__$u = function __vue_render__() {
5788
+ var __vue_render__$v = function __vue_render__() {
5754
5789
  var _vm = this;
5755
5790
 
5756
5791
  var _h = _vm.$createElement;
@@ -5780,10 +5815,10 @@ var __vue_render__$u = function __vue_render__() {
5780
5815
  }, [_vm._v(_vm._s(_vm.getIcon))]) : _vm._e(), _vm._ssrNode(" <label data-v-65e5dd72>" + _vm._ssrEscape(_vm._s(_vm.label)) + "</label>")], 2);
5781
5816
  };
5782
5817
 
5783
- var __vue_staticRenderFns__$u = [];
5818
+ var __vue_staticRenderFns__$v = [];
5784
5819
  /* style */
5785
5820
 
5786
- var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
5821
+ var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
5787
5822
  if (!inject) return;
5788
5823
  inject("data-v-65e5dd72_0", {
5789
5824
  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)}",
@@ -5794,32 +5829,32 @@ var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
5794
5829
  /* scoped */
5795
5830
 
5796
5831
 
5797
- var __vue_scope_id__$u = "data-v-65e5dd72";
5832
+ var __vue_scope_id__$v = "data-v-65e5dd72";
5798
5833
  /* module identifier */
5799
5834
 
5800
- var __vue_module_identifier__$u = "data-v-65e5dd72";
5835
+ var __vue_module_identifier__$v = "data-v-65e5dd72";
5801
5836
  /* functional template */
5802
5837
 
5803
- var __vue_is_functional_template__$u = false;
5838
+ var __vue_is_functional_template__$v = false;
5804
5839
  /* style inject shadow dom */
5805
5840
 
5806
- var __vue_component__$S = /*#__PURE__*/normalizeComponent({
5807
- render: __vue_render__$u,
5808
- staticRenderFns: __vue_staticRenderFns__$u
5809
- }, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, createInjectorSSR, undefined);
5841
+ var __vue_component__$U = /*#__PURE__*/normalizeComponent({
5842
+ render: __vue_render__$v,
5843
+ staticRenderFns: __vue_staticRenderFns__$v
5844
+ }, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, createInjectorSSR, undefined);
5810
5845
 
5811
- var VcLink = __vue_component__$S;//
5846
+ var VcLink = __vue_component__$U;//
5812
5847
  //
5813
5848
  //
5814
5849
  //
5815
- var script$t = {
5850
+ var script$u = {
5816
5851
  name: 'VcSvg',
5817
5852
  props: ['svg']
5818
5853
  };/* script */
5819
- var __vue_script__$t = script$t;
5854
+ var __vue_script__$u = script$u;
5820
5855
  /* template */
5821
5856
 
5822
- var __vue_render__$t = function __vue_render__() {
5857
+ var __vue_render__$u = function __vue_render__() {
5823
5858
  var _vm = this;
5824
5859
 
5825
5860
  var _h = _vm.$createElement;
@@ -5833,31 +5868,31 @@ var __vue_render__$t = function __vue_render__() {
5833
5868
  }, []);
5834
5869
  };
5835
5870
 
5836
- var __vue_staticRenderFns__$t = [];
5871
+ var __vue_staticRenderFns__$u = [];
5837
5872
  /* style */
5838
5873
 
5839
- var __vue_inject_styles__$t = undefined;
5874
+ var __vue_inject_styles__$u = undefined;
5840
5875
  /* scoped */
5841
5876
 
5842
- var __vue_scope_id__$t = undefined;
5877
+ var __vue_scope_id__$u = undefined;
5843
5878
  /* module identifier */
5844
5879
 
5845
- var __vue_module_identifier__$t = "data-v-56d3274a";
5880
+ var __vue_module_identifier__$u = "data-v-56d3274a";
5846
5881
  /* functional template */
5847
5882
 
5848
- var __vue_is_functional_template__$t = false;
5883
+ var __vue_is_functional_template__$u = false;
5849
5884
  /* style inject */
5850
5885
 
5851
5886
  /* style inject SSR */
5852
5887
 
5853
5888
  /* style inject shadow dom */
5854
5889
 
5855
- var __vue_component__$R = /*#__PURE__*/normalizeComponent({
5856
- render: __vue_render__$t,
5857
- staticRenderFns: __vue_staticRenderFns__$t
5858
- }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
5890
+ var __vue_component__$T = /*#__PURE__*/normalizeComponent({
5891
+ render: __vue_render__$u,
5892
+ staticRenderFns: __vue_staticRenderFns__$u
5893
+ }, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, undefined, undefined);
5859
5894
 
5860
- var VcSvg = __vue_component__$R;var script$s = {
5895
+ var VcSvg = __vue_component__$T;var script$t = {
5861
5896
  name: 'VcEmptyState',
5862
5897
  components: {
5863
5898
  VcImage: VcImage,
@@ -5925,10 +5960,10 @@ var VcSvg = __vue_component__$R;var script$s = {
5925
5960
  }
5926
5961
  }
5927
5962
  };/* script */
5928
- var __vue_script__$s = script$s;
5963
+ var __vue_script__$t = script$t;
5929
5964
  /* template */
5930
5965
 
5931
- var __vue_render__$s = function __vue_render__() {
5966
+ var __vue_render__$t = function __vue_render__() {
5932
5967
  var _vm = this;
5933
5968
 
5934
5969
  var _h = _vm.$createElement;
@@ -5986,10 +6021,10 @@ var __vue_render__$s = function __vue_render__() {
5986
6021
  })], 2);
5987
6022
  };
5988
6023
 
5989
- var __vue_staticRenderFns__$s = [];
6024
+ var __vue_staticRenderFns__$t = [];
5990
6025
  /* style */
5991
6026
 
5992
- var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
6027
+ var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
5993
6028
  if (!inject) return;
5994
6029
  inject("data-v-07491186_0", {
5995
6030
  source: ".VcEmptyState[data-v-07491186],.VcEmptyStateSubtitle[data-v-07491186]{text-align:center;line-height:var(--size-value6)}.VcEmptyState[data-v-07491186]{text-align:center}.VcEmptyState .VcEmptyStateImage[data-v-07491186]{margin-bottom:var(--size-value4);height:160px}.VcEmptyState .VcEmptyStateTitle[data-v-07491186]{font-weight:var(--font-weight-xl);line-height:22px;padding-bottom:var(--size-value1);font-size:var(--font-size-small2)}.VcEmptyState .VcEmptyStateSubtitle[data-v-07491186]{font-size:var(--font-size-x-small)}.VcEmptyState .VcEmptyStateButton[data-v-07491186]{margin-top:var(--size-value4)}.sm .VcEmptyStateImage[data-v-07491186]{height:48px;margin-bottom:var(--size-value8)}.sm .VcEmptyStateImage[data-v-07491186] svg{width:48px}.lg .VcEmptyStateImage[data-v-07491186]{height:280px;margin-bottom:var(--size-value8)}.lg .VcEmptyStateImage[data-v-07491186] svg{width:280px}.lg .VcEmptyStateTitle[data-v-07491186]{font-weight:var(--font-weight-large);line-height:22px;padding-bottom:var(--size-value2);font-size:var(--font-size-medium1)}",
@@ -6000,21 +6035,21 @@ var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
6000
6035
  /* scoped */
6001
6036
 
6002
6037
 
6003
- var __vue_scope_id__$s = "data-v-07491186";
6038
+ var __vue_scope_id__$t = "data-v-07491186";
6004
6039
  /* module identifier */
6005
6040
 
6006
- var __vue_module_identifier__$s = "data-v-07491186";
6041
+ var __vue_module_identifier__$t = "data-v-07491186";
6007
6042
  /* functional template */
6008
6043
 
6009
- var __vue_is_functional_template__$s = false;
6044
+ var __vue_is_functional_template__$t = false;
6010
6045
  /* style inject shadow dom */
6011
6046
 
6012
- var __vue_component__$Q = /*#__PURE__*/normalizeComponent({
6013
- render: __vue_render__$s,
6014
- staticRenderFns: __vue_staticRenderFns__$s
6015
- }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, createInjectorSSR, undefined);
6047
+ var __vue_component__$S = /*#__PURE__*/normalizeComponent({
6048
+ render: __vue_render__$t,
6049
+ staticRenderFns: __vue_staticRenderFns__$t
6050
+ }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, createInjectorSSR, undefined);
6016
6051
 
6017
- var VcEmptyState = __vue_component__$Q;var script$r = {
6052
+ var VcEmptyState = __vue_component__$S;var script$s = {
6018
6053
  name: "VcList",
6019
6054
  components: {
6020
6055
  VcEmptyState: VcEmptyState,
@@ -6063,10 +6098,10 @@ var VcEmptyState = __vue_component__$Q;var script$r = {
6063
6098
  }
6064
6099
  }
6065
6100
  };/* script */
6066
- var __vue_script__$r = script$r;
6101
+ var __vue_script__$s = script$s;
6067
6102
  /* template */
6068
6103
 
6069
- var __vue_render__$r = function __vue_render__() {
6104
+ var __vue_render__$s = function __vue_render__() {
6070
6105
  var _vm = this;
6071
6106
 
6072
6107
  var _h = _vm.$createElement;
@@ -6103,10 +6138,10 @@ var __vue_render__$r = function __vue_render__() {
6103
6138
  })]], 2);
6104
6139
  };
6105
6140
 
6106
- var __vue_staticRenderFns__$r = [];
6141
+ var __vue_staticRenderFns__$s = [];
6107
6142
  /* style */
6108
6143
 
6109
- var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
6144
+ var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
6110
6145
  if (!inject) return;
6111
6146
  inject("data-v-7ee68c7b_0", {
6112
6147
  source: ".vc-list[data-v-7ee68c7b]{margin:var(--size-value0);padding:var(--size-value0)}",
@@ -6117,21 +6152,21 @@ var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
6117
6152
  /* scoped */
6118
6153
 
6119
6154
 
6120
- var __vue_scope_id__$r = "data-v-7ee68c7b";
6155
+ var __vue_scope_id__$s = "data-v-7ee68c7b";
6121
6156
  /* module identifier */
6122
6157
 
6123
- var __vue_module_identifier__$r = "data-v-7ee68c7b";
6158
+ var __vue_module_identifier__$s = "data-v-7ee68c7b";
6124
6159
  /* functional template */
6125
6160
 
6126
- var __vue_is_functional_template__$r = false;
6161
+ var __vue_is_functional_template__$s = false;
6127
6162
  /* style inject shadow dom */
6128
6163
 
6129
- var __vue_component__$O = /*#__PURE__*/normalizeComponent({
6130
- render: __vue_render__$r,
6131
- staticRenderFns: __vue_staticRenderFns__$r
6132
- }, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, createInjectorSSR, undefined);
6164
+ var __vue_component__$Q = /*#__PURE__*/normalizeComponent({
6165
+ render: __vue_render__$s,
6166
+ staticRenderFns: __vue_staticRenderFns__$s
6167
+ }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, createInjectorSSR, undefined);
6133
6168
 
6134
- var __vue_component__$P = __vue_component__$O;//
6169
+ var __vue_component__$R = __vue_component__$Q;//
6135
6170
  //
6136
6171
  //
6137
6172
  //
@@ -6153,7 +6188,7 @@ var __vue_component__$P = __vue_component__$O;//
6153
6188
  //
6154
6189
  //
6155
6190
  //
6156
- var script$q = {
6191
+ var script$r = {
6157
6192
  components: {
6158
6193
  VCol: lib.VCol,
6159
6194
  VRow: lib.VRow,
@@ -6239,10 +6274,10 @@ var script$q = {
6239
6274
  }
6240
6275
  }
6241
6276
  };/* script */
6242
- var __vue_script__$q = script$q;
6277
+ var __vue_script__$r = script$r;
6243
6278
  /* template */
6244
6279
 
6245
- var __vue_render__$q = function __vue_render__() {
6280
+ var __vue_render__$r = function __vue_render__() {
6246
6281
  var _vm = this;
6247
6282
 
6248
6283
  var _h = _vm.$createElement;
@@ -6289,10 +6324,10 @@ var __vue_render__$q = function __vue_render__() {
6289
6324
  }), 1);
6290
6325
  };
6291
6326
 
6292
- var __vue_staticRenderFns__$q = [];
6327
+ var __vue_staticRenderFns__$r = [];
6293
6328
  /* style */
6294
6329
 
6295
- var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
6330
+ var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
6296
6331
  if (!inject) return;
6297
6332
  inject("data-v-284ef818_0", {
6298
6333
  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}",
@@ -6303,21 +6338,21 @@ var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
6303
6338
  /* scoped */
6304
6339
 
6305
6340
 
6306
- var __vue_scope_id__$q = "data-v-284ef818";
6341
+ var __vue_scope_id__$r = "data-v-284ef818";
6307
6342
  /* module identifier */
6308
6343
 
6309
- var __vue_module_identifier__$q = "data-v-284ef818";
6344
+ var __vue_module_identifier__$r = "data-v-284ef818";
6310
6345
  /* functional template */
6311
6346
 
6312
- var __vue_is_functional_template__$q = false;
6347
+ var __vue_is_functional_template__$r = false;
6313
6348
  /* style inject shadow dom */
6314
6349
 
6315
- var __vue_component__$M = /*#__PURE__*/normalizeComponent({
6316
- render: __vue_render__$q,
6317
- staticRenderFns: __vue_staticRenderFns__$q
6318
- }, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, createInjectorSSR, undefined);
6350
+ var __vue_component__$O = /*#__PURE__*/normalizeComponent({
6351
+ render: __vue_render__$r,
6352
+ staticRenderFns: __vue_staticRenderFns__$r
6353
+ }, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, createInjectorSSR, undefined);
6319
6354
 
6320
- var __vue_component__$N = __vue_component__$M;//
6355
+ var __vue_component__$P = __vue_component__$O;//
6321
6356
  //
6322
6357
  //
6323
6358
  //
@@ -6327,7 +6362,7 @@ var __vue_component__$N = __vue_component__$M;//
6327
6362
  //
6328
6363
  //
6329
6364
  //
6330
- var script$p = {
6365
+ var script$q = {
6331
6366
  components: {
6332
6367
  VProgressCircular: lib.VProgressCircular
6333
6368
  },
@@ -6365,10 +6400,10 @@ var script$p = {
6365
6400
  }
6366
6401
  }
6367
6402
  };/* script */
6368
- var __vue_script__$p = script$p;
6403
+ var __vue_script__$q = script$q;
6369
6404
  /* template */
6370
6405
 
6371
- var __vue_render__$p = function __vue_render__() {
6406
+ var __vue_render__$q = function __vue_render__() {
6372
6407
  var _vm = this;
6373
6408
 
6374
6409
  var _h = _vm.$createElement;
@@ -6387,31 +6422,31 @@ var __vue_render__$p = function __vue_render__() {
6387
6422
  });
6388
6423
  };
6389
6424
 
6390
- var __vue_staticRenderFns__$p = [];
6425
+ var __vue_staticRenderFns__$q = [];
6391
6426
  /* style */
6392
6427
 
6393
- var __vue_inject_styles__$p = undefined;
6428
+ var __vue_inject_styles__$q = undefined;
6394
6429
  /* scoped */
6395
6430
 
6396
- var __vue_scope_id__$p = undefined;
6431
+ var __vue_scope_id__$q = undefined;
6397
6432
  /* module identifier */
6398
6433
 
6399
- var __vue_module_identifier__$p = "data-v-c9f80b76";
6434
+ var __vue_module_identifier__$q = "data-v-c9f80b76";
6400
6435
  /* functional template */
6401
6436
 
6402
- var __vue_is_functional_template__$p = false;
6437
+ var __vue_is_functional_template__$q = false;
6403
6438
  /* style inject */
6404
6439
 
6405
6440
  /* style inject SSR */
6406
6441
 
6407
6442
  /* style inject shadow dom */
6408
6443
 
6409
- var __vue_component__$L = /*#__PURE__*/normalizeComponent({
6410
- render: __vue_render__$p,
6411
- staticRenderFns: __vue_staticRenderFns__$p
6412
- }, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
6444
+ var __vue_component__$N = /*#__PURE__*/normalizeComponent({
6445
+ render: __vue_render__$q,
6446
+ staticRenderFns: __vue_staticRenderFns__$q
6447
+ }, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, undefined, undefined);
6413
6448
 
6414
- var VcLoader = __vue_component__$L;var script$o = {
6449
+ var VcLoader = __vue_component__$N;var script$p = {
6415
6450
  components: {
6416
6451
  VcIcon: VcIcon,
6417
6452
  VcSwitch: VcSwitch,
@@ -6437,10 +6472,10 @@ var VcLoader = __vue_component__$L;var script$o = {
6437
6472
  }
6438
6473
  }
6439
6474
  };/* script */
6440
- var __vue_script__$o = script$o;
6475
+ var __vue_script__$p = script$p;
6441
6476
  /* template */
6442
6477
 
6443
- var __vue_render__$o = function __vue_render__() {
6478
+ var __vue_render__$p = function __vue_render__() {
6444
6479
  var _vm = this;
6445
6480
 
6446
6481
  var _h = _vm.$createElement;
@@ -6486,10 +6521,10 @@ var __vue_render__$o = function __vue_render__() {
6486
6521
  })], 1)])])], 1);
6487
6522
  };
6488
6523
 
6489
- var __vue_staticRenderFns__$o = [];
6524
+ var __vue_staticRenderFns__$p = [];
6490
6525
  /* style */
6491
6526
 
6492
- var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
6527
+ var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
6493
6528
  if (!inject) return;
6494
6529
  inject("data-v-482da144_0", {
6495
6530
  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%}",
@@ -6500,21 +6535,21 @@ var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
6500
6535
  /* scoped */
6501
6536
 
6502
6537
 
6503
- var __vue_scope_id__$o = undefined;
6538
+ var __vue_scope_id__$p = undefined;
6504
6539
  /* module identifier */
6505
6540
 
6506
- var __vue_module_identifier__$o = "data-v-482da144";
6541
+ var __vue_module_identifier__$p = "data-v-482da144";
6507
6542
  /* functional template */
6508
6543
 
6509
- var __vue_is_functional_template__$o = false;
6544
+ var __vue_is_functional_template__$p = false;
6510
6545
  /* style inject shadow dom */
6511
6546
 
6512
- var __vue_component__$J = /*#__PURE__*/normalizeComponent({
6513
- render: __vue_render__$o,
6514
- staticRenderFns: __vue_staticRenderFns__$o
6515
- }, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, createInjectorSSR, undefined);
6547
+ var __vue_component__$L = /*#__PURE__*/normalizeComponent({
6548
+ render: __vue_render__$p,
6549
+ staticRenderFns: __vue_staticRenderFns__$p
6550
+ }, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, createInjectorSSR, undefined);
6516
6551
 
6517
- var __vue_component__$K = __vue_component__$J;var script$n = {
6552
+ var __vue_component__$M = __vue_component__$L;var script$o = {
6518
6553
  components: {
6519
6554
  VcImage: VcImage,
6520
6555
  VcIcon: VcIcon,
@@ -6551,10 +6586,10 @@ var __vue_component__$K = __vue_component__$J;var script$n = {
6551
6586
  }
6552
6587
  }
6553
6588
  };/* script */
6554
- var __vue_script__$n = script$n;
6589
+ var __vue_script__$o = script$o;
6555
6590
  /* template */
6556
6591
 
6557
- var __vue_render__$n = function __vue_render__() {
6592
+ var __vue_render__$o = function __vue_render__() {
6558
6593
  var _vm = this;
6559
6594
 
6560
6595
  var _h = _vm.$createElement;
@@ -6629,10 +6664,10 @@ var __vue_render__$n = function __vue_render__() {
6629
6664
  }, [_vm._t("default")], 2) : _vm._e()])], 1);
6630
6665
  };
6631
6666
 
6632
- var __vue_staticRenderFns__$n = [];
6667
+ var __vue_staticRenderFns__$o = [];
6633
6668
  /* style */
6634
6669
 
6635
- var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
6670
+ var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
6636
6671
  if (!inject) return;
6637
6672
  inject("data-v-5f907c3e_0", {
6638
6673
  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}",
@@ -6647,21 +6682,21 @@ var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
6647
6682
  /* scoped */
6648
6683
 
6649
6684
 
6650
- var __vue_scope_id__$n = "data-v-5f907c3e";
6685
+ var __vue_scope_id__$o = "data-v-5f907c3e";
6651
6686
  /* module identifier */
6652
6687
 
6653
- var __vue_module_identifier__$n = "data-v-5f907c3e";
6688
+ var __vue_module_identifier__$o = "data-v-5f907c3e";
6654
6689
  /* functional template */
6655
6690
 
6656
- var __vue_is_functional_template__$n = false;
6691
+ var __vue_is_functional_template__$o = false;
6657
6692
  /* style inject shadow dom */
6658
6693
 
6659
- var __vue_component__$H = /*#__PURE__*/normalizeComponent({
6660
- render: __vue_render__$n,
6661
- staticRenderFns: __vue_staticRenderFns__$n
6662
- }, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, createInjectorSSR, undefined);
6694
+ var __vue_component__$J = /*#__PURE__*/normalizeComponent({
6695
+ render: __vue_render__$o,
6696
+ staticRenderFns: __vue_staticRenderFns__$o
6697
+ }, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, createInjectorSSR, undefined);
6663
6698
 
6664
- var __vue_component__$I = __vue_component__$H;//
6699
+ var __vue_component__$K = __vue_component__$J;//
6665
6700
  //
6666
6701
  //
6667
6702
  //
@@ -6682,7 +6717,7 @@ var __vue_component__$I = __vue_component__$H;//
6682
6717
  //
6683
6718
  //
6684
6719
  //
6685
- var script$m = {
6720
+ var script$n = {
6686
6721
  components: {
6687
6722
  VTextarea: lib.VTextarea
6688
6723
  },
@@ -6743,10 +6778,10 @@ var script$m = {
6743
6778
  }
6744
6779
  }
6745
6780
  };/* script */
6746
- var __vue_script__$m = script$m;
6781
+ var __vue_script__$n = script$n;
6747
6782
  /* template */
6748
6783
 
6749
- var __vue_render__$m = function __vue_render__() {
6784
+ var __vue_render__$n = function __vue_render__() {
6750
6785
  var _vm = this;
6751
6786
 
6752
6787
  var _h = _vm.$createElement;
@@ -6783,10 +6818,10 @@ var __vue_render__$m = function __vue_render__() {
6783
6818
  });
6784
6819
  };
6785
6820
 
6786
- var __vue_staticRenderFns__$m = [];
6821
+ var __vue_staticRenderFns__$n = [];
6787
6822
  /* style */
6788
6823
 
6789
- var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
6824
+ var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
6790
6825
  if (!inject) return;
6791
6826
  inject("data-v-2f56a231_0", {
6792
6827
  source: "[data-v-2f56a231].VcTextArea.v-text-field .v-text-field__slot:first-child{margin-inline-start:12px;margin-top:3px;height:100%}[data-v-2f56a231].VcTextArea.v-text-field.v-input--is-focused label,[data-v-2f56a231].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-2f56a231].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-2f56a231].VcTextArea.v-text-field:not(.v-text-field--outlined) .v-text-field__slot{transition:margin-bottom .1s}[data-v-2f56a231].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-focused label,[data-v-2f56a231].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-2f56a231].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-2f56a231].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-2f56a231].VcTextArea.v-text-field .v-input__slot:after,[data-v-2f56a231].VcTextArea.v-text-field .v-input__slot:before{display:none}[data-v-2f56a231].VcTextArea.v-text-field textarea{font-size:15px!important;font-weight:500;line-height:1.5;margin-top:20px}[data-v-2f56a231].VcTextArea.v-text-field.no-label textarea{margin-top:var(--size-value2)}[data-v-2f56a231].VcTextArea.v-text-field .v-text-field__prefix{color:rgba(0,0,0,.54)!important}[data-v-2f56a231].VcTextArea.v-text-field.error--text .v-input__slot{border:1px solid var(--v-danger-base);box-shadow:none}[data-v-2f56a231].VcTextArea.v-text-field.v-input--is-disabled .v-input__slot{background-color:rgba(0,0,0,.03)!important}",
@@ -6797,21 +6832,21 @@ var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
6797
6832
  /* scoped */
6798
6833
 
6799
6834
 
6800
- var __vue_scope_id__$m = "data-v-2f56a231";
6835
+ var __vue_scope_id__$n = "data-v-2f56a231";
6801
6836
  /* module identifier */
6802
6837
 
6803
- var __vue_module_identifier__$m = "data-v-2f56a231";
6838
+ var __vue_module_identifier__$n = "data-v-2f56a231";
6804
6839
  /* functional template */
6805
6840
 
6806
- var __vue_is_functional_template__$m = false;
6841
+ var __vue_is_functional_template__$n = false;
6807
6842
  /* style inject shadow dom */
6808
6843
 
6809
- var __vue_component__$F = /*#__PURE__*/normalizeComponent({
6810
- render: __vue_render__$m,
6811
- staticRenderFns: __vue_staticRenderFns__$m
6812
- }, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, createInjectorSSR, undefined);
6844
+ var __vue_component__$H = /*#__PURE__*/normalizeComponent({
6845
+ render: __vue_render__$n,
6846
+ staticRenderFns: __vue_staticRenderFns__$n
6847
+ }, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, createInjectorSSR, undefined);
6813
6848
 
6814
- var __vue_component__$G = __vue_component__$F;var script$l = {
6849
+ var __vue_component__$I = __vue_component__$H;var script$m = {
6815
6850
  name: 'VcSelectField',
6816
6851
  components: {
6817
6852
  VcIconWithTooltip: VcIconWithTooltip,
@@ -6892,10 +6927,10 @@ var __vue_component__$G = __vue_component__$F;var script$l = {
6892
6927
  }
6893
6928
  }
6894
6929
  };/* script */
6895
- var __vue_script__$l = script$l;
6930
+ var __vue_script__$m = script$m;
6896
6931
  /* template */
6897
6932
 
6898
- var __vue_render__$l = function __vue_render__() {
6933
+ var __vue_render__$m = function __vue_render__() {
6899
6934
  var _vm = this;
6900
6935
 
6901
6936
  var _h = _vm.$createElement;
@@ -6954,10 +6989,10 @@ var __vue_render__$l = function __vue_render__() {
6954
6989
  });
6955
6990
  };
6956
6991
 
6957
- var __vue_staticRenderFns__$l = [];
6992
+ var __vue_staticRenderFns__$m = [];
6958
6993
  /* style */
6959
6994
 
6960
- var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
6995
+ var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
6961
6996
  if (!inject) return;
6962
6997
  inject("data-v-1413447c_0", {
6963
6998
  source: "[data-v-1413447c]: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;--select-field-height:52px;--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-1413447c]{border-radius:var(--border-radius)}.VcSelectField[data-v-1413447c] .icon{fill:var(--gray-darken-2)}.VcSelectField[data-v-1413447c] fieldset{height:var(--select-field-height);background:var(--modal-bg-color);border-color:var(--gray-lighten-1);transition:border-color .1s}.VcSelectField[data-v-1413447c] .v-label--active{transform:translateY(-8px) scale(.75)!important}.VcSelectField[data-v-1413447c] .v-label{color:var(--gray-darken-3)!important}.VcSelectField[data-v-1413447c] .v-select__slot label+div{position:absolute;top:10px}.VcSelectField[data-v-1413447c]:hover fieldset{border-color:var(--gray-darken-3)}.VcSelectField[data-v-1413447c].v-input--is-disabled fieldset{background-color:var(--gray-lighten-3)}.VcSelectField[data-v-1413447c].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-1413447c].v-input--is-focused fieldset input{color:var(--gray-darken-3)}.VcSelectField[data-v-1413447c].error--text fieldset{border:1px solid var(--red);transition:border-color .1s}.VcSelectField[data-v-1413447c] .v-text-field__details{padding-inline-start:0}.VcSelectField[data-v-1413447c] .v-text-field__details .v-messages__message{margin-top:10px}.VcSelectField[data-v-1413447c] legend{display:none}.VcSelectField[data-v-1413447c] .v-select__selection--comma{font-size:15px;font-weight:500}.VcSelectField[data-v-1413447c].with-tooltip .v-select__selection{max-width:75%}.VcSelectField[data-v-1413447c] .v-input__append-inner{align-content:center;align-items:center;margin-top:5px!important;height:75%}.VcSelectField[data-v-1413447c] .dropdown-arrow{width:var(--size-value5);height:var(--size-value5)}.VcSelectField[data-v-1413447c] .tooltip{padding-inline-start:var(--size-value3);margin-inline-start:var(--size-value3);border-inline-start:1px solid var(--gray-lighten-1);height:100%}",
@@ -6972,21 +7007,21 @@ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
6972
7007
  /* scoped */
6973
7008
 
6974
7009
 
6975
- var __vue_scope_id__$l = "data-v-1413447c";
7010
+ var __vue_scope_id__$m = "data-v-1413447c";
6976
7011
  /* module identifier */
6977
7012
 
6978
- var __vue_module_identifier__$l = "data-v-1413447c";
7013
+ var __vue_module_identifier__$m = "data-v-1413447c";
6979
7014
  /* functional template */
6980
7015
 
6981
- var __vue_is_functional_template__$l = false;
7016
+ var __vue_is_functional_template__$m = false;
6982
7017
  /* style inject shadow dom */
6983
7018
 
6984
- var __vue_component__$D = /*#__PURE__*/normalizeComponent({
6985
- render: __vue_render__$l,
6986
- staticRenderFns: __vue_staticRenderFns__$l
6987
- }, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, createInjectorSSR, undefined);
7019
+ var __vue_component__$F = /*#__PURE__*/normalizeComponent({
7020
+ render: __vue_render__$m,
7021
+ staticRenderFns: __vue_staticRenderFns__$m
7022
+ }, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, createInjectorSSR, undefined);
6988
7023
 
6989
- var __vue_component__$E = __vue_component__$D;var script$k = {
7024
+ var __vue_component__$G = __vue_component__$F;var script$l = {
6990
7025
  name: 'VcToast',
6991
7026
  components: {
6992
7027
  VcAlert: VcAlert,
@@ -7007,10 +7042,10 @@ var __vue_component__$E = __vue_component__$D;var script$k = {
7007
7042
  }
7008
7043
  }
7009
7044
  };/* script */
7010
- var __vue_script__$k = script$k;
7045
+ var __vue_script__$l = script$l;
7011
7046
  /* template */
7012
7047
 
7013
- var __vue_render__$k = function __vue_render__() {
7048
+ var __vue_render__$l = function __vue_render__() {
7014
7049
  var _vm = this;
7015
7050
 
7016
7051
  var _h = _vm.$createElement;
@@ -7032,10 +7067,10 @@ var __vue_render__$k = function __vue_render__() {
7032
7067
  }, 'VcAlert', _vm.$attrs, false))], 1);
7033
7068
  };
7034
7069
 
7035
- var __vue_staticRenderFns__$k = [];
7070
+ var __vue_staticRenderFns__$l = [];
7036
7071
  /* style */
7037
7072
 
7038
- var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
7073
+ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
7039
7074
  if (!inject) return;
7040
7075
  inject("data-v-2d3e5bbe_0", {
7041
7076
  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}",
@@ -7046,21 +7081,21 @@ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
7046
7081
  /* scoped */
7047
7082
 
7048
7083
 
7049
- var __vue_scope_id__$k = "data-v-2d3e5bbe";
7084
+ var __vue_scope_id__$l = "data-v-2d3e5bbe";
7050
7085
  /* module identifier */
7051
7086
 
7052
- var __vue_module_identifier__$k = "data-v-2d3e5bbe";
7087
+ var __vue_module_identifier__$l = "data-v-2d3e5bbe";
7053
7088
  /* functional template */
7054
7089
 
7055
- var __vue_is_functional_template__$k = false;
7090
+ var __vue_is_functional_template__$l = false;
7056
7091
  /* style inject shadow dom */
7057
7092
 
7058
- var __vue_component__$B = /*#__PURE__*/normalizeComponent({
7059
- render: __vue_render__$k,
7060
- staticRenderFns: __vue_staticRenderFns__$k
7061
- }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, createInjectorSSR, undefined);
7093
+ var __vue_component__$D = /*#__PURE__*/normalizeComponent({
7094
+ render: __vue_render__$l,
7095
+ staticRenderFns: __vue_staticRenderFns__$l
7096
+ }, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, createInjectorSSR, undefined);
7062
7097
 
7063
- var __vue_component__$C = __vue_component__$B;//
7098
+ var __vue_component__$E = __vue_component__$D;//
7064
7099
  //
7065
7100
  //
7066
7101
  //
@@ -7072,7 +7107,7 @@ var __vue_component__$C = __vue_component__$B;//
7072
7107
  //
7073
7108
  //
7074
7109
  //
7075
- var script$j = {
7110
+ var script$k = {
7076
7111
  components: {
7077
7112
  VCard: lib.VCard
7078
7113
  },
@@ -7094,10 +7129,10 @@ var script$j = {
7094
7129
  }
7095
7130
  }
7096
7131
  };/* script */
7097
- var __vue_script__$j = script$j;
7132
+ var __vue_script__$k = script$k;
7098
7133
  /* template */
7099
7134
 
7100
- var __vue_render__$j = function __vue_render__() {
7135
+ var __vue_render__$k = function __vue_render__() {
7101
7136
  var _vm = this;
7102
7137
 
7103
7138
  var _h = _vm.$createElement;
@@ -7131,10 +7166,10 @@ var __vue_render__$j = function __vue_render__() {
7131
7166
  }) : _vm._e(), _vm._v(" "), _vm._t("default")], 2);
7132
7167
  };
7133
7168
 
7134
- var __vue_staticRenderFns__$j = [];
7169
+ var __vue_staticRenderFns__$k = [];
7135
7170
  /* style */
7136
7171
 
7137
- var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
7172
+ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
7138
7173
  if (!inject) return;
7139
7174
  inject("data-v-11425092_0", {
7140
7175
  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}",
@@ -7145,21 +7180,21 @@ var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
7145
7180
  /* scoped */
7146
7181
 
7147
7182
 
7148
- var __vue_scope_id__$j = "data-v-11425092";
7183
+ var __vue_scope_id__$k = "data-v-11425092";
7149
7184
  /* module identifier */
7150
7185
 
7151
- var __vue_module_identifier__$j = "data-v-11425092";
7186
+ var __vue_module_identifier__$k = "data-v-11425092";
7152
7187
  /* functional template */
7153
7188
 
7154
- var __vue_is_functional_template__$j = false;
7189
+ var __vue_is_functional_template__$k = false;
7155
7190
  /* style inject shadow dom */
7156
7191
 
7157
- var __vue_component__$z = /*#__PURE__*/normalizeComponent({
7158
- render: __vue_render__$j,
7159
- staticRenderFns: __vue_staticRenderFns__$j
7160
- }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, createInjectorSSR, undefined);
7192
+ var __vue_component__$B = /*#__PURE__*/normalizeComponent({
7193
+ render: __vue_render__$k,
7194
+ staticRenderFns: __vue_staticRenderFns__$k
7195
+ }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, createInjectorSSR, undefined);
7161
7196
 
7162
- var __vue_component__$A = __vue_component__$z;var script$i = {
7197
+ var __vue_component__$C = __vue_component__$B;var script$j = {
7163
7198
  name: "FilterPanel",
7164
7199
  components: {
7165
7200
  VcLayout: VcLayout,
@@ -7186,10 +7221,10 @@ var __vue_component__$A = __vue_component__$z;var script$i = {
7186
7221
  }
7187
7222
  }
7188
7223
  };/* script */
7189
- var __vue_script__$i = script$i;
7224
+ var __vue_script__$j = script$j;
7190
7225
  /* template */
7191
7226
 
7192
- var __vue_render__$i = function __vue_render__() {
7227
+ var __vue_render__$j = function __vue_render__() {
7193
7228
  var _vm = this;
7194
7229
 
7195
7230
  var _h = _vm.$createElement;
@@ -7245,10 +7280,10 @@ var __vue_render__$i = function __vue_render__() {
7245
7280
  }) : _vm._e(), _vm._v(" "), _vm._t("default")], 2)], 1)], 1);
7246
7281
  };
7247
7282
 
7248
- var __vue_staticRenderFns__$i = [];
7283
+ var __vue_staticRenderFns__$j = [];
7249
7284
  /* style */
7250
7285
 
7251
- var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
7286
+ var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
7252
7287
  if (!inject) return;
7253
7288
  inject("data-v-44aac954_0", {
7254
7289
  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)}",
@@ -7259,27 +7294,27 @@ var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
7259
7294
  /* scoped */
7260
7295
 
7261
7296
 
7262
- var __vue_scope_id__$i = "data-v-44aac954";
7297
+ var __vue_scope_id__$j = "data-v-44aac954";
7263
7298
  /* module identifier */
7264
7299
 
7265
- var __vue_module_identifier__$i = "data-v-44aac954";
7300
+ var __vue_module_identifier__$j = "data-v-44aac954";
7266
7301
  /* functional template */
7267
7302
 
7268
- var __vue_is_functional_template__$i = false;
7303
+ var __vue_is_functional_template__$j = false;
7269
7304
  /* style inject shadow dom */
7270
7305
 
7271
- var __vue_component__$x = /*#__PURE__*/normalizeComponent({
7272
- render: __vue_render__$i,
7273
- staticRenderFns: __vue_staticRenderFns__$i
7274
- }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, createInjectorSSR, undefined);
7306
+ var __vue_component__$z = /*#__PURE__*/normalizeComponent({
7307
+ render: __vue_render__$j,
7308
+ staticRenderFns: __vue_staticRenderFns__$j
7309
+ }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, createInjectorSSR, undefined);
7275
7310
 
7276
- var __vue_component__$y = __vue_component__$x;//
7311
+ var __vue_component__$A = __vue_component__$z;//
7277
7312
  //
7278
7313
  //
7279
7314
  //
7280
7315
  //
7281
7316
  //
7282
- var script$h = {
7317
+ var script$i = {
7283
7318
  components: {
7284
7319
  VLayout: lib.VLayout
7285
7320
  },
@@ -7293,10 +7328,10 @@ var script$h = {
7293
7328
  }
7294
7329
  }
7295
7330
  };/* script */
7296
- var __vue_script__$h = script$h;
7331
+ var __vue_script__$i = script$i;
7297
7332
  /* template */
7298
7333
 
7299
- var __vue_render__$h = function __vue_render__() {
7334
+ var __vue_render__$i = function __vue_render__() {
7300
7335
  var _vm = this;
7301
7336
 
7302
7337
  var _h = _vm.$createElement;
@@ -7311,10 +7346,10 @@ var __vue_render__$h = function __vue_render__() {
7311
7346
  }, [_vm._t("default")], 2);
7312
7347
  };
7313
7348
 
7314
- var __vue_staticRenderFns__$h = [];
7349
+ var __vue_staticRenderFns__$i = [];
7315
7350
  /* style */
7316
7351
 
7317
- var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
7352
+ var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
7318
7353
  if (!inject) return;
7319
7354
  inject("data-v-e2463588_0", {
7320
7355
  source: ".VcFocusArea[data-v-e2463588]{padding:var(--size-value4);background-color:var(--gray-lighten-3);border-radius:6px}",
@@ -7325,21 +7360,21 @@ var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
7325
7360
  /* scoped */
7326
7361
 
7327
7362
 
7328
- var __vue_scope_id__$h = "data-v-e2463588";
7363
+ var __vue_scope_id__$i = "data-v-e2463588";
7329
7364
  /* module identifier */
7330
7365
 
7331
- var __vue_module_identifier__$h = "data-v-e2463588";
7366
+ var __vue_module_identifier__$i = "data-v-e2463588";
7332
7367
  /* functional template */
7333
7368
 
7334
- var __vue_is_functional_template__$h = false;
7369
+ var __vue_is_functional_template__$i = false;
7335
7370
  /* style inject shadow dom */
7336
7371
 
7337
- var __vue_component__$v = /*#__PURE__*/normalizeComponent({
7338
- render: __vue_render__$h,
7339
- staticRenderFns: __vue_staticRenderFns__$h
7340
- }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, createInjectorSSR, undefined);
7372
+ var __vue_component__$x = /*#__PURE__*/normalizeComponent({
7373
+ render: __vue_render__$i,
7374
+ staticRenderFns: __vue_staticRenderFns__$i
7375
+ }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, createInjectorSSR, undefined);
7341
7376
 
7342
- var __vue_component__$w = __vue_component__$v;var script$g = {
7377
+ var __vue_component__$y = __vue_component__$x;var script$h = {
7343
7378
  name: "ListItem",
7344
7379
  components: {
7345
7380
  VcLayout: VcLayout,
@@ -7377,10 +7412,10 @@ var __vue_component__$w = __vue_component__$v;var script$g = {
7377
7412
  }
7378
7413
  }
7379
7414
  };/* script */
7380
- var __vue_script__$g = script$g;
7415
+ var __vue_script__$h = script$h;
7381
7416
  /* template */
7382
7417
 
7383
- var __vue_render__$g = function __vue_render__() {
7418
+ var __vue_render__$h = function __vue_render__() {
7384
7419
  var _vm = this;
7385
7420
 
7386
7421
  var _h = _vm.$createElement;
@@ -7425,10 +7460,10 @@ var __vue_render__$g = function __vue_render__() {
7425
7460
  })], 2)], 1);
7426
7461
  };
7427
7462
 
7428
- var __vue_staticRenderFns__$g = [];
7463
+ var __vue_staticRenderFns__$h = [];
7429
7464
  /* style */
7430
7465
 
7431
- var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
7466
+ var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
7432
7467
  if (!inject) return;
7433
7468
  inject("data-v-0a8bbb3a_0", {
7434
7469
  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}",
@@ -7439,21 +7474,21 @@ var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
7439
7474
  /* scoped */
7440
7475
 
7441
7476
 
7442
- var __vue_scope_id__$g = "data-v-0a8bbb3a";
7477
+ var __vue_scope_id__$h = "data-v-0a8bbb3a";
7443
7478
  /* module identifier */
7444
7479
 
7445
- var __vue_module_identifier__$g = "data-v-0a8bbb3a";
7480
+ var __vue_module_identifier__$h = "data-v-0a8bbb3a";
7446
7481
  /* functional template */
7447
7482
 
7448
- var __vue_is_functional_template__$g = false;
7483
+ var __vue_is_functional_template__$h = false;
7449
7484
  /* style inject shadow dom */
7450
7485
 
7451
- var __vue_component__$t = /*#__PURE__*/normalizeComponent({
7452
- render: __vue_render__$g,
7453
- staticRenderFns: __vue_staticRenderFns__$g
7454
- }, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, createInjectorSSR, undefined);
7486
+ var __vue_component__$v = /*#__PURE__*/normalizeComponent({
7487
+ render: __vue_render__$h,
7488
+ staticRenderFns: __vue_staticRenderFns__$h
7489
+ }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, createInjectorSSR, undefined);
7455
7490
 
7456
- var __vue_component__$u = __vue_component__$t;var script$f = {
7491
+ var __vue_component__$w = __vue_component__$v;var script$g = {
7457
7492
  name: "VcGroupHeader",
7458
7493
  components: {
7459
7494
  VcLayout: VcLayout
@@ -7473,10 +7508,10 @@ var __vue_component__$u = __vue_component__$t;var script$f = {
7473
7508
  }
7474
7509
  }
7475
7510
  };/* script */
7476
- var __vue_script__$f = script$f;
7511
+ var __vue_script__$g = script$g;
7477
7512
  /* template */
7478
7513
 
7479
- var __vue_render__$f = function __vue_render__() {
7514
+ var __vue_render__$g = function __vue_render__() {
7480
7515
  var _vm = this;
7481
7516
 
7482
7517
  var _h = _vm.$createElement;
@@ -7492,10 +7527,10 @@ var __vue_render__$f = function __vue_render__() {
7492
7527
  }, [_c('span', [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.summaryText))])]);
7493
7528
  };
7494
7529
 
7495
- var __vue_staticRenderFns__$f = [];
7530
+ var __vue_staticRenderFns__$g = [];
7496
7531
  /* style */
7497
7532
 
7498
- var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
7533
+ var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
7499
7534
  if (!inject) return;
7500
7535
  inject("data-v-5cb0ff3e_0", {
7501
7536
  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)}}",
@@ -7506,21 +7541,21 @@ var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
7506
7541
  /* scoped */
7507
7542
 
7508
7543
 
7509
- var __vue_scope_id__$f = "data-v-5cb0ff3e";
7544
+ var __vue_scope_id__$g = "data-v-5cb0ff3e";
7510
7545
  /* module identifier */
7511
7546
 
7512
- var __vue_module_identifier__$f = "data-v-5cb0ff3e";
7547
+ var __vue_module_identifier__$g = "data-v-5cb0ff3e";
7513
7548
  /* functional template */
7514
7549
 
7515
- var __vue_is_functional_template__$f = false;
7550
+ var __vue_is_functional_template__$g = false;
7516
7551
  /* style inject shadow dom */
7517
7552
 
7518
- var __vue_component__$r = /*#__PURE__*/normalizeComponent({
7519
- render: __vue_render__$f,
7520
- staticRenderFns: __vue_staticRenderFns__$f
7521
- }, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, createInjectorSSR, undefined);
7553
+ var __vue_component__$t = /*#__PURE__*/normalizeComponent({
7554
+ render: __vue_render__$g,
7555
+ staticRenderFns: __vue_staticRenderFns__$g
7556
+ }, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, createInjectorSSR, undefined);
7522
7557
 
7523
- var __vue_component__$s = __vue_component__$r;var script$e = {
7558
+ var __vue_component__$u = __vue_component__$t;var script$f = {
7524
7559
  name: "VcBanner",
7525
7560
  components: {
7526
7561
  VcImage: VcImage,
@@ -7568,10 +7603,10 @@ var __vue_component__$s = __vue_component__$r;var script$e = {
7568
7603
  }
7569
7604
  }
7570
7605
  };/* script */
7571
- var __vue_script__$e = script$e;
7606
+ var __vue_script__$f = script$f;
7572
7607
  /* template */
7573
7608
 
7574
- var __vue_render__$e = function __vue_render__() {
7609
+ var __vue_render__$f = function __vue_render__() {
7575
7610
  var _vm = this;
7576
7611
 
7577
7612
  var _h = _vm.$createElement;
@@ -7643,10 +7678,10 @@ var __vue_render__$e = function __vue_render__() {
7643
7678
  }) : _vm._e()], 2);
7644
7679
  };
7645
7680
 
7646
- var __vue_staticRenderFns__$e = [];
7681
+ var __vue_staticRenderFns__$f = [];
7647
7682
  /* style */
7648
7683
 
7649
- var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
7684
+ var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
7650
7685
  if (!inject) return;
7651
7686
  inject("data-v-b6def40c_0", {
7652
7687
  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)}",
@@ -7657,21 +7692,21 @@ var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
7657
7692
  /* scoped */
7658
7693
 
7659
7694
 
7660
- var __vue_scope_id__$e = "data-v-b6def40c";
7695
+ var __vue_scope_id__$f = "data-v-b6def40c";
7661
7696
  /* module identifier */
7662
7697
 
7663
- var __vue_module_identifier__$e = "data-v-b6def40c";
7698
+ var __vue_module_identifier__$f = "data-v-b6def40c";
7664
7699
  /* functional template */
7665
7700
 
7666
- var __vue_is_functional_template__$e = false;
7701
+ var __vue_is_functional_template__$f = false;
7667
7702
  /* style inject shadow dom */
7668
7703
 
7669
- var __vue_component__$p = /*#__PURE__*/normalizeComponent({
7670
- render: __vue_render__$e,
7671
- staticRenderFns: __vue_staticRenderFns__$e
7672
- }, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, createInjectorSSR, undefined);
7704
+ var __vue_component__$r = /*#__PURE__*/normalizeComponent({
7705
+ render: __vue_render__$f,
7706
+ staticRenderFns: __vue_staticRenderFns__$f
7707
+ }, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, createInjectorSSR, undefined);
7673
7708
 
7674
- var __vue_component__$q = __vue_component__$p;var script$d = {
7709
+ var __vue_component__$s = __vue_component__$r;var script$e = {
7675
7710
  name: "VcWizardCtaContainer",
7676
7711
  components: {
7677
7712
  VcButton: VcButton,
@@ -7700,10 +7735,10 @@ var __vue_component__$q = __vue_component__$p;var script$d = {
7700
7735
  }
7701
7736
  }
7702
7737
  };/* script */
7703
- var __vue_script__$d = script$d;
7738
+ var __vue_script__$e = script$e;
7704
7739
  /* template */
7705
7740
 
7706
- var __vue_render__$d = function __vue_render__() {
7741
+ var __vue_render__$e = function __vue_render__() {
7707
7742
  var _vm = this;
7708
7743
 
7709
7744
  var _h = _vm.$createElement;
@@ -7743,10 +7778,10 @@ var __vue_render__$d = function __vue_render__() {
7743
7778
  }, [_vm._v("\n " + _vm._s(_vm.nextButtonLabel) + "\n ")])], 1);
7744
7779
  };
7745
7780
 
7746
- var __vue_staticRenderFns__$d = [];
7781
+ var __vue_staticRenderFns__$e = [];
7747
7782
  /* style */
7748
7783
 
7749
- var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
7784
+ var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
7750
7785
  if (!inject) return;
7751
7786
  inject("data-v-1df05a63_0", {
7752
7787
  source: "[data-v-1df05a63]: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;--select-field-height:52px;--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-1df05a63]{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-1df05a63]{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-1df05a63]{flex:1;min-height:var(--size-value12)}@media screen and (min-width:960px){.wizard-cta-button[data-v-1df05a63]{flex:revert;min-height:var(--size-value10)}}.wizard-cta-button+.wizard-cta-button[data-v-1df05a63]{margin-inline-start:var(--size-value3)}",
@@ -7757,21 +7792,21 @@ var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
7757
7792
  /* scoped */
7758
7793
 
7759
7794
 
7760
- var __vue_scope_id__$d = "data-v-1df05a63";
7795
+ var __vue_scope_id__$e = "data-v-1df05a63";
7761
7796
  /* module identifier */
7762
7797
 
7763
- var __vue_module_identifier__$d = "data-v-1df05a63";
7798
+ var __vue_module_identifier__$e = "data-v-1df05a63";
7764
7799
  /* functional template */
7765
7800
 
7766
- var __vue_is_functional_template__$d = false;
7801
+ var __vue_is_functional_template__$e = false;
7767
7802
  /* style inject shadow dom */
7768
7803
 
7769
- var __vue_component__$o = /*#__PURE__*/normalizeComponent({
7770
- render: __vue_render__$d,
7771
- staticRenderFns: __vue_staticRenderFns__$d
7772
- }, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, createInjectorSSR, undefined);
7804
+ var __vue_component__$q = /*#__PURE__*/normalizeComponent({
7805
+ render: __vue_render__$e,
7806
+ staticRenderFns: __vue_staticRenderFns__$e
7807
+ }, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, createInjectorSSR, undefined);
7773
7808
 
7774
- var VcWizardCtaContainer = __vue_component__$o;var script$c = {
7809
+ var VcWizardCtaContainer = __vue_component__$q;var script$d = {
7775
7810
  name: "VcStepperContent",
7776
7811
  model: {
7777
7812
  prop: 'currentStep'
@@ -7885,10 +7920,10 @@ var VcWizardCtaContainer = __vue_component__$o;var script$c = {
7885
7920
  }
7886
7921
  }
7887
7922
  };/* script */
7888
- var __vue_script__$c = script$c;
7923
+ var __vue_script__$d = script$d;
7889
7924
  /* template */
7890
7925
 
7891
- var __vue_render__$c = function __vue_render__() {
7926
+ var __vue_render__$d = function __vue_render__() {
7892
7927
  var _vm = this;
7893
7928
 
7894
7929
  var _h = _vm.$createElement;
@@ -7977,10 +8012,10 @@ var __vue_render__$c = function __vue_render__() {
7977
8012
  }), 1)], 1)], 1);
7978
8013
  };
7979
8014
 
7980
- var __vue_staticRenderFns__$c = [];
8015
+ var __vue_staticRenderFns__$d = [];
7981
8016
  /* style */
7982
8017
 
7983
- var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
8018
+ var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
7984
8019
  if (!inject) return;
7985
8020
  inject("data-v-4a2a7ae5_0", {
7986
8021
  source: "[data-v-4a2a7ae5]: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;--select-field-height:52px;--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-4a2a7ae5]{height:100%;width:100%;padding-bottom:var(--size-value6)}@media screen and (min-width:960px){.stepper-content-wrapper[data-v-4a2a7ae5]{padding-bottom:var(--size-value0)}}.layout-content[data-v-4a2a7ae5]{padding:var(--size-value0) var(--size-value4)}@media screen and (min-width:960px){.layout-content[data-v-4a2a7ae5]{padding:revert;padding-block-start:var(--size-value3)}}.stepper-header[data-v-4a2a7ae5]{flex:0;margin-block-end:var(--size-value4);padding:var(--size-value0)}@media screen and (min-width:960px){.stepper-header[data-v-4a2a7ae5]{padding:revert;flex:revert;padding-block-start:var(--size-value3)}}.stepper-header .content-stepper-title[data-v-4a2a7ae5]{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-4a2a7ae5]{font-size:var(--font-size-medium2)}}.stepper-header .content-stepper-description[data-v-4a2a7ae5]{font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-4)}.stepper-header .content-stepper-description[data-v-4a2a7ae5] a{color:var(--blue)}.vc-stepper-content.v-stepper[data-v-4a2a7ae5]{width:100%;box-shadow:none;height:100%;overflow:auto}.vc-stepper-content.v-stepper[data-v-4a2a7ae5] .v-stepper__items .v-stepper__content{padding:0}",
@@ -7991,21 +8026,21 @@ var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
7991
8026
  /* scoped */
7992
8027
 
7993
8028
 
7994
- var __vue_scope_id__$c = "data-v-4a2a7ae5";
8029
+ var __vue_scope_id__$d = "data-v-4a2a7ae5";
7995
8030
  /* module identifier */
7996
8031
 
7997
- var __vue_module_identifier__$c = "data-v-4a2a7ae5";
8032
+ var __vue_module_identifier__$d = "data-v-4a2a7ae5";
7998
8033
  /* functional template */
7999
8034
 
8000
- var __vue_is_functional_template__$c = false;
8035
+ var __vue_is_functional_template__$d = false;
8001
8036
  /* style inject shadow dom */
8002
8037
 
8003
- var __vue_component__$n = /*#__PURE__*/normalizeComponent({
8004
- render: __vue_render__$c,
8005
- staticRenderFns: __vue_staticRenderFns__$c
8006
- }, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, createInjectorSSR, undefined);
8038
+ var __vue_component__$p = /*#__PURE__*/normalizeComponent({
8039
+ render: __vue_render__$d,
8040
+ staticRenderFns: __vue_staticRenderFns__$d
8041
+ }, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, createInjectorSSR, undefined);
8007
8042
 
8008
- var VcStepperContent = __vue_component__$n;var script$b = {
8043
+ var VcStepperContent = __vue_component__$p;var script$c = {
8009
8044
  name: "VcWizard",
8010
8045
  components: {
8011
8046
  VcStepsBar: VcStepsBar,
@@ -8122,10 +8157,10 @@ var VcStepperContent = __vue_component__$n;var script$b = {
8122
8157
  }
8123
8158
  }
8124
8159
  };/* script */
8125
- var __vue_script__$b = script$b;
8160
+ var __vue_script__$c = script$c;
8126
8161
  /* template */
8127
8162
 
8128
- var __vue_render__$b = function __vue_render__() {
8163
+ var __vue_render__$c = function __vue_render__() {
8129
8164
  var _vm = this;
8130
8165
 
8131
8166
  var _h = _vm.$createElement;
@@ -8179,10 +8214,10 @@ var __vue_render__$b = function __vue_render__() {
8179
8214
  })], 1);
8180
8215
  };
8181
8216
 
8182
- var __vue_staticRenderFns__$b = [];
8217
+ var __vue_staticRenderFns__$c = [];
8183
8218
  /* style */
8184
8219
 
8185
- var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
8220
+ var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
8186
8221
  if (!inject) return;
8187
8222
  inject("data-v-b6c4a2b8_0", {
8188
8223
  source: "[data-v-b6c4a2b8]: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;--select-field-height:52px;--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-b6c4a2b8]{height:100%}@media screen and (min-width:960px){.vc-wizard[data-v-b6c4a2b8]{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-b6c4a2b8]{grid-column-gap:var(--size-value10);padding-inline-end:var(--size-value10)}.vc-wizard.wizard-size-lg[data-v-b6c4a2b8]{grid-column-gap:var(--size-value20);padding-inline-end:var(--size-value20)}}.vc-stepper-container[data-v-b6c4a2b8]{grid-area:1/1/3/2;border-inline-end:1px solid #e0e0e0;max-height:calc(100% - 24px)}.wizard-cta-container[data-v-b6c4a2b8]{grid-area:2/2/3/3}.stepper-content-wrapper[data-v-b6c4a2b8]{grid-area:1/2/2/3}",
@@ -8193,21 +8228,21 @@ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
8193
8228
  /* scoped */
8194
8229
 
8195
8230
 
8196
- var __vue_scope_id__$b = "data-v-b6c4a2b8";
8231
+ var __vue_scope_id__$c = "data-v-b6c4a2b8";
8197
8232
  /* module identifier */
8198
8233
 
8199
- var __vue_module_identifier__$b = "data-v-b6c4a2b8";
8234
+ var __vue_module_identifier__$c = "data-v-b6c4a2b8";
8200
8235
  /* functional template */
8201
8236
 
8202
- var __vue_is_functional_template__$b = false;
8237
+ var __vue_is_functional_template__$c = false;
8203
8238
  /* style inject shadow dom */
8204
8239
 
8205
- var __vue_component__$l = /*#__PURE__*/normalizeComponent({
8206
- render: __vue_render__$b,
8207
- staticRenderFns: __vue_staticRenderFns__$b
8208
- }, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, createInjectorSSR, undefined);
8240
+ var __vue_component__$n = /*#__PURE__*/normalizeComponent({
8241
+ render: __vue_render__$c,
8242
+ staticRenderFns: __vue_staticRenderFns__$c
8243
+ }, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, createInjectorSSR, undefined);
8209
8244
 
8210
- var __vue_component__$m = __vue_component__$l;//
8245
+ var __vue_component__$o = __vue_component__$n;//
8211
8246
  //
8212
8247
  //
8213
8248
  //
@@ -8223,7 +8258,7 @@ var __vue_component__$m = __vue_component__$l;//
8223
8258
  //
8224
8259
  //
8225
8260
  //
8226
- var script$a = {
8261
+ var script$b = {
8227
8262
  name: 'VcBadge',
8228
8263
  components: {
8229
8264
  VBadge: lib.VBadge
@@ -8254,10 +8289,10 @@ var script$a = {
8254
8289
  }
8255
8290
  }
8256
8291
  };/* script */
8257
- var __vue_script__$a = script$a;
8292
+ var __vue_script__$b = script$b;
8258
8293
  /* template */
8259
8294
 
8260
- var __vue_render__$a = function __vue_render__() {
8295
+ var __vue_render__$b = function __vue_render__() {
8261
8296
  var _vm = this;
8262
8297
 
8263
8298
  var _h = _vm.$createElement;
@@ -8283,10 +8318,10 @@ var __vue_render__$a = function __vue_render__() {
8283
8318
  }, [_vm._t("default")], 2)], 1);
8284
8319
  };
8285
8320
 
8286
- var __vue_staticRenderFns__$a = [];
8321
+ var __vue_staticRenderFns__$b = [];
8287
8322
  /* style */
8288
8323
 
8289
- var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
8324
+ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
8290
8325
  if (!inject) return;
8291
8326
  inject("data-v-4edabf76_0", {
8292
8327
  source: "[data-v-4edabf76] .v-icon__component{height:12px;width:12px}",
@@ -8297,21 +8332,21 @@ var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
8297
8332
  /* scoped */
8298
8333
 
8299
8334
 
8300
- var __vue_scope_id__$a = "data-v-4edabf76";
8335
+ var __vue_scope_id__$b = "data-v-4edabf76";
8301
8336
  /* module identifier */
8302
8337
 
8303
- var __vue_module_identifier__$a = "data-v-4edabf76";
8338
+ var __vue_module_identifier__$b = "data-v-4edabf76";
8304
8339
  /* functional template */
8305
8340
 
8306
- var __vue_is_functional_template__$a = false;
8341
+ var __vue_is_functional_template__$b = false;
8307
8342
  /* style inject shadow dom */
8308
8343
 
8309
- var __vue_component__$j = /*#__PURE__*/normalizeComponent({
8310
- render: __vue_render__$a,
8311
- staticRenderFns: __vue_staticRenderFns__$a
8312
- }, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, createInjectorSSR, undefined);
8344
+ var __vue_component__$l = /*#__PURE__*/normalizeComponent({
8345
+ render: __vue_render__$b,
8346
+ staticRenderFns: __vue_staticRenderFns__$b
8347
+ }, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, createInjectorSSR, undefined);
8313
8348
 
8314
- var __vue_component__$k = __vue_component__$j;var script$9 = {
8349
+ var __vue_component__$m = __vue_component__$l;var script$a = {
8315
8350
  name: "VcUpsellBlock",
8316
8351
  components: {
8317
8352
  VcImage: VcImage,
@@ -8377,10 +8412,10 @@ var __vue_component__$k = __vue_component__$j;var script$9 = {
8377
8412
  }
8378
8413
  }
8379
8414
  };/* script */
8380
- var __vue_script__$9 = script$9;
8415
+ var __vue_script__$a = script$a;
8381
8416
  /* template */
8382
8417
 
8383
- var __vue_render__$9 = function __vue_render__() {
8418
+ var __vue_render__$a = function __vue_render__() {
8384
8419
  var _vm = this;
8385
8420
 
8386
8421
  var _h = _vm.$createElement;
@@ -8444,10 +8479,10 @@ var __vue_render__$9 = function __vue_render__() {
8444
8479
  })], 1)], 1);
8445
8480
  };
8446
8481
 
8447
- var __vue_staticRenderFns__$9 = [];
8482
+ var __vue_staticRenderFns__$a = [];
8448
8483
  /* style */
8449
8484
 
8450
- var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
8485
+ var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
8451
8486
  if (!inject) return;
8452
8487
  inject("data-v-3e23f57f_0", {
8453
8488
  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}}",
@@ -8458,21 +8493,21 @@ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
8458
8493
  /* scoped */
8459
8494
 
8460
8495
 
8461
- var __vue_scope_id__$9 = "data-v-3e23f57f";
8496
+ var __vue_scope_id__$a = "data-v-3e23f57f";
8462
8497
  /* module identifier */
8463
8498
 
8464
- var __vue_module_identifier__$9 = "data-v-3e23f57f";
8499
+ var __vue_module_identifier__$a = "data-v-3e23f57f";
8465
8500
  /* functional template */
8466
8501
 
8467
- var __vue_is_functional_template__$9 = false;
8502
+ var __vue_is_functional_template__$a = false;
8468
8503
  /* style inject shadow dom */
8469
8504
 
8470
- var __vue_component__$h = /*#__PURE__*/normalizeComponent({
8471
- render: __vue_render__$9,
8472
- staticRenderFns: __vue_staticRenderFns__$9
8473
- }, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, createInjectorSSR, undefined);
8505
+ var __vue_component__$j = /*#__PURE__*/normalizeComponent({
8506
+ render: __vue_render__$a,
8507
+ staticRenderFns: __vue_staticRenderFns__$a
8508
+ }, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, createInjectorSSR, undefined);
8474
8509
 
8475
- var __vue_component__$i = __vue_component__$h;var script$8 = {
8510
+ var __vue_component__$k = __vue_component__$j;var script$9 = {
8476
8511
  name: "VcDropzone",
8477
8512
  components: {
8478
8513
  VcLayout: VcLayout
@@ -8559,10 +8594,10 @@ var __vue_component__$i = __vue_component__$h;var script$8 = {
8559
8594
  }
8560
8595
  }
8561
8596
  };/* script */
8562
- var __vue_script__$8 = script$8;
8597
+ var __vue_script__$9 = script$9;
8563
8598
  /* template */
8564
8599
 
8565
- var __vue_render__$8 = function __vue_render__() {
8600
+ var __vue_render__$9 = function __vue_render__() {
8566
8601
  var _vm = this;
8567
8602
 
8568
8603
  var _h = _vm.$createElement;
@@ -8630,10 +8665,10 @@ var __vue_render__$8 = function __vue_render__() {
8630
8665
  })], 2)]);
8631
8666
  };
8632
8667
 
8633
- var __vue_staticRenderFns__$8 = [];
8668
+ var __vue_staticRenderFns__$9 = [];
8634
8669
  /* style */
8635
8670
 
8636
- var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
8671
+ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
8637
8672
  if (!inject) return;
8638
8673
  inject("data-v-7efc8e1b_0", {
8639
8674
  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;--select-field-height:52px;--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)}",
@@ -8644,21 +8679,21 @@ var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
8644
8679
  /* scoped */
8645
8680
 
8646
8681
 
8647
- var __vue_scope_id__$8 = "data-v-7efc8e1b";
8682
+ var __vue_scope_id__$9 = "data-v-7efc8e1b";
8648
8683
  /* module identifier */
8649
8684
 
8650
- var __vue_module_identifier__$8 = "data-v-7efc8e1b";
8685
+ var __vue_module_identifier__$9 = "data-v-7efc8e1b";
8651
8686
  /* functional template */
8652
8687
 
8653
- var __vue_is_functional_template__$8 = false;
8688
+ var __vue_is_functional_template__$9 = false;
8654
8689
  /* style inject shadow dom */
8655
8690
 
8656
- var __vue_component__$f = /*#__PURE__*/normalizeComponent({
8657
- render: __vue_render__$8,
8658
- staticRenderFns: __vue_staticRenderFns__$8
8659
- }, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, createInjectorSSR, undefined);
8691
+ var __vue_component__$h = /*#__PURE__*/normalizeComponent({
8692
+ render: __vue_render__$9,
8693
+ staticRenderFns: __vue_staticRenderFns__$9
8694
+ }, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, createInjectorSSR, undefined);
8660
8695
 
8661
- var __vue_component__$g = __vue_component__$f;var script$7 = {
8696
+ var __vue_component__$i = __vue_component__$h;var script$8 = {
8662
8697
  name: "VcRadio",
8663
8698
  components: {
8664
8699
  VcTooltip: VcTooltip,
@@ -8687,10 +8722,10 @@ var __vue_component__$g = __vue_component__$f;var script$7 = {
8687
8722
  }
8688
8723
  }
8689
8724
  };/* script */
8690
- var __vue_script__$7 = script$7;
8725
+ var __vue_script__$8 = script$8;
8691
8726
  /* template */
8692
8727
 
8693
- var __vue_render__$7 = function __vue_render__() {
8728
+ var __vue_render__$8 = function __vue_render__() {
8694
8729
  var _vm = this;
8695
8730
 
8696
8731
  var _h = _vm.$createElement;
@@ -8738,10 +8773,10 @@ var __vue_render__$7 = function __vue_render__() {
8738
8773
  });
8739
8774
  };
8740
8775
 
8741
- var __vue_staticRenderFns__$7 = [];
8776
+ var __vue_staticRenderFns__$8 = [];
8742
8777
  /* style */
8743
8778
 
8744
- var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
8779
+ var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
8745
8780
  if (!inject) return;
8746
8781
  inject("data-v-729dbbdc_0", {
8747
8782
  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)}",
@@ -8752,21 +8787,21 @@ var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
8752
8787
  /* scoped */
8753
8788
 
8754
8789
 
8755
- var __vue_scope_id__$7 = "data-v-729dbbdc";
8790
+ var __vue_scope_id__$8 = "data-v-729dbbdc";
8756
8791
  /* module identifier */
8757
8792
 
8758
- var __vue_module_identifier__$7 = "data-v-729dbbdc";
8793
+ var __vue_module_identifier__$8 = "data-v-729dbbdc";
8759
8794
  /* functional template */
8760
8795
 
8761
- var __vue_is_functional_template__$7 = false;
8796
+ var __vue_is_functional_template__$8 = false;
8762
8797
  /* style inject shadow dom */
8763
8798
 
8764
- var __vue_component__$e = /*#__PURE__*/normalizeComponent({
8765
- render: __vue_render__$7,
8766
- staticRenderFns: __vue_staticRenderFns__$7
8767
- }, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, createInjectorSSR, undefined);
8799
+ var __vue_component__$g = /*#__PURE__*/normalizeComponent({
8800
+ render: __vue_render__$8,
8801
+ staticRenderFns: __vue_staticRenderFns__$8
8802
+ }, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, createInjectorSSR, undefined);
8768
8803
 
8769
- var VcRadio = __vue_component__$e;var script$6 = {
8804
+ var VcRadio = __vue_component__$g;var script$7 = {
8770
8805
  name: "VcRadioGroup",
8771
8806
  components: {
8772
8807
  VcRadio: VcRadio,
@@ -8800,10 +8835,10 @@ var VcRadio = __vue_component__$e;var script$6 = {
8800
8835
  }
8801
8836
  }
8802
8837
  };/* script */
8803
- var __vue_script__$6 = script$6;
8838
+ var __vue_script__$7 = script$7;
8804
8839
  /* template */
8805
8840
 
8806
- var __vue_render__$6 = function __vue_render__() {
8841
+ var __vue_render__$7 = function __vue_render__() {
8807
8842
  var _vm = this;
8808
8843
 
8809
8844
  var _h = _vm.$createElement;
@@ -8847,10 +8882,10 @@ var __vue_render__$6 = function __vue_render__() {
8847
8882
  }), 1)], 2);
8848
8883
  };
8849
8884
 
8850
- var __vue_staticRenderFns__$6 = [];
8885
+ var __vue_staticRenderFns__$7 = [];
8851
8886
  /* style */
8852
8887
 
8853
- var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
8888
+ var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
8854
8889
  if (!inject) return;
8855
8890
  inject("data-v-0bf8cc5c_0", {
8856
8891
  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)}",
@@ -8861,21 +8896,21 @@ var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
8861
8896
  /* scoped */
8862
8897
 
8863
8898
 
8864
- var __vue_scope_id__$6 = "data-v-0bf8cc5c";
8899
+ var __vue_scope_id__$7 = "data-v-0bf8cc5c";
8865
8900
  /* module identifier */
8866
8901
 
8867
- var __vue_module_identifier__$6 = "data-v-0bf8cc5c";
8902
+ var __vue_module_identifier__$7 = "data-v-0bf8cc5c";
8868
8903
  /* functional template */
8869
8904
 
8870
- var __vue_is_functional_template__$6 = false;
8905
+ var __vue_is_functional_template__$7 = false;
8871
8906
  /* style inject shadow dom */
8872
8907
 
8873
- var __vue_component__$c = /*#__PURE__*/normalizeComponent({
8874
- render: __vue_render__$6,
8875
- staticRenderFns: __vue_staticRenderFns__$6
8876
- }, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, createInjectorSSR, undefined);
8908
+ var __vue_component__$e = /*#__PURE__*/normalizeComponent({
8909
+ render: __vue_render__$7,
8910
+ staticRenderFns: __vue_staticRenderFns__$7
8911
+ }, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, createInjectorSSR, undefined);
8877
8912
 
8878
- var __vue_component__$d = __vue_component__$c;var script$5 = {
8913
+ var __vue_component__$f = __vue_component__$e;var script$6 = {
8879
8914
  name: "VcSegmentedControl",
8880
8915
  components: {
8881
8916
  VcIcon: VcIcon,
@@ -8912,10 +8947,10 @@ var __vue_component__$d = __vue_component__$c;var script$5 = {
8912
8947
  }
8913
8948
  }
8914
8949
  };/* script */
8915
- var __vue_script__$5 = script$5;
8950
+ var __vue_script__$6 = script$6;
8916
8951
  /* template */
8917
8952
 
8918
- var __vue_render__$5 = function __vue_render__() {
8953
+ var __vue_render__$6 = function __vue_render__() {
8919
8954
  var _vm = this;
8920
8955
 
8921
8956
  var _h = _vm.$createElement;
@@ -8951,10 +8986,10 @@ var __vue_render__$5 = function __vue_render__() {
8951
8986
  }), 1);
8952
8987
  };
8953
8988
 
8954
- var __vue_staticRenderFns__$5 = [];
8989
+ var __vue_staticRenderFns__$6 = [];
8955
8990
  /* style */
8956
8991
 
8957
- var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
8992
+ var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
8958
8993
  if (!inject) return;
8959
8994
  inject("data-v-ebfb67c4_0", {
8960
8995
  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;--select-field-height:52px;--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)}",
@@ -8965,21 +9000,21 @@ var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
8965
9000
  /* scoped */
8966
9001
 
8967
9002
 
8968
- var __vue_scope_id__$5 = "data-v-ebfb67c4";
9003
+ var __vue_scope_id__$6 = "data-v-ebfb67c4";
8969
9004
  /* module identifier */
8970
9005
 
8971
- var __vue_module_identifier__$5 = "data-v-ebfb67c4";
9006
+ var __vue_module_identifier__$6 = "data-v-ebfb67c4";
8972
9007
  /* functional template */
8973
9008
 
8974
- var __vue_is_functional_template__$5 = false;
9009
+ var __vue_is_functional_template__$6 = false;
8975
9010
  /* style inject shadow dom */
8976
9011
 
8977
- var __vue_component__$a = /*#__PURE__*/normalizeComponent({
8978
- render: __vue_render__$5,
8979
- staticRenderFns: __vue_staticRenderFns__$5
8980
- }, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, createInjectorSSR, undefined);
9012
+ var __vue_component__$c = /*#__PURE__*/normalizeComponent({
9013
+ render: __vue_render__$6,
9014
+ staticRenderFns: __vue_staticRenderFns__$6
9015
+ }, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, createInjectorSSR, undefined);
8981
9016
 
8982
- var __vue_component__$b = __vue_component__$a;var FORMATS = {
9017
+ var __vue_component__$d = __vue_component__$c;var FORMATS = {
8983
9018
  DOCUMENT: ['doc', 'docx'],
8984
9019
  IMAGE: ['jpg', 'jpeg', 'png', 'gif', 'bmp', 'svg'],
8985
9020
  PDF: ['pdf'],
@@ -8989,7 +9024,7 @@ var __vue_component__$b = __vue_component__$a;var FORMATS = {
8989
9024
  AUDIO: ['mp3', 'wav'],
8990
9025
  VIDEO: ['avi', 'mp4', 'mkv', 'mov']
8991
9026
  };
8992
- var script$4 = {
9027
+ var script$5 = {
8993
9028
  name: "VcDocItem",
8994
9029
  components: {
8995
9030
  VcButton: VcButton,
@@ -9045,6 +9080,10 @@ var script$4 = {
9045
9080
  corruptedLabel: {
9046
9081
  type: String,
9047
9082
  required: false
9083
+ },
9084
+ fileSize: {
9085
+ type: String,
9086
+ required: false
9048
9087
  }
9049
9088
  },
9050
9089
  computed: {
@@ -9078,10 +9117,10 @@ var script$4 = {
9078
9117
  }
9079
9118
  }
9080
9119
  };/* script */
9081
- var __vue_script__$4 = script$4;
9120
+ var __vue_script__$5 = script$5;
9082
9121
  /* template */
9083
9122
 
9084
- var __vue_render__$4 = function __vue_render__() {
9123
+ var __vue_render__$5 = function __vue_render__() {
9085
9124
  var _vm = this;
9086
9125
 
9087
9126
  var _h = _vm.$createElement;
@@ -9093,7 +9132,7 @@ var __vue_render__$4 = function __vue_render__() {
9093
9132
  attrs: {
9094
9133
  "data-qa": _vm.dataQa
9095
9134
  }
9096
- }, [_vm._ssrNode("<div class=\"details\" data-v-5dbc68fc>", "</div>", [_vm._ssrNode("<div" + _vm._ssrAttr("data-qa", _vm.dataQa + "-doc-icon") + " class=\"details__doc-icon\" data-v-5dbc68fc>", "</div>", [_c('VcIcon', {
9135
+ }, [_vm._ssrNode("<div class=\"details\" data-v-3b804381>", "</div>", [_vm._ssrNode("<div" + _vm._ssrAttr("data-qa", _vm.dataQa + "-doc-icon") + " class=\"details__doc-icon\" data-v-3b804381>", "</div>", [_c('VcIcon', {
9097
9136
  attrs: {
9098
9137
  "size": "24"
9099
9138
  }
@@ -9105,30 +9144,30 @@ var __vue_render__$4 = function __vue_render__() {
9105
9144
  }
9106
9145
  }, [_vm._v("\n " + _vm._s(_vm.flag) + "\n ")]) : _vm._e()], 2), _vm._ssrNode(" <div" + _vm._ssrAttr("data-qa", _vm.dataQa + "-title") + _vm._ssrClass("title", {
9107
9146
  'title--corrupted': _vm.corrupted
9108
- }) + " data-v-5dbc68fc><span class=\"title__header\" data-v-5dbc68fc>" + _vm._ssrEscape("\n " + _vm._s(_vm.title) + "\n ") + "</span> " + (_vm.corrupted ? "<span class=\"title__corrupted\" data-v-5dbc68fc>" + _vm._ssrEscape("\n " + _vm._s(_vm.corruptedLabelText) + "\n ") + "</span>" : "<!---->") + "</div> "), _vm.isSignable ? _vm._ssrNode("<div" + _vm._ssrAttr("data-qa", _vm.dataQa + "-signature") + _vm._ssrClass("signature", {
9147
+ }) + " data-v-3b804381><span class=\"title__header\" data-v-3b804381>" + _vm._ssrEscape("\n " + _vm._s(_vm.title) + "\n ") + "</span> " + (_vm.fileSize && _vm.fileSize.length ? "<span" + _vm._ssrAttr("data-qa", _vm.dataQa + "-size") + " class=\"title__file-size\" data-v-3b804381>" + _vm._ssrEscape("\n (" + _vm._s(_vm.fileSize) + ")\n ") + "</span>" : "<!---->") + " " + (_vm.corrupted ? "<span class=\"title__corrupted\" data-v-3b804381>" + _vm._ssrEscape("\n " + _vm._s(_vm.corruptedLabelText) + "\n ") + "</span>" : "<!---->") + "</div> "), _vm.isSignable ? _vm._ssrNode("<div" + _vm._ssrAttr("data-qa", _vm.dataQa + "-signature") + _vm._ssrClass("signature", {
9109
9148
  'signature--trimmed': _vm.trimSignable
9110
- }) + " data-v-5dbc68fc>", "</div>", [_c('VcIcon', {
9149
+ }) + " data-v-3b804381>", "</div>", [_c('VcIcon', {
9111
9150
  staticClass: "signature__icon",
9112
9151
  attrs: {
9113
9152
  "size": "14"
9114
9153
  }
9115
- }, [_vm._v("\n $union\n ")]), _vm._ssrNode(" " + (!_vm.trimSignable ? "<span class=\"signature__text\" data-v-5dbc68fc>" + _vm._ssrEscape("\n " + _vm._s(_vm.$dst('ds.document.signature')) + "\n ") + "</span>" : "<!---->"))], 2) : _vm._e()], 2), _vm._ssrNode(" "), _vm.allowActions ? _vm._ssrNode("<div" + _vm._ssrAttr("data-qa", _vm.dataQa + "-actions") + " class=\"actions\" data-v-5dbc68fc>", "</div>", _vm._l(_vm.actions, function (action) {
9154
+ }, [_vm._v("\n $union\n ")]), _vm._ssrNode(" " + (!_vm.trimSignable ? "<span class=\"signature__text\" data-v-3b804381>" + _vm._ssrEscape("\n " + _vm._s(_vm.$dst('ds.document.signature')) + "\n ") + "</span>" : "<!---->"))], 2) : _vm._e()], 2), _vm._ssrNode(" "), _vm.allowActions ? _vm._ssrNode("<div" + _vm._ssrAttr("data-qa", _vm.dataQa + "-actions") + " class=\"actions\" data-v-3b804381>", "</div>", _vm._l(_vm.actions, function (action) {
9116
9155
  return _c('VcButton', {
9117
9156
  attrs: {
9118
9157
  "icon": "",
9119
9158
  "data-qa": _vm.dataQa + "-action"
9120
9159
  },
9121
- on: {
9122
- "click": function click($event) {
9123
- return _vm.$emit(action.type, _vm.uid);
9124
- }
9125
- },
9126
9160
  scopedSlots: _vm._u([{
9127
9161
  key: "prepend",
9128
9162
  fn: function fn() {
9129
9163
  return [_c('VcIcon', {
9130
9164
  attrs: {
9131
9165
  "size": "16"
9166
+ },
9167
+ on: {
9168
+ "click": function click(e) {
9169
+ return _vm.$emit(action.type, _vm.uid, e);
9170
+ }
9132
9171
  }
9133
9172
  }, [_vm._v("$" + _vm._s(action.icon))])];
9134
9173
  },
@@ -9138,13 +9177,13 @@ var __vue_render__$4 = function __vue_render__() {
9138
9177
  }), 1) : _vm._e()], 2);
9139
9178
  };
9140
9179
 
9141
- var __vue_staticRenderFns__$4 = [];
9180
+ var __vue_staticRenderFns__$5 = [];
9142
9181
  /* style */
9143
9182
 
9144
- var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
9183
+ var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
9145
9184
  if (!inject) return;
9146
- inject("data-v-5dbc68fc_0", {
9147
- source: "[data-v-5dbc68fc]: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;--select-field-height:52px;--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-5dbc68fc]{display:flex;align-items:center;padding:0 var(--size-value4);height:48px;max-width:100%}.vc-doc-item .actions[data-v-5dbc68fc]{display:flex;margin-inline-start:var(--size-value2)}.vc-doc-item .actions button[data-v-5dbc68fc]{opacity:.4}.vc-doc-item .actions button[data-v-5dbc68fc]:hover{opacity:1}.details[data-v-5dbc68fc]{font-family:var(--primary-font-family);display:flex;flex-direction:row;align-items:center;width:100%;min-width:0}.details__doc-icon[data-v-5dbc68fc]{position:relative}.details__doc-icon .v-icon[data-v-5dbc68fc]{margin-inline-end:var(--size-value4)}.details__doc-icon .v-icon--flag[data-v-5dbc68fc]{position:absolute;bottom:calc(-1 * var(--size-value1));inset-inline-end:calc(-1 * var(--size-value1))}.title[data-v-5dbc68fc]{padding-inline-end:var(--size-value3);line-height:18px;display:flex;overflow:hidden}.title--corrupted[data-v-5dbc68fc]{flex-direction:column}.title__corrupted[data-v-5dbc68fc],.title__header[data-v-5dbc68fc]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);color:var(--gray-darken-5);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.title__corrupted[data-v-5dbc68fc]{color:var(--red)}.signature[data-v-5dbc68fc]{display:flex;flex-direction:row;align-items:center;margin-inline-start:auto}.signature--trimmed[data-v-5dbc68fc]{margin-inline-start:0}.signature__icon[data-v-5dbc68fc]{color:var(--gray-darken-5);margin-inline-end:var(--size-value2)}.signature__text[data-v-5dbc68fc]{font-weight:var(--font-weight-medium);font-size:var(--font-size-xx-small);color:var(--gray-darken-5);white-space:nowrap}",
9185
+ inject("data-v-3b804381_0", {
9186
+ source: "[data-v-3b804381]: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;--select-field-height:52px;--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-3b804381]{display:flex;align-items:center;padding:0 var(--size-value4);height:48px;max-width:100%}.vc-doc-item .actions[data-v-3b804381]{display:flex;margin-inline-start:var(--size-value2)}.vc-doc-item .actions button[data-v-3b804381]{opacity:.4}.vc-doc-item .actions button[data-v-3b804381]:hover{opacity:1}.details[data-v-3b804381]{font-family:var(--primary-font-family);display:flex;flex-direction:row;align-items:center;width:100%;min-width:0}.details__doc-icon[data-v-3b804381]{position:relative}.details__doc-icon .v-icon[data-v-3b804381]{margin-inline-end:var(--size-value4)}.details__doc-icon .v-icon--flag[data-v-3b804381]{position:absolute;bottom:calc(-1 * var(--size-value1));inset-inline-end:calc(-1 * var(--size-value1))}.title[data-v-3b804381]{padding-inline-end:var(--size-value3);line-height:18px;display:flex;overflow:hidden}.title--corrupted[data-v-3b804381]{flex-direction:column}.title__corrupted[data-v-3b804381],.title__header[data-v-3b804381]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);color:var(--gray-darken-5);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.title__corrupted[data-v-3b804381]{color:var(--red)}.title__file-size[data-v-3b804381]{margin-inline-start:10px;color:var(--gray-darken-3);font-size:var(--font-size-xx-small);font-weight:var(--font-weight-medium);white-space:nowrap}.signature[data-v-3b804381]{display:flex;flex-direction:row;align-items:center;margin-inline-start:auto}.signature--trimmed[data-v-3b804381]{margin-inline-start:0}.signature__icon[data-v-3b804381]{color:var(--gray-darken-5);margin-inline-end:var(--size-value2)}.signature__text[data-v-3b804381]{font-weight:var(--font-weight-medium);font-size:var(--font-size-xx-small);color:var(--gray-darken-5);white-space:nowrap}",
9148
9187
  map: undefined,
9149
9188
  media: undefined
9150
9189
  });
@@ -9152,27 +9191,27 @@ var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
9152
9191
  /* scoped */
9153
9192
 
9154
9193
 
9155
- var __vue_scope_id__$4 = "data-v-5dbc68fc";
9194
+ var __vue_scope_id__$5 = "data-v-3b804381";
9156
9195
  /* module identifier */
9157
9196
 
9158
- var __vue_module_identifier__$4 = "data-v-5dbc68fc";
9197
+ var __vue_module_identifier__$5 = "data-v-3b804381";
9159
9198
  /* functional template */
9160
9199
 
9161
- var __vue_is_functional_template__$4 = false;
9200
+ var __vue_is_functional_template__$5 = false;
9162
9201
  /* style inject shadow dom */
9163
9202
 
9164
- var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
9165
- render: __vue_render__$4,
9166
- staticRenderFns: __vue_staticRenderFns__$4
9167
- }, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, createInjectorSSR, undefined);
9203
+ var __vue_component__$a = /*#__PURE__*/normalizeComponent({
9204
+ render: __vue_render__$5,
9205
+ staticRenderFns: __vue_staticRenderFns__$5
9206
+ }, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, createInjectorSSR, undefined);
9168
9207
 
9169
- var __vue_component__$9 = __vue_component__$8;//
9208
+ var __vue_component__$b = __vue_component__$a;//
9170
9209
  //
9171
9210
  //
9172
9211
  //
9173
9212
  //
9174
9213
  //
9175
- var script$3 = {
9214
+ var script$4 = {
9176
9215
  name: "VcTimeSince",
9177
9216
  props: {
9178
9217
  timestamp: {
@@ -9243,10 +9282,10 @@ var script$3 = {
9243
9282
  }
9244
9283
  }
9245
9284
  };/* script */
9246
- var __vue_script__$3 = script$3;
9285
+ var __vue_script__$4 = script$4;
9247
9286
  /* template */
9248
9287
 
9249
- var __vue_render__$3 = function __vue_render__() {
9288
+ var __vue_render__$4 = function __vue_render__() {
9250
9289
  var _vm = this;
9251
9290
 
9252
9291
  var _h = _vm.$createElement;
@@ -9260,31 +9299,31 @@ var __vue_render__$3 = function __vue_render__() {
9260
9299
  }, [_vm._ssrNode(_vm._ssrEscape("\n " + _vm._s(_vm.timeSince) + "\n"))]);
9261
9300
  };
9262
9301
 
9263
- var __vue_staticRenderFns__$3 = [];
9302
+ var __vue_staticRenderFns__$4 = [];
9264
9303
  /* style */
9265
9304
 
9266
- var __vue_inject_styles__$3 = undefined;
9305
+ var __vue_inject_styles__$4 = undefined;
9267
9306
  /* scoped */
9268
9307
 
9269
- var __vue_scope_id__$3 = undefined;
9308
+ var __vue_scope_id__$4 = undefined;
9270
9309
  /* module identifier */
9271
9310
 
9272
- var __vue_module_identifier__$3 = "data-v-dafdbf4e";
9311
+ var __vue_module_identifier__$4 = "data-v-dafdbf4e";
9273
9312
  /* functional template */
9274
9313
 
9275
- var __vue_is_functional_template__$3 = false;
9314
+ var __vue_is_functional_template__$4 = false;
9276
9315
  /* style inject */
9277
9316
 
9278
9317
  /* style inject SSR */
9279
9318
 
9280
9319
  /* style inject shadow dom */
9281
9320
 
9282
- var __vue_component__$6 = /*#__PURE__*/normalizeComponent({
9283
- render: __vue_render__$3,
9284
- staticRenderFns: __vue_staticRenderFns__$3
9285
- }, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, undefined, undefined, undefined);
9321
+ var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
9322
+ render: __vue_render__$4,
9323
+ staticRenderFns: __vue_staticRenderFns__$4
9324
+ }, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, undefined, undefined);
9286
9325
 
9287
- var __vue_component__$7 = __vue_component__$6;var script$2 = {
9326
+ var __vue_component__$9 = __vue_component__$8;var script$3 = {
9288
9327
  directives: {
9289
9328
  Intersect: lib.Intersect
9290
9329
  },
@@ -9411,10 +9450,10 @@ var __vue_component__$7 = __vue_component__$6;var script$2 = {
9411
9450
  }
9412
9451
  }
9413
9452
  };/* script */
9414
- var __vue_script__$2 = script$2;
9453
+ var __vue_script__$3 = script$3;
9415
9454
  /* template */
9416
9455
 
9417
- var __vue_render__$2 = function __vue_render__() {
9456
+ var __vue_render__$3 = function __vue_render__() {
9418
9457
  var _vm = this;
9419
9458
 
9420
9459
  var _h = _vm.$createElement;
@@ -9525,10 +9564,10 @@ var __vue_render__$2 = function __vue_render__() {
9525
9564
  }), _vm._ssrNode(" " + (_vm.error ? "<span data-qa=\"error-label\" class=\"vc-search-picker__error-label\" data-v-18551c54>" + _vm._ssrEscape("\n " + _vm._s(_vm.errorLabel) + "\n ") + "</span>" : "<!---->"))], 2);
9526
9565
  };
9527
9566
 
9528
- var __vue_staticRenderFns__$2 = [];
9567
+ var __vue_staticRenderFns__$3 = [];
9529
9568
  /* style */
9530
9569
 
9531
- var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
9570
+ var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
9532
9571
  if (!inject) return;
9533
9572
  inject("data-v-18551c54_0", {
9534
9573
  source: "[data-v-18551c54]: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;--select-field-height:52px;--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-search-picker[data-v-18551c54]{position:relative}.vc-search-picker__error-label[data-v-18551c54]{font-weight:var(--font-weight-medium);font-size:var(--font-size-xx-small);color:var(--red)}.vc-search-picker[data-v-18551c54] .v-input__slot{border:1px solid var(--gray-lighten-1);border-radius:var(--border-radius);height:var(--size-value13);padding:0 var(--size-value5);background-color:var(--modal-bg-color)}.vc-search-picker[data-v-18551c54] .v-input__slot:hover{border-color:var(--gray-darken-2)}.vc-search-picker[data-v-18551c54] .v-input__icon--append .v-icon{transform:rotate(0);color:var(--gray-darken-3)!important}.vc-search-picker[data-v-18551c54] .autocomplete--open .v-input__icon--append .v-icon{transform:rotate(180deg)}.vc-search-picker[data-v-18551c54] .autocomplete--open .v-input__slot{border-color:var(--v-secondary-base);outline:2px solid var(--v-secondary-lighten1)}.vc-search-picker[data-v-18551c54] .autocomplete{height:var(--size-value13);padding-top:0;margin-top:0}.vc-search-picker[data-v-18551c54] .autocomplete--error .v-input__slot{border-color:var(--red)}.vc-search-picker[data-v-18551c54] .autocomplete--has-items .placeholder-text:not(:first-of-type){display:none}.vc-search-picker[data-v-18551c54] .autocomplete--has-items.autocomplete--search-content .placeholder-text{display:none}.vc-search-picker[data-v-18551c54] .placeholder-text{font-size:var(--font-size-small2);font-weight:var(--font-weight-medium);color:var(--gray-darken-5);margin-inline-end:var(--size-value2);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.vc-search-picker[data-v-18551c54] .v-text-field>.v-input__control>.v-input__slot:after,.vc-search-picker[data-v-18551c54] .v-text-field>.v-input__control>.v-input__slot:before{content:initial}.vc-search-picker[data-v-18551c54] .v-input__prepend-inner{margin-right:auto;padding-inline-end:var(--size-value3);height:100%;display:flex;align-items:center;margin-top:0}.vc-search-picker[data-v-18551c54] .v-select__selections{flex-wrap:nowrap}.vc-search-picker[data-v-18551c54] .v-select__selections input[type=text]{display:inline-block;font-size:var(--font-size-small2);color:var(--gray-darken-5);caret-color:currentColor}.vc-search-picker[data-v-18551c54] .v-list-item--active::before{content:none}.v-menu__content.vc-select-field-menu[data-v-18551c54]{top:var(--size-value4)}.v-menu__content.vc-select-field-menu .v-input.vc-checkbox[data-v-18551c54]{margin:0;padding:0}.v-menu__content.vc-select-field-menu .spinner[data-v-18551c54]{margin:0 auto;display:block}[data-v-18551c54] .v-list-item--link{font-size:var(--font-size-x-small)}[data-v-18551c54] .v-list-item--link:before{content:initial}",
@@ -9539,21 +9578,21 @@ var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
9539
9578
  /* scoped */
9540
9579
 
9541
9580
 
9542
- var __vue_scope_id__$2 = "data-v-18551c54";
9581
+ var __vue_scope_id__$3 = "data-v-18551c54";
9543
9582
  /* module identifier */
9544
9583
 
9545
- var __vue_module_identifier__$2 = "data-v-18551c54";
9584
+ var __vue_module_identifier__$3 = "data-v-18551c54";
9546
9585
  /* functional template */
9547
9586
 
9548
- var __vue_is_functional_template__$2 = false;
9587
+ var __vue_is_functional_template__$3 = false;
9549
9588
  /* style inject shadow dom */
9550
9589
 
9551
- var __vue_component__$4 = /*#__PURE__*/normalizeComponent({
9552
- render: __vue_render__$2,
9553
- staticRenderFns: __vue_staticRenderFns__$2
9554
- }, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, undefined, createInjectorSSR, undefined);
9590
+ var __vue_component__$6 = /*#__PURE__*/normalizeComponent({
9591
+ render: __vue_render__$3,
9592
+ staticRenderFns: __vue_staticRenderFns__$3
9593
+ }, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, undefined, createInjectorSSR, undefined);
9555
9594
 
9556
- var __vue_component__$5 = __vue_component__$4;var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
9595
+ var __vue_component__$7 = __vue_component__$6;var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
9557
9596
 
9558
9597
  function getDefaultExportFromCjs (x) {
9559
9598
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
@@ -15692,7 +15731,7 @@ if (typeof window !== "undefined" && "Vue" in window) {
15692
15731
 
15693
15732
  });
15694
15733
 
15695
- var draggable = /*@__PURE__*/getDefaultExportFromCjs(vuedraggable_umd);var script$1 = {
15734
+ var draggable = /*@__PURE__*/getDefaultExportFromCjs(vuedraggable_umd);var script$2 = {
15696
15735
  name: "VcDraggableList",
15697
15736
  components: {
15698
15737
  VcIcon: VcIcon,
@@ -15731,10 +15770,10 @@ var draggable = /*@__PURE__*/getDefaultExportFromCjs(vuedraggable_umd);var scrip
15731
15770
  }
15732
15771
  }
15733
15772
  };/* script */
15734
- var __vue_script__$1 = script$1;
15773
+ var __vue_script__$2 = script$2;
15735
15774
  /* template */
15736
15775
 
15737
- var __vue_render__$1 = function __vue_render__() {
15776
+ var __vue_render__$2 = function __vue_render__() {
15738
15777
  var _vm = this;
15739
15778
 
15740
15779
  var _h = _vm.$createElement;
@@ -15797,10 +15836,10 @@ var __vue_render__$1 = function __vue_render__() {
15797
15836
  }), 0);
15798
15837
  };
15799
15838
 
15800
- var __vue_staticRenderFns__$1 = [];
15839
+ var __vue_staticRenderFns__$2 = [];
15801
15840
  /* style */
15802
15841
 
15803
- var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
15842
+ var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
15804
15843
  if (!inject) return;
15805
15844
  inject("data-v-b25547ee_0", {
15806
15845
  source: ".list-group.onDragging[data-v-b25547ee]{cursor:grabbing!important}.list-group .v-icon[data-v-b25547ee]{margin:0 var(--size-value1)}@media screen and (min-width:960px){.list-group .v-icon[data-v-b25547ee]{visibility:hidden}}@media screen and (min-width:960px){.list-group .onHover[data-v-b25547ee]{background:var(--gray-lighten-3);border-radius:var(--border-radius)}.list-group .onHover .v-icon[data-v-b25547ee]{cursor:grab;visibility:visible}}.list-group .ghost[data-v-b25547ee]{background:var(--gray-lighten-2);border:1px solid var(--v-secondary-lighten1);border-radius:var(--border-radius);box-shadow:unset;opacity:.4}.list-group .ghost .v-icon[data-v-b25547ee]{visibility:visible}.list-group .drag[data-v-b25547ee]{background:#fff;opacity:1!important;border-left:3px solid var(--v-secondary-base);box-shadow:var(--shadow-6);border-radius:var(--size-value1)}",
@@ -15811,21 +15850,21 @@ var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
15811
15850
  /* scoped */
15812
15851
 
15813
15852
 
15814
- var __vue_scope_id__$1 = "data-v-b25547ee";
15853
+ var __vue_scope_id__$2 = "data-v-b25547ee";
15815
15854
  /* module identifier */
15816
15855
 
15817
- var __vue_module_identifier__$1 = "data-v-b25547ee";
15856
+ var __vue_module_identifier__$2 = "data-v-b25547ee";
15818
15857
  /* functional template */
15819
15858
 
15820
- var __vue_is_functional_template__$1 = false;
15859
+ var __vue_is_functional_template__$2 = false;
15821
15860
  /* style inject shadow dom */
15822
15861
 
15823
- var __vue_component__$2 = /*#__PURE__*/normalizeComponent({
15824
- render: __vue_render__$1,
15825
- staticRenderFns: __vue_staticRenderFns__$1
15826
- }, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, undefined, createInjectorSSR, undefined);
15862
+ var __vue_component__$4 = /*#__PURE__*/normalizeComponent({
15863
+ render: __vue_render__$2,
15864
+ staticRenderFns: __vue_staticRenderFns__$2
15865
+ }, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, undefined, createInjectorSSR, undefined);
15827
15866
 
15828
- var __vue_component__$3 = __vue_component__$2;//
15867
+ var __vue_component__$5 = __vue_component__$4;//
15829
15868
  //
15830
15869
  //
15831
15870
  //
@@ -15858,7 +15897,7 @@ var __vue_component__$3 = __vue_component__$2;//
15858
15897
  //
15859
15898
  //
15860
15899
  //
15861
- var script = {
15900
+ var script$1 = {
15862
15901
  components: {
15863
15902
  VTab: lib.VTab,
15864
15903
  VTabs: lib.VTabs,
@@ -15923,10 +15962,10 @@ var script = {
15923
15962
  }
15924
15963
  }
15925
15964
  };/* script */
15926
- var __vue_script__ = script;
15965
+ var __vue_script__$1 = script$1;
15927
15966
  /* template */
15928
15967
 
15929
- var __vue_render__ = function __vue_render__() {
15968
+ var __vue_render__$1 = function __vue_render__() {
15930
15969
  var _vm = this;
15931
15970
 
15932
15971
  var _h = _vm.$createElement;
@@ -15996,10 +16035,10 @@ var __vue_render__ = function __vue_render__() {
15996
16035
  }), 1)], 2);
15997
16036
  };
15998
16037
 
15999
- var __vue_staticRenderFns__ = [];
16038
+ var __vue_staticRenderFns__$1 = [];
16000
16039
  /* style */
16001
16040
 
16002
- var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
16041
+ var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
16003
16042
  if (!inject) return;
16004
16043
  inject("data-v-92e36a22_0", {
16005
16044
  source: ".VcTabs--wrapper .separatorShadow[data-v-92e36a22]{border-bottom:1px solid var(--gray-lighten-1);box-shadow:var(--shadow-1)}.VcTabs--wrapper .separatorDivider[data-v-92e36a22]{border-bottom:1px solid var(--gray-lighten-1)}.VcTab[data-v-92e36a22]:focus{color:rgba(255,255,255,0)!important;box-shadow:inset 0 0 0 3px var(--v-secondary-lighten1);border-radius:2px}.VcTab:focus .VcTab-label[data-v-92e36a22]{color:var(--gray-darken-4)}.VcTab:focus.VcTabDisabled[data-v-92e36a22]{background:rgba(0,0,0,.04);color:var(--gray-darken-2)}.VcTabActive[data-v-92e36a22]{color:var(--gray-darken-5)}.VcTab-label[data-v-92e36a22]{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);line-height:var(--size-value4);letter-spacing:0;text-transform:initial}.VcTabsContent[data-v-92e36a22]{background-color:transparent}[data-v-92e36a22] .v-slide-group__next,[data-v-92e36a22] .v-slide-group__prev{display:none!important}[data-v-92e36a22] .v-slide-group__wrapper{overflow-x:auto;overflow-y:hidden}",
@@ -16010,10 +16049,110 @@ var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
16010
16049
  /* scoped */
16011
16050
 
16012
16051
 
16013
- var __vue_scope_id__ = "data-v-92e36a22";
16052
+ var __vue_scope_id__$1 = "data-v-92e36a22";
16053
+ /* module identifier */
16054
+
16055
+ var __vue_module_identifier__$1 = "data-v-92e36a22";
16056
+ /* functional template */
16057
+
16058
+ var __vue_is_functional_template__$1 = false;
16059
+ /* style inject shadow dom */
16060
+
16061
+ var __vue_component__$2 = /*#__PURE__*/normalizeComponent({
16062
+ render: __vue_render__$1,
16063
+ staticRenderFns: __vue_staticRenderFns__$1
16064
+ }, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, undefined, createInjectorSSR, undefined);
16065
+
16066
+ var __vue_component__$3 = __vue_component__$2;var script = {
16067
+ name: "VcSideNav",
16068
+ components: {
16069
+ VcIcon: VcIcon
16070
+ },
16071
+ props: {
16072
+ dataQa: {
16073
+ type: String,
16074
+ default: 'VcSideNav'
16075
+ },
16076
+ selected: {
16077
+ type: String,
16078
+ required: true
16079
+ },
16080
+ navGroups: {
16081
+ type: Array,
16082
+ validator: function validator(prop) {
16083
+ return prop.every(function (group) {
16084
+ return group.label && group.id;
16085
+ });
16086
+ }
16087
+ }
16088
+ },
16089
+ model: {
16090
+ prop: 'selected',
16091
+ event: 'change'
16092
+ },
16093
+ computed: {
16094
+ isMobile: function isMobile() {
16095
+ return !this.$vuetify.breakpoint.mdAndUp;
16096
+ }
16097
+ }
16098
+ };/* script */
16099
+ var __vue_script__ = script;
16100
+ /* template */
16101
+
16102
+ var __vue_render__ = function __vue_render__() {
16103
+ var _vm = this;
16104
+
16105
+ var _h = _vm.$createElement;
16106
+
16107
+ var _c = _vm._self._c || _h;
16108
+
16109
+ return _c('div', {
16110
+ staticClass: "side-nav d-flex flex-column",
16111
+ attrs: {
16112
+ "data-qa": _vm.dataQa
16113
+ }
16114
+ }, _vm._l(_vm.navGroups, function (group) {
16115
+ return _vm._ssrNode("<div" + _vm._ssrAttr("data-qa", group.id) + " class=\"side-nav__group\" data-v-732fc45f>", "</div>", [_vm._ssrNode("<div class=\"side-nav__group__header mb-2\" data-v-732fc45f>", "</div>", [_vm._t("group-" + group.id + "-header", function () {
16116
+ return [_vm._v("\n " + _vm._s(group.label) + "\n ")];
16117
+ })], 2), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"side-nav__group__container d-flex flex-column mb-5\" data-v-732fc45f>", "</div>", _vm._l(group.items, function (item) {
16118
+ return group.items ? _vm._ssrNode("<div" + _vm._ssrAttr("data-qa", "item-" + item.id) + _vm._ssrClass("side-nav__group__container__menu-item d-flex align-center flex-grow-1", {
16119
+ selected: item.id === _vm.selected,
16120
+ disabled: item.disabled,
16121
+ mobile: _vm.isMobile,
16122
+ 'rtl': _vm.$vuetify.rtl
16123
+ }) + " data-v-732fc45f>", "</div>", [_vm._t("item-" + item.id, function () {
16124
+ return [_c('div', {
16125
+ staticClass: "d-flex justify-space-between px-4 align-center flex-grow-1"
16126
+ }, [_c('span', [_vm._v(_vm._s(item.label))]), _vm._v(" "), _vm.isMobile ? _c('vcIcon', {
16127
+ attrs: {
16128
+ "size": "12"
16129
+ }
16130
+ }, [_vm._v("$chevron_right")]) : _vm._e()], 1)];
16131
+ }, {
16132
+ "item": item
16133
+ })], 2) : _vm._e();
16134
+ }), 0)], 2);
16135
+ }), 0);
16136
+ };
16137
+
16138
+ var __vue_staticRenderFns__ = [];
16139
+ /* style */
16140
+
16141
+ var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
16142
+ if (!inject) return;
16143
+ inject("data-v-732fc45f_0", {
16144
+ source: ".side-nav__group__header[data-v-732fc45f]{font-size:var(--font-size-xx-small);font-weight:var(--font-weight-large);line-height:var(--size-value5);color:var(--gray-darken-2)}.side-nav__group__container[data-v-732fc45f]{border-radius:var(--border-radius);background-color:var(--modal-bg-color);box-shadow:var(--shadow-1)}.side-nav__group__container__menu-item[data-v-732fc45f]{cursor:pointer;box-sizing:border-box;height:var(--size-value11);font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);border-inline-start:3px solid var(--modal-bg-color);transition:.3s;transition-property:border-color,background-color}.side-nav__group__container__menu-item[data-v-732fc45f]:first-of-type{margin-top:var(--size-value1)}.side-nav__group__container__menu-item[data-v-732fc45f]:last-of-type{margin-bottom:var(--size-value1)}.side-nav__group__container__menu-item[data-v-732fc45f]:hover{border-color:var(--gray-lighten-3);background-color:var(--gray-lighten-3)}.side-nav__group__container__menu-item[data-v-732fc45f]:focus{border:3px solid var(--v-secondary-lighten1)}.side-nav__group__container__menu-item[data-v-732fc45f]:active:not(.mobile){border-color:var(--gray-lighten-1);background-color:var(--gray-lighten-1)}.side-nav__group__container__menu-item.selected[data-v-732fc45f]{font-weight:var(--font-weight-large)}.side-nav__group__container__menu-item.selected[data-v-732fc45f]:not(.mobile){border-inline-start:3px solid var(--v-secondary-base)}.side-nav__group__container__menu-item.disabled[data-v-732fc45f]{cursor:unset;pointer-events:none;border-color:var(--gray-lighten-3);background-color:var(--gray-lighten-3);color:var(--gray-darken-2)}.side-nav__group__container__menu-item.mobile[data-v-732fc45f]{color:var(--gray-darken-5);height:var(--size-value13)}.side-nav__group__container__menu-item.mobile[data-v-732fc45f] svg.vc-chevron-right{fill:var(--gray-darken-2)}.side-nav__group__container__menu-item.mobile.rtl[data-v-732fc45f] svg.vc-chevron-right{-webkit-transform:scaleX(-1);transform:scaleX(-1)}",
16145
+ map: undefined,
16146
+ media: undefined
16147
+ });
16148
+ };
16149
+ /* scoped */
16150
+
16151
+
16152
+ var __vue_scope_id__ = "data-v-732fc45f";
16014
16153
  /* module identifier */
16015
16154
 
16016
- var __vue_module_identifier__ = "data-v-92e36a22";
16155
+ var __vue_module_identifier__ = "data-v-732fc45f";
16017
16156
  /* functional template */
16018
16157
 
16019
16158
  var __vue_is_functional_template__ = false;
@@ -16025,7 +16164,7 @@ var __vue_component__ = /*#__PURE__*/normalizeComponent({
16025
16164
  }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, createInjectorSSR, undefined);
16026
16165
 
16027
16166
  var __vue_component__$1 = __vue_component__;// Put here any components that need to be available to users of the package
16028
- var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue_component__$1p,VcInputModal:__vue_component__$1m,VcNoticeModal:__vue_component__$1j,VcModalFooter:VcModalFooter,VcModalHeader:VcModalHeader,VcAlert:VcAlert,VcTooltip:VcTooltip,VcIconWithTooltip:VcIconWithTooltip,VcBottomActions:VcBottomActions,VcActionList:VcActionList,VcActions:VcActions,VcStepsBar:VcStepsBar,VcMobileWizardProgress:VcMobileWizardProgress,VcProgressCircular:VcProgressCircular,VcChecklistItem:VcChecklistItem,VcListbox:__vue_component__$13,VcBottomSheet:VcBottomSheet,VcInputBottomSheet:__vue_component__$$,VcPopover:VcPopover,VcInputPopover:__vue_component__$Y,VcChip:VcChip,VcChipList:__vue_component__$V,VcSearchBar:VcSearchBar,VcBaseListItem:VcBaseListItem,VcList:__vue_component__$P,VcButton:VcButton,VcButtonGroup:__vue_component__$N,VcForm:VcForm,VcIcon:VcIcon,VcLayout:VcLayout,VcLoader:VcLoader,VcSwitch:VcSwitch,VcListEntity:__vue_component__$K,VcExpansionCard:__vue_component__$I,VcTextField:VcTextField,VcAvatar:VcAvatar,VcTextArea:__vue_component__$G,VcSelectField:__vue_component__$E,VcToast:__vue_component__$C,VcCard:__vue_component__$A,VcCheckbox:VcCheckbox,VcFilterPanel:__vue_component__$y,VcFocusArea:__vue_component__$w,VcLink:VcLink,VcListItem:__vue_component__$u,VcGroupHeader:__vue_component__$s,VcEmptyState:VcEmptyState,VcSvg:VcSvg,VcBanner:__vue_component__$q,VcWizardCtaContainer:VcWizardCtaContainer,VcWizard:__vue_component__$m,VcImage:VcImage,VcBadge:__vue_component__$k,VcUpsellBlock:__vue_component__$i,VcModalContainer:VcModalContainer,VcDropzone:__vue_component__$g,VcRadioGroup:__vue_component__$d,VcRadio:VcRadio,VcSegmentedControl:__vue_component__$b,VcDocItem:__vue_component__$9,VcTimeSince:__vue_component__$7,VcSearchPicker:__vue_component__$5,VcDraggableList:__vue_component__$3,VcTabs:__vue_component__$1});var install = function installdesignSystem(Vue) {
16167
+ var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue_component__$1r,VcInputModal:__vue_component__$1o,VcNoticeModal:__vue_component__$1l,VcModalFooter:VcModalFooter,VcModalHeader:VcModalHeader,VcAlert:VcAlert,VcTooltip:VcTooltip,VcIconWithTooltip:VcIconWithTooltip,VcBottomActions:VcBottomActions,VcActionList:VcActionList,VcActions:VcActions,VcStepsBar:VcStepsBar,VcMobileWizardProgress:VcMobileWizardProgress,VcProgressCircular:VcProgressCircular,VcChecklistItem:VcChecklistItem,VcListbox:__vue_component__$15,VcBottomSheet:VcBottomSheet,VcInputBottomSheet:__vue_component__$11,VcPopover:VcPopover,VcInputPopover:__vue_component__$_,VcChip:VcChip,VcChipList:__vue_component__$X,VcSearchBar:VcSearchBar,VcBaseListItem:VcBaseListItem,VcList:__vue_component__$R,VcButton:VcButton,VcButtonGroup:__vue_component__$P,VcForm:VcForm,VcIcon:VcIcon,VcLayout:VcLayout,VcLoader:VcLoader,VcSwitch:VcSwitch,VcListEntity:__vue_component__$M,VcExpansionCard:__vue_component__$K,VcTextField:VcTextField,VcAvatar:VcAvatar,VcTextArea:__vue_component__$I,VcSelectField:__vue_component__$G,VcToast:__vue_component__$E,VcCard:__vue_component__$C,VcCheckbox:VcCheckbox,VcFilterPanel:__vue_component__$A,VcFocusArea:__vue_component__$y,VcLink:VcLink,VcListItem:__vue_component__$w,VcGroupHeader:__vue_component__$u,VcEmptyState:VcEmptyState,VcSvg:VcSvg,VcBanner:__vue_component__$s,VcWizardCtaContainer:VcWizardCtaContainer,VcWizard:__vue_component__$o,VcImage:VcImage,VcBadge:__vue_component__$m,VcUpsellBlock:__vue_component__$k,VcModalContainer:VcModalContainer,VcDropzone:__vue_component__$i,VcRadioGroup:__vue_component__$f,VcRadio:VcRadio,VcSegmentedControl:__vue_component__$d,VcDocItem:__vue_component__$b,VcTimeSince:__vue_component__$9,VcSearchPicker:__vue_component__$7,VcDraggableList:__vue_component__$5,VcTabs:__vue_component__$3,VcSideNav:__vue_component__$1});var install = function installdesignSystem(Vue) {
16029
16168
  Object.entries(components$1).forEach(function (_ref) {
16030
16169
  var _ref2 = _slicedToArray(_ref, 2),
16031
16170
  componentName = _ref2[0],
@@ -16034,7 +16173,7 @@ var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue
16034
16173
  Vue.component(componentName, component);
16035
16174
  });
16036
16175
  }; // Create module definition for Vue.use()
16037
- var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,VcConfirmModal:__vue_component__$1p,VcInputModal:__vue_component__$1m,VcNoticeModal:__vue_component__$1j,VcModalFooter:VcModalFooter,VcModalHeader:VcModalHeader,VcAlert:VcAlert,VcTooltip:VcTooltip,VcIconWithTooltip:VcIconWithTooltip,VcBottomActions:VcBottomActions,VcActionList:VcActionList,VcActions:VcActions,VcStepsBar:VcStepsBar,VcMobileWizardProgress:VcMobileWizardProgress,VcProgressCircular:VcProgressCircular,VcChecklistItem:VcChecklistItem,VcListbox:__vue_component__$13,VcBottomSheet:VcBottomSheet,VcInputBottomSheet:__vue_component__$$,VcPopover:VcPopover,VcInputPopover:__vue_component__$Y,VcChip:VcChip,VcChipList:__vue_component__$V,VcSearchBar:VcSearchBar,VcBaseListItem:VcBaseListItem,VcList:__vue_component__$P,VcButton:VcButton,VcButtonGroup:__vue_component__$N,VcForm:VcForm,VcIcon:VcIcon,VcLayout:VcLayout,VcLoader:VcLoader,VcSwitch:VcSwitch,VcListEntity:__vue_component__$K,VcExpansionCard:__vue_component__$I,VcTextField:VcTextField,VcAvatar:VcAvatar,VcTextArea:__vue_component__$G,VcSelectField:__vue_component__$E,VcToast:__vue_component__$C,VcCard:__vue_component__$A,VcCheckbox:VcCheckbox,VcFilterPanel:__vue_component__$y,VcFocusArea:__vue_component__$w,VcLink:VcLink,VcListItem:__vue_component__$u,VcGroupHeader:__vue_component__$s,VcEmptyState:VcEmptyState,VcSvg:VcSvg,VcBanner:__vue_component__$q,VcWizardCtaContainer:VcWizardCtaContainer,VcWizard:__vue_component__$m,VcImage:VcImage,VcBadge:__vue_component__$k,VcUpsellBlock:__vue_component__$i,VcModalContainer:VcModalContainer,VcDropzone:__vue_component__$g,VcRadioGroup:__vue_component__$d,VcRadio:VcRadio,VcSegmentedControl:__vue_component__$b,VcDocItem:__vue_component__$9,VcTimeSince:__vue_component__$7,VcSearchPicker:__vue_component__$5,VcDraggableList:__vue_component__$3,VcTabs:__vue_component__$1});// only expose one global var, with component exports exposed as properties of
16176
+ var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,VcConfirmModal:__vue_component__$1r,VcInputModal:__vue_component__$1o,VcNoticeModal:__vue_component__$1l,VcModalFooter:VcModalFooter,VcModalHeader:VcModalHeader,VcAlert:VcAlert,VcTooltip:VcTooltip,VcIconWithTooltip:VcIconWithTooltip,VcBottomActions:VcBottomActions,VcActionList:VcActionList,VcActions:VcActions,VcStepsBar:VcStepsBar,VcMobileWizardProgress:VcMobileWizardProgress,VcProgressCircular:VcProgressCircular,VcChecklistItem:VcChecklistItem,VcListbox:__vue_component__$15,VcBottomSheet:VcBottomSheet,VcInputBottomSheet:__vue_component__$11,VcPopover:VcPopover,VcInputPopover:__vue_component__$_,VcChip:VcChip,VcChipList:__vue_component__$X,VcSearchBar:VcSearchBar,VcBaseListItem:VcBaseListItem,VcList:__vue_component__$R,VcButton:VcButton,VcButtonGroup:__vue_component__$P,VcForm:VcForm,VcIcon:VcIcon,VcLayout:VcLayout,VcLoader:VcLoader,VcSwitch:VcSwitch,VcListEntity:__vue_component__$M,VcExpansionCard:__vue_component__$K,VcTextField:VcTextField,VcAvatar:VcAvatar,VcTextArea:__vue_component__$I,VcSelectField:__vue_component__$G,VcToast:__vue_component__$E,VcCard:__vue_component__$C,VcCheckbox:VcCheckbox,VcFilterPanel:__vue_component__$A,VcFocusArea:__vue_component__$y,VcLink:VcLink,VcListItem:__vue_component__$w,VcGroupHeader:__vue_component__$u,VcEmptyState:VcEmptyState,VcSvg:VcSvg,VcBanner:__vue_component__$s,VcWizardCtaContainer:VcWizardCtaContainer,VcWizard:__vue_component__$o,VcImage:VcImage,VcBadge:__vue_component__$m,VcUpsellBlock:__vue_component__$k,VcModalContainer:VcModalContainer,VcDropzone:__vue_component__$i,VcRadioGroup:__vue_component__$f,VcRadio:VcRadio,VcSegmentedControl:__vue_component__$d,VcDocItem:__vue_component__$b,VcTimeSince:__vue_component__$9,VcSearchPicker:__vue_component__$7,VcDraggableList:__vue_component__$5,VcTabs:__vue_component__$3,VcSideNav:__vue_component__$1});// only expose one global var, with component exports exposed as properties of
16038
16177
  // that global var (eg. plugin.component)
16039
16178
 
16040
16179
  Object.entries(components).forEach(function (_ref) {