@vuetify/nightly 3.7.5-master.2024-12-11 → 3.7.5-master.2024-12-15

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 (129) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +3306 -3010
  3. package/dist/json/importMap-labs.json +22 -14
  4. package/dist/json/importMap.json +134 -134
  5. package/dist/json/tags.json +84 -0
  6. package/dist/json/web-types.json +6104 -5163
  7. package/dist/vuetify-labs.css +3485 -3412
  8. package/dist/vuetify-labs.d.ts +1314 -1
  9. package/dist/vuetify-labs.esm.js +332 -8
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +332 -8
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +1263 -1263
  14. package/dist/vuetify.d.ts +47 -45
  15. package/dist/vuetify.esm.js +10 -4
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +10 -4
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +5 -5
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/entry-bundler.mjs +1 -1
  23. package/lib/framework.mjs +1 -1
  24. package/lib/iconsets/mdi.mjs +2 -1
  25. package/lib/iconsets/mdi.mjs.map +1 -1
  26. package/lib/index.d.mts +47 -45
  27. package/lib/labs/VFileUpload/VFileUpload.css +74 -0
  28. package/lib/labs/VFileUpload/VFileUpload.mjs +241 -0
  29. package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -0
  30. package/lib/labs/VFileUpload/VFileUpload.sass +75 -0
  31. package/lib/labs/VFileUpload/VFileUploadItem.mjs +95 -0
  32. package/lib/labs/VFileUpload/VFileUploadItem.mjs.map +1 -0
  33. package/lib/labs/VFileUpload/_variables.scss +12 -0
  34. package/lib/labs/VFileUpload/index.d.mts +1365 -0
  35. package/lib/labs/VFileUpload/index.mjs +3 -0
  36. package/lib/labs/VFileUpload/index.mjs.map +1 -0
  37. package/lib/labs/VNumberInput/VNumberInput.mjs +7 -4
  38. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  39. package/lib/labs/components.d.mts +1348 -37
  40. package/lib/labs/components.mjs +1 -0
  41. package/lib/labs/components.mjs.map +1 -1
  42. package/lib/locale/af.mjs +5 -0
  43. package/lib/locale/af.mjs.map +1 -1
  44. package/lib/locale/ar.mjs +5 -0
  45. package/lib/locale/ar.mjs.map +1 -1
  46. package/lib/locale/az.mjs +5 -0
  47. package/lib/locale/az.mjs.map +1 -1
  48. package/lib/locale/bg.mjs +5 -0
  49. package/lib/locale/bg.mjs.map +1 -1
  50. package/lib/locale/ca.mjs +5 -0
  51. package/lib/locale/ca.mjs.map +1 -1
  52. package/lib/locale/ckb.mjs +5 -0
  53. package/lib/locale/ckb.mjs.map +1 -1
  54. package/lib/locale/cs.mjs +5 -0
  55. package/lib/locale/cs.mjs.map +1 -1
  56. package/lib/locale/da.mjs +5 -0
  57. package/lib/locale/da.mjs.map +1 -1
  58. package/lib/locale/de.mjs +5 -0
  59. package/lib/locale/de.mjs.map +1 -1
  60. package/lib/locale/el.mjs +5 -0
  61. package/lib/locale/el.mjs.map +1 -1
  62. package/lib/locale/en.mjs +5 -0
  63. package/lib/locale/en.mjs.map +1 -1
  64. package/lib/locale/es.mjs +5 -0
  65. package/lib/locale/es.mjs.map +1 -1
  66. package/lib/locale/et.mjs +5 -0
  67. package/lib/locale/et.mjs.map +1 -1
  68. package/lib/locale/fa.mjs +5 -0
  69. package/lib/locale/fa.mjs.map +1 -1
  70. package/lib/locale/fi.mjs +5 -0
  71. package/lib/locale/fi.mjs.map +1 -1
  72. package/lib/locale/fr.mjs +5 -0
  73. package/lib/locale/fr.mjs.map +1 -1
  74. package/lib/locale/he.mjs +5 -0
  75. package/lib/locale/he.mjs.map +1 -1
  76. package/lib/locale/hr.mjs +5 -0
  77. package/lib/locale/hr.mjs.map +1 -1
  78. package/lib/locale/hu.mjs +5 -0
  79. package/lib/locale/hu.mjs.map +1 -1
  80. package/lib/locale/id.mjs +5 -0
  81. package/lib/locale/id.mjs.map +1 -1
  82. package/lib/locale/index.d.mts +215 -0
  83. package/lib/locale/it.mjs +5 -0
  84. package/lib/locale/it.mjs.map +1 -1
  85. package/lib/locale/ja.mjs +5 -0
  86. package/lib/locale/ja.mjs.map +1 -1
  87. package/lib/locale/km.mjs +5 -0
  88. package/lib/locale/km.mjs.map +1 -1
  89. package/lib/locale/ko.mjs +5 -0
  90. package/lib/locale/ko.mjs.map +1 -1
  91. package/lib/locale/lt.mjs +5 -0
  92. package/lib/locale/lt.mjs.map +1 -1
  93. package/lib/locale/lv.mjs +5 -0
  94. package/lib/locale/lv.mjs.map +1 -1
  95. package/lib/locale/nl.mjs +5 -0
  96. package/lib/locale/nl.mjs.map +1 -1
  97. package/lib/locale/no.mjs +5 -0
  98. package/lib/locale/no.mjs.map +1 -1
  99. package/lib/locale/pl.mjs +5 -0
  100. package/lib/locale/pl.mjs.map +1 -1
  101. package/lib/locale/pt.mjs +5 -0
  102. package/lib/locale/pt.mjs.map +1 -1
  103. package/lib/locale/ro.mjs +5 -0
  104. package/lib/locale/ro.mjs.map +1 -1
  105. package/lib/locale/ru.mjs +5 -0
  106. package/lib/locale/ru.mjs.map +1 -1
  107. package/lib/locale/sk.mjs +5 -0
  108. package/lib/locale/sk.mjs.map +1 -1
  109. package/lib/locale/sl.mjs +5 -0
  110. package/lib/locale/sl.mjs.map +1 -1
  111. package/lib/locale/sr-Cyrl.mjs +5 -0
  112. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  113. package/lib/locale/sr-Latn.mjs +5 -0
  114. package/lib/locale/sr-Latn.mjs.map +1 -1
  115. package/lib/locale/sv.mjs +5 -0
  116. package/lib/locale/sv.mjs.map +1 -1
  117. package/lib/locale/th.mjs +5 -0
  118. package/lib/locale/th.mjs.map +1 -1
  119. package/lib/locale/tr.mjs +5 -0
  120. package/lib/locale/tr.mjs.map +1 -1
  121. package/lib/locale/uk.mjs +5 -0
  122. package/lib/locale/uk.mjs.map +1 -1
  123. package/lib/locale/vi.mjs +5 -0
  124. package/lib/locale/vi.mjs.map +1 -1
  125. package/lib/locale/zh-Hans.mjs +5 -0
  126. package/lib/locale/zh-Hans.mjs.map +1 -1
  127. package/lib/locale/zh-Hant.mjs +5 -0
  128. package/lib/locale/zh-Hant.mjs.map +1 -1
  129. package/package.json +1 -1
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.5-master.2024-12-11
2
+ * Vuetify v3.7.5-master.2024-12-15
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18753,63 +18753,6 @@ html.overflow-y-hidden {
18753
18753
  .v-bottom-sheet.v-bottom-sheet--inset {
18754
18754
  max-width: 70%;
18755
18755
  }
18756
- }.v-breadcrumbs {
18757
- display: flex;
18758
- align-items: center;
18759
- line-height: 1.6;
18760
- padding: 16px 12px;
18761
- }
18762
- .v-breadcrumbs--rounded {
18763
- border-radius: 4px;
18764
- }
18765
- .v-breadcrumbs--density-default {
18766
- padding-top: 16px;
18767
- padding-bottom: 16px;
18768
- }
18769
-
18770
- .v-breadcrumbs--density-comfortable {
18771
- padding-top: 12px;
18772
- padding-bottom: 12px;
18773
- }
18774
-
18775
- .v-breadcrumbs--density-compact {
18776
- padding-top: 8px;
18777
- padding-bottom: 8px;
18778
- }
18779
-
18780
- .v-breadcrumbs__prepend {
18781
- align-items: center;
18782
- display: inline-flex;
18783
- }
18784
-
18785
- .v-breadcrumbs-item {
18786
- align-items: center;
18787
- color: inherit;
18788
- display: inline-flex;
18789
- padding: 0 4px;
18790
- text-decoration: none;
18791
- vertical-align: middle;
18792
- }
18793
- .v-breadcrumbs-item--disabled {
18794
- opacity: var(--v-disabled-opacity);
18795
- pointer-events: none;
18796
- }
18797
- .v-breadcrumbs-item--link {
18798
- color: inherit;
18799
- text-decoration: none;
18800
- }
18801
- .v-breadcrumbs-item--link:hover {
18802
- text-decoration: underline;
18803
- }
18804
- .v-breadcrumbs-item .v-icon {
18805
- font-size: 1rem;
18806
- margin-inline: -4px 2px;
18807
- }
18808
-
18809
- .v-breadcrumbs-divider {
18810
- display: inline-block;
18811
- padding: 0 8px;
18812
- vertical-align: middle;
18813
18756
  }.v-btn-group {
18814
18757
  display: inline-flex;
18815
18758
  flex-wrap: nowrap;
@@ -18874,6 +18817,63 @@ html.overflow-y-hidden {
18874
18817
  }
18875
18818
  .v-btn-group--tile {
18876
18819
  border-radius: 0;
18820
+ }.v-breadcrumbs {
18821
+ display: flex;
18822
+ align-items: center;
18823
+ line-height: 1.6;
18824
+ padding: 16px 12px;
18825
+ }
18826
+ .v-breadcrumbs--rounded {
18827
+ border-radius: 4px;
18828
+ }
18829
+ .v-breadcrumbs--density-default {
18830
+ padding-top: 16px;
18831
+ padding-bottom: 16px;
18832
+ }
18833
+
18834
+ .v-breadcrumbs--density-comfortable {
18835
+ padding-top: 12px;
18836
+ padding-bottom: 12px;
18837
+ }
18838
+
18839
+ .v-breadcrumbs--density-compact {
18840
+ padding-top: 8px;
18841
+ padding-bottom: 8px;
18842
+ }
18843
+
18844
+ .v-breadcrumbs__prepend {
18845
+ align-items: center;
18846
+ display: inline-flex;
18847
+ }
18848
+
18849
+ .v-breadcrumbs-item {
18850
+ align-items: center;
18851
+ color: inherit;
18852
+ display: inline-flex;
18853
+ padding: 0 4px;
18854
+ text-decoration: none;
18855
+ vertical-align: middle;
18856
+ }
18857
+ .v-breadcrumbs-item--disabled {
18858
+ opacity: var(--v-disabled-opacity);
18859
+ pointer-events: none;
18860
+ }
18861
+ .v-breadcrumbs-item--link {
18862
+ color: inherit;
18863
+ text-decoration: none;
18864
+ }
18865
+ .v-breadcrumbs-item--link:hover {
18866
+ text-decoration: underline;
18867
+ }
18868
+ .v-breadcrumbs-item .v-icon {
18869
+ font-size: 1rem;
18870
+ margin-inline: -4px 2px;
18871
+ }
18872
+
18873
+ .v-breadcrumbs-divider {
18874
+ display: inline-block;
18875
+ padding: 0 8px;
18876
+ vertical-align: middle;
18877
18877
  }.v-btn {
18878
18878
  align-items: center;
18879
18879
  border-radius: 4px;
@@ -19622,94 +19622,6 @@ html.overflow-y-hidden {
19622
19622
  pointer-events: none;
19623
19623
  opacity: 0;
19624
19624
  transition: opacity 0.2s ease-in-out;
19625
- }.v-carousel {
19626
- overflow: hidden;
19627
- position: relative;
19628
- width: 100%;
19629
- }
19630
- .v-carousel__controls {
19631
- align-items: center;
19632
- bottom: 0;
19633
- display: flex;
19634
- height: 50px;
19635
- justify-content: center;
19636
- list-style-type: none;
19637
- position: absolute;
19638
- width: 100%;
19639
- z-index: 1;
19640
- }
19641
- .v-carousel__controls {
19642
- background: rgba(var(--v-theme-surface-variant), 0.3);
19643
- color: rgb(var(--v-theme-on-surface-variant));
19644
- }
19645
- .v-carousel__controls > .v-item-group {
19646
- flex: 0 1 auto;
19647
- }
19648
- .v-carousel__controls__item {
19649
- margin: 0 8px;
19650
- }
19651
- .v-carousel__controls__item .v-icon {
19652
- opacity: 0.5;
19653
- }
19654
- .v-carousel__controls__item--active .v-icon {
19655
- opacity: 1;
19656
- vertical-align: middle;
19657
- }
19658
- .v-carousel__controls__item:hover {
19659
- background: none;
19660
- }
19661
- .v-carousel__controls__item:hover .v-icon {
19662
- opacity: 0.8;
19663
- }
19664
-
19665
- .v-carousel__progress {
19666
- margin: 0;
19667
- position: absolute;
19668
- bottom: 0;
19669
- left: 0;
19670
- right: 0;
19671
- }
19672
-
19673
- .v-carousel-item {
19674
- display: block;
19675
- height: inherit;
19676
- text-decoration: none;
19677
- }
19678
- .v-carousel-item > .v-img {
19679
- height: inherit;
19680
- }
19681
-
19682
- .v-carousel--hide-delimiter-background .v-carousel__controls {
19683
- background: transparent;
19684
- }
19685
-
19686
- .v-carousel--vertical-delimiters .v-carousel__controls {
19687
- flex-direction: column;
19688
- height: 100% !important;
19689
- width: 50px;
19690
- }.v-checkbox.v-input {
19691
- flex: 0 1 auto;
19692
- }
19693
- .v-checkbox .v-selection-control {
19694
- min-height: var(--v-input-control-height);
19695
- }.v-chip-group {
19696
- display: flex;
19697
- max-width: 100%;
19698
- min-width: 0;
19699
- overflow-x: auto;
19700
- padding: 4px 0;
19701
- }
19702
- .v-chip-group .v-chip {
19703
- margin: 4px 8px 4px 0;
19704
- }
19705
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19706
- opacity: var(--v-activated-opacity);
19707
- }
19708
-
19709
- .v-chip-group--column .v-slide-group__content {
19710
- white-space: normal;
19711
- flex-wrap: wrap;
19712
- max-width: 100%;
19713
19625
  }.v-chip {
19714
19626
  align-items: center;
19715
19627
  display: inline-flex;
@@ -20128,43 +20040,131 @@ html.overflow-y-hidden {
20128
20040
 
20129
20041
  .v-chip--label {
20130
20042
  border-radius: 4px;
20131
- }.v-color-picker {
20132
- align-self: flex-start;
20133
- contain: content;
20134
- }
20135
- .v-color-picker.v-sheet {
20136
- 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));
20137
- }
20138
- .v-color-picker.v-sheet {
20139
- border-radius: 4px;
20043
+ }.v-carousel {
20044
+ overflow: hidden;
20045
+ position: relative;
20046
+ width: 100%;
20140
20047
  }
20141
-
20142
- .v-color-picker__controls {
20048
+ .v-carousel__controls {
20049
+ align-items: center;
20050
+ bottom: 0;
20143
20051
  display: flex;
20144
- flex-direction: column;
20145
- padding: 16px;
20052
+ height: 50px;
20053
+ justify-content: center;
20054
+ list-style-type: none;
20055
+ position: absolute;
20056
+ width: 100%;
20057
+ z-index: 1;
20146
20058
  }
20147
-
20148
- .v-color-picker--flat {
20149
- 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));
20059
+ .v-carousel__controls {
20060
+ background: rgba(var(--v-theme-surface-variant), 0.3);
20061
+ color: rgb(var(--v-theme-on-surface-variant));
20150
20062
  }
20151
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20152
- 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));
20153
- }.v-combobox .v-field .v-text-field__prefix,
20154
- .v-combobox .v-field .v-text-field__suffix,
20155
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20156
- cursor: text;
20063
+ .v-carousel__controls > .v-item-group {
20064
+ flex: 0 1 auto;
20157
20065
  }
