@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-25

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 (174) hide show
  1. package/CHANGELOG.md +0 -13
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +18 -18
  4. package/dist/json/importMap.json +152 -152
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +53 -42
  7. package/dist/vuetify-labs.css +1255 -1257
  8. package/dist/vuetify-labs.d.ts +12304 -12192
  9. package/dist/vuetify-labs.esm.js +118 -68
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +118 -68
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +1293 -1295
  14. package/dist/vuetify.d.ts +10496 -10404
  15. package/dist/vuetify.esm.js +110 -64
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +110 -64
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1078 -1080
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +55 -55
  23. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  24. package/lib/components/VAppBar/index.d.mts +169 -169
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  27. package/lib/components/VAutocomplete/index.d.mts +615 -609
  28. package/lib/components/VAvatar/index.d.mts +36 -36
  29. package/lib/components/VBadge/index.d.mts +58 -58
  30. package/lib/components/VBanner/index.d.mts +59 -59
  31. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  32. package/lib/components/VBottomSheet/index.d.mts +118 -118
  33. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  34. package/lib/components/VBtn/VBtn.css +3 -0
  35. package/lib/components/VBtn/VBtn.sass +3 -0
  36. package/lib/components/VBtn/index.d.mts +107 -107
  37. package/lib/components/VBtnGroup/index.d.mts +23 -23
  38. package/lib/components/VBtnToggle/index.d.mts +40 -40
  39. package/lib/components/VCard/index.d.mts +93 -93
  40. package/lib/components/VCarousel/index.d.mts +128 -128
  41. package/lib/components/VCheckbox/index.d.mts +174 -168
  42. package/lib/components/VChip/index.d.mts +86 -86
  43. package/lib/components/VChipGroup/index.d.mts +46 -46
  44. package/lib/components/VColorPicker/index.d.mts +96 -96
  45. package/lib/components/VCombobox/VCombobox.mjs +15 -8
  46. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  47. package/lib/components/VCombobox/index.d.mts +615 -609
  48. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  49. package/lib/components/VCounter/index.d.mts +27 -27
  50. package/lib/components/VDataIterator/index.d.mts +51 -50
  51. package/lib/components/VDataTable/VDataTable.mjs +10 -3
  52. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  53. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  54. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  55. package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
  56. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  57. package/lib/components/VDataTable/composables/group.mjs +2 -1
  58. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  59. package/lib/components/VDataTable/composables/sort.mjs +4 -4
  60. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  61. package/lib/components/VDataTable/index.d.mts +275 -274
  62. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  63. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  64. package/lib/components/VDatePicker/index.d.mts +134 -134
  65. package/lib/components/VDialog/index.d.mts +353 -353
  66. package/lib/components/VDivider/index.d.mts +15 -15
  67. package/lib/components/VEmptyState/index.d.mts +47 -47
  68. package/lib/components/VExpansionPanel/index.d.mts +134 -134
  69. package/lib/components/VFab/index.d.mts +227 -227
  70. package/lib/components/VField/VField.css +6 -11
  71. package/lib/components/VField/VField.mjs +7 -5
  72. package/lib/components/VField/VField.mjs.map +1 -1
  73. package/lib/components/VField/VField.sass +2 -6
  74. package/lib/components/VField/index.d.mts +58 -52
  75. package/lib/components/VFileInput/index.d.mts +255 -249
  76. package/lib/components/VFooter/index.d.mts +50 -50
  77. package/lib/components/VForm/index.d.mts +9 -9
  78. package/lib/components/VGrid/index.d.mts +150 -150
  79. package/lib/components/VIcon/index.d.mts +24 -24
  80. package/lib/components/VImg/index.d.mts +85 -85
  81. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  82. package/lib/components/VInput/VInput.css +5 -5
  83. package/lib/components/VInput/VInput.mjs +4 -1
  84. package/lib/components/VInput/VInput.mjs.map +1 -1
  85. package/lib/components/VInput/VInput.sass +1 -1
  86. package/lib/components/VInput/index.d.mts +61 -55
  87. package/lib/components/VItemGroup/index.d.mts +17 -17
  88. package/lib/components/VLabel/index.d.mts +8 -8
  89. package/lib/components/VLayout/index.d.mts +36 -36
  90. package/lib/components/VLazy/index.d.mts +31 -31
  91. package/lib/components/VList/index.d.mts +178 -178
  92. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  93. package/lib/components/VMain/index.d.mts +10 -10
  94. package/lib/components/VMenu/VMenu.mjs +7 -5
  95. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  96. package/lib/components/VMenu/index.d.mts +396 -396
  97. package/lib/components/VMessages/index.d.mts +20 -20
  98. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  99. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  100. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  101. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  102. package/lib/components/VOtpInput/index.d.mts +88 -88
  103. package/lib/components/VOverlay/index.d.mts +97 -97
  104. package/lib/components/VOverlay/locationStrategies.mjs +0 -6
  105. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  106. package/lib/components/VPagination/index.d.mts +55 -55
  107. package/lib/components/VParallax/index.d.mts +7 -7
  108. package/lib/components/VProgressCircular/index.d.mts +24 -24
  109. package/lib/components/VProgressLinear/index.d.mts +52 -52
  110. package/lib/components/VRadio/index.d.mts +41 -41
  111. package/lib/components/VRadioGroup/index.d.mts +105 -99
  112. package/lib/components/VRangeSlider/index.d.mts +102 -96
  113. package/lib/components/VRating/index.d.mts +22 -22
  114. package/lib/components/VResponsive/index.d.mts +23 -23
  115. package/lib/components/VSelect/VSelect.mjs +15 -13
  116. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  117. package/lib/components/VSelect/index.d.mts +615 -609
  118. package/lib/components/VSelect/useScrolling.mjs +3 -3
  119. package/lib/components/VSelect/useScrolling.mjs.map +1 -1
  120. package/lib/components/VSelectionControl/index.d.mts +43 -43
  121. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  122. package/lib/components/VSheet/index.d.mts +34 -34
  123. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  124. package/lib/components/VSlideGroup/index.d.mts +33 -33
  125. package/lib/components/VSlider/index.d.mts +95 -89
  126. package/lib/components/VSnackbar/index.d.mts +411 -411
  127. package/lib/components/VSparkline/index.d.mts +38 -38
  128. package/lib/components/VSpeedDial/index.d.mts +176 -176
  129. package/lib/components/VStepper/index.d.mts +119 -119
  130. package/lib/components/VSwitch/index.d.mts +108 -102
  131. package/lib/components/VSystemBar/index.d.mts +39 -39
  132. package/lib/components/VTable/index.d.mts +4 -4
  133. package/lib/components/VTabs/index.d.mts +512 -512
  134. package/lib/components/VTextField/VTextField.mjs +1 -1
  135. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  136. package/lib/components/VTextField/index.d.mts +421 -415
  137. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  138. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  139. package/lib/components/VTextarea/index.d.mts +359 -344
  140. package/lib/components/VTimeline/index.d.mts +26 -26
  141. package/lib/components/VToolbar/index.d.mts +53 -53
  142. package/lib/components/VTooltip/index.d.mts +424 -424
  143. package/lib/components/VValidation/index.d.mts +19 -19
  144. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
  145. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  146. package/lib/components/VVirtualScroll/index.d.mts +13 -10
  147. package/lib/components/VWindow/index.d.mts +31 -31
  148. package/lib/components/index.d.mts +10657 -10566
  149. package/lib/components/transitions/index.d.mts +200 -200
  150. package/lib/composables/nested/nested.mjs +0 -1
  151. package/lib/composables/nested/nested.mjs.map +1 -1
  152. package/lib/composables/virtual.mjs +1 -0
  153. package/lib/composables/virtual.mjs.map +1 -1
  154. package/lib/entry-bundler.mjs +1 -1
  155. package/lib/framework.mjs +1 -1
  156. package/lib/index.d.mts +81 -80
  157. package/lib/labs/VCalendar/index.d.mts +52 -52
  158. package/lib/labs/VDateInput/VDateInput.mjs +6 -3
  159. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  160. package/lib/labs/VDateInput/index.d.mts +256 -250
  161. package/lib/labs/VNumberInput/index.d.mts +247 -241
  162. package/lib/labs/VPicker/index.d.mts +45 -45
  163. package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
  164. package/lib/labs/VStepperVertical/index.d.mts +212 -212
  165. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  166. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  167. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
  168. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  169. package/lib/labs/VTimePicker/index.d.mts +131 -122
  170. package/lib/labs/VTreeview/index.d.mts +199 -199
  171. package/lib/labs/components.d.mts +1754 -1733
  172. package/lib/util/helpers.mjs +5 -0
  173. package/lib/util/helpers.mjs.map +1 -1
  174. package/package.json +9 -4
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.13-3.7.0-beta.0.0-dev.2024-07-12
2
+ * Vuetify v3.6.13-3.7.0-beta.0.0-dev.2024-07-25
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17456,18 +17456,22 @@ html.overflow-y-hidden {
17456
17456
  .v-ripple__animation--out {
17457
17457
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
17458
17458
  opacity: 0;
17459
- }.v-app-bar {
17459
+ }.v-application {
17460
17460
  display: flex;
17461
+ background: rgb(var(--v-theme-background));
17462
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17461
17463
  }
17462
- .v-app-bar.v-toolbar {
17463
- background: rgb(var(--v-theme-surface));
17464
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17465
- }
17466
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17467
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17468
- }
17469
- .v-app-bar:not(.v-toolbar--absolute) {
17470
- padding-inline-end: var(--v-scrollbar-offset);
17464
+
17465
+ .v-application__wrap {
17466
+ -webkit-backface-visibility: hidden;
17467
+ backface-visibility: hidden;
17468
+ display: flex;
17469
+ flex-direction: column;
17470
+ flex: 1 1 auto;
17471
+ max-width: 100%;
17472
+ min-height: 100vh;
17473
+ min-height: 100dvh;
17474
+ position: relative;
17471
17475
  }.v-alert {
17472
17476
  display: grid;
17473
17477
  flex: 1 1;
@@ -17761,6 +17765,18 @@ html.overflow-y-hidden {
17761
17765
  .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17762
17766
  opacity: var(--v-high-emphasis-opacity);
17763
17767
  transform: rotate(180deg);
17768
+ }.v-app-bar {
17769
+ display: flex;
17770
+ }
17771
+ .v-app-bar.v-toolbar {
17772
+ background: rgb(var(--v-theme-surface));
17773
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17774
+ }
17775
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17776
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17777
+ }
17778
+ .v-app-bar:not(.v-toolbar--absolute) {
17779
+ padding-inline-end: var(--v-scrollbar-offset);
17764
17780
  }.v-avatar {
17765
17781
  flex: none;
17766
17782
  align-items: center;
@@ -17934,61 +17950,6 @@ html.overflow-y-hidden {
17934
17950
  display: inline-flex;
17935
17951
  justify-content: center;
17936
17952
  margin: 0 4px;
17937
- }.v-bottom-navigation {
17938
- display: flex;
17939
- max-width: 100%;
17940
- overflow: hidden;
17941
- position: absolute;
17942
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
17943
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17944
- border-style: solid;
17945
- border-width: 0;
17946
- border-radius: 0;
17947
- background: rgb(var(--v-theme-surface));
17948
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17949
- }
17950
- .v-bottom-navigation--border {
17951
- border-width: thin;
17952
- box-shadow: none;
17953
- }
17954
- .v-bottom-navigation--active {
17955
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17956
- }
17957
-
17958
- .v-bottom-navigation__content {
17959
- display: flex;
17960
- flex: none;
17961
- font-size: 0.75rem;
17962
- justify-content: center;
17963
- transition: inherit;
17964
- width: 100%;
17965
- }
17966
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
17967
- font-size: inherit;
17968
- height: 100%;
17969
- max-width: 168px;
17970
- min-width: 80px;
17971
- text-transform: none;
17972
- transition: inherit;
17973
- width: auto;
17974
- border-radius: 0;
17975
- }
17976
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
17977
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17978
- transition: inherit;
17979
- }
17980
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17981
- font-size: 1.5rem;
17982
- }
17983
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
17984
- flex-grow: 1;
17985
- }
17986
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
17987
- transition: inherit;
17988
- opacity: 0;
17989
- }
17990
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
17991
- transform: translateY(0.5rem);
17992
17953
  }.v-banner {
17993
17954
  display: grid;
17994
17955
  flex: 1 1;
@@ -18147,6 +18108,61 @@ html.overflow-y-hidden {
18147
18108
  }
18148
18109
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18149
18110
  align-self: flex-start;
18111
+ }.v-bottom-navigation {
18112
+ display: flex;
18113
+ max-width: 100%;
18114
+ overflow: hidden;
18115
+ position: absolute;
18116
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18117
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18118
+ border-style: solid;
18119
+ border-width: 0;
18120
+ border-radius: 0;
18121
+ background: rgb(var(--v-theme-surface));
18122
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18123
+ }
18124
+ .v-bottom-navigation--border {
18125
+ border-width: thin;
18126
+ box-shadow: none;
18127
+ }
18128
+ .v-bottom-navigation--active {
18129
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18130
+ }
18131
+
18132
+ .v-bottom-navigation__content {
18133
+ display: flex;
18134
+ flex: none;
18135
+ font-size: 0.75rem;
18136
+ justify-content: center;
18137
+ transition: inherit;
18138
+ width: 100%;
18139
+ }
18140
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18141
+ font-size: inherit;
18142
+ height: 100%;
18143
+ max-width: 168px;
18144
+ min-width: 80px;
18145
+ text-transform: none;
18146
+ transition: inherit;
18147
+ width: auto;
18148
+ border-radius: 0;
18149
+ }
18150
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18151
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18152
+ transition: inherit;
18153
+ }
18154
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18155
+ font-size: 1.5rem;
18156
+ }
18157
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18158
+ flex-grow: 1;
18159
+ }
18160
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18161
+ transition: inherit;
18162
+ opacity: 0;
18163
+ }
18164
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18165
+ transform: translateY(0.5rem);
18150
18166
  }.bottom-sheet-transition-enter-from {
18151
18167
  transform: translateY(100%);
18152
18168
  }
