@omnia/runtime 8.0.540-dev → 8.0.543-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.
@@ -153,6 +153,12 @@
153
153
  transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
154
154
  opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
155
155
  }
156
+ @media (prefers-reduced-motion: reduce) {
157
+ .v-ripple__animation--in {
158
+ transition-property: opacity;
159
+ transition-duration: 0.1s;
160
+ }
161
+ }
156
162
  .v-ripple__animation--out {
157
163
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
158
164
  opacity: 0;
@@ -689,7 +695,7 @@ html.v-overlay-scroll-blocked {
689
695
  color: inherit;
690
696
  }
691
697
  .v-chip--variant-plain {
692
- opacity: 0.26;
698
+ opacity: 0.62;
693
699
  }
694
700
  .v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
695
701
  opacity: 1;
@@ -795,6 +801,12 @@ html.v-overlay-scroll-blocked {
795
801
  .v-chip--label {
796
802
  border-radius: 4px;
797
803
  }
804
+
805
+ @media (forced-colors: active) {
806
+ .v-chip:not(.v-chip--variant-text, .v-chip--variant-plain) {
807
+ border: thin solid;
808
+ }
809
+ }
798
810
  .v-chip-group {
799
811
  display: flex;
800
812
  max-width: 100%;
@@ -805,9 +817,34 @@ html.v-overlay-scroll-blocked {
805
817
  .v-chip-group .v-chip {
806
818
  margin: 4px 8px 4px 0;
807
819
  }
820
+ @media (forced-colors: active) {
821
+ .v-chip-group .v-chip {
822
+ background-color: buttonface !important;
823
+ color: buttontext !important;
824
+ }
825
+ .v-chip-group .v-chip:hover {
826
+ color: highlight !important;
827
+ }
828
+ }
808
829
  .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
809
830
  opacity: var(--v-activated-opacity);
810
831
  }
832
+ @media (forced-colors: active) {
833
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) {
834
+ color: highlight !important;
835
+ forced-color-adjust: preserve-parent-color;
836
+ }
837
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled):focus-visible {
838
+ outline-offset: 2px;
839
+ }
840
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-elevated, .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-flat {
841
+ background-color: highlight !important;
842
+ color: highlighttext !important;
843
+ }
844
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-outlined, .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-tonal {
845
+ border-width: medium;
846
+ }
847
+ }
811
848
 
812
849
  .v-chip-group--column .v-slide-group__content {
813
850
  white-space: normal;
@@ -1078,6 +1115,11 @@ html.v-overlay-scroll-blocked {
1078
1115
  transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
1079
1116
  width: 100%;
1080
1117
  }
1118
+ @media (prefers-reduced-motion: reduce) {
1119
+ .v-toolbar {
1120
+ transition-property: box-shadow;
1121
+ }
1122
+ }
1081
1123
  .v-toolbar {
1082
1124
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
1083
1125
  border-style: solid;
@@ -1483,6 +1525,16 @@ html.v-overlay-scroll-blocked {
1483
1525
  flex: 1 0 auto;
1484
1526
  min-width: 100%;
1485
1527
  }
1528
+ .v-btn--spaced {
1529
+ display: grid;
1530
+ grid-template-columns: max-content 1fr max-content;
1531
+ }
1532
+ .v-btn--spaced.v-btn--spaced-start > .v-btn__content {
1533
+ justify-content: end;
1534
+ }
1535
+ .v-btn--spaced.v-btn--spaced-end > .v-btn__content {
1536
+ justify-content: start;
1537
+ }
1486
1538
  .v-btn--disabled {
1487
1539
  pointer-events: none;
1488
1540
  opacity: 0.26;
@@ -1840,7 +1892,7 @@ html.v-overlay-scroll-blocked {
1840
1892
  background: transparent;
1841
1893
  overflow: hidden;
1842
1894
  position: relative;
1843
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
1895
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1), mask-size 0s;
1844
1896
  width: 100%;
1845
1897
  }
1846
1898
  .v-progress-linear--rounded {
@@ -1867,8 +1919,8 @@ html.v-overlay-scroll-blocked {
1867
1919
 
1868
1920
  @media (forced-colors: active) {
1869
1921
  .v-progress-linear__buffer {
1870
- background-color: highlight;
1871
- opacity: 0.3;
1922
+ background-color: highlight !important;
1923
+ opacity: 0.5 !important;
1872
1924
  }
1873
1925
  }
1874
1926
  .v-progress-linear__content {
@@ -1893,7 +1945,7 @@ html.v-overlay-scroll-blocked {
1893
1945
  @media (forced-colors: active) {
1894
1946
  .v-progress-linear__determinate,
1895
1947
  .v-progress-linear__indeterminate {
1896
- background-color: highlight;
1948
+ background-color: highlight !important;
1897
1949
  }
1898
1950
  }
1899
1951
 
@@ -2599,6 +2651,11 @@ html.v-overlay-scroll-blocked {
2599
2651
  padding-top: var(--v-layout-top);
2600
2652
  padding-bottom: var(--v-layout-bottom);
2601
2653
  }
2654
+ @media (prefers-reduced-motion: reduce) {
2655
+ .v-main {
2656
+ transition: none;
2657
+ }
2658
+ }
2602
2659
  .v-main__scroller {
2603
2660
  max-width: 100%;
2604
2661
  position: relative;
@@ -3429,10 +3486,26 @@ html.v-overlay-scroll-blocked {
3429
3486
  .v-window--vertical-arrows .v-window__controls .v-window__right .v-icon {
3430
3487
  transform: rotate(90deg);
3431
3488
  }
3489
+ @container style(--v-window-transition-duration) {
3490
+ .v-window .v-window-item {
3491
+ transition-duration: var(--v-window-transition-duration) !important;
3492
+ }
3493
+ }
3494
+ .v-window--crossfade > .v-window__container {
3495
+ isolation: isolate;
3496
+ }
3497
+ .v-window--crossfade > .v-window__container > .v-window-item {
3498
+ mix-blend-mode: plus-lighter;
3499
+ }
3432
3500
 
3433
3501
  .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
3434
3502
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
3435
3503
  }
3504
+ @media (prefers-reduced-motion: reduce) {
3505
+ .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
3506
+ transition-duration: 0s;
3507
+ }
3508
+ }
3436
3509
  .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
3437
3510
  position: absolute !important;
3438
3511
  top: 0;
@@ -3462,6 +3535,18 @@ html.v-overlay-scroll-blocked {
3462
3535
  .v-window-y-reverse-transition-leave-to {
3463
3536
  transform: translateY(100%);
3464
3537
  }
3538
+
3539
+ .v-window-crossfade-transition-enter-active, .v-window-crossfade-transition-leave-active {
3540
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
3541
+ }
3542
+ .v-window-crossfade-transition-leave-from, .v-window-crossfade-transition-leave-to {
3543
+ position: absolute !important;
3544
+ top: 0;
3545
+ width: 100%;
3546
+ }
3547
+ .v-window-crossfade-transition-enter-from, .v-window-crossfade-transition-leave-to {
3548
+ opacity: 0;
3549
+ }
3465
3550
  .v-messages {
3466
3551
  flex: 1 1 auto;
3467
3552
  font-size: 12px;
@@ -4093,6 +4178,11 @@ textarea.v-field__input::placeholder {
4093
4178
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
4094
4179
  transition-property: opacity, transform, width;
4095
4180
  }
4181
+ @media (prefers-reduced-motion: reduce) {
4182
+ .v-field__clearable {
4183
+ transition-property: opacity;
4184
+ }
4185
+ }
4096
4186
  .v-field--focused .v-field__clearable, .v-field--persistent-clear .v-field__clearable {
4097
4187
  opacity: 1;
4098
4188
  }
@@ -4119,10 +4209,14 @@ textarea.v-field__input::placeholder {
4119
4209
  position: absolute;
4120
4210
  top: var(--v-input-padding-top);
4121
4211
  transform-origin: left center;
4122
- transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
4123
- transition-property: opacity, transform;
4124
4212
  z-index: 1;
4125
4213
  }
4214
+ @media (prefers-reduced-motion: no-preference) {
4215
+ .v-label.v-field-label {
4216
+ transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
4217
+ transition-property: opacity, transform;
4218
+ }
4219
+ }
4126
4220
  .v-field--variant-underlined .v-label.v-field-label, .v-field--variant-plain .v-label.v-field-label {
4127
4221
  top: calc(var(--v-input-padding-top) + var(--v-field-padding-top));
4128
4222
  }
@@ -4246,7 +4340,11 @@ textarea.v-field__input::placeholder {
4246
4340
  .v-field--variant-outlined .v-field__outline__start, .v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after, .v-field--variant-outlined .v-field__outline__end {
4247
4341
  border: 0 solid currentColor;
4248
4342
  opacity: var(--v-field-border-opacity);
4249
- transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
4343
+ }
4344
+ @media (prefers-reduced-motion: no-preference) {
4345
+ .v-field--variant-outlined .v-field__outline__start, .v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after, .v-field--variant-outlined .v-field__outline__end {
4346
+ transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
4347
+ }
4250
4348
  }
4251
4349
  .v-field--variant-outlined .v-field__outline__start {
4252
4350
  flex: 0 0 12px;
@@ -4286,7 +4384,6 @@ textarea.v-field__input::placeholder {
4286
4384
 
4287
4385
  .v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
4288
4386
  opacity: var(--v-field-border-opacity);
4289
- transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
4290
4387
  }
4291
4388
  .v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
4292
4389
  content: "";
@@ -7580,537 +7677,516 @@ progress {
7580
7677
  cursor: default;
7581
7678
  }
7582
7679
 
7583
- .dialog-transition-enter-active,
7584
- .dialog-bottom-transition-enter-active,
7585
- .dialog-top-transition-enter-active {
7586
- transition-duration: 225ms !important;
7587
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
7588
- }
7589
- .dialog-transition-leave-active,
7590
- .dialog-bottom-transition-leave-active,
7591
- .dialog-top-transition-leave-active {
7592
- transition-duration: 125ms !important;
7593
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
7594
- }
7595
- .dialog-transition-enter-active, .dialog-transition-leave-active,
7596
- .dialog-bottom-transition-enter-active,
7597
- .dialog-bottom-transition-leave-active,
7598
- .dialog-top-transition-enter-active,
7599
- .dialog-top-transition-leave-active {
7600
- transition-property: transform, opacity !important;
7601
- pointer-events: none;
7680
+ @media (prefers-reduced-motion: no-preference) {
7681
+ .dialog-transition-enter-active,
7682
+ .dialog-bottom-transition-enter-active,
7683
+ .dialog-top-transition-enter-active {
7684
+ transition-duration: 225ms !important;
7685
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
7686
+ }
7687
+ .dialog-transition-leave-active,
7688
+ .dialog-bottom-transition-leave-active,
7689
+ .dialog-top-transition-leave-active {
7690
+ transition-duration: 125ms !important;
7691
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
7692
+ }
7693
+ .dialog-transition-enter-active, .dialog-transition-leave-active,
7694
+ .dialog-bottom-transition-enter-active,
7695
+ .dialog-bottom-transition-leave-active,
7696
+ .dialog-top-transition-enter-active,
7697
+ .dialog-top-transition-leave-active {
7698
+ transition-property: transform, opacity !important;
7699
+ pointer-events: none;
7700
+ }
7701
+ .dialog-transition-enter-from, .dialog-transition-leave-to {
7702
+ transform: scale(0.9);
7703
+ opacity: 0;
7704
+ }
7705
+ .dialog-transition-enter-to, .dialog-transition-leave-from {
7706
+ opacity: 1;
7707
+ }
7708
+ .dialog-bottom-transition-enter-from, .dialog-bottom-transition-leave-to {
7709
+ transform: translateY(calc(50vh + 50%));
7710
+ }
7711
+ .dialog-top-transition-enter-from, .dialog-top-transition-leave-to {
7712
+ transform: translateY(calc(-50vh - 50%));
7713
+ }
7714
+ .picker-transition-enter-active,
7715
+ .picker-reverse-transition-enter-active {
7716
+ transition-duration: 0.3s !important;
7717
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7718
+ }
7719
+ .picker-transition-leave-active,
7720
+ .picker-reverse-transition-leave-active {
7721
+ transition-duration: 0.3s !important;
7722
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7723
+ }
7724
+ .picker-transition-move,
7725
+ .picker-reverse-transition-move {
7726
+ transition-duration: 0.5s !important;
7727
+ transition-property: transform !important;
7728
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7729
+ }
7730
+ .picker-transition-enter-from, .picker-transition-leave-to,
7731
+ .picker-reverse-transition-enter-from,
7732
+ .picker-reverse-transition-leave-to {
7733
+ opacity: 0;
7734
+ }
7735
+ .picker-transition-leave-from, .picker-transition-leave-active, .picker-transition-leave-to,
7736
+ .picker-reverse-transition-leave-from,
7737
+ .picker-reverse-transition-leave-active,
7738
+ .picker-reverse-transition-leave-to {
7739
+ position: absolute !important;
7740
+ }
7741
+ .picker-transition-enter-active, .picker-transition-leave-active,
7742
+ .picker-reverse-transition-enter-active,
7743
+ .picker-reverse-transition-leave-active {
7744
+ transition-property: transform, opacity !important;
7745
+ }
7746
+ .picker-transition-enter-active {
7747
+ transition-duration: 0.3s !important;
7748
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7749
+ }
7750
+ .picker-transition-leave-active {
7751
+ transition-duration: 0.3s !important;
7752
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7753
+ }
7754
+ .picker-transition-move {
7755
+ transition-duration: 0.5s !important;
7756
+ transition-property: transform !important;
7757
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7758
+ }
7759
+ .picker-transition-enter-from {
7760
+ transform: translate(100%, 0);
7761
+ }
7762
+ .picker-transition-leave-to {
7763
+ transform: translate(-100%, 0);
7764
+ }
7765
+ .picker-reverse-transition-enter-active {
7766
+ transition-duration: 0.3s !important;
7767
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7768
+ }
7769
+ .picker-reverse-transition-leave-active {
7770
+ transition-duration: 0.3s !important;
7771
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7772
+ }
7773
+ .picker-reverse-transition-move {
7774
+ transition-duration: 0.5s !important;
7775
+ transition-property: transform !important;
7776
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7777
+ }
7778
+ .picker-reverse-transition-enter-from {
7779
+ transform: translate(-100%, 0);
7780
+ }
7781
+ .picker-reverse-transition-leave-to {
7782
+ transform: translate(100%, 0);
7783
+ }
7784
+ .expand-transition-enter-active {
7785
+ transition-duration: 0.3s !important;
7786
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7787
+ }
7788
+ .expand-transition-leave-active {
7789
+ transition-duration: 0.3s !important;
7790
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7791
+ }
7792
+ .expand-transition-move {
7793
+ transition-duration: 0.5s !important;
7794
+ transition-property: transform !important;
7795
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7796
+ }
7797
+ .expand-transition-enter-active, .expand-transition-leave-active {
7798
+ transition-property: height !important;
7799
+ }
7800
+ .expand-x-transition-enter-active {
7801
+ transition-duration: 0.3s !important;
7802
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7803
+ }
7804
+ .expand-x-transition-leave-active {
7805
+ transition-duration: 0.3s !important;
7806
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7807
+ }
7808
+ .expand-x-transition-move {
7809
+ transition-duration: 0.5s !important;
7810
+ transition-property: transform !important;
7811
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7812
+ }
7813
+ .expand-x-transition-enter-active, .expand-x-transition-leave-active {
7814
+ transition-property: width !important;
7815
+ }
7816
+ .scale-transition-enter-active {
7817
+ transition-duration: 0.3s !important;
7818
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7819
+ }
7820
+ .scale-transition-leave-active {
7821
+ transition-duration: 0.3s !important;
7822
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7823
+ }
7824
+ .scale-transition-move {
7825
+ transition-duration: 0.5s !important;
7826
+ transition-property: transform !important;
7827
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7828
+ }
7829
+ .scale-transition-leave-to {
7830
+ opacity: 0;
7831
+ }
7832
+ .scale-transition-leave-active {
7833
+ transition-duration: 100ms !important;
7834
+ }
7835
+ .scale-transition-enter-from {
7836
+ opacity: 0;
7837
+ transform: scale(0);
7838
+ }
7839
+ .scale-transition-enter-active, .scale-transition-leave-active {
7840
+ transition-property: transform, opacity !important;
7841
+ }
7842
+ .scale-rotate-transition-enter-active {
7843
+ transition-duration: 0.3s !important;
7844
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7845
+ }
7846
+ .scale-rotate-transition-leave-active {
7847
+ transition-duration: 0.3s !important;
7848
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7849
+ }
7850
+ .scale-rotate-transition-move {
7851
+ transition-duration: 0.5s !important;
7852
+ transition-property: transform !important;
7853
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7854
+ }
7855
+ .scale-rotate-transition-leave-to {
7856
+ opacity: 0;
7857
+ }
7858
+ .scale-rotate-transition-leave-active {
7859
+ transition-duration: 100ms !important;
7860
+ }
7861
+ .scale-rotate-transition-enter-from {
7862
+ opacity: 0;
7863
+ transform: scale(0) rotate(-45deg);
7864
+ }
7865
+ .scale-rotate-transition-enter-active, .scale-rotate-transition-leave-active {
7866
+ transition-property: transform, opacity !important;
7867
+ }
7868
+ .scale-rotate-reverse-transition-enter-active {
7869
+ transition-duration: 0.3s !important;
7870
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7871
+ }
7872
+ .scale-rotate-reverse-transition-leave-active {
7873
+ transition-duration: 0.3s !important;
7874
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7875
+ }
7876
+ .scale-rotate-reverse-transition-move {
7877
+ transition-duration: 0.5s !important;
7878
+ transition-property: transform !important;
7879
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7880
+ }
7881
+ .scale-rotate-reverse-transition-leave-to {
7882
+ opacity: 0;
7883
+ }
7884
+ .scale-rotate-reverse-transition-leave-active {
7885
+ transition-duration: 100ms !important;
7886
+ }
7887
+ .scale-rotate-reverse-transition-enter-from {
7888
+ opacity: 0;
7889
+ transform: scale(0) rotate(45deg);
7890
+ }
7891
+ .scale-rotate-reverse-transition-enter-active, .scale-rotate-reverse-transition-leave-active {
7892
+ transition-property: transform, opacity !important;
7893
+ }
7894
+ .message-transition-enter-active {
7895
+ transition-duration: 0.3s !important;
7896
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7897
+ }
7898
+ .message-transition-leave-active {
7899
+ transition-duration: 0.3s !important;
7900
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7901
+ }
7902
+ .message-transition-move {
7903
+ transition-duration: 0.5s !important;
7904
+ transition-property: transform !important;
7905
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7906
+ }
7907
+ .message-transition-enter-from, .message-transition-leave-to {
7908
+ opacity: 0;
7909
+ transform: translateY(-15px);
7910
+ }
7911
+ .message-transition-leave-from, .message-transition-leave-active {
7912
+ position: absolute;
7913
+ }
7914
+ .message-transition-enter-active, .message-transition-leave-active {
7915
+ transition-property: transform, opacity !important;
7916
+ }
7917
+ .slide-y-transition-enter-active {
7918
+ transition-duration: 0.3s !important;
7919
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7920
+ }
7921
+ .slide-y-transition-leave-active {
7922
+ transition-duration: 0.3s !important;
7923
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7924
+ }
7925
+ .slide-y-transition-move {
7926
+ transition-duration: 0.5s !important;
7927
+ transition-property: transform !important;
7928
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7929
+ }
7930
+ .slide-y-transition-enter-from, .slide-y-transition-leave-to {
7931
+ opacity: 0;
7932
+ transform: translateY(-15px);
7933
+ }
7934
+ .slide-y-transition-enter-active, .slide-y-transition-leave-active {
7935
+ transition-property: transform, opacity !important;
7936
+ }
7937
+ .slide-y-reverse-transition-enter-active {
7938
+ transition-duration: 0.3s !important;
7939
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7940
+ }
7941
+ .slide-y-reverse-transition-leave-active {
7942
+ transition-duration: 0.3s !important;
7943
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7944
+ }
7945
+ .slide-y-reverse-transition-move {
7946
+ transition-duration: 0.5s !important;
7947
+ transition-property: transform !important;
7948
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7949
+ }
7950
+ .slide-y-reverse-transition-enter-from, .slide-y-reverse-transition-leave-to {
7951
+ opacity: 0;
7952
+ transform: translateY(15px);
7953
+ }
7954
+ .slide-y-reverse-transition-enter-active, .slide-y-reverse-transition-leave-active {
7955
+ transition-property: transform, opacity !important;
7956
+ }
7957
+ .scroll-y-transition-enter-active {
7958
+ transition-duration: 0.3s !important;
7959
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7960
+ }
7961
+ .scroll-y-transition-leave-active {
7962
+ transition-duration: 0.3s !important;
7963
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7964
+ }
7965
+ .scroll-y-transition-move {
7966
+ transition-duration: 0.5s !important;
7967
+ transition-property: transform !important;
7968
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7969
+ }
7970
+ .scroll-y-transition-enter-from, .scroll-y-transition-leave-to {
7971
+ opacity: 0;
7972
+ }
7973
+ .scroll-y-transition-enter-from {
7974
+ transform: translateY(-15px);
7975
+ }
7976
+ .scroll-y-transition-leave-to {
7977
+ transform: translateY(15px);
7978
+ }
7979
+ .scroll-y-transition-enter-active, .scroll-y-transition-leave-active {
7980
+ transition-property: transform, opacity !important;
7981
+ }
7982
+ .scroll-y-reverse-transition-enter-active {
7983
+ transition-duration: 0.3s !important;
7984
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7985
+ }
7986
+ .scroll-y-reverse-transition-leave-active {
7987
+ transition-duration: 0.3s !important;
7988
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7989
+ }
7990
+ .scroll-y-reverse-transition-move {
7991
+ transition-duration: 0.5s !important;
7992
+ transition-property: transform !important;
7993
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7994
+ }
7995
+ .scroll-y-reverse-transition-enter-from, .scroll-y-reverse-transition-leave-to {
7996
+ opacity: 0;
7997
+ }
7998
+ .scroll-y-reverse-transition-enter-from {
7999
+ transform: translateY(15px);
8000
+ }
8001
+ .scroll-y-reverse-transition-leave-to {
8002
+ transform: translateY(-15px);
8003
+ }
8004
+ .scroll-y-reverse-transition-enter-active, .scroll-y-reverse-transition-leave-active {
8005
+ transition-property: transform, opacity !important;
8006
+ }
8007
+ .scroll-x-transition-enter-active {
8008
+ transition-duration: 0.3s !important;
8009
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8010
+ }
8011
+ .scroll-x-transition-leave-active {
8012
+ transition-duration: 0.3s !important;
8013
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8014
+ }
8015
+ .scroll-x-transition-move {
8016
+ transition-duration: 0.5s !important;
8017
+ transition-property: transform !important;
8018
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8019
+ }
8020
+ .scroll-x-transition-enter-from, .scroll-x-transition-leave-to {
8021
+ opacity: 0;
8022
+ }
8023
+ .scroll-x-transition-enter-from {
8024
+ transform: translateX(-15px);
8025
+ }
8026
+ .scroll-x-transition-leave-to {
8027
+ transform: translateX(15px);
8028
+ }
8029
+ .scroll-x-transition-enter-active, .scroll-x-transition-leave-active {
8030
+ transition-property: transform, opacity !important;
8031
+ }
8032
+ .scroll-x-reverse-transition-enter-active {
8033
+ transition-duration: 0.3s !important;
8034
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8035
+ }
8036
+ .scroll-x-reverse-transition-leave-active {
8037
+ transition-duration: 0.3s !important;
8038
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8039
+ }
8040
+ .scroll-x-reverse-transition-move {
8041
+ transition-duration: 0.5s !important;
8042
+ transition-property: transform !important;
8043
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8044
+ }
8045
+ .scroll-x-reverse-transition-enter-from, .scroll-x-reverse-transition-leave-to {
8046
+ opacity: 0;
8047
+ }
8048
+ .scroll-x-reverse-transition-enter-from {
8049
+ transform: translateX(15px);
8050
+ }
8051
+ .scroll-x-reverse-transition-leave-to {
8052
+ transform: translateX(-15px);
8053
+ }
8054
+ .scroll-x-reverse-transition-enter-active, .scroll-x-reverse-transition-leave-active {
8055
+ transition-property: transform, opacity !important;
8056
+ }
8057
+ .slide-x-transition-enter-active {
8058
+ transition-duration: 0.3s !important;
8059
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8060
+ }
8061
+ .slide-x-transition-leave-active {
8062
+ transition-duration: 0.3s !important;
8063
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8064
+ }
8065
+ .slide-x-transition-move {
8066
+ transition-duration: 0.5s !important;
8067
+ transition-property: transform !important;
8068
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8069
+ }
8070
+ .slide-x-transition-enter-from, .slide-x-transition-leave-to {
8071
+ opacity: 0;
8072
+ transform: translateX(-15px);
8073
+ }
8074
+ .slide-x-transition-enter-active, .slide-x-transition-leave-active {
8075
+ transition-property: transform, opacity !important;
8076
+ }
8077
+ .slide-x-reverse-transition-enter-active {
8078
+ transition-duration: 0.3s !important;
8079
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8080
+ }
8081
+ .slide-x-reverse-transition-leave-active {
8082
+ transition-duration: 0.3s !important;
8083
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8084
+ }
8085
+ .slide-x-reverse-transition-move {
8086
+ transition-duration: 0.5s !important;
8087
+ transition-property: transform !important;
8088
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8089
+ }
8090
+ .slide-x-reverse-transition-enter-from, .slide-x-reverse-transition-leave-to {
8091
+ opacity: 0;
8092
+ transform: translateX(15px);
8093
+ }
8094
+ .slide-x-reverse-transition-enter-active, .slide-x-reverse-transition-leave-active {
8095
+ transition-property: transform, opacity !important;
8096
+ }
8097
+ .fade-transition-enter-active {
8098
+ transition-duration: 0.3s !important;
8099
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8100
+ }
8101
+ .fade-transition-leave-active {
8102
+ transition-duration: 0.3s !important;
8103
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8104
+ }
8105
+ .fade-transition-move {
8106
+ transition-duration: 0.5s !important;
8107
+ transition-property: transform !important;
8108
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8109
+ }
8110
+ .fade-transition-enter-from, .fade-transition-leave-to {
8111
+ opacity: 0 !important;
8112
+ }
8113
+ .fade-transition-enter-active, .fade-transition-leave-active {
8114
+ transition-property: opacity !important;
8115
+ }
8116
+ .fab-transition-enter-active {
8117
+ transition-duration: 0.3s !important;
8118
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8119
+ }
8120
+ .fab-transition-leave-active {
8121
+ transition-duration: 0.3s !important;
8122
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8123
+ }
8124
+ .fab-transition-move {
8125
+ transition-duration: 0.5s !important;
8126
+ transition-property: transform !important;
8127
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8128
+ }
8129
+ .fab-transition-enter-from, .fab-transition-leave-to {
8130
+ transform: scale(0) rotate(-45deg);
8131
+ }
8132
+ .fab-transition-enter-active, .fab-transition-leave-active {
8133
+ transition-property: transform !important;
8134
+ }
7602
8135
  }
7603
-
7604
- .dialog-transition-enter-from, .dialog-transition-leave-to {
7605
- transform: scale(0.9);
7606
- opacity: 0;
8136
+ .v-locale--is-rtl {
8137
+ direction: rtl;
7607
8138
  }
7608
- .dialog-transition-enter-to, .dialog-transition-leave-from {
7609
- opacity: 1;
8139
+ .v-locale--is-ltr {
8140
+ direction: ltr;
7610
8141
  }
7611
8142
 
7612
- .dialog-bottom-transition-enter-from, .dialog-bottom-transition-leave-to {
7613
- transform: translateY(calc(50vh + 50%));
8143
+ .blockquote {
8144
+ padding: 16px 0 16px 24px;
8145
+ font-size: 18px;
8146
+ font-weight: 300;
7614
8147
  }
7615
8148
 
7616
- .dialog-top-transition-enter-from, .dialog-top-transition-leave-to {
7617
- transform: translateY(calc(-50vh - 50%));
8149
+ html {
8150
+ font-family: "Roboto", sans-serif;
8151
+ line-height: 1.5;
8152
+ font-size: 1rem;
8153
+ overflow-x: hidden;
8154
+ text-rendering: optimizeLegibility;
8155
+ -webkit-font-smoothing: antialiased;
8156
+ -moz-osx-font-smoothing: grayscale;
8157
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
7618
8158
  }
7619
8159
 
7620
- .picker-transition-enter-active,
7621
- .picker-reverse-transition-enter-active {
7622
- transition-duration: 0.3s !important;
7623
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7624
- }
7625
- .picker-transition-leave-active,
7626
- .picker-reverse-transition-leave-active {
7627
- transition-duration: 0.3s !important;
7628
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7629
- }
7630
- .picker-transition-move,
7631
- .picker-reverse-transition-move {
7632
- transition-duration: 0.5s !important;
7633
- transition-property: transform !important;
7634
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7635
- }
7636
- .picker-transition-enter-from, .picker-transition-leave-to,
7637
- .picker-reverse-transition-enter-from,
7638
- .picker-reverse-transition-leave-to {
7639
- opacity: 0;
7640
- }
7641
- .picker-transition-leave-from, .picker-transition-leave-active, .picker-transition-leave-to,
7642
- .picker-reverse-transition-leave-from,
7643
- .picker-reverse-transition-leave-active,
7644
- .picker-reverse-transition-leave-to {
7645
- position: absolute !important;
7646
- }
7647
- .picker-transition-enter-active, .picker-transition-leave-active,
7648
- .picker-reverse-transition-enter-active,
7649
- .picker-reverse-transition-leave-active {
7650
- transition-property: transform, opacity !important;
8160
+ html.overflow-y-hidden {
8161
+ overflow-y: hidden !important;
7651
8162
  }
7652
8163
 
7653
- .picker-transition-enter-active {
7654
- transition-duration: 0.3s !important;
7655
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7656
- }
7657
- .picker-transition-leave-active {
7658
- transition-duration: 0.3s !important;
7659
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7660
- }
7661
- .picker-transition-move {
7662
- transition-duration: 0.5s !important;
7663
- transition-property: transform !important;
7664
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7665
- }
7666
- .picker-transition-enter-from {
7667
- transform: translate(100%, 0);
7668
- }
7669
- .picker-transition-leave-to {
7670
- transform: translate(-100%, 0);
8164
+ :root {
8165
+ --v-theme-overlay-multiplier: 1;
8166
+ --v-scrollbar-offset: 0px;
7671
8167
  }
7672
8168
 
7673
- .picker-reverse-transition-enter-active {
7674
- transition-duration: 0.3s !important;
7675
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7676
- }
7677
- .picker-reverse-transition-leave-active {
7678
- transition-duration: 0.3s !important;
7679
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7680
- }
7681
- .picker-reverse-transition-move {
7682
- transition-duration: 0.5s !important;
7683
- transition-property: transform !important;
7684
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7685
- }
7686
- .picker-reverse-transition-enter-from {
7687
- transform: translate(-100%, 0);
8169
+ @supports (-webkit-touch-callout: none) {
8170
+ body {
8171
+ cursor: pointer;
8172
+ }
7688
8173
  }
7689
- .picker-reverse-transition-leave-to {
7690
- transform: translate(100%, 0);
8174
+ @media only print {
8175
+ .hidden-print-only {
8176
+ display: none !important;
8177
+ }
7691
8178
  }
7692
8179
 
7693
- .expand-transition-enter-active {
7694
- transition-duration: 0.3s !important;
7695
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7696
- }
7697
- .expand-transition-leave-active {
7698
- transition-duration: 0.3s !important;
7699
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7700
- }
7701
- .expand-transition-move {
7702
- transition-duration: 0.5s !important;
7703
- transition-property: transform !important;
7704
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7705
- }
7706
- .expand-transition-enter-active, .expand-transition-leave-active {
7707
- transition-property: height !important;
8180
+ @media only screen {
8181
+ .hidden-screen-only {
8182
+ display: none !important;
8183
+ }
7708
8184
  }
7709
8185
 
7710
- .expand-x-transition-enter-active {
7711
- transition-duration: 0.3s !important;
7712
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7713
- }
7714
- .expand-x-transition-leave-active {
7715
- transition-duration: 0.3s !important;
7716
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7717
- }
7718
- .expand-x-transition-move {
7719
- transition-duration: 0.5s !important;
7720
- transition-property: transform !important;
7721
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7722
- }
7723
- .expand-x-transition-enter-active, .expand-x-transition-leave-active {
7724
- transition-property: width !important;
7725
- }
7726
-
7727
- .scale-transition-enter-active {
7728
- transition-duration: 0.3s !important;
7729
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7730
- }
7731
- .scale-transition-leave-active {
7732
- transition-duration: 0.3s !important;
7733
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7734
- }
7735
- .scale-transition-move {
7736
- transition-duration: 0.5s !important;
7737
- transition-property: transform !important;
7738
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7739
- }
7740
- .scale-transition-leave-to {
7741
- opacity: 0;
7742
- }
7743
- .scale-transition-leave-active {
7744
- transition-duration: 100ms !important;
7745
- }
7746
- .scale-transition-enter-from {
7747
- opacity: 0;
7748
- transform: scale(0);
7749
- }
7750
- .scale-transition-enter-active, .scale-transition-leave-active {
7751
- transition-property: transform, opacity !important;
7752
- }
7753
-
7754
- .scale-rotate-transition-enter-active {
7755
- transition-duration: 0.3s !important;
7756
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7757
- }
7758
- .scale-rotate-transition-leave-active {
7759
- transition-duration: 0.3s !important;
7760
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7761
- }
7762
- .scale-rotate-transition-move {
7763
- transition-duration: 0.5s !important;
7764
- transition-property: transform !important;
7765
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7766
- }
7767
- .scale-rotate-transition-leave-to {
7768
- opacity: 0;
7769
- }
7770
- .scale-rotate-transition-leave-active {
7771
- transition-duration: 100ms !important;
7772
- }
7773
- .scale-rotate-transition-enter-from {
7774
- opacity: 0;
7775
- transform: scale(0) rotate(-45deg);
7776
- }
7777
- .scale-rotate-transition-enter-active, .scale-rotate-transition-leave-active {
7778
- transition-property: transform, opacity !important;
7779
- }
7780
-
7781
- .scale-rotate-reverse-transition-enter-active {
7782
- transition-duration: 0.3s !important;
7783
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7784
- }
7785
- .scale-rotate-reverse-transition-leave-active {
7786
- transition-duration: 0.3s !important;
7787
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7788
- }
7789
- .scale-rotate-reverse-transition-move {
7790
- transition-duration: 0.5s !important;
7791
- transition-property: transform !important;
7792
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7793
- }
7794
- .scale-rotate-reverse-transition-leave-to {
7795
- opacity: 0;
7796
- }
7797
- .scale-rotate-reverse-transition-leave-active {
7798
- transition-duration: 100ms !important;
7799
- }
7800
- .scale-rotate-reverse-transition-enter-from {
7801
- opacity: 0;
7802
- transform: scale(0) rotate(45deg);
7803
- }
7804
- .scale-rotate-reverse-transition-enter-active, .scale-rotate-reverse-transition-leave-active {
7805
- transition-property: transform, opacity !important;
7806
- }
7807
-
7808
- .message-transition-enter-active {
7809
- transition-duration: 0.3s !important;
7810
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7811
- }
7812
- .message-transition-leave-active {
7813
- transition-duration: 0.3s !important;
7814
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7815
- }
7816
- .message-transition-move {
7817
- transition-duration: 0.5s !important;
7818
- transition-property: transform !important;
7819
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7820
- }
7821
- .message-transition-enter-from, .message-transition-leave-to {
7822
- opacity: 0;
7823
- transform: translateY(-15px);
7824
- }
7825
- .message-transition-leave-from, .message-transition-leave-active {
7826
- position: absolute;
7827
- }
7828
- .message-transition-enter-active, .message-transition-leave-active {
7829
- transition-property: transform, opacity !important;
7830
- }
7831
-
7832
- .slide-y-transition-enter-active {
7833
- transition-duration: 0.3s !important;
7834
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7835
- }
7836
- .slide-y-transition-leave-active {
7837
- transition-duration: 0.3s !important;
7838
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7839
- }
7840
- .slide-y-transition-move {
7841
- transition-duration: 0.5s !important;
7842
- transition-property: transform !important;
7843
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7844
- }
7845
- .slide-y-transition-enter-from, .slide-y-transition-leave-to {
7846
- opacity: 0;
7847
- transform: translateY(-15px);
7848
- }
7849
- .slide-y-transition-enter-active, .slide-y-transition-leave-active {
7850
- transition-property: transform, opacity !important;
7851
- }
7852
-
7853
- .slide-y-reverse-transition-enter-active {
7854
- transition-duration: 0.3s !important;
7855
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7856
- }
7857
- .slide-y-reverse-transition-leave-active {
7858
- transition-duration: 0.3s !important;
7859
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7860
- }
7861
- .slide-y-reverse-transition-move {
7862
- transition-duration: 0.5s !important;
7863
- transition-property: transform !important;
7864
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7865
- }
7866
- .slide-y-reverse-transition-enter-from, .slide-y-reverse-transition-leave-to {
7867
- opacity: 0;
7868
- transform: translateY(15px);
7869
- }
7870
- .slide-y-reverse-transition-enter-active, .slide-y-reverse-transition-leave-active {
7871
- transition-property: transform, opacity !important;
7872
- }
7873
-
7874
- .scroll-y-transition-enter-active {
7875
- transition-duration: 0.3s !important;
7876
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7877
- }
7878
- .scroll-y-transition-leave-active {
7879
- transition-duration: 0.3s !important;
7880
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7881
- }
7882
- .scroll-y-transition-move {
7883
- transition-duration: 0.5s !important;
7884
- transition-property: transform !important;
7885
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7886
- }
7887
- .scroll-y-transition-enter-from, .scroll-y-transition-leave-to {
7888
- opacity: 0;
7889
- }
7890
- .scroll-y-transition-enter-from {
7891
- transform: translateY(-15px);
7892
- }
7893
- .scroll-y-transition-leave-to {
7894
- transform: translateY(15px);
7895
- }
7896
- .scroll-y-transition-enter-active, .scroll-y-transition-leave-active {
7897
- transition-property: transform, opacity !important;
7898
- }
7899
-
7900
- .scroll-y-reverse-transition-enter-active {
7901
- transition-duration: 0.3s !important;
7902
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7903
- }
7904
- .scroll-y-reverse-transition-leave-active {
7905
- transition-duration: 0.3s !important;
7906
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7907
- }
7908
- .scroll-y-reverse-transition-move {
7909
- transition-duration: 0.5s !important;
7910
- transition-property: transform !important;
7911
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7912
- }
7913
- .scroll-y-reverse-transition-enter-from, .scroll-y-reverse-transition-leave-to {
7914
- opacity: 0;
7915
- }
7916
- .scroll-y-reverse-transition-enter-from {
7917
- transform: translateY(15px);
7918
- }
7919
- .scroll-y-reverse-transition-leave-to {
7920
- transform: translateY(-15px);
7921
- }
7922
- .scroll-y-reverse-transition-enter-active, .scroll-y-reverse-transition-leave-active {
7923
- transition-property: transform, opacity !important;
7924
- }
7925
-
7926
- .scroll-x-transition-enter-active {
7927
- transition-duration: 0.3s !important;
7928
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7929
- }
7930
- .scroll-x-transition-leave-active {
7931
- transition-duration: 0.3s !important;
7932
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7933
- }
7934
- .scroll-x-transition-move {
7935
- transition-duration: 0.5s !important;
7936
- transition-property: transform !important;
7937
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7938
- }
7939
- .scroll-x-transition-enter-from, .scroll-x-transition-leave-to {
7940
- opacity: 0;
7941
- }
7942
- .scroll-x-transition-enter-from {
7943
- transform: translateX(-15px);
7944
- }
7945
- .scroll-x-transition-leave-to {
7946
- transform: translateX(15px);
7947
- }
7948
- .scroll-x-transition-enter-active, .scroll-x-transition-leave-active {
7949
- transition-property: transform, opacity !important;
7950
- }
7951
-
7952
- .scroll-x-reverse-transition-enter-active {
7953
- transition-duration: 0.3s !important;
7954
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7955
- }
7956
- .scroll-x-reverse-transition-leave-active {
7957
- transition-duration: 0.3s !important;
7958
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7959
- }
7960
- .scroll-x-reverse-transition-move {
7961
- transition-duration: 0.5s !important;
7962
- transition-property: transform !important;
7963
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7964
- }
7965
- .scroll-x-reverse-transition-enter-from, .scroll-x-reverse-transition-leave-to {
7966
- opacity: 0;
7967
- }
7968
- .scroll-x-reverse-transition-enter-from {
7969
- transform: translateX(15px);
7970
- }
7971
- .scroll-x-reverse-transition-leave-to {
7972
- transform: translateX(-15px);
7973
- }
7974
- .scroll-x-reverse-transition-enter-active, .scroll-x-reverse-transition-leave-active {
7975
- transition-property: transform, opacity !important;
7976
- }
7977
-
7978
- .slide-x-transition-enter-active {
7979
- transition-duration: 0.3s !important;
7980
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7981
- }
7982
- .slide-x-transition-leave-active {
7983
- transition-duration: 0.3s !important;
7984
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7985
- }
7986
- .slide-x-transition-move {
7987
- transition-duration: 0.5s !important;
7988
- transition-property: transform !important;
7989
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
7990
- }
7991
- .slide-x-transition-enter-from, .slide-x-transition-leave-to {
7992
- opacity: 0;
7993
- transform: translateX(-15px);
7994
- }
7995
- .slide-x-transition-enter-active, .slide-x-transition-leave-active {
7996
- transition-property: transform, opacity !important;
7997
- }
7998
-
7999
- .slide-x-reverse-transition-enter-active {
8000
- transition-duration: 0.3s !important;
8001
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8002
- }
8003
- .slide-x-reverse-transition-leave-active {
8004
- transition-duration: 0.3s !important;
8005
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8006
- }
8007
- .slide-x-reverse-transition-move {
8008
- transition-duration: 0.5s !important;
8009
- transition-property: transform !important;
8010
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8011
- }
8012
- .slide-x-reverse-transition-enter-from, .slide-x-reverse-transition-leave-to {
8013
- opacity: 0;
8014
- transform: translateX(15px);
8015
- }
8016
- .slide-x-reverse-transition-enter-active, .slide-x-reverse-transition-leave-active {
8017
- transition-property: transform, opacity !important;
8018
- }
8019
-
8020
- .fade-transition-enter-active {
8021
- transition-duration: 0.3s !important;
8022
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8023
- }
8024
- .fade-transition-leave-active {
8025
- transition-duration: 0.3s !important;
8026
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8027
- }
8028
- .fade-transition-move {
8029
- transition-duration: 0.5s !important;
8030
- transition-property: transform !important;
8031
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8032
- }
8033
- .fade-transition-enter-from, .fade-transition-leave-to {
8034
- opacity: 0 !important;
8035
- }
8036
- .fade-transition-enter-active, .fade-transition-leave-active {
8037
- transition-property: opacity !important;
8038
- }
8039
-
8040
- .fab-transition-enter-active {
8041
- transition-duration: 0.3s !important;
8042
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8043
- }
8044
- .fab-transition-leave-active {
8045
- transition-duration: 0.3s !important;
8046
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8047
- }
8048
- .fab-transition-move {
8049
- transition-duration: 0.5s !important;
8050
- transition-property: transform !important;
8051
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
8052
- }
8053
- .fab-transition-enter-from, .fab-transition-leave-to {
8054
- transform: scale(0) rotate(-45deg);
8055
- }
8056
- .fab-transition-enter-active, .fab-transition-leave-active {
8057
- transition-property: transform !important;
8058
- }
8059
-
8060
- .v-locale--is-rtl {
8061
- direction: rtl;
8062
- }
8063
- .v-locale--is-ltr {
8064
- direction: ltr;
8065
- }
8066
-
8067
- .blockquote {
8068
- padding: 16px 0 16px 24px;
8069
- font-size: 18px;
8070
- font-weight: 300;
8071
- }
8072
-
8073
- html {
8074
- font-family: "Roboto", sans-serif;
8075
- line-height: 1.5;
8076
- font-size: 1rem;
8077
- overflow-x: hidden;
8078
- text-rendering: optimizeLegibility;
8079
- -webkit-font-smoothing: antialiased;
8080
- -moz-osx-font-smoothing: grayscale;
8081
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
8082
- }
8083
-
8084
- html.overflow-y-hidden {
8085
- overflow-y: hidden !important;
8086
- }
8087
-
8088
- :root {
8089
- --v-theme-overlay-multiplier: 1;
8090
- --v-scrollbar-offset: 0px;
8091
- }
8092
-
8093
- @supports (-webkit-touch-callout: none) {
8094
- body {
8095
- cursor: pointer;
8096
- }
8097
- }
8098
- @media only print {
8099
- .hidden-print-only {
8100
- display: none !important;
8101
- }
8102
- }
8103
-
8104
- @media only screen {
8105
- .hidden-screen-only {
8106
- display: none !important;
8107
- }
8108
- }
8109
-
8110
- @media (max-width: 599.98px) {
8111
- .hidden-xs {
8112
- display: none !important;
8113
- }
8186
+ @media (max-width: 599.98px) {
8187
+ .hidden-xs {
8188
+ display: none !important;
8189
+ }
8114
8190
  }
8115
8191
 
8116
8192
  @media (min-width: 600px) and (max-width: 959.98px) {
@@ -22526,6 +22602,12 @@ html.overflow-y-hidden {
22526
22602
  .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
22527
22603
  padding: 0 8px;
22528
22604
  }
22605
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--empty,
22606
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--empty,
22607
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--empty,
22608
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--empty {
22609
+ padding: 0;
22610
+ }
22529
22611
  .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
22530
22612
  .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
22531
22613
  .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
@@ -22610,7 +22692,7 @@ html.overflow-y-hidden {
22610
22692
  }
22611
22693
 
22612
22694
  .v-data-table-group-header-row__column {
22613
- padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
22695
+ padding-inline-start: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
22614
22696
  }
22615
22697
 
22616
22698
  .v-data-table-header__content {
@@ -23292,6 +23374,36 @@ html.overflow-y-hidden {
23292
23374
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23293
23375
  }
23294
23376
 
23377
+ @media (forced-colors: active) {
23378
+ .v-list-item:not(.v-list-item--active) {
23379
+ color: buttontext;
23380
+ }
23381
+ .v-list-item--variant-plain.v-list-item--active {
23382
+ color: highlight !important;
23383
+ }
23384
+ .v-list-item:not(.v-list-item--variant-plain).v-list-item--active {
23385
+ background-color: highlight !important;
23386
+ color: highlighttext !important;
23387
+ }
23388
+ .v-list-item-title {
23389
+ forced-color-adjust: preserve-parent-color;
23390
+ }
23391
+ .v-list-item--active .v-list-item__prepend > .v-badge .v-icon,
23392
+ .v-list-item--active .v-list-item__prepend > .v-icon,
23393
+ .v-list-item--active .v-list-item__append > .v-badge .v-icon,
23394
+ .v-list-item--active .v-list-item__append > .v-icon {
23395
+ forced-color-adjust: preserve-parent-color;
23396
+ }
23397
+ @supports selector(:focus-visible) {
23398
+ .v-list-item::after {
23399
+ color: buttontext;
23400
+ }
23401
+ .v-list-item:focus-visible::after {
23402
+ opacity: 1;
23403
+ }
23404
+ }
23405
+ }
23406
+
23295
23407
  .v-card {
23296
23408
  display: block;
23297
23409
  overflow: hidden;
@@ -23605,6 +23717,12 @@ html.overflow-y-hidden {
23605
23717
  transition: opacity 0.2s ease-in-out;
23606
23718
  }
23607
23719
 
23720
+ @media (forced-colors: active) {
23721
+ .v-card:not(.v-card--variant-text, .v-card--variant-plain) {
23722
+ border: thin solid;
23723
+ }
23724
+ }
23725
+
23608
23726
  .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
23609
23727
  .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
23610
23728
  .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
@@ -23640,9 +23758,10 @@ html.overflow-y-hidden {
23640
23758
  .v-autocomplete__content {
23641
23759
  box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23642
23760
  }
23643
- .v-autocomplete__content {
23761
+ .v-menu > .v-overlay__content.v-autocomplete__content {
23644
23762
  border-radius: 4px;
23645
23763
  }
23764
+
23646
23765
  .v-autocomplete__mask {
23647
23766
  background: rgb(var(--v-theme-surface-light));
23648
23767
  }
@@ -23816,347 +23935,342 @@ html.overflow-y-hidden {
23816
23935
  vertical-align: middle;
23817
23936
  }
23818
23937
 
23819
- .v-calendar {
23820
- background: rgb(var(--v-theme-background));
23821
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
23938
+ .v-calendar-category .v-calendar-category__column,
23939
+ .v-calendar-category .v-calendar-category__column-header {
23940
+ border-right: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
23822
23941
  }
23823
-
23824
- .v-calendar-weekly {
23825
- width: 100%;
23826
- height: 100%;
23827
- display: flex;
23828
- flex-direction: column;
23829
- min-height: 0;
23942
+ .v-calendar-category .v-calendar-daily__head {
23943
+ background: rgb(var(--v-theme-surface));
23944
+ color: rgb(var(--v-theme-on-surface));
23830
23945
  }
23831
-
23832
- .v-calendar__container {
23833
- border-top: thin solid #e0e0e0;
23834
- border-left: thin solid #e0e0e0;
23835
- border-right: thin solid #e0e0e0;
23946
+ .v-calendar-category .v-calendar-daily__intervals-head {
23947
+ background: rgb(var(--v-theme-surface));
23948
+ color: rgb(var(--v-theme-on-surface));
23949
+ }
23950
+ .v-calendar-category .v-calendar-daily__intervals-body {
23951
+ background: rgb(var(--v-theme-surface));
23952
+ color: rgb(var(--v-theme-on-surface));
23836
23953
  }
23837
23954
 
23838
- .v-calendar-weekly__head {
23839
- display: grid;
23840
- grid-template-columns: 24px repeat(7, 1fr);
23841
- user-select: none;
23955
+ .v-calendar-category {
23956
+ overflow: auto;
23957
+ position: relative;
23842
23958
  }
23843
- .v-calendar-weekly__head.days__0 {
23844
- grid-template-columns: 1fr;
23959
+ .v-calendar-category .v-calendar-category__category {
23960
+ text-align: center;
23845
23961
  }
23846
- .v-calendar-weekly__head.days__0.v-calendar-weekly__head-weeknumbers {
23847
- grid-template-columns: 24px 1fr;
23962
+ .v-calendar-category .v-calendar-daily__day-container {
23963
+ width: min-content;
23848
23964
  }
23849
- .v-calendar-weekly__head.days__1 {
23850
- grid-template-columns: 1fr;
23965
+ .v-calendar-category .v-calendar-daily__day-container .v-calendar-category__columns {
23966
+ position: absolute;
23967
+ height: 100%;
23968
+ width: 100%;
23969
+ top: 0;
23851
23970
  }
23852
- .v-calendar-weekly__head.days__1.v-calendar-weekly__head-weeknumbers {
23853
- grid-template-columns: 24px 1fr;
23971
+ .v-calendar-category .v-calendar-daily__day-body {
23972
+ display: flex;
23973
+ flex: 1;
23974
+ width: 100%;
23975
+ height: 100%;
23854
23976
  }
23855
- .v-calendar-weekly__head.days__2 {
23856
- grid-template-columns: repeat(2, 1fr);
23977
+ .v-calendar-category .v-calendar-daily__head {
23978
+ flex-direction: row;
23979
+ width: min-content;
23980
+ min-width: 100%;
23981
+ position: sticky;
23982
+ top: 0;
23983
+ z-index: 2;
23857
23984
  }
23858
- .v-calendar-weekly__head.days__2.v-calendar-weekly__head-weeknumbers {
23859
- grid-template-columns: 24px repeat(2, 1fr);
23985
+ .v-calendar-category .v-calendar-daily_head-day {
23986
+ width: auto;
23987
+ position: unset;
23860
23988
  }
23861
- .v-calendar-weekly__head.days__3 {
23862
- grid-template-columns: repeat(3, 1fr);
23989
+ .v-calendar-category .v-calendar-daily__intervals-head {
23990
+ position: sticky;
23991
+ left: 0;
23992
+ top: 0;
23993
+ z-index: 2;
23863
23994
  }
23864
- .v-calendar-weekly__head.days__3.v-calendar-weekly__head-weeknumbers {
23865
- grid-template-columns: 24px repeat(3, 1fr);
23995
+ .v-calendar-category .v-calendar-daily_head-weekday {
23996
+ position: sticky;
23997
+ left: 50%;
23998
+ width: 50px;
23866
23999
  }
23867
- .v-calendar-weekly__head.days__4 {
23868
- grid-template-columns: repeat(4, 1fr);
24000
+ .v-calendar-category .v-calendar-daily_head-day-label {
24001
+ width: 56px;
24002
+ position: sticky;
24003
+ left: 50%;
23869
24004
  }
23870
- .v-calendar-weekly__head.days__4.v-calendar-weekly__head-weeknumbers {
23871
- grid-template-columns: 24px repeat(4, 1fr);
24005
+ .v-calendar-category .v-calendar-daily__day {
24006
+ min-width: 200px;
23872
24007
  }
23873
- .v-calendar-weekly__head.days__5 {
23874
- grid-template-columns: repeat(5, 1fr);
24008
+ .v-calendar-category .v-calendar-daily__intervals-body {
24009
+ position: sticky;
24010
+ left: 0;
24011
+ z-index: 1;
23875
24012
  }
23876
- .v-calendar-weekly__head.days__5.v-calendar-weekly__head-weeknumbers {
23877
- grid-template-columns: 24px repeat(5, 1fr);
24013
+ .v-calendar-category .v-calendar-daily__interval:last-of-type::after {
24014
+ display: none;
23878
24015
  }
23879
- .v-calendar-weekly__head.days__6 {
23880
- grid-template-columns: repeat(6, 1fr);
24016
+ .v-calendar-category .v-calendar-daily__body {
24017
+ overflow: visible;
23881
24018
  }
23882
- .v-calendar-weekly__head.days__6.v-calendar-weekly__head-weeknumbers {
23883
- grid-template-columns: 24px repeat(6, 1fr);
24019
+ .v-calendar-category .v-calendar-daily__body .v-calendar-daily__scroll-area {
24020
+ overflow-y: visible;
24021
+ flex: none;
23884
24022
  }
23885
- .v-calendar-weekly__head.days__7 {
23886
- grid-template-columns: repeat(7, 1fr);
24023
+ .v-calendar-category .v-calendar-daily__pane {
24024
+ overflow-y: visible;
23887
24025
  }
23888
- .v-calendar-weekly__head.days__7.v-calendar-weekly__head-weeknumbers {
23889
- grid-template-columns: 24px repeat(7, 1fr);
24026
+ .v-calendar-category .v-calendar-category__columns {
24027
+ display: flex;
24028
+ width: min-content;
24029
+ min-width: 100%;
23890
24030
  }
23891
-
23892
- .v-calendar-weekly__head-weekday, .v-calendar-weekly__head-weekday-with-weeknumber {
23893
- flex: 1 0 20px;
23894
- user-select: none;
23895
- padding: 8px 4px 0px 4px;
23896
- font-size: 11px;
23897
- overflow: hidden;
23898
- text-align: center;
23899
- text-overflow: ellipsis;
23900
- text-transform: uppercase;
23901
- white-space: nowrap;
23902
- border-right: thin solid #e0e0e0;
24031
+ .v-calendar-category .v-calendar-category__columns .v-calendar-category__column,
24032
+ .v-calendar-category .v-calendar-category__columns .v-calendar-category__column-header {
24033
+ flex: 1 1 auto;
24034
+ width: 0;
24035
+ position: relative;
23903
24036
  }
23904
- .v-calendar-weekly__head-weekday:last-child, .v-calendar-weekly__head-weekday-with-weeknumber:last-child {
23905
- border-right: none;
24037
+ .v-calendar-category .v-calendar-category__columns .v-calendar-category__column-header {
24038
+ min-width: 200px;
23906
24039
  }
23907
- .v-calendar-weekly__head-weekday > div .v-btn, .v-calendar-weekly__head-weekday-with-weeknumber > div .v-btn {
23908
- font-size: 1.5rem;
24040
+ .v-calendar-daily {
24041
+ background-color: rgb(var(--v-theme-surface));
24042
+ color: rgb(var(--v-theme-on-surface));
24043
+ border-left: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
24044
+ border-top: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
23909
24045
  }
23910
-
23911
- .v-calendar-weekly__head-weeknumber {
23912
- background: rgb(var(--v-theme-surface-light));
23913
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
23914
- }
23915
-
23916
- .v-calendar-weekly__week {
23917
- display: flex;
23918
- flex: 1;
23919
- height: unset;
23920
- min-height: 0;
23921
- }
23922
-
23923
- .v-calendar-month__weeknumber {
23924
- padding-top: 6px;
23925
- background: rgb(var(--v-theme-surface-light));
23926
- border-bottom: thin solid #e0e0e0;
23927
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
23928
- text-align: center;
23929
- font-size: 12px;
23930
- font-weight: 500;
23931
- }
23932
-
23933
- .v-calendar-month__days {
23934
- display: grid;
23935
- flex: 1 1;
23936
- }
23937
- .v-calendar-month__days > .v-calendar-month__day {
23938
- min-height: 150px;
23939
- }
23940
- .v-calendar-month__days.days__0 {
23941
- grid-template-columns: 1fr;
24046
+ .v-calendar-daily .v-calendar-daily__intervals-head {
24047
+ border-right: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
23942
24048
  }
23943
- .v-calendar-month__days.days__0 > .v-calendar-month__day {
23944
- border-right: none;
23945
- }
23946
- .v-calendar-month__days.days__1 {
23947
- grid-template-columns: 1fr;
23948
- }
23949
- .v-calendar-month__days.days__1 > .v-calendar-month__day {
23950
- border-right: none;
23951
- }
23952
- .v-calendar-month__days.days__2 {
23953
- grid-template-columns: repeat(2, 1fr);
23954
- }
23955
- .v-calendar-month__days.days__2 > .v-calendar-month__day:nth-child(2n) {
23956
- border-right: none;
23957
- }
23958
- .v-calendar-month__days.days__3 {
23959
- grid-template-columns: repeat(3, 1fr);
23960
- }
23961
- .v-calendar-month__days.days__3 > .v-calendar-month__day:nth-child(3n) {
23962
- border-right: none;
23963
- }
23964
- .v-calendar-month__days.days__4 {
23965
- grid-template-columns: repeat(4, 1fr);
23966
- }
23967
- .v-calendar-month__days.days__4 > .v-calendar-month__day:nth-child(4n) {
23968
- border-right: none;
23969
- }
23970
- .v-calendar-month__days.days__5 {
23971
- grid-template-columns: repeat(5, 1fr);
23972
- }
23973
- .v-calendar-month__days.days__5 > .v-calendar-month__day:nth-child(5n) {
23974
- border-right: none;
23975
- }
23976
- .v-calendar-month__days.days__6 {
23977
- grid-template-columns: repeat(6, 1fr);
24049
+ .v-calendar-daily .v-calendar-daily__intervals-head::after {
24050
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
24051
+ background: linear-gradient(90deg, transparent, rgba(var(--v-border-color), var(--v-border-opacity)));
23978
24052
  }
23979
- .v-calendar-month__days.days__6 > .v-calendar-month__day:nth-child(6n) {
23980
- border-right: none;
24053
+ .v-calendar-daily .v-calendar-daily_head-day {
24054
+ border-right: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
24055
+ border-bottom: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
23981
24056
  }
23982
- .v-calendar-month__days.days__6.v-calendar-month__weeknumbers {
23983
- grid-template-columns: 24px repeat(6, 1fr);
24057
+ .v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday,
24058
+ .v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label {
24059
+ color: rgb(var(--v-theme-on-surface));
23984
24060
  }
23985
- .v-calendar-month__days.days__7 {
23986
- grid-template-columns: repeat(7, 1fr);
24061
+ .v-calendar-daily .v-calendar-daily__intervals-body {
24062
+ border-right: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
23987
24063
  }
23988
- .v-calendar-month__days.days__7 > .v-calendar-month__day:nth-child(7n) {
23989
- border-right: none;
24064
+ .v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text {
24065
+ color: rgb(var(--v-theme-on-surface));
23990
24066
  }
23991
- .v-calendar-month__days.days-with-weeknumbers__0 {
23992
- grid-template-columns: 24px 1fr;
24067
+ .v-calendar-daily .v-calendar-daily__day {
24068
+ border-right: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
24069
+ border-bottom: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
23993
24070
  }
23994
- .v-calendar-month__days.days-with-weeknumbers__0 > .v-calendar-month__day {
23995
- border-right: none;
24071
+ .v-calendar-daily .v-calendar-daily__day-interval {
24072
+ border-top: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
23996
24073
  }
23997
- .v-calendar-month__days.days-with-weeknumbers__1 {
23998
- grid-template-columns: 24px 1fr;
24074
+ .v-calendar-daily .v-calendar-daily__day-interval:first-child {
24075
+ border-top: none !important;
23999
24076
  }
24000
- .v-calendar-month__days.days-with-weeknumbers__1 > .v-calendar-month__day {
24001
- border-right: none;
24077
+ .v-calendar-daily .v-calendar-daily__interval::after {
24078
+ border-top: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
24002
24079
  }
24003
- .v-calendar-month__days.days-with-weeknumbers__2 {
24004
- grid-template-columns: 24px repeat(2, 1fr);
24080
+
24081
+ .v-calendar-daily {
24082
+ display: flex;
24083
+ flex-direction: column;
24084
+ overflow: hidden;
24085
+ height: 100%;
24005
24086
  }
24006
- .v-calendar-month__days.days-with-weeknumbers__2 > .v-calendar-month__day:nth-child(3n) {
24007
- border-right: none;
24087
+
24088
+ .v-calendar-daily__head {
24089
+ flex: none;
24090
+ display: flex;
24008
24091
  }
24009
- .v-calendar-month__days.days-with-weeknumbers__3 {
24010
- grid-template-columns: 24px repeat(3, 1fr);
24092
+
24093
+ .v-calendar-daily__intervals-head {
24094
+ flex: none;
24095
+ position: relative;
24011
24096
  }
24012
- .v-calendar-month__days.days-with-weeknumbers__3 > .v-calendar-month__day:nth-child(4n) {
24013
- border-right: none;
24097
+ .v-calendar-daily__intervals-head::after {
24098
+ position: absolute;
24099
+ bottom: 0px;
24100
+ height: 1px;
24101
+ left: 0;
24102
+ right: 0;
24103
+ content: "";
24014
24104
  }
24015
- .v-calendar-month__days.days-with-weeknumbers__4 {
24016
- grid-template-columns: 24px repeat(4, 1fr);
24105
+
24106
+ .v-calendar-daily_head-day {
24107
+ flex: 1 1 auto;
24108
+ width: 0;
24109
+ position: relative;
24017
24110
  }
24018
- .v-calendar-month__days.days-with-weeknumbers__4 > .v-calendar-month__day:nth-child(5n) {
24019
- border-right: none;
24111
+
24112
+ .v-calendar-daily_head-weekday {
24113
+ user-select: none;
24114
+ padding: 3px 0px 0px 0px;
24115
+ font-size: 11px;
24116
+ text-align: center;
24117
+ text-transform: uppercase;
24020
24118
  }
24021
- .v-calendar-month__days.days-with-weeknumbers__5 {
24022
- grid-template-columns: 24px repeat(5, 1fr);
24119
+
24120
+ .v-calendar-daily_head-day-label {
24121
+ user-select: none;
24122
+ padding: 0px 0px 3px 0px;
24123
+ cursor: pointer;
24124
+ text-align: center;
24023
24125
  }
24024
- .v-calendar-month__days.days-with-weeknumbers__5 > .v-calendar-month__day:nth-child(6n) {
24025
- border-right: none;
24126
+
24127
+ .v-calendar-daily__body {
24128
+ flex: 1 1 60%;
24129
+ overflow: hidden;
24130
+ display: flex;
24131
+ position: relative;
24132
+ flex-direction: column;
24026
24133
  }
24027
- .v-calendar-month__days.days-with-weeknumbers__6 {
24028
- grid-template-columns: 24px repeat(6, 1fr);
24134
+
24135
+ .v-calendar-daily__scroll-area {
24136
+ overflow-y: scroll;
24137
+ flex: 1 1 auto;
24138
+ display: flex;
24139
+ align-items: flex-start;
24029
24140
  }
24030
- .v-calendar-month__days.days-with-weeknumbers__6 > .v-calendar-month__day:nth-child(7n) {
24031
- border-right: none;
24141
+
24142
+ .v-calendar-daily__pane {
24143
+ width: 100%;
24144
+ overflow-y: hidden;
24145
+ flex: none;
24146
+ display: flex;
24147
+ align-items: flex-start;
24032
24148
  }
24033
- .v-calendar-month__days.days-with-weeknumbers__7 {
24034
- grid-template-columns: 24px repeat(7, 1fr);
24149
+
24150
+ .v-calendar-daily__day-container {
24151
+ display: flex;
24152
+ flex: 1;
24153
+ width: 100%;
24154
+ height: 100%;
24035
24155
  }
24036
- .v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(7n) {
24037
- border-right: thin solid thin;
24156
+
24157
+ .v-calendar-daily__intervals-body {
24158
+ flex: none;
24159
+ user-select: none;
24038
24160
  }
24039
- .v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
24040
- border-right: none;
24161
+
24162
+ .v-calendar-daily__interval {
24163
+ text-align: right;
24164
+ padding-right: 8px;
24165
+ border-bottom: none;
24166
+ position: relative;
24041
24167
  }
24042
- .v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
24043
- border-right: none;
24168
+ .v-calendar-daily__interval::after {
24169
+ width: 8px;
24170
+ position: absolute;
24171
+ height: 1px;
24172
+ display: block;
24173
+ content: "";
24174
+ right: 0;
24175
+ bottom: -1px;
24044
24176
  }
24045
- .v-calendar-day {
24177
+
24178
+ .v-calendar-daily__interval-text {
24179
+ display: block;
24046
24180
  position: relative;
24047
- display: flex;
24048
- flex-direction: column;
24181
+ top: -6px;
24182
+ font-size: 10px;
24183
+ padding-right: 4px;
24049
24184
  }
24050
24185
 
24051
- .v-calendar-weekly .v-calendar__container {
24052
- display: grid;
24053
- }
24054
- .v-calendar-weekly .v-calendar__container.days__7 {
24055
- grid-template-columns: repeat(7, 1fr);
24186
+ .v-calendar-daily__day {
24187
+ flex: 1;
24188
+ width: 0;
24189
+ position: relative;
24056
24190
  }
24057
- .v-calendar-weekly .v-calendar__container.days__6 {
24058
- grid-template-columns: repeat(6, 1fr);
24191
+ .v-calendar-weekly {
24192
+ background-color: rgb(var(--v-theme-surface));
24193
+ color: rgb(var(--v-theme-on-surface));
24194
+ border-top: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
24195
+ border-left: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
24059
24196
  }
24060
- .v-calendar-weekly .v-calendar__container.days__5 {
24061
- grid-template-columns: repeat(5, 1fr);
24197
+ .v-calendar-weekly .v-calendar-weekly__head-weekday {
24198
+ border-right: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
24062
24199
  }
24063
- .v-calendar-weekly .v-calendar__container.days__4 {
24064
- grid-template-columns: repeat(4, 1fr);
24200
+ .v-calendar-weekly .v-calendar-weekly__head-weekday.v-past {
24201
+ color: rgb(var(--v-theme-on-surface));
24065
24202
  }
24066
- .v-calendar-weekly .v-calendar__container.days__3 {
24067
- grid-template-columns: repeat(3, 1fr);
24203
+ .v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside {
24204
+ background-color: rgb(var(--v-theme-surface-light));
24205
+ color: rgb(var(--v-theme-on-surface-light));
24068
24206
  }
24069
- .v-calendar-weekly .v-calendar__container.days__2 {
24070
- grid-template-columns: repeat(2, 1fr);
24207
+ .v-calendar-weekly .v-calendar-weekly__head-weeknumber {
24208
+ background-color: rgb(var(--v-theme-surface));
24209
+ color: rgb(var(--v-theme-on-surface));
24210
+ border-right: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
24071
24211
  }
24072
- .v-calendar-weekly .v-calendar__container.days__1 {
24073
- grid-template-columns: repeat(1, 1fr);
24212
+ .v-calendar-weekly .v-calendar-weekly__day {
24213
+ border-right: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
24214
+ border-bottom: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
24074
24215
  }
24075
- .v-calendar-weekly .v-calendar__container.days__0 {
24076
- grid-template-columns: repeat(1, 1fr);
24216
+ .v-calendar-weekly .v-calendar-weekly__day.v-outside {
24217
+ background-color: rgb(var(--v-theme-surface-light));
24218
+ color: rgb(var(--v-theme-on-surface-light));
24077
24219
  }
24078
-
24079
- .v-calendar-weekly__head-weekday {
24080
- padding-bottom: 4px;
24220
+ .v-calendar-weekly .v-calendar-weekly__weeknumber {
24221
+ background-color: rgb(var(--v-theme-surface));
24222
+ color: rgb(var(--v-theme-on-surface));
24223
+ border-right: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
24224
+ border-bottom: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
24081
24225
  }
24082
24226
 
24083
- .v-calendar-weekly__head-weekday .v-calendar-day-label__today {
24084
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24085
- color: rgb(var(--v-theme-on-surface-variant));
24086
- }
24087
- .v-calendar-day__row-with-label {
24088
- display: grid;
24089
- grid-template-columns: 48px 8px 1fr;
24090
- border-right: thin solid #e0e0e0;
24091
- }
24092
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
24093
- position: relative;
24094
- border-right: thin solid #e0e0e0;
24095
- }
24096
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
24097
- content: "";
24098
- border-bottom: thin solid #e0e0e0;
24099
- position: absolute;
24227
+ .v-calendar-weekly {
24100
24228
  width: 100%;
24101
- margin-top: -1px;
24102
- z-index: 3;
24103
- pointer-events: none;
24104
- }
24105
- .v-calendar-day__row-with-label .v-calendar-day__row-label {
24106
- font-size: 10px;
24107
- text-align: center;
24108
- position: relative;
24109
- top: -8px;
24110
- }
24111
- .v-calendar-day__row-with-label .v-calendar-day__row-content {
24112
- border-bottom: thin solid #e0e0e0;
24113
- }
24114
- .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
24115
- border-bottom: none;
24229
+ height: 100%;
24230
+ display: flex;
24231
+ flex-direction: column;
24232
+ min-height: 0;
24116
24233
  }
24117
24234
 
24118
- .v-calendar-day__row-without-label {
24119
- display: grid;
24120
- grid-template-columns: 1fr;
24121
- border-right: thin solid #e0e0e0;
24122
- }
24123
- .v-calendar-day__row-without-label .v-calendar-day__row-content {
24124
- overflow: hidden;
24125
- border-bottom: thin solid #e0e0e0;
24126
- }
24127
- .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
24128
- border-bottom: none;
24235
+ .v-calendar-weekly__head {
24236
+ display: flex;
24237
+ user-select: none;
24129
24238
  }
24130
- .v-calendar-internal-event {
24239
+
24240
+ .v-calendar-weekly__head-weekday {
24241
+ flex: 1 0 20px;
24242
+ user-select: none;
24243
+ padding: 0px 4px 0px 4px;
24244
+ font-size: 11px;
24131
24245
  overflow: hidden;
24132
- padding: 4px;
24246
+ text-align: center;
24133
24247
  text-overflow: ellipsis;
24248
+ text-transform: uppercase;
24134
24249
  white-space: nowrap;
24135
24250
  }
24136
- .v-calendar-header {
24137
- align-items: center;
24138
- display: flex;
24139
- min-height: 64px;
24140
- }
24141
24251
 
24142
- .v-calendar-header__today {
24143
- margin-inline-end: 24px;
24252
+ .v-calendar-weekly__head-weeknumber {
24253
+ position: relative;
24254
+ flex: 0 0 24px;
24144
24255
  }
24145
24256
 
24146
- .v-calendar-header__title {
24147
- font-size: 1.5rem;
24148
- margin-inline-start: 24px;
24257
+ .v-calendar-weekly__week {
24258
+ display: flex;
24259
+ flex: 1;
24260
+ height: unset;
24261
+ min-height: 0;
24149
24262
  }
24150
- .v-calendar-month__day {
24151
- position: relative;
24263
+
24264
+ .v-calendar-weekly__weeknumber {
24152
24265
  display: flex;
24153
- flex-direction: column;
24154
- min-width: 0;
24155
- min-height: 150px;
24156
- border-right: thin solid #e0e0e0;
24157
- border-bottom: thin solid #e0e0e0;
24158
- flex: 1 1 auto;
24159
- border-inline-end: thin solid #e0e0e0;
24266
+ flex: 0 0 24px;
24267
+ height: unset;
24268
+ min-height: 0;
24269
+ padding-top: 14.5px;
24270
+ text-align: center;
24271
+ }
24272
+ .v-calendar-weekly__weeknumber > small {
24273
+ width: 100% !important;
24160
24274
  }
24161
24275
 
24162
24276
  .v-calendar-weekly__day {
@@ -24167,12 +24281,6 @@ html.overflow-y-hidden {
24167
24281
  position: relative;
24168
24282
  padding: 0px 0px 0px 0px;
24169
24283
  min-width: 0;
24170
- min-height: 150px;
24171
- border-right: thin solid #e0e0e0;
24172
- border-bottom: thin solid #e0e0e0;
24173
- flex: 1 1 auto;
24174
- border-inline-end: thin solid #e0e0e0;
24175
- text-align: center;
24176
24284
  }
24177
24285
  .v-calendar-weekly__day.v-present .v-calendar-weekly__day-month {
24178
24286
  color: currentColor;
@@ -24184,14 +24292,11 @@ html.overflow-y-hidden {
24184
24292
  cursor: pointer;
24185
24293
  box-shadow: none;
24186
24294
  text-align: center;
24295
+ margin: 4px 0 0 0;
24187
24296
  }
24188
24297
  .v-calendar-weekly__day-label .v-btn {
24189
24298
  font-size: 12px;
24190
- text-transform: none !important;
24191
- }
24192
- .v-calendar-weekly__day-label .v-btn.v-calendar-weekly__day-label__today {
24193
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24194
- color: rgb(var(--v-theme-on-surface-variant));
24299
+ text-transform: none;
24195
24300
  }
24196
24301
 
24197
24302
  .v-calendar-weekly__day-month {
@@ -24204,9 +24309,247 @@ html.overflow-y-hidden {
24204
24309
  height: 32px;
24205
24310
  line-height: 32px;
24206
24311
  }
24312
+ .v-calendar-events .v-event-more {
24313
+ background-color: rgb(var(--v-theme-surface));
24314
+ color: rgb(var(--v-theme-on-surface));
24315
+ }
24316
+ .v-calendar-events .v-event-more.v-outside {
24317
+ background-color: rgb(var(--v-theme-surface-light));
24318
+ color: rgb(var(--v-theme-on-surface-light));
24319
+ }
24207
24320
 
24208
- .v-calendar-weekly__day-alldayevents-container {
24209
- min-height: 24px;
24321
+ .v-calendar .v-event {
24322
+ position: relative;
24323
+ overflow: hidden;
24324
+ text-overflow: ellipsis;
24325
+ white-space: nowrap;
24326
+ font-size: 12px;
24327
+ cursor: pointer;
24328
+ line-height: 20px;
24329
+ margin-right: -1px;
24330
+ z-index: 1;
24331
+ border-radius: 4px;
24332
+ }
24333
+ .v-calendar .v-event-more {
24334
+ overflow: hidden;
24335
+ text-overflow: ellipsis;
24336
+ white-space: nowrap;
24337
+ font-size: 12px;
24338
+ cursor: pointer;
24339
+ font-weight: bold;
24340
+ z-index: 1;
24341
+ position: relative;
24342
+ }
24343
+ .v-calendar .v-event-timed-container {
24344
+ position: absolute;
24345
+ top: 0;
24346
+ bottom: 0;
24347
+ left: 0;
24348
+ right: 0;
24349
+ margin-right: 10px;
24350
+ pointer-events: none;
24351
+ }
24352
+ .v-calendar .v-event-timed {
24353
+ position: absolute;
24354
+ white-space: nowrap;
24355
+ text-overflow: ellipsis;
24356
+ font-size: 12px;
24357
+ cursor: pointer;
24358
+ border: 1px solid rgb(var(--v-theme-surface));
24359
+ border-radius: 4px;
24360
+ pointer-events: all;
24361
+ }
24362
+ .v-calendar .v-event-summary {
24363
+ display: inline-block;
24364
+ overflow: hidden;
24365
+ text-overflow: ellipsis;
24366
+ width: 100%;
24367
+ white-space: nowrap;
24368
+ }
24369
+ .v-calendar.v-calendar-events .v-calendar-weekly__head-weekday {
24370
+ margin-right: -1px;
24371
+ }
24372
+ .v-calendar.v-calendar-events .v-calendar-weekly__day {
24373
+ overflow: visible;
24374
+ margin-right: -1px;
24375
+ }
24376
+ .v-icon-btn {
24377
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24378
+ border-style: solid;
24379
+ border-width: 0;
24380
+ }
24381
+ .v-icon-btn--border {
24382
+ border-width: thin;
24383
+ box-shadow: none;
24384
+ }
24385
+ .v-icon-btn {
24386
+ border-radius: 50%;
24387
+ }
24388
+ .v-icon-btn:hover > .v-icon-btn__overlay {
24389
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24390
+ }
24391
+ .v-icon-btn:focus-visible > .v-icon-btn__overlay {
24392
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24393
+ }
24394
+ @supports not selector(:focus-visible) {
24395
+ .v-icon-btn:focus > .v-icon-btn__overlay {
24396
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24397
+ }
24398
+ }
24399
+ .v-icon-btn--active > .v-icon-btn__overlay, .v-icon-btn[aria-haspopup=menu][aria-expanded=true] > .v-icon-btn__overlay {
24400
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
24401
+ }
24402
+ .v-icon-btn--active:hover > .v-icon-btn__overlay, .v-icon-btn[aria-haspopup=menu][aria-expanded=true]:hover > .v-icon-btn__overlay {
24403
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
24404
+ }
24405
+ .v-icon-btn--active:focus-visible > .v-icon-btn__overlay, .v-icon-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-icon-btn__overlay {
24406
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24407
+ }
24408
+ @supports not selector(:focus-visible) {
24409
+ .v-icon-btn--active:focus > .v-icon-btn__overlay, .v-icon-btn[aria-haspopup=menu][aria-expanded=true]:focus > .v-icon-btn__overlay {
24410
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24411
+ }
24412
+ }
24413
+ .v-icon-btn--variant-plain, .v-icon-btn--variant-outlined, .v-icon-btn--variant-text, .v-icon-btn--variant-tonal {
24414
+ background: transparent;
24415
+ color: inherit;
24416
+ }
24417
+ .v-icon-btn--variant-plain {
24418
+ opacity: 0.62;
24419
+ }
24420
+ .v-icon-btn--variant-plain:focus, .v-icon-btn--variant-plain:hover {
24421
+ opacity: 1;
24422
+ }
24423
+ .v-icon-btn--variant-plain .v-icon-btn__overlay {
24424
+ display: none;
24425
+ }
24426
+ .v-icon-btn--variant-elevated, .v-icon-btn--variant-flat {
24427
+ background: rgb(var(--v-theme-surface));
24428
+ color: inherit;
24429
+ }
24430
+ .v-icon-btn--variant-elevated {
24431
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24432
+ }
24433
+ .v-icon-btn--variant-flat {
24434
+ 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));
24435
+ }
24436
+ .v-icon-btn--variant-outlined {
24437
+ border: thin solid currentColor;
24438
+ }
24439
+ .v-icon-btn--variant-text .v-icon-btn__overlay {
24440
+ background: currentColor;
24441
+ }
24442
+ .v-icon-btn--variant-tonal .v-icon-btn__underlay {
24443
+ background: currentColor;
24444
+ opacity: var(--v-activated-opacity);
24445
+ border-radius: inherit;
24446
+ top: 0;
24447
+ right: 0;
24448
+ bottom: 0;
24449
+ left: 0;
24450
+ pointer-events: none;
24451
+ }
24452
+ .v-icon-btn .v-icon-btn__underlay {
24453
+ position: absolute;
24454
+ }
24455
+ .v-icon-btn {
24456
+ align-items: center;
24457
+ cursor: pointer;
24458
+ display: inline-flex;
24459
+ flex: none;
24460
+ font-size: 0.875rem;
24461
+ font-weight: 500;
24462
+ height: var(--v-icon-btn-height);
24463
+ justify-content: center;
24464
+ outline: none;
24465
+ position: relative;
24466
+ transition-property: width, height, transform;
24467
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24468
+ vertical-align: middle;
24469
+ width: var(--v-icon-btn-width);
24470
+ }
24471
+ @supports selector(:focus-visible) {
24472
+ .v-icon-btn::after {
24473
+ pointer-events: none;
24474
+ border: 2px solid currentColor;
24475
+ border-radius: inherit;
24476
+ opacity: 0;
24477
+ transition: opacity 0.2s ease-in-out;
24478
+ }
24479
+ .v-icon-btn::after {
24480
+ content: "";
24481
+ position: absolute;
24482
+ top: 0;
24483
+ left: 0;
24484
+ width: 100%;
24485
+ height: 100%;
24486
+ }
24487
+ .v-icon-btn:focus-visible::after {
24488
+ opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
24489
+ }
24490
+ }
24491
+ .v-icon-btn--disabled, .v-icon-btn--loading, .v-icon-btn--readonly {
24492
+ pointer-events: none;
24493
+ }
24494
+ .v-icon-btn--disabled {
24495
+ opacity: 0.26;
24496
+ }
24497
+ .v-icon-btn--start {
24498
+ margin-inline-end: 8px;
24499
+ }
24500
+ .v-icon-btn--end {
24501
+ margin-inline-start: 8px;
24502
+ }
24503
+
24504
+ .v-icon-btn__content {
24505
+ align-items: center;
24506
+ justify-content: center;
24507
+ display: inline-flex;
24508
+ transition: inherit;
24509
+ transition-property: transform;
24510
+ transform: rotate(var(--v-icon-btn-rotate, 0deg));
24511
+ }
24512
+ .v-icon-btn--loading .v-icon-btn__content {
24513
+ opacity: 0;
24514
+ }
24515
+ .v-icon-btn__content .v-icon {
24516
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24517
+ transition-property: opacity, font-size, width, height;
24518
+ transform-origin: center;
24519
+ }
24520
+
24521
+ .v-icon-btn__loader {
24522
+ align-items: center;
24523
+ display: flex;
24524
+ height: 100%;
24525
+ justify-content: center;
24526
+ left: 0;
24527
+ position: absolute;
24528
+ top: 0;
24529
+ width: 100%;
24530
+ }
24531
+
24532
+ .v-icon-btn__overlay,
24533
+ .v-icon-btn__underlay {
24534
+ border-radius: inherit;
24535
+ pointer-events: none;
24536
+ }
24537
+ .v-icon-btn__overlay,
24538
+ .v-icon-btn__underlay {
24539
+ position: absolute;
24540
+ top: 0;
24541
+ left: 0;
24542
+ width: 100%;
24543
+ height: 100%;
24544
+ }
24545
+
24546
+ .v-icon-btn__overlay {
24547
+ background-color: currentColor;
24548
+ opacity: 0;
24549
+ transition: opacity 0.2s ease-in-out;
24550
+ }
24551
+ .v-icon-btn--active:not(:hover) .v-icon-btn__overlay {
24552
+ --v-activated-opacity: 0;
24210
24553
  }
24211
24554
 
24212
24555
  .v-carousel {
@@ -24342,6 +24685,11 @@ html.overflow-y-hidden {
24342
24685
  background: rgb(var(--v-theme-surface));
24343
24686
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24344
24687
  }
24688
+ @media (prefers-reduced-motion: reduce) {
24689
+ .v-navigation-drawer {
24690
+ transition: none;
24691
+ }
24692
+ }
24345
24693
  .v-navigation-drawer--rounded {
24346
24694
  border-radius: 4px;
24347
24695
  }
@@ -24975,9 +25323,19 @@ html.overflow-y-hidden {
24975
25323
  .v-timeline .v-timeline-divider__dot {
24976
25324
  background: rgb(var(--v-theme-surface-light));
24977
25325
  }
25326
+ @media (forced-colors: active) {
25327
+ .v-timeline .v-timeline-divider__dot {
25328
+ border: 2px solid;
25329
+ }
25330
+ }
24978
25331
  .v-timeline .v-timeline-divider__inner-dot {
24979
25332
  background: rgb(var(--v-theme-on-surface));
24980
25333
  }
25334
+ @media (forced-colors: active) {
25335
+ .v-timeline .v-timeline-divider__inner-dot {
25336
+ background-color: transparent !important;
25337
+ }
25338
+ }
24981
25339
 
24982
25340
  .v-timeline {
24983
25341
  display: grid;
@@ -25078,6 +25436,12 @@ html.overflow-y-hidden {
25078
25436
  top: -12px;
25079
25437
  }
25080
25438
 
25439
+ @media (forced-colors: active) {
25440
+ .v-timeline-divider__before {
25441
+ background: canvastext;
25442
+ }
25443
+ }
25444
+
25081
25445
  .v-timeline-divider__after {
25082
25446
  background: rgba(var(--v-border-color), var(--v-border-opacity));
25083
25447
  position: absolute;
@@ -25095,6 +25459,12 @@ html.overflow-y-hidden {
25095
25459
  bottom: -12px;
25096
25460
  }
25097
25461
 
25462
+ @media (forced-colors: active) {
25463
+ .v-timeline-divider__after {
25464
+ background: canvastext;
25465
+ }
25466
+ }
25467
+
25098
25468
  .v-timeline--vertical .v-timeline-item:first-child .v-timeline-divider__before {
25099
25469
  height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
25100
25470
  top: 0;
@@ -25468,6 +25838,11 @@ html.overflow-y-hidden {
25468
25838
  transition-property: margin-top, border-radius, border, max-width;
25469
25839
  border-radius: 4px;
25470
25840
  }
25841
+ @media (prefers-reduced-motion: reduce) {
25842
+ .v-expansion-panel {
25843
+ transition-property: border-radius, border;
25844
+ }
25845
+ }
25471
25846
  .v-expansion-panel:not(:first-child)::after {
25472
25847
  border-top-style: solid;
25473
25848
  border-top-width: thin;
@@ -25523,10 +25898,14 @@ html.overflow-y-hidden {
25523
25898
  outline: none;
25524
25899
  padding: 16px 24px;
25525
25900
  position: relative;
25526
- transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
25527
25901
  width: 100%;
25528
25902
  justify-content: space-between;
25529
25903
  }
25904
+ @media (prefers-reduced-motion: no-preference) {
25905
+ .v-expansion-panel-title {
25906
+ transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
25907
+ }
25908
+ }
25530
25909
  .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
25531
25910
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
25532
25911
  }