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