vuetify 3.4.10 → 3.5.0

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.
Files changed (164) hide show
  1. package/dist/json/attributes.json +311 -219
  2. package/dist/json/importMap-labs.json +8 -8
  3. package/dist/json/importMap.json +130 -130
  4. package/dist/json/tags.json +23 -0
  5. package/dist/json/web-types.json +3456 -3108
  6. package/dist/vuetify-labs.css +2997 -2913
  7. package/dist/vuetify-labs.d.ts +7835 -1501
  8. package/dist/vuetify-labs.esm.js +15280 -15027
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +15279 -15025
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +937 -855
  13. package/dist/vuetify.d.ts +7876 -1542
  14. package/dist/vuetify.esm.js +15280 -15027
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +15279 -15025
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +940 -911
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/blueprints/index.d.mts +11 -1
  22. package/lib/blueprints/md1.d.mts +11 -1
  23. package/lib/blueprints/md2.d.mts +11 -1
  24. package/lib/blueprints/md3.d.mts +11 -1
  25. package/lib/components/VAlert/VAlert.css +2 -2
  26. package/lib/components/VAlert/_variables.scss +2 -2
  27. package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
  28. package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -2
  29. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  30. package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
  31. package/lib/components/VAutocomplete/index.d.mts +1698 -0
  32. package/lib/components/VBanner/index.d.mts +4 -4
  33. package/lib/components/VBtn/VBtn.mjs +3 -1
  34. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  35. package/lib/components/VBtn/index.d.mts +21 -5
  36. package/lib/components/VCard/VCard.css +6 -2
  37. package/lib/components/VCard/VCard.sass +5 -0
  38. package/lib/components/VCard/VCardItem.mjs +23 -10
  39. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  40. package/lib/components/VCard/_variables.scss +2 -2
  41. package/lib/components/VCarousel/index.d.mts +35 -14
  42. package/lib/components/VChipGroup/VChipGroup.css +3 -3
  43. package/lib/components/VChipGroup/VChipGroup.mjs +22 -16
  44. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  45. package/lib/components/VChipGroup/VChipGroup.sass +4 -3
  46. package/lib/components/VChipGroup/index.d.mts +118 -1
  47. package/lib/components/VCombobox/VCombobox.css +1 -1
  48. package/lib/components/VCombobox/VCombobox.mjs +9 -3
  49. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  50. package/lib/components/VCombobox/VCombobox.sass +1 -1
  51. package/lib/components/VCombobox/index.d.mts +1704 -0
  52. package/lib/components/VDataIterator/VDataIterator.mjs +2 -1
  53. package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
  54. package/lib/components/VDataIterator/index.d.mts +7 -0
  55. package/lib/components/VDataTable/VDataTable.css +2 -1
  56. package/lib/components/VDataTable/VDataTable.mjs +4 -2
  57. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  58. package/lib/components/VDataTable/VDataTable.sass +2 -1
  59. package/lib/components/VDataTable/VDataTableFooter.css +9 -4
  60. package/lib/components/VDataTable/VDataTableFooter.sass +9 -4
  61. package/lib/components/VDataTable/VDataTableHeaders.mjs +6 -2
  62. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  63. package/lib/components/VDataTable/VDataTableVirtual.mjs +4 -3
  64. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  65. package/lib/components/VDataTable/_variables.scss +5 -0
  66. package/lib/components/VDataTable/composables/headers.mjs +16 -12
  67. package/lib/components/VDataTable/composables/headers.mjs.map +1 -1
  68. package/lib/components/VDataTable/composables/paginate.mjs +6 -2
  69. package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
  70. package/lib/components/VDataTable/composables/sort.mjs +13 -3
  71. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  72. package/lib/components/VDataTable/index.d.mts +92 -30
  73. package/lib/components/VDataTable/types.mjs.map +1 -1
  74. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  75. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  76. package/lib/components/VDatePicker/VDatePickerMonth.mjs +56 -11
  77. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  78. package/lib/components/VDatePicker/index.d.mts +34 -19
  79. package/lib/components/VFileInput/VFileInput.mjs +2 -2
  80. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  81. package/lib/components/VImg/VImg.css +3 -0
  82. package/lib/components/VImg/VImg.mjs +14 -3
  83. package/lib/components/VImg/VImg.mjs.map +1 -1
  84. package/lib/components/VImg/VImg.sass +3 -0
  85. package/lib/components/VImg/_variables.scss +3 -0
  86. package/lib/components/VImg/index.d.mts +21 -0
  87. package/lib/components/VList/VList.mjs +5 -1
  88. package/lib/components/VList/VList.mjs.map +1 -1
  89. package/lib/components/VList/VListItem.css +1 -0
  90. package/lib/components/VList/VListItem.sass +1 -0
  91. package/lib/components/VList/_variables.scss +1 -0
  92. package/lib/components/VList/index.d.mts +12 -0
  93. package/lib/components/VOverlay/locationStrategies.mjs +1 -3
  94. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  95. package/lib/components/VPagination/VPagination.mjs +10 -10
  96. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  97. package/lib/components/VPagination/index.d.mts +2 -2
  98. package/lib/components/VSelect/VSelect.mjs +5 -2
  99. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  100. package/lib/components/VSelect/index.d.mts +1689 -0
  101. package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -3
  102. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  103. package/lib/components/VSlideGroup/index.d.mts +7 -7
  104. package/lib/components/VSlider/VSliderThumb.mjs +4 -3
  105. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  106. package/lib/components/VSlider/VSliderTrack.css +1 -1
  107. package/lib/components/VSlider/VSliderTrack.sass +1 -1
  108. package/lib/components/VSlider/_variables.scss +1 -0
  109. package/lib/components/VSwitch/VSwitch.css +22 -2
  110. package/lib/components/VSwitch/VSwitch.mjs +26 -3
  111. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  112. package/lib/components/VSwitch/VSwitch.sass +20 -2
  113. package/lib/components/VSwitch/index.d.mts +37 -6
  114. package/lib/components/VSystemBar/VSystemBar.css +2 -2
  115. package/lib/components/VSystemBar/_variables.scss +2 -2
  116. package/lib/components/VTabs/VTab.mjs +6 -6
  117. package/lib/components/VTabs/VTab.mjs.map +1 -1
  118. package/lib/components/VTabs/index.d.mts +1116 -17
  119. package/lib/components/VTimeline/VTimeline.css +1 -1
  120. package/lib/components/VTimeline/_variables.scss +1 -1
  121. package/lib/components/VToolbar/VToolbar.css +2 -2
  122. package/lib/components/VToolbar/_variables.scss +2 -2
  123. package/lib/components/VWindow/VWindow.mjs +2 -2
  124. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  125. package/lib/components/VWindow/index.d.mts +8 -8
  126. package/lib/components/index.d.mts +8508 -2196
  127. package/lib/composables/calendar.mjs +1 -1
  128. package/lib/composables/calendar.mjs.map +1 -1
  129. package/lib/composables/date/adapters/vuetify.mjs +1 -2
  130. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  131. package/lib/composables/date/date.mjs +4 -4
  132. package/lib/composables/date/date.mjs.map +1 -1
  133. package/lib/composables/goto.mjs +105 -0
  134. package/lib/composables/goto.mjs.map +1 -0
  135. package/lib/composables/index.mjs +1 -0
  136. package/lib/composables/index.mjs.map +1 -1
  137. package/lib/composables/locale.mjs +47 -2
  138. package/lib/composables/locale.mjs.map +1 -1
  139. package/lib/composables/theme.mjs +2 -0
  140. package/lib/composables/theme.mjs.map +1 -1
  141. package/lib/entry-bundler.mjs +1 -1
  142. package/lib/entry-bundler.mjs.map +1 -1
  143. package/lib/framework.mjs +6 -2
  144. package/lib/framework.mjs.map +1 -1
  145. package/lib/index.d.mts +65 -43
  146. package/lib/labs/VCalendar/VCalendar.css +4 -2
  147. package/lib/labs/VCalendar/VCalendar.sass +4 -2
  148. package/lib/labs/VCalendar/_variables.scss +5 -0
  149. package/lib/locale/index.d.mts +124 -66
  150. package/lib/locale/index.mjs +1 -43
  151. package/lib/locale/index.mjs.map +1 -1
  152. package/lib/locale/km.mjs +101 -0
  153. package/lib/locale/km.mjs.map +1 -0
  154. package/lib/locale/sk.mjs +22 -22
  155. package/lib/locale/sk.mjs.map +1 -1
  156. package/lib/styles/main.css +126 -78
  157. package/lib/styles/settings/_utilities.scss +7 -0
  158. package/lib/util/helpers.mjs +1 -43
  159. package/lib/util/helpers.mjs.map +1 -1
  160. package/package.json +3 -2
  161. package/lib/components/VDatePicker/utils.mjs +0 -69
  162. package/lib/components/VDatePicker/utils.mjs.map +0 -1
  163. package/lib/util/dateTimeUtils.mjs +0 -115
  164. package/lib/util/dateTimeUtils.mjs.map +0 -1
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.4.10
2
+ * Vuetify v3.5.0
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -6681,7 +6681,7 @@ html.overflow-y-hidden {
6681
6681
  font-weight: 300;
6682
6682
  line-height: 6rem;
6683
6683
  letter-spacing: -0.015625em !important;
6684
- font-family: "Roboto", sans-serif !important;
6684
+ font-family: "Roboto", sans-serif;
6685
6685
  text-transform: none !important;
6686
6686
  }
6687
6687
 
@@ -6690,7 +6690,7 @@ html.overflow-y-hidden {
6690
6690
  font-weight: 300;
6691
6691
  line-height: 3.75rem;
6692
6692
  letter-spacing: -0.0083333333em !important;
6693
- font-family: "Roboto", sans-serif !important;
6693
+ font-family: "Roboto", sans-serif;
6694
6694
  text-transform: none !important;
6695
6695
  }
6696
6696
 
@@ -6699,7 +6699,7 @@ html.overflow-y-hidden {
6699
6699
  font-weight: 400;
6700
6700
  line-height: 3.125rem;
6701
6701
  letter-spacing: normal !important;
6702
- font-family: "Roboto", sans-serif !important;
6702
+ font-family: "Roboto", sans-serif;
6703
6703
  text-transform: none !important;
6704
6704
  }
6705
6705
 
@@ -6708,7 +6708,7 @@ html.overflow-y-hidden {
6708
6708
  font-weight: 400;
6709
6709
  line-height: 2.5rem;
6710
6710
  letter-spacing: 0.0073529412em !important;
6711
- font-family: "Roboto", sans-serif !important;
6711
+ font-family: "Roboto", sans-serif;
6712
6712
  text-transform: none !important;
6713
6713
  }
6714
6714
 
@@ -6717,7 +6717,7 @@ html.overflow-y-hidden {
6717
6717
  font-weight: 400;
6718
6718
  line-height: 2rem;
6719
6719
  letter-spacing: normal !important;
6720
- font-family: "Roboto", sans-serif !important;
6720
+ font-family: "Roboto", sans-serif;
6721
6721
  text-transform: none !important;
6722
6722
  }
6723
6723
 
@@ -6726,7 +6726,7 @@ html.overflow-y-hidden {
6726
6726
  font-weight: 500;
6727
6727
  line-height: 2rem;
6728
6728
  letter-spacing: 0.0125em !important;
6729
- font-family: "Roboto", sans-serif !important;
6729
+ font-family: "Roboto", sans-serif;
6730
6730
  text-transform: none !important;
6731
6731
  }
6732
6732
 
@@ -6735,7 +6735,7 @@ html.overflow-y-hidden {
6735
6735
  font-weight: normal;
6736
6736
  line-height: 1.75rem;
6737
6737
  letter-spacing: 0.009375em !important;
6738
- font-family: "Roboto", sans-serif !important;
6738
+ font-family: "Roboto", sans-serif;
6739
6739
  text-transform: none !important;
6740
6740
  }
6741
6741
 
@@ -6744,7 +6744,7 @@ html.overflow-y-hidden {
6744
6744
  font-weight: 500;
6745
6745
  line-height: 1.375rem;
6746
6746
  letter-spacing: 0.0071428571em !important;
6747
- font-family: "Roboto", sans-serif !important;
6747
+ font-family: "Roboto", sans-serif;
6748
6748
  text-transform: none !important;
6749
6749
  }
6750
6750
 
@@ -6753,7 +6753,7 @@ html.overflow-y-hidden {
6753
6753
  font-weight: 400;
6754
6754
  line-height: 1.5rem;
6755
6755
  letter-spacing: 0.03125em !important;
6756
- font-family: "Roboto", sans-serif !important;
6756
+ font-family: "Roboto", sans-serif;
6757
6757
  text-transform: none !important;
6758
6758
  }
6759
6759
 
@@ -6762,7 +6762,7 @@ html.overflow-y-hidden {
6762
6762
  font-weight: 400;
6763
6763
  line-height: 1.25rem;
6764
6764
  letter-spacing: 0.0178571429em !important;
6765
- font-family: "Roboto", sans-serif !important;
6765
+ font-family: "Roboto", sans-serif;
6766
6766
  text-transform: none !important;
6767
6767
  }
6768
6768
 
@@ -6771,7 +6771,7 @@ html.overflow-y-hidden {
6771
6771
  font-weight: 500;
6772
6772
  line-height: 2.25rem;
6773
6773
  letter-spacing: 0.0892857143em !important;
6774
- font-family: "Roboto", sans-serif !important;
6774
+ font-family: "Roboto", sans-serif;
6775
6775
  text-transform: uppercase !important;
6776
6776
  }
6777
6777
 
@@ -6780,7 +6780,7 @@ html.overflow-y-hidden {
6780
6780
  font-weight: 400;
6781
6781
  line-height: 1.25rem;
6782
6782
  letter-spacing: 0.0333333333em !important;
6783
- font-family: "Roboto", sans-serif !important;
6783
+ font-family: "Roboto", sans-serif;
6784
6784
  text-transform: none !important;
6785
6785
  }