@@ -18236,6 +18252,62 @@ html.overflow-y-hidden {
18236
18252
  display: inline-block;
18237
18253
  padding: 0 8px;
18238
18254
  vertical-align: middle;
18255
+ }.v-btn-group {
18256
+ display: inline-flex;
18257
+ flex-wrap: nowrap;
18258
+ max-width: 100%;
18259
+ min-width: 0;
18260
+ overflow: hidden;
18261
+ vertical-align: middle;
18262
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18263
+ border-style: solid;
18264
+ border-width: 0;
18265
+ 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));
18266
+ border-radius: 4px;
18267
+ background: transparent;
18268
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18269
+ }
18270
+ .v-btn-group--border {
18271
+ border-width: thin;
18272
+ box-shadow: none;
18273
+ }
18274
+ .v-btn-group--density-default.v-btn-group {
18275
+ height: 48px;
18276
+ }
18277
+
18278
+ .v-btn-group--density-comfortable.v-btn-group {
18279
+ height: 40px;
18280
+ }
18281
+
18282
+ .v-btn-group--density-compact.v-btn-group {
18283
+ height: 36px;
18284
+ }
18285
+
18286
+ .v-btn-group .v-btn {
18287
+ border-radius: 0;
18288
+ border-color: inherit;
18289
+ }
18290
+ .v-btn-group .v-btn:not(:last-child) {
18291
+ border-inline-end: none;
18292
+ }
18293
+ .v-btn-group .v-btn:not(:first-child) {
18294
+ border-inline-start: none;
18295
+ }
18296
+ .v-btn-group .v-btn:first-child {
18297
+ border-start-start-radius: inherit;
18298
+ border-end-start-radius: inherit;
18299
+ }
18300
+ .v-btn-group .v-btn:last-child {
18301
+ border-start-end-radius: inherit;
18302
+ border-end-end-radius: inherit;
18303
+ }
18304
+ .v-btn-group--divided .v-btn:not(:last-child) {
18305
+ border-inline-end-width: thin;
18306
+ border-inline-end-style: solid;
18307
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18308
+ }
18309
+ .v-btn-group--tile {
18310
+ border-radius: 0;
18239
18311
  }.v-btn {
18240
18312
  align-items: center;
18241
18313
  border-radius: 4px;
@@ -18567,6 +18639,9 @@ html.overflow-y-hidden {
18567
18639
  .v-btn--stacked .v-icon {
18568
18640
  --v-icon-size-multiplier: 1.1428571429;
18569
18641
  }
18642
+ .v-btn--stacked.v-btn--block {
18643
+ min-width: 100%;
18644
+ }
18570
18645
 
18571
18646
  .v-btn__loader {
18572
18647
  align-items: center;
@@ -18654,100 +18729,49 @@ html.overflow-y-hidden {
18654
18729
  }
18655
18730
  .v-pagination__item--is-active .v-btn__overlay {
18656
18731
  opacity: var(--v-border-opacity);
18657
- }.v-btn-group {
18658
- display: inline-flex;
18659
- flex-wrap: nowrap;
18660
- max-width: 100%;
18661
- min-width: 0;
18732
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18733
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18734
+ }
18735
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18736
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18737
+ }
18738
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18739
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18740
+ }
18741
+ @supports not selector(:focus-visible) {
18742
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18743
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18744
+ }
18745
+ }.v-checkbox.v-input {
18746
+ flex: 0 1 auto;
18747
+ }
18748
+ .v-checkbox .v-selection-control {
18749
+ min-height: var(--v-input-control-height);
18750
+ }.v-card {
18751
+ display: block;
18662
18752
  overflow: hidden;
18663
- vertical-align: middle;
18753
+ overflow-wrap: break-word;
18754
+ position: relative;
18755
+ padding: 0;
18756
+ text-decoration: none;
18757
+ transition-duration: 0.28s;
18758
+ transition-property: box-shadow, opacity, background;
18759
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18760
+ z-index: 0;
18664
18761
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18665
18762
  border-style: solid;
18666
18763
  border-width: 0;
18667
- 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));
18668
18764
  border-radius: 4px;
18669
- background: transparent;
18670
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18671
18765
  }
18672
- .v-btn-group--border {
18766
+ .v-card--border {
18673
18767
  border-width: thin;
18674
18768
  box-shadow: none;
18675
18769
  }
18676
- .v-btn-group--density-default.v-btn-group {
18677
- height: 48px;
18678
- }
18679
-
18680
- .v-btn-group--density-comfortable.v-btn-group {
18681
- height: 40px;
18770
+ .v-card--absolute {
18771
+ position: absolute;
18682
18772
  }
18683
-
18684
- .v-btn-group--density-compact.v-btn-group {
18685
- height: 36px;
18686
- }
18687
-
18688
- .v-btn-group .v-btn {
18689
- border-radius: 0;
18690
- border-color: inherit;
18691
- }
18692
- .v-btn-group .v-btn:not(:last-child) {
18693
- border-inline-end: none;
18694
- }
18695
- .v-btn-group .v-btn:not(:first-child) {
18696
- border-inline-start: none;
18697
- }
18698
- .v-btn-group .v-btn:first-child {
18699
- border-start-start-radius: inherit;
18700
- border-end-start-radius: inherit;
18701
- }
18702
- .v-btn-group .v-btn:last-child {
18703
- border-start-end-radius: inherit;
18704
- border-end-end-radius: inherit;
18705
- }
18706
- .v-btn-group--divided .v-btn:not(:last-child) {
18707
- border-inline-end-width: thin;
18708
- border-inline-end-style: solid;
18709
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18710
- }
18711
- .v-btn-group--tile {
18712
- border-radius: 0;
18713
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18714
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18715
- }
18716
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18717
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18718
- }
18719
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18720
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18721
- }
18722
- @supports not selector(:focus-visible) {
18723
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18724
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18725
- }
18726
- }.v-card {
18727
- display: block;
18728
- overflow: hidden;
18729
- overflow-wrap: break-word;
18730
- position: relative;
18731
- padding: 0;
18732
- text-decoration: none;
18733
- transition-duration: 0.28s;
18734
- transition-property: box-shadow, opacity, background;
18735
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18736
- z-index: 0;
18737
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18738
- border-style: solid;
18739
- border-width: 0;
18740
- border-radius: 4px;
18741
- }
18742
- .v-card--border {
18743
- border-width: thin;
18744
- box-shadow: none;
18745
- }
18746
- .v-card--absolute {
18747
- position: absolute;
18748
- }
18749
- .v-card--fixed {
18750
- position: fixed;
18773
+ .v-card--fixed {
18774
+ position: fixed;
18751
18775
  }
18752
18776
  .v-card:hover > .v-card__overlay {
18753
18777
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
@@ -19022,11 +19046,6 @@ html.overflow-y-hidden {
19022
19046
  pointer-events: none;
19023
19047
  opacity: 0;
19024
19048
  transition: opacity 0.2s ease-in-out;
19025
- }.v-checkbox.v-input {
19026
- flex: 0 1 auto;
19027
- }
19028
- .v-checkbox .v-selection-control {
19029
- min-height: var(--v-input-control-height);
19030
19049
  }.v-carousel {
19031
19050
  overflow: hidden;
19032
19051
  position: relative;
@@ -19502,6 +19521,24 @@ html.overflow-y-hidden {
19502
19521
 
19503
19522
  .v-chip--label {
19504
19523
  border-radius: 4px;
19524
+ }.v-chip-group {
19525
+ display: flex;
19526
+ max-width: 100%;
19527
+ min-width: 0;
19528
+ overflow-x: auto;
19529
+ padding: 4px 0;
19530
+ }
19531
+ .v-chip-group .v-chip {
19532
+ margin: 4px 8px 4px 0;
19533
+ }
19534
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19535
+ opacity: var(--v-activated-opacity);
19536
+ }
19537
+
19538
+ .v-chip-group--column .v-slide-group__content {
19539
+ white-space: normal;
19540
+ flex-wrap: wrap;
19541
+ max-width: 100%;
19505
19542
  }.v-color-picker {
19506
19543
  align-self: flex-start;
19507
19544
  contain: content;
@@ -19522,24 +19559,6 @@ html.overflow-y-hidden {
19522
19559
  }
19523
19560
  .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19524
19561
  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));
19525
- }.v-chip-group {
19526
- display: flex;
19527
- max-width: 100%;
19528
- min-width: 0;
19529
- overflow-x: auto;
19530
- padding: 4px 0;
19531
- }
19532
- .v-chip-group .v-chip {
19533
- margin: 4px 8px 4px 0;
19534
- }
19535
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19536
- opacity: var(--v-activated-opacity);
19537
- }
19538
-
19539
- .v-chip-group--column .v-slide-group__content {
19540
- white-space: normal;
19541
- flex-wrap: wrap;
19542
- max-width: 100%;
19543
19562
  }.v-combobox .v-field .v-text-field__prefix,
19544
19563
  .v-combobox .v-field .v-text-field__suffix,
19545
19564
  .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
@@ -19844,6 +19863,12 @@ html.overflow-y-hidden {
19844
19863
  }
