vuetify 3.5.4 → 3.5.5

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 (151) hide show
  1. package/dist/json/attributes.json +2771 -2523
  2. package/dist/json/importMap-labs.json +4 -0
  3. package/dist/json/importMap.json +94 -94
  4. package/dist/json/tags.json +236 -169
  5. package/dist/json/web-types.json +3218 -2563
  6. package/dist/vuetify-labs.css +1819 -1796
  7. package/dist/vuetify-labs.d.ts +1234 -152
  8. package/dist/vuetify-labs.esm.js +555 -72
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +555 -72
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +887 -864
  13. package/dist/vuetify.d.ts +886 -179
  14. package/dist/vuetify.esm.js +121 -71
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +121 -71
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +647 -645
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/index.d.mts +9 -0
  22. package/lib/components/VAppBar/index.d.mts +18 -0
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VAutocomplete/index.d.mts +33 -6
  26. package/lib/components/VAvatar/index.d.mts +9 -0
  27. package/lib/components/VBadge/index.d.mts +9 -0
  28. package/lib/components/VBanner/index.d.mts +9 -0
  29. package/lib/components/VBottomNavigation/index.d.mts +9 -0
  30. package/lib/components/VBreadcrumbs/index.d.mts +9 -0
  31. package/lib/components/VBtn/index.d.mts +9 -0
  32. package/lib/components/VBtnGroup/index.d.mts +9 -0
  33. package/lib/components/VBtnToggle/index.d.mts +9 -0
  34. package/lib/components/VCard/index.d.mts +9 -0
  35. package/lib/components/VCarousel/index.d.mts +9 -0
  36. package/lib/components/VChip/index.d.mts +9 -0
  37. package/lib/components/VColorPicker/index.d.mts +9 -0
  38. package/lib/components/VCombobox/index.d.mts +33 -6
  39. package/lib/components/VDataIterator/index.d.mts +3 -3
  40. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  41. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  42. package/lib/components/VDataTable/index.d.mts +355 -117
  43. package/lib/components/VDataTable/types.mjs.map +1 -1
  44. package/lib/components/VDatePicker/VDatePicker.css +2 -21
  45. package/lib/components/VDatePicker/VDatePicker.mjs +14 -10
  46. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  47. package/lib/components/VDatePicker/VDatePicker.sass +3 -18
  48. package/lib/components/VDatePicker/VDatePickerHeader.css +2 -0
  49. package/lib/components/VDatePicker/VDatePickerHeader.sass +3 -0
  50. package/lib/components/VDatePicker/VDatePickerMonth.css +11 -5
  51. package/lib/components/VDatePicker/VDatePickerMonth.mjs +2 -1
  52. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  53. package/lib/components/VDatePicker/VDatePickerMonth.sass +13 -5
  54. package/lib/components/VDatePicker/VDatePickerMonths.css +2 -3
  55. package/lib/components/VDatePicker/VDatePickerMonths.mjs +6 -3
  56. package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -1
  57. package/lib/components/VDatePicker/VDatePickerMonths.sass +4 -3
  58. package/lib/components/VDatePicker/VDatePickerYears.css +2 -2
  59. package/lib/components/VDatePicker/VDatePickerYears.mjs +8 -1
  60. package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
  61. package/lib/components/VDatePicker/VDatePickerYears.sass +4 -2
  62. package/lib/components/VDatePicker/_variables.scss +14 -34
  63. package/lib/components/VDatePicker/index.d.mts +13 -4
  64. package/lib/components/VExpansionPanel/VExpansionPanel.css +14 -0
  65. package/lib/components/VExpansionPanel/VExpansionPanel.sass +14 -0
  66. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +9 -2
  67. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  68. package/lib/components/VExpansionPanel/index.d.mts +27 -0
  69. package/lib/components/VField/VField.css +20 -1
  70. package/lib/components/VField/VField.sass +19 -1
  71. package/lib/components/VField/index.d.mts +9 -0
  72. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  73. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  74. package/lib/components/VFileInput/index.d.mts +9 -0
  75. package/lib/components/VFooter/index.d.mts +9 -0
  76. package/lib/components/VImg/index.d.mts +9 -0
  77. package/lib/components/VList/VListItem.css +2 -1
  78. package/lib/components/VList/VListItem.sass +1 -0
  79. package/lib/components/VList/_variables.scss +2 -1
  80. package/lib/components/VList/index.d.mts +18 -0
  81. package/lib/components/VMenu/VMenu.mjs +5 -5
  82. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  83. package/lib/components/VMenu/shared.mjs.map +1 -1
  84. package/lib/components/VNavigationDrawer/index.d.mts +9 -0
  85. package/lib/components/VPagination/index.d.mts +9 -0
  86. package/lib/components/VProgressLinear/index.d.mts +9 -0
  87. package/lib/components/VRangeSlider/index.d.mts +9 -0
  88. package/lib/components/VSelect/VSelect.mjs +4 -3
  89. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  90. package/lib/components/VSelect/index.d.mts +33 -6
  91. package/lib/components/VSheet/index.d.mts +9 -0
  92. package/lib/components/VSlider/index.d.mts +9 -0
  93. package/lib/components/VSnackbar/index.d.mts +9 -0
  94. package/lib/components/VStepper/index.d.mts +9 -0
  95. package/lib/components/VSystemBar/index.d.mts +9 -0
  96. package/lib/components/VTabs/index.d.mts +33 -6
  97. package/lib/components/VTextField/index.d.mts +33 -6
  98. package/lib/components/VTextarea/index.d.mts +9 -0
  99. package/lib/components/VTimeline/index.d.mts +9 -0
  100. package/lib/components/VToolbar/index.d.mts +9 -0
  101. package/lib/components/VTooltip/VTooltip.css +1 -0
  102. package/lib/components/VTooltip/VTooltip.sass +1 -0
  103. package/lib/components/VTooltip/_variables.scss +1 -0
  104. package/lib/components/index.d.mts +857 -151
  105. package/lib/composables/form.mjs +2 -1
  106. package/lib/composables/form.mjs.map +1 -1
  107. package/lib/composables/goto.mjs +16 -18
  108. package/lib/composables/goto.mjs.map +1 -1
  109. package/lib/composables/group.mjs +2 -0
  110. package/lib/composables/group.mjs.map +1 -1
  111. package/lib/composables/icons.mjs +17 -13
  112. package/lib/composables/icons.mjs.map +1 -1
  113. package/lib/composables/rounded.mjs +5 -1
  114. package/lib/composables/rounded.mjs.map +1 -1
  115. package/lib/composables/virtual.mjs +11 -3
  116. package/lib/composables/virtual.mjs.map +1 -1
  117. package/lib/entry-bundler.mjs +1 -1
  118. package/lib/framework.mjs +1 -1
  119. package/lib/iconsets/fa-svg.mjs +2 -1
  120. package/lib/iconsets/fa-svg.mjs.map +1 -1
  121. package/lib/index.d.mts +29 -28
  122. package/lib/labs/VCalendar/VCalendar.mjs +1 -1
  123. package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
  124. package/lib/labs/VPicker/VPicker.css +2 -2
  125. package/lib/labs/VPicker/VPicker.sass +2 -2
  126. package/lib/labs/VPicker/_variables.scss +2 -4
  127. package/lib/labs/VPicker/index.d.mts +9 -0
  128. package/lib/labs/VSparkline/VBarline.mjs +138 -0
  129. package/lib/labs/VSparkline/VBarline.mjs.map +1 -0
  130. package/lib/labs/VSparkline/VSparkline.mjs +49 -0
  131. package/lib/labs/VSparkline/VSparkline.mjs.map +1 -0
  132. package/lib/labs/VSparkline/VTrendline.mjs +143 -0
  133. package/lib/labs/VSparkline/VTrendline.mjs.map +1 -0
  134. package/lib/labs/VSparkline/index.d.mts +374 -0
  135. package/lib/labs/VSparkline/index.mjs +2 -0
  136. package/lib/labs/VSparkline/index.mjs.map +1 -0
  137. package/lib/labs/VSparkline/util/line.mjs +52 -0
  138. package/lib/labs/VSparkline/util/line.mjs.map +1 -0
  139. package/lib/labs/VSparkline/util/path.mjs +60 -0
  140. package/lib/labs/VSparkline/util/path.mjs.map +1 -0
  141. package/lib/labs/components.d.mts +376 -1
  142. package/lib/labs/components.mjs +1 -0
  143. package/lib/labs/components.mjs.map +1 -1
  144. package/lib/locale/nl.mjs +1 -1
  145. package/lib/locale/nl.mjs.map +1 -1
  146. package/lib/util/helpers.mjs +10 -0
  147. package/lib/util/helpers.mjs.map +1 -1
  148. package/package.json +2 -2
  149. package/lib/components/VDatePicker/VDatePickerTitle.mjs +0 -81
  150. package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +0 -1
  151. package/lib/components/VDatePicker/VDatePickerTitle.sass +0 -33
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.5.4
2
+ * Vuetify v3.5.5
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17029,6 +17029,22 @@ html.overflow-y-hidden {
17029
17029
  .v-ripple__animation--out {
17030
17030
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
17031
17031
  opacity: 0;
17032
+ }.v-application {
17033
+ display: flex;
17034
+ background: rgb(var(--v-theme-background));
17035
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17036
+ }
17037
+
17038
+ .v-application__wrap {
17039
+ -webkit-backface-visibility: hidden;
17040
+ backface-visibility: hidden;
17041
+ display: flex;
17042
+ flex-direction: column;
17043
+ flex: 1 1 auto;
17044
+ max-width: 100%;
17045
+ min-height: 100vh;
17046
+ min-height: 100dvh;
17047
+ position: relative;
17032
17048
  }.v-app-bar {
17033
17049
  display: flex;
17034
17050
  }
@@ -17251,103 +17267,6 @@ html.overflow-y-hidden {
17251
17267
  text-transform: none;
17252
17268
  word-break: normal;
17253
17269
  word-wrap: break-word;
17254
- }.v-application {
17255
- display: flex;
17256
- background: rgb(var(--v-theme-background));
17257
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17258
- }
17259
-
17260
- .v-application__wrap {
17261
- -webkit-backface-visibility: hidden;
17262
- backface-visibility: hidden;
17263
- display: flex;
17264
- flex-direction: column;
17265
- flex: 1 1 auto;
17266
- max-width: 100%;
17267
- min-height: 100vh;
17268
- min-height: 100dvh;
17269
- position: relative;
17270
- }.v-autocomplete .v-field .v-text-field__prefix,
17271
- .v-autocomplete .v-field .v-text-field__suffix,
17272
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17273
- cursor: text;
17274
- }
17275
- .v-autocomplete .v-field .v-field__input > input {
17276
- flex: 1 1;
17277
- }
17278
- .v-autocomplete .v-field input {
17279
- min-width: 64px;
17280
- }
17281
- .v-autocomplete .v-field:not(.v-field--focused) input {
17282
- min-width: 0;
17283
- }
17284
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17285
- margin-inline-end: 2px;
17286
- }
17287
- .v-autocomplete .v-autocomplete__selection-text {
17288
- overflow: hidden;
17289
- text-overflow: ellipsis;
17290
- white-space: nowrap;
17291
- }
17292
-
17293
- .v-autocomplete__content {
17294
- overflow: hidden;
17295
- 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));
17296
- border-radius: 4px;
17297
- }
17298
- .v-autocomplete__mask {
17299
- background: rgb(var(--v-theme-surface-light));
17300
- }
17301
- .v-autocomplete__selection {
17302
- display: inline-flex;
17303
- align-items: center;
17304
- height: 1.5rem;
17305
- letter-spacing: inherit;
17306
- line-height: inherit;
17307
- max-width: calc(100% - 2px - 2px);
17308
- }
17309
- .v-autocomplete__selection:first-child {
17310
- margin-inline-start: 0;
17311
- }
17312
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17313
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17314
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17315
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17316
- top: 0px;
17317
- }
17318
- .v-autocomplete--selecting-index .v-autocomplete__selection {
17319
- opacity: var(--v-medium-emphasis-opacity);
17320
- }
17321
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17322
- opacity: 1;
17323
- }
17324
- .v-autocomplete--selecting-index .v-field__input > input {
17325
- caret-color: transparent;
17326
- }
17327
- .v-autocomplete--single.v-text-field .v-field--focused input {
17328
- flex: 1 1;
17329
- position: absolute;
17330
- left: 0;
17331
- right: 0;
17332
- width: 100%;
17333
- padding-inline: inherit;
17334
- }
17335
- .v-autocomplete--single .v-field--active input {
17336
- transition: none;
17337
- }
17338
- .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
17339
- opacity: 0;
17340
- }
17341
- .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
17342
- opacity: 0;
17343
- }
17344
- .v-autocomplete__menu-icon {
17345
- margin-inline-start: 4px;
17346
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17347
- }
17348
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17349
- opacity: var(--v-high-emphasis-opacity);
17350
- transform: rotate(180deg);
17351
17270
  }.v-avatar {
17352
17271
  flex: none;
17353
17272
  align-items: center;
@@ -17663,61 +17582,6 @@ html.overflow-y-hidden {
17663
17582
  }
17664
17583
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
17665
17584
  align-self: flex-start;
17666
- }.v-bottom-navigation {
17667
- display: flex;
17668
- max-width: 100%;
17669
- overflow: hidden;
17670
- position: absolute;
17671
- transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17672
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17673
- border-style: solid;
17674
- border-width: 0;
17675
- border-radius: 0;
17676
- background: rgb(var(--v-theme-surface));
17677
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17678
- }
17679
- .v-bottom-navigation--border {
17680
- border-width: thin;
17681
- box-shadow: none;
17682
- }
17683
- .v-bottom-navigation--active {
17684
- 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));
17685
- }
17686
-
17687
- .v-bottom-navigation__content {
17688
- display: flex;
17689
- flex: none;
17690
- font-size: 0.75rem;
17691
- justify-content: center;
17692
- transition: inherit;
17693
- width: 100%;
17694
- }
17695
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
17696
- font-size: inherit;
17697
- height: 100%;
17698
- max-width: 168px;
17699
- min-width: 80px;
17700
- text-transform: none;
17701
- transition: inherit;
17702
- width: auto;
17703
- border-radius: 0;
17704
- }
17705
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
17706
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17707
- transition: inherit;
17708
- }
17709
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17710
- font-size: 1.5rem;
17711
- }
17712
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
17713
- flex-grow: 1;
17714
- }
17715
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
17716
- transition: inherit;
17717
- opacity: 0;
17718
- }
17719
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
17720
- transform: translateY(0.5rem);
17721
17585
  }.bottom-sheet-transition-enter-from {
17722
17586
  transform: translateY(100%);
17723
17587
  }
