@vuetify/nightly 3.7.4-master.2024-11-24 → 3.7.4-master.2024-11-29

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 (58) hide show
  1. package/dist/json/attributes.json +2905 -2905
  2. package/dist/json/importMap-labs.json +26 -26
  3. package/dist/json/importMap.json +158 -158
  4. package/dist/json/web-types.json +5578 -5578
  5. package/dist/vuetify-labs.css +3489 -3489
  6. package/dist/vuetify-labs.d.ts +199 -199
  7. package/dist/vuetify-labs.esm.js +48 -46
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +48 -46
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1248 -1248
  12. package/dist/vuetify.d.ts +182 -182
  13. package/dist/vuetify.esm.js +42 -39
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +42 -39
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +26 -25
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  22. package/lib/components/VAutocomplete/index.d.mts +28 -28
  23. package/lib/components/VChip/VChip.mjs +1 -1
  24. package/lib/components/VChip/VChip.mjs.map +1 -1
  25. package/lib/components/VChip/index.d.mts +9 -9
  26. package/lib/components/VCombobox/VCombobox.mjs +4 -4
  27. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  28. package/lib/components/VCombobox/index.d.mts +28 -28
  29. package/lib/components/VDatePicker/VDatePickerHeader.mjs +2 -1
  30. package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
  31. package/lib/components/VDatePicker/index.d.mts +6 -6
  32. package/lib/components/VList/VList.mjs +3 -2
  33. package/lib/components/VList/VList.mjs.map +1 -1
  34. package/lib/components/VList/index.d.mts +12 -12
  35. package/lib/components/VSelect/VSelect.mjs +3 -3
  36. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  37. package/lib/components/VSelect/index.d.mts +28 -28
  38. package/lib/components/VStepper/VStepper.mjs +5 -4
  39. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  40. package/lib/components/VStepper/VStepperItem.mjs +5 -4
  41. package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
  42. package/lib/components/VStepper/index.d.mts +58 -52
  43. package/lib/components/index.d.mts +126 -126
  44. package/lib/composables/form.mjs +7 -2
  45. package/lib/composables/form.mjs.map +1 -1
  46. package/lib/composables/validation.mjs +10 -12
  47. package/lib/composables/validation.mjs.map +1 -1
  48. package/lib/entry-bundler.mjs +1 -1
  49. package/lib/framework.mjs +1 -1
  50. package/lib/index.d.mts +56 -56
  51. package/lib/labs/VNumberInput/VNumberInput.mjs +3 -3
  52. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  53. package/lib/labs/VStepperVertical/index.d.mts +51 -51
  54. package/lib/labs/VTreeview/VTreeviewItem.mjs +3 -4
  55. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  56. package/lib/labs/VTreeview/index.d.mts +22 -22
  57. package/lib/labs/components.d.mts +73 -73
  58. package/package.json +1 -1
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.4-master.2024-11-24
2
+ * Vuetify v3.7.4-master.2024-11-29
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18307,6 +18307,83 @@ html.overflow-y-hidden {
18307
18307
  .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18308
18308
  opacity: var(--v-high-emphasis-opacity);
18309
18309
  transform: rotate(180deg);
18310
+ }.v-badge {
18311
+ display: inline-block;
18312
+ line-height: 1;
18313
+ }
18314
+
18315
+ .v-badge__badge {
18316
+ align-items: center;
18317
+ display: inline-flex;
18318
+ border-radius: 10px;
18319
+ font-family: "Roboto", sans-serif;
18320
+ font-size: 0.75rem;
18321
+ font-weight: 500;
18322
+ height: 1.25rem;
18323
+ justify-content: center;
18324
+ min-width: 20px;
18325
+ padding: 4px 6px;
18326
+ pointer-events: auto;
18327
+ position: absolute;
18328
+ text-align: center;
18329
+ text-indent: 0;
18330
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18331
+ white-space: nowrap;
18332
+ }
18333
+ .v-badge__badge {
18334
+ background: rgb(var(--v-theme-surface-variant));
18335
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18336
+ }
18337
+ .v-badge__badge:has(.v-icon) {
18338
+ padding: 4px 6px;
18339
+ }
18340
+ .v-badge--bordered .v-badge__badge::after {
18341
+ border-radius: inherit;
18342
+ border-style: solid;
18343
+ border-width: 2px;
18344
+ bottom: 0;
18345
+ color: rgb(var(--v-theme-background));
18346
+ content: "";
18347
+ left: 0;
18348
+ position: absolute;
18349
+ right: 0;
18350
+ top: 0;
18351
+ transform: scale(1.05);
18352
+ }
18353
+ .v-badge--dot .v-badge__badge {
18354
+ border-radius: 4.5px;
18355
+ height: 9px;
18356
+ min-width: 0;
18357
+ padding: 0;
18358
+ width: 9px;
18359
+ }
18360
+ .v-badge--dot .v-badge__badge::after {
18361
+ border-width: 1.5px;
18362
+ }
18363
+ .v-badge--inline .v-badge__badge {
18364
+ position: relative;
18365
+ vertical-align: middle;
18366
+ }
18367
+ .v-badge__badge .v-icon {
18368
+ color: inherit;
18369
+ font-size: 0.75rem;
18370
+ margin: 0 -2px;
18371
+ }
18372
+ .v-badge__badge img,
18373
+ .v-badge__badge .v-img {
18374
+ height: 100%;
18375
+ width: 100%;
18376
+ }
18377
+
18378
+ .v-badge__wrapper {
18379
+ display: flex;
18380
+ position: relative;
18381
+ }
18382
+ .v-badge--inline .v-badge__wrapper {
18383
+ align-items: center;
18384
+ display: inline-flex;
18385
+ justify-content: center;
18386
+ margin: 0 4px;
18310
18387
  }.v-avatar {
18311
18388
  flex: none;
18312
18389
  align-items: center;
@@ -18413,83 +18490,6 @@ html.overflow-y-hidden {
18413
18490
  .v-avatar .v-img {
18414
18491
  height: 100%;
18415
18492
  width: 100%;
18416
- }.v-badge {
18417
- display: inline-block;
18418
- line-height: 1;
18419
- }
18420
-
18421
- .v-badge__badge {
18422
- align-items: center;
18423
- display: inline-flex;
18424
- border-radius: 10px;
18425
- font-family: "Roboto", sans-serif;
18426
- font-size: 0.75rem;
18427
- font-weight: 500;
18428
- height: 1.25rem;
18429
- justify-content: center;
18430
- min-width: 20px;
18431
- padding: 4px 6px;
18432
- pointer-events: auto;
18433
- position: absolute;
18434
- text-align: center;
18435
- text-indent: 0;
18436
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18437
- white-space: nowrap;
18438
- }
18439
- .v-badge__badge {
18440
- background: rgb(var(--v-theme-surface-variant));
18441
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18442
- }
18443
- .v-badge__badge:has(.v-icon) {
18444
- padding: 4px 6px;
18445
- }
18446
- .v-badge--bordered .v-badge__badge::after {
18447
- border-radius: inherit;
18448
- border-style: solid;
18449
- border-width: 2px;
18450
- bottom: 0;
18451
- color: rgb(var(--v-theme-background));
18452
- content: "";
18453
- left: 0;
18454
- position: absolute;
18455
- right: 0;
18456
- top: 0;
18457
- transform: scale(1.05);
18458
- }
18459
- .v-badge--dot .v-badge__badge {
18460
- border-radius: 4.5px;
18461
- height: 9px;
18462
- min-width: 0;
18463
- padding: 0;
18464
- width: 9px;
18465
- }
18466
- .v-badge--dot .v-badge__badge::after {
18467
- border-width: 1.5px;
18468
- }
18469
- .v-badge--inline .v-badge__badge {
18470
- position: relative;
18471
- vertical-align: middle;
18472
- }
18473
- .v-badge__badge .v-icon {
18474
- color: inherit;
18475
- font-size: 0.75rem;
18476
- margin: 0 -2px;
18477
- }
18478
- .v-badge__badge img,
18479
- .v-badge__badge .v-img {
18480
- height: 100%;
18481
- width: 100%;
18482
- }
18483
-
18484
- .v-badge__wrapper {
18485
- display: flex;
18486
- position: relative;
18487
- }
18488
- .v-badge--inline .v-badge__wrapper {
18489
- align-items: center;
18490
- display: inline-flex;
18491
- justify-content: center;
18492
- margin: 0 4px;
18493
18493
  }.v-banner {
18494
18494
  display: grid;
18495
18495
  flex: 1 1;
@@ -18656,6 +18656,69 @@ html.overflow-y-hidden {
18656
18656
  }
18657
18657
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18658
18658
  align-self: flex-start;
18659
+ }.v-bottom-navigation {
18660
+ display: flex;
18661
+ max-width: 100%;
18662
+ overflow: hidden;
18663
+ position: absolute;
18664
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18665
+ }
18666
+ .v-bottom-navigation {
18667
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18668
+ border-style: solid;
18669
+ border-width: 0;
18670
+ }
18671
+ .v-bottom-navigation--border {
18672
+ border-width: thin;
18673
+ box-shadow: none;
18674
+ }
18675
+ .v-bottom-navigation {
18676
+ border-radius: 0;
18677
+ }
18678
+ .v-bottom-navigation {
18679
+ background: rgb(var(--v-theme-surface));
18680
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18681
+ }
18682
+ .v-bottom-navigation--active {
18683
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18684
+ }
18685
+
18686
+ .v-bottom-navigation__content {
18687
+ display: flex;
18688
+ flex: none;
18689
+ font-size: 0.75rem;
18690
+ justify-content: center;
18691
+ transition: inherit;
18692
+ width: 100%;
18693
+ }
18694
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18695
+ font-size: inherit;
18696
+ height: 100%;
18697
+ max-width: 168px;
18698
+ min-width: 80px;
18699
+ text-transform: none;
18700
+ transition: inherit;
18701
+ width: auto;
18702
+ }
18703
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18704
+ border-radius: 0;
18705
+ }
18706
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18707
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18708
+ transition: inherit;
18709
+ }
18710
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18711
+ font-size: 1.5rem;
18712
+ }
18713
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18714
+ flex-grow: 1;
18715
+ }
18716
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18717
+ transition: inherit;
18718
+ opacity: 0;
18719
+ }
18720
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18721
+ transform: translateY(0.5rem);
18659
18722
  }.bottom-sheet-transition-enter-from {
18660
18723
  transform: translateY(100%);
18661
18724
  }
@@ -18747,99 +18810,36 @@ html.overflow-y-hidden {
18747
18810
  display: inline-block;
18748
18811
  padding: 0 8px;
18749
18812
  vertical-align: middle;
18750
- }.v-bottom-navigation {
18751
- display: flex;
18813
+ }.v-btn {
18814
+ align-items: center;
18815
+ border-radius: 4px;
18816
+ display: inline-grid;
18817
+ grid-template-areas: "prepend content append";
18818
+ grid-template-columns: max-content auto max-content;
18819
+ font-weight: 500;
18820
+ justify-content: center;
18821
+ letter-spacing: 0.0892857143em;
18822
+ line-height: normal;
18752
18823
  max-width: 100%;
18753
- overflow: hidden;
18754
- position: absolute;
18755
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18824
+ outline: none;
18825
+ position: relative;
18826
+ text-decoration: none;
18827
+ text-indent: 0.0892857143em;
18828
+ text-transform: uppercase;
18829
+ transition-property: box-shadow, transform, opacity, background;
18830
+ transition-duration: 0.28s;
18831
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18832
+ -webkit-user-select: none;
18833
+ user-select: none;
18834
+ vertical-align: middle;
18835
+ flex-shrink: 0;
18756
18836
  }