19845
19864
  .v-data-table-footer__page {
19846
19865
  padding: 0 8px;
19866
+ }.v-date-picker {
19867
+ overflow: hidden;
19868
+ width: 328px;
19869
+ }
19870
+ .v-date-picker--show-week {
19871
+ width: 368px;
19847
19872
  }.v-date-picker-header {
19848
19873
  align-items: flex-end;
19849
19874
  height: 70px;
@@ -19904,61 +19929,6 @@ html.overflow-y-hidden {
19904
19929
  .date-picker-header-reverse-transition-leave-to {
19905
19930
  opacity: 0;
19906
19931
  transform: translate(0, 100%);
19907
- }.v-date-picker-month {
19908
- display: flex;
19909
- justify-content: center;
19910
- padding: 0 12px 8px;
19911
- --v-date-picker-month-day-diff: 4px;
19912
- }
19913
-
19914
- .v-date-picker-month__weeks {
19915
- display: grid;
19916
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
19917
- column-gap: 4px;
19918
- font-size: 0.85rem;
19919
- }
19920
- .v-date-picker-month__weeks + .v-date-picker-month__days {
19921
- grid-row-gap: 0;
19922
- }
19923
-
19924
- .v-date-picker-month__weekday {
19925
- font-size: 0.85rem;
19926
- }
19927
-
19928
- .v-date-picker-month__days {
19929
- display: grid;
19930
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
19931
- column-gap: 4px;
19932
- flex: 1 1;
19933
- justify-content: space-around;
19934
- }
19935
-
19936
- .v-date-picker-month__day {
19937
- align-items: center;
19938
- display: flex;
19939
- justify-content: center;
19940
- position: relative;
19941
- height: 40px;
19942
- width: 40px;
19943
- }
19944
- .v-date-picker-month__day--selected .v-btn {
19945
- background-color: rgb(var(--v-theme-surface-variant));
19946
- color: rgb(var(--v-theme-on-surface-variant));
19947
- }
19948
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
19949
- --v-btn-height: 24px;
19950
- --v-btn-size: 0.85rem;
19951
- }
19952
- .v-date-picker-month__day--week {
19953
- font-size: var(--v-btn-size);
19954
- }
19955
-
19956
- .v-date-picker-month__day--adjacent {
19957
- opacity: 0.5;
19958
- }
19959
-
19960
- .v-date-picker-month__day--hide-adjacent {
19961
- opacity: 0;
19962
19932
  }.v-date-picker-controls {
19963
19933
  display: flex;
19964
19934
  align-items: center;
@@ -20015,31 +19985,61 @@ html.overflow-y-hidden {
20015
19985
 
20016
19986
  .v-date-picker__title {
20017
19987
  display: inline-block;
20018
- }.v-date-picker {
20019
- overflow: hidden;
20020
- width: 328px;
19988
+ }.v-date-picker-month {
19989
+ display: flex;
19990
+ justify-content: center;
19991
+ padding: 0 12px 8px;
19992
+ --v-date-picker-month-day-diff: 4px;
20021
19993
  }
20022
- .v-date-picker--show-week {
20023
- width: 368px;
20024
- }.v-date-picker-months {
20025
- height: 288px;
19994
+
19995
+ .v-date-picker-month__weeks {
19996
+ display: grid;
19997
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
19998
+ column-gap: 4px;
19999
+ font-size: 0.85rem;
20000
+ }
20001
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20002
+ grid-row-gap: 0;
20026
20003
  }
20027
20004
 
20028
- .v-date-picker-months__content {
20029
- align-items: center;
20005
+ .v-date-picker-month__weekday {
20006
+ font-size: 0.85rem;
20007
+ }
20008
+
20009
+ .v-date-picker-month__days {
20030
20010
  display: grid;
20011
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20012
+ column-gap: 4px;
20031
20013
  flex: 1 1;
20032
- height: inherit;
20033
20014
  justify-content: space-around;
20034
- grid-template-columns: repeat(2, 1fr);
20035
- grid-gap: 0px 24px;
20036
- padding-inline-start: 36px;
20037
- padding-inline-end: 36px;
20038
20015
  }
20039
- .v-date-picker-months__content .v-btn {
20040
- text-transform: none;
20041
- padding-inline-start: 8px;
20042
- padding-inline-end: 8px;
20016
+
20017
+ .v-date-picker-month__day {
20018
+ align-items: center;
20019
+ display: flex;
20020
+ justify-content: center;
20021
+ position: relative;
20022
+ height: 40px;
20023
+ width: 40px;
20024
+ }
20025
+ .v-date-picker-month__day--selected .v-btn {
20026
+ background-color: rgb(var(--v-theme-surface-variant));
20027
+ color: rgb(var(--v-theme-on-surface-variant));
20028
+ }
20029
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20030
+ --v-btn-height: 24px;
20031
+ --v-btn-size: 0.85rem;
20032
+ }
20033
+ .v-date-picker-month__day--week {
20034
+ font-size: var(--v-btn-size);
20035
+ }
20036
+
20037
+ .v-date-picker-month__day--adjacent {
20038
+ opacity: 0.5;
20039
+ }
20040
+
20041
+ .v-date-picker-month__day--hide-adjacent {
20042
+ opacity: 0;
20043
20043
  }.v-date-picker-years {
20044
20044
  height: 288px;
20045
20045
  overflow-y: scroll;
@@ -20055,6 +20055,25 @@ html.overflow-y-hidden {
20055
20055
  }
20056
20056
  .v-date-picker-years__content .v-btn {
20057
20057
  padding-inline: 8px;
20058
+ }.v-date-picker-months {
20059
+ height: 288px;
20060
+ }
20061
+
20062
+ .v-date-picker-months__content {
20063
+ align-items: center;
20064
+ display: grid;
20065
+ flex: 1 1;
20066
+ height: inherit;
20067
+ justify-content: space-around;
20068
+ grid-template-columns: repeat(2, 1fr);
20069
+ grid-gap: 0px 24px;
20070
+ padding-inline-start: 36px;
20071
+ padding-inline-end: 36px;
20072
+ }
20073
+ .v-date-picker-months__content .v-btn {
20074
+ text-transform: none;
20075
+ padding-inline-start: 8px;
20076
+ padding-inline-end: 8px;
20058
20077
  }.v-dialog {
20059
20078
  align-items: center;
20060
20079
  justify-content: center;
@@ -20264,216 +20283,6 @@ html.overflow-y-hidden {
20264
20283
  .v-empty-state__action-btn.v-btn {
20265
20284
  background-color: initial;
20266
20285
  color: initial;
20267
- }.v-expansion-panel {
20268
- background-color: rgb(var(--v-theme-surface));
20269
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20270
- }
20271
- .v-expansion-panel:not(:first-child)::after {
20272
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20273
- }
20274
- .v-expansion-panel--disabled .v-expansion-panel-title {
20275
- color: rgba(var(--v-theme-on-surface), 0.26);
20276
- }
20277
- .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
20278
- opacity: 0.4615384615;
20279
- }
20280
-
20281
- .v-expansion-panels {
20282
- display: flex;
20283
- flex-wrap: wrap;
20284
- justify-content: center;
20285
- list-style-type: none;
20286
- padding: 0;
20287
- width: 100%;
20288
- position: relative;
20289
- z-index: 1;
20290
- }
20291
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
20292
- border-bottom-left-radius: 0 !important;
20293
- border-bottom-right-radius: 0 !important;
20294
- }
20295
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
20296
- border-top-left-radius: 0 !important;
20297
- border-top-right-radius: 0 !important;
20298
- }
20299
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
20300
- border-bottom-left-radius: 0 !important;
20301
- border-bottom-right-radius: 0 !important;
20302
- }
20303
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
20304
- border-top-left-radius: 0 !important;
20305
- border-top-right-radius: 0 !important;
20306
- }
20307
- .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
20308
- border-bottom-left-radius: 0 !important;
20309
- border-bottom-right-radius: 0 !important;
20310
- }
20311
- .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
20312
- border-top-left-radius: 0 !important;
20313
- border-top-right-radius: 0 !important;
20314
- }
20315
- .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
20316
- border-bottom-left-radius: initial;
20317
- border-bottom-right-radius: initial;
20318
- }
20319
- .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
20320
- border-radius: 0 !important;
20321
- }
20322
- .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
20323
- transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
20324
- }
20325
-
20326
- .v-expansion-panel {
20327
- flex: 1 0 100%;
20328
- max-width: 100%;
20329
- position: relative;
20330
- transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
20331
- transition-property: margin-top, border-radius, border, max-width;
20332
- border-radius: 4px;
20333
- }
20334
- .v-expansion-panel:not(:first-child)::after {
20335
- border-top-style: solid;
20336
- border-top-width: thin;
20337
- content: "";
20338
- left: 0;
20339
- position: absolute;
20340
- right: 0;
20341
- top: 0;
20342
- transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
20343
- }
20344
- .v-expansion-panel--disabled .v-expansion-panel-title {
20345
- pointer-events: none;
20346
- }
20347
- .v-expansion-panel--active:not(:first-child),
20348
- .v-expansion-panel--active + .v-expansion-panel {
20349
- margin-top: 16px;
20350
- }
20351
- .v-expansion-panel--active:not(:first-child)::after,
20352
- .v-expansion-panel--active + .v-expansion-panel::after {
20353
- opacity: 0;
20354
- }
20355
- .v-expansion-panel--active > .v-expansion-panel-title {
20356
- border-bottom-left-radius: 0;
20357
- border-bottom-right-radius: 0;
20358
- }
20359
- .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
20360
- min-height: 64px;
20361
- }
20362
-
20363
- .v-expansion-panel__shadow {
20364
- position: absolute;
20365
- top: 0;
20366
- left: 0;
20367
- width: 100%;
20368
- height: 100%;
20369
- 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));
20370
- border-radius: inherit;
20371
- z-index: -1;
20372
- }
20373
-
20374
- .v-expansion-panel-title {
20375
- align-items: center;
20376
- text-align: start;
20377
- border-radius: inherit;
20378
- display: flex;
20379
- font-size: 0.9375rem;
20380
- line-height: 1;
20381
- min-height: 48px;
20382
- outline: none;
20383
- padding: 16px 24px;
20384
- position: relative;
20385
- transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
20386
- width: 100%;
20387
- justify-content: space-between;
20388
- }
20389
- .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
20390
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
20391
- }
20392
- .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
20393
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20394
- }
20395
- @supports not selector(:focus-visible) {
20396
- .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
20397
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20398
- }
20399
- }
20400
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
20401
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20402
- }
20403
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
20404
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20405
- }
20406
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
20407
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20408
- }
20409
- @supports not selector(:focus-visible) {
20410
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
20411
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20412
- }
20413
- }
20414
-
20415
- .v-expansion-panel-title__overlay {
20416
- position: absolute;
20417
- top: 0;
20418
- left: 0;
20419
- width: 100%;
20420
- height: 100%;
20421
- background-color: currentColor;
20422
- border-radius: inherit;
20423
- opacity: 0;
20424
- }
20425
-
20426
- .v-expansion-panel-title__icon {
20427
- display: inline-flex;
20428
- margin-bottom: -4px;
20429
- margin-top: -4px;
20430
- -webkit-user-select: none;
20431
- user-select: none;
20432
- margin-inline-start: auto;
20433
- }
20434
-
20435
- .v-expansion-panel-text {
20436
- display: flex;
20437
- }
20438
- .v-expansion-panel-text__wrapper {
20439
- padding: 8px 24px 16px;
20440
- flex: 1 1 auto;
20441
- max-width: 100%;
20442
- }
20443
-
20444
- .v-expansion-panels--variant-accordion > .v-expansion-panel {
20445
- margin-top: 0;
20446
- }
20447
- .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
20448
- opacity: 1;
20449
- }
20450
-
20451
- .v-expansion-panels--variant-popout > .v-expansion-panel {
20452
- max-width: calc(100% - 32px);
20453
- }
20454
- .v-expansion-panels--variant-popout > .v-expansion-panel--active {
20455
- max-width: calc(100% + 16px);
20456
- }
20457
-
20458
- .v-expansion-panels--variant-inset > .v-expansion-panel {
20459
- max-width: 100%;
20460
- }
20461
- .v-expansion-panels--variant-inset > .v-expansion-panel--active {
20462
- max-width: calc(100% - 32px);
20463
- }
20464
-
20465
- .v-expansion-panels--flat > .v-expansion-panel::after {
20466
- border-top: none;
20467
- }
20468
- .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
20469
- display: none;
20470
- }
20471
-
20472
- .v-expansion-panels--tile {
20473
- border-radius: 0;
20474
- }
20475
- .v-expansion-panels--tile > .v-expansion-panel {
20476
- border-radius: 0;
20477
20286
  }/* region INPUT */
