@omnia/runtime 8.0.197-dev → 8.0.199-dev

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.
@@ -423,13 +423,15 @@ html.v-overlay-scroll-blocked {
423
423
  background: currentColor;
424
424
  opacity: var(--v-activated-opacity);
425
425
  border-radius: inherit;
426
- position: absolute;
427
426
  top: 0;
428
427
  right: 0;
429
428
  bottom: 0;
430
429
  left: 0;
431
430
  pointer-events: none;
432
431
  }
432
+ .v-btn .v-btn__underlay {
433
+ position: absolute;
434
+ }
433
435
  @supports selector(:focus-visible) {
434
436
  .v-btn::after {
435
437
  content: "";
@@ -2386,7 +2388,7 @@ html.v-overlay-scroll-blocked {
2386
2388
  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));
2387
2389
  border-radius: 0;
2388
2390
  background: rgb(var(--v-theme-surface));
2389
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
2391
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
2390
2392
  }
2391
2393
  .v-sheet--border {
2392
2394
  border-width: thin;
@@ -3334,1301 +3336,1561 @@ textarea.v-field__input::placeholder {
3334
3336
  }
3335
3337
  .bg-black {
3336
3338
  background-color: #000000 !important;
3339
+ --v-theme-on-surface: #FFFFFF !important;
3337
3340
  color: #FFFFFF !important;
3338
3341
  }
3339
3342
 
3340
3343
  .bg-white {
3341
3344
  background-color: #FFFFFF !important;
3345
+ --v-theme-on-surface: #000000 !important;
3342
3346
  color: #000000 !important;
3343
3347
  }
3344
3348
 
3345
3349
  .bg-transparent {
3346
3350
  background-color: transparent !important;
3351
+ --v-theme-on-surface: currentColor !important;
3347
3352
  color: currentColor !important;
3348
3353
  }
3349
3354
 
3350
3355
  .bg-red {
3351
3356
  background-color: #F44336 !important;
3357
+ --v-theme-on-surface: #FFFFFF !important;
3352
3358
  color: #FFFFFF !important;
3353
3359
  }
3354
3360
 
3355
3361
  .bg-red-lighten-5 {
3356
3362
  background-color: #FFEBEE !important;
3363
+ --v-theme-on-surface: #000000 !important;
3357
3364
  color: #000000 !important;
3358
3365
  }
3359
3366
 
3360
3367
  .bg-red-lighten-4 {
3361
3368
  background-color: #FFCDD2 !important;
3369
+ --v-theme-on-surface: #000000 !important;
3362
3370
  color: #000000 !important;
3363
3371
  }
3364
3372
 
3365
3373
  .bg-red-lighten-3 {
3366
3374
  background-color: #EF9A9A !important;
3375
+ --v-theme-on-surface: #000000 !important;
3367
3376
  color: #000000 !important;
3368
3377
  }
3369
3378
 
3370
3379
  .bg-red-lighten-2 {
3371
3380
  background-color: #E57373 !important;
3381
+ --v-theme-on-surface: #FFFFFF !important;
3372
3382
  color: #FFFFFF !important;
3373
3383
  }
3374
3384
 
3375
3385
  .bg-red-lighten-1 {
3376
3386
  background-color: #EF5350 !important;
3387
+ --v-theme-on-surface: #FFFFFF !important;
3377
3388
  color: #FFFFFF !important;
3378
3389
  }
3379
3390
 
3380
3391
  .bg-red-darken-1 {
3381
3392
  background-color: #E53935 !important;
3393
+ --v-theme-on-surface: #FFFFFF !important;
3382
3394
  color: #FFFFFF !important;
3383
3395
  }
3384
3396
 
3385
3397
  .bg-red-darken-2 {
3386
3398
  background-color: #D32F2F !important;
3399
+ --v-theme-on-surface: #FFFFFF !important;
3387
3400
  color: #FFFFFF !important;
3388
3401
  }
3389
3402
 
3390
3403
  .bg-red-darken-3 {
3391
3404
  background-color: #C62828 !important;
3405
+ --v-theme-on-surface: #FFFFFF !important;
3392
3406
  color: #FFFFFF !important;
3393
3407
  }
3394
3408
 
3395
3409
  .bg-red-darken-4 {
3396
3410
  background-color: #B71C1C !important;
3411
+ --v-theme-on-surface: #FFFFFF !important;
3397
3412
  color: #FFFFFF !important;
3398
3413
  }
3399
3414
 
3400
3415
  .bg-red-accent-1 {
3401
3416
  background-color: #FF8A80 !important;
3417
+ --v-theme-on-surface: #000000 !important;
3402
3418
  color: #000000 !important;
3403
3419
  }
3404
3420
 
3405
3421
  .bg-red-accent-2 {
3406
3422
  background-color: #FF5252 !important;
3423
+ --v-theme-on-surface: #FFFFFF !important;
3407
3424
  color: #FFFFFF !important;
3408
3425
  }
3409
3426
 
3410
3427
  .bg-red-accent-3 {
3411
3428
  background-color: #FF1744 !important;
3429
+ --v-theme-on-surface: #FFFFFF !important;
3412
3430
  color: #FFFFFF !important;
3413
3431
  }
3414
3432
 
3415
3433
  .bg-red-accent-4 {
3416
3434
  background-color: #D50000 !important;
3435
+ --v-theme-on-surface: #FFFFFF !important;
3417
3436
  color: #FFFFFF !important;
3418
3437
  }
3419
3438
 
3420
3439
  .bg-pink {
3421
3440
  background-color: #e91e63 !important;
3441
+ --v-theme-on-surface: #FFFFFF !important;
3422
3442
  color: #FFFFFF !important;
3423
3443
  }
3424
3444
 
3425
3445
  .bg-pink-lighten-5 {
3426
3446
  background-color: #fce4ec !important;
3447
+ --v-theme-on-surface: #000000 !important;
3427
3448
  color: #000000 !important;
3428
3449
  }
3429
3450
 
3430
3451
  .bg-pink-lighten-4 {
3431
3452
  background-color: #f8bbd0 !important;
3453
+ --v-theme-on-surface: #000000 !important;
3432
3454
  color: #000000 !important;
3433
3455
  }
3434
3456
 
3435
3457
  .bg-pink-lighten-3 {
3436
3458
  background-color: #f48fb1 !important;
3459
+ --v-theme-on-surface: #000000 !important;
3437
3460
  color: #000000 !important;
3438
3461
  }
3439
3462
 
3440
3463
  .bg-pink-lighten-2 {
3441
3464
  background-color: #f06292 !important;
3465
+ --v-theme-on-surface: #FFFFFF !important;
3442
3466
  color: #FFFFFF !important;
3443
3467
  }
3444
3468
 
3445
3469
  .bg-pink-lighten-1 {
3446
3470
  background-color: #ec407a !important;
3471
+ --v-theme-on-surface: #FFFFFF !important;
3447
3472
  color: #FFFFFF !important;
3448
3473
  }
3449
3474
 
3450
3475
  .bg-pink-darken-1 {
3451
3476
  background-color: #d81b60 !important;
3477
+ --v-theme-on-surface: #FFFFFF !important;
3452
3478
  color: #FFFFFF !important;
3453
3479
  }
3454
3480
 
3455
3481
  .bg-pink-darken-2 {
3456
3482
  background-color: #c2185b !important;
3483
+ --v-theme-on-surface: #FFFFFF !important;
3457
3484
  color: #FFFFFF !important;
3458
3485
  }
3459
3486
 
3460
3487
  .bg-pink-darken-3 {
3461
3488
  background-color: #ad1457 !important;
3489
+ --v-theme-on-surface: #FFFFFF !important;
3462
3490
  color: #FFFFFF !important;
3463
3491
  }
3464
3492
 
3465
3493
  .bg-pink-darken-4 {
3466
3494
  background-color: #880e4f !important;
3495
+ --v-theme-on-surface: #FFFFFF !important;
3467
3496
  color: #FFFFFF !important;
3468
3497
  }
3469
3498
 
3470
3499
  .bg-pink-accent-1 {
3471
3500
  background-color: #ff80ab !important;
3501
+ --v-theme-on-surface: #FFFFFF !important;
3472
3502
  color: #FFFFFF !important;
3473
3503
  }
3474
3504
 
3475
3505
  .bg-pink-accent-2 {
3476
3506
  background-color: #ff4081 !important;
3507
+ --v-theme-on-surface: #FFFFFF !important;
3477
3508
  color: #FFFFFF !important;
3478
3509
  }
3479
3510
 
3480
3511
  .bg-pink-accent-3 {
3481
3512
  background-color: #f50057 !important;
3513
+ --v-theme-on-surface: #FFFFFF !important;
3482
3514
  color: #FFFFFF !important;
3483
3515
  }
3484
3516
 
3485
3517
  .bg-pink-accent-4 {
3486
3518
  background-color: #c51162 !important;
3519
+ --v-theme-on-surface: #FFFFFF !important;
3487
3520
  color: #FFFFFF !important;
3488
3521
  }
3489
3522
 
3490
3523
  .bg-purple {
3491
3524
  background-color: #9c27b0 !important;
3525
+ --v-theme-on-surface: #FFFFFF !important;
3492
3526
  color: #FFFFFF !important;
3493
3527
  }
3494
3528
 
3495
3529
  .bg-purple-lighten-5 {
3496
3530
  background-color: #f3e5f5 !important;
3531
+ --v-theme-on-surface: #000000 !important;
3497
3532
  color: #000000 !important;
3498
3533
  }
3499
3534
 
3500
3535
  .bg-purple-lighten-4 {
3501
3536
  background-color: #e1bee7 !important;
3537
+ --v-theme-on-surface: #000000 !important;
3502
3538
  color: #000000 !important;
3503
3539
  }
3504
3540
 
3505
3541
  .bg-purple-lighten-3 {
3506
3542
  background-color: #ce93d8 !important;
3543
+ --v-theme-on-surface: #FFFFFF !important;
3507
3544
  color: #FFFFFF !important;
3508
3545
  }
3509
3546
 
3510
3547
  .bg-purple-lighten-2 {
3511
3548
  background-color: #ba68c8 !important;
3549
+ --v-theme-on-surface: #FFFFFF !important;
3512
3550
  color: #FFFFFF !important;
3513
3551
  }
3514
3552
 
3515
3553
  .bg-purple-lighten-1 {
3516
3554
  background-color: #ab47bc !important;
3555
+ --v-theme-on-surface: #FFFFFF !important;
3517
3556
  color: #FFFFFF !important;
3518
3557
  }
3519
3558
 
3520
3559
  .bg-purple-darken-1 {
3521
3560
  background-color: #8e24aa !important;
3561
+ --v-theme-on-surface: #FFFFFF !important;
3522
3562
  color: #FFFFFF !important;
3523
3563
  }
3524
3564
 
3525
3565
  .bg-purple-darken-2 {
3526
3566
  background-color: #7b1fa2 !important;
3567
+ --v-theme-on-surface: #FFFFFF !important;
3527
3568
  color: #FFFFFF !important;
3528
3569
  }
3529
3570
 
3530
3571
  .bg-purple-darken-3 {
3531
3572
  background-color: #6a1b9a !important;
3573
+ --v-theme-on-surface: #FFFFFF !important;
3532
3574
  color: #FFFFFF !important;
3533
3575
  }
3534
3576
 
3535
3577
  .bg-purple-darken-4 {
3536
3578
  background-color: #4a148c !important;
3579
+ --v-theme-on-surface: #FFFFFF !important;
3537
3580
  color: #FFFFFF !important;
3538
3581
  }
3539
3582
 
3540
3583
  .bg-purple-accent-1 {
3541
3584
  background-color: #ea80fc !important;
3585
+ --v-theme-on-surface: #FFFFFF !important;
3542
3586
  color: #FFFFFF !important;
3543
3587
  }
3544
3588
 
3545
3589
  .bg-purple-accent-2 {
3546
3590
  background-color: #e040fb !important;
3591
+ --v-theme-on-surface: #FFFFFF !important;
3547
3592
  color: #FFFFFF !important;
3548
3593
  }
3549
3594
 
3550
3595
  .bg-purple-accent-3 {
3551
3596
  background-color: #d500f9 !important;
3597
+ --v-theme-on-surface: #FFFFFF !important;
3552
3598
  color: #FFFFFF !important;
3553
3599
  }
3554
3600
 
3555
3601
  .bg-purple-accent-4 {
3556
3602
  background-color: #aa00ff !important;
3603
+ --v-theme-on-surface: #FFFFFF !important;
3557
3604
  color: #FFFFFF !important;
3558
3605
  }
3559
3606
 
3560
3607
  .bg-deep-purple {
3561
3608
  background-color: #673ab7 !important;
3609
+ --v-theme-on-surface: #FFFFFF !important;
3562
3610
  color: #FFFFFF !important;
3563
3611
  }
3564
3612
 
3565
3613
  .bg-deep-purple-lighten-5 {
3566
3614
  background-color: #ede7f6 !important;
3615
+ --v-theme-on-surface: #000000 !important;
3567
3616
  color: #000000 !important;
3568
3617
  }
3569
3618
 
3570
3619
  .bg-deep-purple-lighten-4 {
3571
3620
  background-color: #d1c4e9 !important;
3621
+ --v-theme-on-surface: #000000 !important;
3572
3622
  color: #000000 !important;
3573
3623
  }
3574
3624
 
3575
3625
  .bg-deep-purple-lighten-3 {
3576
3626
  background-color: #b39ddb !important;
3627
+ --v-theme-on-surface: #FFFFFF !important;
3577
3628
  color: #FFFFFF !important;
3578
3629
  }
3579
3630
 
3580
3631
  .bg-deep-purple-lighten-2 {
3581
3632
  background-color: #9575cd !important;
3633
+ --v-theme-on-surface: #FFFFFF !important;
3582
3634
  color: #FFFFFF !important;
3583
3635
  }
3584
3636
 
3585
3637
  .bg-deep-purple-lighten-1 {
3586
3638
  background-color: #7e57c2 !important;
3639
+ --v-theme-on-surface: #FFFFFF !important;
3587
3640
  color: #FFFFFF !important;
3588
3641
  }
3589
3642
 
3590
3643
  .bg-deep-purple-darken-1 {
3591
3644
  background-color: #5e35b1 !important;
3645
+ --v-theme-on-surface: #FFFFFF !important;
3592
3646
  color: #FFFFFF !important;
3593
3647
  }
3594
3648
 
3595
3649
  .bg-deep-purple-darken-2 {
3596
3650
  background-color: #512da8 !important;
3651
+ --v-theme-on-surface: #FFFFFF !important;
3597
3652
  color: #FFFFFF !important;
3598
3653
  }
3599
3654
 
3600
3655
  .bg-deep-purple-darken-3 {
3601
3656
  background-color: #4527a0 !important;
3657
+ --v-theme-on-surface: #FFFFFF !important;
3602
3658
  color: #FFFFFF !important;
3603
3659
  }
3604
3660
 
3605
3661
  .bg-deep-purple-darken-4 {
3606
3662
  background-color: #311b92 !important;
3663
+ --v-theme-on-surface: #FFFFFF !important;
3607
3664
  color: #FFFFFF !important;
3608
3665
  }
3609
3666
 
3610
3667
  .bg-deep-purple-accent-1 {
3611
3668
  background-color: #b388ff !important;
3669
+ --v-theme-on-surface: #FFFFFF !important;
3612
3670
  color: #FFFFFF !important;
3613
3671
  }
3614
3672
 
3615
3673
  .bg-deep-purple-accent-2 {
3616
3674
  background-color: #7c4dff !important;
3675
+ --v-theme-on-surface: #FFFFFF !important;
3617
3676
  color: #FFFFFF !important;
3618
3677
  }
3619
3678
 
3620
3679
  .bg-deep-purple-accent-3 {
3621
3680
  background-color: #651fff !important;
3681
+ --v-theme-on-surface: #FFFFFF !important;
3622
3682
  color: #FFFFFF !important;
3623
3683
  }
3624
3684
 
3625
3685
  .bg-deep-purple-accent-4 {
3626
3686
  background-color: #6200ea !important;
3687
+ --v-theme-on-surface: #FFFFFF !important;
3627
3688
  color: #FFFFFF !important;
3628
3689
  }
3629
3690
 
3630
3691
  .bg-indigo {
3631
3692
  background-color: #3f51b5 !important;
3693
+ --v-theme-on-surface: #FFFFFF !important;
3632
3694
  color: #FFFFFF !important;
3633
3695
  }
3634
3696
 
3635
3697
  .bg-indigo-lighten-5 {
3636
3698
  background-color: #e8eaf6 !important;
3699
+ --v-theme-on-surface: #000000 !important;
3637
3700
  color: #000000 !important;
3638
3701
  }
3639
3702
 
3640
3703
  .bg-indigo-lighten-4 {
3641
3704
  background-color: #c5cae9 !important;
3705
+ --v-theme-on-surface: #000000 !important;
3642
3706
  color: #000000 !important;
3643
3707
  }
3644
3708
 
3645
3709
  .bg-indigo-lighten-3 {
3646
3710
  background-color: #9fa8da !important;
3711
+ --v-theme-on-surface: #FFFFFF !important;
3647
3712
  color: #FFFFFF !important;
3648
3713
  }
3649
3714
 
3650
3715
  .bg-indigo-lighten-2 {
3651
3716
  background-color: #7986cb !important;
3717
+ --v-theme-on-surface: #FFFFFF !important;
3652
3718
  color: #FFFFFF !important;
3653
3719
  }
3654
3720
 
3655
3721
  .bg-indigo-lighten-1 {
3656
3722
  background-color: #5c6bc0 !important;
3723
+ --v-theme-on-surface: #FFFFFF !important;
3657
3724
  color: #FFFFFF !important;
3658
3725
  }
3659
3726
 
3660
3727
  .bg-indigo-darken-1 {
3661
3728
  background-color: #3949ab !important;
3729
+ --v-theme-on-surface: #FFFFFF !important;
3662
3730
  color: #FFFFFF !important;
3663
3731
  }
3664
3732
 
3665
3733
  .bg-indigo-darken-2 {
3666
3734
  background-color: #303f9f !important;
3735
+ --v-theme-on-surface: #FFFFFF !important;
3667
3736
  color: #FFFFFF !important;
3668
3737
  }
3669
3738
 
3670
3739
  .bg-indigo-darken-3 {
3671
3740
  background-color: #283593 !important;
3741
+ --v-theme-on-surface: #FFFFFF !important;
3672
3742
  color: #FFFFFF !important;
3673
3743
  }
3674
3744
 
3675
3745
  .bg-indigo-darken-4 {
3676
3746
  background-color: #1a237e !important;
3747
+ --v-theme-on-surface: #FFFFFF !important;
3677
3748
  color: #FFFFFF !important;
3678
3749
  }
3679
3750
 
3680
3751
  .bg-indigo-accent-1 {
3681
3752
  background-color: #8c9eff !important;
3753
+ --v-theme-on-surface: #FFFFFF !important;
3682
3754
  color: #FFFFFF !important;
3683
3755
  }
3684
3756
 
3685
3757
  .bg-indigo-accent-2 {
3686
3758
  background-color: #536dfe !important;
3759
+ --v-theme-on-surface: #FFFFFF !important;
3687
3760
  color: #FFFFFF !important;
3688
3761
  }
3689
3762
 
3690
3763
  .bg-indigo-accent-3 {
3691
3764
  background-color: #3d5afe !important;
3765
+ --v-theme-on-surface: #FFFFFF !important;
3692
3766
  color: #FFFFFF !important;
3693
3767
  }
3694
3768
 
3695
3769
  .bg-indigo-accent-4 {
3696
3770
  background-color: #304ffe !important;
3771
+ --v-theme-on-surface: #FFFFFF !important;
3697
3772
  color: #FFFFFF !important;
3698
3773
  }
3699
3774
 
3700
3775
  .bg-blue {
3701
3776
  background-color: #2196F3 !important;
3777
+ --v-theme-on-surface: #FFFFFF !important;
3702
3778
  color: #FFFFFF !important;
3703
3779
  }
3704
3780
 
3705
3781
  .bg-blue-lighten-5 {
3706
3782
  background-color: #E3F2FD !important;
3783
+ --v-theme-on-surface: #000000 !important;
3707
3784
  color: #000000 !important;
3708
3785
  }
3709
3786
 
3710
3787
  .bg-blue-lighten-4 {
3711
3788
  background-color: #BBDEFB !important;
3789
+ --v-theme-on-surface: #000000 !important;
3712
3790
  color: #000000 !important;
3713
3791
  }
3714
3792
 
3715
3793
  .bg-blue-lighten-3 {
3716
3794
  background-color: #90CAF9 !important;
3795
+ --v-theme-on-surface: #000000 !important;
3717
3796
  color: #000000 !important;
3718
3797
  }
3719
3798
 
3720
3799
  .bg-blue-lighten-2 {
3721
3800
  background-color: #64B5F6 !important;
3801
+ --v-theme-on-surface: #000000 !important;
3722
3802
  color: #000000 !important;
3723
3803
  }
3724
3804
 
3725
3805
  .bg-blue-lighten-1 {
3726
3806
  background-color: #42A5F5 !important;
3807
+ --v-theme-on-surface: #FFFFFF !important;
3727
3808
  color: #FFFFFF !important;
3728
3809
  }
3729
3810
 
3730
3811
  .bg-blue-darken-1 {
3731
3812
  background-color: #1E88E5 !important;
3813
+ --v-theme-on-surface: #FFFFFF !important;
3732
3814
  color: #FFFFFF !important;
3733
3815
  }
3734
3816
 
3735
3817
  .bg-blue-darken-2 {
3736
3818
  background-color: #1976D2 !important;
3819
+ --v-theme-on-surface: #FFFFFF !important;
3737
3820
  color: #FFFFFF !important;
3738
3821
  }
3739
3822
 
3740
3823
  .bg-blue-darken-3 {
3741
3824
  background-color: #1565C0 !important;
3825
+ --v-theme-on-surface: #FFFFFF !important;
3742
3826
  color: #FFFFFF !important;
3743
3827
  }
3744
3828
 
3745
3829
  .bg-blue-darken-4 {
3746
3830
  background-color: #0D47A1 !important;
3831
+ --v-theme-on-surface: #FFFFFF !important;
3747
3832
  color: #FFFFFF !important;
3748
3833
  }
3749
3834
 
3750
3835
  .bg-blue-accent-1 {
3751
3836
  background-color: #82B1FF !important;
3837
+ --v-theme-on-surface: #000000 !important;
3752
3838
  color: #000000 !important;
3753
3839
  }
3754
3840
 
3755
3841
  .bg-blue-accent-2 {
3756
3842
  background-color: #448AFF !important;
3843
+ --v-theme-on-surface: #FFFFFF !important;
3757
3844
  color: #FFFFFF !important;
3758
3845
  }
3759
3846
 
3760
3847
  .bg-blue-accent-3 {
3761
3848
  background-color: #2979FF !important;
3849
+ --v-theme-on-surface: #FFFFFF !important;
3762
3850
  color: #FFFFFF !important;
3763
3851
  }
3764
3852
 
3765
3853
  .bg-blue-accent-4 {
3766
3854
  background-color: #2962FF !important;
3855
+ --v-theme-on-surface: #FFFFFF !important;
3767
3856
  color: #FFFFFF !important;
3768
3857
  }
3769
3858
 
3770
3859
  .bg-light-blue {
3771
3860
  background-color: #03a9f4 !important;
3861
+ --v-theme-on-surface: #FFFFFF !important;
3772
3862
  color: #FFFFFF !important;
3773
3863
  }
3774
3864
 
3775
3865
  .bg-light-blue-lighten-5 {
3776
3866
  background-color: #e1f5fe !important;
3867
+ --v-theme-on-surface: #000000 !important;
3777
3868
  color: #000000 !important;
3778
3869
  }
3779
3870
 
3780
3871
  .bg-light-blue-lighten-4 {
3781
3872
  background-color: #b3e5fc !important;
3873
+ --v-theme-on-surface: #000000 !important;
3782
3874
  color: #000000 !important;
3783
3875
  }
3784
3876
 
3785
3877
  .bg-light-blue-lighten-3 {
3786
3878
  background-color: #81d4fa !important;
3879
+ --v-theme-on-surface: #000000 !important;
3787
3880
  color: #000000 !important;
3788
3881
  }
3789
3882
 
3790
3883
  .bg-light-blue-lighten-2 {
3791
3884
  background-color: #4fc3f7 !important;
3885
+ --v-theme-on-surface: #000000 !important;
3792
3886
  color: #000000 !important;
3793
3887
  }
3794
3888
 
3795
3889
  .bg-light-blue-lighten-1 {
3796
3890
  background-color: #29b6f6 !important;
3891
+ --v-theme-on-surface: #000000 !important;
3797
3892
  color: #000000 !important;
3798
3893
  }
3799
3894
 
3800
3895
  .bg-light-blue-darken-1 {
3801
3896
  background-color: #039be5 !important;
3897
+ --v-theme-on-surface: #FFFFFF !important;
3802
3898
  color: #FFFFFF !important;
3803
3899
  }
3804
3900
 
3805
3901
  .bg-light-blue-darken-2 {
3806
3902
  background-color: #0288d1 !important;
3903
+ --v-theme-on-surface: #FFFFFF !important;
3807
3904
  color: #FFFFFF !important;
3808
3905
  }
3809
3906
 
3810
3907
  .bg-light-blue-darken-3 {
3811
3908
  background-color: #0277bd !important;
3909
+ --v-theme-on-surface: #FFFFFF !important;
3812
3910
  color: #FFFFFF !important;
3813
3911
  }
3814
3912
 
3815
3913
  .bg-light-blue-darken-4 {
3816
3914
  background-color: #01579b !important;
3915
+ --v-theme-on-surface: #FFFFFF !important;
3817
3916
  color: #FFFFFF !important;
3818
3917
  }
3819
3918
 
3820
3919
  .bg-light-blue-accent-1 {
3821
3920
  background-color: #80d8ff !important;
3921
+ --v-theme-on-surface: #000000 !important;
3822
3922
  color: #000000 !important;
3823
3923
  }
3824
3924
 
3825
3925
  .bg-light-blue-accent-2 {
3826
3926
  background-color: #40c4ff !important;
3927
+ --v-theme-on-surface: #000000 !important;
3827
3928
  color: #000000 !important;
3828
3929
  }
3829
3930
 
3830
3931
  .bg-light-blue-accent-3 {
3831
3932
  background-color: #00b0ff !important;
3933
+ --v-theme-on-surface: #FFFFFF !important;
3832
3934
  color: #FFFFFF !important;
3833
3935
  }
3834
3936
 
3835
3937
  .bg-light-blue-accent-4 {
3836
3938
  background-color: #0091ea !important;
3939
+ --v-theme-on-surface: #FFFFFF !important;
3837
3940
  color: #FFFFFF !important;
3838
3941
  }
3839
3942
 
3840
3943
  .bg-cyan {
3841
3944
  background-color: #00bcd4 !important;
3945
+ --v-theme-on-surface: #000000 !important;
3842
3946
  color: #000000 !important;
3843
3947
  }
3844
3948
 
3845
3949
  .bg-cyan-lighten-5 {
3846
3950
  background-color: #e0f7fa !important;
3951
+ --v-theme-on-surface: #000000 !important;
3847
3952
  color: #000000 !important;
3848
3953
  }
3849
3954
 
3850
3955
  .bg-cyan-lighten-4 {
3851
3956
  background-color: #b2ebf2 !important;
3957
+ --v-theme-on-surface: #000000 !important;
3852
3958
  color: #000000 !important;
3853
3959
  }
3854
3960
 
3855
3961
  .bg-cyan-lighten-3 {
3856
3962
  background-color: #80deea !important;
3963
+ --v-theme-on-surface: #000000 !important;
3857
3964
  color: #000000 !important;
3858
3965
  }
3859
3966
 
3860
3967
  .bg-cyan-lighten-2 {
3861
3968
  background-color: #4dd0e1 !important;
3969
+ --v-theme-on-surface: #000000 !important;
3862
3970
  color: #000000 !important;
3863
3971
  }
3864
3972
 
3865
3973
  .bg-cyan-lighten-1 {
3866
3974
  background-color: #26c6da !important;
3975
+ --v-theme-on-surface: #000000 !important;
3867
3976
  color: #000000 !important;
3868
3977
  }
3869
3978
 
3870
3979
  .bg-cyan-darken-1 {
3871
3980
  background-color: #00acc1 !important;
3981
+ --v-theme-on-surface: #FFFFFF !important;
3872
3982
  color: #FFFFFF !important;
3873
3983
  }
3874
3984
 
3875
3985
  .bg-cyan-darken-2 {
3876
3986
  background-color: #0097a7 !important;
3987
+ --v-theme-on-surface: #FFFFFF !important;
3877
3988
  color: #FFFFFF !important;
3878
3989
  }
3879
3990
 
3880
3991
  .bg-cyan-darken-3 {
3881
3992
  background-color: #00838f !important;
3993
+ --v-theme-on-surface: #FFFFFF !important;
3882
3994
  color: #FFFFFF !important;
3883
3995
  }
3884
3996
 
3885
3997
  .bg-cyan-darken-4 {
3886
3998
  background-color: #006064 !important;
3999
+ --v-theme-on-surface: #FFFFFF !important;
3887
4000
  color: #FFFFFF !important;
3888
4001
  }
3889
4002
 
3890
4003
  .bg-cyan-accent-1 {
3891
4004
  background-color: #84ffff !important;
4005
+ --v-theme-on-surface: #000000 !important;
3892
4006
  color: #000000 !important;
3893
4007
  }
3894
4008
 
3895
4009
  .bg-cyan-accent-2 {
3896
4010
  background-color: #18ffff !important;
4011
+ --v-theme-on-surface: #000000 !important;
3897
4012
  color: #000000 !important;
3898
4013
  }
3899
4014
 
3900
4015
  .bg-cyan-accent-3 {
3901
4016
  background-color: #00e5ff !important;
4017
+ --v-theme-on-surface: #000000 !important;
3902
4018
  color: #000000 !important;
3903
4019
  }
3904
4020
 
3905
4021
  .bg-cyan-accent-4 {
3906
4022
  background-color: #00b8d4 !important;
4023
+ --v-theme-on-surface: #FFFFFF !important;
3907
4024
  color: #FFFFFF !important;
3908
4025
  }
3909
4026
 
3910
4027
  .bg-teal {
3911
4028
  background-color: #009688 !important;
4029
+ --v-theme-on-surface: #FFFFFF !important;
3912
4030
  color: #FFFFFF !important;
3913
4031
  }
3914
4032
 
3915
4033
  .bg-teal-lighten-5 {
3916
4034
  background-color: #e0f2f1 !important;
4035
+ --v-theme-on-surface: #000000 !important;
3917
4036
  color: #000000 !important;
3918
4037
  }
3919
4038
 
3920
4039
  .bg-teal-lighten-4 {
3921
4040
  background-color: #b2dfdb !important;
4041
+ --v-theme-on-surface: #000000 !important;
3922
4042
  color: #000000 !important;
3923
4043
  }
3924
4044
 
3925
4045
  .bg-teal-lighten-3 {
3926
4046
  background-color: #80cbc4 !important;
4047
+ --v-theme-on-surface: #000000 !important;
3927
4048
  color: #000000 !important;
3928
4049
  }
3929
4050
 
3930
4051
  .bg-teal-lighten-2 {
3931
4052
  background-color: #4db6ac !important;
4053
+ --v-theme-on-surface: #FFFFFF !important;
3932
4054
  color: #FFFFFF !important;
3933
4055
  }
3934
4056
 
3935
4057
  .bg-teal-lighten-1 {
3936
4058
  background-color: #26a69a !important;
4059
+ --v-theme-on-surface: #FFFFFF !important;
3937
4060
  color: #FFFFFF !important;
3938
4061
  }
3939
4062
 
3940
4063
  .bg-teal-darken-1 {
3941
4064
  background-color: #00897b !important;
4065
+ --v-theme-on-surface: #FFFFFF !important;
3942
4066
  color: #FFFFFF !important;
3943
4067
  }
3944
4068
 
3945
4069
  .bg-teal-darken-2 {
3946
4070
  background-color: #00796b !important;
4071
+ --v-theme-on-surface: #FFFFFF !important;
3947
4072
  color: #FFFFFF !important;
3948
4073
  }
3949
4074
 
3950
4075
  .bg-teal-darken-3 {
3951
4076
  background-color: #00695c !important;
4077
+ --v-theme-on-surface: #FFFFFF !important;
3952
4078
  color: #FFFFFF !important;
3953
4079
  }
3954
4080
 
3955
4081
  .bg-teal-darken-4 {
3956
4082
  background-color: #004d40 !important;
4083
+ --v-theme-on-surface: #FFFFFF !important;
3957
4084
  color: #FFFFFF !important;
3958
4085
  }
3959
4086
 
3960
4087
  .bg-teal-accent-1 {
3961
4088
  background-color: #a7ffeb !important;
4089
+ --v-theme-on-surface: #000000 !important;
3962
4090
  color: #000000 !important;
3963
4091
  }
3964
4092
 
3965
4093
  .bg-teal-accent-2 {
3966
4094
  background-color: #64ffda !important;
4095
+ --v-theme-on-surface: #000000 !important;
3967
4096
  color: #000000 !important;
3968
4097
  }
3969
4098
 
3970
4099
  .bg-teal-accent-3 {
3971
4100
  background-color: #1de9b6 !important;
4101
+ --v-theme-on-surface: #000000 !important;
3972
4102
  color: #000000 !important;
3973
4103
  }
3974
4104
 
3975
4105
  .bg-teal-accent-4 {
3976
4106
  background-color: #00bfa5 !important;
4107
+ --v-theme-on-surface: #FFFFFF !important;
3977
4108
  color: #FFFFFF !important;
3978
4109
  }
3979
4110
 
3980
4111
  .bg-green {
3981
4112
  background-color: #4CAF50 !important;
4113
+ --v-theme-on-surface: #FFFFFF !important;
3982
4114
  color: #FFFFFF !important;
3983
4115
  }
3984
4116
 
3985
4117
  .bg-green-lighten-5 {
3986
4118
  background-color: #E8F5E9 !important;
4119
+ --v-theme-on-surface: #000000 !important;
3987
4120
  color: #000000 !important;
3988
4121
  }
3989
4122
 
3990
4123
  .bg-green-lighten-4 {
3991
4124
  background-color: #C8E6C9 !important;
4125
+ --v-theme-on-surface: #000000 !important;
3992
4126
  color: #000000 !important;
3993
4127
  }
3994
4128
 
3995
4129
  .bg-green-lighten-3 {
3996
4130
  background-color: #A5D6A7 !important;
4131
+ --v-theme-on-surface: #000000 !important;
3997
4132
  color: #000000 !important;
3998
4133
  }
3999
4134
 
4000
4135
  .bg-green-lighten-2 {
4001
4136
  background-color: #81C784 !important;
4137
+ --v-theme-on-surface: #000000 !important;
4002
4138
  color: #000000 !important;
4003
4139
  }
4004
4140
 
4005
4141
  .bg-green-lighten-1 {
4006
4142
  background-color: #66BB6A !important;
4143
+ --v-theme-on-surface: #FFFFFF !important;
4007
4144
  color: #FFFFFF !important;
4008
4145
  }
4009
4146
 
4010
4147
  .bg-green-darken-1 {
4011
4148
  background-color: #43A047 !important;
4149
+ --v-theme-on-surface: #FFFFFF !important;
4012
4150
  color: #FFFFFF !important;
4013
4151
  }
4014
4152
 
4015
4153
  .bg-green-darken-2 {
4016
4154
  background-color: #388E3C !important;
4155
+ --v-theme-on-surface: #FFFFFF !important;
4017
4156
  color: #FFFFFF !important;
4018
4157
  }
4019
4158
 
4020
4159
  .bg-green-darken-3 {
4021
4160
  background-color: #2E7D32 !important;
4161
+ --v-theme-on-surface: #FFFFFF !important;
4022
4162
  color: #FFFFFF !important;
4023
4163
  }
4024
4164
 
4025
4165
  .bg-green-darken-4 {
4026
4166
  background-color: #1B5E20 !important;
4167
+ --v-theme-on-surface: #FFFFFF !important;
4027
4168
  color: #FFFFFF !important;
4028
4169
  }
4029
4170
 
4030
4171
  .bg-green-accent-1 {
4031
4172
  background-color: #B9F6CA !important;
4173
+ --v-theme-on-surface: #000000 !important;
4032
4174
  color: #000000 !important;
4033
4175
  }
4034
4176
 
4035
4177
  .bg-green-accent-2 {
4036
4178
  background-color: #69F0AE !important;
4179
+ --v-theme-on-surface: #000000 !important;
4037
4180
  color: #000000 !important;
4038
4181
  }
4039
4182
 
4040
4183
  .bg-green-accent-3 {
4041
4184
  background-color: #00E676 !important;
4185
+ --v-theme-on-surface: #000000 !important;
4042
4186
  color: #000000 !important;
4043
4187
  }
4044
4188
 
4045
4189
  .bg-green-accent-4 {
4046
4190
  background-color: #00C853 !important;
4191
+ --v-theme-on-surface: #000000 !important;
4047
4192
  color: #000000 !important;
4048
4193
  }
4049
4194
 
4050
4195
  .bg-light-green {
4051
4196
  background-color: #8bc34a !important;
4197
+ --v-theme-on-surface: #000000 !important;
4052
4198
  color: #000000 !important;
4053
4199
  }
4054
4200
 
4055
4201
  .bg-light-green-lighten-5 {
4056
4202
  background-color: #f1f8e9 !important;
4203
+ --v-theme-on-surface: #000000 !important;
4057
4204
  color: #000000 !important;
4058
4205
  }
4059
4206
 
4060
4207
  .bg-light-green-lighten-4 {
4061
4208
  background-color: #dcedc8 !important;
4209
+ --v-theme-on-surface: #000000 !important;
4062
4210
  color: #000000 !important;
4063
4211
  }
4064
4212
 
4065
4213
  .bg-light-green-lighten-3 {
4066
4214
  background-color: #c5e1a5 !important;
4215
+ --v-theme-on-surface: #000000 !important;
4067
4216
  color: #000000 !important;
4068
4217
  }
4069
4218
 
4070
4219
  .bg-light-green-lighten-2 {
4071
4220
  background-color: #aed581 !important;
4221
+ --v-theme-on-surface: #000000 !important;
4072
4222
  color: #000000 !important;
4073
4223
  }
4074
4224
 
4075
4225
  .bg-light-green-lighten-1 {
4076
4226
  background-color: #9ccc65 !important;
4227
+ --v-theme-on-surface: #000000 !important;
4077
4228
  color: #000000 !important;
4078
4229
  }
4079
4230
 
4080
4231
  .bg-light-green-darken-1 {
4081
4232
  background-color: #7cb342 !important;
4233
+ --v-theme-on-surface: #FFFFFF !important;
4082
4234
  color: #FFFFFF !important;
4083
4235
  }
4084
4236
 
4085
4237
  .bg-light-green-darken-2 {
4086
4238
  background-color: #689f38 !important;
4239
+ --v-theme-on-surface: #FFFFFF !important;
4087
4240
  color: #FFFFFF !important;
4088
4241
  }
4089
4242
 
4090
4243
  .bg-light-green-darken-3 {
4091
4244
  background-color: #558b2f !important;
4245
+ --v-theme-on-surface: #FFFFFF !important;
4092
4246
  color: #FFFFFF !important;
4093
4247
  }
4094
4248
 
4095
4249
  .bg-light-green-darken-4 {
4096
4250
  background-color: #33691e !important;
4251
+ --v-theme-on-surface: #FFFFFF !important;
4097
4252
  color: #FFFFFF !important;
4098
4253
  }
4099
4254
 
4100
4255
  .bg-light-green-accent-1 {
4101
4256
  background-color: #ccff90 !important;
4257
+ --v-theme-on-surface: #000000 !important;
4102
4258
  color: #000000 !important;
4103
4259
  }
4104
4260
 
4105
4261
  .bg-light-green-accent-2 {
4106
4262
  background-color: #b2ff59 !important;
4263
+ --v-theme-on-surface: #000000 !important;
4107
4264
  color: #000000 !important;
4108
4265
  }
4109
4266
 
4110
4267
  .bg-light-green-accent-3 {
4111
4268
  background-color: #76ff03 !important;
4269
+ --v-theme-on-surface: #000000 !important;
4112
4270
  color: #000000 !important;
4113
4271
  }
4114
4272
 
4115
4273
  .bg-light-green-accent-4 {
4116
4274
  background-color: #64dd17 !important;
4275
+ --v-theme-on-surface: #000000 !important;
4117
4276
  color: #000000 !important;
4118
4277
  }
4119
4278
 
4120
4279
  .bg-lime {
4121
4280
  background-color: #cddc39 !important;
4281
+ --v-theme-on-surface: #000000 !important;
4122
4282
  color: #000000 !important;
4123
4283
  }
4124
4284
 
4125
4285
  .bg-lime-lighten-5 {
4126
4286
  background-color: #f9fbe7 !important;
4287
+ --v-theme-on-surface: #000000 !important;
4127
4288
  color: #000000 !important;
4128
4289
  }
4129
4290
 
4130
4291
  .bg-lime-lighten-4 {
4131
4292
  background-color: #f0f4c3 !important;
4293
+ --v-theme-on-surface: #000000 !important;
4132
4294
  color: #000000 !important;
4133
4295
  }
4134
4296
 
4135
4297
  .bg-lime-lighten-3 {
4136
4298
  background-color: #e6ee9c !important;
4299
+ --v-theme-on-surface: #000000 !important;
4137
4300
  color: #000000 !important;
4138
4301
  }
4139
4302
 
4140
4303
  .bg-lime-lighten-2 {
4141
4304
  background-color: #dce775 !important;
4305
+ --v-theme-on-surface: #000000 !important;
4142
4306
  color: #000000 !important;
4143
4307
  }
4144
4308
 
4145
4309
  .bg-lime-lighten-1 {
4146
4310
  background-color: #d4e157 !important;
4311
+ --v-theme-on-surface: #000000 !important;
4147
4312
  color: #000000 !important;
4148
4313
  }
4149
4314
 
4150
4315
  .bg-lime-darken-1 {
4151
4316
  background-color: #c0ca33 !important;
4317
+ --v-theme-on-surface: #000000 !important;
4152
4318
  color: #000000 !important;
4153
4319
  }
4154
4320
 
4155
4321
  .bg-lime-darken-2 {
4156
4322
  background-color: #afb42b !important;
4323
+ --v-theme-on-surface: #000000 !important;
4157
4324
  color: #000000 !important;
4158
4325
  }
4159
4326
 
4160
4327
  .bg-lime-darken-3 {
4161
4328
  background-color: #9e9d24 !important;
4329
+ --v-theme-on-surface: #FFFFFF !important;
4162
4330
  color: #FFFFFF !important;
4163
4331
  }
4164
4332
 
4165
4333
  .bg-lime-darken-4 {
4166
4334
  background-color: #827717 !important;
4335
+ --v-theme-on-surface: #FFFFFF !important;
4167
4336
  color: #FFFFFF !important;
4168
4337
  }
4169
4338
 
4170
4339
  .bg-lime-accent-1 {
4171
4340
  background-color: #f4ff81 !important;
4341
+ --v-theme-on-surface: #000000 !important;
4172
4342
  color: #000000 !important;
4173
4343
  }
4174
4344
 
4175
4345
  .bg-lime-accent-2 {
4176
4346
  background-color: #eeff41 !important;
4347
+ --v-theme-on-surface: #000000 !important;
4177
4348
  color: #000000 !important;
4178
4349
  }
4179
4350
 
4180
4351
  .bg-lime-accent-3 {
4181
4352
  background-color: #c6ff00 !important;
4353
+ --v-theme-on-surface: #000000 !important;
4182
4354
  color: #000000 !important;
4183
4355
  }
4184
4356
 
4185
4357
  .bg-lime-accent-4 {
4186
4358
  background-color: #aeea00 !important;
4359
+ --v-theme-on-surface: #000000 !important;
4187
4360
  color: #000000 !important;
4188
4361
  }
4189
4362
 
4190
4363
  .bg-yellow {
4191
4364
  background-color: #ffeb3b !important;
4365
+ --v-theme-on-surface: #000000 !important;
4192
4366
  color: #000000 !important;
4193
4367
  }
4194
4368
 
4195
4369
  .bg-yellow-lighten-5 {
4196
4370
  background-color: #fffde7 !important;
4371
+ --v-theme-on-surface: #000000 !important;
4197
4372
  color: #000000 !important;
4198
4373
  }
4199
4374
 
4200
4375
  .bg-yellow-lighten-4 {
4201
4376
  background-color: #fff9c4 !important;
4377
+ --v-theme-on-surface: #000000 !important;
4202
4378
  color: #000000 !important;
4203
4379
  }
4204
4380
 
4205
4381
  .bg-yellow-lighten-3 {
4206
4382
  background-color: #fff59d !important;
4383
+ --v-theme-on-surface: #000000 !important;
4207
4384
  color: #000000 !important;
4208
4385
  }
4209
4386
 
4210
4387
  .bg-yellow-lighten-2 {
4211
4388
  background-color: #fff176 !important;
4389
+ --v-theme-on-surface: #000000 !important;
4212
4390
  color: #000000 !important;
4213
4391
  }
4214
4392
 
4215
4393
  .bg-yellow-lighten-1 {
4216
4394
  background-color: #ffee58 !important;
4395
+ --v-theme-on-surface: #000000 !important;
4217
4396
  color: #000000 !important;
4218
4397
  }
4219
4398
 
4220
4399
  .bg-yellow-darken-1 {
4221
4400
  background-color: #fdd835 !important;
4401
+ --v-theme-on-surface: #000000 !important;
4222
4402
  color: #000000 !important;
4223
4403
  }
4224
4404
 
4225
4405
  .bg-yellow-darken-2 {
4226
4406
  background-color: #fbc02d !important;
4407
+ --v-theme-on-surface: #000000 !important;
4227
4408
  color: #000000 !important;
4228
4409
  }
4229
4410
 
4230
4411
  .bg-yellow-darken-3 {
4231
4412
  background-color: #f9a825 !important;
4413
+ --v-theme-on-surface: #000000 !important;
4232
4414
  color: #000000 !important;
4233
4415
  }
4234
4416
 
4235
4417
  .bg-yellow-darken-4 {
4236
4418
  background-color: #f57f17 !important;
4419
+ --v-theme-on-surface: #FFFFFF !important;
4237
4420
  color: #FFFFFF !important;
4238
4421
  }
4239
4422
 
4240
4423
  .bg-yellow-accent-1 {
4241
4424
  background-color: #ffff8d !important;
4425
+ --v-theme-on-surface: #000000 !important;
4242
4426
  color: #000000 !important;
4243
4427
  }
4244
4428
 
4245
4429
  .bg-yellow-accent-2 {
4246
4430
  background-color: #ffff00 !important;
4431
+ --v-theme-on-surface: #000000 !important;
4247
4432
  color: #000000 !important;
4248
4433
  }
4249
4434
 
4250
4435
  .bg-yellow-accent-3 {
4251
4436
  background-color: #ffea00 !important;
4437
+ --v-theme-on-surface: #000000 !important;
4252
4438
  color: #000000 !important;
4253
4439
  }
4254
4440
 
4255
4441
  .bg-yellow-accent-4 {
4256
4442
  background-color: #ffd600 !important;
4443
+ --v-theme-on-surface: #000000 !important;
4257
4444
  color: #000000 !important;
4258
4445
  }
4259
4446
 
4260
4447
  .bg-amber {
4261
4448
  background-color: #ffc107 !important;
4449
+ --v-theme-on-surface: #000000 !important;
4262
4450
  color: #000000 !important;
4263
4451
  }
4264
4452
 
4265
4453
  .bg-amber-lighten-5 {
4266
4454
  background-color: #fff8e1 !important;
4455
+ --v-theme-on-surface: #000000 !important;
4267
4456
  color: #000000 !important;
4268
4457
  }
4269
4458
 
4270
4459
  .bg-amber-lighten-4 {
4271
4460
  background-color: #ffecb3 !important;
4461
+ --v-theme-on-surface: #000000 !important;
4272
4462
  color: #000000 !important;
4273
4463
  }
4274
4464
 
4275
4465
  .bg-amber-lighten-3 {
4276
4466
  background-color: #ffe082 !important;
4467
+ --v-theme-on-surface: #000000 !important;
4277
4468
  color: #000000 !important;
4278
4469
  }
4279
4470
 
4280
4471
  .bg-amber-lighten-2 {
4281
4472
  background-color: #ffd54f !important;
4473
+ --v-theme-on-surface: #000000 !important;
4282
4474
  color: #000000 !important;
4283
4475
  }
4284
4476
 
4285
4477
  .bg-amber-lighten-1 {
4286
4478
  background-color: #ffca28 !important;
4479
+ --v-theme-on-surface: #000000 !important;
4287
4480
  color: #000000 !important;
4288
4481
  }
4289
4482
 
4290
4483
  .bg-amber-darken-1 {
4291
4484
  background-color: #ffb300 !important;
4485
+ --v-theme-on-surface: #000000 !important;
4292
4486
  color: #000000 !important;
4293
4487
  }
4294
4488
 
4295
4489
  .bg-amber-darken-2 {
4296
4490
  background-color: #ffa000 !important;
4491
+ --v-theme-on-surface: #000000 !important;
4297
4492
  color: #000000 !important;
4298
4493
  }
4299
4494
 
4300
4495
  .bg-amber-darken-3 {
4301
4496
  background-color: #ff8f00 !important;
4497
+ --v-theme-on-surface: #000000 !important;
4302
4498
  color: #000000 !important;
4303
4499
  }
4304
4500
 
4305
4501
  .bg-amber-darken-4 {
4306
4502
  background-color: #ff6f00 !important;
4503
+ --v-theme-on-surface: #FFFFFF !important;
4307
4504
  color: #FFFFFF !important;
4308
4505
  }
4309
4506
 
4310
4507
  .bg-amber-accent-1 {
4311
4508
  background-color: #ffe57f !important;
4509
+ --v-theme-on-surface: #000000 !important;
4312
4510
  color: #000000 !important;
4313
4511
  }
4314
4512
 
4315
4513
  .bg-amber-accent-2 {
4316
4514
  background-color: #ffd740 !important;
4515
+ --v-theme-on-surface: #000000 !important;
4317
4516
  color: #000000 !important;
4318
4517
  }
4319
4518
 
4320
4519
  .bg-amber-accent-3 {
4321
4520
  background-color: #ffc400 !important;
4521
+ --v-theme-on-surface: #000000 !important;
4322
4522
  color: #000000 !important;
4323
4523
  }
4324
4524
 
4325
4525
  .bg-amber-accent-4 {
4326
4526
  background-color: #ffab00 !important;
4527
+ --v-theme-on-surface: #000000 !important;
4327
4528
  color: #000000 !important;
4328
4529
  }
4329
4530
 
4330
4531
  .bg-orange {
4331
4532
  background-color: #ff9800 !important;
4533
+ --v-theme-on-surface: #000000 !important;
4332
4534
  color: #000000 !important;
4333
4535
  }
4334
4536
 
4335
4537
  .bg-orange-lighten-5 {
4336
4538
  background-color: #fff3e0 !important;
4539
+ --v-theme-on-surface: #000000 !important;
4337
4540
  color: #000000 !important;
4338
4541
  }
4339
4542
 
4340
4543
  .bg-orange-lighten-4 {
4341
4544
  background-color: #ffe0b2 !important;
4545
+ --v-theme-on-surface: #000000 !important;
4342
4546
  color: #000000 !important;
4343
4547
  }
4344
4548
 
4345
4549
  .bg-orange-lighten-3 {
4346
4550
  background-color: #ffcc80 !important;
4551
+ --v-theme-on-surface: #000000 !important;
4347
4552
  color: #000000 !important;
4348
4553
  }
4349
4554
 
4350
4555
  .bg-orange-lighten-2 {
4351
4556
  background-color: #ffb74d !important;
4557
+ --v-theme-on-surface: #000000 !important;
4352
4558
  color: #000000 !important;
4353
4559
  }
4354
4560
 
4355
4561
  .bg-orange-lighten-1 {
4356
4562
  background-color: #ffa726 !important;
4563
+ --v-theme-on-surface: #000000 !important;
4357
4564
  color: #000000 !important;
4358
4565
  }
4359
4566
 
4360
4567
  .bg-orange-darken-1 {
4361
4568
  background-color: #fb8c00 !important;
4569
+ --v-theme-on-surface: #FFFFFF !important;
4362
4570
  color: #FFFFFF !important;
4363
4571
  }
4364
4572
 
4365
4573
  .bg-orange-darken-2 {
4366
4574
  background-color: #f57c00 !important;
4575
+ --v-theme-on-surface: #FFFFFF !important;
4367
4576
  color: #FFFFFF !important;
4368
4577
  }
4369
4578
 
4370
4579
  .bg-orange-darken-3 {
4371
4580
  background-color: #ef6c00 !important;
4581
+ --v-theme-on-surface: #FFFFFF !important;
4372
4582
  color: #FFFFFF !important;
4373
4583
  }
4374
4584
 
4375
4585
  .bg-orange-darken-4 {
4376
4586
  background-color: #e65100 !important;
4587
+ --v-theme-on-surface: #FFFFFF !important;
4377
4588
  color: #FFFFFF !important;
4378
4589
  }
4379
4590
 
4380
4591
  .bg-orange-accent-1 {
4381
4592
  background-color: #ffd180 !important;
4593
+ --v-theme-on-surface: #000000 !important;
4382
4594
  color: #000000 !important;
4383
4595
  }
4384
4596
 
4385
4597
  .bg-orange-accent-2 {
4386
4598
  background-color: #ffab40 !important;
4599
+ --v-theme-on-surface: #000000 !important;
4387
4600
  color: #000000 !important;
4388
4601
  }
4389
4602
 
4390
4603
  .bg-orange-accent-3 {
4391
4604
  background-color: #ff9100 !important;
4605
+ --v-theme-on-surface: #000000 !important;
4392
4606
  color: #000000 !important;
4393
4607
  }
4394
4608
 
4395
4609
  .bg-orange-accent-4 {
4396
4610
  background-color: #ff6d00 !important;
4611
+ --v-theme-on-surface: #FFFFFF !important;
4397
4612
  color: #FFFFFF !important;
4398
4613
  }
4399
4614
 
4400
4615
  .bg-deep-orange {
4401
4616
  background-color: #ff5722 !important;
4617
+ --v-theme-on-surface: #FFFFFF !important;
4402
4618
  color: #FFFFFF !important;
4403
4619
  }
4404
4620
 
4405
4621
  .bg-deep-orange-lighten-5 {
4406
4622
  background-color: #fbe9e7 !important;
4623
+ --v-theme-on-surface: #000000 !important;
4407
4624
  color: #000000 !important;
4408
4625
  }
4409
4626
 
4410
4627
  .bg-deep-orange-lighten-4 {
4411
4628
  background-color: #ffccbc !important;
4629
+ --v-theme-on-surface: #000000 !important;
4412
4630
  color: #000000 !important;
4413
4631
  }
4414
4632
 
4415
4633
  .bg-deep-orange-lighten-3 {
4416
4634
  background-color: #ffab91 !important;
4635
+ --v-theme-on-surface: #000000 !important;
4417
4636
  color: #000000 !important;
4418
4637
  }
4419
4638
 
4420
4639
  .bg-deep-orange-lighten-2 {
4421
4640
  background-color: #ff8a65 !important;
4641
+ --v-theme-on-surface: #000000 !important;
4422
4642
  color: #000000 !important;
4423
4643
  }
4424
4644
 
4425
4645
  .bg-deep-orange-lighten-1 {
4426
4646
  background-color: #ff7043 !important;
4647
+ --v-theme-on-surface: #FFFFFF !important;
4427
4648
  color: #FFFFFF !important;
4428
4649
  }
4429
4650
 
4430
4651
  .bg-deep-orange-darken-1 {
4431
4652
  background-color: #f4511e !important;
4653
+ --v-theme-on-surface: #FFFFFF !important;
4432
4654
  color: #FFFFFF !important;
4433
4655
  }
4434
4656
 
4435
4657
  .bg-deep-orange-darken-2 {
4436
4658
  background-color: #e64a19 !important;
4659
+ --v-theme-on-surface: #FFFFFF !important;
4437
4660
  color: #FFFFFF !important;
4438
4661
  }
4439
4662
 
4440
4663
  .bg-deep-orange-darken-3 {
4441
4664
  background-color: #d84315 !important;
4665
+ --v-theme-on-surface: #FFFFFF !important;
4442
4666
  color: #FFFFFF !important;
4443
4667
  }
4444
4668
 
4445
4669
  .bg-deep-orange-darken-4 {
4446
4670
  background-color: #bf360c !important;
4671
+ --v-theme-on-surface: #FFFFFF !important;
4447
4672
  color: #FFFFFF !important;
4448
4673
  }
4449
4674
 
4450
4675
  .bg-deep-orange-accent-1 {
4451
4676
  background-color: #ff9e80 !important;
4677
+ --v-theme-on-surface: #000000 !important;
4452
4678
  color: #000000 !important;
4453
4679
  }
4454
4680
 
4455
4681
  .bg-deep-orange-accent-2 {
4456
4682
  background-color: #ff6e40 !important;
4683
+ --v-theme-on-surface: #FFFFFF !important;
4457
4684
  color: #FFFFFF !important;
4458
4685
  }
4459
4686
 
4460
4687
  .bg-deep-orange-accent-3 {
4461
4688
  background-color: #ff3d00 !important;
4689
+ --v-theme-on-surface: #FFFFFF !important;
4462
4690
  color: #FFFFFF !important;
4463
4691
  }
4464
4692
 
4465
4693
  .bg-deep-orange-accent-4 {
4466
4694
  background-color: #dd2c00 !important;
4695
+ --v-theme-on-surface: #FFFFFF !important;
4467
4696
  color: #FFFFFF !important;
4468
4697
  }
4469
4698
 
4470
4699
  .bg-brown {
4471
4700
  background-color: #795548 !important;
4701
+ --v-theme-on-surface: #FFFFFF !important;
4472
4702
  color: #FFFFFF !important;
4473
4703
  }
4474
4704
 
4475
4705
  .bg-brown-lighten-5 {
4476
4706
  background-color: #efebe9 !important;
4707
+ --v-theme-on-surface: #000000 !important;
4477
4708
  color: #000000 !important;
4478
4709
  }
4479
4710
 
4480
4711
  .bg-brown-lighten-4 {
4481
4712
  background-color: #d7ccc8 !important;
4713
+ --v-theme-on-surface: #000000 !important;
4482
4714
  color: #000000 !important;
4483
4715
  }
4484
4716
 
4485
4717
  .bg-brown-lighten-3 {
4486
4718
  background-color: #bcaaa4 !important;
4719
+ --v-theme-on-surface: #000000 !important;
4487
4720
  color: #000000 !important;
4488
4721
  }
4489
4722
 
4490
4723
  .bg-brown-lighten-2 {
4491
4724
  background-color: #a1887f !important;
4725
+ --v-theme-on-surface: #FFFFFF !important;
4492
4726
  color: #FFFFFF !important;
4493
4727
  }
4494
4728
 
4495
4729
  .bg-brown-lighten-1 {
4496
4730
  background-color: #8d6e63 !important;
4731
+ --v-theme-on-surface: #FFFFFF !important;
4497
4732
  color: #FFFFFF !important;
4498
4733
  }
4499
4734
 
4500
4735
  .bg-brown-darken-1 {
4501
4736
  background-color: #6d4c41 !important;
4737
+ --v-theme-on-surface: #FFFFFF !important;
4502
4738
  color: #FFFFFF !important;
4503
4739
  }
4504
4740
 
4505
4741
  .bg-brown-darken-2 {
4506
4742
  background-color: #5d4037 !important;
4743
+ --v-theme-on-surface: #FFFFFF !important;
4507
4744
  color: #FFFFFF !important;
4508
4745
  }
4509
4746
 
4510
4747
  .bg-brown-darken-3 {
4511
4748
  background-color: #4e342e !important;
4749
+ --v-theme-on-surface: #FFFFFF !important;
4512
4750
  color: #FFFFFF !important;
4513
4751
  }
4514
4752
 
4515
4753
  .bg-brown-darken-4 {
4516
4754
  background-color: #3e2723 !important;
4755
+ --v-theme-on-surface: #FFFFFF !important;
4517
4756
  color: #FFFFFF !important;
4518
4757
  }
4519
4758
 
4520
4759
  .bg-blue-grey {
4521
4760
  background-color: #607d8b !important;
4761
+ --v-theme-on-surface: #FFFFFF !important;
4522
4762
  color: #FFFFFF !important;
4523
4763
  }
4524
4764
 
4525
4765
  .bg-blue-grey-lighten-5 {
4526
4766
  background-color: #eceff1 !important;
4767
+ --v-theme-on-surface: #000000 !important;
4527
4768
  color: #000000 !important;
4528
4769
  }
4529
4770
 
4530
4771
  .bg-blue-grey-lighten-4 {
4531
4772
  background-color: #cfd8dc !important;
4773
+ --v-theme-on-surface: #000000 !important;
4532
4774
  color: #000000 !important;
4533
4775
  }
4534
4776
 
4535
4777
  .bg-blue-grey-lighten-3 {
4536
4778
  background-color: #b0bec5 !important;
4779
+ --v-theme-on-surface: #000000 !important;
4537
4780
  color: #000000 !important;
4538
4781
  }
4539
4782
 
4540
4783
  .bg-blue-grey-lighten-2 {
4541
4784
  background-color: #90a4ae !important;
4785
+ --v-theme-on-surface: #FFFFFF !important;
4542
4786
  color: #FFFFFF !important;
4543
4787
  }
4544
4788
 
4545
4789
  .bg-blue-grey-lighten-1 {
4546
4790
  background-color: #78909c !important;
4791
+ --v-theme-on-surface: #FFFFFF !important;
4547
4792
  color: #FFFFFF !important;
4548
4793
  }
4549
4794
 
4550
4795
  .bg-blue-grey-darken-1 {
4551
4796
  background-color: #546e7a !important;
4797
+ --v-theme-on-surface: #FFFFFF !important;
4552
4798
  color: #FFFFFF !important;
4553
4799
  }
4554
4800
 
4555
4801
  .bg-blue-grey-darken-2 {
4556
4802
  background-color: #455a64 !important;
4803
+ --v-theme-on-surface: #FFFFFF !important;
4557
4804
  color: #FFFFFF !important;
4558
4805
  }
4559
4806
 
4560
4807
  .bg-blue-grey-darken-3 {
4561
4808
  background-color: #37474f !important;
4809
+ --v-theme-on-surface: #FFFFFF !important;
4562
4810
  color: #FFFFFF !important;
4563
4811
  }
4564
4812
 
4565
4813
  .bg-blue-grey-darken-4 {
4566
4814
  background-color: #263238 !important;
4815
+ --v-theme-on-surface: #FFFFFF !important;
4567
4816
  color: #FFFFFF !important;
4568
4817
  }
4569
4818
 
4570
4819
  .bg-grey {
4571
4820
  background-color: #9e9e9e !important;
4821
+ --v-theme-on-surface: #FFFFFF !important;
4572
4822
  color: #FFFFFF !important;
4573
4823
  }
4574
4824
 
4575
4825
  .bg-grey-lighten-5 {
4576
4826
  background-color: #fafafa !important;
4827
+ --v-theme-on-surface: #000000 !important;
4577
4828
  color: #000000 !important;
4578
4829
  }
4579
4830
 
4580
4831
  .bg-grey-lighten-4 {
4581
4832
  background-color: #f5f5f5 !important;
4833
+ --v-theme-on-surface: #000000 !important;
4582
4834
  color: #000000 !important;
4583
4835
  }
4584
4836
 
4585
4837
  .bg-grey-lighten-3 {
4586
4838
  background-color: #eeeeee !important;
4839
+ --v-theme-on-surface: #000000 !important;
4587
4840
  color: #000000 !important;
4588
4841
  }
4589
4842
 
4590
4843
  .bg-grey-lighten-2 {
4591
4844
  background-color: #e0e0e0 !important;
4845
+ --v-theme-on-surface: #000000 !important;
4592
4846
  color: #000000 !important;
4593
4847
  }
4594
4848
 
4595
4849
  .bg-grey-lighten-1 {
4596
4850
  background-color: #bdbdbd !important;
4851
+ --v-theme-on-surface: #000000 !important;
4597
4852
  color: #000000 !important;
4598
4853
  }
4599
4854
 
4600
4855
  .bg-grey-darken-1 {
4601
4856
  background-color: #757575 !important;
4857
+ --v-theme-on-surface: #FFFFFF !important;
4602
4858
  color: #FFFFFF !important;
4603
4859
  }
4604
4860
 
4605
4861
  .bg-grey-darken-2 {
4606
4862
  background-color: #616161 !important;
4863
+ --v-theme-on-surface: #FFFFFF !important;
4607
4864
  color: #FFFFFF !important;
4608
4865
  }
4609
4866
 
4610
4867
  .bg-grey-darken-3 {
4611
4868
  background-color: #424242 !important;
4869
+ --v-theme-on-surface: #FFFFFF !important;
4612
4870
  color: #FFFFFF !important;
4613
4871
  }
4614
4872
 
4615
4873
  .bg-grey-darken-4 {
4616
4874
  background-color: #212121 !important;
4875
+ --v-theme-on-surface: #FFFFFF !important;
4617
4876
  color: #FFFFFF !important;
4618
4877
  }
4619
4878
 
4620
4879
  .bg-shades-black {
4621
4880
  background-color: #000000 !important;
4881
+ --v-theme-on-surface: #FFFFFF !important;
4622
4882
  color: #FFFFFF !important;
4623
4883
  }
4624
4884
 
4625
4885
  .bg-shades-white {
4626
4886
  background-color: #FFFFFF !important;
4887
+ --v-theme-on-surface: #000000 !important;
4627
4888
  color: #000000 !important;
4628
4889
  }
4629
4890
 
4630
4891
  .bg-shades-transparent {
4631
4892
  background-color: transparent !important;
4893
+ --v-theme-on-surface: currentColor !important;
4632
4894
  color: currentColor !important;
4633
4895
  }
4634
4896