18757
- .v-bottom-navigation {
18758
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18759
- border-style: solid;
18760
- border-width: 0;
18761
- }
18762
- .v-bottom-navigation--border {
18763
- border-width: thin;
18764
- box-shadow: none;
18765
- }
18766
- .v-bottom-navigation {
18767
- border-radius: 0;
18768
- }
18769
- .v-bottom-navigation {
18770
- background: rgb(var(--v-theme-surface));
18771
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18772
- }
18773
- .v-bottom-navigation--active {
18774
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18775
- }
18776
-
18777
- .v-bottom-navigation__content {
18778
- display: flex;
18779
- flex: none;
18780
- font-size: 0.75rem;
18781
- justify-content: center;
18782
- transition: inherit;
18783
- width: 100%;
18784
- }
18785
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18786
- font-size: inherit;
18787
- height: 100%;
18788
- max-width: 168px;
18789
- min-width: 80px;
18790
- text-transform: none;
18791
- transition: inherit;
18792
- width: auto;
18793
- }
18794
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18795
- border-radius: 0;
18796
- }
18797
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18798
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18799
- transition: inherit;
18800
- }
18801
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18802
- font-size: 1.5rem;
18803
- }
18804
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18805
- flex-grow: 1;
18806
- }
18807
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18808
- transition: inherit;
18809
- opacity: 0;
18810
- }
18811
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18812
- transform: translateY(0.5rem);
18813
- }.v-btn {
18814
- align-items: center;
18815
- border-radius: 4px;
18816
- display: inline-grid;
18817
- grid-template-areas: "prepend content append";
18818
- grid-template-columns: max-content auto max-content;
18819
- font-weight: 500;
18820
- justify-content: center;
18821
- letter-spacing: 0.0892857143em;
18822
- line-height: normal;
18823
- max-width: 100%;
18824
- outline: none;
18825
- position: relative;
18826
- text-decoration: none;
18827
- text-indent: 0.0892857143em;
18828
- text-transform: uppercase;
18829
- transition-property: box-shadow, transform, opacity, background;
18830
- transition-duration: 0.28s;
18831
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18832
- -webkit-user-select: none;
18833
- user-select: none;
18834
- vertical-align: middle;
18835
- flex-shrink: 0;
18836
- }
18837
- .v-btn--size-x-small {
18838
- --v-btn-size: 0.625rem;
18839
- --v-btn-height: 20px;
18840
- font-size: var(--v-btn-size);
18841
- min-width: 36px;
18842
- padding: 0 8px;
18837
+ .v-btn--size-x-small {
18838
+ --v-btn-size: 0.625rem;
18839
+ --v-btn-height: 20px;
18840
+ font-size: var(--v-btn-size);
18841
+ min-width: 36px;
18842
+ padding: 0 8px;
18843
18843
  }
18844
18844
 
18845
18845
  .v-btn--size-small {
@@ -20458,6 +20458,12 @@ html.overflow-y-hidden {
20458
20458
  }
20459
20459
  .v-data-table-footer__page {
20460
20460
  padding: 0 8px;
20461
+ }.v-date-picker {
20462
+ overflow: hidden;
20463
+ width: 328px;
20464
+ }
20465
+ .v-date-picker--show-week {
20466
+ width: 368px;
20461
20467
  }.v-date-picker-header {
20462
20468
  align-items: flex-end;
20463
20469
  height: 70px;
@@ -20518,67 +20524,6 @@ html.overflow-y-hidden {
20518
20524
  .date-picker-header-reverse-transition-leave-to {
20519
20525
  opacity: 0;
20520
20526
  transform: translate(0, 100%);
20521
- }.v-date-picker {
20522
- overflow: hidden;
20523
- width: 328px;
20524
- }
20525
- .v-date-picker--show-week {
20526
- width: 368px;
20527
- }.v-date-picker-month {
20528
- display: flex;
20529
- justify-content: center;
20530
- padding: 0 12px 8px;
20531
- --v-date-picker-month-day-diff: 4px;
20532
- }
20533
-
20534
- .v-date-picker-month__weeks {
20535
- display: grid;
20536
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20537
- column-gap: 4px;
20538
- font-size: 0.85rem;
20539
- }
20540
- .v-date-picker-month__weeks + .v-date-picker-month__days {
20541
- grid-row-gap: 0;
20542
- }
20543
-
20544
- .v-date-picker-month__weekday {
20545
- font-size: 0.85rem;
20546
- }
20547
-
20548
- .v-date-picker-month__days {
20549
- display: grid;
20550
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20551
- column-gap: 4px;
20552
- flex: 1 1;
20553
- justify-content: space-around;
20554
- }
20555
-
20556
- .v-date-picker-month__day {
20557
- align-items: center;
20558
- display: flex;
20559
- justify-content: center;
20560
- position: relative;
20561
- height: 40px;
20562
- width: 40px;
20563
- }
20564
- .v-date-picker-month__day--selected .v-btn {
20565
- background-color: rgb(var(--v-theme-surface-variant));
20566
- color: rgb(var(--v-theme-on-surface-variant));
20567
- }
20568
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20569
- --v-btn-height: 24px;
20570
- --v-btn-size: 0.85rem;
20571
- }
20572
- .v-date-picker-month__day--week {
20573
- font-size: var(--v-btn-size);
20574
- }
20575
-
20576
- .v-date-picker-month__day--adjacent {
20577
- opacity: 0.5;
20578
- }
20579
-
20580
- .v-date-picker-month__day--hide-adjacent {
20581
- opacity: 0;
20582
20527
  }.v-date-picker-controls {
20583
20528
  display: flex;
20584
20529
  align-items: center;
@@ -20635,21 +20580,61 @@ html.overflow-y-hidden {
20635
20580
 
20636
20581
  .v-date-picker__title {
20637
20582
  display: inline-block;
20638
- }.v-date-picker-years {
20639
- height: 288px;
20640
- overflow-y: scroll;
20583
+ }.v-date-picker-month {
20584
+ display: flex;
20585
+ justify-content: center;
20586
+ padding: 0 12px 8px;
20587
+ --v-date-picker-month-day-diff: 4px;
20641
20588
  }
20642
20589
 
20643
- .v-date-picker-years__content {
20590
+ .v-date-picker-month__weeks {
20591
+ display: grid;
20592
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20593
+ column-gap: 4px;
20594
+ font-size: 0.85rem;
20595
+ }
20596
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20597
+ grid-row-gap: 0;
20598
+ }
20599
+
20600
+ .v-date-picker-month__weekday {
20601
+ font-size: 0.85rem;
20602
+ }
20603
+
20604
+ .v-date-picker-month__days {
20644
20605
  display: grid;
20606
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20607
+ column-gap: 4px;
20645
20608
  flex: 1 1;
20646
20609
  justify-content: space-around;
20647
- grid-template-columns: repeat(3, 1fr);
20648
- gap: 8px 24px;
20649
- padding-inline: 32px;
20650
20610
  }
20651
- .v-date-picker-years__content .v-btn {
20652
- padding-inline: 8px;
20611
+
20612
+ .v-date-picker-month__day {
20613
+ align-items: center;
20614
+ display: flex;
20615
+ justify-content: center;
20616
+ position: relative;
20617
+ height: 40px;
20618
+ width: 40px;
20619
+ }
20620
+ .v-date-picker-month__day--selected .v-btn {
20621
+ background-color: rgb(var(--v-theme-surface-variant));
20622
+ color: rgb(var(--v-theme-on-surface-variant));
20623
+ }
20624
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20625
+ --v-btn-height: 24px;
20626
+ --v-btn-size: 0.85rem;
20627
+ }
20628
+ .v-date-picker-month__day--week {
20629
+ font-size: var(--v-btn-size);
20630
+ }
20631
+
20632
+ .v-date-picker-month__day--adjacent {
20633
+ opacity: 0.5;
20634
+ }
20635
+
20636
+ .v-date-picker-month__day--hide-adjacent {
20637
+ opacity: 0;
20653
20638
  }.v-date-picker-months {
20654
20639
  height: 288px;
20655
20640
  }
@@ -20669,6 +20654,21 @@ html.overflow-y-hidden {
20669
20654
  text-transform: none;
20670
20655
  padding-inline-start: 8px;
20671
20656
  padding-inline-end: 8px;
20657
+ }.v-date-picker-years {
20658
+ height: 288px;
20659
+ overflow-y: scroll;
20660
+ }
20661
+
20662
+ .v-date-picker-years__content {
20663
+ display: grid;
20664
+ flex: 1 1;
20665
+ justify-content: space-around;
20666
+ grid-template-columns: repeat(3, 1fr);
20667
+ gap: 8px 24px;
20668
+ padding-inline: 32px;
20669
+ }
20670
+ .v-date-picker-years__content .v-btn {
20671
+ padding-inline: 8px;
20672
20672
  }.v-dialog {
20673
20673
  align-items: center;
20674
20674
  justify-content: center;
@@ -20765,99 +20765,32 @@ html.overflow-y-hidden {
20765
20765
  -webkit-backface-visibility: hidden;
20766
20766
  backface-visibility: hidden;
20767
20767
  overflow-y: auto;
20768
- }.v-empty-state {
20769
- align-items: center;
20770
- display: flex;
20771
- flex-direction: column;
20772
- justify-content: center;
20773
- min-height: 100%;
20774
- padding: 16px;
20768
+ }.v-divider {
20769
+ display: block;
20770
+ flex: 1 1 100%;
20771
+ height: 0px;
20772
+ max-height: 0px;
20773
+ opacity: var(--v-border-opacity);
20774
+ transition: inherit;
20775
20775
  }
20776
- .v-empty-state--start {
20777
- align-items: flex-start;
20776
+ .v-divider {
20777
+ border-style: solid;
20778
+ border-width: thin 0 0 0;
20778
20779
  }
20779
- .v-empty-state--center {
20780
- align-items: center;
20780
+ .v-divider--vertical {
20781
+ align-self: stretch;
20782
+ border-width: 0 thin 0 0;
20783
+ display: inline-flex;
20784
+ height: auto;
20785
+ margin-left: -1px;
20786
+ max-height: 100%;
20787
+ max-width: 0px;
20788
+ vertical-align: text-bottom;
20789
+ width: 0px;
20781
20790
  }
20782
- .v-empty-state--end {
20783
- align-items: flex-end;
20784
- }
20785
-
20786
- .v-empty-state__media {
20787
- text-align: center;
20788
- width: 100%;
20789
- }
20790
- .v-empty-state__media .v-icon {
20791
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20792
- }
20793
-
20794
- .v-empty-state__headline {
20795
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20796
- font-size: 3.75rem;
20797
- font-weight: 300;
20798
- line-height: 1;
20799
- text-align: center;
20800
- margin-bottom: 8px;
20801
- }
20802
- .v-empty-state--mobile .v-empty-state__headline {
20803
- font-size: 2.125rem;
20804
- }
20805
-
20806
- .v-empty-state__title {
20807
- font-size: 1.25rem;
20808
- font-weight: 500;
20809
- line-height: 1.6;
20810
- margin-bottom: 4px;
20811
- text-align: center;
20812
- }
20813
-
20814
- .v-empty-state__text {
20815
- font-size: 0.875rem;
20816
- font-weight: 400;
20817
- line-height: 1.425;
20818
- padding: 0 16px;
20819
- text-align: center;
20820
- }
20821
-
20822
- .v-empty-state__content {
20823
- padding: 24px 0;
20824
- }
20825
-
20826
- .v-empty-state__actions {
20827
- display: flex;
20828
- gap: 8px;
20829
- padding: 16px;
20830
- }
20831
-
20832
- .v-empty-state__action-btn.v-btn {
20833
- background-color: initial;
20834
- color: initial;
20835
- }.v-divider {
20836
- display: block;
20837
- flex: 1 1 100%;
20838
- height: 0px;
20839
- max-height: 0px;
20840
- opacity: var(--v-border-opacity);
20841
- transition: inherit;
20842
- }
20843
- .v-divider {
20844
- border-style: solid;
20845
- border-width: thin 0 0 0;
20846
- }
20847
- .v-divider--vertical {
20848
- align-self: stretch;
20849
- border-width: 0 thin 0 0;
20850
- display: inline-flex;
20851
- height: auto;
20852
- margin-left: -1px;
20853
- max-height: 100%;
20854
- max-width: 0px;
20855
- vertical-align: text-bottom;
20856
- width: 0px;
20857
- }
20858
- .v-divider--inset:not(.v-divider--vertical) {
20859
- max-width: calc(100% - 72px);
20860
- margin-inline-start: 72px;
20791
+ .v-divider--inset:not(.v-divider--vertical) {
20792
+ max-width: calc(100% - 72px);
20793
+ margin-inline-start: 72px;
20861
20794
  }
20862
20795
  .v-divider--inset.v-divider--vertical {
20863
20796
  margin-bottom: 8px;
@@ -20884,75 +20817,6 @@ html.overflow-y-hidden {
20884
20817
  }
20885
20818
  .v-divider__wrapper--vertical .v-divider {
20886
20819
  margin: 0 auto;
20887
- }.v-fab {
20888
- align-items: center;
20889
- display: inline-flex;
20890
- flex: 1 1 auto;
20891
- pointer-events: none;
20892
- position: relative;
20893
- transition-duration: 0.2s;
20894
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20895
- vertical-align: middle;
20896
- }
20897
- .v-fab .v-btn {
20898
- pointer-events: auto;
20899
- }
20900
- .v-fab .v-btn--variant-elevated {
20901
- box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20902
- }
20903
- .v-fab--app, .v-fab--absolute {
20904
- display: flex;
20905
- }
20906
- .v-fab--start, .v-fab--left {
20907
- justify-content: flex-start;
20908
- }
20909
- .v-fab--center {
20910
- align-items: center;
20911
- justify-content: center;
20912
- }
20913
- .v-fab--end, .v-fab--right {
20914
- justify-content: flex-end;
20915
- }
20916
- .v-fab--bottom {
20917
- align-items: flex-end;
20918
- }
20919
- .v-fab--top {
20920
- align-items: flex-start;
20921
- }
20922
- .v-fab--extended .v-btn {
20923
- border-radius: 9999px !important;
20924
- }
20925
-
20926
- .v-fab__container {
20927
- align-self: center;
20928
- display: inline-flex;
20929
- position: absolute;
20930
- vertical-align: middle;
20931
- }
20932
- .v-fab--app .v-fab__container {
20933
- margin: 12px;
20934
- }
20935
- .v-fab--absolute .v-fab__container {
20936
- position: absolute;
20937
- z-index: 4;
20938
- }
20939
- .v-fab--offset.v-fab--top .v-fab__container {
20940
- transform: translateY(-50%);
20941
- }
20942
- .v-fab--offset.v-fab--bottom .v-fab__container {
20943
- transform: translateY(50%);
20944
- }
20945
- .v-fab--top .v-fab__container {
20946
- top: 0;
20947
- }
20948
- .v-fab--bottom .v-fab__container {
20949
- bottom: 0;
20950
- }
20951
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
20952
- left: 0;
20953
- }
20954
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
20955
- right: 0;
20956
20820
  }.v-expansion-panel {
20957
20821
  background-color: rgb(var(--v-theme-surface));
20958
20822
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21169,6 +21033,73 @@ html.overflow-y-hidden {
21169
21033
  }
21170
21034
  .v-expansion-panels--tile > .v-expansion-panel {
21171
21035
  border-radius: 0;
21036
+ }.v-empty-state {
21037
+ align-items: center;
21038
+ display: flex;
21039
+ flex-direction: column;
21040
+ justify-content: center;
21041
+ min-height: 100%;
21042
+ padding: 16px;
21043
+ }
21044
+ .v-empty-state--start {
21045
+ align-items: flex-start;
21046
+ }
21047
+ .v-empty-state--center {
21048
+ align-items: center;
21049
+ }
21050
+ .v-empty-state--end {
21051
+ align-items: flex-end;
21052
+ }
21053
+
21054
+ .v-empty-state__media {
21055
+ text-align: center;
21056
+ width: 100%;
21057
+ }
21058
+ .v-empty-state__media .v-icon {
21059
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21060
+ }
21061
+
21062
+ .v-empty-state__headline {
21063
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21064
+ font-size: 3.75rem;
21065
+ font-weight: 300;
21066
+ line-height: 1;
21067
+ text-align: center;
21068
+ margin-bottom: 8px;
21069
+ }
21070
+ .v-empty-state--mobile .v-empty-state__headline {
21071
+ font-size: 2.125rem;
21072
+ }
21073
+
21074
+ .v-empty-state__title {
21075
+ font-size: 1.25rem;
21076
+ font-weight: 500;
21077
+ line-height: 1.6;
21078
+ margin-bottom: 4px;
21079
+ text-align: center;
21080
+ }
21081
+
21082
+ .v-empty-state__text {
21083
+ font-size: 0.875rem;
21084
+ font-weight: 400;
21085
+ line-height: 1.425;
21086
+ padding: 0 16px;
21087
+ text-align: center;
21088
+ }
21089
+
21090
+ .v-empty-state__content {
21091
+ padding: 24px 0;
21092
+ }
21093
+
21094
+ .v-empty-state__actions {
21095
+ display: flex;
21096
+ gap: 8px;
21097
+ padding: 16px;
21098
+ }
21099
+
21100
+ .v-empty-state__action-btn.v-btn {
21101
+ background-color: initial;
21102
+ color: initial;
21172
21103
  }/* region INPUT */
21173
21104
  .v-field {
21174
21105
  display: grid;
@@ -21752,40 +21683,145 @@ textarea.v-field__input::placeholder {
21752
21683
  opacity: 0;
21753
21684
  }
21754
21685
 
21755
- /* endregion */.v-file-input--hide.v-input .v-field,
21756
- .v-file-input--hide.v-input .v-input__control,
21757
- .v-file-input--hide.v-input .v-input__details {
21758
- display: none;
21686
+ /* endregion */.v-fab {
21687
+ align-items: center;
21688
+ display: inline-flex;
21689
+ flex: 1 1 auto;
21690
+ pointer-events: none;
21691
+ position: relative;
21692
+ transition-duration: 0.2s;
21693
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21694
+ vertical-align: middle;
21759
21695
  }
21760
- .v-file-input--hide.v-input .v-input__prepend {
21761
- grid-area: control;
21762
- margin: 0 auto;
21696
+ .v-fab .v-btn {
21697
+ pointer-events: auto;
21763
21698
  }
21764
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21765
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21766
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21767
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21768
- top: 0px;
21699
+ .v-fab .v-btn--variant-elevated {
21700
+ box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21769
21701
  }
21770
- .v-file-input input[type=file] {
21771
- height: 100%;
21772
- left: 0;
21773
- opacity: 0;
21774
- position: absolute;
21775
- top: 0;
21776
- width: 100%;
21777
- z-index: 1;
21702
+ .v-fab--app, .v-fab--absolute {
21703
+ display: flex;
21778
21704
  }
21779
- .v-file-input .v-input__details {
21780
- padding-inline: 16px;
21705
+ .v-fab--start, .v-fab--left {
21706
+ justify-content: flex-start;
21781
21707
  }
21782
- .v-input--plain-underlined.v-file-input .v-input__details {
21783
- padding-inline: 0;
21784
- }.v-container {
21785
- width: 100%;
21786
- padding: 16px;
21787
- margin-right: auto;
21788
- margin-left: auto;
21708
+ .v-fab--center {
21709
+ align-items: center;
21710
+ justify-content: center;
21711
+ }
21712
+ .v-fab--end, .v-fab--right {
21713
+ justify-content: flex-end;
21714
+ }
21715
+ .v-fab--bottom {
21716
+ align-items: flex-end;
21717
+ }
21718
+ .v-fab--top {
21719
+ align-items: flex-start;
21720
+ }
21721
+ .v-fab--extended .v-btn {
21722
+ border-radius: 9999px !important;
21723
+ }
21724
+
21725
+ .v-fab__container {
21726
+ align-self: center;
21727
+ display: inline-flex;
21728
+ position: absolute;
21729
+ vertical-align: middle;
21730
+ }
21731
+ .v-fab--app .v-fab__container {
21732
+ margin: 12px;
21733
+ }
21734
+ .v-fab--absolute .v-fab__container {
21735
+ position: absolute;
21736
+ z-index: 4;
21737
+ }
21738
+ .v-fab--offset.v-fab--top .v-fab__container {
21739
+ transform: translateY(-50%);
21740
+ }
21741
+ .v-fab--offset.v-fab--bottom .v-fab__container {
21742
+ transform: translateY(50%);
21743
+ }
21744
+ .v-fab--top .v-fab__container {
21745
+ top: 0;
21746
+ }
21747
+ .v-fab--bottom .v-fab__container {
21748
+ bottom: 0;
21749
+ }
21750
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21751
+ left: 0;
21752
+ }
21753
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21754
+ right: 0;
21755
+ }.v-file-input--hide.v-input .v-field,
21756
+ .v-file-input--hide.v-input .v-input__control,
21757
+ .v-file-input--hide.v-input .v-input__details {
21758
+ display: none;
21759
+ }
21760
+ .v-file-input--hide.v-input .v-input__prepend {
21761
+ grid-area: control;
21762
+ margin: 0 auto;
21763
+ }
21764
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21765
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21766
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21767
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21768
+ top: 0px;
21769
+ }
21770
+ .v-file-input input[type=file] {
21771
+ height: 100%;
21772
+ left: 0;
21773
+ opacity: 0;
21774
+ position: absolute;
21775
+ top: 0;
21776
+ width: 100%;
21777
+ z-index: 1;
21778
+ }
21779
+ .v-file-input .v-input__details {
21780
+ padding-inline: 16px;
21781
+ }
21782
+ .v-input--plain-underlined.v-file-input .v-input__details {
21783
+ padding-inline: 0;
21784
+ }.v-footer {
21785
+ align-items: center;
21786
+ display: flex;
21787
+ flex: 1 1 auto;
21788
+ padding: 8px 16px;
21789
+ position: relative;
21790
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21791
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
21792
+ }
21793
+ .v-footer {
21794
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21795
+ border-style: solid;
21796
+ border-width: 0;
21797
+ }
21798
+ .v-footer--border {
21799
+ border-width: thin;
21800
+ box-shadow: none;
21801
+ }
21802
+ .v-footer {
21803
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21804
+ }
21805
+ .v-footer--absolute {
21806
+ position: absolute;
21807
+ }
21808
+ .v-footer--fixed {
21809
+ position: fixed;
21810
+ }
21811
+ .v-footer {
21812
+ border-radius: 0;
21813
+ }
21814
+ .v-footer {
21815
+ background: rgb(var(--v-theme-surface));
21816
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21817
+ }
21818
+ .v-footer--rounded {
21819
+ border-radius: 4px;
21820
+ }.v-container {
21821
+ width: 100%;
21822
+ padding: 16px;
21823
+ margin-right: auto;
21824
+ margin-left: auto;
21789
21825
  }
21790
21826
  @media (min-width: 960px) {
21791
21827
  .v-container {
@@ -22453,42 +22489,57 @@ textarea.v-field__input::placeholder {
22453
22489
  .offset-xxl-11 {
22454
22490
  margin-inline-start: 91.6666666667%;
22455
22491
  }
22456
- }.v-footer {
22457
- align-items: center;
22458
- display: flex;
22459
- flex: 1 1 auto;
22460
- padding: 8px 16px;
22461
- position: relative;
22462
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22463
- transition-property: height, width, transform, max-width, left, right, top, bottom;
22492
+ }.v-img {
22493
+ --v-theme-overlay-multiplier: 3;
22494
+ z-index: 0;
22464
22495
  }
22465
- .v-footer {
22466
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22467
- border-style: solid;
22468
- border-width: 0;
22496
+ .v-img.v-img--absolute {
22497
+ height: 100%;
22498
+ left: 0;
22499
+ overflow: hidden;
22500
+ position: absolute;
22501
+ top: 0;
22502
+ width: 100%;
22503
+ z-index: -1;
22469
22504
  }
22470
- .v-footer--border {
22471
- border-width: thin;
22472
- box-shadow: none;
22505
+ .v-img--booting .v-responsive__sizer {
22506
+ transition: none;
22473
22507
  }
22474
- .v-footer {
22475
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22508
+ .v-img--rounded {
22509
+ border-radius: 4px;
22476
22510
  }
22477
- .v-footer--absolute {
22511
+
22512
+ .v-img__img,
22513
+ .v-img__picture,
22514
+ .v-img__gradient,
22515
+ .v-img__placeholder,
22516
+ .v-img__error {
22517
+ z-index: -1;
22518
+ }
22519
+ .v-img__img,
22520
+ .v-img__picture,
22521
+ .v-img__gradient,
22522
+ .v-img__placeholder,
22523
+ .v-img__error {
22478
22524
  position: absolute;
22525
+ top: 0;
22526
+ left: 0;
22527
+ width: 100%;
22528
+ height: 100%;
22479
22529
  }
22480
- .v-footer--fixed {
22481
- position: fixed;
22530
+
22531
+ .v-img__img--preload {
22532
+ filter: blur(4px);
22482
22533
  }
22483
- .v-footer {
22484
- border-radius: 0;
22534
+ .v-img__img--contain {
22535
+ object-fit: contain;
22485
22536
  }
22486
- .v-footer {
22487
- background: rgb(var(--v-theme-surface));
22488
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22537
+ .v-img__img--cover {
22538
+ object-fit: cover;
22489
22539
  }
22490
- .v-footer--rounded {
22491
- border-radius: 4px;
22540
+
22541
+ .v-img__gradient {
22542
+ background-repeat: no-repeat;
22492
22543
  }.v-icon {
22493
22544
  --v-icon-size-multiplier: 1;
22494
22545
  align-items: center;
@@ -22542,57 +22593,6 @@ textarea.v-field__input::placeholder {
22542
22593
 
22543
22594
  .v-icon--end {
22544
22595
  margin-inline-start: 8px;
22545
- }.v-img {
22546
- --v-theme-overlay-multiplier: 3;
22547
- z-index: 0;
22548
- }
22549
- .v-img.v-img--absolute {
22550
- height: 100%;
22551
- left: 0;
22552
- overflow: hidden;
22553
- position: absolute;
22554
- top: 0;
22555
- width: 100%;
22556
- z-index: -1;
22557
- }
22558
- .v-img--booting .v-responsive__sizer {
22559
- transition: none;
22560
- }
22561
- .v-img--rounded {
22562
- border-radius: 4px;
22563
- }
22564
-
22565
- .v-img__img,
22566
- .v-img__picture,
22567
- .v-img__gradient,
22568
- .v-img__placeholder,
22569
- .v-img__error {
22570
- z-index: -1;
22571
- }
22572
- .v-img__img,
22573
- .v-img__picture,
22574
- .v-img__gradient,
22575
- .v-img__placeholder,
22576
- .v-img__error {
22577
- position: absolute;
22578
- top: 0;
22579
- left: 0;
22580
- width: 100%;
22581
- height: 100%;
22582
- }
22583
-
22584
- .v-img__img--preload {
22585
- filter: blur(4px);
22586
- }
22587
- .v-img__img--contain {
22588
- object-fit: contain;
22589
- }
22590
- .v-img__img--cover {
22591
- object-fit: cover;
22592
- }
22593
-
22594
- .v-img__gradient {
22595
- background-repeat: no-repeat;
22596
22596
  }.v-infinite-scroll--horizontal {
22597
22597
  display: flex;
22598
22598
  flex-direction: row;
@@ -22792,13 +22792,6 @@ textarea.v-field__input::placeholder {
22792
22792
 
22793
22793
  .v-label--clickable {
22794
22794
  cursor: pointer;
22795
- }.v-layout-item {
22796
- position: absolute;
22797
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22798
- }
22799
-
22800
- .v-layout-item--absolute {
22801
- position: absolute;
22802
22795
  }.v-layout {
22803
22796
  --v-scrollbar-offset: 0px;
22804
22797
  display: flex;
@@ -22807,6 +22800,15 @@ textarea.v-field__input::placeholder {
22807
22800
  .v-layout--full-height {
22808
22801
  --v-scrollbar-offset: inherit;
22809
22802
  height: 100%;
22803
+ }.v-layout-item {
22804
+ position: absolute;
22805
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22806
+ }
22807
+
22808
+ .v-layout-item--absolute {
22809
+ position: absolute;
22810
+ }.v-locale-provider {
22811
+ display: contents;
22810
22812
  }.v-list {
22811
22813
  overflow: auto;
22812
22814
  padding: 8px 0;
@@ -23383,27 +23385,6 @@ textarea.v-field__input::placeholder {
23383
23385
  }
23384
23386
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23385
23387
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23386
- }.v-locale-provider {
23387
- display: contents;
23388
- }.v-menu > .v-overlay__content {
23389
- display: flex;
23390
- flex-direction: column;
23391
- }
23392
- .v-menu > .v-overlay__content {
23393
- border-radius: 4px;
23394
- }
23395
- .v-menu > .v-overlay__content > .v-card,
23396
- .v-menu > .v-overlay__content > .v-sheet,
23397
- .v-menu > .v-overlay__content > .v-list {
23398
- background: rgb(var(--v-theme-surface));
23399
- border-radius: inherit;
23400
- overflow: auto;
23401
- height: 100%;
23402
- }
23403
- .v-menu > .v-overlay__content > .v-card,
23404
- .v-menu > .v-overlay__content > .v-sheet,
23405
- .v-menu > .v-overlay__content > .v-list {
23406
- box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23407
23388
  }.v-main {
23408
23389
  flex: 1 0 auto;
23409
23390
  max-width: 100%;
@@ -23434,6 +23415,22 @@ textarea.v-field__input::placeholder {
23434
23415
  --v-layout-right: 0px;
23435
23416
  --v-layout-top: 0px;
23436
23417
  --v-layout-bottom: 0px;
23418
+ }.v-messages {
23419
+ flex: 1 1 auto;
23420
+ font-size: 12px;
23421
+ min-height: 14px;
23422
+ min-width: 1px;
23423
+ opacity: var(--v-medium-emphasis-opacity);
23424
+ position: relative;
23425
+ }
23426
+ .v-messages__message {
23427
+ line-height: 12px;
23428
+ word-break: break-word;
23429
+ overflow-wrap: break-word;
23430
+ word-wrap: break-word;
23431
+ -webkit-hyphens: auto;
23432
+ hyphens: auto;
23433
+ transition-duration: 150ms;
23437
23434
  }.v-navigation-drawer {
23438
23435
  -webkit-overflow-scrolling: touch;
23439
23436
  background: rgb(var(--v-theme-surface));
@@ -23542,22 +23539,6 @@ textarea.v-field__input::placeholder {
23542
23539
  .v-navigation-drawer__append {
23543
23540
  flex: none;
23544
23541
  overflow: hidden;
23545
- }.v-messages {
23546
- flex: 1 1 auto;
23547
- font-size: 12px;
23548
- min-height: 14px;
23549
- min-width: 1px;
23550
- opacity: var(--v-medium-emphasis-opacity);
23551
- position: relative;
23552
- }
23553
- .v-messages__message {
23554
- line-height: 12px;
23555
- word-break: break-word;
23556
- overflow-wrap: break-word;
23557
- word-wrap: break-word;
23558
- -webkit-hyphens: auto;
23559
- hyphens: auto;
23560
- transition-duration: 150ms;
23561
23542
  }.v-otp-input {
23562
23543
  align-items: center;
23563
23544
  display: flex;
@@ -23679,6 +23660,12 @@ html.v-overlay-scroll-blocked {
23679
23660
 
23680
23661
  .v-overlay--scroll-blocked {
23681
23662
  padding-inline-end: var(--v-scrollbar-offset);
23663
+ }.v-parallax {
23664
+ position: relative;
23665
+ overflow: hidden;
23666
+ }
23667
+ .v-parallax--active > .v-img__img {
23668
+ will-change: transform;
23682
23669
  }.v-pagination__list {
23683
23670
  display: inline-flex;
23684
23671
  list-style-type: none;
@@ -23687,12 +23674,108 @@ html.v-overlay-scroll-blocked {
23687
23674
  }
23688
23675
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23689
23676
  margin: 0.3rem;
23690
- }.v-parallax {
23677
+ }.v-progress-circular {
23678
+ align-items: center;
23679
+ display: inline-flex;
23680
+ justify-content: center;
23691
23681
  position: relative;
23692
- overflow: hidden;
23682
+ vertical-align: middle;
23693
23683
  }
23694
- .v-parallax--active > .v-img__img {
23695
- will-change: transform;
23684
+ .v-progress-circular > svg {
23685
+ width: 100%;
23686
+ height: 100%;
23687
+ margin: auto;
23688
+ position: absolute;
23689
+ top: 0;
23690
+ bottom: 0;
23691
+ left: 0;
23692
+ right: 0;
23693
+ z-index: 0;
23694
+ }
23695
+
23696
+ .v-progress-circular__content {
23697
+ align-items: center;
23698
+ display: flex;
23699
+ justify-content: center;
23700
+ }
23701
+
23702
+ .v-progress-circular__underlay {
23703
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
23704
+ stroke: currentColor;
23705
+ z-index: 1;
23706
+ }
23707
+
23708
+ .v-progress-circular__overlay {
23709
+ stroke: currentColor;
23710
+ transition: all 0.2s ease-in-out, stroke-width 0s;
23711
+ z-index: 2;
23712
+ }
23713
+
23714
+ .v-progress-circular--size-x-small {
23715
+ height: 16px;
23716
+ width: 16px;
23717
+ }
23718
+ .v-progress-circular--size-small {
23719
+ height: 24px;
23720
+ width: 24px;
23721
+ }
23722
+ .v-progress-circular--size-default {
23723
+ height: 32px;
23724
+ width: 32px;
23725
+ }
23726
+ .v-progress-circular--size-large {
23727
+ height: 48px;
23728
+ width: 48px;
23729
+ }
23730
+ .v-progress-circular--size-x-large {
23731
+ height: 64px;
23732
+ width: 64px;
23733
+ }
23734
+
23735
+ .v-progress-circular--indeterminate > svg {
23736
+ animation: progress-circular-rotate 1.4s linear infinite;
23737
+ transform-origin: center center;
23738
+ transition: all 0.2s ease-in-out;
23739
+ }
23740
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
23741
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23742
+ stroke-dasharray: 25, 200;
23743
+ stroke-dashoffset: 0;
23744
+ stroke-linecap: round;
23745
+ transform-origin: center center;
23746
+ transform: rotate(-90deg);
23747
+ }
23748
+
23749
+ .v-progress-circular--disable-shrink > svg {
23750
+ animation-duration: 0.7s;
23751
+ }
23752
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23753
+ animation: none;
23754
+ }
23755
+
23756
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23757
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23758
+ animation-play-state: paused !important;
23759
+ }
23760
+
23761
+ @keyframes progress-circular-dash {
23762
+ 0% {
23763
+ stroke-dasharray: 1, 200;
23764
+ stroke-dashoffset: 0px;
23765
+ }
23766
+ 50% {
23767
+ stroke-dasharray: 100, 200;
23768
+ stroke-dashoffset: -15px;
23769
+ }
23770
+ 100% {
23771
+ stroke-dasharray: 100, 200;
23772
+ stroke-dashoffset: -124px;
23773
+ }
23774
+ }
23775
+ @keyframes progress-circular-rotate {
23776
+ 100% {
23777
+ transform: rotate(270deg);
23778
+ }
23696
23779
  }.v-progress-linear {
23697
23780
  background: transparent;
23698
23781
  overflow: hidden;
@@ -23921,177 +24004,101 @@ html.v-overlay-scroll-blocked {
23921
24004
  0% {
23922
24005
  background-position-x: var(--v-progress-linear-height);
23923
24006
  }
23924
- }.v-progress-circular {
23925
- align-items: center;
23926
- display: inline-flex;
23927
- justify-content: center;
23928
- position: relative;
23929
- vertical-align: middle;
24007
+ }.v-radio-group > .v-input__control {
24008
+ flex-direction: column;
23930
24009
  }
23931
- .v-progress-circular > svg {
24010
+ .v-radio-group > .v-input__control > .v-label {
24011
+ margin-inline-start: 16px;
24012
+ }
24013
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24014
+ padding-inline-start: 6px;
24015
+ margin-top: 8px;
24016
+ }
24017
+ .v-radio-group .v-input__details {
24018
+ padding-inline: 16px;
24019
+ }.v-slider .v-slider__container input {
24020
+ cursor: default;
24021
+ padding: 0;
23932
24022
  width: 100%;
23933
- height: 100%;
23934
- margin: auto;
23935
- position: absolute;
23936
- top: 0;
23937
- bottom: 0;
23938
- left: 0;
23939
- right: 0;
23940
- z-index: 0;
24023
+ display: none;
24024
+ }
24025
+ .v-slider > .v-input__append,
24026
+ .v-slider > .v-input__prepend {
24027
+ padding: 0;
23941
24028
  }
23942
24029
 
23943
- .v-progress-circular__content {
23944
- align-items: center;
24030
+ .v-slider__container {
24031
+ position: relative;
24032
+ min-height: inherit;
24033
+ width: 100%;
24034
+ height: 100%;
23945
24035
  display: flex;
23946
24036
  justify-content: center;
24037
+ align-items: center;
24038
+ cursor: pointer;
23947
24039
  }
23948
-
23949
- .v-progress-circular__underlay {
23950
- color: rgba(var(--v-border-color), var(--v-border-opacity));
23951
- stroke: currentColor;
23952
- z-index: 1;
24040
+ .v-input--disabled .v-slider__container {
24041
+ opacity: var(--v-disabled-opacity);
23953
24042
  }
23954
-
23955
- .v-progress-circular__overlay {
23956
- stroke: currentColor;
23957
- transition: all 0.2s ease-in-out, stroke-width 0s;
23958
- z-index: 2;
24043
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
24044
+ color: rgb(var(--v-theme-error));
23959
24045
  }
23960
24046
 
23961
- .v-progress-circular--size-x-small {
23962
- height: 16px;
23963
- width: 16px;
24047
+ .v-slider.v-input--horizontal {
24048
+ align-items: center;
24049
+ margin-inline: 8px 8px;
23964
24050
  }
23965
- .v-progress-circular--size-small {
23966
- height: 24px;
23967
- width: 24px;
24051
+ .v-slider.v-input--horizontal > .v-input__control {
24052
+ min-height: 32px;
24053
+ display: flex;
24054
+ align-items: center;
23968
24055
  }
23969
- .v-progress-circular--size-default {
23970
- height: 32px;
23971
- width: 32px;
24056
+
24057
+ .v-slider.v-input--vertical {
24058
+ justify-content: center;
24059
+ margin-top: 12px;
24060
+ margin-bottom: 12px;
23972
24061
  }
23973
- .v-progress-circular--size-large {
23974
- height: 48px;
23975
- width: 48px;
24062
+ .v-slider.v-input--vertical > .v-input__control {
24063
+ min-height: 300px;
23976
24064
  }
23977
- .v-progress-circular--size-x-large {
23978
- height: 64px;
23979
- width: 64px;
24065
+
24066
+ .v-slider.v-input--disabled {
24067
+ pointer-events: none;
23980
24068
  }
23981
24069
 
23982
- .v-progress-circular--indeterminate > svg {
23983
- animation: progress-circular-rotate 1.4s linear infinite;
23984
- transform-origin: center center;
23985
- transition: all 0.2s ease-in-out;
23986
- }
23987
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
23988
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23989
- stroke-dasharray: 25, 200;
23990
- stroke-dashoffset: 0;
23991
- stroke-linecap: round;
23992
- transform-origin: center center;
23993
- transform: rotate(-90deg);
23994
- }
23995
-
23996
- .v-progress-circular--disable-shrink > svg {
23997
- animation-duration: 0.7s;
23998
- }
23999
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
24000
- animation: none;
24001
- }
24002
-
24003
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
24004
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
24005
- animation-play-state: paused !important;
24006
- }
24007
-
24008
- @keyframes progress-circular-dash {
24009
- 0% {
24010
- stroke-dasharray: 1, 200;
24011
- stroke-dashoffset: 0px;
24012
- }
24013
- 50% {
24014
- stroke-dasharray: 100, 200;
24015
- stroke-dashoffset: -15px;
24016
- }
24017
- 100% {
24018
- stroke-dasharray: 100, 200;
24019
- stroke-dashoffset: -124px;
24020
- }
24021
- }
24022
- @keyframes progress-circular-rotate {
24023
- 100% {
24024
- transform: rotate(270deg);
24025
- }
24026
- }.v-radio-group > .v-input__control {
24027
- flex-direction: column;
24028
- }
24029
- .v-radio-group > .v-input__control > .v-label {
24030
- margin-inline-start: 16px;
24031
- }
24032
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24033
- padding-inline-start: 6px;
24034
- margin-top: 8px;
24035
- }
24036
- .v-radio-group .v-input__details {
24037
- padding-inline: 16px;
24038
- }.v-slider .v-slider__container input {
24039
- cursor: default;
24040
- padding: 0;
24041
- width: 100%;
24042
- display: none;
24043
- }
24044
- .v-slider > .v-input__append,
24045
- .v-slider > .v-input__prepend {
24046
- padding: 0;
24070
+ .v-slider--has-labels > .v-input__control {
24071
+ margin-bottom: 4px;
24047
24072
  }
24048
24073
 
24049
- .v-slider__container {
24050
- position: relative;
24051
- min-height: inherit;
24052
- width: 100%;
24053
- height: 100%;
24074
+ .v-slider__label {
24075
+ margin-inline-end: 12px;
24076
+ }.v-responsive {
24054
24077
  display: flex;
24055
- justify-content: center;
24056
- align-items: center;
24057
- cursor: pointer;
24058
- }
24059
- .v-input--disabled .v-slider__container {
24060
- opacity: var(--v-disabled-opacity);
24078
+ flex: 1 0 auto;
24079
+ max-height: 100%;
24080
+ max-width: 100%;
24081
+ overflow: hidden;
24082
+ position: relative;
24061
24083
  }
24062
- .v-input--error:not(.v-input--disabled) .v-slider__container {
24063
- color: rgb(var(--v-theme-error));
24084
+ .v-responsive--inline {
24085
+ display: inline-flex;
24086
+ flex: 0 0 auto;
24064
24087
  }
24065
24088
 
24066
- .v-slider.v-input--horizontal {
24067
- align-items: center;
24068
- margin-inline: 8px 8px;
24069
- }
24070
- .v-slider.v-input--horizontal > .v-input__control {
24071
- min-height: 32px;
24072
- display: flex;
24073
- align-items: center;
24089
+ .v-responsive__content {
24090
+ flex: 1 0 0px;
24091
+ max-width: 100%;
24074
24092
  }
24075
24093
 
24076
- .v-slider.v-input--vertical {
24077
- justify-content: center;
24078
- margin-top: 12px;
24079
- margin-bottom: 12px;
24080
- }
24081
- .v-slider.v-input--vertical > .v-input__control {
24082
- min-height: 300px;
24094
+ .v-responsive__sizer ~ .v-responsive__content {
24095
+ margin-inline-start: -100%;
24083
24096
  }
24084
24097
 
24085
- .v-slider.v-input--disabled {
24098
+ .v-responsive__sizer {
24099
+ flex: 1 0 0px;
24100
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24086
24101
  pointer-events: none;
24087
- }
24088
-
24089
- .v-slider--has-labels > .v-input__control {
24090
- margin-bottom: 4px;
24091
- }
24092
-
24093
- .v-slider__label {
24094
- margin-inline-end: 12px;
24095
24102
  }.v-rating {
24096
24103
  max-width: 100%;
24097
24104
  display: inline-flex;
@@ -24145,6 +24152,66 @@ html.v-overlay-scroll-blocked {
24145
24152
  opacity: 0;
24146
24153
  position: absolute;
24147
24154
  width: 0;
24155
+ }.v-select .v-field .v-text-field__prefix,
24156
+ .v-select .v-field .v-text-field__suffix,
24157
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24158
+ cursor: pointer;
24159
+ }
24160
+ .v-select .v-field .v-field__input > input {
24161
+ align-self: flex-start;
24162
+ opacity: 1;
24163
+ flex: 0 0;
24164
+ position: absolute;
24165
+ width: 100%;
24166
+ transition: none;
24167
+ pointer-events: none;
24168
+ caret-color: transparent;
24169
+ }
24170
+ .v-select .v-field--dirty .v-select__selection {
24171
+ margin-inline-end: 2px;
24172
+ }
24173
+ .v-select .v-select__selection-text {
24174
+ overflow: hidden;
24175
+ text-overflow: ellipsis;
24176
+ white-space: nowrap;
24177
+ }
24178
+ .v-select__content {
24179
+ overflow: hidden;
24180
+ }
24181
+ .v-select__content {
24182
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24183
+ }
24184
+ .v-select__content {
24185
+ border-radius: 4px;
24186
+ }
24187
+ .v-select__selection {
24188
+ display: inline-flex;
24189
+ align-items: center;
24190
+ letter-spacing: inherit;
24191
+ line-height: inherit;
24192
+ max-width: 100%;
24193
+ }
24194
+ .v-select .v-select__selection:first-child {
24195
+ margin-inline-start: 0;
24196
+ }
24197
+ .v-select--selected .v-field .v-field__input > input {
24198
+ opacity: 0;
24199
+ }
24200
+ .v-select__menu-icon {
24201
+ margin-inline-start: 4px;
24202
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24203
+ }
24204
+ .v-select--active-menu .v-select__menu-icon {
24205
+ opacity: var(--v-high-emphasis-opacity);
24206
+ transform: rotate(180deg);
24207
+ }.v-selection-control-group {
24208
+ grid-area: control;
24209
+ display: flex;
24210
+ flex-direction: column;
24211
+ }
24212
+ .v-selection-control-group--inline {
24213
+ flex-direction: row;
24214
+ flex-wrap: wrap;
24148
24215
  }.v-selection-control {
24149
24216
  align-items: center;
24150
24217
  contain: layout;
@@ -24248,76 +24315,6 @@ html.v-overlay-scroll-blocked {
24248
24315
  }
24249
24316
  .v-selection-control--focus-visible .v-selection-control__input::before {
24250
24317
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24251
- }.v-responsive {
24252
- display: flex;
24253
- flex: 1 0 auto;
24254
- max-height: 100%;
24255
- max-width: 100%;
24256
- overflow: hidden;
24257
- position: relative;
24258
- }
24259
- .v-responsive--inline {
24260
- display: inline-flex;
24261
- flex: 0 0 auto;
24262
- }
24263
-
24264
- .v-responsive__content {
24265
- flex: 1 0 0px;
24266
- max-width: 100%;
24267
- }
24268
-
24269
- .v-responsive__sizer ~ .v-responsive__content {
24270
- margin-inline-start: -100%;
24271
- }
24272
-
24273
- .v-responsive__sizer {
24274
- flex: 1 0 0px;
24275
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24276
- pointer-events: none;
24277
- }.v-selection-control-group {
24278
- grid-area: control;
24279
- display: flex;
24280
- flex-direction: column;
24281
- }
24282
- .v-selection-control-group--inline {
24283
- flex-direction: row;
24284
- flex-wrap: wrap;
24285
- }.v-sheet {
24286
- display: block;
24287
- }
24288
- .v-sheet {
24289
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24290
- border-style: solid;
24291
- border-width: 0;
24292
- }
24293
- .v-sheet--border {
24294
- border-width: thin;
24295
- box-shadow: none;
24296
- }
24297
- .v-sheet {
24298
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24299
- }
24300
- .v-sheet--absolute {
24301
- position: absolute;
24302
- }
24303
- .v-sheet--fixed {
24304
- position: fixed;
24305
- }
24306
- .v-sheet--relative {
24307
- position: relative;
24308
- }
24309
- .v-sheet--sticky {
24310
- position: sticky;
24311
- }
24312
- .v-sheet {
24313
- border-radius: 0;
24314
- }
24315
- .v-sheet {
24316
- background: rgb(var(--v-theme-surface));
24317
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24318
- }
24319
- .v-sheet--rounded {
24320
- border-radius: 4px;
24321
24318
  }.v-skeleton-loader {
24322
24319
  align-items: center;
24323
24320
  background: rgb(var(--v-theme-surface));
@@ -24543,16 +24540,52 @@ html.v-overlay-scroll-blocked {
24543
24540
  100% {
24544
24541
  transform: translateX(100%);
24545
24542
  }
24546
- }.v-slide-group {
24547
- display: flex;
24548
- overflow: hidden;
24543
+ }.v-sheet {
24544
+ display: block;
24549
24545
  }
24550
-
24551
- .v-slide-group__next,
24552
- .v-slide-group__prev {
24553
- align-items: center;
24554
- display: flex;
24555
- flex: 0 1 52px;
24546
+ .v-sheet {
24547
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24548
+ border-style: solid;
24549
+ border-width: 0;
24550
+ }
24551
+ .v-sheet--border {
24552
+ border-width: thin;
24553
+ box-shadow: none;
24554
+ }
24555
+ .v-sheet {
24556
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24557
+ }
24558
+ .v-sheet--absolute {
24559
+ position: absolute;
24560
+ }
24561
+ .v-sheet--fixed {
24562
+ position: fixed;
24563
+ }
24564
+ .v-sheet--relative {
24565
+ position: relative;
24566
+ }
24567
+ .v-sheet--sticky {
24568
+ position: sticky;
24569
+ }
24570
+ .v-sheet {
24571
+ border-radius: 0;
24572
+ }
24573
+ .v-sheet {
24574
+ background: rgb(var(--v-theme-surface));
24575
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24576
+ }
24577
+ .v-sheet--rounded {
24578
+ border-radius: 4px;
24579
+ }.v-slide-group {
24580
+ display: flex;
24581
+ overflow: hidden;
24582
+ }
24583
+
24584
+ .v-slide-group__next,
24585
+ .v-slide-group__prev {
24586
+ align-items: center;
24587
+ display: flex;
24588
+ flex: 0 1 52px;
24556
24589
  justify-content: center;
24557
24590
  min-width: 52px;
24558
24591
  cursor: pointer;
@@ -24779,181 +24812,6 @@ html.v-overlay-scroll-blocked {
24779
24812
  }
24780
24813
  .v-speed-dial__content > *:nth-child(10) {
24781
24814
  transition-delay: 0.45s;
24782
- }.v-stepper.v-sheet {
24783
- overflow: hidden;
24784
- }
24785
- .v-stepper.v-sheet {
24786
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24787
- }
24788
- .v-stepper.v-sheet {
24789
- border-radius: 4px;
24790
- }
24791
- .v-stepper.v-sheet.v-stepper--flat {
24792
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24793
- }
24794
-
24795
- .v-stepper-header {
24796
- align-items: center;
24797
- display: flex;
24798
- position: relative;
24799
- overflow-x: auto;
24800
- justify-content: space-between;
24801
- z-index: 1;
24802
- }
24803
- .v-stepper-header {
24804
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24805
- }
24806
- .v-stepper-header .v-divider {
24807
- margin: 0 -16px;
24808
- }
24809
- .v-stepper-header .v-divider:last-child {
24810
- margin-inline-end: 0;
24811
- }
24812
- .v-stepper-header .v-divider:first-child {
24813
- margin-inline-start: 0;
24814
- }
24815
- .v-stepper--alt-labels .v-stepper-header {
24816
- height: auto;
24817
- }
24818
- .v-stepper--alt-labels .v-stepper-header .v-divider {
24819
- align-self: flex-start;
24820
- margin: 35px -67px 0;
24821
- }
24822
-
24823
- .v-stepper-window {
24824
- margin: 1.5rem;
24825
- }
24826
-
24827
- .v-stepper-actions {
24828
- display: flex;
24829
- align-items: center;
24830
- justify-content: space-between;
24831
- padding: 1rem;
24832
- }
24833
- .v-stepper .v-stepper-actions {
24834
- padding: 0 1.5rem 1rem;
24835
- }
24836
- .v-stepper-window-item .v-stepper-actions {
24837
- padding: 1.5rem 0 0;
24838
- }.v-stepper-item {
24839
- align-items: center;
24840
- align-self: stretch;
24841
- display: inline-flex;
24842
- flex: none;
24843
- outline: none;
24844
- opacity: var(--v-medium-emphasis-opacity);
24845
- padding: 1.5rem;
24846
- position: relative;
24847
- transition-duration: 0.2s;
24848
- transition-property: opacity;
24849
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24850
- }
24851
- .v-stepper-item:hover > .v-stepper-item__overlay {
24852
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24853
- }
24854
- .v-stepper-item:focus-visible > .v-stepper-item__overlay {
24855
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24856
- }
24857
- @supports not selector(:focus-visible) {
24858
- .v-stepper-item:focus > .v-stepper-item__overlay {
24859
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24860
- }
24861
- }
24862
- .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
24863
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
24864
- }
24865
- .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
24866
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
24867
- }
24868
- .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
24869
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24870
- }
24871
- @supports not selector(:focus-visible) {
24872
- .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
24873
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24874
- }
24875
- }
24876
- .v-stepper--non-linear .v-stepper-item {
24877
- opacity: var(--v-high-emphasis-opacity);
24878
- }
24879
- .v-stepper-item--selected {
24880
- opacity: 1;
24881
- }
24882
- .v-stepper-item--error {
24883
- color: rgb(var(--v-theme-error));
24884
- }
24885
- .v-stepper-item--disabled {
24886
- opacity: var(--v-medium-emphasis-opacity);
24887
- pointer-events: none;
24888
- }
24889
- .v-stepper--alt-labels .v-stepper-item {
24890
- flex-direction: column;
24891
- justify-content: flex-start;
24892
- align-items: center;
24893
- flex-basis: 175px;
24894
- }
24895
-
24896
- .v-stepper-item__avatar.v-avatar {
24897
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24898
- color: rgb(var(--v-theme-on-surface-variant));
24899
- font-size: 0.75rem;
24900
- margin-inline-end: 8px;
24901
- }
24902
- .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
24903
- margin-inline-end: 0;
24904
- }
24905
- .v-stepper-item__avatar.v-avatar .v-icon {
24906
- font-size: 0.875rem;
24907
- }
24908
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
24909
- background: rgb(var(--v-theme-surface-variant));
24910
- }
24911
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
24912
- background: rgb(var(--v-theme-error));
24913
- }
24914
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
24915
- margin-bottom: 16px;
24916
- margin-inline-end: 0;
24917
- }
24918
-
24919
- .v-stepper-item__title {
24920
- line-height: 1;
24921
- }
24922
- .v-stepper--mobile .v-stepper-item__title {
24923
- display: none;
24924
- }
24925
-
24926
- .v-stepper-item__subtitle {
24927
- font-size: 0.75rem;
24928
- text-align: left;
24929
- line-height: 1;
24930
- opacity: var(--v-medium-emphasis-opacity);
24931
- }
24932
- .v-stepper--alt-labels .v-stepper-item__subtitle {
24933
- text-align: center;
24934
- }
24935
- .v-stepper--mobile .v-stepper-item__subtitle {
24936
- display: none;
24937
- }
24938
-
24939
- .v-stepper-item__overlay {
24940
- background-color: currentColor;
24941
- border-radius: inherit;
24942
- opacity: 0;
24943
- transition: opacity 0.2s ease-in-out;
24944
- }
24945
-
24946
- .v-stepper-item__overlay,
24947
- .v-stepper-item__underlay {
24948
- pointer-events: none;
24949
- }
24950
- .v-stepper-item__overlay,
24951
- .v-stepper-item__underlay {
24952
- position: absolute;
24953
- top: 0;
24954
- left: 0;
24955
- width: 100%;
24956
- height: 100%;
24957
24815
  }.v-switch .v-label {
24958
24816
  padding-inline-start: 10px;
24959
24817
  }
@@ -25136,28 +24994,203 @@ html.v-overlay-scroll-blocked {
25136
24994
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25137
24995
  border-width: 0;
25138
24996
  }
25139
- }.v-system-bar {
24997
+ }.v-stepper.v-sheet {
24998
+ overflow: hidden;
24999
+ }
25000
+ .v-stepper.v-sheet {
25001
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25002
+ }
25003
+ .v-stepper.v-sheet {
25004
+ border-radius: 4px;
25005
+ }
25006
+ .v-stepper.v-sheet.v-stepper--flat {
25007
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25008
+ }
25009
+
25010
+ .v-stepper-header {
25140
25011
  align-items: center;
25141
25012
  display: flex;
25142
- flex: 1 1 auto;
25143
- height: 24px;
25144
- justify-content: flex-end;
25145
- max-width: 100%;
25146
- padding-inline: 8px;
25147
25013
  position: relative;
25148
- text-align: end;
25149
- width: 100%;
25014
+ overflow-x: auto;
25015
+ justify-content: space-between;
25016
+ z-index: 1;
25150
25017
  }
25151
- .v-system-bar .v-icon {
25152
- opacity: var(--v-medium-emphasis-opacity);
25018
+ .v-stepper-header {
25019
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25153
25020
  }
25154
- .v-system-bar {
25155
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25021
+ .v-stepper-header .v-divider {
25022
+ margin: 0 -16px;
25156
25023
  }
25157
- .v-system-bar--absolute {
25158
- position: absolute;
25024
+ .v-stepper-header .v-divider:last-child {
25025
+ margin-inline-end: 0;
25159
25026
  }
25160
- .v-system-bar--fixed {
25027
+ .v-stepper-header .v-divider:first-child {
25028
+ margin-inline-start: 0;
25029
+ }
25030
+ .v-stepper--alt-labels .v-stepper-header {
25031
+ height: auto;
25032
+ }
25033
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
25034
+ align-self: flex-start;
25035
+ margin: 35px -67px 0;
25036
+ }
25037
+
25038
+ .v-stepper-window {
25039
+ margin: 1.5rem;
25040
+ }
25041
+
25042
+ .v-stepper-actions {
25043
+ display: flex;
25044
+ align-items: center;
25045
+ justify-content: space-between;
25046
+ padding: 1rem;
25047
+ }
25048
+ .v-stepper .v-stepper-actions {
25049
+ padding: 0 1.5rem 1rem;
25050
+ }
25051
+ .v-stepper-window-item .v-stepper-actions {
25052
+ padding: 1.5rem 0 0;
25053
+ }.v-stepper-item {
25054
+ align-items: center;
25055
+ align-self: stretch;
25056
+ display: inline-flex;
25057
+ flex: none;
25058
+ outline: none;
25059
+ opacity: var(--v-medium-emphasis-opacity);
25060
+ padding: 1.5rem;
25061
+ position: relative;
25062
+ transition-duration: 0.2s;
25063
+ transition-property: opacity;
25064
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25065
+ }
25066
+ .v-stepper-item:hover > .v-stepper-item__overlay {
25067
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
25068
+ }
25069
+ .v-stepper-item:focus-visible > .v-stepper-item__overlay {
25070
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25071
+ }
25072
+ @supports not selector(:focus-visible) {
25073
+ .v-stepper-item:focus > .v-stepper-item__overlay {
25074
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25075
+ }
25076
+ }
25077
+ .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
25078
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
25079
+ }
25080
+ .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
25081
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
25082
+ }
25083
+ .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
25084
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
25085
+ }
25086
+ @supports not selector(:focus-visible) {
25087
+ .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
25088
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
25089
+ }
25090
+ }
25091
+ .v-stepper--non-linear .v-stepper-item {
25092
+ opacity: var(--v-high-emphasis-opacity);
25093
+ }
25094
+ .v-stepper-item--selected {
25095
+ opacity: 1;
25096
+ }
25097
+ .v-stepper-item--error {
25098
+ color: rgb(var(--v-theme-error));
25099
+ }
25100
+ .v-stepper-item--disabled {
25101
+ opacity: var(--v-medium-emphasis-opacity);
25102
+ pointer-events: none;
25103
+ }
25104
+ .v-stepper--alt-labels .v-stepper-item {
25105
+ flex-direction: column;
25106
+ justify-content: flex-start;
25107
+ align-items: center;
25108
+ flex-basis: 175px;
25109
+ }
25110
+
25111
+ .v-stepper-item__avatar.v-avatar {
25112
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
25113
+ color: rgb(var(--v-theme-on-surface-variant));
25114
+ font-size: 0.75rem;
25115
+ margin-inline-end: 8px;
25116
+ }
25117
+ .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
25118
+ margin-inline-end: 0;
25119
+ }
25120
+ .v-stepper-item__avatar.v-avatar .v-icon {
25121
+ font-size: 0.875rem;
25122
+ }
25123
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
25124
+ background: rgb(var(--v-theme-surface-variant));
25125
+ }
25126
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
25127
+ background: rgb(var(--v-theme-error));
25128
+ }
25129
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
25130
+ margin-bottom: 16px;
25131
+ margin-inline-end: 0;
25132
+ }
25133
+
25134
+ .v-stepper-item__title {
25135
+ line-height: 1;
25136
+ }
25137
+ .v-stepper--mobile .v-stepper-item__title {
25138
+ display: none;
25139
+ }
25140
+
25141
+ .v-stepper-item__subtitle {
25142
+ font-size: 0.75rem;
25143
+ text-align: left;
25144
+ line-height: 1;
25145
+ opacity: var(--v-medium-emphasis-opacity);
25146
+ }
25147
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
25148
+ text-align: center;
25149
+ }
25150
+ .v-stepper--mobile .v-stepper-item__subtitle {
25151
+ display: none;
25152
+ }
25153
+
25154
+ .v-stepper-item__overlay {
25155
+ background-color: currentColor;
25156
+ border-radius: inherit;
25157
+ opacity: 0;
25158
+ transition: opacity 0.2s ease-in-out;
25159
+ }
25160
+
25161
+ .v-stepper-item__overlay,
25162
+ .v-stepper-item__underlay {
25163
+ pointer-events: none;
25164
+ }
25165
+ .v-stepper-item__overlay,
25166
+ .v-stepper-item__underlay {
25167
+ position: absolute;
25168
+ top: 0;
25169
+ left: 0;
25170
+ width: 100%;
25171
+ height: 100%;
25172
+ }.v-system-bar {
25173
+ align-items: center;
25174
+ display: flex;
25175
+ flex: 1 1 auto;
25176
+ height: 24px;
25177
+ justify-content: flex-end;
25178
+ max-width: 100%;
25179
+ padding-inline: 8px;
25180
+ position: relative;
25181
+ text-align: end;
25182
+ width: 100%;
25183
+ }
25184
+ .v-system-bar .v-icon {
25185
+ opacity: var(--v-medium-emphasis-opacity);
25186
+ }
25187
+ .v-system-bar {
25188
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25189
+ }
25190
+ .v-system-bar--absolute {
25191
+ position: absolute;
25192
+ }
25193
+ .v-system-bar--fixed {
25161
25194
  position: fixed;
25162
25195
  }
25163
25196
  .v-system-bar {
@@ -25179,6 +25212,35 @@ html.v-overlay-scroll-blocked {
25179
25212
  }
25180
25213
  .v-system-bar:not(.v-system-bar--absolute) {
25181
25214
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25215
+ }.v-tab.v-tab.v-btn {
25216
+ height: var(--v-tabs-height);
25217
+ border-radius: 0;
25218
+ min-width: 90px;
25219
+ }
25220
+ .v-slide-group--horizontal .v-tab {
25221
+ max-width: 360px;
25222
+ }
25223
+ .v-slide-group--vertical .v-tab {
25224
+ justify-content: start;
25225
+ }
25226
+
25227
+ .v-tab__slider {
25228
+ position: absolute;
25229
+ bottom: 0;
25230
+ left: 0;
25231
+ height: 2px;
25232
+ width: 100%;
25233
+ background: currentColor;
25234
+ pointer-events: none;
25235
+ opacity: 0;
25236
+ }
25237
+ .v-tab--selected .v-tab__slider {
25238
+ opacity: 1;
25239
+ }
25240
+ .v-slide-group--vertical .v-tab__slider {
25241
+ top: 0;
25242
+ height: 100%;
25243
+ width: 2px;
25182
25244
  }.v-tabs {
25183
25245
  display: flex;
25184
25246
  height: var(--v-tabs-height);
@@ -25245,35 +25307,6 @@ html.v-overlay-scroll-blocked {
25245
25307
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25246
25308
  margin-inline-end: 52px;
25247
25309
  }
25248
- }.v-tab.v-tab.v-btn {
25249
- height: var(--v-tabs-height);
25250
- border-radius: 0;
25251
- min-width: 90px;
25252
- }
25253
- .v-slide-group--horizontal .v-tab {
25254
- max-width: 360px;
25255
- }
25256
- .v-slide-group--vertical .v-tab {
25257
- justify-content: start;
25258
- }
25259
-
25260
- .v-tab__slider {
25261
- position: absolute;
25262
- bottom: 0;
25263
- left: 0;
25264
- height: 2px;
25265
- width: 100%;
25266
- background: currentColor;
25267
- pointer-events: none;
25268
- opacity: 0;
25269
- }
25270
- .v-tab--selected .v-tab__slider {
25271
- opacity: 1;
25272
- }
25273
- .v-slide-group--vertical .v-tab__slider {
25274
- top: 0;
25275
- height: 100%;
25276
- width: 2px;
25277
25310
  }.v-table {
25278
25311
  font-size: 0.875rem;
25279
25312
  transition-duration: 0.28s;
@@ -25522,163 +25555,20 @@ html.v-overlay-scroll-blocked {
25522
25555
  }
25523
25556
  .v-textarea textarea:invalid {
25524
25557
  box-shadow: none;
25525
- }.v-toolbar {
25526
- align-items: flex-start;
25527
- display: flex;
25528
- flex: none;
25529
- flex-direction: column;
25530
- justify-content: space-between;
25531
- max-width: 100%;
25532
- position: relative;
25533
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25534
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25535
- width: 100%;
25558
+ }.v-theme-provider {
25559
+ background: rgb(var(--v-theme-background));
25560
+ color: rgb(var(--v-theme-on-background));
25561
+ }.v-timeline .v-timeline-divider__dot {
25562
+ background: rgb(var(--v-theme-surface-light));
25536
25563
  }
25537
- .v-toolbar {
25538
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25539
- border-style: solid;
25540
- border-width: 0;
25564
+ .v-timeline .v-timeline-divider__inner-dot {
25565
+ background: rgb(var(--v-theme-on-surface));
25541
25566
  }
25542
- .v-toolbar--border {
25543
- border-width: thin;
25544
- box-shadow: none;
25545
- }
25546
- .v-toolbar {
25547
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25548
- }
25549
- .v-toolbar {
25550
- border-radius: 0;
25551
- }
25552
- .v-toolbar {
25553
- background: rgb(var(--v-theme-surface-light));
25554
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25555
- }
25556
- .v-toolbar--absolute {
25557
- position: absolute;
25558
- }
25559
- .v-toolbar--collapse {
25560
- max-width: 112px;
25561
- overflow: hidden;
25562
- border-end-end-radius: 24px;
25563
- }
25564
- .v-toolbar--collapse .v-toolbar-title {
25565
- display: none;
25566
- }
25567
- .v-toolbar--flat {
25568
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25569
- }
25570
- .v-toolbar--floating {
25571
- display: inline-flex;
25572
- }
25573
- .v-toolbar--rounded {
25574
- border-radius: 4px;
25575
- }
25576
-
25577
- .v-toolbar__content,
25578
- .v-toolbar__extension {
25579
- align-items: center;
25580
- display: flex;
25581
- flex: 0 0 auto;
25582
- position: relative;
25583
- transition: inherit;
25584
- width: 100%;
25585
- }
25586
-
25587
- .v-toolbar__content {
25588
- overflow: hidden;
25589
- }
25590
- .v-toolbar__content > .v-btn:first-child {
25591
- margin-inline-start: 4px;
25592
- }
25593
- .v-toolbar__content > .v-btn:last-child {
25594
- margin-inline-end: 4px;
25595
- }
25596
- .v-toolbar__content > .v-toolbar-title {
25597
- margin-inline-start: 20px;
25598
- }
25599
- .v-toolbar--density-prominent .v-toolbar__content {
25600
- align-items: flex-start;
25601
- }
25602
-
25603
- .v-toolbar__image {
25604
- display: flex;
25605
- opacity: var(--v-toolbar-image-opacity, 1);
25606
- transition-property: opacity;
25607
- }
25608
- .v-toolbar__image {
25609
- position: absolute;
25610
- top: 0;
25611
- left: 0;
25612
- width: 100%;
25613
- height: 100%;
25614
- }
25615
-
25616
- .v-toolbar__prepend,
25617
- .v-toolbar__append {
25618
- align-items: center;
25619
- align-self: stretch;
25620
- display: flex;
25621
- }
25622
-
25623
- .v-toolbar__prepend {
25624
- margin-inline: 4px auto;
25625
- }
25626
-
25627
- .v-toolbar__append {
25628
- margin-inline: auto 4px;
25629
- }
25630
-
25631
- .v-toolbar-title {
25632
- flex: 1 1;
25633
- font-size: 1.25rem;
25634
- min-width: 0;
25635
- }
25636
- .v-toolbar-title {
25637
- font-size: 1.25rem;
25638
- font-weight: 400;
25639
- letter-spacing: 0;
25640
- line-height: 1.75rem;
25641
- text-transform: none;
25642
- }
25643
- .v-toolbar--density-prominent .v-toolbar-title {
25644
- align-self: flex-end;
25645
- padding-bottom: 6px;
25646
- }
25647
- .v-toolbar--density-prominent .v-toolbar-title {
25648
- font-size: 1.5rem;
25649
- font-weight: 400;
25650
- letter-spacing: 0;
25651
- line-height: 2.25rem;
25652
- text-transform: none;
25653
- }
25654
-
25655
- .v-toolbar-title__placeholder {
25656
- overflow: hidden;
25657
- text-overflow: ellipsis;
25658
- white-space: nowrap;
25659
- }
25660
-
25661
- .v-toolbar-items {
25662
- display: flex;
25663
- height: inherit;
25664
- align-self: stretch;
25665
- }
25666
- .v-toolbar-items > .v-btn {
25667
- border-radius: 0;
25668
- }.v-theme-provider {
25669
- background: rgb(var(--v-theme-background));
25670
- color: rgb(var(--v-theme-on-background));
25671
- }.v-timeline .v-timeline-divider__dot {
25672
- background: rgb(var(--v-theme-surface-light));
25673
- }
25674
- .v-timeline .v-timeline-divider__inner-dot {
25675
- background: rgb(var(--v-theme-on-surface));
25676
- }
25677
-
25678
- .v-timeline {
25679
- display: grid;
25680
- grid-auto-flow: dense;
25681
- position: relative;
25567
+
25568
+ .v-timeline {
25569
+ display: grid;
25570
+ grid-auto-flow: dense;
25571
+ position: relative;
25682
25572
  }
25683
25573
  .v-timeline--horizontal.v-timeline {
25684
25574
  grid-column-gap: 24px;
@@ -26086,6 +25976,149 @@ html.v-overlay-scroll-blocked {
26086
25976
 
26087
25977
  .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
26088
25978
  padding-inline-end: 0;
25979
+ }.v-toolbar {
25980
+ align-items: flex-start;
25981
+ display: flex;
25982
+ flex: none;
25983
+ flex-direction: column;
25984
+ justify-content: space-between;
25985
+ max-width: 100%;
25986
+ position: relative;
25987
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25988
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25989
+ width: 100%;
25990
+ }
25991
+ .v-toolbar {
25992
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25993
+ border-style: solid;
25994
+ border-width: 0;
25995
+ }
25996
+ .v-toolbar--border {
25997
+ border-width: thin;
25998
+ box-shadow: none;
25999
+ }
26000
+ .v-toolbar {
26001
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
26002
+ }
26003
+ .v-toolbar {
26004
+ border-radius: 0;
26005
+ }
26006
+ .v-toolbar {
26007
+ background: rgb(var(--v-theme-surface-light));
26008
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26009
+ }
26010
+ .v-toolbar--absolute {
26011
+ position: absolute;
26012
+ }
26013
+ .v-toolbar--collapse {
26014
+ max-width: 112px;
26015
+ overflow: hidden;
26016
+ border-end-end-radius: 24px;
26017
+ }
26018
+ .v-toolbar--collapse .v-toolbar-title {
26019
+ display: none;
26020
+ }
26021
+ .v-toolbar--flat {
26022
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
26023
+ }
26024
+ .v-toolbar--floating {
26025
+ display: inline-flex;
26026
+ }
26027
+ .v-toolbar--rounded {
26028
+ border-radius: 4px;
26029
+ }
26030
+
26031
+ .v-toolbar__content,
26032
+ .v-toolbar__extension {
26033
+ align-items: center;
26034
+ display: flex;
26035
+ flex: 0 0 auto;
26036
+ position: relative;
26037
+ transition: inherit;
26038
+ width: 100%;
26039
+ }
26040
+
26041
+ .v-toolbar__content {
26042
+ overflow: hidden;
26043
+ }
26044
+ .v-toolbar__content > .v-btn:first-child {
26045
+ margin-inline-start: 4px;
26046
+ }
26047
+ .v-toolbar__content > .v-btn:last-child {
26048
+ margin-inline-end: 4px;
26049
+ }
26050
+ .v-toolbar__content > .v-toolbar-title {
26051
+ margin-inline-start: 20px;
26052
+ }
26053
+ .v-toolbar--density-prominent .v-toolbar__content {
26054
+ align-items: flex-start;
26055
+ }
26056
+
26057
+ .v-toolbar__image {
26058
+ display: flex;
26059
+ opacity: var(--v-toolbar-image-opacity, 1);
26060
+ transition-property: opacity;
26061
+ }
26062
+ .v-toolbar__image {
26063
+ position: absolute;
26064
+ top: 0;
26065
+ left: 0;
26066
+ width: 100%;
26067
+ height: 100%;
26068
+ }
26069
+
26070
+ .v-toolbar__prepend,
26071
+ .v-toolbar__append {
26072
+ align-items: center;
26073
+ align-self: stretch;
26074
+ display: flex;
26075
+ }
26076
+
26077
+ .v-toolbar__prepend {
26078
+ margin-inline: 4px auto;
26079
+ }
26080
+
26081
+ .v-toolbar__append {
26082
+ margin-inline: auto 4px;
26083
+ }
26084
+
26085
+ .v-toolbar-title {
26086
+ flex: 1 1;
26087
+ font-size: 1.25rem;
26088
+ min-width: 0;
26089
+ }
26090
+ .v-toolbar-title {
26091
+ font-size: 1.25rem;
26092
+ font-weight: 400;
26093
+ letter-spacing: 0;
26094
+ line-height: 1.75rem;
26095
+ text-transform: none;
26096
+ }
26097
+ .v-toolbar--density-prominent .v-toolbar-title {
26098
+ align-self: flex-end;
26099
+ padding-bottom: 6px;
26100
+ }
26101
+ .v-toolbar--density-prominent .v-toolbar-title {
26102
+ font-size: 1.5rem;
26103
+ font-weight: 400;
26104
+ letter-spacing: 0;
26105
+ line-height: 2.25rem;
26106
+ text-transform: none;
26107
+ }
26108
+
26109
+ .v-toolbar-title__placeholder {
26110
+ overflow: hidden;
26111
+ text-overflow: ellipsis;
26112
+ white-space: nowrap;
26113
+ }
26114
+
26115
+ .v-toolbar-items {
26116
+ display: flex;
26117
+ height: inherit;
26118
+ align-self: stretch;
26119
+ }
26120
+ .v-toolbar-items > .v-btn {
26121
+ border-radius: 0;
26089
26122
  }.v-tooltip > .v-overlay__content {
26090
26123
  background: rgb(var(--v-theme-surface-variant));
26091
26124
  color: rgb(var(--v-theme-on-surface-variant));
@@ -26187,58 +26220,47 @@ html.v-overlay-scroll-blocked {
26187
26220
  }
26188
26221
  .v-window-y-reverse-transition-leave-to {
26189
26222
  transform: translateY(100%);
26190
- }.v-select .v-field .v-text-field__prefix,
26191
- .v-select .v-field .v-text-field__suffix,
26192
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
26193
- cursor: pointer;
26194
- }
26195
- .v-select .v-field .v-field__input > input {
26196
- align-self: flex-start;
26197
- opacity: 1;
26198
- flex: 0 0;
26199
- position: absolute;
26200
- width: 100%;
26201
- transition: none;
26202
- pointer-events: none;
26203
- caret-color: transparent;
26204
- }
26205
- .v-select .v-field--dirty .v-select__selection {
26206
- margin-inline-end: 2px;
26207
- }
26208
- .v-select .v-select__selection-text {
26209
- overflow: hidden;
26210
- text-overflow: ellipsis;
26211
- white-space: nowrap;
26212
- }
26213
- .v-select__content {
26214
- overflow: hidden;
26215
- }
26216
- .v-select__content {
26217
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
26223
+ }.v-menu > .v-overlay__content {
26224
+ display: flex;
26225
+ flex-direction: column;
26218
26226
  }
26219
- .v-select__content {
26227
+ .v-menu > .v-overlay__content {
26220
26228
  border-radius: 4px;
26221
26229
  }
26222
- .v-select__selection {
26223
- display: inline-flex;
26224
- align-items: center;
26225
- letter-spacing: inherit;
26226
- line-height: inherit;
26227
- max-width: 100%;
26230
+ .v-menu > .v-overlay__content > .v-card,
26231
+ .v-menu > .v-overlay__content > .v-sheet,
26232
+ .v-menu > .v-overlay__content > .v-list {
26233
+ background: rgb(var(--v-theme-surface));
26234
+ border-radius: inherit;
26235
+ overflow: auto;
26236
+ height: 100%;
26228
26237
  }
26229
- .v-select .v-select__selection:first-child {
26230
- margin-inline-start: 0;
26238
+ .v-menu > .v-overlay__content > .v-card,
26239
+ .v-menu > .v-overlay__content > .v-sheet,
26240
+ .v-menu > .v-overlay__content > .v-list {
26241
+ box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
26242
+ }.v-color-picker-canvas {
26243
+ display: flex;
26244
+ position: relative;
26245
+ overflow: hidden;
26246
+ contain: content;
26247
+ touch-action: none;
26231
26248
  }
26232
- .v-select--selected .v-field .v-field__input > input {
26233
- opacity: 0;
26249
+ .v-color-picker-canvas__dot {
26250
+ position: absolute;
26251
+ top: 0;
26252
+ left: 0;
26253
+ width: 15px;
26254
+ height: 15px;
26255
+ background: transparent;
26256
+ border-radius: 50%;
26257
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26234
26258
  }
26235
- .v-select__menu-icon {
26236
- margin-inline-start: 4px;
26237
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26259
+ .v-color-picker-canvas__dot--disabled {
26260
+ box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26238
26261
  }
26239
- .v-select--active-menu .v-select__menu-icon {
26240
- opacity: var(--v-high-emphasis-opacity);
26241
- transform: rotate(180deg);
26262
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26263
+ will-change: transform;
26242
26264
  }.v-color-picker-edit {
26243
26265
  display: flex;
26244
26266
  margin-top: 24px;
@@ -26267,28 +26289,41 @@ html.v-overlay-scroll-blocked {
26267
26289
  }
26268
26290
  .v-color-picker-edit__input span {
26269
26291
  font-size: 0.75rem;
26270
- }.v-color-picker-canvas {
26292
+ }.v-color-picker-swatches {
26293
+ overflow-y: auto;
26294
+ }
26295
+ .v-color-picker-swatches > div {
26271
26296
  display: flex;
26272
- position: relative;
26273
- overflow: hidden;
26274
- contain: content;
26275
- touch-action: none;
26297
+ flex-wrap: wrap;
26298
+ justify-content: center;
26299
+ padding: 8px;
26276
26300
  }
26277
- .v-color-picker-canvas__dot {
26278
- position: absolute;
26279
- top: 0;
26280
- left: 0;
26281
- width: 15px;
26282
- height: 15px;
26283
- background: transparent;
26284
- border-radius: 50%;
26285
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26301
+
26302
+ .v-color-picker-swatches__swatch {
26303
+ display: flex;
26304
+ flex-direction: column;
26305
+ margin-bottom: 10px;
26286
26306
  }
26287
- .v-color-picker-canvas__dot--disabled {
26288
- box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26307
+
26308
+ .v-color-picker-swatches__color {
26309
+ position: relative;
26310
+ height: 18px;
26311
+ max-height: 18px;
26312
+ width: 45px;
26313
+ margin: 2px 4px;
26314
+ border-radius: 2px;
26315
+ -webkit-user-select: none;
26316
+ user-select: none;
26317
+ overflow: hidden;
26318
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26319
+ cursor: pointer;
26289
26320
  }
26290
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26291
- will-change: transform;
26321
+ .v-color-picker-swatches__color > div {
26322
+ display: flex;
26323
+ align-items: center;
26324
+ justify-content: center;
26325
+ width: 100%;
26326
+ height: 100%;
26292
26327
  }.v-color-picker-preview__alpha .v-slider-track__background {
26293
26328
  background-color: transparent !important;
26294
26329
  }
@@ -26359,41 +26394,6 @@ html.v-overlay-scroll-blocked {
26359
26394
  .v-color-picker-preview__eye-dropper {
26360
26395
  position: relative;
26361
26396
  margin-right: 12px;
26362
- }.v-color-picker-swatches {
26363
- overflow-y: auto;
26364
- }
26365
- .v-color-picker-swatches > div {
26366
- display: flex;
26367
- flex-wrap: wrap;
26368
- justify-content: center;
26369
- padding: 8px;
26370
- }
26371
-
26372
- .v-color-picker-swatches__swatch {
26373
- display: flex;
26374
- flex-direction: column;
26375
- margin-bottom: 10px;
26376
- }
26377
-
26378
- .v-color-picker-swatches__color {
26379
- position: relative;
26380
- height: 18px;
26381
- max-height: 18px;
26382
- width: 45px;
26383
- margin: 2px 4px;
26384
- border-radius: 2px;
26385
- -webkit-user-select: none;
26386
- user-select: none;
26387
- overflow: hidden;
26388
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26389
- cursor: pointer;
26390
- }
26391
- .v-color-picker-swatches__color > div {
26392
- display: flex;
26393
- align-items: center;
26394
- justify-content: center;
26395
- width: 100%;
26396
- height: 100%;
26397
26397
  }.v-picker.v-sheet {
26398
26398
  display: grid;
26399
26399
  grid-auto-rows: min-content;