20158
- .v-combobox .v-field .v-field__input > input {
20159
- flex: 1 1;
20066
+ .v-carousel__controls__item {
20067
+ margin: 0 8px;
20160
20068
  }
20161
- .v-combobox .v-field input {
20162
- min-width: 64px;
20069
+ .v-carousel__controls__item .v-icon {
20070
+ opacity: 0.5;
20163
20071
  }
20164
- .v-combobox .v-field:not(.v-field--focused) input {
20165
- min-width: 0;
20072
+ .v-carousel__controls__item--active .v-icon {
20073
+ opacity: 1;
20074
+ vertical-align: middle;
20166
20075
  }
20167
- .v-combobox .v-field--dirty .v-combobox__selection {
20076
+ .v-carousel__controls__item:hover {
20077
+ background: none;
20078
+ }
20079
+ .v-carousel__controls__item:hover .v-icon {
20080
+ opacity: 0.8;
20081
+ }
20082
+
20083
+ .v-carousel__progress {
20084
+ margin: 0;
20085
+ position: absolute;
20086
+ bottom: 0;
20087
+ left: 0;
20088
+ right: 0;
20089
+ }
20090
+
20091
+ .v-carousel-item {
20092
+ display: block;
20093
+ height: inherit;
20094
+ text-decoration: none;
20095
+ }
20096
+ .v-carousel-item > .v-img {
20097
+ height: inherit;
20098
+ }
20099
+
20100
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
20101
+ background: transparent;
20102
+ }
20103
+
20104
+ .v-carousel--vertical-delimiters .v-carousel__controls {
20105
+ flex-direction: column;
20106
+ height: 100% !important;
20107
+ width: 50px;
20108
+ }.v-checkbox.v-input {
20109
+ flex: 0 1 auto;
20110
+ }
20111
+ .v-checkbox .v-selection-control {
20112
+ min-height: var(--v-input-control-height);
20113
+ }.v-chip-group {
20114
+ display: flex;
20115
+ max-width: 100%;
20116
+ min-width: 0;
20117
+ overflow-x: auto;
20118
+ padding: 4px 0;
20119
+ }
20120
+ .v-chip-group .v-chip {
20121
+ margin: 4px 8px 4px 0;
20122
+ }
20123
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20124
+ opacity: var(--v-activated-opacity);
20125
+ }
20126
+
20127
+ .v-chip-group--column .v-slide-group__content {
20128
+ white-space: normal;
20129
+ flex-wrap: wrap;
20130
+ max-width: 100%;
20131
+ }.v-color-picker {
20132
+ align-self: flex-start;
20133
+ contain: content;
20134
+ }
20135
+ .v-color-picker.v-sheet {
20136
+ 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));
20137
+ }
20138
+ .v-color-picker.v-sheet {
20139
+ border-radius: 4px;
20140
+ }
20141
+
20142
+ .v-color-picker__controls {
20143
+ display: flex;
20144
+ flex-direction: column;
20145
+ padding: 16px;
20146
+ }
20147
+
20148
+ .v-color-picker--flat {
20149
+ 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));
20150
+ }
20151
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20152
+ 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));
20153
+ }.v-combobox .v-field .v-text-field__prefix,
20154
+ .v-combobox .v-field .v-text-field__suffix,
20155
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20156
+ cursor: text;
20157
+ }
20158
+ .v-combobox .v-field .v-field__input > input {
20159
+ flex: 1 1;
20160
+ }
20161
+ .v-combobox .v-field input {
20162
+ min-width: 64px;
20163
+ }
20164
+ .v-combobox .v-field:not(.v-field--focused) input {
20165
+ min-width: 0;
20166
+ }
20167
+ .v-combobox .v-field--dirty .v-combobox__selection {
20168
20168
  margin-inline-end: 2px;
20169
20169
  }
