vuetify 3.6.3 → 3.6.5

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 (163) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +489 -61
  3. package/dist/json/importMap-labs.json +30 -18
  4. package/dist/json/importMap.json +168 -168
  5. package/dist/json/tags.json +123 -1
  6. package/dist/json/web-types.json +1915 -198
  7. package/dist/vuetify-labs.css +3151 -2738
  8. package/dist/vuetify-labs.d.ts +3424 -1434
  9. package/dist/vuetify-labs.esm.js +483 -173
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +482 -172
  12. package/dist/vuetify-labs.min.css +3 -3
  13. package/dist/vuetify.css +957 -616
  14. package/dist/vuetify.d.ts +1451 -1380
  15. package/dist/vuetify.esm.js +171 -99
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +170 -98
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +3 -3
  20. package/dist/vuetify.min.js +982 -978
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/VAlert.css +3 -1
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VAutocomplete/index.d.mts +187 -158
  26. package/lib/components/VAvatar/VAvatar.css +3 -1
  27. package/lib/components/VBanner/index.d.mts +11 -11
  28. package/lib/components/VBottomSheet/index.d.mts +42 -42
  29. package/lib/components/VBtn/VBtn.css +3 -1
  30. package/lib/components/VBtn/index.d.mts +2 -0
  31. package/lib/components/VCard/VCard.css +3 -1
  32. package/lib/components/VCarousel/index.d.mts +6 -6
  33. package/lib/components/VChip/VChip.css +3 -1
  34. package/lib/components/VChipGroup/index.d.mts +11 -11
  35. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -1
  36. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  37. package/lib/components/VCombobox/index.d.mts +187 -158
  38. package/lib/components/VDataIterator/index.d.mts +1 -1
  39. package/lib/components/VDataTable/VDataTable.css +1 -1
  40. package/lib/components/VDataTable/VDataTable.mjs +6 -2
  41. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  42. package/lib/components/VDataTable/VDataTable.sass +2 -1
  43. package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
  44. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  45. package/lib/components/VDataTable/VDataTableServer.mjs +3 -2
  46. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  47. package/lib/components/VDataTable/VDataTableVirtual.mjs +3 -1
  48. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  49. package/lib/components/VDataTable/composables/select.mjs +2 -1
  50. package/lib/components/VDataTable/composables/select.mjs.map +1 -1
  51. package/lib/components/VDataTable/index.d.mts +130 -71
  52. package/lib/components/VDatePicker/VDatePickerYears.mjs +4 -4
  53. package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
  54. package/lib/components/VDialog/index.d.mts +126 -126
  55. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +3 -1
  56. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  57. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +15 -4
  58. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  59. package/lib/components/VExpansionPanel/index.d.mts +82 -27
  60. package/lib/components/VFileInput/VFileInput.mjs +2 -2
  61. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  62. package/lib/components/VFileInput/index.d.mts +9 -9
  63. package/lib/components/VImg/index.d.mts +6 -6
  64. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  65. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  66. package/lib/components/VList/VList.mjs.map +1 -1
  67. package/lib/components/VList/VListItem.css +3 -1
  68. package/lib/components/VList/VListItem.mjs +3 -2
  69. package/lib/components/VList/VListItem.mjs.map +1 -1
  70. package/lib/components/VList/index.d.mts +76 -52
  71. package/lib/components/VMenu/index.d.mts +126 -126
  72. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -1
  73. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  74. package/lib/components/VNavigationDrawer/index.d.mts +19 -13
  75. package/lib/components/VOverlay/VOverlay.mjs +2 -5
  76. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  77. package/lib/components/VOverlay/index.d.mts +42 -42
  78. package/lib/components/VOverlay/useActivator.mjs +5 -5
  79. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  80. package/lib/components/VResponsive/VResponsive.mjs +1 -1
  81. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  82. package/lib/components/VResponsive/index.d.mts +6 -6
  83. package/lib/components/VSelect/index.d.mts +187 -158
  84. package/lib/components/VSheet/VSheet.css +1 -1
  85. package/lib/components/VSheet/_variables.scss +1 -1
  86. package/lib/components/VSlideGroup/VSlideGroup.mjs +25 -25
  87. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  88. package/lib/components/VSlideGroup/index.d.mts +13 -11
  89. package/lib/components/VSlider/VSliderThumb.css +5 -0
  90. package/lib/components/VSlider/VSliderThumb.sass +3 -0
  91. package/lib/components/VSlider/VSliderTrack.css +15 -0
  92. package/lib/components/VSlider/VSliderTrack.sass +9 -0
  93. package/lib/components/VSnackbar/VSnackbar.css +3 -1
  94. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  95. package/lib/components/VSnackbar/index.d.mts +126 -126
  96. package/lib/components/VSpeedDial/index.d.mts +42 -42
  97. package/lib/components/VStepper/VStepper.mjs +17 -8
  98. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  99. package/lib/components/VStepper/VStepperItem.css +47 -0
  100. package/lib/components/VStepper/VStepperItem.mjs +10 -5
  101. package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
  102. package/lib/components/VStepper/VStepperItem.sass +18 -0
  103. package/lib/components/VStepper/VStepperWindow.mjs +2 -1
  104. package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
  105. package/lib/components/VStepper/VStepperWindowItem.mjs +2 -1
  106. package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
  107. package/lib/components/VStepper/index.d.mts +1 -1
  108. package/lib/components/VTabs/VTabs.mjs +8 -3
  109. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  110. package/lib/components/VTabs/VTabsWindow.mjs +2 -1
  111. package/lib/components/VTabs/VTabsWindow.mjs.map +1 -1
  112. package/lib/components/VTabs/index.d.mts +13 -11
  113. package/lib/components/VToolbar/VToolbar.css +5 -5
  114. package/lib/components/VToolbar/_variables.scss +3 -3
  115. package/lib/components/VTooltip/index.d.mts +126 -126
  116. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
  117. package/lib/components/VWindow/index.d.mts +2 -0
  118. package/lib/components/index.d.mts +1393 -1325
  119. package/lib/composables/component.mjs +1 -1
  120. package/lib/composables/component.mjs.map +1 -1
  121. package/lib/composables/display.mjs +1 -1
  122. package/lib/composables/display.mjs.map +1 -1
  123. package/lib/composables/group.mjs +8 -0
  124. package/lib/composables/group.mjs.map +1 -1
  125. package/lib/composables/nested/activeStrategies.mjs +16 -10
  126. package/lib/composables/nested/activeStrategies.mjs.map +1 -1
  127. package/lib/composables/nested/nested.mjs +7 -5
  128. package/lib/composables/nested/nested.mjs.map +1 -1
  129. package/lib/composables/resizeObserver.mjs +5 -5
  130. package/lib/composables/resizeObserver.mjs.map +1 -1
  131. package/lib/entry-bundler.mjs +1 -1
  132. package/lib/framework.mjs +1 -1
  133. package/lib/index.d.mts +58 -55
  134. package/lib/labs/VCalendar/VCalendar.css +5 -1
  135. package/lib/labs/VCalendar/VCalendar.sass +3 -2
  136. package/lib/labs/VCalendar/_variables.scss +8 -0
  137. package/lib/labs/VNumberInput/VNumberInput.mjs +57 -81
  138. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  139. package/lib/labs/VNumberInput/index.d.mts +402 -34
  140. package/lib/labs/VSnackbarQueue/index.d.mts +138 -138
  141. package/lib/labs/VStepperVertical/VStepperVertical.mjs +106 -0
  142. package/lib/labs/VStepperVertical/VStepperVertical.mjs.map +1 -0
  143. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +38 -0
  144. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs.map +1 -0
  145. package/lib/labs/VStepperVertical/VStepperVerticalItem.css +69 -0
  146. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +134 -0
  147. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs.map +1 -0
  148. package/lib/labs/VStepperVertical/VStepperVerticalItem.sass +74 -0
  149. package/lib/labs/VStepperVertical/_variables.scss +3 -0
  150. package/lib/labs/VStepperVertical/index.d.mts +1590 -0
  151. package/lib/labs/VStepperVertical/index.mjs +4 -0
  152. package/lib/labs/VStepperVertical/index.mjs.map +1 -0
  153. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  154. package/lib/labs/VTreeview/index.d.mts +88 -64
  155. package/lib/labs/components.d.mts +2303 -339
  156. package/lib/labs/components.mjs +1 -0
  157. package/lib/labs/components.mjs.map +1 -1
  158. package/lib/styles/generic/_colors.scss +1 -0
  159. package/lib/styles/main.css +260 -0
  160. package/lib/styles/tools/_variant.sass +3 -1
  161. package/lib/util/helpers.mjs +16 -0
  162. package/lib/util/helpers.mjs.map +1 -1
  163. package/package.json +3 -3
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.3
2
+ * Vuetify v3.6.5
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -16,1301 +16,1561 @@
16
16
  }
17
17
  .bg-black {
18
18
  background-color: #000000 !important;
19
+ --v-theme-on-surface: #FFFFFF !important;
19
20
  color: #FFFFFF !important;
20
21
  }
21
22
 
22
23
  .bg-white {
23
24
  background-color: #FFFFFF !important;
25
+ --v-theme-on-surface: #000000 !important;
24
26
  color: #000000 !important;
25
27
  }
26
28
 
27
29
  .bg-transparent {
28
30
  background-color: transparent !important;
31
+ --v-theme-on-surface: currentColor !important;
29
32
  color: currentColor !important;
30
33
  }
31
34
 
32
35
  .bg-red {
33
36
  background-color: #F44336 !important;
37
+ --v-theme-on-surface: #FFFFFF !important;
34
38
  color: #FFFFFF !important;
35
39
  }
36
40
 
37
41
  .bg-red-lighten-5 {
38
42
  background-color: #FFEBEE !important;
43
+ --v-theme-on-surface: #000000 !important;
39
44
  color: #000000 !important;
40
45
  }
41
46
 
42
47
  .bg-red-lighten-4 {
43
48
  background-color: #FFCDD2 !important;
49
+ --v-theme-on-surface: #000000 !important;
44
50
  color: #000000 !important;
45
51
  }
46
52
 
47
53
  .bg-red-lighten-3 {
48
54
  background-color: #EF9A9A !important;
55
+ --v-theme-on-surface: #000000 !important;
49
56
  color: #000000 !important;
50
57
  }
51
58
 
52
59
  .bg-red-lighten-2 {
53
60
  background-color: #E57373 !important;
61
+ --v-theme-on-surface: #FFFFFF !important;
54
62
  color: #FFFFFF !important;
55
63
  }
56
64
 
57
65
  .bg-red-lighten-1 {
58
66
  background-color: #EF5350 !important;
67
+ --v-theme-on-surface: #FFFFFF !important;
59
68
  color: #FFFFFF !important;
60
69
  }
61
70
 
62
71
  .bg-red-darken-1 {
63
72
  background-color: #E53935 !important;
73
+ --v-theme-on-surface: #FFFFFF !important;
64
74
  color: #FFFFFF !important;
65
75
  }
66
76
 
67
77
  .bg-red-darken-2 {
68
78
  background-color: #D32F2F !important;
79
+ --v-theme-on-surface: #FFFFFF !important;
69
80
  color: #FFFFFF !important;
70
81
  }
71
82
 
72
83
  .bg-red-darken-3 {
73
84
  background-color: #C62828 !important;
85
+ --v-theme-on-surface: #FFFFFF !important;
74
86
  color: #FFFFFF !important;
75
87
  }
76
88
 
77
89
  .bg-red-darken-4 {
78
90
  background-color: #B71C1C !important;
91
+ --v-theme-on-surface: #FFFFFF !important;
79
92
  color: #FFFFFF !important;
80
93
  }
81
94
 
82
95
  .bg-red-accent-1 {
83
96
  background-color: #FF8A80 !important;
97
+ --v-theme-on-surface: #000000 !important;
84
98
  color: #000000 !important;
85
99
  }
86
100
 
87
101
  .bg-red-accent-2 {
88
102
  background-color: #FF5252 !important;
103
+ --v-theme-on-surface: #FFFFFF !important;
89
104
  color: #FFFFFF !important;
90
105
  }
91
106
 
92
107
  .bg-red-accent-3 {
93
108
  background-color: #FF1744 !important;
109
+ --v-theme-on-surface: #FFFFFF !important;
94
110
  color: #FFFFFF !important;
95
111
  }
96
112
 
97
113
  .bg-red-accent-4 {
98
114
  background-color: #D50000 !important;
115
+ --v-theme-on-surface: #FFFFFF !important;
99
116
  color: #FFFFFF !important;
100
117
  }
101
118
 
102
119
  .bg-pink {
103
120
  background-color: #e91e63 !important;
121
+ --v-theme-on-surface: #FFFFFF !important;
104
122
  color: #FFFFFF !important;
105
123
  }
106
124
 
107
125
  .bg-pink-lighten-5 {
108
126
  background-color: #fce4ec !important;
127
+ --v-theme-on-surface: #000000 !important;
109
128
  color: #000000 !important;
110
129
  }
111
130
 
112
131
  .bg-pink-lighten-4 {
113
132
  background-color: #f8bbd0 !important;
133
+ --v-theme-on-surface: #000000 !important;
114
134
  color: #000000 !important;
115
135
  }
116
136
 
117
137
  .bg-pink-lighten-3 {
118
138
  background-color: #f48fb1 !important;
139
+ --v-theme-on-surface: #000000 !important;
119
140
  color: #000000 !important;
120
141
  }
121
142
 
122
143
  .bg-pink-lighten-2 {
123
144
  background-color: #f06292 !important;
145
+ --v-theme-on-surface: #FFFFFF !important;
124
146
  color: #FFFFFF !important;
125
147
  }
126
148
 
127
149
  .bg-pink-lighten-1 {
128
150
  background-color: #ec407a !important;
151
+ --v-theme-on-surface: #FFFFFF !important;
129
152
  color: #FFFFFF !important;
130
153
  }
131
154
 
132
155
  .bg-pink-darken-1 {
133
156
  background-color: #d81b60 !important;
157
+ --v-theme-on-surface: #FFFFFF !important;
134
158
  color: #FFFFFF !important;
135
159
  }
136
160
 
137
161
  .bg-pink-darken-2 {
138
162
  background-color: #c2185b !important;
163
+ --v-theme-on-surface: #FFFFFF !important;
139
164
  color: #FFFFFF !important;
140
165
  }
141
166
 
142
167
  .bg-pink-darken-3 {
143
168
  background-color: #ad1457 !important;
169
+ --v-theme-on-surface: #FFFFFF !important;
144
170
  color: #FFFFFF !important;
145
171
  }
146
172
 
147
173
  .bg-pink-darken-4 {
148
174
  background-color: #880e4f !important;
175
+ --v-theme-on-surface: #FFFFFF !important;
149
176
  color: #FFFFFF !important;
150
177
  }
151
178
 
152
179
  .bg-pink-accent-1 {
153
180
  background-color: #ff80ab !important;
181
+ --v-theme-on-surface: #FFFFFF !important;
154
182
  color: #FFFFFF !important;
155
183
  }
156
184
 
157
185
  .bg-pink-accent-2 {
158
186
  background-color: #ff4081 !important;
187
+ --v-theme-on-surface: #FFFFFF !important;
159
188
  color: #FFFFFF !important;
160
189
  }
161
190
 
162
191
  .bg-pink-accent-3 {
163
192
  background-color: #f50057 !important;
193
+ --v-theme-on-surface: #FFFFFF !important;
164
194
  color: #FFFFFF !important;
165
195
  }
166
196
 
167
197
  .bg-pink-accent-4 {
168
198
  background-color: #c51162 !important;
199
+ --v-theme-on-surface: #FFFFFF !important;
169
200
  color: #FFFFFF !important;
170
201
  }
171
202
 
172
203
  .bg-purple {
173
204
  background-color: #9c27b0 !important;
205
+ --v-theme-on-surface: #FFFFFF !important;
174
206
  color: #FFFFFF !important;
175
207
  }
176
208
 