20478
20287
  .v-field {
20479
20288
  --v-theme-overlay-multiplier: 1;
@@ -20617,11 +20426,6 @@ html.overflow-y-hidden {
20617
20426
  position: relative;
20618
20427
  width: 100%;
20619
20428
  }
20620
- .v-field.v-field--center-affix.v-field--variant-underlined .v-field__input, .v-field.v-field--center-affix.v-field--variant-plain .v-field__input {
20621
- padding-top: unset;
20622
- padding-bottom: unset;
20623
- }
20624
-
20625
20429
  .v-input--density-default .v-field__input {
20626
20430
  row-gap: 8px;
20627
20431
  }
@@ -20689,12 +20493,12 @@ textarea.v-field__input::placeholder {
20689
20493
  padding-top: 0;
20690
20494
  }
20691
20495
 
20692
- .v-field:not(.v-field--center-affix).v-field--variant-underlined .v-field__append-inner,
20693
- .v-field:not(.v-field--center-affix).v-field--variant-underlined .v-field__clearable,
20694
- .v-field:not(.v-field--center-affix).v-field--variant-underlined .v-field__prepend-inner,
20695
- .v-field:not(.v-field--center-affix).v-field--variant-plain .v-field__append-inner,
20696
- .v-field:not(.v-field--center-affix).v-field--variant-plain .v-field__clearable,
20697
- .v-field:not(.v-field--center-affix).v-field--variant-plain .v-field__prepend-inner {
20496
+ .v-field.v-field--variant-underlined .v-field__append-inner,
20497
+ .v-field.v-field--variant-underlined .v-field__clearable,
20498
+ .v-field.v-field--variant-underlined .v-field__prepend-inner,
20499
+ .v-field.v-field--variant-plain .v-field__append-inner,
20500
+ .v-field.v-field--variant-plain .v-field__clearable,
20501
+ .v-field.v-field--variant-plain .v-field__prepend-inner {
20698
20502
  align-items: flex-start;
20699
20503
  padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
20700
20504
  padding-bottom: var(--v-field-padding-bottom, 4px);
@@ -21050,40 +20854,250 @@ textarea.v-field__input::placeholder {
21050
20854
  opacity: 0;
21051
20855
  }
21052
20856
 
21053
- /* endregion */.v-fab {
21054
- align-items: center;
21055
- display: inline-flex;
21056
- flex: 1 1 auto;
21057
- pointer-events: none;
21058
- position: relative;
21059
- transition-duration: 0.2s;
21060
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21061
- vertical-align: middle;
21062
- }
21063
- .v-fab .v-btn {
21064
- pointer-events: auto;
20857
+ /* endregion */.v-expansion-panel {
20858
+ background-color: rgb(var(--v-theme-surface));
20859
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21065
20860
  }
21066
- .v-fab .v-btn--variant-elevated {
21067
- box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20861
+ .v-expansion-panel:not(:first-child)::after {
20862
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21068
20863
  }
21069
- .v-fab--app, .v-fab--absolute {
21070
- display: flex;
20864
+ .v-expansion-panel--disabled .v-expansion-panel-title {
20865
+ color: rgba(var(--v-theme-on-surface), 0.26);
21071
20866
  }
21072
- .v-fab--start, .v-fab--left {
21073
- justify-content: flex-start;
20867
+ .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
20868
+ opacity: 0.4615384615;
21074
20869
  }
21075
- .v-fab--center {
21076
- align-items: center;
20870
+
20871
+ .v-expansion-panels {
20872
+ display: flex;
20873
+ flex-wrap: wrap;
21077
20874
  justify-content: center;
20875
+ list-style-type: none;
20876
+ padding: 0;
20877
+ width: 100%;
20878
+ position: relative;
20879
+ z-index: 1;
21078
20880
  }
21079
- .v-fab--end, .v-fab--right {
21080
- justify-content: flex-end;
21081
- }
21082
- .v-fab--bottom {
21083
- align-items: flex-end;
20881
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
20882
+ border-bottom-left-radius: 0 !important;
20883
+ border-bottom-right-radius: 0 !important;
21084
20884
  }
21085
- .v-fab--top {
21086
- align-items: flex-start;
20885
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
20886
+ border-top-left-radius: 0 !important;
20887
+ border-top-right-radius: 0 !important;
20888
+ }
20889
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
20890
+ border-bottom-left-radius: 0 !important;
20891
+ border-bottom-right-radius: 0 !important;
20892
+ }
20893
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
20894
+ border-top-left-radius: 0 !important;
20895
+ border-top-right-radius: 0 !important;
20896
+ }
20897
+ .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
20898
+ border-bottom-left-radius: 0 !important;
20899
+ border-bottom-right-radius: 0 !important;
20900
+ }
20901
+ .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
20902
+ border-top-left-radius: 0 !important;
20903
+ border-top-right-radius: 0 !important;
20904
+ }
20905
+ .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
20906
+ border-bottom-left-radius: initial;
20907
+ border-bottom-right-radius: initial;
20908
+ }
20909
+ .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
20910
+ border-radius: 0 !important;
20911
+ }
20912
+ .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
20913
+ transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
20914
+ }
20915
+
20916
+ .v-expansion-panel {
20917
+ flex: 1 0 100%;
20918
+ max-width: 100%;
20919
+ position: relative;
20920
+ transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
20921
+ transition-property: margin-top, border-radius, border, max-width;
20922
+ border-radius: 4px;
20923
+ }
20924
+ .v-expansion-panel:not(:first-child)::after {
20925
+ border-top-style: solid;
20926
+ border-top-width: thin;
20927
+ content: "";
20928
+ left: 0;
20929
+ position: absolute;
20930
+ right: 0;
20931
+ top: 0;
20932
+ transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
20933
+ }
20934
+ .v-expansion-panel--disabled .v-expansion-panel-title {
20935
+ pointer-events: none;
20936
+ }
20937
+ .v-expansion-panel--active:not(:first-child),
20938
+ .v-expansion-panel--active + .v-expansion-panel {
20939
+ margin-top: 16px;
20940
+ }
20941
+ .v-expansion-panel--active:not(:first-child)::after,
20942
+ .v-expansion-panel--active + .v-expansion-panel::after {
20943
+ opacity: 0;
20944
+ }
20945
+ .v-expansion-panel--active > .v-expansion-panel-title {
20946
+ border-bottom-left-radius: 0;
20947
+ border-bottom-right-radius: 0;
20948
+ }
20949
+ .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
20950
+ min-height: 64px;
20951
+ }
20952
+
20953
+ .v-expansion-panel__shadow {
20954
+ position: absolute;
20955
+ top: 0;
20956
+ left: 0;
20957
+ width: 100%;
20958
+ height: 100%;
20959
+ 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));
20960
+ border-radius: inherit;
20961
+ z-index: -1;
20962
+ }
20963
+
20964
+ .v-expansion-panel-title {
20965
+ align-items: center;
20966
+ text-align: start;
20967
+ border-radius: inherit;
20968
+ display: flex;
20969
+ font-size: 0.9375rem;
20970
+ line-height: 1;
20971
+ min-height: 48px;
20972
+ outline: none;
20973
+ padding: 16px 24px;
20974
+ position: relative;
20975
+ transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
20976
+ width: 100%;
20977
+ justify-content: space-between;
20978
+ }
20979
+ .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
20980
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
20981
+ }
20982
+ .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
20983
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20984
+ }
20985
+ @supports not selector(:focus-visible) {
20986
+ .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
20987
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20988
+ }
20989
+ }
20990
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
20991
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20992
+ }
20993
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
20994
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20995
+ }
20996
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
20997
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20998
+ }
20999
+ @supports not selector(:focus-visible) {
21000
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
21001
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21002
+ }
21003
+ }
21004
+
21005
+ .v-expansion-panel-title__overlay {
21006
+ position: absolute;
21007
+ top: 0;
21008
+ left: 0;
21009
+ width: 100%;
21010
+ height: 100%;
21011
+ background-color: currentColor;
21012
+ border-radius: inherit;
21013
+ opacity: 0;
21014
+ }
21015
+
21016
+ .v-expansion-panel-title__icon {
21017
+ display: inline-flex;
21018
+ margin-bottom: -4px;
21019
+ margin-top: -4px;
21020
+ -webkit-user-select: none;
21021
+ user-select: none;
21022
+ margin-inline-start: auto;
21023
+ }
21024
+
21025
+ .v-expansion-panel-text {
21026
+ display: flex;
21027
+ }
21028
+ .v-expansion-panel-text__wrapper {
21029
+ padding: 8px 24px 16px;
21030
+ flex: 1 1 auto;
21031
+ max-width: 100%;
21032
+ }
21033
+
21034
+ .v-expansion-panels--variant-accordion > .v-expansion-panel {
21035
+ margin-top: 0;
21036
+ }
21037
+ .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
21038
+ opacity: 1;
21039
+ }
21040
+
21041
+ .v-expansion-panels--variant-popout > .v-expansion-panel {
21042
+ max-width: calc(100% - 32px);
21043
+ }
21044
+ .v-expansion-panels--variant-popout > .v-expansion-panel--active {
21045
+ max-width: calc(100% + 16px);
21046
+ }
21047
+
21048
+ .v-expansion-panels--variant-inset > .v-expansion-panel {
21049
+ max-width: 100%;
21050
+ }
21051
+ .v-expansion-panels--variant-inset > .v-expansion-panel--active {
21052
+ max-width: calc(100% - 32px);
21053
+ }
21054
+
21055
+ .v-expansion-panels--flat > .v-expansion-panel::after {
21056
+ border-top: none;
21057
+ }
21058
+ .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
21059
+ display: none;
21060
+ }
21061
+
21062
+ .v-expansion-panels--tile {
21063
+ border-radius: 0;
21064
+ }
21065
+ .v-expansion-panels--tile > .v-expansion-panel {
21066
+ border-radius: 0;
21067
+ }.v-fab {
21068
+ align-items: center;
21069
+ display: inline-flex;
21070
+ flex: 1 1 auto;
21071
+ pointer-events: none;
21072
+ position: relative;
21073
+ transition-duration: 0.2s;
21074
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21075
+ vertical-align: middle;
21076
+ }
21077
+ .v-fab .v-btn {
21078
+ pointer-events: auto;
21079
+ }
21080
+ .v-fab .v-btn--variant-elevated {
21081
+ box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21082
+ }
21083
+ .v-fab--app, .v-fab--absolute {
21084
+ display: flex;
21085
+ }
21086
+ .v-fab--start, .v-fab--left {
21087
+ justify-content: flex-start;
21088
+ }
21089
+ .v-fab--center {
21090
+ align-items: center;
21091
+ justify-content: center;
21092
+ }
21093
+ .v-fab--end, .v-fab--right {
21094
+ justify-content: flex-end;
21095
+ }
21096
+ .v-fab--bottom {
21097
+ align-items: flex-end;
21098
+ }
21099
+ .v-fab--top {
21100
+ align-items: flex-start;
21087
21101
  }