@@ -17807,6 +17671,61 @@ html.overflow-y-hidden {
17807
17671
  display: inline-block;
17808
17672
  padding: 0 8px;
17809
17673
  vertical-align: middle;
17674
+ }.v-bottom-navigation {
17675
+ display: flex;
17676
+ max-width: 100%;
17677
+ overflow: hidden;
17678
+ position: absolute;
17679
+ transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17680
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17681
+ border-style: solid;
17682
+ border-width: 0;
17683
+ border-radius: 0;
17684
+ background: rgb(var(--v-theme-surface));
17685
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17686
+ }
17687
+ .v-bottom-navigation--border {
17688
+ border-width: thin;
17689
+ box-shadow: none;
17690
+ }
17691
+ .v-bottom-navigation--active {
17692
+ 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));
17693
+ }
17694
+
17695
+ .v-bottom-navigation__content {
17696
+ display: flex;
17697
+ flex: none;
17698
+ font-size: 0.75rem;
17699
+ justify-content: center;
17700
+ transition: inherit;
17701
+ width: 100%;
17702
+ }
17703
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
17704
+ font-size: inherit;
17705
+ height: 100%;
17706
+ max-width: 168px;
17707
+ min-width: 80px;
17708
+ text-transform: none;
17709
+ transition: inherit;
17710
+ width: auto;
17711
+ border-radius: 0;
17712
+ }
17713
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
17714
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17715
+ transition: inherit;
17716
+ }
17717
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17718
+ font-size: 1.5rem;
17719
+ }
17720
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
17721
+ flex-grow: 1;
17722
+ }
17723
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
17724
+ transition: inherit;
17725
+ opacity: 0;
17726
+ }
17727
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
17728
+ transform: translateY(0.5rem);
17810
17729
  }.v-btn {
17811
17730
  align-items: center;
17812
17731
  border-radius: 4px;
@@ -18266,19 +18185,6 @@ html.overflow-y-hidden {
18266
18185
  }
18267
18186
  .v-btn-group--tile {
18268
18187
  border-radius: 0;
18269
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18270
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18271
- }
18272
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18273
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18274
- }
18275
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18276
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18277
- }
18278
- @supports not selector(:focus-visible) {
18279
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18280
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18281
- }
18282
18188
  }.v-card {
18283
18189
  display: block;
18284
18190
  overflow: hidden;
@@ -18575,6 +18481,19 @@ html.overflow-y-hidden {
18575
18481
  pointer-events: none;
18576
18482
  opacity: 0;
18577
18483
  transition: opacity 0.2s ease-in-out;
18484
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18485
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18486
+ }
18487
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18488
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18489
+ }
18490
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18491
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18492
+ }
18493
+ @supports not selector(:focus-visible) {
18494
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18495
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18496
+ }
18578
18497
  }.v-carousel {
18579
18498
  overflow: hidden;
18580
18499
  position: relative;
@@ -18643,13 +18562,31 @@ html.overflow-y-hidden {
18643
18562
  }
18644
18563
  .v-checkbox .v-selection-control {
18645
18564
  min-height: var(--v-input-control-height);
18646
- }.v-chip {
18647
- align-items: center;
18648
- display: inline-flex;
18649
- font-weight: 400;
18565
+ }.v-chip-group {
18566
+ display: flex;
18650
18567
  max-width: 100%;
18651
18568
  min-width: 0;
18652
- overflow: hidden;
18569
+ overflow-x: auto;
18570
+ padding: 4px 0;
18571
+ }
18572
+ .v-chip-group .v-chip {
18573
+ margin: 4px 8px 4px 0;
18574
+ }
18575
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
18576
+ opacity: var(--v-activated-opacity);
18577
+ }
18578
+
18579
+ .v-chip-group--column .v-slide-group__content {
18580
+ white-space: normal;
18581
+ flex-wrap: wrap;
18582
+ max-width: 100%;
18583
+ }.v-chip {
18584
+ align-items: center;
18585
+ display: inline-flex;
18586
+ font-weight: 400;
18587
+ max-width: 100%;
18588
+ min-width: 0;
18589
+ overflow: hidden;
18653
18590
  position: relative;
18654
18591
  text-decoration: none;
18655
18592
  white-space: nowrap;
@@ -19050,24 +18987,6 @@ html.overflow-y-hidden {
19050
18987
 
19051
18988
  .v-chip--label {
19052
18989
  border-radius: 4px;
19053
- }.v-chip-group {
19054
- display: flex;
19055
- max-width: 100%;
19056
- min-width: 0;
19057
- overflow-x: auto;
19058
- padding: 4px 0;
19059
- }
19060
- .v-chip-group .v-chip {
19061
- margin: 4px 8px 4px 0;
19062
- }
19063
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19064
- opacity: var(--v-activated-opacity);
19065
- }
19066
-
19067
- .v-chip-group--column .v-slide-group__content {
19068
- white-space: normal;
19069
- flex-wrap: wrap;
19070
- max-width: 100%;
19071
18990
  }.v-container {
19072
18991
  width: 100%;
19073
18992
  padding: 16px;
@@ -19740,6 +19659,26 @@ html.overflow-y-hidden {
19740
19659
  .offset-xxl-11 {
19741
19660
  margin-inline-start: 91.6666666667%;
19742
19661
  }
19662
+ }.v-color-picker {
19663
+ align-self: flex-start;
19664
+ contain: content;
19665
+ }
19666
+ .v-color-picker.v-sheet {
19667
+ 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));
19668
+ border-radius: 4px;
19669
+ }
19670
+
19671
+ .v-color-picker__controls {
19672
+ display: flex;
19673
+ flex-direction: column;
19674
+ padding: 16px;
19675
+ }
19676
+
19677
+ .v-color-picker--flat {
19678
+ 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));
19679
+ }
19680
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19681
+ 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));
19743
19682
  }.v-combobox .v-field .v-text-field__prefix,