177
209
  .bg-purple-lighten-5 {
178
210
  background-color: #f3e5f5 !important;
211
+ --v-theme-on-surface: #000000 !important;
179
212
  color: #000000 !important;
180
213
  }
181
214
 
182
215
  .bg-purple-lighten-4 {
183
216
  background-color: #e1bee7 !important;
217
+ --v-theme-on-surface: #000000 !important;
184
218
  color: #000000 !important;
185
219
  }
186
220
 
187
221
  .bg-purple-lighten-3 {
188
222
  background-color: #ce93d8 !important;
223
+ --v-theme-on-surface: #FFFFFF !important;
189
224
  color: #FFFFFF !important;
190
225
  }
191
226
 
192
227
  .bg-purple-lighten-2 {
193
228
  background-color: #ba68c8 !important;
229
+ --v-theme-on-surface: #FFFFFF !important;
194
230
  color: #FFFFFF !important;
195
231
  }
196
232
 
197
233
  .bg-purple-lighten-1 {
198
234
  background-color: #ab47bc !important;
235
+ --v-theme-on-surface: #FFFFFF !important;
199
236
  color: #FFFFFF !important;
200
237
  }
201
238
 
202
239
  .bg-purple-darken-1 {
203
240
  background-color: #8e24aa !important;
241
+ --v-theme-on-surface: #FFFFFF !important;
204
242
  color: #FFFFFF !important;
205
243
  }
206
244
 
207
245
  .bg-purple-darken-2 {
208
246
  background-color: #7b1fa2 !important;
247
+ --v-theme-on-surface: #FFFFFF !important;
209
248
  color: #FFFFFF !important;
210
249
  }
211
250
 
212
251
  .bg-purple-darken-3 {
213
252
  background-color: #6a1b9a !important;
253
+ --v-theme-on-surface: #FFFFFF !important;
214
254
  color: #FFFFFF !important;
215
255
  }
216
256
 
217
257
  .bg-purple-darken-4 {
218
258
  background-color: #4a148c !important;
259
+ --v-theme-on-surface: #FFFFFF !important;
219
260
  color: #FFFFFF !important;
220
261
  }
221
262
 
222
263
  .bg-purple-accent-1 {
223
264
  background-color: #ea80fc !important;
265
+ --v-theme-on-surface: #FFFFFF !important;
224
266
  color: #FFFFFF !important;
225
267
  }
226
268
 
227
269
  .bg-purple-accent-2 {
228
270
  background-color: #e040fb !important;
271
+ --v-theme-on-surface: #FFFFFF !important;
229
272
  color: #FFFFFF !important;
230
273
  }
231
274
 
232
275
  .bg-purple-accent-3 {
233
276
  background-color: #d500f9 !important;
277
+ --v-theme-on-surface: #FFFFFF !important;
234
278
  color: #FFFFFF !important;
235
279
  }
236
280
 
237
281
  .bg-purple-accent-4 {
238
282
  background-color: #aa00ff !important;
283
+ --v-theme-on-surface: #FFFFFF !important;
239
284
  color: #FFFFFF !important;
240
285
  }
241
286
 
242
287
  .bg-deep-purple {
243
288
  background-color: #673ab7 !important;
289
+ --v-theme-on-surface: #FFFFFF !important;
244
290
  color: #FFFFFF !important;
245
291
  }
246
292
 
247
293
  .bg-deep-purple-lighten-5 {
248
294
  background-color: #ede7f6 !important;
295
+ --v-theme-on-surface: #000000 !important;
249
296
  color: #000000 !important;
250
297
  }
251
298
 
252
299
  .bg-deep-purple-lighten-4 {
253
300
  background-color: #d1c4e9 !important;
301
+ --v-theme-on-surface: #000000 !important;
254
302
  color: #000000 !important;
255
303
  }
256
304
 
257
305
  .bg-deep-purple-lighten-3 {
258
306
  background-color: #b39ddb !important;
307
+ --v-theme-on-surface: #FFFFFF !important;
259
308
  color: #FFFFFF !important;
260
309
  }
261
310
 
262
311
  .bg-deep-purple-lighten-2 {
263
312
  background-color: #9575cd !important;
313
+ --v-theme-on-surface: #FFFFFF !important;
264
314
  color: #FFFFFF !important;
265
315
  }
266
316
 
267
317
  .bg-deep-purple-lighten-1 {
268
318
  background-color: #7e57c2 !important;
319
+ --v-theme-on-surface: #FFFFFF !important;
269
320
  color: #FFFFFF !important;
270
321
  }
271
322
 
272
323
  .bg-deep-purple-darken-1 {
273
324
  background-color: #5e35b1 !important;
325
+ --v-theme-on-surface: #FFFFFF !important;
274
326
  color: #FFFFFF !important;
275
327
  }
276
328
 
277
329
  .bg-deep-purple-darken-2 {
278
330
  background-color: #512da8 !important;
331
+ --v-theme-on-surface: #FFFFFF !important;
279
332
  color: #FFFFFF !important;
280
333
  }
281
334
 
282
335
  .bg-deep-purple-darken-3 {
283
336
  background-color: #4527a0 !important;
337
+ --v-theme-on-surface: #FFFFFF !important;
284
338
  color: #FFFFFF !important;
285
339
  }
286
340
 
287
341
  .bg-deep-purple-darken-4 {
288
342
  background-color: #311b92 !important;
343
+ --v-theme-on-surface: #FFFFFF !important;
289
344
  color: #FFFFFF !important;
290
345
  }
291
346
 
292
347
  .bg-deep-purple-accent-1 {
293
348
  background-color: #b388ff !important;
349
+ --v-theme-on-surface: #FFFFFF !important;
294
350
  color: #FFFFFF !important;
295
351
  }
296
352
 
297
353
  .bg-deep-purple-accent-2 {
298
354
  background-color: #7c4dff !important;
355
+ --v-theme-on-surface: #FFFFFF !important;
299
356
  color: #FFFFFF !important;
300
357
  }
301
358
 
302
359
  .bg-deep-purple-accent-3 {
303
360
  background-color: #651fff !important;
361
+ --v-theme-on-surface: #FFFFFF !important;
304
362
  color: #FFFFFF !important;
305
363
  }
306
364
 
307
365
  .bg-deep-purple-accent-4 {
308
366
  background-color: #6200ea !important;
367
+ --v-theme-on-surface: #FFFFFF !important;
309
368
  color: #FFFFFF !important;
310
369
  }
311
370
 
312
371
  .bg-indigo {
313
372
  background-color: #3f51b5 !important;
373
+ --v-theme-on-surface: #FFFFFF !important;
314
374
  color: #FFFFFF !important;
315
375
  }
316
376
 
317
377
  .bg-indigo-lighten-5 {
318
378
  background-color: #e8eaf6 !important;
379
+ --v-theme-on-surface: #000000 !important;
319
380
  color: #000000 !important;
320
381
  }
321
382
 
322
383
  .bg-indigo-lighten-4 {
323
384
  background-color: #c5cae9 !important;
385
+ --v-theme-on-surface: #000000 !important;
324
386
  color: #000000 !important;
325
387
  }
326
388
 
327
389
  .bg-indigo-lighten-3 {
328
390
  background-color: #9fa8da !important;
391
+ --v-theme-on-surface: #FFFFFF !important;
329
392
  color: #FFFFFF !important;
330
393
  }
331
394
 
332
395
  .bg-indigo-lighten-2 {
333
396
  background-color: #7986cb !important;
397
+ --v-theme-on-surface: #FFFFFF !important;
334
398
  color: #FFFFFF !important;
335
399
  }
336
400
 
337
401
  .bg-indigo-lighten-1 {
338
402
  background-color: #5c6bc0 !important;
403
+ --v-theme-on-surface: #FFFFFF !important;
339
404
  color: #FFFFFF !important;
340
405
  }
341
406
 
342
407
  .bg-indigo-darken-1 {
343
408
  background-color: #3949ab !important;
409
+ --v-theme-on-surface: #FFFFFF !important;
344
410
  color: #FFFFFF !important;
345
411
  }
346
412
 
347
413
  .bg-indigo-darken-2 {
348
414
  background-color: #303f9f !important;
415
+ --v-theme-on-surface: #FFFFFF !important;
349
416
  color: #FFFFFF !important;
350
417
  }
351
418
 
352
419
  .bg-indigo-darken-3 {
353
420
  background-color: #283593 !important;
421
+ --v-theme-on-surface: #FFFFFF !important;
354
422
  color: #FFFFFF !important;
355
423
  }
356
424
 
357
425
  .bg-indigo-darken-4 {
358
426
  background-color: #1a237e !important;
427
+ --v-theme-on-surface: #FFFFFF !important;
359
428
  color: #FFFFFF !important;
360
429
  }
361
430
 
362
431
  .bg-indigo-accent-1 {
363
432
  background-color: #8c9eff !important;
433
+ --v-theme-on-surface: #FFFFFF !important;
364
434
  color: #FFFFFF !important;
365
435
  }
366
436
 
367
437
  .bg-indigo-accent-2 {
368
438
  background-color: #536dfe !important;
439
+ --v-theme-on-surface: #FFFFFF !important;
369
440
  color: #FFFFFF !important;
370
441
  }
371
442
 
372
443
  .bg-indigo-accent-3 {
373
444
  background-color: #3d5afe !important;
445
+ --v-theme-on-surface: #FFFFFF !important;
374
446
  color: #FFFFFF !important;
375
447
  }
376
448
 
377
449
  .bg-indigo-accent-4 {
378
450
  background-color: #304ffe !important;
451
+ --v-theme-on-surface: #FFFFFF !important;
379
452
  color: #FFFFFF !important;
380
453
  }
381
454
 
382
455
  .bg-blue {
383
456
  background-color: #2196F3 !important;
457
+ --v-theme-on-surface: #FFFFFF !important;
384
458
  color: #FFFFFF !important;
385
459
  }
386
460
 
387
461
  .bg-blue-lighten-5 {
388
462
  background-color: #E3F2FD !important;
463
+ --v-theme-on-surface: #000000 !important;
389
464
  color: #000000 !important;
390
465
  }
391
466
 
392
467
  .bg-blue-lighten-4 {
393
468
  background-color: #BBDEFB !important;
469
+ --v-theme-on-surface: #000000 !important;
394
470
  color: #000000 !important;
395
471
  }
396
472
 
397
473
  .bg-blue-lighten-3 {
398
474
  background-color: #90CAF9 !important;
475
+ --v-theme-on-surface: #000000 !important;
399
476
  color: #000000 !important;
400
477
  }
401
478
 
402
479
  .bg-blue-lighten-2 {
403
480
  background-color: #64B5F6 !important;
481
+ --v-theme-on-surface: #000000 !important;
404
482
  color: #000000 !important;
405
483
  }
406
484
 
407
485
  .bg-blue-lighten-1 {
408
486
  background-color: #42A5F5 !important;
487
+ --v-theme-on-surface: #FFFFFF !important;
409
488
  color: #FFFFFF !important;
410
489
  }
411
490
 
412
491
  .bg-blue-darken-1 {
413
492
  background-color: #1E88E5 !important;
493
+ --v-theme-on-surface: #FFFFFF !important;
414
494
  color: #FFFFFF !important;
415
495
  }
416
496
 
417
497
  .bg-blue-darken-2 {
418
498
  background-color: #1976D2 !important;
499
+ --v-theme-on-surface: #FFFFFF !important;
419
500
  color: #FFFFFF !important;
420
501
  }
421
502
 
422
503
  .bg-blue-darken-3 {
423
504
  background-color: #1565C0 !important;
505
+ --v-theme-on-surface: #FFFFFF !important;
424
506
  color: #FFFFFF !important;
425
507
  }
426
508
 
427
509
  .bg-blue-darken-4 {
428
510
  background-color: #0D47A1 !important;
511
+ --v-theme-on-surface: #FFFFFF !important;
429
512
  color: #FFFFFF !important;
430
513
  }
431
514
 
432
515
  .bg-blue-accent-1 {
433
516
  background-color: #82B1FF !important;
517
+ --v-theme-on-surface: #000000 !important;
434
518
  color: #000000 !important;
435
519
  }
436
520
 
437
521
  .bg-blue-accent-2 {
438
522
  background-color: #448AFF !important;
523
+ --v-theme-on-surface: #FFFFFF !important;
439
524
  color: #FFFFFF !important;
440
525
  }
441
526
 
442
527
  .bg-blue-accent-3 {
443
528
  background-color: #2979FF !important;
529
+ --v-theme-on-surface: #FFFFFF !important;
444
530
  color: #FFFFFF !important;
445
531
  }
446
532
 
447
533
  .bg-blue-accent-4 {
448
534
  background-color: #2962FF !important;
535
+ --v-theme-on-surface: #FFFFFF !important;
449
536
  color: #FFFFFF !important;
450
537
  }
451
538
 
452
539
  .bg-light-blue {
453
540
  background-color: #03a9f4 !important;
541
+ --v-theme-on-surface: #FFFFFF !important;
454
542
  color: #FFFFFF !important;
455
543
  }
456
544
 
457
545
  .bg-light-blue-lighten-5 {
458
546
  background-color: #e1f5fe !important;
547
+ --v-theme-on-surface: #000000 !important;
459
548
  color: #000000 !important;
460
549
  }
461
550
 
462
551
  .bg-light-blue-lighten-4 {
463
552
  background-color: #b3e5fc !important;
553
+ --v-theme-on-surface: #000000 !important;
464
554
  color: #000000 !important;
465
555
  }
466
556
 
467
557
  .bg-light-blue-lighten-3 {
468
558
  background-color: #81d4fa !important;
559
+ --v-theme-on-surface: #000000 !important;
469
560
  color: #000000 !important;
470
561
  }
471
562
 
472
563
  .bg-light-blue-lighten-2 {
473
564
  background-color: #4fc3f7 !important;
565
+ --v-theme-on-surface: #000000 !important;
474
566
  color: #000000 !important;
475
567
  }
476
568
 
477
569
  .bg-light-blue-lighten-1 {
478
570
  background-color: #29b6f6 !important;
571
+ --v-theme-on-surface: #000000 !important;
479
572
  color: #000000 !important;
480
573
  }
481
574
 
482
575
  .bg-light-blue-darken-1 {
483
576
  background-color: #039be5 !important;
577
+ --v-theme-on-surface: #FFFFFF !important;
484
578
  color: #FFFFFF !important;
485
579
  }
486
580
 
487
581
  .bg-light-blue-darken-2 {
488
582
  background-color: #0288d1 !important;
583
+ --v-theme-on-surface: #FFFFFF !important;
489
584
  color: #FFFFFF !important;
490
585
  }
491
586
 
492
587
  .bg-light-blue-darken-3 {
493
588
  background-color: #0277bd !important;
589
+ --v-theme-on-surface: #FFFFFF !important;
494
590
  color: #FFFFFF !important;
495
591
  }
496
592
 
497
593
  .bg-light-blue-darken-4 {
498
594
  background-color: #01579b !important;
595
+ --v-theme-on-surface: #FFFFFF !important;
499
596
  color: #FFFFFF !important;
500
597
  }
501
598
 
502
599
  .bg-light-blue-accent-1 {
503
600
  background-color: #80d8ff !important;
601
+ --v-theme-on-surface: #000000 !important;
504
602
  color: #000000 !important;
505
603
  }
506
604
 
507
605
  .bg-light-blue-accent-2 {
508
606
  background-color: #40c4ff !important;
607
+ --v-theme-on-surface: #000000 !important;
509
608
  color: #000000 !important;
510
609
  }
511
610
 
512
611
  .bg-light-blue-accent-3 {
513
612
  background-color: #00b0ff !important;
613
+ --v-theme-on-surface: #FFFFFF !important;
514
614
  color: #FFFFFF !important;
515
615
  }
516
616
 
517
617
  .bg-light-blue-accent-4 {
518
618
  background-color: #0091ea !important;
619
+ --v-theme-on-surface: #FFFFFF !important;
519
620
  color: #FFFFFF !important;
520
621
  }
521
622
 
