@vuetify/nightly 3.6.3-master.2024-05-06 → 3.6.3-master.2024-05-07

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 (61) hide show
  1. package/CHANGELOG.md +8 -2
  2. package/dist/json/attributes.json +148 -8
  3. package/dist/json/importMap-labs.json +4 -4
  4. package/dist/json/importMap.json +112 -112
  5. package/dist/json/tags.json +36 -1
  6. package/dist/json/web-types.json +433 -23
  7. package/dist/vuetify-labs.css +1744 -1744
  8. package/dist/vuetify-labs.d.ts +631 -317
  9. package/dist/vuetify-labs.esm.js +65 -89
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +65 -89
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +4507 -4507
  14. package/dist/vuetify.d.ts +273 -315
  15. package/dist/vuetify.esm.js +12 -14
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +12 -14
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +11 -11
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  24. package/lib/components/VAutocomplete/index.d.mts +18 -18
  25. package/lib/components/VBottomSheet/index.d.mts +9 -15
  26. package/lib/components/VCarousel/index.d.mts +6 -6
  27. package/lib/components/VCombobox/index.d.mts +18 -18
  28. package/lib/components/VDialog/index.d.mts +27 -33
  29. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  30. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  31. package/lib/components/VFileInput/index.d.mts +9 -9
  32. package/lib/components/VImg/index.d.mts +6 -6
  33. package/lib/components/VList/VListItem.mjs +3 -2
  34. package/lib/components/VList/VListItem.mjs.map +1 -1
  35. package/lib/components/VList/index.d.mts +6 -6
  36. package/lib/components/VMenu/index.d.mts +27 -33
  37. package/lib/components/VOverlay/VOverlay.mjs +2 -5
  38. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  39. package/lib/components/VOverlay/index.d.mts +9 -15
  40. package/lib/components/VResponsive/VResponsive.mjs +1 -1
  41. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  42. package/lib/components/VResponsive/index.d.mts +6 -6
  43. package/lib/components/VSelect/index.d.mts +18 -18
  44. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  45. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  46. package/lib/components/VSnackbar/index.d.mts +41 -47
  47. package/lib/components/VSpeedDial/index.d.mts +9 -15
  48. package/lib/components/VTooltip/index.d.mts +27 -33
  49. package/lib/components/index.d.mts +236 -278
  50. package/lib/composables/component.mjs +1 -1
  51. package/lib/composables/component.mjs.map +1 -1
  52. package/lib/entry-bundler.mjs +1 -1
  53. package/lib/framework.mjs +1 -1
  54. package/lib/index.d.mts +37 -37
  55. package/lib/labs/VNumberInput/VNumberInput.mjs +57 -81
  56. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  57. package/lib/labs/VNumberInput/index.d.mts +402 -34
  58. package/lib/labs/VSnackbarQueue/index.d.mts +41 -47
  59. package/lib/labs/VTreeview/index.d.mts +6 -6
  60. package/lib/labs/components.d.mts +442 -86
  61. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.3-master.2024-05-06
2
+ * Vuetify v3.6.3-master.2024-05-07
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17640,6 +17640,57 @@ html.overflow-y-hidden {
17640
17640
  font-weight: normal;
17641
17641
  padding: 0.2em 0.4rem;
17642
17642
  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));
17643
+ }.v-calendar-header {
17644
+ align-items: center;
17645
+ display: flex;
17646
+ min-height: 64px;
17647
+ }
17648
+
17649
+ .v-calendar-header__today {
17650
+ margin-inline-end: 24px;
17651
+ }
17652
+
17653
+ .v-calendar-header__title {
17654
+ font-size: 1.5rem;
17655
+ margin-inline-start: 24px;
17656
+ }.v-number-input input[type=number] {
17657
+ -moz-appearance: textfield;
17658
+ }
17659
+ .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
17660
+ -webkit-appearance: none;
17661
+ }
17662
+ .v-number-input .v-field {
17663
+ padding-inline-end: 0;
17664
+ padding-inline-start: 0;
17665
+ }
17666
+ .v-number-input--inset .v-divider {
17667
+ height: 55%;
17668
+ width: 55%;
17669
+ align-self: center;
17670
+ }
17671
+ .v-number-input--split .v-field__input {
17672
+ text-align: center;
17673
+ }
17674
+ .v-number-input--stacked .v-number-input__control {
17675
+ flex-direction: column-reverse;
17676
+ }
17677
+ .v-number-input--stacked .v-number-input__control .v-btn {
17678
+ flex: 1;
17679
+ }
17680
+ .v-number-input--hide-input .v-field {
17681
+ flex: none;
17682
+ }
17683
+ .v-number-input--hide-input .v-field__input {
17684
+ width: 0;
17685
+ padding-inline: 0;
17686
+ }
17687
+ .v-number-input__control {
17688
+ display: flex;
17689
+ height: 100%;
17690
+ }
17691
+ .v-number-input__control .v-btn {
17692
+ background-color: transparent;
17693
+ border-radius: 0;
17643
17694
  }.v-calendar-weekly {
17644
17695
  width: 100%;
17645
17696
  height: 100%;
@@ -17863,19 +17914,6 @@ html.overflow-y-hidden {
17863
17914
  }
17864
17915
  .v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
17865
17916
  border-right: none;
17866
- }.v-calendar-header {
17867
- align-items: center;
17868
- display: flex;
17869
- min-height: 64px;
17870
- }
17871
-
17872
- .v-calendar-header__today {
17873
- margin-inline-end: 24px;
17874
- }
17875
-
17876
- .v-calendar-header__title {
17877
- font-size: 1.5rem;
17878
- margin-inline-start: 24px;
17879
17917
  }.v-calendar-internal-event {
17880
17918
  overflow: hidden;
17881
17919
  padding: 4px;
@@ -17913,48 +17951,6 @@ html.overflow-y-hidden {
17913
17951
  }
17914
17952
  .v-calendar-weekly .v-calendar__container.days__0 {
17915
17953
  grid-template-columns: repeat(1, 1fr);
17916
- }.v-calendar-day__row-with-label {
17917
- display: grid;
17918
- grid-template-columns: 48px 8px 1fr;
17919
- border-right: thin solid #e0e0e0;
17920
- }
17921
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
17922
- position: relative;
17923
- border-right: thin solid #e0e0e0;
17924
- }
17925
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
17926
- content: "";
17927
- border-bottom: thin solid #e0e0e0;
17928
- position: absolute;
17929
- width: 100%;
17930
- margin-top: -1px;
17931
- z-index: 3;
17932
- pointer-events: none;
17933
- }
17934
- .v-calendar-day__row-with-label .v-calendar-day__row-label {
17935
- font-size: 10px;
17936
- text-align: center;
17937
- position: relative;
17938
- top: -8px;
17939
- }
17940
- .v-calendar-day__row-with-label .v-calendar-day__row-content {
17941
- border-bottom: thin solid #e0e0e0;
17942
- }
17943
- .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17944
- border-bottom: none;
17945
- }
17946
-
17947
- .v-calendar-day__row-without-label {
17948
- display: grid;
17949
- grid-template-columns: 1fr;
17950
- border-right: thin solid #e0e0e0;
17951
- }
17952
- .v-calendar-day__row-without-label .v-calendar-day__row-content {
17953
- overflow: hidden;
17954
- border-bottom: thin solid #e0e0e0;
17955
- }
17956
- .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17957
- border-bottom: none;
17958
17954
  }.v-calendar-month__day {
17959
17955
  position: relative;
17960
17956
  display: flex;
@@ -18018,6 +18014,48 @@ html.overflow-y-hidden {
18018
18014
 
18019
18015
  .v-calendar-weekly__day-alldayevents-container {
18020
18016
  min-height: 24px;
18017
+ }.v-calendar-day__row-with-label {
18018
+ display: grid;
18019
+ grid-template-columns: 48px 8px 1fr;
18020
+ border-right: thin solid #e0e0e0;
18021
+ }
18022
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
18023
+ position: relative;
18024
+ border-right: thin solid #e0e0e0;
18025
+ }
18026
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
18027
+ content: "";
18028
+ border-bottom: thin solid #e0e0e0;
18029
+ position: absolute;
18030
+ width: 100%;
18031
+ margin-top: -1px;
18032
+ z-index: 3;
18033
+ pointer-events: none;
18034
+ }
18035
+ .v-calendar-day__row-with-label .v-calendar-day__row-label {
18036
+ font-size: 10px;
18037
+ text-align: center;
18038
+ position: relative;
18039
+ top: -8px;
18040
+ }
18041
+ .v-calendar-day__row-with-label .v-calendar-day__row-content {
18042
+ border-bottom: thin solid #e0e0e0;
18043
+ }
18044
+ .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
18045
+ border-bottom: none;
18046
+ }
18047
+
18048
+ .v-calendar-day__row-without-label {
18049
+ display: grid;
18050
+ grid-template-columns: 1fr;
18051
+ border-right: thin solid #e0e0e0;
18052
+ }
18053
+ .v-calendar-day__row-without-label .v-calendar-day__row-content {
18054
+ overflow: hidden;
18055
+ border-bottom: thin solid #e0e0e0;
18056
+ }
18057
+ .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
18058
+ border-bottom: none;
18021
18059
  }.v-picker.v-sheet {
18022
18060
  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));
18023
18061
  border-radius: 4px;
@@ -18071,195 +18109,80 @@ html.overflow-y-hidden {
18071
18109
  padding-bottom: 16px;
18072
18110
  font-weight: 400;
18073
18111
  letter-spacing: 0.1666666667em;
18074
- }.v-number-input input[type=number] {
18075
- -moz-appearance: textfield;
18076
- }
18077
- .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
18078
- -webkit-appearance: none;
18079
- }
18080
- .v-number-input .v-field {
18081
- padding-inline-end: 0;
18082
- padding-inline-start: 0;
18112
+ }.v-time-picker.v-picker {
18113
+ padding: 24px;
18114
+ width: 328px;
18083
18115
  }
18084
- .v-number-input--inset .v-divider {
18085
- height: 55%;
18086
- width: 55%;
18087
- align-self: center;
18116
+ .v-time-picker.v-picker .v-picker-title {
18117
+ padding: 0;
18118
+ margin-bottom: 20px;
18119
+ }.v-pull-to-refresh {
18120
+ overflow: hidden;
18121
+ position: relative;
18088
18122
  }
18089
- .v-number-input--split .v-field__input {
18090
- text-align: center;
18123
+ .v-pull-to-refresh__pull-down {
18124
+ position: absolute;
18125
+ width: 100%;
18126
+ transition: top 0.3s ease-out;
18091
18127
  }
18092
- .v-number-input--stacked .v-number-input__control {
18093
- flex-direction: column-reverse;
18128
+ .v-pull-to-refresh__pull-down--touching {
18129
+ transition: none;
18094
18130
  }
18095
- .v-number-input--stacked .v-number-input__control .v-btn {
18096
- flex: 1;
18131
+ .v-pull-to-refresh__pull-down-default {
18132
+ display: flex;
18133
+ width: 100%;
18134
+ height: 100%;
18135
+ justify-content: center;
18136
+ align-items: flex-end;
18137
+ padding-bottom: 10px;
18097
18138
  }
18098
- .v-number-input--hide-input .v-field {
18099
- flex: none;
18139
+ .v-pull-to-refresh__scroll-container {
18140
+ position: relative;
18141
+ transition: top 0.3s ease-out;
18100
18142
  }
18101
- .v-number-input--hide-input .v-field__input {
18102
- width: 0;
18103
- padding-inline: 0;
18143
+ .v-pull-to-refresh__scroll-container--touching {
18144
+ transition: none;
18145
+ }.v-time-picker-clock {
18146
+ background: rgb(var(--v-theme-background));
18147
+ color: rgb(var(--v-theme-on-background));
18104
18148
  }
18105
- .v-number-input__control {
18106
- display: flex;
18107
- height: 100%;
18149
+ .v-time-picker-clock:after {
18150
+ color: rgb(var(--v-theme-primary));
18108
18151
  }
18109
- .v-number-input__control .v-btn {
18110
- background-color: transparent;
18111
- border-radius: 0;
18112
- }.v-time-picker-controls {
18113
- display: flex;
18114
- align-items: center;
18115
- justify-content: center;
18116
- font-size: 0.875rem;
18117
- padding-top: 4px;
18118
- padding-bottom: 4px;
18119
- margin-bottom: 36px;
18152
+ .v-time-picker-clock .v-time-picker-clock__item--active {
18153
+ background-color: rgb(var(--v-theme-surface-variant));
18154
+ color: rgb(var(--v-theme-on-surface-variant));
18120
18155
  }
18121
- .v-time-picker-controls__text {
18122
- padding-bottom: 12px;
18156
+
18157
+ .v-time-picker-clock {
18158
+ margin: 0 auto;
18159
+ background: rgb(var(--v-theme-surface-light));
18160
+ border-radius: 50%;
18161
+ position: relative;
18162
+ transition: none;
18163
+ -webkit-user-select: none;
18164
+ user-select: none;
18165
+ height: 256px;
18166
+ width: 256px;
18167
+ flex: 1 0 auto;
18123
18168
  }
18124
- .v-time-picker-controls__time {
18169
+ .v-time-picker-clock__container {
18125
18170
  display: flex;
18126
- white-space: nowrap;
18127
- direction: ltr;
18171
+ flex-direction: column;
18172
+ flex-basis: 290px;
18128
18173
  justify-content: center;
18174
+ padding: 10px;
18129
18175
  }
18130
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
18131
- width: 96px;
18132
- height: 80px;
18133
- font-size: 56px;
18134
- }
18135
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
18136
- background: rgb(var(--v-theme-primary));
18137
- }
18138
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
18139
- width: 96px;
18140
- height: 80px;
18141
- }
18142
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
18143
- width: 64px;
18144
- height: 80px;
18145
- font-size: 40px;
18146
- }
18147
- .v-time-picker-controls__time__separator {
18148
- font-size: 56px;
18149
- height: 80px;
18150
- width: 24px;
18151
- text-align: center;
18152
- }
18153
- .v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator {
18154
- height: 80px;
18155
- font-size: 56px;
18156
- }
18157
-
18158
- .v-time-picker-controls__ampm {
18159
- margin-left: 12px;
18160
- align-self: flex-end;
18161
- display: flex;
18162
- flex-direction: column;
18163
- font-size: 18px;
18164
- text-transform: uppercase;
18165
- }
18166
- .v-time-picker-controls__ampm--readonly {
18167
- pointer-events: none;
18168
- }
18169
- .v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
18170
- opacity: 0.6;
18171
- }
18172
- .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
18173
- font-size: 18px;
18174
- padding: 0 8px;
18175
- min-width: 52px;
18176
- height: 40px;
18177
- }
18178
- .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am {
18179
- border-radius: 4px 4px 0 0;
18180
- border: 1px solid;
18181
- }
18182
- .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm {
18183
- border-radius: 0 0 4px 4px;
18184
- border: 1px solid;
18185
- border-top: none;
18186
- }
18187
- .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active {
18188
- background: rgb(var(--v-theme-primary));
18189
- }
18190
-
18191
- .v-picker__title--landscape .v-time-picker-controls {
18192
- flex-direction: column;
18193
- justify-content: center;
18194
- height: 100%;
18195
- }
18196
- .v-picker__title--landscape .v-time-picker-controls__time {
18197
- text-align: right;
18198
- }
18199
- .v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
18200
- .v-picker__title--landscape .v-time-picker-controls__time span {
18201
- height: 55px;
18202
- font-size: 55px;
18203
- }
18204
- .v-picker__title--landscape .v-time-picker-controls__ampm {
18205
- margin: 16px 0 0;
18206
- align-self: initial;
18207
- text-align: center;
18208
- }
18209
-
18210
- .v-picker--time .v-picker__title--landscape {
18211
- padding: 0;
18212
- }
18213
- .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
18214
- text-align: center;
18215
- }.v-time-picker.v-picker {
18216
- padding: 24px;
18217
- width: 328px;
18218
- }
18219
- .v-time-picker.v-picker .v-picker-title {
18220
- padding: 0;
18221
- margin-bottom: 20px;
18222
- }.v-time-picker-clock {
18223
- background: rgb(var(--v-theme-background));
18224
- color: rgb(var(--v-theme-on-background));
18225
- }
18226
- .v-time-picker-clock:after {
18227
- color: rgb(var(--v-theme-primary));
18228
- }
18229
- .v-time-picker-clock .v-time-picker-clock__item--active {
18230
- background-color: rgb(var(--v-theme-surface-variant));
18231
- color: rgb(var(--v-theme-on-surface-variant));
18232
- }
18233
-
18234
- .v-time-picker-clock {
18235
- margin: 0 auto;
18236
- background: rgb(var(--v-theme-surface-light));
18237
- border-radius: 50%;
18238
- position: relative;
18239
- transition: none;
18240
- -webkit-user-select: none;
18241
- user-select: none;
18242
- height: 256px;
18243
- width: 256px;
18244
- flex: 1 0 auto;
18245
- }
18246
- .v-time-picker-clock__container {
18247
- display: flex;
18248
- flex-direction: column;
18249
- flex-basis: 290px;
18250
- justify-content: center;
18251
- padding: 10px;
18252
- }
18253
- .v-time-picker-clock__hand {
18254
- background-color: currentColor;
18255
- height: calc(50% - 4px);
18256
- width: 2px;
18257
- bottom: 50%;
18258
- left: calc(50% - 1px);
18259
- transform-origin: center bottom;
18260
- position: absolute;
18261
- will-change: transform;
18262
- z-index: 1;
18176
+ .v-time-picker-clock__hand {
18177
+ background-color: currentColor;
18178
+ height: calc(50% - 4px);
18179
+ width: 2px;
18180
+ bottom: 50%;
18181
+ left: calc(50% - 1px);
18182
+ transform-origin: center bottom;
18183
+ position: absolute;
18184
+ will-change: transform;
18185
+ z-index: 1;
18263
18186
  }
18264
18187
  .v-time-picker-clock__hand:before {
18265
18188
  background: transparent;
@@ -18350,6 +18273,109 @@ html.overflow-y-hidden {
18350
18273
 
18351
18274
  .v-picker--landscape .v-time-picker-clock__container {
18352
18275
  flex-direction: row;
18276
+ }.v-time-picker-controls {
18277
+ display: flex;
18278
+ align-items: center;
18279
+ justify-content: center;
18280
+ font-size: 0.875rem;
18281
+ padding-top: 4px;
18282
+ padding-bottom: 4px;
18283
+ margin-bottom: 36px;
18284
+ }
18285
+ .v-time-picker-controls__text {
18286
+ padding-bottom: 12px;
18287
+ }
18288
+ .v-time-picker-controls__time {
18289
+ display: flex;
18290
+ white-space: nowrap;
18291
+ direction: ltr;
18292
+ justify-content: center;
18293
+ }
18294
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
18295
+ width: 96px;
18296
+ height: 80px;
18297
+ font-size: 56px;
18298
+ }
18299
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
18300
+ background: rgb(var(--v-theme-primary));
18301
+ }
18302
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
18303
+ width: 96px;
18304
+ height: 80px;
18305
+ }
18306
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
18307
+ width: 64px;
18308
+ height: 80px;
18309
+ font-size: 40px;
18310
+ }
18311
+ .v-time-picker-controls__time__separator {
18312
+ font-size: 56px;
18313
+ height: 80px;
18314
+ width: 24px;
18315
+ text-align: center;
18316
+ }
18317
+ .v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator {
18318
+ height: 80px;
18319
+ font-size: 56px;
18320
+ }
18321
+
18322
+ .v-time-picker-controls__ampm {
18323
+ margin-left: 12px;
18324
+ align-self: flex-end;
18325
+ display: flex;
18326
+ flex-direction: column;
18327
+ font-size: 18px;
18328
+ text-transform: uppercase;
18329
+ }
18330
+ .v-time-picker-controls__ampm--readonly {
18331
+ pointer-events: none;
18332
+ }
18333
+ .v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
18334
+ opacity: 0.6;
18335
+ }
18336
+ .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
18337
+ font-size: 18px;
18338
+ padding: 0 8px;
18339
+ min-width: 52px;
18340
+ height: 40px;
18341
+ }
18342
+ .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am {
18343
+ border-radius: 4px 4px 0 0;
18344
+ border: 1px solid;
18345
+ }
18346
+ .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm {
18347
+ border-radius: 0 0 4px 4px;
18348
+ border: 1px solid;
18349
+ border-top: none;
18350
+ }
18351
+ .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active {
18352
+ background: rgb(var(--v-theme-primary));
18353
+ }
18354
+
18355
+ .v-picker__title--landscape .v-time-picker-controls {
18356
+ flex-direction: column;
18357
+ justify-content: center;
18358
+ height: 100%;
18359
+ }
18360
+ .v-picker__title--landscape .v-time-picker-controls__time {
18361
+ text-align: right;
18362
+ }
18363
+ .v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
18364
+ .v-picker__title--landscape .v-time-picker-controls__time span {
18365
+ height: 55px;
18366
+ font-size: 55px;
18367
+ }
18368
+ .v-picker__title--landscape .v-time-picker-controls__ampm {
18369
+ margin: 16px 0 0;
18370
+ align-self: initial;
18371
+ text-align: center;
18372
+ }
18373
+
18374
+ .v-picker--time .v-picker__title--landscape {
18375
+ padding: 0;
18376
+ }
18377
+ .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
18378
+ text-align: center;
18353
18379
  }.v-treeview-item--filtered {
18354
18380
  display: none;
18355
18381
  }
