@vcita/design-system 0.6.12 → 0.6.14-beta.1

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 (32) hide show
  1. package/config/locales/ds.de.yml +8 -6
  2. package/config/locales/ds.en.yml +2 -0
  3. package/config/locales/ds.es.yml +8 -6
  4. package/config/locales/ds.fr.yml +2 -0
  5. package/config/locales/ds.he.yml +2 -0
  6. package/config/locales/ds.it.yml +8 -6
  7. package/config/locales/ds.keys.yml +2 -0
  8. package/config/locales/ds.nl.yml +8 -6
  9. package/config/locales/ds.pl.yml +2 -0
  10. package/config/locales/ds.pseudo.yml +2 -0
  11. package/config/locales/ds.pt.yml +8 -6
  12. package/dist/@vcita/design-system.esm.js +1072 -859
  13. package/dist/@vcita/design-system.min.js +1 -1
  14. package/dist/@vcita/design-system.ssr.js +940 -720
  15. package/package.json +1 -1
  16. package/src/components/VcButton/VcButton.vue +4 -3
  17. package/src/components/VcDropzone/VcDropzone.spec.js +233 -0
  18. package/src/components/VcDropzone/VcDropzone.stories.js +49 -0
  19. package/src/components/VcDropzone/VcDropzone.vue +187 -0
  20. package/src/components/VcIconWithTooltip/VcIconWithTooltip.spec.js +5 -5
  21. package/src/components/VcInputPopover/VcInputPopover.spec.js +1 -1
  22. package/src/components/VcSelectField/VcSelectField.spec.js +14 -0
  23. package/src/components/VcSelectField/VcSelectField.stories.js +19 -1
  24. package/src/components/VcSelectField/VcSelectField.vue +5 -0
  25. package/src/components/VcTextField/VcTextField.spec.js +24 -2
  26. package/src/components/VcTextField/VcTextField.stories.js +22 -3
  27. package/src/components/VcTextField/VcTextField.vue +12 -1
  28. package/src/components/index.js +1 -0
  29. package/src/components/modal/elements/VcModalContainer.vue +1 -1
  30. package/src/stories/welcome.stories.mdx +7 -0
  31. package/styles/variables.scss +6 -2
  32. package/CHANGELOG.MD +0 -179