522
623
  .bg-cyan {
523
624
  background-color: #00bcd4 !important;
625
+ --v-theme-on-surface: #000000 !important;
524
626
  color: #000000 !important;
525
627
  }
526
628
 
527
629
  .bg-cyan-lighten-5 {
528
630
  background-color: #e0f7fa !important;
631
+ --v-theme-on-surface: #000000 !important;
529
632
  color: #000000 !important;
530
633
  }
531
634
 
532
635
  .bg-cyan-lighten-4 {
533
636
  background-color: #b2ebf2 !important;
637
+ --v-theme-on-surface: #000000 !important;
534
638
  color: #000000 !important;
535
639
  }
536
640
 
537
641
  .bg-cyan-lighten-3 {
538
642
  background-color: #80deea !important;
643
+ --v-theme-on-surface: #000000 !important;
539
644
  color: #000000 !important;
540
645
  }
541
646
 
542
647
  .bg-cyan-lighten-2 {
543
648
  background-color: #4dd0e1 !important;
649
+ --v-theme-on-surface: #000000 !important;
544
650
  color: #000000 !important;
545
651
  }
546
652
 
547
653
  .bg-cyan-lighten-1 {
548
654
  background-color: #26c6da !important;
655
+ --v-theme-on-surface: #000000 !important;
549
656
  color: #000000 !important;
550
657
  }
551
658
 
552
659
  .bg-cyan-darken-1 {
553
660
  background-color: #00acc1 !important;
661
+ --v-theme-on-surface: #FFFFFF !important;
554
662
  color: #FFFFFF !important;
555
663
  }
556
664
 
557
665
  .bg-cyan-darken-2 {
558
666
  background-color: #0097a7 !important;
667
+ --v-theme-on-surface: #FFFFFF !important;
559
668
  color: #FFFFFF !important;
560
669
  }
561
670
 
562
671
  .bg-cyan-darken-3 {
563
672
  background-color: #00838f !important;
673
+ --v-theme-on-surface: #FFFFFF !important;
564
674
  color: #FFFFFF !important;
565
675
  }
566
676
 
567
677
  .bg-cyan-darken-4 {
568
678
  background-color: #006064 !important;
679
+ --v-theme-on-surface: #FFFFFF !important;
569
680
  color: #FFFFFF !important;
570
681
  }
571
682
 
572
683
  .bg-cyan-accent-1 {
573
684
  background-color: #84ffff !important;
685
+ --v-theme-on-surface: #000000 !important;
574
686
  color: #000000 !important;
575
687
  }
576
688
 
577
689
  .bg-cyan-accent-2 {
578
690
  background-color: #18ffff !important;
691
+ --v-theme-on-surface: #000000 !important;
579
692
  color: #000000 !important;
580
693
  }
581
694
 
582
695
  .bg-cyan-accent-3 {
583
696
  background-color: #00e5ff !important;
697
+ --v-theme-on-surface: #000000 !important;
584
698
  color: #000000 !important;
585
699
  }
586
700
 
587
701
  .bg-cyan-accent-4 {
588
702
  background-color: #00b8d4 !important;
703
+ --v-theme-on-surface: #FFFFFF !important;
589
704
  color: #FFFFFF !important;
590
705
  }
591
706
 
592
707
  .bg-teal {
593
708
  background-color: #009688 !important;
709
+ --v-theme-on-surface: #FFFFFF !important;
594
710
  color: #FFFFFF !important;
595
711
  }
596
712
 
597
713
  .bg-teal-lighten-5 {
598
714
  background-color: #e0f2f1 !important;
715
+ --v-theme-on-surface: #000000 !important;
599
716
  color: #000000 !important;
600
717
  }
601
718
 
602
719
  .bg-teal-lighten-4 {
603
720
  background-color: #b2dfdb !important;
721
+ --v-theme-on-surface: #000000 !important;
604
722
  color: #000000 !important;
605
723
  }
606
724
 
607
725
  .bg-teal-lighten-3 {
608
726
  background-color: #80cbc4 !important;
727
+ --v-theme-on-surface: #000000 !important;
609
728
  color: #000000 !important;
610
729
  }
611
730
 
612
731
  .bg-teal-lighten-2 {
613
732
  background-color: #4db6ac !important;
733
+ --v-theme-on-surface: #FFFFFF !important;
614
734
  color: #FFFFFF !important;
615
735
  }
616
736
 
617
737
  .bg-teal-lighten-1 {
618
738
  background-color: #26a69a !important;
739
+ --v-theme-on-surface: #FFFFFF !important;
619
740
  color: #FFFFFF !important;
620
741
  }
621
742
 
622
743
  .bg-teal-darken-1 {
623
744
  background-color: #00897b !important;
745
+ --v-theme-on-surface: #FFFFFF !important;
624
746
  color: #FFFFFF !important;
625
747
  }
626
748
 
627
749
  .bg-teal-darken-2 {
628
750
  background-color: #00796b !important;
751
+ --v-theme-on-surface: #FFFFFF !important;
629
752
  color: #FFFFFF !important;
630
753
  }
631
754
 
632
755
  .bg-teal-darken-3 {
633
756
  background-color: #00695c !important;
757
+ --v-theme-on-surface: #FFFFFF !important;
634
758
  color: #FFFFFF !important;
635
759
  }
636
760
 
637
761
  .bg-teal-darken-4 {
638
762
  background-color: #004d40 !important;
763
+ --v-theme-on-surface: #FFFFFF !important;
639
764
  color: #FFFFFF !important;
640
765
  }
641
766
 
642
767
  .bg-teal-accent-1 {
643
768
  background-color: #a7ffeb !important;
769
+ --v-theme-on-surface: #000000 !important;
644
770
  color: #000000 !important;
645
771
  }
646
772
 
647
773
  .bg-teal-accent-2 {
648
774
  background-color: #64ffda !important;
775
+ --v-theme-on-surface: #000000 !important;
649
776
  color: #000000 !important;
650
777
  }
651
778
 
652
779
  .bg-teal-accent-3 {
653
780
  background-color: #1de9b6 !important;
781
+ --v-theme-on-surface: #000000 !important;
654
782
  color: #000000 !important;
655
783
  }
656
784
 
657
785
  .bg-teal-accent-4 {
658
786
  background-color: #00bfa5 !important;
787
+ --v-theme-on-surface: #FFFFFF !important;
659
788
  color: #FFFFFF !important;
660
789
  }
661
790
 
662
791
  .bg-green {
663
792
  background-color: #4CAF50 !important;
793
+ --v-theme-on-surface: #FFFFFF !important;
664
794
  color: #FFFFFF !important;
665
795
  }
666
796
 
667
797
  .bg-green-lighten-5 {
668
798
  background-color: #E8F5E9 !important;
799
+ --v-theme-on-surface: #000000 !important;
669
800
  color: #000000 !important;
670
801
  }
671
802
 
672
803
  .bg-green-lighten-4 {
673
804
  background-color: #C8E6C9 !important;
805
+ --v-theme-on-surface: #000000 !important;
674
806
  color: #000000 !important;
675
807
  }
676
808
 
677
809
  .bg-green-lighten-3 {
678
810
  background-color: #A5D6A7 !important;
811
+ --v-theme-on-surface: #000000 !important;
679
812
  color: #000000 !important;
680
813
  }
681
814
 
682
815
  .bg-green-lighten-2 {
683
816
  background-color: #81C784 !important;
817
+ --v-theme-on-surface: #000000 !important;
684
818
  color: #000000 !important;
685
819
  }
686
820
 
687
821
  .bg-green-lighten-1 {
688
822
  background-color: #66BB6A !important;
823
+ --v-theme-on-surface: #FFFFFF !important;
689
824
  color: #FFFFFF !important;
690
825
  }
691
826
 
692
827
  .bg-green-darken-1 {
693
828
  background-color: #43A047 !important;
829
+ --v-theme-on-surface: #FFFFFF !important;
694
830
  color: #FFFFFF !important;
695
831
  }
696
832
 
697
833
  .bg-green-darken-2 {
698
834
  background-color: #388E3C !important;
835
+ --v-theme-on-surface: #FFFFFF !important;
699
836
  color: #FFFFFF !important;
700
837
  }
701
838
 
702
839
  .bg-green-darken-3 {
703
840
  background-color: #2E7D32 !important;
841
+ --v-theme-on-surface: #FFFFFF !important;
704
842
  color: #FFFFFF !important;
705
843
  }
706
844
 
707
845
  .bg-green-darken-4 {
708
846
  background-color: #1B5E20 !important;
847
+ --v-theme-on-surface: #FFFFFF !important;
709
848
  color: #FFFFFF !important;
710
849
  }
711
850
 
712
851
  .bg-green-accent-1 {
713
852
  background-color: #B9F6CA !important;
853
+ --v-theme-on-surface: #000000 !important;
714
854
  color: #000000 !important;
715
855
  }
716
856
 
717
857
  .bg-green-accent-2 {
718
858
  background-color: #69F0AE !important;
859
+ --v-theme-on-surface: #000000 !important;
719
860
  color: #000000 !important;
720
861
  }
721
862
 
722
863
  .bg-green-accent-3 {
723
864
  background-color: #00E676 !important;
865
+ --v-theme-on-surface: #000000 !important;
724
866
  color: #000000 !important;
725
867
  }
726
868
 
727
869
  .bg-green-accent-4 {
728
870
  background-color: #00C853 !important;
871
+ --v-theme-on-surface: #000000 !important;
729
872
  color: #000000 !important;
730
873
  }
731
874
 
732
875
  .bg-light-green {
733
876
  background-color: #8bc34a !important;
877
+ --v-theme-on-surface: #000000 !important;
734
878
  color: #000000 !important;
735
879
  }
736
880
 
737
881
  .bg-light-green-lighten-5 {
738
882
  background-color: #f1f8e9 !important;
883
+ --v-theme-on-surface: #000000 !important;
739
884
  color: #000000 !important;
740
885
  }
741
886
 
742
887
  .bg-light-green-lighten-4 {
743
888
  background-color: #dcedc8 !important;
889
+ --v-theme-on-surface: #000000 !important;
744
890
  color: #000000 !important;
745
891
  }
746
892
 
747
893
  .bg-light-green-lighten-3 {
748
894
  background-color: #c5e1a5 !important;
895
+ --v-theme-on-surface: #000000 !important;
749
896
  color: #000000 !important;
750
897
  }
751
898
 
752
899
  .bg-light-green-lighten-2 {
753
900
  background-color: #aed581 !important;
901
+ --v-theme-on-surface: #000000 !important;
754
902
  color: #000000 !important;
755
903
  }
756
904
 
757
905
  .bg-light-green-lighten-1 {
758
906
  background-color: #9ccc65 !important;
907
+ --v-theme-on-surface: #000000 !important;
759
908
  color: #000000 !important;
760
909
  }
761
910
 
762
911
  .bg-light-green-darken-1 {
763
912
  background-color: #7cb342 !important;
913
+ --v-theme-on-surface: #FFFFFF !important;
764
914
  color: #FFFFFF !important;
765
915
  }
766
916
 
767
917
  .bg-light-green-darken-2 {
768
918
  background-color: #689f38 !important;
919
+ --v-theme-on-surface: #FFFFFF !important;
769
920
  color: #FFFFFF !important;
770
921
  }
771
922
 
772
923
  .bg-light-green-darken-3 {
773
924
  background-color: #558b2f !important;
925
+ --v-theme-on-surface: #FFFFFF !important;
774
926
  color: #FFFFFF !important;
775
927
  }
776
928
 
777
929
  .bg-light-green-darken-4 {
778
930
  background-color: #33691e !important;
931
+ --v-theme-on-surface: #FFFFFF !important;
779
932
  color: #FFFFFF !important;
780
933
  }
781
934
 
782
935
  .bg-light-green-accent-1 {
783
936
  background-color: #ccff90 !important;
937
+ --v-theme-on-surface: #000000 !important;
784
938
  color: #000000 !important;
785
939
  }
786
940
 
787
941
  .bg-light-green-accent-2 {
788
942
  background-color: #b2ff59 !important;
943
+ --v-theme-on-surface: #000000 !important;
789
944
  color: #000000 !important;
790
945
  }
791
946
 
792
947
  .bg-light-green-accent-3 {
793
948
  background-color: #76ff03 !important;
949
+ --v-theme-on-surface: #000000 !important;
794
950
  color: #000000 !important;
795
951
  }
796
952
 
797
953
  .bg-light-green-accent-4 {
798
954
  background-color: #64dd17 !important;
955
+ --v-theme-on-surface: #000000 !important;
799
956
  color: #000000 !important;
800
957
  }
801
958
 
802
959
  .bg-lime {
803
960
  background-color: #cddc39 !important;
961
+ --v-theme-on-surface: #000000 !important;
804
962
  color: #000000 !important;
805
963
  }
806
964
 
807
965
  .bg-lime-lighten-5 {
808
966
  background-color: #f9fbe7 !important;
967
+ --v-theme-on-surface: #000000 !important;
809
968
  color: #000000 !important;
810
969
  }
811
970
 
812
971
  .bg-lime-lighten-4 {
813
972
  background-color: #f0f4c3 !important;
973
+ --v-theme-on-surface: #000000 !important;
814
974
  color: #000000 !important;
815
975
  }
816
976
 
817
977
  .bg-lime-lighten-3 {
818
978
  background-color: #e6ee9c !important;
979
+ --v-theme-on-surface: #000000 !important;
819
980
  color: #000000 !important;
820
981
  }
821
982
 
822
983
  .bg-lime-lighten-2 {
823
984
  background-color: #dce775 !important;
985
+ --v-theme-on-surface: #000000 !important;
824
986
  color: #000000 !important;
825
987
  }
826
988
 
827
989
  .bg-lime-lighten-1 {
828
990
  background-color: #d4e157 !important;
991
+ --v-theme-on-surface: #000000 !important;
829
992
  color: #000000 !important;
830
993
  }
831
994
 
832
995
  .bg-lime-darken-1 {
833
996
  background-color: #c0ca33 !important;
997
+ --v-theme-on-surface: #000000 !important;
834
998
  color: #000000 !important;
835
999
  }
836
1000
 
837
1001
  .bg-lime-darken-2 {
838
1002
  background-color: #afb42b !important;
1003
+ --v-theme-on-surface: #000000 !important;
839
1004
  color: #000000 !important;
840
1005
  }
841
1006
 
842
1007
  .bg-lime-darken-3 {
843
1008
  background-color: #9e9d24 !important;
1009
+ --v-theme-on-surface: #FFFFFF !important;
844
1010
  color: #FFFFFF !important;
845
1011
  }
846
1012
 
847
1013
  .bg-lime-darken-4 {
848
1014
  background-color: #827717 !important;
1015
+ --v-theme-on-surface: #FFFFFF !important;
849
1016
  color: #FFFFFF !important;
850
1017
  }
851
1018
 
852
1019
  .bg-lime-accent-1 {
853
1020
  background-color: #f4ff81 !important;
1021
+ --v-theme-on-surface: #000000 !important;
854
1022
  color: #000000 !important;
855
1023
  }
856
1024
 
857
1025
  .bg-lime-accent-2 {
858
1026
  background-color: #eeff41 !important;
1027
+ --v-theme-on-surface: #000000 !important;
859
1028
  color: #000000 !important;
860
1029
  }
861
1030
 
862
1031
  .bg-lime-accent-3 {
863
1032
  background-color: #c6ff00 !important;
1033
+ --v-theme-on-surface: #000000 !important;
864
1034
  color: #000000 !important;
865
1035
  }
866
1036
 
867
1037
  .bg-lime-accent-4 {
868
1038
  background-color: #aeea00 !important;
1039
+ --v-theme-on-surface: #000000 !important;
869
1040
  color: #000000 !important;
870
1041
  }
871
1042
 
872
1043
  .bg-yellow {
873
1044
  background-color: #ffeb3b !important;
1045
+ --v-theme-on-surface: #000000 !important;
874
1046
  color: #000000 !important;
875
1047
  }