19744
19683
  .v-combobox .v-field .v-text-field__suffix,
19745
19684
  .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
@@ -19821,26 +19760,6 @@ html.overflow-y-hidden {
19821
19760
  .v-combobox--active-menu .v-combobox__menu-icon {
19822
19761
  opacity: var(--v-high-emphasis-opacity);
19823
19762
  transform: rotate(180deg);
19824
- }.v-color-picker {
19825
- align-self: flex-start;
19826
- contain: content;
19827
- }
19828
- .v-color-picker.v-sheet {
19829
- 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));
19830
- border-radius: 4px;
19831
- }
19832
-
19833
- .v-color-picker__controls {
19834
- display: flex;
19835
- flex-direction: column;
19836
- padding: 16px;
19837
- }
19838
-
19839
- .v-color-picker--flat {
19840
- 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));
19841
- }
19842
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19843
- 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));
19844
19763
  }.v-counter {
19845
19764
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19846
19765
  flex: 0 1 auto;
@@ -20014,31 +19933,93 @@ html.overflow-y-hidden {
20014
19933
 
20015
19934
  .v-data-table-footer__page {
20016
19935
  padding: 0 8px;
20017
- }.v-date-picker__input {
20018
- padding-top: 16px;
20019
- padding-left: 24px;
20020
- padding-right: 24px;
19936
+ }.v-autocomplete .v-field .v-text-field__prefix,
19937
+ .v-autocomplete .v-field .v-text-field__suffix,
19938
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
19939
+ cursor: text;
19940
+ }
19941
+ .v-autocomplete .v-field .v-field__input > input {
19942
+ flex: 1 1;
19943
+ }
19944
+ .v-autocomplete .v-field input {
19945
+ min-width: 64px;
19946
+ }
19947
+ .v-autocomplete .v-field:not(.v-field--focused) input {
19948
+ min-width: 0;
19949
+ }
19950
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
19951
+ margin-inline-end: 2px;
19952
+ }
19953
+ .v-autocomplete .v-autocomplete__selection-text {
19954
+ overflow: hidden;
19955
+ text-overflow: ellipsis;
19956
+ white-space: nowrap;
20021
19957
  }
20022
19958
 
20023
- .v-date-picker {
19959
+ .v-autocomplete__content {
20024
19960
  overflow: hidden;
20025
- width: 360px;
19961
+ 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));
19962
+ border-radius: 4px;
20026
19963
  }
