@vuetify/nightly 3.6.5-master.2024-05-11 → 3.6.5-master.2024-05-13

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.
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.5-master.2024-05-11
2
+ * Vuetify v3.6.5-master.2024-05-13
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -16,1561 +16,1301 @@
16
16
  }
17
17
  .bg-black {
18
18
  background-color: #000000 !important;
19
- --v-theme-on-surface: #FFFFFF !important;
20
19
  color: #FFFFFF !important;
21
20
  }
22
21
 
23
22
  .bg-white {
24
23
  background-color: #FFFFFF !important;
25
- --v-theme-on-surface: #000000 !important;
26
24
  color: #000000 !important;
27
25
  }
28
26
 
29
27
  .bg-transparent {
30
28
  background-color: transparent !important;
31
- --v-theme-on-surface: currentColor !important;
32
29
  color: currentColor !important;
33
30
  }
34
31
 
35
32
  .bg-red {
36
33
  background-color: #F44336 !important;
37
- --v-theme-on-surface: #FFFFFF !important;
38
34
  color: #FFFFFF !important;
39
35
  }
40
36
 
41
37
  .bg-red-lighten-5 {
42
38
  background-color: #FFEBEE !important;
43
- --v-theme-on-surface: #000000 !important;
44
39
  color: #000000 !important;
45
40
  }
46
41
 
47
42
  .bg-red-lighten-4 {
48
43
  background-color: #FFCDD2 !important;
49
- --v-theme-on-surface: #000000 !important;
50
44
  color: #000000 !important;
51
45
  }
52
46
 
53
47
  .bg-red-lighten-3 {
54
48
  background-color: #EF9A9A !important;
55
- --v-theme-on-surface: #000000 !important;
56
49
  color: #000000 !important;
57
50
  }
58
51
 
59
52
  .bg-red-lighten-2 {
60
53
  background-color: #E57373 !important;
61
- --v-theme-on-surface: #FFFFFF !important;
62
54
  color: #FFFFFF !important;
63
55
  }
64
56
 
65
57
  .bg-red-lighten-1 {
66
58
  background-color: #EF5350 !important;
67
- --v-theme-on-surface: #FFFFFF !important;
68
59
  color: #FFFFFF !important;
69
60
  }
70
61
 
71
62
  .bg-red-darken-1 {
72
63
  background-color: #E53935 !important;
73
- --v-theme-on-surface: #FFFFFF !important;
74
64
  color: #FFFFFF !important;
75
65
  }
76
66
 
77
67
  .bg-red-darken-2 {
78
68
  background-color: #D32F2F !important;
79
- --v-theme-on-surface: #FFFFFF !important;
80
69
  color: #FFFFFF !important;
81
70
  }
82
71
 
83
72
  .bg-red-darken-3 {
84
73
  background-color: #C62828 !important;
85
- --v-theme-on-surface: #FFFFFF !important;
86
74
  color: #FFFFFF !important;
87
75
  }
88
76
 
89
77
  .bg-red-darken-4 {
90
78
  background-color: #B71C1C !important;
91
- --v-theme-on-surface: #FFFFFF !important;
92
79
  color: #FFFFFF !important;
93
80
  }
94
81
 
95
82
  .bg-red-accent-1 {
96
83
  background-color: #FF8A80 !important;
97
- --v-theme-on-surface: #000000 !important;
98
84
  color: #000000 !important;
99
85
  }
100
86
 
101
87
  .bg-red-accent-2 {
102
88
  background-color: #FF5252 !important;
103
- --v-theme-on-surface: #FFFFFF !important;
104
89
  color: #FFFFFF !important;
105
90
  }
106
91
 
107
92
  .bg-red-accent-3 {
108
93
  background-color: #FF1744 !important;
109
- --v-theme-on-surface: #FFFFFF !important;
110
94
  color: #FFFFFF !important;
111
95
  }
112
96
 
113
97
  .bg-red-accent-4 {
114
98
  background-color: #D50000 !important;
115
- --v-theme-on-surface: #FFFFFF !important;
116
99
  color: #FFFFFF !important;
117
100
  }
118
101
 
119
102
  .bg-pink {
120
103
  background-color: #e91e63 !important;
121
- --v-theme-on-surface: #FFFFFF !important;
122
104
  color: #FFFFFF !important;
123
105
  }
124
106
 
125
107
  .bg-pink-lighten-5 {
126
108
  background-color: #fce4ec !important;
127
- --v-theme-on-surface: #000000 !important;
128
109
  color: #000000 !important;
129
110
  }
130
111
 
131
112
  .bg-pink-lighten-4 {
132
113
  background-color: #f8bbd0 !important;
133
- --v-theme-on-surface: #000000 !important;
134
114
  color: #000000 !important;
135
115
  }
136
116
 
137
117
  .bg-pink-lighten-3 {
138
118
  background-color: #f48fb1 !important;
139
- --v-theme-on-surface: #000000 !important;
140
119
  color: #000000 !important;
141
120
  }
142
121
 
143
122
  .bg-pink-lighten-2 {
144
123
  background-color: #f06292 !important;
145
- --v-theme-on-surface: #FFFFFF !important;
146
124
  color: #FFFFFF !important;
147
125
  }
148
126
 
149
127
  .bg-pink-lighten-1 {
150
128
  background-color: #ec407a !important;
151
- --v-theme-on-surface: #FFFFFF !important;
152
129
  color: #FFFFFF !important;
153
130
  }
154
131
 
155
132
  .bg-pink-darken-1 {
156
133
  background-color: #d81b60 !important;
157
- --v-theme-on-surface: #FFFFFF !important;
158
134
  color: #FFFFFF !important;
159
135
  }
160
136
 
161
137
  .bg-pink-darken-2 {
162
138
  background-color: #c2185b !important;
163
- --v-theme-on-surface: #FFFFFF !important;
164
139
  color: #FFFFFF !important;
165
140
  }
166
141
 
167
142
  .bg-pink-darken-3 {
168
143
  background-color: #ad1457 !important;
169
- --v-theme-on-surface: #FFFFFF !important;
170
144
  color: #FFFFFF !important;
171
145
  }
172
146
 
173
147
  .bg-pink-darken-4 {
174
148
  background-color: #880e4f !important;
175
- --v-theme-on-surface: #FFFFFF !important;
176
149
  color: #FFFFFF !important;
177
150
  }
178
151
 
179
152
  .bg-pink-accent-1 {
180
153
  background-color: #ff80ab !important;
181
- --v-theme-on-surface: #FFFFFF !important;
182
154
  color: #FFFFFF !important;
183
155
  }
184
156
 
185
157
  .bg-pink-accent-2 {
186
158
  background-color: #ff4081 !important;
187
- --v-theme-on-surface: #FFFFFF !important;
188
159
  color: #FFFFFF !important;
189
160
  }
190
161
 
191
162
  .bg-pink-accent-3 {
192
163
  background-color: #f50057 !important;
193
- --v-theme-on-surface: #FFFFFF !important;
194
164
  color: #FFFFFF !important;
195
165
  }
196
166
 
197
167
  .bg-pink-accent-4 {
198
168
  background-color: #c51162 !important;
199
- --v-theme-on-surface: #FFFFFF !important;
200
169
  color: #FFFFFF !important;
201
170
  }
202
171
 
203
172
  .bg-purple {
204
173
  background-color: #9c27b0 !important;
205
- --v-theme-on-surface: #FFFFFF !important;
206
174
  color: #FFFFFF !important;
207
175
  }
208
176
 
209
177
  .bg-purple-lighten-5 {
210
178
  background-color: #f3e5f5 !important;
211
- --v-theme-on-surface: #000000 !important;
212
179
  color: #000000 !important;
213
180
  }
214
181
 
215
182
  .bg-purple-lighten-4 {
216
183
  background-color: #e1bee7 !important;
217
- --v-theme-on-surface: #000000 !important;
218
184
  color: #000000 !important;
219
185
  }
220
186
 
221
187
  .bg-purple-lighten-3 {
222
188
  background-color: #ce93d8 !important;
223
- --v-theme-on-surface: #FFFFFF !important;
224
189
  color: #FFFFFF !important;
225
190
  }
226
191
 
227
192
  .bg-purple-lighten-2 {
228
193
  background-color: #ba68c8 !important;
229
- --v-theme-on-surface: #FFFFFF !important;
230
194
  color: #FFFFFF !important;
231
195
  }
232
196
 
233
197
  .bg-purple-lighten-1 {
234
198
  background-color: #ab47bc !important;
235
- --v-theme-on-surface: #FFFFFF !important;
236
199
  color: #FFFFFF !important;
237
200
  }
238
201
 
239
202
  .bg-purple-darken-1 {
240
203
  background-color: #8e24aa !important;
241
- --v-theme-on-surface: #FFFFFF !important;
242
204
  color: #FFFFFF !important;
243
205
  }
244
206
 
245
207
  .bg-purple-darken-2 {
246
208
  background-color: #7b1fa2 !important;
247
- --v-theme-on-surface: #FFFFFF !important;
248
209
  color: #FFFFFF !important;
249
210
  }
250
211
 
251
212
  .bg-purple-darken-3 {
252
213
  background-color: #6a1b9a !important;
253
- --v-theme-on-surface: #FFFFFF !important;
254
214
  color: #FFFFFF !important;
255
215
  }
256
216
 
257
217
  .bg-purple-darken-4 {
258
218
  background-color: #4a148c !important;
259
- --v-theme-on-surface: #FFFFFF !important;
260
219
  color: #FFFFFF !important;
261
220
  }
262
221
 
263
222
  .bg-purple-accent-1 {
264
223
  background-color: #ea80fc !important;
265
- --v-theme-on-surface: #FFFFFF !important;
266
224
  color: #FFFFFF !important;
267
225
  }
268
226
 
269
227
  .bg-purple-accent-2 {
270
228
  background-color: #e040fb !important;
271
- --v-theme-on-surface: #FFFFFF !important;
272
229
  color: #FFFFFF !important;
273
230
  }
274
231
 
275
232
  .bg-purple-accent-3 {
276
233
  background-color: #d500f9 !important;
277
- --v-theme-on-surface: #FFFFFF !important;
278
234
  color: #FFFFFF !important;
279
235
  }
280
236
 
281
237
  .bg-purple-accent-4 {
282
238
  background-color: #aa00ff !important;
283
- --v-theme-on-surface: #FFFFFF !important;
284
239
  color: #FFFFFF !important;
285
240
  }
286
241
 
287
242
  .bg-deep-purple {
288
243
  background-color: #673ab7 !important;
289
- --v-theme-on-surface: #FFFFFF !important;
290
244
  color: #FFFFFF !important;
291
245
  }
292
246
 
293
247
  .bg-deep-purple-lighten-5 {
294
248
  background-color: #ede7f6 !important;
295
- --v-theme-on-surface: #000000 !important;
296
249
  color: #000000 !important;
297
250
  }
298
251
 
299
252
  .bg-deep-purple-lighten-4 {
300
253
  background-color: #d1c4e9 !important;
301
- --v-theme-on-surface: #000000 !important;
302
254
  color: #000000 !important;
303
255
  }
304
256
 
305
257
  .bg-deep-purple-lighten-3 {
306
258
  background-color: #b39ddb !important;
307
- --v-theme-on-surface: #FFFFFF !important;
308
259
  color: #FFFFFF !important;
309
260
  }
310
261
 
311
262
  .bg-deep-purple-lighten-2 {
312
263
  background-color: #9575cd !important;
313
- --v-theme-on-surface: #FFFFFF !important;
314
264
  color: #FFFFFF !important;
315
265
  }
316
266
 
317
267
  .bg-deep-purple-lighten-1 {
318
268
  background-color: #7e57c2 !important;
319
- --v-theme-on-surface: #FFFFFF !important;
320
269
  color: #FFFFFF !important;
321
270
  }
322
271
 
323
272
  .bg-deep-purple-darken-1 {
324
273
  background-color: #5e35b1 !important;
325
- --v-theme-on-surface: #FFFFFF !important;
326
274
  color: #FFFFFF !important;
327
275
  }
328
276
 
329
277
  .bg-deep-purple-darken-2 {
330
278
  background-color: #512da8 !important;
331
- --v-theme-on-surface: #FFFFFF !important;
332
279
  color: #FFFFFF !important;
333
280
  }
334
281
 
335
282
  .bg-deep-purple-darken-3 {
336
283
  background-color: #4527a0 !important;
337
- --v-theme-on-surface: #FFFFFF !important;
338
284
  color: #FFFFFF !important;
339
285
  }
340
286
 
341
287
  .bg-deep-purple-darken-4 {
342
288
  background-color: #311b92 !important;
343
- --v-theme-on-surface: #FFFFFF !important;
344
289
  color: #FFFFFF !important;
345
290
  }
346
291
 
347
292
  .bg-deep-purple-accent-1 {
348
293
  background-color: #b388ff !important;
349
- --v-theme-on-surface: #FFFFFF !important;
350
294
  color: #FFFFFF !important;
351
295
  }
352
296
 
353
297
  .bg-deep-purple-accent-2 {
354
298
  background-color: #7c4dff !important;
355
- --v-theme-on-surface: #FFFFFF !important;
356
299
  color: #FFFFFF !important;
357
300
  }
358
301
 
359
302
  .bg-deep-purple-accent-3 {
360
303
  background-color: #651fff !important;
361
- --v-theme-on-surface: #FFFFFF !important;
362
304
  color: #FFFFFF !important;
363
305
  }
364
306
 
365
307
  .bg-deep-purple-accent-4 {
366
308
  background-color: #6200ea !important;
367
- --v-theme-on-surface: #FFFFFF !important;
368
309
  color: #FFFFFF !important;
369
310
  }
370
311
 
371
312
  .bg-indigo {
372
313
  background-color: #3f51b5 !important;
373
- --v-theme-on-surface: #FFFFFF !important;
374
314
  color: #FFFFFF !important;
375
315
  }
376
316
 
377
317
  .bg-indigo-lighten-5 {
378
318
  background-color: #e8eaf6 !important;
379
- --v-theme-on-surface: #000000 !important;
380
319
  color: #000000 !important;
381
320
  }
382
321
 
383
322
  .bg-indigo-lighten-4 {
384
323
  background-color: #c5cae9 !important;
385
- --v-theme-on-surface: #000000 !important;
386
324
  color: #000000 !important;
387
325
  }
388
326
 
389
327
  .bg-indigo-lighten-3 {
390
328
  background-color: #9fa8da !important;
391
- --v-theme-on-surface: #FFFFFF !important;
392
329
  color: #FFFFFF !important;
393
330
  }
394
331
 
395
332
  .bg-indigo-lighten-2 {
396
333
  background-color: #7986cb !important;
397
- --v-theme-on-surface: #FFFFFF !important;
398
334
  color: #FFFFFF !important;
399
335
  }
400
336
 
401
337
  .bg-indigo-lighten-1 {
402
338
  background-color: #5c6bc0 !important;
403
- --v-theme-on-surface: #FFFFFF !important;
404
339
  color: #FFFFFF !important;
405
340
  }
406
341
 
407
342
  .bg-indigo-darken-1 {
408
343
  background-color: #3949ab !important;
409
- --v-theme-on-surface: #FFFFFF !important;
410
344
  color: #FFFFFF !important;
411
345
  }
412
346
 
413
347
  .bg-indigo-darken-2 {
414
348
  background-color: #303f9f !important;
415
- --v-theme-on-surface: #FFFFFF !important;
416
349
  color: #FFFFFF !important;
417
350
  }
418
351
 
419
352
  .bg-indigo-darken-3 {
420
353
  background-color: #283593 !important;
421
- --v-theme-on-surface: #FFFFFF !important;
422
354
  color: #FFFFFF !important;
423
355
  }
424
356
 
425
357
  .bg-indigo-darken-4 {
426
358
  background-color: #1a237e !important;
427
- --v-theme-on-surface: #FFFFFF !important;
428
359
  color: #FFFFFF !important;
429
360
  }
430
361
 
431
362
  .bg-indigo-accent-1 {
432
363
  background-color: #8c9eff !important;
433
- --v-theme-on-surface: #FFFFFF !important;
434
364
  color: #FFFFFF !important;
435
365
  }
436
366
 
437
367
  .bg-indigo-accent-2 {
438
368
  background-color: #536dfe !important;
439
- --v-theme-on-surface: #FFFFFF !important;
440
369
  color: #FFFFFF !important;
441
370
  }
442
371
 
443
372
  .bg-indigo-accent-3 {
444
373
  background-color: #3d5afe !important;
445
- --v-theme-on-surface: #FFFFFF !important;
446
374
  color: #FFFFFF !important;
447
375
  }