@@ -18366,32 +18392,103 @@ html.overflow-y-hidden {
18366
18392
  }
18367
18393
  .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
18368
18394
  padding-inline-start: calc(12px + var(--indent-padding)) !important;
18369
- }.v-pull-to-refresh {
18370
- overflow: hidden;
18371
- position: relative;
18395
+ }.v-autocomplete .v-field .v-text-field__prefix,
18396
+ .v-autocomplete .v-field .v-text-field__suffix,
18397
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18398
+ cursor: text;
18372
18399
  }
18373
- .v-pull-to-refresh__pull-down {
18374
- position: absolute;
18375
- width: 100%;
18376
- transition: top 0.3s ease-out;
18400
+ .v-autocomplete .v-field .v-field__input > input {
18401
+ flex: 1 1;
18377
18402
  }
18378
- .v-pull-to-refresh__pull-down--touching {
18379
- transition: none;
18403
+ .v-autocomplete .v-field input {
18404
+ min-width: 64px;
18380
18405
  }
18381
- .v-pull-to-refresh__pull-down-default {
18382
- display: flex;
18383
- width: 100%;
18384
- height: 100%;
18385
- justify-content: center;
18386
- align-items: flex-end;
18387
- padding-bottom: 10px;
18406
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18407
+ min-width: 0;
18388
18408
  }
18389
- .v-pull-to-refresh__scroll-container {
18390
- position: relative;
18391
- transition: top 0.3s ease-out;
18409
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18410
+ margin-inline-end: 2px;
18392
18411
  }
18393
- .v-pull-to-refresh__scroll-container--touching {
18412
+ .v-autocomplete .v-autocomplete__selection-text {
18413
+ overflow: hidden;
18414
+ text-overflow: ellipsis;
18415
+ white-space: nowrap;
18416
+ }
18417
+
18418
+ .v-autocomplete__content {
18419
+ overflow: hidden;
18420
+ 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));
18421
+ border-radius: 4px;
18422
+ }
18423
+ .v-autocomplete__mask {
18424
+ background: rgb(var(--v-theme-surface-light));
18425
+ }
18426
+ .v-autocomplete__selection {
18427
+ display: inline-flex;
18428
+ align-items: center;
18429
+ height: 1.5rem;
18430
+ letter-spacing: inherit;
18431
+ line-height: inherit;
18432
+ max-width: calc(100% - 2px - 2px);
18433
+ }
18434
+ .v-autocomplete__selection:first-child {
18435
+ margin-inline-start: 0;
18436
+ }
18437
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18438
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18439
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18440
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18441
+ top: 0px;
18442
+ }
18443
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
18444
+ opacity: var(--v-medium-emphasis-opacity);
18445
+ }
18446
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18447
+ opacity: 1;
18448
+ }
18449
+ .v-autocomplete--selecting-index .v-field__input > input {
18450
+ caret-color: transparent;
18451
+ }
18452
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18453
+ flex: 1 1;
18454
+ position: absolute;
18455
+ left: 0;
18456
+ right: 0;
18457
+ width: 100%;
18458
+ padding-inline: inherit;
18459
+ }
18460
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18394
18461
  transition: none;
18462
+ }
18463
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18464
+ opacity: 0;
18465
+ }
18466
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18467
+ opacity: 0;
18468
+ }
18469
+ .v-autocomplete__menu-icon {
18470
+ margin-inline-start: 4px;
18471
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18472
+ }
18473
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18474
+ opacity: var(--v-high-emphasis-opacity);
18475
+ transform: rotate(180deg);
18476
+ }.v-application {
18477
+ display: flex;
18478
+ background: rgb(var(--v-theme-background));
18479
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18480
+ }
18481
+
18482
+ .v-application__wrap {
18483
+ -webkit-backface-visibility: hidden;
18484
+ backface-visibility: hidden;
18485
+ display: flex;
18486
+ flex-direction: column;
18487
+ flex: 1 1 auto;
18488
+ max-width: 100%;
18489
+ min-height: 100vh;
18490
+ min-height: 100dvh;
18491
+ position: relative;
18395
18492
  }.v-app-bar {
18396
18493
  display: flex;
18397
18494
  }
