@omnia/runtime 8.0.13-vnext → 8.0.15-vnext

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.
@@ -5553,122 +5553,24 @@ progress {
5553
5553
  cursor: default;
5554
5554
  }
5555
5555
 
5556
- .elevation-24 {
5557
- box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5558
- }
5559
-
5560
- .elevation-23 {
5561
- box-shadow: 0px 11px 14px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 23px 36px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 44px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5562
- }
5563
-
5564
- .elevation-22 {
5565
- box-shadow: 0px 10px 14px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 22px 35px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 8px 42px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5566
- }
5567
-
5568
- .elevation-21 {
5569
- box-shadow: 0px 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 21px 33px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 8px 40px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5570
- }
5571
-
5572
- .elevation-20 {
5573
- box-shadow: 0px 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 20px 31px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 8px 38px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5574
- }
5575
-
5576
- .elevation-19 {
5577
- box-shadow: 0px 9px 12px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 19px 29px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 7px 36px 6px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5578
- }
5579
-
5580
- .elevation-18 {
5581
- box-shadow: 0px 9px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 18px 28px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 7px 34px 6px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5582
- }
5583
-
5584
- .elevation-17 {
5585
- box-shadow: 0px 8px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 17px 26px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 32px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5586
- }
5587
-
5588
- .elevation-16 {
5589
- box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5590
- }
5591
-
5592
- .elevation-15 {
5593
- box-shadow: 0px 8px 9px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 15px 22px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 28px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5594
- }
5595
-
5596
- .elevation-14 {
5597
- box-shadow: 0px 7px 9px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 14px 21px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 26px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5598
- }
5599
-
5600
- .elevation-13 {
5601
- box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 13px 19px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 24px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5602
- }
5603
-
5604
- .elevation-12 {
5605
- box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5606
- }
5607
-
5608
- .elevation-11 {
5609
- box-shadow: 0px 6px 7px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 11px 15px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 4px 20px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5610
- }
5611
-
5612
- .elevation-10 {
5613
- box-shadow: 0px 6px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 10px 14px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 4px 18px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5614
- }
5615
-
5616
- .elevation-9 {
5617
- box-shadow: 0px 5px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 9px 12px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 16px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5618
- }
5619
-
5620
- .elevation-8 {
5621
- box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5622
- }
5623
-
5624
- .elevation-7 {
5625
- box-shadow: 0px 4px 5px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 7px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 2px 16px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5626
- }
5627
-
5628
- .elevation-6 {
5629
- box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5630
- }
5631
-
5632
- .elevation-5 {
5633
- box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 5px 8px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 14px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5634
- }
5635
-
5636
- .elevation-4 {
5637
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5638
- }
5639
-
5640
- .elevation-3 {
5641
- box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5642
- }
5643
-
5644
- .elevation-2 {
5645
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5646
- }
5647
-
5648
- .elevation-1 {
5649
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5650
- }
5651
-
5652
- .elevation-0 {
5653
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
5654
- }
5655
-
5656
5556
  .dialog-transition-enter-active,
5657
5557
  .dialog-bottom-transition-enter-active,
5658
5558
  .dialog-top-transition-enter-active {
5659
- transition: 225ms cubic-bezier(0, 0, 0.2, 1);
5559
+ transition-duration: 225ms !important;
5560
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
5660
5561
  }
5661
5562
  .dialog-transition-leave-active,
5662
5563
  .dialog-bottom-transition-leave-active,
5663
5564
  .dialog-top-transition-leave-active {
5664
- transition: 125ms cubic-bezier(0.4, 0, 1, 1);
5565
+ transition-duration: 125ms !important;
5566
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
5665
5567
  }
5666
5568
  .dialog-transition-enter-active, .dialog-transition-leave-active,
5667
5569
  .dialog-bottom-transition-enter-active,
5668
5570
  .dialog-bottom-transition-leave-active,
5669
5571
  .dialog-top-transition-enter-active,
5670
5572
  .dialog-top-transition-leave-active {
5671
- transition-property: transform, opacity;
5573
+ transition-property: transform, opacity !important;
5672
5574
  pointer-events: none;
5673
5575
  }
5674
5576
 