448
376
 
449
377
  .bg-indigo-accent-4 {
450
378
  background-color: #304ffe !important;
451
- --v-theme-on-surface: #FFFFFF !important;
452
379
  color: #FFFFFF !important;
453
380
  }
454
381
 
455
382
  .bg-blue {
456
383
  background-color: #2196F3 !important;
457
- --v-theme-on-surface: #FFFFFF !important;
458
384
  color: #FFFFFF !important;
459
385
  }
460
386
 
461
387
  .bg-blue-lighten-5 {
462
388
  background-color: #E3F2FD !important;
463
- --v-theme-on-surface: #000000 !important;
464
389
  color: #000000 !important;
465
390
  }
466
391
 
467
392
  .bg-blue-lighten-4 {
468
393
  background-color: #BBDEFB !important;
469
- --v-theme-on-surface: #000000 !important;
470
394
  color: #000000 !important;
471
395
  }
472
396
 
473
397
  .bg-blue-lighten-3 {
474
398
  background-color: #90CAF9 !important;
475
- --v-theme-on-surface: #000000 !important;
476
399
  color: #000000 !important;
477
400
  }
478
401
 
479
402
  .bg-blue-lighten-2 {
480
403
  background-color: #64B5F6 !important;
481
- --v-theme-on-surface: #000000 !important;
482
404
  color: #000000 !important;
483
405
  }
484
406
 
485
407
  .bg-blue-lighten-1 {
486
408
  background-color: #42A5F5 !important;
487
- --v-theme-on-surface: #FFFFFF !important;
488
409
  color: #FFFFFF !important;
489
410
  }
490
411
 
491
412
  .bg-blue-darken-1 {
492
413
  background-color: #1E88E5 !important;
493
- --v-theme-on-surface: #FFFFFF !important;
494
414
  color: #FFFFFF !important;
495
415
  }
496
416
 
497
417
  .bg-blue-darken-2 {
498
418
  background-color: #1976D2 !important;
499
- --v-theme-on-surface: #FFFFFF !important;
500
419
  color: #FFFFFF !important;
501
420
  }
502
421
 
503
422
  .bg-blue-darken-3 {
504
423
  background-color: #1565C0 !important;
505
- --v-theme-on-surface: #FFFFFF !important;
506
424
  color: #FFFFFF !important;
507
425
  }
508
426
 
509
427
  .bg-blue-darken-4 {
510
428
  background-color: #0D47A1 !important;
511
- --v-theme-on-surface: #FFFFFF !important;
512
429
  color: #FFFFFF !important;
513
430
  }
514
431
 
515
432
  .bg-blue-accent-1 {
516
433
  background-color: #82B1FF !important;
517
- --v-theme-on-surface: #000000 !important;
518
434
  color: #000000 !important;
519
435
  }
520
436
 
521
437
  .bg-blue-accent-2 {
522
438
  background-color: #448AFF !important;
523
- --v-theme-on-surface: #FFFFFF !important;
524
439
  color: #FFFFFF !important;
525
440
  }
526
441
 
527
442
  .bg-blue-accent-3 {
528
443
  background-color: #2979FF !important;
529
- --v-theme-on-surface: #FFFFFF !important;
530
444
  color: #FFFFFF !important;
531
445
  }
532
446
 
533
447
  .bg-blue-accent-4 {
534
448
  background-color: #2962FF !important;
535
- --v-theme-on-surface: #FFFFFF !important;
536
449
  color: #FFFFFF !important;
537
450
  }
538
451
 
539
452
  .bg-light-blue {
540
453
  background-color: #03a9f4 !important;
541
- --v-theme-on-surface: #FFFFFF !important;
542
454
  color: #FFFFFF !important;
543
455
  }
544
456
 
545
457
  .bg-light-blue-lighten-5 {
546
458
  background-color: #e1f5fe !important;
547
- --v-theme-on-surface: #000000 !important;
548
459
  color: #000000 !important;
549
460
  }
550
461
 
551
462
  .bg-light-blue-lighten-4 {
552
463
  background-color: #b3e5fc !important;
553
- --v-theme-on-surface: #000000 !important;
554
464
  color: #000000 !important;
555
465
  }
556
466
 
557
467
  .bg-light-blue-lighten-3 {
558
468
  background-color: #81d4fa !important;
559
- --v-theme-on-surface: #000000 !important;
560
469
  color: #000000 !important;
561
470
  }
562
471
 
563
472
  .bg-light-blue-lighten-2 {
564
473
  background-color: #4fc3f7 !important;
565
- --v-theme-on-surface: #000000 !important;
566
474
  color: #000000 !important;
567
475
  }
568
476
 
569
477
  .bg-light-blue-lighten-1 {
570
478
  background-color: #29b6f6 !important;
571
- --v-theme-on-surface: #000000 !important;
572
479
  color: #000000 !important;
573
480
  }
574
481
 
575
482
  .bg-light-blue-darken-1 {
576
483
  background-color: #039be5 !important;
577
- --v-theme-on-surface: #FFFFFF !important;
578
484
  color: #FFFFFF !important;
579
485
  }
580
486
 
581
487
  .bg-light-blue-darken-2 {
582
488
  background-color: #0288d1 !important;
583
- --v-theme-on-surface: #FFFFFF !important;
584
489
  color: #FFFFFF !important;
585
490
  }
586
491
 
587
492
  .bg-light-blue-darken-3 {
588
493
  background-color: #0277bd !important;
589
- --v-theme-on-surface: #FFFFFF !important;
590
494
  color: #FFFFFF !important;
591
495
  }
592
496
 
593
497
  .bg-light-blue-darken-4 {
594
498
  background-color: #01579b !important;
595
- --v-theme-on-surface: #FFFFFF !important;
596
499
  color: #FFFFFF !important;
597
500
  }
598
501
 
599
502
  .bg-light-blue-accent-1 {
600
503
  background-color: #80d8ff !important;
601
- --v-theme-on-surface: #000000 !important;
602
504
  color: #000000 !important;
603
505
  }
604
506
 
605
507
  .bg-light-blue-accent-2 {
606
508
  background-color: #40c4ff !important;
607
- --v-theme-on-surface: #000000 !important;
608
509
  color: #000000 !important;
609
510
  }
610
511
 
611
512
  .bg-light-blue-accent-3 {
612
513
  background-color: #00b0ff !important;
613
- --v-theme-on-surface: #FFFFFF !important;
614
514
  color: #FFFFFF !important;
615
515
  }
616
516
 
617
517
  .bg-light-blue-accent-4 {
618
518
  background-color: #0091ea !important;
619
- --v-theme-on-surface: #FFFFFF !important;
620
519
  color: #FFFFFF !important;
621
520
  }
622
521
 
623
522
  .bg-cyan {
624
523
  background-color: #00bcd4 !important;
625
- --v-theme-on-surface: #000000 !important;
626
524
  color: #000000 !important;
627
525
  }
628
526
 
629
527
  .bg-cyan-lighten-5 {
630
528
  background-color: #e0f7fa !important;
631
- --v-theme-on-surface: #000000 !important;
632
529
  color: #000000 !important;
633
530
  }
634
531
 
635
532
  .bg-cyan-lighten-4 {
636
533
  background-color: #b2ebf2 !important;
637
- --v-theme-on-surface: #000000 !important;
638
534
  color: #000000 !important;
639
535
  }
640
536
 
641
537
  .bg-cyan-lighten-3 {
642
538
  background-color: #80deea !important;
643
- --v-theme-on-surface: #000000 !important;
644
539
  color: #000000 !important;
645
540
  }
646
541
 
647
542
  .bg-cyan-lighten-2 {
648
543
  background-color: #4dd0e1 !important;
649
- --v-theme-on-surface: #000000 !important;
650
544
  color: #000000 !important;
651
545
  }
652
546
 
653
547
  .bg-cyan-lighten-1 {
654
548
  background-color: #26c6da !important;
655
- --v-theme-on-surface: #000000 !important;
656
549
  color: #000000 !important;
657
550
  }
658
551
 
659
552
  .bg-cyan-darken-1 {
660
553
  background-color: #00acc1 !important;
661
- --v-theme-on-surface: #FFFFFF !important;
662
554
  color: #FFFFFF !important;
663
555
  }
664
556
 
665
557
  .bg-cyan-darken-2 {
666
558
  background-color: #0097a7 !important;
667
- --v-theme-on-surface: #FFFFFF !important;
668
559
  color: #FFFFFF !important;
669
560
  }
670
561
 
671
562
  .bg-cyan-darken-3 {
672
563
  background-color: #00838f !important;
673
- --v-theme-on-surface: #FFFFFF !important;
674
564
  color: #FFFFFF !important;
675
565
  }
676
566
 
677
567
  .bg-cyan-darken-4 {
678
568
  background-color: #006064 !important;
679
- --v-theme-on-surface: #FFFFFF !important;
680
569
  color: #FFFFFF !important;
681
570
  }
682
571
 
683
572
  .bg-cyan-accent-1 {
684
573
  background-color: #84ffff !important;
685
- --v-theme-on-surface: #000000 !important;
686
574
  color: #000000 !important;
687
575
  }
688
576
 
689
577
  .bg-cyan-accent-2 {
690
578
  background-color: #18ffff !important;
691
- --v-theme-on-surface: #000000 !important;
692
579
  color: #000000 !important;
693
580
  }
694
581
 
695
582
  .bg-cyan-accent-3 {
696
583
  background-color: #00e5ff !important;
697
- --v-theme-on-surface: #000000 !important;
698
584
  color: #000000 !important;
699
585
  }
700
586
 
701
587
  .bg-cyan-accent-4 {
702
588
  background-color: #00b8d4 !important;
703
- --v-theme-on-surface: #FFFFFF !important;
704
589
  color: #FFFFFF !important;
705
590
  }
706
591
 
707
592
  .bg-teal {
708
593
  background-color: #009688 !important;
709
- --v-theme-on-surface: #FFFFFF !important;
710
594
  color: #FFFFFF !important;
711
595
  }
712
596
 
713
597
  .bg-teal-lighten-5 {
714
598
  background-color: #e0f2f1 !important;
715
- --v-theme-on-surface: #000000 !important;
716
599
  color: #000000 !important;
717
600
  }
718
601
 
719
602
  .bg-teal-lighten-4 {
720
603
  background-color: #b2dfdb !important;
721
- --v-theme-on-surface: #000000 !important;
722
604
  color: #000000 !important;
723
605
  }
724
606
 
725
607
  .bg-teal-lighten-3 {
726
608
  background-color: #80cbc4 !important;
727
- --v-theme-on-surface: #000000 !important;
728
609
  color: #000000 !important;
729
610
  }
730
611
 
731
612
  .bg-teal-lighten-2 {
732
613
  background-color: #4db6ac !important;
733
- --v-theme-on-surface: #FFFFFF !important;
734
614
  color: #FFFFFF !important;
735
615
  }
736
616
 
737
617
  .bg-teal-lighten-1 {
738
618
  background-color: #26a69a !important;
739
- --v-theme-on-surface: #FFFFFF !important;
740
619
  color: #FFFFFF !important;
741
620
  }
742
621
 
743
622
  .bg-teal-darken-1 {
744
623
  background-color: #00897b !important;
745
- --v-theme-on-surface: #FFFFFF !important;
746
624
  color: #FFFFFF !important;
747
625
  }
748
626
 
749
627
  .bg-teal-darken-2 {
750
628
  background-color: #00796b !important;
751
- --v-theme-on-surface: #FFFFFF !important;
752
629
  color: #FFFFFF !important;
753
630
  }
754
631
 
755
632
  .bg-teal-darken-3 {
756
633
  background-color: #00695c !important;
757
- --v-theme-on-surface: #FFFFFF !important;
758
634
  color: #FFFFFF !important;
759
635
  }
760
636
 
761
637
  .bg-teal-darken-4 {
762
638
  background-color: #004d40 !important;
763
- --v-theme-on-surface: #FFFFFF !important;
764
639
  color: #FFFFFF !important;
765
640
  }
766
641
 
767
642
  .bg-teal-accent-1 {
768
643
  background-color: #a7ffeb !important;
769
- --v-theme-on-surface: #000000 !important;
770
644
  color: #000000 !important;
771
645
  }
772
646
 
773
647
  .bg-teal-accent-2 {
774
648
  background-color: #64ffda !important;
775
- --v-theme-on-surface: #000000 !important;
776
649
  color: #000000 !important;
777
650
  }
778
651
 
779
652
  .bg-teal-accent-3 {
780
653
  background-color: #1de9b6 !important;
781
- --v-theme-on-surface: #000000 !important;
782
654
  color: #000000 !important;
783
655
  }
784
656
 
785
657
  .bg-teal-accent-4 {
786
658
  background-color: #00bfa5 !important;
787
- --v-theme-on-surface: #FFFFFF !important;
788
659
  color: #FFFFFF !important;
789
660
  }
790
661
 
791
662
  .bg-green {
792
663
  background-color: #4CAF50 !important;
793
- --v-theme-on-surface: #FFFFFF !important;
794
664
  color: #FFFFFF !important;
795
665
  }
796
666
 
797
667
  .bg-green-lighten-5 {
798
668
  background-color: #E8F5E9 !important;
799
- --v-theme-on-surface: #000000 !important;
800
669
  color: #000000 !important;
801
670
  }
802
671
 
803
672
  .bg-green-lighten-4 {
804
673
  background-color: #C8E6C9 !important;
805
- --v-theme-on-surface: #000000 !important;
806
674
  color: #000000 !important;
807
675
  }
808
676
 
809
677
  .bg-green-lighten-3 {
810
678
  background-color: #A5D6A7 !important;
811
- --v-theme-on-surface: #000000 !important;
812
679
  color: #000000 !important;
813
680
  }
814
681
 
815
682
  .bg-green-lighten-2 {
816
683
  background-color: #81C784 !important;
817
- --v-theme-on-surface: #000000 !important;
818
684
  color: #000000 !important;
819
685
  }
820
686
 
821
687
  .bg-green-lighten-1 {
822
688
  background-color: #66BB6A !important;
823
- --v-theme-on-surface: #FFFFFF !important;
824
689
  color: #FFFFFF !important;
825
690
  }
826
691
 
827
692
  .bg-green-darken-1 {
828
693
  background-color: #43A047 !important;
829
- --v-theme-on-surface: #FFFFFF !important;
830
694
  color: #FFFFFF !important;
831
695
  }
832
696
 
833
697
  .bg-green-darken-2 {
834
698
  background-color: #388E3C !important;
835
- --v-theme-on-surface: #FFFFFF !important;
836
699
  color: #FFFFFF !important;
837
700
  }
838
701
 
839
702
  .bg-green-darken-3 {
840
703
  background-color: #2E7D32 !important;
841
- --v-theme-on-surface: #FFFFFF !important;
842
704
  color: #FFFFFF !important;
843
705
  }
844
706
 
845
707
  .bg-green-darken-4 {
846
708
  background-color: #1B5E20 !important;
847
- --v-theme-on-surface: #FFFFFF !important;
848
709
  color: #FFFFFF !important;
849
710
  }
850
711
 
851
712
  .bg-green-accent-1 {
852
713
  background-color: #B9F6CA !important;
853
- --v-theme-on-surface: #000000 !important;
854
714
  color: #000000 !important;
855
715
  }
856
716
 
857
717
  .bg-green-accent-2 {
858
718
  background-color: #69F0AE !important;
859
- --v-theme-on-surface: #000000 !important;
860
719
  color: #000000 !important;
861
720
  }
862
721
 
863
722
  .bg-green-accent-3 {
864
723
  background-color: #00E676 !important;
865
- --v-theme-on-surface: #000000 !important;
866
724
  color: #000000 !important;
867
725
  }
868
726
 
869
727
  .bg-green-accent-4 {
870
728
  background-color: #00C853 !important;
871
- --v-theme-on-surface: #000000 !important;
872
729
  color: #000000 !important;
873
730
  }
874
731
 
875
732
  .bg-light-green {
876
733
  background-color: #8bc34a !important;
877
- --v-theme-on-surface: #000000 !important;
878
734
  color: #000000 !important;
879
735
  }
880
736
 
881
737
  .bg-light-green-lighten-5 {
882
738
  background-color: #f1f8e9 !important;
883
- --v-theme-on-surface: #000000 !important;
884
739
  color: #000000 !important;
885
740
  }
886
741
 
887
742
  .bg-light-green-lighten-4 {
888
743
  background-color: #dcedc8 !important;
889
- --v-theme-on-surface: #000000 !important;
890
744
  color: #000000 !important;
891
745
  }
892
746
 