@@ -18711,87 +18808,6 @@ html.overflow-y-hidden {
18711
18808
  .v-avatar .v-img {
18712
18809
  height: 100%;
18713
18810
  width: 100%;
18714
- }.v-autocomplete .v-field .v-text-field__prefix,
18715
- .v-autocomplete .v-field .v-text-field__suffix,
18716
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18717
- cursor: text;
18718
- }
18719
- .v-autocomplete .v-field .v-field__input > input {
18720
- flex: 1 1;
18721
- }
18722
- .v-autocomplete .v-field input {
18723
- min-width: 64px;
18724
- }
18725
- .v-autocomplete .v-field:not(.v-field--focused) input {
18726
- min-width: 0;
18727
- }
18728
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18729
- margin-inline-end: 2px;
18730
- }
18731
- .v-autocomplete .v-autocomplete__selection-text {
18732
- overflow: hidden;
18733
- text-overflow: ellipsis;
18734
- white-space: nowrap;
18735
- }
18736
-
18737
- .v-autocomplete__content {
18738
- overflow: hidden;
18739
- 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));
18740
- border-radius: 4px;
18741
- }
18742
- .v-autocomplete__mask {
18743
- background: rgb(var(--v-theme-surface-light));
18744
- }
18745
- .v-autocomplete__selection {
18746
- display: inline-flex;
18747
- align-items: center;
18748
- height: 1.5rem;
18749
- letter-spacing: inherit;
18750
- line-height: inherit;
18751
- max-width: calc(100% - 2px - 2px);
18752
- }
18753
- .v-autocomplete__selection:first-child {
18754
- margin-inline-start: 0;
18755
- }
18756
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18757
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18758
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18759
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18760
- top: 0px;
18761
- }
18762
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18763
- opacity: var(--v-medium-emphasis-opacity);
18764
- }
18765
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18766
- opacity: 1;
18767
- }
18768
- .v-autocomplete--selecting-index .v-field__input > input {
18769
- caret-color: transparent;
18770
- }
18771
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18772
- flex: 1 1;
18773
- position: absolute;
18774
- left: 0;
18775
- right: 0;
18776
- width: 100%;
18777
- padding-inline: inherit;
18778
- }
18779
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18780
- transition: none;
18781
- }
18782
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18783
- opacity: 0;
18784
- }
18785
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18786
- opacity: 0;
18787
- }
18788
- .v-autocomplete__menu-icon {
18789
- margin-inline-start: 4px;
18790
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18791
- }
18792
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18793
- opacity: var(--v-high-emphasis-opacity);
18794
- transform: rotate(180deg);
18795
18811
  }.v-banner {
18796
18812
  display: grid;
18797
18813
  flex: 1 1;
@@ -19052,187 +19068,75 @@ html.overflow-y-hidden {
19052
19068
  .v-bottom-sheet.v-bottom-sheet--inset {
19053
19069
  max-width: 70%;
19054
19070
  }
19055
- }.v-breadcrumbs {
19056
- display: flex;
19071
+ }.v-btn {
19057
19072
  align-items: center;
19058
- line-height: 1.6;
19059
- padding: 16px 12px;
19060
- }
19061
- .v-breadcrumbs--rounded {
19062
19073
  border-radius: 4px;
19074
+ display: inline-grid;
19075
+ grid-template-areas: "prepend content append";
19076
+ grid-template-columns: max-content auto max-content;
19077
+ font-weight: 500;
19078
+ justify-content: center;
19079
+ letter-spacing: 0.0892857143em;
19080
+ line-height: normal;
19081
+ max-width: 100%;
19082
+ outline: none;
19083
+ position: relative;
19084
+ text-decoration: none;
19085
+ text-indent: 0.0892857143em;
19086
+ text-transform: uppercase;
19087
+ transition-property: box-shadow, transform, opacity, background;
19088
+ transition-duration: 0.28s;
19089
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19090
+ -webkit-user-select: none;
19091
+ user-select: none;
19092
+ vertical-align: middle;
19093
+ flex-shrink: 0;
19094
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19095
+ border-style: solid;
19096
+ border-width: 0;
19063
19097
  }
19064
- .v-breadcrumbs--density-default {
19065
- padding-top: 16px;
19066
- padding-bottom: 16px;
19098
+ .v-btn--size-x-small {
19099
+ --v-btn-size: 0.625rem;
19100
+ --v-btn-height: 20px;
19101
+ font-size: var(--v-btn-size);
19102
+ min-width: 36px;
19103
+ padding: 0 8px;
19067
19104
  }
19068
19105
 
19069
- .v-breadcrumbs--density-comfortable {
19070
- padding-top: 12px;
19071
- padding-bottom: 12px;
19106
+ .v-btn--size-small {
19107
+ --v-btn-size: 0.75rem;
19108
+ --v-btn-height: 28px;
19109
+ font-size: var(--v-btn-size);
19110
+ min-width: 50px;
19111
+ padding: 0 12px;
19072
19112
  }
19073
19113
 
19074
- .v-breadcrumbs--density-compact {
19075
- padding-top: 8px;
19076
- padding-bottom: 8px;
19114
+ .v-btn--size-default {
19115
+ --v-btn-size: 0.875rem;
19116
+ --v-btn-height: 36px;
19117
+ font-size: var(--v-btn-size);
19118
+ min-width: 64px;
19119
+ padding: 0 16px;
19077
19120
  }
19078
19121
 
19079
- .v-breadcrumbs__prepend {
19080
- align-items: center;
19081
- display: inline-flex;
19122
+ .v-btn--size-large {
19123
+ --v-btn-size: 1rem;
19124
+ --v-btn-height: 44px;
19125
+ font-size: var(--v-btn-size);
19126
+ min-width: 78px;
19127
+ padding: 0 20px;
19082
19128
  }
19083
19129
 
19084
- .v-breadcrumbs-item {
19085
- align-items: center;
19086
- color: inherit;
19087
- display: inline-flex;
19088
- padding: 0 4px;
19089
- text-decoration: none;
19090
- vertical-align: middle;
19130
+ .v-btn--size-x-large {
19131
+ --v-btn-size: 1.125rem;
19132
+ --v-btn-height: 52px;
19133
+ font-size: var(--v-btn-size);
19134
+ min-width: 92px;
19135
+ padding: 0 24px;
19091
19136
  }
19092
- .v-breadcrumbs-item--disabled {
19093
- opacity: var(--v-disabled-opacity);
19094
- pointer-events: none;
19095
- }
19096
- .v-breadcrumbs-item--link {
19097
- color: inherit;
19098
- text-decoration: none;
19099
- }
19100
- .v-breadcrumbs-item--link:hover {
19101
- text-decoration: underline;
19102
- }
19103
- .v-breadcrumbs-item .v-icon {
19104
- font-size: 1rem;
19105
- margin-inline: -4px 2px;
19106
- }
19107
-
19108
- .v-breadcrumbs-divider {
19109
- display: inline-block;
19110
- padding: 0 8px;
19111
- vertical-align: middle;
19112
- }.v-bottom-navigation {
19113
- display: flex;
19114
- max-width: 100%;
19115
- overflow: hidden;
19116
- position: absolute;
19117
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
19118
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19119
- border-style: solid;
19120
- border-width: 0;
19121
- border-radius: 0;
19122
- background: rgb(var(--v-theme-surface));
19123
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19124
- }
19125
- .v-bottom-navigation--border {
19126
- border-width: thin;
19127
- box-shadow: none;
19128
- }
19129
- .v-bottom-navigation--active {
19130
- 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));
19131
- }
19132
-
19133
- .v-bottom-navigation__content {
19134
- display: flex;
19135
- flex: none;
19136
- font-size: 0.75rem;
19137
- justify-content: center;
19138
- transition: inherit;
19139
- width: 100%;
19140
- }
19141
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
19142
- font-size: inherit;
19143
- height: 100%;
19144
- max-width: 168px;
19145
- min-width: 80px;
19146
- text-transform: none;
19147
- transition: inherit;
19148
- width: auto;
19149
- border-radius: 0;
19150
- }
19151
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
19152
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19153
- transition: inherit;
19154
- }
19155
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19156
- font-size: 1.5rem;
19157
- }
19158
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
19159
- flex-grow: 1;
19160
- }
19161
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
19162
- transition: inherit;
19163
- opacity: 0;
19164
- }
19165
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
19166
- transform: translateY(0.5rem);
19167
- }.v-btn {
19168
- align-items: center;
19169
- border-radius: 4px;
19170
- display: inline-grid;
19171
- grid-template-areas: "prepend content append";
19172
- grid-template-columns: max-content auto max-content;
19173
- font-weight: 500;
19174
- justify-content: center;
19175
- letter-spacing: 0.0892857143em;
19176
- line-height: normal;
19177
- max-width: 100%;
19178
- outline: none;
19179
- position: relative;
19180
- text-decoration: none;
19181
- text-indent: 0.0892857143em;
19182
- text-transform: uppercase;
19183
- transition-property: box-shadow, transform, opacity, background;
19184
- transition-duration: 0.28s;
19185
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19186
- -webkit-user-select: none;
19187
- user-select: none;
19188
- vertical-align: middle;
19189
- flex-shrink: 0;
19190
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19191
- border-style: solid;
19192
- border-width: 0;
19193
- }
19194
- .v-btn--size-x-small {
19195
- --v-btn-size: 0.625rem;
19196
- --v-btn-height: 20px;
19197
- font-size: var(--v-btn-size);
19198
- min-width: 36px;
19199
- padding: 0 8px;
19200
- }
19201
-
19202
- .v-btn--size-small {
19203
- --v-btn-size: 0.75rem;
19204
- --v-btn-height: 28px;
19205
- font-size: var(--v-btn-size);
19206
- min-width: 50px;
19207
- padding: 0 12px;
19208
- }
19209
-
19210
- .v-btn--size-default {
19211
- --v-btn-size: 0.875rem;
19212
- --v-btn-height: 36px;
19213
- font-size: var(--v-btn-size);
19214
- min-width: 64px;
19215
- padding: 0 16px;
19216
- }
19217
-
19218
- .v-btn--size-large {
19219
- --v-btn-size: 1rem;
19220
- --v-btn-height: 44px;
19221
- font-size: var(--v-btn-size);
19222
- min-width: 78px;
19223
- padding: 0 20px;
19224
- }
19225
-
19226
- .v-btn--size-x-large {
19227
- --v-btn-size: 1.125rem;
19228
- --v-btn-height: 52px;
19229
- font-size: var(--v-btn-size);
19230
- min-width: 92px;
19231
- padding: 0 24px;
19232
- }
19233
-
19234
- .v-btn.v-btn--density-default {
19235
- height: calc(var(--v-btn-height) + 0px);
19137
+
19138
+ .v-btn.v-btn--density-default {
19139
+ height: calc(var(--v-btn-height) + 0px);
19236
19140
  }
19237
19141
 
19238
19142
  .v-btn.v-btn--density-comfortable {
@@ -19576,81 +19480,206 @@ html.overflow-y-hidden {
19576
19480
  }
19577
19481
  .v-pagination__item--is-active .v-btn__overlay {
19578
19482
  opacity: var(--v-border-opacity);
19579
- }.v-card {
19580
- display: block;
19581
- overflow: hidden;
19582
- overflow-wrap: break-word;
19583
- position: relative;
19584
- padding: 0;
19585
- text-decoration: none;
19586
- transition-duration: 0.28s;
19587
- transition-property: box-shadow, opacity, background;
19588
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19589
- z-index: 0;
19590
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19591
- border-style: solid;
19592
- border-width: 0;
19593
- border-radius: 4px;
19594
- }
19595
- .v-card--border {
19596
- border-width: thin;
19597
- box-shadow: none;
19598
- }
19599
- .v-card--absolute {
19600
- position: absolute;
19601
- }
19602
- .v-card--fixed {
19603
- position: fixed;
19483
+ }.v-breadcrumbs {
19484
+ display: flex;
19485
+ align-items: center;
19486
+ line-height: 1.6;
19487
+ padding: 16px 12px;
19604
19488
  }
19605
- .v-card:hover > .v-card__overlay {
19606
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
19489
+ .v-breadcrumbs--rounded {
19490
+ border-radius: 4px;
19607
19491
  }
19608
- .v-card:focus-visible > .v-card__overlay {
19609
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19492
+ .v-breadcrumbs--density-default {
19493
+ padding-top: 16px;
19494
+ padding-bottom: 16px;
19610
19495
  }
19611
- @supports not selector(:focus-visible) {
19612
- .v-card:focus > .v-card__overlay {
19613
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19614
- }
19496
+
19497
+ .v-breadcrumbs--density-comfortable {
19498
+ padding-top: 12px;
19499
+ padding-bottom: 12px;
19615
19500
  }
19616
- .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
19617
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19501
+
19502
+ .v-breadcrumbs--density-compact {
19503
+ padding-top: 8px;
19504
+ padding-bottom: 8px;
19618
19505
  }
19619
- .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
19620
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19506
+
19507
+ .v-breadcrumbs__prepend {
19508
+ align-items: center;
19509
+ display: inline-flex;
19621
19510
  }
19622
- .v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
19623
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19511
+
19512
+ .v-breadcrumbs-item {
19513
+ align-items: center;
19514
+ color: inherit;
19515
+ display: inline-flex;
19516
+ padding: 0 4px;
19517
+ text-decoration: none;
19518
+ vertical-align: middle;
19624
19519
  }
19625
- @supports not selector(:focus-visible) {
19626
- .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
19627
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19628
- }
19520
+ .v-breadcrumbs-item--disabled {
19521
+ opacity: var(--v-disabled-opacity);
19522
+ pointer-events: none;
19629
19523
  }
19630
- .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
19631
- background: transparent;
19524
+ .v-breadcrumbs-item--link {
19632
19525
  color: inherit;
19526
+ text-decoration: none;
19633
19527
  }
19634
- .v-card--variant-plain {
19635
- opacity: 0.62;
19636
- }
19637
- .v-card--variant-plain:focus, .v-card--variant-plain:hover {
19638
- opacity: 1;
19528
+ .v-breadcrumbs-item--link:hover {
19529
+ text-decoration: underline;
19639
19530
  }
19640
- .v-card--variant-plain .v-card__overlay {
19641
- display: none;
19531
+ .v-breadcrumbs-item .v-icon {
19532
+ font-size: 1rem;
19533
+ margin-inline: -4px 2px;
19642
19534
  }
19643
- .v-card--variant-elevated, .v-card--variant-flat {
19535
+
19536
+ .v-breadcrumbs-divider {
19537
+ display: inline-block;
19538
+ padding: 0 8px;
19539
+ vertical-align: middle;
19540
+ }.v-bottom-navigation {
19541
+ display: flex;
19542
+ max-width: 100%;
19543
+ overflow: hidden;
19544
+ position: absolute;
19545
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
19546
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19547
+ border-style: solid;
19548
+ border-width: 0;
19549
+ border-radius: 0;
19644
19550
  background: rgb(var(--v-theme-surface));
19645
19551
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19646
19552
  }
19647
- .v-card--variant-elevated {
19648
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19553
+ .v-bottom-navigation--border {
19554
+ border-width: thin;
19555
+ box-shadow: none;
19649
19556
  }
19650
- .v-card--variant-flat {
19651
- 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));
19557
+ .v-bottom-navigation--active {
19558
+ 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));
19652
19559
  }
19653
- .v-card--variant-outlined {
19560
+
19561
+ .v-bottom-navigation__content {
19562
+ display: flex;
19563
+ flex: none;
19564
+ font-size: 0.75rem;
19565
+ justify-content: center;
19566
+ transition: inherit;
19567
+ width: 100%;
19568
+ }
19569
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
19570
+ font-size: inherit;
19571
+ height: 100%;
19572
+ max-width: 168px;
19573
+ min-width: 80px;
19574
+ text-transform: none;
19575
+ transition: inherit;
19576
+ width: auto;
19577
+ border-radius: 0;
19578
+ }
19579
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
19580
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19581
+ transition: inherit;
19582
+ }
19583
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19584
+ font-size: 1.5rem;
19585
+ }
19586
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
19587
+ flex-grow: 1;
19588
+ }
19589
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
19590
+ transition: inherit;
19591
+ opacity: 0;
19592
+ }
19593
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
19594
+ transform: translateY(0.5rem);
19595
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19596
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19597
+ }
19598
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19599
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19600
+ }
19601
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19602
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19603
+ }
19604
+ @supports not selector(:focus-visible) {
19605
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19606
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19607
+ }
19608
+ }.v-card {
19609
+ display: block;
19610
+ overflow: hidden;
19611
+ overflow-wrap: break-word;
19612
+ position: relative;
19613
+ padding: 0;
19614
+ text-decoration: none;
19615
+ transition-duration: 0.28s;
19616
+ transition-property: box-shadow, opacity, background;
19617
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19618
+ z-index: 0;
19619
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19620
+ border-style: solid;
19621
+ border-width: 0;
19622
+ border-radius: 4px;
19623
+ }
19624
+ .v-card--border {
19625
+ border-width: thin;
19626
+ box-shadow: none;
19627
+ }
19628
+ .v-card--absolute {
19629
+ position: absolute;
19630
+ }
19631
+ .v-card--fixed {
19632
+ position: fixed;
19633
+ }
19634
+ .v-card:hover > .v-card__overlay {
19635
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
19636
+ }
19637
+ .v-card:focus-visible > .v-card__overlay {
19638
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19639
+ }
19640
+ @supports not selector(:focus-visible) {
19641
+ .v-card:focus > .v-card__overlay {
19642
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19643
+ }
19644
+ }
19645
+ .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
19646
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19647
+ }
19648
+ .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
19649
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19650
+ }
19651
+ .v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
19652
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19653
+ }
19654
+ @supports not selector(:focus-visible) {
19655
+ .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
19656
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19657
+ }
19658
+ }
19659
+ .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
19660
+ background: transparent;
19661
+ color: inherit;
19662
+ }
19663
+ .v-card--variant-plain {
19664
+ opacity: 0.62;
19665
+ }
19666
+ .v-card--variant-plain:focus, .v-card--variant-plain:hover {
19667
+ opacity: 1;
19668
+ }
19669
+ .v-card--variant-plain .v-card__overlay {
19670
+ display: none;
19671
+ }
19672
+ .v-card--variant-elevated, .v-card--variant-flat {
19673
+ background: rgb(var(--v-theme-surface));
19674
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19675
+ }
19676
+ .v-card--variant-elevated {
19677
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19678
+ }
19679
+ .v-card--variant-flat {
19680
+ 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));
19681
+ }
19682
+ .v-card--variant-outlined {
19654
19683
  border: thin solid currentColor;
19655
19684
  }
19656
19685
  .v-card--variant-text .v-card__overlay {
@@ -19875,75 +19904,6 @@ html.overflow-y-hidden {
19875
19904
  pointer-events: none;
19876
19905
  opacity: 0;
19877
19906
  transition: opacity 0.2s ease-in-out;
19878
- }.v-btn-group {
19879
- display: inline-flex;
19880
- flex-wrap: nowrap;
19881
- max-width: 100%;
19882
- min-width: 0;
19883
- overflow: hidden;
19884
- vertical-align: middle;
19885
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19886
- border-style: solid;
19887
- border-width: 0;
19888
- 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));
19889
- border-radius: 4px;
19890
- background: transparent;
19891
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19892
- }
19893
- .v-btn-group--border {
19894
- border-width: thin;
19895
- box-shadow: none;
19896
- }
19897
- .v-btn-group--density-default.v-btn-group {
19898
- height: 48px;
19899
- }
19900
-
19901
- .v-btn-group--density-comfortable.v-btn-group {
19902
- height: 40px;
19903
- }
19904
-
19905
- .v-btn-group--density-compact.v-btn-group {
19906
- height: 36px;
19907
- }
19908
-
19909
- .v-btn-group .v-btn {
19910
- border-radius: 0;
19911
- border-color: inherit;
19912
- }
19913
- .v-btn-group .v-btn:not(:last-child) {
19914
- border-inline-end: none;
19915
- }
19916
- .v-btn-group .v-btn:not(:first-child) {
19917
- border-inline-start: none;
19918
- }
19919
- .v-btn-group .v-btn:first-child {
19920
- border-start-start-radius: inherit;
19921
- border-end-start-radius: inherit;
19922
- }
19923
- .v-btn-group .v-btn:last-child {
19924
- border-start-end-radius: inherit;
19925
- border-end-end-radius: inherit;
19926
- }
19927
- .v-btn-group--divided .v-btn:not(:last-child) {
19928
- border-inline-end-width: thin;
19929
- border-inline-end-style: solid;
19930
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19931
- }
19932
- .v-btn-group--tile {
19933
- border-radius: 0;
19934
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19935
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19936
- }
19937
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19938
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19939
- }
19940
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19941
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19942
- }
19943
- @supports not selector(:focus-visible) {
19944
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19945
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19946
- }
19947
19907
  }.v-carousel {
19948
19908
  overflow: hidden;
19949
19909
  position: relative;
@@ -20007,6 +19967,62 @@ html.overflow-y-hidden {
20007
19967
  flex-direction: column;
20008
19968
  height: 100% !important;
20009
19969
  width: 50px;
19970
+ }.v-btn-group {
19971
+ display: inline-flex;
19972
+ flex-wrap: nowrap;
19973
+ max-width: 100%;
19974
+ min-width: 0;
19975
+ overflow: hidden;
19976
+ vertical-align: middle;
19977
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19978
+ border-style: solid;
19979
+ border-width: 0;
19980
+ 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));
19981
+ border-radius: 4px;
19982
+ background: transparent;
19983
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19984
+ }
19985
+ .v-btn-group--border {
19986
+ border-width: thin;
19987
+ box-shadow: none;
19988
+ }
19989
+ .v-btn-group--density-default.v-btn-group {
19990
+ height: 48px;
19991
+ }
19992
+
19993
+ .v-btn-group--density-comfortable.v-btn-group {
19994
+ height: 40px;
19995
+ }
19996
+
19997
+ .v-btn-group--density-compact.v-btn-group {
19998
+ height: 36px;
19999
+ }
20000
+
20001
+ .v-btn-group .v-btn {
20002
+ border-radius: 0;
20003
+ border-color: inherit;
20004
+ }
20005
+ .v-btn-group .v-btn:not(:last-child) {
20006
+ border-inline-end: none;
20007
+ }
20008
+ .v-btn-group .v-btn:not(:first-child) {
20009
+ border-inline-start: none;
20010
+ }
20011
+ .v-btn-group .v-btn:first-child {
20012
+ border-start-start-radius: inherit;
20013
+ border-end-start-radius: inherit;
20014
+ }
20015
+ .v-btn-group .v-btn:last-child {
20016
+ border-start-end-radius: inherit;
20017
+ border-end-end-radius: inherit;
20018
+ }
20019
+ .v-btn-group--divided .v-btn:not(:last-child) {
20020
+ border-inline-end-width: thin;
20021
+ border-inline-end-style: solid;
20022
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
20023
+ }
20024
+ .v-btn-group--tile {
20025
+ border-radius: 0;
20010
20026
  }.v-chip {
20011
20027
  align-items: center;
20012
20028
  display: inline-flex;
@@ -20419,11 +20435,6 @@ html.overflow-y-hidden {
20419
20435
 
20420
20436
  .v-chip--label {
20421
20437
  border-radius: 4px;
20422
- }.v-checkbox.v-input {
20423
- flex: 0 1 auto;
20424
- }
20425
- .v-checkbox .v-selection-control {
20426
- min-height: var(--v-input-control-height);
20427
20438
  }.v-chip-group {
20428
20439
  display: flex;
20429
20440
  max-width: 100%;
@@ -20442,26 +20453,97 @@ html.overflow-y-hidden {
20442
20453
  white-space: normal;
20443
20454
  flex-wrap: wrap;
20444
20455
  max-width: 100%;
20445
- }.v-color-picker {
20446
- align-self: flex-start;
20447
- contain: content;
20456
+ }.v-checkbox.v-input {
20457
+ flex: 0 1 auto;
20448
20458
  }
20449
- .v-color-picker.v-sheet {
20450
- 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));
20451
- border-radius: 4px;
20459
+ .v-checkbox .v-selection-control {
20460
+ min-height: var(--v-input-control-height);
20461
+ }.v-combobox .v-field .v-text-field__prefix,
20462
+ .v-combobox .v-field .v-text-field__suffix,
20463
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20464
+ cursor: text;
20452
20465
  }
20453
-
20454
- .v-color-picker__controls {
20455
- display: flex;
20456
- flex-direction: column;
20457
- padding: 16px;
20466
+ .v-combobox .v-field .v-field__input > input {
20467
+ flex: 1 1;
20468
+ }
20469
+ .v-combobox .v-field input {
20470
+ min-width: 64px;
20471
+ }
20472
+ .v-combobox .v-field:not(.v-field--focused) input {
20473
+ min-width: 0;
20474
+ }
20475
+ .v-combobox .v-field--dirty .v-combobox__selection {
20476
+ margin-inline-end: 2px;
20477
+ }
20478
+ .v-combobox .v-combobox__selection-text {
20479
+ overflow: hidden;
20480
+ text-overflow: ellipsis;
20481
+ white-space: nowrap;
20458
20482
  }
20459
20483
 
20460
- .v-color-picker--flat {
20461
- 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));
20484
+ .v-combobox__content {
20485
+ overflow: hidden;
20486
+ 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));
20487
+ border-radius: 4px;
20462
20488
  }