876
1048
 
877
1049
  .bg-yellow-lighten-5 {
878
1050
  background-color: #fffde7 !important;
1051
+ --v-theme-on-surface: #000000 !important;
879
1052
  color: #000000 !important;
880
1053
  }
881
1054
 
882
1055
  .bg-yellow-lighten-4 {
883
1056
  background-color: #fff9c4 !important;
1057
+ --v-theme-on-surface: #000000 !important;
884
1058
  color: #000000 !important;
885
1059
  }
886
1060
 
887
1061
  .bg-yellow-lighten-3 {
888
1062
  background-color: #fff59d !important;
1063
+ --v-theme-on-surface: #000000 !important;
889
1064
  color: #000000 !important;
890
1065
  }
891
1066
 
892
1067
  .bg-yellow-lighten-2 {
893
1068
  background-color: #fff176 !important;
1069
+ --v-theme-on-surface: #000000 !important;
894
1070
  color: #000000 !important;
895
1071
  }
896
1072
 
897
1073
  .bg-yellow-lighten-1 {
898
1074
  background-color: #ffee58 !important;
1075
+ --v-theme-on-surface: #000000 !important;
899
1076
  color: #000000 !important;
900
1077
  }
901
1078
 
902
1079
  .bg-yellow-darken-1 {
903
1080
  background-color: #fdd835 !important;
1081
+ --v-theme-on-surface: #000000 !important;
904
1082
  color: #000000 !important;
905
1083
  }
906
1084
 
907
1085
  .bg-yellow-darken-2 {
908
1086
  background-color: #fbc02d !important;
1087
+ --v-theme-on-surface: #000000 !important;
909
1088
  color: #000000 !important;
910
1089
  }
911
1090
 
912
1091
  .bg-yellow-darken-3 {
913
1092
  background-color: #f9a825 !important;
1093
+ --v-theme-on-surface: #000000 !important;
914
1094
  color: #000000 !important;
915
1095
  }
916
1096
 
917
1097
  .bg-yellow-darken-4 {
918
1098
  background-color: #f57f17 !important;
1099
+ --v-theme-on-surface: #FFFFFF !important;
919
1100
  color: #FFFFFF !important;
920
1101
  }
921
1102
 
922
1103
  .bg-yellow-accent-1 {
923
1104
  background-color: #ffff8d !important;
1105
+ --v-theme-on-surface: #000000 !important;
924
1106
  color: #000000 !important;
925
1107
  }
926
1108
 
927
1109
  .bg-yellow-accent-2 {
928
1110
  background-color: #ffff00 !important;
1111
+ --v-theme-on-surface: #000000 !important;
929
1112
  color: #000000 !important;
930
1113
  }
931
1114
 
932
1115
  .bg-yellow-accent-3 {
933
1116
  background-color: #ffea00 !important;
1117
+ --v-theme-on-surface: #000000 !important;
934
1118
  color: #000000 !important;
935
1119
  }
936
1120
 
937
1121
  .bg-yellow-accent-4 {
938
1122
  background-color: #ffd600 !important;
1123
+ --v-theme-on-surface: #000000 !important;
939
1124
  color: #000000 !important;
940
1125
  }
941
1126
 
942
1127
  .bg-amber {
943
1128
  background-color: #ffc107 !important;
1129
+ --v-theme-on-surface: #000000 !important;
944
1130
  color: #000000 !important;
945
1131
  }
946
1132
 
947
1133
  .bg-amber-lighten-5 {
948
1134
  background-color: #fff8e1 !important;
1135
+ --v-theme-on-surface: #000000 !important;
949
1136
  color: #000000 !important;
950
1137
  }
951
1138
 
952
1139
  .bg-amber-lighten-4 {
953
1140
  background-color: #ffecb3 !important;
1141
+ --v-theme-on-surface: #000000 !important;
954
1142
  color: #000000 !important;
955
1143
  }
956
1144
 
957
1145
  .bg-amber-lighten-3 {
958
1146
  background-color: #ffe082 !important;
1147
+ --v-theme-on-surface: #000000 !important;
959
1148
  color: #000000 !important;
960
1149
  }
961
1150
 
962
1151
  .bg-amber-lighten-2 {
963
1152
  background-color: #ffd54f !important;
1153
+ --v-theme-on-surface: #000000 !important;
964
1154
  color: #000000 !important;
965
1155
  }
966
1156
 
967
1157
  .bg-amber-lighten-1 {
968
1158
  background-color: #ffca28 !important;
1159
+ --v-theme-on-surface: #000000 !important;
969
1160
  color: #000000 !important;
970
1161
  }
971
1162
 
972
1163
  .bg-amber-darken-1 {
973
1164
  background-color: #ffb300 !important;
1165
+ --v-theme-on-surface: #000000 !important;
974
1166
  color: #000000 !important;
975
1167
  }
976
1168
 
977
1169
  .bg-amber-darken-2 {
978
1170
  background-color: #ffa000 !important;
1171
+ --v-theme-on-surface: #000000 !important;
979
1172
  color: #000000 !important;
980
1173
  }
981
1174
 
982
1175
  .bg-amber-darken-3 {
983
1176
  background-color: #ff8f00 !important;
1177
+ --v-theme-on-surface: #000000 !important;
984
1178
  color: #000000 !important;
985
1179
  }
986
1180
 
987
1181
  .bg-amber-darken-4 {
988
1182
  background-color: #ff6f00 !important;
1183
+ --v-theme-on-surface: #FFFFFF !important;
989
1184
  color: #FFFFFF !important;
990
1185
  }
991
1186
 
992
1187
  .bg-amber-accent-1 {
993
1188
  background-color: #ffe57f !important;
1189
+ --v-theme-on-surface: #000000 !important;
994
1190
  color: #000000 !important;
995
1191
  }
996
1192
 
997
1193
  .bg-amber-accent-2 {
998
1194
  background-color: #ffd740 !important;
1195
+ --v-theme-on-surface: #000000 !important;
999
1196
  color: #000000 !important;
1000
1197
  }
1001
1198
 
1002
1199
  .bg-amber-accent-3 {
1003
1200
  background-color: #ffc400 !important;
1201
+ --v-theme-on-surface: #000000 !important;
1004
1202
  color: #000000 !important;
1005
1203
  }
1006
1204
 
1007
1205
  .bg-amber-accent-4 {
1008
1206
  background-color: #ffab00 !important;
1207
+ --v-theme-on-surface: #000000 !important;
1009
1208
  color: #000000 !important;
1010
1209
  }
1011
1210
 
1012
1211
  .bg-orange {
1013
1212
  background-color: #ff9800 !important;
1213
+ --v-theme-on-surface: #000000 !important;
1014
1214
  color: #000000 !important;
1015
1215
  }
1016
1216
 
1017
1217
  .bg-orange-lighten-5 {
1018
1218
  background-color: #fff3e0 !important;
1219
+ --v-theme-on-surface: #000000 !important;
1019
1220
  color: #000000 !important;
1020
1221
  }
1021
1222
 
1022
1223
  .bg-orange-lighten-4 {
1023
1224
  background-color: #ffe0b2 !important;
1225
+ --v-theme-on-surface: #000000 !important;
1024
1226
  color: #000000 !important;
1025
1227
  }
1026
1228
 
1027
1229
  .bg-orange-lighten-3 {
1028
1230
  background-color: #ffcc80 !important;
1231
+ --v-theme-on-surface: #000000 !important;
1029
1232
  color: #000000 !important;
1030
1233
  }
1031
1234
 
1032
1235
  .bg-orange-lighten-2 {
1033
1236
  background-color: #ffb74d !important;
1237
+ --v-theme-on-surface: #000000 !important;
1034
1238
  color: #000000 !important;
1035
1239
  }
1036
1240
 
1037
1241
  .bg-orange-lighten-1 {
1038
1242
  background-color: #ffa726 !important;
1243
+ --v-theme-on-surface: #000000 !important;
1039
1244
  color: #000000 !important;
1040
1245
  }
1041
1246
 
1042
1247
  .bg-orange-darken-1 {
1043
1248
  background-color: #fb8c00 !important;
1249
+ --v-theme-on-surface: #FFFFFF !important;
1044
1250
  color: #FFFFFF !important;
1045
1251
  }
1046
1252
 
1047
1253
  .bg-orange-darken-2 {
1048
1254
  background-color: #f57c00 !important;
1255
+ --v-theme-on-surface: #FFFFFF !important;
1049
1256
  color: #FFFFFF !important;
1050
1257
  }
1051
1258
 
1052
1259
  .bg-orange-darken-3 {
1053
1260
  background-color: #ef6c00 !important;
1261
+ --v-theme-on-surface: #FFFFFF !important;
1054
1262
  color: #FFFFFF !important;
1055
1263
  }
1056
1264
 
1057
1265
  .bg-orange-darken-4 {
1058
1266
  background-color: #e65100 !important;
1267
+ --v-theme-on-surface: #FFFFFF !important;
1059
1268
  color: #FFFFFF !important;
1060
1269
  }
1061
1270
 
1062
1271
  .bg-orange-accent-1 {
1063
1272
  background-color: #ffd180 !important;
1273
+ --v-theme-on-surface: #000000 !important;
1064
1274
  color: #000000 !important;
1065
1275
  }
1066
1276
 
1067
1277
  .bg-orange-accent-2 {
1068
1278
  background-color: #ffab40 !important;
1279
+ --v-theme-on-surface: #000000 !important;
1069
1280
  color: #000000 !important;
1070
1281
  }
1071
1282
 
1072
1283
  .bg-orange-accent-3 {
1073
1284
  background-color: #ff9100 !important;
1285
+ --v-theme-on-surface: #000000 !important;
1074
1286
  color: #000000 !important;
1075
1287
  }
1076
1288
 
1077
1289
  .bg-orange-accent-4 {
1078
1290
  background-color: #ff6d00 !important;
1291
+ --v-theme-on-surface: #FFFFFF !important;
1079
1292
  color: #FFFFFF !important;
1080
1293
  }
1081
1294
 
1082
1295
  .bg-deep-orange {
1083
1296
  background-color: #ff5722 !important;
1297
+ --v-theme-on-surface: #FFFFFF !important;
1084
1298
  color: #FFFFFF !important;
1085
1299
  }
1086
1300
 
1087
1301
  .bg-deep-orange-lighten-5 {
1088
1302
  background-color: #fbe9e7 !important;
1303
+ --v-theme-on-surface: #000000 !important;
1089
1304
  color: #000000 !important;
1090
1305
  }
1091
1306
 
1092
1307
  .bg-deep-orange-lighten-4 {
1093
1308
  background-color: #ffccbc !important;
1309
+ --v-theme-on-surface: #000000 !important;
1094
1310
  color: #000000 !important;
1095
1311
  }
1096
1312
 
1097
1313
  .bg-deep-orange-lighten-3 {
1098
1314
  background-color: #ffab91 !important;
1315
+ --v-theme-on-surface: #000000 !important;
1099
1316
  color: #000000 !important;
1100
1317
  }
1101
1318
 
1102
1319
  .bg-deep-orange-lighten-2 {
1103
1320
  background-color: #ff8a65 !important;
1321
+ --v-theme-on-surface: #000000 !important;
1104
1322
  color: #000000 !important;
1105
1323
  }
1106
1324
 
1107
1325
  .bg-deep-orange-lighten-1 {
1108
1326
  background-color: #ff7043 !important;
1327
+ --v-theme-on-surface: #FFFFFF !important;
1109
1328
  color: #FFFFFF !important;
1110
1329
  }
1111
1330
 
1112
1331
  .bg-deep-orange-darken-1 {
1113
1332
  background-color: #f4511e !important;
1333
+ --v-theme-on-surface: #FFFFFF !important;
1114
1334
  color: #FFFFFF !important;
1115
1335
  }
1116
1336
 
1117
1337
  .bg-deep-orange-darken-2 {
1118
1338
  background-color: #e64a19 !important;
1339
+ --v-theme-on-surface: #FFFFFF !important;
1119
1340
  color: #FFFFFF !important;
1120
1341
  }
1121
1342
 
1122
1343
  .bg-deep-orange-darken-3 {
1123
1344
  background-color: #d84315 !important;
1345
+ --v-theme-on-surface: #FFFFFF !important;
1124
1346
  color: #FFFFFF !important;
1125
1347
  }
1126
1348
 
1127
1349
  .bg-deep-orange-darken-4 {
1128
1350
  background-color: #bf360c !important;
1351
+ --v-theme-on-surface: #FFFFFF !important;
1129
1352
  color: #FFFFFF !important;
1130
1353
  }
1131
1354
 
1132
1355
  .bg-deep-orange-accent-1 {
1133
1356
  background-color: #ff9e80 !important;
1357
+ --v-theme-on-surface: #000000 !important;
1134
1358
  color: #000000 !important;
1135
1359
  }
1136
1360
 
1137
1361
  .bg-deep-orange-accent-2 {
1138
1362
  background-color: #ff6e40 !important;
1363
+ --v-theme-on-surface: #FFFFFF !important;
1139
1364
  color: #FFFFFF !important;
1140
1365
  }
1141
1366
 
1142
1367
  .bg-deep-orange-accent-3 {
1143
1368
  background-color: #ff3d00 !important;
1369
+ --v-theme-on-surface: #FFFFFF !important;
1144
1370
  color: #FFFFFF !important;
1145
1371
  }
1146
1372
 
1147
1373
  .bg-deep-orange-accent-4 {
1148
1374
  background-color: #dd2c00 !important;
1375
+ --v-theme-on-surface: #FFFFFF !important;
1149
1376
  color: #FFFFFF !important;
1150
1377
  }
1151
1378
 
1152
1379
  .bg-brown {
1153
1380
  background-color: #795548 !important;
1381
+ --v-theme-on-surface: #FFFFFF !important;
1154
1382
  color: #FFFFFF !important;
1155
1383
  }
1156
1384
 
1157
1385
  .bg-brown-lighten-5 {
1158
1386
  background-color: #efebe9 !important;
1387
+ --v-theme-on-surface: #000000 !important;
1159
1388
  color: #000000 !important;
1160
1389
  }
1161
1390
 
1162
1391
  .bg-brown-lighten-4 {
1163
1392
  background-color: #d7ccc8 !important;
1393
+ --v-theme-on-surface: #000000 !important;
1164
1394
  color: #000000 !important;
1165
1395
  }
1166
1396
 
1167
1397
  .bg-brown-lighten-3 {
1168
1398
  background-color: #bcaaa4 !important;
1399
+ --v-theme-on-surface: #000000 !important;
1169
1400
  color: #000000 !important;
1170
1401
  }
1171
1402
 
1172
1403
  .bg-brown-lighten-2 {
1173
1404
  background-color: #a1887f !important;
1405
+ --v-theme-on-surface: #FFFFFF !important;
1174
1406
  color: #FFFFFF !important;
1175
1407
  }
1176
1408
 
1177
1409
  .bg-brown-lighten-1 {
1178
1410
  background-color: #8d6e63 !important;
1411
+ --v-theme-on-surface: #FFFFFF !important;
1179
1412
  color: #FFFFFF !important;
1180
1413
  }
1181
1414
 
1182
1415
  .bg-brown-darken-1 {
1183
1416
  background-color: #6d4c41 !important;
1417
+ --v-theme-on-surface: #FFFFFF !important;
1184
1418
  color: #FFFFFF !important;
1185
1419
  }
1186
1420
 
1187
1421
  .bg-brown-darken-2 {
1188
1422
  background-color: #5d4037 !important;
1423
+ --v-theme-on-surface: #FFFFFF !important;
1189
1424
  color: #FFFFFF !important;
1190
1425
  }
1191
1426
 
1192
1427
  .bg-brown-darken-3 {
1193
1428
  background-color: #4e342e !important;
1429
+ --v-theme-on-surface: #FFFFFF !important;
1194
1430
  color: #FFFFFF !important;
1195
1431
  }
1196
1432
 