893
747
  .bg-light-green-lighten-3 {
894
748
  background-color: #c5e1a5 !important;
895
- --v-theme-on-surface: #000000 !important;
896
749
  color: #000000 !important;
897
750
  }
898
751
 
899
752
  .bg-light-green-lighten-2 {
900
753
  background-color: #aed581 !important;
901
- --v-theme-on-surface: #000000 !important;
902
754
  color: #000000 !important;
903
755
  }
904
756
 
905
757
  .bg-light-green-lighten-1 {
906
758
  background-color: #9ccc65 !important;
907
- --v-theme-on-surface: #000000 !important;
908
759
  color: #000000 !important;
909
760
  }
910
761
 
911
762
  .bg-light-green-darken-1 {
912
763
  background-color: #7cb342 !important;
913
- --v-theme-on-surface: #FFFFFF !important;
914
764
  color: #FFFFFF !important;
915
765
  }
916
766
 
917
767
  .bg-light-green-darken-2 {
918
768
  background-color: #689f38 !important;
919
- --v-theme-on-surface: #FFFFFF !important;
920
769
  color: #FFFFFF !important;
921
770
  }
922
771
 
923
772
  .bg-light-green-darken-3 {
924
773
  background-color: #558b2f !important;
925
- --v-theme-on-surface: #FFFFFF !important;
926
774
  color: #FFFFFF !important;
927
775
  }
928
776
 
929
777
  .bg-light-green-darken-4 {
930
778
  background-color: #33691e !important;
931
- --v-theme-on-surface: #FFFFFF !important;
932
779
  color: #FFFFFF !important;
933
780
  }
934
781
 
935
782
  .bg-light-green-accent-1 {
936
783
  background-color: #ccff90 !important;
937
- --v-theme-on-surface: #000000 !important;
938
784
  color: #000000 !important;
939
785
  }
940
786
 
941
787
  .bg-light-green-accent-2 {
942
788
  background-color: #b2ff59 !important;
943
- --v-theme-on-surface: #000000 !important;
944
789
  color: #000000 !important;
945
790
  }
946
791
 
947
792
  .bg-light-green-accent-3 {
948
793
  background-color: #76ff03 !important;
949
- --v-theme-on-surface: #000000 !important;
950
794
  color: #000000 !important;
951
795
  }
952
796
 
953
797
  .bg-light-green-accent-4 {
954
798
  background-color: #64dd17 !important;
955
- --v-theme-on-surface: #000000 !important;
956
799
  color: #000000 !important;
957
800
  }
958
801
 
959
802
  .bg-lime {
960
803
  background-color: #cddc39 !important;
961
- --v-theme-on-surface: #000000 !important;
962
804
  color: #000000 !important;
963
805
  }
964
806
 
965
807
  .bg-lime-lighten-5 {
966
808
  background-color: #f9fbe7 !important;
967
- --v-theme-on-surface: #000000 !important;
968
809
  color: #000000 !important;
969
810
  }
970
811
 
971
812
  .bg-lime-lighten-4 {
972
813
  background-color: #f0f4c3 !important;
973
- --v-theme-on-surface: #000000 !important;
974
814
  color: #000000 !important;
975
815
  }
976
816
 
977
817
  .bg-lime-lighten-3 {
978
818
  background-color: #e6ee9c !important;
979
- --v-theme-on-surface: #000000 !important;
980
819
  color: #000000 !important;
981
820
  }
982
821
 
983
822
  .bg-lime-lighten-2 {
984
823
  background-color: #dce775 !important;
985
- --v-theme-on-surface: #000000 !important;
986
824
  color: #000000 !important;
987
825
  }
988
826
 
989
827
  .bg-lime-lighten-1 {
990
828
  background-color: #d4e157 !important;
991
- --v-theme-on-surface: #000000 !important;
992
829
  color: #000000 !important;
993
830
  }
994
831
 
995
832
  .bg-lime-darken-1 {
996
833
  background-color: #c0ca33 !important;
997
- --v-theme-on-surface: #000000 !important;
998
834
  color: #000000 !important;
999
835
  }
1000
836
 
1001
837
  .bg-lime-darken-2 {
1002
838
  background-color: #afb42b !important;
1003
- --v-theme-on-surface: #000000 !important;
1004
839
  color: #000000 !important;
1005
840
  }
1006
841
 
1007
842
  .bg-lime-darken-3 {
1008
843
  background-color: #9e9d24 !important;
1009
- --v-theme-on-surface: #FFFFFF !important;
1010
844
  color: #FFFFFF !important;
1011
845
  }
1012
846
 
1013
847
  .bg-lime-darken-4 {
1014
848
  background-color: #827717 !important;
1015
- --v-theme-on-surface: #FFFFFF !important;
1016
849
  color: #FFFFFF !important;
1017
850
  }
1018
851
 
1019
852
  .bg-lime-accent-1 {
1020
853
  background-color: #f4ff81 !important;
1021
- --v-theme-on-surface: #000000 !important;
1022
854
  color: #000000 !important;
1023
855
  }
1024
856
 
1025
857
  .bg-lime-accent-2 {
1026
858
  background-color: #eeff41 !important;
1027
- --v-theme-on-surface: #000000 !important;
1028
859
  color: #000000 !important;
1029
860
  }
1030
861
 
1031
862
  .bg-lime-accent-3 {
1032
863
  background-color: #c6ff00 !important;
1033
- --v-theme-on-surface: #000000 !important;
1034
864
  color: #000000 !important;
1035
865
  }
1036
866
 
1037
867
  .bg-lime-accent-4 {
1038
868
  background-color: #aeea00 !important;
1039
- --v-theme-on-surface: #000000 !important;
1040
869
  color: #000000 !important;
1041
870
  }
1042
871
 
1043
872
  .bg-yellow {
1044
873
  background-color: #ffeb3b !important;
1045
- --v-theme-on-surface: #000000 !important;
1046
874
  color: #000000 !important;
1047
875
  }
1048
876
 
1049
877
  .bg-yellow-lighten-5 {
1050
878
  background-color: #fffde7 !important;
1051
- --v-theme-on-surface: #000000 !important;
1052
879
  color: #000000 !important;
1053
880
  }
1054
881
 
1055
882
  .bg-yellow-lighten-4 {
1056
883
  background-color: #fff9c4 !important;
1057
- --v-theme-on-surface: #000000 !important;
1058
884
  color: #000000 !important;
1059
885
  }
1060
886
 
1061
887
  .bg-yellow-lighten-3 {
1062
888
  background-color: #fff59d !important;
1063
- --v-theme-on-surface: #000000 !important;
1064
889
  color: #000000 !important;
1065
890
  }
1066
891
 
1067
892
  .bg-yellow-lighten-2 {
1068
893
  background-color: #fff176 !important;
1069
- --v-theme-on-surface: #000000 !important;
1070
894
  color: #000000 !important;
1071
895
  }
1072
896
 
1073
897
  .bg-yellow-lighten-1 {
1074
898
  background-color: #ffee58 !important;
1075
- --v-theme-on-surface: #000000 !important;
1076
899
  color: #000000 !important;
1077
900
  }
1078
901
 
1079
902
  .bg-yellow-darken-1 {
1080
903
  background-color: #fdd835 !important;
1081
- --v-theme-on-surface: #000000 !important;
1082
904
  color: #000000 !important;
1083
905
  }
1084
906
 
1085
907
  .bg-yellow-darken-2 {
1086
908
  background-color: #fbc02d !important;
1087
- --v-theme-on-surface: #000000 !important;
1088
909
  color: #000000 !important;
1089
910
  }
1090
911
 
1091
912
  .bg-yellow-darken-3 {
1092
913
  background-color: #f9a825 !important;
1093
- --v-theme-on-surface: #000000 !important;
1094
914
  color: #000000 !important;
1095
915
  }
1096
916
 
1097
917
  .bg-yellow-darken-4 {
1098
918
  background-color: #f57f17 !important;
1099
- --v-theme-on-surface: #FFFFFF !important;
1100
919
  color: #FFFFFF !important;
1101
920
  }
1102
921
 
1103
922
  .bg-yellow-accent-1 {
1104
923
  background-color: #ffff8d !important;
1105
- --v-theme-on-surface: #000000 !important;
1106
924
  color: #000000 !important;
1107
925
  }
1108
926
 
1109
927
  .bg-yellow-accent-2 {
1110
928
  background-color: #ffff00 !important;
1111
- --v-theme-on-surface: #000000 !important;
1112
929
  color: #000000 !important;
1113
930
  }
1114
931
 
1115
932
  .bg-yellow-accent-3 {
1116
933
  background-color: #ffea00 !important;
1117
- --v-theme-on-surface: #000000 !important;
1118
934
  color: #000000 !important;
1119
935
  }
1120
936
 
1121
937
  .bg-yellow-accent-4 {
1122
938
  background-color: #ffd600 !important;
1123
- --v-theme-on-surface: #000000 !important;
1124
939
  color: #000000 !important;
1125
940
  }
1126
941
 
1127
942
  .bg-amber {
1128
943
  background-color: #ffc107 !important;
1129
- --v-theme-on-surface: #000000 !important;
1130
944
  color: #000000 !important;
1131
945
  }
1132
946
 
1133
947
  .bg-amber-lighten-5 {
1134
948
  background-color: #fff8e1 !important;
1135
- --v-theme-on-surface: #000000 !important;
1136
949
  color: #000000 !important;
1137
950
  }
1138
951
 
1139
952
  .bg-amber-lighten-4 {
1140
953
  background-color: #ffecb3 !important;
1141
- --v-theme-on-surface: #000000 !important;
1142
954
  color: #000000 !important;
1143
955
  }
1144
956
 
1145
957
  .bg-amber-lighten-3 {
1146
958
  background-color: #ffe082 !important;
1147
- --v-theme-on-surface: #000000 !important;
1148
959
  color: #000000 !important;
1149
960
  }
1150
961
 
1151
962
  .bg-amber-lighten-2 {
1152
963
  background-color: #ffd54f !important;
1153
- --v-theme-on-surface: #000000 !important;
1154
964
  color: #000000 !important;
1155
965
  }
1156
966
 
1157
967
  .bg-amber-lighten-1 {
1158
968
  background-color: #ffca28 !important;
1159
- --v-theme-on-surface: #000000 !important;
1160
969
  color: #000000 !important;
1161
970
  }
1162
971
 
1163
972
  .bg-amber-darken-1 {
1164
973
  background-color: #ffb300 !important;
1165
- --v-theme-on-surface: #000000 !important;
1166
974
  color: #000000 !important;
1167
975
  }
1168
976
 
1169
977
  .bg-amber-darken-2 {
1170
978
  background-color: #ffa000 !important;
1171
- --v-theme-on-surface: #000000 !important;
1172
979
  color: #000000 !important;
1173
980
  }
1174
981
 
1175
982
  .bg-amber-darken-3 {
1176
983
  background-color: #ff8f00 !important;
1177
- --v-theme-on-surface: #000000 !important;
1178
984
  color: #000000 !important;
1179
985
  }
1180
986
 
1181
987
  .bg-amber-darken-4 {
1182
988
  background-color: #ff6f00 !important;
1183
- --v-theme-on-surface: #FFFFFF !important;
1184
989
  color: #FFFFFF !important;
1185
990
  }
1186
991
 
1187
992
  .bg-amber-accent-1 {
1188
993
  background-color: #ffe57f !important;
1189
- --v-theme-on-surface: #000000 !important;
1190
994
  color: #000000 !important;
1191
995
  }
1192
996
 
1193
997
  .bg-amber-accent-2 {
1194
998
  background-color: #ffd740 !important;
1195
- --v-theme-on-surface: #000000 !important;
1196
999
  color: #000000 !important;
1197
1000
  }
1198
1001
 
1199
1002
  .bg-amber-accent-3 {
1200
1003
  background-color: #ffc400 !important;
1201
- --v-theme-on-surface: #000000 !important;
1202
1004
  color: #000000 !important;
1203
1005
  }
1204
1006
 
1205
1007
  .bg-amber-accent-4 {
1206
1008
  background-color: #ffab00 !important;
1207
- --v-theme-on-surface: #000000 !important;
1208
1009
  color: #000000 !important;
1209
1010
  }
1210
1011
 
1211
1012
  .bg-orange {
1212
1013
  background-color: #ff9800 !important;
1213
- --v-theme-on-surface: #000000 !important;
1214
1014
  color: #000000 !important;
1215
1015
  }
1216
1016
 
1217
1017
  .bg-orange-lighten-5 {
1218
1018
  background-color: #fff3e0 !important;
1219
- --v-theme-on-surface: #000000 !important;
1220
1019
  color: #000000 !important;
1221
1020
  }
1222
1021
 
1223
1022
  .bg-orange-lighten-4 {
1224
1023
  background-color: #ffe0b2 !important;
1225
- --v-theme-on-surface: #000000 !important;
1226
1024
  color: #000000 !important;
1227
1025
  }
1228
1026
 
1229
1027
  .bg-orange-lighten-3 {
1230
1028
  background-color: #ffcc80 !important;
1231
- --v-theme-on-surface: #000000 !important;
1232
1029
  color: #000000 !important;
1233
1030
  }
1234
1031
 
1235
1032
  .bg-orange-lighten-2 {
1236
1033
  background-color: #ffb74d !important;
1237
- --v-theme-on-surface: #000000 !important;
1238
1034
  color: #000000 !important;
1239
1035
  }
1240
1036
 
1241
1037
  .bg-orange-lighten-1 {
1242
1038
  background-color: #ffa726 !important;
1243
- --v-theme-on-surface: #000000 !important;
1244
1039
  color: #000000 !important;
1245
1040
  }
1246
1041
 
1247
1042
  .bg-orange-darken-1 {
1248
1043
  background-color: #fb8c00 !important;
1249
- --v-theme-on-surface: #FFFFFF !important;
1250
1044
  color: #FFFFFF !important;
1251
1045
  }
1252
1046
 
1253
1047
  .bg-orange-darken-2 {
1254
1048
  background-color: #f57c00 !important;
1255
- --v-theme-on-surface: #FFFFFF !important;
1256
1049
  color: #FFFFFF !important;
1257
1050
  }
1258
1051
 
1259
1052
  .bg-orange-darken-3 {
1260
1053
  background-color: #ef6c00 !important;
1261
- --v-theme-on-surface: #FFFFFF !important;
1262
1054
  color: #FFFFFF !important;
1263
1055
  }
1264
1056
 
1265
1057
  .bg-orange-darken-4 {
1266
1058
  background-color: #e65100 !important;
1267
- --v-theme-on-surface: #FFFFFF !important;
1268
1059
  color: #FFFFFF !important;
1269
1060
  }
1270
1061
 
1271
1062
  .bg-orange-accent-1 {
1272
1063
  background-color: #ffd180 !important;
1273
- --v-theme-on-surface: #000000 !important;
1274
1064
  color: #000000 !important;
1275
1065
  }
1276
1066
 
1277
1067
  .bg-orange-accent-2 {
1278
1068
  background-color: #ffab40 !important;
1279
- --v-theme-on-surface: #000000 !important;
1280
1069
  color: #000000 !important;
1281
1070
  }
1282
1071
 
1283
1072
  .bg-orange-accent-3 {
1284
1073
  background-color: #ff9100 !important;
1285
- --v-theme-on-surface: #000000 !important;
1286
1074
  color: #000000 !important;
1287
1075
  }
1288
1076
 
1289
1077
  .bg-orange-accent-4 {
1290
1078
  background-color: #ff6d00 !important;
1291
- --v-theme-on-surface: #FFFFFF !important;
1292
1079
  color: #FFFFFF !important;
1293
1080
  }
1294
1081
 
1295
1082
  .bg-deep-orange {
1296
1083
  background-color: #ff5722 !important;
1297
- --v-theme-on-surface: #FFFFFF !important;
1298
1084
  color: #FFFFFF !important;
1299
1085
  }
1300
1086
 
1301
1087
  .bg-deep-orange-lighten-5 {
1302
1088
  background-color: #fbe9e7 !important;
1303
- --v-theme-on-surface: #000000 !important;
1304
1089
  color: #000000 !important;
1305
1090
  }
1306
1091
 
1307
1092
  .bg-deep-orange-lighten-4 {
1308
1093
  background-color: #ffccbc !important;
1309
- --v-theme-on-surface: #000000 !important;
1310
1094
  color: #000000 !important;
1311
1095
  }
1312
1096
 
1313
1097
  .bg-deep-orange-lighten-3 {
1314
1098
  background-color: #ffab91 !important;
1315
- --v-theme-on-surface: #000000 !important;
1316
1099
  color: #000000 !important;
1317
1100
  }
1318
1101
 