@@ -11,7 +11,7 @@ import { VDialog, VBtn, VLayout, VAlert, VTooltip, VIcon, VSubheader, VListItem,
11
11
  //
12
12
  //
13
13
  //
14
- var script$Q = {
14
+ var script$R = {
15
15
  components: {
16
16
  VDialog: VDialog
17
17
  },
@@ -168,10 +168,10 @@ function addStyle(id, css) {
168
168
  }
169
169
 
170
170
  /* script */
171
- const __vue_script__$Q = script$Q;
171
+ const __vue_script__$R = script$R;
172
172
  /* template */
173
173
 
174
- var __vue_render__$N = function () {
174
+ var __vue_render__$O = function () {
175
175
  var _vm = this;
176
176
 
177
177
  var _h = _vm.$createElement;
@@ -206,10 +206,10 @@ var __vue_render__$N = function () {
206
206
  }, [_vm._t("default")], 2);
207
207
  };
208
208
 
209
- var __vue_staticRenderFns__$N = [];
209
+ var __vue_staticRenderFns__$O = [];
210
210
  /* style */
211
211
 
212
- const __vue_inject_styles__$Q = function (inject) {
212
+ const __vue_inject_styles__$R = function (inject) {
213
213
  if (!inject) return;
214
214
  inject("data-v-2f9f1f74_0", {
215
215
  source: ".VcModalWrapper{position:relative;width:auto;background-color:var(--modal-bg-color);box-shadow:var(--modal-box-shadow)}@media screen and (min-width:960px){.VcModalWrapper{margin:0 24px}.VcModalWrapper.offset{left:var(--modal-desktop-offset)}#app[dir=rtl] .VcModalWrapper.offset{left:auto;right:var(--modal-desktop-offset)}}",
@@ -220,23 +220,23 @@ const __vue_inject_styles__$Q = function (inject) {
220
220
  /* scoped */
221
221
 
222
222
 
223
- const __vue_scope_id__$Q = undefined;
223
+ const __vue_scope_id__$R = undefined;
224
224
  /* module identifier */
225
225
 
226
- const __vue_module_identifier__$Q = undefined;
226
+ const __vue_module_identifier__$R = undefined;
227
227
  /* functional template */
228
228
 
229
- const __vue_is_functional_template__$Q = false;
229
+ const __vue_is_functional_template__$R = false;
230
230
  /* style inject SSR */
231
231
 
232
232
  /* style inject shadow dom */
233
233
 
234
- const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
235
- render: __vue_render__$N,
236
- staticRenderFns: __vue_staticRenderFns__$N
237
- }, __vue_inject_styles__$Q, __vue_script__$Q, __vue_scope_id__$Q, __vue_is_functional_template__$Q, __vue_module_identifier__$Q, false, createInjector, undefined, undefined);
234
+ const __vue_component__$R = /*#__PURE__*/normalizeComponent({
235
+ render: __vue_render__$O,
236
+ staticRenderFns: __vue_staticRenderFns__$O
237
+ }, __vue_inject_styles__$R, __vue_script__$R, __vue_scope_id__$R, __vue_is_functional_template__$R, __vue_module_identifier__$R, false, createInjector, undefined, undefined);
238
238
 
239
- var script$P = {
239
+ var script$Q = {
240
240
  name: "VcIcon",
241
241
  props: {
242
242
  dataQa: {
@@ -256,33 +256,33 @@ var script$P = {
256
256
  };
257
257
 
258
258
  /* script */
259
- const __vue_script__$P = script$P;
259
+ const __vue_script__$Q = script$Q;
260
260
  /* template */
261
261
 
262
262
  /* style */
263
263
 
264
- const __vue_inject_styles__$P = undefined;
264
+ const __vue_inject_styles__$Q = undefined;
265
265
  /* scoped */
266
266
 
267
- const __vue_scope_id__$P = undefined;
267
+ const __vue_scope_id__$Q = undefined;
268
268
  /* module identifier */
269
269
 
270
- const __vue_module_identifier__$P = undefined;
270
+ const __vue_module_identifier__$Q = undefined;
271
271
  /* functional template */
272
272
 
273
- const __vue_is_functional_template__$P = undefined;
273
+ const __vue_is_functional_template__$Q = undefined;
274
274
  /* style inject */
275
275
 
276
276
  /* style inject SSR */
277
277
 
278
278
  /* style inject shadow dom */
279
279
 
280
- const __vue_component__$P = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$P, __vue_script__$P, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, undefined, undefined, undefined);
280
+ const __vue_component__$Q = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$Q, __vue_script__$Q, __vue_scope_id__$Q, __vue_is_functional_template__$Q, __vue_module_identifier__$Q, false, undefined, undefined, undefined);
281
281
 
282
- var script$O = {
282
+ var script$P = {
283
283
  name: "VcButton",
284
284
  components: {
285
- VcIcon: __vue_component__$P,
285
+ VcIcon: __vue_component__$Q,
286
286
  VBtn: VBtn
287
287
  },
288
288
  props: {
@@ -316,7 +316,7 @@ var script$O = {
316
316
  },
317
317
  color: {
318
318
  type: String,
319
- comment: "deprecated, you shuold use flavor",
319
+ comment: "deprecated, you should use flavor",
320
320
  default: "secondary",
321
321
  validator: type => {
322
322
  return ["secondary", "white"].indexOf(type) > -1;
@@ -326,7 +326,8 @@ var script$O = {
326
326
  type: String,
327
327
  validator: type => {
328
328
  return ["secondary", "primary"].indexOf(type) > -1;
329
- }
329
+ },
330
+ default: 'primary'
330
331
  },
331
332
  icon: {
332
333
  type: Boolean,
@@ -379,11 +380,12 @@ var script$O = {
379
380
  computed: {
380
381
  buttonColor() {
381
382
  switch (this.flavor) {
383
+ case "primary":
384
+ // When the flavor is primary, the theme color is the value in secondary color
385
+ return this.color;
386
+
382
387
  case "secondary":
383
388
  return this.outlined ? '--gray-darken-5' : '--neutral-lighten-2';
384
-
385
- default:
386
- return "secondary";
387
389
  }
388
390
  }
389
391
 
@@ -391,10 +393,10 @@ var script$O = {
391
393
  };
392
394
 
393
395
  /* script */
394
- const __vue_script__$O = script$O;
396
+ const __vue_script__$P = script$P;
395
397
  /* template */
396
398
 
397
- var __vue_render__$M = function () {
399
+ var __vue_render__$N = function () {
398
400
  var _vm = this;
399
401
 
400
402
  var _h = _vm.$createElement;
@@ -439,13 +441,13 @@ var __vue_render__$M = function () {
439
441
  }), _vm._v("\n " + _vm._s(_vm.label || _vm.$slots.default && _vm.$slots.default[0].text || "") + "\n "), _vm._t("append")], 2);
440
442
  };
441
443
 
442
- var __vue_staticRenderFns__$M = [];
444
+ var __vue_staticRenderFns__$N = [];
443
445
  /* style */
444
446
 
445
- const __vue_inject_styles__$O = function (inject) {
447
+ const __vue_inject_styles__$P = function (inject) {
446
448
  if (!inject) return;
447
- inject("data-v-f0042ff4_0", {
448
- source: ".VcButton[data-v-f0042ff4]{letter-spacing:var(--letter-spacing)}.VcButton[data-v-f0042ff4]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.VcButton .prependDefaultIcon[data-v-f0042ff4]{margin-inline-end:var(--size-value3)}.VcButton .prependDefaultIcon[data-v-f0042ff4] svg{fill:currentColor}.VcButton.secondary__text[data-v-f0042ff4]{color:var(--gray-darken-5)!important;border-color:var(--neutral-lighten-1)}",
449
+ inject("data-v-048cf278_0", {
450
+ source: ".VcButton[data-v-048cf278]{letter-spacing:var(--letter-spacing)}.VcButton[data-v-048cf278]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.VcButton .prependDefaultIcon[data-v-048cf278]{margin-inline-end:var(--size-value3)}.VcButton .prependDefaultIcon[data-v-048cf278] svg{fill:currentColor}.VcButton.secondary__text[data-v-048cf278]{color:var(--gray-darken-5)!important;border-color:var(--neutral-lighten-1)}",
449
451
  map: undefined,
450
452
  media: undefined
451
453
  });
@@ -453,28 +455,28 @@ const __vue_inject_styles__$O = function (inject) {
453
455
  /* scoped */
454
456
 
455
457
 
456
- const __vue_scope_id__$O = "data-v-f0042ff4";
458
+ const __vue_scope_id__$P = "data-v-048cf278";
457
459
  /* module identifier */
458
460
 
459
- const __vue_module_identifier__$O = undefined;
461
+ const __vue_module_identifier__$P = undefined;
460
462
  /* functional template */
461
463
 
462
- const __vue_is_functional_template__$O = false;
464
+ const __vue_is_functional_template__$P = false;
463
465
  /* style inject SSR */
464
466
 
465
467
  /* style inject shadow dom */
466
468
 
467
- const __vue_component__$O = /*#__PURE__*/normalizeComponent({
468
- render: __vue_render__$M,
469
- staticRenderFns: __vue_staticRenderFns__$M
470
- }, __vue_inject_styles__$O, __vue_script__$O, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, createInjector, undefined, undefined);
469
+ const __vue_component__$P = /*#__PURE__*/normalizeComponent({
470
+ render: __vue_render__$N,
471
+ staticRenderFns: __vue_staticRenderFns__$N
472
+ }, __vue_inject_styles__$P, __vue_script__$P, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, createInjector, undefined, undefined);
471
473
 
472
- var script$N = {
474
+ var script$O = {
473
475
  name: 'VcModalContainer',
474
476
  components: {
475
- VcButton: __vue_component__$O,
476
- VcModalWrapper: __vue_component__$Q,
477
- VcIcon: __vue_component__$P,
477
+ VcButton: __vue_component__$P,
478
+ VcModalWrapper: __vue_component__$R,
479
+ VcIcon: __vue_component__$Q,
478
480
  VLayout: VLayout
479
481
  },
480
482
  props: {
@@ -520,10 +522,10 @@ var script$N = {
520
522
  };
521
523
 
522
524
  /* script */
523
- const __vue_script__$N = script$N;
525
+ const __vue_script__$O = script$O;
524
526
  /* template */
525
527
 
526
- var __vue_render__$L = function () {
528
+ var __vue_render__$M = function () {
527
529
  var _vm = this;
528
530
 
529
531
  var _h = _vm.$createElement;
@@ -596,13 +598,13 @@ var __vue_render__$L = function () {
596
598
  }, [_vm._t("footer")], 2) : _vm._e()])]], 2) : _vm._e();
597
599
  };
598
600
 
599
- var __vue_staticRenderFns__$L = [];
601
+ var __vue_staticRenderFns__$M = [];
600
602
  /* style */
601
603
 
602
- const __vue_inject_styles__$N = function (inject) {
604
+ const __vue_inject_styles__$O = function (inject) {
603
605
  if (!inject) return;
604
- inject("data-v-65928412_0", {
605
- 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;right:5px;top:var(--size-value2)}.VcModalContainer header .VcModalCloseButton .VcIcon{font-size:22px}.VcModalContainer header.showDivider{border-bottom:1px solid rgba(0,0,0,.12)}.VcModalContainer .VcModalContainerContent{overflow-y:auto;overflow-x:hidden;height:calc(100% - 138px);line-height:var(--size-value6);flex-grow:1;font-size:var(--font-size-small);padding:0 var(--size-value6) var(--size-value6)}.VcModalContainer footer{padding:var(--size-value3) var(--size-value4) var(--size-value3);text-align:right}#app[dir=rtl] .VcModalContainer footer{text-align:left}.VcModalContainer footer.showDivider{border-top:1px solid rgba(0,0,0,.12)}@media screen and (min-width:960px){.VcModalContainer footer{padding:var(--size-value3) var(--size-value6) var(--size-value3)}}.VcModalContainer.notice header,.VcModalContainer.prominent header{font-weight:var(--font-weight-xl);font-size:var(--font-size-medium2);padding-bottom:0;padding-top:var(--size-value10)}.VcModalContainer.notice .VcModalContainerContent,.VcModalContainer.prominent .VcModalContainerContent{padding:0;min-height:168px;height:calc(100% - 497px)}@media screen and (min-width:960px){.VcModalContainer.notice .VcModalContainerContent,.VcModalContainer.prominent .VcModalContainerContent{margin-bottom:var(--size-value2)}}.VcModalContainer.notice footer,.VcModalContainer.prominent footer{padding-top:var(--size-value3);padding-bottom:0}.VcModalContainer.notice.responsive .VcModalContainerContent,.VcModalContainer.notice.sm .VcModalContainerContent,.VcModalContainer.prominent.responsive .VcModalContainerContent,.VcModalContainer.prominent.sm .VcModalContainerContent{margin-left:var(--size-value6);padding-right:var(--size-value6)}.VcModalContainer.notice.md .VcModalContainerContent,.VcModalContainer.prominent.md .VcModalContainerContent{margin-left:var(--size-value10);padding-right:var(--size-value10)}.VcModalContainer.notice.lg header,.VcModalContainer.prominent.lg header{height:initial}.VcModalContainer.notice.lg .VcModalContainerContent,.VcModalContainer.prominent.lg .VcModalContainerContent{min-height:0;margin-left:var(--size-value16);padding-right:var(--size-value16)}.VcModalContainer.prominent .VcModalContainerContent{margin-bottom:var(--size-value6)}.VcModalContainer.input.responsive{height:100%;margin:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.VcModalContainer.input .VcModalContainerContent{height:auto;padding:0}",
606
+ inject("data-v-35c8f07c_0", {
607
+ source: ".VcModalContainer{overflow-y:hidden;height:auto;min-height:100px;min-width:300px;display:flex}.VcModalContainer.sm{width:var(--modal-width-small)}.VcModalContainer.md{width:var(--modal-width-medium)}.VcModalContainer.lg{width:var(--modal-width-large)}.VcModalContainer.xl{width:var(--modal-width-x-large)}.VcModalContainer.responsive{width:100%;margin:0 24px}.VcModalContainer .VcModalContainerContent,.VcModalContainer footer,.VcModalContainer header{flex-shrink:0}.VcModalContainer header{display:flex;justify-content:space-between}.VcModalContainer header .VcModalCloseButton{position:absolute;z-index:1;inset-inline-end:5px;top:var(--size-value2)}.VcModalContainer header .VcModalCloseButton .VcIcon{font-size:22px}.VcModalContainer header.showDivider{border-bottom:1px solid rgba(0,0,0,.12)}.VcModalContainer .VcModalContainerContent{overflow-y:auto;overflow-x:hidden;height:calc(100% - 138px);line-height:var(--size-value6);flex-grow:1;font-size:var(--font-size-small);padding:0 var(--size-value6) var(--size-value6)}.VcModalContainer footer{padding:var(--size-value3) var(--size-value4) var(--size-value3);text-align:right}#app[dir=rtl] .VcModalContainer footer{text-align:left}.VcModalContainer footer.showDivider{border-top:1px solid rgba(0,0,0,.12)}@media screen and (min-width:960px){.VcModalContainer footer{padding:var(--size-value3) var(--size-value6) var(--size-value3)}}.VcModalContainer.notice header,.VcModalContainer.prominent header{font-weight:var(--font-weight-xl);font-size:var(--font-size-medium2);padding-bottom:0;padding-top:var(--size-value10)}.VcModalContainer.notice .VcModalContainerContent,.VcModalContainer.prominent .VcModalContainerContent{padding:0;min-height:168px;height:calc(100% - 497px)}@media screen and (min-width:960px){.VcModalContainer.notice .VcModalContainerContent,.VcModalContainer.prominent .VcModalContainerContent{margin-bottom:var(--size-value2)}}.VcModalContainer.notice footer,.VcModalContainer.prominent footer{padding-top:var(--size-value3);padding-bottom:0}.VcModalContainer.notice.responsive .VcModalContainerContent,.VcModalContainer.notice.sm .VcModalContainerContent,.VcModalContainer.prominent.responsive .VcModalContainerContent,.VcModalContainer.prominent.sm .VcModalContainerContent{margin-left:var(--size-value6);padding-right:var(--size-value6)}.VcModalContainer.notice.md .VcModalContainerContent,.VcModalContainer.prominent.md .VcModalContainerContent{margin-left:var(--size-value10);padding-right:var(--size-value10)}.VcModalContainer.notice.lg header,.VcModalContainer.prominent.lg header{height:initial}.VcModalContainer.notice.lg .VcModalContainerContent,.VcModalContainer.prominent.lg .VcModalContainerContent{min-height:0;margin-left:var(--size-value16);padding-right:var(--size-value16)}.VcModalContainer.prominent .VcModalContainerContent{margin-bottom:var(--size-value6)}.VcModalContainer.input.responsive{height:100%;margin:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.VcModalContainer.input .VcModalContainerContent{height:auto;padding:0}",
606
608
  map: undefined,
607
609
  media: undefined
608
610
  });
@@ -610,23 +612,23 @@ const __vue_inject_styles__$N = function (inject) {
610
612
  /* scoped */
611
613
 
612
614
 
613
- const __vue_scope_id__$N = undefined;
615
+ const __vue_scope_id__$O = undefined;
614
616
  /* module identifier */
615
617
 
616
- const __vue_module_identifier__$N = undefined;
618
+ const __vue_module_identifier__$O = undefined;
617
619
  /* functional template */
618
620
 
619
- const __vue_is_functional_template__$N = false;
621
+ const __vue_is_functional_template__$O = false;
620
622
  /* style inject SSR */
621
623
 
622
624
  /* style inject shadow dom */
623
625
 
624
- const __vue_component__$N = /*#__PURE__*/normalizeComponent({
625
- render: __vue_render__$L,
626
- staticRenderFns: __vue_staticRenderFns__$L
627
- }, __vue_inject_styles__$N, __vue_script__$N, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, createInjector, undefined, undefined);
626
+ const __vue_component__$O = /*#__PURE__*/normalizeComponent({
627
+ render: __vue_render__$M,
628
+ staticRenderFns: __vue_staticRenderFns__$M
629
+ }, __vue_inject_styles__$O, __vue_script__$O, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, createInjector, undefined, undefined);
628
630
 
629
- var script$M = {
631
+ var script$N = {
630
632
  name: "VcLayout",
631
633
  render: function (createElement) {
632
634
  // `<v-layout><slot></slot></v-layout>`
@@ -640,34 +642,34 @@ var script$M = {
640
642
  };
641
643
 
642
644
  /* script */
643
- const __vue_script__$M = script$M;
645
+ const __vue_script__$N = script$N;
644
646
  /* template */
645
647
 
646
648
  /* style */
647
649
 
648
- const __vue_inject_styles__$M = undefined;
650
+ const __vue_inject_styles__$N = undefined;
649
651
  /* scoped */
650
652
 
651
- const __vue_scope_id__$M = "data-v-0751575a";
653
+ const __vue_scope_id__$N = "data-v-0751575a";
652
654
  /* module identifier */
653
655
 
654
- const __vue_module_identifier__$M = undefined;
656
+ const __vue_module_identifier__$N = undefined;
655
657
  /* functional template */
656
658
 
657
- const __vue_is_functional_template__$M = undefined;
659
+ const __vue_is_functional_template__$N = undefined;
658
660
  /* style inject */
659
661
 
660
662
  /* style inject SSR */
661
663
 
662
664
  /* style inject shadow dom */
663
665
 
664
- const __vue_component__$M = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$M, __vue_script__$M, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, undefined, undefined, undefined);
666
+ const __vue_component__$N = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$N, __vue_script__$N, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, undefined, undefined, undefined);
665
667
 
666
- var script$L = {
668
+ var script$M = {
667
669
  name: "VcModalFooter",
668
670
  components: {
669
- VcLayout: __vue_component__$M,
670
- VcButton: __vue_component__$O
671
+ VcLayout: __vue_component__$N,
672
+ VcButton: __vue_component__$P
671
673
  },
672
674
  props: {
673
675
  direction: {
@@ -696,10 +698,10 @@ var script$L = {
696
698
  };
697
699
 
698
700
  /* script */
699
- const __vue_script__$L = script$L;
701
+ const __vue_script__$M = script$M;
700
702
  /* template */
701
703
 
702
- var __vue_render__$K = function () {
704
+ var __vue_render__$L = function () {
703
705
  var _vm = this;
704
706
 
705
707
  var _h = _vm.$createElement;
@@ -734,10 +736,10 @@ var __vue_render__$K = function () {
734
736
  }), 1);
735
737
  };
736
738
 
737
- var __vue_staticRenderFns__$K = [];
739
+ var __vue_staticRenderFns__$L = [];
738
740
  /* style */
739
741
 
740
- const __vue_inject_styles__$L = function (inject) {
742
+ const __vue_inject_styles__$M = function (inject) {
741
743
  if (!inject) return;
742
744
  inject("data-v-79ae858b_0", {
743
745
  source: ".VcModalFooter.vertical .VcFooterButton[data-v-79ae858b]{width:100%;margin-bottom:var(--size-value2)}.VcModalFooter.vertical .VcFooterButton[data-v-79ae858b]:last-of-type{margin-bottom:0}@media screen and (min-width:960px){.VcModalFooter.vertical .VcFooterButton[data-v-79ae858b]{width:auto}}.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]{flex-basis:0;flex-grow:1}.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]:first-of-type{margin-left:0}.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]:last-of-type{margin-right:0}@media screen and (min-width:960px){.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]{flex-basis:auto;flex-grow:0}}.VcModalFooter .VcFooterButton[data-v-79ae858b]{margin-left:var(--size-value1);margin-right:var(--size-value1)}",
@@ -748,28 +750,28 @@ const __vue_inject_styles__$L = function (inject) {
748
750
  /* scoped */
749
751
 
750
752
 
751
- const __vue_scope_id__$L = "data-v-79ae858b";
753
+ const __vue_scope_id__$M = "data-v-79ae858b";
752
754
  /* module identifier */
753
755
 
754
- const __vue_module_identifier__$L = undefined;
756
+ const __vue_module_identifier__$M = undefined;
755
757
  /* functional template */
756
758
 
757
- const __vue_is_functional_template__$L = false;
759
+ const __vue_is_functional_template__$M = false;
758
760
  /* style inject SSR */
759
761
 
760
762
  /* style inject shadow dom */
761
763
 
762
- const __vue_component__$L = /*#__PURE__*/normalizeComponent({
763
- render: __vue_render__$K,
764
- staticRenderFns: __vue_staticRenderFns__$K
765
- }, __vue_inject_styles__$L, __vue_script__$L, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, createInjector, undefined, undefined);
764
+ const __vue_component__$M = /*#__PURE__*/normalizeComponent({
765
+ render: __vue_render__$L,
766
+ staticRenderFns: __vue_staticRenderFns__$L
767
+ }, __vue_inject_styles__$M, __vue_script__$M, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, createInjector, undefined, undefined);
766
768
 
767
- var script$K = {
769
+ var script$L = {
768
770
  name: "VcModalHeader",
769
771
  components: {
770
- VcLayout: __vue_component__$M,
771
- VcIcon: __vue_component__$P,
772
- VcButton: __vue_component__$O
772
+ VcLayout: __vue_component__$N,
773
+ VcIcon: __vue_component__$Q,
774
+ VcButton: __vue_component__$P
773
775
  },
774
776
  props: {
775
777
  topTitle: {
@@ -826,10 +828,10 @@ var script$K = {
826
828
  };
827
829
 
828
830
  /* script */
829
- const __vue_script__$K = script$K;
831
+ const __vue_script__$L = script$L;
830
832
  /* template */
831
833
 
832
- var __vue_render__$J = function () {
834
+ var __vue_render__$K = function () {
833
835
  var _vm = this;
834
836
 
835
837
  var _h = _vm.$createElement;
@@ -930,10 +932,10 @@ var __vue_render__$J = function () {
930
932
  }) : _vm._e()], 2);
931
933
  };
932
934
 
933
- var __vue_staticRenderFns__$J = [];
935
+ var __vue_staticRenderFns__$K = [];
934
936
  /* style */
935
937
 
936
- const __vue_inject_styles__$K = function (inject) {
938
+ const __vue_inject_styles__$L = function (inject) {
937
939
  if (!inject) return;
938
940
  inject("data-v-0446c685_0", {
939
941
  source: ".VcHeader[data-v-0446c685]{padding:var(--size-value4);font-weight:var(--font-weight-large);font-size:var(--font-size-medium);line-height:var(--size-value7);letter-spacing:var(--letter-spacing)}@media screen and (min-width:960px){.VcHeader[data-v-0446c685]{padding:var(--size-value4) var(--size-value4) var(--size-value4) var(--size-value6)}}.VcHeader.no-close-button[data-v-0446c685]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small2);padding:var(--size-value4) var(--size-value6) var(--size-value0)}.VcHeader.no-close-button.input[data-v-0446c685]{padding-block-end:var(--size-value0)}.VcHeader .VcHeaderImage[data-v-0446c685]{width:var(--size-value8);margin-right:var(--size-value3);padding:5px;border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:var(--border-radius)}.VcHeader .VcHeaderTopTitle[data-v-0446c685]{font-size:11px;font-weight:var(--font-weight-medium);line-height:var(--size-value3);color:var(--gray-darken-3)}.VcHeader .VcHeaderTitleWithPadding[data-v-0446c685]{padding-left:var(--size-value6)}.VcHeader .VcHeaderDescription[data-v-0446c685]{font-size:var(--font-size-xx-small);font-weight:var(--font-weight-medium);line-height:var(--size-value4);color:var(--gray-darken-4)}.VcHeader .VcHeaderSubtitle[data-v-0446c685]{font-size:var(--font-size-small2);font-weight:var(--font-weight-medium);color:var(--gray-darken-5);padding-left:var(--size-value2)}.VcHeader.confirm[data-v-0446c685]{font-weight:var(--font-weight-large);font-size:var(--font-size-medium);line-height:var(--size-value7);display:flex;align-items:flex-end;letter-spacing:var(--letter-spacing);color:var(--gray-darken-5);padding-inline:var(--size-value6) var(--size-value4)}@media screen and (min-width:960px){.VcHeader.confirm[data-v-0446c685]{font-weight:var(--font-weight-large2);padding-bottom:var(--size-value1);padding-top:var(--size-value6)}}.VcHeader.confirm .VcHeaderButton[data-v-0446c685],.VcHeader.input .VcHeaderButton[data-v-0446c685]{max-height:24px;margin-right:var(--size-value3)}.VcHeader.confirm .VcHeaderIcon[data-v-0446c685],.VcHeader.input .VcHeaderIcon[data-v-0446c685]{padding-right:var(--size-value3);font-size:var(--font-size-medium)}@media screen and (min-width:960px){.VcHeader.input[data-v-0446c685]{padding-bottom:var(--size-value3)}}.VcHeader .close-button[data-v-0446c685]{height:var(--size-value3);width:var(--size-value3);padding:unset}.VcHeader .close-button .mobile-close-icon[data-v-0446c685]{fill:var(--gray-darken-2);width:var(--size-value3)}",
@@ -944,30 +946,30 @@ const __vue_inject_styles__$K = function (inject) {
944
946
  /* scoped */
945
947
 
946
948
 
947
- const __vue_scope_id__$K = "data-v-0446c685";
949
+ const __vue_scope_id__$L = "data-v-0446c685";
948
950
  /* module identifier */
949
951
 
950
- const __vue_module_identifier__$K = undefined;
952
+ const __vue_module_identifier__$L = undefined;
951
953
  /* functional template */
952
954
 
953
- const __vue_is_functional_template__$K = false;
955
+ const __vue_is_functional_template__$L = false;
954
956
  /* style inject SSR */
955
957
 
956
958
  /* style inject shadow dom */
957
959
 
958
- const __vue_component__$K = /*#__PURE__*/normalizeComponent({
959
- render: __vue_render__$J,
960
- staticRenderFns: __vue_staticRenderFns__$J
961
- }, __vue_inject_styles__$K, __vue_script__$K, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, createInjector, undefined, undefined);
960
+ const __vue_component__$L = /*#__PURE__*/normalizeComponent({
961
+ render: __vue_render__$K,
962
+ staticRenderFns: __vue_staticRenderFns__$K
963
+ }, __vue_inject_styles__$L, __vue_script__$L, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, createInjector, undefined, undefined);
962
964
 
963
- var script$J = {
965
+ var script$K = {
964
966
  name: "VcConfirmModal",
965
967
  components: {
966
- VcModalHeader: __vue_component__$K,
967
- VcLayout: __vue_component__$M,
968
- VcModalFooter: __vue_component__$L,
969
- VcIcon: __vue_component__$P,
970
- VcModalContainer: __vue_component__$N
968
+ VcModalHeader: __vue_component__$L,
969
+ VcLayout: __vue_component__$N,
970
+ VcModalFooter: __vue_component__$M,
971
+ VcIcon: __vue_component__$Q,
972
+ VcModalContainer: __vue_component__$O
971
973
  },
972
974
  props: {
973
975
  showDialog: {
@@ -1024,10 +1026,10 @@ var script$J = {
1024
1026
  };
1025
1027
 
1026
1028
  /* script */
1027
- const __vue_script__$J = script$J;
1029
+ const __vue_script__$K = script$K;
1028
1030
  /* template */
1029
1031
 
1030
- var __vue_render__$I = function () {
1032
+ var __vue_render__$J = function () {
1031
1033
  var _vm = this;
1032
1034
 
1033
1035
  var _h = _vm.$createElement;
@@ -1110,31 +1112,31 @@ var __vue_render__$I = function () {
1110
1112
  });
1111
1113
  };
1112
1114
 
1113
- var __vue_staticRenderFns__$I = [];
1115
+ var __vue_staticRenderFns__$J = [];
1114
1116
  /* style */
1115
1117
 
1116
- const __vue_inject_styles__$J = undefined;
1118
+ const __vue_inject_styles__$K = undefined;
1117
1119
  /* scoped */
1118
1120
 
1119
- const __vue_scope_id__$J = "data-v-5b1ba5c6";
1121
+ const __vue_scope_id__$K = "data-v-5b1ba5c6";
1120
1122
  /* module identifier */
1121
1123
 
1122
- const __vue_module_identifier__$J = undefined;
1124
+ const __vue_module_identifier__$K = undefined;
1123
1125
  /* functional template */
1124
1126
 
1125
- const __vue_is_functional_template__$J = false;
1127
+ const __vue_is_functional_template__$K = false;
1126
1128
  /* style inject */
1127
1129
 
1128
1130
  /* style inject SSR */
1129
1131
 
1130
1132
  /* style inject shadow dom */
1131
1133
 
1132
- const __vue_component__$J = /*#__PURE__*/normalizeComponent({
1133
- render: __vue_render__$I,
1134
- staticRenderFns: __vue_staticRenderFns__$I
1135
- }, __vue_inject_styles__$J, __vue_script__$J, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, undefined, undefined, undefined);
1134
+ const __vue_component__$K = /*#__PURE__*/normalizeComponent({
1135
+ render: __vue_render__$J,
1136
+ staticRenderFns: __vue_staticRenderFns__$J
1137
+ }, __vue_inject_styles__$K, __vue_script__$K, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, undefined, undefined, undefined);
1136
1138
 
1137
- var script$I = {
1139
+ var script$J = {
1138
1140
  name: "VcForm",
1139
1141
  methods: {
1140
1142
  validate() {
@@ -1154,38 +1156,38 @@ var script$I = {
1154
1156
  };
1155
1157
 
1156
1158
  /* script */
1157
- const __vue_script__$I = script$I;
1159
+ const __vue_script__$J = script$J;
1158
1160
  /* template */
1159
1161
 
1160
1162
  /* style */
1161
1163
 
1162
- const __vue_inject_styles__$I = undefined;
1164
+ const __vue_inject_styles__$J = undefined;
1163
1165
  /* scoped */
1164
1166
 
1165
- const __vue_scope_id__$I = "data-v-398cf17d";
1167
+ const __vue_scope_id__$J = "data-v-398cf17d";
1166
1168
  /* module identifier */
1167
1169
 
1168
- const __vue_module_identifier__$I = undefined;
1170
+ const __vue_module_identifier__$J = undefined;
1169
1171
  /* functional template */
1170
1172
 
1171
- const __vue_is_functional_template__$I = undefined;
1173
+ const __vue_is_functional_template__$J = undefined;
1172
1174
  /* style inject */
1173
1175
 
1174
1176
  /* style inject SSR */
1175
1177
 
1176
1178
  /* style inject shadow dom */
1177
1179
 
1178
- const __vue_component__$I = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$I, __vue_script__$I, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, undefined, undefined, undefined);
1180
+ const __vue_component__$J = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$J, __vue_script__$J, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, undefined, undefined, undefined);
1179
1181
 
1180
- var script$H = {
1182
+ var script$I = {
1181
1183
  name: "VcInputModal",
1182
1184
  components: {
1183
- VcForm: __vue_component__$I,
1184
- VcLayout: __vue_component__$M,
1185
- VcModalFooter: __vue_component__$L,
1186
- VcIcon: __vue_component__$P,
1187
- VcModalContainer: __vue_component__$N,
1188
- VcModalHeader: __vue_component__$K
1185
+ VcForm: __vue_component__$J,
1186
+ VcLayout: __vue_component__$N,
1187
+ VcModalFooter: __vue_component__$M,
1188
+ VcIcon: __vue_component__$Q,
1189
+ VcModalContainer: __vue_component__$O,
1190
+ VcModalHeader: __vue_component__$L
1189
1191
  },
1190
1192
  props: {
1191
1193
  showDialog: {
@@ -1278,10 +1280,10 @@ var script$H = {
1278
1280
  };
1279
1281
 
1280
1282
  /* script */
1281
- const __vue_script__$H = script$H;
1283
+ const __vue_script__$I = script$I;
1282
1284
  /* template */
1283
1285
 
1284
- var __vue_render__$H = function () {
1286
+ var __vue_render__$I = function () {
1285
1287
  var _vm = this;
1286
1288
 
1287
1289
  var _h = _vm.$createElement;
@@ -1385,10 +1387,10 @@ var __vue_render__$H = function () {
1385
1387
  });
1386
1388
  };
1387
1389
 
1388
- var __vue_staticRenderFns__$H = [];
1390
+ var __vue_staticRenderFns__$I = [];
1389
1391
  /* style */
1390
1392
 
1391
- const __vue_inject_styles__$H = function (inject) {
1393
+ const __vue_inject_styles__$I = function (inject) {
1392
1394
  if (!inject) return;
1393
1395
  inject("data-v-66b94d97_0", {
1394
1396
  source: ".VcInputForm-layout .VcInputForm-main[data-v-66b94d97]{width:100%;max-width:100%;padding:var(--size-value6)}.VcInputForm-layout .VcInputForm-additional[data-v-66b94d97]{min-width:324px;padding:var(--size-value6);background:#f8f9fb;border-left:1px solid rgba(0,0,0,.12)}",
@@ -1399,26 +1401,26 @@ const __vue_inject_styles__$H = function (inject) {
1399
1401
  /* scoped */
1400
1402
 
1401
1403
 
1402
- const __vue_scope_id__$H = "data-v-66b94d97";
1404
+ const __vue_scope_id__$I = "data-v-66b94d97";
1403
1405
  /* module identifier */
1404
1406
 
1405
- const __vue_module_identifier__$H = undefined;
1407
+ const __vue_module_identifier__$I = undefined;
1406
1408
  /* functional template */
1407
1409
 
1408
- const __vue_is_functional_template__$H = false;
1410
+ const __vue_is_functional_template__$I = false;
1409
1411
  /* style inject SSR */
1410
1412
 
1411
1413
  /* style inject shadow dom */
1412
1414
 
1413
- const __vue_component__$H = /*#__PURE__*/normalizeComponent({
1414
- render: __vue_render__$H,
1415
- staticRenderFns: __vue_staticRenderFns__$H
1416
- }, __vue_inject_styles__$H, __vue_script__$H, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, createInjector, undefined, undefined);
1415
+ const __vue_component__$I = /*#__PURE__*/normalizeComponent({
1416
+ render: __vue_render__$I,
1417
+ staticRenderFns: __vue_staticRenderFns__$I
1418
+ }, __vue_inject_styles__$I, __vue_script__$I, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, createInjector, undefined, undefined);
1417
1419
 
1418
- var script$G = {
1420
+ var script$H = {
1419
1421
  name: "VcImage",
1420
1422
  components: {
1421
- VcLayout: __vue_component__$M
1423
+ VcLayout: __vue_component__$N
1422
1424
  },
1423
1425
  props: {
1424
1426
  image: {
@@ -1433,10 +1435,10 @@ var script$G = {
1433
1435
  };
1434
1436
 
1435
1437
  /* script */
1436
- const __vue_script__$G = script$G;
1438
+ const __vue_script__$H = script$H;
1437
1439
  /* template */
1438
1440
 
1439
- var __vue_render__$G = function () {
1441
+ var __vue_render__$H = function () {
1440
1442
  var _vm = this;
1441
1443
 
1442
1444
  var _h = _vm.$createElement;
@@ -1460,10 +1462,10 @@ var __vue_render__$G = function () {
1460
1462
  })], 1);
1461
1463
  };
1462
1464
 
1463
- var __vue_staticRenderFns__$G = [];
1465
+ var __vue_staticRenderFns__$H = [];
1464
1466
  /* style */
1465
1467
 
1466
- const __vue_inject_styles__$G = function (inject) {
1468
+ const __vue_inject_styles__$H = function (inject) {
1467
1469
  if (!inject) return;
1468
1470
  inject("data-v-46be532e_0", {
1469
1471
  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%}",
@@ -1474,29 +1476,29 @@ const __vue_inject_styles__$G = function (inject) {
1474
1476
  /* scoped */
1475
1477
 
1476
1478
 
1477
- const __vue_scope_id__$G = "data-v-46be532e";
1479
+ const __vue_scope_id__$H = "data-v-46be532e";
1478
1480
  /* module identifier */
1479
1481
 
1480
- const __vue_module_identifier__$G = undefined;
1482
+ const __vue_module_identifier__$H = undefined;
1481
1483
  /* functional template */
1482
1484
 
1483
- const __vue_is_functional_template__$G = false;
1485
+ const __vue_is_functional_template__$H = false;
1484
1486
  /* style inject SSR */
1485
1487
 
1486
1488
  /* style inject shadow dom */
1487
1489
 
1488
- const __vue_component__$G = /*#__PURE__*/normalizeComponent({
1489
- render: __vue_render__$G,
1490
- staticRenderFns: __vue_staticRenderFns__$G
1491
- }, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, createInjector, undefined, undefined);
1490
+ const __vue_component__$H = /*#__PURE__*/normalizeComponent({
1491
+ render: __vue_render__$H,
1492
+ staticRenderFns: __vue_staticRenderFns__$H
1493
+ }, __vue_inject_styles__$H, __vue_script__$H, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, createInjector, undefined, undefined);
1492
1494
 
1493
- var script$F = {
1495
+ var script$G = {
1494
1496
  name: "VcNoticeModal",
1495
1497
  components: {
1496
- VcImage: __vue_component__$G,
1497
- VcLayout: __vue_component__$M,
1498
- VcModalFooter: __vue_component__$L,
1499
- VcModalContainer: __vue_component__$N
1498
+ VcImage: __vue_component__$H,
1499
+ VcLayout: __vue_component__$N,
1500
+ VcModalFooter: __vue_component__$M,
1501
+ VcModalContainer: __vue_component__$O
1500
1502
  },
1501
1503
  props: {
1502
1504
  showDialog: {
@@ -1556,10 +1558,10 @@ var script$F = {
1556
1558
  };
1557
1559
 
1558
1560
  /* script */
1559
- const __vue_script__$F = script$F;
1561
+ const __vue_script__$G = script$G;
1560
1562
  /* template */
1561
1563
 
1562
- var __vue_render__$F = function () {
1564
+ var __vue_render__$G = function () {
1563
1565
  var _vm = this;
1564
1566
 
1565
1567
  var _h = _vm.$createElement;
@@ -1646,10 +1648,10 @@ var __vue_render__$F = function () {
1646
1648
  });
1647
1649
  };
1648
1650
 
1649
- var __vue_staticRenderFns__$F = [];
1651
+ var __vue_staticRenderFns__$G = [];
1650
1652
  /* style */
1651
1653
 
1652
- const __vue_inject_styles__$F = function (inject) {
1654
+ const __vue_inject_styles__$G = function (inject) {
1653
1655
  if (!inject) return;
1654
1656
  inject("data-v-d8b2c82a_0", {
1655
1657
  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)}",
@@ -1660,28 +1662,28 @@ const __vue_inject_styles__$F = function (inject) {
1660
1662
  /* scoped */
1661
1663
 
1662
1664
 
1663
- const __vue_scope_id__$F = "data-v-d8b2c82a";
1665
+ const __vue_scope_id__$G = "data-v-d8b2c82a";
1664
1666
  /* module identifier */
1665
1667
 
1666
- const __vue_module_identifier__$F = undefined;
1668
+ const __vue_module_identifier__$G = undefined;
1667
1669
  /* functional template */
1668
1670
 
1669
- const __vue_is_functional_template__$F = false;
1671
+ const __vue_is_functional_template__$G = false;
1670
1672
  /* style inject SSR */
1671
1673
 
1672
1674
  /* style inject shadow dom */
1673
1675
 
1674
- const __vue_component__$F = /*#__PURE__*/normalizeComponent({
1675
- render: __vue_render__$F,
1676
- staticRenderFns: __vue_staticRenderFns__$F
1677
- }, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, createInjector, undefined, undefined);
1676
+ const __vue_component__$G = /*#__PURE__*/normalizeComponent({
1677
+ render: __vue_render__$G,
1678
+ staticRenderFns: __vue_staticRenderFns__$G
1679
+ }, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, createInjector, undefined, undefined);
1678
1680
 
1679
- var script$E = {
1681
+ var script$F = {
1680
1682
  name: "VcAlert",
1681
1683
  components: {
1682
- VcIcon: __vue_component__$P,
1683
- VcButton: __vue_component__$O,
1684
- VcLayout: __vue_component__$M,
1684
+ VcIcon: __vue_component__$Q,
1685
+ VcButton: __vue_component__$P,
1686
+ VcLayout: __vue_component__$N,
1685
1687
  VAlert: VAlert
1686
1688
  },
1687
1689
  props: {
@@ -1777,10 +1779,10 @@ var script$E = {
1777
1779
  };
1778
1780
 
1779
1781
  /* script */
1780
- const __vue_script__$E = script$E;
1782
+ const __vue_script__$F = script$F;
1781
1783
  /* template */
1782
1784
 
1783
- var __vue_render__$E = function () {
1785
+ var __vue_render__$F = function () {
1784
1786
  var _vm = this;
1785
1787
 
1786
1788
  var _h = _vm.$createElement;
@@ -1850,10 +1852,10 @@ var __vue_render__$E = function () {
1850
1852
  }) : _vm._e()], 1);
1851
1853
  };
1852
1854
 
1853
- var __vue_staticRenderFns__$E = [];
1855
+ var __vue_staticRenderFns__$F = [];
1854
1856
  /* style */
1855
1857
 
1856
- const __vue_inject_styles__$E = function (inject) {
1858
+ const __vue_inject_styles__$F = function (inject) {
1857
1859
  if (!inject) return;
1858
1860
  inject("data-v-7847c9c0_0", {
1859
1861
  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)}",
@@ -1864,21 +1866,21 @@ const __vue_inject_styles__$E = function (inject) {
1864
1866
  /* scoped */
1865
1867
 
1866
1868
 
1867
- const __vue_scope_id__$E = undefined;
1869
+ const __vue_scope_id__$F = undefined;
1868
1870
  /* module identifier */
1869
1871
 
1870
- const __vue_module_identifier__$E = undefined;
1872
+ const __vue_module_identifier__$F = undefined;
1871
1873
  /* functional template */
1872
1874
 
1873
- const __vue_is_functional_template__$E = false;
1875
+ const __vue_is_functional_template__$F = false;
1874
1876
  /* style inject SSR */
1875
1877
 
1876
1878
  /* style inject shadow dom */
1877
1879
 
1878
- const __vue_component__$E = /*#__PURE__*/normalizeComponent({
1879
- render: __vue_render__$E,
1880
- staticRenderFns: __vue_staticRenderFns__$E
1881
- }, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
1880
+ const __vue_component__$F = /*#__PURE__*/normalizeComponent({
1881
+ render: __vue_render__$F,
1882
+ staticRenderFns: __vue_staticRenderFns__$F
1883
+ }, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, createInjector, undefined, undefined);
1882
1884
 
1883
1885
  //
1884
1886
  //
@@ -1926,7 +1928,7 @@ const __vue_component__$E = /*#__PURE__*/normalizeComponent({
1926
1928
  //
1927
1929
  //
1928
1930
  //
1929
- var script$D = {
1931
+ var script$E = {
1930
1932
  components: {
1931
1933
  VTooltip: VTooltip
1932
1934
  },
@@ -1987,10 +1989,10 @@ var script$D = {
1987
1989
  };
1988
1990
 
1989
1991
  /* script */
1990
- const __vue_script__$D = script$D;
1992
+ const __vue_script__$E = script$E;
1991
1993
  /* template */
1992
1994
 
1993
- var __vue_render__$D = function () {
1995
+ var __vue_render__$E = function () {
1994
1996
  var _vm = this;
1995
1997
 
1996
1998
  var _h = _vm.$createElement;
@@ -2043,13 +2045,13 @@ var __vue_render__$D = function () {
2043
2045
  })])])])], 1);
2044
2046
  };
2045
2047
 
2046
- var __vue_staticRenderFns__$D = [];
2048
+ var __vue_staticRenderFns__$E = [];
2047
2049
  /* style */
2048
2050
 
2049
- const __vue_inject_styles__$D = function (inject) {
2051
+ const __vue_inject_styles__$E = function (inject) {
2050
2052
  if (!inject) return;
2051
2053
  inject("data-v-09191fda_0", {
2052
- 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-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;--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;--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{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}",
2054
+ 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;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-tooltip{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}",
2053
2055
  map: undefined,
2054
2056
  media: undefined
2055
2057
  });
@@ -2057,26 +2059,26 @@ const __vue_inject_styles__$D = function (inject) {
2057
2059
  /* scoped */
2058
2060
 
2059
2061
 
2060
- const __vue_scope_id__$D = undefined;
2062
+ const __vue_scope_id__$E = undefined;
2061
2063
  /* module identifier */
2062
2064
 
2063
- const __vue_module_identifier__$D = undefined;
2065
+ const __vue_module_identifier__$E = undefined;
2064
2066
  /* functional template */
2065
2067
 
2066
- const __vue_is_functional_template__$D = false;
2068
+ const __vue_is_functional_template__$E = false;
2067
2069
  /* style inject SSR */
2068
2070
 
2069
2071
  /* style inject shadow dom */
2070
2072
 
2071
- const __vue_component__$D = /*#__PURE__*/normalizeComponent({
2072
- render: __vue_render__$D,
2073
- staticRenderFns: __vue_staticRenderFns__$D
2074
- }, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
2073
+ const __vue_component__$E = /*#__PURE__*/normalizeComponent({
2074
+ render: __vue_render__$E,
2075
+ staticRenderFns: __vue_staticRenderFns__$E
2076
+ }, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
2075
2077
 
2076
- var script$C = {
2078
+ var script$D = {
2077
2079
  name: "VcIconWithTooltip",
2078
2080
  components: {
2079
- VcTooltip: __vue_component__$D,
2081
+ VcTooltip: __vue_component__$E,
2080
2082
  VIcon: VIcon
2081
2083
  },
2082
2084
  props: {
@@ -2136,10 +2138,10 @@ var script$C = {
2136
2138
  };
2137
2139
 
2138
2140
  /* script */
2139
- const __vue_script__$C = script$C;
2141
+ const __vue_script__$D = script$D;
2140
2142
  /* template */
2141
2143
 
2142
- var __vue_render__$C = function () {
2144
+ var __vue_render__$D = function () {
2143
2145
  var _vm = this;
2144
2146
 
2145
2147
  var _h = _vm.$createElement;
@@ -2169,13 +2171,13 @@ var __vue_render__$C = function () {
2169
2171
  }, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
2170
2172
  };
2171
2173
 
2172
- var __vue_staticRenderFns__$C = [];
2174
+ var __vue_staticRenderFns__$D = [];
2173
2175
  /* style */
2174
2176
 
2175
- const __vue_inject_styles__$C = function (inject) {
2177
+ const __vue_inject_styles__$D = function (inject) {
2176
2178
  if (!inject) return;
2177
2179
  inject("data-v-7193d7d6_0", {
2178
- 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-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;--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;--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)}",
2180
+ 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;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.tooltip-icon{cursor:pointer}.tooltip-icon .vc-question{fill:rgba(0,0,0,.4)}.tooltip-icon .vc-question-fill{fill:var(--gray-darken-4)}.tooltip-icon .vc-info-fill,.tooltip-icon .vc-information{fill:var(--v-info-base)}.tooltip-icon .vc-attention,.tooltip-icon .vc-attention-fill{fill:var(--red)}.tooltip-icon.vc-default .vc-info-fill,.tooltip-icon.vc-default .vc-information{fill:rgba(0,0,0,.4)}.tooltip-icon.vc-default_hovering .vc-info-fill,.tooltip-icon.vc-default_hovering .vc-information{fill:var(--gray-darken-4)}",
2179
2181
  map: undefined,
2180
2182
  media: undefined
2181
2183
  });
@@ -2183,25 +2185,25 @@ const __vue_inject_styles__$C = function (inject) {
2183
2185
  /* scoped */
2184
2186
 
2185
2187
 
2186
- const __vue_scope_id__$C = undefined;
2188
+ const __vue_scope_id__$D = undefined;
2187
2189
  /* module identifier */
2188
2190
 
2189
- const __vue_module_identifier__$C = undefined;
2191
+ const __vue_module_identifier__$D = undefined;
2190
2192
  /* functional template */
2191
2193
 
2192
- const __vue_is_functional_template__$C = false;
2194
+ const __vue_is_functional_template__$D = false;
2193
2195
  /* style inject SSR */
2194
2196
 
2195
2197
  /* style inject shadow dom */
2196
2198
 
2197
- const __vue_component__$C = /*#__PURE__*/normalizeComponent({
2198
- render: __vue_render__$C,
2199
- staticRenderFns: __vue_staticRenderFns__$C
2200
- }, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
2201
-
2202
- var script$B = {
2203
- components: {
2204
- VcImage: __vue_component__$G,
2199
+ const __vue_component__$D = /*#__PURE__*/normalizeComponent({
2200
+ render: __vue_render__$D,
2201
+ staticRenderFns: __vue_staticRenderFns__$D
2202
+ }, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
2203
+
2204
+ var script$C = {
2205
+ components: {
2206
+ VcImage: __vue_component__$H,
2205
2207
  VIcon: VIcon,
2206
2208
  VTooltip: VTooltip
2207
2209
  },
@@ -2337,10 +2339,10 @@ var script$B = {
2337
2339
  };
2338
2340
 
2339
2341
  /* script */
2340
- const __vue_script__$B = script$B;
2342
+ const __vue_script__$C = script$C;
2341
2343
  /* template */
2342
2344
 
2343
- var __vue_render__$B = function () {
2345
+ var __vue_render__$C = function () {
2344
2346
  var _vm = this;
2345
2347
 
2346
2348
  var _h = _vm.$createElement;
@@ -2390,13 +2392,13 @@ var __vue_render__$B = function () {
2390
2392
  }, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
2391
2393
  };
2392
2394
 
2393
- var __vue_staticRenderFns__$B = [];
2395
+ var __vue_staticRenderFns__$C = [];
2394
2396
  /* style */
2395
2397
 
2396
- const __vue_inject_styles__$B = function (inject) {
2398
+ const __vue_inject_styles__$C = function (inject) {
2397
2399
  if (!inject) return;
2398
2400
  inject("data-v-b135b8c4_0", {
2399
- source: "[data-v-b135b8c4]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-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;--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;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.avatar-wrapper[data-v-b135b8c4]{position:relative;border-radius:50%;text-align:center;color:var(--modal-bg-color)}.avatar-wrapper.show-border[data-v-b135b8c4]{border:1px solid var(--modal-bg-color)}.avatar-wrapper.vc-disabled[data-v-b135b8c4]{filter:grayscale(100%)}.avatar-wrapper.light-mode[data-v-b135b8c4]{border:1px solid rgba(0,0,0,.3);color:rgba(0,0,0,.3);background-color:var(--modal-bg-color)}.avatar-wrapper.x-sm[data-v-b135b8c4]{height:var(--avatar-x-sm);width:var(--avatar-x-sm);font-size:var(--font-size-xxx-small)}.avatar-wrapper.sm[data-v-b135b8c4]{height:var(--avatar-sm);width:var(--avatar-sm);font-size:var(--font-size-xx-small)}.avatar-wrapper.md[data-v-b135b8c4]{height:var(--avatar-md);width:var(--avatar-md);font-size:var(--font-size-small)}.avatar-wrapper.lg[data-v-b135b8c4]{height:var(--avatar-lg);width:var(--avatar-lg);font-size:var(--font-size-small3)}.avatar-wrapper .avatar-image[data-v-b135b8c4]{height:100%;width:100%;border-radius:50%;overflow:hidden}.avatar-wrapper .avatar-image[data-v-b135b8c4] svg{height:100%}.avatar-wrapper .avatar-image[data-v-b135b8c4] img{height:100%}.avatar-wrapper .avatar-initials[data-v-b135b8c4]{position:relative;top:50%;font-weight:var(--font-weight-medium2);transform:translateY(-50%)}.avatar-wrapper .badge[data-v-b135b8c4]{fill:#fff;position:absolute;--gap:0;height:var(--size-value4);width:var(--size-value4);border-radius:50%;bottom:calc(var(--gap) * -1);left:calc(var(--gap) * -1)}.avatar-wrapper .badge.x-sm[data-v-b135b8c4]{--gap:var(--size-value1)}.avatar-wrapper .badge.sm[data-v-b135b8c4]{--gap:var(--size-value1)}.avatar-wrapper .badge.md[data-v-b135b8c4]{--gap:2px}.avatar-wrapper .badge.lg[data-v-b135b8c4]{--gap:var(--size-value0)}.avatar-wrapper .badge.right[data-v-b135b8c4]{left:unset;right:calc(var(--gap) * -1)}.avatar-wrapper .badge.confirmed[data-v-b135b8c4]{border:2px var(--modal-bg-color) solid}.color-0[data-v-b135b8c4]{background-color:#fed62f}.color-1[data-v-b135b8c4]{background-color:#fec22e}.color-2[data-v-b135b8c4]{background-color:#feac2a}.color-3[data-v-b135b8c4]{background-color:#fe9a28}.color-4[data-v-b135b8c4]{background-color:#fd7024}.color-5[data-v-b135b8c4]{background-color:#fd5b32}.color-6[data-v-b135b8c4]{background-color:#f2483f}.color-7[data-v-b135b8c4]{background-color:#dc331b}.color-8[data-v-b135b8c4]{background-color:#d41419}.color-9[data-v-b135b8c4]{background-color:#e72866}.color-10[data-v-b135b8c4]{background-color:#c41c63}.color-11[data-v-b135b8c4]{background-color:#9b2bae}.color-12[data-v-b135b8c4]{background-color:#673bb5}.color-13[data-v-b135b8c4]{background-color:#7c4efc}.color-14[data-v-b135b8c4]{background-color:#4051b3}.color-15[data-v-b135b8c4]{background-color:#311b92}.color-16[data-v-b135b8c4]{background-color:#2d62fb}.color-17[data-v-b135b8c4]{background-color:#5c6bc0}.color-18[data-v-b135b8c4]{background-color:#17a8f1}.color-19[data-v-b135b8c4]{background-color:#17bbd2}.color-20[data-v-b135b8c4]{background-color:#14abbf}.color-21[data-v-b135b8c4]{background-color:#0f9587}.color-22[data-v-b135b8c4]{background-color:#16bea5}.color-23[data-v-b135b8c4]{background-color:#4eae53}.color-24[data-v-b135b8c4]{background-color:#3a8d3f}.color-25[data-v-b135b8c4]{background-color:#8cc250}.color-26[data-v-b135b8c4]{background-color:#66bb6a}.color-27[data-v-b135b8c4]{background-color:#880e4f}.color-28[data-v-b135b8c4]{background-color:#1565c0}.color-29[data-v-b135b8c4]{background-color:#1e88e5}.color-9999[data-v-b135b8c4]{background-color:#4675d9}",
2401
+ source: "[data-v-b135b8c4]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.avatar-wrapper[data-v-b135b8c4]{position:relative;border-radius:50%;text-align:center;color:var(--modal-bg-color)}.avatar-wrapper.show-border[data-v-b135b8c4]{border:1px solid var(--modal-bg-color)}.avatar-wrapper.vc-disabled[data-v-b135b8c4]{filter:grayscale(100%)}.avatar-wrapper.light-mode[data-v-b135b8c4]{border:1px solid rgba(0,0,0,.3);color:rgba(0,0,0,.3);background-color:var(--modal-bg-color)}.avatar-wrapper.x-sm[data-v-b135b8c4]{height:var(--avatar-x-sm);width:var(--avatar-x-sm);font-size:var(--font-size-xxx-small)}.avatar-wrapper.sm[data-v-b135b8c4]{height:var(--avatar-sm);width:var(--avatar-sm);font-size:var(--font-size-xx-small)}.avatar-wrapper.md[data-v-b135b8c4]{height:var(--avatar-md);width:var(--avatar-md);font-size:var(--font-size-small)}.avatar-wrapper.lg[data-v-b135b8c4]{height:var(--avatar-lg);width:var(--avatar-lg);font-size:var(--font-size-small3)}.avatar-wrapper .avatar-image[data-v-b135b8c4]{height:100%;width:100%;border-radius:50%;overflow:hidden}.avatar-wrapper .avatar-image[data-v-b135b8c4] svg{height:100%}.avatar-wrapper .avatar-image[data-v-b135b8c4] img{height:100%}.avatar-wrapper .avatar-initials[data-v-b135b8c4]{position:relative;top:50%;font-weight:var(--font-weight-medium2);transform:translateY(-50%)}.avatar-wrapper .badge[data-v-b135b8c4]{fill:#fff;position:absolute;--gap:0;height:var(--size-value4);width:var(--size-value4);border-radius:50%;bottom:calc(var(--gap) * -1);left:calc(var(--gap) * -1)}.avatar-wrapper .badge.x-sm[data-v-b135b8c4]{--gap:var(--size-value1)}.avatar-wrapper .badge.sm[data-v-b135b8c4]{--gap:var(--size-value1)}.avatar-wrapper .badge.md[data-v-b135b8c4]{--gap:2px}.avatar-wrapper .badge.lg[data-v-b135b8c4]{--gap:var(--size-value0)}.avatar-wrapper .badge.right[data-v-b135b8c4]{left:unset;right:calc(var(--gap) * -1)}.avatar-wrapper .badge.confirmed[data-v-b135b8c4]{border:2px var(--modal-bg-color) solid}.color-0[data-v-b135b8c4]{background-color:#fed62f}.color-1[data-v-b135b8c4]{background-color:#fec22e}.color-2[data-v-b135b8c4]{background-color:#feac2a}.color-3[data-v-b135b8c4]{background-color:#fe9a28}.color-4[data-v-b135b8c4]{background-color:#fd7024}.color-5[data-v-b135b8c4]{background-color:#fd5b32}.color-6[data-v-b135b8c4]{background-color:#f2483f}.color-7[data-v-b135b8c4]{background-color:#dc331b}.color-8[data-v-b135b8c4]{background-color:#d41419}.color-9[data-v-b135b8c4]{background-color:#e72866}.color-10[data-v-b135b8c4]{background-color:#c41c63}.color-11[data-v-b135b8c4]{background-color:#9b2bae}.color-12[data-v-b135b8c4]{background-color:#673bb5}.color-13[data-v-b135b8c4]{background-color:#7c4efc}.color-14[data-v-b135b8c4]{background-color:#4051b3}.color-15[data-v-b135b8c4]{background-color:#311b92}.color-16[data-v-b135b8c4]{background-color:#2d62fb}.color-17[data-v-b135b8c4]{background-color:#5c6bc0}.color-18[data-v-b135b8c4]{background-color:#17a8f1}.color-19[data-v-b135b8c4]{background-color:#17bbd2}.color-20[data-v-b135b8c4]{background-color:#14abbf}.color-21[data-v-b135b8c4]{background-color:#0f9587}.color-22[data-v-b135b8c4]{background-color:#16bea5}.color-23[data-v-b135b8c4]{background-color:#4eae53}.color-24[data-v-b135b8c4]{background-color:#3a8d3f}.color-25[data-v-b135b8c4]{background-color:#8cc250}.color-26[data-v-b135b8c4]{background-color:#66bb6a}.color-27[data-v-b135b8c4]{background-color:#880e4f}.color-28[data-v-b135b8c4]{background-color:#1565c0}.color-29[data-v-b135b8c4]{background-color:#1e88e5}.color-9999[data-v-b135b8c4]{background-color:#4675d9}",
2400
2402
  map: undefined,
2401
2403
  media: undefined
2402
2404
  });
@@ -2404,29 +2406,29 @@ const __vue_inject_styles__$B = function (inject) {
2404
2406
  /* scoped */
2405
2407
 
2406
2408
 
2407
- const __vue_scope_id__$B = "data-v-b135b8c4";
2409
+ const __vue_scope_id__$C = "data-v-b135b8c4";
2408
2410
  /* module identifier */
2409
2411
 
2410
- const __vue_module_identifier__$B = undefined;
2412
+ const __vue_module_identifier__$C = undefined;
2411
2413
  /* functional template */
2412
2414
 
2413
- const __vue_is_functional_template__$B = false;
2415
+ const __vue_is_functional_template__$C = false;
2414
2416
  /* style inject SSR */
2415
2417
 
2416
2418
  /* style inject shadow dom */
2417
2419
 
2418
- const __vue_component__$B = /*#__PURE__*/normalizeComponent({
2419
- render: __vue_render__$B,
2420
- staticRenderFns: __vue_staticRenderFns__$B
2421
- }, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
2420
+ const __vue_component__$C = /*#__PURE__*/normalizeComponent({
2421
+ render: __vue_render__$C,
2422
+ staticRenderFns: __vue_staticRenderFns__$C
2423
+ }, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
2422
2424
 
2423
- var script$A = {
2425
+ var script$B = {
2424
2426
  name: "VcBottomActions",
2425
2427
  components: {
2426
- VcLayout: __vue_component__$M,
2427
- VcButton: __vue_component__$O,
2428
- VcIcon: __vue_component__$P,
2429
- VcAvatar: __vue_component__$B,
2428
+ VcLayout: __vue_component__$N,
2429
+ VcButton: __vue_component__$P,
2430
+ VcIcon: __vue_component__$Q,
2431
+ VcAvatar: __vue_component__$C,
2430
2432
  VSubheader: VSubheader,
2431
2433
  VListItem: VListItem,
2432
2434
  VList: VList,
@@ -2468,10 +2470,10 @@ var script$A = {
2468
2470
  };
2469
2471
 
2470
2472
  /* script */
2471
- const __vue_script__$A = script$A;
2473
+ const __vue_script__$B = script$B;
2472
2474
  /* template */
2473
2475
 
2474
- var __vue_render__$A = function () {
2476
+ var __vue_render__$B = function () {
2475
2477
  var _vm = this;
2476
2478
 
2477
2479
  var _h = _vm.$createElement;
@@ -2557,13 +2559,13 @@ var __vue_render__$A = function () {
2557
2559
  }), 1)], 1)], 1);
2558
2560
  };
2559
2561
 
2560
- var __vue_staticRenderFns__$A = [];
2562
+ var __vue_staticRenderFns__$B = [];
2561
2563
  /* style */
2562
2564
 
2563
- const __vue_inject_styles__$A = function (inject) {
2565
+ const __vue_inject_styles__$B = function (inject) {
2564
2566
  if (!inject) return;
2565
2567
  inject("data-v-51eeacd7_0", {
2566
- 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-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;--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;--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)}",
2568
+ 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;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-bottom-sheet{box-shadow:0 1px 10px rgba(0,0,0,.12),0 4px 5px rgba(0,0,0,.14),0 2px 4px -1px rgba(0,0,0,.2);margin:var(--size-value3) var(--size-value3) var(--size-value5)!important;border-radius:var(--modal-border-radius)!important}.vc-bottom-sheet .v-sheet.v-list{border-radius:var(--modal-border-radius);padding-top:var(--size-value0)}.vc-bottom-sheet .v-sheet.v-list .subheader{border-bottom:1px solid rgba(0,0,0,.12);padding:var(--size-value3) var(--size-value4);color:var(--gray-darken-5)}.vc-bottom-sheet .v-sheet.v-list .subheader .avatar{margin-inline-end:var(--size-value3)}.vc-bottom-sheet .v-sheet.v-list .subheader .vc-title{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small)}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper{flex-grow:1;justify-content:flex-end}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper .close-button{justify-content:flex-end;padding:var(--size-value0)}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper .close-button .v-btn__content{opacity:unset}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper .close-button .v-icon svg{fill:rgba(0,0,0,.4);width:var(--size-value4);height:var(--size-value4)}.vc-bottom-sheet .v-sheet.v-list .items-wrapper{padding:var(--size-value1) var(--size-value0)}.vc-bottom-sheet .v-sheet.v-list .items-wrapper .sheet-item{min-height:var(--size-value10)}.vc-bottom-sheet .v-sheet.v-list .items-wrapper .sheet-item .option-title{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);letter-spacing:-.2px}.vc-bottom-sheet .v-sheet.v-list .items-wrapper .sheet-item .option-title .icon-item{vertical-align:sub;margin-inline-end:var(--size-value3)}",
2567
2569
  map: undefined,
2568
2570
  media: undefined
2569
2571
  });
@@ -2571,28 +2573,28 @@ const __vue_inject_styles__$A = function (inject) {
2571
2573
  /* scoped */
2572
2574
 
2573
2575
 
2574
- const __vue_scope_id__$A = undefined;
2576
+ const __vue_scope_id__$B = undefined;
2575
2577
  /* module identifier */
2576
2578
 
2577
- const __vue_module_identifier__$A = undefined;
2579
+ const __vue_module_identifier__$B = undefined;
2578
2580
  /* functional template */
2579
2581
 
2580
- const __vue_is_functional_template__$A = false;
2582
+ const __vue_is_functional_template__$B = false;
2581
2583
  /* style inject SSR */
2582
2584
 
2583
2585
  /* style inject shadow dom */
2584
2586
 
2585
- const __vue_component__$A = /*#__PURE__*/normalizeComponent({
2586
- render: __vue_render__$A,
2587
- staticRenderFns: __vue_staticRenderFns__$A
2588
- }, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
2587
+ const __vue_component__$B = /*#__PURE__*/normalizeComponent({
2588
+ render: __vue_render__$B,
2589
+ staticRenderFns: __vue_staticRenderFns__$B
2590
+ }, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
2589
2591
 
2590
- var script$z = {
2592
+ var script$A = {
2591
2593
  name: "VcActionList",
2592
2594
  components: {
2593
- VcLayout: __vue_component__$M,
2594
- VcButton: __vue_component__$O,
2595
- VcIcon: __vue_component__$P,
2595
+ VcLayout: __vue_component__$N,
2596
+ VcButton: __vue_component__$P,
2597
+ VcIcon: __vue_component__$Q,
2596
2598
  VListItemTitle: VListItemTitle,
2597
2599
  VListItem: VListItem,
2598
2600
  VList: VList,
@@ -2618,10 +2620,10 @@ var script$z = {
2618
2620
  };
2619
2621
 
2620
2622
  /* script */
2621
- const __vue_script__$z = script$z;
2623
+ const __vue_script__$A = script$A;
2622
2624
  /* template */
2623
2625
 
2624
- var __vue_render__$z = function () {
2626
+ var __vue_render__$A = function () {
2625
2627
  var _vm = this;
2626
2628
 
2627
2629
  var _h = _vm.$createElement;
@@ -2673,13 +2675,13 @@ var __vue_render__$z = function () {
2673
2675
  }), 1)], 1)], 1);
2674
2676
  };
2675
2677
 
2676
- var __vue_staticRenderFns__$z = [];
2678
+ var __vue_staticRenderFns__$A = [];
2677
2679
  /* style */
2678
2680
 
2679
- const __vue_inject_styles__$z = function (inject) {
2681
+ const __vue_inject_styles__$A = function (inject) {
2680
2682
  if (!inject) return;
2681
2683
  inject("data-v-500d77ad_0", {
2682
- 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-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;--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;--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)}",
2684
+ 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;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-action-list{box-shadow:0 1px 10px rgba(0,0,0,.12),0 4px 5px rgba(0,0,0,.14),0 2px 4px -1px rgba(0,0,0,.2);border-radius:var(--modal-border-radius)}.vc-action-list .v-list{border-radius:var(--modal-border-radius);padding:var(--size-value1) 0}.vc-action-list .v-list .items-wrapper .sheet-item{min-height:var(--size-value10)}.vc-action-list .v-list .items-wrapper .sheet-item .option-title{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);letter-spacing:-.2px}.vc-action-list .v-list .items-wrapper .sheet-item .option-title .icon-item{width:25px;vertical-align:sub;margin-inline-end:var(--size-value3)}",
2683
2685
  map: undefined,
2684
2686
  media: undefined
2685
2687
  });
@@ -2687,28 +2689,28 @@ const __vue_inject_styles__$z = function (inject) {
2687
2689
  /* scoped */
2688
2690
 
2689
2691
 
2690
- const __vue_scope_id__$z = undefined;
2692
+ const __vue_scope_id__$A = undefined;
2691
2693
  /* module identifier */
2692
2694
 
2693
- const __vue_module_identifier__$z = undefined;
2695
+ const __vue_module_identifier__$A = undefined;
2694
2696
  /* functional template */
2695
2697
 
2696
- const __vue_is_functional_template__$z = false;
2698
+ const __vue_is_functional_template__$A = false;
2697
2699
  /* style inject SSR */
2698
2700
 
2699
2701
  /* style inject shadow dom */
2700
2702
 
2701
- const __vue_component__$z = /*#__PURE__*/normalizeComponent({
2702
- render: __vue_render__$z,
2703
- staticRenderFns: __vue_staticRenderFns__$z
2704
- }, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
2703
+ const __vue_component__$A = /*#__PURE__*/normalizeComponent({
2704
+ render: __vue_render__$A,
2705
+ staticRenderFns: __vue_staticRenderFns__$A
2706
+ }, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
2705
2707
 
2706
- var script$y = {
2708
+ var script$z = {
2707
2709
  name: "VcActions",
2708
2710
  components: {
2709
- VcIcon: __vue_component__$P,
2710
- VcActionList: __vue_component__$z,
2711
- VcBottomActions: __vue_component__$A
2711
+ VcIcon: __vue_component__$Q,
2712
+ VcActionList: __vue_component__$A,
2713
+ VcBottomActions: __vue_component__$B
2712
2714
  },
2713
2715
 
2714
2716
  data() {
@@ -2761,10 +2763,10 @@ var script$y = {
2761
2763
  };
2762
2764
 
2763
2765
  /* script */
2764
- const __vue_script__$y = script$y;
2766
+ const __vue_script__$z = script$z;
2765
2767
  /* template */
2766
2768
 
2767
- var __vue_render__$y = function () {
2769
+ var __vue_render__$z = function () {
2768
2770
  var _vm = this;
2769
2771
 
2770
2772
  var _h = _vm.$createElement;
@@ -2808,29 +2810,29 @@ var __vue_render__$y = function () {
2808
2810
  }, 'component', _vm.$props, false));
2809
2811
  };
2810
2812
 
2811
- var __vue_staticRenderFns__$y = [];
2813
+ var __vue_staticRenderFns__$z = [];
2812
2814
  /* style */
2813
2815
 
2814
- const __vue_inject_styles__$y = undefined;
2816
+ const __vue_inject_styles__$z = undefined;
2815
2817
  /* scoped */
2816
2818
 
2817
- const __vue_scope_id__$y = undefined;
2819
+ const __vue_scope_id__$z = undefined;
2818
2820
  /* module identifier */
2819
2821
 
2820
- const __vue_module_identifier__$y = undefined;
2822
+ const __vue_module_identifier__$z = undefined;
2821
2823
  /* functional template */
2822
2824
 
2823
- const __vue_is_functional_template__$y = false;
2825
+ const __vue_is_functional_template__$z = false;
2824
2826
  /* style inject */
2825
2827
 
2826
2828
  /* style inject SSR */
2827
2829
 
2828
2830
  /* style inject shadow dom */
2829
2831
 
2830
- const __vue_component__$y = /*#__PURE__*/normalizeComponent({
2831
- render: __vue_render__$y,
2832
- staticRenderFns: __vue_staticRenderFns__$y
2833
- }, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, undefined, undefined);
2832
+ const __vue_component__$z = /*#__PURE__*/normalizeComponent({
2833
+ render: __vue_render__$z,
2834
+ staticRenderFns: __vue_staticRenderFns__$z
2835
+ }, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, undefined, undefined);
2834
2836
 
2835
2837
  //
2836
2838
  //
@@ -2855,7 +2857,7 @@ const __vue_component__$y = /*#__PURE__*/normalizeComponent({
2855
2857
  //
2856
2858
  //
2857
2859
  //
2858
- var script$x = {
2860
+ var script$y = {
2859
2861
  components: {
2860
2862
  VStepperStep: VStepperStep,
2861
2863
  VStepper: VStepper
@@ -2928,10 +2930,10 @@ var script$x = {
2928
2930
  };
2929
2931
 
2930
2932
  /* script */
2931
- const __vue_script__$x = script$x;
2933
+ const __vue_script__$y = script$y;
2932
2934
  /* template */
2933
2935
 
2934
- var __vue_render__$x = function () {
2936
+ var __vue_render__$y = function () {
2935
2937
  var _vm = this;
2936
2938
 
2937
2939
  var _h = _vm.$createElement;
@@ -2970,13 +2972,13 @@ var __vue_render__$x = function () {
2970
2972
  })], 2)], 1);
2971
2973
  };
2972
2974
 
2973
- var __vue_staticRenderFns__$x = [];
2975
+ var __vue_staticRenderFns__$y = [];
2974
2976
  /* style */
2975
2977
 
2976
- const __vue_inject_styles__$x = function (inject) {
2978
+ const __vue_inject_styles__$y = function (inject) {
2977
2979
  if (!inject) return;
2978
2980
  inject("data-v-d21a486c_0", {
2979
- 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-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;--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;--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)}",
2981
+ 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;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-stepper-container[data-v-d21a486c]{height:100%;padding-block-start:var(--size-value4);padding-inline-start:var(--size-value10)}.vc-stepper.v-stepper[data-v-d21a486c]{box-shadow:none}.vc-stepper.v-stepper .stepper-title[data-v-d21a486c]{margin-block-end:var(--size-value6);font-weight:var(--font-weight-large2);font-size:var(--font-size-medium);letter-spacing:.03em;color:var(--gray-darken-5)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c]{padding:var(--size-value0);width:fit-content;align-items:flex-start;margin-block-end:var(--size-value1)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c] .v-stepper__label{padding-inline-end:var(--size-value6);text-shadow:none;font-size:var(--font-size-small2);letter-spacing:.01em;line-height:var(--size-value6);padding-bottom:var(--size-value7)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c] span.v-stepper__step__step{height:var(--size-value5);min-width:var(--size-value5);width:var(--size-value5);margin-inline-end:var(--size-value3);margin-inline-start:var(--size-value0);margin-block:2px;font-size:var(--font-size-xx-small);font-weight:var(--font-weight-medium2)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c]:not(.v-stepper__step--active):not(.v-stepper__step--complete) span.v-stepper__step__step{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c]:not(.v-stepper__step--active):not(.v-stepper__step--complete) .v-stepper__label{color:var(--gray-darken-4)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--active[data-v-d21a486c]:not(.v-stepper__step--complete) span.v-stepper__step__step{background-color:var(--v-secondary-base)!important}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--active[data-v-d21a486c]:not(.v-stepper__step--complete) .v-stepper__label{color:var(--gray-darken-5);font-weight:var(--font-weight-large)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-d21a486c] span.v-stepper__step__step{background-color:var(--green)!important}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-d21a486c] span.v-stepper__step__step i{font-size:var(--size-value3)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-d21a486c] .v-stepper__label{color:var(--gray-darken-5)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete.v-stepper__step--active[data-v-d21a486c] .v-stepper__label{font-weight:var(--font-weight-large)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c]:not(:last-child)::after{content:\"\";border-inline-start:2px solid var(--gray-lighten-1);position:absolute;top:0;margin-inline-start:9px;height:-webkit-fill-available;margin-top:var(--size-value7)}",
2980
2982
  map: undefined,
2981
2983
  media: undefined
2982
2984
  });
@@ -2984,21 +2986,21 @@ const __vue_inject_styles__$x = function (inject) {
2984
2986
  /* scoped */
2985
2987
 
2986
2988
 
2987
- const __vue_scope_id__$x = "data-v-d21a486c";
2989
+ const __vue_scope_id__$y = "data-v-d21a486c";
2988
2990
  /* module identifier */
2989
2991
 
2990
- const __vue_module_identifier__$x = undefined;
2992
+ const __vue_module_identifier__$y = undefined;
2991
2993
  /* functional template */
2992
2994
 
2993
- const __vue_is_functional_template__$x = false;
2995
+ const __vue_is_functional_template__$y = false;
2994
2996
  /* style inject SSR */
2995
2997
 
2996
2998
  /* style inject shadow dom */
2997
2999
 
2998
- const __vue_component__$x = /*#__PURE__*/normalizeComponent({
2999
- render: __vue_render__$x,
3000
- staticRenderFns: __vue_staticRenderFns__$x
3001
- }, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
3000
+ const __vue_component__$y = /*#__PURE__*/normalizeComponent({
3001
+ render: __vue_render__$y,
3002
+ staticRenderFns: __vue_staticRenderFns__$y
3003
+ }, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
3002
3004
 
3003
3005
  //
3004
3006
  //
@@ -3015,7 +3017,7 @@ const __vue_component__$x = /*#__PURE__*/normalizeComponent({
3015
3017
  //
3016
3018
  //
3017
3019
  //
3018
- var script$w = {
3020
+ var script$x = {
3019
3021
  components: {
3020
3022
  VProgressCircular: VProgressCircular
3021
3023
  },
@@ -3084,10 +3086,10 @@ var script$w = {
3084
3086
  };
3085
3087
 
3086
3088
  /* script */
3087
- const __vue_script__$w = script$w;
3089
+ const __vue_script__$x = script$x;
3088
3090
  /* template */
3089
3091
 
3090
- var __vue_render__$w = function () {
3092
+ var __vue_render__$x = function () {
3091
3093
  var _vm = this;
3092
3094
 
3093
3095
  var _h = _vm.$createElement;
@@ -3108,13 +3110,13 @@ var __vue_render__$w = function () {
3108
3110
  }, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
3109
3111
  };
3110
3112
 
3111
- var __vue_staticRenderFns__$w = [];
3113
+ var __vue_staticRenderFns__$x = [];
3112
3114
  /* style */
3113
3115
 
3114
- const __vue_inject_styles__$w = function (inject) {
3116
+ const __vue_inject_styles__$x = function (inject) {
3115
3117
  if (!inject) return;
3116
3118
  inject("data-v-5c278fc2_0", {
3117
- 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-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;--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;--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)}",
3119
+ 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;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-progress-circular .vc-progress-counter[data-v-5c278fc2]{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);color:var(--gray-darken-5)}.vc-progress-circular[data-v-5c278fc2] .v-progress-circular__underlay{stroke:var(--neutral-lighten-1)}",
3118
3120
  map: undefined,
3119
3121
  media: undefined
3120
3122
  });
@@ -3122,27 +3124,27 @@ const __vue_inject_styles__$w = function (inject) {
3122
3124
  /* scoped */
3123
3125
 
3124
3126
 
3125
- const __vue_scope_id__$w = "data-v-5c278fc2";
3127
+ const __vue_scope_id__$x = "data-v-5c278fc2";
3126
3128
  /* module identifier */
3127
3129
 
3128
- const __vue_module_identifier__$w = undefined;
3130
+ const __vue_module_identifier__$x = undefined;
3129
3131
  /* functional template */
3130
3132
 
3131
- const __vue_is_functional_template__$w = false;
3133
+ const __vue_is_functional_template__$x = false;
3132
3134
  /* style inject SSR */
3133
3135
 
3134
3136
  /* style inject shadow dom */
3135
3137
 
3136
- const __vue_component__$w = /*#__PURE__*/normalizeComponent({
3137
- render: __vue_render__$w,
3138
- staticRenderFns: __vue_staticRenderFns__$w
3139
- }, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
3138
+ const __vue_component__$x = /*#__PURE__*/normalizeComponent({
3139
+ render: __vue_render__$x,
3140
+ staticRenderFns: __vue_staticRenderFns__$x
3141
+ }, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
3140
3142
 
3141
- var script$v = {
3143
+ var script$w = {
3142
3144
  name: "VcMobileWizardProgress",
3143
3145
  components: {
3144
- VcLayout: __vue_component__$M,
3145
- VcProgressCircular: __vue_component__$w
3146
+ VcLayout: __vue_component__$N,
3147
+ VcProgressCircular: __vue_component__$x
3146
3148
  },
3147
3149
  model: {
3148
3150
  prop: 'currentStep'
@@ -3198,10 +3200,10 @@ var script$v = {
3198
3200
  };
3199
3201
 
3200
3202
  /* script */
3201
- const __vue_script__$v = script$v;
3203
+ const __vue_script__$w = script$w;
3202
3204
  /* template */
3203
3205
 
3204
- var __vue_render__$v = function () {
3206
+ var __vue_render__$w = function () {
3205
3207
  var _vm = this;
3206
3208
 
3207
3209
  var _h = _vm.$createElement;
@@ -3237,13 +3239,13 @@ var __vue_render__$v = function () {
3237
3239
  }, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
3238
3240
  };
3239
3241
 
3240
- var __vue_staticRenderFns__$v = [];
3242
+ var __vue_staticRenderFns__$w = [];
3241
3243
  /* style */
3242
3244
 
3243
- const __vue_inject_styles__$v = function (inject) {
3245
+ const __vue_inject_styles__$w = function (inject) {
3244
3246
  if (!inject) return;
3245
3247
  inject("data-v-4fe04d36_0", {
3246
- 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-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;--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;--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)}",
3248
+ 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;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-mobile-wizard-progress[data-v-4fe04d36]{padding:var(--size-value4);background-color:var(--neutral-lighten-3);width:100%;max-height:84px}.vc-mobile-wizard-progress .titles-container[data-v-4fe04d36]{margin:var(--size-value0) var(--size-value4)}.vc-mobile-wizard-progress .titles-container .current-step[data-v-4fe04d36]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small2)}.vc-mobile-wizard-progress .titles-container .next-step[data-v-4fe04d36]{font-size:var(--font-size-x-small);color:var(--gray-darken-4)}",
3247
3249
  map: undefined,
3248
3250
  media: undefined
3249
3251
  });
@@ -3251,28 +3253,28 @@ const __vue_inject_styles__$v = function (inject) {
3251
3253
  /* scoped */
3252
3254
 
3253
3255
 
3254
- const __vue_scope_id__$v = "data-v-4fe04d36";
3256
+ const __vue_scope_id__$w = "data-v-4fe04d36";
3255
3257
  /* module identifier */
3256
3258
 
3257
- const __vue_module_identifier__$v = undefined;
3259
+ const __vue_module_identifier__$w = undefined;
3258
3260
  /* functional template */
3259
3261
 
3260
- const __vue_is_functional_template__$v = false;
3262
+ const __vue_is_functional_template__$w = false;
3261
3263
  /* style inject SSR */
3262
3264
 
3263
3265
  /* style inject shadow dom */
3264
3266
 
3265
- const __vue_component__$v = /*#__PURE__*/normalizeComponent({
3266
- render: __vue_render__$v,
3267
- staticRenderFns: __vue_staticRenderFns__$v
3268
- }, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
3267
+ const __vue_component__$w = /*#__PURE__*/normalizeComponent({
3268
+ render: __vue_render__$w,
3269
+ staticRenderFns: __vue_staticRenderFns__$w
3270
+ }, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
3269
3271
 
3270
- var script$u = {
3272
+ var script$v = {
3271
3273
  name: 'VcCheckbox',
3272
3274
  components: {
3273
- VcIcon: __vue_component__$P,
3274
- VcAvatar: __vue_component__$B,
3275
- VcTooltip: __vue_component__$D,
3275
+ VcIcon: __vue_component__$Q,
3276
+ VcAvatar: __vue_component__$C,
3277
+ VcTooltip: __vue_component__$E,
3276
3278
  VCheckbox: VCheckbox
3277
3279
  },
3278
3280
  computed: {
@@ -3328,10 +3330,10 @@ var script$u = {
3328
3330
  };
3329
3331
 
3330
3332
  /* script */
3331
- const __vue_script__$u = script$u;
3333
+ const __vue_script__$v = script$v;
3332
3334
  /* template */
3333
3335
 
3334
- var __vue_render__$u = function () {
3336
+ var __vue_render__$v = function () {
3335
3337
  var _vm = this;
3336
3338
 
3337
3339
  var _h = _vm.$createElement;
@@ -3395,10 +3397,10 @@ var __vue_render__$u = function () {
3395
3397
  });
3396
3398
  };
3397
3399
 
3398
- var __vue_staticRenderFns__$u = [];
3400
+ var __vue_staticRenderFns__$v = [];
3399
3401
  /* style */
3400
3402
 
3401
- const __vue_inject_styles__$u = function (inject) {
3403
+ const __vue_inject_styles__$v = function (inject) {
3402
3404
  if (!inject) return;
3403
3405
  inject("data-v-347ec55e_0", {
3404
3406
  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}",
@@ -3409,28 +3411,28 @@ const __vue_inject_styles__$u = function (inject) {
3409
3411
  /* scoped */
3410
3412
 
3411
3413
 
3412
- const __vue_scope_id__$u = "data-v-347ec55e";
3414
+ const __vue_scope_id__$v = "data-v-347ec55e";
3413
3415
  /* module identifier */
3414
3416
 
3415
- const __vue_module_identifier__$u = undefined;
3417
+ const __vue_module_identifier__$v = undefined;
3416
3418
  /* functional template */
3417
3419
 
3418
- const __vue_is_functional_template__$u = false;
3420
+ const __vue_is_functional_template__$v = false;
3419
3421
  /* style inject SSR */
3420
3422
 
3421
3423
  /* style inject shadow dom */
3422
3424
 
3423
- const __vue_component__$u = /*#__PURE__*/normalizeComponent({
3424
- render: __vue_render__$u,
3425
- staticRenderFns: __vue_staticRenderFns__$u
3426
- }, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
3425
+ const __vue_component__$v = /*#__PURE__*/normalizeComponent({
3426
+ render: __vue_render__$v,
3427
+ staticRenderFns: __vue_staticRenderFns__$v
3428
+ }, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
3427
3429
 
3428
- var script$t = {
3430
+ var script$u = {
3429
3431
  name: "VcChecklistItem",
3430
3432
  components: {
3431
- VcLayout: __vue_component__$M,
3432
- VcCheckbox: __vue_component__$u,
3433
- VcTooltip: __vue_component__$D
3433
+ VcLayout: __vue_component__$N,
3434
+ VcCheckbox: __vue_component__$v,
3435
+ VcTooltip: __vue_component__$E
3434
3436
  },
3435
3437
  model: {
3436
3438
  prop: 'checked'
@@ -3483,10 +3485,10 @@ var script$t = {
3483
3485
  };
3484
3486
 
3485
3487
  /* script */
3486
- const __vue_script__$t = script$t;
3488
+ const __vue_script__$u = script$u;
3487
3489
  /* template */
3488
3490
 
3489
- var __vue_render__$t = function () {
3491
+ var __vue_render__$u = function () {
3490
3492
  var _vm = this;
3491
3493
 
3492
3494
  var _h = _vm.$createElement;
@@ -3523,13 +3525,13 @@ var __vue_render__$t = function () {
3523
3525
  })], 1)]], 2);
3524
3526
  };
3525
3527
 
3526
- var __vue_staticRenderFns__$t = [];
3528
+ var __vue_staticRenderFns__$u = [];
3527
3529
  /* style */
3528
3530
 
3529
- const __vue_inject_styles__$t = function (inject) {
3531
+ const __vue_inject_styles__$u = function (inject) {
3530
3532
  if (!inject) return;
3531
3533
  inject("data-v-0dd1f5eb_0", {
3532
- source: "[data-v-0dd1f5eb]: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-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;--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;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcChecklistItem-wrapper[data-v-0dd1f5eb]{width:100%}.VcChecklistItem-wrapper .VcChecklistItem.disabled[data-v-0dd1f5eb]{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-0dd1f5eb]{flex:1 1 auto;padding:var(--size-value0);margin:var(--size-value0)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-0dd1f5eb] .v-input__control .v-input__slot{padding:var(--size-value2) var(--size-value4)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-0dd1f5eb]:hover{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-0dd1f5eb]:focus{box-shadow:0 0 0 2px var(--v-secondary-lighten1)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-0dd1f5eb]:active{background-color:var(--v-secondary-lighten3)}",
3534
+ source: "[data-v-0dd1f5eb]: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;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcChecklistItem-wrapper[data-v-0dd1f5eb]{width:100%}.VcChecklistItem-wrapper .VcChecklistItem.disabled[data-v-0dd1f5eb]{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-0dd1f5eb]{flex:1 1 auto;padding:var(--size-value0);margin:var(--size-value0)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-0dd1f5eb] .v-input__control .v-input__slot{padding:var(--size-value2) var(--size-value4)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-0dd1f5eb]:hover{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-0dd1f5eb]:focus{box-shadow:0 0 0 2px var(--v-secondary-lighten1)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-0dd1f5eb]:active{background-color:var(--v-secondary-lighten3)}",
3533
3535
  map: undefined,
3534
3536
  media: undefined
3535
3537
  });
@@ -3537,28 +3539,28 @@ const __vue_inject_styles__$t = function (inject) {
3537
3539
  /* scoped */
3538
3540
 
3539
3541
 
3540
- const __vue_scope_id__$t = "data-v-0dd1f5eb";
3542
+ const __vue_scope_id__$u = "data-v-0dd1f5eb";
3541
3543
  /* module identifier */
3542
3544
 
3543
- const __vue_module_identifier__$t = undefined;
3545
+ const __vue_module_identifier__$u = undefined;
3544
3546
  /* functional template */
3545
3547
 
3546
- const __vue_is_functional_template__$t = false;
3548
+ const __vue_is_functional_template__$u = false;
3547
3549
  /* style inject SSR */
3548
3550
 
3549
3551
  /* style inject shadow dom */
3550
3552
 
3551
- const __vue_component__$t = /*#__PURE__*/normalizeComponent({
3552
- render: __vue_render__$t,
3553
- staticRenderFns: __vue_staticRenderFns__$t
3554
- }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
3553
+ const __vue_component__$u = /*#__PURE__*/normalizeComponent({
3554
+ render: __vue_render__$u,
3555
+ staticRenderFns: __vue_staticRenderFns__$u
3556
+ }, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
3555
3557
 
3556
- var script$s = {
3558
+ var script$t = {
3557
3559
  name: "VcListbox",
3558
3560
  components: {
3559
- VcChecklistItem: __vue_component__$t,
3560
- VcIcon: __vue_component__$P,
3561
- VcTooltip: __vue_component__$D,
3561
+ VcChecklistItem: __vue_component__$u,
3562
+ VcIcon: __vue_component__$Q,
3563
+ VcTooltip: __vue_component__$E,
3562
3564
  VListItem: VListItem,
3563
3565
  VListItemGroup: VListItemGroup,
3564
3566
  VDivider: VDivider,
@@ -3613,10 +3615,10 @@ var script$s = {
3613
3615
  };
3614
3616
 
3615
3617
  /* script */
3616
- const __vue_script__$s = script$s;
3618
+ const __vue_script__$t = script$t;
3617
3619
  /* template */
3618
3620
 
3619
- var __vue_render__$s = function () {
3621
+ var __vue_render__$t = function () {
3620
3622
  var _vm = this;
3621
3623
 
3622
3624
  var _h = _vm.$createElement;
@@ -3690,13 +3692,13 @@ var __vue_render__$s = function () {
3690
3692
  }, [_vm._v(_vm._s(_vm.getAddAnotherLabel))])], 1)], 1) : _vm._e()])], 1);
3691
3693
  };
3692
3694
 
3693
- var __vue_staticRenderFns__$s = [];
3695
+ var __vue_staticRenderFns__$t = [];
3694
3696
  /* style */
3695
3697
 
3696
- const __vue_inject_styles__$s = function (inject) {
3698
+ const __vue_inject_styles__$t = function (inject) {
3697
3699
  if (!inject) return;
3698
3700
  inject("data-v-6c0335a4_0", {
3699
- source: "[data-v-6c0335a4]: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-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;--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;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-list-title[data-v-6c0335a4]{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-6c0335a4]{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 .vc-overflow[data-v-6c0335a4]{overflow:auto;max-height:160px}.VcListbox .vc-overflow .vc-list-item[data-v-6c0335a4]{padding:var(--size-value0);min-height:unset}.VcListbox .vc-overflow .vc-list-item[data-v-6c0335a4]:before{opacity:0}.VcListbox .divider[data-v-6c0335a4]{border-color:var(--gray-lighten-1)}.VcListbox .last-item[data-v-6c0335a4]{cursor:pointer;min-height:var(--size-value10)}.VcListbox .last-item[data-v-6c0335a4]:hover{background-color:var(--gray-lighten-3)}.VcListbox .last-item .add-another-label[data-v-6c0335a4]{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-6c0335a4]{margin-inline-end:var(--size-value3);cursor:pointer}.VcListbox .last-item .add-another-icon[data-v-6c0335a4] .v-icon__component{height:unset;width:unset}.VcListbox .last-item .add-another-icon[data-v-6c0335a4] .v-icon__component svg{width:var(--size-value3)}",
3701
+ source: "[data-v-6c0335a4]: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;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-list-title[data-v-6c0335a4]{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-6c0335a4]{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 .vc-overflow[data-v-6c0335a4]{overflow:auto;max-height:160px}.VcListbox .vc-overflow .vc-list-item[data-v-6c0335a4]{padding:var(--size-value0);min-height:unset}.VcListbox .vc-overflow .vc-list-item[data-v-6c0335a4]:before{opacity:0}.VcListbox .divider[data-v-6c0335a4]{border-color:var(--gray-lighten-1)}.VcListbox .last-item[data-v-6c0335a4]{cursor:pointer;min-height:var(--size-value10)}.VcListbox .last-item[data-v-6c0335a4]:hover{background-color:var(--gray-lighten-3)}.VcListbox .last-item .add-another-label[data-v-6c0335a4]{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-6c0335a4]{margin-inline-end:var(--size-value3);cursor:pointer}.VcListbox .last-item .add-another-icon[data-v-6c0335a4] .v-icon__component{height:unset;width:unset}.VcListbox .last-item .add-another-icon[data-v-6c0335a4] .v-icon__component svg{width:var(--size-value3)}",
3700
3702
  map: undefined,
3701
3703
  media: undefined
3702
3704
  });
@@ -3704,26 +3706,26 @@ const __vue_inject_styles__$s = function (inject) {
3704
3706
  /* scoped */
3705
3707
 
3706
3708
 
3707
- const __vue_scope_id__$s = "data-v-6c0335a4";
3709
+ const __vue_scope_id__$t = "data-v-6c0335a4";
3708
3710
  /* module identifier */
3709
3711
 
3710
- const __vue_module_identifier__$s = undefined;
3712
+ const __vue_module_identifier__$t = undefined;
3711
3713
  /* functional template */
3712
3714
 
3713
- const __vue_is_functional_template__$s = false;
3715
+ const __vue_is_functional_template__$t = false;
3714
3716
  /* style inject SSR */
3715
3717
 
3716
3718
  /* style inject shadow dom */
3717
3719
 
3718
- const __vue_component__$s = /*#__PURE__*/normalizeComponent({
3719
- render: __vue_render__$s,
3720
- staticRenderFns: __vue_staticRenderFns__$s
3721
- }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
3720
+ const __vue_component__$t = /*#__PURE__*/normalizeComponent({
3721
+ render: __vue_render__$t,
3722
+ staticRenderFns: __vue_staticRenderFns__$t
3723
+ }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
3722
3724
 
3723
- var script$r = {
3725
+ var script$s = {
3724
3726
  name: "VcBottomSheet",
3725
3727
  components: {
3726
- VcLayout: __vue_component__$M,
3728
+ VcLayout: __vue_component__$N,
3727
3729
  VSheet: VSheet,
3728
3730
  VBottomSheet: VBottomSheet
3729
3731
  },
@@ -3744,10 +3746,10 @@ var script$r = {
3744
3746
  };
3745
3747
 
3746
3748
  /* script */
3747
- const __vue_script__$r = script$r;
3749
+ const __vue_script__$s = script$s;
3748
3750
  /* template */
3749
3751
 
3750
- var __vue_render__$r = function () {
3752
+ var __vue_render__$s = function () {
3751
3753
  var _vm = this;
3752
3754
 
3753
3755
  var _h = _vm.$createElement;
@@ -3780,13 +3782,13 @@ var __vue_render__$r = function () {
3780
3782
  }, [_vm._t("default")], 2)], 1);
3781
3783
  };
3782
3784
 
3783
- var __vue_staticRenderFns__$r = [];
3785
+ var __vue_staticRenderFns__$s = [];
3784
3786
  /* style */
3785
3787
 
3786
- const __vue_inject_styles__$r = function (inject) {
3788
+ const __vue_inject_styles__$s = function (inject) {
3787
3789
  if (!inject) return;
3788
3790
  inject("data-v-d837dcb8_0", {
3789
- source: "[data-v-d837dcb8]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-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;--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;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcBottomSheet .vc-sheet[data-v-d837dcb8]{max-height:92vh;border-radius:var(--modal-border-radius) var(--modal-border-radius) 0 0;display:flex;box-shadow:var(--modal-box-shadow)}",
3791
+ source: "[data-v-d837dcb8]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcBottomSheet .vc-sheet[data-v-d837dcb8]{max-height:92vh;border-radius:var(--modal-border-radius) var(--modal-border-radius) 0 0;display:flex;box-shadow:var(--modal-box-shadow)}",
3790
3792
  map: undefined,
3791
3793
  media: undefined
3792
3794
  });
@@ -3794,30 +3796,30 @@ const __vue_inject_styles__$r = function (inject) {
3794
3796
  /* scoped */
3795
3797
 
3796
3798
 
3797
- const __vue_scope_id__$r = "data-v-d837dcb8";
3799
+ const __vue_scope_id__$s = "data-v-d837dcb8";
3798
3800
  /* module identifier */
3799
3801
 
3800
- const __vue_module_identifier__$r = undefined;
3802
+ const __vue_module_identifier__$s = undefined;
3801
3803
  /* functional template */
3802
3804
 
3803
- const __vue_is_functional_template__$r = false;
3805
+ const __vue_is_functional_template__$s = false;
3804
3806
  /* style inject SSR */
3805
3807
 
3806
3808
  /* style inject shadow dom */
3807
3809
 
3808
- const __vue_component__$r = /*#__PURE__*/normalizeComponent({
3809
- render: __vue_render__$r,
3810
- staticRenderFns: __vue_staticRenderFns__$r
3811
- }, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
3810
+ const __vue_component__$s = /*#__PURE__*/normalizeComponent({
3811
+ render: __vue_render__$s,
3812
+ staticRenderFns: __vue_staticRenderFns__$s
3813
+ }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
3812
3814
 
3813
- var script$q = {
3815
+ var script$r = {
3814
3816
  name: "VcInputBottomSheet",
3815
3817
  components: {
3816
- VcBottomSheet: __vue_component__$r,
3817
- VcModalHeader: __vue_component__$K,
3818
- VcLayout: __vue_component__$M,
3819
- VcModalFooter: __vue_component__$L,
3820
- VcForm: __vue_component__$I
3818
+ VcBottomSheet: __vue_component__$s,
3819
+ VcModalHeader: __vue_component__$L,
3820
+ VcLayout: __vue_component__$N,
3821
+ VcModalFooter: __vue_component__$M,
3822
+ VcForm: __vue_component__$J
3821
3823
  },
3822
3824
  props: {
3823
3825
  value: {
@@ -3884,10 +3886,10 @@ var script$q = {
3884
3886
  };
3885
3887
 
3886
3888
  /* script */
3887
- const __vue_script__$q = script$q;
3889
+ const __vue_script__$r = script$r;
3888
3890
  /* template */
3889
3891
 
3890
- var __vue_render__$q = function () {
3892
+ var __vue_render__$r = function () {
3891
3893
  var _vm = this;
3892
3894
 
3893
3895
  var _h = _vm.$createElement;
@@ -3982,13 +3984,13 @@ var __vue_render__$q = function () {
3982
3984
  }) : _vm._e()], 1)]], 2);
3983
3985
  };
3984
3986
 
3985
- var __vue_staticRenderFns__$q = [];
3987
+ var __vue_staticRenderFns__$r = [];
3986
3988
  /* style */
3987
3989
 
3988
- const __vue_inject_styles__$q = function (inject) {
3990
+ const __vue_inject_styles__$r = function (inject) {
3989
3991
  if (!inject) return;
3990
3992
  inject("data-v-44a33895_0", {
3991
- source: "[data-v-44a33895]: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-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;--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;--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-44a33895]{border-bottom:1px solid var(--gray-lighten-1)}.VcInputBottomSheet .vc-bottom-sheet__footer[data-v-44a33895]{padding:var(--size-value3) var(--size-value4)}.VcInputBottomSheet .vc-bottom-sheet__footer.showDivider[data-v-44a33895]{border-top:1px solid var(--gray-lighten-1);display:flex}.VcInputBottomSheet .vc-bottom-sheet__content[data-v-44a33895]{padding:var(--size-value6) var(--size-value4);overflow-y:auto}",
3993
+ source: "[data-v-44a33895]: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;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcInputBottomSheet .vc-bottom-sheet__header.showDivider[data-v-44a33895]{border-bottom:1px solid var(--gray-lighten-1)}.VcInputBottomSheet .vc-bottom-sheet__footer[data-v-44a33895]{padding:var(--size-value3) var(--size-value4)}.VcInputBottomSheet .vc-bottom-sheet__footer.showDivider[data-v-44a33895]{border-top:1px solid var(--gray-lighten-1);display:flex}.VcInputBottomSheet .vc-bottom-sheet__content[data-v-44a33895]{padding:var(--size-value6) var(--size-value4);overflow-y:auto}",
3992
3994
  map: undefined,
3993
3995
  media: undefined
3994
3996
  });
@@ -3996,21 +3998,21 @@ const __vue_inject_styles__$q = function (inject) {
3996
3998
  /* scoped */
3997
3999
 
3998
4000
 
3999
- const __vue_scope_id__$q = "data-v-44a33895";
4001
+ const __vue_scope_id__$r = "data-v-44a33895";
4000
4002
  /* module identifier */
4001
4003
 
4002
- const __vue_module_identifier__$q = undefined;
4004
+ const __vue_module_identifier__$r = undefined;
4003
4005
  /* functional template */
4004
4006
 
4005
- const __vue_is_functional_template__$q = false;
4007
+ const __vue_is_functional_template__$r = false;
4006
4008
  /* style inject SSR */
4007
4009
 
4008
4010
  /* style inject shadow dom */
4009
4011
 
4010
- const __vue_component__$q = /*#__PURE__*/normalizeComponent({
4011
- render: __vue_render__$q,
4012
- staticRenderFns: __vue_staticRenderFns__$q
4013
- }, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
4012
+ const __vue_component__$r = /*#__PURE__*/normalizeComponent({
4013
+ render: __vue_render__$r,
4014
+ staticRenderFns: __vue_staticRenderFns__$r
4015
+ }, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
4014
4016
 
4015
4017
  //
4016
4018
  //
@@ -4030,7 +4032,7 @@ const __vue_component__$q = /*#__PURE__*/normalizeComponent({
4030
4032
  //
4031
4033
  //
4032
4034
  //
4033
- var script$p = {
4035
+ var script$q = {
4034
4036
  components: {
4035
4037
  VMenu: VMenu
4036
4038
  },
@@ -4066,10 +4068,10 @@ var script$p = {
4066
4068
  };
4067
4069
 
4068
4070
  /* script */
4069
- const __vue_script__$p = script$p;
4071
+ const __vue_script__$q = script$q;
4070
4072
  /* template */
4071
4073
 
4072
- var __vue_render__$p = function () {
4074
+ var __vue_render__$q = function () {
4073
4075
  var _vm = this;
4074
4076
 
4075
4077
  var _h = _vm.$createElement;
@@ -4107,13 +4109,13 @@ var __vue_render__$p = function () {
4107
4109
  }, [_vm._v(" "), _vm._t("default")], 2);
4108
4110
  };
4109
4111
 
4110
- var __vue_staticRenderFns__$p = [];
4112
+ var __vue_staticRenderFns__$q = [];
4111
4113
  /* style */
4112
4114
 
4113
- const __vue_inject_styles__$p = function (inject) {
4115
+ const __vue_inject_styles__$q = function (inject) {
4114
4116
  if (!inject) return;
4115
4117
  inject("data-v-da6757e6_0", {
4116
- 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-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;--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;--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)}",
4118
+ 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;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-popover[data-v-da6757e6]{background-color:var(--modal-bg-color);width:var(--popover-width);max-height:var(--popover-max-height);display:flex;box-shadow:var(--modal-box-shadow);border-radius:var(--popover-border-radius)}",
4117
4119
  map: undefined,
4118
4120
  media: undefined
4119
4121
  });
@@ -4121,30 +4123,30 @@ const __vue_inject_styles__$p = function (inject) {
4121
4123
  /* scoped */
4122
4124
 
4123
4125
 
4124
- const __vue_scope_id__$p = "data-v-da6757e6";
4126
+ const __vue_scope_id__$q = "data-v-da6757e6";
4125
4127
  /* module identifier */
4126
4128
 
4127
- const __vue_module_identifier__$p = undefined;
4129
+ const __vue_module_identifier__$q = undefined;
4128
4130
  /* functional template */
4129
4131
 
4130
- const __vue_is_functional_template__$p = false;
4132
+ const __vue_is_functional_template__$q = false;
4131
4133
  /* style inject SSR */
4132
4134
 
4133
4135
  /* style inject shadow dom */
4134
4136
 
4135
- const __vue_component__$p = /*#__PURE__*/normalizeComponent({
4136
- render: __vue_render__$p,
4137
- staticRenderFns: __vue_staticRenderFns__$p
4138
- }, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
4137
+ const __vue_component__$q = /*#__PURE__*/normalizeComponent({
4138
+ render: __vue_render__$q,
4139
+ staticRenderFns: __vue_staticRenderFns__$q
4140
+ }, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
4139
4141
 
4140
- var script$o = {
4142
+ var script$p = {
4141
4143
  name: "VcInputPopover",
4142
4144
  components: {
4143
- VcModalHeader: __vue_component__$K,
4144
- VcLayout: __vue_component__$M,
4145
- VcModalFooter: __vue_component__$L,
4146
- VcForm: __vue_component__$I,
4147
- VcPopover: __vue_component__$p
4145
+ VcModalHeader: __vue_component__$L,
4146
+ VcLayout: __vue_component__$N,
4147
+ VcModalFooter: __vue_component__$M,
4148
+ VcForm: __vue_component__$J,
4149
+ VcPopover: __vue_component__$q
4148
4150
  },
4149
4151
  props: {
4150
4152
  value: {
@@ -4207,10 +4209,10 @@ var script$o = {
4207
4209
  };
4208
4210
 
4209
4211
  /* script */
4210
- const __vue_script__$o = script$o;
4212
+ const __vue_script__$p = script$p;
4211
4213
  /* template */
4212
4214
 
4213
- var __vue_render__$o = function () {
4215
+ var __vue_render__$p = function () {
4214
4216
  var _vm = this;
4215
4217
 
4216
4218
  var _h = _vm.$createElement;
@@ -4296,13 +4298,13 @@ var __vue_render__$o = function () {
4296
4298
  }) : _vm._e()], 1)]], 2);
4297
4299
  };
4298
4300
 
4299
- var __vue_staticRenderFns__$o = [];
4301
+ var __vue_staticRenderFns__$p = [];
4300
4302
  /* style */
4301
4303
 
4302
- const __vue_inject_styles__$o = function (inject) {
4304
+ const __vue_inject_styles__$p = function (inject) {
4303
4305
  if (!inject) return;
4304
4306
  inject("data-v-4df3327c_0", {
4305
- source: "[data-v-4df3327c]: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-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;--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;--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-4df3327c]{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-4df3327c]{padding:var(--size-value4) var(--size-value6);overflow-y:auto}.vc-popover .vc-popover-footer[data-v-4df3327c]{padding:var(--size-value3) var(--size-value6)}",
4307
+ source: "[data-v-4df3327c]: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;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-popover[data-v-4df3327c]{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-4df3327c]{padding:var(--size-value4) var(--size-value6);overflow-y:auto}.vc-popover .vc-popover-footer[data-v-4df3327c]{padding:var(--size-value3) var(--size-value6)}",
4306
4308
  map: undefined,
4307
4309
  media: undefined
4308
4310
  });
@@ -4310,27 +4312,27 @@ const __vue_inject_styles__$o = function (inject) {
4310
4312
  /* scoped */
4311
4313
 
4312
4314
 
4313
- const __vue_scope_id__$o = "data-v-4df3327c";
4315
+ const __vue_scope_id__$p = "data-v-4df3327c";
4314
4316
  /* module identifier */
4315
4317
 
4316
- const __vue_module_identifier__$o = undefined;
4318
+ const __vue_module_identifier__$p = undefined;
4317
4319
  /* functional template */
4318
4320
 
4319
- const __vue_is_functional_template__$o = false;
4321
+ const __vue_is_functional_template__$p = false;
4320
4322
  /* style inject SSR */
4321
4323
 
4322
4324
  /* style inject shadow dom */
4323
4325
 
4324
- const __vue_component__$o = /*#__PURE__*/normalizeComponent({
4325
- render: __vue_render__$o,
4326
- staticRenderFns: __vue_staticRenderFns__$o
4327
- }, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
4326
+ const __vue_component__$p = /*#__PURE__*/normalizeComponent({
4327
+ render: __vue_render__$p,
4328
+ staticRenderFns: __vue_staticRenderFns__$p
4329
+ }, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
4328
4330
 
4329
- var script$n = {
4331
+ var script$o = {
4330
4332
  name: "VcChip",
4331
4333
  components: {
4332
- VcIcon: __vue_component__$P,
4333
- VcAvatar: __vue_component__$B,
4334
+ VcIcon: __vue_component__$Q,
4335
+ VcAvatar: __vue_component__$C,
4334
4336
  VChip: VChip
4335
4337
  },
4336
4338
  props: {
@@ -4362,10 +4364,10 @@ var script$n = {
4362
4364
  };
4363
4365
 
4364
4366
  /* script */
4365
- const __vue_script__$n = script$n;
4367
+ const __vue_script__$o = script$o;
4366
4368
  /* template */
4367
4369
 
4368
- var __vue_render__$n = function () {
4370
+ var __vue_render__$o = function () {
4369
4371
  var _vm = this;
4370
4372
 
4371
4373
  var _h = _vm.$createElement;
@@ -4405,13 +4407,13 @@ var __vue_render__$n = function () {
4405
4407
  }, [_vm._v("$attention_fill")])], 1) : _vm._e(), _vm._v("\n " + _vm._s(_vm.label) + "\n")]);
4406
4408
  };
4407
4409
 
4408
- var __vue_staticRenderFns__$n = [];
4410
+ var __vue_staticRenderFns__$o = [];
4409
4411
  /* style */
4410
4412
 
4411
- const __vue_inject_styles__$n = function (inject) {
4413
+ const __vue_inject_styles__$o = function (inject) {
4412
4414
  if (!inject) return;
4413
4415
  inject("data-v-d8233608_0", {
4414
- source: "[data-v-d8233608]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-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;--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;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcChip[data-v-d8233608]{max-width:fit-content;border:1px solid var(--neutral-lighten-1)}.VcChip.v-chip[data-v-d8233608]{background-color:var(--modal-bg-color)}.VcChip.v-chip[data-v-d8233608] .v-chip__content{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper{margin-inline-end:var(--size-value2)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper .vc-attention-fill{fill:var(--yellow)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close{direction:inherit;margin-inline:var(--size-value1) var(--size-value0);color:var(--gray)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close:hover{opacity:unset}.VcChip.v-chip.vc-avatar[data-v-d8233608]{padding-inline:var(--size-value1) var(--size-value3)}.VcChip.v-chip--disabled[data-v-d8233608]{background-color:var(--gray-lighten-2);border:1px solid var(--gray-lighten-2)}.VcChip.v-chip--disabled[data-v-d8233608] .v-chip__content{color:var(--gray-darken-1)}.VcChip.vc-invalid[data-v-d8233608]{background-color:var(--yellow-lighten-3);border:1px solid var(--yellow)}.VcChip.vc-invalid[data-v-d8233608]:hover{background-color:var(--yellow-lighten-2)}.VcChip[data-v-d8233608]:hover{background-color:var(--gray-lighten-3)}.VcChip[data-v-d8233608]:hover:before{opacity:0}.VcChip[data-v-d8233608]:focus{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcChip[data-v-d8233608]:focus:before{opacity:0}",
4416
+ source: "[data-v-d8233608]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcChip[data-v-d8233608]{max-width:fit-content;border:1px solid var(--neutral-lighten-1)}.VcChip.v-chip[data-v-d8233608]{background-color:var(--modal-bg-color)}.VcChip.v-chip[data-v-d8233608] .v-chip__content{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper{margin-inline-end:var(--size-value2)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper .vc-attention-fill{fill:var(--yellow)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close{direction:inherit;margin-inline:var(--size-value1) var(--size-value0);color:var(--gray)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close:hover{opacity:unset}.VcChip.v-chip.vc-avatar[data-v-d8233608]{padding-inline:var(--size-value1) var(--size-value3)}.VcChip.v-chip--disabled[data-v-d8233608]{background-color:var(--gray-lighten-2);border:1px solid var(--gray-lighten-2)}.VcChip.v-chip--disabled[data-v-d8233608] .v-chip__content{color:var(--gray-darken-1)}.VcChip.vc-invalid[data-v-d8233608]{background-color:var(--yellow-lighten-3);border:1px solid var(--yellow)}.VcChip.vc-invalid[data-v-d8233608]:hover{background-color:var(--yellow-lighten-2)}.VcChip[data-v-d8233608]:hover{background-color:var(--gray-lighten-3)}.VcChip[data-v-d8233608]:hover:before{opacity:0}.VcChip[data-v-d8233608]:focus{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcChip[data-v-d8233608]:focus:before{opacity:0}",
4415
4417
  map: undefined,
4416
4418
  media: undefined
4417
4419
  });
@@ -4419,21 +4421,21 @@ const __vue_inject_styles__$n = function (inject) {
4419
4421
  /* scoped */
4420
4422
 
4421
4423
 
4422
- const __vue_scope_id__$n = "data-v-d8233608";
4424
+ const __vue_scope_id__$o = "data-v-d8233608";
4423
4425
  /* module identifier */
4424
4426
 
4425
- const __vue_module_identifier__$n = undefined;
4427
+ const __vue_module_identifier__$o = undefined;
4426
4428
  /* functional template */
4427
4429
 
4428
- const __vue_is_functional_template__$n = false;
4430
+ const __vue_is_functional_template__$o = false;
4429
4431
  /* style inject SSR */
4430
4432
 
4431
4433
  /* style inject shadow dom */
4432
4434
 
4433
- const __vue_component__$n = /*#__PURE__*/normalizeComponent({
4434
- render: __vue_render__$n,
4435
- staticRenderFns: __vue_staticRenderFns__$n
4436
- }, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
4435
+ const __vue_component__$o = /*#__PURE__*/normalizeComponent({
4436
+ render: __vue_render__$o,
4437
+ staticRenderFns: __vue_staticRenderFns__$o
4438
+ }, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
4437
4439
 
4438
4440
  //
4439
4441
  //
@@ -4457,7 +4459,7 @@ const __vue_component__$n = /*#__PURE__*/normalizeComponent({
4457
4459
  //
4458
4460
  //
4459
4461
  //
4460
- var script$m = {
4462
+ var script$n = {
4461
4463
  components: {
4462
4464
  VCol: VCol,
4463
4465
  VRow: VRow,
@@ -4543,10 +4545,10 @@ var script$m = {
4543
4545
  };
4544
4546
 
4545
4547
  /* script */
4546
- const __vue_script__$m = script$m;
4548
+ const __vue_script__$n = script$n;
4547
4549
  /* template */
4548
4550
 
4549
- var __vue_render__$m = function () {
4551
+ var __vue_render__$n = function () {
4550
4552
  var _vm = this;
4551
4553
 
4552
4554
  var _h = _vm.$createElement;
@@ -4593,10 +4595,10 @@ var __vue_render__$m = function () {
4593
4595
  }), 1);
4594
4596
  };
4595
4597
 
4596
- var __vue_staticRenderFns__$m = [];
4598
+ var __vue_staticRenderFns__$n = [];
4597
4599
  /* style */
4598
4600
 
4599
- const __vue_inject_styles__$m = function (inject) {
4601
+ const __vue_inject_styles__$n = function (inject) {
4600
4602
  if (!inject) return;
4601
4603
  inject("data-v-284ef818_0", {
4602
4604
  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}",
@@ -4607,21 +4609,21 @@ const __vue_inject_styles__$m = function (inject) {
4607
4609
  /* scoped */
4608
4610
 
4609
4611
 
4610
- const __vue_scope_id__$m = "data-v-284ef818";
4612
+ const __vue_scope_id__$n = "data-v-284ef818";
4611
4613
  /* module identifier */
4612
4614
 
4613
- const __vue_module_identifier__$m = undefined;
4615
+ const __vue_module_identifier__$n = undefined;
4614
4616
  /* functional template */
4615
4617
 
4616
- const __vue_is_functional_template__$m = false;
4618
+ const __vue_is_functional_template__$n = false;
4617
4619
  /* style inject SSR */
4618
4620
 
4619
4621
  /* style inject shadow dom */
4620
4622
 
4621
- const __vue_component__$m = /*#__PURE__*/normalizeComponent({
4622
- render: __vue_render__$m,
4623
- staticRenderFns: __vue_staticRenderFns__$m
4624
- }, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
4623
+ const __vue_component__$n = /*#__PURE__*/normalizeComponent({
4624
+ render: __vue_render__$n,
4625
+ staticRenderFns: __vue_staticRenderFns__$n
4626
+ }, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
4625
4627
 
4626
4628
  //
4627
4629
  //
@@ -4632,7 +4634,7 @@ const __vue_component__$m = /*#__PURE__*/normalizeComponent({
4632
4634
  //
4633
4635
  //
4634
4636
  //
4635
- var script$l = {
4637
+ var script$m = {
4636
4638
  components: {
4637
4639
  VProgressCircular: VProgressCircular
4638
4640
  },
@@ -4660,10 +4662,10 @@ var script$l = {
4660
4662
  };
4661
4663
 
4662
4664
  /* script */
4663
- const __vue_script__$l = script$l;
4665
+ const __vue_script__$m = script$m;
4664
4666
  /* template */
4665
4667
 
4666
- var __vue_render__$l = function () {
4668
+ var __vue_render__$m = function () {
4667
4669
  var _vm = this;
4668
4670
 
4669
4671
  var _h = _vm.$createElement;
@@ -4681,33 +4683,33 @@ var __vue_render__$l = function () {
4681
4683
  });
4682
4684
  };
4683
4685
 
4684
- var __vue_staticRenderFns__$l = [];
4686
+ var __vue_staticRenderFns__$m = [];
4685
4687
  /* style */
4686
4688
 
4687
- const __vue_inject_styles__$l = undefined;
4689
+ const __vue_inject_styles__$m = undefined;
4688
4690
  /* scoped */
4689
4691
 
4690
- const __vue_scope_id__$l = undefined;
4692
+ const __vue_scope_id__$m = undefined;
4691
4693
  /* module identifier */
4692
4694
 
4693
- const __vue_module_identifier__$l = undefined;
4695
+ const __vue_module_identifier__$m = undefined;
4694
4696
  /* functional template */
4695
4697
 
4696
- const __vue_is_functional_template__$l = false;
4698
+ const __vue_is_functional_template__$m = false;
4697
4699
  /* style inject */
4698
4700
 
4699
4701
  /* style inject SSR */
4700
4702
 
4701
4703
  /* style inject shadow dom */
4702
4704
 
4703
- const __vue_component__$l = /*#__PURE__*/normalizeComponent({
4704
- render: __vue_render__$l,
4705
- staticRenderFns: __vue_staticRenderFns__$l
4706
- }, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, undefined, undefined);
4705
+ const __vue_component__$m = /*#__PURE__*/normalizeComponent({
4706
+ render: __vue_render__$m,
4707
+ staticRenderFns: __vue_staticRenderFns__$m
4708
+ }, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);
4707
4709
 
4708
- var script$k = {
4710
+ var script$l = {
4709
4711
  components: {
4710
- VcIcon: __vue_component__$P,
4712
+ VcIcon: __vue_component__$Q,
4711
4713
  VSwitch: VSwitch
4712
4714
  },
4713
4715
  name: "VcSwitch",
@@ -4745,10 +4747,10 @@ var script$k = {
4745
4747
  };
4746
4748
 
4747
4749
  /* script */
4748
- const __vue_script__$k = script$k;
4750
+ const __vue_script__$l = script$l;
4749
4751
  /* template */
4750
4752
 
4751
- var __vue_render__$k = function () {
4753
+ var __vue_render__$l = function () {
4752
4754
  var _vm = this;
4753
4755
 
4754
4756
  var _h = _vm.$createElement;
@@ -4798,10 +4800,10 @@ var __vue_render__$k = function () {
4798
4800
  }, [_vm._v("$close_button")]) : _vm._e()], 1);
4799
4801
  };
4800
4802
 
4801
- var __vue_staticRenderFns__$k = [];
4803
+ var __vue_staticRenderFns__$l = [];
4802
4804
  /* style */
4803
4805
 
4804
- const __vue_inject_styles__$k = function (inject) {
4806
+ const __vue_inject_styles__$l = function (inject) {
4805
4807
  if (!inject) return;
4806
4808
  inject("data-v-52aeef04_0", {
4807
4809
  source: ".switchContainer .VcSwitch[data-v-52aeef04]{padding:0;margin:0}.switchContainer .VcSwitch[data-v-52aeef04] 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-52aeef04] input{height:var(--size-value5)}.switchContainer .VcSwitch[data-v-52aeef04] .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-52aeef04] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-52aeef04] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch[data-v-52aeef04] .v-input--switch__track{top:0;left:0}#app[dir=rtl] .switchContainer .VcSwitch[data-v-52aeef04] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch[data-v-52aeef04] .v-input--selection-controls__ripple{left:-10px;height:25px;width:25px}#app[dir=rtl] .switchContainer .VcSwitch[data-v-52aeef04] .v-input--selection-controls__ripple{left:auto;right:-10px}.switchContainer .VcSwitch[data-v-52aeef04] .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-52aeef04] .v-input--switch__thumb{transform:translateX(-3px)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-52aeef04] {opacity:1}.switchContainer .VcSwitch.v-input--is-disabled[data-v-52aeef04] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-52aeef04] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.is-active[data-v-52aeef04] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.is-active[data-v-52aeef04] .v-input--selection-controls__ripple{transform:translateX(14px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-52aeef04] .v-input--selection-controls__ripple{transform:translateX(-14px)!important}.switchContainer .VcSwitch.is-active[data-v-52aeef04] .v-input--switch__thumb{transform:translateX(17px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-52aeef04] .v-input--switch__thumb{transform:translateX(-17px)!important}.switchContainer .VcSwitch.with-icon[data-v-52aeef04] input{height:var(--size-value6)}.switchContainer .VcSwitch.with-icon[data-v-52aeef04] .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-52aeef04] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-52aeef04] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch.with-icon[data-v-52aeef04] .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-52aeef04] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch.with-icon[data-v-52aeef04] .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-52aeef04] .v-input--selection-controls__ripple{left:auto;right:-9px}.switchContainer .VcSwitch.with-icon[data-v-52aeef04] .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-52aeef04] .v-input--switch__thumb{transform:translateX(-3.5px)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-52aeef04] {opacity:1}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-52aeef04] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-52aeef04] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.with-icon.v-input--is-disabled+.VcSwitchIcon[data-v-52aeef04]{fill:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-52aeef04] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.with-icon.is-active[data-v-52aeef04] .v-input--selection-controls__ripple{transform:translateX(23.5px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-52aeef04] .v-input--selection-controls__ripple{transform:translateX(-23.5px)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-52aeef04] .v-input--switch__thumb{transform:translateX(26px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-52aeef04] .v-input--switch__thumb{transform:translateX(-26px)!important}.switchContainer .VcSwitchIcon[data-v-52aeef04]{position:relative}.switchContainer .VcSwitchIconV[data-v-52aeef04]{left:30px;top:-47px;margin-bottom:-47px;fill:var(--v-secondary-base)}.switchContainer .VcSwitchIconX[data-v-52aeef04]{left:7.4px;top:-51px;margin-bottom:-51px;fill:var(--neutral-lighten-1)}.switchContainer.with-icon[data-v-52aeef04]{height:var(--size-value6)}",
@@ -4812,26 +4814,26 @@ const __vue_inject_styles__$k = function (inject) {
4812
4814
  /* scoped */
4813
4815
 
4814
4816
 
4815
- const __vue_scope_id__$k = "data-v-52aeef04";
4817
+ const __vue_scope_id__$l = "data-v-52aeef04";
4816
4818
  /* module identifier */
4817
4819
 
4818
- const __vue_module_identifier__$k = undefined;
4820
+ const __vue_module_identifier__$l = undefined;
4819
4821
  /* functional template */
4820
4822
 
4821
- const __vue_is_functional_template__$k = false;
4823
+ const __vue_is_functional_template__$l = false;
4822
4824
  /* style inject SSR */
4823
4825
 
4824
4826
  /* style inject shadow dom */
4825
4827
 
4826
- const __vue_component__$k = /*#__PURE__*/normalizeComponent({
4827
- render: __vue_render__$k,
4828
- staticRenderFns: __vue_staticRenderFns__$k
4829
- }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
4828
+ const __vue_component__$l = /*#__PURE__*/normalizeComponent({
4829
+ render: __vue_render__$l,
4830
+ staticRenderFns: __vue_staticRenderFns__$l
4831
+ }, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
4830
4832
 
4831
- var script$j = {
4833
+ var script$k = {
4832
4834
  components: {
4833
- VcIcon: __vue_component__$P,
4834
- VcSwitch: __vue_component__$k,
4835
+ VcIcon: __vue_component__$Q,
4836
+ VcSwitch: __vue_component__$l,
4835
4837
  VContainer: VContainer
4836
4838
  },
4837
4839
  name: 'VcListEntity',
@@ -4856,10 +4858,10 @@ var script$j = {
4856
4858
  };
4857
4859
 
4858
4860
  /* script */
4859
- const __vue_script__$j = script$j;
4861
+ const __vue_script__$k = script$k;
4860
4862
  /* template */
4861
4863
 
4862
- var __vue_render__$j = function () {
4864
+ var __vue_render__$k = function () {
4863
4865
  var _vm = this;
4864
4866
 
4865
4867
  var _h = _vm.$createElement;
@@ -4905,10 +4907,10 @@ var __vue_render__$j = function () {
4905
4907
  })], 1)])])], 1);
4906
4908
  };
4907
4909
 
4908
- var __vue_staticRenderFns__$j = [];
4910
+ var __vue_staticRenderFns__$k = [];
4909
4911
  /* style */
4910
4912
 
4911
- const __vue_inject_styles__$j = function (inject) {
4913
+ const __vue_inject_styles__$k = function (inject) {
4912
4914
  if (!inject) return;
4913
4915
  inject("data-v-03298204_0", {
4914
4916
  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%}",
@@ -4919,27 +4921,27 @@ const __vue_inject_styles__$j = function (inject) {
4919
4921
  /* scoped */
4920
4922
 
4921
4923
 
4922
- const __vue_scope_id__$j = undefined;
4924
+ const __vue_scope_id__$k = undefined;
4923
4925
  /* module identifier */
4924
4926
 
4925
- const __vue_module_identifier__$j = undefined;
4927
+ const __vue_module_identifier__$k = undefined;
4926
4928
  /* functional template */
4927
4929
 
4928
- const __vue_is_functional_template__$j = false;
4930
+ const __vue_is_functional_template__$k = false;
4929
4931
  /* style inject SSR */
4930
4932
 
4931
4933
  /* style inject shadow dom */
4932
4934
 
4933
- const __vue_component__$j = /*#__PURE__*/normalizeComponent({
4934
- render: __vue_render__$j,
4935
- staticRenderFns: __vue_staticRenderFns__$j
4936
- }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
4935
+ const __vue_component__$k = /*#__PURE__*/normalizeComponent({
4936
+ render: __vue_render__$k,
4937
+ staticRenderFns: __vue_staticRenderFns__$k
4938
+ }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
4937
4939
 
4938
- var script$i = {
4940
+ var script$j = {
4939
4941
  components: {
4940
- VcImage: __vue_component__$G,
4941
- VcIcon: __vue_component__$P,
4942
- VcSwitch: __vue_component__$k,
4942
+ VcImage: __vue_component__$H,
4943
+ VcIcon: __vue_component__$Q,
4944
+ VcSwitch: __vue_component__$l,
4943
4945
  VContainer: VContainer
4944
4946
  },
4945
4947
  name: "VcExpansionCard",
@@ -4974,10 +4976,10 @@ var script$i = {
4974
4976
  };
4975
4977
 
4976
4978
  /* script */
4977
- const __vue_script__$i = script$i;
4979
+ const __vue_script__$j = script$j;
4978
4980
  /* template */
4979
4981
 
4980
- var __vue_render__$i = function () {
4982
+ var __vue_render__$j = function () {
4981
4983
  var _vm = this;
4982
4984
 
4983
4985
  var _h = _vm.$createElement;
@@ -5052,10 +5054,10 @@ var __vue_render__$i = function () {
5052
5054
  }, [_vm._t("default")], 2) : _vm._e()])], 1);
5053
5055
  };
5054
5056
 
5055
- var __vue_staticRenderFns__$i = [];
5057
+ var __vue_staticRenderFns__$j = [];
5056
5058
  /* style */
5057
5059
 
5058
- const __vue_inject_styles__$i = function (inject) {
5060
+ const __vue_inject_styles__$j = function (inject) {
5059
5061
  if (!inject) return;
5060
5062
  inject("data-v-5f907c3e_0", {
5061
5063
  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}",
@@ -5070,26 +5072,26 @@ const __vue_inject_styles__$i = function (inject) {
5070
5072
  /* scoped */
5071
5073
 
5072
5074
 
5073
- const __vue_scope_id__$i = "data-v-5f907c3e";
5075
+ const __vue_scope_id__$j = "data-v-5f907c3e";
5074
5076
  /* module identifier */
5075
5077
 
5076
- const __vue_module_identifier__$i = undefined;
5078
+ const __vue_module_identifier__$j = undefined;
5077
5079
  /* functional template */
5078
5080
 
5079
- const __vue_is_functional_template__$i = false;
5081
+ const __vue_is_functional_template__$j = false;
5080
5082
  /* style inject SSR */
5081
5083
 
5082
5084
  /* style inject shadow dom */
5083
5085
 
5084
- const __vue_component__$i = /*#__PURE__*/normalizeComponent({
5085
- render: __vue_render__$i,
5086
- staticRenderFns: __vue_staticRenderFns__$i
5087
- }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
5086
+ const __vue_component__$j = /*#__PURE__*/normalizeComponent({
5087
+ render: __vue_render__$j,
5088
+ staticRenderFns: __vue_staticRenderFns__$j
5089
+ }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
5088
5090
 
5089
- var script$h = {
5091
+ var script$i = {
5090
5092
  name: 'VcTextField',
5091
5093
  components: {
5092
- VcIconWithTooltip: __vue_component__$C,
5094
+ VcIconWithTooltip: __vue_component__$D,
5093
5095
  VTextField: VTextField
5094
5096
  },
5095
5097
  props: {
@@ -5116,7 +5118,8 @@ var script$h = {
5116
5118
  },
5117
5119
  maxlength: {
5118
5120
  type: Number,
5119
- default: 100
5121
+ default: 100,
5122
+ validator: prop => prop > 0
5120
5123
  },
5121
5124
  rules: {
5122
5125
  type: Array
@@ -5140,15 +5143,23 @@ var script$h = {
5140
5143
  tooltipContent: {
5141
5144
  type: String,
5142
5145
  default: ''
5146
+ },
5147
+ prefix: {
5148
+ type: String,
5149
+ default: ''
5150
+ },
5151
+ errorMessages: {
5152
+ type: String,
5153
+ default: ''
5143
5154
  }
5144
5155
  }
5145
5156
  };
5146
5157
 
5147
5158
  /* script */
5148
- const __vue_script__$h = script$h;
5159
+ const __vue_script__$i = script$i;
5149
5160
  /* template */
5150
5161
 
5151
- var __vue_render__$h = function () {
5162
+ var __vue_render__$i = function () {
5152
5163
  var _vm = this;
5153
5164
 
5154
5165
  var _h = _vm.$createElement;
@@ -5165,11 +5176,13 @@ var __vue_render__$h = function () {
5165
5176
  "rules": _vm.rules,
5166
5177
  "disabled": _vm.disabled,
5167
5178
  "type": _vm.type,
5168
- "error": _vm.counter && _vm.maxlength && _vm.value.length > _vm.maxlength,
5179
+ "error": _vm.counter && !!_vm.maxlength && _vm.value.length > _vm.maxlength,
5180
+ "error-messages": _vm.errorMessages,
5169
5181
  "value": _vm.value,
5170
5182
  "hint": _vm.hint,
5171
5183
  "counter": _vm.counter,
5172
5184
  "maxlength": _vm.maxlength,
5185
+ "prefix": _vm.prefix,
5173
5186
  "persistent-hint": "",
5174
5187
  "hide-details": "auto"
5175
5188
  },
@@ -5195,13 +5208,13 @@ var __vue_render__$h = function () {
5195
5208
  });
5196
5209
  };
5197
5210
 
5198
- var __vue_staticRenderFns__$h = [];
5211
+ var __vue_staticRenderFns__$i = [];
5199
5212
  /* style */
5200
5213
 
5201
- const __vue_inject_styles__$h = function (inject) {
5214
+ const __vue_inject_styles__$i = function (inject) {
5202
5215
  if (!inject) return;
5203
- inject("data-v-a0a638cc_0", {
5204
- source: ".VcTextInput.v-text-field[data-v-a0a638cc]{font-family:var(--primary-font-family)}.VcTextInput.v-text-field[data-v-a0a638cc] .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-a0a638cc] .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-a0a638cc] .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)}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:after,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:before{display:none}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:hover{border-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:active,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:focus,.VcTextInput.v-text-field[data-v-a0a638cc] .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-a0a638cc] .v-input__slot:active input,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:focus input,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:focus-within input{color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-a0a638cc].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-a0a638cc].v-input--is-focused label,.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-label-active label{font-size:var(--font-size-small);line-height:1.17;letter-spacing:-.3px;color:var(--gray-darken-4)!important;transform:translateY(-100%) scale(.85);top:var(--size-value2)}.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-label-active .v-text-field__slot{margin-bottom:-14px}.VcTextInput.v-text-field[data-v-a0a638cc].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-a0a638cc].v-input--is-disabled .v-input__slot input,.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-disabled .v-input__slot label{color:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-a0a638cc]:not(.v-input--is-label-active):not(.v-input--is-focused) input{padding:var(--size-value2) 0}.VcTextInput.v-text-field[data-v-a0a638cc] .v-messages__message{line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__append-inner{align-self:center;fill:var(--gray-darken-3)}",
5216
+ inject("data-v-55ea298c_0", {
5217
+ source: ".VcTextInput.v-text-field[data-v-55ea298c]{font-family:var(--primary-font-family)}.VcTextInput.v-text-field[data-v-55ea298c] .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-55ea298c] .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-55ea298c] .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)}.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:after,.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:before{display:none}.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:hover{border-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:active,.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:focus,.VcTextInput.v-text-field[data-v-55ea298c] .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-55ea298c] .v-input__slot:active input,.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:focus input,.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:focus-within input{color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-55ea298c].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-55ea298c].v-input--is-focused label,.VcTextInput.v-text-field[data-v-55ea298c].v-input--is-label-active label{font-size:var(--font-size-small);line-height:1.17;letter-spacing:-.3px;color:var(--gray-darken-4)!important;transform:translateY(-100%) scale(.85);top:var(--size-value2)}.VcTextInput.v-text-field[data-v-55ea298c].v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field[data-v-55ea298c].v-input--is-label-active .v-text-field__slot{margin-bottom:-14px}.VcTextInput.v-text-field[data-v-55ea298c].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-55ea298c].v-input--is-disabled .v-input__slot input,.VcTextInput.v-text-field[data-v-55ea298c].v-input--is-disabled .v-input__slot label{color:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-55ea298c]:not(.v-input--is-label-active):not(.v-input--is-focused) input{padding:var(--size-value2) 0}.VcTextInput.v-text-field[data-v-55ea298c] .v-messages__message{line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-55ea298c] .v-input__append-inner{align-self:center;fill:var(--gray-darken-3)}",
5205
5218
  map: undefined,
5206
5219
  media: undefined
5207
5220
  });
@@ -5209,21 +5222,21 @@ const __vue_inject_styles__$h = function (inject) {
5209
5222
  /* scoped */
5210
5223
 
5211
5224
 
5212
- const __vue_scope_id__$h = "data-v-a0a638cc";
5225
+ const __vue_scope_id__$i = "data-v-55ea298c";
5213
5226
  /* module identifier */
5214
5227
 
5215
- const __vue_module_identifier__$h = undefined;
5228
+ const __vue_module_identifier__$i = undefined;
5216
5229
  /* functional template */
5217
5230
 
5218
- const __vue_is_functional_template__$h = false;
5231
+ const __vue_is_functional_template__$i = false;
5219
5232
  /* style inject SSR */
5220
5233
 
5221
5234
  /* style inject shadow dom */
5222
5235
 
5223
- const __vue_component__$h = /*#__PURE__*/normalizeComponent({
5224
- render: __vue_render__$h,
5225
- staticRenderFns: __vue_staticRenderFns__$h
5226
- }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
5236
+ const __vue_component__$i = /*#__PURE__*/normalizeComponent({
5237
+ render: __vue_render__$i,
5238
+ staticRenderFns: __vue_staticRenderFns__$i
5239
+ }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
5227
5240
 
5228
5241
  //
5229
5242
  //
@@ -5246,7 +5259,7 @@ const __vue_component__$h = /*#__PURE__*/normalizeComponent({
5246
5259
  //
5247
5260
  //
5248
5261
  //
5249
- var script$g = {
5262
+ var script$h = {
5250
5263
  components: {
5251
5264
  VTextarea: VTextarea
5252
5265
  },
@@ -5305,10 +5318,10 @@ var script$g = {
5305
5318
  };
5306
5319
 
5307
5320
  /* script */
5308
- const __vue_script__$g = script$g;
5321
+ const __vue_script__$h = script$h;
5309
5322
  /* template */
5310
5323
 
5311
- var __vue_render__$g = function () {
5324
+ var __vue_render__$h = function () {
5312
5325
  var _vm = this;
5313
5326
 
5314
5327
  var _h = _vm.$createElement;
@@ -5345,10 +5358,10 @@ var __vue_render__$g = function () {
5345
5358
  });
5346
5359
  };
5347
5360
 
5348
- var __vue_staticRenderFns__$g = [];
5361
+ var __vue_staticRenderFns__$h = [];
5349
5362
  /* style */
5350
5363
 
5351
- const __vue_inject_styles__$g = function (inject) {
5364
+ const __vue_inject_styles__$h = function (inject) {
5352
5365
  if (!inject) return;
5353
5366
  inject("data-v-7ef43716_0", {
5354
5367
  source: "[data-v-7ef43716].VcTextArea.v-text-field .v-text-field__slot:first-child{margin-inline-start:12px;margin-top:3px;height:100%}[data-v-7ef43716].VcTextArea.v-text-field.v-input--is-focused label,[data-v-7ef43716].VcTextArea.v-text-field.v-input--is-label-active label{font-size:12px;color:rgba(0,0,0,.62)!important;transform:translateY(-18px) scale(.85)}[data-v-7ef43716].VcTextArea.v-text-field.v-input--is-focused .v-input__slot{border-color:var(--v-secondary-base);box-shadow:0 0 0 3px var(--v-secondary-lighten1);transition:box-shadow .1s!important}[data-v-7ef43716].VcTextArea.v-text-field:not(.v-text-field--outlined) .v-text-field__slot{transition:margin-bottom .1s}[data-v-7ef43716].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-focused label,[data-v-7ef43716].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-label-active label{font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.17;letter-spacing:-.3px;color:rgba(0,0,0,.62)!important;transform:translateY(-100%) scale(.85);top:24px}[data-v-7ef43716].VcTextArea.v-text-field .v-input__slot{border-radius:6px;background-color:#fff!important;position:relative!important;border:solid 1px rgba(0,0,0,.12);transition:border-color .1s!important}[data-v-7ef43716].VcTextArea.v-text-field .v-input__slot:hover:not(.v-input--is-focused.v-input__slot):not(.error--text.v-input__slot){border-color:#757575}[data-v-7ef43716].VcTextArea.v-text-field .v-input__slot:after,[data-v-7ef43716].VcTextArea.v-text-field .v-input__slot:before{display:none}[data-v-7ef43716].VcTextArea.v-text-field textarea{font-size:15px!important;font-weight:500;line-height:1.5;margin-top:20px}[data-v-7ef43716].VcTextArea.v-text-field.no-label textarea{margin-top:var(--size-value2)}[data-v-7ef43716].VcTextArea.v-text-field .v-text-field__prefix{color:rgba(0,0,0,.54)!important}[data-v-7ef43716].VcTextArea.v-text-field.error--text .v-input__slot{border:1px solid var(--v-danger-base);box-shadow:none}[data-v-7ef43716].VcTextArea.v-text-field.v-input--is-disabled .v-input__slot{background-color:rgba(0,0,0,.03)!important}",
@@ -5359,27 +5372,27 @@ const __vue_inject_styles__$g = function (inject) {
5359
5372
  /* scoped */
5360
5373
 
5361
5374
 
5362
- const __vue_scope_id__$g = "data-v-7ef43716";
5375
+ const __vue_scope_id__$h = "data-v-7ef43716";
5363
5376
  /* module identifier */
5364
5377
 
5365
- const __vue_module_identifier__$g = undefined;
5378
+ const __vue_module_identifier__$h = undefined;
5366
5379
  /* functional template */
5367
5380
 
5368
- const __vue_is_functional_template__$g = false;
5381
+ const __vue_is_functional_template__$h = false;
5369
5382
  /* style inject SSR */
5370
5383
 
5371
5384
  /* style inject shadow dom */
5372
5385
 
5373
- const __vue_component__$g = /*#__PURE__*/normalizeComponent({
5374
- render: __vue_render__$g,
5375
- staticRenderFns: __vue_staticRenderFns__$g
5376
- }, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
5386
+ const __vue_component__$h = /*#__PURE__*/normalizeComponent({
5387
+ render: __vue_render__$h,
5388
+ staticRenderFns: __vue_staticRenderFns__$h
5389
+ }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
5377
5390
 
5378
- var script$f = {
5391
+ var script$g = {
5379
5392
  name: 'VcSelectField',
5380
5393
  components: {
5381
- VcIconWithTooltip: __vue_component__$C,
5382
- VcIcon: __vue_component__$P,
5394
+ VcIconWithTooltip: __vue_component__$D,
5395
+ VcIcon: __vue_component__$Q,
5383
5396
  VSelect: VSelect
5384
5397
  },
5385
5398
 
@@ -5425,6 +5438,10 @@ var script$f = {
5425
5438
  type: [String, Array],
5426
5439
  default: ''
5427
5440
  },
5441
+ errorMessages: {
5442
+ type: String,
5443
+ default: ''
5444
+ },
5428
5445
  disabled: {
5429
5446
  type: Boolean,
5430
5447
  default: false
@@ -5448,10 +5465,10 @@ var script$f = {
5448
5465
  };
5449
5466
 
5450
5467
  /* script */
5451
- const __vue_script__$f = script$f;
5468
+ const __vue_script__$g = script$g;
5452
5469
  /* template */
5453
5470
 
5454
- var __vue_render__$f = function () {
5471
+ var __vue_render__$g = function () {
5455
5472
  var _vm = this;
5456
5473
 
5457
5474
  var _h = _vm.$createElement;
@@ -5470,6 +5487,7 @@ var __vue_render__$f = function () {
5470
5487
  "rules": _vm.rules,
5471
5488
  "data-qa": _vm.dataQa,
5472
5489
  "messages": _vm.messages,
5490
+ "error-messages": _vm.errorMessages,
5473
5491
  "disabled": _vm.disabled,
5474
5492
  "value": _vm.preSelection,
5475
5493
  "menuProps": _vm.menuProps,
@@ -5504,16 +5522,16 @@ var __vue_render__$f = function () {
5504
5522
  });
5505
5523
  };
5506
5524
 
5507
- var __vue_staticRenderFns__$f = [];
5525
+ var __vue_staticRenderFns__$g = [];
5508
5526
  /* style */
5509
5527
 
5510
- const __vue_inject_styles__$f = function (inject) {
5528
+ const __vue_inject_styles__$g = function (inject) {
5511
5529
  if (!inject) return;
5512
- inject("data-v-2d97060a_0", {
5513
- source: "[data-v-2d97060a]: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-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;--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;--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-2d97060a]{border-radius:var(--border-radius)}.VcSelectField[data-v-2d97060a] .icon{fill:var(--gray-darken-2)}.VcSelectField[data-v-2d97060a] fieldset{height:52px;background:var(--modal-bg-color);border-color:var(--gray-lighten-1);transition:border-color .1s}.VcSelectField[data-v-2d97060a] .v-label--active{transform:translateY(-8px) scale(.75)!important}.VcSelectField[data-v-2d97060a] .v-label{color:var(--gray-darken-3)!important}.VcSelectField[data-v-2d97060a] .v-select__slot label+div{position:absolute;top:10px}.VcSelectField[data-v-2d97060a]:hover fieldset{border-color:var(--gray-darken-3)}.VcSelectField[data-v-2d97060a].v-input--is-disabled fieldset{background-color:var(--gray-lighten-3)}.VcSelectField[data-v-2d97060a].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-2d97060a].v-input--is-focused fieldset input{color:var(--gray-darken-3)}.VcSelectField[data-v-2d97060a].error--text fieldset{border:1px solid var(--red);transition:border-color .1s}.VcSelectField[data-v-2d97060a] .v-text-field__details{padding-inline-start:0}.VcSelectField[data-v-2d97060a] .v-text-field__details .v-messages__message{margin-top:10px}.VcSelectField[data-v-2d97060a] legend{display:none}.VcSelectField[data-v-2d97060a] .v-select__selection--comma{font-size:15px;font-weight:500}.VcSelectField[data-v-2d97060a] .v-input__append-inner{align-content:center;align-items:center;margin-top:5px!important;height:75%}.VcSelectField[data-v-2d97060a] .dropdown-arrow{padding-inline-end:17px}.VcSelectField[data-v-2d97060a] .tooltip{padding-inline-start:12px;padding-inline-end:3px;border-inline-start:1px solid var(--gray-lighten-1);height:100%;display:flex;align-items:center}",
5530
+ inject("data-v-27657803_0", {
5531
+ source: "[data-v-27657803]: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;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcSelectField[data-v-27657803]{border-radius:var(--border-radius)}.VcSelectField[data-v-27657803] .icon{fill:var(--gray-darken-2)}.VcSelectField[data-v-27657803] fieldset{height:52px;background:var(--modal-bg-color);border-color:var(--gray-lighten-1);transition:border-color .1s}.VcSelectField[data-v-27657803] .v-label--active{transform:translateY(-8px) scale(.75)!important}.VcSelectField[data-v-27657803] .v-label{color:var(--gray-darken-3)!important}.VcSelectField[data-v-27657803] .v-select__slot label+div{position:absolute;top:10px}.VcSelectField[data-v-27657803]:hover fieldset{border-color:var(--gray-darken-3)}.VcSelectField[data-v-27657803].v-input--is-disabled fieldset{background-color:var(--gray-lighten-3)}.VcSelectField[data-v-27657803].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-27657803].v-input--is-focused fieldset input{color:var(--gray-darken-3)}.VcSelectField[data-v-27657803].error--text fieldset{border:1px solid var(--red);transition:border-color .1s}.VcSelectField[data-v-27657803] .v-text-field__details{padding-inline-start:0}.VcSelectField[data-v-27657803] .v-text-field__details .v-messages__message{margin-top:10px}.VcSelectField[data-v-27657803] legend{display:none}.VcSelectField[data-v-27657803] .v-select__selection--comma{font-size:15px;font-weight:500}.VcSelectField[data-v-27657803] .v-input__append-inner{align-content:center;align-items:center;margin-top:5px!important;height:75%}.VcSelectField[data-v-27657803] .dropdown-arrow{padding-inline-end:17px}.VcSelectField[data-v-27657803] .tooltip{padding-inline-start:12px;padding-inline-end:3px;border-inline-start:1px solid var(--gray-lighten-1);height:100%;display:flex;align-items:center}",
5514
5532
  map: undefined,
5515
5533
  media: undefined
5516
- }), inject("data-v-2d97060a_1", {
5534
+ }), inject("data-v-27657803_1", {
5517
5535
  source: ".vc-select-field-menu{margin-top:14px}",
5518
5536
  map: undefined,
5519
5537
  media: undefined
@@ -5522,26 +5540,26 @@ const __vue_inject_styles__$f = function (inject) {
5522
5540
  /* scoped */
5523
5541
 
5524
5542
 
5525
- const __vue_scope_id__$f = "data-v-2d97060a";
5543
+ const __vue_scope_id__$g = "data-v-27657803";
5526
5544
  /* module identifier */
5527
5545
 
5528
- const __vue_module_identifier__$f = undefined;
5546
+ const __vue_module_identifier__$g = undefined;
5529
5547
  /* functional template */
5530
5548
 
5531
- const __vue_is_functional_template__$f = false;
5549
+ const __vue_is_functional_template__$g = false;
5532
5550
  /* style inject SSR */
5533
5551
 
5534
5552
  /* style inject shadow dom */
5535
5553
 
5536
- const __vue_component__$f = /*#__PURE__*/normalizeComponent({
5537
- render: __vue_render__$f,
5538
- staticRenderFns: __vue_staticRenderFns__$f
5539
- }, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
5554
+ const __vue_component__$g = /*#__PURE__*/normalizeComponent({
5555
+ render: __vue_render__$g,
5556
+ staticRenderFns: __vue_staticRenderFns__$g
5557
+ }, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
5540
5558
 
5541
- var script$e = {
5559
+ var script$f = {
5542
5560
  name: 'VcToast',
5543
5561
  components: {
5544
- VcAlert: __vue_component__$E,
5562
+ VcAlert: __vue_component__$F,
5545
5563
  VSnackbar: VSnackbar
5546
5564
  },
5547
5565
  props: {
@@ -5562,10 +5580,10 @@ var script$e = {
5562
5580
  };
5563
5581
 
5564
5582
  /* script */
5565
- const __vue_script__$e = script$e;
5583
+ const __vue_script__$f = script$f;
5566
5584
  /* template */
5567
5585
 
5568
- var __vue_render__$e = function () {
5586
+ var __vue_render__$f = function () {
5569
5587
  var _vm = this;
5570
5588
 
5571
5589
  var _h = _vm.$createElement;
@@ -5587,10 +5605,10 @@ var __vue_render__$e = function () {
5587
5605
  }, 'VcAlert', _vm.$attrs, false))], 1);
5588
5606
  };
5589
5607
 
5590
- var __vue_staticRenderFns__$e = [];
5608
+ var __vue_staticRenderFns__$f = [];
5591
5609
  /* style */
5592
5610
 
5593
- const __vue_inject_styles__$e = function (inject) {
5611
+ const __vue_inject_styles__$f = function (inject) {
5594
5612
  if (!inject) return;
5595
5613
  inject("data-v-2d3e5bbe_0", {
5596
5614
  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}",
@@ -5601,21 +5619,21 @@ const __vue_inject_styles__$e = function (inject) {
5601
5619
  /* scoped */
5602
5620
 
5603
5621
 
5604
- const __vue_scope_id__$e = "data-v-2d3e5bbe";
5622
+ const __vue_scope_id__$f = "data-v-2d3e5bbe";
5605
5623
  /* module identifier */
5606
5624
 
5607
- const __vue_module_identifier__$e = undefined;
5625
+ const __vue_module_identifier__$f = undefined;
5608
5626
  /* functional template */
5609
5627
 
5610
- const __vue_is_functional_template__$e = false;
5628
+ const __vue_is_functional_template__$f = false;
5611
5629
  /* style inject SSR */
5612
5630
 
5613
5631
  /* style inject shadow dom */
5614
5632
 
5615
- const __vue_component__$e = /*#__PURE__*/normalizeComponent({
5616
- render: __vue_render__$e,
5617
- staticRenderFns: __vue_staticRenderFns__$e
5618
- }, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
5633
+ const __vue_component__$f = /*#__PURE__*/normalizeComponent({
5634
+ render: __vue_render__$f,
5635
+ staticRenderFns: __vue_staticRenderFns__$f
5636
+ }, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
5619
5637
 
5620
5638
  //
5621
5639
  //
@@ -5629,7 +5647,7 @@ const __vue_component__$e = /*#__PURE__*/normalizeComponent({
5629
5647
  //
5630
5648
  //
5631
5649
  //
5632
- var script$d = {
5650
+ var script$e = {
5633
5651
  components: {
5634
5652
  VCard: VCard
5635
5653
  },
@@ -5653,10 +5671,10 @@ var script$d = {
5653
5671
  };
5654
5672
 
5655
5673
  /* script */
5656
- const __vue_script__$d = script$d;
5674
+ const __vue_script__$e = script$e;
5657
5675
  /* template */
5658
5676
 
5659
- var __vue_render__$d = function () {
5677
+ var __vue_render__$e = function () {
5660
5678
  var _vm = this;
5661
5679
 
5662
5680
  var _h = _vm.$createElement;
@@ -5690,10 +5708,10 @@ var __vue_render__$d = function () {
5690
5708
  }) : _vm._e(), _vm._v(" "), _vm._t("default")], 2);
5691
5709
  };
5692
5710
 
5693
- var __vue_staticRenderFns__$d = [];
5711
+ var __vue_staticRenderFns__$e = [];
5694
5712
  /* style */
5695
5713
 
5696
- const __vue_inject_styles__$d = function (inject) {
5714
+ const __vue_inject_styles__$e = function (inject) {
5697
5715
  if (!inject) return;
5698
5716
  inject("data-v-11425092_0", {
5699
5717
  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}",
@@ -5704,29 +5722,29 @@ const __vue_inject_styles__$d = function (inject) {
5704
5722
  /* scoped */
5705
5723
 
5706
5724
 
5707
- const __vue_scope_id__$d = "data-v-11425092";
5725
+ const __vue_scope_id__$e = "data-v-11425092";
5708
5726
  /* module identifier */
5709
5727
 
5710
- const __vue_module_identifier__$d = undefined;
5728
+ const __vue_module_identifier__$e = undefined;
5711
5729
  /* functional template */
5712
5730
 
5713
- const __vue_is_functional_template__$d = false;
5731
+ const __vue_is_functional_template__$e = false;
5714
5732
  /* style inject SSR */
5715
5733
 
5716
5734
  /* style inject shadow dom */
5717
5735
 
5718
- const __vue_component__$d = /*#__PURE__*/normalizeComponent({
5719
- render: __vue_render__$d,
5720
- staticRenderFns: __vue_staticRenderFns__$d
5721
- }, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
5736
+ const __vue_component__$e = /*#__PURE__*/normalizeComponent({
5737
+ render: __vue_render__$e,
5738
+ staticRenderFns: __vue_staticRenderFns__$e
5739
+ }, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
5722
5740
 
5723
- var script$c = {
5741
+ var script$d = {
5724
5742
  name: "FilterPanel",
5725
5743
  components: {
5726
- VcLayout: __vue_component__$M,
5727
- VcIcon: __vue_component__$P,
5728
- VcButton: __vue_component__$O,
5729
- VcLoader: __vue_component__$l
5744
+ VcLayout: __vue_component__$N,
5745
+ VcIcon: __vue_component__$Q,
5746
+ VcButton: __vue_component__$P,
5747
+ VcLoader: __vue_component__$m
5730
5748
  },
5731
5749
  props: {
5732
5750
  title: {
@@ -5749,10 +5767,10 @@ var script$c = {
5749
5767
  };
5750
5768
 
5751
5769
  /* script */
5752
- const __vue_script__$c = script$c;
5770
+ const __vue_script__$d = script$d;
5753
5771
  /* template */
5754
5772
 
5755
- var __vue_render__$c = function () {
5773
+ var __vue_render__$d = function () {
5756
5774
  var _vm = this;
5757
5775
 
5758
5776
  var _h = _vm.$createElement;
@@ -5808,10 +5826,10 @@ var __vue_render__$c = function () {
5808
5826
  }) : _vm._e(), _vm._v(" "), _vm._t("default")], 2)], 1)], 1);
5809
5827
  };
5810
5828
 
5811
- var __vue_staticRenderFns__$c = [];
5829
+ var __vue_staticRenderFns__$d = [];
5812
5830
  /* style */
5813
5831
 
5814
- const __vue_inject_styles__$c = function (inject) {
5832
+ const __vue_inject_styles__$d = function (inject) {
5815
5833
  if (!inject) return;
5816
5834
  inject("data-v-44aac954_0", {
5817
5835
  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)}",
@@ -5822,21 +5840,21 @@ const __vue_inject_styles__$c = function (inject) {
5822
5840
  /* scoped */
5823
5841
 
5824
5842
 
5825
- const __vue_scope_id__$c = "data-v-44aac954";
5843
+ const __vue_scope_id__$d = "data-v-44aac954";
5826
5844
  /* module identifier */
5827
5845
 
5828
- const __vue_module_identifier__$c = undefined;
5846
+ const __vue_module_identifier__$d = undefined;
5829
5847
  /* functional template */
5830
5848
 
5831
- const __vue_is_functional_template__$c = false;
5849
+ const __vue_is_functional_template__$d = false;
5832
5850
  /* style inject SSR */
5833
5851
 
5834
5852
  /* style inject shadow dom */
5835
5853
 
5836
- const __vue_component__$c = /*#__PURE__*/normalizeComponent({
5837
- render: __vue_render__$c,
5838
- staticRenderFns: __vue_staticRenderFns__$c
5839
- }, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
5854
+ const __vue_component__$d = /*#__PURE__*/normalizeComponent({
5855
+ render: __vue_render__$d,
5856
+ staticRenderFns: __vue_staticRenderFns__$d
5857
+ }, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
5840
5858
 
5841
5859
  //
5842
5860
  //
@@ -5844,7 +5862,7 @@ const __vue_component__$c = /*#__PURE__*/normalizeComponent({
5844
5862
  //
5845
5863
  //
5846
5864
  //
5847
- var script$b = {
5865
+ var script$c = {
5848
5866
  components: {
5849
5867
  VLayout: VLayout
5850
5868
  },
@@ -5860,10 +5878,10 @@ var script$b = {
5860
5878
  };
5861
5879
 
5862
5880
  /* script */
5863
- const __vue_script__$b = script$b;
5881
+ const __vue_script__$c = script$c;
5864
5882
  /* template */
5865
5883
 
5866
- var __vue_render__$b = function () {
5884
+ var __vue_render__$c = function () {
5867
5885
  var _vm = this;
5868
5886
 
5869
5887
  var _h = _vm.$createElement;
@@ -5878,10 +5896,10 @@ var __vue_render__$b = function () {
5878
5896
  }, [_vm._t("default")], 2);
5879
5897
  };
5880
5898
 
5881
- var __vue_staticRenderFns__$b = [];
5899
+ var __vue_staticRenderFns__$c = [];
5882
5900
  /* style */
5883
5901
 
5884
- const __vue_inject_styles__$b = function (inject) {
5902
+ const __vue_inject_styles__$c = function (inject) {
5885
5903
  if (!inject) return;
5886
5904
  inject("data-v-e2463588_0", {
5887
5905
  source: ".VcFocusArea[data-v-e2463588]{padding:var(--size-value4);background-color:var(--gray-lighten-3);border-radius:6px}",
@@ -5892,27 +5910,27 @@ const __vue_inject_styles__$b = function (inject) {
5892
5910
  /* scoped */
5893
5911
 
5894
5912
 
5895
- const __vue_scope_id__$b = "data-v-e2463588";
5913
+ const __vue_scope_id__$c = "data-v-e2463588";
5896
5914
  /* module identifier */
5897
5915
 
5898
- const __vue_module_identifier__$b = undefined;
5916
+ const __vue_module_identifier__$c = undefined;
5899
5917
  /* functional template */
5900
5918
 
5901
- const __vue_is_functional_template__$b = false;
5919
+ const __vue_is_functional_template__$c = false;
5902
5920
  /* style inject SSR */
5903
5921
 
5904
5922
  /* style inject shadow dom */
5905
5923
 
5906
- const __vue_component__$b = /*#__PURE__*/normalizeComponent({
5907
- render: __vue_render__$b,
5908
- staticRenderFns: __vue_staticRenderFns__$b
5909
- }, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
5924
+ const __vue_component__$c = /*#__PURE__*/normalizeComponent({
5925
+ render: __vue_render__$c,
5926
+ staticRenderFns: __vue_staticRenderFns__$c
5927
+ }, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
5910
5928
 
5911
5929
  const VcLinkIcons = ['', 'copy', 'trash', 'left'];
5912
- var script$a = {
5930
+ var script$b = {
5913
5931
  name: "VcLink",
5914
5932
  components: {
5915
- VcIcon: __vue_component__$P
5933
+ VcIcon: __vue_component__$Q
5916
5934
  },
5917
5935
  props: {
5918
5936
  label: {
@@ -5961,10 +5979,10 @@ var script$a = {
5961
5979
  };
5962
5980
 
5963
5981
  /* script */
5964
- const __vue_script__$a = script$a;
5982
+ const __vue_script__$b = script$b;
5965
5983
  /* template */
5966
5984
 
5967
- var __vue_render__$a = function () {
5985
+ var __vue_render__$b = function () {
5968
5986
  var _vm = this;
5969
5987
 
5970
5988
  var _h = _vm.$createElement;
@@ -5989,10 +6007,10 @@ var __vue_render__$a = function () {
5989
6007
  }, [_vm._v(_vm._s(_vm.getIcon))]) : _vm._e(), _vm._v(" "), _c('label', [_vm._v(_vm._s(_vm.label))])], 1);
5990
6008
  };
5991
6009
 
5992
- var __vue_staticRenderFns__$a = [];
6010
+ var __vue_staticRenderFns__$b = [];
5993
6011
  /* style */
5994
6012
 
5995
- const __vue_inject_styles__$a = function (inject) {
6013
+ const __vue_inject_styles__$b = function (inject) {
5996
6014
  if (!inject) return;
5997
6015
  inject("data-v-647b8048_0", {
5998
6016
  source: ".VcLink[data-v-647b8048]{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-647b8048]{color:var(--gray-darken-4)}.VcLink.link-secondary.VcLink[data-v-647b8048] svg path{fill:var(--gray-darken-4)}.VcLink:hover label[data-v-647b8048]{text-decoration:underline;cursor:pointer}.VcLink .prepend-icon[data-v-647b8048]{padding-inline-end:var(--size-value1)}.VcLink .prepend-icon[data-v-647b8048] svg path{fill:var(--blue)}",
@@ -6003,28 +6021,28 @@ const __vue_inject_styles__$a = function (inject) {
6003
6021
  /* scoped */
6004
6022
 
6005
6023
 
6006
- const __vue_scope_id__$a = "data-v-647b8048";
6024
+ const __vue_scope_id__$b = "data-v-647b8048";
6007
6025
  /* module identifier */
6008
6026
 
6009
- const __vue_module_identifier__$a = undefined;
6027
+ const __vue_module_identifier__$b = undefined;
6010
6028
  /* functional template */
6011
6029
 
6012
- const __vue_is_functional_template__$a = false;
6030
+ const __vue_is_functional_template__$b = false;
6013
6031
  /* style inject SSR */
6014
6032
 
6015
6033
  /* style inject shadow dom */
6016
6034
 
6017
- const __vue_component__$a = /*#__PURE__*/normalizeComponent({
6018
- render: __vue_render__$a,
6019
- staticRenderFns: __vue_staticRenderFns__$a
6020
- }, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
6035
+ const __vue_component__$b = /*#__PURE__*/normalizeComponent({
6036
+ render: __vue_render__$b,
6037
+ staticRenderFns: __vue_staticRenderFns__$b
6038
+ }, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
6021
6039
 
6022
- var script$9 = {
6040
+ var script$a = {
6023
6041
  name: "ListItem",
6024
6042
  components: {
6025
- VcLayout: __vue_component__$M,
6026
- VcCheckbox: __vue_component__$u,
6027
- VcActions: __vue_component__$y
6043
+ VcLayout: __vue_component__$N,
6044
+ VcCheckbox: __vue_component__$v,
6045
+ VcActions: __vue_component__$z
6028
6046
  },
6029
6047
  props: {
6030
6048
  showSelect: {
@@ -6054,10 +6072,10 @@ var script$9 = {
6054
6072
  };
6055
6073
 
6056
6074
  /* script */
6057
- const __vue_script__$9 = script$9;
6075
+ const __vue_script__$a = script$a;
6058
6076
  /* template */
6059
6077
 
6060
- var __vue_render__$9 = function () {
6078
+ var __vue_render__$a = function () {
6061
6079
  var _vm = this;
6062
6080
 
6063
6081
  var _h = _vm.$createElement;
@@ -6102,10 +6120,10 @@ var __vue_render__$9 = function () {
6102
6120
  })], 2)], 1);
6103
6121
  };
6104
6122
 
6105
- var __vue_staticRenderFns__$9 = [];
6123
+ var __vue_staticRenderFns__$a = [];
6106
6124
  /* style */
6107
6125
 
6108
- const __vue_inject_styles__$9 = function (inject) {
6126
+ const __vue_inject_styles__$a = function (inject) {
6109
6127
  if (!inject) return;
6110
6128
  inject("data-v-0a8bbb3a_0", {
6111
6129
  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}",
@@ -6116,26 +6134,26 @@ const __vue_inject_styles__$9 = function (inject) {
6116
6134
  /* scoped */
6117
6135
 
6118
6136
 
6119
- const __vue_scope_id__$9 = "data-v-0a8bbb3a";
6137
+ const __vue_scope_id__$a = "data-v-0a8bbb3a";
6120
6138
  /* module identifier */
6121
6139
 
6122
- const __vue_module_identifier__$9 = undefined;
6140
+ const __vue_module_identifier__$a = undefined;
6123
6141
  /* functional template */
6124
6142
 
6125
- const __vue_is_functional_template__$9 = false;
6143
+ const __vue_is_functional_template__$a = false;
6126
6144
  /* style inject SSR */
6127
6145
 
6128
6146
  /* style inject shadow dom */
6129
6147
 
6130
- const __vue_component__$9 = /*#__PURE__*/normalizeComponent({
6131
- render: __vue_render__$9,
6132
- staticRenderFns: __vue_staticRenderFns__$9
6133
- }, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
6148
+ const __vue_component__$a = /*#__PURE__*/normalizeComponent({
6149
+ render: __vue_render__$a,
6150
+ staticRenderFns: __vue_staticRenderFns__$a
6151
+ }, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
6134
6152
 
6135
- var script$8 = {
6153
+ var script$9 = {
6136
6154
  name: "VcGroupHeader",
6137
6155
  components: {
6138
- VcLayout: __vue_component__$M
6156
+ VcLayout: __vue_component__$N
6139
6157
  },
6140
6158
  props: {
6141
6159
  title: {
@@ -6154,10 +6172,10 @@ var script$8 = {
6154
6172
  };
6155
6173
 
6156
6174
  /* script */
6157
- const __vue_script__$8 = script$8;
6175
+ const __vue_script__$9 = script$9;
6158
6176
  /* template */
6159
6177
 
6160
- var __vue_render__$8 = function () {
6178
+ var __vue_render__$9 = function () {
6161
6179
  var _vm = this;
6162
6180
 
6163
6181
  var _h = _vm.$createElement;
@@ -6173,10 +6191,10 @@ var __vue_render__$8 = function () {
6173
6191
  }, [_c('span', [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.summaryText))])]);
6174
6192
  };
6175
6193
 
6176
- var __vue_staticRenderFns__$8 = [];
6194
+ var __vue_staticRenderFns__$9 = [];
6177
6195
  /* style */
6178
6196
 
6179
- const __vue_inject_styles__$8 = function (inject) {
6197
+ const __vue_inject_styles__$9 = function (inject) {
6180
6198
  if (!inject) return;
6181
6199
  inject("data-v-5cb0ff3e_0", {
6182
6200
  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)}}",
@@ -6187,36 +6205,36 @@ const __vue_inject_styles__$8 = function (inject) {
6187
6205
  /* scoped */
6188
6206
 
6189
6207
 
6190
- const __vue_scope_id__$8 = "data-v-5cb0ff3e";
6208
+ const __vue_scope_id__$9 = "data-v-5cb0ff3e";
6191
6209
  /* module identifier */
6192
6210
 
6193
- const __vue_module_identifier__$8 = undefined;
6211
+ const __vue_module_identifier__$9 = undefined;
6194
6212
  /* functional template */
6195
6213
 
6196
- const __vue_is_functional_template__$8 = false;
6214
+ const __vue_is_functional_template__$9 = false;
6197
6215
  /* style inject SSR */
6198
6216
 
6199
6217
  /* style inject shadow dom */
6200
6218
 
6201
- const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
6202
- render: __vue_render__$8,
6203
- staticRenderFns: __vue_staticRenderFns__$8
6204
- }, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
6219
+ const __vue_component__$9 = /*#__PURE__*/normalizeComponent({
6220
+ render: __vue_render__$9,
6221
+ staticRenderFns: __vue_staticRenderFns__$9
6222
+ }, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
6205
6223
 
6206
6224
  //
6207
6225
  //
6208
6226
  //
6209
6227
  //
6210
- var script$7 = {
6228
+ var script$8 = {
6211
6229
  name: 'VcSvg',
6212
6230
  props: ['svg']
6213
6231
  };
6214
6232
 
6215
6233
  /* script */
6216
- const __vue_script__$7 = script$7;
6234
+ const __vue_script__$8 = script$8;
6217
6235
  /* template */
6218
6236
 
6219
- var __vue_render__$7 = function () {
6237
+ var __vue_render__$8 = function () {
6220
6238
  var _vm = this;
6221
6239
 
6222
6240
  var _h = _vm.$createElement;
@@ -6230,38 +6248,38 @@ var __vue_render__$7 = function () {
6230
6248
  });
6231
6249
  };
6232
6250
 
6233
- var __vue_staticRenderFns__$7 = [];
6251
+ var __vue_staticRenderFns__$8 = [];
6234
6252
  /* style */
6235
6253
 
6236
- const __vue_inject_styles__$7 = undefined;
6254
+ const __vue_inject_styles__$8 = undefined;
6237
6255
  /* scoped */
6238
6256
 
6239
- const __vue_scope_id__$7 = undefined;
6257
+ const __vue_scope_id__$8 = undefined;
6240
6258
  /* module identifier */
6241
6259
 
6242
- const __vue_module_identifier__$7 = undefined;
6260
+ const __vue_module_identifier__$8 = undefined;
6243
6261
  /* functional template */
6244
6262
 
6245
- const __vue_is_functional_template__$7 = false;
6263
+ const __vue_is_functional_template__$8 = false;
6246
6264
  /* style inject */
6247
6265
 
6248
6266
  /* style inject SSR */
6249
6267
 
6250
6268
  /* style inject shadow dom */
6251
6269
 
6252
- const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
6253
- render: __vue_render__$7,
6254
- staticRenderFns: __vue_staticRenderFns__$7
6255
- }, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
6270
+ const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
6271
+ render: __vue_render__$8,
6272
+ staticRenderFns: __vue_staticRenderFns__$8
6273
+ }, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
6256
6274
 
6257
- var script$6 = {
6275
+ var script$7 = {
6258
6276
  name: 'VcEmptyState',
6259
6277
  components: {
6260
- VcImage: __vue_component__$G,
6261
- VcSvg: __vue_component__$7,
6262
- VcButton: __vue_component__$O,
6263
- VcLayout: __vue_component__$M,
6264
- VcLink: __vue_component__$a
6278
+ VcImage: __vue_component__$H,
6279
+ VcSvg: __vue_component__$8,
6280
+ VcButton: __vue_component__$P,
6281
+ VcLayout: __vue_component__$N,
6282
+ VcLink: __vue_component__$b
6265
6283
  },
6266
6284
  props: {
6267
6285
  size: {
@@ -6316,10 +6334,10 @@ var script$6 = {
6316
6334
  };
6317
6335
 
6318
6336
  /* script */
6319
- const __vue_script__$6 = script$6;
6337
+ const __vue_script__$7 = script$7;
6320
6338
  /* template */
6321
6339
 
6322
- var __vue_render__$6 = function () {
6340
+ var __vue_render__$7 = function () {
6323
6341
  var _vm = this;
6324
6342
 
6325
6343
  var _h = _vm.$createElement;
@@ -6375,10 +6393,10 @@ var __vue_render__$6 = function () {
6375
6393
  })], 2);
6376
6394
  };
6377
6395
 
6378
- var __vue_staticRenderFns__$6 = [];
6396
+ var __vue_staticRenderFns__$7 = [];
6379
6397
  /* style */
6380
6398
 
6381
- const __vue_inject_styles__$6 = function (inject) {
6399
+ const __vue_inject_styles__$7 = function (inject) {
6382
6400
  if (!inject) return;
6383
6401
  inject("data-v-64095910_0", {
6384
6402
  source: ".VcEmptyState[data-v-64095910],.VcEmptyStateSubtitle[data-v-64095910]{text-align:center;line-height:var(--size-value6)}.VcEmptyState[data-v-64095910]{text-align:center}.VcEmptyState .VcEmptyStateImage[data-v-64095910]{margin-bottom:var(--size-value4);height:160px}.VcEmptyState .VcEmptyStateTitle[data-v-64095910]{font-weight:var(--font-weight-xl);line-height:22px;padding-bottom:var(--size-value1);font-size:var(--font-size-small2)}.VcEmptyState .VcEmptyStateSubtitle[data-v-64095910]{font-size:var(--font-size-x-small)}.VcEmptyState .VcEmptyStateButton[data-v-64095910]{margin-top:var(--size-value4)}.sm .VcEmptyStateImage[data-v-64095910]{height:48px;margin-bottom:var(--size-value8)}.sm .VcEmptyStateImage[data-v-64095910] svg{width:48px}.lg .VcEmptyStateImage[data-v-64095910]{height:280px;margin-bottom:var(--size-value8)}.lg .VcEmptyStateImage[data-v-64095910] svg{width:280px}.lg .VcEmptyStateTitle[data-v-64095910]{font-weight:var(--font-weight-large);line-height:22px;padding-bottom:var(--size-value2);font-size:var(--font-size-medium1)}",
@@ -6389,30 +6407,30 @@ const __vue_inject_styles__$6 = function (inject) {
6389
6407
  /* scoped */
6390
6408
 
6391
6409
 
6392
- const __vue_scope_id__$6 = "data-v-64095910";
6410
+ const __vue_scope_id__$7 = "data-v-64095910";
6393
6411
  /* module identifier */
6394
6412
 
6395
- const __vue_module_identifier__$6 = undefined;
6413
+ const __vue_module_identifier__$7 = undefined;
6396
6414
  /* functional template */
6397
6415
 
6398
- const __vue_is_functional_template__$6 = false;
6416
+ const __vue_is_functional_template__$7 = false;
6399
6417
  /* style inject SSR */
6400
6418
 
6401
6419
  /* style inject shadow dom */
6402
6420
 
6403
- const __vue_component__$6 = /*#__PURE__*/normalizeComponent({
6404
- render: __vue_render__$6,
6405
- staticRenderFns: __vue_staticRenderFns__$6
6406
- }, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
6421
+ const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
6422
+ render: __vue_render__$7,
6423
+ staticRenderFns: __vue_staticRenderFns__$7
6424
+ }, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
6407
6425
 
6408
- var script$5 = {
6426
+ var script$6 = {
6409
6427
  name: "VcBanner",
6410
6428
  components: {
6411
- VcImage: __vue_component__$G,
6412
- VcButton: __vue_component__$O,
6413
- VcIcon: __vue_component__$P,
6414
- VcLink: __vue_component__$a,
6415
- VcSvg: __vue_component__$7
6429
+ VcImage: __vue_component__$H,
6430
+ VcButton: __vue_component__$P,
6431
+ VcIcon: __vue_component__$Q,
6432
+ VcLink: __vue_component__$b,
6433
+ VcSvg: __vue_component__$8
6416
6434
  },
6417
6435
  props: {
6418
6436
  dataQa: {
@@ -6455,10 +6473,10 @@ var script$5 = {
6455
6473
  };
6456
6474
 
6457
6475
  /* script */
6458
- const __vue_script__$5 = script$5;
6476
+ const __vue_script__$6 = script$6;
6459
6477
  /* template */
6460
6478
 
6461
- var __vue_render__$5 = function () {
6479
+ var __vue_render__$6 = function () {
6462
6480
  var _vm = this;
6463
6481
 
6464
6482
  var _h = _vm.$createElement;
@@ -6542,10 +6560,10 @@ var __vue_render__$5 = function () {
6542
6560
  }) : _vm._e()], 1);
6543
6561
  };
6544
6562
 
6545
- var __vue_staticRenderFns__$5 = [];
6563
+ var __vue_staticRenderFns__$6 = [];
6546
6564
  /* style */
6547
6565
 
6548
- const __vue_inject_styles__$5 = function (inject) {
6566
+ const __vue_inject_styles__$6 = function (inject) {
6549
6567
  if (!inject) return;
6550
6568
  inject("data-v-b6def40c_0", {
6551
6569
  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)}",
@@ -6556,27 +6574,27 @@ const __vue_inject_styles__$5 = function (inject) {
6556
6574
  /* scoped */
6557
6575
 
6558
6576
 
6559
- const __vue_scope_id__$5 = "data-v-b6def40c";
6577
+ const __vue_scope_id__$6 = "data-v-b6def40c";
6560
6578
  /* module identifier */
6561
6579
 
6562
- const __vue_module_identifier__$5 = undefined;
6580
+ const __vue_module_identifier__$6 = undefined;
6563
6581
  /* functional template */
6564
6582
 
6565
- const __vue_is_functional_template__$5 = false;
6583
+ const __vue_is_functional_template__$6 = false;
6566
6584
  /* style inject SSR */
6567
6585
 
6568
6586
  /* style inject shadow dom */
6569
6587
 
6570
- const __vue_component__$5 = /*#__PURE__*/normalizeComponent({
6571
- render: __vue_render__$5,
6572
- staticRenderFns: __vue_staticRenderFns__$5
6573
- }, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, createInjector, undefined, undefined);
6588
+ const __vue_component__$6 = /*#__PURE__*/normalizeComponent({
6589
+ render: __vue_render__$6,
6590
+ staticRenderFns: __vue_staticRenderFns__$6
6591
+ }, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
6574
6592
 
6575
- var script$4 = {
6593
+ var script$5 = {
6576
6594
  name: "VcWizardCtaContainer",
6577
6595
  components: {
6578
- VcButton: __vue_component__$O,
6579
- VcLayout: __vue_component__$M
6596
+ VcButton: __vue_component__$P,
6597
+ VcLayout: __vue_component__$N
6580
6598
  },
6581
6599
  props: {
6582
6600
  isBackDisplayed: {
@@ -6603,10 +6621,10 @@ var script$4 = {
6603
6621
  };
6604
6622
 
6605
6623
  /* script */
6606
- const __vue_script__$4 = script$4;
6624
+ const __vue_script__$5 = script$5;
6607
6625
  /* template */
6608
6626
 
6609
- var __vue_render__$4 = function () {
6627
+ var __vue_render__$5 = function () {
6610
6628
  var _vm = this;
6611
6629
 
6612
6630
  var _h = _vm.$createElement;
@@ -6646,13 +6664,13 @@ var __vue_render__$4 = function () {
6646
6664
  }, [_vm._v("\n " + _vm._s(_vm.nextButtonLabel) + "\n ")])], 1);
6647
6665
  };
6648
6666
 
6649
- var __vue_staticRenderFns__$4 = [];
6667
+ var __vue_staticRenderFns__$5 = [];
6650
6668
  /* style */
6651
6669
 
6652
- const __vue_inject_styles__$4 = function (inject) {
6670
+ const __vue_inject_styles__$5 = function (inject) {
6653
6671
  if (!inject) return;
6654
6672
  inject("data-v-f2422ef4_0", {
6655
- source: "[data-v-f2422ef4]: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-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;--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;--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-f2422ef4]{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-value4);border-top:1px solid var(--gray-lighten-1)}@media screen and (min-width:960px){.wizard-cta-container[data-v-f2422ef4]{border-top:revert;position:static;padding:var(--size-value5);width:100%;transform:revert}}.wizard-cta-button[data-v-f2422ef4]{flex:1;min-height:var(--size-value12)}@media screen and (min-width:960px){.wizard-cta-button[data-v-f2422ef4]{flex:revert;min-height:var(--size-value10)}}.wizard-cta-button+.wizard-cta-button[data-v-f2422ef4]{margin-inline-start:var(--size-value3)}",
6673
+ source: "[data-v-f2422ef4]: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;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.wizard-cta-container[data-v-f2422ef4]{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-value4);border-top:1px solid var(--gray-lighten-1)}@media screen and (min-width:960px){.wizard-cta-container[data-v-f2422ef4]{border-top:revert;position:static;padding:var(--size-value5);width:100%;transform:revert}}.wizard-cta-button[data-v-f2422ef4]{flex:1;min-height:var(--size-value12)}@media screen and (min-width:960px){.wizard-cta-button[data-v-f2422ef4]{flex:revert;min-height:var(--size-value10)}}.wizard-cta-button+.wizard-cta-button[data-v-f2422ef4]{margin-inline-start:var(--size-value3)}",
6656
6674
  map: undefined,
6657
6675
  media: undefined
6658
6676
  });
@@ -6660,23 +6678,23 @@ const __vue_inject_styles__$4 = function (inject) {
6660
6678
  /* scoped */
6661
6679
 
6662
6680
 
6663
- const __vue_scope_id__$4 = "data-v-f2422ef4";
6681
+ const __vue_scope_id__$5 = "data-v-f2422ef4";
6664
6682
  /* module identifier */
6665
6683
 
6666
- const __vue_module_identifier__$4 = undefined;
6684
+ const __vue_module_identifier__$5 = undefined;
6667
6685
  /* functional template */
6668
6686
 
6669
- const __vue_is_functional_template__$4 = false;
6687
+ const __vue_is_functional_template__$5 = false;
6670
6688
  /* style inject SSR */
6671
6689
 
6672
6690
  /* style inject shadow dom */
6673
6691
 
6674
- const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
6675
- render: __vue_render__$4,
6676
- staticRenderFns: __vue_staticRenderFns__$4
6677
- }, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, createInjector, undefined, undefined);
6692
+ const __vue_component__$5 = /*#__PURE__*/normalizeComponent({
6693
+ render: __vue_render__$5,
6694
+ staticRenderFns: __vue_staticRenderFns__$5
6695
+ }, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, createInjector, undefined, undefined);
6678
6696
 
6679
- var script$3 = {
6697
+ var script$4 = {
6680
6698
  name: "VcStepperContent",
6681
6699
  model: {
6682
6700
  prop: 'currentStep'
@@ -6701,8 +6719,8 @@ var script$3 = {
6701
6719
  }
6702
6720
  },
6703
6721
  components: {
6704
- VcLayout: __vue_component__$M,
6705
- VcLoader: __vue_component__$l,
6722
+ VcLayout: __vue_component__$N,
6723
+ VcLoader: __vue_component__$m,
6706
6724
  VStepperContent: VStepperContent,
6707
6725
  VStepperItems: VStepperItems,
6708
6726
  VStepper: VStepper
@@ -6779,10 +6797,10 @@ var script$3 = {
6779
6797
  };
6780
6798
 
6781
6799
  /* script */
6782
- const __vue_script__$3 = script$3;
6800
+ const __vue_script__$4 = script$4;
6783
6801
  /* template */
6784
6802
 
6785
- var __vue_render__$3 = function () {
6803
+ var __vue_render__$4 = function () {
6786
6804
  var _vm = this;
6787
6805
 
6788
6806
  var _h = _vm.$createElement;
@@ -6865,13 +6883,13 @@ var __vue_render__$3 = function () {
6865
6883
  }), 1)], 1)], 1);
6866
6884
  };
6867
6885
 
6868
- var __vue_staticRenderFns__$3 = [];
6886
+ var __vue_staticRenderFns__$4 = [];
6869
6887
  /* style */
6870
6888
 
6871
- const __vue_inject_styles__$3 = function (inject) {
6889
+ const __vue_inject_styles__$4 = function (inject) {
6872
6890
  if (!inject) return;
6873
6891
  inject("data-v-dff856ce_0", {
6874
- source: "[data-v-dff856ce]: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-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;--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;--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-dff856ce]{max-height:100%;width:100%;padding-bottom:var(--size-value6)}.layout-content[data-v-dff856ce]{padding:var(--size-value0) var(--size-value4)}@media screen and (min-width:960px){.layout-content[data-v-dff856ce]{padding:revert;padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header[data-v-dff856ce]{flex:0;margin-block-end:var(--size-value4);padding:var(--size-value0) var(--size-value4)}@media screen and (min-width:960px){.stepper-header[data-v-dff856ce]{padding:revert;flex:revert;padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header .content-stepper-title[data-v-dff856ce]{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-dff856ce]{font-size:var(--font-size-medium2)}}.stepper-header .content-stepper-description[data-v-dff856ce]{font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-4)}.vc-stepper-content.v-stepper[data-v-dff856ce]{width:100%;box-shadow:none;max-height:100%;overflow:auto}.vc-stepper-content.v-stepper[data-v-dff856ce] .v-stepper__items .v-stepper__content{padding:0}",
6892
+ source: "[data-v-dff856ce]: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;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.stepper-content-wrapper[data-v-dff856ce]{max-height:100%;width:100%;padding-bottom:var(--size-value6)}.layout-content[data-v-dff856ce]{padding:var(--size-value0) var(--size-value4)}@media screen and (min-width:960px){.layout-content[data-v-dff856ce]{padding:revert;padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header[data-v-dff856ce]{flex:0;margin-block-end:var(--size-value4);padding:var(--size-value0) var(--size-value4)}@media screen and (min-width:960px){.stepper-header[data-v-dff856ce]{padding:revert;flex:revert;padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header .content-stepper-title[data-v-dff856ce]{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-dff856ce]{font-size:var(--font-size-medium2)}}.stepper-header .content-stepper-description[data-v-dff856ce]{font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-4)}.vc-stepper-content.v-stepper[data-v-dff856ce]{width:100%;box-shadow:none;max-height:100%;overflow:auto}.vc-stepper-content.v-stepper[data-v-dff856ce] .v-stepper__items .v-stepper__content{padding:0}",
6875
6893
  map: undefined,
6876
6894
  media: undefined
6877
6895
  });
@@ -6879,29 +6897,29 @@ const __vue_inject_styles__$3 = function (inject) {
6879
6897
  /* scoped */
6880
6898
 
6881
6899
 
6882
- const __vue_scope_id__$3 = "data-v-dff856ce";
6900
+ const __vue_scope_id__$4 = "data-v-dff856ce";
6883
6901
  /* module identifier */
6884
6902
 
6885
- const __vue_module_identifier__$3 = undefined;
6903
+ const __vue_module_identifier__$4 = undefined;
6886
6904
  /* functional template */
6887
6905
 
6888
- const __vue_is_functional_template__$3 = false;
6906
+ const __vue_is_functional_template__$4 = false;
6889
6907
  /* style inject SSR */
6890
6908
 
6891
6909
  /* style inject shadow dom */
6892
6910
 
6893
- const __vue_component__$3 = /*#__PURE__*/normalizeComponent({
6894
- render: __vue_render__$3,
6895
- staticRenderFns: __vue_staticRenderFns__$3
6896
- }, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, createInjector, undefined, undefined);
6911
+ const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
6912
+ render: __vue_render__$4,
6913
+ staticRenderFns: __vue_staticRenderFns__$4
6914
+ }, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, createInjector, undefined, undefined);
6897
6915
 
6898
- var script$2 = {
6916
+ var script$3 = {
6899
6917
  name: "VcWizard",
6900
6918
  components: {
6901
- VcStepsBar: __vue_component__$x,
6902
- VcStepperContent: __vue_component__$3,
6903
- VcMobileWizardProgress: __vue_component__$v,
6904
- VcWizardCtaContainer: __vue_component__$4,
6919
+ VcStepsBar: __vue_component__$y,
6920
+ VcStepperContent: __vue_component__$4,
6921
+ VcMobileWizardProgress: __vue_component__$w,
6922
+ VcWizardCtaContainer: __vue_component__$5,
6905
6923
  VLayout: VLayout
6906
6924
  },
6907
6925
  props: {
@@ -7004,10 +7022,10 @@ var script$2 = {
7004
7022
  };
7005
7023
 
7006
7024
  /* script */
7007
- const __vue_script__$2 = script$2;
7025
+ const __vue_script__$3 = script$3;
7008
7026
  /* template */
7009
7027
 
7010
- var __vue_render__$2 = function () {
7028
+ var __vue_render__$3 = function () {
7011
7029
  var _vm = this;
7012
7030
 
7013
7031
  var _h = _vm.$createElement;
@@ -7061,13 +7079,13 @@ var __vue_render__$2 = function () {
7061
7079
  })], 1);
7062
7080
  };
7063
7081
 
7064
- var __vue_staticRenderFns__$2 = [];
7082
+ var __vue_staticRenderFns__$3 = [];
7065
7083
  /* style */
7066
7084
 
7067
- const __vue_inject_styles__$2 = function (inject) {
7085
+ const __vue_inject_styles__$3 = function (inject) {
7068
7086
  if (!inject) return;
7069
7087
  inject("data-v-71d82f6c_0", {
7070
- source: "[data-v-71d82f6c]: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-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;--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;--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-71d82f6c]{height:100%}@media screen and (min-width:960px){.vc-wizard[data-v-71d82f6c]{display:grid;grid-template-columns:minmax(250px,1fr) 3fr;grid-template-rows:minmax(562px,1fr) 80px;grid-row-gap:0}.vc-wizard.wizard-size-md[data-v-71d82f6c]{grid-column-gap:var(--size-value10)}.vc-wizard.wizard-size-lg[data-v-71d82f6c]{grid-column-gap:var(--size-value20)}}.vc-stepper-container[data-v-71d82f6c]{grid-area:1/1/3/2;border-inline-end:1px solid #e0e0e0;max-height:calc(100% - 24px)}.wizard-cta-container[data-v-71d82f6c]{grid-area:2/2/3/3}.stepper-content-wrapper[data-v-71d82f6c]{grid-area:1/2/2/3}",
7088
+ source: "[data-v-71d82f6c]: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;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-wizard[data-v-71d82f6c]{height:100%}@media screen and (min-width:960px){.vc-wizard[data-v-71d82f6c]{display:grid;grid-template-columns:minmax(250px,1fr) 3fr;grid-template-rows:minmax(562px,1fr) 80px;grid-row-gap:0}.vc-wizard.wizard-size-md[data-v-71d82f6c]{grid-column-gap:var(--size-value10)}.vc-wizard.wizard-size-lg[data-v-71d82f6c]{grid-column-gap:var(--size-value20)}}.vc-stepper-container[data-v-71d82f6c]{grid-area:1/1/3/2;border-inline-end:1px solid #e0e0e0;max-height:calc(100% - 24px)}.wizard-cta-container[data-v-71d82f6c]{grid-area:2/2/3/3}.stepper-content-wrapper[data-v-71d82f6c]{grid-area:1/2/2/3}",
7071
7089
  map: undefined,
7072
7090
  media: undefined
7073
7091
  });
@@ -7075,21 +7093,21 @@ const __vue_inject_styles__$2 = function (inject) {
7075
7093
  /* scoped */
7076
7094
 
7077
7095
 
7078
- const __vue_scope_id__$2 = "data-v-71d82f6c";
7096
+ const __vue_scope_id__$3 = "data-v-71d82f6c";
7079
7097
  /* module identifier */
7080
7098
 
7081
- const __vue_module_identifier__$2 = undefined;
7099
+ const __vue_module_identifier__$3 = undefined;
7082
7100
  /* functional template */
7083
7101
 
7084
- const __vue_is_functional_template__$2 = false;
7102
+ const __vue_is_functional_template__$3 = false;
7085
7103
  /* style inject SSR */
7086
7104
 
7087
7105
  /* style inject shadow dom */
7088
7106
 
7089
- const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
7090
- render: __vue_render__$2,
7091
- staticRenderFns: __vue_staticRenderFns__$2
7092
- }, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, createInjector, undefined, undefined);
7107
+ const __vue_component__$3 = /*#__PURE__*/normalizeComponent({
7108
+ render: __vue_render__$3,
7109
+ staticRenderFns: __vue_staticRenderFns__$3
7110
+ }, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, createInjector, undefined, undefined);
7093
7111
 
7094
7112
  //
7095
7113
  //
@@ -7107,7 +7125,7 @@ const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
7107
7125
  //
7108
7126
  //
7109
7127
  //
7110
- var script$1 = {
7128
+ var script$2 = {
7111
7129
  name: 'VcBadge',
7112
7130
  components: {
7113
7131
  VBadge: VBadge
@@ -7140,10 +7158,10 @@ var script$1 = {
7140
7158
  };
7141
7159
 
7142
7160
  /* script */
7143
- const __vue_script__$1 = script$1;
7161
+ const __vue_script__$2 = script$2;
7144
7162
  /* template */
7145
7163
 
7146
- var __vue_render__$1 = function () {
7164
+ var __vue_render__$2 = function () {
7147
7165
  var _vm = this;
7148
7166
 
7149
7167
  var _h = _vm.$createElement;
@@ -7169,10 +7187,10 @@ var __vue_render__$1 = function () {
7169
7187
  }, [_vm._t("default")], 2)], 1);
7170
7188
  };
7171
7189
 
7172
- var __vue_staticRenderFns__$1 = [];
7190
+ var __vue_staticRenderFns__$2 = [];
7173
7191
  /* style */
7174
7192
 
7175
- const __vue_inject_styles__$1 = function (inject) {
7193
+ const __vue_inject_styles__$2 = function (inject) {
7176
7194
  if (!inject) return;
7177
7195
  inject("data-v-4edabf76_0", {
7178
7196
  source: "[data-v-4edabf76] .v-icon__component{height:12px;width:12px}",
@@ -7183,30 +7201,30 @@ const __vue_inject_styles__$1 = function (inject) {
7183
7201
  /* scoped */
7184
7202
 
7185
7203
 
7186
- const __vue_scope_id__$1 = "data-v-4edabf76";
7204
+ const __vue_scope_id__$2 = "data-v-4edabf76";
7187
7205
  /* module identifier */
7188
7206
 
7189
- const __vue_module_identifier__$1 = undefined;
7207
+ const __vue_module_identifier__$2 = undefined;
7190
7208
  /* functional template */
7191
7209
 
7192
- const __vue_is_functional_template__$1 = false;
7210
+ const __vue_is_functional_template__$2 = false;
7193
7211
  /* style inject SSR */
7194
7212
 
7195
7213
  /* style inject shadow dom */
7196
7214
 
7197
- const __vue_component__$1 = /*#__PURE__*/normalizeComponent({
7198
- render: __vue_render__$1,
7199
- staticRenderFns: __vue_staticRenderFns__$1
7200
- }, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, createInjector, undefined, undefined);
7215
+ const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
7216
+ render: __vue_render__$2,
7217
+ staticRenderFns: __vue_staticRenderFns__$2
7218
+ }, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, createInjector, undefined, undefined);
7201
7219
 
7202
- var script = {
7220
+ var script$1 = {
7203
7221
  name: "VcUpsellBlock",
7204
7222
  components: {
7205
- VcImage: __vue_component__$G,
7206
- VcLink: __vue_component__$a,
7207
- VcButton: __vue_component__$O,
7208
- VcLayout: __vue_component__$M,
7209
- VcIcon: __vue_component__$P
7223
+ VcImage: __vue_component__$H,
7224
+ VcLink: __vue_component__$b,
7225
+ VcButton: __vue_component__$P,
7226
+ VcLayout: __vue_component__$N,
7227
+ VcIcon: __vue_component__$Q
7210
7228
  },
7211
7229
  props: {
7212
7230
  titleText: {
@@ -7264,10 +7282,10 @@ var script = {
7264
7282
  };
7265
7283
 
7266
7284
  /* script */
7267
- const __vue_script__ = script;
7285
+ const __vue_script__$1 = script$1;
7268
7286
  /* template */
7269
7287
 
7270
- var __vue_render__ = function () {
7288
+ var __vue_render__$1 = function () {
7271
7289
  var _vm = this;
7272
7290
 
7273
7291
  var _h = _vm.$createElement;
@@ -7331,10 +7349,10 @@ var __vue_render__ = function () {
7331
7349
  })], 1)], 1);
7332
7350
  };
7333
7351
 
7334
- var __vue_staticRenderFns__ = [];
7352
+ var __vue_staticRenderFns__$1 = [];
7335
7353
  /* style */
7336
7354
 
7337
- const __vue_inject_styles__ = function (inject) {
7355
+ const __vue_inject_styles__$1 = function (inject) {
7338
7356
  if (!inject) return;
7339
7357
  inject("data-v-3e23f57f_0", {
7340
7358
  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}}",
@@ -7345,7 +7363,200 @@ const __vue_inject_styles__ = function (inject) {
7345
7363
  /* scoped */
7346
7364
 
7347
7365
 
7348
- const __vue_scope_id__ = "data-v-3e23f57f";
7366
+ const __vue_scope_id__$1 = "data-v-3e23f57f";
7367
+ /* module identifier */
7368
+
7369
+ const __vue_module_identifier__$1 = undefined;
7370
+ /* functional template */
7371
+
7372
+ const __vue_is_functional_template__$1 = false;
7373
+ /* style inject SSR */
7374
+
7375
+ /* style inject shadow dom */
7376
+
7377
+ const __vue_component__$1 = /*#__PURE__*/normalizeComponent({
7378
+ render: __vue_render__$1,
7379
+ staticRenderFns: __vue_staticRenderFns__$1
7380
+ }, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, createInjector, undefined, undefined);
7381
+
7382
+ var script = {
7383
+ name: "VcDropzone",
7384
+ components: {
7385
+ VcLayout: __vue_component__$N
7386
+ },
7387
+ props: {
7388
+ title: {
7389
+ type: String,
7390
+ required: false
7391
+ },
7392
+ subtitle: {
7393
+ type: String,
7394
+ required: false
7395
+ },
7396
+ supportedFileTypes: {
7397
+ type: Array,
7398
+ default: () => []
7399
+ },
7400
+ supportedFileSizeMb: {
7401
+ type: Number,
7402
+ default: 0
7403
+ },
7404
+ validatorFn: {
7405
+ type: Function,
7406
+ required: false
7407
+ },
7408
+ disabled: {
7409
+ type: Boolean,
7410
+ default: false
7411
+ },
7412
+ dataQa: {
7413
+ type: String,
7414
+ default: 'vc-dropzone'
7415
+ }
7416
+ },
7417
+
7418
+ data() {
7419
+ return {
7420
+ isHovered: false,
7421
+ isActive: false
7422
+ };
7423
+ },
7424
+
7425
+ methods: {
7426
+ hover(hovered) {
7427
+ this.isHovered = hovered;
7428
+ },
7429
+
7430
+ activate(active) {
7431
+ this.isActive = active;
7432
+ },
7433
+
7434
+ _typeValidate(fileType) {
7435
+ return this.supportedFileTypes.includes(fileType.toLowerCase());
7436
+ },
7437
+
7438
+ _sizeValidate(fileSize) {
7439
+ return this._mbToBytes(this.supportedFileSizeMb) >= fileSize;
7440
+ },
7441
+
7442
+ _mbToBytes(mb) {
7443
+ return mb * 1048576;
7444
+ },
7445
+
7446
+ addFiles(name, filelist) {
7447
+ const validatedFiles = [...filelist].map(file => {
7448
+ const validatedFile = {
7449
+ file
7450
+ };
7451
+
7452
+ if (this.validatorFn) {
7453
+ validatedFile.externalValidated = this.validatorFn(file);
7454
+ }
7455
+
7456
+ if (this.supportedFileSizeMb) {
7457
+ validatedFile.sizeValidated = this._sizeValidate(file.size);
7458
+ }
7459
+
7460
+ if (this.supportedFileTypes.length) {
7461
+ validatedFile.typeValidated = this._typeValidate(file.name.toLowerCase().split('.').pop());
7462
+ }
7463
+
7464
+ return validatedFile;
7465
+ });
7466
+ this.$refs.dropzone.value = null;
7467
+ return validatedFiles;
7468
+ }
7469
+
7470
+ }
7471
+ };
7472
+
7473
+ /* script */
7474
+ const __vue_script__ = script;
7475
+ /* template */
7476
+
7477
+ var __vue_render__ = function () {
7478
+ var _vm = this;
7479
+
7480
+ var _h = _vm.$createElement;
7481
+
7482
+ var _c = _vm._self._c || _h;
7483
+
7484
+ return _c('VcLayout', {
7485
+ staticClass: "dropzone__wrap",
7486
+ class: {
7487
+ 'dropzone__wrap--hovered': _vm.isHovered,
7488
+ 'dropzone__wrap--active': _vm.isActive,
7489
+ 'dropzone__wrap--disabled': _vm.disabled
7490
+ },
7491
+ attrs: {
7492
+ "align-center": "",
7493
+ "justify-center": "",
7494
+ "data-qa": _vm.dataQa + "--wrap"
7495
+ }
7496
+ }, [_c('label', {
7497
+ staticClass: "dropzone__label",
7498
+ attrs: {
7499
+ "data-qa": _vm.dataQa + "--label"
7500
+ }
7501
+ }, [_c('input', {
7502
+ ref: "dropzone",
7503
+ staticClass: "dropzone__input",
7504
+ attrs: {
7505
+ "type": "file",
7506
+ "accept": "*/*",
7507
+ "multiple": "",
7508
+ "data-qa": _vm.dataQa + "--input",
7509
+ "disabled": _vm.disabled
7510
+ },
7511
+ on: {
7512
+ "change": function ($event) {
7513
+ _vm.$emit('onFilesValidated', {
7514
+ validatedFiles: _vm.addFiles('vc-dropzone', $event.target.files)
7515
+ });
7516
+ },
7517
+ "dragleave": function ($event) {
7518
+ return _vm.activate(false);
7519
+ },
7520
+ "dragenter": function ($event) {
7521
+ return _vm.activate(true);
7522
+ },
7523
+ "mouseenter": function ($event) {
7524
+ return _vm.hover(true);
7525
+ },
7526
+ "mouseleave": function ($event) {
7527
+ return _vm.hover(false);
7528
+ }
7529
+ }
7530
+ }), _vm._v(" "), _vm._t("default", function () {
7531
+ return [_vm.title ? _c('span', {
7532
+ staticClass: "dropzone__title",
7533
+ attrs: {
7534
+ "data-qa": _vm.dataQa + "--label-title"
7535
+ }
7536
+ }, [_vm._v(_vm._s(_vm.title || _vm.$dst('ds.dropzone.default_title')))]) : _vm._e(), _vm._v(" "), _vm.subtitle ? _c('span', {
7537
+ staticClass: "dropzone__subtitle",
7538
+ attrs: {
7539
+ "data-qa": _vm.dataQa + "--label-subtitle"
7540
+ }
7541
+ }, [_vm._v(_vm._s(_vm.subtitle))]) : _vm._e()];
7542
+ })], 2)]);
7543
+ };
7544
+
7545
+ var __vue_staticRenderFns__ = [];
7546
+ /* style */
7547
+
7548
+ const __vue_inject_styles__ = function (inject) {
7549
+ if (!inject) return;
7550
+ inject("data-v-7efc8e1b_0", {
7551
+ 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;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.dropzone__wrap[data-v-7efc8e1b]{position:relative;border:1px dashed var(--gray-darken-1);padding:var(--size-value3);min-height:var(--size-value18);width:100%;border-radius:var(--border-radius);background-color:var(--gray-lighten-4);transition:background-color .1s ease-out,border-color .1s ease-out}.dropzone__wrap--hovered[data-v-7efc8e1b]{background-color:var(--gray-lighten-4);border-color:var(--gray-darken-1)}.dropzone__wrap--active[data-v-7efc8e1b]{background-color:var(--modal-bg-color);border-color:var(--dropzone-active-border-color);filter:drop-shadow(0 0 2px var(--dropzone-active-second-border-color))}.dropzone__wrap--disabled[data-v-7efc8e1b]{background-color:var(--gray-lighten-4);border-color:var(--gray)}.dropzone__input[data-v-7efc8e1b]{width:100%;height:100%;position:absolute;opacity:0;left:0;top:0;cursor:pointer}.dropzone__wrap--disabled .dropzone__input[data-v-7efc8e1b]{cursor:default}.dropzone__label[data-v-7efc8e1b]{display:flex;flex-direction:column;text-align:center}.dropzone__wrap--hovered .dropzone__label[data-v-7efc8e1b]{color:var(--gray-darken-5)}.dropzone__subtitle[data-v-7efc8e1b],.dropzone__title[data-v-7efc8e1b]{color:var(--blue);font-size:var(--font-size-x-small)}.dropzone__wrap--disabled .dropzone__subtitle[data-v-7efc8e1b],.dropzone__wrap--disabled .dropzone__title[data-v-7efc8e1b]{color:var(--gray-darken-2)}.dropzone__title[data-v-7efc8e1b]{font-weight:var(--font-weight-medium2)}.dropzone__subtitle[data-v-7efc8e1b]{font-weight:var(--font-weight-light)}",
7552
+ map: undefined,
7553
+ media: undefined
7554
+ });
7555
+ };
7556
+ /* scoped */
7557
+
7558
+
7559
+ const __vue_scope_id__ = "data-v-7efc8e1b";
7349
7560
  /* module identifier */
7350
7561
 
7351
7562
  const __vue_module_identifier__ = undefined;
@@ -7365,57 +7576,58 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
7365
7576
 
7366
7577
  var components$1 = /*#__PURE__*/Object.freeze({
7367
7578
  __proto__: null,
7368
- VcConfirmModal: __vue_component__$J,
7369
- VcInputModal: __vue_component__$H,
7370
- VcNoticeModal: __vue_component__$F,
7371
- VcModalFooter: __vue_component__$L,
7372
- VcModalHeader: __vue_component__$K,
7373
- VcAlert: __vue_component__$E,
7374
- VcTooltip: __vue_component__$D,
7375
- VcIconWithTooltip: __vue_component__$C,
7376
- VcBottomActions: __vue_component__$A,
7377
- VcActionList: __vue_component__$z,
7378
- VcActions: __vue_component__$y,
7379
- VcStepsBar: __vue_component__$x,
7380
- VcMobileWizardProgress: __vue_component__$v,
7381
- VcProgressCircular: __vue_component__$w,
7382
- VcChecklistItem: __vue_component__$t,
7383
- VcListbox: __vue_component__$s,
7384
- VcBottomSheet: __vue_component__$r,
7385
- VcInputBottomSheet: __vue_component__$q,
7386
- VcPopover: __vue_component__$p,
7387
- VcInputPopover: __vue_component__$o,
7388
- VcChip: __vue_component__$n,
7389
- VcButton: __vue_component__$O,
7390
- VcButtonGroup: __vue_component__$m,
7391
- VcForm: __vue_component__$I,
7392
- VcIcon: __vue_component__$P,
7393
- VcLayout: __vue_component__$M,
7394
- VcLoader: __vue_component__$l,
7395
- VcSwitch: __vue_component__$k,
7396
- VcListEntity: __vue_component__$j,
7397
- VcExpansionCard: __vue_component__$i,
7398
- VcTextField: __vue_component__$h,
7399
- VcAvatar: __vue_component__$B,
7400
- VcTextArea: __vue_component__$g,
7401
- VcSelectField: __vue_component__$f,
7402
- VcToast: __vue_component__$e,
7403
- VcCard: __vue_component__$d,
7404
- VcCheckbox: __vue_component__$u,
7405
- VcFilterPanel: __vue_component__$c,
7406
- VcFocusArea: __vue_component__$b,
7407
- VcLink: __vue_component__$a,
7408
- VcListItem: __vue_component__$9,
7409
- VcGroupHeader: __vue_component__$8,
7410
- VcEmptyState: __vue_component__$6,
7411
- VcSvg: __vue_component__$7,
7412
- VcBanner: __vue_component__$5,
7413
- VcWizardCtaContainer: __vue_component__$4,
7414
- VcWizard: __vue_component__$2,
7415
- VcImage: __vue_component__$G,
7416
- VcBadge: __vue_component__$1,
7417
- VcUpsellBlock: __vue_component__,
7418
- VcModalContainer: __vue_component__$N
7579
+ VcConfirmModal: __vue_component__$K,
7580
+ VcInputModal: __vue_component__$I,
7581
+ VcNoticeModal: __vue_component__$G,
7582
+ VcModalFooter: __vue_component__$M,
7583
+ VcModalHeader: __vue_component__$L,
7584
+ VcAlert: __vue_component__$F,
7585
+ VcTooltip: __vue_component__$E,
7586
+ VcIconWithTooltip: __vue_component__$D,
7587
+ VcBottomActions: __vue_component__$B,
7588
+ VcActionList: __vue_component__$A,
7589
+ VcActions: __vue_component__$z,
7590
+ VcStepsBar: __vue_component__$y,
7591
+ VcMobileWizardProgress: __vue_component__$w,
7592
+ VcProgressCircular: __vue_component__$x,
7593
+ VcChecklistItem: __vue_component__$u,
7594
+ VcListbox: __vue_component__$t,
7595
+ VcBottomSheet: __vue_component__$s,
7596
+ VcInputBottomSheet: __vue_component__$r,
7597
+ VcPopover: __vue_component__$q,
7598
+ VcInputPopover: __vue_component__$p,
7599
+ VcChip: __vue_component__$o,
7600
+ VcButton: __vue_component__$P,
7601
+ VcButtonGroup: __vue_component__$n,
7602
+ VcForm: __vue_component__$J,
7603
+ VcIcon: __vue_component__$Q,
7604
+ VcLayout: __vue_component__$N,
7605
+ VcLoader: __vue_component__$m,
7606
+ VcSwitch: __vue_component__$l,
7607
+ VcListEntity: __vue_component__$k,
7608
+ VcExpansionCard: __vue_component__$j,
7609
+ VcTextField: __vue_component__$i,
7610
+ VcAvatar: __vue_component__$C,
7611
+ VcTextArea: __vue_component__$h,
7612
+ VcSelectField: __vue_component__$g,
7613
+ VcToast: __vue_component__$f,
7614
+ VcCard: __vue_component__$e,
7615
+ VcCheckbox: __vue_component__$v,
7616
+ VcFilterPanel: __vue_component__$d,
7617
+ VcFocusArea: __vue_component__$c,
7618
+ VcLink: __vue_component__$b,
7619
+ VcListItem: __vue_component__$a,
7620
+ VcGroupHeader: __vue_component__$9,
7621
+ VcEmptyState: __vue_component__$7,
7622
+ VcSvg: __vue_component__$8,
7623
+ VcBanner: __vue_component__$6,
7624
+ VcWizardCtaContainer: __vue_component__$5,
7625
+ VcWizard: __vue_component__$3,
7626
+ VcImage: __vue_component__$H,
7627
+ VcBadge: __vue_component__$2,
7628
+ VcUpsellBlock: __vue_component__$1,
7629
+ VcModalContainer: __vue_component__$O,
7630
+ VcDropzone: __vue_component__
7419
7631
  });
7420
7632
 
7421
7633
  // Import vue components
@@ -7429,57 +7641,58 @@ const install = function installdesignSystem(Vue) {
7429
7641
  var components = /*#__PURE__*/Object.freeze({
7430
7642
  __proto__: null,
7431
7643
  'default': install,
7432
- VcConfirmModal: __vue_component__$J,
7433
- VcInputModal: __vue_component__$H,
7434
- VcNoticeModal: __vue_component__$F,
7435
- VcModalFooter: __vue_component__$L,
7436
- VcModalHeader: __vue_component__$K,
7437
- VcAlert: __vue_component__$E,
7438
- VcTooltip: __vue_component__$D,
7439
- VcIconWithTooltip: __vue_component__$C,
7440
- VcBottomActions: __vue_component__$A,
7441
- VcActionList: __vue_component__$z,
7442
- VcActions: __vue_component__$y,
7443
- VcStepsBar: __vue_component__$x,
7444
- VcMobileWizardProgress: __vue_component__$v,
7445
- VcProgressCircular: __vue_component__$w,
7446
- VcChecklistItem: __vue_component__$t,
7447
- VcListbox: __vue_component__$s,
7448
- VcBottomSheet: __vue_component__$r,
7449
- VcInputBottomSheet: __vue_component__$q,
7450
- VcPopover: __vue_component__$p,
7451
- VcInputPopover: __vue_component__$o,
7452
- VcChip: __vue_component__$n,
7453
- VcButton: __vue_component__$O,
7454
- VcButtonGroup: __vue_component__$m,
7455
- VcForm: __vue_component__$I,
7456
- VcIcon: __vue_component__$P,
7457
- VcLayout: __vue_component__$M,
7458
- VcLoader: __vue_component__$l,
7459
- VcSwitch: __vue_component__$k,
7460
- VcListEntity: __vue_component__$j,
7461
- VcExpansionCard: __vue_component__$i,
7462
- VcTextField: __vue_component__$h,
7463
- VcAvatar: __vue_component__$B,
7464
- VcTextArea: __vue_component__$g,
7465
- VcSelectField: __vue_component__$f,
7466
- VcToast: __vue_component__$e,
7467
- VcCard: __vue_component__$d,
7468
- VcCheckbox: __vue_component__$u,
7469
- VcFilterPanel: __vue_component__$c,
7470
- VcFocusArea: __vue_component__$b,
7471
- VcLink: __vue_component__$a,
7472
- VcListItem: __vue_component__$9,
7473
- VcGroupHeader: __vue_component__$8,
7474
- VcEmptyState: __vue_component__$6,
7475
- VcSvg: __vue_component__$7,
7476
- VcBanner: __vue_component__$5,
7477
- VcWizardCtaContainer: __vue_component__$4,
7478
- VcWizard: __vue_component__$2,
7479
- VcImage: __vue_component__$G,
7480
- VcBadge: __vue_component__$1,
7481
- VcUpsellBlock: __vue_component__,
7482
- VcModalContainer: __vue_component__$N
7644
+ VcConfirmModal: __vue_component__$K,
7645
+ VcInputModal: __vue_component__$I,
7646
+ VcNoticeModal: __vue_component__$G,
7647
+ VcModalFooter: __vue_component__$M,
7648
+ VcModalHeader: __vue_component__$L,
7649
+ VcAlert: __vue_component__$F,
7650
+ VcTooltip: __vue_component__$E,
7651
+ VcIconWithTooltip: __vue_component__$D,
7652
+ VcBottomActions: __vue_component__$B,
7653
+ VcActionList: __vue_component__$A,
7654
+ VcActions: __vue_component__$z,
7655
+ VcStepsBar: __vue_component__$y,
7656
+ VcMobileWizardProgress: __vue_component__$w,
7657
+ VcProgressCircular: __vue_component__$x,
7658
+ VcChecklistItem: __vue_component__$u,
7659
+ VcListbox: __vue_component__$t,
7660
+ VcBottomSheet: __vue_component__$s,
7661
+ VcInputBottomSheet: __vue_component__$r,
7662
+ VcPopover: __vue_component__$q,
7663
+ VcInputPopover: __vue_component__$p,
7664
+ VcChip: __vue_component__$o,
7665
+ VcButton: __vue_component__$P,
7666
+ VcButtonGroup: __vue_component__$n,
7667
+ VcForm: __vue_component__$J,
7668
+ VcIcon: __vue_component__$Q,
7669
+ VcLayout: __vue_component__$N,
7670
+ VcLoader: __vue_component__$m,
7671
+ VcSwitch: __vue_component__$l,
7672
+ VcListEntity: __vue_component__$k,
7673
+ VcExpansionCard: __vue_component__$j,
7674
+ VcTextField: __vue_component__$i,
7675
+ VcAvatar: __vue_component__$C,
7676
+ VcTextArea: __vue_component__$h,
7677
+ VcSelectField: __vue_component__$g,
7678
+ VcToast: __vue_component__$f,
7679
+ VcCard: __vue_component__$e,
7680
+ VcCheckbox: __vue_component__$v,
7681
+ VcFilterPanel: __vue_component__$d,
7682
+ VcFocusArea: __vue_component__$c,
7683
+ VcLink: __vue_component__$b,
7684
+ VcListItem: __vue_component__$a,
7685
+ VcGroupHeader: __vue_component__$9,
7686
+ VcEmptyState: __vue_component__$7,
7687
+ VcSvg: __vue_component__$8,
7688
+ VcBanner: __vue_component__$6,
7689
+ VcWizardCtaContainer: __vue_component__$5,
7690
+ VcWizard: __vue_component__$3,
7691
+ VcImage: __vue_component__$H,
7692
+ VcBadge: __vue_component__$2,
7693
+ VcUpsellBlock: __vue_component__$1,
7694
+ VcModalContainer: __vue_component__$O,
7695
+ VcDropzone: __vue_component__
7483
7696
  });
7484
7697
 
7485
7698
  // iife/cjs usage extends esm default export - so import it all