1197
1433
  .bg-brown-darken-4 {
1198
1434
  background-color: #3e2723 !important;
1435
+ --v-theme-on-surface: #FFFFFF !important;
1199
1436
  color: #FFFFFF !important;
1200
1437
  }
1201
1438
 
1202
1439
  .bg-blue-grey {
1203
1440
  background-color: #607d8b !important;
1441
+ --v-theme-on-surface: #FFFFFF !important;
1204
1442
  color: #FFFFFF !important;
1205
1443
  }
1206
1444
 
1207
1445
  .bg-blue-grey-lighten-5 {
1208
1446
  background-color: #eceff1 !important;
1447
+ --v-theme-on-surface: #000000 !important;
1209
1448
  color: #000000 !important;
1210
1449
  }
1211
1450
 
1212
1451
  .bg-blue-grey-lighten-4 {
1213
1452
  background-color: #cfd8dc !important;
1453
+ --v-theme-on-surface: #000000 !important;
1214
1454
  color: #000000 !important;
1215
1455
  }
1216
1456
 
1217
1457
  .bg-blue-grey-lighten-3 {
1218
1458
  background-color: #b0bec5 !important;
1459
+ --v-theme-on-surface: #000000 !important;
1219
1460
  color: #000000 !important;
1220
1461
  }
1221
1462
 
1222
1463
  .bg-blue-grey-lighten-2 {
1223
1464
  background-color: #90a4ae !important;
1465
+ --v-theme-on-surface: #FFFFFF !important;
1224
1466
  color: #FFFFFF !important;
1225
1467
  }
1226
1468
 
1227
1469
  .bg-blue-grey-lighten-1 {
1228
1470
  background-color: #78909c !important;
1471
+ --v-theme-on-surface: #FFFFFF !important;
1229
1472
  color: #FFFFFF !important;
1230
1473
  }
1231
1474
 
1232
1475
  .bg-blue-grey-darken-1 {
1233
1476
  background-color: #546e7a !important;
1477
+ --v-theme-on-surface: #FFFFFF !important;
1234
1478
  color: #FFFFFF !important;
1235
1479
  }
1236
1480
 
1237
1481
  .bg-blue-grey-darken-2 {
1238
1482
  background-color: #455a64 !important;
1483
+ --v-theme-on-surface: #FFFFFF !important;
1239
1484
  color: #FFFFFF !important;
1240
1485
  }
1241
1486
 
1242
1487
  .bg-blue-grey-darken-3 {
1243
1488
  background-color: #37474f !important;
1489
+ --v-theme-on-surface: #FFFFFF !important;
1244
1490
  color: #FFFFFF !important;
1245
1491
  }
1246
1492
 
1247
1493
  .bg-blue-grey-darken-4 {
1248
1494
  background-color: #263238 !important;
1495
+ --v-theme-on-surface: #FFFFFF !important;
1249
1496
  color: #FFFFFF !important;
1250
1497
  }
1251
1498
 
1252
1499
  .bg-grey {
1253
1500
  background-color: #9e9e9e !important;
1501
+ --v-theme-on-surface: #FFFFFF !important;
1254
1502
  color: #FFFFFF !important;
1255
1503
  }
1256
1504
 
1257
1505
  .bg-grey-lighten-5 {
1258
1506
  background-color: #fafafa !important;
1507
+ --v-theme-on-surface: #000000 !important;
1259
1508
  color: #000000 !important;
1260
1509
  }
1261
1510
 
1262
1511
  .bg-grey-lighten-4 {
1263
1512
  background-color: #f5f5f5 !important;
1513
+ --v-theme-on-surface: #000000 !important;
1264
1514
  color: #000000 !important;
1265
1515
  }
1266
1516
 
1267
1517
  .bg-grey-lighten-3 {
1268
1518
  background-color: #eeeeee !important;
1519
+ --v-theme-on-surface: #000000 !important;
1269
1520
  color: #000000 !important;
1270
1521
  }
1271
1522
 
1272
1523
  .bg-grey-lighten-2 {
1273
1524
  background-color: #e0e0e0 !important;
1525
+ --v-theme-on-surface: #000000 !important;
1274
1526
  color: #000000 !important;
1275
1527
  }
1276
1528
 
1277
1529
  .bg-grey-lighten-1 {
1278
1530
  background-color: #bdbdbd !important;
1531
+ --v-theme-on-surface: #000000 !important;
1279
1532
  color: #000000 !important;
1280
1533
  }
1281
1534
 
1282
1535
  .bg-grey-darken-1 {
1283
1536
  background-color: #757575 !important;
1537
+ --v-theme-on-surface: #FFFFFF !important;
1284
1538
  color: #FFFFFF !important;
1285
1539
  }
1286
1540
 
1287
1541
  .bg-grey-darken-2 {
1288
1542
  background-color: #616161 !important;
1543
+ --v-theme-on-surface: #FFFFFF !important;
1289
1544
  color: #FFFFFF !important;
1290
1545
  }
1291
1546
 
1292
1547
  .bg-grey-darken-3 {
1293
1548
  background-color: #424242 !important;
1549
+ --v-theme-on-surface: #FFFFFF !important;
1294
1550
  color: #FFFFFF !important;
1295
1551
  }
1296
1552
 
1297
1553
  .bg-grey-darken-4 {
1298
1554
  background-color: #212121 !important;
1555
+ --v-theme-on-surface: #FFFFFF !important;
1299
1556
  color: #FFFFFF !important;
1300
1557
  }
1301
1558
 
1302
1559
  .bg-shades-black {
1303
1560
  background-color: #000000 !important;
1561
+ --v-theme-on-surface: #FFFFFF !important;
1304
1562
  color: #FFFFFF !important;
1305
1563
  }
1306
1564
 
1307
1565
  .bg-shades-white {
1308
1566
  background-color: #FFFFFF !important;
1567
+ --v-theme-on-surface: #000000 !important;
1309
1568
  color: #000000 !important;
1310
1569
  }
1311
1570
 
1312
1571
  .bg-shades-transparent {
1313
1572
  background-color: transparent !important;
1573
+ --v-theme-on-surface: currentColor !important;
1314
1574
  color: currentColor !important;
1315
1575
  }
1316
1576
 
@@ -17461,13 +17721,15 @@ html.overflow-y-hidden {
17461
17721
  background: currentColor;
17462
17722
  opacity: var(--v-activated-opacity);
17463
17723
  border-radius: inherit;
17464
- position: absolute;
17465
17724
  top: 0;
17466
17725
  right: 0;
17467
17726
  bottom: 0;
17468
17727
  left: 0;
17469
17728
  pointer-events: none;
17470
17729
  }
17730
+ .v-alert .v-alert__underlay {
17731
+ position: absolute;
17732
+ }
17471
17733
  .v-alert--prominent {
17472
17734
  grid-template-areas: "prepend content append close" "prepend content . .";
17473
17735
  }
@@ -17773,13 +18035,15 @@ html.overflow-y-hidden {
17773
18035
  background: currentColor;
17774
18036
  opacity: var(--v-activated-opacity);
17775
18037
  border-radius: inherit;
17776
- position: absolute;
17777
18038
  top: 0;
17778
18039
  right: 0;
17779
18040
  bottom: 0;
17780
18041
  left: 0;
17781
18042
  pointer-events: none;
17782
18043
  }
18044
+ .v-avatar .v-avatar__underlay {
18045
+ position: absolute;
18046
+ }
17783
18047
  .v-avatar--rounded {
17784
18048
  border-radius: 4px;
17785
18049
  }