1319
1102
  .bg-deep-orange-lighten-2 {
1320
1103
  background-color: #ff8a65 !important;
1321
- --v-theme-on-surface: #000000 !important;
1322
1104
  color: #000000 !important;
1323
1105
  }
1324
1106
 
1325
1107
  .bg-deep-orange-lighten-1 {
1326
1108
  background-color: #ff7043 !important;
1327
- --v-theme-on-surface: #FFFFFF !important;
1328
1109
  color: #FFFFFF !important;
1329
1110
  }
1330
1111
 
1331
1112
  .bg-deep-orange-darken-1 {
1332
1113
  background-color: #f4511e !important;
1333
- --v-theme-on-surface: #FFFFFF !important;
1334
1114
  color: #FFFFFF !important;
1335
1115
  }
1336
1116
 
1337
1117
  .bg-deep-orange-darken-2 {
1338
1118
  background-color: #e64a19 !important;
1339
- --v-theme-on-surface: #FFFFFF !important;
1340
1119
  color: #FFFFFF !important;
1341
1120
  }
1342
1121
 
1343
1122
  .bg-deep-orange-darken-3 {
1344
1123
  background-color: #d84315 !important;
1345
- --v-theme-on-surface: #FFFFFF !important;
1346
1124
  color: #FFFFFF !important;
1347
1125
  }
1348
1126
 
1349
1127
  .bg-deep-orange-darken-4 {
1350
1128
  background-color: #bf360c !important;
1351
- --v-theme-on-surface: #FFFFFF !important;
1352
1129
  color: #FFFFFF !important;
1353
1130
  }
1354
1131
 
1355
1132
  .bg-deep-orange-accent-1 {
1356
1133
  background-color: #ff9e80 !important;
1357
- --v-theme-on-surface: #000000 !important;
1358
1134
  color: #000000 !important;
1359
1135
  }
1360
1136
 
1361
1137
  .bg-deep-orange-accent-2 {
1362
1138
  background-color: #ff6e40 !important;
1363
- --v-theme-on-surface: #FFFFFF !important;
1364
1139
  color: #FFFFFF !important;
1365
1140
  }
1366
1141
 
1367
1142
  .bg-deep-orange-accent-3 {
1368
1143
  background-color: #ff3d00 !important;
1369
- --v-theme-on-surface: #FFFFFF !important;
1370
1144
  color: #FFFFFF !important;
1371
1145
  }
1372
1146
 
1373
1147
  .bg-deep-orange-accent-4 {
1374
1148
  background-color: #dd2c00 !important;
1375
- --v-theme-on-surface: #FFFFFF !important;
1376
1149
  color: #FFFFFF !important;
1377
1150
  }
1378
1151
 
1379
1152
  .bg-brown {
1380
1153
  background-color: #795548 !important;
1381
- --v-theme-on-surface: #FFFFFF !important;
1382
1154
  color: #FFFFFF !important;
1383
1155
  }
1384
1156
 
1385
1157
  .bg-brown-lighten-5 {
1386
1158
  background-color: #efebe9 !important;
1387
- --v-theme-on-surface: #000000 !important;
1388
1159
  color: #000000 !important;
1389
1160
  }
1390
1161
 
1391
1162
  .bg-brown-lighten-4 {
1392
1163
  background-color: #d7ccc8 !important;
1393
- --v-theme-on-surface: #000000 !important;
1394
1164
  color: #000000 !important;
1395
1165
  }
1396
1166
 
1397
1167
  .bg-brown-lighten-3 {
1398
1168
  background-color: #bcaaa4 !important;
1399
- --v-theme-on-surface: #000000 !important;
1400
1169
  color: #000000 !important;
1401
1170
  }
1402
1171
 
1403
1172
  .bg-brown-lighten-2 {
1404
1173
  background-color: #a1887f !important;
1405
- --v-theme-on-surface: #FFFFFF !important;
1406
1174
  color: #FFFFFF !important;
1407
1175
  }
1408
1176
 
1409
1177
  .bg-brown-lighten-1 {
1410
1178
  background-color: #8d6e63 !important;
1411
- --v-theme-on-surface: #FFFFFF !important;
1412
1179
  color: #FFFFFF !important;
1413
1180
  }
1414
1181
 
1415
1182
  .bg-brown-darken-1 {
1416
1183
  background-color: #6d4c41 !important;
1417
- --v-theme-on-surface: #FFFFFF !important;
1418
1184
  color: #FFFFFF !important;
1419
1185
  }
1420
1186
 
1421
1187
  .bg-brown-darken-2 {
1422
1188
  background-color: #5d4037 !important;
1423
- --v-theme-on-surface: #FFFFFF !important;
1424
1189
  color: #FFFFFF !important;
1425
1190
  }
1426
1191
 
1427
1192
  .bg-brown-darken-3 {
1428
1193
  background-color: #4e342e !important;
1429
- --v-theme-on-surface: #FFFFFF !important;
1430
1194
  color: #FFFFFF !important;
1431
1195
  }
1432
1196
 
1433
1197
  .bg-brown-darken-4 {
1434
1198
  background-color: #3e2723 !important;
1435
- --v-theme-on-surface: #FFFFFF !important;
1436
1199
  color: #FFFFFF !important;
1437
1200
  }
1438
1201
 
1439
1202
  .bg-blue-grey {
1440
1203
  background-color: #607d8b !important;
1441
- --v-theme-on-surface: #FFFFFF !important;
1442
1204
  color: #FFFFFF !important;
1443
1205
  }
1444
1206
 
1445
1207
  .bg-blue-grey-lighten-5 {
1446
1208
  background-color: #eceff1 !important;
1447
- --v-theme-on-surface: #000000 !important;
1448
1209
  color: #000000 !important;
1449
1210
  }
1450
1211
 
1451
1212
  .bg-blue-grey-lighten-4 {
1452
1213
  background-color: #cfd8dc !important;
1453
- --v-theme-on-surface: #000000 !important;
1454
1214
  color: #000000 !important;
1455
1215
  }
1456
1216
 
1457
1217
  .bg-blue-grey-lighten-3 {
1458
1218
  background-color: #b0bec5 !important;
1459
- --v-theme-on-surface: #000000 !important;
1460
1219
  color: #000000 !important;
1461
1220
  }
1462
1221
 
1463
1222
  .bg-blue-grey-lighten-2 {
1464
1223
  background-color: #90a4ae !important;
1465
- --v-theme-on-surface: #FFFFFF !important;
1466
1224
  color: #FFFFFF !important;
1467
1225
  }
1468
1226
 
1469
1227
  .bg-blue-grey-lighten-1 {
1470
1228
  background-color: #78909c !important;
1471
- --v-theme-on-surface: #FFFFFF !important;
1472
1229
  color: #FFFFFF !important;
1473
1230
  }
1474
1231
 
1475
1232
  .bg-blue-grey-darken-1 {
1476
1233
  background-color: #546e7a !important;
1477
- --v-theme-on-surface: #FFFFFF !important;
1478
1234
  color: #FFFFFF !important;
1479
1235
  }
1480
1236
 
1481
1237
  .bg-blue-grey-darken-2 {
1482
1238
  background-color: #455a64 !important;
1483
- --v-theme-on-surface: #FFFFFF !important;
1484
1239
  color: #FFFFFF !important;
1485
1240
  }
1486
1241
 
1487
1242
  .bg-blue-grey-darken-3 {
1488
1243
  background-color: #37474f !important;
1489
- --v-theme-on-surface: #FFFFFF !important;
1490
1244
  color: #FFFFFF !important;
1491
1245
  }
1492
1246
 
1493
1247
  .bg-blue-grey-darken-4 {
1494
1248
  background-color: #263238 !important;
1495
- --v-theme-on-surface: #FFFFFF !important;
1496
1249
  color: #FFFFFF !important;
1497
1250
  }
1498
1251
 
1499
1252
  .bg-grey {
1500
1253
  background-color: #9e9e9e !important;
1501
- --v-theme-on-surface: #FFFFFF !important;
1502
1254
  color: #FFFFFF !important;
1503
1255
  }
1504
1256
 
1505
1257
  .bg-grey-lighten-5 {
1506
1258
  background-color: #fafafa !important;
1507
- --v-theme-on-surface: #000000 !important;
1508
1259
  color: #000000 !important;
1509
1260
  }
1510
1261
 
1511
1262
  .bg-grey-lighten-4 {
1512
1263
  background-color: #f5f5f5 !important;
1513
- --v-theme-on-surface: #000000 !important;
1514
1264
  color: #000000 !important;
1515
1265
  }
1516
1266
 
1517
1267
  .bg-grey-lighten-3 {
1518
1268
  background-color: #eeeeee !important;
1519
- --v-theme-on-surface: #000000 !important;
1520
1269
  color: #000000 !important;
1521
1270
  }
1522
1271
 
1523
1272
  .bg-grey-lighten-2 {
1524
1273
  background-color: #e0e0e0 !important;
1525
- --v-theme-on-surface: #000000 !important;
1526
1274
  color: #000000 !important;
1527
1275
  }
1528
1276
 
1529
1277
  .bg-grey-lighten-1 {
1530
1278
  background-color: #bdbdbd !important;
1531
- --v-theme-on-surface: #000000 !important;
1532
1279
  color: #000000 !important;
1533
1280
  }
1534
1281
 
1535
1282
  .bg-grey-darken-1 {
1536
1283
  background-color: #757575 !important;
1537
- --v-theme-on-surface: #FFFFFF !important;
1538
1284
  color: #FFFFFF !important;
1539
1285
  }
1540
1286
 
1541
1287
  .bg-grey-darken-2 {
1542
1288
  background-color: #616161 !important;
1543
- --v-theme-on-surface: #FFFFFF !important;
1544
1289
  color: #FFFFFF !important;
1545
1290
  }
1546
1291
 
1547
1292
  .bg-grey-darken-3 {
1548
1293
  background-color: #424242 !important;
1549
- --v-theme-on-surface: #FFFFFF !important;
1550
1294
  color: #FFFFFF !important;
1551
1295
  }
1552
1296
 
1553
1297
  .bg-grey-darken-4 {
1554
1298
  background-color: #212121 !important;
1555
- --v-theme-on-surface: #FFFFFF !important;
1556
1299
  color: #FFFFFF !important;
1557
1300
  }
1558
1301
 
1559
1302
  .bg-shades-black {
1560
1303
  background-color: #000000 !important;
1561
- --v-theme-on-surface: #FFFFFF !important;
1562
1304
  color: #FFFFFF !important;
1563
1305
  }
1564
1306
 
1565
1307
  .bg-shades-white {
1566
1308
  background-color: #FFFFFF !important;
1567
- --v-theme-on-surface: #000000 !important;
1568
1309
  color: #000000 !important;
1569
1310
  }
1570
1311
 
1571
1312
  .bg-shades-transparent {
1572
1313
  background-color: transparent !important;
1573
- --v-theme-on-surface: currentColor !important;
1574
1314
  color: currentColor !important;
1575
1315
  }
1576
1316
 
@@ -17640,18 +17380,6 @@ html.overflow-y-hidden {
17640
17380
  .v-ripple__animation--out {
17641
17381
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
17642
17382
  opacity: 0;
17643
- }.v-app-bar {
17644
- display: flex;
17645
- }
17646
- .v-app-bar.v-toolbar {
17647
- background: rgb(var(--v-theme-surface));
17648
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17649
- }
17650
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17651
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17652
- }
17653
- .v-app-bar:not(.v-toolbar--absolute) {
17654
- padding-inline-end: var(--v-scrollbar-offset);
17655
17383
  }.v-application {
17656
17384
  display: flex;
17657
17385
  background: rgb(var(--v-theme-background));
@@ -17668,6 +17396,18 @@ html.overflow-y-hidden {
17668
17396
  min-height: 100vh;
17669
17397
  min-height: 100dvh;
17670
17398
  position: relative;
17399
+ }.v-app-bar {
17400
+ display: flex;
17401
+ }
17402
+ .v-app-bar.v-toolbar {
17403
+ background: rgb(var(--v-theme-surface));
17404
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17405
+ }
17406
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17407
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17408
+ }
17409
+ .v-app-bar:not(.v-toolbar--absolute) {
17410
+ padding-inline-end: var(--v-scrollbar-offset);
17671
17411
  }.v-alert {
17672
17412
  display: grid;
17673
17413
  flex: 1 1;
@@ -18056,6 +17796,77 @@ html.overflow-y-hidden {
18056
17796
  .v-avatar .v-img {
18057
17797
  height: 100%;
18058
17798
  width: 100%;
17799
+ }.v-badge {
17800
+ display: inline-block;
17801
+ line-height: 1;
17802
+ }
17803
+
17804
+ .v-badge__badge {
17805
+ align-items: center;
17806
+ display: inline-flex;
17807
+ border-radius: 10px;
17808
+ font-size: 0.75rem;
17809
+ font-weight: 500;
17810
+ height: 1.25rem;
17811
+ justify-content: center;
17812
+ min-width: 20px;
17813
+ padding: 4px 6px;
17814
+ pointer-events: auto;
17815
+ position: absolute;
17816
+ text-align: center;
17817
+ text-indent: 0;
17818
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17819
+ white-space: nowrap;
17820
+ background: rgb(var(--v-theme-surface-variant));
17821
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17822
+ }
17823
+ .v-badge--bordered .v-badge__badge::after {
17824
+ border-radius: inherit;
17825
+ border-style: solid;
17826
+ border-width: 2px;
17827
+ bottom: 0;
17828
+ color: rgb(var(--v-theme-background));
17829
+ content: "";
17830
+ left: 0;
17831
+ position: absolute;
17832
+ right: 0;
17833
+ top: 0;
17834
+ transform: scale(1.05);
17835
+ }
17836
+ .v-badge--dot .v-badge__badge {
17837
+ border-radius: 4.5px;
17838
+ height: 9px;
17839
+ min-width: 0;
17840
+ padding: 0;
17841
+ width: 9px;
17842
+ }
17843
+ .v-badge--dot .v-badge__badge::after {
17844
+ border-width: 1.5px;
17845
+ }
17846
+ .v-badge--inline .v-badge__badge {
17847
+ position: relative;
17848
+ vertical-align: middle;
17849
+ }
17850
+ .v-badge__badge .v-icon {
17851
+ color: inherit;
17852
+ font-size: 0.75rem;
17853
+ margin: 0 -2px;
17854
+ }
17855
+ .v-badge__badge img,
17856
+ .v-badge__badge .v-img {
17857
+ height: 100%;
17858
+ width: 100%;
17859
+ }
17860
+
17861
+ .v-badge__wrapper {
17862
+ display: flex;
17863
+ position: relative;
17864
+ }
17865
+ .v-badge--inline .v-badge__wrapper {
17866
+ align-items: center;
17867
+ display: inline-flex;
17868
+ justify-content: center;
17869
+ margin: 0 4px;
18059
17870
  }.v-banner {
18060
17871
  display: grid;
18061
17872
  flex: 1 1;
@@ -18213,77 +18024,6 @@ html.overflow-y-hidden {
18213
18024
  }
18214
18025
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18215
18026
  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;
18287
18027
  }.v-bottom-navigation {
18288
18028
  display: flex;
18289
18029
  max-width: 100%;
@@ -18840,6 +18580,75 @@ html.overflow-y-hidden {
18840
18580
  }
18841
18581
  .v-pagination__item--is-active .v-btn__overlay {
18842
18582
  opacity: var(--v-border-opacity);
18583
+ }.v-btn-group {
18584
+ display: inline-flex;
18585
+ flex-wrap: nowrap;
18586
+ max-width: 100%;
18587
+ min-width: 0;
18588
+ overflow: hidden;
18589
+ vertical-align: middle;
18590
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18591
+ border-style: solid;
18592
+ border-width: 0;
18593
+ 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));
18594
+ border-radius: 4px;
18595
+ background: transparent;
18596
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18597
+ }
18598
+ .v-btn-group--border {
18599
+ border-width: thin;
18600
+ box-shadow: none;
18601
+ }
18602
+ .v-btn-group--density-default.v-btn-group {
18603
+ height: 48px;
18604
+ }
18605
+
18606
+ .v-btn-group--density-comfortable.v-btn-group {
18607
+ height: 40px;
18608
+ }
18609
+
18610
+ .v-btn-group--density-compact.v-btn-group {
18611
+ height: 36px;
18612
+ }
18613
+
18614
+ .v-btn-group .v-btn {
18615
+ border-radius: 0;
18616
+ border-color: inherit;
18617
+ }
18618
+ .v-btn-group .v-btn:not(:last-child) {
18619
+ border-inline-end: none;
18620
+ }
18621
+ .v-btn-group .v-btn:not(:first-child) {
18622
+ border-inline-start: none;
18623
+ }
18624
+ .v-btn-group .v-btn:first-child {
18625
+ border-start-start-radius: inherit;
18626
+ border-end-start-radius: inherit;
18627
+ }
18628
+ .v-btn-group .v-btn:last-child {
18629
+ border-start-end-radius: inherit;
18630
+ border-end-end-radius: inherit;
18631
+ }
18632
+ .v-btn-group--divided .v-btn:not(:last-child) {
18633
+ border-inline-end-width: thin;
18634
+ border-inline-end-style: solid;
18635
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18636
+ }
18637
+ .v-btn-group--tile {
18638
+ border-radius: 0;
18639
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18640
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18641
+ }
18642
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18643
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18644
+ }
18645
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18646
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18647
+ }
18648
+ @supports not selector(:focus-visible) {
18649
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18650
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18651
+ }
18843
18652
  }.v-card {
18844
18653
  display: block;
18845
18654
  overflow: hidden;
@@ -19139,84 +18948,10 @@ html.overflow-y-hidden {
19139
18948
  pointer-events: none;
19140
18949
  opacity: 0;
19141
18950
  transition: opacity 0.2s ease-in-out;
19142
- }.v-btn-group {
19143
- display: inline-flex;
19144
- flex-wrap: nowrap;
19145
- max-width: 100%;
19146
- min-width: 0;
18951
+ }.v-carousel {
19147
18952
  overflow: hidden;
19148
- vertical-align: middle;
19149
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19150
- border-style: solid;
19151
- border-width: 0;
19152
- 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));
19153
- border-radius: 4px;
19154
- background: transparent;
19155
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19156
- }
19157
- .v-btn-group--border {
19158
- border-width: thin;
19159
- box-shadow: none;
19160
- }
19161
- .v-btn-group--density-default.v-btn-group {
19162
- height: 48px;
19163
- }
19164
-
19165
- .v-btn-group--density-comfortable.v-btn-group {
19166
- height: 40px;
19167
- }
19168
-
19169
- .v-btn-group--density-compact.v-btn-group {
19170
- height: 36px;
19171
- }
19172
-
19173
- .v-btn-group .v-btn {
19174
- border-radius: 0;
19175
- border-color: inherit;
19176
- }
19177
- .v-btn-group .v-btn:not(:last-child) {
19178
- border-inline-end: none;
19179
- }
19180
- .v-btn-group .v-btn:not(:first-child) {
19181
- border-inline-start: none;
19182
- }
19183
- .v-btn-group .v-btn:first-child {
19184
- border-start-start-radius: inherit;
19185
- border-end-start-radius: inherit;
19186
- }
19187
- .v-btn-group .v-btn:last-child {
19188
- border-start-end-radius: inherit;
19189
- border-end-end-radius: inherit;
19190
- }
19191
- .v-btn-group--divided .v-btn:not(:last-child) {
19192
- border-inline-end-width: thin;
19193
- border-inline-end-style: solid;
19194
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19195
- }
19196
- .v-btn-group--tile {
19197
- border-radius: 0;
19198
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19199
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19200
- }
19201
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19202
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19203
- }
19204
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19205
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19206
- }
19207
- @supports not selector(:focus-visible) {
19208
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19209
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19210
- }
19211
- }.v-checkbox.v-input {
19212
- flex: 0 1 auto;
19213
- }
19214
- .v-checkbox .v-selection-control {
19215
- min-height: var(--v-input-control-height);
19216
- }.v-carousel {
19217
- overflow: hidden;
19218
- position: relative;
19219
- width: 100%;
18953
+ position: relative;
18954
+ width: 100%;
19220
18955
  }