20170
20170
  .v-combobox .v-combobox__selection-text {
@@ -20240,6 +20240,62 @@ html.overflow-y-hidden {
20240
20240
  flex: 0 1 auto;
20241
20241
  font-size: 12px;
20242
20242
  transition-duration: 150ms;
20243
+ }.v-date-picker-controls {
20244
+ display: flex;
20245
+ align-items: center;
20246
+ justify-content: space-between;
20247
+ font-size: 0.875rem;
20248
+ padding-top: 4px;
20249
+ padding-bottom: 4px;
20250
+ padding-inline-start: 6px;
20251
+ padding-inline-end: 12px;
20252
+ }
20253
+ .v-date-picker-controls > .v-btn:first-child {
20254
+ text-transform: none;
20255
+ font-weight: 400;
20256
+ line-height: initial;
20257
+ letter-spacing: initial;
20258
+ }
20259
+ .v-date-picker-controls--variant-classic {
20260
+ padding-inline-start: 12px;
20261
+ }
20262
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20263
+ opacity: 0.7;
20264
+ }
20265
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20266
+ cursor: pointer;
20267
+ }
20268
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20269
+ opacity: 1;
20270
+ }
20271
+ .v-date-picker-controls .v-btn:last-child {
20272
+ margin-inline-start: 4px;
20273
+ }
20274
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20275
+ transform: rotate(180deg);
20276
+ }
20277
+
20278
+ .v-date-picker-controls__date {
20279
+ margin-inline-end: 4px;
20280
+ }
20281
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20282
+ margin: auto;
20283
+ text-align: center;
20284
+ }
20285
+
20286
+ .v-date-picker-controls__month {
20287
+ display: flex;
20288
+ }
20289
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20290
+ flex-direction: row-reverse;
20291
+ }
20292
+
20293
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20294
+ flex: 1 0 auto;
20295
+ }
20296
+
20297
+ .v-date-picker__title {
20298
+ display: inline-block;
20243
20299
  }.v-date-picker {
20244
20300
  overflow: hidden;
20245
20301
  width: 328px;
@@ -20306,62 +20362,6 @@ html.overflow-y-hidden {
20306
20362
  .date-picker-header-reverse-transition-leave-to {
20307
20363
  opacity: 0;
20308
20364
  transform: translate(0, 100%);
20309
- }.v-date-picker-controls {
20310
- display: flex;
20311
- align-items: center;
20312
- justify-content: space-between;
20313
- font-size: 0.875rem;
20314
- padding-top: 4px;
20315
- padding-bottom: 4px;
20316
- padding-inline-start: 6px;
20317
- padding-inline-end: 12px;
20318
- }
20319
- .v-date-picker-controls > .v-btn:first-child {
20320
- text-transform: none;
20321
- font-weight: 400;
20322
- line-height: initial;
20323
- letter-spacing: initial;
20324
- }
20325
- .v-date-picker-controls--variant-classic {
20326
- padding-inline-start: 12px;
20327
- }
20328
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20329
- opacity: 0.7;
20330
- }
20331
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20332
- cursor: pointer;
20333
- }
20334
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20335
- opacity: 1;
20336
- }
20337
- .v-date-picker-controls .v-btn:last-child {
20338
- margin-inline-start: 4px;
20339
- }
20340
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20341
- transform: rotate(180deg);
20342
- }
20343
-
20344
- .v-date-picker-controls__date {
20345
- margin-inline-end: 4px;
20346
- }
20347
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20348
- margin: auto;
20349
- text-align: center;
20350
- }
20351
-
20352
- .v-date-picker-controls__month {
20353
- display: flex;
20354
- }
20355
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20356
- flex-direction: row-reverse;
20357
- }
20358
-
20359
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20360
- flex: 1 0 auto;
20361
- }
20362
-
20363
- .v-date-picker__title {
20364
- display: inline-block;
20365
20365
  }.v-date-picker-month {
20366
20366
  display: flex;
20367
20367
  justify-content: center;
@@ -20417,6 +20417,21 @@ html.overflow-y-hidden {
20417
20417
 
20418
20418
  .v-date-picker-month__day--hide-adjacent {
20419
20419
  opacity: 0;
20420
+ }.v-date-picker-years {
20421
+ height: 288px;
20422
+ overflow-y: scroll;
20423
+ }
20424
+
20425
+ .v-date-picker-years__content {
20426
+ display: grid;
20427
+ flex: 1 1;
20428
+ justify-content: space-around;
20429
+ grid-template-columns: repeat(3, 1fr);
20430
+ gap: 8px 24px;
20431
+ padding-inline: 32px;
20432
+ }
20433
+ .v-date-picker-years__content .v-btn {
20434
+ padding-inline: 8px;
20420
20435
  }.v-date-picker-months {
20421
20436
  height: 288px;
20422
20437
  }
@@ -20436,73 +20451,224 @@ html.overflow-y-hidden {
20436
20451
  text-transform: none;
20437
20452
  padding-inline-start: 8px;
20438
20453
  padding-inline-end: 8px;
20439
- }.v-date-picker-years {
20440
- height: 288px;
20441
- overflow-y: scroll;
20454
+ }.v-data-table {
20455
+ width: 100%;
20442
20456
  }
20443
20457
 
20444
- .v-date-picker-years__content {
20445
- display: grid;
20446
- flex: 1 1;
20447
- justify-content: space-around;
20448
- grid-template-columns: repeat(3, 1fr);
20449
- gap: 8px 24px;
20450
- padding-inline: 32px;
20458
+ .v-data-table__table {
20459
+ width: 100%;
20460
+ border-collapse: separate;
20461
+ border-spacing: 0;
20451
20462
  }
20452
- .v-date-picker-years__content .v-btn {
20453
- padding-inline: 8px;
20454
- }.v-divider {
20455
- display: block;
20456
- flex: 1 1 100%;
20457
- height: 0px;
20458
- max-height: 0px;
20459
- opacity: var(--v-border-opacity);
20460
- transition: inherit;
20463
+
20464
+ .v-data-table__tr--focus {
20465
+ border: 1px dotted black;
20461
20466
  }
20462
- .v-divider {
20463
- border-style: solid;
20464
- border-width: thin 0 0 0;
20467
+ .v-data-table__tr--clickable {
20468
+ cursor: pointer;
20465
20469
  }
20466
- .v-divider--vertical {
20467
- align-self: stretch;
20468
- border-width: 0 thin 0 0;
20469
- display: inline-flex;
20470
- height: auto;
20471
- margin-left: -1px;
20472
- max-height: 100%;
20473
- max-width: 0px;
20474
- vertical-align: text-bottom;
20475
- width: 0px;
20470
+
20471
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20472
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20473
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20474
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20475
+ text-align: end;
20476
20476
  }
20477
- .v-divider--inset:not(.v-divider--vertical) {
20478
- max-width: calc(100% - 72px);
20479
- margin-inline-start: 72px;
20477
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20478
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20479
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20480
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20481
+ flex-direction: row-reverse;
20480
20482
  }
20481
- .v-divider--inset.v-divider--vertical {
20482
- margin-bottom: 8px;
20483
- margin-top: 8px;
20484
- max-height: calc(100% - 16px);
20483
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20484
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20485
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20486
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20487
+ text-align: center;
20485
20488
  }
20486
-
20487
- .v-divider__content {
20488
- padding: 0 16px;
20489
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20490
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20491
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20492
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20493
+ justify-content: center;
20494
+ }
20495
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
20496
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
20497
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
20498
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
20499
+ padding: 0 8px;
20500
+ }
20501
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
20502
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
20503
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
20504
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
20505
+ text-overflow: ellipsis;
20489
20506
  text-wrap: nowrap;
20507
+ overflow: hidden;
20490
20508
  }
20491
- .v-divider__wrapper--vertical .v-divider__content {
20492
- padding: 4px 0;
20509
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
20510
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
20511
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
20512
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
20513
+ display: contents;
20514
+ }
20515
+ .v-data-table .v-table__wrapper > table > thead > tr > th,
20516
+ .v-data-table .v-table__wrapper > table tbody > tr > th {
20517
+ align-items: center;
20518
+ }
20519
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
20520
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
20521
+ position: sticky;
20522
+ }
20523
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
20524
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
20525
+ cursor: pointer;
20526
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20527
+ }
20528
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
20529
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
20530
+ opacity: 0;
20531
+ }
20532
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
20533
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
20534
+ opacity: 0.5;
20535
+ }
20536
+ .v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
20537
+ .v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
20538
+ height: -moz-fit-content;
20539
+ height: fit-content;
20493
20540
  }
20494
20541
 
20495
- .v-divider__wrapper {
20542
+ .v-data-table-column--fixed,
20543
+ .v-data-table__th--sticky {
20544
+ background: rgb(var(--v-theme-surface));
20545
+ position: sticky !important;
20546
+ left: 0;
20547
+ z-index: 1;
20548
+ }
20549
+
20550
+ .v-data-table-column--last-fixed {
20551
+ border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
20552
+ }
20553
+
20554
+ .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
20555
+ z-index: 2;
20556
+ }
20557
+
20558
+ .v-data-table-group-header-row td {
20559
+ background: rgba(var(--v-theme-surface));
20560
+ color: rgba(var(--v-theme-on-surface));
20561
+ }
20562
+ .v-data-table-group-header-row td > span {
20563
+ padding-left: 5px;
20564
+ }
20565
+
20566
+ .v-data-table--loading .v-data-table__td {
20567
+ opacity: var(--v-disabled-opacity);
20568
+ }
20569
+
20570
+ .v-data-table-group-header-row__column {
20571
+ padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
20572
+ }
20573
+
20574
+ .v-data-table-header__content {
20575
+ display: flex;
20576
+ align-items: center;
20577
+ }
20578
+
20579
+ .v-data-table-header__sort-badge {
20580
+ display: inline-flex;
20581
+ justify-content: center;
20582
+ align-items: center;
20583
+ font-size: 0.875rem;
20584
+ padding: 4px;
20585
+ border-radius: 50%;
20586
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
20587
+ min-width: 20px;
20588
+ min-height: 20px;
20589
+ width: 20px;
20590
+ height: 20px;
20591
+ }
20592
+
20593
+ .v-data-table-progress > th {
20594
+ border: none !important;
20595
+ height: auto !important;
20596
+ padding: 0 !important;
20597
+ }
20598
+
20599
+ .v-data-table-progress__loader {
20600
+ position: relative;
20601
+ }
20602
+
20603
+ .v-data-table-rows-loading,
20604
+ .v-data-table-rows-no-data {
20605
+ text-align: center;
20606
+ }
20607
+
20608
+ .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
20609
+ grid-template-columns: 0;
20610
+ justify-content: center;
20611
+ }
20612
+ .v-data-table__tr--mobile > .v-data-table__td--select-row {
20613
+ grid-template-columns: 0;
20614
+ justify-content: end;
20615
+ }
20616
+ .v-data-table__tr--mobile > td {
20617
+ align-items: center;
20618
+ column-gap: 4px;
20619
+ display: grid;
20620
+ grid-template-columns: repeat(2, 1fr);
20621
+ min-height: var(--v-table-row-height);
20622
+ }
20623
+ .v-data-table__tr--mobile > td:not(:last-child) {
20624
+ border-bottom: 0 !important;
20625
+ }
20626
+
20627
+ .v-data-table__td-title {
20628
+ font-weight: 500;
20629
+ text-align: left;
20630
+ }
20631
+
20632
+ .v-data-table__td-value {
20633
+ text-align: right;
20634
+ }
20635
+
20636
+ .v-data-table__td-sort-icon {
20637
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
20638
+ }
20639
+ .v-data-table__td-sort-icon-active {
20640
+ color: rgba(var(--v-theme-on-surface));
20641
+ }.v-data-table-footer {
20642
+ align-items: center;
20496
20643
  display: flex;
20644
+ flex-wrap: wrap;
20645
+ justify-content: flex-end;
20646
+ padding: 8px 4px;
20647
+ }
20648
+ .v-data-table-footer__items-per-page {
20497
20649
  align-items: center;
20650
+ display: flex;
20498
20651
  justify-content: center;
20499
20652
  }