@@ -5690,15 +5592,19 @@ progress {
5690
5592
 
5691
5593
  .picker-transition-enter-active,
5692
5594
  .picker-reverse-transition-enter-active {
5693
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5595
+ transition-duration: 0.3s !important;
5596
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5694
5597
  }
5695
5598
  .picker-transition-leave-active,
5696
5599
  .picker-reverse-transition-leave-active {
5697
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5600
+ transition-duration: 0.3s !important;
5601
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5698
5602
  }
5699
5603
  .picker-transition-move,
5700
5604
  .picker-reverse-transition-move {
5701
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
5605
+ transition-duration: 0.5s !important;
5606
+ transition-property: transform !important;
5607
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5702
5608
  }
5703
5609
  .picker-transition-enter-from, .picker-transition-leave-to,
5704
5610
  .picker-reverse-transition-enter-from,
@@ -5711,15 +5617,24 @@ progress {
5711
5617
  .picker-reverse-transition-leave-to {
5712
5618
  position: absolute !important;
5713
5619
  }
5620
+ .picker-transition-enter-active, .picker-transition-leave-active,
5621
+ .picker-reverse-transition-enter-active,
5622
+ .picker-reverse-transition-leave-active {
5623
+ transition-property: transform, opacity !important;
5624
+ }
5714
5625
 
5715
5626
  .picker-transition-enter-active {
5716
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5627
+ transition-duration: 0.3s !important;
5628
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5717
5629
  }
5718
5630
  .picker-transition-leave-active {
5719
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5631
+ transition-duration: 0.3s !important;
5632
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5720
5633
  }
5721
5634
  .picker-transition-move {
5722
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
5635
+ transition-duration: 0.5s !important;
5636
+ transition-property: transform !important;
5637
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5723
5638
  }
5724
5639
  .picker-transition-enter-from {
5725
5640
  transform: translate(0, 100%);
@@ -5729,13 +5644,17 @@ progress {
5729
5644
  }
5730
5645
 
5731
5646
  .picker-reverse-transition-enter-active {
5732
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5647
+ transition-duration: 0.3s !important;
5648
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5733
5649
  }
5734
5650
  .picker-reverse-transition-leave-active {
5735
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5651
+ transition-duration: 0.3s !important;
5652
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5736
5653
  }
5737
5654
  .picker-reverse-transition-move {
5738
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
5655
+ transition-duration: 0.5s !important;
5656
+ transition-property: transform !important;
5657
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5739
5658
  }
5740
5659
  .picker-reverse-transition-enter-from {
5741
5660
  transform: translate(0, -100%);
@@ -5745,75 +5664,132 @@ progress {
5745
5664
  }
5746
5665
 
5747
5666
  .expand-transition-enter-active {
5748
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5667
+ transition-duration: 0.3s !important;
5668
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5749
5669
  }
5750
5670
  .expand-transition-leave-active {
5751
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5671
+ transition-duration: 0.3s !important;
5672
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5752
5673
  }
5753
5674
  .expand-transition-move {
5754
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
5675
+ transition-duration: 0.5s !important;
5676
+ transition-property: transform !important;
5677
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5678
+ }
5679
+ .expand-transition-enter-active, .expand-transition-leave-active {
5680
+ transition-property: height !important;
5755
5681
  }
5756
5682
 
5757
5683
  .expand-x-transition-enter-active {
5758
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5684
+ transition-duration: 0.3s !important;
5685
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5759
5686
  }
5760
5687
  .expand-x-transition-leave-active {
5761
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5688
+ transition-duration: 0.3s !important;
5689
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5762
5690
  }
5763
5691
  .expand-x-transition-move {
5764
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
5692
+ transition-duration: 0.5s !important;
5693
+ transition-property: transform !important;
5694
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5695
+ }
5696
+ .expand-x-transition-enter-active, .expand-x-transition-leave-active {
5697
+ transition-property: width !important;
5765
5698
  }
5766
5699
 
5767
5700
  .scale-transition-enter-active {
5768
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5701
+ transition-duration: 0.3s !important;
5702
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5769
5703
  }
5770
5704
  .scale-transition-leave-active {
5771
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5705
+ transition-duration: 0.3s !important;
5706
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5772
5707
  }
5773
5708
  .scale-transition-move {
5774
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
5709
+ transition-duration: 0.5s !important;
5710
+ transition-property: transform !important;
5711
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5712
+ }
5713
+ .scale-transition-leave-to {
5714
+ opacity: 0;
5715
+ }
5716
+ .scale-transition-leave-active {
5717
+ transition-duration: 100ms !important;
5775
5718
  }
5776
- .scale-transition-enter-from, .scale-transition-leave-from, .scale-transition-leave-to {
5719
+ .scale-transition-enter-from {
5777
5720
  opacity: 0;
5778
5721
  transform: scale(0);
5779
5722
  }
5723
+ .scale-transition-enter-active, .scale-transition-leave-active {
5724
+ transition-property: transform, opacity !important;
5725
+ }
5780
5726
 
5781
5727
  .scale-rotate-transition-enter-active {
5782
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5728
+ transition-duration: 0.3s !important;
5729
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5783
5730
  }
5784
5731
  .scale-rotate-transition-leave-active {
5785
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5732
+ transition-duration: 0.3s !important;
5733
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5786
5734
  }
5787
5735
  .scale-rotate-transition-move {
5788
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
5736
+ transition-duration: 0.5s !important;
5737
+ transition-property: transform !important;
5738
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5789
5739
  }
5790
- .scale-rotate-transition-enter-from, .scale-rotate-transition-leave, .scale-rotate-transition-leave-to {
5740
+ .scale-rotate-transition-leave-to {
5741
+ opacity: 0;
5742
+ }
5743
+ .scale-rotate-transition-leave-active {
5744
+ transition-duration: 100ms !important;
5745
+ }
5746
+ .scale-rotate-transition-enter-from {
5791
5747
  opacity: 0;
5792
5748
  transform: scale(0) rotate(-45deg);
5793
5749
  }
5750
+ .scale-rotate-transition-enter-active, .scale-rotate-transition-leave-active {
5751
+ transition-property: transform, opacity !important;
5752
+ }
5794
5753
 
5795
5754
  .scale-rotate-reverse-transition-enter-active {
5796
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5755
+ transition-duration: 0.3s !important;
5756
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5797
5757
  }
5798
5758
  .scale-rotate-reverse-transition-leave-active {
5799
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5759
+ transition-duration: 0.3s !important;
5760
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5800
5761
  }
5801
5762
  .scale-rotate-reverse-transition-move {
5802
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
5763
+ transition-duration: 0.5s !important;
5764
+ transition-property: transform !important;
5765
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5766
+ }
5767
+ .scale-rotate-reverse-transition-leave-to {
5768
+ opacity: 0;
5769
+ }
5770
+ .scale-rotate-reverse-transition-leave-active {
5771
+ transition-duration: 100ms !important;
5803
5772
  }
5804
- .scale-rotate-reverse-transition-enter-from, .scale-rotate-reverse-transition-leave-from, .scale-rotate-reverse-transition-leave-to {
5773
+ .scale-rotate-reverse-transition-enter-from {
5805
5774
  opacity: 0;
5806
5775
  transform: scale(0) rotate(45deg);
5807
5776
  }
5777
+ .scale-rotate-reverse-transition-enter-active, .scale-rotate-reverse-transition-leave-active {
5778
+ transition-property: transform, opacity !important;
5779
+ }
5808
5780
 
5809
5781
  .message-transition-enter-active {
5810
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5782
+ transition-duration: 0.3s !important;
5783
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5811
5784
  }
5812
5785
  .message-transition-leave-active {
5813
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5786
+ transition-duration: 0.3s !important;
5787
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5814
5788
  }
5815
5789
  .message-transition-move {
5816
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
5790
+ transition-duration: 0.5s !important;
5791
+ transition-property: transform !important;
5792
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5817
5793
  }
5818
5794
  .message-transition-enter-from, .message-transition-leave-to {
5819
5795
  opacity: 0;
@@ -5822,43 +5798,64 @@ progress {
5822
5798
  .message-transition-leave-from, .message-transition-leave-active {
5823
5799
  position: absolute;
5824
5800
  }
5801
+ .message-transition-enter-active, .message-transition-leave-active {
5802
+ transition-property: transform, opacity !important;
5803
+ }
5825
5804
 
5826
5805
  .slide-y-transition-enter-active {
5827
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5806
+ transition-duration: 0.3s !important;
5807
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5828
5808
  }
5829
5809
  .slide-y-transition-leave-active {
5830
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5810
+ transition-duration: 0.3s !important;
5811
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5831
5812
  }
5832
5813
  .slide-y-transition-move {
5833
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
5814
+ transition-duration: 0.5s !important;
5815
+ transition-property: transform !important;
5816
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5834
5817
  }
5835
5818
  .slide-y-transition-enter-from, .slide-y-transition-leave-to {
5836
5819
  opacity: 0;
5837
5820
  transform: translateY(-15px);
5838
5821
  }
5822
+ .slide-y-transition-enter-active, .slide-y-transition-leave-active {
5823
+ transition-property: transform, opacity !important;
5824
+ }
5839
5825
 
5840
5826
  .slide-y-reverse-transition-enter-active {
5841
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5827
+ transition-duration: 0.3s !important;
5828
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5842
5829
  }
5843
5830
  .slide-y-reverse-transition-leave-active {
5844
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5831
+ transition-duration: 0.3s !important;
5832
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5845
5833
  }
5846
5834
  .slide-y-reverse-transition-move {
5847
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
5835
+ transition-duration: 0.5s !important;
5836
+ transition-property: transform !important;
5837
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5848
5838
  }
5849
5839
  .slide-y-reverse-transition-enter-from, .slide-y-reverse-transition-leave-to {
5850
5840
  opacity: 0;
5851
5841
  transform: translateY(15px);
5852
5842
  }
5843
+ .slide-y-reverse-transition-enter-active, .slide-y-reverse-transition-leave-active {
5844
+ transition-property: transform, opacity !important;
5845
+ }
5853
5846
 
5854
5847
  .scroll-y-transition-enter-active {
5855
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5848
+ transition-duration: 0.3s !important;
5849
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5856
5850
  }
5857
5851
  .scroll-y-transition-leave-active {
5858
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5852
+ transition-duration: 0.3s !important;
5853
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5859
5854
  }
5860
5855
  .scroll-y-transition-move {
5861
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
5856
+ transition-duration: 0.5s !important;
5857
+ transition-property: transform !important;
5858
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5862
5859
  }
5863
5860
  .scroll-y-transition-enter-from, .scroll-y-transition-leave-to {
5864
5861
  opacity: 0;
@@ -5869,15 +5866,22 @@ progress {
5869
5866
  .scroll-y-transition-leave-to {
5870
5867
  transform: translateY(15px);
5871
5868
  }
5869
+ .scroll-y-transition-enter-active, .scroll-y-transition-leave-active {
5870
+ transition-property: transform, opacity !important;
5871
+ }
5872
5872
 
5873
5873
  .scroll-y-reverse-transition-enter-active {
5874
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5874
+ transition-duration: 0.3s !important;
5875
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5875
5876
  }
5876
5877
  .scroll-y-reverse-transition-leave-active {
5877
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5878
+ transition-duration: 0.3s !important;
5879
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5878
5880
  }
5879
5881
  .scroll-y-reverse-transition-move {
5880
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
5882
+ transition-duration: 0.5s !important;
5883
+ transition-property: transform !important;
5884
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5881
5885
  }
5882
5886
  .scroll-y-reverse-transition-enter-from, .scroll-y-reverse-transition-leave-to {
5883
5887
  opacity: 0;
@@ -5888,15 +5892,22 @@ progress {
5888
5892
  .scroll-y-reverse-transition-leave-to {
5889
5893
  transform: translateY(-15px);
5890
5894
  }
5895
+ .scroll-y-reverse-transition-enter-active, .scroll-y-reverse-transition-leave-active {
5896
+ transition-property: transform, opacity !important;
5897
+ }
5891
5898
 
5892
5899
  .scroll-x-transition-enter-active {
5893
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5900
+ transition-duration: 0.3s !important;
5901
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5894
5902
  }
5895
5903
  .scroll-x-transition-leave-active {
5896
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5904
+ transition-duration: 0.3s !important;
5905
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5897
5906
  }
5898
5907
  .scroll-x-transition-move {
5899
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
5908
+ transition-duration: 0.5s !important;
5909
+ transition-property: transform !important;
5910
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5900
5911
  }
5901
5912
  .scroll-x-transition-enter-from, .scroll-x-transition-leave-to {
5902
5913
  opacity: 0;
@@ -5907,15 +5918,22 @@ progress {
5907
5918
  .scroll-x-transition-leave-to {
5908
5919
  transform: translateX(15px);
5909
5920
  }
5921
+ .scroll-x-transition-enter-active, .scroll-x-transition-leave-active {
5922
+ transition-property: transform, opacity !important;
5923
+ }
5910
5924
 
5911
5925
  .scroll-x-reverse-transition-enter-active {
5912
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5926
+ transition-duration: 0.3s !important;
5927
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5913
5928
  }
5914
5929
  .scroll-x-reverse-transition-leave-active {
5915
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5930
+ transition-duration: 0.3s !important;
5931
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5916
5932
  }
5917
5933
  .scroll-x-reverse-transition-move {
5918
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
5934
+ transition-duration: 0.5s !important;
5935
+ transition-property: transform !important;
5936
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5919
5937
  }
5920
5938
  .scroll-x-reverse-transition-enter-from, .scroll-x-reverse-transition-leave-to {
5921
5939
  opacity: 0;
@@ -5926,60 +5944,91 @@ progress {
5926
5944
  .scroll-x-reverse-transition-leave-to {
5927
5945
  transform: translateX(-15px);
5928
5946
  }
5947
+ .scroll-x-reverse-transition-enter-active, .scroll-x-reverse-transition-leave-active {
5948
+ transition-property: transform, opacity !important;
5949
+ }
5929
5950
 
5930
5951
  .slide-x-transition-enter-active {
5931
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5952
+ transition-duration: 0.3s !important;
5953
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5932
5954
  }
5933
5955
  .slide-x-transition-leave-active {
5934
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5956
+ transition-duration: 0.3s !important;
5957
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5935
5958
  }
5936
5959
  .slide-x-transition-move {
5937
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
5960
+ transition-duration: 0.5s !important;
5961
+ transition-property: transform !important;
5962
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5938
5963
  }
5939
5964
  .slide-x-transition-enter-from, .slide-x-transition-leave-to {
5940
5965
  opacity: 0;
5941
5966
  transform: translateX(-15px);
5942
5967
  }
5968
+ .slide-x-transition-enter-active, .slide-x-transition-leave-active {
5969
+ transition-property: transform, opacity !important;
5970
+ }
5943
5971
 
5944
5972
  .slide-x-reverse-transition-enter-active {
5945
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5973
+ transition-duration: 0.3s !important;
5974
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5946
5975
  }
5947
5976
  .slide-x-reverse-transition-leave-active {
5948
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5977
+ transition-duration: 0.3s !important;
5978
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5949
5979
  }
5950
5980
  .slide-x-reverse-transition-move {
5951
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
5981
+ transition-duration: 0.5s !important;
5982
+ transition-property: transform !important;
5983
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5952
5984
  }
5953
5985
  .slide-x-reverse-transition-enter-from, .slide-x-reverse-transition-leave-to {
5954
5986
  opacity: 0;
5955
5987
  transform: translateX(15px);
5956
5988
  }
5989
+ .slide-x-reverse-transition-enter-active, .slide-x-reverse-transition-leave-active {
5990
+ transition-property: transform, opacity !important;
5991
+ }
5957
5992
 
5958
5993
  .fade-transition-enter-active {
5959
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5994
+ transition-duration: 0.3s !important;
5995
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5960
5996
  }
5961
5997
  .fade-transition-leave-active {
5962
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
5998
+ transition-duration: 0.3s !important;
5999
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5963
6000
  }
5964
6001
  .fade-transition-move {
5965
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
6002
+ transition-duration: 0.5s !important;
6003
+ transition-property: transform !important;
6004
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5966
6005
  }
5967
6006
  .fade-transition-enter-from, .fade-transition-leave-to {
5968
6007
  opacity: 0 !important;
5969
6008
  }
6009
+ .fade-transition-enter-active, .fade-transition-leave-active {
6010
+ transition-property: opacity !important;
6011
+ }
5970
6012
 
5971
6013
  .fab-transition-enter-active {
5972
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
6014
+ transition-duration: 0.3s !important;
6015
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5973
6016
  }
5974
6017
  .fab-transition-leave-active {
5975
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
6018
+ transition-duration: 0.3s !important;
6019
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5976
6020
  }
5977
6021
  .fab-transition-move {
5978
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
6022
+ transition-duration: 0.5s !important;
6023
+ transition-property: transform !important;
6024
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
5979
6025
  }
5980
6026
  .fab-transition-enter-from, .fab-transition-leave-to {
5981
6027
  transform: scale(0) rotate(-45deg);
5982
6028
  }
6029
+ .fab-transition-enter-active, .fab-transition-leave-active {
6030
+ transition-property: transform !important;
6031
+ }
5983
6032
 
5984
6033
  .v-locale--is-rtl {
5985
6034
  direction: rtl;
@@ -6010,10 +6059,6 @@ html.overflow-y-hidden {
6010
6059
  }
6011
6060
 
6012
6061
  :root {
6013
- --v-theme-background: #fff;
6014
- --v-theme-on-background: #000;
6015
- --v-theme-surface: #fff;
6016
- --v-theme-on-surface: #000;
6017
6062
  --v-theme-overlay-multiplier: 1;
6018
6063
  --v-scrollbar-offset: 0px;
6019
6064
  }
@@ -6119,6 +6164,106 @@ html.overflow-y-hidden {
6119
6164
  }
6120
6165
  }
6121
6166
 
6167
+ .elevation-24 {
6168
+ box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6169
+ }
6170
+
6171
+ .elevation-23 {
6172
+ box-shadow: 0px 11px 14px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 23px 36px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 44px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6173
+ }
6174
+
6175
+ .elevation-22 {
6176
+ box-shadow: 0px 10px 14px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 22px 35px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 8px 42px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6177
+ }
6178
+
6179
+ .elevation-21 {
6180
+ box-shadow: 0px 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 21px 33px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 8px 40px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6181
+ }
6182
+
6183
+ .elevation-20 {
6184
+ box-shadow: 0px 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 20px 31px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 8px 38px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6185
+ }
6186
+
6187
+ .elevation-19 {
6188
+ box-shadow: 0px 9px 12px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 19px 29px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 7px 36px 6px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6189
+ }
6190
+
6191
+ .elevation-18 {
6192
+ box-shadow: 0px 9px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 18px 28px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 7px 34px 6px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6193
+ }
6194
+
6195
+ .elevation-17 {
6196
+ box-shadow: 0px 8px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 17px 26px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 32px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6197
+ }
6198
+
6199
+ .elevation-16 {
6200
+ box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6201
+ }
6202
+
6203
+ .elevation-15 {
6204
+ box-shadow: 0px 8px 9px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 15px 22px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 28px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6205
+ }
6206
+
6207
+ .elevation-14 {
6208
+ box-shadow: 0px 7px 9px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 14px 21px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 26px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6209
+ }
6210
+
6211
+ .elevation-13 {
6212
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 13px 19px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 24px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6213
+ }
6214
+
6215
+ .elevation-12 {
6216
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6217
+ }
6218
+
6219
+ .elevation-11 {
6220
+ box-shadow: 0px 6px 7px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 11px 15px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 4px 20px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6221
+ }
6222
+
6223
+ .elevation-10 {
6224
+ box-shadow: 0px 6px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 10px 14px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 4px 18px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6225
+ }
6226
+
6227
+ .elevation-9 {
6228
+ box-shadow: 0px 5px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 9px 12px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 16px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6229
+ }
6230
+
6231
+ .elevation-8 {
6232
+ box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6233
+ }
6234
+
6235
+ .elevation-7 {
6236
+ box-shadow: 0px 4px 5px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 7px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 2px 16px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6237
+ }
6238
+
6239
+ .elevation-6 {
6240
+ box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6241
+ }
6242
+
6243
+ .elevation-5 {
6244
+ box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 5px 8px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 14px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6245
+ }
6246
+
6247
+ .elevation-4 {
6248
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6249
+ }
6250
+
6251
+ .elevation-3 {
6252
+ box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6253
+ }
6254
+
6255
+ .elevation-2 {
6256
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6257
+ }
6258
+
6259
+ .elevation-1 {
6260
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6261
+ }
6262
+
6263
+ .elevation-0 {
6264
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
6265
+ }
6266
+
6122
6267
  .d-sr-only,
6123
6268
  .d-sr-only-focusable:not(:focus) {
6124
6269
  border: 0 !important;