21088
21102
  .v-fab--extended .v-btn {
21089
21103
  border-radius: 9999px !important;
@@ -21148,22 +21162,6 @@ textarea.v-field__input::placeholder {
21148
21162
  }
21149
21163
  .v-input--plain-underlined.v-file-input .v-input__details {
21150
21164
  padding-inline: 0;
21151
- }.v-application {
21152
- display: flex;
21153
- background: rgb(var(--v-theme-background));
21154
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
21155
- }
21156
-
21157
- .v-application__wrap {
21158
- -webkit-backface-visibility: hidden;
21159
- backface-visibility: hidden;
21160
- display: flex;
21161
- flex-direction: column;
21162
- flex: 1 1 auto;
21163
- max-width: 100%;
21164
- min-height: 100vh;
21165
- min-height: 100dvh;
21166
- position: relative;
21167
21165
  }.v-footer {
21168
21166
  align-items: center;
21169
21167
  display: flex;
@@ -22115,40 +22113,25 @@ textarea.v-field__input::placeholder {
22115
22113
  .v-input--hide-spin-buttons input[type=number] {
22116
22114
  -moz-appearance: textfield;
22117
22115
  }
22118
- .v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend,
22119
- .v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
22116
+ .v-input--plain-underlined .v-input__prepend,
22117
+ .v-input--plain-underlined .v-input__append {
22120
22118
  align-items: flex-start;
22121
22119
  }
22122
- .v-input--density-default.v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend, .v-input--density-default.v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
22120
+ .v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
22123
22121
  padding-top: calc(var(--v-input-padding-top) + 4px);
22124
22122
  }
22125
22123
 
22126
- .v-input--density-comfortable.v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
22124
+ .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
22127
22125
  padding-top: calc(var(--v-input-padding-top) + 2px);
22128
22126
  }
22129
22127
 
22130
- .v-input--density-compact.v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend, .v-input--density-compact.v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
22128
+ .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22131
22129
  padding-top: calc(var(--v-input-padding-top) + 0px);
22132
22130
  }.v-item-group {
22133
22131
  flex: 0 1 auto;
22134
22132
  max-width: 100%;
22135
22133
  position: relative;
22136
22134
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22137
- }.v-layout {
22138
- --v-scrollbar-offset: 0px;
22139
- display: flex;
22140
- flex: 1 1 auto;
22141
- }
22142
- .v-layout--full-height {
22143
- --v-scrollbar-offset: inherit;
22144
- height: 100%;
22145
- }.v-layout-item {
22146
- position: absolute;
22147
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22148
- }
22149
-
22150
- .v-layout-item--absolute {
22151
- position: absolute;
22152
22135
  }.v-label {
22153
22136
  align-items: center;
22154
22137
  color: inherit;
@@ -22164,19 +22147,34 @@ textarea.v-field__input::placeholder {
22164
22147
 
22165
22148
  .v-label--clickable {
22166
22149
  cursor: pointer;
22167
- }.v-list {
22168
- overflow: auto;
22169
- padding: 8px 0;
22170
- position: relative;
22171
- outline: none;
22172
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22173
- border-style: solid;
22174
- border-width: 0;
22175
- 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));
22176
- border-radius: 0;
22177
- background: rgba(var(--v-theme-surface));
22178
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22179
- }
22150
+ }.v-layout {
22151
+ --v-scrollbar-offset: 0px;
22152
+ display: flex;
22153
+ flex: 1 1 auto;
22154
+ }
22155
+ .v-layout--full-height {
22156
+ --v-scrollbar-offset: inherit;
22157
+ height: 100%;
22158
+ }.v-layout-item {
22159
+ position: absolute;
22160
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22161
+ }
22162
+
22163
+ .v-layout-item--absolute {
22164
+ position: absolute;
22165
+ }.v-list {
22166
+ overflow: auto;
22167
+ padding: 8px 0;
22168
+ position: relative;
22169
+ outline: none;
22170
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22171
+ border-style: solid;
22172
+ border-width: 0;
22173
+ 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));
22174
+ border-radius: 0;
22175
+ background: rgba(var(--v-theme-surface));
22176
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22177
+ }
22180
22178
  .v-list--border {
22181
22179
  border-width: thin;
22182
22180
  box-shadow: none;
@@ -22751,6 +22749,19 @@ textarea.v-field__input::placeholder {
22751
22749
  --v-layout-right: 0px;
22752
22750
  --v-layout-top: 0px;
22753
22751
  --v-layout-bottom: 0px;
22752
+ }.v-menu > .v-overlay__content {
22753
+ display: flex;
22754
+ flex-direction: column;
22755
+ border-radius: 4px;
22756
+ }
22757
+ .v-menu > .v-overlay__content > .v-card,
22758
+ .v-menu > .v-overlay__content > .v-sheet,
22759
+ .v-menu > .v-overlay__content > .v-list {
22760
+ background: rgb(var(--v-theme-surface));
22761
+ border-radius: inherit;
22762
+ overflow: auto;
22763
+ height: 100%;
22764
+ box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22754
22765
  }.v-messages {
22755
22766
  flex: 1 1 auto;
22756
22767
  font-size: 12px;
@@ -22767,19 +22778,6 @@ textarea.v-field__input::placeholder {
22767
22778
  -webkit-hyphens: auto;
22768
22779
  hyphens: auto;
22769
22780
  transition-duration: 150ms;
22770
- }.v-menu > .v-overlay__content {
22771
- display: flex;
22772
- flex-direction: column;
22773
- border-radius: 4px;
22774
- }
22775
- .v-menu > .v-overlay__content > .v-card,
22776
- .v-menu > .v-overlay__content > .v-sheet,
22777
- .v-menu > .v-overlay__content > .v-list {
22778
- background: rgb(var(--v-theme-surface));
22779
- border-radius: inherit;
22780
- overflow: auto;
22781
- height: 100%;
22782
- box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22783
22781
  }.v-navigation-drawer {
22784
22782
  -webkit-overflow-scrolling: touch;
22785
22783
  background: rgb(var(--v-theme-surface));
@@ -22938,14 +22936,6 @@ textarea.v-field__input::placeholder {
22938
22936
  }
22939
22937
  .v-otp-input__loader .v-progress-linear {
22940
22938
  position: absolute;
22941
- }.v-pagination__list {
22942
- display: inline-flex;
22943
- list-style-type: none;
22944
- justify-content: center;
22945
- width: 100%;
22946
- }
22947
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22948
- margin: 0.3rem;
22949
22939
  }.v-overlay-container {
22950
22940
  contain: layout;
22951
22941
  left: 0;
@@ -23009,108 +22999,14 @@ html.v-overlay-scroll-blocked {
23009
22999
 
23010
23000
  .v-overlay--scroll-blocked {
23011
23001
  padding-inline-end: var(--v-scrollbar-offset);
23012
- }.v-progress-circular {
23013
- align-items: center;
23002
+ }.v-pagination__list {
23014
23003
  display: inline-flex;
23004
+ list-style-type: none;
23015
23005
  justify-content: center;
23016
- position: relative;
23017
- vertical-align: middle;
23018
- }
23019
- .v-progress-circular > svg {
23020
23006
  width: 100%;
23021
- height: 100%;
23022
- margin: auto;
23023
- position: absolute;
23024
- top: 0;
23025
- bottom: 0;
23026
- left: 0;
23027
- right: 0;
23028
- z-index: 0;
23029
- }
23030
-
23031
- .v-progress-circular__content {
23032
- align-items: center;
23033
- display: flex;
23034
- justify-content: center;
23035
- }
23036
-
23037
- .v-progress-circular__underlay {
23038
- color: rgba(var(--v-border-color), var(--v-border-opacity));
23039
- stroke: currentColor;
23040
- z-index: 1;
23041
- }
23042
-
23043
- .v-progress-circular__overlay {
23044
- stroke: currentColor;
23045
- transition: all 0.2s ease-in-out, stroke-width 0s;
23046
- z-index: 2;
23047
- }
23048
-
23049
- .v-progress-circular--size-x-small {
23050
- height: 16px;
23051
- width: 16px;
23052
- }
23053
- .v-progress-circular--size-small {
23054
- height: 24px;
23055
- width: 24px;
23056
- }
23057
- .v-progress-circular--size-default {
23058
- height: 32px;
23059
- width: 32px;
23060
- }
23061
- .v-progress-circular--size-large {
23062
- height: 48px;
23063
- width: 48px;
23064
- }
23065
- .v-progress-circular--size-x-large {
23066
- height: 64px;
23067
- width: 64px;
23068
- }
23069
-
23070
- .v-progress-circular--indeterminate > svg {
23071
- animation: progress-circular-rotate 1.4s linear infinite;
23072
- transform-origin: center center;
23073
- transition: all 0.2s ease-in-out;
23074
- }
23075
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
23076
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23077
- stroke-dasharray: 25, 200;
23078
- stroke-dashoffset: 0;
23079
- stroke-linecap: round;
23080
- transform-origin: center center;
23081
- transform: rotate(-90deg);
23082
- }
23083
-
23084
- .v-progress-circular--disable-shrink > svg {
23085
- animation-duration: 0.7s;
23086
- }
23087
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23088
- animation: none;
23089
- }
23090
-
23091
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23092
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23093
- animation-play-state: paused !important;
23094
- }
23095
-
23096
- @keyframes progress-circular-dash {
23097
- 0% {
23098
- stroke-dasharray: 1, 200;
23099
- stroke-dashoffset: 0px;
23100
- }
23101
- 50% {
23102
- stroke-dasharray: 100, 200;
23103
- stroke-dashoffset: -15px;
23104
- }
23105
- 100% {
23106
- stroke-dasharray: 100, 200;
23107
- stroke-dashoffset: -124px;
23108
- }
23109
23007
  }
23110
- @keyframes progress-circular-rotate {
23111
- 100% {
23112
- transform: rotate(270deg);
23113
- }
23008
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23009
+ margin: 0.3rem;
23114
23010
  }.v-parallax {
23115
23011
  position: relative;
23116
23012
  overflow: hidden;
@@ -23345,85 +23241,187 @@ html.v-overlay-scroll-blocked {
23345
23241
  0% {
23346
23242
  background-position-x: var(--v-progress-linear-height);
23347
23243
  }
23348
- }.v-radio-group > .v-input__control {
23349
- flex-direction: column;
23350
- }
23351
- .v-radio-group > .v-input__control > .v-label {
23352
- margin-inline-start: 16px;
23353
- }
23354
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23355
- padding-inline-start: 6px;
23356
- margin-top: 8px;
23357
- }
23358
- .v-radio-group .v-input__details {
23359
- padding-inline: 16px;
23360
- }.v-slider .v-slider__container input {
23361
- cursor: default;
23362
- padding: 0;
23363
- width: 100%;
23364
- display: none;
23365
- }
23366
- .v-slider > .v-input__append,
23367
- .v-slider > .v-input__prepend {
23368
- padding: 0;
23369
- }
23370
-
23371
- .v-slider__container {
23244
+ }.v-progress-circular {
23245
+ align-items: center;
23246
+ display: inline-flex;
23247
+ justify-content: center;
23372
23248
  position: relative;
23373
- min-height: inherit;
23249
+ vertical-align: middle;
23250
+ }
23251
+ .v-progress-circular > svg {
23374
23252
  width: 100%;
23375
23253
  height: 100%;
23376
- display: flex;
23377
- justify-content: center;
23378
- align-items: center;
23379
- cursor: pointer;
23380
- }
23381
- .v-input--disabled .v-slider__container {
23382
- opacity: var(--v-disabled-opacity);
23383
- }
23384
- .v-input--error:not(.v-input--disabled) .v-slider__container {
23385
- color: rgb(var(--v-theme-error));
23254
+ margin: auto;
23255
+ position: absolute;
23256
+ top: 0;
23257
+ bottom: 0;
23258
+ left: 0;
23259
+ right: 0;
23260
+ z-index: 0;
23386
23261
  }
23387
23262
 
23388
- .v-slider.v-input--horizontal {
23263
+ .v-progress-circular__content {
23389
23264
  align-items: center;
23390
- margin-inline: 8px 8px;
23391
- }
23392
- .v-slider.v-input--horizontal > .v-input__control {
23393
- min-height: 32px;
23394
23265
  display: flex;
23395
- align-items: center;
23396
- }
23397
-
23398
- .v-slider.v-input--vertical {
23399
23266
  justify-content: center;
23400
- margin-top: 12px;
23401
- margin-bottom: 12px;
23402
- }
23403
- .v-slider.v-input--vertical > .v-input__control {
23404
- min-height: 300px;
23405
23267
  }
23406
23268
 
23407
- .v-slider.v-input--disabled {
23408
- pointer-events: none;
23269
+ .v-progress-circular__underlay {
23270
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
23271
+ stroke: currentColor;
23272
+ z-index: 1;
23409
23273
  }
23410
23274
 
23411
- .v-slider--has-labels > .v-input__control {
23412
- margin-bottom: 4px;
23275
+ .v-progress-circular__overlay {
23276
+ stroke: currentColor;
23277
+ transition: all 0.2s ease-in-out, stroke-width 0s;
23278
+ z-index: 2;
23413
23279
  }
23414
23280
 
23415
- .v-slider__label {
23416
- margin-inline-end: 12px;
23417
- }.v-rating {
23418
- max-width: 100%;
23419
- display: inline-flex;
23420
- white-space: nowrap;
23281
+ .v-progress-circular--size-x-small {
23282
+ height: 16px;
23283
+ width: 16px;
23421
23284
  }
23422
- .v-rating--readonly {
23423
- pointer-events: none;
23285
+ .v-progress-circular--size-small {
23286
+ height: 24px;
23287
+ width: 24px;
23424
23288
  }
23425
-
23426
- .v-rating__wrapper {
23289
+ .v-progress-circular--size-default {
23290
+ height: 32px;
23291
+ width: 32px;
23292
+ }
23293
+ .v-progress-circular--size-large {
23294
+ height: 48px;
23295
+ width: 48px;
23296
+ }
23297
+ .v-progress-circular--size-x-large {
23298
+ height: 64px;
23299
+ width: 64px;
23300
+ }
23301
+
23302
+ .v-progress-circular--indeterminate > svg {
23303
+ animation: progress-circular-rotate 1.4s linear infinite;
23304
+ transform-origin: center center;
23305
+ transition: all 0.2s ease-in-out;
23306
+ }
23307
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
23308
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23309
+ stroke-dasharray: 25, 200;
23310
+ stroke-dashoffset: 0;
23311
+ stroke-linecap: round;
23312
+ transform-origin: center center;
23313
+ transform: rotate(-90deg);
23314
+ }
23315
+
23316
+ .v-progress-circular--disable-shrink > svg {
23317
+ animation-duration: 0.7s;
23318
+ }
23319
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23320
+ animation: none;
23321
+ }
23322
+
23323
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23324
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23325
+ animation-play-state: paused !important;
23326
+ }
23327
+
23328
+ @keyframes progress-circular-dash {
23329
+ 0% {
23330
+ stroke-dasharray: 1, 200;
23331
+ stroke-dashoffset: 0px;
23332
+ }
23333
+ 50% {
23334
+ stroke-dasharray: 100, 200;
23335
+ stroke-dashoffset: -15px;
23336
+ }
23337
+ 100% {
23338
+ stroke-dasharray: 100, 200;
23339
+ stroke-dashoffset: -124px;
23340
+ }
23341
+ }
23342
+ @keyframes progress-circular-rotate {
23343
+ 100% {
23344
+ transform: rotate(270deg);
23345
+ }
23346
+ }.v-radio-group > .v-input__control {
23347
+ flex-direction: column;
23348
+ }
23349
+ .v-radio-group > .v-input__control > .v-label {
23350
+ margin-inline-start: 16px;
23351
+ }
23352
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23353
+ padding-inline-start: 6px;
23354
+ margin-top: 8px;
23355
+ }
23356
+ .v-radio-group .v-input__details {
23357
+ padding-inline: 16px;
23358
+ }.v-slider .v-slider__container input {
23359
+ cursor: default;
23360
+ padding: 0;
23361
+ width: 100%;
23362
+ display: none;
23363
+ }
23364
+ .v-slider > .v-input__append,
23365
+ .v-slider > .v-input__prepend {
23366
+ padding: 0;
23367
+ }
23368
+
23369
+ .v-slider__container {
23370
+ position: relative;
23371
+ min-height: inherit;
23372
+ width: 100%;
23373
+ height: 100%;
23374
+ display: flex;
23375
+ justify-content: center;
23376
+ align-items: center;
23377
+ cursor: pointer;
23378
+ }
23379
+ .v-input--disabled .v-slider__container {
23380
+ opacity: var(--v-disabled-opacity);
23381
+ }
23382
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
23383
+ color: rgb(var(--v-theme-error));
23384
+ }
23385
+
23386
+ .v-slider.v-input--horizontal {
23387
+ align-items: center;
23388
+ margin-inline: 8px 8px;
23389
+ }
23390
+ .v-slider.v-input--horizontal > .v-input__control {
23391
+ min-height: 32px;
23392
+ display: flex;
23393
+ align-items: center;
23394
+ }
23395
+
23396
+ .v-slider.v-input--vertical {
23397
+ justify-content: center;
23398
+ margin-top: 12px;
23399
+ margin-bottom: 12px;
23400
+ }
23401
+ .v-slider.v-input--vertical > .v-input__control {
23402
+ min-height: 300px;
23403
+ }
23404
+
23405
+ .v-slider.v-input--disabled {
23406
+ pointer-events: none;
23407
+ }
23408
+
23409
+ .v-slider--has-labels > .v-input__control {
23410
+ margin-bottom: 4px;
23411
+ }
23412
+
23413
+ .v-slider__label {
23414
+ margin-inline-end: 12px;
23415
+ }.v-rating {
23416
+ max-width: 100%;
23417
+ display: inline-flex;
23418
+ white-space: nowrap;
23419
+ }
23420
+ .v-rating--readonly {
23421
+ pointer-events: none;
23422
+ }
23423
+
23424
+ .v-rating__wrapper {
23427
23425
  align-items: center;
23428
23426
  display: inline-flex;
23429
23427
  flex-direction: column;
@@ -24136,84 +24134,264 @@ html.v-overlay-scroll-blocked {
24136
24134
  }
24137
24135
  .v-speed-dial__content > *:nth-child(10) {
24138
24136
  transition-delay: 0.45s;
24139
- }.v-stepper.v-sheet {
24140
- 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));
24141
- border-radius: 4px;
24142
- overflow: hidden;
24143
- }
24144
- .v-stepper.v-sheet.v-stepper--flat {
24145
- 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));
24137
+ }.v-switch .v-label {
24138
+ padding-inline-start: 10px;
24146
24139
  }
24147
24140
 
24148
- .v-stepper-header {
24149
- 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));
24150
- align-items: center;
24141
+ .v-switch__loader {
24151
24142
  display: flex;
24152
- position: relative;
24153
- overflow-x: auto;
24154
- justify-content: space-between;
24155
- z-index: 1;
24156
24143
  }