@@ -17792,77 +18056,6 @@ html.overflow-y-hidden {
17792
18056
  .v-avatar .v-img {
17793
18057
  height: 100%;
17794
18058
  width: 100%;
17795
- }.v-badge {
17796
- display: inline-block;
17797
- line-height: 1;
17798
- }
17799
-
17800
- .v-badge__badge {
17801
- align-items: center;
17802
- display: inline-flex;
17803
- border-radius: 10px;
17804
- font-size: 0.75rem;
17805
- font-weight: 500;
17806
- height: 1.25rem;
17807
- justify-content: center;
17808
- min-width: 20px;
17809
- padding: 4px 6px;
17810
- pointer-events: auto;
17811
- position: absolute;
17812
- text-align: center;
17813
- text-indent: 0;
17814
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17815
- white-space: nowrap;
17816
- background: rgb(var(--v-theme-surface-variant));
17817
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17818
- }
17819
- .v-badge--bordered .v-badge__badge::after {
17820
- border-radius: inherit;
17821
- border-style: solid;
17822
- border-width: 2px;
17823
- bottom: 0;
17824
- color: rgb(var(--v-theme-background));
17825
- content: "";
17826
- left: 0;
17827
- position: absolute;
17828
- right: 0;
17829
- top: 0;
17830
- transform: scale(1.05);
17831
- }
17832
- .v-badge--dot .v-badge__badge {
17833
- border-radius: 4.5px;
17834
- height: 9px;
17835
- min-width: 0;
17836
- padding: 0;
17837
- width: 9px;
17838
- }
17839
- .v-badge--dot .v-badge__badge::after {
17840
- border-width: 1.5px;
17841
- }
17842
- .v-badge--inline .v-badge__badge {
17843
- position: relative;
17844
- vertical-align: middle;
17845
- }
17846
- .v-badge__badge .v-icon {
17847
- color: inherit;
17848
- font-size: 0.75rem;
17849
- margin: 0 -2px;
17850
- }
17851
- .v-badge__badge img,
17852
- .v-badge__badge .v-img {
17853
- height: 100%;
17854
- width: 100%;
17855
- }
17856
-
17857
- .v-badge__wrapper {
17858
- display: flex;
17859
- position: relative;
17860
- }
17861
- .v-badge--inline .v-badge__wrapper {
17862
- align-items: center;
17863
- display: inline-flex;
17864
- justify-content: center;
17865
- margin: 0 4px;
17866
18059
  }.v-banner {
17867
18060
  display: grid;
17868
18061
  flex: 1 1;
@@ -18020,6 +18213,77 @@ html.overflow-y-hidden {
18020
18213
  }
18021
18214
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18022
18215
  align-self: flex-start;
18216
+ }.v-badge {
18217
+ display: inline-block;
18218
+ line-height: 1;
18219
+ }
18220
+
18221
+ .v-badge__badge {
18222
+ align-items: center;
18223
+ display: inline-flex;
18224
+ border-radius: 10px;
18225
+ font-size: 0.75rem;
18226
+ font-weight: 500;
18227
+ height: 1.25rem;
18228
+ justify-content: center;
18229
+ min-width: 20px;
18230
+ padding: 4px 6px;
18231
+ pointer-events: auto;
18232
+ position: absolute;
18233
+ text-align: center;
18234
+ text-indent: 0;
18235
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18236
+ white-space: nowrap;
18237
+ background: rgb(var(--v-theme-surface-variant));
18238
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18239
+ }
18240
+ .v-badge--bordered .v-badge__badge::after {
18241
+ border-radius: inherit;
18242
+ border-style: solid;
18243
+ border-width: 2px;
18244
+ bottom: 0;
18245
+ color: rgb(var(--v-theme-background));
18246
+ content: "";
18247
+ left: 0;
18248
+ position: absolute;
18249
+ right: 0;
18250
+ top: 0;
18251
+ transform: scale(1.05);
18252
+ }
18253
+ .v-badge--dot .v-badge__badge {
18254
+ border-radius: 4.5px;
18255
+ height: 9px;
18256
+ min-width: 0;
18257
+ padding: 0;
18258
+ width: 9px;
18259
+ }
18260
+ .v-badge--dot .v-badge__badge::after {
18261
+ border-width: 1.5px;
18262
+ }
18263
+ .v-badge--inline .v-badge__badge {
18264
+ position: relative;
18265
+ vertical-align: middle;
18266
+ }
18267
+ .v-badge__badge .v-icon {
18268
+ color: inherit;
18269
+ font-size: 0.75rem;
18270
+ margin: 0 -2px;
18271
+ }
18272
+ .v-badge__badge img,
18273
+ .v-badge__badge .v-img {
18274
+ height: 100%;
18275
+ width: 100%;
18276
+ }
18277
+
18278
+ .v-badge__wrapper {
18279
+ display: flex;
18280
+ position: relative;
18281
+ }
18282
+ .v-badge--inline .v-badge__wrapper {
18283
+ align-items: center;
18284
+ display: inline-flex;
18285
+ justify-content: center;
18286
+ margin: 0 4px;
18023
18287
  }.v-bottom-navigation {
18024
18288
  display: flex;
18025
18289
  max-width: 100%;
@@ -18075,63 +18339,6 @@ html.overflow-y-hidden {
18075
18339
  }
18076
18340
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18077
18341
  transform: translateY(0.5rem);
18078
- }.v-breadcrumbs {
18079
- display: flex;
18080
- align-items: center;
18081
- line-height: 1.6;
18082
- padding: 16px 12px;
18083
- }
18084
- .v-breadcrumbs--rounded {
18085
- border-radius: 4px;
18086
- }
18087
- .v-breadcrumbs--density-default {
18088
- padding-top: 16px;
18089
- padding-bottom: 16px;
18090
- }
18091
-
18092
- .v-breadcrumbs--density-comfortable {
18093
- padding-top: 12px;
18094
- padding-bottom: 12px;
18095
- }
18096
-
18097
- .v-breadcrumbs--density-compact {
18098
- padding-top: 8px;
18099
- padding-bottom: 8px;
18100
- }
18101
-
18102
- .v-breadcrumbs__prepend {
18103
- align-items: center;
18104
- display: inline-flex;
18105
- }
18106
-
18107
- .v-breadcrumbs-item {
18108
- align-items: center;
18109
- color: inherit;
18110
- display: inline-flex;
18111
- padding: 0 4px;
18112
- text-decoration: none;
18113
- vertical-align: middle;
18114
- }
18115
- .v-breadcrumbs-item--disabled {
18116
- opacity: var(--v-disabled-opacity);
18117
- pointer-events: none;
18118
- }
18119
- .v-breadcrumbs-item--link {
18120
- color: inherit;
18121
- text-decoration: none;
18122
- }
18123
- .v-breadcrumbs-item--link:hover {
18124
- text-decoration: underline;
18125
- }
18126
- .v-breadcrumbs-item .v-icon {
18127
- font-size: 1rem;
18128
- margin-inline: -4px 2px;
18129
- }
18130
-
18131
- .v-breadcrumbs-divider {
18132
- display: inline-block;
18133
- padding: 0 8px;
18134
- vertical-align: middle;
18135
18342
  }.bottom-sheet-transition-enter-from {
18136
18343
  transform: translateY(100%);
18137
18344
  }
@@ -18311,13 +18518,15 @@ html.overflow-y-hidden {
18311
18518
  background: currentColor;
18312
18519
  opacity: var(--v-activated-opacity);
18313
18520
  border-radius: inherit;
18314
- position: absolute;
18315
18521
  top: 0;
18316
18522
  right: 0;
18317
18523
  bottom: 0;
18318
18524
  left: 0;
18319
18525
  pointer-events: none;
18320
18526
  }
18527
+ .v-btn .v-btn__underlay {
18528
+ position: absolute;
18529
+ }
18321
18530
  @supports selector(:focus-visible) {
18322
18531
  .v-btn::after {
18323
18532
  content: "";
@@ -18574,43 +18783,113 @@ html.overflow-y-hidden {
18574
18783
  }
18575
18784
  .v-pagination__item--is-active .v-btn__overlay {
18576
18785
  opacity: var(--v-border-opacity);
18577
- }.v-btn-group {
18578
- display: inline-flex;
18579
- flex-wrap: nowrap;
18580
- max-width: 100%;
18581
- min-width: 0;
18582
- overflow: hidden;
18583
- vertical-align: middle;
18584
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18585
- border-style: solid;
18586
- border-width: 0;
18587
- 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));
18588
- border-radius: 4px;
18589
- background: transparent;
18590
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18786
+ }.v-breadcrumbs {
18787
+ display: flex;
18788
+ align-items: center;
18789
+ line-height: 1.6;
18790
+ padding: 16px 12px;
18591
18791
  }
18592
- .v-btn-group--border {
18593
- border-width: thin;
18594
- box-shadow: none;
18792
+ .v-breadcrumbs--rounded {
18793
+ border-radius: 4px;
18595
18794
  }
18596
- .v-btn-group--density-default.v-btn-group {
18597
- height: 48px;
18795
+ .v-breadcrumbs--density-default {
18796
+ padding-top: 16px;
18797
+ padding-bottom: 16px;
18598
18798
  }
18599
18799
 
18600
- .v-btn-group--density-comfortable.v-btn-group {
18601
- height: 40px;
18800
+ .v-breadcrumbs--density-comfortable {
18801
+ padding-top: 12px;
18802
+ padding-bottom: 12px;
18602
18803
  }
18603
18804
 
18604
- .v-btn-group--density-compact.v-btn-group {
18605
- height: 36px;
18805
+ .v-breadcrumbs--density-compact {
18806
+ padding-top: 8px;
18807
+ padding-bottom: 8px;
18606
18808
  }
18607
18809
 
18608
- .v-btn-group .v-btn {
18609
- border-radius: 0;
18610
- border-color: inherit;
18611
- }
18612
- .v-btn-group .v-btn:not(:last-child) {
18613
- border-inline-end: none;
18810
+ .v-breadcrumbs__prepend {
18811
+ align-items: center;
18812
+ display: inline-flex;
18813
+ }
18814
+
18815
+ .v-breadcrumbs-item {
18816
+ align-items: center;
18817
+ color: inherit;
18818
+ display: inline-flex;
18819
+ padding: 0 4px;
18820
+ text-decoration: none;
18821
+ vertical-align: middle;
18822
+ }
18823
+ .v-breadcrumbs-item--disabled {
18824
+ opacity: var(--v-disabled-opacity);
18825
+ pointer-events: none;
18826
+ }
18827
+ .v-breadcrumbs-item--link {
18828
+ color: inherit;
18829
+ text-decoration: none;
18830
+ }
18831
+ .v-breadcrumbs-item--link:hover {
18832
+ text-decoration: underline;
18833
+ }
18834
+ .v-breadcrumbs-item .v-icon {
18835
+ font-size: 1rem;
18836
+ margin-inline: -4px 2px;
18837
+ }
18838
+
18839
+ .v-breadcrumbs-divider {
18840
+ display: inline-block;
18841
+ padding: 0 8px;
18842
+ vertical-align: middle;
18843
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18844
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18845
+ }
18846
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18847
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18848
+ }
18849
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18850
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18851
+ }
18852
+ @supports not selector(:focus-visible) {
18853
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18854
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18855
+ }
18856
+ }.v-btn-group {
18857
+ display: inline-flex;
18858
+ flex-wrap: nowrap;
18859
+ max-width: 100%;
18860
+ min-width: 0;
18861
+ overflow: hidden;
18862
+ vertical-align: middle;
18863
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18864
+ border-style: solid;
18865
+ border-width: 0;
18866
+ 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));
18867
+ border-radius: 4px;
18868
+ background: transparent;
18869
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18870
+ }
18871
+ .v-btn-group--border {
18872
+ border-width: thin;
18873
+ box-shadow: none;
18874
+ }
18875
+ .v-btn-group--density-default.v-btn-group {
18876
+ height: 48px;
18877
+ }
18878
+
18879
+ .v-btn-group--density-comfortable.v-btn-group {
18880
+ height: 40px;
18881
+ }
18882
+
18883
+ .v-btn-group--density-compact.v-btn-group {
18884
+ height: 36px;
18885
+ }
18886
+
18887
+ .v-btn-group .v-btn {
18888
+ border-radius: 0;
18889
+ border-color: inherit;
18890
+ }
18891
+ .v-btn-group .v-btn:not(:last-child) {
18892
+ border-inline-end: none;
18614
18893
  }
18615
18894
  .v-btn-group .v-btn:not(:first-child) {
18616
18895
  border-inline-start: none;
@@ -18630,19 +18909,6 @@ html.overflow-y-hidden {
18630
18909
  }
18631
18910
  .v-btn-group--tile {
18632
18911
  border-radius: 0;
18633
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18634
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18635
- }
18636
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18637
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18638
- }
18639
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18640
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18641
- }
18642
- @supports not selector(:focus-visible) {
18643
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18644
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18645
- }
18646
18912
  }.v-carousel {
18647
18913
  overflow: hidden;
18648
18914
  position: relative;
@@ -18706,11 +18972,6 @@ html.overflow-y-hidden {
18706
18972
  flex-direction: column;
18707
18973
  height: 100% !important;
18708
18974
  width: 50px;
18709
- }.v-checkbox.v-input {
18710
- flex: 0 1 auto;
18711
- }
18712
- .v-checkbox .v-selection-control {
18713
- min-height: var(--v-input-control-height);
18714
18975
  }.v-card {
18715
18976
  display: block;
18716
18977
  overflow: hidden;
@@ -18795,13 +19056,15 @@ html.overflow-y-hidden {
18795
19056
  background: currentColor;
18796
19057
  opacity: var(--v-activated-opacity);
18797
19058
  border-radius: inherit;
18798
- position: absolute;
18799
19059
  top: 0;
18800
19060
  right: 0;
18801
19061
  bottom: 0;
18802
19062
  left: 0;
18803
19063
  pointer-events: none;
18804
19064
  }
19065
+ .v-card .v-card__underlay {
19066
+ position: absolute;
19067
+ }
18805
19068
  .v-card--disabled {
18806
19069
  pointer-events: none;
18807
19070
  -webkit-user-select: none;
@@ -19008,24 +19271,11 @@ html.overflow-y-hidden {
19008
19271
  pointer-events: none;
19009
19272
  opacity: 0;
19010
19273
  transition: opacity 0.2s ease-in-out;
19011
- }.v-chip-group {
19012
- display: flex;
19013
- max-width: 100%;
19014
- min-width: 0;
19015
- overflow-x: auto;
19016
- padding: 4px 0;
19017
- }
19018
- .v-chip-group .v-chip {
19019
- margin: 4px 8px 4px 0;
19020
- }
19021
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19022
- opacity: var(--v-activated-opacity);
19274
+ }.v-checkbox.v-input {
19275
+ flex: 0 1 auto;
19023
19276
  }
19024
-
19025
- .v-chip-group--column .v-slide-group__content {
19026
- white-space: normal;
19027
- flex-wrap: wrap;
19028
- max-width: 100%;
19277
+ .v-checkbox .v-selection-control {
19278
+ min-height: var(--v-input-control-height);
19029
19279
  }.v-chip {
19030
19280
  align-items: center;
19031
19281
  display: inline-flex;
@@ -19360,13 +19610,15 @@ html.overflow-y-hidden {
19360
19610
  background: currentColor;
19361
19611
  opacity: var(--v-activated-opacity);
19362
19612
  border-radius: inherit;
19363
- position: absolute;
19364
19613
  top: 0;
19365
19614
  right: 0;
19366
19615
  bottom: 0;
19367
19616
  left: 0;
19368
19617
  pointer-events: none;
19369
19618
  }
19619
+ .v-chip .v-chip__underlay {
19620
+ position: absolute;
19621
+ }
19370
19622
  .v-chip--border {
19371
19623
  border-width: thin;
19372
19624
  }
@@ -19436,6 +19688,24 @@ html.overflow-y-hidden {
19436
19688
 
19437
19689
  .v-chip--label {
19438
19690
  border-radius: 4px;
19691
+ }.v-chip-group {
19692
+ display: flex;
19693
+ max-width: 100%;
19694
+ min-width: 0;
19695
+ overflow-x: auto;
19696
+ padding: 4px 0;
19697
+ }
19698
+ .v-chip-group .v-chip {
19699
+ margin: 4px 8px 4px 0;
19700
+ }
19701
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19702
+ opacity: var(--v-activated-opacity);
19703
+ }
19704
+
19705
+ .v-chip-group--column .v-slide-group__content {
19706
+ white-space: normal;
19707
+ flex-wrap: wrap;
19708
+ max-width: 100%;
19439
19709
  }.v-container {
19440
19710
  width: 100%;
19441
19711
  padding: 16px;
@@ -20383,7 +20653,7 @@ html.overflow-y-hidden {
20383
20653
  }
20384
20654
 
20385
20655
  .v-data-table__td-title {
20386
- font-weight: bold;
20656
+ font-weight: 500;
20387
20657
  text-align: left;
20388
20658
  }
20389
20659
 
@@ -20489,25 +20759,6 @@ html.overflow-y-hidden {
20489
20759
  }
20490
20760
  .v-date-picker--show-week {
20491
20761
  width: 368px;
20492
- }.v-date-picker-months {
20493
- height: 288px;
20494
- }
20495
-
20496
- .v-date-picker-months__content {
20497
- align-items: center;
20498
- display: grid;
20499
- flex: 1 1;
20500
- height: inherit;
20501
- justify-content: space-around;
20502
- grid-template-columns: repeat(2, 1fr);
20503
- grid-gap: 0px 24px;
20504
- padding-inline-start: 36px;
20505
- padding-inline-end: 36px;
20506
- }
20507
- .v-date-picker-months__content .v-btn {
20508
- text-transform: none;
20509
- padding-inline-start: 8px;
20510
- padding-inline-end: 8px;
20511
20762
  }.v-date-picker-header {
20512
20763
  align-items: flex-end;
20513
20764
  height: 70px;
@@ -20568,6 +20819,21 @@ html.overflow-y-hidden {
20568
20819
  .date-picker-header-reverse-transition-leave-to {
20569
20820
  opacity: 0;
20570
20821
  transform: translate(0, 100%);
20822
+ }.v-date-picker-years {
20823
+ height: 288px;
20824
+ overflow-y: scroll;
20825
+ }
20826
+
20827
+ .v-date-picker-years__content {
20828
+ display: grid;
20829
+ flex: 1 1;
20830
+ justify-content: space-around;
20831
+ grid-template-columns: repeat(3, 1fr);
20832
+ gap: 8px 24px;
20833
+ padding-inline: 32px;
20834
+ }
20835
+ .v-date-picker-years__content .v-btn {
20836
+ padding-inline: 8px;
20571
20837
  }.v-date-picker-month {
20572
20838
  display: flex;
20573
20839
  justify-content: center;
@@ -20623,21 +20889,25 @@ html.overflow-y-hidden {
20623
20889
 
20624
20890
  .v-date-picker-month__day--hide-adjacent {
20625
20891
  opacity: 0;
20626
- }.v-date-picker-years {
20892
+ }.v-date-picker-months {
20627
20893
  height: 288px;
20628
- overflow-y: scroll;
20629
20894
  }
20630
20895
 
20631
- .v-date-picker-years__content {
20896
+ .v-date-picker-months__content {
20897
+ align-items: center;
20632
20898
  display: grid;
20633
20899
  flex: 1 1;
20900
+ height: inherit;
20634
20901
  justify-content: space-around;
20635
- grid-template-columns: repeat(3, 1fr);
20636
- gap: 8px 24px;
20637
- padding-inline: 32px;
20902
+ grid-template-columns: repeat(2, 1fr);
20903
+ grid-gap: 0px 24px;
20904
+ padding-inline-start: 36px;
20905
+ padding-inline-end: 36px;
20638
20906
  }
20639
- .v-date-picker-years__content .v-btn {
20640
- padding-inline: 8px;
20907
+ .v-date-picker-months__content .v-btn {
20908
+ text-transform: none;
20909
+ padding-inline-start: 8px;
20910
+ padding-inline-end: 8px;
20641
20911
  }.v-dialog {
20642
20912
  align-items: center;
20643
20913
  justify-content: center;
@@ -20730,73 +21000,6 @@ html.overflow-y-hidden {
20730
21000
  -webkit-backface-visibility: hidden;
20731
21001
  backface-visibility: hidden;
20732
21002
  overflow-y: auto;
20733
- }.v-empty-state {
20734
- align-items: center;
20735
- display: flex;
20736
- flex-direction: column;
20737
- justify-content: center;
20738
- min-height: 100%;
20739
- padding: 16px;
20740
- }
20741
- .v-empty-state--start {
20742
- align-items: flex-start;
20743
- }
20744
- .v-empty-state--center {
20745
- align-items: center;
20746
- }
20747
- .v-empty-state--end {
20748
- align-items: flex-end;
20749
- }
20750
-
20751
- .v-empty-state__media {
20752
- text-align: center;
20753
- width: 100%;
20754
- }
20755
- .v-empty-state__media .v-icon {
20756
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20757
- }
20758
-
20759
- .v-empty-state__headline {
20760
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20761
- font-size: 3.75rem;
20762
- font-weight: 300;
20763
- line-height: 1;
20764
- text-align: center;
20765
- margin-bottom: 8px;
20766
- }
20767
- .v-empty-state--mobile .v-empty-state__headline {
20768
- font-size: 2.125rem;
20769
- }
20770
-
20771
- .v-empty-state__title {
20772
- font-size: 1.25rem;
20773
- font-weight: 500;
20774
- line-height: 1.6;
20775
- margin-bottom: 4px;
20776
- text-align: center;
20777
- }
20778
-
20779
- .v-empty-state__text {
20780
- font-size: 0.875rem;
20781
- font-weight: 400;
20782
- line-height: 1.425;
20783
- padding: 0 16px;
20784
- text-align: center;
20785
- }
20786
-
20787
- .v-empty-state__content {
20788
- padding: 24px 0;
20789
- }
20790
-
20791
- .v-empty-state__actions {
20792
- display: flex;
20793
- gap: 8px;
20794
- padding: 16px;
20795
- }
20796
-
20797
- .v-empty-state__action-btn.v-btn {
20798
- background-color: rgb(var(--v-theme-surface-variant));
20799
- color: rgb(var(--v-theme-on-surface-variant));
20800
21003
  }.v-divider {
20801
21004
  display: block;
20802
21005
  flex: 1 1 100%;
@@ -21056,75 +21259,73 @@ html.overflow-y-hidden {
21056
21259
  }
21057
21260
  .v-expansion-panels--tile > .v-expansion-panel {
21058
21261
  border-radius: 0;
21059
- }.v-fab {
21262
+ }.v-empty-state {
21060
21263
  align-items: center;
21061
- display: inline-flex;
21062
- flex: 1 1 auto;
21063
- pointer-events: none;
21064
- position: relative;
21065
- transition-duration: 0.2s;
21066
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21067
- vertical-align: middle;
21068
- }
21069
- .v-fab .v-btn {
21070
- pointer-events: auto;
21071
- }
21072
- .v-fab .v-btn--variant-elevated {
21073
- 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));
21074
- }
21075
- .v-fab--app, .v-fab--absolute {
21076
21264
  display: flex;
21265
+ flex-direction: column;
21266
+ justify-content: center;
21267
+ min-height: 100%;
21268
+ padding: 16px;
21077
21269
  }
21078
- .v-fab--start, .v-fab--left {
21079
- justify-content: flex-start;
21270
+ .v-empty-state--start {
21271
+ align-items: flex-start;
21080
21272
  }
21081
- .v-fab--center {
21273
+ .v-empty-state--center {
21082
21274
  align-items: center;
21083
- justify-content: center;
21084
- }
21085
- .v-fab--end, .v-fab--right {
21086
- justify-content: flex-end;
21087
21275
  }
21088
- .v-fab--bottom {
21276
+ .v-empty-state--end {
21089
21277
  align-items: flex-end;
21090
21278
  }
21091
- .v-fab--top {
21092
- align-items: flex-start;
21093
- }
21094
- .v-fab--extended .v-btn {
21095
- border-radius: 9999px !important;
21096
- }
21097
21279
 
21098
- .v-fab__container {
21099
- align-self: center;
21100
- display: inline-flex;
21101
- position: absolute;
21102
- vertical-align: middle;
21280
+ .v-empty-state__media {
21281
+ text-align: center;
21282
+ width: 100%;
21103
21283
  }
21104
- .v-fab--app .v-fab__container {
21105
- margin: 12px;
21284
+ .v-empty-state__media .v-icon {
21285
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21106
21286
  }
21107
- .v-fab--absolute .v-fab__container {
21108
- position: absolute;
21109
- z-index: 4;
21287
+
21288
+ .v-empty-state__headline {
21289
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21290
+ font-size: 3.75rem;
21291
+ font-weight: 300;
21292
+ line-height: 1;
21293
+ text-align: center;
21294
+ margin-bottom: 8px;
21110
21295
  }
21111
- .v-fab--offset.v-fab--top .v-fab__container {
21112
- transform: translateY(-50%);
21296
+ .v-empty-state--mobile .v-empty-state__headline {
21297
+ font-size: 2.125rem;
21113
21298
  }
21114
- .v-fab--offset.v-fab--bottom .v-fab__container {
21115
- transform: translateY(50%);
21299
+
21300
+ .v-empty-state__title {
21301
+ font-size: 1.25rem;
21302
+ font-weight: 500;
21303
+ line-height: 1.6;
21304
+ margin-bottom: 4px;
21305
+ text-align: center;
21116
21306
  }
21117
- .v-fab--top .v-fab__container {
21118
- top: 0;
21307
+
21308
+ .v-empty-state__text {
21309
+ font-size: 0.875rem;
21310
+ font-weight: 400;
21311
+ line-height: 1.425;
21312
+ padding: 0 16px;
21313
+ text-align: center;
21119
21314
  }
21120
- .v-fab--bottom .v-fab__container {
21121
- bottom: 0;
21315
+
21316
+ .v-empty-state__content {
21317
+ padding: 24px 0;
21122
21318
  }
21123
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21124
- left: 0;
21319
+
21320
+ .v-empty-state__actions {
21321
+ display: flex;
21322
+ gap: 8px;
21323
+ padding: 16px;
21125
21324
  }
21126
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21127
- right: 0;
21325
+
21326
+ .v-empty-state__action-btn.v-btn {
21327
+ background-color: rgb(var(--v-theme-surface-variant));
21328
+ color: rgb(var(--v-theme-on-surface-variant));
21128
21329
  }/* region INPUT */
21129
21330
  .v-field {
21130
21331
  display: grid;
@@ -21695,7 +21896,35 @@ textarea.v-field__input::placeholder {
21695
21896
  opacity: 0;
21696
21897
  }
21697
21898
 
21698
- /* endregion */.v-file-input--hide.v-input .v-field,
21899
+ /* endregion */.v-footer {
21900
+ align-items: center;
21901
+ display: flex;
21902
+ flex: 1 1 auto;
21903
+ padding: 8px 16px;
21904
+ position: relative;
21905
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21906
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
21907
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21908
+ border-style: solid;
21909
+ border-width: 0;
21910
+ 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));
21911
+ border-radius: 0;
21912
+ background: rgb(var(--v-theme-surface));
21913
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21914
+ }
21915
+ .v-footer--border {
21916
+ border-width: thin;
21917
+ box-shadow: none;
21918
+ }
21919
+ .v-footer--absolute {
21920
+ position: absolute;
21921
+ }
21922
+ .v-footer--fixed {
21923
+ position: fixed;
21924
+ }
21925
+ .v-footer--rounded {
21926
+ border-radius: 4px;
21927
+ }.v-file-input--hide.v-input .v-field,
21699
21928
  .v-file-input--hide.v-input .v-input__control,
21700
21929
  .v-file-input--hide.v-input .v-input__details {
21701
21930
  display: none;
@@ -21724,34 +21953,128 @@ textarea.v-field__input::placeholder {
21724
21953
  }
21725
21954
  .v-input--plain-underlined.v-file-input .v-input__details {
21726
21955
  padding-inline: 0;
21727
- }.v-footer {
21956
+ }.v-icon {
21957
+ --v-icon-size-multiplier: 1;
21728
21958
  align-items: center;
21729
- display: flex;
21959
+ display: inline-flex;
21960
+ font-feature-settings: "liga";
21961
+ height: 1em;
21962
+ justify-content: center;
21963
+ letter-spacing: normal;
21964
+ line-height: 1;
21965
+ position: relative;
21966
+ text-indent: 0;
21967
+ text-align: center;
21968
+ -webkit-user-select: none;
21969
+ user-select: none;
21970
+ vertical-align: middle;
21971
+ width: 1em;
21972
+ min-width: 1em;
21973
+ }
21974
+ .v-icon--clickable {
21975
+ cursor: pointer;
21976
+ }
21977
+ .v-icon--disabled {
21978
+ pointer-events: none;
21979
+ opacity: 0.38;
21980
+ }
21981
+ .v-icon--size-x-small {
21982
+ font-size: calc(var(--v-icon-size-multiplier) * 1em);
21983
+ }
21984
+ .v-icon--size-small {
21985
+ font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
21986
+ }
21987
+ .v-icon--size-default {
21988
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
21989
+ }
21990
+ .v-icon--size-large {
21991
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
21992
+ }
21993
+ .v-icon--size-x-large {
21994
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
21995
+ }
21996
+
21997
+ .v-icon__svg {
21998
+ fill: currentColor;
21999
+ width: 100%;
22000
+ height: 100%;
22001
+ }
22002
+
22003
+ .v-icon--start {
22004
+ margin-inline-end: 8px;
22005
+ }
22006
+
22007
+ .v-icon--end {
22008
+ margin-inline-start: 8px;
22009
+ }.v-fab {
22010
+ align-items: center;
22011
+ display: inline-flex;
21730
22012
  flex: 1 1 auto;
21731
- padding: 8px 16px;
22013
+ pointer-events: none;
21732
22014
  position: relative;
21733
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21734
- transition-property: height, width, transform, max-width, left, right, top, bottom;
21735
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21736
- border-style: solid;
21737
- border-width: 0;
21738
- 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));
21739
- border-radius: 0;
21740
- background: rgb(var(--v-theme-surface));
21741
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22015
+ transition-duration: 0.2s;
22016
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22017
+ vertical-align: middle;
21742
22018
  }
21743
- .v-footer--border {
21744
- border-width: thin;
21745
- box-shadow: none;
22019
+ .v-fab .v-btn {
22020
+ pointer-events: auto;
22021
+ }
22022
+ .v-fab .v-btn--variant-elevated {
22023
+ 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));
22024
+ }
22025
+ .v-fab--app, .v-fab--absolute {
22026
+ display: flex;
22027
+ }
22028
+ .v-fab--start, .v-fab--left {
22029
+ justify-content: flex-start;
22030
+ }
22031
+ .v-fab--center {
22032
+ align-items: center;
22033
+ justify-content: center;
22034
+ }
22035
+ .v-fab--end, .v-fab--right {
22036
+ justify-content: flex-end;
22037
+ }
22038
+ .v-fab--bottom {
22039
+ align-items: flex-end;
22040
+ }
22041
+ .v-fab--top {
22042
+ align-items: flex-start;
22043
+ }
22044
+ .v-fab--extended .v-btn {
22045
+ border-radius: 9999px !important;
22046
+ }
22047
+
22048
+ .v-fab__container {
22049
+ align-self: center;
22050
+ display: inline-flex;
22051
+ position: absolute;
22052
+ vertical-align: middle;
22053
+ }
22054
+ .v-fab--app .v-fab__container {
22055
+ margin: 12px;
21746
22056
  }
21747
- .v-footer--absolute {
22057
+ .v-fab--absolute .v-fab__container {
21748
22058
  position: absolute;
22059
+ z-index: 4;
21749
22060
  }
21750
- .v-footer--fixed {
21751
- position: fixed;
22061
+ .v-fab--offset.v-fab--top .v-fab__container {
22062
+ transform: translateY(-50%);
21752
22063
  }
21753
- .v-footer--rounded {
21754
- border-radius: 4px;
22064
+ .v-fab--offset.v-fab--bottom .v-fab__container {
22065
+ transform: translateY(50%);
22066
+ }
22067
+ .v-fab--top .v-fab__container {
22068
+ top: 0;
22069
+ }
22070
+ .v-fab--bottom .v-fab__container {
22071
+ bottom: 0;
22072
+ }
22073
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
22074
+ left: 0;
22075
+ }
22076
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
22077
+ right: 0;
21755
22078
  }.v-img {
21756
22079
  --v-theme-overlay-multiplier: 3;
21757
22080
  z-index: 0;
@@ -21788,59 +22111,6 @@ textarea.v-field__input::placeholder {
21788
22111
 
21789
22112
  .v-img__gradient {
21790
22113
  background-repeat: no-repeat;
21791
- }.v-icon {
21792
- --v-icon-size-multiplier: 1;
21793
- align-items: center;
21794
- display: inline-flex;
21795
- font-feature-settings: "liga";
21796
- height: 1em;
21797
- justify-content: center;
21798
- letter-spacing: normal;
21799
- line-height: 1;
21800
- position: relative;
21801
- text-indent: 0;
21802
- text-align: center;
21803
- -webkit-user-select: none;
21804
- user-select: none;
21805
- vertical-align: middle;
21806
- width: 1em;
21807
- min-width: 1em;
21808
- }
21809
- .v-icon--clickable {
21810
- cursor: pointer;
21811
- }
21812
- .v-icon--disabled {
21813
- pointer-events: none;
21814
- opacity: 0.38;
21815
- }
21816
- .v-icon--size-x-small {
21817
- font-size: calc(var(--v-icon-size-multiplier) * 1em);
21818
- }
21819
- .v-icon--size-small {
21820
- font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
21821
- }
21822
- .v-icon--size-default {
21823
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
21824
- }
21825
- .v-icon--size-large {
21826
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
21827
- }
21828
- .v-icon--size-x-large {
21829
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
21830
- }
21831
-
21832
- .v-icon__svg {
21833
- fill: currentColor;
21834
- width: 100%;
21835
- height: 100%;
21836
- }
21837
-
21838
- .v-icon--start {
21839
- margin-inline-end: 8px;
21840
- }
21841
-
21842
- .v-icon--end {
21843
- margin-inline-start: 8px;
21844
22114
  }.v-infinite-scroll--horizontal {
21845
22115
  display: flex;
21846
22116
  flex-direction: row;
@@ -22028,6 +22298,23 @@ textarea.v-field__input::placeholder {
22028
22298
 
22029
22299
  .v-label--clickable {
22030
22300
  cursor: pointer;
22301
+ }.v-layout {
22302
+ --v-scrollbar-offset: 0px;
22303
+ display: flex;
22304
+ flex: 1 1 auto;
22305
+ }
22306
+ .v-layout--full-height {
22307
+ --v-scrollbar-offset: inherit;
22308
+ height: 100%;
22309
+ }.v-layout-item {
22310
+ position: absolute;
22311
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22312
+ }
22313
+
22314
+ .v-layout-item--absolute {
22315
+ position: absolute;
22316
+ }.v-locale-provider {
22317
+ display: contents;
22031
22318
  }.v-list {
22032
22319
  overflow: auto;
22033
22320
  padding: 8px 0;
@@ -22207,13 +22494,15 @@ textarea.v-field__input::placeholder {
22207
22494
  background: currentColor;
22208
22495
  opacity: var(--v-activated-opacity);
22209
22496
  border-radius: inherit;
22210
- position: absolute;
22211
22497
  top: 0;
22212
22498
  right: 0;
22213
22499
  bottom: 0;
22214
22500
  left: 0;
22215
22501
  pointer-events: none;
22216
22502
  }
22503
+ .v-list-item .v-list-item__underlay {
22504
+ position: absolute;
22505
+ }
22217
22506
  @supports selector(:focus-visible) {
22218
22507
  .v-list-item::after {
22219
22508
  content: "";
@@ -22583,23 +22872,6 @@ textarea.v-field__input::placeholder {
22583
22872
  }
22584
22873
  .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
22585
22874
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22586
- }.v-layout {
22587
- --v-scrollbar-offset: 0px;
22588
- display: flex;
22589
- flex: 1 1 auto;
22590
- }
22591
- .v-layout--full-height {
22592
- --v-scrollbar-offset: inherit;
22593
- height: 100%;
22594
- }.v-layout-item {
22595
- position: absolute;
22596
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22597
- }
22598
-
22599
- .v-layout-item--absolute {
22600
- position: absolute;
22601
- }.v-locale-provider {
22602
- display: contents;
22603
22875
  }.v-main {
22604
22876
  flex: 1 0 auto;
22605
22877
  max-width: 100%;
@@ -23519,7 +23791,7 @@ html.v-overlay-scroll-blocked {
23519
23791
  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));
23520
23792
  border-radius: 0;
23521
23793
  background: rgb(var(--v-theme-surface));
23522
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
23794
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23523
23795
  }
23524
23796
  .v-sheet--border {
23525
23797
  border-width: thin;
@@ -23870,13 +24142,15 @@ html.v-overlay-scroll-blocked {
23870
24142
  background: currentColor;
23871
24143
  opacity: var(--v-activated-opacity);
23872
24144
  border-radius: inherit;
23873
- position: absolute;
23874
24145
  top: 0;
23875
24146
  right: 0;
23876
24147
  bottom: 0;
23877
24148
  left: 0;
23878
24149
  pointer-events: none;
23879
24150
  }
24151
+ .v-snackbar .v-snackbar__underlay {
24152
+ position: absolute;
24153
+ }
23880
24154
 
23881
24155
  .v-snackbar__content {
23882
24156
  flex-grow: 1;
@@ -24049,12 +24323,42 @@ html.v-overlay-scroll-blocked {
24049
24323
  align-self: stretch;
24050
24324
  display: inline-flex;
24051
24325
  flex: none;
24326
+ outline: none;
24052
24327
  opacity: var(--v-medium-emphasis-opacity);
24053
24328
  padding: 1.5rem;
24329
+ position: relative;
24054
24330
  transition-duration: 0.2s;
24055
24331
  transition-property: opacity;
24056
24332
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24057
24333
  }
24334
+ .v-stepper-item:hover > .v-stepper-item__overlay {
24335
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24336
+ }
24337
+ .v-stepper-item:focus-visible > .v-stepper-item__overlay {
24338
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24339
+ }
24340
+ @supports not selector(:focus-visible) {
24341
+ .v-stepper-item:focus > .v-stepper-item__overlay {
24342
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24343
+ }
24344
+ }
24345
+ .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
24346
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
24347
+ }
24348
+ .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
24349
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
24350
+ }
24351
+ .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 {
24352
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24353
+ }
24354
+ @supports not selector(:focus-visible) {
24355
+ .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
24356
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24357
+ }
24358
+ }
24359
+ .v-stepper--non-linear .v-stepper-item {
24360
+ opacity: var(--v-high-emphasis-opacity);
24361
+ }
24058
24362
  .v-stepper-item--selected {
24059
24363
  opacity: 1;
24060
24364
  }
@@ -24110,6 +24414,23 @@ html.v-overlay-scroll-blocked {
24110
24414
  }
24111
24415
  .v-stepper--mobile .v-stepper-item__subtitle {
24112
24416
  display: none;
24417
+ }
24418
+
24419
+ .v-stepper-item__overlay {
24420
+ background-color: currentColor;
24421
+ border-radius: inherit;
24422
+ opacity: 0;
24423
+ transition: opacity 0.2s ease-in-out;
24424
+ }
24425
+
24426
+ .v-stepper-item__overlay,
24427
+ .v-stepper-item__underlay {
24428
+ position: absolute;
24429
+ top: 0;
24430
+ left: 0;
24431
+ width: 100%;
24432
+ height: 100%;
24433
+ pointer-events: none;
24113
24434
  }.v-switch .v-label {
24114
24435
  padding-inline-start: 10px;
24115
24436
  }
@@ -24250,134 +24571,39 @@ html.v-overlay-scroll-blocked {
24250
24571
  align-items: center;
24251
24572
  display: flex;
24252
24573
  flex: 1 1 auto;
24253
- height: 24px;
24254
- justify-content: flex-end;
24255
- max-width: 100%;
24256
- padding-inline: 8px;
24257
- position: relative;
24258
- text-align: end;
24259
- width: 100%;
24260
- 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));
24261
- background: rgba(var(--v-theme-surface-light));
24262
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24263
- font-size: 0.75rem;
24264
- font-weight: 400;
24265
- letter-spacing: 0.0333333333em;
24266
- line-height: 1.667;
24267
- text-transform: none;
24268
- }
24269
- .v-system-bar .v-icon {
24270
- opacity: var(--v-medium-emphasis-opacity);
24271
- }
24272
- .v-system-bar--absolute {
24273
- position: absolute;
24274
- }
24275
- .v-system-bar--fixed {
24276
- position: fixed;
24277
- }
24278
- .v-system-bar--rounded {
24279
- border-radius: 0;
24280
- }
24281
- .v-system-bar--window {
24282
- height: 32px;
24283
- }
24284
- .v-system-bar:not(.v-system-bar--absolute) {
24285
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24286
- }.v-tab.v-tab.v-btn {
24287
- height: var(--v-tabs-height);
24288
- border-radius: 0;
24289
- min-width: 90px;
24290
- }
24291
- .v-slide-group--horizontal .v-tab {
24292
- max-width: 360px;
24293
- }
24294
- .v-slide-group--vertical .v-tab {
24295
- justify-content: start;
24296
- }
24297
-
24298
- .v-tab__slider {
24299
- position: absolute;
24300
- bottom: 0;
24301
- left: 0;
24302
- height: 2px;
24303
- width: 100%;
24304
- background: currentColor;
24305
- pointer-events: none;
24306
- opacity: 0;
24307
- }
24308
- .v-tab--selected .v-tab__slider {
24309
- opacity: 1;
24310
- }
24311
- .v-slide-group--vertical .v-tab__slider {
24312
- top: 0;
24313
- height: 100%;
24314
- width: 2px;
24315
- }.v-tabs {
24316
- display: flex;
24317
- height: var(--v-tabs-height);
24318
- }
24319
- .v-tabs--density-default {
24320
- --v-tabs-height: 48px;
24321
- }
24322
- .v-tabs--density-default.v-tabs--stacked {
24323
- --v-tabs-height: 72px;
24324
- }
24325
-
24326
- .v-tabs--density-comfortable {
24327
- --v-tabs-height: 44px;
24328
- }
24329
- .v-tabs--density-comfortable.v-tabs--stacked {
24330
- --v-tabs-height: 68px;
24331
- }
24332
-
24333
- .v-tabs--density-compact {
24334
- --v-tabs-height: 36px;
24335
- }
24336
- .v-tabs--density-compact.v-tabs--stacked {
24337
- --v-tabs-height: 60px;
24338
- }
24339
-
24340
- .v-tabs.v-slide-group--vertical {
24341
- height: auto;
24342
- flex: none;
24343
- --v-tabs-height: 48px;
24344
- }
24345
-
24346
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24347
- margin-inline-start: 42px;
24348
- }
24349
-
24350
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24351
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24352
- margin-inline-end: auto;
24574
+ height: 24px;
24575
+ justify-content: flex-end;
24576
+ max-width: 100%;
24577
+ padding-inline: 8px;
24578
+ position: relative;
24579
+ text-align: end;
24580
+ width: 100%;
24581
+ 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));
24582
+ background: rgba(var(--v-theme-surface-light));
24583
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24584
+ font-size: 0.75rem;
24585
+ font-weight: 400;
24586
+ letter-spacing: 0.0333333333em;
24587
+ line-height: 1.667;
24588
+ text-transform: none;
24353
24589
  }
24354
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24355
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24356
- margin-inline-start: auto;
24590
+ .v-system-bar .v-icon {
24591
+ opacity: var(--v-medium-emphasis-opacity);
24357
24592
  }
24358
-
24359
- .v-tabs--grow {
24360
- flex-grow: 1;
24593
+ .v-system-bar--absolute {
24594
+ position: absolute;
24361
24595
  }
24362
- .v-tabs--grow .v-tab {
24363
- flex: 1 0 auto;
24364
- max-width: none;
24596
+ .v-system-bar--fixed {
24597
+ position: fixed;
24365
24598
  }
24366
-
24367
- .v-tabs--align-tabs-end .v-tab:first-child {
24368
- margin-inline-start: auto;
24599
+ .v-system-bar--rounded {
24600
+ border-radius: 0;
24369
24601
  }
24370
- .v-tabs--align-tabs-end .v-tab:last-child {
24371
- margin-inline-end: 0;
24602
+ .v-system-bar--window {
24603
+ height: 32px;
24372
24604
  }
24373
-
24374
- @media (max-width: 1279.98px) {
24375
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24376
- margin-inline-start: 52px;
24377
- }
24378
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24379
- margin-inline-end: 52px;
24380
- }
24605
+ .v-system-bar:not(.v-system-bar--absolute) {
24606
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24381
24607
  }.v-table {
24382
24608
  background: rgb(var(--v-theme-surface));
24383
24609
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -24516,6 +24742,101 @@ html.v-overlay-scroll-blocked {
24516
24742
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
24517
24743
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
24518
24744
  border-top: 0px !important;
24745
+ }.v-tab.v-tab.v-btn {
24746
+ height: var(--v-tabs-height);
24747
+ border-radius: 0;
24748
+ min-width: 90px;
24749
+ }
24750
+ .v-slide-group--horizontal .v-tab {
24751
+ max-width: 360px;
24752
+ }
24753
+ .v-slide-group--vertical .v-tab {
24754
+ justify-content: start;
24755
+ }
24756
+
24757
+ .v-tab__slider {
24758
+ position: absolute;
24759
+ bottom: 0;
24760
+ left: 0;
24761
+ height: 2px;
24762
+ width: 100%;
24763
+ background: currentColor;
24764
+ pointer-events: none;
24765
+ opacity: 0;
24766
+ }
24767
+ .v-tab--selected .v-tab__slider {
24768
+ opacity: 1;
24769
+ }
24770
+ .v-slide-group--vertical .v-tab__slider {
24771
+ top: 0;
24772
+ height: 100%;
24773
+ width: 2px;
24774
+ }.v-tabs {
24775
+ display: flex;
24776
+ height: var(--v-tabs-height);
24777
+ }
24778
+ .v-tabs--density-default {
24779
+ --v-tabs-height: 48px;
24780
+ }
24781
+ .v-tabs--density-default.v-tabs--stacked {
24782
+ --v-tabs-height: 72px;
24783
+ }
24784
+
24785
+ .v-tabs--density-comfortable {
24786
+ --v-tabs-height: 44px;
24787
+ }
24788
+ .v-tabs--density-comfortable.v-tabs--stacked {
24789
+ --v-tabs-height: 68px;
24790
+ }
24791
+
24792
+ .v-tabs--density-compact {
24793
+ --v-tabs-height: 36px;
24794
+ }
24795
+ .v-tabs--density-compact.v-tabs--stacked {
24796
+ --v-tabs-height: 60px;
24797
+ }
24798
+
24799
+ .v-tabs.v-slide-group--vertical {
24800
+ height: auto;
24801
+ flex: none;
24802
+ --v-tabs-height: 48px;
24803
+ }
24804
+
24805
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24806
+ margin-inline-start: 42px;
24807
+ }
24808
+
24809
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24810
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24811
+ margin-inline-end: auto;
24812
+ }
24813
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24814
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24815
+ margin-inline-start: auto;
24816
+ }
24817
+
24818
+ .v-tabs--grow {
24819
+ flex-grow: 1;
24820
+ }
24821
+ .v-tabs--grow .v-tab {
24822
+ flex: 1 0 auto;
24823
+ max-width: none;
24824
+ }
24825
+
24826
+ .v-tabs--align-tabs-end .v-tab:first-child {
24827
+ margin-inline-start: auto;
24828
+ }
24829
+ .v-tabs--align-tabs-end .v-tab:last-child {
24830
+ margin-inline-end: 0;
24831
+ }
24832
+
24833
+ @media (max-width: 1279.98px) {
24834
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24835
+ margin-inline-start: 52px;
24836
+ }
24837
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24838
+ margin-inline-end: 52px;
24839
+ }
24519
24840
  }/* region BLOCK */
24520
24841
  .v-text-field input {
24521
24842
  color: inherit;
@@ -25041,28 +25362,6 @@ html.v-overlay-scroll-blocked {
25041
25362
 
25042
25363
  .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 {
25043
25364
  padding-inline-end: 0;
25044
- }.v-tooltip > .v-overlay__content {
25045
- background: rgb(var(--v-theme-surface-variant));
25046
- color: rgb(var(--v-theme-on-surface-variant));
25047
- border-radius: 4px;
25048
- font-size: 0.875rem;
25049
- line-height: 1.6;
25050
- display: inline-block;
25051
- padding: 5px 16px;
25052
- text-transform: initial;
25053
- width: auto;
25054
- opacity: 1;
25055
- pointer-events: none;
25056
- transition-property: opacity, transform;
25057
- overflow-wrap: break-word;
25058
- }
25059
- .v-tooltip > .v-overlay__content[class*=enter-active] {
25060
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25061
- transition-duration: 150ms;
25062
- }
25063
- .v-tooltip > .v-overlay__content[class*=leave-active] {
25064
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25065
- transition-duration: 75ms;
25066
25365
  }.v-toolbar {
25067
25366
  align-items: flex-start;
25068
25367
  display: flex;
@@ -25121,13 +25420,13 @@ html.v-overlay-scroll-blocked {
25121
25420
  overflow: hidden;
25122
25421
  }
25123
25422
  .v-toolbar__content > .v-btn:first-child {
25124
- margin-inline-start: 10px;
25423
+ margin-inline-start: 4px;
25125
25424
  }
25126
25425
  .v-toolbar__content > .v-btn:last-child {
25127
- margin-inline-end: 10px;
25426
+ margin-inline-end: 4px;
25128
25427
  }
25129
25428
  .v-toolbar__content > .v-toolbar-title {
25130
- margin-inline-start: 16px;
25429
+ margin-inline-start: 20px;
25131
25430
  }
25132
25431
  .v-toolbar--density-prominent .v-toolbar__content {
25133
25432
  align-items: flex-start;
@@ -25152,11 +25451,11 @@ html.v-overlay-scroll-blocked {
25152
25451
  }
25153
25452
 
25154
25453
  .v-toolbar__prepend {
25155
- margin-inline: 10px auto;
25454
+ margin-inline: 4px auto;
25156
25455
  }
25157
25456
 
25158
25457
  .v-toolbar__append {
25159
- margin-inline: auto 10px;
25458
+ margin-inline: auto 4px;
25160
25459
  }
25161
25460
 
25162
25461
  .v-toolbar-title {
@@ -25192,6 +25491,28 @@ html.v-overlay-scroll-blocked {
25192
25491
  }
25193
25492
  .v-toolbar-items > .v-btn {
25194
25493
  border-radius: 0;
25494
+ }.v-tooltip > .v-overlay__content {
25495
+ background: rgb(var(--v-theme-surface-variant));
25496
+ color: rgb(var(--v-theme-on-surface-variant));
25497
+ border-radius: 4px;
25498
+ font-size: 0.875rem;
25499
+ line-height: 1.6;
25500
+ display: inline-block;
25501
+ padding: 5px 16px;
25502
+ text-transform: initial;
25503
+ width: auto;
25504
+ opacity: 1;
25505
+ pointer-events: none;
25506
+ transition-property: opacity, transform;
25507
+ overflow-wrap: break-word;
25508
+ }
25509
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
25510
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25511
+ transition-duration: 150ms;
25512
+ }
25513
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
25514
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25515
+ transition-duration: 75ms;
25195
25516
  }.v-virtual-scroll {
25196
25517
  display: block;
25197
25518
  flex: 1 1 auto;
@@ -25293,6 +25614,34 @@ html.v-overlay-scroll-blocked {
25293
25614
  }
25294
25615
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25295
25616
  will-change: transform;
25617
+ }.v-color-picker-edit {
25618
+ display: flex;
25619
+ margin-top: 24px;
25620
+ }
25621
+
25622
+ .v-color-picker-edit__input {
25623
+ width: 100%;
25624
+ display: flex;
25625
+ flex-wrap: wrap;
25626
+ justify-content: center;
25627
+ text-align: center;
25628
+ }
25629
+ .v-color-picker-edit__input:not(:last-child) {
25630
+ margin-inline-end: 8px;
25631
+ }
25632
+ .v-color-picker-edit__input input {
25633
+ border-radius: 4px;
25634
+ margin-bottom: 8px;
25635
+ min-width: 0;
25636
+ outline: none;
25637
+ text-align: center;
25638
+ width: 100%;
25639
+ height: 32px;
25640
+ background: rgba(var(--v-theme-surface-variant), 0.2);
25641
+ color: rgba(var(--v-theme-on-surface));
25642
+ }
25643
+ .v-color-picker-edit__input span {
25644
+ font-size: 0.75rem;
25296
25645
  }.v-color-picker-preview__alpha .v-slider-track__background {
25297
25646
  background-color: transparent !important;
25298
25647
  }
@@ -25363,34 +25712,6 @@ html.v-overlay-scroll-blocked {
25363
25712
  .v-color-picker-preview__eye-dropper {
25364
25713
  position: relative;
25365
25714
  margin-right: 12px;
25366
- }.v-color-picker-edit {
25367
- display: flex;
25368
- margin-top: 24px;
25369
- }
25370
-
25371
- .v-color-picker-edit__input {
25372
- width: 100%;
25373
- display: flex;
25374
- flex-wrap: wrap;
25375
- justify-content: center;
25376
- text-align: center;
25377
- }
25378
- .v-color-picker-edit__input:not(:last-child) {
25379
- margin-inline-end: 8px;
25380
- }
25381
- .v-color-picker-edit__input input {
25382
- border-radius: 4px;
25383
- margin-bottom: 8px;
25384
- min-width: 0;
25385
- outline: none;
25386
- text-align: center;
25387
- width: 100%;
25388
- height: 32px;
25389
- background: rgba(var(--v-theme-surface-variant), 0.2);
25390
- color: rgba(var(--v-theme-on-surface));
25391
- }
25392
- .v-color-picker-edit__input span {
25393
- font-size: 0.75rem;
25394
25715
  }.v-color-picker-swatches {
25395
25716
  overflow-y: auto;
25396
25717
  }
@@ -25510,6 +25831,11 @@ html.v-overlay-scroll-blocked {
25510
25831
  user-select: none;
25511
25832
  background-color: currentColor;
25512
25833
  }
25834
+ @media (forced-colors: active) {
25835
+ .v-slider-thumb__surface {
25836
+ background-color: highlight;
25837
+ }
25838
+ }
25513
25839
  .v-slider-thumb__surface::before {
25514
25840
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
25515
25841
  content: "";
@@ -25636,10 +25962,20 @@ html.v-overlay-scroll-blocked {
25636
25962
  }.v-slider-track__background {
25637
25963
  background-color: rgb(var(--v-theme-surface-variant));
25638
25964
  }
25965
+ @media (forced-colors: active) {
25966
+ .v-slider-track__background {
25967
+ background-color: highlight;
25968
+ }
25969
+ }
25639
25970
 
25640
25971
  .v-slider-track__fill {
25641
25972
  background-color: rgb(var(--v-theme-surface-variant));
25642
25973
  }
25974
+ @media (forced-colors: active) {
25975
+ .v-slider-track__fill {
25976
+ background-color: highlight;
25977
+ }
25978
+ }
25643
25979
 
25644
25980
  .v-slider-track__tick {
25645
25981
  background-color: rgb(var(--v-theme-surface-variant));
@@ -25651,6 +25987,11 @@ html.v-overlay-scroll-blocked {
25651
25987
  .v-slider-track {
25652
25988
  border-radius: 6px;
25653
25989
  }
25990
+ @media (forced-colors: active) {
25991
+ .v-slider-track {
25992
+ border: thin solid buttontext;
25993
+ }
25994
+ }
25654
25995
 
25655
25996
  .v-slider-track__background, .v-slider-track__fill {
25656
25997
  position: absolute;