19221
18956
  .v-carousel__controls {
19222
18957
  align-items: center;
@@ -19276,6 +19011,11 @@ html.overflow-y-hidden {
19276
19011
  flex-direction: column;
19277
19012
  height: 100% !important;
19278
19013
  width: 50px;
19014
+ }.v-checkbox.v-input {
19015
+ flex: 0 1 auto;
19016
+ }
19017
+ .v-checkbox .v-selection-control {
19018
+ min-height: var(--v-input-control-height);
19279
19019
  }.v-chip {
19280
19020
  align-items: center;
19281
19021
  display: inline-flex;
@@ -20484,326 +20224,115 @@ html.overflow-y-hidden {
20484
20224
  flex: 0 1 auto;
20485
20225
  font-size: 12px;
20486
20226
  transition-duration: 150ms;
20487
- }.v-date-picker {
20488
- overflow: hidden;
20489
- width: 328px;
20490
- }
20491
- .v-date-picker--show-week {
20492
- width: 368px;
20493
- }.v-date-picker-controls {
20494
- display: flex;
20495
- align-items: center;
20496
- justify-content: space-between;
20497
- font-size: 0.875rem;
20498
- padding-top: 4px;
20499
- padding-bottom: 4px;
20500
- padding-inline-start: 6px;
20501
- padding-inline-end: 12px;
20502
- }
20503
- .v-date-picker-controls > .v-btn:first-child {
20504
- text-transform: none;
20505
- font-weight: 400;
20506
- line-height: initial;
20507
- letter-spacing: initial;
20227
+ }.v-data-table {
20228
+ width: 100%;
20508
20229
  }
20509
- .v-date-picker-controls--variant-classic {
20510
- padding-inline-start: 12px;
20230
+
20231
+ .v-data-table__table {
20232
+ width: 100%;
20233
+ border-collapse: separate;
20234
+ border-spacing: 0;
20511
20235
  }
20512
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20513
- opacity: 0.7;
20236
+
20237
+ .v-data-table__tr--focus {
20238
+ border: 1px dotted black;
20514
20239
  }
20515
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20240
+ .v-data-table__tr--clickable {
20516
20241
  cursor: pointer;
20517
20242
  }
20518
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20519
- opacity: 1;
20520
- }
20521
- .v-date-picker-controls .v-btn:last-child {
20522
- margin-inline-start: 4px;
20523
- }
20524
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20525
- transform: rotate(180deg);
20526
- }
20527
20243
 
20528
- .v-date-picker-controls__date {
20529
- margin-inline-end: 4px;
20244
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20245
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20246
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20247
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20248
+ text-align: end;
20530
20249
  }
20531
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20532
- margin: auto;
20533
- text-align: center;
20250
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20251
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20252
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20253
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20254
+ flex-direction: row-reverse;
20534
20255
  }
20535
-
20536
- .v-date-picker-controls__month {
20537
- display: flex;
20256
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20257
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20258
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20259
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20260
+ text-align: center;
20538
20261
  }
20539
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20540
- flex-direction: row-reverse;
20262
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20263
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20264
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20265
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20266
+ justify-content: center;
20541
20267
  }
20542
-
20543
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20544
- flex: 1 0 auto;
20268
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
20269
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
20270
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
20271
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
20272
+ padding: 0 8px;
20545
20273
  }
20546
-
20547
- .v-date-picker__title {
20548
- display: inline-block;
20549
- }.v-date-picker-header {
20550
- align-items: flex-end;
20551
- height: 70px;
20552
- display: grid;
20553
- grid-template-areas: "prepend content append";
20554
- grid-template-columns: min-content minmax(0, 1fr) min-content;
20274
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
20275
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
20276
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
20277
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
20278
+ text-overflow: ellipsis;
20279
+ text-wrap: nowrap;
20555
20280
  overflow: hidden;
20556
- padding-inline: 24px 12px;
20557
- padding-bottom: 12px;
20558
- }
20559
-
20560
- .v-date-picker-header__append {
20561
- grid-area: append;
20562
20281
  }
20563
-
20564
- .v-date-picker-header__prepend {
20565
- grid-area: prepend;
20566
- padding-inline-start: 8px;
20282
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
20283
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
20284
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
20285
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
20286
+ display: contents;
20567
20287
  }
20568
-
20569
- .v-date-picker-header__content {
20288
+ .v-data-table .v-table__wrapper > table > thead > tr > th,
20289
+ .v-data-table .v-table__wrapper > table tbody > tr > th {
20570
20290
  align-items: center;
20571
- display: inline-flex;
20572
- font-size: 32px;
20573
- line-height: 40px;
20574
- grid-area: content;
20575
- justify-content: space-between;
20576
20291
  }
20577
- .v-date-picker-header--clickable .v-date-picker-header__content {
20578
- cursor: pointer;
20292
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
20293
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
20294
+ position: sticky;
20579
20295
  }
20580
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20581
- opacity: 0.7;
20296
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
20297
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
20298
+ cursor: pointer;
20299
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20582
20300
  }
20583
-
20584
- .date-picker-header-transition-enter-active,
20585
- .date-picker-header-reverse-transition-enter-active {
20586
- transition-duration: 0.3s;
20587
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20301
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
20302
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
20303
+ opacity: 0;
20588
20304
  }
20589
- .date-picker-header-transition-leave-active,
20590
- .date-picker-header-reverse-transition-leave-active {
20591
- transition-duration: 0.3s;
20592
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20305
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
20306
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
20307
+ opacity: 0.5;
20593
20308
  }
20594
20309
 
20595
- .date-picker-header-transition-enter-from {
20596
- transform: translate(0, 100%);
20597
- }
20598
- .date-picker-header-transition-leave-to {
20599
- opacity: 0;
20600
- transform: translate(0, -100%);
20310
+ .v-data-table-column--fixed,
20311
+ .v-data-table__th--sticky {
20312
+ background: rgb(var(--v-theme-surface));
20313
+ position: sticky !important;
20314
+ left: 0;
20315
+ z-index: 1;
20601
20316
  }
20602
20317
 
20603
- .date-picker-header-reverse-transition-enter-from {
20604
- transform: translate(0, -100%);
20318
+ .v-data-table-column--last-fixed {
20319
+ border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
20605
20320
  }
20606
- .date-picker-header-reverse-transition-leave-to {
20607
- opacity: 0;
20608
- transform: translate(0, 100%);
20609
- }.v-date-picker-month {
20610
- display: flex;
20611
- justify-content: center;
20612
- padding: 0 12px 8px;
20613
- --v-date-picker-month-day-diff: 4px;
20321
+
20322
+ .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
20323
+ z-index: 2;
20614
20324
  }
20615
20325
 
20616
- .v-date-picker-month__weeks {
20617
- display: grid;
20618
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20619
- column-gap: 4px;
20620
- font-size: 0.85rem;
20326
+ .v-data-table-group-header-row td {
20327
+ background: rgba(var(--v-theme-surface));
20328
+ color: rgba(var(--v-theme-on-surface));
20621
20329
  }
20622
- .v-date-picker-month__weeks + .v-date-picker-month__days {
20623
- grid-row-gap: 0;
20330
+ .v-data-table-group-header-row td > span {
20331
+ padding-left: 5px;
20624
20332
  }
20625
20333
 
20626
- .v-date-picker-month__weekday {
20627
- font-size: 0.85rem;
20628
- }
20629
-
20630
- .v-date-picker-month__days {
20631
- display: grid;
20632
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20633
- column-gap: 4px;
20634
- flex: 1 1;
20635
- justify-content: space-around;
20636
- }
20637
-
20638
- .v-date-picker-month__day {
20639
- align-items: center;
20640
- display: flex;
20641
- justify-content: center;
20642
- position: relative;
20643
- height: 40px;
20644
- width: 40px;
20645
- }
20646
- .v-date-picker-month__day--selected .v-btn {
20647
- background-color: rgb(var(--v-theme-surface-variant));
20648
- color: rgb(var(--v-theme-on-surface-variant));
20649
- }
20650
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20651
- --v-btn-height: 24px;
20652
- --v-btn-size: 0.85rem;
20653
- }
20654
- .v-date-picker-month__day--week {
20655
- font-size: var(--v-btn-size);
20656
- }
20657
-
20658
- .v-date-picker-month__day--adjacent {
20659
- opacity: 0.5;
20660
- }
20661
-
20662
- .v-date-picker-month__day--hide-adjacent {
20663
- opacity: 0;
20664
- }.v-date-picker-months {
20665
- height: 288px;
20666
- }
20667
-
20668
- .v-date-picker-months__content {
20669
- align-items: center;
20670
- display: grid;
20671
- flex: 1 1;
20672
- height: inherit;
20673
- justify-content: space-around;
20674
- grid-template-columns: repeat(2, 1fr);
20675
- grid-gap: 0px 24px;
20676
- padding-inline-start: 36px;
20677
- padding-inline-end: 36px;
20678
- }
20679
- .v-date-picker-months__content .v-btn {
20680
- text-transform: none;
20681
- padding-inline-start: 8px;
20682
- padding-inline-end: 8px;
20683
- }.v-date-picker-years {
20684
- height: 288px;
20685
- overflow-y: scroll;
20686
- }
20687
-
20688
- .v-date-picker-years__content {
20689
- display: grid;
20690
- flex: 1 1;
20691
- justify-content: space-around;
20692
- grid-template-columns: repeat(3, 1fr);
20693
- gap: 8px 24px;
20694
- padding-inline: 32px;
20695
- }
20696
- .v-date-picker-years__content .v-btn {
20697
- padding-inline: 8px;
20698
- }.v-data-table {
20699
- width: 100%;
20700
- }
20701
-
20702
- .v-data-table__table {
20703
- width: 100%;
20704
- border-collapse: separate;
20705
- border-spacing: 0;
20706
- }
20707
-
20708
- .v-data-table__tr--focus {
20709
- border: 1px dotted black;
20710
- }
20711
- .v-data-table__tr--clickable {
20712
- cursor: pointer;
20713
- }
20714
-
20715
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20716
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20717
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20718
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20719
- text-align: end;
20720
- }
20721
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20722
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20723
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20724
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20725
- flex-direction: row-reverse;
20726
- }
20727
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20728
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20729
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20730
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20731
- text-align: center;
20732
- }
20733
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20734
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20735
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20736
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20737
- justify-content: center;
20738
- }
20739
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
20740
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
20741
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
20742
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
20743
- padding: 0 8px;
20744
- }
20745
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
20746
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
20747
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
20748
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
20749
- text-overflow: ellipsis;
20750
- text-wrap: nowrap;
20751
- overflow: hidden;
20752
- }
20753
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
20754
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
20755
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
20756
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
20757
- display: contents;
20758
- }
20759
- .v-data-table .v-table__wrapper > table > thead > tr > th,
20760
- .v-data-table .v-table__wrapper > table tbody > tr > th {
20761
- align-items: center;
20762
- }
20763
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
20764
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
20765
- position: sticky;
20766
- }
20767
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
20768
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
20769
- cursor: pointer;
20770
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20771
- }
20772
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
20773
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
20774
- opacity: 0;
20775
- }
20776
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
20777
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
20778
- opacity: 0.5;
20779
- }
20780
-
20781
- .v-data-table-column--fixed,
20782
- .v-data-table__th--sticky {
20783
- background: rgb(var(--v-theme-surface));
20784
- position: sticky !important;
20785
- left: 0;
20786
- z-index: 1;
20787
- }
20788
-
20789
- .v-data-table-column--last-fixed {
20790
- border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
20791
- }
20792
-
20793
- .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
20794
- z-index: 2;
20795
- }
20796
-
20797
- .v-data-table-group-header-row td {
20798
- background: rgba(var(--v-theme-surface));
20799
- color: rgba(var(--v-theme-on-surface));
20800
- }
20801
- .v-data-table-group-header-row td > span {
20802
- padding-left: 5px;
20803
- }
20804
-
20805
- .v-data-table--loading .v-data-table__td {
20806
- opacity: var(--v-disabled-opacity);
20334
+ .v-data-table--loading .v-data-table__td {
20335
+ opacity: var(--v-disabled-opacity);
20807
20336
  }
20808
20337
 
20809
20338
  .v-data-table-group-header-row__column {
@@ -20908,98 +20437,217 @@ html.overflow-y-hidden {
20908
20437
  }
20909
20438
  .v-data-table-footer__page {
20910
20439
  padding: 0 8px;
20911
- }.v-dialog {
20440
+ }.v-date-picker {
20441
+ overflow: hidden;
20442
+ width: 328px;
20443
+ }
20444
+ .v-date-picker--show-week {
20445
+ width: 368px;
20446
+ }.v-date-picker-controls {
20447
+ display: flex;
20912
20448
  align-items: center;
20913
- justify-content: center;
20914
- margin: auto;
20449
+ justify-content: space-between;
20450
+ font-size: 0.875rem;
20451
+ padding-top: 4px;
20452
+ padding-bottom: 4px;
20453
+ padding-inline-start: 6px;
20454
+ padding-inline-end: 12px;
20915
20455
  }
20916
- .v-dialog > .v-overlay__content {
20917
- max-height: calc(100% - 48px);
20918
- width: calc(100% - 48px);
20919
- max-width: calc(100% - 48px);
20920
- margin: 24px;
20456
+ .v-date-picker-controls > .v-btn:first-child {
20457
+ text-transform: none;
20458
+ font-weight: 400;
20459
+ line-height: initial;
20460
+ letter-spacing: initial;
20921
20461
  }
20922
- .v-dialog > .v-overlay__content,
20923
- .v-dialog > .v-overlay__content > form {
20924
- display: flex;
20925
- flex-direction: column;
20926
- min-height: 0;
20462
+ .v-date-picker-controls--variant-classic {
20463
+ padding-inline-start: 12px;
20927
20464
  }
20928
- .v-dialog > .v-overlay__content > .v-card,
20929
- .v-dialog > .v-overlay__content > .v-sheet,
20930
- .v-dialog > .v-overlay__content > form > .v-card,
20931
- .v-dialog > .v-overlay__content > form > .v-sheet {
20932
- --v-scrollbar-offset: 0px;
20933
- border-radius: 4px;
20934
- overflow-y: auto;
20935
- box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20465
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20466
+ opacity: 0.7;
20936
20467
  }
20937
- .v-dialog > .v-overlay__content > .v-card,
20938
- .v-dialog > .v-overlay__content > form > .v-card {
20468
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20469
+ cursor: pointer;
20470
+ }
20471
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20472
+ opacity: 1;
20473
+ }
20474
+ .v-date-picker-controls .v-btn:last-child {
20475
+ margin-inline-start: 4px;
20476
+ }
20477
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20478
+ transform: rotate(180deg);
20479
+ }
20480
+
20481
+ .v-date-picker-controls__date {
20482
+ margin-inline-end: 4px;
20483
+ }
20484
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20485
+ margin: auto;
20486
+ text-align: center;
20487
+ }
20488
+
20489
+ .v-date-picker-controls__month {
20939
20490
  display: flex;
20940
- flex-direction: column;
20941
20491
  }
20942
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
20943
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
20944
- padding: 16px 24px;
20492
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20493
+ flex-direction: row-reverse;
20945
20494
  }