24157
- .v-stepper-header .v-divider {
24158
- margin: 0 -16px;
24144
+ .v-switch__loader .v-progress-circular {
24145
+ color: rgb(var(--v-theme-surface));
24159
24146
  }
24160
- .v-stepper-header .v-divider:last-child {
24161
- margin-inline-end: 0;
24147
+
24148
+ .v-switch__track,
24149
+ .v-switch__thumb {
24150
+ transition: none;
24162
24151
  }
24163
- .v-stepper-header .v-divider:first-child {
24164
- margin-inline-start: 0;
24152
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24153
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24154
+ background-color: rgb(var(--v-theme-error));
24155
+ color: rgb(var(--v-theme-on-error));
24165
24156
  }
24166
- .v-stepper--alt-labels .v-stepper-header {
24167
- height: auto;
24157
+
24158
+ .v-switch__track-true {
24159
+ margin-inline-end: auto;
24168
24160
  }
24169
- .v-stepper--alt-labels .v-stepper-header .v-divider {
24170
- align-self: flex-start;
24171
- margin: 35px -67px 0;
24161
+ .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24162
+ opacity: 0;
24172
24163
  }
24173
24164
 
24174
- .v-stepper-window {
24175
- margin: 1.5rem;
24165
+ .v-switch__track-false {
24166
+ margin-inline-start: auto;
24167
+ }
24168
+ .v-selection-control--dirty .v-switch__track-false {
24169
+ opacity: 0;
24176
24170
  }
24177
24171
 
24178
- .v-stepper-actions {
24179
- display: flex;
24172
+ .v-switch__track {
24173
+ display: inline-flex;
24180
24174
  align-items: center;
24181
- justify-content: space-between;
24182
- padding: 1rem;
24175
+ font-size: 0.5rem;
24176
+ padding: 0 5px;
24177
+ background-color: rgb(var(--v-theme-surface-variant));
24178
+ border-radius: 9999px;
24179
+ height: 14px;
24180
+ opacity: 0.6;
24181
+ min-width: 36px;
24182
+ cursor: pointer;
24183
+ transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24183
24184
  }
24184
- .v-stepper .v-stepper-actions {
24185
- padding: 0 1.5rem 1rem;
24185
+ .v-switch--inset .v-switch__track {
24186
+ border-radius: 9999px;
24187
+ font-size: 0.75rem;
24188
+ height: 32px;
24189
+ min-width: 52px;
24186
24190
  }
24187
- .v-stepper-window-item .v-stepper-actions {
24188
- padding: 1.5rem 0 0;
24189
- }.v-stepper-item {
24191
+
24192
+ .v-switch__thumb {
24190
24193
  align-items: center;
24191
- align-self: stretch;
24192
- display: inline-flex;
24193
- flex: none;
24194
- outline: none;
24195
- opacity: var(--v-medium-emphasis-opacity);
24196
- padding: 1.5rem;
24194
+ background-color: rgb(var(--v-theme-surface-bright));
24195
+ color: rgb(var(--v-theme-on-surface-bright));
24196
+ border-radius: 50%;
24197
+ display: flex;
24198
+ font-size: 0.75rem;
24199
+ height: 20px;
24200
+ justify-content: center;
24201
+ width: 20px;
24202
+ pointer-events: none;
24203
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24197
24204
  position: relative;
24198
- transition-duration: 0.2s;
24199
- transition-property: opacity;
24200
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24205
+ overflow: hidden;
24201
24206
  }
24202
- .v-stepper-item:hover > .v-stepper-item__overlay {
24203
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24207
+ .v-switch:not(.v-switch--inset) .v-switch__thumb {
24208
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24204
24209
  }
24205
- .v-stepper-item:focus-visible > .v-stepper-item__overlay {
24206
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24210
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24211
+ background: rgb(var(--v-theme-surface-variant));
24212
+ color: rgb(var(--v-theme-on-surface-variant));
24213
+ 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));
24207
24214
  }
24208
- @supports not selector(:focus-visible) {
24209
- .v-stepper-item:focus > .v-stepper-item__overlay {
24210
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24211
- }
24215
+ .v-switch--inset .v-switch__thumb {
24216
+ height: 24px;
24217
+ width: 24px;
24218
+ transform: scale(0.6666666667);
24212
24219
  }
24213
- .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
24214
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
24220
+ .v-switch--inset .v-switch__thumb--filled {
24221
+ transform: none;
24215
24222
  }
24216
- .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
24223
+ .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
24224
+ transform: none;
24225
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
24226
+ }
24227
+
24228
+ .v-switch.v-input {
24229
+ flex: 0 1 auto;
24230
+ }
24231
+ .v-switch .v-selection-control {
24232
+ min-height: var(--v-input-control-height);
24233
+ }
24234
+ .v-switch .v-selection-control__input {
24235
+ border-radius: 50%;
24236
+ transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
24237
+ position: absolute;
24238
+ }
24239
+ .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
24240
+ transform: translateX(-10px);
24241
+ }
24242
+
24243
+ .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
24244
+ transform: translateX(10px);
24245
+ }
24246
+
24247
+ .v-switch .v-selection-control__input .v-icon {
24248
+ position: absolute;
24249
+ }
24250
+ .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
24251
+ transform: translateX(10px);
24252
+ }
24253
+
24254
+ .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
24255
+ transform: translateX(-10px);
24256
+ }
24257
+
24258
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
24259
+ transform: scale(0.8);
24260
+ }
24261
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
24262
+ transform: scale(0.75);
24263
+ box-shadow: none;
24264
+ }
24265
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
24266
+ width: auto;
24267
+ }
24268
+ .v-switch.v-input--vertical .v-label {
24269
+ min-width: max-content;
24270
+ }
24271
+ .v-switch.v-input--vertical .v-selection-control__wrapper {
24272
+ transform: rotate(-90deg);
24273
+ }
24274
+
24275
+ @media (forced-colors: active) {
24276
+ .v-switch .v-switch__loader .v-progress-circular {
24277
+ color: currentColor;
24278
+ }
24279
+ .v-switch .v-switch__thumb {
24280
+ background-color: buttontext;
24281
+ }
24282
+ .v-switch .v-switch__track,
24283
+ .v-switch .v-switch__thumb {
24284
+ border: 1px solid;
24285
+ color: buttontext;
24286
+ }
24287
+ .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24288
+ background-color: highlight;
24289
+ }
24290
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
24291
+ background-color: highlight;
24292
+ }
24293
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
24294
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24295
+ color: highlight;
24296
+ }
24297
+ .v-switch.v-switch--inset .v-switch__track {
24298
+ border-width: 2px;
24299
+ }
24300
+ .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24301
+ background-color: highlighttext;
24302
+ color: highlighttext;
24303
+ }
24304
+ .v-switch.v-input--disabled .v-switch__thumb {
24305
+ background-color: graytext;
24306
+ }
24307
+ .v-switch.v-input--disabled .v-switch__track,
24308
+ .v-switch.v-input--disabled .v-switch__thumb {
24309
+ color: graytext;
24310
+ }
24311
+ .v-switch.v-switch--loading .v-switch__thumb {
24312
+ background-color: canvas;
24313
+ }
24314
+ .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
24315
+ border-width: 0;
24316
+ }
24317
+ }.v-stepper.v-sheet {
24318
+ 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));
24319
+ border-radius: 4px;
24320
+ overflow: hidden;
24321
+ }
24322
+ .v-stepper.v-sheet.v-stepper--flat {
24323
+ 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));
24324
+ }
24325
+
24326
+ .v-stepper-header {
24327
+ 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));
24328
+ align-items: center;
24329
+ display: flex;
24330
+ position: relative;
24331
+ overflow-x: auto;
24332
+ justify-content: space-between;
24333
+ z-index: 1;
24334
+ }
24335
+ .v-stepper-header .v-divider {
24336
+ margin: 0 -16px;
24337
+ }
24338
+ .v-stepper-header .v-divider:last-child {
24339
+ margin-inline-end: 0;
24340
+ }
24341
+ .v-stepper-header .v-divider:first-child {
24342
+ margin-inline-start: 0;
24343
+ }
24344
+ .v-stepper--alt-labels .v-stepper-header {
24345
+ height: auto;
24346
+ }
24347
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
24348
+ align-self: flex-start;
24349
+ margin: 35px -67px 0;
24350
+ }
24351
+
24352
+ .v-stepper-window {
24353
+ margin: 1.5rem;
24354
+ }
24355
+
24356
+ .v-stepper-actions {
24357
+ display: flex;
24358
+ align-items: center;
24359
+ justify-content: space-between;
24360
+ padding: 1rem;
24361
+ }
24362
+ .v-stepper .v-stepper-actions {
24363
+ padding: 0 1.5rem 1rem;
24364
+ }
24365
+ .v-stepper-window-item .v-stepper-actions {
24366
+ padding: 1.5rem 0 0;
24367
+ }.v-stepper-item {
24368
+ align-items: center;
24369
+ align-self: stretch;
24370
+ display: inline-flex;
24371
+ flex: none;
24372
+ outline: none;
24373
+ opacity: var(--v-medium-emphasis-opacity);
24374
+ padding: 1.5rem;
24375
+ position: relative;
24376
+ transition-duration: 0.2s;
24377
+ transition-property: opacity;
24378
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24379
+ }
24380
+ .v-stepper-item:hover > .v-stepper-item__overlay {
24381
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24382
+ }
24383
+ .v-stepper-item:focus-visible > .v-stepper-item__overlay {
24384
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24385
+ }
24386
+ @supports not selector(:focus-visible) {
24387
+ .v-stepper-item:focus > .v-stepper-item__overlay {
24388
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24389
+ }
24390
+ }
24391
+ .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
24392
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
24393
+ }
24394
+ .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
24217
24395
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
24218
24396
  }
24219
24397
  .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
@@ -24339,185 +24517,100 @@ html.v-overlay-scroll-blocked {
24339
24517
  }
24340
24518
  .v-system-bar:not(.v-system-bar--absolute) {
24341
24519
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24342
- }.v-switch .v-label {
24343
- padding-inline-start: 10px;
24344
- }
24345
-
24346
- .v-switch__loader {
24347
- display: flex;
24348
- }
24349
- .v-switch__loader .v-progress-circular {
24350
- color: rgb(var(--v-theme-surface));
24351
- }
24352
-
24353
- .v-switch__track,
24354
- .v-switch__thumb {
24355
- transition: none;
24356
- }
24357
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24358
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24359
- background-color: rgb(var(--v-theme-error));
24360
- color: rgb(var(--v-theme-on-error));
24520
+ }.v-tab.v-tab.v-btn {
24521
+ height: var(--v-tabs-height);
24522
+ border-radius: 0;
24523
+ min-width: 90px;
24361
24524
  }