20500
- .v-divider__wrapper--vertical {
20501
- flex-direction: column;
20502
- height: 100%;
20653
+ .v-data-table-footer__items-per-page > span {
20654
+ padding-inline-end: 8px;
20503
20655
  }
20504
- .v-divider__wrapper--vertical .v-divider {
20505
- margin: 0 auto;
20656
+ .v-data-table-footer__items-per-page > .v-select {
20657
+ width: 90px;
20658
+ }
20659
+ .v-data-table-footer__info {
20660
+ display: flex;
20661
+ justify-content: flex-end;
20662
+ min-width: 116px;
20663
+ padding: 0 16px;
20664
+ }
20665
+ .v-data-table-footer__paginationz {
20666
+ align-items: center;
20667
+ display: flex;
20668
+ margin-inline-start: 16px;
20669
+ }
20670
+ .v-data-table-footer__page {
20671
+ padding: 0 8px;
20506
20672
  }.v-dialog {
20507
20673
  align-items: center;
20508
20674
  justify-content: center;
@@ -20599,25 +20765,77 @@ html.overflow-y-hidden {
20599
20765
  -webkit-backface-visibility: hidden;
20600
20766
  backface-visibility: hidden;
20601
20767
  overflow-y: auto;
20602
- }.v-empty-state {
20603
- align-items: center;
20604
- display: flex;
20605
- flex-direction: column;
20606
- justify-content: center;
20607
- min-height: 100%;
20608
- 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;
20609
20775
  }
20610
- .v-empty-state--start {
20611
- align-items: flex-start;
20776
+ .v-divider {
20777
+ border-style: solid;
20778
+ border-width: thin 0 0 0;
20612
20779
  }
20613
- .v-empty-state--center {
20614
- 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;
20615
20790
  }
20616
- .v-empty-state--end {
20617
- align-items: flex-end;
20791
+ .v-divider--inset:not(.v-divider--vertical) {
20792
+ max-width: calc(100% - 72px);
20793
+ margin-inline-start: 72px;
20794
+ }
20795
+ .v-divider--inset.v-divider--vertical {
20796
+ margin-bottom: 8px;
20797
+ margin-top: 8px;
20798
+ max-height: calc(100% - 16px);
20618
20799
  }
20619
20800
 
20620
- .v-empty-state__media {
20801
+ .v-divider__content {
20802
+ padding: 0 16px;
20803
+ text-wrap: nowrap;
20804
+ }
20805
+ .v-divider__wrapper--vertical .v-divider__content {
20806
+ padding: 4px 0;
20807
+ }
20808
+
20809
+ .v-divider__wrapper {
20810
+ display: flex;
20811
+ align-items: center;
20812
+ justify-content: center;
20813
+ }
20814
+ .v-divider__wrapper--vertical {
20815
+ flex-direction: column;
20816
+ height: 100%;
20817
+ }
20818
+ .v-divider__wrapper--vertical .v-divider {
20819
+ margin: 0 auto;
20820
+ }.v-empty-state {
20821
+ align-items: center;
20822
+ display: flex;
20823
+ flex-direction: column;
20824
+ justify-content: center;
20825
+ min-height: 100%;
20826
+ padding: 16px;
20827
+ }
20828
+ .v-empty-state--start {
20829
+ align-items: flex-start;
20830
+ }
20831
+ .v-empty-state--center {
20832
+ align-items: center;
20833
+ }
20834
+ .v-empty-state--end {
20835
+ align-items: flex-end;
20836
+ }
20837
+
20838
+ .v-empty-state__media {
20621
20839
  text-align: center;
20622
20840
  width: 100%;
20623
20841
  }
@@ -20666,75 +20884,6 @@ html.overflow-y-hidden {
20666
20884
  .v-empty-state__action-btn.v-btn {
20667
20885
  background-color: initial;
20668
20886
  color: initial;
20669
- }.v-fab {
20670
- align-items: center;
20671
- display: inline-flex;
20672
- flex: 1 1 auto;
20673
- pointer-events: none;
20674
- position: relative;
20675
- transition-duration: 0.2s;
20676
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20677
- vertical-align: middle;
20678
- }
20679
- .v-fab .v-btn {
20680
- pointer-events: auto;
20681
- }
20682
- .v-fab .v-btn--variant-elevated {
20683
- 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));
20684
- }
20685
- .v-fab--app, .v-fab--absolute {
20686
- display: flex;
20687
- }
20688
- .v-fab--start, .v-fab--left {
20689
- justify-content: flex-start;
20690
- }
20691
- .v-fab--center {
20692
- align-items: center;
20693
- justify-content: center;
20694
- }
20695
- .v-fab--end, .v-fab--right {
20696
- justify-content: flex-end;
20697
- }
20698
- .v-fab--bottom {
20699
- align-items: flex-end;
20700
- }
20701
- .v-fab--top {
20702
- align-items: flex-start;
20703
- }
20704
- .v-fab--extended .v-btn {
20705
- border-radius: 9999px !important;
20706
- }
20707
-
20708
- .v-fab__container {
20709
- align-self: center;
20710
- display: inline-flex;
20711
- position: absolute;
20712
- vertical-align: middle;
20713
- }
20714
- .v-fab--app .v-fab__container {
20715
- margin: 12px;
20716
- }
20717
- .v-fab--absolute .v-fab__container {
20718
- position: absolute;
20719
- z-index: 4;
20720
- }
20721
- .v-fab--offset.v-fab--top .v-fab__container {
20722
- transform: translateY(-50%);
20723
- }
20724
- .v-fab--offset.v-fab--bottom .v-fab__container {
20725
- transform: translateY(50%);
20726
- }
20727
- .v-fab--top .v-fab__container {
20728
- top: 0;
20729
- }
20730
- .v-fab--bottom .v-fab__container {
20731
- bottom: 0;
20732
- }
20733
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
20734
- left: 0;
20735
- }
20736
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
20737
- right: 0;
20738
20887
  }.v-expansion-panel {
20739
20888
  background-color: rgb(var(--v-theme-surface));
20740
20889
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21563,6 +21712,75 @@ textarea.v-field__input::placeholder {
21563
21712
  }
21564
21713
  .v-input--plain-underlined.v-file-input .v-input__details {
21565
21714
  padding-inline: 0;
21715
+ }.v-fab {
21716
+ align-items: center;
21717
+ display: inline-flex;
21718
+ flex: 1 1 auto;
21719
+ pointer-events: none;
21720
+ position: relative;
21721
+ transition-duration: 0.2s;
21722
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21723
+ vertical-align: middle;
21724
+ }
21725
+ .v-fab .v-btn {
21726
+ pointer-events: auto;
21727
+ }
21728
+ .v-fab .v-btn--variant-elevated {
21729
+ 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));
21730
+ }
21731
+ .v-fab--app, .v-fab--absolute {
21732
+ display: flex;
21733
+ }
21734
+ .v-fab--start, .v-fab--left {
21735
+ justify-content: flex-start;
21736
+ }
21737
+ .v-fab--center {
21738
+ align-items: center;
21739
+ justify-content: center;
21740
+ }
21741
+ .v-fab--end, .v-fab--right {
21742
+ justify-content: flex-end;
21743
+ }
21744
+ .v-fab--bottom {
21745
+ align-items: flex-end;
21746
+ }
21747
+ .v-fab--top {
21748
+ align-items: flex-start;
21749
+ }
21750
+ .v-fab--extended .v-btn {
21751
+ border-radius: 9999px !important;
21752
+ }
21753
+
21754
+ .v-fab__container {
21755
+ align-self: center;
21756
+ display: inline-flex;
21757
+ position: absolute;
21758
+ vertical-align: middle;
21759
+ }
21760
+ .v-fab--app .v-fab__container {
21761
+ margin: 12px;
21762
+ }
21763
+ .v-fab--absolute .v-fab__container {
21764
+ position: absolute;
21765
+ z-index: 4;
21766
+ }
21767
+ .v-fab--offset.v-fab--top .v-fab__container {
21768
+ transform: translateY(-50%);
21769
+ }
21770
+ .v-fab--offset.v-fab--bottom .v-fab__container {
21771
+ transform: translateY(50%);
21772
+ }
21773
+ .v-fab--top .v-fab__container {
21774
+ top: 0;
21775
+ }
21776
+ .v-fab--bottom .v-fab__container {
21777
+ bottom: 0;
21778
+ }
21779
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21780
+ left: 0;
21781
+ }
21782
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21783
+ right: 0;
21566
21784
  }.v-footer {
21567
21785
  align-items: center;
21568
21786
  display: flex;
@@ -22271,6 +22489,59 @@ textarea.v-field__input::placeholder {
22271
22489
  .offset-xxl-11 {
22272
22490
  margin-inline-start: 91.6666666667%;
22273
22491
  }
22492
+ }.v-icon {
22493
+ --v-icon-size-multiplier: 1;
22494
+ align-items: center;
22495
+ display: inline-flex;
22496
+ font-feature-settings: "liga";
22497
+ height: 1em;
22498
+ justify-content: center;
22499
+ letter-spacing: normal;
22500
+ line-height: 1;
22501
+ position: relative;
22502
+ text-indent: 0;
22503
+ text-align: center;
22504
+ -webkit-user-select: none;
22505
+ user-select: none;
22506
+ vertical-align: middle;
22507
+ width: 1em;
22508
+ min-width: 1em;
22509
+ }
22510
+ .v-icon--clickable {
22511
+ cursor: pointer;
22512
+ }
22513
+ .v-icon--disabled {
22514
+ pointer-events: none;
22515
+ opacity: 0.38;
22516
+ }
22517
+ .v-icon--size-x-small {
22518
+ font-size: calc(var(--v-icon-size-multiplier) * 1em);
22519
+ }
22520
+ .v-icon--size-small {
22521
+ font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
22522
+ }
22523
+ .v-icon--size-default {
22524
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
22525
+ }
22526
+ .v-icon--size-large {
22527
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
22528
+ }
22529
+ .v-icon--size-x-large {
22530
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
22531
+ }
22532
+
22533
+ .v-icon__svg {
22534
+ fill: currentColor;
22535
+ width: 100%;
22536
+ height: 100%;
22537
+ }
22538
+
22539
+ .v-icon--start {
22540
+ margin-inline-end: 8px;
22541
+ }
22542
+
22543
+ .v-icon--end {
22544
+ margin-inline-start: 8px;
22274
22545
  }.v-img {
22275
22546
  --v-theme-overlay-multiplier: 3;
22276
22547
  z-index: 0;
@@ -22521,6 +22792,21 @@ textarea.v-field__input::placeholder {
22521
22792
 
22522
22793
  .v-label--clickable {
22523
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
+ }.v-layout {
22803
+ --v-scrollbar-offset: 0px;
22804
+ display: flex;
22805
+ flex: 1 1 auto;
22806
+ }
22807
+ .v-layout--full-height {
22808
+ --v-scrollbar-offset: inherit;
22809
+ height: 100%;
22524
22810
  }.v-list {
22525
22811
  overflow: auto;
22526
22812
  padding: 8px 0;
@@ -23272,59 +23558,6 @@ textarea.v-field__input::placeholder {
23272
23558
  .v-navigation-drawer__append {
23273
23559
  flex: none;
23274
23560
  overflow: hidden;
23275
- }.v-icon {
23276
- --v-icon-size-multiplier: 1;
23277
- align-items: center;
23278
- display: inline-flex;
23279
- font-feature-settings: "liga";
23280
- height: 1em;
23281
- justify-content: center;
23282
- letter-spacing: normal;
23283
- line-height: 1;
23284
- position: relative;
23285
- text-indent: 0;
23286
- text-align: center;
23287
- -webkit-user-select: none;
23288
- user-select: none;
23289
- vertical-align: middle;
23290
- width: 1em;
23291
- min-width: 1em;
23292
- }
23293
- .v-icon--clickable {
23294
- cursor: pointer;
23295
- }
23296
- .v-icon--disabled {
23297
- pointer-events: none;
23298
- opacity: 0.38;
23299
- }
23300
- .v-icon--size-x-small {
23301
- font-size: calc(var(--v-icon-size-multiplier) * 1em);
23302
- }
23303
- .v-icon--size-small {
23304
- font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
23305
- }
23306
- .v-icon--size-default {
23307
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
23308
- }
23309
- .v-icon--size-large {
23310
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
23311
- }
23312
- .v-icon--size-x-large {
23313
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
23314
- }
23315
-
23316
- .v-icon__svg {
23317
- fill: currentColor;
23318
- width: 100%;
23319
- height: 100%;
23320
- }
23321
-
23322
- .v-icon--start {
23323
- margin-inline-end: 8px;
23324
- }
23325
-
23326
- .v-icon--end {
23327
- margin-inline-start: 8px;
23328
23561
  }.v-overlay-container {
23329
23562
  contain: layout;
23330
23563
  left: 0;
@@ -23446,6 +23679,12 @@ html.v-overlay-scroll-blocked {
23446
23679
  }
23447
23680
  .v-otp-input__loader .v-progress-linear {
23448
23681
  position: absolute;
23682
+ }.v-parallax {
23683
+ position: relative;
23684
+ overflow: hidden;
23685
+ }
23686
+ .v-parallax--active > .v-img__img {
23687
+ will-change: transform;
23449
23688
  }.v-pagination__list {
23450
23689
  display: inline-flex;
23451
23690
  list-style-type: none;
@@ -23454,12 +23693,6 @@ html.v-overlay-scroll-blocked {
23454
23693
  }
23455
23694
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23456
23695
  margin: 0.3rem;
23457
- }.v-parallax {
23458
- position: relative;
23459
- overflow: hidden;
23460
- }
23461
- .v-parallax--active > .v-img__img {
23462
- will-change: transform;
23463
23696
  }.v-progress-circular {
23464
23697
  align-items: center;
23465
23698
  display: inline-flex;
@@ -23802,6 +24035,59 @@ html.v-overlay-scroll-blocked {
23802
24035
  }
23803
24036
  .v-radio-group .v-input__details {
23804
24037
  padding-inline: 16px;
24038
+ }.v-rating {
24039
+ max-width: 100%;
24040
+ display: inline-flex;
24041
+ white-space: nowrap;
24042
+ }
24043
+ .v-rating--readonly {
24044
+ pointer-events: none;
24045
+ }
24046
+
24047
+ .v-rating__wrapper {
24048
+ align-items: center;
24049
+ display: inline-flex;
24050
+ flex-direction: column;
24051
+ }
24052
+ .v-rating__wrapper--bottom {
24053
+ flex-direction: column-reverse;
24054
+ }
24055
+
24056
+ .v-rating__item {
24057
+ display: inline-flex;
24058
+ position: relative;
24059
+ }
24060
+ .v-rating__item label {
24061
+ cursor: pointer;
24062
+ }
24063
+ .v-rating__item .v-btn--variant-plain {
24064
+ opacity: 1;
24065
+ }
24066
+ .v-rating__item .v-btn {
24067
+ transition-property: transform;
24068
+ }
24069
+ .v-rating__item .v-btn .v-icon {
24070
+ transition: inherit;
24071
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24072
+ }
24073
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24074
+ transform: scale(1.25);
24075
+ }
24076
+ .v-rating__item--half {
24077
+ overflow: hidden;
24078
+ position: absolute;
24079
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24080
+ z-index: 1;
24081
+ }
24082
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24083
+ opacity: 0;
24084
+ }
24085
+
24086
+ .v-rating__hidden {
24087
+ height: 0;
24088
+ opacity: 0;
24089
+ position: absolute;
24090
+ width: 0;
23805
24091
  }.v-slider .v-slider__container input {
23806
24092
  cursor: default;
23807
24093
  padding: 0;
@@ -23859,59 +24145,6 @@ html.v-overlay-scroll-blocked {
23859
24145
 
23860
24146
  .v-slider__label {
23861
24147
  margin-inline-end: 12px;
23862
- }.v-rating {
23863
- max-width: 100%;
23864
- display: inline-flex;
23865
- white-space: nowrap;
23866
- }
23867
- .v-rating--readonly {
23868
- pointer-events: none;
23869
- }
23870
-
23871
- .v-rating__wrapper {
23872
- align-items: center;
23873
- display: inline-flex;
23874
- flex-direction: column;
23875
- }
23876
- .v-rating__wrapper--bottom {
23877
- flex-direction: column-reverse;
23878
- }
23879
-
23880
- .v-rating__item {
23881
- display: inline-flex;
23882
- position: relative;
23883
- }
23884
- .v-rating__item label {
23885
- cursor: pointer;
23886
- }
23887
- .v-rating__item .v-btn--variant-plain {
23888
- opacity: 1;
23889
- }
23890
- .v-rating__item .v-btn {
23891
- transition-property: transform;
23892
- }
23893
- .v-rating__item .v-btn .v-icon {
23894
- transition: inherit;
23895
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23896
- }
23897
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
23898
- transform: scale(1.25);
23899
- }
23900
- .v-rating__item--half {
23901
- overflow: hidden;
23902
- position: absolute;
23903
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23904
- z-index: 1;
23905
- }
23906
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
23907
- opacity: 0;
23908
- }
23909
-
23910
- .v-rating__hidden {
23911
- height: 0;
23912
- opacity: 0;
23913
- position: absolute;
23914
- width: 0;
23915
24148
  }.v-responsive {
23916
24149
  display: flex;
23917
24150
  flex: 1 0 auto;
@@ -23990,6 +24223,42 @@ html.v-overlay-scroll-blocked {
23990
24223
  .v-select--active-menu .v-select__menu-icon {
23991
24224
  opacity: var(--v-high-emphasis-opacity);
23992
24225
  transform: rotate(180deg);
24226
+ }.v-sheet {
24227
+ display: block;
24228
+ }
24229
+ .v-sheet {
24230
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24231
+ border-style: solid;
24232
+ border-width: 0;
24233
+ }
24234
+ .v-sheet--border {
24235
+ border-width: thin;
24236
+ box-shadow: none;
24237
+ }
24238
+ .v-sheet {
24239
+ 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));
24240
+ }
24241
+ .v-sheet--absolute {
24242
+ position: absolute;
24243
+ }
24244
+ .v-sheet--fixed {
24245
+ position: fixed;
24246
+ }
24247
+ .v-sheet--relative {
24248
+ position: relative;
24249
+ }
24250
+ .v-sheet--sticky {
24251
+ position: sticky;
24252
+ }
24253
+ .v-sheet {
24254
+ border-radius: 0;
24255
+ }
24256
+ .v-sheet {
24257
+ background: rgb(var(--v-theme-surface));
24258
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24259
+ }
24260
+ .v-sheet--rounded {
24261
+ border-radius: 4px;
23993
24262
  }.v-selection-control {
23994
24263
  align-items: center;
23995
24264
  contain: layout;
@@ -24099,42 +24368,6 @@ html.v-overlay-scroll-blocked {
24099
24368
  .v-selection-control-group--inline {
24100
24369
  flex-direction: row;
24101
24370
  flex-wrap: wrap;
24102
- }.v-sheet {
24103
- display: block;
24104
- }
24105
- .v-sheet {
24106
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24107
- border-style: solid;
24108
- border-width: 0;
24109
- }
24110
- .v-sheet--border {
24111
- border-width: thin;
24112
- box-shadow: none;
24113
- }
24114
- .v-sheet {
24115
- 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));
24116
- }
24117
- .v-sheet--absolute {
24118
- position: absolute;
24119
- }
24120
- .v-sheet--fixed {
24121
- position: fixed;
24122
- }
24123
- .v-sheet--relative {
24124
- position: relative;
24125
- }
24126
- .v-sheet--sticky {
24127
- position: sticky;
24128
- }
24129
- .v-sheet {
24130
- border-radius: 0;
24131
- }
24132
- .v-sheet {
24133
- background: rgb(var(--v-theme-surface));
24134
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24135
- }
24136
- .v-sheet--rounded {
24137
- border-radius: 4px;
24138
24371
  }.v-skeleton-loader {
24139
24372
  align-items: center;
24140
24373
  background: rgb(var(--v-theme-surface));
@@ -24596,190 +24829,15 @@ html.v-overlay-scroll-blocked {
24596
24829
  }
24597
24830
  .v-speed-dial__content > *:nth-child(10) {
24598
24831
  transition-delay: 0.45s;
24599
- }.v-stepper.v-sheet {
24600
- overflow: hidden;
24601
- }
24602
- .v-stepper.v-sheet {
24603
- 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));
24604
- }
24605
- .v-stepper.v-sheet {
24606
- border-radius: 4px;
24607
- }
24608
- .v-stepper.v-sheet.v-stepper--flat {
24609
- 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));
24832
+ }.v-switch .v-label {
24833
+ padding-inline-start: 10px;
24610
24834
  }
24611
24835
 
24612
- .v-stepper-header {
24613
- align-items: center;
24836
+ .v-switch__loader {
24614
24837
  display: flex;
24615
- position: relative;
24616
- overflow-x: auto;
24617
- justify-content: space-between;
24618
- z-index: 1;
24619
24838
  }
24620
- .v-stepper-header {
24621
- 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));
24622
- }
24623
- .v-stepper-header .v-divider {
24624
- margin: 0 -16px;
24625
- }
24626
- .v-stepper-header .v-divider:last-child {
24627
- margin-inline-end: 0;
24628
- }
24629
- .v-stepper-header .v-divider:first-child {
24630
- margin-inline-start: 0;
24631
- }
24632
- .v-stepper--alt-labels .v-stepper-header {
24633
- height: auto;
24634
- }
24635
- .v-stepper--alt-labels .v-stepper-header .v-divider {
24636
- align-self: flex-start;
24637
- margin: 35px -67px 0;
24638
- }
24639
-
24640
- .v-stepper-window {
24641
- margin: 1.5rem;
24642
- }
24643
-
24644
- .v-stepper-actions {
24645
- display: flex;
24646
- align-items: center;
24647
- justify-content: space-between;
24648
- padding: 1rem;
24649
- }
24650
- .v-stepper .v-stepper-actions {
24651
- padding: 0 1.5rem 1rem;
24652
- }
24653
- .v-stepper-window-item .v-stepper-actions {
24654
- padding: 1.5rem 0 0;
24655
- }.v-stepper-item {
24656
- align-items: center;
24657
- align-self: stretch;
24658
- display: inline-flex;
24659
- flex: none;
24660
- outline: none;
24661
- opacity: var(--v-medium-emphasis-opacity);
24662
- padding: 1.5rem;
24663
- position: relative;
24664
- transition-duration: 0.2s;
24665
- transition-property: opacity;
24666
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24667
- }
24668
- .v-stepper-item:hover > .v-stepper-item__overlay {
24669
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24670
- }
24671
- .v-stepper-item:focus-visible > .v-stepper-item__overlay {
24672
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24673
- }
24674
- @supports not selector(:focus-visible) {
24675
- .v-stepper-item:focus > .v-stepper-item__overlay {
24676
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24677
- }
24678
- }
24679
- .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
24680
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
24681
- }
24682
- .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
24683
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
24684
- }
24685
- .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 {
24686
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24687
- }
24688
- @supports not selector(:focus-visible) {
24689
- .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
24690
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24691
- }
24692
- }
24693
- .v-stepper--non-linear .v-stepper-item {
24694
- opacity: var(--v-high-emphasis-opacity);
24695
- }
24696
- .v-stepper-item--selected {
24697
- opacity: 1;
24698
- }
24699
- .v-stepper-item--error {
24700
- color: rgb(var(--v-theme-error));
24701
- }
24702
- .v-stepper-item--disabled {
24703
- opacity: var(--v-medium-emphasis-opacity);
24704
- pointer-events: none;
24705
- }
24706
- .v-stepper--alt-labels .v-stepper-item {
24707
- flex-direction: column;
24708
- justify-content: flex-start;
24709
- align-items: center;
24710
- flex-basis: 175px;
24711
- }
24712
-
24713
- .v-stepper-item__avatar.v-avatar {
24714
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24715
- color: rgb(var(--v-theme-on-surface-variant));
24716
- font-size: 0.75rem;
24717
- margin-inline-end: 8px;
24718
- }
24719
- .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
24720
- margin-inline-end: 0;
24721
- }
24722
- .v-stepper-item__avatar.v-avatar .v-icon {
24723
- font-size: 0.875rem;
24724
- }
24725
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
24726
- background: rgb(var(--v-theme-surface-variant));
24727
- }
24728
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
24729
- background: rgb(var(--v-theme-error));
24730
- }
24731
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
24732
- margin-bottom: 16px;
24733
- margin-inline-end: 0;
24734
- }
24735
-
24736
- .v-stepper-item__title {
24737
- line-height: 1;
24738
- }
24739
- .v-stepper--mobile .v-stepper-item__title {
24740
- display: none;
24741
- }
24742
-
24743
- .v-stepper-item__subtitle {
24744
- font-size: 0.75rem;
24745
- text-align: left;
24746
- line-height: 1;
24747
- opacity: var(--v-medium-emphasis-opacity);
24748
- }
24749
- .v-stepper--alt-labels .v-stepper-item__subtitle {
24750
- text-align: center;
24751
- }
24752
- .v-stepper--mobile .v-stepper-item__subtitle {
24753
- display: none;
24754
- }
24755
-
24756
- .v-stepper-item__overlay {
24757
- background-color: currentColor;
24758
- border-radius: inherit;
24759
- opacity: 0;
24760
- transition: opacity 0.2s ease-in-out;
24761
- }
24762
-
24763
- .v-stepper-item__overlay,
24764
- .v-stepper-item__underlay {
24765
- pointer-events: none;
24766
- }
24767
- .v-stepper-item__overlay,
24768
- .v-stepper-item__underlay {
24769
- position: absolute;
24770
- top: 0;
24771
- left: 0;
24772
- width: 100%;
24773
- height: 100%;
24774
- }.v-switch .v-label {
24775
- padding-inline-start: 10px;
24776
- }
24777
-
24778
- .v-switch__loader {
24779
- display: flex;
24780
- }
24781
- .v-switch__loader .v-progress-circular {
24782
- color: rgb(var(--v-theme-surface));
24839
+ .v-switch__loader .v-progress-circular {
24840
+ color: rgb(var(--v-theme-surface));
24783
24841
  }
24784
24842
 
24785
24843
  .v-switch__track,
@@ -24953,101 +25011,181 @@ html.v-overlay-scroll-blocked {
24953
25011
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
24954
25012
  border-width: 0;
24955
25013
  }
24956
- }.v-tab.v-tab.v-btn {
24957
- height: var(--v-tabs-height);
24958
- border-radius: 0;
24959
- min-width: 90px;
24960
- }
24961
- .v-slide-group--horizontal .v-tab {
24962
- max-width: 360px;
25014
+ }.v-stepper.v-sheet {
25015
+ overflow: hidden;
24963
25016
  }