20463
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20464
- 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));
20489
+ .v-combobox__mask {
20490
+ background: rgb(var(--v-theme-surface-light));
20491
+ }
20492
+ .v-combobox__selection {
20493
+ display: inline-flex;
20494
+ align-items: center;
20495
+ height: 1.5rem;
20496
+ letter-spacing: inherit;
20497
+ line-height: inherit;
20498
+ max-width: calc(100% - 2px - 2px);
20499
+ }
20500
+ .v-combobox__selection:first-child {
20501
+ margin-inline-start: 0;
20502
+ }
20503
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20504
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20505
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20506
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20507
+ top: 0px;
20508
+ }
20509
+ .v-combobox--selecting-index .v-combobox__selection {
20510
+ opacity: var(--v-medium-emphasis-opacity);
20511
+ }
20512
+ .v-combobox--selecting-index .v-combobox__selection--selected {
20513
+ opacity: 1;
20514
+ }
20515
+ .v-combobox--selecting-index .v-field__input > input {
20516
+ caret-color: transparent;
20517
+ }
20518
+ .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20519
+ flex: 1 1;
20520
+ position: absolute;
20521
+ left: 0;
20522
+ right: 0;
20523
+ width: 100%;
20524
+ padding-inline: inherit;
20525
+ }
20526
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20527
+ transition: none;
20528
+ }
20529
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20530
+ opacity: 0;
20531
+ }
20532
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20533
+ opacity: 0;
20534
+ }
20535
+ .v-combobox__menu-icon {
20536
+ margin-inline-start: 4px;
20537
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20538
+ }
20539
+ .v-combobox--active-menu .v-combobox__menu-icon {
20540
+ opacity: var(--v-high-emphasis-opacity);
20541
+ transform: rotate(180deg);
20542
+ }.v-counter {
20543
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20544
+ flex: 0 1 auto;
20545
+ font-size: 12px;
20546
+ transition-duration: 150ms;
20465
20547
  }.v-container {
20466
20548
  width: 100%;
20467
20549
  padding: 16px;
@@ -21134,42 +21216,26 @@ html.overflow-y-hidden {
21134
21216
  .offset-xxl-11 {
21135
21217
  margin-inline-start: 91.6666666667%;
21136
21218
  }
21137
- }.v-counter {
21138
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21139
- flex: 0 1 auto;
21140
- font-size: 12px;
21141
- transition-duration: 150ms;
21142
- }.v-data-table-footer {
21143
- align-items: center;
21144
- display: flex;
21145
- flex-wrap: wrap;
21146
- justify-content: flex-end;
21147
- padding: 8px 4px;
21148
- }
21149
- .v-data-table-footer__items-per-page {
21150
- align-items: center;
21151
- display: flex;
21152
- justify-content: center;
21153
- }
21154
- .v-data-table-footer__items-per-page > span {
21155
- padding-inline-end: 8px;
21219
+ }.v-color-picker {
21220
+ align-self: flex-start;
21221
+ contain: content;
21156
21222
  }
21157
- .v-data-table-footer__items-per-page > .v-select {
21158
- width: 90px;
21223
+ .v-color-picker.v-sheet {
21224
+ 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));
21225
+ border-radius: 4px;
21159
21226
  }
21160
- .v-data-table-footer__info {
21227
+
21228
+ .v-color-picker__controls {
21161
21229
  display: flex;
21162
- justify-content: flex-end;
21163
- min-width: 116px;
21164
- padding: 0 16px;
21230
+ flex-direction: column;
21231
+ padding: 16px;
21165
21232
  }
21166
- .v-data-table-footer__paginationz {
21167
- align-items: center;
21168
- display: flex;
21169
- margin-inline-start: 16px;
21233
+
21234
+ .v-color-picker--flat {
21235
+ 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));
21170
21236
  }
21171
- .v-data-table-footer__page {
21172
- padding: 0 8px;
21237
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
21238
+ 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));
21173
21239
  }.v-data-table {
21174
21240
  width: 100%;
21175
21241
  }
@@ -21352,153 +21418,99 @@ html.overflow-y-hidden {
21352
21418
  }
21353
21419
  .v-data-table__td-sort-icon-active {
21354
21420
  color: rgba(var(--v-theme-on-surface));
21421
+ }.v-data-table-footer {
21422
+ align-items: center;
21423
+ display: flex;
21424
+ flex-wrap: wrap;
21425
+ justify-content: flex-end;
21426
+ padding: 8px 4px;
21427
+ }
21428
+ .v-data-table-footer__items-per-page {
21429
+ align-items: center;
21430
+ display: flex;
21431
+ justify-content: center;
21432
+ }
21433
+ .v-data-table-footer__items-per-page > span {
21434
+ padding-inline-end: 8px;
21435
+ }
21436
+ .v-data-table-footer__items-per-page > .v-select {
21437
+ width: 90px;
21438
+ }
21439
+ .v-data-table-footer__info {
21440
+ display: flex;
21441
+ justify-content: flex-end;
21442
+ min-width: 116px;
21443
+ padding: 0 16px;
21444
+ }
21445
+ .v-data-table-footer__paginationz {
21446
+ align-items: center;
21447
+ display: flex;
21448
+ margin-inline-start: 16px;
21449
+ }
21450
+ .v-data-table-footer__page {
21451
+ padding: 0 8px;
21355
21452
  }.v-date-picker {
21356
21453
  overflow: hidden;
21357
21454
  width: 328px;
21358
21455
  }
21359
21456
  .v-date-picker--show-week {
21360
21457
  width: 368px;
21361
- }.v-combobox .v-field .v-text-field__prefix,
21362
- .v-combobox .v-field .v-text-field__suffix,
21363
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
21364
- cursor: text;
21458
+ }.v-date-picker-controls {
21459
+ display: flex;
21460
+ align-items: center;
21461
+ justify-content: space-between;
21462
+ font-size: 0.875rem;
21463
+ padding-top: 4px;
21464
+ padding-bottom: 4px;
21465
+ padding-inline-start: 6px;
21466
+ padding-inline-end: 12px;
21365
21467
  }
21366
- .v-combobox .v-field .v-field__input > input {
21367
- flex: 1 1;
21468
+ .v-date-picker-controls > .v-btn:first-child {
21469
+ text-transform: none;
21470
+ font-weight: 400;
21471
+ line-height: initial;
21472
+ letter-spacing: initial;
21368
21473
  }
21369
- .v-combobox .v-field input {
21370
- min-width: 64px;
21474
+ .v-date-picker-controls--variant-classic {
21475
+ padding-inline-start: 12px;
21371
21476
  }
21372
- .v-combobox .v-field:not(.v-field--focused) input {
21373
- min-width: 0;
21477
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21478
+ opacity: 0.7;
21374
21479
  }
21375
- .v-combobox .v-field--dirty .v-combobox__selection {
21376
- margin-inline-end: 2px;
21480
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21481
+ cursor: pointer;
21377
21482
  }
21378
- .v-combobox .v-combobox__selection-text {
21379
- overflow: hidden;
21380
- text-overflow: ellipsis;
21381
- white-space: nowrap;
21483
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21484
+ opacity: 1;
21382
21485
  }
21383
-
21384
- .v-combobox__content {
21385
- overflow: hidden;
21386
- 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));
21387
- border-radius: 4px;
21486
+ .v-date-picker-controls .v-btn:last-child {
21487
+ margin-inline-start: 4px;
21388
21488
  }
21389
- .v-combobox__mask {
21390
- background: rgb(var(--v-theme-surface-light));
21489
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
21490
+ transform: rotate(180deg);
21391
21491
  }
21392
- .v-combobox__selection {
21393
- display: inline-flex;
21394
- align-items: center;
21395
- height: 1.5rem;
21396
- letter-spacing: inherit;
21397
- line-height: inherit;
21398
- max-width: calc(100% - 2px - 2px);
21492
+
21493
+ .v-date-picker-controls__date {
21494
+ margin-inline-end: 4px;
21399
21495
  }
21400
- .v-combobox__selection:first-child {
21401
- margin-inline-start: 0;
21496
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
21497
+ margin: auto;
21498
+ text-align: center;
21402
21499
  }
21403
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21404
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21405
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21406
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21407
- top: 0px;
21500
+
21501
+ .v-date-picker-controls__month {
21502
+ display: flex;
21408
21503
  }
21409
- .v-combobox--selecting-index .v-combobox__selection {
21410
- opacity: var(--v-medium-emphasis-opacity);
21504
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
21505
+ flex-direction: row-reverse;
21411
21506
  }
21412
- .v-combobox--selecting-index .v-combobox__selection--selected {
21413
- opacity: 1;
21414
- }
21415
- .v-combobox--selecting-index .v-field__input > input {
21416
- caret-color: transparent;
21417
- }
21418
- .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
21419
- flex: 1 1;
21420
- position: absolute;
21421
- left: 0;
21422
- right: 0;
21423
- width: 100%;
21424
- padding-inline: inherit;
21425
- }
21426
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
21427
- transition: none;
21428
- }
21429
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
21430
- opacity: 0;
21431
- }
21432
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
21433
- opacity: 0;
21434
- }
21435
- .v-combobox__menu-icon {
21436
- margin-inline-start: 4px;
21437
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21438
- }
21439
- .v-combobox--active-menu .v-combobox__menu-icon {
21440
- opacity: var(--v-high-emphasis-opacity);
21441
- transform: rotate(180deg);
21442
- }.v-date-picker-header {
21443
- align-items: flex-end;
21444
- height: 70px;
21445
- display: grid;
21446
- grid-template-areas: "prepend content append";
21447
- grid-template-columns: min-content minmax(0, 1fr) min-content;
21448
- overflow: hidden;
21449
- padding-inline: 24px 12px;
21450
- padding-bottom: 12px;
21451
- }
21452
-
21453
- .v-date-picker-header__append {
21454
- grid-area: append;
21455
- }
21456
-
21457
- .v-date-picker-header__prepend {
21458
- grid-area: prepend;
21459
- padding-inline-start: 8px;
21460
- }
21461
-
21462
- .v-date-picker-header__content {
21463
- align-items: center;
21464
- display: inline-flex;
21465
- font-size: 32px;
21466
- line-height: 40px;
21467
- grid-area: content;
21468
- justify-content: space-between;
21469
- }
21470
- .v-date-picker-header--clickable .v-date-picker-header__content {
21471
- cursor: pointer;
21472
- }
21473
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
21474
- opacity: 0.7;
21475
- }
21476
-
21477
- .date-picker-header-transition-enter-active,
21478
- .date-picker-header-reverse-transition-enter-active {
21479
- transition-duration: 0.3s;
21480
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21481
- }
21482
- .date-picker-header-transition-leave-active,
21483
- .date-picker-header-reverse-transition-leave-active {
21484
- transition-duration: 0.3s;
21485
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21486
- }
21487
-
21488
- .date-picker-header-transition-enter-from {
21489
- transform: translate(0, 100%);
21490
- }
21491
- .date-picker-header-transition-leave-to {
21492
- opacity: 0;
21493
- transform: translate(0, -100%);
21507
+
21508
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
21509
+ flex: 1 0 auto;
21494
21510
  }
21495
21511
 
21496
- .date-picker-header-reverse-transition-enter-from {
21497
- transform: translate(0, -100%);
21498
- }
21499
- .date-picker-header-reverse-transition-leave-to {
21500
- opacity: 0;
21501
- transform: translate(0, 100%);
21512
+ .v-date-picker__title {
21513
+ display: inline-block;
21502
21514
  }.v-date-picker-months {
21503
21515
  height: 288px;
21504
21516
  }
@@ -21518,62 +21530,6 @@ html.overflow-y-hidden {
21518
21530
  text-transform: none;
21519
21531
  padding-inline-start: 8px;
21520
21532
  padding-inline-end: 8px;
21521
- }.v-date-picker-controls {
21522
- display: flex;
21523
- align-items: center;
21524
- justify-content: space-between;
21525
- font-size: 0.875rem;
21526
- padding-top: 4px;
21527
- padding-bottom: 4px;
21528
- padding-inline-start: 6px;
21529
- padding-inline-end: 12px;
21530
- }
21531
- .v-date-picker-controls > .v-btn:first-child {
21532
- text-transform: none;
21533
- font-weight: 400;
21534
- line-height: initial;
21535
- letter-spacing: initial;
21536
- }
21537
- .v-date-picker-controls--variant-classic {
21538
- padding-inline-start: 12px;
21539
- }
21540
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21541
- opacity: 0.7;
21542
- }
21543
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21544
- cursor: pointer;
21545
- }
21546
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21547
- opacity: 1;
21548
- }
21549
- .v-date-picker-controls .v-btn:last-child {
21550
- margin-inline-start: 4px;
21551
- }
21552
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
21553
- transform: rotate(180deg);
21554
- }
21555
-
21556
- .v-date-picker-controls__date {
21557
- margin-inline-end: 4px;
21558
- }
21559
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
21560
- margin: auto;
21561
- text-align: center;
21562
- }
21563
-
21564
- .v-date-picker-controls__month {
21565
- display: flex;
21566
- }
21567
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
21568
- flex-direction: row-reverse;
21569
- }
21570
-
21571
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
21572
- flex: 1 0 auto;
21573
- }
21574
-
21575
- .v-date-picker__title {
21576
- display: inline-block;
21577
21533
  }.v-date-picker-month {
21578
21534
  display: flex;
21579
21535
  justify-content: center;
@@ -21644,6 +21600,66 @@ html.overflow-y-hidden {
21644
21600
  }
21645
21601
  .v-date-picker-years__content .v-btn {
21646
21602
  padding-inline: 8px;
21603
+ }.v-date-picker-header {
21604
+ align-items: flex-end;
21605
+ height: 70px;
21606
+ display: grid;
21607
+ grid-template-areas: "prepend content append";
21608
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
21609
+ overflow: hidden;
21610
+ padding-inline: 24px 12px;
21611
+ padding-bottom: 12px;
21612
+ }
21613
+
21614
+ .v-date-picker-header__append {
21615
+ grid-area: append;
21616
+ }
21617
+
21618
+ .v-date-picker-header__prepend {
21619
+ grid-area: prepend;
21620
+ padding-inline-start: 8px;
21621
+ }
21622
+
21623
+ .v-date-picker-header__content {
21624
+ align-items: center;
21625
+ display: inline-flex;
21626
+ font-size: 32px;
21627
+ line-height: 40px;
21628
+ grid-area: content;
21629
+ justify-content: space-between;
21630
+ }
21631
+ .v-date-picker-header--clickable .v-date-picker-header__content {
21632
+ cursor: pointer;
21633
+ }
21634
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
21635
+ opacity: 0.7;
21636
+ }
21637
+
21638
+ .date-picker-header-transition-enter-active,
21639
+ .date-picker-header-reverse-transition-enter-active {
21640
+ transition-duration: 0.3s;
21641
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21642
+ }
21643
+ .date-picker-header-transition-leave-active,
21644
+ .date-picker-header-reverse-transition-leave-active {
21645
+ transition-duration: 0.3s;
21646
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21647
+ }
21648
+
21649
+ .date-picker-header-transition-enter-from {
21650
+ transform: translate(0, 100%);
21651
+ }
21652
+ .date-picker-header-transition-leave-to {
21653
+ opacity: 0;
21654
+ transform: translate(0, -100%);
21655
+ }
21656
+
21657
+ .date-picker-header-reverse-transition-enter-from {
21658
+ transform: translate(0, -100%);
21659
+ }
21660
+ .date-picker-header-reverse-transition-leave-to {
21661
+ opacity: 0;
21662
+ transform: translate(0, 100%);
21647
21663
  }.v-dialog {
21648
21664
  align-items: center;
21649
21665
  justify-content: center;
@@ -21736,6 +21752,55 @@ html.overflow-y-hidden {
21736
21752
  -webkit-backface-visibility: hidden;
21737
21753
  backface-visibility: hidden;
21738
21754
  overflow-y: auto;
21755
+ }.v-divider {
21756
+ display: block;
21757
+ flex: 1 1 100%;
21758
+ height: 0px;
21759
+ max-height: 0px;
21760
+ opacity: var(--v-border-opacity);
21761
+ transition: inherit;
21762
+ border-style: solid;
21763
+ border-width: thin 0 0 0;
21764
+ }
21765
+ .v-divider--vertical {
21766
+ align-self: stretch;
21767
+ border-width: 0 thin 0 0;
21768
+ display: inline-flex;
21769
+ height: 100%;
21770
+ margin-left: -1px;
21771
+ max-height: 100%;
21772
+ max-width: 0px;
21773
+ vertical-align: text-bottom;
21774
+ width: 0px;
21775
+ }
21776
+ .v-divider--inset:not(.v-divider--vertical) {
21777
+ max-width: calc(100% - 72px);
21778
+ margin-inline-start: 72px;
21779
+ }
21780
+ .v-divider--inset.v-divider--vertical {
21781
+ margin-bottom: 8px;
21782
+ margin-top: 8px;
21783
+ max-height: calc(100% - 16px);
21784
+ }
21785
+
21786
+ .v-divider__content {
21787
+ padding: 0 16px;
21788
+ }
21789
+ .v-divider__wrapper--vertical .v-divider__content {
21790
+ padding: 4px 0;
21791
+ }
21792
+
21793
+ .v-divider__wrapper {
21794
+ display: flex;
21795
+ align-items: center;
21796
+ justify-content: center;
21797
+ }
21798
+ .v-divider__wrapper--vertical {
21799
+ flex-direction: column;
21800
+ height: 100%;
21801
+ }
21802
+ .v-divider__wrapper--vertical .v-divider {
21803
+ margin: 0 auto;
21739
21804
  }.v-expansion-panel {
21740
21805
  background-color: rgb(var(--v-theme-surface));
21741
21806
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21946,55 +22011,6 @@ html.overflow-y-hidden {
21946
22011
  }
21947
22012
  .v-expansion-panels--tile > .v-expansion-panel {
21948
22013
  border-radius: 0;
21949
- }.v-divider {
21950
- display: block;
21951
- flex: 1 1 100%;
21952
- height: 0px;
21953
- max-height: 0px;
21954
- opacity: var(--v-border-opacity);
21955
- transition: inherit;
21956
- border-style: solid;
21957
- border-width: thin 0 0 0;
21958
- }
21959
- .v-divider--vertical {
21960
- align-self: stretch;
21961
- border-width: 0 thin 0 0;
21962
- display: inline-flex;
21963
- height: 100%;
21964
- margin-left: -1px;
21965
- max-height: 100%;
21966
- max-width: 0px;
21967
- vertical-align: text-bottom;
21968
- width: 0px;
21969
- }
21970
- .v-divider--inset:not(.v-divider--vertical) {
21971
- max-width: calc(100% - 72px);
21972
- margin-inline-start: 72px;
21973
- }
21974
- .v-divider--inset.v-divider--vertical {
21975
- margin-bottom: 8px;
21976
- margin-top: 8px;
21977
- max-height: calc(100% - 16px);
21978
- }
21979
-
21980
- .v-divider__content {
21981
- padding: 0 16px;
21982
- }
21983
- .v-divider__wrapper--vertical .v-divider__content {
21984
- padding: 4px 0;
21985
- }
21986
-
21987
- .v-divider__wrapper {
21988
- display: flex;
21989
- align-items: center;
21990
- justify-content: center;
21991
- }
21992
- .v-divider__wrapper--vertical {
21993
- flex-direction: column;
21994
- height: 100%;
21995
- }
21996
- .v-divider__wrapper--vertical .v-divider {
21997
- margin: 0 auto;
21998
22014
  }.v-empty-state {
21999
22015
  align-items: center;
22000
22016
  display: flex;
@@ -22062,104 +22078,6 @@ html.overflow-y-hidden {
22062
22078
  .v-empty-state__action-btn.v-btn {
22063
22079
  background-color: rgb(var(--v-theme-surface-variant));
22064
22080
  color: rgb(var(--v-theme-on-surface-variant));
22065
- }.v-fab {
22066
- align-items: center;
22067
- display: inline-flex;
22068
- flex: 1 1 auto;
22069
- pointer-events: none;
22070
- position: relative;
22071
- transition-duration: 0.2s;
22072
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22073
- vertical-align: middle;
22074
- }
22075
- .v-fab .v-btn {
22076
- pointer-events: auto;
22077
- }
22078
- .v-fab .v-btn--variant-elevated {
22079
- 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));
22080
- }
22081
- .v-fab--app, .v-fab--absolute {
22082
- display: flex;
22083
- }
22084
- .v-fab--start, .v-fab--left {
22085
- justify-content: flex-start;
22086
- }
22087
- .v-fab--center {
22088
- align-items: center;
22089
- justify-content: center;
22090
- }
22091
- .v-fab--end, .v-fab--right {
22092
- justify-content: flex-end;
22093
- }
22094
- .v-fab--bottom {
22095
- align-items: flex-end;
22096
- }
22097
- .v-fab--top {
22098
- align-items: flex-start;
22099
- }
22100
- .v-fab--extended .v-btn {
22101
- border-radius: 9999px !important;
22102
- }
22103
-
22104
- .v-fab__container {
22105
- align-self: center;
22106
- display: inline-flex;
22107
- position: absolute;
22108
- vertical-align: middle;
22109
- }
22110
- .v-fab--app .v-fab__container {
22111
- margin: 12px;
22112
- }
22113
- .v-fab--absolute .v-fab__container {
22114
- position: absolute;
22115
- z-index: 4;
22116
- }
22117
- .v-fab--offset.v-fab--top .v-fab__container {
22118
- transform: translateY(-50%);
22119
- }
22120
- .v-fab--offset.v-fab--bottom .v-fab__container {
22121
- transform: translateY(50%);
22122
- }
22123
- .v-fab--top .v-fab__container {
22124
- top: 0;
22125
- }
22126
- .v-fab--bottom .v-fab__container {
22127
- bottom: 0;
22128
- }
22129
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
22130
- left: 0;
22131
- }
22132
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
22133
- right: 0;
22134
- }.v-file-input--hide.v-input .v-field,
22135
- .v-file-input--hide.v-input .v-input__control,
22136
- .v-file-input--hide.v-input .v-input__details {
22137
- display: none;
22138
- }
22139
- .v-file-input--hide.v-input .v-input__prepend {
22140
- grid-area: control;
22141
- margin: 0 auto;
22142
- }
22143
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22144
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22145
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22146
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22147
- top: 0px;
22148
- }
22149
- .v-file-input input[type=file] {
22150
- height: 100%;
22151
- left: 0;
22152
- opacity: 0;
22153
- position: absolute;
22154
- top: 0;
22155
- width: 100%;
22156
- z-index: 1;
22157
- }
22158
- .v-file-input .v-input__details {
22159
- padding-inline: 16px;
22160
- }
22161
- .v-input--plain-underlined.v-file-input .v-input__details {
22162
- padding-inline: 0;
22163
22081
  }/* region INPUT */