6786
6786
 
@@ -6789,7 +6789,7 @@ html.overflow-y-hidden {
6789
6789
  font-weight: 500;
6790
6790
  line-height: 2rem;
6791
6791
  letter-spacing: 0.1666666667em !important;
6792
- font-family: "Roboto", sans-serif !important;
6792
+ font-family: "Roboto", sans-serif;
6793
6793
  text-transform: uppercase !important;
6794
6794
  }
6795
6795
 
@@ -6861,6 +6861,54 @@ html.overflow-y-hidden {
6861
6861
  position: sticky !important;
6862
6862
  }
6863
6863
 
6864
+ .cursor-auto {
6865
+ cursor: auto !important;
6866
+ }
6867
+
6868
+ .cursor-default {
6869
+ cursor: default !important;
6870
+ }
6871
+
6872
+ .cursor-pointer {
6873
+ cursor: pointer !important;
6874
+ }
6875
+
6876
+ .cursor-wait {
6877
+ cursor: wait !important;
6878
+ }
6879
+
6880
+ .cursor-text {
6881
+ cursor: text !important;
6882
+ }
6883
+
6884
+ .cursor-move {
6885
+ cursor: move !important;
6886
+ }
6887
+
6888
+ .cursor-help {
6889
+ cursor: help !important;
6890
+ }
6891
+
6892
+ .cursor-not-allowed {
6893
+ cursor: not-allowed !important;
6894
+ }
6895
+
6896
+ .cursor-progress {
6897
+ cursor: progress !important;
6898
+ }
6899
+
6900
+ .cursor-grab {
6901
+ cursor: grab !important;
6902
+ }
6903
+
6904
+ .cursor-grabbing {
6905
+ cursor: grabbing !important;
6906
+ }
6907
+
6908
+ .cursor-none {
6909
+ cursor: none !important;
6910
+ }
6911
+
6864
6912
  .fill-height {
6865
6913
  height: 100% !important;
6866
6914
  }
@@ -8819,7 +8867,7 @@ html.overflow-y-hidden {
8819
8867
  font-weight: 300;
8820
8868
  line-height: 6rem;
8821
8869
  letter-spacing: -0.015625em !important;
8822
- font-family: "Roboto", sans-serif !important;
8870
+ font-family: "Roboto", sans-serif;
8823
8871
  text-transform: none !important;
8824
8872
  }