24964
- .v-slide-group--vertical .v-tab {
24965
- justify-content: start;
25017
+ .v-stepper.v-sheet {
25018
+ 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));
24966
25019
  }
24967
-
24968
- .v-tab__slider {
24969
- position: absolute;
24970
- bottom: 0;
24971
- left: 0;
24972
- height: 2px;
24973
- width: 100%;
24974
- background: currentColor;
24975
- pointer-events: none;
24976
- opacity: 0;
25020
+ .v-stepper.v-sheet {
25021
+ border-radius: 4px;
24977
25022
  }
24978
- .v-tab--selected .v-tab__slider {
24979
- opacity: 1;
25023
+ .v-stepper.v-sheet.v-stepper--flat {
25024
+ 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));
24980
25025
  }
24981
- .v-slide-group--vertical .v-tab__slider {
24982
- top: 0;
24983
- height: 100%;
24984
- width: 2px;
24985
- }.v-tabs {
25026
+
25027
+ .v-stepper-header {
25028
+ align-items: center;
24986
25029
  display: flex;
24987
- height: var(--v-tabs-height);
24988
- }
24989
- .v-tabs--density-default {
24990
- --v-tabs-height: 48px;
24991
- }
24992
- .v-tabs--density-default.v-tabs--stacked {
24993
- --v-tabs-height: 72px;
25030
+ position: relative;
25031
+ overflow-x: auto;
25032
+ justify-content: space-between;
25033
+ z-index: 1;
24994
25034
  }
24995
-
24996
- .v-tabs--density-comfortable {
24997
- --v-tabs-height: 44px;
25035
+ .v-stepper-header {
25036
+ 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));
24998
25037
  }