22164
22082
  .v-field {
22165
22083
  display: grid;
@@ -22730,7 +22648,76 @@ textarea.v-field__input::placeholder {
22730
22648
  opacity: 0;
22731
22649
  }
22732
22650
 
22733
- /* endregion */.v-footer {
22651
+ /* endregion */.v-fab {
22652
+ align-items: center;
22653
+ display: inline-flex;
22654
+ flex: 1 1 auto;
22655
+ pointer-events: none;
22656
+ position: relative;
22657
+ transition-duration: 0.2s;
22658
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22659
+ vertical-align: middle;
22660
+ }
22661
+ .v-fab .v-btn {
22662
+ pointer-events: auto;
22663
+ }
22664
+ .v-fab .v-btn--variant-elevated {
22665
+ 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));
22666
+ }
22667
+ .v-fab--app, .v-fab--absolute {
22668
+ display: flex;
22669
+ }
22670
+ .v-fab--start, .v-fab--left {
22671
+ justify-content: flex-start;
22672
+ }
22673
+ .v-fab--center {
22674
+ align-items: center;
22675
+ justify-content: center;
22676
+ }
22677
+ .v-fab--end, .v-fab--right {
22678
+ justify-content: flex-end;
22679
+ }
22680
+ .v-fab--bottom {
22681
+ align-items: flex-end;
22682
+ }
22683
+ .v-fab--top {
22684
+ align-items: flex-start;
22685
+ }
22686
+ .v-fab--extended .v-btn {
22687
+ border-radius: 9999px !important;
22688
+ }
22689
+
22690
+ .v-fab__container {
22691
+ align-self: center;
22692
+ display: inline-flex;
22693
+ position: absolute;
22694
+ vertical-align: middle;
22695
+ }
22696
+ .v-fab--app .v-fab__container {
22697
+ margin: 12px;
22698
+ }
22699
+ .v-fab--absolute .v-fab__container {
22700
+ position: absolute;
22701
+ z-index: 4;
22702
+ }
22703
+ .v-fab--offset.v-fab--top .v-fab__container {
22704
+ transform: translateY(-50%);
22705
+ }
22706
+ .v-fab--offset.v-fab--bottom .v-fab__container {
22707
+ transform: translateY(50%);
22708
+ }
22709
+ .v-fab--top .v-fab__container {
22710
+ top: 0;
22711
+ }
22712
+ .v-fab--bottom .v-fab__container {
22713
+ bottom: 0;
22714
+ }
22715
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
22716
+ left: 0;
22717
+ }
22718
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
22719
+ right: 0;
22720
+ }.v-footer {
22734
22721
  align-items: center;
22735
22722
  display: flex;
22736
22723
  flex: 1 1 auto;
@@ -22758,31 +22745,35 @@ textarea.v-field__input::placeholder {
22758
22745
  }
22759
22746
  .v-footer--rounded {
22760
22747
  border-radius: 4px;
22761
- }.v-infinite-scroll--horizontal {
22762
- display: flex;
22763
- flex-direction: row;
22764
- overflow-x: auto;
22748
+ }.v-file-input--hide.v-input .v-field,
22749
+ .v-file-input--hide.v-input .v-input__control,
22750
+ .v-file-input--hide.v-input .v-input__details {
22751
+ display: none;
22765
22752
  }
22766
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22767
- height: 100%;
22768
- width: 1px;
22753
+ .v-file-input--hide.v-input .v-input__prepend {
22754
+ grid-area: control;
22755
+ margin: 0 auto;
22769
22756
  }
22770
-
22771
- .v-infinite-scroll--vertical {
22772
- display: flex;
22773
- flex-direction: column;
22774
- overflow-y: auto;
22757
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22758
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22759
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22760
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22761
+ top: 0px;
22775
22762
  }
22776
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22777
- height: 1px;
22763
+ .v-file-input input[type=file] {
22764
+ height: 100%;
22765
+ left: 0;
22766
+ opacity: 0;
22767
+ position: absolute;
22768
+ top: 0;
22778
22769
  width: 100%;
22770
+ z-index: 1;
22779
22771
  }
22780
-
22781
- .v-infinite-scroll__side {
22782
- align-items: center;
22783
- display: flex;
22784
- justify-content: center;
22785
- padding: 8px;
22772
+ .v-file-input .v-input__details {
22773
+ padding-inline: 16px;
22774
+ }
22775
+ .v-input--plain-underlined.v-file-input .v-input__details {
22776
+ padding-inline: 0;
22786
22777
  }.v-icon {
22787
22778
  --v-icon-size-multiplier: 1;
22788
22779
  align-items: center;
@@ -22872,7 +22863,52 @@ textarea.v-field__input::placeholder {
22872
22863
 
22873
22864
  .v-img__gradient {
22874
22865
  background-repeat: no-repeat;
22875
- }.v-input {
22866
+ }.v-infinite-scroll--horizontal {
22867
+ display: flex;
22868
+ flex-direction: row;
22869
+ overflow-x: auto;
22870
+ }
22871
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22872
+ height: 100%;
22873
+ width: 1px;
22874
+ }
22875
+
22876
+ .v-infinite-scroll--vertical {
22877
+ display: flex;
22878
+ flex-direction: column;
22879
+ overflow-y: auto;
22880
+ }
22881
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22882
+ height: 1px;
22883
+ width: 100%;
22884
+ }
22885
+
22886
+ .v-infinite-scroll__side {
22887
+ align-items: center;
22888
+ display: flex;
22889
+ justify-content: center;
22890
+ padding: 8px;
22891
+ }.v-item-group {
22892
+ flex: 0 1 auto;
22893
+ max-width: 100%;
22894
+ position: relative;
22895
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22896
+ }.v-label {
22897
+ align-items: center;
22898
+ color: inherit;
22899
+ display: inline-flex;
22900
+ font-size: 1rem;
22901
+ letter-spacing: 0.009375em;
22902
+ min-width: 0;
22903
+ opacity: var(--v-medium-emphasis-opacity);
22904
+ overflow: hidden;
22905
+ text-overflow: ellipsis;
22906
+ white-space: nowrap;
22907
+ }
22908
+
22909
+ .v-label--clickable {
22910
+ cursor: pointer;
22911
+ }.v-input {
22876
22912
  display: grid;
22877
22913
  flex: 1 1 auto;
22878
22914
  font-size: 1rem;
@@ -23014,11 +23050,6 @@ textarea.v-field__input::placeholder {
23014
23050
 
23015
23051
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
23016
23052
  padding-top: calc(var(--v-input-padding-top) + 0px);
23017
- }.v-item-group {
23018
- flex: 0 1 auto;
23019
- max-width: 100%;
23020
- position: relative;
23021
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23022
23053
  }.v-layout-item {
23023
23054
  position: absolute;
23024
23055
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
@@ -23026,21 +23057,6 @@ textarea.v-field__input::placeholder {
23026
23057
 
23027
23058
  .v-layout-item--absolute {
23028
23059
  position: absolute;
23029
- }.v-label {
23030
- align-items: center;
23031
- color: inherit;
23032
- display: inline-flex;
23033
- font-size: 1rem;
23034
- letter-spacing: 0.009375em;
23035
- min-width: 0;
23036
- opacity: var(--v-medium-emphasis-opacity);
23037
- overflow: hidden;
23038
- text-overflow: ellipsis;
23039
- white-space: nowrap;
23040
- }
23041
-
23042
- .v-label--clickable {
23043
- cursor: pointer;
23044
23060
  }.v-layout {
23045
23061
  --v-scrollbar-offset: 0px;
23046
23062
  display: flex;
@@ -23606,21 +23622,34 @@ textarea.v-field__input::placeholder {
23606
23622
  }
23607
23623
  .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
23608
23624
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23609
- }.v-locale-provider {
23610
- display: contents;
23611
- }.v-menu > .v-overlay__content {
23612
- display: flex;
23613
- flex-direction: column;
23614
- border-radius: 4px;
23625
+ }.v-main {
23626
+ flex: 1 0 auto;
23627
+ max-width: 100%;
23628
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23629
+ padding-left: var(--v-layout-left);
23630
+ padding-right: var(--v-layout-right);
23631
+ padding-top: var(--v-layout-top);
23632
+ padding-bottom: var(--v-layout-bottom);
23615
23633
  }
23616
- .v-menu > .v-overlay__content > .v-card,
23617
- .v-menu > .v-overlay__content > .v-sheet,
23618
- .v-menu > .v-overlay__content > .v-list {
23619
- background: rgb(var(--v-theme-surface));
23620
- border-radius: inherit;
23621
- overflow: auto;
23634
+ .v-main__scroller {
23635
+ max-width: 100%;
23636
+ position: relative;
23637
+ }
23638
+ .v-main--scrollable {
23639
+ display: flex;
23640
+ position: absolute;
23641
+ top: 0;
23642
+ left: 0;
23643
+ width: 100%;
23622
23644
  height: 100%;
23623
- 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));
23645
+ }
23646
+ .v-main--scrollable > .v-main__scroller {
23647
+ flex: 1 1 auto;
23648
+ overflow-y: auto;
23649
+ --v-layout-left: 0px;
23650
+ --v-layout-right: 0px;
23651
+ --v-layout-top: 0px;
23652
+ --v-layout-bottom: 0px;
23624
23653
  }.v-messages {
23625
23654
  flex: 1 1 auto;
23626
23655
  font-size: 12px;
@@ -23637,6 +23666,77 @@ textarea.v-field__input::placeholder {
23637
23666
  -webkit-hyphens: auto;
23638
23667
  hyphens: auto;
23639
23668
  transition-duration: 150ms;
23669
+ }.v-locale-provider {
23670
+ display: contents;
23671
+ }.v-menu > .v-overlay__content {
23672
+ display: flex;
23673
+ flex-direction: column;
23674
+ border-radius: 4px;
23675
+ }
23676
+ .v-menu > .v-overlay__content > .v-card,
23677
+ .v-menu > .v-overlay__content > .v-sheet,
23678
+ .v-menu > .v-overlay__content > .v-list {
23679
+ background: rgb(var(--v-theme-surface));
23680
+ border-radius: inherit;
23681
+ overflow: auto;
23682
+ height: 100%;
23683
+ 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));
23684
+ }.v-otp-input {
23685
+ border-radius: 4px;
23686
+ align-items: center;
23687
+ display: flex;
23688
+ justify-content: center;
23689
+ padding: 0.5rem 0;
23690
+ position: relative;
23691
+ }
23692
+ .v-otp-input .v-field {
23693
+ height: 100%;
23694
+ }
23695
+
23696
+ .v-otp-input__divider {
23697
+ margin: 0 8px;
23698
+ }
23699
+
23700
+ .v-otp-input__content {
23701
+ align-items: center;
23702
+ display: flex;
23703
+ gap: 0.5rem;
23704
+ height: 64px;
23705
+ padding: 0.5rem;
23706
+ justify-content: center;
23707
+ max-width: 320px;
23708
+ position: relative;
23709
+ border-radius: inherit;
23710
+ }
23711
+ .v-otp-input--divided .v-otp-input__content {
23712
+ max-width: 360px;
23713
+ }
23714
+
23715
+ .v-otp-input__field {
23716
+ color: inherit;
23717
+ font-size: 1.25rem;
23718
+ height: 100%;
23719
+ outline: none;
23720
+ text-align: center;
23721
+ width: 100%;
23722
+ }
23723
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23724
+ -webkit-appearance: none;
23725
+ margin: 0;
23726
+ }
23727
+ .v-otp-input__field[type=number] {
23728
+ -moz-appearance: textfield;
23729
+ }
23730
+
23731
+ .v-otp-input__loader {
23732
+ align-items: center;
23733
+ display: flex;
23734
+ height: 100%;
23735
+ justify-content: center;
23736
+ width: 100%;
23737
+ }
23738
+ .v-otp-input__loader .v-progress-linear {
23739
+ position: absolute;
23640
23740
  }.v-navigation-drawer {
23641
23741
  -webkit-overflow-scrolling: touch;
23642
23742
  background: rgb(var(--v-theme-surface));
@@ -23739,145 +23839,61 @@ textarea.v-field__input::placeholder {
23739
23839
  .v-navigation-drawer__append {
23740
23840
  flex: none;
23741
23841
  overflow: hidden;
23742
- }.v-otp-input {
23743
- border-radius: 4px;
23744
- align-items: center;
23745
- display: flex;
23746
- justify-content: center;
23747
- padding: 0.5rem 0;
23748
- position: relative;
23749
- }
23750
- .v-otp-input .v-field {
23751
- height: 100%;
23842
+ }.v-overlay-container {
23843
+ contain: layout;
23844
+ left: 0;
23845
+ pointer-events: none;
23846
+ position: absolute;
23847
+ top: 0;
23848
+ display: contents;
23752
23849
  }
23753
23850
 
23754
- .v-otp-input__divider {
23755
- margin: 0 8px;
23851
+ .v-overlay-scroll-blocked {
23852
+ padding-inline-end: var(--v-scrollbar-offset);
23853
+ }
23854
+ .v-overlay-scroll-blocked:not(html) {
23855
+ overflow-y: hidden !important;
23856
+ }
23857
+ html.v-overlay-scroll-blocked {
23858
+ position: fixed;
23859
+ top: var(--v-body-scroll-y);
23860
+ left: var(--v-body-scroll-x);
23861
+ width: 100%;
23862
+ height: 100%;
23756
23863
  }
23757
23864
 
23758
- .v-otp-input__content {
23759
- align-items: center;
23760
- display: flex;
23761
- gap: 0.5rem;
23762
- height: 64px;
23763
- padding: 0.5rem;
23764
- justify-content: center;
23765
- max-width: 320px;
23766
- position: relative;
23865
+ .v-overlay {
23767
23866
  border-radius: inherit;
23768
- }
23769
- .v-otp-input--divided .v-otp-input__content {
23770
- max-width: 360px;
23867
+ display: flex;
23868
+ left: 0;
23869
+ pointer-events: none;
23870
+ position: fixed;
23871
+ top: 0;
23872
+ bottom: 0;
23873
+ right: 0;
23771
23874
  }
23772
23875
 
23773
- .v-otp-input__field {
23774
- color: inherit;
23775
- font-size: 1.25rem;
23776
- height: 100%;
23876
+ .v-overlay__content {
23777
23877
  outline: none;
23778
- text-align: center;
23779
- width: 100%;
23878
+ position: absolute;
23879
+ pointer-events: auto;
23880
+ contain: layout;
23780
23881
  }
23781
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23782
- -webkit-appearance: none;
23783
- margin: 0;
23882
+
23883
+ .v-overlay__scrim {
23884
+ pointer-events: auto;
23885
+ background: rgb(var(--v-theme-on-surface));
23886
+ border-radius: inherit;
23887
+ bottom: 0;
23888
+ left: 0;
23889
+ opacity: var(--v-overlay-opacity, 0.32);
23890
+ position: fixed;
23891
+ right: 0;
23892
+ top: 0;
23784
23893
  }
23785
- .v-otp-input__field[type=number] {
23786
- -moz-appearance: textfield;
23787
- }
23788
-
23789
- .v-otp-input__loader {
23790
- align-items: center;
23791
- display: flex;
23792
- height: 100%;
23793
- justify-content: center;
23794
- width: 100%;
23795
- }
23796
- .v-otp-input__loader .v-progress-linear {
23797
- position: absolute;
23798
- }.v-main {
23799
- flex: 1 0 auto;
23800
- max-width: 100%;
23801
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23802
- padding-left: var(--v-layout-left);
23803
- padding-right: var(--v-layout-right);
23804
- padding-top: var(--v-layout-top);
23805
- padding-bottom: var(--v-layout-bottom);
23806
- }
23807
- .v-main__scroller {
23808
- max-width: 100%;
23809
- position: relative;
23810
- }
23811
- .v-main--scrollable {
23812
- display: flex;
23813
- position: absolute;
23814
- top: 0;
23815
- left: 0;
23816
- width: 100%;
23817
- height: 100%;
23818
- }
23819
- .v-main--scrollable > .v-main__scroller {
23820
- flex: 1 1 auto;
23821
- overflow-y: auto;
23822
- --v-layout-left: 0px;
23823
- --v-layout-right: 0px;
23824
- --v-layout-top: 0px;
23825
- --v-layout-bottom: 0px;
23826
- }.v-overlay-container {
23827
- contain: layout;
23828
- left: 0;
23829
- pointer-events: none;
23830
- position: absolute;
23831
- top: 0;
23832
- display: contents;
23833
- }
23834
-
23835
- .v-overlay-scroll-blocked {
23836
- padding-inline-end: var(--v-scrollbar-offset);
23837
- }
23838
- .v-overlay-scroll-blocked:not(html) {
23839
- overflow-y: hidden !important;
23840
- }
23841
- html.v-overlay-scroll-blocked {
23842
- position: fixed;
23843
- top: var(--v-body-scroll-y);
23844
- left: var(--v-body-scroll-x);
23845
- width: 100%;
23846
- height: 100%;
23847
- }
23848
-
23849
- .v-overlay {
23850
- border-radius: inherit;
23851
- display: flex;
23852
- left: 0;
23853
- pointer-events: none;
23854
- position: fixed;
23855
- top: 0;
23856
- bottom: 0;
23857
- right: 0;
23858
- }
23859
-
23860
- .v-overlay__content {
23861
- outline: none;
23862
- position: absolute;
23863
- pointer-events: auto;
23864
- contain: layout;
23865
- }
23866
-
23867
- .v-overlay__scrim {
23868
- pointer-events: auto;
23869
- background: rgb(var(--v-theme-on-surface));
23870
- border-radius: inherit;
23871
- bottom: 0;
23872
- left: 0;
23873
- opacity: var(--v-overlay-opacity, 0.32);
23874
- position: fixed;
23875
- right: 0;
23876
- top: 0;
23877
- }
23878
-
23879
- .v-overlay--absolute {
23880
- position: absolute;
23894
+
23895
+ .v-overlay--absolute {
23896
+ position: absolute;
23881
23897
  }
23882
23898
 
23883
23899
  .v-overlay--contained .v-overlay__scrim {
@@ -23886,6 +23902,12 @@ html.v-overlay-scroll-blocked {
23886
23902
 
23887
23903
  .v-overlay--scroll-blocked {
23888
23904
  padding-inline-end: var(--v-scrollbar-offset);
23905
+ }.v-parallax {
23906
+ position: relative;
23907
+ overflow: hidden;
23908
+ }
23909
+ .v-parallax--active > .v-img__img {
23910
+ will-change: transform;
23889
23911
  }.v-pagination__list {
23890
23912
  display: inline-flex;
23891
23913
  list-style-type: none;
@@ -23996,12 +24018,6 @@ html.v-overlay-scroll-blocked {
23996
24018
  100% {
23997
24019
  transform: rotate(270deg);
23998
24020
  }
23999
- }.v-parallax {
24000
- position: relative;
24001
- overflow: hidden;
24002
- }
24003
- .v-parallax--active > .v-img__img {
24004
- will-change: transform;
24005
24021
  }.v-progress-linear {
24006
24022
  background: transparent;
24007
24023
  overflow: hidden;
@@ -24213,6 +24229,18 @@ html.v-overlay-scroll-blocked {
24213
24229
  0% {
24214
24230
  background-position-x: var(--v-progress-linear-height);
24215
24231
  }
24232
+ }.v-radio-group > .v-input__control {
24233
+ flex-direction: column;
24234
+ }
24235
+ .v-radio-group > .v-input__control > .v-label {
24236
+ margin-inline-start: 16px;
24237
+ }
24238
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24239
+ padding-inline-start: 6px;
24240
+ margin-top: 8px;
24241
+ }
24242
+ .v-radio-group .v-input__details {
24243
+ padding-inline: 16px;
24216
24244
  }.v-rating {
24217
24245
  max-width: 100%;
24218
24246
  display: inline-flex;
@@ -24267,75 +24295,32 @@ html.v-overlay-scroll-blocked {
24267
24295
  opacity: 0;
24268
24296
  position: absolute;
24269
24297
  width: 0;
24270
- }.v-slider .v-slider__container input {
24271
- cursor: default;
24272
- padding: 0;
24273
- width: 100%;
24274
- display: none;
24275
- }
24276
- .v-slider > .v-input__append,
24277
- .v-slider > .v-input__prepend {
24278
- padding: 0;
24279
- }
24280
-
24281
- .v-slider__container {
24282
- position: relative;
24283
- min-height: inherit;
24284
- width: 100%;
24285
- height: 100%;
24298
+ }.v-responsive {
24286
24299
  display: flex;
24287
- justify-content: center;
24288
- align-items: center;
24289
- cursor: pointer;
24290
- }
24291
- .v-input--disabled .v-slider__container {
24292
- opacity: var(--v-disabled-opacity);
24300
+ flex: 1 0 auto;
24301
+ max-height: 100%;
24302
+ max-width: 100%;
24303
+ overflow: hidden;
24304
+ position: relative;
24293
24305
  }
24294
- .v-input--error:not(.v-input--disabled) .v-slider__container {
24295
- color: rgb(var(--v-theme-error));
24306
+ .v-responsive--inline {
24307
+ display: inline-flex;
24308
+ flex: 0 0 auto;
24296
24309
  }
24297
24310
 
24298
- .v-slider.v-input--horizontal {
24299
- align-items: center;
24300
- margin-inline: 8px 8px;
24301
- }
24302
- .v-slider.v-input--horizontal > .v-input__control {
24303
- min-height: 32px;
24304
- display: flex;
24305
- align-items: center;
24311
+ .v-responsive__content {
24312
+ flex: 1 0 0px;
24313
+ max-width: 100%;
24306
24314
  }
24307
24315
 
24308
- .v-slider.v-input--vertical {
24309
- justify-content: center;
24310
- margin-top: 12px;
24311
- margin-bottom: 12px;
24312
- }
24313
- .v-slider.v-input--vertical > .v-input__control {
24314
- min-height: 300px;
24316
+ .v-responsive__sizer ~ .v-responsive__content {
24317
+ margin-inline-start: -100%;
24315
24318
  }
24316
24319
 
24317
- .v-slider.v-input--disabled {
24320
+ .v-responsive__sizer {
24321
+ flex: 1 0 0px;
24322
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24318
24323
  pointer-events: none;
24319
- }
24320
-
24321
- .v-slider--has-labels > .v-input__control {
24322
- margin-bottom: 4px;
24323
- }
24324
-
24325
- .v-slider__label {
24326
- margin-inline-end: 12px;
24327
- }.v-radio-group > .v-input__control {
24328
- flex-direction: column;
24329
- }
24330
- .v-radio-group > .v-input__control > .v-label {
24331
- margin-inline-start: 16px;
24332
- }
24333
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24334
- padding-inline-start: 6px;
24335
- margin-top: 8px;
24336
- }
24337
- .v-radio-group .v-input__details {
24338
- padding-inline: 16px;
24339
24324
  }.v-select .v-field .v-text-field__prefix,
24340
24325
  .v-select .v-field .v-text-field__suffix,
24341
24326
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -24384,32 +24369,6 @@ html.v-overlay-scroll-blocked {
24384
24369
  .v-select--active-menu .v-select__menu-icon {
24385
24370
  opacity: var(--v-high-emphasis-opacity);
24386
24371
  transform: rotate(180deg);
24387
- }.v-responsive {
24388
- display: flex;
24389
- flex: 1 0 auto;
24390
- max-height: 100%;
24391
- max-width: 100%;
24392
- overflow: hidden;
24393
- position: relative;
24394
- }
24395
- .v-responsive--inline {
24396
- display: inline-flex;
24397
- flex: 0 0 auto;
24398
- }
24399
-
24400
- .v-responsive__content {
24401
- flex: 1 0 0px;
24402
- max-width: 100%;
24403
- }
24404
-
24405
- .v-responsive__sizer ~ .v-responsive__content {
24406
- margin-inline-start: -100%;
24407
- }
24408
-
24409
- .v-responsive__sizer {
24410
- flex: 1 0 0px;
24411
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24412
- pointer-events: none;
24413
24372
  }.v-selection-control {
24414
24373
  align-items: center;
24415
24374
  contain: layout;
@@ -24511,32 +24470,117 @@ html.v-overlay-scroll-blocked {
24511
24470
  }
24512
24471
  .v-selection-control--focus-visible .v-selection-control__input::before {
24513
24472
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24514
- }.v-selection-control-group {
24515
- grid-area: control;
24516
- display: flex;
24517
- flex-direction: column;
24518
- }
24519
- .v-selection-control-group--inline {
24520
- flex-direction: row;
24521
- flex-wrap: wrap;
24522
- }.v-skeleton-loader {
24523
- align-items: center;
24473
+ }.v-sheet {
24474
+ display: block;
24475
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24476
+ border-style: solid;
24477
+ border-width: 0;
24478
+ 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));
24479
+ border-radius: 0;
24524
24480
  background: rgb(var(--v-theme-surface));
24525
- border-radius: 4px;
24526
- display: flex;
24527
- flex-wrap: wrap;
24528
- position: relative;
24529
- vertical-align: top;
24481
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
24530
24482
  }
24531
- .v-skeleton-loader__actions {
24532
- justify-content: end;
24483
+ .v-sheet--border {
24484
+ border-width: thin;
24485
+ box-shadow: none;
24533
24486
  }
24534
- .v-skeleton-loader .v-skeleton-loader__ossein {
24535
- height: 100%;
24487
+ .v-sheet--absolute {
24488
+ position: absolute;
24536
24489
  }
24537
- .v-skeleton-loader .v-skeleton-loader__avatar,
24538
- .v-skeleton-loader .v-skeleton-loader__button,
24539
- .v-skeleton-loader .v-skeleton-loader__chip,
24490
+ .v-sheet--fixed {
24491
+ position: fixed;
24492
+ }
24493
+ .v-sheet--relative {
24494
+ position: relative;
24495
+ }
24496
+ .v-sheet--sticky {
24497
+ position: sticky;
24498
+ }
24499
+ .v-sheet--rounded {
24500
+ border-radius: 4px;
24501
+ }.v-slider .v-slider__container input {
24502
+ cursor: default;
24503
+ padding: 0;
24504
+ width: 100%;
24505
+ display: none;
24506
+ }
24507
+ .v-slider > .v-input__append,
24508
+ .v-slider > .v-input__prepend {
24509
+ padding: 0;
24510
+ }
24511
+
24512
+ .v-slider__container {
24513
+ position: relative;
24514
+ min-height: inherit;
24515
+ width: 100%;
24516
+ height: 100%;
24517
+ display: flex;
24518
+ justify-content: center;
24519
+ align-items: center;
24520
+ cursor: pointer;
24521
+ }
24522
+ .v-input--disabled .v-slider__container {
24523
+ opacity: var(--v-disabled-opacity);
24524
+ }
24525
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
24526
+ color: rgb(var(--v-theme-error));
24527
+ }
24528
+
24529
+ .v-slider.v-input--horizontal {
24530
+ align-items: center;
24531
+ margin-inline: 8px 8px;
24532
+ }
24533
+ .v-slider.v-input--horizontal > .v-input__control {
24534
+ min-height: 32px;
24535
+ display: flex;
24536
+ align-items: center;
24537
+ }
24538
+
24539
+ .v-slider.v-input--vertical {
24540
+ justify-content: center;
24541
+ margin-top: 12px;
24542
+ margin-bottom: 12px;
24543
+ }
24544
+ .v-slider.v-input--vertical > .v-input__control {
24545
+ min-height: 300px;
24546
+ }
24547
+
24548
+ .v-slider.v-input--disabled {
24549
+ pointer-events: none;
24550
+ }
24551
+
24552
+ .v-slider--has-labels > .v-input__control {
24553
+ margin-bottom: 4px;
24554
+ }
24555
+
24556
+ .v-slider__label {
24557
+ margin-inline-end: 12px;
24558
+ }.v-selection-control-group {
24559
+ grid-area: control;
24560
+ display: flex;
24561
+ flex-direction: column;
24562
+ }
24563
+ .v-selection-control-group--inline {
24564
+ flex-direction: row;
24565
+ flex-wrap: wrap;
24566
+ }.v-skeleton-loader {
24567
+ align-items: center;
24568
+ background: rgb(var(--v-theme-surface));
24569
+ border-radius: 4px;
24570
+ display: flex;
24571
+ flex-wrap: wrap;
24572
+ position: relative;
24573
+ vertical-align: top;
24574
+ }
24575
+ .v-skeleton-loader__actions {
24576
+ justify-content: end;
24577
+ }
24578
+ .v-skeleton-loader .v-skeleton-loader__ossein {
24579
+ height: 100%;
24580
+ }
24581
+ .v-skeleton-loader .v-skeleton-loader__avatar,
24582
+ .v-skeleton-loader .v-skeleton-loader__button,
24583
+ .v-skeleton-loader .v-skeleton-loader__chip,
24540
24584
  .v-skeleton-loader .v-skeleton-loader__divider,
24541
24585
  .v-skeleton-loader .v-skeleton-loader__heading,
24542
24586
  .v-skeleton-loader .v-skeleton-loader__image,
@@ -24742,34 +24786,61 @@ html.v-overlay-scroll-blocked {
24742
24786
  100% {
24743
24787
  transform: translateX(100%);
24744
24788
  }
24745
- }.v-sheet {
24746
- display: block;
24747
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24748
- border-style: solid;
24749
- border-width: 0;
24750
- 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));
24751
- border-radius: 0;
24752
- background: rgb(var(--v-theme-surface));
24753
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
24754
- }
24755
- .v-sheet--border {
24756
- border-width: thin;
24757
- box-shadow: none;
24789
+ }.v-slide-group {
24790
+ display: flex;
24791
+ overflow: hidden;
24758
24792
  }
24759
- .v-sheet--absolute {
24760
- position: absolute;
24793
+
24794
+ .v-slide-group__next,
24795
+ .v-slide-group__prev {
24796
+ align-items: center;
24797
+ display: flex;
24798
+ flex: 0 1 52px;
24799
+ justify-content: center;
24800
+ min-width: 52px;
24801
+ cursor: pointer;
24761
24802
  }
24762
- .v-sheet--fixed {
24763
- position: fixed;
24803
+ .v-slide-group__next--disabled,
24804
+ .v-slide-group__prev--disabled {
24805
+ pointer-events: none;
24806
+ opacity: var(--v-disabled-opacity);
24764
24807
  }
24765
- .v-sheet--relative {
24808
+
24809
+ .v-slide-group__content {
24810
+ display: flex;
24811
+ flex: 1 0 auto;
24766
24812
  position: relative;
24813
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24814
+ white-space: nowrap;
24767
24815
  }
24768
- .v-sheet--sticky {
24769
- position: sticky;
24816
+ .v-slide-group__content > * {
24817
+ white-space: initial;
24770
24818
  }
24771
- .v-sheet--rounded {
24772
- border-radius: 4px;
24819
+
24820
+ .v-slide-group__container {
24821
+ contain: content;
24822
+ display: flex;
24823
+ flex: 1 1 auto;
24824
+ overflow-x: auto;
24825
+ overflow-y: hidden;
24826
+ scrollbar-width: none;
24827
+ scrollbar-color: rgba(0, 0, 0, 0);
24828
+ }
24829
+ .v-slide-group__container::-webkit-scrollbar {
24830
+ display: none;
24831
+ }
24832
+
24833
+ .v-slide-group--vertical {
24834
+ max-height: inherit;
24835
+ }
24836
+ .v-slide-group--vertical,
24837
+ .v-slide-group--vertical .v-slide-group__container,
24838
+ .v-slide-group--vertical .v-slide-group__content {
24839
+ flex-direction: column;
24840
+ }
24841
+ .v-slide-group--vertical .v-slide-group__container {
24842
+ overflow-x: hidden;
24843
+ overflow-y: auto;
24773
24844
  }.v-snackbar {
24774
24845
  justify-content: center;
24775
24846
  z-index: 10000;
@@ -24908,84 +24979,186 @@ html.v-overlay-scroll-blocked {
24908
24979
  }
24909
24980
  .v-snackbar-transition-leave-to {
24910
24981
  opacity: 0;
24911
- }.v-slide-group {
24912
- display: flex;
24913
- overflow: hidden;
24914
- }
24915
-
24916
- .v-slide-group__next,
24917
- .v-slide-group__prev {
24918
- align-items: center;
24919
- display: flex;
24920
- flex: 0 1 52px;
24921
- justify-content: center;
24922
- min-width: 52px;
24923
- cursor: pointer;
24982
+ }.v-speed-dial__content {
24983
+ gap: 8px;
24924
24984
  }
24925
- .v-slide-group__next--disabled,
24926
- .v-slide-group__prev--disabled {
24927
- pointer-events: none;
24928
- opacity: var(--v-disabled-opacity);
24985
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
24986
+ flex-direction: row;
24929
24987
  }
24930
-
24931
- .v-slide-group__content {
24932
- display: flex;
24933
- flex: 1 0 auto;
24934
- position: relative;
24935
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24936
- white-space: nowrap;
24988
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
24989
+ flex-direction: row-reverse;
24937
24990
  }
24938
- .v-slide-group__content > * {
24939
- white-space: initial;
24991
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
24992
+ flex-direction: column-reverse;
24940
24993
  }
24941
-
24942
- .v-slide-group__container {
24943
- contain: content;
24944
- display: flex;
24945
- flex: 1 1 auto;
24946
- overflow-x: auto;
24947
- overflow-y: hidden;
24948
- scrollbar-width: none;
24949
- scrollbar-color: rgba(0, 0, 0, 0);
24994
+ .v-speed-dial__content > *:nth-child(1) {
24995
+ transition-delay: 0s;
24950
24996
  }
24951
- .v-slide-group__container::-webkit-scrollbar {
24952
- display: none;
24997
+ .v-speed-dial__content > *:nth-child(2) {
24998
+ transition-delay: 0.05s;
24953
24999
  }
24954
-
24955
- .v-slide-group--vertical {
24956
- max-height: inherit;
25000
+ .v-speed-dial__content > *:nth-child(3) {
25001
+ transition-delay: 0.1s;
24957
25002
  }
24958
- .v-slide-group--vertical,
24959
- .v-slide-group--vertical .v-slide-group__container,
24960
- .v-slide-group--vertical .v-slide-group__content {
24961
- flex-direction: column;
25003
+ .v-speed-dial__content > *:nth-child(4) {
25004
+ transition-delay: 0.15s;
24962
25005
  }
24963
- .v-slide-group--vertical .v-slide-group__container {
24964
- overflow-x: hidden;
24965
- overflow-y: auto;
24966
- }.v-switch .v-label {
24967
- padding-inline-start: 10px;
25006
+ .v-speed-dial__content > *:nth-child(5) {
25007
+ transition-delay: 0.2s;
24968
25008
  }
24969
-
24970
- .v-switch__loader {
24971
- display: flex;
25009
+ .v-speed-dial__content > *:nth-child(6) {
25010
+ transition-delay: 0.25s;
24972
25011
  }
24973
- .v-switch__loader .v-progress-circular {
24974
- color: rgb(var(--v-theme-surface));
25012
+ .v-speed-dial__content > *:nth-child(7) {
25013
+ transition-delay: 0.3s;
24975
25014
  }
24976
-
24977
- .v-switch__track,
24978
- .v-switch__thumb {
24979
- transition: none;
25015
+ .v-speed-dial__content > *:nth-child(8) {
25016
+ transition-delay: 0.35s;
24980
25017
  }
24981
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24982
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24983
- background-color: rgb(var(--v-theme-error));
24984
- color: rgb(var(--v-theme-on-error));
25018
+ .v-speed-dial__content > *:nth-child(9) {
25019
+ transition-delay: 0.4s;
24985
25020
  }
24986
-
24987
- .v-switch__track-true {
24988
- margin-inline-end: auto;
25021
+ .v-speed-dial__content > *:nth-child(10) {
25022
+ transition-delay: 0.45s;
25023
+ }.v-stepper.v-sheet {
25024
+ 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));
25025
+ border-radius: 4px;
25026
+ overflow: hidden;
25027
+ }
25028
+ .v-stepper.v-sheet.v-stepper--flat {
25029
+ 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));
25030
+ }
25031
+
25032
+ .v-stepper-header {
25033
+ 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));
25034
+ align-items: center;
25035
+ display: flex;
25036
+ position: relative;
25037
+ overflow-x: auto;
25038
+ justify-content: space-between;
25039
+ z-index: 1;
25040
+ }
25041
+ .v-stepper-header .v-divider {
25042
+ margin: 0 -16px;
25043
+ }
25044
+ .v-stepper-header .v-divider:last-child {
25045
+ margin-inline-end: 0;
25046
+ }
25047
+ .v-stepper-header .v-divider:first-child {
25048
+ margin-inline-start: 0;
25049
+ }
25050
+ .v-stepper--alt-labels .v-stepper-header {
25051
+ height: auto;
25052
+ }
25053
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
25054
+ align-self: flex-start;
25055
+ margin: 35px -67px 0;
25056
+ }
25057
+
25058
+ .v-stepper-window {
25059
+ margin: 1.5rem;
25060
+ }
25061
+
25062
+ .v-stepper-actions {
25063
+ display: flex;
25064
+ align-items: center;
25065
+ justify-content: space-between;
25066
+ padding: 1rem;
25067
+ }
25068
+ .v-stepper .v-stepper-actions {
25069
+ padding: 0 1.5rem 1rem;
25070
+ }
25071
+ .v-stepper-window-item .v-stepper-actions {
25072
+ padding: 1.5rem 0 0;
25073
+ }.v-stepper-item {
25074
+ align-items: center;
25075
+ align-self: stretch;
25076
+ display: inline-flex;
25077
+ flex: none;
25078
+ opacity: var(--v-medium-emphasis-opacity);
25079
+ padding: 1.5rem;
25080
+ transition-duration: 0.2s;
25081
+ transition-property: opacity;
25082
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25083
+ }
25084
+ .v-stepper-item--selected {
25085
+ opacity: 1;
25086
+ }
25087
+ .v-stepper-item--error {
25088
+ color: rgb(var(--v-theme-error));
25089
+ }
25090
+ .v-stepper-item--disabled {
25091
+ opacity: var(--v-medium-emphasis-opacity);
25092
+ pointer-events: none;
25093
+ }
25094
+ .v-stepper--alt-labels .v-stepper-item {
25095
+ flex-direction: column;
25096
+ justify-content: flex-start;
25097
+ align-items: center;
25098
+ flex-basis: 175px;
25099
+ }
25100
+
25101
+ .v-stepper-item__avatar.v-avatar {
25102
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
25103
+ color: rgb(var(--v-theme-on-surface-variant));
25104
+ font-size: 0.75rem;
25105
+ margin-inline-end: 8px;
25106
+ }
25107
+ .v-stepper-item__avatar.v-avatar .v-icon {
25108
+ font-size: 0.875rem;
25109
+ }
25110
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
25111
+ background: rgb(var(--v-theme-surface-variant));
25112
+ }
25113
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
25114
+ background: rgb(var(--v-theme-error));
25115
+ }
25116
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
25117
+ margin-bottom: 16px;
25118
+ margin-inline-end: 0;
25119
+ }
25120
+
25121
+ .v-stepper-item__title {
25122
+ line-height: 1;
25123
+ }
25124
+ .v-stepper--mobile .v-stepper-item__title {
25125
+ display: none;
25126
+ }
25127
+
25128
+ .v-stepper-item__subtitle {
25129
+ font-size: 0.75rem;
25130
+ text-align: left;
25131
+ line-height: 1;
25132
+ opacity: var(--v-medium-emphasis-opacity);
25133
+ }
25134
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
25135
+ text-align: center;
25136
+ }
25137
+ .v-stepper--mobile .v-stepper-item__subtitle {
25138
+ display: none;
25139
+ }.v-switch .v-label {
25140
+ padding-inline-start: 10px;
25141
+ }
25142
+
25143
+ .v-switch__loader {
25144
+ display: flex;
25145
+ }
25146
+ .v-switch__loader .v-progress-circular {
25147
+ color: rgb(var(--v-theme-surface));
25148
+ }
25149
+
25150
+ .v-switch__track,
25151
+ .v-switch__thumb {
25152
+ transition: none;
25153
+ }
25154
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
25155
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
25156
+ background-color: rgb(var(--v-theme-error));
25157
+ color: rgb(var(--v-theme-on-error));
25158
+ }
25159
+
25160
+ .v-switch__track-true {
25161
+ margin-inline-end: auto;
24989
25162
  }
24990
25163
  .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24991
25164
  opacity: 0;
@@ -25099,268 +25272,139 @@ html.v-overlay-scroll-blocked {
25099
25272
  }
25100
25273
  .v-switch.v-input--vertical .v-selection-control__wrapper {
25101
25274
  transform: rotate(-90deg);
25102
- }.v-system-bar {
25103
- align-items: center;
25104
- display: flex;
25105
- flex: 1 1 auto;
25106
- height: 24px;
25107
- justify-content: flex-end;
25108
- max-width: 100%;
25109
- padding-inline: 8px;
25110
- position: relative;
25111
- text-align: end;
25112
- width: 100%;
25113
- 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));
25114
- background: rgba(var(--v-theme-surface-light));
25115
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25116
- font-size: 0.75rem;
25117
- font-weight: 400;
25118
- letter-spacing: 0.0333333333em;
25119
- line-height: 1.667;
25120
- text-transform: none;
25121
- }
25122
- .v-system-bar .v-icon {
25123
- opacity: var(--v-medium-emphasis-opacity);
25124
- }
25125
- .v-system-bar--absolute {
25126
- position: absolute;
25127
- }
25128
- .v-system-bar--fixed {
25129
- position: fixed;
25130
- }
25131
- .v-system-bar--rounded {
25275
+ }.v-tab.v-tab.v-btn {
25276
+ height: var(--v-tabs-height);
25132
25277
  border-radius: 0;
25278
+ min-width: 90px;
25133
25279
  }
25134
- .v-system-bar--window {
25135
- height: 32px;
25136
- }
25137
- .v-system-bar:not(.v-system-bar--absolute) {
25138
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25139
- }.v-stepper-item {
25140
- align-items: center;
25141
- align-self: stretch;
25142
- display: inline-flex;
25143
- flex: none;
25144
- opacity: var(--v-medium-emphasis-opacity);
25145
- padding: 1.5rem;
25146
- transition-duration: 0.2s;
25147
- transition-property: opacity;
25148
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25149
- }
25150
- .v-stepper-item--selected {
25151
- opacity: 1;
25152
- }
25153
- .v-stepper-item--error {
25154
- color: rgb(var(--v-theme-error));
25155
- }
25156
- .v-stepper-item--disabled {
25157
- opacity: var(--v-medium-emphasis-opacity);
25158
- pointer-events: none;
25280
+ .v-slide-group--horizontal .v-tab {
25281
+ max-width: 360px;
25159
25282
  }
25160
- .v-stepper--alt-labels .v-stepper-item {
25161
- flex-direction: column;
25162
- justify-content: flex-start;
25163
- align-items: center;
25164
- flex-basis: 175px;
25283
+ .v-slide-group--vertical .v-tab {
25284
+ justify-content: start;
25165
25285
  }
25166
25286
 
25167
- .v-stepper-item__avatar.v-avatar {
25168
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
25169
- color: rgb(var(--v-theme-on-surface-variant));
25170
- font-size: 0.75rem;
25171
- margin-inline-end: 8px;
25287
+ .v-tab__slider {
25288
+ position: absolute;
25289
+ bottom: 0;
25290
+ left: 0;
25291
+ height: 2px;
25292
+ width: 100%;
25293
+ background: currentColor;
25294
+ pointer-events: none;
25295
+ opacity: 0;
25172
25296
  }
25173
- .v-stepper-item__avatar.v-avatar .v-icon {
25174
- font-size: 0.875rem;
25297
+ .v-tab--selected .v-tab__slider {
25298
+ opacity: 1;
25175
25299
  }
25176
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
25177
- background: rgb(var(--v-theme-surface-variant));
25300
+ .v-slide-group--vertical .v-tab__slider {
25301
+ top: 0;
25302
+ height: 100%;
25303
+ width: 2px;
25304
+ }.v-tabs {
25305
+ display: flex;
25306
+ height: var(--v-tabs-height);
25178
25307
  }
25179
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
25180
- background: rgb(var(--v-theme-error));
25308
+ .v-tabs--density-default {
25309
+ --v-tabs-height: 48px;
25181
25310
  }
25182
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
25183
- margin-bottom: 16px;
25184
- margin-inline-end: 0;
25311
+ .v-tabs--density-default.v-tabs--stacked {
25312
+ --v-tabs-height: 72px;
25185
25313
  }
25186
25314
 
25187
- .v-stepper-item__title {
25188
- line-height: 1;
25315
+ .v-tabs--density-comfortable {
25316
+ --v-tabs-height: 44px;
25189
25317
  }
25190
- .v-stepper--mobile .v-stepper-item__title {
25191
- display: none;
25318
+ .v-tabs--density-comfortable.v-tabs--stacked {
25319
+ --v-tabs-height: 68px;
25192
25320
  }
25193
25321
 
25194
- .v-stepper-item__subtitle {
25195
- font-size: 0.75rem;
25196
- text-align: left;
25197
- line-height: 1;
25198
- opacity: var(--v-medium-emphasis-opacity);
25199
- }
25200
- .v-stepper--alt-labels .v-stepper-item__subtitle {
25201
- text-align: center;
25202
- }
25203
- .v-stepper--mobile .v-stepper-item__subtitle {
25204
- display: none;
25205
- }.v-stepper.v-sheet {
25206
- 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));
25207
- border-radius: 4px;
25208
- overflow: hidden;
25322
+ .v-tabs--density-compact {
25323
+ --v-tabs-height: 36px;
25209
25324
  }
25210
- .v-stepper.v-sheet.v-stepper--flat {
25211
- 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));
25325
+ .v-tabs--density-compact.v-tabs--stacked {
25326
+ --v-tabs-height: 60px;
25212
25327
  }
25213
25328
 
25214
- .v-stepper-header {
25215
- 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));
25216
- align-items: center;
25217
- display: flex;
25218
- position: relative;
25219
- overflow-x: auto;
25220
- justify-content: space-between;
25221
- z-index: 1;
25222
- }
25223
- .v-stepper-header .v-divider {
25224
- margin: 0 -16px;
25225
- }
25226
- .v-stepper-header .v-divider:last-child {
25227
- margin-inline-end: 0;
25228
- }
25229
- .v-stepper-header .v-divider:first-child {
25230
- margin-inline-start: 0;
25231
- }
25232
- .v-stepper--alt-labels .v-stepper-header {
25329
+ .v-tabs.v-slide-group--vertical {
25233
25330
  height: auto;
25234
- }
25235
- .v-stepper--alt-labels .v-stepper-header .v-divider {
25236
- align-self: flex-start;
25237
- margin: 35px -67px 0;
25331
+ flex: none;
25332
+ --v-tabs-height: 48px;
25238
25333
  }
25239
25334
 
25240
- .v-stepper-window {
25241
- margin: 1.5rem;
25335
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25336
+ margin-inline-start: 42px;
25242
25337
  }
25243
25338
 
25244
- .v-stepper-actions {
25245
- display: flex;
25246
- align-items: center;
25247
- justify-content: space-between;
25248
- padding: 1rem;
25249
- }
25250
- .v-stepper .v-stepper-actions {
25251
- padding: 0 1.5rem 1rem;
25252
- }
25253
- .v-stepper-window-item .v-stepper-actions {
25254
- padding: 1.5rem 0 0;
25255
- }.v-speed-dial__content {
25256
- gap: 8px;
25257
- }
25258
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
25259
- flex-direction: row;
25260
- }
25261
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
25262
- flex-direction: row-reverse;
25263
- }
25264
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
25265
- flex-direction: column-reverse;
25266
- }
25267
- .v-speed-dial__content > *:nth-child(1) {
25268
- transition-delay: 0s;
25269
- }
25270
- .v-speed-dial__content > *:nth-child(2) {
25271
- transition-delay: 0.05s;
25272
- }
25273
- .v-speed-dial__content > *:nth-child(3) {
25274
- transition-delay: 0.1s;
25275
- }
25276
- .v-speed-dial__content > *:nth-child(4) {
25277
- transition-delay: 0.15s;
25278
- }
25279
- .v-speed-dial__content > *:nth-child(5) {
25280
- transition-delay: 0.2s;
25281
- }
25282
- .v-speed-dial__content > *:nth-child(6) {
25283
- transition-delay: 0.25s;
25284
- }
25285
- .v-speed-dial__content > *:nth-child(7) {
25286
- transition-delay: 0.3s;
25287
- }
25288
- .v-speed-dial__content > *:nth-child(8) {
25289
- transition-delay: 0.35s;
25290
- }
25291
- .v-speed-dial__content > *:nth-child(9) {
25292
- transition-delay: 0.4s;
25293
- }
25294
- .v-speed-dial__content > *:nth-child(10) {
25295
- transition-delay: 0.45s;
25296
- }/* region BLOCK */
25297
- .v-text-field input {
25298
- color: inherit;
25299
- opacity: 0;
25300
- flex: 1;
25301
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25302
- min-width: 0;
25303
- }
25304
- .v-text-field input:focus, .v-text-field input:active {
25305
- outline: none;
25306
- }
25307
- .v-text-field input:invalid {
25308
- box-shadow: none;
25309
- }
25310
- .v-text-field .v-field {
25311
- cursor: text;
25312
- }
25313
- .v-text-field--prefixed.v-text-field .v-field__input {
25314
- --v-field-padding-start: 6px;
25339
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25340
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25341
+ margin-inline-end: auto;
25315
25342
  }
25316
-
25317
- .v-text-field--suffixed.v-text-field .v-field__input {
25318
- --v-field-padding-end: 0;
25343
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25344
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25345
+ margin-inline-start: auto;
25319
25346
  }
25320
25347
 
25321
- .v-text-field .v-input__details {
25322
- padding-inline: 16px;
25348
+ .v-tabs--grow {
25349
+ flex-grow: 1;
25323
25350
  }
25324
- .v-input--plain-underlined.v-text-field .v-input__details {
25325
- padding-inline: 0;
25351
+ .v-tabs--grow .v-tab {
25352
+ flex: 1 0 auto;
25353
+ max-width: none;
25326
25354
  }
25327
25355
 
25328
- .v-text-field .v-field--no-label input,
25329
- .v-text-field .v-field--active input {
25330
- opacity: 1;
25356
+ .v-tabs--align-tabs-end .v-tab:first-child {
25357
+ margin-inline-start: auto;
25331
25358
  }
25332
- .v-text-field .v-field--single-line input {
25333
- transition: none;
25359
+ .v-tabs--align-tabs-end .v-tab:last-child {
25360
+ margin-inline-end: 0;
25334
25361
  }
25335
25362
 
25336
- /* endregion */
25337
- /* region ELEMENTS */
25338
- .v-text-field__prefix, .v-text-field__suffix {
25363
+ @media (max-width: 1279.98px) {
25364
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25365
+ margin-inline-start: 52px;
25366
+ }
25367
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25368
+ margin-inline-end: 52px;
25369
+ }
25370
+ }.v-system-bar {
25339
25371
  align-items: center;
25340
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25341
- cursor: default;
25342
25372
  display: flex;
25343
- opacity: 0;
25344
- transition: inherit;
25345
- white-space: nowrap;
25346
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25347
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25348
- padding-bottom: var(--v-field-padding-bottom, 6px);
25373
+ flex: 1 1 auto;
25374
+ height: 24px;
25375
+ justify-content: flex-end;
25376
+ max-width: 100%;
25377
+ padding-inline: 8px;
25378
+ position: relative;
25379
+ text-align: end;
25380
+ width: 100%;
25381
+ 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));
25382
+ background: rgba(var(--v-theme-surface-light));
25383
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25384
+ font-size: 0.75rem;
25385
+ font-weight: 400;
25386
+ letter-spacing: 0.0333333333em;
25387
+ line-height: 1.667;
25388
+ text-transform: none;
25349
25389
  }
25350
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25351
- opacity: 1;
25390
+ .v-system-bar .v-icon {
25391
+ opacity: var(--v-medium-emphasis-opacity);
25352
25392
  }
25353
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25354
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25393
+ .v-system-bar--absolute {
25394
+ position: absolute;
25355
25395
  }
25356
- .v-text-field__prefix {
25357
- padding-inline-start: var(--v-field-padding-start);
25396
+ .v-system-bar--fixed {
25397
+ position: fixed;
25358
25398
  }
25359
- .v-text-field__suffix {
25360
- padding-inline-end: var(--v-field-padding-end);
25399
+ .v-system-bar--rounded {
25400
+ border-radius: 0;
25361
25401
  }
25362
-
25363
- /* endregion */.v-table {
25402
+ .v-system-bar--window {
25403
+ height: 32px;
25404
+ }
25405
+ .v-system-bar:not(.v-system-bar--absolute) {
25406
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25407
+ }.v-table {
25364
25408
  background: rgb(var(--v-theme-surface));
25365
25409
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25366
25410
  font-size: 0.875rem;
@@ -25498,105 +25542,74 @@ html.v-overlay-scroll-blocked {
25498
25542
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25499
25543
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25500
25544
  border-top: 0px !important;
25501
- }.v-tab.v-tab.v-btn {
25502
- height: var(--v-tabs-height);
25503
- border-radius: 0;
25504
- min-width: 90px;
25505
- }
25506
- .v-slide-group--horizontal .v-tab {
25507
- max-width: 360px;
25508
- }
25509
- .v-slide-group--vertical .v-tab {
25510
- justify-content: start;
25511
- }
25512
-
25513
- .v-tab__slider {
25514
- position: absolute;
25515
- bottom: 0;
25516
- left: 0;
25517
- height: 2px;
25518
- width: 100%;
25519
- background: currentColor;
25520
- pointer-events: none;
25545
+ }/* region BLOCK */
25546
+ .v-text-field input {
25547
+ color: inherit;
25521
25548
  opacity: 0;
25549
+ flex: 1;
25550
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25551
+ min-width: 0;
25522
25552
  }
25523
- .v-tab--selected .v-tab__slider {
25524
- opacity: 1;
25553
+ .v-text-field input:focus, .v-text-field input:active {
25554
+ outline: none;
25525
25555
  }
25526
- .v-slide-group--vertical .v-tab__slider {
25527
- top: 0;
25528
- height: 100%;
25529
- width: 2px;
25530
- }.v-tabs {
25531
- display: flex;
25532
- height: var(--v-tabs-height);
25556
+ .v-text-field input:invalid {
25557
+ box-shadow: none;
25533
25558
  }
25534
- .v-tabs--density-default {
25535
- --v-tabs-height: 48px;
25559
+ .v-text-field .v-field {
25560
+ cursor: text;
25536
25561
  }
25537
- .v-tabs--density-default.v-tabs--stacked {
25538
- --v-tabs-height: 72px;
25562
+ .v-text-field--prefixed.v-text-field .v-field__input {
25563
+ --v-field-padding-start: 6px;
25539
25564
  }
25540
25565
 
25541
- .v-tabs--density-comfortable {
25542
- --v-tabs-height: 44px;
25543
- }
25544
- .v-tabs--density-comfortable.v-tabs--stacked {
25545
- --v-tabs-height: 68px;
25566
+ .v-text-field--suffixed.v-text-field .v-field__input {
25567
+ --v-field-padding-end: 0;
25546
25568
  }
25547
25569
 
25548
- .v-tabs--density-compact {
25549
- --v-tabs-height: 36px;
25570
+ .v-text-field .v-input__details {
25571
+ padding-inline: 16px;
25550
25572
  }
25551
- .v-tabs--density-compact.v-tabs--stacked {
25552
- --v-tabs-height: 60px;
25573
+ .v-input--plain-underlined.v-text-field .v-input__details {
25574
+ padding-inline: 0;
25553
25575
  }
25554
25576
 
25555
- .v-tabs.v-slide-group--vertical {
25556
- height: auto;
25557
- flex: none;
25558
- --v-tabs-height: 48px;
25577
+ .v-text-field .v-field--no-label input,
25578
+ .v-text-field .v-field--active input {
25579
+ opacity: 1;
25559
25580
  }
25560
-
25561
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25562
- margin-inline-start: 42px;
25581
+ .v-text-field .v-field--single-line input {
25582
+ transition: none;
25563
25583
  }
25564
25584
 
25565
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25566
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25567
- margin-inline-end: auto;
25568
- }
25569
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25570
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25571
- margin-inline-start: auto;
25585
+ /* endregion */
25586
+ /* region ELEMENTS */
25587
+ .v-text-field__prefix, .v-text-field__suffix {
25588
+ align-items: center;
25589
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25590
+ cursor: default;
25591
+ display: flex;
25592
+ opacity: 0;
25593
+ transition: inherit;
25594
+ white-space: nowrap;
25595
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25596
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25597
+ padding-bottom: var(--v-field-padding-bottom, 6px);
25572
25598
  }
25573
-
25574
- .v-tabs--grow {
25575
- flex-grow: 1;
25599
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25600
+ opacity: 1;
25576
25601
  }
25577
- .v-tabs--grow .v-tab {
25578
- flex: 1 0 auto;
25579
- max-width: none;
25602
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25603
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25580
25604
  }
25581
-
25582
- .v-tabs--align-tabs-end .v-tab:first-child {
25583
- margin-inline-start: auto;
25605
+ .v-text-field__prefix {
25606
+ padding-inline-start: var(--v-field-padding-start);
25584
25607
  }
25585
- .v-tabs--align-tabs-end .v-tab:last-child {
25586
- margin-inline-end: 0;
25608
+ .v-text-field__suffix {
25609
+ padding-inline-end: var(--v-field-padding-end);
25587
25610
  }
25588
25611
 
25589
- @media (max-width: 1279.98px) {
25590
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25591
- margin-inline-start: 52px;
25592
- }
25593
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25594
- margin-inline-end: 52px;
25595
- }
25596
- }.v-theme-provider {
25597
- background: rgb(var(--v-theme-background));
25598
- color: rgb(var(--v-theme-on-background));
25599
- }.v-textarea .v-field {
25612
+ /* endregion */.v-textarea .v-field {
25600
25613
  --v-textarea-control-height: var(--v-input-control-height);
25601
25614
  }
25602
25615
  .v-textarea .v-field__field {
@@ -25635,28 +25648,6 @@ html.v-overlay-scroll-blocked {
25635
25648
  }
25636
25649
  .v-textarea textarea:invalid {
25637
25650
  box-shadow: none;
25638
- }.v-tooltip > .v-overlay__content {
25639
- background: rgb(var(--v-theme-surface-variant));
25640
- color: rgb(var(--v-theme-on-surface-variant));
25641
- border-radius: 4px;
25642
- font-size: 0.875rem;
25643
- line-height: 1.6;
25644
- display: inline-block;
25645
- padding: 5px 16px;
25646
- text-transform: initial;
25647
- width: auto;
25648
- opacity: 1;
25649
- pointer-events: none;
25650
- transition-property: opacity, transform;
25651
- overflow-wrap: break-word;
25652
- }
25653
- .v-tooltip > .v-overlay__content[class*=enter-active] {
25654
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25655
- transition-duration: 150ms;
25656
- }
25657
- .v-tooltip > .v-overlay__content[class*=leave-active] {
25658
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25659
- transition-duration: 75ms;
25660
25651
  }.v-timeline .v-timeline-divider__dot {
25661
25652
  background: rgb(var(--v-theme-surface-light));
25662
25653
  }
@@ -26073,15 +26064,9 @@ html.v-overlay-scroll-blocked {
26073
26064
 
26074
26065
  .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 {
26075
26066
  padding-inline-end: 0;
26076
- }.v-virtual-scroll {
26077
- display: block;
26078
- flex: 1 1 auto;
26079
- max-width: 100%;
26080
- overflow: auto;
26081
- position: relative;
26082
- }
26083
- .v-virtual-scroll__container {
26084
- display: block;
26067
+ }.v-theme-provider {
26068
+ background: rgb(var(--v-theme-background));
26069
+ color: rgb(var(--v-theme-on-background));
26085
26070
  }.v-toolbar {
26086
26071
  align-items: flex-start;
26087
26072
  display: flex;
@@ -26211,6 +26196,37 @@ html.v-overlay-scroll-blocked {
26211
26196
  }
26212
26197
  .v-toolbar-items > .v-btn {
26213
26198
  border-radius: 0;
26199
+ }.v-tooltip > .v-overlay__content {
26200
+ background: rgb(var(--v-theme-surface-variant));
26201
+ color: rgb(var(--v-theme-on-surface-variant));
26202
+ border-radius: 4px;
26203
+ font-size: 0.875rem;
26204
+ line-height: 1.6;
26205
+ display: inline-block;
26206
+ padding: 5px 16px;
26207
+ text-transform: initial;
26208
+ width: auto;
26209
+ opacity: 1;
26210
+ pointer-events: none;
26211
+ transition-property: opacity, transform;
26212
+ overflow-wrap: break-word;
26213
+ }
26214
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
26215
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26216
+ transition-duration: 150ms;
26217
+ }
26218
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
26219
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26220
+ transition-duration: 75ms;
26221
+ }.v-virtual-scroll {
26222
+ display: block;
26223
+ flex: 1 1 auto;
26224
+ max-width: 100%;
26225
+ overflow: auto;
26226
+ position: relative;
26227
+ }
26228
+ .v-virtual-scroll__container {
26229
+ display: block;
26214
26230
  }.v-window {
26215
26231
  overflow: hidden;
26216
26232
  }
@@ -26281,22 +26297,6 @@ html.v-overlay-scroll-blocked {
26281
26297
  }
26282
26298
  .v-window-y-reverse-transition-leave-to {
26283
26299
  transform: translateY(100%);
26284
- }.v-application {
26285
- display: flex;
26286
- background: rgb(var(--v-theme-background));
26287
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
26288
- }
26289
-
26290
- .v-application__wrap {
26291
- -webkit-backface-visibility: hidden;
26292
- backface-visibility: hidden;
26293
- display: flex;
26294
- flex-direction: column;
26295
- flex: 1 1 auto;
26296
- max-width: 100%;
26297
- min-height: 100vh;
26298
- min-height: 100dvh;
26299
- position: relative;
26300
26300
  }.v-color-picker-edit {
26301
26301
  display: flex;
26302
26302
  margin-top: 24px;