24362
-
24363
- .v-switch__track-true {
24364
- margin-inline-end: auto;
24525
+ .v-slide-group--horizontal .v-tab {
24526
+ max-width: 360px;
24365
24527
  }
24366
- .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24367
- opacity: 0;
24528
+ .v-slide-group--vertical .v-tab {
24529
+ justify-content: start;
24368
24530
  }
24369
24531
 
24370
- .v-switch__track-false {
24371
- margin-inline-start: auto;
24372
- }
24373
- .v-selection-control--dirty .v-switch__track-false {
24532
+ .v-tab__slider {
24533
+ position: absolute;
24534
+ bottom: 0;
24535
+ left: 0;
24536
+ height: 2px;
24537
+ width: 100%;
24538
+ background: currentColor;
24539
+ pointer-events: none;
24374
24540
  opacity: 0;
24375
24541
  }
24376
-
24377
- .v-switch__track {
24378
- display: inline-flex;
24379
- align-items: center;
24380
- font-size: 0.5rem;
24381
- padding: 0 5px;
24382
- background-color: rgb(var(--v-theme-surface-variant));
24383
- border-radius: 9999px;
24384
- height: 14px;
24385
- opacity: 0.6;
24386
- min-width: 36px;
24387
- cursor: pointer;
24388
- transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24389
- }
24390
- .v-switch--inset .v-switch__track {
24391
- border-radius: 9999px;
24392
- font-size: 0.75rem;
24393
- height: 32px;
24394
- min-width: 52px;
24542
+ .v-tab--selected .v-tab__slider {
24543
+ opacity: 1;
24395
24544
  }
24396
-
24397
- .v-switch__thumb {
24398
- align-items: center;
24399
- background-color: rgb(var(--v-theme-surface-bright));
24400
- color: rgb(var(--v-theme-on-surface-bright));
24401
- border-radius: 50%;
24545
+ .v-slide-group--vertical .v-tab__slider {
24546
+ top: 0;
24547
+ height: 100%;
24548
+ width: 2px;
24549
+ }.v-tabs {
24402
24550
  display: flex;
24403
- font-size: 0.75rem;
24404
- height: 20px;
24405
- justify-content: center;
24406
- width: 20px;
24407
- pointer-events: none;
24408
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24409
- position: relative;
24410
- overflow: hidden;
24411
- }
24412
- .v-switch:not(.v-switch--inset) .v-switch__thumb {
24413
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24414
- }
24415
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24416
- background: rgb(var(--v-theme-surface-variant));
24417
- color: rgb(var(--v-theme-on-surface-variant));
24418
- 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));
24419
- }
24420
- .v-switch--inset .v-switch__thumb {
24421
- height: 24px;
24422
- width: 24px;
24423
- transform: scale(0.6666666667);
24551
+ height: var(--v-tabs-height);
24424
24552
  }
24425
- .v-switch--inset .v-switch__thumb--filled {
24426
- transform: none;
24553
+ .v-tabs--density-default {
24554
+ --v-tabs-height: 48px;
24427
24555
  }
24428
- .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
24429
- transform: none;
24430
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
24556
+ .v-tabs--density-default.v-tabs--stacked {
24557
+ --v-tabs-height: 72px;
24431
24558
  }
24432
24559
 
24433
- .v-switch.v-input {
24434
- flex: 0 1 auto;
24560
+ .v-tabs--density-comfortable {
24561
+ --v-tabs-height: 44px;
24435
24562
  }
24436
- .v-switch .v-selection-control {
24437
- min-height: var(--v-input-control-height);
24563
+ .v-tabs--density-comfortable.v-tabs--stacked {
24564
+ --v-tabs-height: 68px;
24438
24565
  }
24439
- .v-switch .v-selection-control__input {
24440
- border-radius: 50%;
24441
- transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
24442
- position: absolute;
24566
+
24567
+ .v-tabs--density-compact {
24568
+ --v-tabs-height: 36px;
24443
24569
  }
24444
- .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
24445
- transform: translateX(-10px);
24570
+ .v-tabs--density-compact.v-tabs--stacked {
24571
+ --v-tabs-height: 60px;
24446
24572
  }
24447
24573
 
24448
- .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
24449
- transform: translateX(10px);
24574
+ .v-tabs.v-slide-group--vertical {
24575
+ height: auto;
24576
+ flex: none;
24577
+ --v-tabs-height: 48px;
24450
24578
  }
24451
24579
 
24452
- .v-switch .v-selection-control__input .v-icon {
24453
- position: absolute;
24454
- }
24455
- .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
24456
- transform: translateX(10px);
24580
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24581
+ margin-inline-start: 42px;
24457
24582
  }
24458
24583
 
24459
- .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
24460
- transform: translateX(-10px);
24584
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24585
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24586
+ margin-inline-end: auto;
24461
24587
  }
24462
-
24463
- .v-switch.v-switch--indeterminate .v-selection-control__input {
24464
- transform: scale(0.8);
24588
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24589
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24590
+ margin-inline-start: auto;
24465
24591
  }
24466
- .v-switch.v-switch--indeterminate .v-switch__thumb {
24467
- transform: scale(0.75);
24468
- box-shadow: none;
24592
+
24593
+ .v-tabs--grow {
24594
+ flex-grow: 1;
24469
24595
  }
24470
- .v-switch.v-switch--inset .v-selection-control__wrapper {
24471
- width: auto;
24596
+ .v-tabs--grow .v-tab {
24597
+ flex: 1 0 auto;
24598
+ max-width: none;
24472
24599
  }
24473
- .v-switch.v-input--vertical .v-label {
24474
- min-width: max-content;
24600
+
24601
+ .v-tabs--align-tabs-end .v-tab:first-child {
24602
+ margin-inline-start: auto;
24475
24603
  }
24476
- .v-switch.v-input--vertical .v-selection-control__wrapper {
24477
- transform: rotate(-90deg);
24604
+ .v-tabs--align-tabs-end .v-tab:last-child {
24605
+ margin-inline-end: 0;
24478
24606
  }
24479
24607
 
24480
- @media (forced-colors: active) {
24481
- .v-switch .v-switch__loader .v-progress-circular {
24482
- color: currentColor;
24483
- }
24484
- .v-switch .v-switch__thumb {
24485
- background-color: buttontext;
24486
- }
24487
- .v-switch .v-switch__track,
24488
- .v-switch .v-switch__thumb {
24489
- border: 1px solid;
24490
- color: buttontext;
24491
- }
24492
- .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24493
- background-color: highlight;
24494
- }
24495
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
24496
- background-color: highlight;
24497
- }
24498
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
24499
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24500
- color: highlight;
24501
- }
24502
- .v-switch.v-switch--inset .v-switch__track {
24503
- border-width: 2px;
24504
- }
24505
- .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24506
- background-color: highlighttext;
24507
- color: highlighttext;
24508
- }
24509
- .v-switch.v-input--disabled .v-switch__thumb {
24510
- background-color: graytext;
24511
- }
24512
- .v-switch.v-input--disabled .v-switch__track,
24513
- .v-switch.v-input--disabled .v-switch__thumb {
24514
- color: graytext;
24515
- }
24516
- .v-switch.v-switch--loading .v-switch__thumb {
24517
- background-color: canvas;
24608
+ @media (max-width: 1279.98px) {
24609
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24610
+ margin-inline-start: 52px;
24518
24611
  }
24519
- .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
24520
- border-width: 0;
24612
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24613
+ margin-inline-end: 52px;
24521
24614
  }
24522
24615
  }.v-table {
24523
24616
  background: rgb(var(--v-theme-surface));
@@ -24657,101 +24750,6 @@ html.v-overlay-scroll-blocked {
24657
24750
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
24658
24751
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
24659
24752
  border-top: 0px !important;
24660
- }.v-tab.v-tab.v-btn {
24661
- height: var(--v-tabs-height);
24662
- border-radius: 0;
24663
- min-width: 90px;
24664
- }
24665
- .v-slide-group--horizontal .v-tab {
24666
- max-width: 360px;
24667
- }
24668
- .v-slide-group--vertical .v-tab {
24669
- justify-content: start;
24670
- }
24671
-
24672
- .v-tab__slider {
24673
- position: absolute;
24674
- bottom: 0;
24675
- left: 0;
24676
- height: 2px;
24677
- width: 100%;
24678
- background: currentColor;
24679
- pointer-events: none;
24680
- opacity: 0;
24681
- }
24682
- .v-tab--selected .v-tab__slider {
24683
- opacity: 1;
24684
- }
24685
- .v-slide-group--vertical .v-tab__slider {
24686
- top: 0;
24687
- height: 100%;
24688
- width: 2px;
24689
- }.v-tabs {
24690
- display: flex;
24691
- height: var(--v-tabs-height);
24692
- }
24693
- .v-tabs--density-default {
24694
- --v-tabs-height: 48px;
24695
- }
24696
- .v-tabs--density-default.v-tabs--stacked {
24697
- --v-tabs-height: 72px;
24698
- }
24699
-
24700
- .v-tabs--density-comfortable {
24701
- --v-tabs-height: 44px;
24702
- }
24703
- .v-tabs--density-comfortable.v-tabs--stacked {
24704
- --v-tabs-height: 68px;
24705
- }
24706
-
24707
- .v-tabs--density-compact {
24708
- --v-tabs-height: 36px;
24709
- }
24710
- .v-tabs--density-compact.v-tabs--stacked {
24711
- --v-tabs-height: 60px;
24712
- }
24713
-
24714
- .v-tabs.v-slide-group--vertical {
24715
- height: auto;
24716
- flex: none;
24717
- --v-tabs-height: 48px;
24718
- }
24719
-
24720
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24721
- margin-inline-start: 42px;
24722
- }
24723
-
24724
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24725
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24726
- margin-inline-end: auto;
24727
- }
24728
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24729
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24730
- margin-inline-start: auto;
24731
- }
24732
-
24733
- .v-tabs--grow {
24734
- flex-grow: 1;
24735
- }
24736
- .v-tabs--grow .v-tab {
24737
- flex: 1 0 auto;
24738
- max-width: none;
24739
- }
24740
-
24741
- .v-tabs--align-tabs-end .v-tab:first-child {
24742
- margin-inline-start: auto;
24743
- }
24744
- .v-tabs--align-tabs-end .v-tab:last-child {
24745
- margin-inline-end: 0;
24746
- }
24747
-
24748
- @media (max-width: 1279.98px) {
24749
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24750
- margin-inline-start: 52px;
24751
- }
24752
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24753
- margin-inline-end: 52px;
24754
- }
24755
24753
  }.v-textarea .v-field {
24756
24754
  --v-textarea-control-height: var(--v-input-control-height);
24757
24755
  }
@@ -24857,32 +24855,10 @@ html.v-overlay-scroll-blocked {
24857
24855
  .v-text-field__suffix {
24858
24856
  padding-inline-end: var(--v-field-padding-end);
24859
24857
  }
24860
-
24861
- /* endregion */.v-theme-provider {
24862
- background: rgb(var(--v-theme-background));
24863
- color: rgb(var(--v-theme-on-background));
24864
- }.v-tooltip > .v-overlay__content {
24865
- background: rgb(var(--v-theme-surface-variant));
24866
- color: rgb(var(--v-theme-on-surface-variant));
24867
- border-radius: 4px;
24868
- font-size: 0.875rem;
24869
- line-height: 1.6;
24870
- display: inline-block;
24871
- padding: 5px 16px;
24872
- text-transform: initial;
24873
- width: auto;
24874
- opacity: 1;
24875
- pointer-events: none;
24876
- transition-property: opacity, transform;
24877
- overflow-wrap: break-word;
24878
- }
24879
- .v-tooltip > .v-overlay__content[class*=enter-active] {
24880
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24881
- transition-duration: 150ms;
24882
- }
24883
- .v-tooltip > .v-overlay__content[class*=leave-active] {
24884
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
24885
- transition-duration: 75ms;
24858
+
24859
+ /* endregion */.v-theme-provider {
24860
+ background: rgb(var(--v-theme-background));
24861
+ color: rgb(var(--v-theme-on-background));
24886
24862
  }.v-timeline .v-timeline-divider__dot {
24887
24863
  background: rgb(var(--v-theme-surface-light));
24888
24864
  }
@@ -25299,6 +25275,28 @@ html.v-overlay-scroll-blocked {
25299
25275
 
25300
25276
  .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
25301
25277
  padding-inline-end: 0;
25278
+ }.v-tooltip > .v-overlay__content {
25279
+ background: rgb(var(--v-theme-surface-variant));
25280
+ color: rgb(var(--v-theme-on-surface-variant));
25281
+ border-radius: 4px;
25282
+ font-size: 0.875rem;
25283
+ line-height: 1.6;
25284
+ display: inline-block;
25285
+ padding: 5px 16px;
25286
+ text-transform: initial;
25287
+ width: auto;
25288
+ opacity: 1;
25289
+ pointer-events: none;
25290
+ transition-property: opacity, transform;
25291
+ overflow-wrap: break-word;
25292
+ }
25293
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
25294
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25295
+ transition-duration: 150ms;
25296
+ }
25297
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
25298
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25299
+ transition-duration: 75ms;
25302
25300
  }.v-toolbar {
25303
25301
  align-items: flex-start;
25304
25302
  display: flex;
@@ -25507,41 +25505,28 @@ html.v-overlay-scroll-blocked {
25507
25505
  }
25508
25506
  .v-window-y-reverse-transition-leave-to {
25509
25507
  transform: translateY(100%);
25510
- }.v-color-picker-swatches {
25511
- overflow-y: auto;
25512
- }
25513
- .v-color-picker-swatches > div {
25514
- display: flex;
25515
- flex-wrap: wrap;
25516
- justify-content: center;
25517
- padding: 8px;
25518
- }
25519
-
25520
- .v-color-picker-swatches__swatch {
25508
+ }.v-color-picker-canvas {
25521
25509
  display: flex;
25522
- flex-direction: column;
25523
- margin-bottom: 10px;
25524
- }
25525
-
25526
- .v-color-picker-swatches__color {
25527
25510
  position: relative;
25528
- height: 18px;
25529
- max-height: 18px;
25530
- width: 45px;
25531
- margin: 2px 4px;
25532
- border-radius: 2px;
25533
- -webkit-user-select: none;
25534
- user-select: none;
25535
25511
  overflow: hidden;
25536
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25537
- cursor: pointer;
25512
+ contain: content;
25513
+ touch-action: none;
25538
25514
  }
25539
- .v-color-picker-swatches__color > div {
25540
- display: flex;
25541
- align-items: center;
25542
- justify-content: center;
25543
- width: 100%;
25544
- height: 100%;
25515
+ .v-color-picker-canvas__dot {
25516
+ position: absolute;
25517
+ top: 0;
25518
+ left: 0;
25519
+ width: 15px;
25520
+ height: 15px;
25521
+ background: transparent;
25522
+ border-radius: 50%;
25523
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25524
+ }
25525
+ .v-color-picker-canvas__dot--disabled {
25526
+ 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);
25527
+ }
25528
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25529
+ will-change: transform;
25545
25530
  }.v-color-picker-edit {
25546
25531
  display: flex;
25547
25532
  margin-top: 24px;
@@ -25640,240 +25625,94 @@ html.v-overlay-scroll-blocked {
25640
25625
  .v-color-picker-preview__eye-dropper {
25641
25626
  position: relative;
25642
25627
  margin-right: 12px;
25643
- }.v-color-picker-canvas {
25644
- display: flex;
25645
- position: relative;
25646
- overflow: hidden;
25647
- contain: content;
25648
- touch-action: none;
25649
- }
25650
- .v-color-picker-canvas__dot {
25651
- position: absolute;
25652
- top: 0;
25653
- left: 0;
25654
- width: 15px;
25655
- height: 15px;
25656
- background: transparent;
25657
- border-radius: 50%;
25658
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25659
- }
25660
- .v-color-picker-canvas__dot--disabled {
25661
- 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);
25662
- }
25663
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25664
- will-change: transform;
25665
- }.v-picker.v-sheet {
25666
- 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));
25667
- border-radius: 4px;
25668
- display: grid;
25669
- grid-auto-rows: min-content;
25670
- grid-template-areas: "title" "header" "body";
25671
- overflow: hidden;
25672
- }
25673
- .v-picker.v-sheet.v-picker--with-actions {
25674
- grid-template-areas: "title" "header" "body" "actions";
25675
- }
25676
-
25677
- .v-picker__body {
25678
- grid-area: body;
25679
- overflow: hidden;
25680
- position: relative;
25681
- }
25682
-
25683
- .v-picker__header {
25684
- grid-area: header;
25685
- }
25686
-
25687
- .v-picker__actions {
25688
- grid-area: actions;
25689
- padding: 0 12px 12px;
25690
- display: flex;
25691
- align-items: center;
25692
- justify-content: flex-end;
25693
- }
25694
- .v-picker__actions .v-btn {
25695
- min-width: 48px;
25696
- }
25697
- .v-picker__actions .v-btn:not(:last-child) {
25698
- margin-inline-end: 8px;
25699
- }
25700
-
25701
- .v-picker--landscape {
25702
- grid-template-areas: "title" "header body" "header body";
25703
- }
25704
-
25705
- .v-picker--landscape.v-picker--with-actions {
25706
- grid-template-areas: "title" "header body" "header actions";
25707
- }
25708
-
25709
- .v-picker-title {
25710
- text-transform: uppercase;
25711
- font-size: 0.75rem;
25712
- grid-area: title;
25713
- padding-inline: 24px 12px;
25714
- padding-top: 16px;
25715
- padding-bottom: 16px;
25716
- font-weight: 400;
25717
- letter-spacing: 0.1666666667em;
25718
- }.v-slider-thumb {
25719
- touch-action: none;
25720
- color: rgb(var(--v-theme-surface-variant));
25721
- }
25722
- .v-input--error:not(.v-input--disabled) .v-slider-thumb {
25723
- color: inherit;
25724
- }
25725
-
25726
- .v-slider-thumb__label {
25727
- background: rgba(var(--v-theme-surface-variant), 0.7);
25728
- color: rgb(var(--v-theme-on-surface-variant));
25729
- }
25730
- .v-slider-thumb__label::before {
25731
- color: rgba(var(--v-theme-surface-variant), 0.7);
25732
- }
25733
-
25734
- .v-slider-thumb {
25735
- outline: none;
25736
- position: absolute;
25737
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25738
- }
25739
-
25740
- .v-slider-thumb__surface {
25741
- cursor: pointer;
25742
- width: var(--v-slider-thumb-size);
25743
- height: var(--v-slider-thumb-size);
25744
- border-radius: 50%;
25745
- -webkit-user-select: none;
25746
- user-select: none;
25747
- background-color: currentColor;
25748
- }
25749
- @media (forced-colors: active) {
25750
- .v-slider-thumb__surface {
25751
- background-color: highlight;
25752
- }
25753
- }
25754
- .v-slider-thumb__surface::before {
25755
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
25756
- content: "";
25757
- color: inherit;
25758
- top: 0;
25759
- left: 0;
25760
- width: 100%;
25761
- height: 100%;
25762
- border-radius: 50%;
25763
- background: currentColor;
25764
- position: absolute;
25765
- pointer-events: none;
25766
- opacity: 0;
25767
- }
25768
- .v-slider-thumb__surface::after {
25769
- content: "";
25770
- width: 42px;
25771
- height: 42px;
25772
- position: absolute;
25773
- top: 50%;
25774
- left: 50%;
25775
- transform: translate(-50%, -50%);
25776
- }
25777
-
25778
- .v-slider-thumb__label-container {
25779
- position: absolute;
25780
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
25628
+ }.v-color-picker-swatches {
25629
+ overflow-y: auto;
25781
25630
  }