24999
- .v-tabs--density-comfortable.v-tabs--stacked {
25000
- --v-tabs-height: 68px;
25038
+ .v-stepper-header .v-divider {
25039
+ margin: 0 -16px;
25001
25040
  }
25002
-
25003
- .v-tabs--density-compact {
25004
- --v-tabs-height: 36px;
25041
+ .v-stepper-header .v-divider:last-child {
25042
+ margin-inline-end: 0;
25005
25043
  }
25006
- .v-tabs--density-compact.v-tabs--stacked {
25007
- --v-tabs-height: 60px;
25044
+ .v-stepper-header .v-divider:first-child {
25045
+ margin-inline-start: 0;
25008
25046
  }
25009
-
25010
- .v-tabs.v-slide-group--vertical {
25047
+ .v-stepper--alt-labels .v-stepper-header {
25011
25048
  height: auto;
25012
- flex: none;
25013
- --v-tabs-height: 48px;
25014
25049
  }
25015
-
25016
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25017
- margin-inline-start: 42px;
25050
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
25051
+ align-self: flex-start;
25052
+ margin: 35px -67px 0;
25018
25053
  }
25019
25054
 
25020
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25021
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25022
- margin-inline-end: auto;
25023
- }
25024
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25025
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25026
- margin-inline-start: auto;
25055
+ .v-stepper-window {
25056
+ margin: 1.5rem;
25027
25057
  }
25028
25058
 
25029
- .v-tabs--grow {
25030
- flex-grow: 1;
25059
+ .v-stepper-actions {
25060
+ display: flex;
25061
+ align-items: center;
25062
+ justify-content: space-between;
25063
+ padding: 1rem;
25031
25064
  }
25032
- .v-tabs--grow .v-tab {
25033
- flex: 1 0 auto;
25034
- max-width: none;
25065
+ .v-stepper .v-stepper-actions {
25066
+ padding: 0 1.5rem 1rem;
25067
+ }
25068
+ .v-stepper-window-item .v-stepper-actions {
25069
+ padding: 1.5rem 0 0;
25070
+ }.v-stepper-item {
25071
+ align-items: center;
25072
+ align-self: stretch;
25073
+ display: inline-flex;
25074
+ flex: none;
25075
+ outline: none;
25076
+ opacity: var(--v-medium-emphasis-opacity);
25077
+ padding: 1.5rem;
25078
+ position: relative;
25079
+ transition-duration: 0.2s;
25080
+ transition-property: opacity;
25081
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25082
+ }
25083
+ .v-stepper-item:hover > .v-stepper-item__overlay {
25084
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
25085
+ }
25086
+ .v-stepper-item:focus-visible > .v-stepper-item__overlay {
25087
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25088
+ }
25089
+ @supports not selector(:focus-visible) {
25090
+ .v-stepper-item:focus > .v-stepper-item__overlay {
25091
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25092
+ }
25093
+ }
25094
+ .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
25095
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
25096
+ }
25097
+ .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
25098
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
25099
+ }
25100
+ .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 {
25101
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
25102
+ }
25103
+ @supports not selector(:focus-visible) {
25104
+ .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
25105
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
25106
+ }
25107
+ }
25108
+ .v-stepper--non-linear .v-stepper-item {
25109
+ opacity: var(--v-high-emphasis-opacity);
25110
+ }
25111
+ .v-stepper-item--selected {
25112
+ opacity: 1;
25113
+ }
25114
+ .v-stepper-item--error {
25115
+ color: rgb(var(--v-theme-error));
25116
+ }
25117
+ .v-stepper-item--disabled {
25118
+ opacity: var(--v-medium-emphasis-opacity);
25119
+ pointer-events: none;
25120
+ }
25121
+ .v-stepper--alt-labels .v-stepper-item {
25122
+ flex-direction: column;
25123
+ justify-content: flex-start;
25124
+ align-items: center;
25125
+ flex-basis: 175px;
25035
25126
  }
25036
25127
 
25037
- .v-tabs--align-tabs-end .v-tab:first-child {
25038
- margin-inline-start: auto;
25128
+ .v-stepper-item__avatar.v-avatar {
25129
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
25130
+ color: rgb(var(--v-theme-on-surface-variant));
25131
+ font-size: 0.75rem;
25132
+ margin-inline-end: 8px;
25039
25133
  }
25040
- .v-tabs--align-tabs-end .v-tab:last-child {
25134
+ .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
25135
+ margin-inline-end: 0;
25136
+ }
25137
+ .v-stepper-item__avatar.v-avatar .v-icon {
25138
+ font-size: 0.875rem;
25139
+ }
25140
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
25141
+ background: rgb(var(--v-theme-surface-variant));
25142
+ }
25143
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
25144
+ background: rgb(var(--v-theme-error));
25145
+ }
25146
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
25147
+ margin-bottom: 16px;
25041
25148
  margin-inline-end: 0;
25042
25149
  }
25043
25150
 