20946
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
20947
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
20948
- padding-top: 0;
20495
+
20496
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20497
+ flex: 1 0 auto;
20949
20498
  }
20950
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
20951
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
20952
- font-size: inherit;
20953
- letter-spacing: 0.03125em;
20954
- line-height: inherit;
20955
- padding: 16px 24px 24px;
20499
+
20500
+ .v-date-picker__title {
20501
+ display: inline-block;
20502
+ }.v-date-picker-header {
20503
+ align-items: flex-end;
20504
+ height: 70px;
20505
+ display: grid;
20506
+ grid-template-areas: "prepend content append";
20507
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
20508
+ overflow: hidden;
20509
+ padding-inline: 24px 12px;
20510
+ padding-bottom: 12px;
20956
20511
  }
20957
- .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
20958
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
20959
- justify-content: flex-end;
20512
+
20513
+ .v-date-picker-header__append {
20514
+ grid-area: append;
20960
20515
  }
20961
20516
 
20962
- .v-dialog--fullscreen {
20963
- --v-scrollbar-offset: 0px;
20517
+ .v-date-picker-header__prepend {
20518
+ grid-area: prepend;
20519
+ padding-inline-start: 8px;
20964
20520
  }
20965
- .v-dialog--fullscreen > .v-overlay__content {
20966
- border-radius: 0;
20967
- margin: 0;
20968
- padding: 0;
20969
- width: 100%;
20970
- height: 100%;
20971
- max-width: 100%;
20972
- max-height: 100%;
20973
- overflow-y: auto;
20974
- top: 0;
20975
- left: 0;
20521
+
20522
+ .v-date-picker-header__content {
20523
+ align-items: center;
20524
+ display: inline-flex;
20525
+ font-size: 32px;
20526
+ line-height: 40px;
20527
+ grid-area: content;
20528
+ justify-content: space-between;
20976
20529
  }
20977
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
20978
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
20979
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
20980
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
20981
- min-height: 100%;
20982
- min-width: 100%;
20983
- border-radius: 0;
20530
+ .v-date-picker-header--clickable .v-date-picker-header__content {
20531
+ cursor: pointer;
20532
+ }
20533
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20534
+ opacity: 0.7;
20984
20535
  }
20985
20536
 
20986
- .v-dialog--scrollable > .v-overlay__content,
20987
- .v-dialog--scrollable > .v-overlay__content > form {
20537
+ .date-picker-header-transition-enter-active,
20538
+ .date-picker-header-reverse-transition-enter-active {
20539
+ transition-duration: 0.3s;
20540
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20541
+ }
20542
+ .date-picker-header-transition-leave-active,
20543
+ .date-picker-header-reverse-transition-leave-active {
20544
+ transition-duration: 0.3s;
20545
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20546
+ }
20547
+
20548
+ .date-picker-header-transition-enter-from {
20549
+ transform: translate(0, 100%);
20550
+ }
20551
+ .date-picker-header-transition-leave-to {
20552
+ opacity: 0;
20553
+ transform: translate(0, -100%);
20554
+ }
20555
+
20556
+ .date-picker-header-reverse-transition-enter-from {
20557
+ transform: translate(0, -100%);
20558
+ }
20559
+ .date-picker-header-reverse-transition-leave-to {
20560
+ opacity: 0;
20561
+ transform: translate(0, 100%);
20562
+ }.v-date-picker-month {
20988
20563
  display: flex;
20564
+ justify-content: center;
20565
+ padding: 0 12px 8px;
20566
+ --v-date-picker-month-day-diff: 4px;
20989
20567
  }
20990
- .v-dialog--scrollable > .v-overlay__content > .v-card,
20991
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20568
+
20569
+ .v-date-picker-month__weeks {
20570
+ display: grid;
20571
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20572
+ column-gap: 4px;
20573
+ font-size: 0.85rem;
20574
+ }
20575
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20576
+ grid-row-gap: 0;
20577
+ }
20578
+
20579
+ .v-date-picker-month__weekday {
20580
+ font-size: 0.85rem;
20581
+ }
20582
+
20583
+ .v-date-picker-month__days {
20584
+ display: grid;
20585
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20586
+ column-gap: 4px;
20587
+ flex: 1 1;
20588
+ justify-content: space-around;
20589
+ }
20590
+
20591
+ .v-date-picker-month__day {
20592
+ align-items: center;
20992
20593
  display: flex;
20993
- flex: 1 1 100%;
20994
- flex-direction: column;
20995
- max-height: 100%;
20996
- max-width: 100%;
20594
+ justify-content: center;
20595
+ position: relative;
20596
+ height: 40px;
20597
+ width: 40px;
20997
20598
  }
20998
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
20999
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
21000
- -webkit-backface-visibility: hidden;
21001
- backface-visibility: hidden;
21002
- overflow-y: auto;
20599
+ .v-date-picker-month__day--selected .v-btn {
20600
+ background-color: rgb(var(--v-theme-surface-variant));
20601
+ color: rgb(var(--v-theme-on-surface-variant));
20602
+ }
20603
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20604
+ --v-btn-height: 24px;
20605
+ --v-btn-size: 0.85rem;
20606
+ }
20607
+ .v-date-picker-month__day--week {
20608
+ font-size: var(--v-btn-size);
20609
+ }
20610
+
20611
+ .v-date-picker-month__day--adjacent {
20612
+ opacity: 0.5;
20613
+ }
20614
+
20615
+ .v-date-picker-month__day--hide-adjacent {
20616
+ opacity: 0;
20617
+ }.v-date-picker-months {
20618
+ height: 288px;
20619
+ }
20620
+
20621
+ .v-date-picker-months__content {
20622
+ align-items: center;
20623
+ display: grid;
20624
+ flex: 1 1;
20625
+ height: inherit;
20626
+ justify-content: space-around;
20627
+ grid-template-columns: repeat(2, 1fr);
20628
+ grid-gap: 0px 24px;
20629
+ padding-inline-start: 36px;
20630
+ padding-inline-end: 36px;
20631
+ }
20632
+ .v-date-picker-months__content .v-btn {
20633
+ text-transform: none;
20634
+ padding-inline-start: 8px;
20635
+ padding-inline-end: 8px;
20636
+ }.v-date-picker-years {
20637
+ height: 288px;
20638
+ overflow-y: scroll;
20639
+ }
20640
+
20641
+ .v-date-picker-years__content {
20642
+ display: grid;
20643
+ flex: 1 1;
20644
+ justify-content: space-around;
20645
+ grid-template-columns: repeat(3, 1fr);
20646
+ gap: 8px 24px;
20647
+ padding-inline: 32px;
20648
+ }
20649
+ .v-date-picker-years__content .v-btn {
20650
+ padding-inline: 8px;
21003
20651
  }.v-divider {
21004
20652
  display: block;
21005
20653
  flex: 1 1 100%;
@@ -21049,73 +20697,98 @@ html.overflow-y-hidden {
21049
20697
  }
21050
20698
  .v-divider__wrapper--vertical .v-divider {
21051
20699
  margin: 0 auto;
21052
- }.v-empty-state {
20700
+ }.v-dialog {
21053
20701
  align-items: center;
21054
- display: flex;
21055
- flex-direction: column;
21056
20702
  justify-content: center;
21057
- min-height: 100%;
21058
- padding: 16px;
20703
+ margin: auto;
21059
20704
  }
21060
- .v-empty-state--start {
21061
- align-items: flex-start;
20705
+ .v-dialog > .v-overlay__content {
20706
+ max-height: calc(100% - 48px);
20707
+ width: calc(100% - 48px);
20708
+ max-width: calc(100% - 48px);
20709
+ margin: 24px;
21062
20710
  }
21063
- .v-empty-state--center {
21064
- align-items: center;
20711
+ .v-dialog > .v-overlay__content,
20712
+ .v-dialog > .v-overlay__content > form {
20713
+ display: flex;
20714
+ flex-direction: column;
20715
+ min-height: 0;
21065
20716
  }
21066
- .v-empty-state--end {
21067
- align-items: flex-end;
20717
+ .v-dialog > .v-overlay__content > .v-card,
20718
+ .v-dialog > .v-overlay__content > .v-sheet,
20719
+ .v-dialog > .v-overlay__content > form > .v-card,
20720
+ .v-dialog > .v-overlay__content > form > .v-sheet {
20721
+ --v-scrollbar-offset: 0px;
20722
+ border-radius: 4px;
20723
+ overflow-y: auto;
20724
+ box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21068
20725
  }
21069
-
21070
- .v-empty-state__media {
21071
- text-align: center;
21072
- width: 100%;
20726
+ .v-dialog > .v-overlay__content > .v-card,
20727
+ .v-dialog > .v-overlay__content > form > .v-card {
20728
+ display: flex;
20729
+ flex-direction: column;
21073
20730
  }
21074
- .v-empty-state__media .v-icon {
21075
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20731
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
20732
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
20733
+ padding: 16px 24px;
21076
20734
  }
21077
-
21078
- .v-empty-state__headline {
21079
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21080
- font-size: 3.75rem;
21081
- font-weight: 300;
21082
- line-height: 1;
21083
- text-align: center;
21084
- margin-bottom: 8px;
20735
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
20736
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
20737
+ padding-top: 0;
20738
+ }
20739
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
20740
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
20741
+ font-size: inherit;
20742
+ letter-spacing: 0.03125em;
20743
+ line-height: inherit;
20744
+ padding: 16px 24px 24px;
21085
20745
  }
21086
- .v-empty-state--mobile .v-empty-state__headline {
21087
- font-size: 2.125rem;
20746
+ .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
20747
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
20748
+ justify-content: flex-end;
21088
20749
  }
21089
20750
 
21090
- .v-empty-state__title {
21091
- font-size: 1.25rem;
21092
- font-weight: 500;
21093
- line-height: 1.6;
21094
- margin-bottom: 4px;
21095
- text-align: center;
20751
+ .v-dialog--fullscreen {
20752
+ --v-scrollbar-offset: 0px;
21096
20753
  }
21097
-
21098
- .v-empty-state__text {
21099
- font-size: 0.875rem;
21100
- font-weight: 400;
21101
- line-height: 1.425;
21102
- padding: 0 16px;
21103
- text-align: center;
20754
+ .v-dialog--fullscreen > .v-overlay__content {
20755
+ border-radius: 0;
20756
+ margin: 0;
20757
+ padding: 0;
20758
+ width: 100%;
20759
+ height: 100%;
20760
+ max-width: 100%;
20761
+ max-height: 100%;
20762
+ overflow-y: auto;
20763
+ top: 0;
20764
+ left: 0;
21104
20765
  }
21105
-
21106
- .v-empty-state__content {
21107
- padding: 24px 0;
20766
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
20767
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
20768
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
20769
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
20770
+ min-height: 100%;
20771
+ min-width: 100%;
20772
+ border-radius: 0;
21108
20773
  }
21109
20774
 
21110
- .v-empty-state__actions {
20775
+ .v-dialog--scrollable > .v-overlay__content,
20776
+ .v-dialog--scrollable > .v-overlay__content > form {
21111
20777
  display: flex;
21112
- gap: 8px;
21113
- padding: 16px;
21114
20778
  }
21115
-
21116
- .v-empty-state__action-btn.v-btn {
21117
- background-color: rgb(var(--v-theme-surface-variant));
21118
- color: rgb(var(--v-theme-on-surface-variant));
20779
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
20780
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20781
+ display: flex;
20782
+ flex: 1 1 100%;
20783
+ flex-direction: column;
20784
+ max-height: 100%;
20785
+ max-width: 100%;
20786
+ }
20787
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
20788
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
20789
+ -webkit-backface-visibility: hidden;
20790
+ backface-visibility: hidden;
20791
+ overflow-y: auto;
21119
20792
  }.v-expansion-panel {
21120
20793
  background-color: rgb(var(--v-theme-surface));
21121
20794
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21326,6 +20999,73 @@ html.overflow-y-hidden {
21326
20999
  }
21327
21000
  .v-expansion-panels--tile > .v-expansion-panel {
21328
21001
  border-radius: 0;
21002
+ }.v-empty-state {
21003
+ align-items: center;
21004
+ display: flex;
21005
+ flex-direction: column;
21006
+ justify-content: center;
21007
+ min-height: 100%;
21008
+ padding: 16px;
21009
+ }
21010
+ .v-empty-state--start {
21011
+ align-items: flex-start;
21012
+ }
21013
+ .v-empty-state--center {
21014
+ align-items: center;
21015
+ }
21016
+ .v-empty-state--end {
21017
+ align-items: flex-end;
21018
+ }
21019
+
21020
+ .v-empty-state__media {
21021
+ text-align: center;
21022
+ width: 100%;
21023
+ }
21024
+ .v-empty-state__media .v-icon {
21025
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21026
+ }
21027
+
21028
+ .v-empty-state__headline {
21029
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21030
+ font-size: 3.75rem;
21031
+ font-weight: 300;
21032
+ line-height: 1;
21033
+ text-align: center;
21034
+ margin-bottom: 8px;
21035
+ }
21036
+ .v-empty-state--mobile .v-empty-state__headline {
21037
+ font-size: 2.125rem;
21038
+ }
21039
+
21040
+ .v-empty-state__title {
21041
+ font-size: 1.25rem;
21042
+ font-weight: 500;
21043
+ line-height: 1.6;
21044
+ margin-bottom: 4px;
21045
+ text-align: center;
21046
+ }
21047
+
21048
+ .v-empty-state__text {
21049
+ font-size: 0.875rem;
21050
+ font-weight: 400;
21051
+ line-height: 1.425;
21052
+ padding: 0 16px;
21053
+ text-align: center;
21054
+ }
21055
+
21056
+ .v-empty-state__content {
21057
+ padding: 24px 0;
21058
+ }
21059
+
21060
+ .v-empty-state__actions {
21061
+ display: flex;
21062
+ gap: 8px;
21063
+ padding: 16px;
21064
+ }
21065
+
21066
+ .v-empty-state__action-btn.v-btn {
21067
+ background-color: rgb(var(--v-theme-surface-variant));
21068
+ color: rgb(var(--v-theme-on-surface-variant));
21329
21069
  }.v-fab {
21330
21070
  align-items: center;
21331
21071
  display: inline-flex;
@@ -22075,6 +21815,42 @@ textarea.v-field__input::placeholder {
22075
21815
 
22076
21816
  .v-icon--end {
22077
21817
  margin-inline-start: 8px;
21818
+ }.v-img {
21819
+ --v-theme-overlay-multiplier: 3;
21820
+ z-index: 0;
21821
+ }
21822
+ .v-img--booting .v-responsive__sizer {
21823
+ transition: none;
21824
+ }
21825
+ .v-img--rounded {
21826
+ border-radius: 4px;
21827
+ }
21828
+
21829
+ .v-img__img,
21830
+ .v-img__picture,
21831
+ .v-img__gradient,
21832
+ .v-img__placeholder,
21833
+ .v-img__error {
21834
+ z-index: -1;
21835
+ position: absolute;
21836
+ top: 0;
21837
+ left: 0;
21838
+ width: 100%;
21839
+ height: 100%;
21840
+ }
21841
+
21842
+ .v-img__img--preload {
21843
+ filter: blur(4px);
21844
+ }
21845
+ .v-img__img--contain {
21846
+ object-fit: contain;
21847
+ }
21848
+ .v-img__img--cover {
21849
+ object-fit: cover;
21850
+ }
21851
+
21852
+ .v-img__gradient {
21853
+ background-repeat: no-repeat;
22078
21854
  }.v-infinite-scroll--horizontal {
22079
21855
  display: flex;
22080
21856
  flex-direction: row;
@@ -22242,42 +22018,6 @@ textarea.v-field__input::placeholder {
22242
22018
 
22243
22019
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22244
22020
  padding-top: calc(var(--v-input-padding-top) + 0px);
22245
- }.v-img {
22246
- --v-theme-overlay-multiplier: 3;
22247
- z-index: 0;
22248
- }
22249
- .v-img--booting .v-responsive__sizer {
22250
- transition: none;
22251
- }
22252
- .v-img--rounded {
22253
- border-radius: 4px;
22254
- }
22255
-
22256
- .v-img__img,
22257
- .v-img__picture,
22258
- .v-img__gradient,
22259
- .v-img__placeholder,
22260
- .v-img__error {
22261
- z-index: -1;
22262
- position: absolute;
22263
- top: 0;
22264
- left: 0;
22265
- width: 100%;
22266
- height: 100%;
22267
- }
22268
-
22269
- .v-img__img--preload {
22270
- filter: blur(4px);
22271
- }
22272
- .v-img__img--contain {
22273
- object-fit: contain;
22274
- }
22275
- .v-img__img--cover {
22276
- object-fit: cover;
22277
- }
22278
-
22279
- .v-img__gradient {
22280
- background-repeat: no-repeat;
22281
22021
  }.v-item-group {
22282
22022
  flex: 0 1 auto;
22283
22023
  max-width: 100%;
@@ -22313,6 +22053,8 @@ textarea.v-field__input::placeholder {
22313
22053
 
22314
22054
  .v-layout-item--absolute {
22315
22055
  position: absolute;
22056
+ }.v-locale-provider {
22057
+ display: contents;
22316
22058
  }.v-list {
22317
22059
  overflow: auto;
22318
22060
  padding: 8px 0;
@@ -22870,37 +22612,6 @@ textarea.v-field__input::placeholder {
22870
22612
  }
22871
22613
  .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
22872
22614
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22873
- }.v-menu > .v-overlay__content {
22874
- display: flex;
22875
- flex-direction: column;
22876
- border-radius: 4px;
22877
- }
22878
- .v-menu > .v-overlay__content > .v-card,
22879
- .v-menu > .v-overlay__content > .v-sheet,
22880
- .v-menu > .v-overlay__content > .v-list {
22881
- background: rgb(var(--v-theme-surface));
22882
- border-radius: inherit;
22883
- overflow: auto;
22884
- height: 100%;
22885
- box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22886
- }.v-locale-provider {
22887
- display: contents;
22888
- }.v-messages {
22889
- flex: 1 1 auto;
22890
- font-size: 12px;
22891
- min-height: 14px;
22892
- min-width: 1px;
22893
- opacity: var(--v-medium-emphasis-opacity);
22894
- position: relative;
22895
- }
22896
- .v-messages__message {
22897
- line-height: 12px;
22898
- word-break: break-word;
22899
- overflow-wrap: break-word;
22900
- word-wrap: break-word;
22901
- -webkit-hyphens: auto;
22902
- hyphens: auto;
22903
- transition-duration: 150ms;
22904
22615
  }.v-main {
22905
22616
  flex: 1 0 auto;
22906
22617
  max-width: 100%;
@@ -22929,6 +22640,35 @@ textarea.v-field__input::placeholder {
22929
22640
  --v-layout-right: 0px;
22930
22641
  --v-layout-top: 0px;
22931
22642
  --v-layout-bottom: 0px;
22643
+ }.v-menu > .v-overlay__content {
22644
+ display: flex;
22645
+ flex-direction: column;
22646
+ border-radius: 4px;
22647
+ }
22648
+ .v-menu > .v-overlay__content > .v-card,
22649
+ .v-menu > .v-overlay__content > .v-sheet,
22650
+ .v-menu > .v-overlay__content > .v-list {
22651
+ background: rgb(var(--v-theme-surface));
22652
+ border-radius: inherit;
22653
+ overflow: auto;
22654
+ height: 100%;
22655
+ box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22656
+ }.v-messages {
22657
+ flex: 1 1 auto;
22658
+ font-size: 12px;
22659
+ min-height: 14px;
22660
+ min-width: 1px;
22661
+ opacity: var(--v-medium-emphasis-opacity);
22662
+ position: relative;
22663
+ }
22664
+ .v-messages__message {
22665
+ line-height: 12px;
22666
+ word-break: break-word;
22667
+ overflow-wrap: break-word;
22668
+ word-wrap: break-word;
22669
+ -webkit-hyphens: auto;
22670
+ hyphens: auto;
22671
+ transition-duration: 150ms;
22932
22672
  }.v-navigation-drawer {
22933
22673
  -webkit-overflow-scrolling: touch;
22934
22674
  background: rgb(var(--v-theme-surface));
@@ -23087,14 +22827,6 @@ textarea.v-field__input::placeholder {
23087
22827
  }
23088
22828
  .v-otp-input__loader .v-progress-linear {
23089
22829
  position: absolute;
23090
- }.v-pagination__list {
23091
- display: inline-flex;
23092
- list-style-type: none;
23093
- justify-content: center;
23094
- width: 100%;
23095
- }
23096
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23097
- margin: 0.3rem;
23098
22830
  }.v-overlay-container {
23099
22831
  contain: layout;
23100
22832
  left: 0;
@@ -23158,6 +22890,20 @@ html.v-overlay-scroll-blocked {
23158
22890
 
23159
22891
  .v-overlay--scroll-blocked {
23160
22892
  padding-inline-end: var(--v-scrollbar-offset);
22893
+ }.v-pagination__list {
22894
+ display: inline-flex;
22895
+ list-style-type: none;
22896
+ justify-content: center;
22897
+ width: 100%;
22898
+ }
22899
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22900
+ margin: 0.3rem;
22901
+ }.v-parallax {
22902
+ position: relative;
22903
+ overflow: hidden;
22904
+ }
22905
+ .v-parallax--active > .v-img__img {
22906
+ will-change: transform;
23161
22907
  }.v-progress-circular {
23162
22908
  align-items: center;
23163
22909
  display: inline-flex;
@@ -23471,12 +23217,6 @@ html.v-overlay-scroll-blocked {
23471
23217
  0% {
23472
23218
  background-position-x: var(--v-progress-linear-height);
23473
23219
  }
23474
- }.v-parallax {
23475
- position: relative;
23476
- overflow: hidden;
23477
- }
23478
- .v-parallax--active > .v-img__img {
23479
- will-change: transform;
23480
23220
  }.v-radio-group > .v-input__control {
23481
23221
  flex-direction: column;
23482
23222
  }
@@ -23572,6 +23312,60 @@ html.v-overlay-scroll-blocked {
23572
23312
  flex: 1 0 0px;
23573
23313
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23574
23314
  pointer-events: none;
23315
+ }.v-rating {
23316
+ max-width: 100%;
23317
+ display: inline-flex;
23318
+ white-space: nowrap;
23319
+ }
23320
+ .v-rating--readonly {
23321
+ pointer-events: none;
23322
+ }
23323
+
23324
+ .v-rating__wrapper {
23325
+ align-items: center;
23326
+ display: inline-flex;
23327
+ flex-direction: column;
23328
+ }
23329
+ .v-rating__wrapper--bottom {
23330
+ flex-direction: column-reverse;
23331
+ }
23332
+
23333
+ .v-rating__item {
23334
+ display: inline-flex;
23335
+ position: relative;
23336
+ }
23337
+ .v-rating__item label {
23338
+ cursor: pointer;
23339
+ }
23340
+ .v-rating__item .v-btn--variant-plain {
23341
+ opacity: 1;
23342
+ }
23343
+ .v-rating__item .v-btn {
23344
+ transition-property: transform;
23345
+ }
23346
+ .v-rating__item .v-btn .v-icon {
23347
+ transition: inherit;
23348
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23349
+ }
23350
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
23351
+ transform: scale(1.25);
23352
+ }
23353
+ .v-rating__item--half {
23354
+ overflow: hidden;
23355
+ position: absolute;
23356
+ -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23357
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23358
+ z-index: 1;
23359
+ }
23360
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
23361
+ opacity: 0;
23362
+ }
23363
+
23364
+ .v-rating__hidden {
23365
+ height: 0;
23366
+ opacity: 0;
23367
+ position: absolute;
23368
+ width: 0;
23575
23369
  }.v-select .v-field .v-text-field__prefix,
23576
23370
  .v-select .v-field .v-text-field__suffix,
23577
23371
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -23721,14 +23515,6 @@ html.v-overlay-scroll-blocked {
23721
23515
  }
23722
23516
  .v-selection-control--focus-visible .v-selection-control__input::before {
23723
23517
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23724
- }.v-selection-control-group {
23725
- grid-area: control;
23726
- display: flex;
23727
- flex-direction: column;
23728
- }
23729
- .v-selection-control-group--inline {
23730
- flex-direction: row;
23731
- flex-wrap: wrap;
23732
23518
  }.v-sheet {
23733
23519
  display: block;
23734
23520
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -23757,60 +23543,14 @@ html.v-overlay-scroll-blocked {
23757
23543
  }
23758
23544
  .v-sheet--rounded {
23759
23545
  border-radius: 4px;
23760
- }.v-rating {
23761
- max-width: 100%;
23762
- display: inline-flex;
23763
- white-space: nowrap;
23764
- }
23765
- .v-rating--readonly {
23766
- pointer-events: none;
23767
- }
23768
-
23769
- .v-rating__wrapper {
23770
- align-items: center;
23771
- display: inline-flex;
23546
+ }.v-selection-control-group {
23547
+ grid-area: control;
23548
+ display: flex;
23772
23549
  flex-direction: column;
23773
23550
  }
23774
- .v-rating__wrapper--bottom {
23775
- flex-direction: column-reverse;
23776
- }
23777
-
23778
- .v-rating__item {
23779
- display: inline-flex;
23780
- position: relative;
23781
- }
23782
- .v-rating__item label {
23783
- cursor: pointer;
23784
- }
23785
- .v-rating__item .v-btn--variant-plain {
23786
- opacity: 1;
23787
- }
23788
- .v-rating__item .v-btn {
23789
- transition-property: transform;
23790
- }
23791
- .v-rating__item .v-btn .v-icon {
23792
- transition: inherit;
23793
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23794
- }
23795
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
23796
- transform: scale(1.25);
23797
- }
23798
- .v-rating__item--half {
23799
- overflow: hidden;
23800
- position: absolute;
23801
- -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23802
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23803
- z-index: 1;
23804
- }
23805
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
23806
- opacity: 0;
23807
- }
23808
-
23809
- .v-rating__hidden {
23810
- height: 0;
23811
- opacity: 0;
23812
- position: absolute;
23813
- width: 0;
23551
+ .v-selection-control-group--inline {
23552
+ flex-direction: row;
23553
+ flex-wrap: wrap;
23814
23554
  }.v-skeleton-loader {
23815
23555
  align-items: center;
23816
23556
  background: rgb(var(--v-theme-surface));
@@ -24227,47 +23967,6 @@ html.v-overlay-scroll-blocked {
24227
23967
  }
24228
23968
  .v-snackbar-transition-leave-to {
24229
23969
  opacity: 0;
24230
- }.v-speed-dial__content {
24231
- gap: 8px;
24232
- }
24233
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
24234
- flex-direction: row;
24235
- }
24236
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
24237
- flex-direction: row-reverse;
24238
- }
24239
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
24240
- flex-direction: column-reverse;
24241
- }
24242
- .v-speed-dial__content > *:nth-child(1) {
24243
- transition-delay: 0s;
24244
- }
24245
- .v-speed-dial__content > *:nth-child(2) {
24246
- transition-delay: 0.05s;
24247
- }
24248
- .v-speed-dial__content > *:nth-child(3) {
24249
- transition-delay: 0.1s;
24250
- }
24251
- .v-speed-dial__content > *:nth-child(4) {
24252
- transition-delay: 0.15s;
24253
- }
24254
- .v-speed-dial__content > *:nth-child(5) {
24255
- transition-delay: 0.2s;
24256
- }
24257
- .v-speed-dial__content > *:nth-child(6) {
24258
- transition-delay: 0.25s;
24259
- }
24260
- .v-speed-dial__content > *:nth-child(7) {
24261
- transition-delay: 0.3s;
24262
- }
24263
- .v-speed-dial__content > *:nth-child(8) {
24264
- transition-delay: 0.35s;
24265
- }
24266
- .v-speed-dial__content > *:nth-child(9) {
24267
- transition-delay: 0.4s;
24268
- }
24269
- .v-speed-dial__content > *:nth-child(10) {
24270
- transition-delay: 0.45s;
24271
23970
  }.v-stepper.v-sheet {
24272
23971
  box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24273
23972
  border-radius: 4px;
@@ -24667,38 +24366,79 @@ html.v-overlay-scroll-blocked {
24667
24366
  .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24668
24367
  margin-inline-start: 42px;
24669
24368
  }
24670
-
24671
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24672
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24673
- margin-inline-end: auto;
24369
+
24370
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24371
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24372
+ margin-inline-end: auto;
24373
+ }
24374
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24375
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24376
+ margin-inline-start: auto;
24377
+ }
24378
+
24379
+ .v-tabs--grow {
24380
+ flex-grow: 1;
24381
+ }
24382
+ .v-tabs--grow .v-tab {
24383
+ flex: 1 0 auto;
24384
+ max-width: none;
24385
+ }
24386
+
24387
+ .v-tabs--align-tabs-end .v-tab:first-child {
24388
+ margin-inline-start: auto;
24389
+ }
24390
+ .v-tabs--align-tabs-end .v-tab:last-child {
24391
+ margin-inline-end: 0;
24392
+ }
24393
+
24394
+ @media (max-width: 1279.98px) {
24395
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24396
+ margin-inline-start: 52px;
24397
+ }
24398
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24399
+ margin-inline-end: 52px;
24400
+ }
24401
+ }.v-speed-dial__content {
24402
+ gap: 8px;
24403
+ }
24404
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
24405
+ flex-direction: row;
24406
+ }
24407
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
24408
+ flex-direction: row-reverse;
24409
+ }
24410
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
24411
+ flex-direction: column-reverse;
24412
+ }
24413
+ .v-speed-dial__content > *:nth-child(1) {
24414
+ transition-delay: 0s;
24415
+ }
24416
+ .v-speed-dial__content > *:nth-child(2) {
24417
+ transition-delay: 0.05s;
24418
+ }
24419
+ .v-speed-dial__content > *:nth-child(3) {
24420
+ transition-delay: 0.1s;
24421
+ }
24422
+ .v-speed-dial__content > *:nth-child(4) {
24423
+ transition-delay: 0.15s;
24674
24424
  }
24675
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24676
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24677
- margin-inline-start: auto;
24425
+ .v-speed-dial__content > *:nth-child(5) {
24426
+ transition-delay: 0.2s;
24678
24427
  }
24679
-
24680
- .v-tabs--grow {
24681
- flex-grow: 1;
24428
+ .v-speed-dial__content > *:nth-child(6) {
24429
+ transition-delay: 0.25s;
24682
24430
  }
24683
- .v-tabs--grow .v-tab {
24684
- flex: 1 0 auto;
24685
- max-width: none;
24431
+ .v-speed-dial__content > *:nth-child(7) {
24432
+ transition-delay: 0.3s;
24686
24433
  }
24687
-
24688
- .v-tabs--align-tabs-end .v-tab:first-child {
24689
- margin-inline-start: auto;
24434
+ .v-speed-dial__content > *:nth-child(8) {
24435
+ transition-delay: 0.35s;
24690
24436
  }
24691
- .v-tabs--align-tabs-end .v-tab:last-child {
24692
- margin-inline-end: 0;
24437
+ .v-speed-dial__content > *:nth-child(9) {
24438
+ transition-delay: 0.4s;
24693
24439
  }
24694
-
24695
- @media (max-width: 1279.98px) {
24696
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24697
- margin-inline-start: 52px;
24698
- }
24699
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24700
- margin-inline-end: 52px;
24701
- }
24440
+ .v-speed-dial__content > *:nth-child(10) {
24441
+ transition-delay: 0.45s;
24702
24442
  }.v-table {
24703
24443
  background: rgb(var(--v-theme-surface));
24704
24444
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -24943,7 +24683,139 @@ html.v-overlay-scroll-blocked {
24943
24683
  padding-inline-end: var(--v-field-padding-end);
24944
24684
  }
24945
24685
 
24946
- /* endregion */.v-timeline .v-timeline-divider__dot {
24686
+ /* endregion */.v-theme-provider {
24687
+ background: rgb(var(--v-theme-background));
24688
+ color: rgb(var(--v-theme-on-background));
24689
+ }.v-toolbar {
24690
+ align-items: flex-start;
24691
+ display: flex;
24692
+ flex: none;
24693
+ flex-direction: column;
24694
+ justify-content: space-between;
24695
+ max-width: 100%;
24696
+ position: relative;
24697
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24698
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
24699
+ width: 100%;
24700
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24701
+ border-style: solid;
24702
+ border-width: 0;
24703
+ 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));
24704
+ border-radius: 0;
24705
+ background: rgb(var(--v-theme-surface-light));
24706
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24707
+ }
24708
+ .v-toolbar--border {
24709
+ border-width: thin;
24710
+ box-shadow: none;
24711
+ }
24712
+ .v-toolbar--absolute {
24713
+ position: absolute;
24714
+ }
24715
+ .v-toolbar--collapse {
24716
+ max-width: 112px;
24717
+ overflow: hidden;
24718
+ border-end-end-radius: 24px;
24719
+ }
24720
+ .v-toolbar--collapse .v-toolbar-title {
24721
+ display: none;
24722
+ }
24723
+ .v-toolbar--flat {
24724
+ 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));
24725
+ }
24726
+ .v-toolbar--floating {
24727
+ display: inline-flex;
24728
+ }
24729
+ .v-toolbar--rounded {
24730
+ border-radius: 4px;
24731
+ }
24732
+
24733
+ .v-toolbar__content,
24734
+ .v-toolbar__extension {
24735
+ align-items: center;
24736
+ display: flex;
24737
+ flex: 0 0 auto;
24738
+ position: relative;
24739
+ transition: inherit;
24740
+ width: 100%;
24741
+ }
24742
+
24743
+ .v-toolbar__content {
24744
+ overflow: hidden;
24745
+ }
24746
+ .v-toolbar__content > .v-btn:first-child {
24747
+ margin-inline-start: 4px;
24748
+ }
24749
+ .v-toolbar__content > .v-btn:last-child {
24750
+ margin-inline-end: 4px;
24751
+ }
24752
+ .v-toolbar__content > .v-toolbar-title {
24753
+ margin-inline-start: 20px;
24754
+ }
24755
+ .v-toolbar--density-prominent .v-toolbar__content {
24756
+ align-items: flex-start;
24757
+ }
24758
+
24759
+ .v-toolbar__image {
24760
+ position: absolute;
24761
+ top: 0;
24762
+ left: 0;
24763
+ width: 100%;
24764
+ height: 100%;
24765
+ display: flex;
24766
+ opacity: var(--v-toolbar-image-opacity, 1);
24767
+ transition-property: opacity;
24768
+ }
24769
+
24770
+ .v-toolbar__prepend,
24771
+ .v-toolbar__append {
24772
+ align-items: center;
24773
+ align-self: stretch;
24774
+ display: flex;
24775
+ }
24776
+
24777
+ .v-toolbar__prepend {
24778
+ margin-inline: 4px auto;
24779
+ }
24780
+
24781
+ .v-toolbar__append {
24782
+ margin-inline: auto 4px;
24783
+ }
24784
+
24785
+ .v-toolbar-title {
24786
+ flex: 1 1;
24787
+ font-size: 1.25rem;
24788
+ min-width: 0;
24789
+ font-size: 1.25rem;
24790
+ font-weight: 400;
24791
+ letter-spacing: 0;
24792
+ line-height: 1.75rem;
24793
+ text-transform: none;
24794
+ }
24795
+ .v-toolbar--density-prominent .v-toolbar-title {
24796
+ align-self: flex-end;
24797
+ padding-bottom: 6px;
24798
+ font-size: 1.5rem;
24799
+ font-weight: 400;
24800
+ letter-spacing: 0;
24801
+ line-height: 2.25rem;
24802
+ text-transform: none;
24803
+ }
24804
+
24805
+ .v-toolbar-title__placeholder {
24806
+ overflow: hidden;
24807
+ text-overflow: ellipsis;
24808
+ white-space: nowrap;
24809
+ }
24810
+
24811
+ .v-toolbar-items {
24812
+ display: flex;
24813
+ height: inherit;
24814
+ align-self: stretch;
24815
+ }
24816
+ .v-toolbar-items > .v-btn {
24817
+ border-radius: 0;
24818
+ }.v-timeline .v-timeline-divider__dot {
24947
24819
  background: rgb(var(--v-theme-surface-light));
24948
24820
  }
24949
24821
  .v-timeline .v-timeline-divider__inner-dot {
@@ -25293,204 +25165,72 @@ html.v-overlay-scroll-blocked {
25293
25165
  .v-timeline--vertical.v-timeline--align-center .v-timeline-divider {
25294
25166
  justify-content: center;
25295
25167
  }
25296
-
25297
- .v-timeline--align-start {
25298
- --v-timeline-line-size-base: 100%;
25299
- --v-timeline-line-size-offset: 12px;
25300
- }
25301
- .v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before {
25302
- --v-timeline-line-size-offset: 24px;
25303
- }
25304
- .v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after {
25305
- --v-timeline-line-size-offset: -12px;
25306
- }
25307
- .v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
25308
- --v-timeline-line-size-offset: 0px;
25309
- }
25310
- .v-timeline--horizontal.v-timeline--align-start {
25311
- justify-items: flex-start;
25312
- }
25313
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
25314
- justify-content: flex-start;
25315
- }
25316
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
25317
- width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
25318
- }
25319
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
25320
- width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
25321
- }
25322
-
25323
- .v-timeline--vertical.v-timeline--align-start {
25324
- align-items: flex-start;
25325
- }
25326
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
25327
- justify-content: flex-start;
25328
- }
25329
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
25330
- height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
25331
- }
25332
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
25333
- height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
25334
- }
25335
-
25336
- .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
25337
- display: none;
25338
- }
25339
- .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
25340
- --v-timeline-line-size-offset: 12px;
25341
- }
25342
- .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
25343
- padding-block-start: 0;
25344
- }
25345
-
25346
- .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
25347
- padding-inline-start: 0;
25348
- }
25349
-
25350
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
25351
- display: none;
25352
- }
25353
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
25354
- --v-timeline-line-size-offset: 12px;
25355
- }
25356
- .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
25357
- padding-block-end: 0;
25358
- }
25359
-
25360
- .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 {
25361
- padding-inline-end: 0;
25362
- }.v-toolbar {
25363
- align-items: flex-start;
25364
- display: flex;
25365
- flex: none;
25366
- flex-direction: column;
25367
- justify-content: space-between;
25368
- max-width: 100%;
25369
- position: relative;
25370
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25371
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25372
- width: 100%;
25373
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25374
- border-style: solid;
25375
- border-width: 0;
25376
- 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));
25377
- border-radius: 0;
25378
- background: rgb(var(--v-theme-surface-light));
25379
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25380
- }
25381
- .v-toolbar--border {
25382
- border-width: thin;
25383
- box-shadow: none;
25168
+
25169
+ .v-timeline--align-start {
25170
+ --v-timeline-line-size-base: 100%;
25171
+ --v-timeline-line-size-offset: 12px;
25384
25172
  }
25385
- .v-toolbar--absolute {
25386
- position: absolute;
25173
+ .v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before {
25174
+ --v-timeline-line-size-offset: 24px;
25387
25175
  }
25388
- .v-toolbar--collapse {
25389
- max-width: 112px;
25390
- overflow: hidden;
25391
- border-end-end-radius: 24px;
25176
+ .v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after {
25177
+ --v-timeline-line-size-offset: -12px;
25392
25178
  }
25393
- .v-toolbar--collapse .v-toolbar-title {
25394
- display: none;
25179
+ .v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
25180
+ --v-timeline-line-size-offset: 0px;
25395
25181
  }
25396
- .v-toolbar--flat {
25397
- 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));
25182
+ .v-timeline--horizontal.v-timeline--align-start {
25183
+ justify-items: flex-start;
25398
25184
  }
25399
- .v-toolbar--floating {
25400
- display: inline-flex;
25185
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
25186
+ justify-content: flex-start;
25401
25187
  }
25402
- .v-toolbar--rounded {
25403
- border-radius: 4px;
25188
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
25189
+ width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
25404
25190
  }
25405
-
25406
- .v-toolbar__content,
25407
- .v-toolbar__extension {
25408
- align-items: center;
25409
- display: flex;
25410
- flex: 0 0 auto;
25411
- position: relative;
25412
- transition: inherit;
25413
- width: 100%;
25191
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
25192
+ width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
25414
25193
  }
25415
25194
 
25416
- .v-toolbar__content {
25417
- overflow: hidden;
25418
- }
25419
- .v-toolbar__content > .v-btn:first-child {
25420
- margin-inline-start: 4px;
25195
+ .v-timeline--vertical.v-timeline--align-start {
25196
+ align-items: flex-start;
25421
25197
  }
25422
- .v-toolbar__content > .v-btn:last-child {
25423
- margin-inline-end: 4px;
25198
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
25199
+ justify-content: flex-start;
25424
25200
  }
25425
- .v-toolbar__content > .v-toolbar-title {
25426
- margin-inline-start: 20px;
25201
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
25202
+ height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
25427
25203
  }
25428
- .v-toolbar--density-prominent .v-toolbar__content {
25429
- align-items: flex-start;
25204
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
25205
+ height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
25430
25206
  }
25431
25207
 
25432
- .v-toolbar__image {
25433
- position: absolute;
25434
- top: 0;
25435
- left: 0;
25436
- width: 100%;
25437
- height: 100%;
25438
- display: flex;
25439
- opacity: var(--v-toolbar-image-opacity, 1);
25440
- transition-property: opacity;
25208
+ .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
25209
+ display: none;
25441
25210
  }
25442
-
25443
- .v-toolbar__prepend,
25444
- .v-toolbar__append {
25445
- align-items: center;
25446
- align-self: stretch;
25447
- display: flex;
25211
+ .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
25212
+ --v-timeline-line-size-offset: 12px;
25448
25213
  }
25449
-
25450
- .v-toolbar__prepend {
25451
- margin-inline: 4px auto;
25214
+ .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
25215
+ padding-block-start: 0;
25452
25216
  }
25453
25217
 
25454
- .v-toolbar__append {
25455
- margin-inline: auto 4px;
25218
+ .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
25219
+ padding-inline-start: 0;
25456
25220
  }
25457
25221
 
25458
- .v-toolbar-title {
25459
- flex: 1 1;
25460
- font-size: 1.25rem;
25461
- min-width: 0;
25462
- font-size: 1.25rem;
25463
- font-weight: 400;
25464
- letter-spacing: 0;
25465
- line-height: 1.75rem;
25466
- text-transform: none;
25222
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
25223
+ display: none;
25467
25224
  }
25468
- .v-toolbar--density-prominent .v-toolbar-title {
25469
- align-self: flex-end;
25470
- padding-bottom: 6px;
25471
- font-size: 1.5rem;
25472
- font-weight: 400;
25473
- letter-spacing: 0;
25474
- line-height: 2.25rem;
25475
- text-transform: none;
25225
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
25226
+ --v-timeline-line-size-offset: 12px;
25476
25227
  }
25477
-
25478
- .v-toolbar-title__placeholder {
25479
- overflow: hidden;
25480
- text-overflow: ellipsis;
25481
- white-space: nowrap;
25228
+ .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
25229
+ padding-block-end: 0;
25482
25230
  }
25483
25231
 
25484
- .v-toolbar-items {
25485
- display: flex;
25486
- height: inherit;
25487
- align-self: stretch;
25488
- }
25489
- .v-toolbar-items > .v-btn {
25490
- border-radius: 0;
25491
- }.v-theme-provider {
25492
- background: rgb(var(--v-theme-background));
25493
- color: rgb(var(--v-theme-on-background));
25232
+ .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 {
25233
+ padding-inline-end: 0;
25494
25234
  }.v-tooltip > .v-overlay__content {
25495
25235
  background: rgb(var(--v-theme-surface-variant));
25496
25236
  color: rgb(var(--v-theme-on-surface-variant));
@@ -25614,69 +25354,6 @@ html.v-overlay-scroll-blocked {
25614
25354
  }
25615
25355
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25616
25356
  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;
25645
- }.v-color-picker-swatches {
25646
- overflow-y: auto;
25647
- }
25648
- .v-color-picker-swatches > div {
25649
- display: flex;
25650
- flex-wrap: wrap;
25651
- justify-content: center;
25652
- padding: 8px;
25653
- }
25654
-
25655
- .v-color-picker-swatches__swatch {
25656
- display: flex;
25657
- flex-direction: column;
25658
- margin-bottom: 10px;
25659
- }
25660
-
25661
- .v-color-picker-swatches__color {
25662
- position: relative;
25663
- height: 18px;
25664
- max-height: 18px;
25665
- width: 45px;
25666
- margin: 2px 4px;
25667
- border-radius: 2px;
25668
- -webkit-user-select: none;
25669
- user-select: none;
25670
- overflow: hidden;
25671
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25672
- cursor: pointer;
25673
- }
25674
- .v-color-picker-swatches__color > div {
25675
- display: flex;
25676
- align-items: center;
25677
- justify-content: center;
25678
- width: 100%;
25679
- height: 100%;
25680
25357
  }.v-color-picker-preview__alpha .v-slider-track__background {
25681
25358
  background-color: transparent !important;
25682
25359
  }
@@ -25747,6 +25424,69 @@ html.v-overlay-scroll-blocked {
25747
25424
  .v-color-picker-preview__eye-dropper {
25748
25425
  position: relative;
25749
25426
  margin-right: 12px;
25427
+ }.v-color-picker-edit {
25428
+ display: flex;
25429
+ margin-top: 24px;
25430
+ }
25431
+
25432
+ .v-color-picker-edit__input {
25433
+ width: 100%;
25434
+ display: flex;
25435
+ flex-wrap: wrap;
25436
+ justify-content: center;
25437
+ text-align: center;
25438
+ }
25439
+ .v-color-picker-edit__input:not(:last-child) {
25440
+ margin-inline-end: 8px;
25441
+ }
25442
+ .v-color-picker-edit__input input {
25443
+ border-radius: 4px;
25444
+ margin-bottom: 8px;
25445
+ min-width: 0;
25446
+ outline: none;
25447
+ text-align: center;
25448
+ width: 100%;
25449
+ height: 32px;
25450
+ background: rgba(var(--v-theme-surface-variant), 0.2);
25451
+ color: rgba(var(--v-theme-on-surface));
25452
+ }
25453
+ .v-color-picker-edit__input span {
25454
+ font-size: 0.75rem;
25455
+ }.v-color-picker-swatches {
25456
+ overflow-y: auto;
25457
+ }
25458
+ .v-color-picker-swatches > div {
25459
+ display: flex;
25460
+ flex-wrap: wrap;
25461
+ justify-content: center;
25462
+ padding: 8px;
25463
+ }
25464
+
25465
+ .v-color-picker-swatches__swatch {
25466
+ display: flex;
25467
+ flex-direction: column;
25468
+ margin-bottom: 10px;
25469
+ }
25470
+
25471
+ .v-color-picker-swatches__color {
25472
+ position: relative;
25473
+ height: 18px;
25474
+ max-height: 18px;
25475
+ width: 45px;
25476
+ margin: 2px 4px;
25477
+ border-radius: 2px;
25478
+ -webkit-user-select: none;
25479
+ user-select: none;
25480
+ overflow: hidden;
25481
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25482
+ cursor: pointer;
25483
+ }
25484
+ .v-color-picker-swatches__color > div {
25485
+ display: flex;
25486
+ align-items: center;
25487
+ justify-content: center;
25488
+ width: 100%;
25489
+ height: 100%;
25750
25490
  }.v-picker.v-sheet {
25751
25491
  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));
25752
25492
  border-radius: 4px;