25782
-
25783
- .v-slider-thumb__label {
25631
+ .v-color-picker-swatches > div {
25784
25632
  display: flex;
25785
- align-items: center;
25633
+ flex-wrap: wrap;
25786
25634
  justify-content: center;
25787
- font-size: 0.75rem;
25788
- min-width: 35px;
25789
- height: 25px;
25790
- border-radius: 4px;
25791
- padding: 6px;
25792
- position: absolute;
25793
- -webkit-user-select: none;
25794
- user-select: none;
25795
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
25796
- }
25797
- .v-slider-thumb__label::before {
25798
- content: "";
25799
- width: 0;
25800
- height: 0;
25801
- position: absolute;
25802
- }
25803
-
25804
- .v-slider-thumb__ripple {
25805
- position: absolute;
25806
- left: calc(var(--v-slider-thumb-size) / -2);
25807
- top: calc(var(--v-slider-thumb-size) / -2);
25808
- width: calc(var(--v-slider-thumb-size) * 2);
25809
- height: calc(var(--v-slider-thumb-size) * 2);
25810
- background: inherit;
25635
+ padding: 8px;
25811
25636
  }
25812
25637
 
25813
- .v-slider.v-input--horizontal .v-slider-thumb {
25814
- top: 50%;
25815
- transform: translateY(-50%);
25816
- inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
25638
+ .v-color-picker-swatches__swatch {
25639
+ display: flex;
25640
+ flex-direction: column;
25641
+ margin-bottom: 10px;
25817
25642
  }
25818
- .v-slider.v-input--horizontal .v-slider-thumb__label-container {
25819
- left: calc(var(--v-slider-thumb-size) / 2);
25820
- top: 0;
25643
+
25644
+ .v-color-picker-swatches__color {
25645
+ position: relative;
25646
+ height: 18px;
25647
+ max-height: 18px;
25648
+ width: 45px;
25649
+ margin: 2px 4px;
25650
+ border-radius: 2px;
25651
+ -webkit-user-select: none;
25652
+ user-select: none;
25653
+ overflow: hidden;
25654
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25655
+ cursor: pointer;
25821
25656
  }
25822
- .v-slider.v-input--horizontal .v-slider-thumb__label {
25823
- bottom: calc(var(--v-slider-thumb-size) / 2);
25657
+ .v-color-picker-swatches__color > div {
25658
+ display: flex;
25659
+ align-items: center;
25660
+ justify-content: center;
25661
+ width: 100%;
25662
+ height: 100%;
25663
+ }.v-picker.v-sheet {
25664
+ 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));
25665
+ border-radius: 4px;
25666
+ display: grid;
25667
+ grid-auto-rows: min-content;
25668
+ grid-template-areas: "title" "header" "body";
25669
+ overflow: hidden;
25824
25670
  }
25825
- .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
25826
- transform: translateX(-50%);
25671
+ .v-picker.v-sheet.v-picker--with-actions {
25672
+ grid-template-areas: "title" "header" "body" "actions";
25827
25673
  }
25828
25674
 
25829
- .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
25830
- transform: translateX(50%);
25675
+ .v-picker__body {
25676
+ grid-area: body;
25677
+ overflow: hidden;
25678
+ position: relative;
25831
25679
  }
25832
25680
 
25833
- .v-slider.v-input--horizontal .v-slider-thumb__label::before {
25834
- border-left: 6px solid transparent;
25835
- border-right: 6px solid transparent;
25836
- border-top: 6px solid currentColor;
25837
- bottom: -6px;
25681
+ .v-picker__header {
25682
+ grid-area: header;
25838
25683
  }
25839
25684
 
25840
- .v-slider.v-input--vertical .v-slider-thumb {
25841
- top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
25842
- }
25843
- .v-slider.v-input--vertical .v-slider-thumb__label-container {
25844
- top: calc(var(--v-slider-thumb-size) / 2);
25845
- right: 0;
25685
+ .v-picker__actions {
25686
+ grid-area: actions;
25687
+ padding: 0 12px 12px;
25688
+ display: flex;
25689
+ align-items: center;
25690
+ justify-content: flex-end;
25846
25691
  }
25847
- .v-slider.v-input--vertical .v-slider-thumb__label {
25848
- top: -12.5px;
25849
- left: calc(var(--v-slider-thumb-size) / 2);
25692
+ .v-picker__actions .v-btn {
25693
+ min-width: 48px;
25850
25694
  }
25851
- .v-slider.v-input--vertical .v-slider-thumb__label::before {
25852
- border-right: 6px solid currentColor;
25853
- border-top: 6px solid transparent;
25854
- border-bottom: 6px solid transparent;
25855
- left: -6px;
25695
+ .v-picker__actions .v-btn:not(:last-child) {
25696
+ margin-inline-end: 8px;
25856
25697
  }
25857
25698
 
25858
- .v-slider-thumb--focused .v-slider-thumb__surface::before {
25859
- transform: scale(2);
25860
- opacity: var(--v-focus-opacity);
25699
+ .v-picker--landscape {
25700
+ grid-template-areas: "title" "header body" "header body";
25861
25701
  }
25862
25702
 
25863
- .v-slider-thumb--pressed {
25864
- transition: none;
25865
- }
25866
- .v-slider-thumb--pressed .v-slider-thumb__surface::before {
25867
- opacity: var(--v-pressed-opacity);
25703
+ .v-picker--landscape.v-picker--with-actions {
25704
+ grid-template-areas: "title" "header body" "header actions";
25868
25705
  }
25869
25706
 
25870
- @media (hover: hover) {
25871
- .v-slider-thumb:hover .v-slider-thumb__surface::before {
25872
- transform: scale(2);
25873
- }
25874
- .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
25875
- opacity: var(--v-hover-opacity);
25876
- }
25707
+ .v-picker-title {
25708
+ text-transform: uppercase;
25709
+ font-size: 0.75rem;
25710
+ grid-area: title;
25711
+ padding-inline: 24px 12px;
25712
+ padding-top: 16px;
25713
+ padding-bottom: 16px;
25714
+ font-weight: 400;
25715
+ letter-spacing: 0.1666666667em;
25877
25716
  }.v-slider-track__background {
25878
25717
  background-color: rgb(var(--v-theme-surface-variant));
25879
25718
  }
@@ -26052,4 +25891,163 @@ html.v-overlay-scroll-blocked {
26052
25891
 
26053
25892
  .v-slider-track__background--opacity {
26054
25893
  opacity: 0.38;
25894
+ }.v-slider-thumb {
25895
+ touch-action: none;
25896
+ color: rgb(var(--v-theme-surface-variant));
25897
+ }
25898
+ .v-input--error:not(.v-input--disabled) .v-slider-thumb {
25899
+ color: inherit;
25900
+ }
25901
+
25902
+ .v-slider-thumb__label {
25903
+ background: rgba(var(--v-theme-surface-variant), 0.7);
25904
+ color: rgb(var(--v-theme-on-surface-variant));
25905
+ }
25906
+ .v-slider-thumb__label::before {
25907
+ color: rgba(var(--v-theme-surface-variant), 0.7);
25908
+ }
25909
+
25910
+ .v-slider-thumb {
25911
+ outline: none;
25912
+ position: absolute;
25913
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25914
+ }
25915
+
25916
+ .v-slider-thumb__surface {
25917
+ cursor: pointer;
25918
+ width: var(--v-slider-thumb-size);
25919
+ height: var(--v-slider-thumb-size);
25920
+ border-radius: 50%;
25921
+ -webkit-user-select: none;
25922
+ user-select: none;
25923
+ background-color: currentColor;
25924
+ }
25925
+ @media (forced-colors: active) {
25926
+ .v-slider-thumb__surface {
25927
+ background-color: highlight;
25928
+ }
25929
+ }
25930
+ .v-slider-thumb__surface::before {
25931
+ transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
25932
+ content: "";
25933
+ color: inherit;
25934
+ top: 0;
25935
+ left: 0;
25936
+ width: 100%;
25937
+ height: 100%;
25938
+ border-radius: 50%;
25939
+ background: currentColor;
25940
+ position: absolute;
25941
+ pointer-events: none;
25942
+ opacity: 0;
25943
+ }
25944
+ .v-slider-thumb__surface::after {
25945
+ content: "";
25946
+ width: 42px;
25947
+ height: 42px;
25948
+ position: absolute;
25949
+ top: 50%;
25950
+ left: 50%;
25951
+ transform: translate(-50%, -50%);
25952
+ }
25953
+
25954
+ .v-slider-thumb__label-container {
25955
+ position: absolute;
25956
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
25957
+ }
25958
+
25959
+ .v-slider-thumb__label {
25960
+ display: flex;
25961
+ align-items: center;
25962
+ justify-content: center;
25963
+ font-size: 0.75rem;
25964
+ min-width: 35px;
25965
+ height: 25px;
25966
+ border-radius: 4px;
25967
+ padding: 6px;
25968
+ position: absolute;
25969
+ -webkit-user-select: none;
25970
+ user-select: none;
25971
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
25972
+ }
25973
+ .v-slider-thumb__label::before {
25974
+ content: "";
25975
+ width: 0;
25976
+ height: 0;
25977
+ position: absolute;
25978
+ }
25979
+
25980
+ .v-slider-thumb__ripple {
25981
+ position: absolute;
25982
+ left: calc(var(--v-slider-thumb-size) / -2);
25983
+ top: calc(var(--v-slider-thumb-size) / -2);
25984
+ width: calc(var(--v-slider-thumb-size) * 2);
25985
+ height: calc(var(--v-slider-thumb-size) * 2);
25986
+ background: inherit;
25987
+ }
25988
+
25989
+ .v-slider.v-input--horizontal .v-slider-thumb {
25990
+ top: 50%;
25991
+ transform: translateY(-50%);
25992
+ inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
25993
+ }
25994
+ .v-slider.v-input--horizontal .v-slider-thumb__label-container {
25995
+ left: calc(var(--v-slider-thumb-size) / 2);
25996
+ top: 0;
25997
+ }
25998
+ .v-slider.v-input--horizontal .v-slider-thumb__label {
25999
+ bottom: calc(var(--v-slider-thumb-size) / 2);
26000
+ }
26001
+ .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
26002
+ transform: translateX(-50%);
26003
+ }
26004
+
26005
+ .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
26006
+ transform: translateX(50%);
26007
+ }
26008
+
26009
+ .v-slider.v-input--horizontal .v-slider-thumb__label::before {
26010
+ border-left: 6px solid transparent;
26011
+ border-right: 6px solid transparent;
26012
+ border-top: 6px solid currentColor;
26013
+ bottom: -6px;
26014
+ }
26015
+
26016
+ .v-slider.v-input--vertical .v-slider-thumb {
26017
+ top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
26018
+ }
26019
+ .v-slider.v-input--vertical .v-slider-thumb__label-container {
26020
+ top: calc(var(--v-slider-thumb-size) / 2);
26021
+ right: 0;
26022
+ }
26023
+ .v-slider.v-input--vertical .v-slider-thumb__label {
26024
+ top: -12.5px;
26025
+ left: calc(var(--v-slider-thumb-size) / 2);
26026
+ }
26027
+ .v-slider.v-input--vertical .v-slider-thumb__label::before {
26028
+ border-right: 6px solid currentColor;
26029
+ border-top: 6px solid transparent;
26030
+ border-bottom: 6px solid transparent;
26031
+ left: -6px;
26032
+ }
26033
+
26034
+ .v-slider-thumb--focused .v-slider-thumb__surface::before {
26035
+ transform: scale(2);
26036
+ opacity: var(--v-focus-opacity);
26037
+ }
26038
+
26039
+ .v-slider-thumb--pressed {
26040
+ transition: none;
26041
+ }
26042
+ .v-slider-thumb--pressed .v-slider-thumb__surface::before {
26043
+ opacity: var(--v-pressed-opacity);
26044
+ }
26045
+
26046
+ @media (hover: hover) {
26047
+ .v-slider-thumb:hover .v-slider-thumb__surface::before {
26048
+ transform: scale(2);
26049
+ }
26050
+ .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
26051
+ opacity: var(--v-hover-opacity);
26052
+ }
26055
26053
  }