25044
- @media (max-width: 1279.98px) {
25045
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25046
- margin-inline-start: 52px;
25047
- }
25048
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25049
- margin-inline-end: 52px;
25050
- }
25151
+ .v-stepper-item__title {
25152
+ line-height: 1;
25153
+ }
25154
+ .v-stepper--mobile .v-stepper-item__title {
25155
+ display: none;
25156
+ }
25157
+
25158
+ .v-stepper-item__subtitle {
25159
+ font-size: 0.75rem;
25160
+ text-align: left;
25161
+ line-height: 1;
25162
+ opacity: var(--v-medium-emphasis-opacity);
25163
+ }
25164
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
25165
+ text-align: center;
25166
+ }
25167
+ .v-stepper--mobile .v-stepper-item__subtitle {
25168
+ display: none;
25169
+ }
25170
+
25171
+ .v-stepper-item__overlay {
25172
+ background-color: currentColor;
25173
+ border-radius: inherit;
25174
+ opacity: 0;
25175
+ transition: opacity 0.2s ease-in-out;
25176
+ }
25177
+
25178
+ .v-stepper-item__overlay,
25179
+ .v-stepper-item__underlay {
25180
+ pointer-events: none;
25181
+ }
25182
+ .v-stepper-item__overlay,
25183
+ .v-stepper-item__underlay {
25184
+ position: absolute;
25185
+ top: 0;
25186
+ left: 0;
25187
+ width: 100%;
25188
+ height: 100%;
25051
25189
  }.v-system-bar {
25052
25190
  align-items: center;
25053
25191
  display: flex;
@@ -25091,6 +25229,101 @@ html.v-overlay-scroll-blocked {
25091
25229
  }
25092
25230
  .v-system-bar:not(.v-system-bar--absolute) {
25093
25231
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25232
+ }.v-tab.v-tab.v-btn {
25233
+ height: var(--v-tabs-height);
25234
+ border-radius: 0;
25235
+ min-width: 90px;
25236
+ }
25237
+ .v-slide-group--horizontal .v-tab {
25238
+ max-width: 360px;
25239
+ }
25240
+ .v-slide-group--vertical .v-tab {
25241
+ justify-content: start;
25242
+ }
25243
+
25244
+ .v-tab__slider {
25245
+ position: absolute;
25246
+ bottom: 0;
25247
+ left: 0;
25248
+ height: 2px;
25249
+ width: 100%;
25250
+ background: currentColor;
25251
+ pointer-events: none;
25252
+ opacity: 0;
25253
+ }
25254
+ .v-tab--selected .v-tab__slider {
25255
+ opacity: 1;
25256
+ }
25257
+ .v-slide-group--vertical .v-tab__slider {
25258
+ top: 0;
25259
+ height: 100%;
25260
+ width: 2px;
25261
+ }.v-tabs {
25262
+ display: flex;
25263
+ height: var(--v-tabs-height);
25264
+ }
25265
+ .v-tabs--density-default {
25266
+ --v-tabs-height: 48px;
25267
+ }
25268
+ .v-tabs--density-default.v-tabs--stacked {
25269
+ --v-tabs-height: 72px;
25270
+ }
25271
+
25272
+ .v-tabs--density-comfortable {
25273
+ --v-tabs-height: 44px;
25274
+ }
25275
+ .v-tabs--density-comfortable.v-tabs--stacked {
25276
+ --v-tabs-height: 68px;
25277
+ }
25278
+
25279
+ .v-tabs--density-compact {
25280
+ --v-tabs-height: 36px;
25281
+ }
25282
+ .v-tabs--density-compact.v-tabs--stacked {
25283
+ --v-tabs-height: 60px;
25284
+ }
25285
+
25286
+ .v-tabs.v-slide-group--vertical {
25287
+ height: auto;
25288
+ flex: none;
25289
+ --v-tabs-height: 48px;
25290
+ }
25291
+
25292
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25293
+ margin-inline-start: 42px;
25294
+ }
25295
+
25296
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25297
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25298
+ margin-inline-end: auto;
25299
+ }
25300
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25301
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25302
+ margin-inline-start: auto;
25303
+ }
25304
+
25305
+ .v-tabs--grow {
25306
+ flex-grow: 1;
25307
+ }
25308
+ .v-tabs--grow .v-tab {
25309
+ flex: 1 0 auto;
25310
+ max-width: none;
25311
+ }
25312
+
25313
+ .v-tabs--align-tabs-end .v-tab:first-child {
25314
+ margin-inline-start: auto;
25315
+ }
25316
+ .v-tabs--align-tabs-end .v-tab:last-child {
25317
+ margin-inline-end: 0;
25318
+ }
25319
+
25320
+ @media (max-width: 1279.98px) {
25321
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25322
+ margin-inline-start: 52px;
25323
+ }
25324
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25325
+ margin-inline-end: 52px;
25326
+ }
25094
25327
  }.v-table {
25095
25328
  font-size: 0.875rem;
25096
25329
  transition-duration: 0.28s;
@@ -25300,48 +25533,152 @@ html.v-overlay-scroll-blocked {
25300
25533
  padding-inline-end: var(--v-field-padding-end);
25301
25534
  }
25302
25535
 
25303
- /* endregion */.v-textarea .v-field {
25304
- --v-textarea-control-height: var(--v-input-control-height);
25536
+ /* endregion */.v-theme-provider {
25537
+ background: rgb(var(--v-theme-background));
25538
+ color: rgb(var(--v-theme-on-background));
25539
+ }.v-toolbar {
25540
+ align-items: flex-start;
25541
+ display: flex;
25542
+ flex: none;
25543
+ flex-direction: column;
25544
+ justify-content: space-between;
25545
+ max-width: 100%;
25546
+ position: relative;
25547
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25548
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25549
+ width: 100%;
25305
25550
  }
25306
- .v-textarea .v-field__field {
25307
- --v-input-control-height: var(--v-textarea-control-height);
25551
+ .v-toolbar {
25552
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25553
+ border-style: solid;
25554
+ border-width: 0;
25308
25555
  }
25309
- .v-textarea .v-field__input {
25310
- flex: 1 1 auto;
25311
- outline: none;
25312
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25313
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25556
+ .v-toolbar--border {
25557
+ border-width: thin;
25558
+ box-shadow: none;
25314
25559
  }
25315
- .v-textarea .v-field__input.v-textarea__sizer {
25316
- visibility: hidden;
25317
- position: absolute;
25318
- top: 0;
25319
- left: 0;
25320
- height: 0 !important;
25321
- min-height: 0 !important;
25322
- pointer-events: none;
25560
+ .v-toolbar {
25561
+ 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));
25323
25562
  }
25324
- .v-textarea--no-resize .v-field__input {
25325
- resize: none;
25563
+ .v-toolbar {
25564
+ border-radius: 0;
25326
25565
  }
25327
- .v-textarea .v-field--no-label textarea,
25328
- .v-textarea .v-field--active textarea {
25329
- opacity: 1;
25566
+ .v-toolbar {
25567
+ background: rgb(var(--v-theme-surface-light));
25568
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25330
25569
  }
25331
- .v-textarea textarea {
25332
- opacity: 0;
25333
- flex: 1;
25570
+ .v-toolbar--absolute {
25571
+ position: absolute;
25572
+ }
25573
+ .v-toolbar--collapse {
25574
+ max-width: 112px;
25575
+ overflow: hidden;
25576
+ border-end-end-radius: 24px;
25577
+ }
25578
+ .v-toolbar--collapse .v-toolbar-title {
25579
+ display: none;
25580
+ }
25581
+ .v-toolbar--flat {
25582
+ 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));
25583
+ }
25584
+ .v-toolbar--floating {
25585
+ display: inline-flex;
25586
+ }
25587
+ .v-toolbar--rounded {
25588
+ border-radius: 4px;
25589
+ }
25590
+
25591
+ .v-toolbar__content,
25592
+ .v-toolbar__extension {
25593
+ align-items: center;
25594
+ display: flex;
25595
+ flex: 0 0 auto;
25596
+ position: relative;
25597
+ transition: inherit;
25598
+ width: 100%;
25599
+ }
25600
+
25601
+ .v-toolbar__content {
25602
+ overflow: hidden;
25603
+ }
25604
+ .v-toolbar__content > .v-btn:first-child {
25605
+ margin-inline-start: 4px;
25606
+ }
25607
+ .v-toolbar__content > .v-btn:last-child {
25608
+ margin-inline-end: 4px;
25609
+ }
25610
+ .v-toolbar__content > .v-toolbar-title {
25611
+ margin-inline-start: 20px;
25612
+ }
25613
+ .v-toolbar--density-prominent .v-toolbar__content {
25614
+ align-items: flex-start;
25615
+ }
25616
+
25617
+ .v-toolbar__image {
25618
+ display: flex;
25619
+ opacity: var(--v-toolbar-image-opacity, 1);
25620
+ transition-property: opacity;
25621
+ }
25622
+ .v-toolbar__image {
25623
+ position: absolute;
25624
+ top: 0;
25625
+ left: 0;
25626
+ width: 100%;
25627
+ height: 100%;
25628
+ }
25629
+
25630
+ .v-toolbar__prepend,
25631
+ .v-toolbar__append {
25632
+ align-items: center;
25633
+ align-self: stretch;
25634
+ display: flex;
25635
+ }
25636
+
25637
+ .v-toolbar__prepend {
25638
+ margin-inline: 4px auto;
25639
+ }
25640
+
25641
+ .v-toolbar__append {
25642
+ margin-inline: auto 4px;
25643
+ }
25644
+
25645
+ .v-toolbar-title {
25646
+ flex: 1 1;
25647
+ font-size: 1.25rem;
25334
25648
  min-width: 0;
25335
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25336
25649
  }
25337
- .v-textarea textarea:focus, .v-textarea textarea:active {
25338
- outline: none;
25650
+ .v-toolbar-title {
25651
+ font-size: 1.25rem;
25652
+ font-weight: 400;
25653
+ letter-spacing: 0;
25654
+ line-height: 1.75rem;
25655
+ text-transform: none;
25339
25656
  }
25340
- .v-textarea textarea:invalid {
25341
- box-shadow: none;
25342
- }.v-theme-provider {
25343
- background: rgb(var(--v-theme-background));
25344
- color: rgb(var(--v-theme-on-background));
25657
+ .v-toolbar--density-prominent .v-toolbar-title {
25658
+ align-self: flex-end;
25659
+ padding-bottom: 6px;
25660
+ }
25661
+ .v-toolbar--density-prominent .v-toolbar-title {
25662
+ font-size: 1.5rem;
25663
+ font-weight: 400;
25664
+ letter-spacing: 0;
25665
+ line-height: 2.25rem;
25666
+ text-transform: none;
25667
+ }
25668
+
25669
+ .v-toolbar-title__placeholder {
25670
+ overflow: hidden;
25671
+ text-overflow: ellipsis;
25672
+ white-space: nowrap;
25673
+ }
25674
+
25675
+ .v-toolbar-items {
25676
+ display: flex;
25677
+ height: inherit;
25678
+ align-self: stretch;
25679
+ }
25680
+ .v-toolbar-items > .v-btn {
25681
+ border-radius: 0;
25345
25682
  }.v-timeline .v-timeline-divider__dot {
25346
25683
  background: rgb(var(--v-theme-surface-light));
25347
25684
  }
@@ -25760,149 +26097,6 @@ html.v-overlay-scroll-blocked {
25760
26097
 
25761
26098
  .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 {
25762
26099
  padding-inline-end: 0;
25763
- }.v-toolbar {
25764
- align-items: flex-start;
25765
- display: flex;
25766
- flex: none;
25767
- flex-direction: column;
25768
- justify-content: space-between;
25769
- max-width: 100%;
25770
- position: relative;
25771
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25772
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25773
- width: 100%;
25774
- }
25775
- .v-toolbar {
25776
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25777
- border-style: solid;
25778
- border-width: 0;
25779
- }
25780
- .v-toolbar--border {
25781
- border-width: thin;
25782
- box-shadow: none;
25783
- }
25784
- .v-toolbar {
25785
- 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));
25786
- }
25787
- .v-toolbar {
25788
- border-radius: 0;
25789
- }
25790
- .v-toolbar {
25791
- background: rgb(var(--v-theme-surface-light));
25792
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25793
- }
25794
- .v-toolbar--absolute {
25795
- position: absolute;
25796
- }
25797
- .v-toolbar--collapse {
25798
- max-width: 112px;
25799
- overflow: hidden;
25800
- border-end-end-radius: 24px;
25801
- }
25802
- .v-toolbar--collapse .v-toolbar-title {
25803
- display: none;
25804
- }
25805
- .v-toolbar--flat {
25806
- 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));
25807
- }
25808
- .v-toolbar--floating {
25809
- display: inline-flex;
25810
- }
25811
- .v-toolbar--rounded {
25812
- border-radius: 4px;
25813
- }
25814
-
25815
- .v-toolbar__content,
25816
- .v-toolbar__extension {
25817
- align-items: center;
25818
- display: flex;
25819
- flex: 0 0 auto;
25820
- position: relative;
25821
- transition: inherit;
25822
- width: 100%;
25823
- }
25824
-
25825
- .v-toolbar__content {
25826
- overflow: hidden;
25827
- }
25828
- .v-toolbar__content > .v-btn:first-child {
25829
- margin-inline-start: 4px;
25830
- }
25831
- .v-toolbar__content > .v-btn:last-child {
25832
- margin-inline-end: 4px;
25833
- }
25834
- .v-toolbar__content > .v-toolbar-title {
25835
- margin-inline-start: 20px;
25836
- }
25837
- .v-toolbar--density-prominent .v-toolbar__content {
25838
- align-items: flex-start;
25839
- }
25840
-
25841
- .v-toolbar__image {
25842
- display: flex;
25843
- opacity: var(--v-toolbar-image-opacity, 1);
25844
- transition-property: opacity;
25845
- }
25846
- .v-toolbar__image {
25847
- position: absolute;
25848
- top: 0;
25849
- left: 0;
25850
- width: 100%;
25851
- height: 100%;
25852
- }
25853
-
25854
- .v-toolbar__prepend,
25855
- .v-toolbar__append {
25856
- align-items: center;
25857
- align-self: stretch;
25858
- display: flex;
25859
- }
25860
-
25861
- .v-toolbar__prepend {
25862
- margin-inline: 4px auto;
25863
- }
25864
-
25865
- .v-toolbar__append {
25866
- margin-inline: auto 4px;
25867
- }
25868
-
25869
- .v-toolbar-title {
25870
- flex: 1 1;
25871
- font-size: 1.25rem;
25872
- min-width: 0;
25873
- }
25874
- .v-toolbar-title {
25875
- font-size: 1.25rem;
25876
- font-weight: 400;
25877
- letter-spacing: 0;
25878
- line-height: 1.75rem;
25879
- text-transform: none;
25880
- }
25881
- .v-toolbar--density-prominent .v-toolbar-title {
25882
- align-self: flex-end;
25883
- padding-bottom: 6px;
25884
- }
25885
- .v-toolbar--density-prominent .v-toolbar-title {
25886
- font-size: 1.5rem;
25887
- font-weight: 400;
25888
- letter-spacing: 0;
25889
- line-height: 2.25rem;
25890
- text-transform: none;
25891
- }
25892
-
25893
- .v-toolbar-title__placeholder {
25894
- overflow: hidden;
25895
- text-overflow: ellipsis;
25896
- white-space: nowrap;
25897
- }
25898
-
25899
- .v-toolbar-items {
25900
- display: flex;
25901
- height: inherit;
25902
- align-self: stretch;
25903
- }
25904
- .v-toolbar-items > .v-btn {
25905
- border-radius: 0;
25906
26100
  }.v-tooltip > .v-overlay__content {
25907
26101
  background: rgb(var(--v-theme-surface-variant));
25908
26102
  color: rgb(var(--v-theme-on-surface-variant));
@@ -25923,320 +26117,126 @@ html.v-overlay-scroll-blocked {
25923
26117
  transition-duration: 150ms;
25924
26118
  }
25925
26119
  .v-tooltip > .v-overlay__content[class*=leave-active] {
25926
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25927
- transition-duration: 75ms;
25928
- }.v-window {
25929
- overflow: hidden;
25930
- }
25931
- .v-window__container {
25932
- display: flex;
25933
- flex-direction: column;
25934
- height: inherit;
25935
- position: relative;
25936
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25937
- }
25938
- .v-window__controls {
25939
- position: absolute;
25940
- left: 0;
25941
- top: 0;
25942
- width: 100%;
25943
- height: 100%;
25944
- display: flex;
25945
- align-items: center;
25946
- justify-content: space-between;
25947
- padding: 0 16px;
25948
- pointer-events: none;
25949
- }
25950
- .v-window__controls > * {
25951
- pointer-events: auto;
25952
- }
25953
- .v-window--show-arrows-on-hover {
25954
- overflow: hidden;
25955
- }
25956
- .v-window--show-arrows-on-hover .v-window__left {
25957
- transform: translateX(-200%);
25958
- }
25959
- .v-window--show-arrows-on-hover .v-window__right {
25960
- transform: translateX(200%);
25961
- }
25962
- .v-window--show-arrows-on-hover:hover .v-window__left,
25963
- .v-window--show-arrows-on-hover:hover .v-window__right {
25964
- transform: translateX(0);
25965
- }
25966
-
25967
- .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
25968
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25969
- }
25970
- .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
25971
- position: absolute !important;
25972
- top: 0;
25973
- width: 100%;
25974
- }
25975
- .v-window-x-transition-enter-from {
25976
- transform: translateX(100%);
25977
- }
25978
- .v-window-x-transition-leave-to {
25979
- transform: translateX(-100%);
25980
- }
25981
- .v-window-x-reverse-transition-enter-from {
25982
- transform: translateX(-100%);
25983
- }
25984
- .v-window-x-reverse-transition-leave-to {
25985
- transform: translateX(100%);
25986
- }
25987
- .v-window-y-transition-enter-from {
25988
- transform: translateY(100%);
25989
- }
25990
- .v-window-y-transition-leave-to {
25991
- transform: translateY(-100%);
25992
- }
25993
- .v-window-y-reverse-transition-enter-from {
25994
- transform: translateY(-100%);
25995
- }
25996
- .v-window-y-reverse-transition-leave-to {
25997
- transform: translateY(100%);
25998
- }.v-virtual-scroll {
25999
- display: block;
26000
- flex: 1 1 auto;
26001
- max-width: 100%;
26002
- overflow: auto;
26003
- position: relative;
26004
- }
26005
- .v-virtual-scroll__container {
26006
- display: block;
26007
- }.v-data-table {
26008
- width: 100%;
26009
- }
26010
-
26011
- .v-data-table__table {
26012
- width: 100%;
26013
- border-collapse: separate;
26014
- border-spacing: 0;
26015
- }
26016
-
26017
- .v-data-table__tr--focus {
26018
- border: 1px dotted black;
26019
- }
26020
- .v-data-table__tr--clickable {
26021
- cursor: pointer;
26022
- }
26023
-
26024
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
26025
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
26026
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
26027
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
26028
- text-align: end;
26029
- }
26030
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
26031
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
26032
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
26033
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
26034
- flex-direction: row-reverse;
26035
- }
26036
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
26037
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
26038
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
26039
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
26040
- text-align: center;
26041
- }
26042
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
26043
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
26044
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
26045
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
26046
- justify-content: center;
26047
- }
26048
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
26049
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
26050
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
26051
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
26052
- padding: 0 8px;
26053
- }
26054
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
26055
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
26056
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
26057
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
26058
- text-overflow: ellipsis;
26059
- text-wrap: nowrap;
26060
- overflow: hidden;
26061
- }
26062
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
26063
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
26064
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
26065
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
26066
- display: contents;
26067
- }
26068
- .v-data-table .v-table__wrapper > table > thead > tr > th,
26069
- .v-data-table .v-table__wrapper > table tbody > tr > th {
26070
- align-items: center;
26071
- }
26072
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
26073
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
26074
- position: sticky;
26075
- }
26076
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
26077
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
26078
- cursor: pointer;
26079
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
26080
- }
26081
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
26082
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
26083
- opacity: 0;
26084
- }
26085
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
26086
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
26087
- opacity: 0.5;
26088
- }
26089
- .v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
26090
- .v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
26091
- height: -moz-fit-content;
26092
- height: fit-content;
26093
- }
26094
-
26095
- .v-data-table-column--fixed,
26096
- .v-data-table__th--sticky {
26097
- background: rgb(var(--v-theme-surface));
26098
- position: sticky !important;
26099
- left: 0;
26100
- z-index: 1;
26101
- }
26102
-
26103
- .v-data-table-column--last-fixed {
26104
- border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
26105
- }
26106
-
26107
- .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
26108
- z-index: 2;
26109
- }
26110
-
26111
- .v-data-table-group-header-row td {
26112
- background: rgba(var(--v-theme-surface));
26113
- color: rgba(var(--v-theme-on-surface));
26114
- }
26115
- .v-data-table-group-header-row td > span {
26116
- padding-left: 5px;
26117
- }
26118
-
26119
- .v-data-table--loading .v-data-table__td {
26120
- opacity: var(--v-disabled-opacity);
26120
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26121
+ transition-duration: 75ms;
26122
+ }.v-virtual-scroll {
26123
+ display: block;
26124
+ flex: 1 1 auto;
26125
+ max-width: 100%;
26126
+ overflow: auto;
26127
+ position: relative;
26121
26128
  }