20027
- .v-date-picker--show-week {
20028
- width: 408px;
19964
+ .v-autocomplete__mask {
19965
+ background: rgb(var(--v-theme-surface-light));
20029
19966
  }
20030
-
20031
- .v-date-picker-month {
20032
- padding: 0 12px 12px;
19967
+ .v-autocomplete__selection {
19968
+ display: inline-flex;
19969
+ align-items: center;
19970
+ height: 1.5rem;
19971
+ letter-spacing: inherit;
19972
+ line-height: inherit;
19973
+ max-width: calc(100% - 2px - 2px);
20033
19974
  }
20034
-
20035
- .v-date-picker-month__day {
20036
- height: 48px;
20037
- width: 48px;
19975
+ .v-autocomplete__selection:first-child {
19976
+ margin-inline-start: 0;
20038
19977
  }
20039
- .v-date-picker-month__day .v-btn {
20040
- --v-btn-height: 28px;
20041
- --v-btn-size: 0.85rem;
19978
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
19979
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
19980
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
19981
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
19982
+ top: 0px;
19983
+ }
19984
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
19985
+ opacity: var(--v-medium-emphasis-opacity);
19986
+ }
19987
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
19988
+ opacity: 1;
19989
+ }
19990
+ .v-autocomplete--selecting-index .v-field__input > input {
19991
+ caret-color: transparent;
19992
+ }
19993
+ .v-autocomplete--single.v-text-field .v-field--focused input {
19994
+ flex: 1 1;
19995
+ position: absolute;
19996
+ left: 0;
19997
+ right: 0;
19998
+ width: 100%;
19999
+ padding-inline: inherit;
20000
+ }
20001
+ .v-autocomplete--single .v-field--active input {
20002
+ transition: none;
20003
+ }
20004
+ .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
20005
+ opacity: 0;
20006
+ }
20007
+ .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
20008
+ opacity: 0;
20009
+ }
20010
+ .v-autocomplete__menu-icon {
20011
+ margin-inline-start: 4px;
20012
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20013
+ }
20014
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
20015
+ opacity: var(--v-high-emphasis-opacity);
20016
+ transform: rotate(180deg);
20017
+ }.v-date-picker {
20018
+ overflow: hidden;
20019
+ width: 328px;
20020
+ }
20021
+ .v-date-picker--show-week {
20022
+ width: 368px;
20042
20023
  }.v-date-picker-controls {
20043
20024
  display: flex;
20044
20025
  align-items: center;
@@ -20096,6 +20077,8 @@ html.overflow-y-hidden {
20096
20077
  .v-date-picker__title {
20097
20078
  display: inline-block;
20098
20079
  }.v-date-picker-header {
20080
+ align-items: flex-end;
20081
+ height: 70px;
20099
20082
  display: grid;
20100
20083
  grid-template-areas: "prepend content append";
20101
20084
  grid-template-columns: min-content minmax(0, 1fr) min-content;
@@ -20156,28 +20139,28 @@ html.overflow-y-hidden {
20156
20139
  }.v-date-picker-month {
20157
20140
  display: flex;
20158
20141
  justify-content: center;
20159
- min-width: 328px;
20142
+ padding: 0 12px 8px;
20160
20143
  --v-date-picker-month-day-diff: 4px;
20161
20144
  }
20162
20145
 
20163
20146
  .v-date-picker-month__weeks {
20164
20147
  display: grid;
20165
20148
  grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20166
- row-gap: 4px;
20167
- font-size: 0.875rem;
20149
+ column-gap: 4px;
20150
+ font-size: 0.85rem;
20168
20151
  }
20169
20152
  .v-date-picker-month__weeks + .v-date-picker-month__days {
20170
20153
  grid-row-gap: 0;
20171
20154
  }
20172
20155
 
20173
20156
  .v-date-picker-month__weekday {
20174
- font-size: 0.875rem;
20157
+ font-size: 0.85rem;
20175
20158
  }
20176
20159
 
20177
20160
  .v-date-picker-month__days {
20178
20161
  display: grid;
20179
20162
  grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20180
- row-gap: 4px;
20163
+ column-gap: 4px;
20181
20164
  flex: 1 1;
20182
20165
  justify-content: space-around;
20183
20166
  }
@@ -20187,11 +20170,17 @@ html.overflow-y-hidden {
20187
20170
  display: flex;
20188
20171
  justify-content: center;
20189
20172
  position: relative;
20173
+ height: 40px;
20174
+ width: 40px;
20190
20175
  }
20191
20176
  .v-date-picker-month__day--selected .v-btn {
20192
20177
  background-color: rgb(var(--v-theme-surface-variant));
20193
20178
  color: rgb(var(--v-theme-on-surface-variant));
20194
20179
  }
20180
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20181
+ --v-btn-height: 24px;
20182
+ --v-btn-size: 0.85rem;
20183
+ }
20195
20184
  .v-date-picker-month__day--week {
20196
20185
  font-size: var(--v-btn-size);
20197
20186
  }
@@ -20203,8 +20192,7 @@ html.overflow-y-hidden {
20203
20192
  .v-date-picker-month__day--hide-adjacent {
20204
20193
  opacity: 0;
20205
20194
  }.v-date-picker-months {
20206
- height: 320px;
20207
- overflow-y: scroll;
20195
+ height: 288px;
20208
20196
  }
20209
20197
 
20210
20198
  .v-date-picker-months__content {
@@ -20214,7 +20202,7 @@ html.overflow-y-hidden {
20214
20202
  height: inherit;
20215
20203
  justify-content: space-around;
20216
20204
  grid-template-columns: repeat(2, 1fr);
20217
- grid-gap: 4px 24px;
20205
+ grid-gap: 0px 24px;
20218
20206
  padding-inline-start: 36px;
20219
20207
  padding-inline-end: 36px;
20220
20208
  }
@@ -20223,7 +20211,7 @@ html.overflow-y-hidden {
20223
20211
  padding-inline-start: 8px;
20224
20212
  padding-inline-end: 8px;
20225
20213
  }.v-date-picker-years {
20226
- height: 320px;
20214
+ height: 288px;
20227
20215
  overflow-y: scroll;
20228
20216
  }
20229
20217
 
@@ -20233,7 +20221,7 @@ html.overflow-y-hidden {
20233
20221
  justify-content: space-around;
20234
20222
  grid-template-columns: repeat(3, 1fr);
20235
20223
  gap: 8px 24px;
20236
- padding-inline: 36px;
20224
+ padding-inline: 32px;
20237
20225
  }
20238
20226
  .v-date-picker-years__content .v-btn {
20239
20227
  padding-inline: 8px;
@@ -20325,35 +20313,6 @@ html.overflow-y-hidden {
20325
20313
  -webkit-backface-visibility: hidden;
20326
20314
  backface-visibility: hidden;
20327
20315
  overflow-y: auto;
20328
- }.v-divider {
20329
- display: block;
20330
- flex: 1 1 100%;
20331
- height: 0px;
20332
- max-height: 0px;
20333
- opacity: var(--v-border-opacity);
20334
- transition: inherit;
20335
- border-style: solid;
20336
- border-width: thin 0 0 0;
20337
- }
20338
- .v-divider--vertical {
20339
- align-self: stretch;
20340
- border-width: 0 thin 0 0;
20341
- display: inline-flex;
20342
- height: inherit;
20343
- margin-left: -1px;
20344
- max-height: 100%;
20345
- max-width: 0px;
20346
- vertical-align: text-bottom;
20347
- width: 0px;
20348
- }
20349
- .v-divider--inset:not(.v-divider--vertical) {
20350
- max-width: calc(100% - 72px);
20351
- margin-inline-start: 72px;
20352
- }
20353
- .v-divider--inset.v-divider--vertical {
20354
- margin-bottom: 8px;
20355
- margin-top: 8px;
20356
- max-height: calc(100% - 16px);
20357
20316
  }.v-expansion-panel {
20358
20317
  background-color: rgb(var(--v-theme-surface));
20359
20318
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -20553,6 +20512,49 @@ html.overflow-y-hidden {
20553
20512
  }
20554
20513
  .v-expansion-panels--variant-inset > .v-expansion-panel--active {
20555
20514
  max-width: calc(100% - 32px);
20515
+ }
20516
+
20517
+ .v-expansion-panels--flat > .v-expansion-panel::after {
20518
+ border-top: none;
20519
+ }
20520
+ .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
20521
+ display: none;
20522
+ }
20523
+
20524
+ .v-expansion-panels--tile {
20525
+ border-radius: 0;
20526
+ }
20527
+ .v-expansion-panels--tile > .v-expansion-panel {
20528
+ border-radius: 0;
20529
+ }.v-divider {
20530
+ display: block;
20531
+ flex: 1 1 100%;
20532
+ height: 0px;
20533
+ max-height: 0px;
20534
+ opacity: var(--v-border-opacity);
20535
+ transition: inherit;
20536
+ border-style: solid;
20537
+ border-width: thin 0 0 0;
20538
+ }
20539
+ .v-divider--vertical {
20540
+ align-self: stretch;
20541
+ border-width: 0 thin 0 0;
20542
+ display: inline-flex;
20543
+ height: inherit;
20544
+ margin-left: -1px;
20545
+ max-height: 100%;
20546
+ max-width: 0px;
20547
+ vertical-align: text-bottom;
20548
+ width: 0px;
20549
+ }
20550
+ .v-divider--inset:not(.v-divider--vertical) {
20551
+ max-width: calc(100% - 72px);
20552
+ margin-inline-start: 72px;
20553
+ }
20554
+ .v-divider--inset.v-divider--vertical {
20555
+ margin-bottom: 8px;
20556
+ margin-top: 8px;
20557
+ max-height: calc(100% - 16px);
20556
20558
  }/* region INPUT */
20557
20559
  .v-field {
20558
20560
  display: grid;
@@ -20969,6 +20971,15 @@ textarea.v-field__input::placeholder {
20969
20971
  flex-basis: calc(var(--v-input-control-height) / 2 + 2px);
20970
20972
  }
20971
20973
 
20974
+ .v-field--reverse.v-field--variant-outlined .v-field__outline__start {
20975
+ border-start-start-radius: 0;
20976
+ border-start-end-radius: inherit;
20977
+ border-end-end-radius: inherit;
20978
+ border-end-start-radius: 0;
20979
+ border-inline-end-width: var(--v-field-border-width);
20980
+ border-inline-start-width: 0;
20981
+ }
20982
+
20972
20983
  .v-field--variant-outlined .v-field__outline__notch {
20973
20984
  flex: none;
20974
20985
  position: relative;
@@ -21005,6 +21016,14 @@ textarea.v-field__input::placeholder {
21005
21016
  border-end-end-radius: inherit;
21006
21017
  border-end-start-radius: 0;
21007
21018
  }
21019
+ .v-field--reverse.v-field--variant-outlined .v-field__outline__end {
21020
+ border-start-start-radius: inherit;
21021
+ border-start-end-radius: 0;
21022
+ border-end-end-radius: 0;
21023
+ border-end-start-radius: inherit;
21024
+ border-inline-end-width: 0;
21025
+ border-inline-start-width: var(--v-field-border-width);
21026
+ }
21008
21027
 
21009
21028
  /* endregion */
21010
21029
  /* region LOADER */
@@ -21085,7 +21104,9 @@ textarea.v-field__input::placeholder {
21085
21104
 
21086
21105
  /* endregion */
21087
21106
  /* region MODIFIERS */
21088
- .v-field--reverse .v-field__field, .v-field--reverse .v-field__input {
21107
+ .v-field--reverse .v-field__field,
21108
+ .v-field--reverse .v-field__input,
21109
+ .v-field--reverse .v-field__outline {
21089
21110
  flex-direction: row-reverse;
21090
21111
  }
21091
21112
  .v-field--reverse .v-field__input, .v-field--reverse input {
@@ -21422,13 +21443,6 @@ textarea.v-field__input::placeholder {
21422
21443
 
21423
21444
  .v-label--clickable {
21424
21445
  cursor: pointer;
21425
- }.v-layout-item {
21426
- position: absolute;
21427
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21428
- }
21429
-
21430
- .v-layout-item--absolute {
21431
- position: absolute;
21432
21446
  }.v-layout {
21433
21447
  --v-scrollbar-offset: 0px;
21434
21448
  display: flex;
@@ -21437,6 +21451,114 @@ textarea.v-field__input::placeholder {
21437
21451
  .v-layout--full-height {
21438
21452
  --v-scrollbar-offset: inherit;
21439
21453
  height: 100%;
21454
+ }.v-layout-item {
21455
+ position: absolute;
21456
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21457
+ }
21458
+
21459
+ .v-layout-item--absolute {
21460
+ position: absolute;
21461
+ }.v-list {
21462
+ overflow: auto;
21463
+ padding: 8px 0;
21464
+ position: relative;
21465
+ outline: none;
21466
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21467
+ border-style: solid;
21468
+ border-width: 0;
21469
+ 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));
21470
+ border-radius: 0;
21471
+ background: rgba(var(--v-theme-surface));
21472
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21473
+ }
21474
+ .v-list--border {
21475
+ border-width: thin;
21476
+ box-shadow: none;
21477
+ }
21478
+ .v-list--disabled {
21479
+ pointer-events: none;
21480
+ -webkit-user-select: none;
21481
+ user-select: none;
21482
+ }
21483
+ .v-list--nav {
21484
+ padding-inline: 8px;
21485
+ }
21486
+ .v-list--rounded {
21487
+ border-radius: 4px;
21488
+ }
21489
+ .v-list--subheader {
21490
+ padding-top: 0;
21491
+ }
21492
+
21493
+ .v-list-img {
21494
+ border-radius: inherit;
21495
+ display: flex;
21496
+ height: 100%;
21497
+ left: 0;
21498
+ overflow: hidden;
21499
+ position: absolute;
21500
+ top: 0;
21501
+ width: 100%;
21502
+ z-index: -1;
21503
+ }
21504
+
21505
+ .v-list-subheader {
21506
+ align-items: center;
21507
+ background: inherit;
21508
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21509
+ display: flex;
21510
+ font-size: 0.875rem;
21511
+ font-weight: 400;
21512
+ line-height: 1.375rem;
21513
+ padding-inline-end: 16px;
21514
+ min-height: 40px;
21515
+ transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
21516
+ }
21517
+ .v-list-subheader__text {
21518
+ overflow: hidden;
21519
+ text-overflow: ellipsis;
21520
+ white-space: nowrap;
21521
+ }
21522
+ .v-list--density-default .v-list-subheader {
21523
+ min-height: 40px;
21524
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
21525
+ }
21526
+
21527
+ .v-list--density-comfortable .v-list-subheader {
21528
+ min-height: 36px;
21529
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
21530
+ }
21531
+
21532
+ .v-list--density-compact .v-list-subheader {
21533
+ min-height: 32px;
21534
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
21535
+ }
21536
+
21537
+ .v-list-subheader--inset {
21538
+ --indent-padding: 56px;
21539
+ }
21540
+ .v-list--nav .v-list-subheader {
21541
+ font-size: 0.75rem;
21542
+ }
21543
+ .v-list-subheader--sticky {
21544
+ background: inherit;
21545
+ left: 0;
21546
+ position: sticky;
21547
+ top: 0;
21548
+ z-index: 1;
21549
+ }
21550
+
21551
+ .v-list__overlay {
21552
+ background-color: currentColor;
21553
+ border-radius: inherit;
21554
+ bottom: 0;
21555
+ left: 0;
21556
+ opacity: 0;
21557
+ pointer-events: none;
21558
+ position: absolute;
21559
+ right: 0;
21560
+ top: 0;
21561
+ transition: opacity 0.2s ease-in-out;
21440
21562
  }.v-list-item {
21441
21563
  align-items: center;
21442
21564
  display: grid;
@@ -21684,7 +21806,8 @@ textarea.v-field__input::placeholder {
21684
21806
  overflow: hidden;
21685
21807
  padding: 0;
21686
21808
  text-overflow: ellipsis;
21687
- word-break: break-all;
21809
+ overflow-wrap: break-word;
21810
+ word-break: initial;
21688
21811
  font-size: 0.875rem;
21689
21812
  font-weight: 400;
21690
21813
  letter-spacing: 0.0178571429em;
@@ -21887,109 +22010,36 @@ textarea.v-field__input::placeholder {
21887
22010
  }
21888
22011
  .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
21889
22012
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
21890
- }.v-list {
21891
- overflow: auto;
21892
- padding: 8px 0;
21893
- position: relative;
21894
- outline: none;
21895
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21896
- border-style: solid;
21897
- border-width: 0;
21898
- 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));
21899
- border-radius: 0;
21900
- background: rgba(var(--v-theme-surface));
21901
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21902
- }
21903
- .v-list--border {
21904
- border-width: thin;
21905
- box-shadow: none;
21906
- }
21907
- .v-list--disabled {
21908
- pointer-events: none;
21909
- -webkit-user-select: none;
21910
- user-select: none;
21911
- }
21912
- .v-list--nav {
21913
- padding-inline: 8px;
21914
- }
21915
- .v-list--rounded {
21916
- border-radius: 4px;
22013
+ }.v-locale-provider {
22014
+ display: contents;
22015
+ }.v-main {
22016
+ flex: 1 0 auto;
22017
+ max-width: 100%;
22018
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22019
+ padding-left: var(--v-layout-left);
22020
+ padding-right: var(--v-layout-right);
22021
+ padding-top: var(--v-layout-top);
22022
+ padding-bottom: var(--v-layout-bottom);
21917
22023
  }
21918
- .v-list--subheader {
21919
- padding-top: 0;
22024
+ .v-main__scroller {
22025
+ max-width: 100%;
22026
+ position: relative;
21920
22027
  }
21921
-
21922
- .v-list-img {
21923
- border-radius: inherit;
22028
+ .v-main--scrollable {
21924
22029
  display: flex;
21925
- height: 100%;
21926
- left: 0;
21927
- overflow: hidden;
21928
22030
  position: absolute;
21929
22031
  top: 0;
21930
- width: 100%;
21931
- z-index: -1;
21932
- }
21933
-
21934
- .v-list-subheader {
21935
- align-items: center;
21936
- background: inherit;
21937
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21938
- display: flex;
21939
- font-size: 0.875rem;
21940
- font-weight: 400;
21941
- line-height: 1.375rem;
21942
- padding-inline-end: 16px;
21943
- min-height: 40px;
21944
- transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
21945
- }
21946
- .v-list-subheader__text {
21947
- overflow: hidden;
21948
- text-overflow: ellipsis;
21949
- white-space: nowrap;
21950
- }
21951
- .v-list--density-default .v-list-subheader {
21952
- min-height: 40px;
21953
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
21954
- }
21955
-
21956
- .v-list--density-comfortable .v-list-subheader {
21957
- min-height: 36px;
21958
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
21959
- }
21960
-
21961
- .v-list--density-compact .v-list-subheader {
21962
- min-height: 32px;
21963
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
21964
- }
21965
-
21966
- .v-list-subheader--inset {
21967
- --indent-padding: 56px;
21968
- }
21969
- .v-list--nav .v-list-subheader {
21970
- font-size: 0.75rem;
21971
- }
21972
- .v-list-subheader--sticky {
21973
- background: inherit;
21974
22032
  left: 0;
21975
- position: sticky;
21976
- top: 0;
21977
- z-index: 1;
22033
+ width: 100%;
22034
+ height: 100%;
21978
22035
  }
21979
-
21980
- .v-list__overlay {
21981
- background-color: currentColor;
21982
- border-radius: inherit;
21983
- bottom: 0;
21984
- left: 0;
21985
- opacity: 0;
21986
- pointer-events: none;
21987
- position: absolute;
21988
- right: 0;
21989
- top: 0;
21990
- transition: opacity 0.2s ease-in-out;
21991
- }.v-locale-provider {
21992
- display: contents;
22036
+ .v-main--scrollable > .v-main__scroller {
22037
+ flex: 1 1 auto;
22038
+ overflow-y: auto;
22039
+ --v-layout-left: 0px;
22040
+ --v-layout-right: 0px;
22041
+ --v-layout-top: 0px;
22042
+ --v-layout-bottom: 0px;
21993
22043
  }.v-menu > .v-overlay__content {
21994
22044
  display: flex;
21995
22045
  flex-direction: column;
@@ -22117,6 +22167,69 @@ textarea.v-field__input::placeholder {
22117
22167
  .v-navigation-drawer__append {
22118
22168
  flex: none;
22119
22169
  overflow: hidden;
22170
+ }.v-overlay-container {
22171
+ contain: layout;
22172
+ left: 0;
22173
+ pointer-events: none;
22174
+ position: absolute;
22175
+ top: 0;
22176
+ display: contents;
22177
+ }
22178
+
22179
+ .v-overlay-scroll-blocked {
22180
+ padding-inline-end: var(--v-scrollbar-offset);
22181
+ }
22182
+ .v-overlay-scroll-blocked:not(html) {
22183
+ overflow-y: hidden !important;
22184
+ }
22185
+ html.v-overlay-scroll-blocked {
22186
+ position: fixed;
22187
+ top: var(--v-body-scroll-y);
22188
+ left: var(--v-body-scroll-x);
22189
+ width: 100%;
22190
+ height: 100%;
22191
+ }
22192
+
22193
+ .v-overlay {
22194
+ border-radius: inherit;
22195
+ display: flex;
22196
+ left: 0;
22197
+ pointer-events: none;
22198
+ position: fixed;
22199
+ top: 0;
22200
+ bottom: 0;
22201
+ right: 0;
22202
+ }
22203
+
22204
+ .v-overlay__content {
22205
+ outline: none;
22206
+ position: absolute;
22207
+ pointer-events: auto;
22208
+ contain: layout;
22209
+ }
22210
+
22211
+ .v-overlay__scrim {
22212
+ pointer-events: auto;
22213
+ background: rgb(var(--v-theme-on-surface));
22214
+ border-radius: inherit;
22215
+ bottom: 0;
22216
+ left: 0;
22217
+ opacity: var(--v-overlay-opacity, 0.32);
22218
+ position: fixed;
22219
+ right: 0;
22220
+ top: 0;
22221
+ }
22222
+
22223
+ .v-overlay--absolute {
22224
+ position: absolute;
22225
+ }
22226
+
22227
+ .v-overlay--contained .v-overlay__scrim {
22228
+ position: absolute;
22229
+ }
22230
+
22231
+ .v-overlay--scroll-blocked {
22232
+ padding-inline-end: var(--v-scrollbar-offset);
22120
22233
  }.v-otp-input {
22121
22234
  border-radius: 4px;
22122
22235
  align-items: center;
@@ -22173,83 +22286,122 @@ textarea.v-field__input::placeholder {
22173
22286
  }
22174
22287
  .v-otp-input__loader .v-progress-linear {
22175
22288
  position: absolute;
22176
- }.v-overlay-container {
22177
- contain: layout;
22178
- left: 0;
22179
- pointer-events: none;
22180
- position: absolute;
22181
- top: 0;
22182
- display: contents;
22289
+ }.v-pagination__list {
22290
+ display: inline-flex;
22291
+ list-style-type: none;
22292
+ justify-content: center;
22293
+ width: 100%;
22183
22294
  }
22184
-
22185
- .v-overlay-scroll-blocked {
22186
- padding-inline-end: var(--v-scrollbar-offset);
22295
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22296
+ margin: 0.3rem;
22297
+ }.v-parallax {
22298
+ position: relative;
22299
+ overflow: hidden;
22187
22300
  }
22188
- .v-overlay-scroll-blocked:not(html) {
22189
- overflow-y: hidden !important;
22301
+ .v-parallax--active > .v-img__img {
22302
+ will-change: transform;
22303
+ }.v-progress-circular {
22304
+ align-items: center;
22305
+ display: inline-flex;
22306
+ justify-content: center;
22307
+ position: relative;
22308
+ vertical-align: middle;
22190
22309
  }
22191
- html.v-overlay-scroll-blocked {
22192
- position: fixed;
22193
- top: var(--v-body-scroll-y);
22194
- left: var(--v-body-scroll-x);
22310
+ .v-progress-circular > svg {
22195
22311
  width: 100%;
22196
22312
  height: 100%;
22197
- }
22198
-
22199
- .v-overlay {
22200
- border-radius: inherit;
22201
- display: flex;
22202
- left: 0;
22203
- pointer-events: none;
22204
- position: fixed;
22313
+ margin: auto;
22314
+ position: absolute;
22205
22315
  top: 0;
22206
22316
  bottom: 0;
22317
+ left: 0;
22207
22318
  right: 0;
22319
+ z-index: 0;
22208
22320
  }
22209
22321
 
22210
- .v-overlay__content {
22211
- outline: none;
22212
- position: absolute;
22213
- pointer-events: auto;
22214
- contain: layout;
22322
+ .v-progress-circular__content {
22323
+ align-items: center;
22324
+ display: flex;
22325
+ justify-content: center;
22215
22326
  }
22216
22327
 
22217
- .v-overlay__scrim {
22218
- pointer-events: auto;
22219
- background: rgb(var(--v-theme-on-surface));
22220
- border-radius: inherit;
22221
- bottom: 0;
22222
- left: 0;
22223
- opacity: var(--v-overlay-opacity, 0.32);
22224
- position: fixed;
22225
- right: 0;
22226
- top: 0;
22328
+ .v-progress-circular__underlay {
22329
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
22330
+ stroke: currentColor;
22331
+ z-index: 1;
22227
22332
  }
22228
22333
 
22229
- .v-overlay--absolute {
22230
- position: absolute;
22334
+ .v-progress-circular__overlay {
22335
+ stroke: currentColor;
22336
+ transition: all 0.2s ease-in-out, stroke-width 0s;
22337
+ z-index: 2;
22231
22338
  }
22232
22339
 
22233
- .v-overlay--contained .v-overlay__scrim {
22234
- position: absolute;
22340
+ .v-progress-circular--size-x-small {
22341
+ height: 16px;
22342
+ width: 16px;
22343
+ }
22344
+ .v-progress-circular--size-small {
22345
+ height: 24px;
22346
+ width: 24px;
22347
+ }
22348
+ .v-progress-circular--size-default {
22349
+ height: 32px;
22350
+ width: 32px;
22351
+ }
22352
+ .v-progress-circular--size-large {
22353
+ height: 48px;
22354
+ width: 48px;
22355
+ }
22356
+ .v-progress-circular--size-x-large {
22357
+ height: 64px;
22358
+ width: 64px;
22235
22359
  }
22236
22360
 
22237
- .v-overlay--scroll-blocked {
22238
- padding-inline-end: var(--v-scrollbar-offset);
22239
- }.v-pagination__list {
22240
- display: inline-flex;
22241
- list-style-type: none;
22242
- justify-content: center;
22243
- width: 100%;
22361
+ .v-progress-circular--indeterminate > svg {
22362
+ animation: progress-circular-rotate 1.4s linear infinite;
22363
+ transform-origin: center center;
22364
+ transition: all 0.2s ease-in-out;
22365
+ }
22366
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
22367
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
22368
+ stroke-dasharray: 25, 200;
22369
+ stroke-dashoffset: 0;
22370
+ stroke-linecap: round;
22371
+ transform-origin: center center;
22372
+ transform: rotate(-90deg);
22373
+ }
22374
+
22375
+ .v-progress-circular--disable-shrink > svg {
22376
+ animation-duration: 0.7s;
22377
+ }
22378
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
22379
+ animation: none;
22244
22380
  }
22245
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22246
- margin: 0.3rem;
22247
- }.v-parallax {
22248
- position: relative;
22249
- overflow: hidden;
22381
+
22382
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
22383
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
22384
+ animation-play-state: paused !important;
22250
22385
  }
22251
- .v-parallax--active > .v-img__img {
22252
- will-change: transform;
22386
+
22387
+ @keyframes progress-circular-dash {
22388
+ 0% {
22389
+ stroke-dasharray: 1, 200;
22390
+ stroke-dashoffset: 0px;
22391
+ }
22392
+ 50% {
22393
+ stroke-dasharray: 100, 200;
22394
+ stroke-dashoffset: -15px;
22395
+ }
22396
+ 100% {
22397
+ stroke-dasharray: 100, 200;
22398
+ stroke-dashoffset: -124px;
22399
+ }
22400
+ }
22401
+ @keyframes progress-circular-rotate {
22402
+ 100% {
22403
+ transform: rotate(270deg);
22404
+ }
22253
22405
  }.v-progress-linear {
22254
22406
  background: transparent;
22255
22407
  overflow: hidden;
@@ -22460,108 +22612,6 @@ html.v-overlay-scroll-blocked {
22460
22612
  0% {
22461
22613
  background-position-x: var(--v-progress-linear-height);
22462
22614
  }
22463
- }.v-progress-circular {
22464
- align-items: center;
22465
- display: inline-flex;
22466
- justify-content: center;
22467
- position: relative;
22468
- vertical-align: middle;
22469
- }
22470
- .v-progress-circular > svg {
22471
- width: 100%;
22472
- height: 100%;
22473
- margin: auto;
22474
- position: absolute;
22475
- top: 0;
22476
- bottom: 0;
22477
- left: 0;
22478
- right: 0;
22479
- z-index: 0;
22480
- }
22481
-
22482
- .v-progress-circular__content {
22483
- align-items: center;
22484
- display: flex;
22485
- justify-content: center;
22486
- }
22487
-
22488
- .v-progress-circular__underlay {
22489
- color: rgba(var(--v-border-color), var(--v-border-opacity));
22490
- stroke: currentColor;
22491
- z-index: 1;
22492
- }
22493
-
22494
- .v-progress-circular__overlay {
22495
- stroke: currentColor;
22496
- transition: all 0.2s ease-in-out, stroke-width 0s;
22497
- z-index: 2;
22498
- }
22499
-
22500
- .v-progress-circular--size-x-small {
22501
- height: 16px;
22502
- width: 16px;
22503
- }
22504
- .v-progress-circular--size-small {
22505
- height: 24px;
22506
- width: 24px;
22507
- }
22508
- .v-progress-circular--size-default {
22509
- height: 32px;
22510
- width: 32px;
22511
- }
22512
- .v-progress-circular--size-large {
22513
- height: 48px;
22514
- width: 48px;
22515
- }
22516
- .v-progress-circular--size-x-large {
22517
- height: 64px;
22518
- width: 64px;
22519
- }
22520
-
22521
- .v-progress-circular--indeterminate > svg {
22522
- animation: progress-circular-rotate 1.4s linear infinite;
22523
- transform-origin: center center;
22524
- transition: all 0.2s ease-in-out;
22525
- }
22526
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
22527
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
22528
- stroke-dasharray: 25, 200;
22529
- stroke-dashoffset: 0;
22530
- stroke-linecap: round;
22531
- transform-origin: center center;
22532
- transform: rotate(-90deg);
22533
- }
22534
-
22535
- .v-progress-circular--disable-shrink > svg {
22536
- animation-duration: 0.7s;
22537
- }
22538
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
22539
- animation: none;
22540
- }
22541
-
22542
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
22543
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
22544
- animation-play-state: paused !important;
22545
- }
22546
-
22547
- @keyframes progress-circular-dash {
22548
- 0% {
22549
- stroke-dasharray: 1, 200;
22550
- stroke-dashoffset: 0px;
22551
- }
22552
- 50% {
22553
- stroke-dasharray: 100, 200;
22554
- stroke-dashoffset: -15px;
22555
- }
22556
- 100% {
22557
- stroke-dasharray: 100, 200;
22558
- stroke-dashoffset: -124px;
22559
- }
22560
- }
22561
- @keyframes progress-circular-rotate {
22562
- 100% {
22563
- transform: rotate(270deg);
22564
- }
22565
22615
  }.v-radio-group > .v-input__control {
22566
22616
  flex-direction: column;
22567
22617
  }
@@ -23134,149 +23184,33 @@ html.v-overlay-scroll-blocked {
23134
23184
  cursor: pointer;
23135
23185
  }
23136
23186
  .v-slide-group__next--disabled,
23137
- .v-slide-group__prev--disabled {
23138
- pointer-events: none;
23139
- opacity: var(--v-disabled-opacity);
23140
- }
23141
-
23142
- .v-slide-group__content {
23143
- display: flex;
23144
- flex: 1 0 auto;
23145
- position: relative;
23146
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23147
- white-space: nowrap;
23148
- }
23149
- .v-slide-group__content > * {
23150
- white-space: initial;
23151
- }
23152
-
23153
- .v-slide-group__container {
23154
- contain: content;
23155
- display: flex;
23156
- flex: 1 1 auto;
23157
- overflow: hidden;
23158
- }
23159
-
23160
- .v-slide-group--vertical,
23161
- .v-slide-group--vertical .v-slide-group__container,
23162
- .v-slide-group--vertical .v-slide-group__content {
23163
- flex-direction: column;
23164
- }.v-stepper.v-sheet {
23165
- 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));
23166
- border-radius: 4px;
23167
- overflow: hidden;
23168
- }
23169
- .v-stepper.v-sheet.v-stepper--flat {
23170
- 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));
23171
- }
23172
-
23173
- .v-stepper-header {
23174
- 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));
23175
- align-items: center;
23176
- display: flex;
23177
- position: relative;
23178
- overflow-x: auto;
23179
- justify-content: space-between;
23180
- z-index: 1;
23181
- }
23182
- .v-stepper-header .v-divider {
23183
- margin: 0 -16px;
23184
- }
23185
- .v-stepper-header .v-divider:last-child {
23186
- margin-inline-end: 0;
23187
- }
23188
- .v-stepper-header .v-divider:first-child {
23189
- margin-inline-start: 0;
23190
- }
23191
- .v-stepper--alt-labels .v-stepper-header {
23192
- height: auto;
23193
- }
23194
- .v-stepper--alt-labels .v-stepper-header .v-divider {
23195
- align-self: flex-start;
23196
- margin: 35px -67px 0;
23197
- }
23198
-
23199
- .v-stepper-window {
23200
- margin: 1.5rem;
23201
- }
23202
-
23203
- .v-stepper-actions {
23204
- display: flex;
23205
- align-items: center;
23206
- justify-content: space-between;
23207
- padding: 1rem;
23208
- }
23209
- .v-stepper .v-stepper-actions {
23210
- padding: 0 1.5rem 1rem;
23211
- }
23212
- .v-stepper-window-item .v-stepper-actions {
23213
- padding: 1.5rem 0 0;
23214
- }.v-stepper-item {
23215
- align-items: center;
23216
- align-self: stretch;
23217
- display: inline-flex;
23218
- flex: none;
23219
- opacity: var(--v-medium-emphasis-opacity);
23220
- padding: 1.5rem;
23221
- transition-duration: 0.2s;
23222
- transition-property: opacity;
23223
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23224
- }
23225
- .v-stepper-item--selected {
23226
- opacity: 1;
23227
- }
23228
- .v-stepper-item--error {
23229
- color: rgb(var(--v-theme-error));
23230
- }
23231
- .v-stepper-item--disabled {
23232
- opacity: var(--v-medium-emphasis-opacity);
23233
- pointer-events: none;
23234
- }
23235
- .v-stepper--alt-labels .v-stepper-item {
23236
- flex-direction: column;
23237
- justify-content: flex-start;
23238
- align-items: center;
23239
- flex-basis: 175px;
23240
- }
23241
-
23242
- .v-stepper-item__avatar.v-avatar {
23243
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
23244
- color: rgb(var(--v-theme-on-surface-variant));
23245
- font-size: 0.75rem;
23246
- margin-inline-end: 8px;
23247
- }
23248
- .v-stepper-item__avatar.v-avatar .v-icon {
23249
- font-size: 0.875rem;
23250
- }
23251
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
23252
- background: rgb(var(--v-theme-surface-variant));
23253
- }
23254
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
23255
- background: rgb(var(--v-theme-error));
23256
- }
23257
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
23258
- margin-bottom: 16px;
23259
- margin-inline-end: 0;
23187
+ .v-slide-group__prev--disabled {
23188
+ pointer-events: none;
23189
+ opacity: var(--v-disabled-opacity);
23260
23190
  }
23261
23191
 
23262
- .v-stepper-item__title {
23263
- line-height: 1;
23192
+ .v-slide-group__content {
23193
+ display: flex;
23194
+ flex: 1 0 auto;
23195
+ position: relative;
23196
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23197
+ white-space: nowrap;
23264
23198
  }
23265
- .v-stepper--mobile .v-stepper-item__title {
23266
- display: none;
23199
+ .v-slide-group__content > * {
23200
+ white-space: initial;
23267
23201
  }
23268
23202
 
23269
- .v-stepper-item__subtitle {
23270
- font-size: 0.75rem;
23271
- text-align: left;
23272
- line-height: 1;
23273
- opacity: var(--v-medium-emphasis-opacity);
23274
- }
23275
- .v-stepper--alt-labels .v-stepper-item__subtitle {
23276
- text-align: center;
23203
+ .v-slide-group__container {
23204
+ contain: content;
23205
+ display: flex;
23206
+ flex: 1 1 auto;
23207
+ overflow: hidden;
23277
23208
  }
23278
- .v-stepper--mobile .v-stepper-item__subtitle {
23279
- display: none;
23209
+
23210
+ .v-slide-group--vertical,
23211
+ .v-slide-group--vertical .v-slide-group__container,
23212
+ .v-slide-group--vertical .v-slide-group__content {
23213
+ flex-direction: column;
23280
23214
  }.v-snackbar {
23281
23215
  justify-content: center;
23282
23216
  z-index: 10000;
@@ -23396,6 +23330,122 @@ html.v-overlay-scroll-blocked {
23396
23330
  }
23397
23331
  .v-snackbar-transition-leave-to {
23398
23332
  opacity: 0;
23333
+ }.v-stepper.v-sheet {
23334
+ 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));
23335
+ border-radius: 4px;
23336
+ overflow: hidden;
23337
+ }
23338
+ .v-stepper.v-sheet.v-stepper--flat {
23339
+ 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));
23340
+ }
23341
+
23342
+ .v-stepper-header {
23343
+ 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));
23344
+ align-items: center;
23345
+ display: flex;
23346
+ position: relative;
23347
+ overflow-x: auto;
23348
+ justify-content: space-between;
23349
+ z-index: 1;
23350
+ }
23351
+ .v-stepper-header .v-divider {
23352
+ margin: 0 -16px;
23353
+ }
23354
+ .v-stepper-header .v-divider:last-child {
23355
+ margin-inline-end: 0;
23356
+ }
23357
+ .v-stepper-header .v-divider:first-child {
23358
+ margin-inline-start: 0;
23359
+ }
23360
+ .v-stepper--alt-labels .v-stepper-header {
23361
+ height: auto;
23362
+ }
23363
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
23364
+ align-self: flex-start;
23365
+ margin: 35px -67px 0;
23366
+ }
23367
+
23368
+ .v-stepper-window {
23369
+ margin: 1.5rem;
23370
+ }
23371
+
23372
+ .v-stepper-actions {
23373
+ display: flex;
23374
+ align-items: center;
23375
+ justify-content: space-between;
23376
+ padding: 1rem;
23377
+ }
23378
+ .v-stepper .v-stepper-actions {
23379
+ padding: 0 1.5rem 1rem;
23380
+ }
23381
+ .v-stepper-window-item .v-stepper-actions {
23382
+ padding: 1.5rem 0 0;
23383
+ }.v-stepper-item {
23384
+ align-items: center;
23385
+ align-self: stretch;
23386
+ display: inline-flex;
23387
+ flex: none;
23388
+ opacity: var(--v-medium-emphasis-opacity);
23389
+ padding: 1.5rem;
23390
+ transition-duration: 0.2s;
23391
+ transition-property: opacity;
23392
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23393
+ }
23394
+ .v-stepper-item--selected {
23395
+ opacity: 1;
23396
+ }
23397
+ .v-stepper-item--error {
23398
+ color: rgb(var(--v-theme-error));
23399
+ }
23400
+ .v-stepper-item--disabled {
23401
+ opacity: var(--v-medium-emphasis-opacity);
23402
+ pointer-events: none;
23403
+ }
23404
+ .v-stepper--alt-labels .v-stepper-item {
23405
+ flex-direction: column;
23406
+ justify-content: flex-start;
23407
+ align-items: center;
23408
+ flex-basis: 175px;
23409
+ }
23410
+
23411
+ .v-stepper-item__avatar.v-avatar {
23412
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
23413
+ color: rgb(var(--v-theme-on-surface-variant));
23414
+ font-size: 0.75rem;
23415
+ margin-inline-end: 8px;
23416
+ }
23417
+ .v-stepper-item__avatar.v-avatar .v-icon {
23418
+ font-size: 0.875rem;
23419
+ }
23420
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
23421
+ background: rgb(var(--v-theme-surface-variant));
23422
+ }
23423
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
23424
+ background: rgb(var(--v-theme-error));
23425
+ }
23426
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
23427
+ margin-bottom: 16px;
23428
+ margin-inline-end: 0;
23429
+ }
23430
+
23431
+ .v-stepper-item__title {
23432
+ line-height: 1;
23433
+ }
23434
+ .v-stepper--mobile .v-stepper-item__title {
23435
+ display: none;
23436
+ }
23437
+
23438
+ .v-stepper-item__subtitle {
23439
+ font-size: 0.75rem;
23440
+ text-align: left;
23441
+ line-height: 1;
23442
+ opacity: var(--v-medium-emphasis-opacity);
23443
+ }
23444
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
23445
+ text-align: center;
23446
+ }
23447
+ .v-stepper--mobile .v-stepper-item__subtitle {
23448
+ display: none;
23399
23449
  }.v-switch .v-label {
23400
23450
  padding-inline-start: 10px;
23401
23451
  }
@@ -23819,9 +23869,6 @@ html.v-overlay-scroll-blocked {
23819
23869
  }
23820
23870
  .v-textarea textarea:invalid {
23821
23871
  box-shadow: none;
23822
- }.v-theme-provider {
23823
- background: rgb(var(--v-theme-background));
23824
- color: rgb(var(--v-theme-on-background));
23825
23872
  }/* region BLOCK */
23826
23873
  .v-text-field input {
23827
23874
  color: inherit;
@@ -23876,20 +23923,150 @@ html.v-overlay-scroll-blocked {
23876
23923
  padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
23877
23924
  padding-bottom: var(--v-field-padding-bottom, 6px);
23878
23925
  }
23879
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
23880
- opacity: 1;
23926
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
23927
+ opacity: 1;
23928
+ }
23929
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
23930
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
23931
+ }
23932
+ .v-text-field__prefix {
23933
+ padding-inline-start: var(--v-field-padding-start);
23934
+ }
23935
+ .v-text-field__suffix {
23936
+ padding-inline-end: var(--v-field-padding-end);
23937
+ }
23938
+
23939
+ /* endregion */.v-theme-provider {
23940
+ background: rgb(var(--v-theme-background));
23941
+ color: rgb(var(--v-theme-on-background));
23942
+ }.v-toolbar {
23943
+ align-items: flex-start;
23944
+ display: flex;
23945
+ flex: none;
23946
+ flex-direction: column;
23947
+ justify-content: space-between;
23948
+ max-width: 100%;
23949
+ overflow: hidden;
23950
+ position: relative;
23951
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23952
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
23953
+ width: 100%;
23954
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23955
+ border-style: solid;
23956
+ border-width: 0;
23957
+ 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));
23958
+ border-radius: 0;
23959
+ background: rgb(var(--v-theme-surface-light));
23960
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
23961
+ }
23962
+ .v-toolbar--border {
23963
+ border-width: thin;
23964
+ box-shadow: none;
23965
+ }
23966
+ .v-toolbar--absolute {
23967
+ position: absolute;
23968
+ }
23969
+ .v-toolbar--collapse {
23970
+ max-width: 112px;
23971
+ overflow: hidden;
23972
+ border-end-end-radius: 24px;
23973
+ }
23974
+ .v-toolbar--collapse .v-toolbar-title {
23975
+ display: none;
23976
+ }
23977
+ .v-toolbar--flat {
23978
+ 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));
23979
+ }
23980
+ .v-toolbar--floating {
23981
+ display: inline-flex;
23982
+ }
23983
+ .v-toolbar--rounded {
23984
+ border-radius: 4px;
23985
+ }
23986
+
23987
+ .v-toolbar__content,
23988
+ .v-toolbar__extension {
23989
+ align-items: center;
23990
+ display: flex;
23991
+ flex: 0 0 auto;
23992
+ position: relative;
23993
+ transition: inherit;
23994
+ width: 100%;
23995
+ }
23996
+
23997
+ .v-toolbar__content > .v-btn:first-child {
23998
+ margin-inline-start: 10px;
23999
+ }
24000
+ .v-toolbar__content > .v-btn:last-child {
24001
+ margin-inline-end: 10px;
24002
+ }
24003
+ .v-toolbar__content > .v-toolbar-title {
24004
+ margin-inline-start: 16px;
24005
+ }
24006
+ .v-toolbar--density-prominent .v-toolbar__content {
24007
+ align-items: flex-start;
24008
+ }
24009
+
24010
+ .v-toolbar__image {
24011
+ position: absolute;
24012
+ top: 0;
24013
+ left: 0;
24014
+ width: 100%;
24015
+ height: 100%;
24016
+ display: flex;
24017
+ opacity: var(--v-toolbar-image-opacity, 1);
24018
+ transition-property: opacity;
24019
+ }
24020
+
24021
+ .v-toolbar__prepend,
24022
+ .v-toolbar__append {
24023
+ align-items: center;
24024
+ align-self: stretch;
24025
+ display: flex;
24026
+ }
24027
+
24028
+ .v-toolbar__prepend {
24029
+ margin-inline: 10px auto;
24030
+ }
24031
+
24032
+ .v-toolbar__append {
24033
+ margin-inline: auto 10px;
23881
24034
  }