8825
8873
  .text-sm-h2 {
@@ -8827,7 +8875,7 @@ html.overflow-y-hidden {
8827
8875
  font-weight: 300;
8828
8876
  line-height: 3.75rem;
8829
8877
  letter-spacing: -0.0083333333em !important;
8830
- font-family: "Roboto", sans-serif !important;
8878
+ font-family: "Roboto", sans-serif;
8831
8879
  text-transform: none !important;
8832
8880
  }
8833
8881
  .text-sm-h3 {
@@ -8835,7 +8883,7 @@ html.overflow-y-hidden {
8835
8883
  font-weight: 400;
8836
8884
  line-height: 3.125rem;
8837
8885
  letter-spacing: normal !important;
8838
- font-family: "Roboto", sans-serif !important;
8886
+ font-family: "Roboto", sans-serif;
8839
8887
  text-transform: none !important;
8840
8888
  }
8841
8889
  .text-sm-h4 {
@@ -8843,7 +8891,7 @@ html.overflow-y-hidden {
8843
8891
  font-weight: 400;
8844
8892
  line-height: 2.5rem;
8845
8893
  letter-spacing: 0.0073529412em !important;
8846
- font-family: "Roboto", sans-serif !important;
8894
+ font-family: "Roboto", sans-serif;
8847
8895
  text-transform: none !important;
8848
8896
  }
8849
8897
  .text-sm-h5 {
@@ -8851,7 +8899,7 @@ html.overflow-y-hidden {
8851
8899
  font-weight: 400;
8852
8900
  line-height: 2rem;
8853
8901
  letter-spacing: normal !important;
8854
- font-family: "Roboto", sans-serif !important;
8902
+ font-family: "Roboto", sans-serif;
8855
8903
  text-transform: none !important;
8856
8904
  }
8857
8905
  .text-sm-h6 {
@@ -8859,7 +8907,7 @@ html.overflow-y-hidden {
8859
8907
  font-weight: 500;
8860
8908
  line-height: 2rem;
8861
8909
  letter-spacing: 0.0125em !important;
8862
- font-family: "Roboto", sans-serif !important;
8910
+ font-family: "Roboto", sans-serif;
8863
8911
  text-transform: none !important;
8864
8912
  }
8865
8913
  .text-sm-subtitle-1 {
@@ -8867,7 +8915,7 @@ html.overflow-y-hidden {
8867
8915
  font-weight: normal;
8868
8916
  line-height: 1.75rem;
8869
8917
  letter-spacing: 0.009375em !important;
8870
- font-family: "Roboto", sans-serif !important;
8918
+ font-family: "Roboto", sans-serif;
8871
8919
  text-transform: none !important;
8872
8920
  }
8873
8921
  .text-sm-subtitle-2 {
@@ -8875,7 +8923,7 @@ html.overflow-y-hidden {
8875
8923
  font-weight: 500;
8876
8924
  line-height: 1.375rem;
8877
8925
  letter-spacing: 0.0071428571em !important;
8878
- font-family: "Roboto", sans-serif !important;
8926
+ font-family: "Roboto", sans-serif;
8879
8927
  text-transform: none !important;
8880
8928
  }
8881
8929
  .text-sm-body-1 {
@@ -8883,7 +8931,7 @@ html.overflow-y-hidden {
8883
8931
  font-weight: 400;
8884
8932
  line-height: 1.5rem;
8885
8933
  letter-spacing: 0.03125em !important;
8886
- font-family: "Roboto", sans-serif !important;
8934
+ font-family: "Roboto", sans-serif;
8887
8935
  text-transform: none !important;
8888
8936
  }
8889
8937
  .text-sm-body-2 {
@@ -8891,7 +8939,7 @@ html.overflow-y-hidden {
8891
8939
  font-weight: 400;
8892
8940
  line-height: 1.25rem;
8893
8941
  letter-spacing: 0.0178571429em !important;
8894
- font-family: "Roboto", sans-serif !important;
8942
+ font-family: "Roboto", sans-serif;
8895
8943
  text-transform: none !important;
8896
8944
  }
8897
8945
  .text-sm-button {
@@ -8899,7 +8947,7 @@ html.overflow-y-hidden {
8899
8947
  font-weight: 500;
8900
8948
  line-height: 2.25rem;
8901
8949
  letter-spacing: 0.0892857143em !important;
8902
- font-family: "Roboto", sans-serif !important;
8950
+ font-family: "Roboto", sans-serif;
8903
8951
  text-transform: uppercase !important;
8904
8952
  }
8905
8953
  .text-sm-caption {
@@ -8907,7 +8955,7 @@ html.overflow-y-hidden {
8907
8955
  font-weight: 400;
8908
8956
  line-height: 1.25rem;
8909
8957
  letter-spacing: 0.0333333333em !important;
8910
- font-family: "Roboto", sans-serif !important;
8958
+ font-family: "Roboto", sans-serif;
8911
8959
  text-transform: none !important;
8912
8960
  }
8913
8961
  .text-sm-overline {
@@ -8915,7 +8963,7 @@ html.overflow-y-hidden {
8915
8963
  font-weight: 500;
8916
8964
  line-height: 2rem;
8917
8965
  letter-spacing: 0.1666666667em !important;
8918
- font-family: "Roboto", sans-serif !important;
8966
+ font-family: "Roboto", sans-serif;
8919
8967
  text-transform: uppercase !important;
8920
8968
  }
8921
8969
  }
@@ -10809,7 +10857,7 @@ html.overflow-y-hidden {
10809
10857
  font-weight: 300;
10810
10858
  line-height: 6rem;
10811
10859
  letter-spacing: -0.015625em !important;
10812
- font-family: "Roboto", sans-serif !important;
10860
+ font-family: "Roboto", sans-serif;
10813
10861
  text-transform: none !important;
10814
10862
  }
10815
10863
  .text-md-h2 {
@@ -10817,7 +10865,7 @@ html.overflow-y-hidden {
10817
10865
  font-weight: 300;
10818
10866
  line-height: 3.75rem;
10819
10867
  letter-spacing: -0.0083333333em !important;
10820
- font-family: "Roboto", sans-serif !important;
10868
+ font-family: "Roboto", sans-serif;
10821
10869
  text-transform: none !important;
10822
10870
  }
10823
10871
  .text-md-h3 {
@@ -10825,7 +10873,7 @@ html.overflow-y-hidden {
10825
10873
  font-weight: 400;
10826
10874
  line-height: 3.125rem;
10827
10875
  letter-spacing: normal !important;
10828
- font-family: "Roboto", sans-serif !important;
10876
+ font-family: "Roboto", sans-serif;
10829
10877
  text-transform: none !important;
10830
10878
  }
10831
10879
  .text-md-h4 {
@@ -10833,7 +10881,7 @@ html.overflow-y-hidden {
10833
10881
  font-weight: 400;
10834
10882
  line-height: 2.5rem;
10835
10883
  letter-spacing: 0.0073529412em !important;
10836
- font-family: "Roboto", sans-serif !important;
10884
+ font-family: "Roboto", sans-serif;
10837
10885
  text-transform: none !important;
10838
10886
  }
10839
10887
  .text-md-h5 {
@@ -10841,7 +10889,7 @@ html.overflow-y-hidden {
10841
10889
  font-weight: 400;
10842
10890
  line-height: 2rem;
10843
10891
  letter-spacing: normal !important;
10844
- font-family: "Roboto", sans-serif !important;
10892
+ font-family: "Roboto", sans-serif;
10845
10893
  text-transform: none !important;
10846
10894
  }
10847
10895
  .text-md-h6 {
@@ -10849,7 +10897,7 @@ html.overflow-y-hidden {
10849
10897
  font-weight: 500;
10850
10898
  line-height: 2rem;
10851
10899
  letter-spacing: 0.0125em !important;
10852
- font-family: "Roboto", sans-serif !important;
10900
+ font-family: "Roboto", sans-serif;
10853
10901
  text-transform: none !important;
10854
10902
  }
10855
10903
  .text-md-subtitle-1 {
@@ -10857,7 +10905,7 @@ html.overflow-y-hidden {
10857
10905
  font-weight: normal;
10858
10906
  line-height: 1.75rem;
10859
10907
  letter-spacing: 0.009375em !important;
10860
- font-family: "Roboto", sans-serif !important;
10908
+ font-family: "Roboto", sans-serif;
10861
10909
  text-transform: none !important;
10862
10910
  }
10863
10911
  .text-md-subtitle-2 {
@@ -10865,7 +10913,7 @@ html.overflow-y-hidden {
10865
10913
  font-weight: 500;
10866
10914
  line-height: 1.375rem;
10867
10915
  letter-spacing: 0.0071428571em !important;
10868
- font-family: "Roboto", sans-serif !important;
10916
+ font-family: "Roboto", sans-serif;
10869
10917
  text-transform: none !important;
10870
10918
  }
10871
10919
  .text-md-body-1 {
@@ -10873,7 +10921,7 @@ html.overflow-y-hidden {
10873
10921
  font-weight: 400;
10874
10922
  line-height: 1.5rem;
10875
10923
  letter-spacing: 0.03125em !important;
10876
- font-family: "Roboto", sans-serif !important;
10924
+ font-family: "Roboto", sans-serif;
10877
10925
  text-transform: none !important;
10878
10926
  }
10879
10927
  .text-md-body-2 {
@@ -10881,7 +10929,7 @@ html.overflow-y-hidden {
10881
10929
  font-weight: 400;
10882
10930
  line-height: 1.25rem;
10883
10931
  letter-spacing: 0.0178571429em !important;
10884
- font-family: "Roboto", sans-serif !important;
10932
+ font-family: "Roboto", sans-serif;
10885
10933
  text-transform: none !important;
10886
10934
  }
10887
10935
  .text-md-button {
@@ -10889,7 +10937,7 @@ html.overflow-y-hidden {
10889
10937
  font-weight: 500;
10890
10938
  line-height: 2.25rem;
10891
10939
  letter-spacing: 0.0892857143em !important;
10892
- font-family: "Roboto", sans-serif !important;
10940
+ font-family: "Roboto", sans-serif;
10893
10941
  text-transform: uppercase !important;
10894
10942
  }
10895
10943
  .text-md-caption {
@@ -10897,7 +10945,7 @@ html.overflow-y-hidden {
10897
10945
  font-weight: 400;
10898
10946
  line-height: 1.25rem;
10899
10947
  letter-spacing: 0.0333333333em !important;
10900
- font-family: "Roboto", sans-serif !important;
10948
+ font-family: "Roboto", sans-serif;
10901
10949
  text-transform: none !important;
10902
10950
  }
10903
10951
  .text-md-overline {
@@ -10905,7 +10953,7 @@ html.overflow-y-hidden {
10905
10953
  font-weight: 500;
10906
10954
  line-height: 2rem;
10907
10955
  letter-spacing: 0.1666666667em !important;
10908
- font-family: "Roboto", sans-serif !important;
10956
+ font-family: "Roboto", sans-serif;
10909
10957
  text-transform: uppercase !important;
10910
10958
  }
10911
10959
  }
@@ -12799,7 +12847,7 @@ html.overflow-y-hidden {
12799
12847
  font-weight: 300;
12800
12848
  line-height: 6rem;
12801
12849
  letter-spacing: -0.015625em !important;
12802
- font-family: "Roboto", sans-serif !important;
12850
+ font-family: "Roboto", sans-serif;
12803
12851
  text-transform: none !important;
12804
12852
  }
12805
12853
  .text-lg-h2 {
@@ -12807,7 +12855,7 @@ html.overflow-y-hidden {
12807
12855
  font-weight: 300;
12808
12856
  line-height: 3.75rem;
12809
12857
  letter-spacing: -0.0083333333em !important;
12810
- font-family: "Roboto", sans-serif !important;
12858
+ font-family: "Roboto", sans-serif;
12811
12859
  text-transform: none !important;
12812
12860
  }
12813
12861
  .text-lg-h3 {
@@ -12815,7 +12863,7 @@ html.overflow-y-hidden {
12815
12863
  font-weight: 400;
12816
12864
  line-height: 3.125rem;
12817
12865
  letter-spacing: normal !important;
12818
- font-family: "Roboto", sans-serif !important;
12866
+ font-family: "Roboto", sans-serif;
12819
12867
  text-transform: none !important;
12820
12868
  }
12821
12869
  .text-lg-h4 {
@@ -12823,7 +12871,7 @@ html.overflow-y-hidden {
12823
12871
  font-weight: 400;
12824
12872
  line-height: 2.5rem;
12825
12873
  letter-spacing: 0.0073529412em !important;
12826
- font-family: "Roboto", sans-serif !important;
12874
+ font-family: "Roboto", sans-serif;
12827
12875
  text-transform: none !important;
12828
12876
  }
12829
12877
  .text-lg-h5 {
@@ -12831,7 +12879,7 @@ html.overflow-y-hidden {
12831
12879
  font-weight: 400;
12832
12880
  line-height: 2rem;
12833
12881
  letter-spacing: normal !important;
12834
- font-family: "Roboto", sans-serif !important;
12882
+ font-family: "Roboto", sans-serif;
12835
12883
  text-transform: none !important;
12836
12884
  }
12837
12885
  .text-lg-h6 {
@@ -12839,7 +12887,7 @@ html.overflow-y-hidden {
12839
12887
  font-weight: 500;
12840
12888
  line-height: 2rem;
12841
12889
  letter-spacing: 0.0125em !important;
12842
- font-family: "Roboto", sans-serif !important;
12890
+ font-family: "Roboto", sans-serif;
12843
12891
  text-transform: none !important;
12844
12892
  }
12845
12893
  .text-lg-subtitle-1 {
@@ -12847,7 +12895,7 @@ html.overflow-y-hidden {
12847
12895
  font-weight: normal;
12848
12896
  line-height: 1.75rem;
12849
12897
  letter-spacing: 0.009375em !important;
12850
- font-family: "Roboto", sans-serif !important;
12898
+ font-family: "Roboto", sans-serif;
12851
12899
  text-transform: none !important;
12852
12900
  }
12853
12901
  .text-lg-subtitle-2 {
@@ -12855,7 +12903,7 @@ html.overflow-y-hidden {
12855
12903
  font-weight: 500;
12856
12904
  line-height: 1.375rem;
12857
12905
  letter-spacing: 0.0071428571em !important;
12858
- font-family: "Roboto", sans-serif !important;
12906
+ font-family: "Roboto", sans-serif;
12859
12907
  text-transform: none !important;
12860
12908
  }
12861
12909
  .text-lg-body-1 {
@@ -12863,7 +12911,7 @@ html.overflow-y-hidden {
12863
12911
  font-weight: 400;
12864
12912
  line-height: 1.5rem;
12865
12913
  letter-spacing: 0.03125em !important;
12866
- font-family: "Roboto", sans-serif !important;
12914
+ font-family: "Roboto", sans-serif;
12867
12915
  text-transform: none !important;
12868
12916
  }
12869
12917
  .text-lg-body-2 {
@@ -12871,7 +12919,7 @@ html.overflow-y-hidden {
12871
12919
  font-weight: 400;
12872
12920
  line-height: 1.25rem;
12873
12921
  letter-spacing: 0.0178571429em !important;
12874
- font-family: "Roboto", sans-serif !important;
12922
+ font-family: "Roboto", sans-serif;
12875
12923
  text-transform: none !important;
12876
12924
  }
12877
12925
  .text-lg-button {
@@ -12879,7 +12927,7 @@ html.overflow-y-hidden {
12879
12927
  font-weight: 500;
12880
12928
  line-height: 2.25rem;
12881
12929
  letter-spacing: 0.0892857143em !important;
12882
- font-family: "Roboto", sans-serif !important;
12930
+ font-family: "Roboto", sans-serif;
12883
12931
  text-transform: uppercase !important;
12884
12932
  }
12885
12933
  .text-lg-caption {
@@ -12887,7 +12935,7 @@ html.overflow-y-hidden {
12887
12935
  font-weight: 400;
12888
12936
  line-height: 1.25rem;
12889
12937
  letter-spacing: 0.0333333333em !important;
12890
- font-family: "Roboto", sans-serif !important;
12938
+ font-family: "Roboto", sans-serif;
12891
12939
  text-transform: none !important;
12892
12940
  }
12893
12941
  .text-lg-overline {
@@ -12895,7 +12943,7 @@ html.overflow-y-hidden {
12895
12943
  font-weight: 500;
12896
12944
  line-height: 2rem;
12897
12945
  letter-spacing: 0.1666666667em !important;
12898
- font-family: "Roboto", sans-serif !important;
12946
+ font-family: "Roboto", sans-serif;
12899
12947
  text-transform: uppercase !important;
12900
12948
  }
12901
12949
  }
@@ -14789,7 +14837,7 @@ html.overflow-y-hidden {
14789
14837
  font-weight: 300;
14790
14838
  line-height: 6rem;
14791
14839
  letter-spacing: -0.015625em !important;
14792
- font-family: "Roboto", sans-serif !important;
14840
+ font-family: "Roboto", sans-serif;
14793
14841
  text-transform: none !important;
14794
14842
  }
14795
14843
  .text-xl-h2 {
@@ -14797,7 +14845,7 @@ html.overflow-y-hidden {
14797
14845
  font-weight: 300;
14798
14846
  line-height: 3.75rem;
14799
14847
  letter-spacing: -0.0083333333em !important;
14800
- font-family: "Roboto", sans-serif !important;
14848
+ font-family: "Roboto", sans-serif;
14801
14849
  text-transform: none !important;
14802
14850
  }
14803
14851
  .text-xl-h3 {
@@ -14805,7 +14853,7 @@ html.overflow-y-hidden {
14805
14853
  font-weight: 400;
14806
14854
  line-height: 3.125rem;
14807
14855
  letter-spacing: normal !important;
14808
- font-family: "Roboto", sans-serif !important;
14856
+ font-family: "Roboto", sans-serif;
14809
14857
  text-transform: none !important;
14810
14858
  }
14811
14859
  .text-xl-h4 {
@@ -14813,7 +14861,7 @@ html.overflow-y-hidden {
14813
14861
  font-weight: 400;
14814
14862
  line-height: 2.5rem;
14815
14863
  letter-spacing: 0.0073529412em !important;
14816
- font-family: "Roboto", sans-serif !important;
14864
+ font-family: "Roboto", sans-serif;
14817
14865
  text-transform: none !important;
14818
14866
  }
14819
14867
  .text-xl-h5 {
@@ -14821,7 +14869,7 @@ html.overflow-y-hidden {
14821
14869
  font-weight: 400;
14822
14870
  line-height: 2rem;
14823
14871
  letter-spacing: normal !important;
14824
- font-family: "Roboto", sans-serif !important;
14872
+ font-family: "Roboto", sans-serif;
14825
14873
  text-transform: none !important;
14826
14874
  }
14827
14875
  .text-xl-h6 {
@@ -14829,7 +14877,7 @@ html.overflow-y-hidden {
14829
14877
  font-weight: 500;
14830
14878
  line-height: 2rem;
14831
14879
  letter-spacing: 0.0125em !important;
14832
- font-family: "Roboto", sans-serif !important;
14880
+ font-family: "Roboto", sans-serif;
14833
14881
  text-transform: none !important;
14834
14882
  }
14835
14883
  .text-xl-subtitle-1 {
@@ -14837,7 +14885,7 @@ html.overflow-y-hidden {
14837
14885
  font-weight: normal;
14838
14886
  line-height: 1.75rem;
14839
14887
  letter-spacing: 0.009375em !important;
14840
- font-family: "Roboto", sans-serif !important;
14888
+ font-family: "Roboto", sans-serif;
14841
14889
  text-transform: none !important;
14842
14890
  }
14843
14891
  .text-xl-subtitle-2 {
@@ -14845,7 +14893,7 @@ html.overflow-y-hidden {
14845
14893
  font-weight: 500;
14846
14894
  line-height: 1.375rem;
14847
14895
  letter-spacing: 0.0071428571em !important;
14848
- font-family: "Roboto", sans-serif !important;
14896
+ font-family: "Roboto", sans-serif;
14849
14897
  text-transform: none !important;
14850
14898
  }
14851
14899
  .text-xl-body-1 {
@@ -14853,7 +14901,7 @@ html.overflow-y-hidden {
14853
14901
  font-weight: 400;
14854
14902
  line-height: 1.5rem;
14855
14903
  letter-spacing: 0.03125em !important;
14856
- font-family: "Roboto", sans-serif !important;
14904
+ font-family: "Roboto", sans-serif;
14857
14905
  text-transform: none !important;
14858
14906
  }
14859
14907
  .text-xl-body-2 {
@@ -14861,7 +14909,7 @@ html.overflow-y-hidden {
14861
14909
  font-weight: 400;
14862
14910
  line-height: 1.25rem;
14863
14911
  letter-spacing: 0.0178571429em !important;
14864
- font-family: "Roboto", sans-serif !important;
14912
+ font-family: "Roboto", sans-serif;
14865
14913
  text-transform: none !important;
14866
14914
  }
14867
14915
  .text-xl-button {
@@ -14869,7 +14917,7 @@ html.overflow-y-hidden {
14869
14917
  font-weight: 500;
14870
14918
  line-height: 2.25rem;
14871
14919
  letter-spacing: 0.0892857143em !important;
14872
- font-family: "Roboto", sans-serif !important;
14920
+ font-family: "Roboto", sans-serif;
14873
14921
  text-transform: uppercase !important;
14874
14922
  }
14875
14923
  .text-xl-caption {
@@ -14877,7 +14925,7 @@ html.overflow-y-hidden {
14877
14925
  font-weight: 400;
14878
14926
  line-height: 1.25rem;
14879
14927
  letter-spacing: 0.0333333333em !important;
14880
- font-family: "Roboto", sans-serif !important;
14928
+ font-family: "Roboto", sans-serif;
14881
14929
  text-transform: none !important;
14882
14930
  }
14883
14931
  .text-xl-overline {
@@ -14885,7 +14933,7 @@ html.overflow-y-hidden {
14885
14933
  font-weight: 500;
14886
14934
  line-height: 2rem;
14887
14935
  letter-spacing: 0.1666666667em !important;
14888
- font-family: "Roboto", sans-serif !important;
14936
+ font-family: "Roboto", sans-serif;
14889
14937
  text-transform: uppercase !important;
14890
14938
  }
14891
14939
  }
@@ -16779,7 +16827,7 @@ html.overflow-y-hidden {
16779
16827
  font-weight: 300;
16780
16828
  line-height: 6rem;
16781
16829
  letter-spacing: -0.015625em !important;
16782
- font-family: "Roboto", sans-serif !important;
16830
+ font-family: "Roboto", sans-serif;
16783
16831
  text-transform: none !important;
16784
16832
  }
16785
16833
  .text-xxl-h2 {
@@ -16787,7 +16835,7 @@ html.overflow-y-hidden {
16787
16835
  font-weight: 300;
16788
16836
  line-height: 3.75rem;
16789
16837
  letter-spacing: -0.0083333333em !important;
16790
- font-family: "Roboto", sans-serif !important;
16838
+ font-family: "Roboto", sans-serif;
16791
16839
  text-transform: none !important;
16792
16840
  }
16793
16841
  .text-xxl-h3 {
@@ -16795,7 +16843,7 @@ html.overflow-y-hidden {
16795
16843
  font-weight: 400;
16796
16844
  line-height: 3.125rem;
16797
16845
  letter-spacing: normal !important;
16798
- font-family: "Roboto", sans-serif !important;
16846
+ font-family: "Roboto", sans-serif;
16799
16847
  text-transform: none !important;
16800
16848
  }
16801
16849
  .text-xxl-h4 {
@@ -16803,7 +16851,7 @@ html.overflow-y-hidden {
16803
16851
  font-weight: 400;
16804
16852
  line-height: 2.5rem;
16805
16853
  letter-spacing: 0.0073529412em !important;
16806
- font-family: "Roboto", sans-serif !important;
16854
+ font-family: "Roboto", sans-serif;
16807
16855
  text-transform: none !important;
16808
16856
  }
16809
16857
  .text-xxl-h5 {
@@ -16811,7 +16859,7 @@ html.overflow-y-hidden {
16811
16859
  font-weight: 400;
16812
16860
  line-height: 2rem;
16813
16861
  letter-spacing: normal !important;
16814
- font-family: "Roboto", sans-serif !important;
16862
+ font-family: "Roboto", sans-serif;
16815
16863
  text-transform: none !important;
16816
16864
  }
16817
16865
  .text-xxl-h6 {
@@ -16819,7 +16867,7 @@ html.overflow-y-hidden {
16819
16867
  font-weight: 500;
16820
16868
  line-height: 2rem;
16821
16869
  letter-spacing: 0.0125em !important;
16822
- font-family: "Roboto", sans-serif !important;
16870
+ font-family: "Roboto", sans-serif;
16823
16871
  text-transform: none !important;
16824
16872
  }
16825
16873
  .text-xxl-subtitle-1 {
@@ -16827,7 +16875,7 @@ html.overflow-y-hidden {
16827
16875
  font-weight: normal;
16828
16876
  line-height: 1.75rem;
16829
16877
  letter-spacing: 0.009375em !important;
16830
- font-family: "Roboto", sans-serif !important;
16878
+ font-family: "Roboto", sans-serif;
16831
16879
  text-transform: none !important;
16832
16880
  }
16833
16881
  .text-xxl-subtitle-2 {
@@ -16835,7 +16883,7 @@ html.overflow-y-hidden {
16835
16883
  font-weight: 500;
16836
16884
  line-height: 1.375rem;
16837
16885
  letter-spacing: 0.0071428571em !important;
16838
- font-family: "Roboto", sans-serif !important;
16886
+ font-family: "Roboto", sans-serif;
16839
16887
  text-transform: none !important;
16840
16888
  }
16841
16889
  .text-xxl-body-1 {
@@ -16843,7 +16891,7 @@ html.overflow-y-hidden {
16843
16891
  font-weight: 400;
16844
16892
  line-height: 1.5rem;
16845
16893
  letter-spacing: 0.03125em !important;
16846
- font-family: "Roboto", sans-serif !important;
16894
+ font-family: "Roboto", sans-serif;
16847
16895
  text-transform: none !important;
16848
16896
  }
16849
16897
  .text-xxl-body-2 {
@@ -16851,7 +16899,7 @@ html.overflow-y-hidden {
16851
16899
  font-weight: 400;
16852
16900
  line-height: 1.25rem;
16853
16901
  letter-spacing: 0.0178571429em !important;
16854
- font-family: "Roboto", sans-serif !important;
16902
+ font-family: "Roboto", sans-serif;
16855
16903
  text-transform: none !important;
16856
16904
  }
16857
16905
  .text-xxl-button {
@@ -16859,7 +16907,7 @@ html.overflow-y-hidden {
16859
16907
  font-weight: 500;
16860
16908
  line-height: 2.25rem;
16861
16909
  letter-spacing: 0.0892857143em !important;
16862
- font-family: "Roboto", sans-serif !important;
16910
+ font-family: "Roboto", sans-serif;
16863
16911
  text-transform: uppercase !important;
16864
16912
  }
16865
16913
  .text-xxl-caption {
@@ -16867,7 +16915,7 @@ html.overflow-y-hidden {
16867
16915
  font-weight: 400;
16868
16916
  line-height: 1.25rem;
16869
16917
  letter-spacing: 0.0333333333em !important;
16870
- font-family: "Roboto", sans-serif !important;
16918
+ font-family: "Roboto", sans-serif;
16871
16919
  text-transform: none !important;
16872
16920
  }
16873
16921
  .text-xxl-overline {
@@ -16875,7 +16923,7 @@ html.overflow-y-hidden {
16875
16923
  font-weight: 500;
16876
16924
  line-height: 2rem;
16877
16925
  letter-spacing: 0.1666666667em !important;
16878
- font-family: "Roboto", sans-serif !important;
16926
+ font-family: "Roboto", sans-serif;
16879
16927
  text-transform: uppercase !important;
16880
16928
  }
16881
16929
  }
@@ -17043,8 +17091,8 @@ html.overflow-y-hidden {
17043
17091
  display: none;
17044
17092
  }
17045
17093
  .v-alert--variant-elevated, .v-alert--variant-flat {
17046
- background: rgb(var(--v-theme-on-surface-variant));
17047
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17094
+ background: rgb(var(--v-theme-surface-light));
17095
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
17048
17096
  }
17049
17097
  .v-alert--variant-elevated {
17050
17098
  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-ambient-opacity, rgba(0, 0, 0, 0.12));
@@ -17248,7 +17296,7 @@ html.overflow-y-hidden {
17248
17296
  border-radius: 4px;
17249
17297
  }
17250
17298
  .v-autocomplete__mask {
17251
- background: rgb(var(--v-theme-on-surface-variant));
17299
+ background: rgb(var(--v-theme-surface-light));
17252
17300
  }
17253
17301
  .v-autocomplete__selection {
17254
17302
  display: inline-flex;
@@ -17670,38 +17718,6 @@ html.overflow-y-hidden {
17670
17718
  }
17671
17719
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
17672
17720
  transform: translateY(0.5rem);
17673
- }.bottom-sheet-transition-enter-from {
17674
- transform: translateY(100%);
17675
- }
17676
- .bottom-sheet-transition-leave-to {
17677
- transform: translateY(100%);
17678
- }
17679
-
17680
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
17681
- align-self: flex-end;
17682
- border-radius: 0;
17683
- flex: 0 1 auto;
17684
- left: 0;
17685
- right: 0;
17686
- margin-inline: 0;
17687
- margin-bottom: 0;
17688
- transition-duration: 0.2s;
17689
- width: 100%;
17690
- max-width: 100%;
17691
- overflow: visible;
17692
- 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-ambient-opacity, rgba(0, 0, 0, 0.12));
17693
- }
17694
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
17695
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
17696
- border-radius: 0;
17697
- }
17698
- .v-bottom-sheet.v-bottom-sheet--inset {
17699
- max-width: none;
17700
- }
17701
- @media (min-width: 600px) {
17702
- .v-bottom-sheet.v-bottom-sheet--inset {
17703
- max-width: 70%;
17704
- }
17705
17721
  }.v-breadcrumbs {
17706
17722
  display: flex;
17707
17723
  align-items: center;
@@ -17759,62 +17775,38 @@ html.overflow-y-hidden {
17759
17775
  display: inline-block;
17760
17776
  padding: 0 8px;
17761
17777
  vertical-align: middle;
17762
- }.v-btn-group {
17763
- display: inline-flex;
17764
- flex-wrap: nowrap;
17765
- max-width: 100%;
17766
- min-width: 0;
17767
- overflow: hidden;
17768
- vertical-align: middle;
17769
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17770
- border-style: solid;
17771
- border-width: 0;
17772
- 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));
17773
- border-radius: 4px;
17774
- background: transparent;
17775
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17776
- }
17777
- .v-btn-group--border {
17778
- border-width: thin;
17779
- box-shadow: none;
17780
- }
17781
- .v-btn-group--density-default.v-btn-group {
17782
- height: 48px;
17783
- }
17784
-
17785
- .v-btn-group--density-comfortable.v-btn-group {
17786
- height: 40px;
17778
+ }.bottom-sheet-transition-enter-from {
17779
+ transform: translateY(100%);
17787
17780
  }
17788
-
17789
- .v-btn-group--density-compact.v-btn-group {
17790
- height: 36px;
17781
+ .bottom-sheet-transition-leave-to {
17782
+ transform: translateY(100%);
17791
17783
  }
17792
17784
 
17793
- .v-btn-group .v-btn {
17785
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
17786
+ align-self: flex-end;
17794
17787
  border-radius: 0;
17795
- border-color: inherit;
17796
- }
17797
- .v-btn-group .v-btn:not(:last-child) {
17798
- border-inline-end: none;
17799
- }
17800
- .v-btn-group .v-btn:not(:first-child) {
17801
- border-inline-start: none;
17802
- }
17803
- .v-btn-group .v-btn:first-child {
17804
- border-start-start-radius: inherit;
17805
- border-end-start-radius: inherit;
17788
+ flex: 0 1 auto;
17789
+ left: 0;
17790
+ right: 0;
17791
+ margin-inline: 0;
17792
+ margin-bottom: 0;
17793
+ transition-duration: 0.2s;
17794
+ width: 100%;
17795
+ max-width: 100%;
17796
+ overflow: visible;
17797
+ 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-ambient-opacity, rgba(0, 0, 0, 0.12));
17806
17798
  }
17807
- .v-btn-group .v-btn:last-child {
17808
- border-start-end-radius: inherit;
17809
- border-end-end-radius: inherit;
17799
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
17800
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
17801
+ border-radius: 0;
17810
17802
  }
17811
- .v-btn-group--divided .v-btn:not(:last-child) {
17812
- border-inline-end-width: thin;
17813
- border-inline-end-style: solid;
17814
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
17803
+ .v-bottom-sheet.v-bottom-sheet--inset {
17804
+ max-width: none;
17815
17805
  }
17816
- .v-btn-group--tile {
17817
- border-radius: 0;
17806
+ @media (min-width: 600px) {
17807
+ .v-bottom-sheet.v-bottom-sheet--inset {
17808
+ max-width: 70%;
17809
+ }
17818
17810
  }.v-btn {
17819
17811
  align-items: center;
17820
17812
  border-radius: 4px;
@@ -18218,6 +18210,62 @@ html.overflow-y-hidden {
18218
18210
  }
18219
18211
  .v-pagination__item--is-active .v-btn__overlay {
18220
18212
  opacity: var(--v-border-opacity);
18213
+ }.v-btn-group {
18214
+ display: inline-flex;
18215
+ flex-wrap: nowrap;
18216
+ max-width: 100%;
18217
+ min-width: 0;
18218
+ overflow: hidden;
18219
+ vertical-align: middle;
18220
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18221
+ border-style: solid;
18222
+ border-width: 0;
18223
+ 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));
18224
+ border-radius: 4px;
18225
+ background: transparent;
18226
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18227
+ }
18228
+ .v-btn-group--border {
18229
+ border-width: thin;
18230
+ box-shadow: none;
18231
+ }
18232
+ .v-btn-group--density-default.v-btn-group {
18233
+ height: 48px;
18234
+ }
18235
+
18236
+ .v-btn-group--density-comfortable.v-btn-group {
18237
+ height: 40px;
18238
+ }
18239
+
18240
+ .v-btn-group--density-compact.v-btn-group {
18241
+ height: 36px;
18242
+ }
18243
+
18244
+ .v-btn-group .v-btn {
18245
+ border-radius: 0;
18246
+ border-color: inherit;
18247
+ }
18248
+ .v-btn-group .v-btn:not(:last-child) {
18249
+ border-inline-end: none;
18250
+ }
18251
+ .v-btn-group .v-btn:not(:first-child) {
18252
+ border-inline-start: none;
18253
+ }
18254
+ .v-btn-group .v-btn:first-child {
18255
+ border-start-start-radius: inherit;
18256
+ border-end-start-radius: inherit;
18257
+ }
18258
+ .v-btn-group .v-btn:last-child {
18259
+ border-start-end-radius: inherit;
18260
+ border-end-end-radius: inherit;
18261
+ }
18262
+ .v-btn-group--divided .v-btn:not(:last-child) {
18263
+ border-inline-end-width: thin;
18264
+ border-inline-end-style: solid;
18265
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18266
+ }
18267
+ .v-btn-group--tile {
18268
+ border-radius: 0;
18221
18269
  }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18222
18270
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18223
18271
  }
@@ -18231,108 +18279,45 @@ html.overflow-y-hidden {
18231
18279
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18232
18280
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18233
18281
  }
18234
- }.v-carousel {
18282
+ }.v-card {
18283
+ display: block;
18235
18284
  overflow: hidden;
18285
+ overflow-wrap: break-word;
18236
18286
  position: relative;
18237
- width: 100%;
18287
+ padding: 0;
18288
+ text-decoration: none;
18289
+ transition-duration: 0.28s;
18290
+ transition-property: box-shadow, opacity, background;
18291
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18292
+ z-index: 0;
18293
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18294
+ border-style: solid;
18295
+ border-width: 0;
18296
+ border-radius: 4px;
18238
18297
  }
18239
- .v-carousel__controls {
18240
- align-items: center;
18241
- bottom: 0;
18242
- display: flex;
18243
- height: 50px;
18244
- justify-content: center;
18245
- list-style-type: none;
18298
+ .v-card--border {
18299
+ border-width: thin;
18300
+ box-shadow: none;
18301
+ }
18302
+ .v-card--absolute {
18246
18303
  position: absolute;
18247
- width: 100%;
18248
- z-index: 1;
18249
- background: rgba(var(--v-theme-surface-variant), 0.3);
18250
- color: rgb(var(--v-theme-on-surface-variant));
18251
18304
  }
18252
- .v-carousel__controls > .v-item-group {
18253
- flex: 0 1 auto;
18305
+ .v-card--fixed {
18306
+ position: fixed;
18254
18307
  }
18255
- .v-carousel__controls__item {
18256
- margin: 0 8px;
18308
+ .v-card:hover > .v-card__overlay {
18309
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
18257
18310
  }
18258
- .v-carousel__controls__item .v-icon {
18259
- opacity: 0.5;
18311
+ .v-card:focus-visible > .v-card__overlay {
18312
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18260
18313
  }
18261
- .v-carousel__controls__item--active .v-icon {
18262
- opacity: 1;
18263
- vertical-align: middle;
18314
+ @supports not selector(:focus-visible) {
18315
+ .v-card:focus > .v-card__overlay {
18316
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18317
+ }
18264
18318
  }
18265
- .v-carousel__controls__item:hover {
18266
- background: none;
18267
- }
18268
- .v-carousel__controls__item:hover .v-icon {
18269
- opacity: 0.8;
18270
- }
18271
-
18272
- .v-carousel__progress {
18273
- margin: 0;
18274
- position: absolute;
18275
- bottom: 0;
18276
- left: 0;
18277
- right: 0;
18278
- }
18279
-
18280
- .v-carousel-item {
18281
- display: block;
18282
- height: inherit;
18283
- text-decoration: none;
18284
- }
18285
- .v-carousel-item > .v-img {
18286
- height: inherit;
18287
- }
18288
-
18289
- .v-carousel--hide-delimiter-background .v-carousel__controls {
18290
- background: transparent;
18291
- }
18292
-
18293
- .v-carousel--vertical-delimiters .v-carousel__controls {
18294
- flex-direction: column;
18295
- height: 100% !important;
18296
- width: 50px;
18297
- }.v-card {
18298
- display: block;
18299
- overflow: hidden;
18300
- overflow-wrap: break-word;
18301
- position: relative;
18302
- padding: 0;
18303
- text-decoration: none;
18304
- transition-duration: 0.28s;
18305
- transition-property: box-shadow, opacity, background;
18306
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18307
- z-index: 0;
18308
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18309
- border-style: solid;
18310
- border-width: 0;
18311
- border-radius: 4px;
18312
- }
18313
- .v-card--border {
18314
- border-width: thin;
18315
- box-shadow: none;
18316
- }
18317
- .v-card--absolute {
18318
- position: absolute;
18319
- }
18320
- .v-card--fixed {
18321
- position: fixed;
18322
- }
18323
- .v-card:hover > .v-card__overlay {
18324
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
18325
- }
18326
- .v-card:focus-visible > .v-card__overlay {
18327
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18328
- }
18329
- @supports not selector(:focus-visible) {
18330
- .v-card:focus > .v-card__overlay {
18331
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18332
- }
18333
- }
18334
- .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
18335
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18319
+ .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
18320
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18336
18321
  }
18337
18322
  .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
18338
18323
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
@@ -18453,13 +18438,17 @@ html.overflow-y-hidden {
18453
18438
  .v-card-item + .v-card-text {
18454
18439
  padding-top: 0;
18455
18440
  }
18441
+ .v-card-item__prepend, .v-card-item__append {
18442
+ align-items: center;
18443
+ display: flex;
18444
+ }
18456
18445
  .v-card-item__prepend {
18457
18446
  grid-area: prepend;
18458
- padding-inline-end: 1rem;
18447
+ padding-inline-end: 0.5rem;
18459
18448
  }
18460
18449
  .v-card-item__append {
18461
18450
  grid-area: append;
18462
- padding-inline-start: 1rem;
18451
+ padding-inline-start: 0.5rem;
18463
18452
  }
18464
18453
 
18465
18454
  .v-card-item__content {
@@ -18586,6 +18575,69 @@ html.overflow-y-hidden {
18586
18575
  pointer-events: none;
18587
18576
  opacity: 0;
18588
18577
  transition: opacity 0.2s ease-in-out;
18578
+ }.v-carousel {
18579
+ overflow: hidden;
18580
+ position: relative;
18581
+ width: 100%;
18582
+ }
18583
+ .v-carousel__controls {
18584
+ align-items: center;
18585
+ bottom: 0;
18586
+ display: flex;
18587
+ height: 50px;
18588
+ justify-content: center;
18589
+ list-style-type: none;
18590
+ position: absolute;
18591
+ width: 100%;
18592
+ z-index: 1;
18593
+ background: rgba(var(--v-theme-surface-variant), 0.3);
18594
+ color: rgb(var(--v-theme-on-surface-variant));
18595
+ }
18596
+ .v-carousel__controls > .v-item-group {
18597
+ flex: 0 1 auto;
18598
+ }
18599
+ .v-carousel__controls__item {
18600
+ margin: 0 8px;
18601
+ }
18602
+ .v-carousel__controls__item .v-icon {
18603
+ opacity: 0.5;
18604
+ }
18605
+ .v-carousel__controls__item--active .v-icon {
18606
+ opacity: 1;
18607
+ vertical-align: middle;
18608
+ }
18609
+ .v-carousel__controls__item:hover {
18610
+ background: none;
18611
+ }
18612
+ .v-carousel__controls__item:hover .v-icon {
18613
+ opacity: 0.8;
18614
+ }
18615
+
18616
+ .v-carousel__progress {
18617
+ margin: 0;
18618
+ position: absolute;
18619
+ bottom: 0;
18620
+ left: 0;
18621
+ right: 0;
18622
+ }
18623
+
18624
+ .v-carousel-item {
18625
+ display: block;
18626
+ height: inherit;
18627
+ text-decoration: none;
18628
+ }
18629
+ .v-carousel-item > .v-img {
18630
+ height: inherit;
18631
+ }
18632
+
18633
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
18634
+ background: transparent;
18635
+ }
18636
+
18637
+ .v-carousel--vertical-delimiters .v-carousel__controls {
18638
+ flex-direction: column;
18639
+ height: 100% !important;
18640
+ width: 50px;
18589
18641
  }.v-checkbox .v-selection-control {
18590
18642
  min-height: var(--v-input-control-height);
18591
18643
  }.v-chip {
@@ -19002,7 +19054,6 @@ html.overflow-y-hidden {
19002
19054
  min-width: 0;
19003
19055
  overflow-x: auto;
19004
19056
  padding: 4px 0;
19005
- flex-wrap: wrap;
19006
19057
  }
19007
19058
  .v-chip-group .v-chip {
19008
19059
  margin: 4px 8px 4px 0;
@@ -19011,9 +19062,30 @@ html.overflow-y-hidden {
19011
19062
  opacity: var(--v-activated-opacity);
19012
19063
  }
19013
19064
 
19014
- .v-chip-group--column {
19015
- flex-wrap: wrap;
19065
+ .v-chip-group--column .v-slide-group__content {
19016
19066
  white-space: normal;
19067
+ flex-wrap: wrap;
19068
+ max-width: 100%;
19069
+ }.v-color-picker {
19070
+ align-self: flex-start;
19071
+ contain: content;
19072
+ }
19073
+ .v-color-picker.v-sheet {
19074
+ 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));
19075
+ border-radius: 4px;
19076
+ }
19077
+
19078
+ .v-color-picker__controls {
19079
+ display: flex;
19080
+ flex-direction: column;
19081
+ padding: 16px;
19082
+ }
19083
+
19084
+ .v-color-picker--flat {
19085
+ 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));
19086
+ }
19087
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19088
+ 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));
19017
19089
  }.v-container {
19018
19090
  width: 100%;
19019
19091
  padding: 16px;
@@ -19686,26 +19758,6 @@ html.overflow-y-hidden {
19686
19758
  .offset-xxl-11 {
19687
19759
  margin-inline-start: 91.6666666667%;
19688
19760
  }
19689
- }.v-color-picker {
19690
- align-self: flex-start;
19691
- contain: content;
19692
- }
19693
- .v-color-picker.v-sheet {
19694
- 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));
19695
- border-radius: 4px;
19696
- }
19697
-
19698
- .v-color-picker__controls {
19699
- display: flex;
19700
- flex-direction: column;
19701
- padding: 16px;
19702
- }
19703
-
19704
- .v-color-picker--flat {
19705
- 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));
19706
- }
19707
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19708
- 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));
19709
19761
  }.v-combobox .v-field .v-text-field__prefix,
19710
19762
  .v-combobox .v-field .v-text-field__suffix,
19711
19763
  .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
@@ -19735,7 +19787,7 @@ html.overflow-y-hidden {
19735
19787
  border-radius: 4px;
19736
19788
  }
19737
19789
  .v-combobox__mask {
19738
- background: rgb(var(--v-theme-on-surface-variant));
19790
+ background: rgb(var(--v-theme-surface-light));
19739
19791
  }
19740
19792
  .v-combobox__selection {
19741
19793
  display: inline-flex;
@@ -19792,6 +19844,41 @@ html.overflow-y-hidden {
19792
19844
  flex: 0 1 auto;
19793
19845
  font-size: 12px;
19794
19846
  transition-duration: 150ms;
19847
+ }.v-data-table-footer {
19848
+ display: flex;
19849
+ align-items: center;
19850
+ flex-wrap: wrap;
19851
+ padding: 4px;
19852
+ justify-content: flex-end;
19853
+ }
19854
+
19855
+ .v-data-table-footer__items-per-page {
19856
+ display: flex;
19857
+ align-items: center;
19858
+ justify-content: center;
19859
+ }
19860
+ .v-data-table-footer__items-per-page > span {
19861
+ padding-inline-end: 8px;
19862
+ }
19863
+ .v-data-table-footer__items-per-page > .v-select {
19864
+ width: 90px;
19865
+ }
19866
+
19867
+ .v-data-table-footer__info {
19868
+ display: flex;
19869
+ justify-content: flex-end;
19870
+ min-width: 116px;
19871
+ padding: 0 16px;
19872
+ }
19873
+
19874
+ .v-data-table-footer__pagination {
19875
+ display: flex;
19876
+ align-items: center;
19877
+ margin-inline-start: 16px;
19878
+ }
19879
+
19880
+ .v-data-table-footer__page {
19881
+ padding: 0 8px;
19795
19882
  }.v-data-table {
19796
19883
  width: 100%;
19797
19884
  }
@@ -19861,7 +19948,8 @@ html.overflow-y-hidden {
19861
19948
  opacity: 0.5;
19862
19949
  }
19863
19950
 
19864
- .v-data-table-column--fixed, .v-data-table__th--sticky {
19951
+ .v-data-table-column--fixed,
19952
+ .v-data-table__th--sticky {
19865
19953
  background: rgb(var(--v-theme-surface));
19866
19954
  position: sticky !important;
19867
19955
  left: 0;
@@ -19924,42 +20012,70 @@ html.overflow-y-hidden {
19924
20012
  .v-data-table-rows-loading,
19925
20013
  .v-data-table-rows-no-data {
19926
20014
  text-align: center;
19927
- }.v-data-table-footer {
19928
- display: flex;
19929
- align-items: center;
19930
- flex-wrap: wrap;
19931
- padding: 4px;
19932
- justify-content: flex-end;
20015
+ }.v-date-picker-header {
20016
+ display: grid;
20017
+ grid-template-areas: "prepend content append";
20018
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
20019
+ overflow: hidden;
20020
+ padding-inline: 24px 12px;
20021
+ padding-bottom: 12px;
19933
20022
  }
19934
20023
 
19935
- .v-data-table-footer__items-per-page {
19936
- padding-inline-end: 24px;
19937
- display: flex;
19938
- align-items: center;
19939
- justify-content: space-between;
19940
- }
19941
- .v-data-table-footer__items-per-page > span {
19942
- padding-inline-end: 24px;
20024
+ .v-date-picker-header__append {
20025
+ grid-area: append;
19943
20026
  }
19944
20027
 
19945
- .v-data-table-footer__info {
19946
- display: flex;
19947
- padding-inline-end: 24px;
20028
+ .v-date-picker-header__prepend {
20029
+ grid-area: prepend;
20030
+ padding-inline-start: 8px;
19948
20031
  }
19949
20032
 
19950
- .v-data-table-footer__pagination {
19951
- display: flex;
20033
+ .v-date-picker-header__content {
19952
20034
  align-items: center;
20035
+ display: inline-flex;
20036
+ font-size: 32px;
20037
+ line-height: 40px;
20038
+ grid-area: content;
20039
+ justify-content: space-between;
19953
20040
  }
19954
-
19955
- .v-data-table-footer__page {
19956
- padding: 0 8px;
19957
- }.v-date-picker__input {
19958
- padding-top: 16px;
19959
- padding-left: 24px;
19960
- padding-right: 24px;
20041
+ .v-date-picker-header--clickable .v-date-picker-header__content {
20042
+ cursor: pointer;
19961
20043
  }
19962
-
20044
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20045
+ opacity: 0.7;
20046
+ }
20047
+
20048
+ .date-picker-header-transition-enter-active,
20049
+ .date-picker-header-reverse-transition-enter-active {
20050
+ transition-duration: 0.3s;
20051
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20052
+ }
20053
+ .date-picker-header-transition-leave-active,
20054
+ .date-picker-header-reverse-transition-leave-active {
20055
+ transition-duration: 0.3s;
20056
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20057
+ }
20058
+
20059
+ .date-picker-header-transition-enter-from {
20060
+ transform: translate(0, 100%);
20061
+ }
20062
+ .date-picker-header-transition-leave-to {
20063
+ opacity: 0;
20064
+ transform: translate(0, -100%);
20065
+ }
20066
+
20067
+ .date-picker-header-reverse-transition-enter-from {
20068
+ transform: translate(0, -100%);
20069
+ }
20070
+ .date-picker-header-reverse-transition-leave-to {
20071
+ opacity: 0;
20072
+ transform: translate(0, 100%);
20073
+ }.v-date-picker__input {
20074
+ padding-top: 16px;
20075
+ padding-left: 24px;
20076
+ padding-right: 24px;
20077
+ }
20078
+
19963
20079
  .v-date-picker {
19964
20080
  overflow: hidden;
19965
20081
  width: 360px;
@@ -20035,6 +20151,26 @@ html.overflow-y-hidden {
20035
20151
 
20036
20152
  .v-date-picker__title {
20037
20153
  display: inline-block;
20154
+ }.v-date-picker-months {
20155
+ height: 320px;
20156
+ overflow-y: scroll;
20157
+ }
20158
+
20159
+ .v-date-picker-months__content {
20160
+ align-items: center;
20161
+ display: grid;
20162
+ flex: 1 1;
20163
+ height: inherit;
20164
+ justify-content: space-around;
20165
+ grid-template-columns: repeat(2, 1fr);
20166
+ grid-gap: 4px 24px;
20167
+ padding-inline-start: 36px;
20168
+ padding-inline-end: 36px;
20169
+ }
20170
+ .v-date-picker-months__content .v-btn {
20171
+ text-transform: none;
20172
+ padding-inline-start: 8px;
20173
+ padding-inline-end: 8px;
20038
20174
  }.v-date-picker-month {
20039
20175
  display: flex;
20040
20176
  justify-content: center;
@@ -20084,84 +20220,6 @@ html.overflow-y-hidden {
20084
20220
 
20085
20221
  .v-date-picker-month__day--hide-adjacent {
20086
20222
  opacity: 0;
20087
- }.v-date-picker-header {
20088
- display: grid;
20089
- grid-template-areas: "prepend content append";
20090
- grid-template-columns: min-content minmax(0, 1fr) min-content;
20091
- overflow: hidden;
20092
- padding-inline: 24px 12px;
20093
- padding-bottom: 12px;
20094
- }
20095
-
20096
- .v-date-picker-header__append {
20097
- grid-area: append;
20098
- }
20099
-
20100
- .v-date-picker-header__prepend {
20101
- grid-area: prepend;
20102
- padding-inline-start: 8px;
20103
- }
20104
-
20105
- .v-date-picker-header__content {
20106
- align-items: center;
20107
- display: inline-flex;
20108
- font-size: 32px;
20109
- line-height: 40px;
20110
- grid-area: content;
20111
- justify-content: space-between;
20112
- }
20113
- .v-date-picker-header--clickable .v-date-picker-header__content {
20114
- cursor: pointer;
20115
- }
20116
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20117
- opacity: 0.7;
20118
- }
20119
-
20120
- .date-picker-header-transition-enter-active,
20121
- .date-picker-header-reverse-transition-enter-active {
20122
- transition-duration: 0.3s;
20123
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20124
- }
20125
- .date-picker-header-transition-leave-active,
20126
- .date-picker-header-reverse-transition-leave-active {
20127
- transition-duration: 0.3s;
20128
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20129
- }
20130
-
20131
- .date-picker-header-transition-enter-from {
20132
- transform: translate(0, 100%);
20133
- }
20134
- .date-picker-header-transition-leave-to {
20135
- opacity: 0;
20136
- transform: translate(0, -100%);
20137
- }
20138
-
20139
- .date-picker-header-reverse-transition-enter-from {
20140
- transform: translate(0, -100%);
20141
- }
20142
- .date-picker-header-reverse-transition-leave-to {
20143
- opacity: 0;
20144
- transform: translate(0, 100%);
20145
- }.v-date-picker-months {
20146
- height: 320px;
20147
- overflow-y: scroll;
20148
- }
20149
-
20150
- .v-date-picker-months__content {
20151
- align-items: center;
20152
- display: grid;
20153
- flex: 1 1;
20154
- height: inherit;
20155
- justify-content: space-around;
20156
- grid-template-columns: repeat(2, 1fr);
20157
- grid-gap: 4px 24px;
20158
- padding-inline-start: 36px;
20159
- padding-inline-end: 36px;
20160
- }
20161
- .v-date-picker-months__content .v-btn {
20162
- text-transform: none;
20163
- padding-inline-start: 8px;
20164
- padding-inline-end: 8px;
20165
20223
  }.v-date-picker-years {
20166
20224
  height: 320px;
20167
20225
  overflow-y: scroll;
@@ -21146,6 +21204,9 @@ textarea.v-field__input::placeholder {
21146
21204
  .v-img--booting .v-responsive__sizer {
21147
21205
  transition: none;
21148
21206
  }
21207
+ .v-img--rounded {
21208
+ border-radius: 4px;
21209
+ }
21149
21210
 
21150
21211
  .v-img__img,
21151
21212
  .v-img__picture,
@@ -21172,6 +21233,31 @@ textarea.v-field__input::placeholder {
21172
21233
 
21173
21234
  .v-img__gradient {
21174
21235
  background-repeat: no-repeat;
21236
+ }.v-infinite-scroll--horizontal {
21237
+ display: flex;
21238
+ flex-direction: row;
21239
+ overflow-x: auto;
21240
+ }
21241
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21242
+ height: 100%;
21243
+ width: 1px;
21244
+ }
21245
+
21246
+ .v-infinite-scroll--vertical {
21247
+ display: flex;
21248
+ flex-direction: column;
21249
+ overflow-y: auto;
21250
+ }
21251
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21252
+ height: 1px;
21253
+ width: 100%;
21254
+ }
21255
+
21256
+ .v-infinite-scroll__side {
21257
+ align-items: center;
21258
+ display: flex;
21259
+ justify-content: center;
21260
+ padding: 8px;
21175
21261
  }.v-input {
21176
21262
  display: grid;
21177
21263
  flex: 1 1 auto;
@@ -21314,31 +21400,6 @@ textarea.v-field__input::placeholder {
21314
21400
 
21315
21401
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
21316
21402
  padding-top: calc(var(--v-input-padding-top) + 0px);
21317
- }.v-infinite-scroll--horizontal {
21318
- display: flex;
21319
- flex-direction: row;
21320
- overflow-x: auto;
21321
- }
21322
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21323
- height: 100%;
21324
- width: 1px;
21325
- }
21326
-
21327
- .v-infinite-scroll--vertical {
21328
- display: flex;
21329
- flex-direction: column;
21330
- overflow-y: auto;
21331
- }
21332
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21333
- height: 1px;
21334
- width: 100%;
21335
- }
21336
-
21337
- .v-infinite-scroll__side {
21338
- align-items: center;
21339
- display: flex;
21340
- justify-content: center;
21341
- padding: 8px;
21342
21403
  }.v-item-group {
21343
21404
  flex: 0 1 auto;
21344
21405
  max-width: 100%;
@@ -21359,6 +21420,13 @@ textarea.v-field__input::placeholder {
21359
21420
 
21360
21421
  .v-label--clickable {
21361
21422
  cursor: pointer;
21423
+ }.v-layout-item {
21424
+ position: absolute;
21425
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21426
+ }
21427
+
21428
+ .v-layout-item--absolute {
21429
+ position: absolute;
21362
21430
  }.v-layout {
21363
21431
  --v-scrollbar-offset: 0px;
21364
21432
  display: flex;
@@ -21367,13 +21435,6 @@ textarea.v-field__input::placeholder {
21367
21435
  .v-layout--full-height {
21368
21436
  --v-scrollbar-offset: inherit;
21369
21437
  height: 100%;
21370
- }.v-layout-item {
21371
- position: absolute;
21372
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21373
- }
21374
-
21375
- .v-layout-item--absolute {
21376
- position: absolute;
21377
21438
  }.v-list {
21378
21439
  overflow: auto;
21379
21440
  padding: 8px 0;
@@ -21709,6 +21770,7 @@ textarea.v-field__input::placeholder {
21709
21770
  overflow: hidden;
21710
21771
  padding: 0;
21711
21772
  text-overflow: ellipsis;
21773
+ word-break: break-all;
21712
21774
  font-size: 0.875rem;
21713
21775
  font-weight: 400;
21714
21776
  letter-spacing: 0.0178571429em;
@@ -22068,105 +22130,41 @@ textarea.v-field__input::placeholder {
22068
22130
  .v-navigation-drawer__append {
22069
22131
  flex: none;
22070
22132
  overflow: hidden;
22071
- }.v-otp-input {
22072
- border-radius: 4px;
22073
- align-items: center;
22074
- display: flex;
22075
- justify-content: center;
22076
- padding: 0.5rem 0;
22077
- position: relative;
22078
- }
22079
- .v-otp-input .v-field {
22080
- height: 100%;
22133
+ }.v-overlay-container {
22134
+ contain: layout;
22135
+ left: 0;
22136
+ pointer-events: none;
22137
+ position: absolute;
22138
+ top: 0;
22139
+ display: contents;
22081
22140
  }
22082
22141
 
22083
- .v-otp-input__divider {
22084
- margin: 0 8px;
22142
+ .v-overlay-scroll-blocked {
22143
+ padding-inline-end: var(--v-scrollbar-offset);
22144
+ }
22145
+ .v-overlay-scroll-blocked:not(html) {
22146
+ overflow-y: hidden !important;
22147
+ }
22148
+ html.v-overlay-scroll-blocked {
22149
+ position: fixed;
22150
+ top: var(--v-body-scroll-y);
22151
+ left: var(--v-body-scroll-x);
22152
+ width: 100%;
22153
+ height: 100%;
22085
22154
  }
22086
22155
 
22087
- .v-otp-input__content {
22088
- align-items: center;
22089
- display: flex;
22090
- gap: 0.5rem;
22091
- height: 64px;
22092
- padding: 0.5rem;
22093
- justify-content: center;
22094
- max-width: 320px;
22095
- position: relative;
22156
+ .v-overlay {
22096
22157
  border-radius: inherit;
22097
- }
22098
- .v-otp-input--divided .v-otp-input__content {
22099
- max-width: 360px;
22158
+ display: flex;
22159
+ left: 0;
22160
+ pointer-events: none;
22161
+ position: fixed;
22162
+ top: 0;
22163
+ bottom: 0;
22164
+ right: 0;
22100
22165
  }
22101
22166
 
22102
- .v-otp-input__field {
22103
- color: inherit;
22104
- font-size: 1.25rem;
22105
- height: 100%;
22106
- outline: none;
22107
- text-align: center;
22108
- width: 100%;
22109
- }
22110
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
22111
- -webkit-appearance: none;
22112
- margin: 0;
22113
- }
22114
- .v-otp-input__field[type=number] {
22115
- -moz-appearance: textfield;
22116
- }
22117
-
22118
- .v-otp-input__loader {
22119
- align-items: center;
22120
- display: flex;
22121
- height: 100%;
22122
- justify-content: center;
22123
- width: 100%;
22124
- }
22125
- .v-otp-input__loader .v-progress-linear {
22126
- position: absolute;
22127
- }.v-pagination__list {
22128
- display: inline-flex;
22129
- list-style-type: none;
22130
- justify-content: center;
22131
- width: 100%;
22132
- }
22133
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22134
- margin: 0.3rem;
22135
- }.v-overlay-container {
22136
- contain: layout;
22137
- left: 0;
22138
- pointer-events: none;
22139
- position: absolute;
22140
- top: 0;
22141
- display: contents;
22142
- }
22143
-
22144
- .v-overlay-scroll-blocked {
22145
- padding-inline-end: var(--v-scrollbar-offset);
22146
- }
22147
- .v-overlay-scroll-blocked:not(html) {
22148
- overflow-y: hidden !important;
22149
- }
22150
- html.v-overlay-scroll-blocked {
22151
- position: fixed;
22152
- top: var(--v-body-scroll-y);
22153
- left: var(--v-body-scroll-x);
22154
- width: 100%;
22155
- height: 100%;
22156
- }
22157
-
22158
- .v-overlay {
22159
- border-radius: inherit;
22160
- display: flex;
22161
- left: 0;
22162
- pointer-events: none;
22163
- position: fixed;
22164
- top: 0;
22165
- bottom: 0;
22166
- right: 0;
22167
- }
22168
-
22169
- .v-overlay__content {
22167
+ .v-overlay__content {
22170
22168
  outline: none;
22171
22169
  position: absolute;
22172
22170
  pointer-events: auto;
@@ -22195,114 +22193,76 @@ html.v-overlay-scroll-blocked {
22195
22193
 
22196
22194
  .v-overlay--scroll-blocked {
22197
22195
  padding-inline-end: var(--v-scrollbar-offset);
22198
- }.v-parallax {
22199
- position: relative;
22200
- overflow: hidden;
22201
- }
22202
- .v-parallax--active > .v-img__img {
22203
- will-change: transform;
22204
- }.v-progress-circular {
22196
+ }.v-otp-input {
22197
+ border-radius: 4px;
22205
22198
  align-items: center;
22206
- display: inline-flex;
22199
+ display: flex;
22207
22200
  justify-content: center;
22201
+ padding: 0.5rem 0;
22208
22202
  position: relative;
22209
- vertical-align: middle;
22210
22203
  }
22211
- .v-progress-circular > svg {
22212
- width: 100%;
22204
+ .v-otp-input .v-field {
22213
22205
  height: 100%;
22214
- margin: auto;
22215
- position: absolute;
22216
- top: 0;
22217
- bottom: 0;
22218
- left: 0;
22219
- right: 0;
22220
- z-index: 0;
22221
22206
  }
22222
22207
 
22223
- .v-progress-circular__content {
22208
+ .v-otp-input__divider {
22209
+ margin: 0 8px;
22210
+ }
22211
+
22212
+ .v-otp-input__content {
22224
22213
  align-items: center;
22225
22214
  display: flex;
22215
+ gap: 0.5rem;
22216
+ height: 64px;
22217
+ padding: 0.5rem;
22226
22218
  justify-content: center;
22219
+ max-width: 320px;
22220
+ position: relative;
22221
+ border-radius: inherit;
22227
22222
  }
22228
-
22229
- .v-progress-circular__underlay {
22230
- color: rgba(var(--v-border-color), var(--v-border-opacity));
22231
- stroke: currentColor;
22232
- z-index: 1;
22233
- }
22234
-
22235
- .v-progress-circular__overlay {
22236
- stroke: currentColor;
22237
- transition: all 0.2s ease-in-out, stroke-width 0s;
22238
- z-index: 2;
22223
+ .v-otp-input--divided .v-otp-input__content {
22224
+ max-width: 360px;
22239
22225
  }
22240
22226
 
22241
- .v-progress-circular--size-x-small {
22242
- height: 16px;
22243
- width: 16px;
22244
- }
22245
- .v-progress-circular--size-small {
22246
- height: 24px;
22247
- width: 24px;
22248
- }
22249
- .v-progress-circular--size-default {
22250
- height: 32px;
22251
- width: 32px;
22252
- }
22253
- .v-progress-circular--size-large {
22254
- height: 48px;
22255
- width: 48px;
22256
- }
22257
- .v-progress-circular--size-x-large {
22258
- height: 64px;
22259
- width: 64px;
22227
+ .v-otp-input__field {
22228
+ color: inherit;
22229
+ font-size: 1.25rem;
22230
+ height: 100%;
22231
+ outline: none;
22232
+ text-align: center;
22233
+ width: 100%;
22260
22234
  }
22261
-
22262
- .v-progress-circular--indeterminate > svg {
22263
- animation: progress-circular-rotate 1.4s linear infinite;
22264
- transform-origin: center center;
22265
- transition: all 0.2s ease-in-out;
22235
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
22236
+ -webkit-appearance: none;
22237
+ margin: 0;
22266
22238
  }
22267
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
22268
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
22269
- stroke-dasharray: 25, 200;
22270
- stroke-dashoffset: 0;
22271
- stroke-linecap: round;
22272
- transform-origin: center center;
22273
- transform: rotate(-90deg);
22239
+ .v-otp-input__field[type=number] {
22240
+ -moz-appearance: textfield;
22274
22241
  }
22275
22242
 
22276
- .v-progress-circular--disable-shrink > svg {
22277
- animation-duration: 0.7s;
22278
- }
22279
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
22280
- animation: none;
22243
+ .v-otp-input__loader {
22244
+ align-items: center;
22245
+ display: flex;
22246
+ height: 100%;
22247
+ justify-content: center;
22248
+ width: 100%;
22281
22249
  }
22282
-
22283
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
22284
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
22285
- animation-play-state: paused !important;
22250
+ .v-otp-input__loader .v-progress-linear {
22251
+ position: absolute;
22252
+ }.v-pagination__list {
22253
+ display: inline-flex;
22254
+ list-style-type: none;
22255
+ justify-content: center;
22256
+ width: 100%;
22286
22257
  }
22287
-
22288
- @keyframes progress-circular-dash {
22289
- 0% {
22290
- stroke-dasharray: 1, 200;
22291
- stroke-dashoffset: 0px;
22292
- }
22293
- 50% {
22294
- stroke-dasharray: 100, 200;
22295
- stroke-dashoffset: -15px;
22296
- }
22297
- 100% {
22298
- stroke-dasharray: 100, 200;
22299
- stroke-dashoffset: -124px;
22300
- }
22258
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22259
+ margin: 0.3rem;
22260
+ }.v-parallax {
22261
+ position: relative;
22262
+ overflow: hidden;
22301
22263
  }
22302
- @keyframes progress-circular-rotate {
22303
- 100% {
22304
- transform: rotate(270deg);
22305
- }
22264
+ .v-parallax--active > .v-img__img {
22265
+ will-change: transform;
22306
22266
  }.v-progress-linear {
22307
22267
  background: transparent;
22308
22268
  overflow: hidden;
@@ -22490,28 +22450,130 @@ html.v-overlay-scroll-blocked {
22490
22450
  right: -8%;
22491
22451
  }
22492
22452
  }
22493
- @keyframes indeterminate-short-rtl {
22453
+ @keyframes indeterminate-short-rtl {
22454
+ 0% {
22455
+ left: 100%;
22456
+ right: -200%;
22457
+ }
22458
+ 60% {
22459
+ left: -8%;
22460
+ right: 107%;
22461
+ }
22462
+ 100% {
22463
+ left: -8%;
22464
+ right: 107%;
22465
+ }
22466
+ }
22467
+ @keyframes stream {
22468
+ to {
22469
+ transform: translateX(var(--v-progress-linear-stream-to));
22470
+ }
22471
+ }
22472
+ @keyframes progress-linear-stripes {
22473
+ 0% {
22474
+ background-position-x: var(--v-progress-linear-height);
22475
+ }
22476
+ }.v-progress-circular {
22477
+ align-items: center;
22478
+ display: inline-flex;
22479
+ justify-content: center;
22480
+ position: relative;
22481
+ vertical-align: middle;
22482
+ }
22483
+ .v-progress-circular > svg {
22484
+ width: 100%;
22485
+ height: 100%;
22486
+ margin: auto;
22487
+ position: absolute;
22488
+ top: 0;
22489
+ bottom: 0;
22490
+ left: 0;
22491
+ right: 0;
22492
+ z-index: 0;
22493
+ }
22494
+
22495
+ .v-progress-circular__content {
22496
+ align-items: center;
22497
+ display: flex;
22498
+ justify-content: center;
22499
+ }
22500
+
22501
+ .v-progress-circular__underlay {
22502
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
22503
+ stroke: currentColor;
22504
+ z-index: 1;
22505
+ }
22506
+
22507
+ .v-progress-circular__overlay {
22508
+ stroke: currentColor;
22509
+ transition: all 0.2s ease-in-out, stroke-width 0s;
22510
+ z-index: 2;
22511
+ }
22512
+
22513
+ .v-progress-circular--size-x-small {
22514
+ height: 16px;
22515
+ width: 16px;
22516
+ }
22517
+ .v-progress-circular--size-small {
22518
+ height: 24px;
22519
+ width: 24px;
22520
+ }
22521
+ .v-progress-circular--size-default {
22522
+ height: 32px;
22523
+ width: 32px;
22524
+ }
22525
+ .v-progress-circular--size-large {
22526
+ height: 48px;
22527
+ width: 48px;
22528
+ }
22529
+ .v-progress-circular--size-x-large {
22530
+ height: 64px;
22531
+ width: 64px;
22532
+ }
22533
+
22534
+ .v-progress-circular--indeterminate > svg {
22535
+ animation: progress-circular-rotate 1.4s linear infinite;
22536
+ transform-origin: center center;
22537
+ transition: all 0.2s ease-in-out;
22538
+ }
22539
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
22540
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
22541
+ stroke-dasharray: 25, 200;
22542
+ stroke-dashoffset: 0;
22543
+ stroke-linecap: round;
22544
+ transform-origin: center center;
22545
+ transform: rotate(-90deg);
22546
+ }
22547
+
22548
+ .v-progress-circular--disable-shrink > svg {
22549
+ animation-duration: 0.7s;
22550
+ }
22551
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
22552
+ animation: none;
22553
+ }
22554
+
22555
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
22556
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
22557
+ animation-play-state: paused !important;
22558
+ }
22559
+
22560
+ @keyframes progress-circular-dash {
22494
22561
  0% {
22495
- left: 100%;
22496
- right: -200%;
22562
+ stroke-dasharray: 1, 200;
22563
+ stroke-dashoffset: 0px;
22497
22564
  }
22498
- 60% {
22499
- left: -8%;
22500
- right: 107%;
22565
+ 50% {
22566
+ stroke-dasharray: 100, 200;
22567
+ stroke-dashoffset: -15px;
22501
22568
  }
22502
22569
  100% {
22503
- left: -8%;
22504
- right: 107%;
22505
- }
22506
- }
22507
- @keyframes stream {
22508
- to {
22509
- transform: translateX(var(--v-progress-linear-stream-to));
22570
+ stroke-dasharray: 100, 200;
22571
+ stroke-dashoffset: -124px;
22510
22572
  }
22511
22573
  }
22512
- @keyframes progress-linear-stripes {
22513
- 0% {
22514
- background-position-x: var(--v-progress-linear-height);
22574
+ @keyframes progress-circular-rotate {
22575
+ 100% {
22576
+ transform: rotate(270deg);
22515
22577
  }
22516
22578
  }.v-radio-group > .v-input__control {
22517
22579
  flex-direction: column;
@@ -22582,32 +22644,6 @@ html.v-overlay-scroll-blocked {
22582
22644
 
22583
22645
  .v-slider__label {
22584
22646
  margin-inline-end: 12px;
22585
- }.v-responsive {
22586
- display: flex;
22587
- flex: 1 0 auto;
22588
- max-height: 100%;
22589
- max-width: 100%;
22590
- overflow: hidden;
22591
- position: relative;
22592
- }
22593
- .v-responsive--inline {
22594
- display: inline-flex;
22595
- flex: 0 0 auto;
22596
- }
22597
-
22598
- .v-responsive__content {
22599
- flex: 1 0 0px;
22600
- max-width: 100%;
22601
- }
22602
-
22603
- .v-responsive__sizer ~ .v-responsive__content {
22604
- margin-inline-start: -100%;
22605
- }
22606
-
22607
- .v-responsive__sizer {
22608
- flex: 1 0 0px;
22609
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22610
- pointer-events: none;
22611
22647
  }.v-rating {
22612
22648
  max-width: 100%;
22613
22649
  display: inline-flex;
@@ -22662,6 +22698,32 @@ html.v-overlay-scroll-blocked {
22662
22698
  opacity: 0;
22663
22699
  position: absolute;
22664
22700
  width: 0;
22701
+ }.v-responsive {
22702
+ display: flex;
22703
+ flex: 1 0 auto;
22704
+ max-height: 100%;
22705
+ max-width: 100%;
22706
+ overflow: hidden;
22707
+ position: relative;
22708
+ }
22709
+ .v-responsive--inline {
22710
+ display: inline-flex;
22711
+ flex: 0 0 auto;
22712
+ }
22713
+
22714
+ .v-responsive__content {
22715
+ flex: 1 0 0px;
22716
+ max-width: 100%;
22717
+ }
22718
+
22719
+ .v-responsive__sizer ~ .v-responsive__content {
22720
+ margin-inline-start: -100%;
22721
+ }
22722
+
22723
+ .v-responsive__sizer {
22724
+ flex: 1 0 0px;
22725
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22726
+ pointer-events: none;
22665
22727
  }.v-select .v-field .v-text-field__prefix,
22666
22728
  .v-select .v-field .v-text-field__suffix,
22667
22729
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -23372,25 +23434,45 @@ html.v-overlay-scroll-blocked {
23372
23434
  color: rgb(var(--v-theme-on-error));
23373
23435
  }
23374
23436
 
23437
+ .v-switch__track-true {
23438
+ margin-inline-end: auto;
23439
+ }
23440
+ .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
23441
+ opacity: 0;
23442
+ }
23443
+
23444
+ .v-switch__track-false {
23445
+ margin-inline-start: auto;
23446
+ }
23447
+ .v-selection-control--dirty .v-switch__track-false {
23448
+ opacity: 0;
23449
+ }
23450
+
23375
23451
  .v-switch__track {
23452
+ display: inline-flex;
23453
+ align-items: center;
23454
+ font-size: 0.5rem;
23455
+ padding: 0 5px;
23376
23456
  background-color: rgb(var(--v-theme-surface-variant));
23377
23457
  border-radius: 9999px;
23378
23458
  height: 14px;
23379
23459
  opacity: 0.6;
23380
- width: 36px;
23460
+ min-width: 36px;
23381
23461
  cursor: pointer;
23382
23462
  transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
23383
23463
  }
23384
23464
  .v-switch--inset .v-switch__track {
23385
23465
  border-radius: 9999px;
23466
+ font-size: 0.75rem;
23386
23467
  height: 32px;
23387
- width: 52px;
23468
+ min-width: 52px;
23388
23469
  }
23389
23470
 
23390
23471
  .v-switch__thumb {
23391
23472
  align-items: center;
23392
23473
  border-radius: 50%;
23393
23474
  display: flex;
23475
+ font-size: 0.75rem;
23394
23476
  height: 20px;
23395
23477
  justify-content: center;
23396
23478
  width: 20px;
@@ -23438,6 +23520,101 @@ html.v-overlay-scroll-blocked {
23438
23520
  }
23439
23521
  .v-switch.v-switch--inset .v-selection-control__wrapper {
23440
23522
  width: auto;
23523
+ }.v-tabs {
23524
+ display: flex;
23525
+ height: var(--v-tabs-height);
23526
+ }
23527
+ .v-tabs--density-default {
23528
+ --v-tabs-height: 48px;
23529
+ }
23530
+ .v-tabs--density-default.v-tabs--stacked {
23531
+ --v-tabs-height: 72px;
23532
+ }
23533
+
23534
+ .v-tabs--density-comfortable {
23535
+ --v-tabs-height: 44px;
23536
+ }
23537
+ .v-tabs--density-comfortable.v-tabs--stacked {
23538
+ --v-tabs-height: 68px;
23539
+ }
23540
+
23541
+ .v-tabs--density-compact {
23542
+ --v-tabs-height: 36px;
23543
+ }
23544
+ .v-tabs--density-compact.v-tabs--stacked {
23545
+ --v-tabs-height: 60px;
23546
+ }
23547
+
23548
+ .v-tabs.v-slide-group--vertical {
23549
+ height: auto;
23550
+ flex: none;
23551
+ --v-tabs-height: 48px;
23552
+ }
23553
+
23554
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
23555
+ margin-inline-start: 42px;
23556
+ }
23557
+
23558
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
23559
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
23560
+ margin-inline-end: auto;
23561
+ }
23562
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
23563
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
23564
+ margin-inline-start: auto;
23565
+ }
23566
+
23567
+ .v-tabs--grow {
23568
+ flex-grow: 1;
23569
+ }
23570
+ .v-tabs--grow .v-tab {
23571
+ flex: 1 0 auto;
23572
+ max-width: none;
23573
+ }
23574
+
23575
+ .v-tabs--align-tabs-end .v-tab:first-child {
23576
+ margin-inline-start: auto;
23577
+ }
23578
+ .v-tabs--align-tabs-end .v-tab:last-child {
23579
+ margin-inline-end: 0;
23580
+ }
23581
+
23582
+ @media (max-width: 1279.98px) {
23583
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
23584
+ margin-inline-start: 52px;
23585
+ }
23586
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
23587
+ margin-inline-end: 52px;
23588
+ }
23589
+ }.v-tab.v-tab.v-btn {
23590
+ height: var(--v-tabs-height);
23591
+ border-radius: 0;
23592
+ min-width: 90px;
23593
+ }
23594
+ .v-slide-group--horizontal .v-tab {
23595
+ max-width: 360px;
23596
+ }
23597
+ .v-slide-group--vertical .v-tab {
23598
+ justify-content: start;
23599
+ }
23600
+
23601
+ .v-tab__slider {
23602
+ position: absolute;
23603
+ bottom: 0;
23604
+ left: 0;
23605
+ height: 2px;
23606
+ width: 100%;
23607
+ background: currentColor;
23608
+ pointer-events: none;
23609
+ opacity: 0;
23610
+ }
23611
+ .v-tab--selected .v-tab__slider {
23612
+ opacity: 1;
23613
+ }
23614
+ .v-slide-group--vertical .v-tab__slider {
23615
+ top: 0;
23616
+ height: 100%;
23617
+ width: 2px;
23441
23618
  }.v-system-bar {
23442
23619
  align-items: center;
23443
23620
  display: flex;
@@ -23450,8 +23627,8 @@ html.v-overlay-scroll-blocked {
23450
23627
  text-align: end;
23451
23628
  width: 100%;
23452
23629
  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));
23453
- background: rgba(var(--v-theme-on-surface-variant));
23454
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23630
+ background: rgba(var(--v-theme-surface-light));
23631
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
23455
23632
  font-size: 0.75rem;
23456
23633
  font-weight: 400;
23457
23634
  letter-spacing: 0.0333333333em;
@@ -23475,101 +23652,115 @@ html.v-overlay-scroll-blocked {
23475
23652
  }
23476
23653
  .v-system-bar:not(.v-system-bar--absolute) {
23477
23654
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
23478
- }.v-tabs {
23479
- display: flex;
23480
- height: var(--v-tabs-height);
23655
+ }/* region BLOCK */
23656
+ .v-text-field input {
23657
+ color: inherit;
23658
+ opacity: 0;
23659
+ flex: 1;
23660
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23661
+ min-width: 0;
23481
23662
  }
23482
- .v-tabs--density-default {
23483
- --v-tabs-height: 48px;
23663
+ .v-text-field input:focus, .v-text-field input:active {
23664
+ outline: none;
23484
23665
  }
23485
- .v-tabs--density-default.v-tabs--stacked {
23486
- --v-tabs-height: 72px;
23666
+ .v-text-field input:invalid {
23667
+ box-shadow: none;
23487
23668
  }
23488
-
23489
- .v-tabs--density-comfortable {
23490
- --v-tabs-height: 44px;
23669
+ .v-text-field .v-field {
23670
+ cursor: text;
23491
23671
  }
23492
- .v-tabs--density-comfortable.v-tabs--stacked {
23493
- --v-tabs-height: 68px;
23672
+ .v-text-field--prefixed.v-text-field .v-field__input {
23673
+ --v-field-padding-start: 6px;
23494
23674
  }
23495
23675
 
23496
- .v-tabs--density-compact {
23497
- --v-tabs-height: 36px;
23498
- }
23499
- .v-tabs--density-compact.v-tabs--stacked {
23500
- --v-tabs-height: 60px;
23676
+ .v-text-field--suffixed.v-text-field .v-field__input {
23677
+ --v-field-padding-end: 0;
23501
23678
  }
23502
23679
 
23503
- .v-tabs.v-slide-group--vertical {
23504
- height: auto;
23505
- flex: none;
23506
- --v-tabs-height: 48px;
23680
+ .v-text-field .v-input__details {
23681
+ padding-inline: 16px;
23507
23682
  }
23508
-
23509
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
23510
- margin-inline-start: 42px;
23683
+ .v-input--plain-underlined.v-text-field .v-input__details {
23684
+ padding-inline: 0;
23511
23685
  }
23512
23686
 
23513
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
23514
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
23515
- margin-inline-end: auto;
23687
+ .v-text-field .v-field--no-label input,
23688
+ .v-text-field .v-field--active input {
23689
+ opacity: 1;
23516
23690
  }
23517
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
23518
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
23519
- margin-inline-start: auto;
23691
+ .v-text-field .v-field--single-line input {
23692
+ transition: none;
23520
23693
  }
23521
23694
 
23522
- .v-tabs--grow {
23523
- flex-grow: 1;
23695
+ /* endregion */
23696
+ /* region ELEMENTS */
23697
+ .v-text-field__prefix, .v-text-field__suffix {
23698
+ align-items: center;
23699
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23700
+ cursor: default;
23701
+ display: flex;
23702
+ opacity: 0;
23703
+ transition: inherit;
23704
+ white-space: nowrap;
23705
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
23706
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
23707
+ padding-bottom: var(--v-field-padding-bottom, 6px);
23524
23708
  }
23525
- .v-tabs--grow .v-tab {
23526
- flex: 1 0 auto;
23527
- max-width: none;
23709
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
23710
+ opacity: 1;
23528
23711
  }
23529
-
23530
- .v-tabs--align-tabs-end .v-tab:first-child {
23531
- margin-inline-start: auto;
23712
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
23713
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
23532
23714
  }
23533
- .v-tabs--align-tabs-end .v-tab:last-child {
23534
- margin-inline-end: 0;
23715
+ .v-text-field__prefix {
23716
+ padding-inline-start: var(--v-field-padding-start);
23717
+ }
23718
+ .v-text-field__suffix {
23719
+ padding-inline-end: var(--v-field-padding-end);
23535
23720
  }
23536
23721
 
23537
- @media (max-width: 1279.98px) {
23538
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
23539
- margin-inline-start: 52px;
23540
- }
23541
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
23542
- margin-inline-end: 52px;
23543
- }
23544
- }.v-tab.v-tab.v-btn {
23545
- height: var(--v-tabs-height);
23546
- border-radius: 0;
23547
- min-width: 90px;
23722
+ /* endregion */.v-textarea .v-field {
23723
+ --v-textarea-control-height: var(--v-input-control-height);
23548
23724
  }
23549
- .v-slide-group--horizontal .v-tab {
23550
- max-width: 360px;
23725
+ .v-textarea .v-field__field {
23726
+ --v-input-control-height: var(--v-textarea-control-height);
23551
23727
  }
23552
- .v-slide-group--vertical .v-tab {
23553
- justify-content: start;
23728
+ .v-textarea .v-field__input {
23729
+ flex: 1 1 auto;
23730
+ outline: none;
23731
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
23732
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
23554
23733
  }
23555
-
23556
- .v-tab__slider {
23734
+ .v-textarea .v-field__input.v-textarea__sizer {
23735
+ visibility: hidden;
23557
23736
  position: absolute;
23558
- bottom: 0;
23737
+ top: 0;
23559
23738
  left: 0;
23560
- height: 2px;
23561
- width: 100%;
23562
- background: currentColor;
23739
+ height: 0 !important;
23740
+ min-height: 0 !important;
23563
23741
  pointer-events: none;
23564
- opacity: 0;
23565
23742
  }
23566
- .v-tab--selected .v-tab__slider {
23743
+ .v-textarea--no-resize .v-field__input {
23744
+ resize: none;
23745
+ }
23746
+ .v-textarea .v-field--no-label textarea,
23747
+ .v-textarea .v-field--active textarea {
23567
23748
  opacity: 1;
23568
23749
  }
23569
- .v-slide-group--vertical .v-tab__slider {
23570
- top: 0;
23571
- height: 100%;
23572
- width: 2px;
23750
+ .v-textarea textarea {
23751
+ opacity: 0;
23752
+ flex: 1;
23753
+ min-width: 0;
23754
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23755
+ }
23756
+ .v-textarea textarea:focus, .v-textarea textarea:active {
23757
+ outline: none;
23758
+ }
23759
+ .v-textarea textarea:invalid {
23760
+ box-shadow: none;
23761
+ }.v-theme-provider {
23762
+ background: rgb(var(--v-theme-background));
23763
+ color: rgb(var(--v-theme-on-background));
23573
23764
  }.v-table {
23574
23765
  background: rgb(var(--v-theme-surface));
23575
23766
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -23721,117 +23912,8 @@ html.v-overlay-scroll-blocked {
23721
23912
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
23722
23913
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
23723
23914
  border-top: 0px !important;
23724
- }.v-textarea .v-field {
23725
- --v-textarea-control-height: var(--v-input-control-height);
23726
- }
23727
- .v-textarea .v-field__field {
23728
- --v-input-control-height: var(--v-textarea-control-height);
23729
- }
23730
- .v-textarea .v-field__input {
23731
- flex: 1 1 auto;
23732
- outline: none;
23733
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
23734
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
23735
- }
23736
- .v-textarea .v-field__input.v-textarea__sizer {
23737
- visibility: hidden;
23738
- position: absolute;
23739
- top: 0;
23740
- left: 0;
23741
- height: 0 !important;
23742
- min-height: 0 !important;
23743
- pointer-events: none;
23744
- }
23745
- .v-textarea--no-resize .v-field__input {
23746
- resize: none;
23747
- }
23748
- .v-textarea .v-field--no-label textarea,
23749
- .v-textarea .v-field--active textarea {
23750
- opacity: 1;
23751
- }
23752
- .v-textarea textarea {
23753
- opacity: 0;
23754
- flex: 1;
23755
- min-width: 0;
23756
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23757
- }
23758
- .v-textarea textarea:focus, .v-textarea textarea:active {
23759
- outline: none;
23760
- }
23761
- .v-textarea textarea:invalid {
23762
- box-shadow: none;
23763
- }/* region BLOCK */
23764
- .v-text-field input {
23765
- color: inherit;
23766
- opacity: 0;
23767
- flex: 1;
23768
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23769
- min-width: 0;
23770
- }
23771
- .v-text-field input:focus, .v-text-field input:active {
23772
- outline: none;
23773
- }
23774
- .v-text-field input:invalid {
23775
- box-shadow: none;
23776
- }
23777
- .v-text-field .v-field {
23778
- cursor: text;
23779
- }
23780
- .v-text-field--prefixed.v-text-field .v-field__input {
23781
- --v-field-padding-start: 6px;
23782
- }
23783
-
23784
- .v-text-field--suffixed.v-text-field .v-field__input {
23785
- --v-field-padding-end: 0;
23786
- }
23787
-
23788
- .v-text-field .v-input__details {
23789
- padding-inline: 16px;
23790
- }
23791
- .v-input--plain-underlined.v-text-field .v-input__details {
23792
- padding-inline: 0;
23793
- }
23794
-
23795
- .v-text-field .v-field--no-label input,
23796
- .v-text-field .v-field--active input {
23797
- opacity: 1;
23798
- }
23799
- .v-text-field .v-field--single-line input {
23800
- transition: none;
23801
- }
23802
-
23803
- /* endregion */
23804
- /* region ELEMENTS */
23805
- .v-text-field__prefix, .v-text-field__suffix {
23806
- align-items: center;
23807
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23808
- cursor: default;
23809
- display: flex;
23810
- opacity: 0;
23811
- transition: inherit;
23812
- white-space: nowrap;
23813
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
23814
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
23815
- padding-bottom: var(--v-field-padding-bottom, 6px);
23816
- }
23817
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
23818
- opacity: 1;
23819
- }
23820
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
23821
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
23822
- }
23823
- .v-text-field__prefix {
23824
- padding-inline-start: var(--v-field-padding-start);
23825
- }
23826
- .v-text-field__suffix {
23827
- padding-inline-end: var(--v-field-padding-end);
23828
- }
23829
-
23830
- /* endregion */.v-theme-provider {
23831
- background: rgb(var(--v-theme-background));
23832
- color: rgb(var(--v-theme-on-background));
23833
23915
  }.v-timeline .v-timeline-divider__dot {
23834
- background: rgb(var(--v-theme-on-surface-variant));
23916
+ background: rgb(var(--v-theme-surface-light));
23835
23917
  }
23836
23918
  .v-timeline .v-timeline-divider__inner-dot {
23837
23919
  background: rgb(var(--v-theme-on-surface));
@@ -24263,8 +24345,8 @@ html.v-overlay-scroll-blocked {
24263
24345
  border-width: 0;
24264
24346
  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));
24265
24347
  border-radius: 0;
24266
- background: rgb(var(--v-theme-on-surface-variant));
24267
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24348
+ background: rgb(var(--v-theme-surface-light));
24349
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24268
24350
  }
24269
24351
  .v-toolbar--border {
24270
24352
  border-width: thin;
@@ -24394,15 +24476,6 @@ html.v-overlay-scroll-blocked {
24394
24476
  .v-tooltip > .v-overlay__content[class*=leave-active] {
24395
24477
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
24396
24478
  transition-duration: 75ms;
24397
- }.v-virtual-scroll {
24398
- display: block;
24399
- flex: 1 1 auto;
24400
- max-width: 100%;
24401
- overflow: auto;
24402
- position: relative;
24403
- }
24404
- .v-virtual-scroll__container {
24405
- display: block;
24406
24479
  }.v-window {
24407
24480
  overflow: hidden;
24408
24481
  }
@@ -24472,28 +24545,15 @@ html.v-overlay-scroll-blocked {
24472
24545
  }
24473
24546
  .v-window-y-reverse-transition-leave-to {
24474
24547
  transform: translateY(100%);
24475
- }.v-color-picker-canvas {
24476
- display: flex;
24548
+ }.v-virtual-scroll {
24549
+ display: block;
24550
+ flex: 1 1 auto;
24551
+ max-width: 100%;
24552
+ overflow: auto;
24477
24553
  position: relative;
24478
- overflow: hidden;
24479
- contain: content;
24480
- touch-action: none;
24481
- }
24482
- .v-color-picker-canvas__dot {
24483
- position: absolute;
24484
- top: 0;
24485
- left: 0;
24486
- width: 15px;
24487
- height: 15px;
24488
- background: transparent;
24489
- border-radius: 50%;
24490
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
24491
- }
24492
- .v-color-picker-canvas__dot--disabled {
24493
- box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
24494
24554
  }
24495
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
24496
- will-change: transform;
24555
+ .v-virtual-scroll__container {
24556
+ display: block;
24497
24557
  }.v-color-picker-edit {
24498
24558
  display: flex;
24499
24559
  margin-top: 24px;
@@ -24591,6 +24651,28 @@ html.v-overlay-scroll-blocked {
24591
24651
  .v-color-picker-preview__eye-dropper {
24592
24652
  position: relative;
24593
24653
  margin-right: 12px;
24654
+ }.v-color-picker-canvas {
24655
+ display: flex;
24656
+ position: relative;
24657
+ overflow: hidden;
24658
+ contain: content;
24659
+ touch-action: none;
24660
+ }
24661
+ .v-color-picker-canvas__dot {
24662
+ position: absolute;
24663
+ top: 0;
24664
+ left: 0;
24665
+ width: 15px;
24666
+ height: 15px;
24667
+ background: transparent;
24668
+ border-radius: 50%;
24669
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
24670
+ }
24671
+ .v-color-picker-canvas__dot--disabled {
24672
+ box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
24673
+ }
24674
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
24675
+ will-change: transform;
24594
24676
  }.v-color-picker-swatches {
24595
24677
  overflow-y: auto;
24596
24678
  }
@@ -24843,7 +24925,7 @@ html.v-overlay-scroll-blocked {
24843
24925
  background-color: rgb(var(--v-theme-surface-variant));
24844
24926
  }
24845
24927
  .v-slider-track__tick--filled {
24846
- background-color: rgb(var(--v-theme-on-surface-variant));
24928
+ background-color: rgb(var(--v-theme-surface-light));
24847
24929
  }
24848
24930
 
24849
24931
  .v-slider-track {