26122
-
26123
- .v-data-table-group-header-row__column {
26124
- padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
26129
+ .v-virtual-scroll__container {
26130
+ display: block;
26131
+ }.v-window {
26132
+ overflow: hidden;
26125
26133
  }
26126
-
26127
- .v-data-table-header__content {
26134
+ .v-window__container {
26128
26135
  display: flex;
26129
- align-items: center;
26136
+ flex-direction: column;
26137
+ height: inherit;
26138
+ position: relative;
26139
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26130
26140
  }
26131
-
26132
- .v-data-table-header__sort-badge {
26133
- display: inline-flex;
26134
- justify-content: center;
26141
+ .v-window__controls {
26142
+ position: absolute;
26143
+ left: 0;
26144
+ top: 0;
26145
+ width: 100%;
26146
+ height: 100%;
26147
+ display: flex;
26135
26148
  align-items: center;
26136
- font-size: 0.875rem;
26137
- padding: 4px;
26138
- border-radius: 50%;
26139
- background: rgba(var(--v-border-color), var(--v-border-opacity));
26140
- min-width: 20px;
26141
- min-height: 20px;
26142
- width: 20px;
26143
- height: 20px;
26149
+ justify-content: space-between;
26150
+ padding: 0 16px;
26151
+ pointer-events: none;
26144
26152
  }
26145
-
26146
- .v-data-table-progress > th {
26147
- border: none !important;
26148
- height: auto !important;
26149
- padding: 0 !important;
26153
+ .v-window__controls > * {
26154
+ pointer-events: auto;
26150
26155
  }
26151
-
26152
- .v-data-table-progress__loader {
26153
- position: relative;
26156
+ .v-window--show-arrows-on-hover {
26157
+ overflow: hidden;
26154
26158
  }
26155
-
26156
- .v-data-table-rows-loading,
26157
- .v-data-table-rows-no-data {
26158
- text-align: center;
26159
+ .v-window--show-arrows-on-hover .v-window__left {
26160
+ transform: translateX(-200%);
26159
26161
  }
26160
-
26161
- .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
26162
- grid-template-columns: 0;
26163
- justify-content: center;
26162
+ .v-window--show-arrows-on-hover .v-window__right {
26163
+ transform: translateX(200%);
26164
26164
  }
26165
- .v-data-table__tr--mobile > .v-data-table__td--select-row {
26166
- grid-template-columns: 0;
26167
- justify-content: end;
26165
+ .v-window--show-arrows-on-hover:hover .v-window__left,
26166
+ .v-window--show-arrows-on-hover:hover .v-window__right {
26167
+ transform: translateX(0);
26168
26168
  }
26169
- .v-data-table__tr--mobile > td {
26170
- align-items: center;
26171
- column-gap: 4px;
26172
- display: grid;
26173
- grid-template-columns: repeat(2, 1fr);
26174
- min-height: var(--v-table-row-height);
26169
+
26170
+ .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
26171
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26175
26172
  }
26176
- .v-data-table__tr--mobile > td:not(:last-child) {
26177
- border-bottom: 0 !important;
26173
+ .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
26174
+ position: absolute !important;
26175
+ top: 0;
26176
+ width: 100%;
26178
26177
  }
26179
-
26180
- .v-data-table__td-title {
26181
- font-weight: 500;
26182
- text-align: left;
26178
+ .v-window-x-transition-enter-from {
26179
+ transform: translateX(100%);
26183
26180
  }
26184
-
26185
- .v-data-table__td-value {
26186
- text-align: right;
26181
+ .v-window-x-transition-leave-to {
26182
+ transform: translateX(-100%);
26187
26183
  }
26188
-
26189
- .v-data-table__td-sort-icon {
26190
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
26184
+ .v-window-x-reverse-transition-enter-from {
26185
+ transform: translateX(-100%);
26191
26186
  }
26192
- .v-data-table__td-sort-icon-active {
26193
- color: rgba(var(--v-theme-on-surface));
26194
- }.v-data-table-footer {
26195
- align-items: center;
26196
- display: flex;
26197
- flex-wrap: wrap;
26198
- justify-content: flex-end;
26199
- padding: 8px 4px;
26187
+ .v-window-x-reverse-transition-leave-to {
26188
+ transform: translateX(100%);
26200
26189
  }
26201
- .v-data-table-footer__items-per-page {
26202
- align-items: center;
26203
- display: flex;
26204
- justify-content: center;
26190
+ .v-window-y-transition-enter-from {
26191
+ transform: translateY(100%);
26205
26192
  }
26206
- .v-data-table-footer__items-per-page > span {
26207
- padding-inline-end: 8px;
26193
+ .v-window-y-transition-leave-to {
26194
+ transform: translateY(-100%);
26208
26195
  }
26209
- .v-data-table-footer__items-per-page > .v-select {
26210
- width: 90px;
26196
+ .v-window-y-reverse-transition-enter-from {
26197
+ transform: translateY(-100%);
26211
26198
  }
26212
- .v-data-table-footer__info {
26213
- display: flex;
26214
- justify-content: flex-end;
26215
- min-width: 116px;
26216
- padding: 0 16px;
26199
+ .v-window-y-reverse-transition-leave-to {
26200
+ transform: translateY(100%);
26201
+ }.v-textarea .v-field {
26202
+ --v-textarea-control-height: var(--v-input-control-height);
26217
26203
  }
26218
- .v-data-table-footer__paginationz {
26219
- align-items: center;
26220
- display: flex;
26221
- margin-inline-start: 16px;
26204
+ .v-textarea .v-field__field {
26205
+ --v-input-control-height: var(--v-textarea-control-height);
26222
26206
  }
26223
- .v-data-table-footer__page {
26224
- padding: 0 8px;
26225
- }.v-layout {
26226
- --v-scrollbar-offset: 0px;
26227
- display: flex;
26207
+ .v-textarea .v-field__input {
26228
26208
  flex: 1 1 auto;
26209
+ outline: none;
26210
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
26211
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
26229
26212
  }
26230
- .v-layout--full-height {
26231
- --v-scrollbar-offset: inherit;
26232
- height: 100%;
26233
- }.v-layout-item {
26213
+ .v-textarea .v-field__input.v-textarea__sizer {
26214
+ visibility: hidden;
26234
26215
  position: absolute;
26235
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26216
+ top: 0;
26217
+ left: 0;
26218
+ height: 0 !important;
26219
+ min-height: 0 !important;
26220
+ pointer-events: none;
26236
26221
  }
26237
-
26238
- .v-layout-item--absolute {
26239
- position: absolute;
26222
+ .v-textarea--no-resize .v-field__input {
26223
+ resize: none;
26224
+ }
26225
+ .v-textarea .v-field--no-label textarea,
26226
+ .v-textarea .v-field--active textarea {
26227
+ opacity: 1;
26228
+ }
26229
+ .v-textarea textarea {
26230
+ opacity: 0;
26231
+ flex: 1;
26232
+ min-width: 0;
26233
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
26234
+ }
26235
+ .v-textarea textarea:focus, .v-textarea textarea:active {
26236
+ outline: none;
26237
+ }
26238
+ .v-textarea textarea:invalid {
26239
+ box-shadow: none;
26240
26240
  }.v-color-picker-canvas {
26241
26241
  display: flex;
26242
26242
  position: relative;
@@ -26259,41 +26259,6 @@ html.v-overlay-scroll-blocked {
26259
26259
  }
26260
26260
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26261
26261
  will-change: transform;
26262
- }.v-color-picker-swatches {
26263
- overflow-y: auto;
26264
- }
26265
- .v-color-picker-swatches > div {
26266
- display: flex;
26267
- flex-wrap: wrap;
26268
- justify-content: center;
26269
- padding: 8px;
26270
- }
26271
-
26272
- .v-color-picker-swatches__swatch {
26273
- display: flex;
26274
- flex-direction: column;
26275
- margin-bottom: 10px;
26276
- }
26277
-
26278
- .v-color-picker-swatches__color {
26279
- position: relative;
26280
- height: 18px;
26281
- max-height: 18px;
26282
- width: 45px;
26283
- margin: 2px 4px;
26284
- border-radius: 2px;
26285
- -webkit-user-select: none;
26286
- user-select: none;
26287
- overflow: hidden;
26288
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26289
- cursor: pointer;
26290
- }
26291
- .v-color-picker-swatches__color > div {
26292
- display: flex;
26293
- align-items: center;
26294
- justify-content: center;
26295
- width: 100%;
26296
- height: 100%;
26297
26262
  }.v-color-picker-preview__alpha .v-slider-track__background {
26298
26263
  background-color: transparent !important;
26299
26264
  }
@@ -26392,6 +26357,41 @@ html.v-overlay-scroll-blocked {
26392
26357
  }
26393
26358
  .v-color-picker-edit__input span {
26394
26359
  font-size: 0.75rem;
26360
+ }.v-color-picker-swatches {
26361
+ overflow-y: auto;
26362
+ }
26363
+ .v-color-picker-swatches > div {
26364
+ display: flex;
26365
+ flex-wrap: wrap;
26366
+ justify-content: center;
26367
+ padding: 8px;
26368
+ }
26369
+
26370
+ .v-color-picker-swatches__swatch {
26371
+ display: flex;
26372
+ flex-direction: column;
26373
+ margin-bottom: 10px;
26374
+ }
26375
+
26376
+ .v-color-picker-swatches__color {
26377
+ position: relative;
26378
+ height: 18px;
26379
+ max-height: 18px;
26380
+ width: 45px;
26381
+ margin: 2px 4px;
26382
+ border-radius: 2px;
26383
+ -webkit-user-select: none;
26384
+ user-select: none;
26385
+ overflow: hidden;
26386
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26387
+ cursor: pointer;
26388
+ }
26389
+ .v-color-picker-swatches__color > div {
26390
+ display: flex;
26391
+ align-items: center;
26392
+ justify-content: center;
26393
+ width: 100%;
26394
+ height: 100%;
26395
26395
  }.v-picker.v-sheet {
26396
26396
  display: grid;
26397
26397
  grid-auto-rows: min-content;