23882
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
23883
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
24035
+
24036
+ .v-toolbar-title {
24037
+ flex: 1 1;
24038
+ font-size: 1.25rem;
24039
+ min-width: 0;
24040
+ font-size: 1.25rem;
24041
+ font-weight: 400;
24042
+ letter-spacing: 0;
24043
+ line-height: 1.75rem;
24044
+ text-transform: none;
23884
24045
  }
23885
- .v-text-field__prefix {
23886
- padding-inline-start: var(--v-field-padding-start);
24046
+ .v-toolbar--density-prominent .v-toolbar-title {
24047
+ align-self: flex-end;
24048
+ padding-bottom: 6px;
24049
+ font-size: 1.5rem;
24050
+ font-weight: 400;
24051
+ letter-spacing: 0;
24052
+ line-height: 2.25rem;
24053
+ text-transform: none;
23887
24054
  }
23888
- .v-text-field__suffix {
23889
- padding-inline-end: var(--v-field-padding-end);
24055
+
24056
+ .v-toolbar-title__placeholder {
24057
+ overflow: hidden;
24058
+ text-overflow: ellipsis;
24059
+ white-space: nowrap;
23890
24060
  }
23891
24061
 
23892
- /* endregion */.v-timeline .v-timeline-divider__dot {
24062
+ .v-toolbar-items {
24063
+ display: flex;
24064
+ height: inherit;
24065
+ align-self: stretch;
24066
+ }
24067
+ .v-toolbar-items > .v-btn {
24068
+ border-radius: 0;
24069
+ }.v-timeline .v-timeline-divider__dot {
23893
24070
  background: rgb(var(--v-theme-surface-light));
23894
24071
  }
23895
24072
  .v-timeline .v-timeline-divider__inner-dot {
@@ -24318,6 +24495,7 @@ html.v-overlay-scroll-blocked {
24318
24495
  opacity: 1;
24319
24496
  pointer-events: none;
24320
24497
  transition-property: opacity, transform;
24498
+ overflow-wrap: break-word;
24321
24499
  }
24322
24500
  .v-tooltip > .v-overlay__content[class*=enter-active] {
24323
24501
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
@@ -24326,133 +24504,6 @@ html.v-overlay-scroll-blocked {
24326
24504
  .v-tooltip > .v-overlay__content[class*=leave-active] {
24327
24505
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
24328
24506
  transition-duration: 75ms;
24329
- }.v-toolbar {
24330
- align-items: flex-start;
24331
- display: flex;
24332
- flex: none;
24333
- flex-direction: column;
24334
- justify-content: space-between;
24335
- max-width: 100%;
24336
- overflow: hidden;
24337
- position: relative;
24338
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24339
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
24340
- width: 100%;
24341
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24342
- border-style: solid;
24343
- border-width: 0;
24344
- 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));
24345
- border-radius: 0;
24346
- background: rgb(var(--v-theme-surface-light));
24347
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24348
- }
24349
- .v-toolbar--border {
24350
- border-width: thin;
24351
- box-shadow: none;
24352
- }
24353
- .v-toolbar--absolute {
24354
- position: absolute;
24355
- }
24356
- .v-toolbar--collapse {
24357
- max-width: 112px;
24358
- overflow: hidden;
24359
- border-end-end-radius: 24px;
24360
- }
24361
- .v-toolbar--collapse .v-toolbar-title {
24362
- display: none;
24363
- }
24364
- .v-toolbar--flat {
24365
- 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));
24366
- }
24367
- .v-toolbar--floating {
24368
- display: inline-flex;
24369
- }
24370
- .v-toolbar--rounded {
24371
- border-radius: 4px;
24372
- }
24373
-
24374
- .v-toolbar__content,
24375
- .v-toolbar__extension {
24376
- align-items: center;
24377
- display: flex;
24378
- flex: 0 0 auto;
24379
- position: relative;
24380
- transition: inherit;
24381
- width: 100%;
24382
- }
24383
-
24384
- .v-toolbar__content > .v-btn:first-child {
24385
- margin-inline-start: 10px;
24386
- }
24387
- .v-toolbar__content > .v-btn:last-child {
24388
- margin-inline-end: 10px;
24389
- }
24390
- .v-toolbar__content > .v-toolbar-title {
24391
- margin-inline-start: 16px;
24392
- }
24393
- .v-toolbar--density-prominent .v-toolbar__content {
24394
- align-items: flex-start;
24395
- }
24396
-
24397
- .v-toolbar__image {
24398
- position: absolute;
24399
- top: 0;
24400
- left: 0;
24401
- width: 100%;
24402
- height: 100%;
24403
- display: flex;
24404
- opacity: var(--v-toolbar-image-opacity, 1);
24405
- transition-property: opacity;
24406
- }
24407
-
24408
- .v-toolbar__prepend,
24409
- .v-toolbar__append {
24410
- align-items: center;
24411
- align-self: stretch;
24412
- display: flex;
24413
- }
24414
-
24415
- .v-toolbar__prepend {
24416
- margin-inline: 10px auto;
24417
- }
24418
-
24419
- .v-toolbar__append {
24420
- margin-inline: auto 10px;
24421
- }
24422
-
24423
- .v-toolbar-title {
24424
- flex: 1 1;
24425
- font-size: 1.25rem;
24426
- min-width: 0;
24427
- font-size: 1.25rem;
24428
- font-weight: 400;
24429
- letter-spacing: 0;
24430
- line-height: 1.75rem;
24431
- text-transform: none;
24432
- }
24433
- .v-toolbar--density-prominent .v-toolbar-title {
24434
- align-self: flex-end;
24435
- padding-bottom: 6px;
24436
- font-size: 1.5rem;
24437
- font-weight: 400;
24438
- letter-spacing: 0;
24439
- line-height: 2.25rem;
24440
- text-transform: none;
24441
- }
24442
-
24443
- .v-toolbar-title__placeholder {
24444
- overflow: hidden;
24445
- text-overflow: ellipsis;
24446
- white-space: nowrap;
24447
- }
24448
-
24449
- .v-toolbar-items {
24450
- display: flex;
24451
- height: inherit;
24452
- align-self: stretch;
24453
- }
24454
- .v-toolbar-items > .v-btn {
24455
- border-radius: 0;
24456
24507
  }.v-virtual-scroll {
24457
24508
  display: block;
24458
24509
  flex: 1 1 auto;
@@ -24531,62 +24582,6 @@ html.v-overlay-scroll-blocked {
24531
24582
  }
24532
24583
  .v-window-y-reverse-transition-leave-to {
24533
24584
  transform: translateY(100%);
24534
- }.v-main {
24535
- flex: 1 0 auto;
24536
- max-width: 100%;
24537
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24538
- padding-left: var(--v-layout-left);
24539
- padding-right: var(--v-layout-right);
24540
- padding-top: var(--v-layout-top);
24541
- padding-bottom: var(--v-layout-bottom);
24542
- }
24543
- .v-main__scroller {
24544
- max-width: 100%;
24545
- position: relative;
24546
- }
24547
- .v-main--scrollable {
24548
- display: flex;
24549
- position: absolute;
24550
- top: 0;
24551
- left: 0;
24552
- width: 100%;
24553
- height: 100%;
24554
- }
24555
- .v-main--scrollable > .v-main__scroller {
24556
- flex: 1 1 auto;
24557
- overflow-y: auto;
24558
- --v-layout-left: 0px;
24559
- --v-layout-right: 0px;
24560
- --v-layout-top: 0px;
24561
- --v-layout-bottom: 0px;
24562
- }.v-color-picker-edit {
24563
- display: flex;
24564
- margin-top: 24px;
24565
- }
24566
-
24567
- .v-color-picker-edit__input {
24568
- width: 100%;
24569
- display: flex;
24570
- flex-wrap: wrap;
24571
- justify-content: center;
24572
- text-align: center;
24573
- }
24574
- .v-color-picker-edit__input:not(:last-child) {
24575
- margin-inline-end: 8px;
24576
- }
24577
- .v-color-picker-edit__input input {
24578
- border-radius: 4px;
24579
- margin-bottom: 8px;
24580
- min-width: 0;
24581
- outline: none;
24582
- text-align: center;
24583
- width: 100%;
24584
- height: 32px;
24585
- background: rgba(var(--v-theme-surface-variant), 0.2);
24586
- color: rgba(var(--v-theme-on-surface));
24587
- }
24588
- .v-color-picker-edit__input span {
24589
- font-size: 0.75rem;
24590
24585
  }.v-color-picker-canvas {
24591
24586
  display: flex;
24592
24587
  position: relative;
@@ -24644,6 +24639,34 @@ html.v-overlay-scroll-blocked {
24644
24639
  justify-content: center;
24645
24640
  width: 100%;
24646
24641
  height: 100%;
24642
+ }.v-color-picker-edit {
24643
+ display: flex;
24644
+ margin-top: 24px;
24645
+ }
24646
+
24647
+ .v-color-picker-edit__input {
24648
+ width: 100%;
24649
+ display: flex;
24650
+ flex-wrap: wrap;
24651
+ justify-content: center;
24652
+ text-align: center;
24653
+ }
24654
+ .v-color-picker-edit__input:not(:last-child) {
24655
+ margin-inline-end: 8px;
24656
+ }
24657
+ .v-color-picker-edit__input input {
24658
+ border-radius: 4px;
24659
+ margin-bottom: 8px;
24660
+ min-width: 0;
24661
+ outline: none;
24662
+ text-align: center;
24663
+ width: 100%;
24664
+ height: 32px;
24665
+ background: rgba(var(--v-theme-surface-variant), 0.2);
24666
+ color: rgba(var(--v-theme-on-surface));
24667
+ }
24668
+ .v-color-picker-edit__input span {
24669
+ font-size: 0.75rem;
24647
24670
  }.v-color-picker-preview__alpha .v-slider-track__background {
24648
24671
  background-color: transparent !important;
24649
24672
  }
@@ -24735,7 +24758,7 @@ html.v-overlay-scroll-blocked {
24735
24758
 
24736
24759
  .v-picker__actions {
24737
24760
  grid-area: actions;
24738
- padding: 0 12px 12px 12px;
24761
+ padding: 0 12px 12px;
24739
24762
  display: flex;
24740
24763
  align-items: center;
24741
24764
  justify-content: flex-end;
@@ -24762,7 +24785,7 @@ html.v-overlay-scroll-blocked {
24762
24785
  padding-inline: 24px 12px;
24763
24786
  padding-top: 16px;
24764
24787
  padding-bottom: 16px;
24765
- font-weight: 600;
24788
+ font-weight: 400;
24766
24789
  letter-spacing: 0.1666666667em;
24767
24790
  }.v-slider-thumb {
24768
24791
  touch-action: none;