@vuetify/nightly 3.6.3-dev.2024-05-06 → 3.6.3-dev.2024-05-14

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 (39) hide show
  1. package/CHANGELOG.md +3 -2
  2. package/dist/json/attributes.json +16 -0
  3. package/dist/json/importMap-labs.json +22 -22
  4. package/dist/json/importMap.json +138 -138
  5. package/dist/json/tags.json +4 -0
  6. package/dist/json/web-types.json +37 -1
  7. package/dist/vuetify-labs.css +2041 -2041
  8. package/dist/vuetify-labs.d.ts +111 -75
  9. package/dist/vuetify-labs.esm.js +6 -4
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +6 -4
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +994 -994
  14. package/dist/vuetify.d.ts +144 -108
  15. package/dist/vuetify.esm.js +6 -4
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +6 -4
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +7 -7
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAppBar/index.d.mts +6 -0
  23. package/lib/components/VAutocomplete/index.d.mts +12 -12
  24. package/lib/components/VBreadcrumbs/index.d.mts +8 -8
  25. package/lib/components/VBtn/VBtn.mjs +3 -1
  26. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  27. package/lib/components/VBtn/index.d.mts +6 -0
  28. package/lib/components/VCombobox/index.d.mts +12 -12
  29. package/lib/components/VFab/index.d.mts +6 -0
  30. package/lib/components/VList/index.d.mts +12 -12
  31. package/lib/components/VSelect/index.d.mts +12 -12
  32. package/lib/components/VTabs/index.d.mts +21 -3
  33. package/lib/components/index.d.mts +95 -59
  34. package/lib/entry-bundler.mjs +1 -1
  35. package/lib/framework.mjs +1 -1
  36. package/lib/index.d.mts +49 -49
  37. package/lib/labs/VTreeview/index.d.mts +16 -16
  38. package/lib/labs/components.d.mts +16 -16
  39. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.3-dev.2024-05-06
2
+ * Vuetify v3.6.3-dev.2024-05-14
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17648,6 +17648,74 @@ html.overflow-y-hidden {
17648
17648
  }
17649
17649
  .v-calendar-weekly .v-calendar__container.days__0 {
17650
17650
  grid-template-columns: repeat(1, 1fr);
17651
+ }.v-calendar-internal-event {
17652
+ overflow: hidden;
17653
+ padding: 4px;
17654
+ text-overflow: ellipsis;
17655
+ white-space: nowrap;
17656
+ }.v-calendar-month__day {
17657
+ position: relative;
17658
+ display: flex;
17659
+ flex-direction: column;
17660
+ min-width: 0;
17661
+ min-height: 150px;
17662
+ border-right: thin solid #e0e0e0;
17663
+ border-bottom: thin solid #e0e0e0;
17664
+ flex: 1 1 auto;
17665
+ border-inline-end: thin solid #e0e0e0;
17666
+ }
17667
+
17668
+ .v-calendar-weekly__day {
17669
+ flex: 1;
17670
+ width: 0;
17671
+ overflow: hidden;
17672
+ -webkit-user-select: none;
17673
+ user-select: none;
17674
+ position: relative;
17675
+ padding: 0px 0px 0px 0px;
17676
+ min-width: 0;
17677
+ min-height: 150px;
17678
+ border-right: thin solid #e0e0e0;
17679
+ border-bottom: thin solid #e0e0e0;
17680
+ flex: 1 1 auto;
17681
+ border-inline-end: thin solid #e0e0e0;
17682
+ text-align: center;
17683
+ }
17684
+ .v-calendar-weekly__day.v-present .v-calendar-weekly__day-month {
17685
+ color: currentColor;
17686
+ }
17687
+
17688
+ .v-calendar-weekly__day-label {
17689
+ text-decoration: none;
17690
+ -webkit-user-select: none;
17691
+ user-select: none;
17692
+ cursor: pointer;
17693
+ box-shadow: none;
17694
+ text-align: center;
17695
+ }
17696
+ .v-calendar-weekly__day-label .v-btn {
17697
+ font-size: 12px;
17698
+ text-transform: none !important;
17699
+ }
17700
+ .v-calendar-weekly__day-label .v-btn.v-calendar-weekly__day-label__today {
17701
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
17702
+ color: rgb(var(--v-theme-on-surface-variant));
17703
+ }
17704
+
17705
+ .v-calendar-weekly__day-month {
17706
+ position: absolute;
17707
+ text-decoration: none;
17708
+ -webkit-user-select: none;
17709
+ user-select: none;
17710
+ box-shadow: none;
17711
+ top: 0;
17712
+ left: 36px;
17713
+ height: 32px;
17714
+ line-height: 32px;
17715
+ }
17716
+
17717
+ .v-calendar-weekly__day-alldayevents-container {
17718
+ min-height: 24px;
17651
17719
  }.v-calendar-day__row-with-label {
17652
17720
  display: grid;
17653
17721
  grid-template-columns: 48px 8px 1fr;
@@ -17728,74 +17796,32 @@ html.overflow-y-hidden {
17728
17796
  .v-number-input__control .v-btn {
17729
17797
  background-color: transparent;
17730
17798
  border-radius: 0;
17731
- }.v-calendar-month__day {
17732
- position: relative;
17733
- display: flex;
17734
- flex-direction: column;
17735
- min-width: 0;
17736
- min-height: 150px;
17737
- border-right: thin solid #e0e0e0;
17738
- border-bottom: thin solid #e0e0e0;
17739
- flex: 1 1 auto;
17740
- border-inline-end: thin solid #e0e0e0;
17741
- }
17742
-
17743
- .v-calendar-weekly__day {
17744
- flex: 1;
17745
- width: 0;
17799
+ }.v-pull-to-refresh {
17746
17800
  overflow: hidden;
17747
- -webkit-user-select: none;
17748
- user-select: none;
17749
17801
  position: relative;
17750
- padding: 0px 0px 0px 0px;
17751
- min-width: 0;
17752
- min-height: 150px;
17753
- border-right: thin solid #e0e0e0;
17754
- border-bottom: thin solid #e0e0e0;
17755
- flex: 1 1 auto;
17756
- border-inline-end: thin solid #e0e0e0;
17757
- text-align: center;
17758
- }
17759
- .v-calendar-weekly__day.v-present .v-calendar-weekly__day-month {
17760
- color: currentColor;
17761
17802
  }
17762
-
17763
- .v-calendar-weekly__day-label {
17764
- text-decoration: none;
17765
- -webkit-user-select: none;
17766
- user-select: none;
17767
- cursor: pointer;
17768
- box-shadow: none;
17769
- text-align: center;
17803
+ .v-pull-to-refresh__pull-down {
17804
+ position: absolute;
17805
+ width: 100%;
17806
+ transition: top 0.3s ease-out;
17770
17807
  }
17771
- .v-calendar-weekly__day-label .v-btn {
17772
- font-size: 12px;
17773
- text-transform: none !important;
17808
+ .v-pull-to-refresh__pull-down--touching {
17809
+ transition: none;
17774
17810
  }
17775
- .v-calendar-weekly__day-label .v-btn.v-calendar-weekly__day-label__today {
17776
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
17777
- color: rgb(var(--v-theme-on-surface-variant));
17811
+ .v-pull-to-refresh__pull-down-default {
17812
+ display: flex;
17813
+ width: 100%;
17814
+ height: 100%;
17815
+ justify-content: center;
17816
+ align-items: flex-end;
17817
+ padding-bottom: 10px;
17778
17818
  }
17779
-
17780
- .v-calendar-weekly__day-month {
17781
- position: absolute;
17782
- text-decoration: none;
17783
- -webkit-user-select: none;
17784
- user-select: none;
17785
- box-shadow: none;
17786
- top: 0;
17787
- left: 36px;
17788
- height: 32px;
17789
- line-height: 32px;
17819
+ .v-pull-to-refresh__scroll-container {
17820
+ position: relative;
17821
+ transition: top 0.3s ease-out;
17790
17822
  }
17791
-
17792
- .v-calendar-weekly__day-alldayevents-container {
17793
- min-height: 24px;
17794
- }.v-calendar-internal-event {
17795
- overflow: hidden;
17796
- padding: 4px;
17797
- text-overflow: ellipsis;
17798
- white-space: nowrap;
17823
+ .v-pull-to-refresh__scroll-container--touching {
17824
+ transition: none;
17799
17825
  }.v-picker.v-sheet {
17800
17826
  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));
17801
17827
  border-radius: 4px;
@@ -17849,32 +17875,6 @@ html.overflow-y-hidden {
17849
17875
  padding-bottom: 16px;
17850
17876
  font-weight: 400;
17851
17877
  letter-spacing: 0.1666666667em;
17852
- }.v-pull-to-refresh {
17853
- overflow: hidden;
17854
- position: relative;
17855
- }
17856
- .v-pull-to-refresh__pull-down {
17857
- position: absolute;
17858
- width: 100%;
17859
- transition: top 0.3s ease-out;
17860
- }
17861
- .v-pull-to-refresh__pull-down--touching {
17862
- transition: none;
17863
- }
17864
- .v-pull-to-refresh__pull-down-default {
17865
- display: flex;
17866
- width: 100%;
17867
- height: 100%;
17868
- justify-content: center;
17869
- align-items: flex-end;
17870
- padding-bottom: 10px;
17871
- }
17872
- .v-pull-to-refresh__scroll-container {
17873
- position: relative;
17874
- transition: top 0.3s ease-out;
17875
- }
17876
- .v-pull-to-refresh__scroll-container--touching {
17877
- transition: none;
17878
17878
  }.v-time-picker.v-picker {
17879
17879
  padding: 24px;
17880
17880
  width: 328px;
@@ -17882,22 +17882,6 @@ html.overflow-y-hidden {
17882
17882
  .v-time-picker.v-picker .v-picker-title {
17883
17883
  padding: 0;
17884
17884
  margin-bottom: 20px;
17885
- }.v-treeview-item--filtered {
17886
- display: none;
17887
- }
17888
-
17889
- .v-treeview {
17890
- --indent-padding: 0px;
17891
- }
17892
-
17893
- .v-treeview-group.v-list-group {
17894
- --list-indent-size: 16px;
17895
- }
17896
- .v-list--slim .v-treeview-group.v-list-group {
17897
- --prepend-width: 16px;
17898
- }
17899
- .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
17900
- padding-inline-start: calc(12px + var(--indent-padding)) !important;
17901
17885
  }.v-time-picker-clock {
17902
17886
  background: rgb(var(--v-theme-background));
17903
17887
  color: rgb(var(--v-theme-on-background));
@@ -18132,50 +18116,175 @@ html.overflow-y-hidden {
18132
18116
  }
18133
18117
  .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
18134
18118
  text-align: center;
18135
- }.v-alert {
18136
- display: grid;
18137
- flex: 1 1;
18138
- grid-template-areas: "prepend content append close" ". content . .";
18139
- grid-template-columns: max-content auto max-content max-content;
18140
- position: relative;
18141
- padding: 16px;
18142
- overflow: hidden;
18143
- --v-border-color: currentColor;
18144
- border-radius: 4px;
18119
+ }.v-treeview-item--filtered {
18120
+ display: none;
18145
18121
  }
18146
- .v-alert--absolute {
18147
- position: absolute;
18122
+
18123
+ .v-treeview {
18124
+ --indent-padding: 0px;
18148
18125
  }
18149
- .v-alert--fixed {
18150
- position: fixed;
18126
+
18127
+ .v-treeview-group.v-list-group {
18128
+ --list-indent-size: 16px;
18151
18129
  }
18152
- .v-alert--sticky {
18153
- position: sticky;
18130
+ .v-list--slim .v-treeview-group.v-list-group {
18131
+ --prepend-width: 16px;
18154
18132
  }
18155
- .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
18156
- background: transparent;
18157
- color: inherit;
18133
+ .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
18134
+ padding-inline-start: calc(12px + var(--indent-padding)) !important;
18135
+ }.v-autocomplete .v-field .v-text-field__prefix,
18136
+ .v-autocomplete .v-field .v-text-field__suffix,
18137
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18138
+ cursor: text;
18158
18139
  }
18159
- .v-alert--variant-plain {
18160
- opacity: 0.62;
18140
+ .v-autocomplete .v-field .v-field__input > input {
18141
+ flex: 1 1;
18161
18142
  }
18162
- .v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
18163
- opacity: 1;
18143
+ .v-autocomplete .v-field input {
18144
+ min-width: 64px;
18164
18145
  }
18165
- .v-alert--variant-plain .v-alert__overlay {
18166
- display: none;
18146
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18147
+ min-width: 0;
18167
18148
  }
18168
- .v-alert--variant-elevated, .v-alert--variant-flat {
18169
- background: rgb(var(--v-theme-surface-light));
18170
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
18149
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18150
+ margin-inline-end: 2px;
18171
18151
  }
18172
- .v-alert--variant-elevated {
18173
- 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));
18152
+ .v-autocomplete .v-autocomplete__selection-text {
18153
+ overflow: hidden;
18154
+ text-overflow: ellipsis;
18155
+ white-space: nowrap;
18174
18156
  }
18175
- .v-alert--variant-flat {
18176
- 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));
18157
+
18158
+ .v-autocomplete__content {
18159
+ overflow: hidden;
18160
+ 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));
18161
+ border-radius: 4px;
18177
18162
  }
18178
- .v-alert--variant-outlined {
18163
+ .v-autocomplete__mask {
18164
+ background: rgb(var(--v-theme-surface-light));
18165
+ }
18166
+ .v-autocomplete__selection {
18167
+ display: inline-flex;
18168
+ align-items: center;
18169
+ height: 1.5rem;
18170
+ letter-spacing: inherit;
18171
+ line-height: inherit;
18172
+ max-width: calc(100% - 2px - 2px);
18173
+ }
18174
+ .v-autocomplete__selection:first-child {
18175
+ margin-inline-start: 0;
18176
+ }
18177
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18178
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18179
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18180
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18181
+ top: 0px;
18182
+ }
18183
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
18184
+ opacity: var(--v-medium-emphasis-opacity);
18185
+ }
18186
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18187
+ opacity: 1;
18188
+ }
18189
+ .v-autocomplete--selecting-index .v-field__input > input {
18190
+ caret-color: transparent;
18191
+ }
18192
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18193
+ flex: 1 1;
18194
+ position: absolute;
18195
+ left: 0;
18196
+ right: 0;
18197
+ width: 100%;
18198
+ padding-inline: inherit;
18199
+ }
18200
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18201
+ transition: none;
18202
+ }
18203
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18204
+ opacity: 0;
18205
+ }
18206
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18207
+ opacity: 0;
18208
+ }
18209
+ .v-autocomplete__menu-icon {
18210
+ margin-inline-start: 4px;
18211
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18212
+ }
18213
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18214
+ opacity: var(--v-high-emphasis-opacity);
18215
+ transform: rotate(180deg);
18216
+ }.v-app-bar {
18217
+ display: flex;
18218
+ }
18219
+ .v-app-bar.v-toolbar {
18220
+ background: rgb(var(--v-theme-surface));
18221
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18222
+ }
18223
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18224
+ 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));
18225
+ }
18226
+ .v-app-bar:not(.v-toolbar--absolute) {
18227
+ padding-inline-end: var(--v-scrollbar-offset);
18228
+ }.v-application {
18229
+ display: flex;
18230
+ background: rgb(var(--v-theme-background));
18231
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18232
+ }
18233
+
18234
+ .v-application__wrap {
18235
+ -webkit-backface-visibility: hidden;
18236
+ backface-visibility: hidden;
18237
+ display: flex;
18238
+ flex-direction: column;
18239
+ flex: 1 1 auto;
18240
+ max-width: 100%;
18241
+ min-height: 100vh;
18242
+ min-height: 100dvh;
18243
+ position: relative;
18244
+ }.v-alert {
18245
+ display: grid;
18246
+ flex: 1 1;
18247
+ grid-template-areas: "prepend content append close" ". content . .";
18248
+ grid-template-columns: max-content auto max-content max-content;
18249
+ position: relative;
18250
+ padding: 16px;
18251
+ overflow: hidden;
18252
+ --v-border-color: currentColor;
18253
+ border-radius: 4px;
18254
+ }
18255
+ .v-alert--absolute {
18256
+ position: absolute;
18257
+ }
18258
+ .v-alert--fixed {
18259
+ position: fixed;
18260
+ }
18261
+ .v-alert--sticky {
18262
+ position: sticky;
18263
+ }
18264
+ .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
18265
+ background: transparent;
18266
+ color: inherit;
18267
+ }
18268
+ .v-alert--variant-plain {
18269
+ opacity: 0.62;
18270
+ }
18271
+ .v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
18272
+ opacity: 1;
18273
+ }
18274
+ .v-alert--variant-plain .v-alert__overlay {
18275
+ display: none;
18276
+ }
18277
+ .v-alert--variant-elevated, .v-alert--variant-flat {
18278
+ background: rgb(var(--v-theme-surface-light));
18279
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
18280
+ }
18281
+ .v-alert--variant-elevated {
18282
+ 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));
18283
+ }
18284
+ .v-alert--variant-flat {
18285
+ 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));
18286
+ }
18287
+ .v-alert--variant-outlined {
18179
18288
  border: thin solid currentColor;
18180
18289
  }
18181
18290
  .v-alert--variant-text .v-alert__overlay {
@@ -18344,103 +18453,61 @@ html.overflow-y-hidden {
18344
18453
  text-transform: none;
18345
18454
  word-break: normal;
18346
18455
  word-wrap: break-word;
18347
- }.v-application {
18348
- display: flex;
18349
- background: rgb(var(--v-theme-background));
18350
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18351
- }
18352
-
18353
- .v-application__wrap {
18354
- -webkit-backface-visibility: hidden;
18355
- backface-visibility: hidden;
18456
+ }.v-bottom-navigation {
18356
18457
  display: flex;
18357
- flex-direction: column;
18358
- flex: 1 1 auto;
18359
18458
  max-width: 100%;
18360
- min-height: 100vh;
18361
- min-height: 100dvh;
18362
- position: relative;
18363
- }.v-autocomplete .v-field .v-text-field__prefix,
18364
- .v-autocomplete .v-field .v-text-field__suffix,
18365
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18366
- cursor: text;
18367
- }
18368
- .v-autocomplete .v-field .v-field__input > input {
18369
- flex: 1 1;
18370
- }
18371
- .v-autocomplete .v-field input {
18372
- min-width: 64px;
18373
- }
18374
- .v-autocomplete .v-field:not(.v-field--focused) input {
18375
- min-width: 0;
18376
- }
18377
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18378
- margin-inline-end: 2px;
18379
- }
18380
- .v-autocomplete .v-autocomplete__selection-text {
18381
- overflow: hidden;
18382
- text-overflow: ellipsis;
18383
- white-space: nowrap;
18384
- }
18385
-
18386
- .v-autocomplete__content {
18387
18459
  overflow: hidden;
18388
- 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));
18389
- border-radius: 4px;
18390
- }
18391
- .v-autocomplete__mask {
18392
- background: rgb(var(--v-theme-surface-light));
18393
- }
18394
- .v-autocomplete__selection {
18395
- display: inline-flex;
18396
- align-items: center;
18397
- height: 1.5rem;
18398
- letter-spacing: inherit;
18399
- line-height: inherit;
18400
- max-width: calc(100% - 2px - 2px);
18401
- }
18402
- .v-autocomplete__selection:first-child {
18403
- margin-inline-start: 0;
18460
+ position: absolute;
18461
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18462
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18463
+ border-style: solid;
18464
+ border-width: 0;
18465
+ border-radius: 0;
18466
+ background: rgb(var(--v-theme-surface));
18467
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18404
18468
  }
18405
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18406
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18407
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18408
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18409
- top: 0px;
18469
+ .v-bottom-navigation--border {
18470
+ border-width: thin;
18471
+ box-shadow: none;
18410
18472
  }
18411
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18412
- opacity: var(--v-medium-emphasis-opacity);
18473
+ .v-bottom-navigation--active {
18474
+ 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));
18413
18475
  }
18414
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18415
- opacity: 1;
18476
+
18477
+ .v-bottom-navigation__content {
18478
+ display: flex;
18479
+ flex: none;
18480
+ font-size: 0.75rem;
18481
+ justify-content: center;
18482
+ transition: inherit;
18483
+ width: 100%;
18416
18484
  }
18417
- .v-autocomplete--selecting-index .v-field__input > input {
18418
- caret-color: transparent;
18485
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18486
+ font-size: inherit;
18487
+ height: 100%;
18488
+ max-width: 168px;
18489
+ min-width: 80px;
18490
+ text-transform: none;
18491
+ transition: inherit;
18492
+ width: auto;
18493
+ border-radius: 0;
18419
18494
  }
18420
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18421
- flex: 1 1;
18422
- position: absolute;
18423
- left: 0;
18424
- right: 0;
18425
- width: 100%;
18426
- padding-inline: inherit;
18495
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18496
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18497
+ transition: inherit;
18427
18498
  }
18428
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18429
- transition: none;
18499
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18500
+ font-size: 1.5rem;
18430
18501
  }
18431
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18432
- opacity: 0;
18502
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18503
+ flex-grow: 1;
18433
18504
  }
18434
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18505
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18506
+ transition: inherit;
18435
18507
  opacity: 0;
18436
18508
  }
18437
- .v-autocomplete__menu-icon {
18438
- margin-inline-start: 4px;
18439
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18440
- }
18441
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18442
- opacity: var(--v-high-emphasis-opacity);
18443
- transform: rotate(180deg);
18509
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18510
+ transform: translateY(0.5rem);
18444
18511
  }.v-avatar {
18445
18512
  flex: none;
18446
18513
  align-items: center;
@@ -18543,61 +18610,6 @@ html.overflow-y-hidden {
18543
18610
  .v-avatar .v-img {
18544
18611
  height: 100%;
18545
18612
  width: 100%;
18546
- }.v-bottom-navigation {
18547
- display: flex;
18548
- max-width: 100%;
18549
- overflow: hidden;
18550
- position: absolute;
18551
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18552
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18553
- border-style: solid;
18554
- border-width: 0;
18555
- border-radius: 0;
18556
- background: rgb(var(--v-theme-surface));
18557
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18558
- }
18559
- .v-bottom-navigation--border {
18560
- border-width: thin;
18561
- box-shadow: none;
18562
- }
18563
- .v-bottom-navigation--active {
18564
- 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));
18565
- }
18566
-
18567
- .v-bottom-navigation__content {
18568
- display: flex;
18569
- flex: none;
18570
- font-size: 0.75rem;
18571
- justify-content: center;
18572
- transition: inherit;
18573
- width: 100%;
18574
- }
18575
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18576
- font-size: inherit;
18577
- height: 100%;
18578
- max-width: 168px;
18579
- min-width: 80px;
18580
- text-transform: none;
18581
- transition: inherit;
18582
- width: auto;
18583
- border-radius: 0;
18584
- }
18585
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18586
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18587
- transition: inherit;
18588
- }
18589
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18590
- font-size: 1.5rem;
18591
- }
18592
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18593
- flex-grow: 1;
18594
- }
18595
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18596
- transition: inherit;
18597
- opacity: 0;
18598
- }
18599
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18600
- transform: translateY(0.5rem);
18601
18613
  }.v-badge {
18602
18614
  display: inline-block;
18603
18615
  line-height: 1;
@@ -18883,38 +18895,6 @@ html.overflow-y-hidden {
18883
18895
  display: inline-block;
18884
18896
  padding: 0 8px;
18885
18897
  vertical-align: middle;
18886
- }.bottom-sheet-transition-enter-from {
18887
- transform: translateY(100%);
18888
- }
18889
- .bottom-sheet-transition-leave-to {
18890
- transform: translateY(100%);
18891
- }
18892
-
18893
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18894
- align-self: flex-end;
18895
- border-radius: 0;
18896
- flex: 0 1 auto;
18897
- left: 0;
18898
- right: 0;
18899
- margin-inline: 0;
18900
- margin-bottom: 0;
18901
- transition-duration: 0.2s;
18902
- width: 100%;
18903
- max-width: 100%;
18904
- overflow: visible;
18905
- box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18906
- }
18907
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18908
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18909
- border-radius: 0;
18910
- }
18911
- .v-bottom-sheet.v-bottom-sheet--inset {
18912
- max-width: none;
18913
- }
18914
- @media (min-width: 600px) {
18915
- .v-bottom-sheet.v-bottom-sheet--inset {
18916
- max-width: 70%;
18917
- }
18918
18898
  }.v-btn-group {
18919
18899
  display: inline-flex;
18920
18900
  flex-wrap: nowrap;
@@ -18971,150 +18951,132 @@ html.overflow-y-hidden {
18971
18951
  }
18972
18952
  .v-btn-group--tile {
18973
18953
  border-radius: 0;
18974
- }.v-btn {
18975
- align-items: center;
18976
- border-radius: 4px;
18977
- display: inline-grid;
18978
- grid-template-areas: "prepend content append";
18979
- grid-template-columns: max-content auto max-content;
18980
- font-weight: 500;
18981
- justify-content: center;
18982
- letter-spacing: 0.0892857143em;
18983
- line-height: normal;
18984
- max-width: 100%;
18985
- outline: none;
18986
- position: relative;
18987
- text-decoration: none;
18988
- text-indent: 0.0892857143em;
18989
- text-transform: uppercase;
18990
- transition-property: box-shadow, transform, opacity, background;
18991
- transition-duration: 0.28s;
18992
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18993
- -webkit-user-select: none;
18994
- user-select: none;
18995
- vertical-align: middle;
18996
- flex-shrink: 0;
18997
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18998
- border-style: solid;
18999
- border-width: 0;
18954
+ }.bottom-sheet-transition-enter-from {
18955
+ transform: translateY(100%);
19000
18956
  }
19001
- .v-btn--size-x-small {
19002
- --v-btn-size: 0.625rem;
19003
- --v-btn-height: 20px;
19004
- font-size: var(--v-btn-size);
19005
- min-width: 36px;
19006
- padding: 0 8px;
18957
+ .bottom-sheet-transition-leave-to {
18958
+ transform: translateY(100%);
19007
18959
  }
19008
18960
 
19009
- .v-btn--size-small {
19010
- --v-btn-size: 0.75rem;
19011
- --v-btn-height: 28px;
19012
- font-size: var(--v-btn-size);
19013
- min-width: 50px;
19014
- padding: 0 12px;
18961
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18962
+ align-self: flex-end;
18963
+ border-radius: 0;
18964
+ flex: 0 1 auto;
18965
+ left: 0;
18966
+ right: 0;
18967
+ margin-inline: 0;
18968
+ margin-bottom: 0;
18969
+ transition-duration: 0.2s;
18970
+ width: 100%;
18971
+ max-width: 100%;
18972
+ overflow: visible;
18973
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19015
18974
  }
19016
-
19017
- .v-btn--size-default {
19018
- --v-btn-size: 0.875rem;
19019
- --v-btn-height: 36px;
19020
- font-size: var(--v-btn-size);
19021
- min-width: 64px;
19022
- padding: 0 16px;
18975
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18976
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18977
+ border-radius: 0;
19023
18978
  }
19024
-
19025
- .v-btn--size-large {
19026
- --v-btn-size: 1rem;
19027
- --v-btn-height: 44px;
19028
- font-size: var(--v-btn-size);
19029
- min-width: 78px;
19030
- padding: 0 20px;
18979
+ .v-bottom-sheet.v-bottom-sheet--inset {
18980
+ max-width: none;
19031
18981
  }
19032
-
19033
- .v-btn--size-x-large {
19034
- --v-btn-size: 1.125rem;
19035
- --v-btn-height: 52px;
19036
- font-size: var(--v-btn-size);
19037
- min-width: 92px;
19038
- padding: 0 24px;
18982
+ @media (min-width: 600px) {
18983
+ .v-bottom-sheet.v-bottom-sheet--inset {
18984
+ max-width: 70%;
18985
+ }
18986
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18987
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19039
18988
  }
19040
-
19041
- .v-btn.v-btn--density-default {
19042
- height: calc(var(--v-btn-height) + 0px);
18989
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18990
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19043
18991
  }
19044
-
19045
- .v-btn.v-btn--density-comfortable {
19046
- height: calc(var(--v-btn-height) + -8px);
18992
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18993
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19047
18994
  }
19048
-
19049
- .v-btn.v-btn--density-compact {
19050
- height: calc(var(--v-btn-height) + -12px);
18995
+ @supports not selector(:focus-visible) {
18996
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18997
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18998
+ }
18999
+ }.v-card {
19000
+ display: block;
19001
+ overflow: hidden;
19002
+ overflow-wrap: break-word;
19003
+ position: relative;
19004
+ padding: 0;
19005
+ text-decoration: none;
19006
+ transition-duration: 0.28s;
19007
+ transition-property: box-shadow, opacity, background;
19008
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19009
+ z-index: 0;
19010
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19011
+ border-style: solid;
19012
+ border-width: 0;
19013
+ border-radius: 4px;
19051
19014
  }
19052
-
19053
- .v-btn--border {
19015
+ .v-card--border {
19054
19016
  border-width: thin;
19055
19017
  box-shadow: none;
19056
19018
  }
19057
- .v-btn--absolute {
19019
+ .v-card--absolute {
19058
19020
  position: absolute;
19059
19021
  }
19060
- .v-btn--fixed {
19022
+ .v-card--fixed {
19061
19023
  position: fixed;
19062
19024
  }
19063
- .v-btn:hover > .v-btn__overlay {
19025
+ .v-card:hover > .v-card__overlay {
19064
19026
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
19065
19027
  }
19066
- .v-btn:focus-visible > .v-btn__overlay {
19028
+ .v-card:focus-visible > .v-card__overlay {
19067
19029
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19068
19030
  }
19069
19031
  @supports not selector(:focus-visible) {
19070
- .v-btn:focus > .v-btn__overlay {
19032
+ .v-card:focus > .v-card__overlay {
19071
19033
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19072
19034
  }
19073
19035
  }
19074
- .v-btn--active > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true] > .v-btn__overlay {
19036
+ .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
19075
19037
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19076
19038
  }
19077
- .v-btn--active:hover > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:hover > .v-btn__overlay {
19039
+ .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
19078
19040
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19079
19041
  }
19080
- .v-btn--active:focus-visible > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-btn__overlay {
19042
+ .v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
19081
19043
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19082
19044
  }
19083
19045
  @supports not selector(:focus-visible) {
19084
- .v-btn--active:focus > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus > .v-btn__overlay {
19046
+ .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
19085
19047
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19086
19048
  }
19087
19049
  }
19088
- .v-btn--variant-plain, .v-btn--variant-outlined, .v-btn--variant-text, .v-btn--variant-tonal {
19050
+ .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
19089
19051
  background: transparent;
19090
19052
  color: inherit;
19091
19053
  }
19092
- .v-btn--variant-plain {
19054
+ .v-card--variant-plain {
19093
19055
  opacity: 0.62;
19094
19056
  }
19095
- .v-btn--variant-plain:focus, .v-btn--variant-plain:hover {
19057
+ .v-card--variant-plain:focus, .v-card--variant-plain:hover {
19096
19058
  opacity: 1;
19097
19059
  }
19098
- .v-btn--variant-plain .v-btn__overlay {
19060
+ .v-card--variant-plain .v-card__overlay {
19099
19061
  display: none;
19100
19062
  }
19101
- .v-btn--variant-elevated, .v-btn--variant-flat {
19063
+ .v-card--variant-elevated, .v-card--variant-flat {
19102
19064
  background: rgb(var(--v-theme-surface));
19103
19065
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19104
19066
  }
19105
- .v-btn--variant-elevated {
19106
- 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));
19067
+ .v-card--variant-elevated {
19068
+ 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));
19107
19069
  }
19108
- .v-btn--variant-flat {
19070
+ .v-card--variant-flat {
19109
19071
  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));
19110
19072
  }
19111
- .v-btn--variant-outlined {
19073
+ .v-card--variant-outlined {
19112
19074
  border: thin solid currentColor;
19113
19075
  }
19114
- .v-btn--variant-text .v-btn__overlay {
19076
+ .v-card--variant-text .v-card__overlay {
19115
19077
  background: currentColor;
19116
19078
  }
19117
- .v-btn--variant-tonal .v-btn__underlay {
19079
+ .v-card--variant-tonal .v-card__underlay {
19118
19080
  background: currentColor;
19119
19081
  opacity: var(--v-activated-opacity);
19120
19082
  border-radius: inherit;
@@ -19124,577 +19086,632 @@ html.overflow-y-hidden {
19124
19086
  left: 0;
19125
19087
  pointer-events: none;
19126
19088
  }
19127
- .v-btn .v-btn__underlay {
19089
+ .v-card .v-card__underlay {
19128
19090
  position: absolute;
19129
19091
  }
19130
- @supports selector(:focus-visible) {
19131
- .v-btn::after {
19132
- content: "";
19133
- position: absolute;
19134
- top: 0;
19135
- left: 0;
19136
- width: 100%;
19137
- height: 100%;
19138
- pointer-events: none;
19139
- border: 2px solid currentColor;
19140
- border-radius: inherit;
19141
- opacity: 0;
19142
- transition: opacity 0.2s ease-in-out;
19143
- }
19144
- .v-btn:focus-visible::after {
19145
- opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
19146
- }
19147
- }
19148
- .v-btn--icon {
19149
- border-radius: 50%;
19150
- min-width: 0;
19151
- padding: 0;
19152
- }
19153
- .v-btn--icon.v-btn--size-default {
19154
- --v-btn-size: 1rem;
19155
- }
19156
- .v-btn--icon.v-btn--density-default {
19157
- width: calc(var(--v-btn-height) + 12px);
19158
- height: calc(var(--v-btn-height) + 12px);
19159
- }
19160
- .v-btn--icon.v-btn--density-comfortable {
19161
- width: calc(var(--v-btn-height) + 0px);
19162
- height: calc(var(--v-btn-height) + 0px);
19163
- }
19164
- .v-btn--icon.v-btn--density-compact {
19165
- width: calc(var(--v-btn-height) + -8px);
19166
- height: calc(var(--v-btn-height) + -8px);
19167
- }
19168
-
19169
- .v-btn--elevated:hover, .v-btn--elevated:focus {
19170
- 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));
19092
+ .v-card--disabled {
19093
+ pointer-events: none;
19094
+ -webkit-user-select: none;
19095
+ user-select: none;
19171
19096
  }
19172
- .v-btn--elevated:active {
19173
- 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));
19097
+ .v-card--disabled > :not(.v-card__loader) {
19098
+ opacity: 0.6;
19174
19099
  }
19175
- .v-btn--flat {
19100
+ .v-card--flat {
19176
19101
  box-shadow: none;
19177
19102
  }
19178
- .v-btn--block {
19179
- display: flex;
19180
- flex: 1 0 auto;
19181
- min-width: 100%;
19103
+ .v-card--hover {
19104
+ cursor: pointer;
19182
19105
  }
19183
- .v-btn--disabled {
19106
+ .v-card--hover::before, .v-card--hover::after {
19107
+ border-radius: inherit;
19108
+ bottom: 0;
19109
+ content: "";
19110
+ display: block;
19111
+ left: 0;
19184
19112
  pointer-events: none;
19185
- opacity: 0.26;
19186
- }
19187
- .v-btn--disabled:hover {
19188
- opacity: 0.26;
19113
+ position: absolute;
19114
+ right: 0;
19115
+ top: 0;
19116
+ transition: inherit;
19189
19117
  }
19190
- .v-btn--disabled.v-btn--variant-elevated, .v-btn--disabled.v-btn--variant-flat {
19191
- box-shadow: none;
19118
+ .v-card--hover::before {
19192
19119
  opacity: 1;
19193
- color: rgba(var(--v-theme-on-surface), 0.26);
19194
- background: rgb(var(--v-theme-surface));
19120
+ z-index: -1;
19121
+ 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));
19195
19122
  }
19196
- .v-btn--disabled.v-btn--variant-elevated .v-btn__overlay, .v-btn--disabled.v-btn--variant-flat .v-btn__overlay {
19197
- opacity: 0.4615384615;
19123
+ .v-card--hover::after {
19124
+ z-index: 1;
19125
+ opacity: 0;
19126
+ 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));
19198
19127
  }
19199
- .v-btn--loading {
19200
- pointer-events: none;
19128
+ .v-card--hover:hover::after {
19129
+ opacity: 1;
19201
19130
  }
19202
- .v-btn--loading .v-btn__content,
19203
- .v-btn--loading .v-btn__prepend,
19204
- .v-btn--loading .v-btn__append {
19131
+ .v-card--hover:hover::before {
19205
19132
  opacity: 0;
19206
19133
  }
19207
- .v-btn--stacked {
19208
- grid-template-areas: "prepend" "content" "append";
19209
- grid-template-columns: auto;
19210
- grid-template-rows: max-content max-content max-content;
19211
- justify-items: center;
19212
- align-content: center;
19134
+ .v-card--hover:hover {
19135
+ 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));
19213
19136
  }
19214
- .v-btn--stacked .v-btn__content {
19215
- flex-direction: column;
19216
- line-height: 1.25;
19137
+ .v-card--link {
19138
+ cursor: pointer;
19217
19139
  }
19218
- .v-btn--stacked .v-btn__prepend,
19219
- .v-btn--stacked .v-btn__append,
19220
- .v-btn--stacked .v-btn__content > .v-icon--start,
19221
- .v-btn--stacked .v-btn__content > .v-icon--end {
19222
- margin-inline: 0;
19140
+
19141
+ .v-card-actions {
19142
+ align-items: center;
19143
+ display: flex;
19144
+ flex: none;
19145
+ min-height: 52px;
19146
+ padding: 0.5rem;
19223
19147
  }
19224
- .v-btn--stacked .v-btn__prepend,
19225
- .v-btn--stacked .v-btn__content > .v-icon--start {
19226
- margin-bottom: 4px;
19148
+
19149
+ .v-card-item {
19150
+ align-items: center;
19151
+ display: grid;
19152
+ flex: none;
19153
+ grid-template-areas: "prepend content append";
19154
+ grid-template-columns: max-content auto max-content;
19155
+ padding: 0.625rem 1rem;
19227
19156
  }
19228
- .v-btn--stacked .v-btn__append,
19229
- .v-btn--stacked .v-btn__content > .v-icon--end {
19230
- margin-top: 4px;
19157
+ .v-card-item + .v-card-text {
19158
+ padding-top: 0;
19231
19159
  }
19232
- .v-btn--stacked.v-btn--size-x-small {
19233
- --v-btn-size: 0.625rem;
19234
- --v-btn-height: 56px;
19235
- font-size: var(--v-btn-size);
19236
- min-width: 56px;
19237
- padding: 0 12px;
19160
+ .v-card-item__prepend, .v-card-item__append {
19161
+ align-items: center;
19162
+ display: flex;
19238
19163
  }
19239
-
19240
- .v-btn--stacked.v-btn--size-small {
19241
- --v-btn-size: 0.75rem;
19242
- --v-btn-height: 64px;
19243
- font-size: var(--v-btn-size);
19244
- min-width: 64px;
19245
- padding: 0 14px;
19164
+ .v-card-item__prepend {
19165
+ grid-area: prepend;
19166
+ padding-inline-end: 0.5rem;
19246
19167
  }
19247
-
19248
- .v-btn--stacked.v-btn--size-default {
19249
- --v-btn-size: 0.875rem;
19250
- --v-btn-height: 72px;
19251
- font-size: var(--v-btn-size);
19252
- min-width: 72px;
19253
- padding: 0 16px;
19168
+ .v-card-item__append {
19169
+ grid-area: append;
19170
+ padding-inline-start: 0.5rem;
19254
19171
  }
19255
19172
 
19256
- .v-btn--stacked.v-btn--size-large {
19257
- --v-btn-size: 1rem;
19258
- --v-btn-height: 80px;
19259
- font-size: var(--v-btn-size);
19260
- min-width: 80px;
19261
- padding: 0 18px;
19173
+ .v-card-item__content {
19174
+ align-self: center;
19175
+ grid-area: content;
19176
+ overflow: hidden;
19262
19177
  }
19263
19178
 
19264
- .v-btn--stacked.v-btn--size-x-large {
19265
- --v-btn-size: 1.125rem;
19266
- --v-btn-height: 88px;
19267
- font-size: var(--v-btn-size);
19268
- min-width: 88px;
19269
- padding: 0 20px;
19179
+ .v-card-title {
19180
+ display: block;
19181
+ flex: none;
19182
+ font-size: 1.25rem;
19183
+ font-weight: 500;
19184
+ -webkit-hyphens: auto;
19185
+ hyphens: auto;
19186
+ letter-spacing: 0.0125em;
19187
+ min-width: 0;
19188
+ overflow-wrap: normal;
19189
+ overflow: hidden;
19190
+ padding: 0.5rem 1rem;
19191
+ text-overflow: ellipsis;
19192
+ text-transform: none;
19193
+ white-space: nowrap;
19194
+ word-break: normal;
19195
+ word-wrap: break-word;
19270
19196
  }
19271
-
19272
- .v-btn--stacked.v-btn--density-default {
19273
- height: calc(var(--v-btn-height) + 0px);
19197
+ .v-card .v-card-title {
19198
+ line-height: 1.6;
19274
19199
  }
19275
-
19276
- .v-btn--stacked.v-btn--density-comfortable {
19277
- height: calc(var(--v-btn-height) + -16px);
19200
+ .v-card--density-comfortable .v-card-title {
19201
+ line-height: 1.75rem;
19278
19202
  }
19279
-
19280
- .v-btn--stacked.v-btn--density-compact {
19281
- height: calc(var(--v-btn-height) + -24px);
19203
+ .v-card--density-compact .v-card-title {
19204
+ line-height: 1.55rem;
19205
+ }
19206
+ .v-card-item .v-card-title {
19207
+ padding: 0;
19208
+ }
19209
+ .v-card-title + .v-card-text,
19210
+ .v-card-title + .v-card-actions {
19211
+ padding-top: 0;
19282
19212
  }
19283
19213
 
19284
- .v-btn--slim {
19285
- padding: 0 8px;
19214
+ .v-card-subtitle {
19215
+ display: block;
19216
+ flex: none;
19217
+ font-size: 0.875rem;
19218
+ font-weight: 400;
19219
+ letter-spacing: 0.0178571429em;
19220
+ opacity: var(--v-card-subtitle-opacity, var(--v-medium-emphasis-opacity));
19221
+ overflow: hidden;
19222
+ padding: 0 1rem;
19223
+ text-overflow: ellipsis;
19224
+ text-transform: none;
19225
+ white-space: nowrap;
19286
19226
  }
19287
- .v-btn--readonly {
19288
- pointer-events: none;
19227
+ .v-card .v-card-subtitle {
19228
+ line-height: 1.425;
19289
19229
  }
19290
- .v-btn--rounded {
19291
- border-radius: 24px;
19230
+ .v-card--density-comfortable .v-card-subtitle {
19231
+ line-height: 1.125rem;
19292
19232
  }
19293
- .v-btn--rounded.v-btn--icon {
19294
- border-radius: 4px;
19233
+ .v-card--density-compact .v-card-subtitle {
19234
+ line-height: 1rem;
19295
19235
  }
19296
- .v-btn .v-icon {
19297
- --v-icon-size-multiplier: 0.8571428571;
19236
+ .v-card-item .v-card-subtitle {
19237
+ padding: 0 0 0.25rem;
19298
19238
  }
19299
- .v-btn--icon .v-icon {
19300
- --v-icon-size-multiplier: 1;
19239
+
19240
+ .v-card-text {
19241
+ flex: 1 1 auto;
19242
+ font-size: 0.875rem;
19243
+ font-weight: 400;
19244
+ letter-spacing: 0.0178571429em;
19245
+ opacity: var(--v-card-text-opacity, 1);
19246
+ padding: 1rem;
19247
+ text-transform: none;
19301
19248
  }
19302
- .v-btn--stacked .v-icon {
19303
- --v-icon-size-multiplier: 1.1428571429;
19249
+ .v-card .v-card-text {
19250
+ line-height: 1.425;
19251
+ }
19252
+ .v-card--density-comfortable .v-card-text {
19253
+ line-height: 1.2rem;
19254
+ }
19255
+ .v-card--density-compact .v-card-text {
19256
+ line-height: 1.15rem;
19304
19257
  }
19305
19258
 
19306
- .v-btn__loader {
19307
- align-items: center;
19259
+ .v-card__image {
19308
19260
  display: flex;
19309
19261
  height: 100%;
19310
- justify-content: center;
19262
+ flex: 1 1 auto;
19311
19263
  left: 0;
19264
+ overflow: hidden;
19312
19265
  position: absolute;
19313
19266
  top: 0;
19314
19267
  width: 100%;
19315
- }
19316
- .v-btn__loader > .v-progress-circular {
19317
- width: 1.5em;
19318
- height: 1.5em;
19319
- }
19320
-
19321
- .v-btn__content,
19322
- .v-btn__prepend,
19323
- .v-btn__append {
19324
- align-items: center;
19325
- display: flex;
19326
- transition: transform, opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19327
- }
19328
-
19329
- .v-btn__prepend {
19330
- grid-area: prepend;
19331
- margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
19268
+ z-index: -1;
19332
19269
  }
19333
19270
 
19334
- .v-btn__append {
19335
- grid-area: append;
19336
- margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
19271
+ .v-card__content {
19272
+ border-radius: inherit;
19273
+ overflow: hidden;
19274
+ position: relative;
19337
19275
  }
19338
19276
 
19339
- .v-btn__content {
19340
- grid-area: content;
19341
- justify-content: center;
19342
- white-space: nowrap;
19343
- }
19344
- .v-btn__content > .v-icon--start {
19345
- margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
19346
- }
19347
- .v-btn__content > .v-icon--end {
19348
- margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
19349
- }
19350
- .v-btn--stacked .v-btn__content {
19351
- white-space: normal;
19277
+ .v-card__loader {
19278
+ bottom: auto;
19279
+ top: 0;
19280
+ left: 0;
19281
+ position: absolute;
19282
+ right: 0;
19283
+ width: 100%;
19284
+ z-index: 1;
19352
19285
  }
19353
19286
 
19354
- .v-btn__overlay {
19287
+ .v-card__overlay {
19355
19288
  background-color: currentColor;
19356
19289
  border-radius: inherit;
19357
- opacity: 0;
19358
- transition: opacity 0.2s ease-in-out;
19359
- }
19360
-
19361
- .v-btn__overlay,
19362
- .v-btn__underlay {
19363
19290
  position: absolute;
19364
19291
  top: 0;
19292
+ right: 0;
19293
+ bottom: 0;
19365
19294
  left: 0;
19366
- width: 100%;
19367
- height: 100%;
19368
19295
  pointer-events: none;
19369
- }
19370
-
19371
- .v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
19372
- margin-inline-start: 0.5rem;
19373
- }
19374
-
19375
- .v-pagination .v-btn {
19296
+ opacity: 0;
19297
+ transition: opacity 0.2s ease-in-out;
19298
+ }.v-btn {
19299
+ align-items: center;
19376
19300
  border-radius: 4px;
19377
- }
19378
- .v-pagination .v-btn--rounded {
19379
- border-radius: 50%;
19380
- }
19381
- .v-btn__overlay {
19382
- transition: none;
19383
- }
19384
- .v-pagination__item--is-active .v-btn__overlay {
19385
- opacity: var(--v-border-opacity);
19386
- }.v-card {
19387
- display: block;
19388
- overflow: hidden;
19389
- overflow-wrap: break-word;
19301
+ display: inline-grid;
19302
+ grid-template-areas: "prepend content append";
19303
+ grid-template-columns: max-content auto max-content;
19304
+ font-weight: 500;
19305
+ justify-content: center;
19306
+ letter-spacing: 0.0892857143em;
19307
+ line-height: normal;
19308
+ max-width: 100%;
19309
+ outline: none;
19390
19310
  position: relative;
19391
- padding: 0;
19392
19311
  text-decoration: none;
19312
+ text-indent: 0.0892857143em;
19313
+ text-transform: uppercase;
19314
+ transition-property: box-shadow, transform, opacity, background;
19393
19315
  transition-duration: 0.28s;
19394
- transition-property: box-shadow, opacity, background;
19395
19316
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19396
- z-index: 0;
19317
+ -webkit-user-select: none;
19318
+ user-select: none;
19319
+ vertical-align: middle;
19320
+ flex-shrink: 0;
19397
19321
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19398
19322
  border-style: solid;
19399
19323
  border-width: 0;
19400
- border-radius: 4px;
19401
19324
  }
19402
- .v-card--border {
19325
+ .v-btn--size-x-small {
19326
+ --v-btn-size: 0.625rem;
19327
+ --v-btn-height: 20px;
19328
+ font-size: var(--v-btn-size);
19329
+ min-width: 36px;
19330
+ padding: 0 8px;
19331
+ }
19332
+
19333
+ .v-btn--size-small {
19334
+ --v-btn-size: 0.75rem;
19335
+ --v-btn-height: 28px;
19336
+ font-size: var(--v-btn-size);
19337
+ min-width: 50px;
19338
+ padding: 0 12px;
19339
+ }
19340
+
19341
+ .v-btn--size-default {
19342
+ --v-btn-size: 0.875rem;
19343
+ --v-btn-height: 36px;
19344
+ font-size: var(--v-btn-size);
19345
+ min-width: 64px;
19346
+ padding: 0 16px;
19347
+ }
19348
+
19349
+ .v-btn--size-large {
19350
+ --v-btn-size: 1rem;
19351
+ --v-btn-height: 44px;
19352
+ font-size: var(--v-btn-size);
19353
+ min-width: 78px;
19354
+ padding: 0 20px;
19355
+ }
19356
+
19357
+ .v-btn--size-x-large {
19358
+ --v-btn-size: 1.125rem;
19359
+ --v-btn-height: 52px;
19360
+ font-size: var(--v-btn-size);
19361
+ min-width: 92px;
19362
+ padding: 0 24px;
19363
+ }
19364
+
19365
+ .v-btn.v-btn--density-default {
19366
+ height: calc(var(--v-btn-height) + 0px);
19367
+ }
19368
+
19369
+ .v-btn.v-btn--density-comfortable {
19370
+ height: calc(var(--v-btn-height) + -8px);
19371
+ }
19372
+
19373
+ .v-btn.v-btn--density-compact {
19374
+ height: calc(var(--v-btn-height) + -12px);
19375
+ }
19376
+
19377
+ .v-btn--border {
19403
19378
  border-width: thin;
19404
19379
  box-shadow: none;
19405
19380
  }
19406
- .v-card--absolute {
19381
+ .v-btn--absolute {
19407
19382
  position: absolute;
19408
19383
  }
19409
- .v-card--fixed {
19384
+ .v-btn--fixed {
19410
19385
  position: fixed;
19411
19386
  }
19412
- .v-card:hover > .v-card__overlay {
19387
+ .v-btn:hover > .v-btn__overlay {
19413
19388
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
19414
19389
  }
19415
- .v-card:focus-visible > .v-card__overlay {
19390
+ .v-btn:focus-visible > .v-btn__overlay {
19416
19391
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19417
19392
  }
19418
19393
  @supports not selector(:focus-visible) {
19419
- .v-card:focus > .v-card__overlay {
19394
+ .v-btn:focus > .v-btn__overlay {
19420
19395
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19421
19396
  }
19422
19397
  }
19423
- .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
19398
+ .v-btn--active > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true] > .v-btn__overlay {
19424
19399
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19425
19400
  }
19426
- .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
19401
+ .v-btn--active:hover > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:hover > .v-btn__overlay {
19427
19402
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19428
19403
  }
19429
- .v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
19404
+ .v-btn--active:focus-visible > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-btn__overlay {
19430
19405
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19431
19406
  }
19432
19407
  @supports not selector(:focus-visible) {
19433
- .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
19408
+ .v-btn--active:focus > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus > .v-btn__overlay {
19434
19409
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19435
19410
  }
19436
19411
  }
19437
- .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
19412
+ .v-btn--variant-plain, .v-btn--variant-outlined, .v-btn--variant-text, .v-btn--variant-tonal {
19438
19413
  background: transparent;
19439
19414
  color: inherit;
19440
19415
  }
19441
- .v-card--variant-plain {
19416
+ .v-btn--variant-plain {
19442
19417
  opacity: 0.62;
19443
19418
  }
19444
- .v-card--variant-plain:focus, .v-card--variant-plain:hover {
19419
+ .v-btn--variant-plain:focus, .v-btn--variant-plain:hover {
19445
19420
  opacity: 1;
19446
19421
  }
19447
- .v-card--variant-plain .v-card__overlay {
19422
+ .v-btn--variant-plain .v-btn__overlay {
19448
19423
  display: none;
19449
19424
  }
19450
- .v-card--variant-elevated, .v-card--variant-flat {
19425
+ .v-btn--variant-elevated, .v-btn--variant-flat {
19451
19426
  background: rgb(var(--v-theme-surface));
19452
19427
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19453
19428
  }
19454
- .v-card--variant-elevated {
19455
- 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));
19429
+ .v-btn--variant-elevated {
19430
+ 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));
19456
19431
  }
19457
- .v-card--variant-flat {
19432
+ .v-btn--variant-flat {
19458
19433
  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));
19459
19434
  }
19460
- .v-card--variant-outlined {
19461
- border: thin solid currentColor;
19435
+ .v-btn--variant-outlined {
19436
+ border: thin solid currentColor;
19437
+ }
19438
+ .v-btn--variant-text .v-btn__overlay {
19439
+ background: currentColor;
19440
+ }
19441
+ .v-btn--variant-tonal .v-btn__underlay {
19442
+ background: currentColor;
19443
+ opacity: var(--v-activated-opacity);
19444
+ border-radius: inherit;
19445
+ top: 0;
19446
+ right: 0;
19447
+ bottom: 0;
19448
+ left: 0;
19449
+ pointer-events: none;
19450
+ }
19451
+ .v-btn .v-btn__underlay {
19452
+ position: absolute;
19453
+ }
19454
+ @supports selector(:focus-visible) {
19455
+ .v-btn::after {
19456
+ content: "";
19457
+ position: absolute;
19458
+ top: 0;
19459
+ left: 0;
19460
+ width: 100%;
19461
+ height: 100%;
19462
+ pointer-events: none;
19463
+ border: 2px solid currentColor;
19464
+ border-radius: inherit;
19465
+ opacity: 0;
19466
+ transition: opacity 0.2s ease-in-out;
19467
+ }
19468
+ .v-btn:focus-visible::after {
19469
+ opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
19470
+ }
19471
+ }
19472
+ .v-btn--icon {
19473
+ border-radius: 50%;
19474
+ min-width: 0;
19475
+ padding: 0;
19462
19476
  }
19463
- .v-card--variant-text .v-card__overlay {
19464
- background: currentColor;
19477
+ .v-btn--icon.v-btn--size-default {
19478
+ --v-btn-size: 1rem;
19465
19479
  }
19466
- .v-card--variant-tonal .v-card__underlay {
19467
- background: currentColor;
19468
- opacity: var(--v-activated-opacity);
19469
- border-radius: inherit;
19470
- top: 0;
19471
- right: 0;
19472
- bottom: 0;
19473
- left: 0;
19474
- pointer-events: none;
19480
+ .v-btn--icon.v-btn--density-default {
19481
+ width: calc(var(--v-btn-height) + 12px);
19482
+ height: calc(var(--v-btn-height) + 12px);
19475
19483
  }
19476
- .v-card .v-card__underlay {
19477
- position: absolute;
19484
+ .v-btn--icon.v-btn--density-comfortable {
19485
+ width: calc(var(--v-btn-height) + 0px);
19486
+ height: calc(var(--v-btn-height) + 0px);
19478
19487
  }
19479
- .v-card--disabled {
19480
- pointer-events: none;
19481
- -webkit-user-select: none;
19482
- user-select: none;
19488
+ .v-btn--icon.v-btn--density-compact {
19489
+ width: calc(var(--v-btn-height) + -8px);
19490
+ height: calc(var(--v-btn-height) + -8px);
19483
19491
  }
19484
- .v-card--disabled > :not(.v-card__loader) {
19485
- opacity: 0.6;
19492
+
19493
+ .v-btn--elevated:hover, .v-btn--elevated:focus {
19494
+ 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));
19486
19495
  }
19487
- .v-card--flat {
19496
+ .v-btn--elevated:active {
19497
+ 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));
19498
+ }
19499
+ .v-btn--flat {
19488
19500
  box-shadow: none;
19489
19501
  }
19490
- .v-card--hover {
19491
- cursor: pointer;
19502
+ .v-btn--block {
19503
+ display: flex;
19504
+ flex: 1 0 auto;
19505
+ min-width: 100%;
19492
19506
  }
19493
- .v-card--hover::before, .v-card--hover::after {
19494
- border-radius: inherit;
19495
- bottom: 0;
19496
- content: "";
19497
- display: block;
19498
- left: 0;
19507
+ .v-btn--disabled {
19499
19508
  pointer-events: none;
19500
- position: absolute;
19501
- right: 0;
19502
- top: 0;
19503
- transition: inherit;
19504
- }
19505
- .v-card--hover::before {
19506
- opacity: 1;
19507
- z-index: -1;
19508
- 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));
19509
+ opacity: 0.26;
19509
19510
  }
19510
- .v-card--hover::after {
19511
- z-index: 1;
19512
- opacity: 0;
19513
- 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));
19511
+ .v-btn--disabled:hover {
19512
+ opacity: 0.26;
19514
19513
  }
19515
- .v-card--hover:hover::after {
19514
+ .v-btn--disabled.v-btn--variant-elevated, .v-btn--disabled.v-btn--variant-flat {
19515
+ box-shadow: none;
19516
19516
  opacity: 1;
19517
+ color: rgba(var(--v-theme-on-surface), 0.26);
19518
+ background: rgb(var(--v-theme-surface));
19517
19519
  }
19518
- .v-card--hover:hover::before {
19519
- opacity: 0;
19520
+ .v-btn--disabled.v-btn--variant-elevated .v-btn__overlay, .v-btn--disabled.v-btn--variant-flat .v-btn__overlay {
19521
+ opacity: 0.4615384615;
19520
19522
  }
19521
- .v-card--hover:hover {
19522
- 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));
19523
+ .v-btn--loading {
19524
+ pointer-events: none;
19523
19525
  }
19524
- .v-card--link {
19525
- cursor: pointer;
19526
+ .v-btn--loading .v-btn__content,
19527
+ .v-btn--loading .v-btn__prepend,
19528
+ .v-btn--loading .v-btn__append {
19529
+ opacity: 0;
19526
19530
  }
19527
-
19528
- .v-card-actions {
19529
- align-items: center;
19530
- display: flex;
19531
- flex: none;
19532
- min-height: 52px;
19533
- padding: 0.5rem;
19531
+ .v-btn--stacked {
19532
+ grid-template-areas: "prepend" "content" "append";
19533
+ grid-template-columns: auto;
19534
+ grid-template-rows: max-content max-content max-content;
19535
+ justify-items: center;
19536
+ align-content: center;
19534
19537
  }
19535
-
19536
- .v-card-item {
19537
- align-items: center;
19538
- display: grid;
19539
- flex: none;
19540
- grid-template-areas: "prepend content append";
19541
- grid-template-columns: max-content auto max-content;
19542
- padding: 0.625rem 1rem;
19538
+ .v-btn--stacked .v-btn__content {
19539
+ flex-direction: column;
19540
+ line-height: 1.25;
19543
19541
  }
19544
- .v-card-item + .v-card-text {
19545
- padding-top: 0;
19542
+ .v-btn--stacked .v-btn__prepend,
19543
+ .v-btn--stacked .v-btn__append,
19544
+ .v-btn--stacked .v-btn__content > .v-icon--start,
19545
+ .v-btn--stacked .v-btn__content > .v-icon--end {
19546
+ margin-inline: 0;
19546
19547
  }
19547
- .v-card-item__prepend, .v-card-item__append {
19548
- align-items: center;
19549
- display: flex;
19548
+ .v-btn--stacked .v-btn__prepend,
19549
+ .v-btn--stacked .v-btn__content > .v-icon--start {
19550
+ margin-bottom: 4px;
19550
19551
  }
19551
- .v-card-item__prepend {
19552
- grid-area: prepend;
19553
- padding-inline-end: 0.5rem;
19552
+ .v-btn--stacked .v-btn__append,
19553
+ .v-btn--stacked .v-btn__content > .v-icon--end {
19554
+ margin-top: 4px;
19554
19555
  }
19555
- .v-card-item__append {
19556
- grid-area: append;
19557
- padding-inline-start: 0.5rem;
19556
+ .v-btn--stacked.v-btn--size-x-small {
19557
+ --v-btn-size: 0.625rem;
19558
+ --v-btn-height: 56px;
19559
+ font-size: var(--v-btn-size);
19560
+ min-width: 56px;
19561
+ padding: 0 12px;
19558
19562
  }
19559
19563
 
19560
- .v-card-item__content {
19561
- align-self: center;
19562
- grid-area: content;
19563
- overflow: hidden;
19564
+ .v-btn--stacked.v-btn--size-small {
19565
+ --v-btn-size: 0.75rem;
19566
+ --v-btn-height: 64px;
19567
+ font-size: var(--v-btn-size);
19568
+ min-width: 64px;
19569
+ padding: 0 14px;
19564
19570
  }
19565
19571
 
19566
- .v-card-title {
19567
- display: block;
19568
- flex: none;
19569
- font-size: 1.25rem;
19570
- font-weight: 500;
19571
- -webkit-hyphens: auto;
19572
- hyphens: auto;
19573
- letter-spacing: 0.0125em;
19574
- min-width: 0;
19575
- overflow-wrap: normal;
19576
- overflow: hidden;
19577
- padding: 0.5rem 1rem;
19578
- text-overflow: ellipsis;
19579
- text-transform: none;
19580
- white-space: nowrap;
19581
- word-break: normal;
19582
- word-wrap: break-word;
19583
- }
19584
- .v-card .v-card-title {
19585
- line-height: 1.6;
19586
- }
19587
- .v-card--density-comfortable .v-card-title {
19588
- line-height: 1.75rem;
19572
+ .v-btn--stacked.v-btn--size-default {
19573
+ --v-btn-size: 0.875rem;
19574
+ --v-btn-height: 72px;
19575
+ font-size: var(--v-btn-size);
19576
+ min-width: 72px;
19577
+ padding: 0 16px;
19589
19578
  }
19590
- .v-card--density-compact .v-card-title {
19591
- line-height: 1.55rem;
19579
+
19580
+ .v-btn--stacked.v-btn--size-large {
19581
+ --v-btn-size: 1rem;
19582
+ --v-btn-height: 80px;
19583
+ font-size: var(--v-btn-size);
19584
+ min-width: 80px;
19585
+ padding: 0 18px;
19592
19586
  }
19593
- .v-card-item .v-card-title {
19594
- padding: 0;
19587
+
19588
+ .v-btn--stacked.v-btn--size-x-large {
19589
+ --v-btn-size: 1.125rem;
19590
+ --v-btn-height: 88px;
19591
+ font-size: var(--v-btn-size);
19592
+ min-width: 88px;
19593
+ padding: 0 20px;
19595
19594
  }
19596
- .v-card-title + .v-card-text,
19597
- .v-card-title + .v-card-actions {
19598
- padding-top: 0;
19595
+
19596
+ .v-btn--stacked.v-btn--density-default {
19597
+ height: calc(var(--v-btn-height) + 0px);
19599
19598
  }
19600
19599
 
19601
- .v-card-subtitle {
19602
- display: block;
19603
- flex: none;
19604
- font-size: 0.875rem;
19605
- font-weight: 400;
19606
- letter-spacing: 0.0178571429em;
19607
- opacity: var(--v-card-subtitle-opacity, var(--v-medium-emphasis-opacity));
19608
- overflow: hidden;
19609
- padding: 0 1rem;
19610
- text-overflow: ellipsis;
19611
- text-transform: none;
19612
- white-space: nowrap;
19600
+ .v-btn--stacked.v-btn--density-comfortable {
19601
+ height: calc(var(--v-btn-height) + -16px);
19613
19602
  }
19614
- .v-card .v-card-subtitle {
19615
- line-height: 1.425;
19603
+
19604
+ .v-btn--stacked.v-btn--density-compact {
19605
+ height: calc(var(--v-btn-height) + -24px);
19616
19606
  }
19617
- .v-card--density-comfortable .v-card-subtitle {
19618
- line-height: 1.125rem;
19607
+
19608
+ .v-btn--slim {
19609
+ padding: 0 8px;
19619
19610
  }
19620
- .v-card--density-compact .v-card-subtitle {
19621
- line-height: 1rem;
19611
+ .v-btn--readonly {
19612
+ pointer-events: none;
19622
19613
  }
19623
- .v-card-item .v-card-subtitle {
19624
- padding: 0 0 0.25rem;
19614
+ .v-btn--rounded {
19615
+ border-radius: 24px;
19625
19616
  }
19626
-
19627
- .v-card-text {
19628
- flex: 1 1 auto;
19629
- font-size: 0.875rem;
19630
- font-weight: 400;
19631
- letter-spacing: 0.0178571429em;
19632
- opacity: var(--v-card-text-opacity, 1);
19633
- padding: 1rem;
19634
- text-transform: none;
19617
+ .v-btn--rounded.v-btn--icon {
19618
+ border-radius: 4px;
19635
19619
  }
19636
- .v-card .v-card-text {
19637
- line-height: 1.425;
19620
+ .v-btn .v-icon {
19621
+ --v-icon-size-multiplier: 0.8571428571;
19638
19622
  }
19639
- .v-card--density-comfortable .v-card-text {
19640
- line-height: 1.2rem;
19623
+ .v-btn--icon .v-icon {
19624
+ --v-icon-size-multiplier: 1;
19641
19625
  }
19642
- .v-card--density-compact .v-card-text {
19643
- line-height: 1.15rem;
19626
+ .v-btn--stacked .v-icon {
19627
+ --v-icon-size-multiplier: 1.1428571429;
19644
19628
  }
19645
19629
 
19646
- .v-card__image {
19630
+ .v-btn__loader {
19631
+ align-items: center;
19647
19632
  display: flex;
19648
19633
  height: 100%;
19649
- flex: 1 1 auto;
19634
+ justify-content: center;
19650
19635
  left: 0;
19651
- overflow: hidden;
19652
19636
  position: absolute;
19653
19637
  top: 0;
19654
19638
  width: 100%;
19655
- z-index: -1;
19639
+ }
19640
+ .v-btn__loader > .v-progress-circular {
19641
+ width: 1.5em;
19642
+ height: 1.5em;
19656
19643
  }
19657
19644
 
19658
- .v-card__content {
19659
- border-radius: inherit;
19660
- overflow: hidden;
19661
- position: relative;
19645
+ .v-btn__content,
19646
+ .v-btn__prepend,
19647
+ .v-btn__append {
19648
+ align-items: center;
19649
+ display: flex;
19650
+ transition: transform, opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19662
19651
  }
19663
19652
 
19664
- .v-card__loader {
19665
- bottom: auto;
19666
- top: 0;
19667
- left: 0;
19668
- position: absolute;
19669
- right: 0;
19670
- width: 100%;
19671
- z-index: 1;
19653
+ .v-btn__prepend {
19654
+ grid-area: prepend;
19655
+ margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
19672
19656
  }
19673
19657
 
19674
- .v-card__overlay {
19658
+ .v-btn__append {
19659
+ grid-area: append;
19660
+ margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
19661
+ }
19662
+
19663
+ .v-btn__content {
19664
+ grid-area: content;
19665
+ justify-content: center;
19666
+ white-space: nowrap;
19667
+ }
19668
+ .v-btn__content > .v-icon--start {
19669
+ margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
19670
+ }
19671
+ .v-btn__content > .v-icon--end {
19672
+ margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
19673
+ }
19674
+ .v-btn--stacked .v-btn__content {
19675
+ white-space: normal;
19676
+ }
19677
+
19678
+ .v-btn__overlay {
19675
19679
  background-color: currentColor;
19676
19680
  border-radius: inherit;
19681
+ opacity: 0;
19682
+ transition: opacity 0.2s ease-in-out;
19683
+ }
19684
+
19685
+ .v-btn__overlay,
19686
+ .v-btn__underlay {
19677
19687
  position: absolute;
19678
19688
  top: 0;
19679
- right: 0;
19680
- bottom: 0;
19681
19689
  left: 0;
19690
+ width: 100%;
19691
+ height: 100%;
19682
19692
  pointer-events: none;
19683
- opacity: 0;
19684
- transition: opacity 0.2s ease-in-out;
19685
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19686
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19687
19693
  }
19688
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19689
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19694
+
19695
+ .v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
19696
+ margin-inline-start: 0.5rem;
19690
19697
  }
19691
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19692
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19698
+
19699
+ .v-pagination .v-btn {
19700
+ border-radius: 4px;
19693
19701
  }
19694
- @supports not selector(:focus-visible) {
19695
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19696
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19697
- }
19702
+ .v-pagination .v-btn--rounded {
19703
+ border-radius: 50%;
19704
+ }
19705
+ .v-btn__overlay {
19706
+ transition: none;
19707
+ }
19708
+ .v-pagination__item--is-active .v-btn__overlay {
19709
+ opacity: var(--v-border-opacity);
19710
+ }.v-checkbox.v-input {
19711
+ flex: 0 1 auto;
19712
+ }
19713
+ .v-checkbox .v-selection-control {
19714
+ min-height: var(--v-input-control-height);
19698
19715
  }.v-carousel {
19699
19716
  overflow: hidden;
19700
19717
  position: relative;
@@ -19758,11 +19775,6 @@ html.overflow-y-hidden {
19758
19775
  flex-direction: column;
19759
19776
  height: 100% !important;
19760
19777
  width: 50px;
19761
- }.v-checkbox.v-input {
19762
- flex: 0 1 auto;
19763
- }
19764
- .v-checkbox .v-selection-control {
19765
- min-height: var(--v-input-control-height);
19766
19778
  }.v-chip {
19767
19779
  align-items: center;
19768
19780
  display: inline-flex;
@@ -20175,24 +20187,6 @@ html.overflow-y-hidden {
20175
20187
 
20176
20188
  .v-chip--label {
20177
20189
  border-radius: 4px;
20178
- }.v-chip-group {
20179
- display: flex;
20180
- max-width: 100%;
20181
- min-width: 0;
20182
- overflow-x: auto;
20183
- padding: 4px 0;
20184
- }
20185
- .v-chip-group .v-chip {
20186
- margin: 4px 8px 4px 0;
20187
- }
20188
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20189
- opacity: var(--v-activated-opacity);
20190
- }
20191
-
20192
- .v-chip-group--column .v-slide-group__content {
20193
- white-space: normal;
20194
- flex-wrap: wrap;
20195
- max-width: 100%;
20196
20190
  }.v-color-picker {
20197
20191
  align-self: flex-start;
20198
20192
  contain: content;
@@ -20213,87 +20207,24 @@ html.overflow-y-hidden {
20213
20207
  }
20214
20208
  .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20215
20209
  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));
20216
- }.v-combobox .v-field .v-text-field__prefix,
20217
- .v-combobox .v-field .v-text-field__suffix,
20218
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20219
- cursor: text;
20220
- }
20221
- .v-combobox .v-field .v-field__input > input {
20222
- flex: 1 1;
20223
- }
20224
- .v-combobox .v-field input {
20225
- min-width: 64px;
20226
- }
20227
- .v-combobox .v-field:not(.v-field--focused) input {
20210
+ }.v-chip-group {
20211
+ display: flex;
20212
+ max-width: 100%;
20228
20213
  min-width: 0;
20214
+ overflow-x: auto;
20215
+ padding: 4px 0;
20229
20216
  }
20230
- .v-combobox .v-field--dirty .v-combobox__selection {
20231
- margin-inline-end: 2px;
20217
+ .v-chip-group .v-chip {
20218
+ margin: 4px 8px 4px 0;
20232
20219
  }
20233
- .v-combobox .v-combobox__selection-text {
20234
- overflow: hidden;
20235
- text-overflow: ellipsis;
20236
- white-space: nowrap;
20220
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20221
+ opacity: var(--v-activated-opacity);
20237
20222
  }
20238
20223
 
20239
- .v-combobox__content {
20240
- overflow: hidden;
20241
- 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));
20242
- border-radius: 4px;
20243
- }
20244
- .v-combobox__mask {
20245
- background: rgb(var(--v-theme-surface-light));
20246
- }
20247
- .v-combobox__selection {
20248
- display: inline-flex;
20249
- align-items: center;
20250
- height: 1.5rem;
20251
- letter-spacing: inherit;
20252
- line-height: inherit;
20253
- max-width: calc(100% - 2px - 2px);
20254
- }
20255
- .v-combobox__selection:first-child {
20256
- margin-inline-start: 0;
20257
- }
20258
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20259
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20260
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20261
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20262
- top: 0px;
20263
- }
20264
- .v-combobox--selecting-index .v-combobox__selection {
20265
- opacity: var(--v-medium-emphasis-opacity);
20266
- }
20267
- .v-combobox--selecting-index .v-combobox__selection--selected {
20268
- opacity: 1;
20269
- }
20270
- .v-combobox--selecting-index .v-field__input > input {
20271
- caret-color: transparent;
20272
- }
20273
- .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20274
- flex: 1 1;
20275
- position: absolute;
20276
- left: 0;
20277
- right: 0;
20278
- width: 100%;
20279
- padding-inline: inherit;
20280
- }
20281
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20282
- transition: none;
20283
- }
20284
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20285
- opacity: 0;
20286
- }
20287
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20288
- opacity: 0;
20289
- }
20290
- .v-combobox__menu-icon {
20291
- margin-inline-start: 4px;
20292
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20293
- }
20294
- .v-combobox--active-menu .v-combobox__menu-icon {
20295
- opacity: var(--v-high-emphasis-opacity);
20296
- transform: rotate(180deg);
20224
+ .v-chip-group--column .v-slide-group__content {
20225
+ white-space: normal;
20226
+ flex-wrap: wrap;
20227
+ max-width: 100%;
20297
20228
  }.v-container {
20298
20229
  width: 100%;
20299
20230
  padding: 16px;
@@ -20966,11 +20897,118 @@ html.overflow-y-hidden {
20966
20897
  .offset-xxl-11 {
20967
20898
  margin-inline-start: 91.6666666667%;
20968
20899
  }
20969
- }.v-counter {
20970
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20971
- flex: 0 1 auto;
20972
- font-size: 12px;
20973
- transition-duration: 150ms;
20900
+ }.v-combobox .v-field .v-text-field__prefix,
20901
+ .v-combobox .v-field .v-text-field__suffix,
20902
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20903
+ cursor: text;
20904
+ }
20905
+ .v-combobox .v-field .v-field__input > input {
20906
+ flex: 1 1;
20907
+ }
20908
+ .v-combobox .v-field input {
20909
+ min-width: 64px;
20910
+ }
20911
+ .v-combobox .v-field:not(.v-field--focused) input {
20912
+ min-width: 0;
20913
+ }
20914
+ .v-combobox .v-field--dirty .v-combobox__selection {
20915
+ margin-inline-end: 2px;
20916
+ }
20917
+ .v-combobox .v-combobox__selection-text {
20918
+ overflow: hidden;
20919
+ text-overflow: ellipsis;
20920
+ white-space: nowrap;
20921
+ }
20922
+
20923
+ .v-combobox__content {
20924
+ overflow: hidden;
20925
+ 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));
20926
+ border-radius: 4px;
20927
+ }
20928
+ .v-combobox__mask {
20929
+ background: rgb(var(--v-theme-surface-light));
20930
+ }
20931
+ .v-combobox__selection {
20932
+ display: inline-flex;
20933
+ align-items: center;
20934
+ height: 1.5rem;
20935
+ letter-spacing: inherit;
20936
+ line-height: inherit;
20937
+ max-width: calc(100% - 2px - 2px);
20938
+ }
20939
+ .v-combobox__selection:first-child {
20940
+ margin-inline-start: 0;
20941
+ }
20942
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20943
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20944
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20945
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20946
+ top: 0px;
20947
+ }
20948
+ .v-combobox--selecting-index .v-combobox__selection {
20949
+ opacity: var(--v-medium-emphasis-opacity);
20950
+ }
20951
+ .v-combobox--selecting-index .v-combobox__selection--selected {
20952
+ opacity: 1;
20953
+ }
20954
+ .v-combobox--selecting-index .v-field__input > input {
20955
+ caret-color: transparent;
20956
+ }
20957
+ .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20958
+ flex: 1 1;
20959
+ position: absolute;
20960
+ left: 0;
20961
+ right: 0;
20962
+ width: 100%;
20963
+ padding-inline: inherit;
20964
+ }
20965
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20966
+ transition: none;
20967
+ }
20968
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20969
+ opacity: 0;
20970
+ }
20971
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20972
+ opacity: 0;
20973
+ }
20974
+ .v-combobox__menu-icon {
20975
+ margin-inline-start: 4px;
20976
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20977
+ }
20978
+ .v-combobox--active-menu .v-combobox__menu-icon {
20979
+ opacity: var(--v-high-emphasis-opacity);
20980
+ transform: rotate(180deg);
20981
+ }.v-data-table-footer {
20982
+ align-items: center;
20983
+ display: flex;
20984
+ flex-wrap: wrap;
20985
+ justify-content: flex-end;
20986
+ padding: 8px 4px;
20987
+ }
20988
+ .v-data-table-footer__items-per-page {
20989
+ align-items: center;
20990
+ display: flex;
20991
+ justify-content: center;
20992
+ }
20993
+ .v-data-table-footer__items-per-page > span {
20994
+ padding-inline-end: 8px;
20995
+ }
20996
+ .v-data-table-footer__items-per-page > .v-select {
20997
+ width: 90px;
20998
+ }
20999
+ .v-data-table-footer__info {
21000
+ display: flex;
21001
+ justify-content: flex-end;
21002
+ min-width: 116px;
21003
+ padding: 0 16px;
21004
+ }
21005
+ .v-data-table-footer__paginationz {
21006
+ align-items: center;
21007
+ display: flex;
21008
+ margin-inline-start: 16px;
21009
+ }
21010
+ .v-data-table-footer__page {
21011
+ padding: 0 8px;
20974
21012
  }.v-data-table {
20975
21013
  width: 100%;
20976
21014
  }
@@ -21153,43 +21191,92 @@ html.overflow-y-hidden {
21153
21191
  }
21154
21192
  .v-data-table__td-sort-icon-active {
21155
21193
  color: rgba(var(--v-theme-on-surface));
21156
- }.v-data-table-footer {
21157
- align-items: center;
21158
- display: flex;
21159
- flex-wrap: wrap;
21160
- justify-content: flex-end;
21161
- padding: 8px 4px;
21194
+ }.v-counter {
21195
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21196
+ flex: 0 1 auto;
21197
+ font-size: 12px;
21198
+ transition-duration: 150ms;
21199
+ }.v-date-picker {
21200
+ overflow: hidden;
21201
+ width: 328px;
21162
21202
  }
21163
- .v-data-table-footer__items-per-page {
21164
- align-items: center;
21203
+ .v-date-picker--show-week {
21204
+ width: 368px;
21205
+ }.v-date-picker-controls {
21165
21206
  display: flex;
21166
- justify-content: center;
21207
+ align-items: center;
21208
+ justify-content: space-between;
21209
+ font-size: 0.875rem;
21210
+ padding-top: 4px;
21211
+ padding-bottom: 4px;
21212
+ padding-inline-start: 6px;
21213
+ padding-inline-end: 12px;
21167
21214
  }
21168
- .v-data-table-footer__items-per-page > span {
21169
- padding-inline-end: 8px;
21215
+ .v-date-picker-controls > .v-btn:first-child {
21216
+ text-transform: none;
21217
+ font-weight: 400;
21218
+ line-height: initial;
21219
+ letter-spacing: initial;
21170
21220
  }
21171
- .v-data-table-footer__items-per-page > .v-select {
21172
- width: 90px;
21221
+ .v-date-picker-controls--variant-classic {
21222
+ padding-inline-start: 12px;
21173
21223
  }
21174
- .v-data-table-footer__info {
21175
- display: flex;
21176
- justify-content: flex-end;
21177
- min-width: 116px;
21178
- padding: 0 16px;
21224
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21225
+ opacity: 0.7;
21179
21226
  }
21180
- .v-data-table-footer__paginationz {
21181
- align-items: center;
21227
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21228
+ cursor: pointer;
21229
+ }
21230
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21231
+ opacity: 1;
21232
+ }
21233
+ .v-date-picker-controls .v-btn:last-child {
21234
+ margin-inline-start: 4px;
21235
+ }
21236
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
21237
+ transform: rotate(180deg);
21238
+ }
21239
+
21240
+ .v-date-picker-controls__date {
21241
+ margin-inline-end: 4px;
21242
+ }
21243
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
21244
+ margin: auto;
21245
+ text-align: center;
21246
+ }
21247
+
21248
+ .v-date-picker-controls__month {
21182
21249
  display: flex;
21183
- margin-inline-start: 16px;
21184
21250
  }
21185
- .v-data-table-footer__page {
21186
- padding: 0 8px;
21187
- }.v-date-picker {
21188
- overflow: hidden;
21189
- width: 328px;
21251
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
21252
+ flex-direction: row-reverse;
21190
21253
  }
21191
- .v-date-picker--show-week {
21192
- width: 368px;
21254
+
21255
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
21256
+ flex: 1 0 auto;
21257
+ }
21258
+
21259
+ .v-date-picker__title {
21260
+ display: inline-block;
21261
+ }.v-date-picker-months {
21262
+ height: 288px;
21263
+ }
21264
+
21265
+ .v-date-picker-months__content {
21266
+ align-items: center;
21267
+ display: grid;
21268
+ flex: 1 1;
21269
+ height: inherit;
21270
+ justify-content: space-around;
21271
+ grid-template-columns: repeat(2, 1fr);
21272
+ grid-gap: 0px 24px;
21273
+ padding-inline-start: 36px;
21274
+ padding-inline-end: 36px;
21275
+ }
21276
+ .v-date-picker-months__content .v-btn {
21277
+ text-transform: none;
21278
+ padding-inline-start: 8px;
21279
+ padding-inline-end: 8px;
21193
21280
  }.v-date-picker-header {
21194
21281
  align-items: flex-end;
21195
21282
  height: 70px;
@@ -21240,91 +21327,31 @@ html.overflow-y-hidden {
21240
21327
  transform: translate(0, 100%);
21241
21328
  }
21242
21329
  .date-picker-header-transition-leave-to {
21243
- opacity: 0;
21244
- transform: translate(0, -100%);
21245
- }
21246
-
21247
- .date-picker-header-reverse-transition-enter-from {
21248
- transform: translate(0, -100%);
21249
- }
21250
- .date-picker-header-reverse-transition-leave-to {
21251
- opacity: 0;
21252
- transform: translate(0, 100%);
21253
- }.v-date-picker-months {
21254
- height: 288px;
21255
- }
21256
-
21257
- .v-date-picker-months__content {
21258
- align-items: center;
21259
- display: grid;
21260
- flex: 1 1;
21261
- height: inherit;
21262
- justify-content: space-around;
21263
- grid-template-columns: repeat(2, 1fr);
21264
- grid-gap: 0px 24px;
21265
- padding-inline-start: 36px;
21266
- padding-inline-end: 36px;
21267
- }
21268
- .v-date-picker-months__content .v-btn {
21269
- text-transform: none;
21270
- padding-inline-start: 8px;
21271
- padding-inline-end: 8px;
21272
- }.v-date-picker-controls {
21273
- display: flex;
21274
- align-items: center;
21275
- justify-content: space-between;
21276
- font-size: 0.875rem;
21277
- padding-top: 4px;
21278
- padding-bottom: 4px;
21279
- padding-inline-start: 6px;
21280
- padding-inline-end: 12px;
21281
- }
21282
- .v-date-picker-controls > .v-btn:first-child {
21283
- text-transform: none;
21284
- font-weight: 400;
21285
- line-height: initial;
21286
- letter-spacing: initial;
21287
- }
21288
- .v-date-picker-controls--variant-classic {
21289
- padding-inline-start: 12px;
21290
- }
21291
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21292
- opacity: 0.7;
21293
- }
21294
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21295
- cursor: pointer;
21296
- }
21297
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21298
- opacity: 1;
21299
- }
21300
- .v-date-picker-controls .v-btn:last-child {
21301
- margin-inline-start: 4px;
21302
- }
21303
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
21304
- transform: rotate(180deg);
21305
- }
21306
-
21307
- .v-date-picker-controls__date {
21308
- margin-inline-end: 4px;
21309
- }
21310
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
21311
- margin: auto;
21312
- text-align: center;
21313
- }
21314
-
21315
- .v-date-picker-controls__month {
21316
- display: flex;
21317
- }
21318
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
21319
- flex-direction: row-reverse;
21330
+ opacity: 0;
21331
+ transform: translate(0, -100%);
21320
21332
  }
21321
21333
 
21322
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
21323
- flex: 1 0 auto;
21334
+ .date-picker-header-reverse-transition-enter-from {
21335
+ transform: translate(0, -100%);
21336
+ }
21337
+ .date-picker-header-reverse-transition-leave-to {
21338
+ opacity: 0;
21339
+ transform: translate(0, 100%);
21340
+ }.v-date-picker-years {
21341
+ height: 288px;
21342
+ overflow-y: scroll;
21324
21343
  }
21325
21344
 
21326
- .v-date-picker__title {
21327
- display: inline-block;
21345
+ .v-date-picker-years__content {
21346
+ display: grid;
21347
+ flex: 1 1;
21348
+ justify-content: space-around;
21349
+ grid-template-columns: repeat(3, 1fr);
21350
+ gap: 8px 24px;
21351
+ padding-inline: 32px;
21352
+ }
21353
+ .v-date-picker-years__content .v-btn {
21354
+ padding-inline: 8px;
21328
21355
  }.v-date-picker-month {
21329
21356
  display: flex;
21330
21357
  justify-content: center;
@@ -21380,21 +21407,55 @@ html.overflow-y-hidden {
21380
21407
 
21381
21408
  .v-date-picker-month__day--hide-adjacent {
21382
21409
  opacity: 0;
21383
- }.v-date-picker-years {
21384
- height: 288px;
21385
- overflow-y: scroll;
21410
+ }.v-divider {
21411
+ display: block;
21412
+ flex: 1 1 100%;
21413
+ height: 0px;
21414
+ max-height: 0px;
21415
+ opacity: var(--v-border-opacity);
21416
+ transition: inherit;
21417
+ border-style: solid;
21418
+ border-width: thin 0 0 0;
21419
+ }
21420
+ .v-divider--vertical {
21421
+ align-self: stretch;
21422
+ border-width: 0 thin 0 0;
21423
+ display: inline-flex;
21424
+ height: 100%;
21425
+ margin-left: -1px;
21426
+ max-height: 100%;
21427
+ max-width: 0px;
21428
+ vertical-align: text-bottom;
21429
+ width: 0px;
21430
+ }
21431
+ .v-divider--inset:not(.v-divider--vertical) {
21432
+ max-width: calc(100% - 72px);
21433
+ margin-inline-start: 72px;
21434
+ }
21435
+ .v-divider--inset.v-divider--vertical {
21436
+ margin-bottom: 8px;
21437
+ margin-top: 8px;
21438
+ max-height: calc(100% - 16px);
21386
21439
  }
21387
21440
 
21388
- .v-date-picker-years__content {
21389
- display: grid;
21390
- flex: 1 1;
21391
- justify-content: space-around;
21392
- grid-template-columns: repeat(3, 1fr);
21393
- gap: 8px 24px;
21394
- padding-inline: 32px;
21441
+ .v-divider__content {
21442
+ padding: 0 16px;
21395
21443
  }
21396
- .v-date-picker-years__content .v-btn {
21397
- padding-inline: 8px;
21444
+ .v-divider__wrapper--vertical .v-divider__content {
21445
+ padding: 4px 0;
21446
+ }
21447
+
21448
+ .v-divider__wrapper {
21449
+ display: flex;
21450
+ align-items: center;
21451
+ justify-content: center;
21452
+ }
21453
+ .v-divider__wrapper--vertical {
21454
+ flex-direction: column;
21455
+ height: 100%;
21456
+ }
21457
+ .v-divider__wrapper--vertical .v-divider {
21458
+ margin: 0 auto;
21398
21459
  }.v-dialog {
21399
21460
  align-items: center;
21400
21461
  justify-content: center;
@@ -21487,55 +21548,75 @@ html.overflow-y-hidden {
21487
21548
  -webkit-backface-visibility: hidden;
21488
21549
  backface-visibility: hidden;
21489
21550
  overflow-y: auto;
21490
- }.v-divider {
21491
- display: block;
21492
- flex: 1 1 100%;
21493
- height: 0px;
21494
- max-height: 0px;
21495
- opacity: var(--v-border-opacity);
21496
- transition: inherit;
21497
- border-style: solid;
21498
- border-width: thin 0 0 0;
21499
- }
21500
- .v-divider--vertical {
21501
- align-self: stretch;
21502
- border-width: 0 thin 0 0;
21551
+ }.v-fab {
21552
+ align-items: center;
21503
21553
  display: inline-flex;
21504
- height: 100%;
21505
- margin-left: -1px;
21506
- max-height: 100%;
21507
- max-width: 0px;
21508
- vertical-align: text-bottom;
21509
- width: 0px;
21554
+ flex: 1 1 auto;
21555
+ pointer-events: none;
21556
+ position: relative;
21557
+ transition-duration: 0.2s;
21558
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21559
+ vertical-align: middle;
21510
21560
  }
21511
- .v-divider--inset:not(.v-divider--vertical) {
21512
- max-width: calc(100% - 72px);
21513
- margin-inline-start: 72px;
21561
+ .v-fab .v-btn {
21562
+ pointer-events: auto;
21514
21563
  }
21515
- .v-divider--inset.v-divider--vertical {
21516
- margin-bottom: 8px;
21517
- margin-top: 8px;
21518
- max-height: calc(100% - 16px);
21564
+ .v-fab .v-btn--variant-elevated {
21565
+ 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));
21519
21566
  }
21520
-
21521
- .v-divider__content {
21522
- padding: 0 16px;
21567
+ .v-fab--app, .v-fab--absolute {
21568
+ display: flex;
21523
21569
  }
21524
- .v-divider__wrapper--vertical .v-divider__content {
21525
- padding: 4px 0;
21570
+ .v-fab--start, .v-fab--left {
21571
+ justify-content: flex-start;
21526
21572
  }
21527
-
21528
- .v-divider__wrapper {
21529
- display: flex;
21573
+ .v-fab--center {
21530
21574
  align-items: center;
21531
21575
  justify-content: center;
21532
21576
  }
21533
- .v-divider__wrapper--vertical {
21534
- flex-direction: column;
21535
- height: 100%;
21577
+ .v-fab--end, .v-fab--right {
21578
+ justify-content: flex-end;
21536
21579
  }
21537
- .v-divider__wrapper--vertical .v-divider {
21538
- margin: 0 auto;
21580
+ .v-fab--bottom {
21581
+ align-items: flex-end;
21582
+ }
21583
+ .v-fab--top {
21584
+ align-items: flex-start;
21585
+ }
21586
+ .v-fab--extended .v-btn {
21587
+ border-radius: 9999px !important;
21588
+ }
21589
+
21590
+ .v-fab__container {
21591
+ align-self: center;
21592
+ display: inline-flex;
21593
+ position: absolute;
21594
+ vertical-align: middle;
21595
+ }
21596
+ .v-fab--app .v-fab__container {
21597
+ margin: 12px;
21598
+ }
21599
+ .v-fab--absolute .v-fab__container {
21600
+ position: absolute;
21601
+ z-index: 4;
21602
+ }
21603
+ .v-fab--offset.v-fab--top .v-fab__container {
21604
+ transform: translateY(-50%);
21605
+ }
21606
+ .v-fab--offset.v-fab--bottom .v-fab__container {
21607
+ transform: translateY(50%);
21608
+ }
21609
+ .v-fab--top .v-fab__container {
21610
+ top: 0;
21611
+ }
21612
+ .v-fab--bottom .v-fab__container {
21613
+ bottom: 0;
21614
+ }
21615
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21616
+ left: 0;
21617
+ }
21618
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21619
+ right: 0;
21539
21620
  }.v-expansion-panel {
21540
21621
  background-color: rgb(var(--v-theme-surface));
21541
21622
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21705,116 +21786,47 @@ html.overflow-y-hidden {
21705
21786
  }
21706
21787
 
21707
21788
  .v-expansion-panel-text {
21708
- display: flex;
21709
- }
21710
- .v-expansion-panel-text__wrapper {
21711
- padding: 8px 24px 16px;
21712
- flex: 1 1 auto;
21713
- max-width: 100%;
21714
- }
21715
-
21716
- .v-expansion-panels--variant-accordion > .v-expansion-panel {
21717
- margin-top: 0;
21718
- }
21719
- .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
21720
- opacity: 1;
21721
- }
21722
-
21723
- .v-expansion-panels--variant-popout > .v-expansion-panel {
21724
- max-width: calc(100% - 32px);
21725
- }
21726
- .v-expansion-panels--variant-popout > .v-expansion-panel--active {
21727
- max-width: calc(100% + 16px);
21728
- }
21729
-
21730
- .v-expansion-panels--variant-inset > .v-expansion-panel {
21731
- max-width: 100%;
21732
- }
21733
- .v-expansion-panels--variant-inset > .v-expansion-panel--active {
21734
- max-width: calc(100% - 32px);
21735
- }
21736
-
21737
- .v-expansion-panels--flat > .v-expansion-panel::after {
21738
- border-top: none;
21739
- }
21740
- .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
21741
- display: none;
21742
- }
21743
-
21744
- .v-expansion-panels--tile {
21745
- border-radius: 0;
21746
- }
21747
- .v-expansion-panels--tile > .v-expansion-panel {
21748
- border-radius: 0;
21749
- }.v-fab {
21750
- align-items: center;
21751
- display: inline-flex;
21752
- flex: 1 1 auto;
21753
- pointer-events: none;
21754
- position: relative;
21755
- transition-duration: 0.2s;
21756
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21757
- vertical-align: middle;
21758
- }
21759
- .v-fab .v-btn {
21760
- pointer-events: auto;
21761
- }
21762
- .v-fab .v-btn--variant-elevated {
21763
- 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));
21764
- }
21765
- .v-fab--app, .v-fab--absolute {
21766
- display: flex;
21767
- }
21768
- .v-fab--start, .v-fab--left {
21769
- justify-content: flex-start;
21770
- }
21771
- .v-fab--center {
21772
- align-items: center;
21773
- justify-content: center;
21774
- }
21775
- .v-fab--end, .v-fab--right {
21776
- justify-content: flex-end;
21777
- }
21778
- .v-fab--bottom {
21779
- align-items: flex-end;
21780
- }
21781
- .v-fab--top {
21782
- align-items: flex-start;
21789
+ display: flex;
21783
21790
  }
21784
- .v-fab--extended .v-btn {
21785
- border-radius: 9999px !important;
21791
+ .v-expansion-panel-text__wrapper {
21792
+ padding: 8px 24px 16px;
21793
+ flex: 1 1 auto;
21794
+ max-width: 100%;
21786
21795
  }
21787
21796
 
21788
- .v-fab__container {
21789
- align-self: center;
21790
- display: inline-flex;
21791
- position: absolute;
21792
- vertical-align: middle;
21797
+ .v-expansion-panels--variant-accordion > .v-expansion-panel {
21798
+ margin-top: 0;
21793
21799
  }
21794
- .v-fab--app .v-fab__container {
21795
- margin: 12px;
21800
+ .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
21801
+ opacity: 1;
21796
21802
  }
21797
- .v-fab--absolute .v-fab__container {
21798
- position: absolute;
21799
- z-index: 4;
21803
+
21804
+ .v-expansion-panels--variant-popout > .v-expansion-panel {
21805
+ max-width: calc(100% - 32px);
21800
21806
  }
21801
- .v-fab--offset.v-fab--top .v-fab__container {
21802
- transform: translateY(-50%);
21807
+ .v-expansion-panels--variant-popout > .v-expansion-panel--active {
21808
+ max-width: calc(100% + 16px);
21803
21809
  }
21804
- .v-fab--offset.v-fab--bottom .v-fab__container {
21805
- transform: translateY(50%);
21810
+
21811
+ .v-expansion-panels--variant-inset > .v-expansion-panel {
21812
+ max-width: 100%;
21806
21813
  }
21807
- .v-fab--top .v-fab__container {
21808
- top: 0;
21814
+ .v-expansion-panels--variant-inset > .v-expansion-panel--active {
21815
+ max-width: calc(100% - 32px);
21809
21816
  }
21810
- .v-fab--bottom .v-fab__container {
21811
- bottom: 0;
21817
+
21818
+ .v-expansion-panels--flat > .v-expansion-panel::after {
21819
+ border-top: none;
21812
21820
  }
21813
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21814
- left: 0;
21821
+ .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
21822
+ display: none;
21815
21823
  }
21816
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21817
- right: 0;
21824
+
21825
+ .v-expansion-panels--tile {
21826
+ border-radius: 0;
21827
+ }
21828
+ .v-expansion-panels--tile > .v-expansion-panel {
21829
+ border-radius: 0;
21818
21830
  }/* region INPUT */
21819
21831
  .v-field {
21820
21832
  display: grid;
@@ -22509,125 +22521,6 @@ textarea.v-field__input::placeholder {
22509
22521
  }
22510
22522
  .v-footer--rounded {
22511
22523
  border-radius: 4px;
22512
- }.v-icon {
22513
- --v-icon-size-multiplier: 1;
22514
- align-items: center;
22515
- display: inline-flex;
22516
- font-feature-settings: "liga";
22517
- height: 1em;
22518
- justify-content: center;
22519
- letter-spacing: normal;
22520
- line-height: 1;
22521
- position: relative;
22522
- text-indent: 0;
22523
- text-align: center;
22524
- -webkit-user-select: none;
22525
- user-select: none;
22526
- vertical-align: middle;
22527
- width: 1em;
22528
- min-width: 1em;
22529
- }
22530
- .v-icon--clickable {
22531
- cursor: pointer;
22532
- }
22533
- .v-icon--disabled {
22534
- pointer-events: none;
22535
- opacity: 0.38;
22536
- }
22537
- .v-icon--size-x-small {
22538
- font-size: calc(var(--v-icon-size-multiplier) * 1em);
22539
- }
22540
- .v-icon--size-small {
22541
- font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
22542
- }
22543
- .v-icon--size-default {
22544
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
22545
- }
22546
- .v-icon--size-large {
22547
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
22548
- }
22549
- .v-icon--size-x-large {
22550
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
22551
- }
22552
-
22553
- .v-icon__svg {
22554
- fill: currentColor;
22555
- width: 100%;
22556
- height: 100%;
22557
- }
22558
-
22559
- .v-icon--start {
22560
- margin-inline-end: 8px;
22561
- }
22562
-
22563
- .v-icon--end {
22564
- margin-inline-start: 8px;
22565
- }.v-infinite-scroll--horizontal {
22566
- display: flex;
22567
- flex-direction: row;
22568
- overflow-x: auto;
22569
- }
22570
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22571
- height: 100%;
22572
- width: 1px;
22573
- }
22574
-
22575
- .v-infinite-scroll--vertical {
22576
- display: flex;
22577
- flex-direction: column;
22578
- overflow-y: auto;
22579
- }
22580
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22581
- height: 1px;
22582
- width: 100%;
22583
- }
22584
-
22585
- .v-infinite-scroll__side {
22586
- align-items: center;
22587
- display: flex;
22588
- justify-content: center;
22589
- padding: 8px;
22590
- }.v-img {
22591
- --v-theme-overlay-multiplier: 3;
22592
- z-index: 0;
22593
- }
22594
- .v-img--booting .v-responsive__sizer {
22595
- transition: none;
22596
- }
22597
- .v-img--rounded {
22598
- border-radius: 4px;
22599
- }
22600
-
22601
- .v-img__img,
22602
- .v-img__picture,
22603
- .v-img__gradient,
22604
- .v-img__placeholder,
22605
- .v-img__error {
22606
- z-index: -1;
22607
- position: absolute;
22608
- top: 0;
22609
- left: 0;
22610
- width: 100%;
22611
- height: 100%;
22612
- }
22613
-
22614
- .v-img__img--preload {
22615
- filter: blur(4px);
22616
- }
22617
- .v-img__img--contain {
22618
- object-fit: contain;
22619
- }
22620
- .v-img__img--cover {
22621
- object-fit: cover;
22622
- }
22623
-
22624
- .v-img__gradient {
22625
- background-repeat: no-repeat;
22626
- }.v-item-group {
22627
- flex: 0 1 auto;
22628
- max-width: 100%;
22629
- position: relative;
22630
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22631
22524
  }.v-input {
22632
22525
  display: grid;
22633
22526
  flex: 1 1 auto;
@@ -22753,38 +22646,142 @@ textarea.v-field__input::placeholder {
22753
22646
  -webkit-appearance: none;
22754
22647
  margin: 0;
22755
22648
  }
22756
- .v-input--hide-spin-buttons input[type=number] {
22757
- -moz-appearance: textfield;
22649
+ .v-input--hide-spin-buttons input[type=number] {
22650
+ -moz-appearance: textfield;
22651
+ }
22652
+ .v-input--plain-underlined .v-input__prepend,
22653
+ .v-input--plain-underlined .v-input__append {
22654
+ align-items: flex-start;
22655
+ }
22656
+ .v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
22657
+ padding-top: calc(var(--v-input-padding-top) + 4px);
22658
+ }
22659
+
22660
+ .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
22661
+ padding-top: calc(var(--v-input-padding-top) + 2px);
22662
+ }
22663
+
22664
+ .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22665
+ padding-top: calc(var(--v-input-padding-top) + 0px);
22666
+ }.v-img {
22667
+ --v-theme-overlay-multiplier: 3;
22668
+ z-index: 0;
22669
+ }
22670
+ .v-img--booting .v-responsive__sizer {
22671
+ transition: none;
22672
+ }
22673
+ .v-img--rounded {
22674
+ border-radius: 4px;
22675
+ }
22676
+
22677
+ .v-img__img,
22678
+ .v-img__picture,
22679
+ .v-img__gradient,
22680
+ .v-img__placeholder,
22681
+ .v-img__error {
22682
+ z-index: -1;
22683
+ position: absolute;
22684
+ top: 0;
22685
+ left: 0;
22686
+ width: 100%;
22687
+ height: 100%;
22688
+ }
22689
+
22690
+ .v-img__img--preload {
22691
+ filter: blur(4px);
22692
+ }
22693
+ .v-img__img--contain {
22694
+ object-fit: contain;
22695
+ }
22696
+ .v-img__img--cover {
22697
+ object-fit: cover;
22698
+ }
22699
+
22700
+ .v-img__gradient {
22701
+ background-repeat: no-repeat;
22702
+ }.v-icon {
22703
+ --v-icon-size-multiplier: 1;
22704
+ align-items: center;
22705
+ display: inline-flex;
22706
+ font-feature-settings: "liga";
22707
+ height: 1em;
22708
+ justify-content: center;
22709
+ letter-spacing: normal;
22710
+ line-height: 1;
22711
+ position: relative;
22712
+ text-indent: 0;
22713
+ text-align: center;
22714
+ -webkit-user-select: none;
22715
+ user-select: none;
22716
+ vertical-align: middle;
22717
+ width: 1em;
22718
+ min-width: 1em;
22719
+ }
22720
+ .v-icon--clickable {
22721
+ cursor: pointer;
22722
+ }
22723
+ .v-icon--disabled {
22724
+ pointer-events: none;
22725
+ opacity: 0.38;
22726
+ }
22727
+ .v-icon--size-x-small {
22728
+ font-size: calc(var(--v-icon-size-multiplier) * 1em);
22729
+ }
22730
+ .v-icon--size-small {
22731
+ font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
22732
+ }
22733
+ .v-icon--size-default {
22734
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
22758
22735
  }
22759
- .v-input--plain-underlined .v-input__prepend,
22760
- .v-input--plain-underlined .v-input__append {
22761
- align-items: flex-start;
22736
+ .v-icon--size-large {
22737
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
22762
22738
  }
22763
- .v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
22764
- padding-top: calc(var(--v-input-padding-top) + 4px);
22739
+ .v-icon--size-x-large {
22740
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
22765
22741
  }
22766
22742
 
22767
- .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
22768
- padding-top: calc(var(--v-input-padding-top) + 2px);
22743
+ .v-icon__svg {
22744
+ fill: currentColor;
22745
+ width: 100%;
22746
+ height: 100%;
22769
22747
  }
22770
22748
 
22771
- .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22772
- padding-top: calc(var(--v-input-padding-top) + 0px);
22773
- }.v-layout {
22774
- --v-scrollbar-offset: 0px;
22749
+ .v-icon--start {
22750
+ margin-inline-end: 8px;
22751
+ }
22752
+
22753
+ .v-icon--end {
22754
+ margin-inline-start: 8px;
22755
+ }.v-infinite-scroll--horizontal {
22775
22756
  display: flex;
22776
- flex: 1 1 auto;
22757
+ flex-direction: row;
22758
+ overflow-x: auto;
22777
22759
  }
22778
- .v-layout--full-height {
22779
- --v-scrollbar-offset: inherit;
22760
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22780
22761
  height: 100%;
22781
- }.v-layout-item {
22782
- position: absolute;
22783
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22762
+ width: 1px;
22784
22763
  }
22785
22764
 
22786
- .v-layout-item--absolute {
22787
- position: absolute;
22765
+ .v-infinite-scroll--vertical {
22766
+ display: flex;
22767
+ flex-direction: column;
22768
+ overflow-y: auto;
22769
+ }
22770
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22771
+ height: 1px;
22772
+ width: 100%;
22773
+ }
22774
+
22775
+ .v-infinite-scroll__side {
22776
+ align-items: center;
22777
+ display: flex;
22778
+ justify-content: center;
22779
+ padding: 8px;
22780
+ }.v-item-group {
22781
+ flex: 0 1 auto;
22782
+ max-width: 100%;
22783
+ position: relative;
22784
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22788
22785
  }.v-label {
22789
22786
  align-items: center;
22790
22787
  color: inherit;
@@ -22800,6 +22797,23 @@ textarea.v-field__input::placeholder {
22800
22797
 
22801
22798
  .v-label--clickable {
22802
22799
  cursor: pointer;
22800
+ }.v-layout {
22801
+ --v-scrollbar-offset: 0px;
22802
+ display: flex;
22803
+ flex: 1 1 auto;
22804
+ }
22805
+ .v-layout--full-height {
22806
+ --v-scrollbar-offset: inherit;
22807
+ height: 100%;
22808
+ }.v-layout-item {
22809
+ position: absolute;
22810
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22811
+ }
22812
+
22813
+ .v-layout-item--absolute {
22814
+ position: absolute;
22815
+ }.v-locale-provider {
22816
+ display: contents;
22803
22817
  }.v-list {
22804
22818
  overflow: auto;
22805
22819
  padding: 8px 0;
@@ -23385,8 +23399,6 @@ textarea.v-field__input::placeholder {
23385
23399
  --v-layout-right: 0px;
23386
23400
  --v-layout-top: 0px;
23387
23401
  --v-layout-bottom: 0px;
23388
- }.v-locale-provider {
23389
- display: contents;
23390
23402
  }.v-menu > .v-overlay__content {
23391
23403
  display: flex;
23392
23404
  flex-direction: column;
@@ -23400,22 +23412,69 @@ textarea.v-field__input::placeholder {
23400
23412
  overflow: auto;
23401
23413
  height: 100%;
23402
23414
  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));
23403
- }.v-messages {
23404
- flex: 1 1 auto;
23405
- font-size: 12px;
23406
- min-height: 14px;
23407
- min-width: 1px;
23408
- opacity: var(--v-medium-emphasis-opacity);
23409
- position: relative;
23415
+ }.v-overlay-container {
23416
+ contain: layout;
23417
+ left: 0;
23418
+ pointer-events: none;
23419
+ position: absolute;
23420
+ top: 0;
23421
+ display: contents;
23410
23422
  }
23411
- .v-messages__message {
23412
- line-height: 12px;
23413
- word-break: break-word;
23414
- overflow-wrap: break-word;
23415
- word-wrap: break-word;
23416
- -webkit-hyphens: auto;
23417
- hyphens: auto;
23418
- transition-duration: 150ms;
23423
+
23424
+ .v-overlay-scroll-blocked {
23425
+ padding-inline-end: var(--v-scrollbar-offset);
23426
+ }
23427
+ .v-overlay-scroll-blocked:not(html) {
23428
+ overflow-y: hidden !important;
23429
+ }
23430
+ html.v-overlay-scroll-blocked {
23431
+ position: fixed;
23432
+ top: var(--v-body-scroll-y);
23433
+ left: var(--v-body-scroll-x);
23434
+ width: 100%;
23435
+ height: 100%;
23436
+ }
23437
+
23438
+ .v-overlay {
23439
+ border-radius: inherit;
23440
+ display: flex;
23441
+ left: 0;
23442
+ pointer-events: none;
23443
+ position: fixed;
23444
+ top: 0;
23445
+ bottom: 0;
23446
+ right: 0;
23447
+ }
23448
+
23449
+ .v-overlay__content {
23450
+ outline: none;
23451
+ position: absolute;
23452
+ pointer-events: auto;
23453
+ contain: layout;
23454
+ }
23455
+
23456
+ .v-overlay__scrim {
23457
+ pointer-events: auto;
23458
+ background: rgb(var(--v-theme-on-surface));
23459
+ border-radius: inherit;
23460
+ bottom: 0;
23461
+ left: 0;
23462
+ opacity: var(--v-overlay-opacity, 0.32);
23463
+ position: fixed;
23464
+ right: 0;
23465
+ top: 0;
23466
+ }
23467
+
23468
+ .v-overlay--absolute {
23469
+ position: absolute;
23470
+ }
23471
+
23472
+ .v-overlay--contained .v-overlay__scrim {
23473
+ position: absolute;
23474
+ }
23475
+
23476
+ .v-overlay--scroll-blocked {
23477
+ padding-inline-end: var(--v-scrollbar-offset);
23419
23478
  }.v-navigation-drawer {
23420
23479
  -webkit-overflow-scrolling: touch;
23421
23480
  background: rgb(var(--v-theme-surface));
@@ -23518,77 +23577,22 @@ textarea.v-field__input::placeholder {
23518
23577
  .v-navigation-drawer__append {
23519
23578
  flex: none;
23520
23579
  overflow: hidden;
23521
- }.v-overlay-container {
23522
- contain: layout;
23523
- left: 0;
23524
- pointer-events: none;
23525
- position: absolute;
23526
- top: 0;
23527
- display: contents;
23528
- }
23529
-
23530
- .v-overlay-scroll-blocked {
23531
- padding-inline-end: var(--v-scrollbar-offset);
23532
- }
23533
- .v-overlay-scroll-blocked:not(html) {
23534
- overflow-y: hidden !important;
23535
- }
23536
- html.v-overlay-scroll-blocked {
23537
- position: fixed;
23538
- top: var(--v-body-scroll-y);
23539
- left: var(--v-body-scroll-x);
23540
- width: 100%;
23541
- height: 100%;
23542
- }
23543
-
23544
- .v-overlay {
23545
- border-radius: inherit;
23546
- display: flex;
23547
- left: 0;
23548
- pointer-events: none;
23549
- position: fixed;
23550
- top: 0;
23551
- bottom: 0;
23552
- right: 0;
23553
- }
23554
-
23555
- .v-overlay__content {
23556
- outline: none;
23557
- position: absolute;
23558
- pointer-events: auto;
23559
- contain: layout;
23560
- }
23561
-
23562
- .v-overlay__scrim {
23563
- pointer-events: auto;
23564
- background: rgb(var(--v-theme-on-surface));
23565
- border-radius: inherit;
23566
- bottom: 0;
23567
- left: 0;
23568
- opacity: var(--v-overlay-opacity, 0.32);
23569
- position: fixed;
23570
- right: 0;
23571
- top: 0;
23572
- }
23573
-
23574
- .v-overlay--absolute {
23575
- position: absolute;
23576
- }
23577
-
23578
- .v-overlay--contained .v-overlay__scrim {
23579
- position: absolute;
23580
- }
23581
-
23582
- .v-overlay--scroll-blocked {
23583
- padding-inline-end: var(--v-scrollbar-offset);
23584
- }.v-pagination__list {
23585
- display: inline-flex;
23586
- list-style-type: none;
23587
- justify-content: center;
23588
- width: 100%;
23580
+ }.v-messages {
23581
+ flex: 1 1 auto;
23582
+ font-size: 12px;
23583
+ min-height: 14px;
23584
+ min-width: 1px;
23585
+ opacity: var(--v-medium-emphasis-opacity);
23586
+ position: relative;
23589
23587
  }
23590
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23591
- margin: 0.3rem;
23588
+ .v-messages__message {
23589
+ line-height: 12px;
23590
+ word-break: break-word;
23591
+ overflow-wrap: break-word;
23592
+ word-wrap: break-word;
23593
+ -webkit-hyphens: auto;
23594
+ hyphens: auto;
23595
+ transition-duration: 150ms;
23592
23596
  }.v-parallax {
23593
23597
  position: relative;
23594
23598
  overflow: hidden;
@@ -23649,20 +23653,16 @@ html.v-overlay-scroll-blocked {
23649
23653
  justify-content: center;
23650
23654
  width: 100%;
23651
23655
  }
23652
- .v-otp-input__loader .v-progress-linear {
23653
- position: absolute;
23654
- }.v-radio-group > .v-input__control {
23655
- flex-direction: column;
23656
- }
23657
- .v-radio-group > .v-input__control > .v-label {
23658
- margin-inline-start: 16px;
23659
- }
23660
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23661
- padding-inline-start: 6px;
23662
- margin-top: 8px;
23663
- }
23664
- .v-radio-group .v-input__details {
23665
- padding-inline: 16px;
23656
+ .v-otp-input__loader .v-progress-linear {
23657
+ position: absolute;
23658
+ }.v-pagination__list {
23659
+ display: inline-flex;
23660
+ list-style-type: none;
23661
+ justify-content: center;
23662
+ width: 100%;
23663
+ }
23664
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23665
+ margin: 0.3rem;
23666
23666
  }.v-progress-linear {
23667
23667
  background: transparent;
23668
23668
  overflow: hidden;
@@ -23976,6 +23976,75 @@ html.v-overlay-scroll-blocked {
23976
23976
  100% {
23977
23977
  transform: rotate(270deg);
23978
23978
  }
23979
+ }.v-slider .v-slider__container input {
23980
+ cursor: default;
23981
+ padding: 0;
23982
+ width: 100%;
23983
+ display: none;
23984
+ }
23985
+ .v-slider > .v-input__append,
23986
+ .v-slider > .v-input__prepend {
23987
+ padding: 0;
23988
+ }
23989
+
23990
+ .v-slider__container {
23991
+ position: relative;
23992
+ min-height: inherit;
23993
+ width: 100%;
23994
+ height: 100%;
23995
+ display: flex;
23996
+ justify-content: center;
23997
+ align-items: center;
23998
+ cursor: pointer;
23999
+ }
24000
+ .v-input--disabled .v-slider__container {
24001
+ opacity: var(--v-disabled-opacity);
24002
+ }
24003
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
24004
+ color: rgb(var(--v-theme-error));
24005
+ }
24006
+
24007
+ .v-slider.v-input--horizontal {
24008
+ align-items: center;
24009
+ margin-inline: 8px 8px;
24010
+ }
24011
+ .v-slider.v-input--horizontal > .v-input__control {
24012
+ min-height: 32px;
24013
+ display: flex;
24014
+ align-items: center;
24015
+ }
24016
+
24017
+ .v-slider.v-input--vertical {
24018
+ justify-content: center;
24019
+ margin-top: 12px;
24020
+ margin-bottom: 12px;
24021
+ }
24022
+ .v-slider.v-input--vertical > .v-input__control {
24023
+ min-height: 300px;
24024
+ }
24025
+
24026
+ .v-slider.v-input--disabled {
24027
+ pointer-events: none;
24028
+ }
24029
+
24030
+ .v-slider--has-labels > .v-input__control {
24031
+ margin-bottom: 4px;
24032
+ }
24033
+
24034
+ .v-slider__label {
24035
+ margin-inline-end: 12px;
24036
+ }.v-radio-group > .v-input__control {
24037
+ flex-direction: column;
24038
+ }
24039
+ .v-radio-group > .v-input__control > .v-label {
24040
+ margin-inline-start: 16px;
24041
+ }
24042
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24043
+ padding-inline-start: 6px;
24044
+ margin-top: 8px;
24045
+ }
24046
+ .v-radio-group .v-input__details {
24047
+ padding-inline: 16px;
23979
24048
  }.v-responsive {
23980
24049
  display: flex;
23981
24050
  flex: 1 0 auto;
@@ -24056,71 +24125,6 @@ html.v-overlay-scroll-blocked {
24056
24125
  opacity: 0;
24057
24126
  position: absolute;
24058
24127
  width: 0;
24059
- }.v-slider .v-slider__container input {
24060
- cursor: default;
24061
- padding: 0;
24062
- width: 100%;
24063
- display: none;
24064
- }
24065
- .v-slider > .v-input__append,
24066
- .v-slider > .v-input__prepend {
24067
- padding: 0;
24068
- }
24069
-
24070
- .v-slider__container {
24071
- position: relative;
24072
- min-height: inherit;
24073
- width: 100%;
24074
- height: 100%;
24075
- display: flex;
24076
- justify-content: center;
24077
- align-items: center;
24078
- cursor: pointer;
24079
- }
24080
- .v-input--disabled .v-slider__container {
24081
- opacity: var(--v-disabled-opacity);
24082
- }
24083
- .v-input--error:not(.v-input--disabled) .v-slider__container {
24084
- color: rgb(var(--v-theme-error));
24085
- }
24086
-
24087
- .v-slider.v-input--horizontal {
24088
- align-items: center;
24089
- margin-inline: 8px 8px;
24090
- }
24091
- .v-slider.v-input--horizontal > .v-input__control {
24092
- min-height: 32px;
24093
- display: flex;
24094
- align-items: center;
24095
- }
24096
-
24097
- .v-slider.v-input--vertical {
24098
- justify-content: center;
24099
- margin-top: 12px;
24100
- margin-bottom: 12px;
24101
- }
24102
- .v-slider.v-input--vertical > .v-input__control {
24103
- min-height: 300px;
24104
- }
24105
-
24106
- .v-slider.v-input--disabled {
24107
- pointer-events: none;
24108
- }
24109
-
24110
- .v-slider--has-labels > .v-input__control {
24111
- margin-bottom: 4px;
24112
- }
24113
-
24114
- .v-slider__label {
24115
- margin-inline-end: 12px;
24116
- }.v-selection-control-group {
24117
- grid-area: control;
24118
- display: flex;
24119
- flex-direction: column;
24120
- }
24121
- .v-selection-control-group--inline {
24122
- flex-direction: row;
24123
- flex-wrap: wrap;
24124
24128
  }.v-selection-control {
24125
24129
  align-items: center;
24126
24130
  contain: layout;
@@ -24222,6 +24226,14 @@ html.v-overlay-scroll-blocked {
24222
24226
  }
24223
24227
  .v-selection-control--focus-visible .v-selection-control__input::before {
24224
24228
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24229
+ }.v-selection-control-group {
24230
+ grid-area: control;
24231
+ display: flex;
24232
+ flex-direction: column;
24233
+ }
24234
+ .v-selection-control-group--inline {
24235
+ flex-direction: row;
24236
+ flex-wrap: wrap;
24225
24237
  }.v-select .v-field .v-text-field__prefix,
24226
24238
  .v-select .v-field .v-text-field__suffix,
24227
24239
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -24697,180 +24709,64 @@ html.v-overlay-scroll-blocked {
24697
24709
  .v-snackbar--right, .v-snackbar--end {
24698
24710
  justify-content: flex-end;
24699
24711
  }
24700
-
24701
- .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
24702
- transition-duration: 0.15s;
24703
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24704
- }
24705
- .v-snackbar-transition-enter-active {
24706
- transition-property: opacity, transform;
24707
- }
24708
- .v-snackbar-transition-enter-from {
24709
- opacity: 0;
24710
- transform: scale(0.8);
24711
- }
24712
- .v-snackbar-transition-leave-active {
24713
- transition-property: opacity;
24714
- }
24715
- .v-snackbar-transition-leave-to {
24716
- opacity: 0;
24717
- }.v-speed-dial__content {
24718
- gap: 8px;
24719
- }
24720
- .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 {
24721
- flex-direction: row;
24722
- }
24723
- .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 {
24724
- flex-direction: row-reverse;
24725
- }
24726
- .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 {
24727
- flex-direction: column-reverse;
24728
- }
24729
- .v-speed-dial__content > *:nth-child(1) {
24730
- transition-delay: 0s;
24731
- }
24732
- .v-speed-dial__content > *:nth-child(2) {
24733
- transition-delay: 0.05s;
24734
- }
24735
- .v-speed-dial__content > *:nth-child(3) {
24736
- transition-delay: 0.1s;
24737
- }
24738
- .v-speed-dial__content > *:nth-child(4) {
24739
- transition-delay: 0.15s;
24740
- }
24741
- .v-speed-dial__content > *:nth-child(5) {
24742
- transition-delay: 0.2s;
24743
- }
24744
- .v-speed-dial__content > *:nth-child(6) {
24745
- transition-delay: 0.25s;
24746
- }
24747
- .v-speed-dial__content > *:nth-child(7) {
24748
- transition-delay: 0.3s;
24749
- }
24750
- .v-speed-dial__content > *:nth-child(8) {
24751
- transition-delay: 0.35s;
24752
- }
24753
- .v-speed-dial__content > *:nth-child(9) {
24754
- transition-delay: 0.4s;
24755
- }
24756
- .v-speed-dial__content > *:nth-child(10) {
24757
- transition-delay: 0.45s;
24758
- }.v-stepper.v-sheet {
24759
- 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));
24760
- border-radius: 4px;
24761
- overflow: hidden;
24762
- }
24763
- .v-stepper.v-sheet.v-stepper--flat {
24764
- 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));
24765
- }
24766
-
24767
- .v-stepper-header {
24768
- 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));
24769
- align-items: center;
24770
- display: flex;
24771
- position: relative;
24772
- overflow-x: auto;
24773
- justify-content: space-between;
24774
- z-index: 1;
24775
- }
24776
- .v-stepper-header .v-divider {
24777
- margin: 0 -16px;
24778
- }
24779
- .v-stepper-header .v-divider:last-child {
24780
- margin-inline-end: 0;
24781
- }
24782
- .v-stepper-header .v-divider:first-child {
24783
- margin-inline-start: 0;
24784
- }
24785
- .v-stepper--alt-labels .v-stepper-header {
24786
- height: auto;
24787
- }
24788
- .v-stepper--alt-labels .v-stepper-header .v-divider {
24789
- align-self: flex-start;
24790
- margin: 35px -67px 0;
24791
- }
24792
-
24793
- .v-stepper-window {
24794
- margin: 1.5rem;
24795
- }
24796
-
24797
- .v-stepper-actions {
24798
- display: flex;
24799
- align-items: center;
24800
- justify-content: space-between;
24801
- padding: 1rem;
24712
+
24713
+ .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
24714
+ transition-duration: 0.15s;
24715
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24802
24716
  }
24803
- .v-stepper .v-stepper-actions {
24804
- padding: 0 1.5rem 1rem;
24717
+ .v-snackbar-transition-enter-active {
24718
+ transition-property: opacity, transform;
24805
24719
  }
24806
- .v-stepper-window-item .v-stepper-actions {
24807
- padding: 1.5rem 0 0;
24808
- }.v-stepper-item {
24809
- align-items: center;
24810
- align-self: stretch;
24811
- display: inline-flex;
24812
- flex: none;
24813
- opacity: var(--v-medium-emphasis-opacity);
24814
- padding: 1.5rem;
24815
- transition-duration: 0.2s;
24720
+ .v-snackbar-transition-enter-from {
24721
+ opacity: 0;
24722
+ transform: scale(0.8);
24723
+ }
24724
+ .v-snackbar-transition-leave-active {
24816
24725
  transition-property: opacity;
24817
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24818
24726
  }
24819
- .v-stepper-item--selected {
24820
- opacity: 1;
24727
+ .v-snackbar-transition-leave-to {
24728
+ opacity: 0;
24729
+ }.v-speed-dial__content {
24730
+ gap: 8px;
24821
24731
  }
24822
- .v-stepper-item--error {
24823
- color: rgb(var(--v-theme-error));
24732
+ .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 {
24733
+ flex-direction: row;
24824
24734
  }
24825
- .v-stepper-item--disabled {
24826
- opacity: var(--v-medium-emphasis-opacity);
24827
- pointer-events: none;
24735
+ .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 {
24736
+ flex-direction: row-reverse;
24828
24737
  }
24829
- .v-stepper--alt-labels .v-stepper-item {
24830
- flex-direction: column;
24831
- justify-content: flex-start;
24832
- align-items: center;
24833
- flex-basis: 175px;
24738
+ .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 {
24739
+ flex-direction: column-reverse;
24834
24740
  }
24835
-
24836
- .v-stepper-item__avatar.v-avatar {
24837
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24838
- color: rgb(var(--v-theme-on-surface-variant));
24839
- font-size: 0.75rem;
24840
- margin-inline-end: 8px;
24741
+ .v-speed-dial__content > *:nth-child(1) {
24742
+ transition-delay: 0s;
24841
24743
  }
24842
- .v-stepper-item__avatar.v-avatar .v-icon {
24843
- font-size: 0.875rem;
24744
+ .v-speed-dial__content > *:nth-child(2) {
24745
+ transition-delay: 0.05s;
24844
24746
  }
24845
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
24846
- background: rgb(var(--v-theme-surface-variant));
24747
+ .v-speed-dial__content > *:nth-child(3) {
24748
+ transition-delay: 0.1s;
24847
24749
  }
24848
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
24849
- background: rgb(var(--v-theme-error));
24750
+ .v-speed-dial__content > *:nth-child(4) {
24751
+ transition-delay: 0.15s;
24850
24752
  }
24851
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
24852
- margin-bottom: 16px;
24853
- margin-inline-end: 0;
24753
+ .v-speed-dial__content > *:nth-child(5) {
24754
+ transition-delay: 0.2s;
24854
24755
  }
24855
-
24856
- .v-stepper-item__title {
24857
- line-height: 1;
24756
+ .v-speed-dial__content > *:nth-child(6) {
24757
+ transition-delay: 0.25s;
24858
24758
  }
24859
- .v-stepper--mobile .v-stepper-item__title {
24860
- display: none;
24759
+ .v-speed-dial__content > *:nth-child(7) {
24760
+ transition-delay: 0.3s;
24861
24761
  }
24862
-
24863
- .v-stepper-item__subtitle {
24864
- font-size: 0.75rem;
24865
- text-align: left;
24866
- line-height: 1;
24867
- opacity: var(--v-medium-emphasis-opacity);
24762
+ .v-speed-dial__content > *:nth-child(8) {
24763
+ transition-delay: 0.35s;
24868
24764
  }
24869
- .v-stepper--alt-labels .v-stepper-item__subtitle {
24870
- text-align: center;
24765
+ .v-speed-dial__content > *:nth-child(9) {
24766
+ transition-delay: 0.4s;
24871
24767
  }
24872
- .v-stepper--mobile .v-stepper-item__subtitle {
24873
- display: none;
24768
+ .v-speed-dial__content > *:nth-child(10) {
24769
+ transition-delay: 0.45s;
24874
24770
  }.v-system-bar {
24875
24771
  align-items: center;
24876
24772
  display: flex;
@@ -24908,210 +24804,123 @@ html.v-overlay-scroll-blocked {
24908
24804
  }
24909
24805
  .v-system-bar:not(.v-system-bar--absolute) {
24910
24806
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24911
- }.v-switch .v-label {
24912
- padding-inline-start: 10px;
24913
- }
24914
-
24915
- .v-switch__loader {
24916
- display: flex;
24917
- }
24918
- .v-switch__loader .v-progress-circular {
24919
- color: rgb(var(--v-theme-surface));
24920
- }
24921
-
24922
- .v-switch__track,
24923
- .v-switch__thumb {
24924
- transition: none;
24925
- }
24926
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24927
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24928
- background-color: rgb(var(--v-theme-error));
24929
- color: rgb(var(--v-theme-on-error));
24930
- }
24931
-
24932
- .v-switch__track-true {
24933
- margin-inline-end: auto;
24934
- }
24935
- .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24936
- opacity: 0;
24937
- }
24938
-
24939
- .v-switch__track-false {
24940
- margin-inline-start: auto;
24941
- }
24942
- .v-selection-control--dirty .v-switch__track-false {
24943
- opacity: 0;
24944
- }
24945
-
24946
- .v-switch__track {
24947
- display: inline-flex;
24948
- align-items: center;
24949
- font-size: 0.5rem;
24950
- padding: 0 5px;
24951
- background-color: rgb(var(--v-theme-surface-variant));
24952
- border-radius: 9999px;
24953
- height: 14px;
24954
- opacity: 0.6;
24955
- min-width: 36px;
24956
- cursor: pointer;
24957
- transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24807
+ }.v-stepper.v-sheet {
24808
+ 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));
24809
+ border-radius: 4px;
24810
+ overflow: hidden;
24958
24811
  }
24959
- .v-switch--inset .v-switch__track {
24960
- border-radius: 9999px;
24961
- font-size: 0.75rem;
24962
- height: 32px;
24963
- min-width: 52px;
24812
+ .v-stepper.v-sheet.v-stepper--flat {
24813
+ 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));
24964
24814
  }
24965
24815
 
24966
- .v-switch__thumb {
24816
+ .v-stepper-header {
24817
+ 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));
24967
24818
  align-items: center;
24968
- background-color: rgb(var(--v-theme-surface-bright));
24969
- color: rgb(var(--v-theme-on-surface-bright));
24970
- border-radius: 50%;
24971
24819
  display: flex;
24972
- font-size: 0.75rem;
24973
- height: 20px;
24974
- justify-content: center;
24975
- width: 20px;
24976
- pointer-events: none;
24977
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24978
24820
  position: relative;
24979
- overflow: hidden;
24980
- }
24981
- .v-switch:not(.v-switch--inset) .v-switch__thumb {
24982
- 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));
24983
- }
24984
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24985
- background: rgb(var(--v-theme-surface-variant));
24986
- color: rgb(var(--v-theme-on-surface-variant));
24987
- 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));
24988
- }
24989
- .v-switch--inset .v-switch__thumb {
24990
- height: 24px;
24991
- width: 24px;
24992
- transform: scale(0.6666666667);
24993
- }
24994
- .v-switch--inset .v-switch__thumb--filled {
24995
- transform: none;
24996
- }
24997
- .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
24998
- transform: none;
24999
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
25000
- }
25001
-
25002
- .v-switch.v-input {
25003
- flex: 0 1 auto;
25004
- }
25005
- .v-switch .v-selection-control {
25006
- min-height: var(--v-input-control-height);
24821
+ overflow-x: auto;
24822
+ justify-content: space-between;
24823
+ z-index: 1;
25007
24824
  }
25008
- .v-switch .v-selection-control__input {
25009
- border-radius: 50%;
25010
- transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
25011
- position: absolute;
24825
+ .v-stepper-header .v-divider {
24826
+ margin: 0 -16px;
25012
24827
  }
25013
- .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
25014
- transform: translateX(-10px);
24828
+ .v-stepper-header .v-divider:last-child {
24829
+ margin-inline-end: 0;
25015
24830
  }
25016
-
25017
- .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
25018
- transform: translateX(10px);
24831
+ .v-stepper-header .v-divider:first-child {
24832
+ margin-inline-start: 0;
25019
24833
  }
25020
-
25021
- .v-switch .v-selection-control__input .v-icon {
25022
- position: absolute;
24834
+ .v-stepper--alt-labels .v-stepper-header {
24835
+ height: auto;
25023
24836
  }
25024
- .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
25025
- transform: translateX(10px);
24837
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
24838
+ align-self: flex-start;
24839
+ margin: 35px -67px 0;
25026
24840
  }
25027
24841
 
25028
- .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
25029
- transform: translateX(-10px);
24842
+ .v-stepper-window {
24843
+ margin: 1.5rem;
25030
24844
  }
25031
24845
 
25032
- .v-switch.v-switch--indeterminate .v-selection-control__input {
25033
- transform: scale(0.8);
25034
- }
25035
- .v-switch.v-switch--indeterminate .v-switch__thumb {
25036
- transform: scale(0.75);
25037
- box-shadow: none;
25038
- }
25039
- .v-switch.v-switch--inset .v-selection-control__wrapper {
25040
- width: auto;
24846
+ .v-stepper-actions {
24847
+ display: flex;
24848
+ align-items: center;
24849
+ justify-content: space-between;
24850
+ padding: 1rem;
25041
24851
  }
25042
- .v-switch.v-input--vertical .v-label {
25043
- min-width: max-content;
24852
+ .v-stepper .v-stepper-actions {
24853
+ padding: 0 1.5rem 1rem;
25044
24854
  }
25045
- .v-switch.v-input--vertical .v-selection-control__wrapper {
25046
- transform: rotate(-90deg);
25047
- }/* region BLOCK */
25048
- .v-text-field input {
25049
- color: inherit;
25050
- opacity: 0;
25051
- flex: 1;
25052
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25053
- min-width: 0;
24855
+ .v-stepper-window-item .v-stepper-actions {
24856
+ padding: 1.5rem 0 0;
24857
+ }.v-stepper-item {
24858
+ align-items: center;
24859
+ align-self: stretch;
24860
+ display: inline-flex;
24861
+ flex: none;
24862
+ opacity: var(--v-medium-emphasis-opacity);
24863
+ padding: 1.5rem;
24864
+ transition-duration: 0.2s;
24865
+ transition-property: opacity;
24866
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25054
24867
  }
25055
- .v-text-field input:focus, .v-text-field input:active {
25056
- outline: none;
24868
+ .v-stepper-item--selected {
24869
+ opacity: 1;
25057
24870
  }
25058
- .v-text-field input:invalid {
25059
- box-shadow: none;
24871
+ .v-stepper-item--error {
24872
+ color: rgb(var(--v-theme-error));
25060
24873
  }
25061
- .v-text-field .v-field {
25062
- cursor: text;
24874
+ .v-stepper-item--disabled {
24875
+ opacity: var(--v-medium-emphasis-opacity);
24876
+ pointer-events: none;
25063
24877
  }
25064
- .v-text-field--prefixed.v-text-field .v-field__input {
25065
- --v-field-padding-start: 6px;
24878
+ .v-stepper--alt-labels .v-stepper-item {
24879
+ flex-direction: column;
24880
+ justify-content: flex-start;
24881
+ align-items: center;
24882
+ flex-basis: 175px;
25066
24883
  }
25067
24884
 
25068
- .v-text-field--suffixed.v-text-field .v-field__input {
25069
- --v-field-padding-end: 0;
24885
+ .v-stepper-item__avatar.v-avatar {
24886
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24887
+ color: rgb(var(--v-theme-on-surface-variant));
24888
+ font-size: 0.75rem;
24889
+ margin-inline-end: 8px;
25070
24890
  }
25071
-
25072
- .v-text-field .v-input__details {
25073
- padding-inline: 16px;
24891
+ .v-stepper-item__avatar.v-avatar .v-icon {
24892
+ font-size: 0.875rem;
25074
24893
  }
25075
- .v-input--plain-underlined.v-text-field .v-input__details {
25076
- padding-inline: 0;
24894
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
24895
+ background: rgb(var(--v-theme-surface-variant));
25077
24896
  }
25078
-
25079
- .v-text-field .v-field--no-label input,
25080
- .v-text-field .v-field--active input {
25081
- opacity: 1;
24897
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
24898
+ background: rgb(var(--v-theme-error));
25082
24899
  }
25083
- .v-text-field .v-field--single-line input {
25084
- transition: none;
24900
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
24901
+ margin-bottom: 16px;
24902
+ margin-inline-end: 0;
25085
24903
  }
25086
24904
 
25087
- /* endregion */
25088
- /* region ELEMENTS */
25089
- .v-text-field__prefix, .v-text-field__suffix {
25090
- align-items: center;
25091
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25092
- cursor: default;
25093
- display: flex;
25094
- opacity: 0;
25095
- transition: inherit;
25096
- white-space: nowrap;
25097
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25098
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25099
- padding-bottom: var(--v-field-padding-bottom, 6px);
25100
- }
25101
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25102
- opacity: 1;
24905
+ .v-stepper-item__title {
24906
+ line-height: 1;
25103
24907
  }
25104
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25105
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
24908
+ .v-stepper--mobile .v-stepper-item__title {
24909
+ display: none;
25106
24910
  }
25107
- .v-text-field__prefix {
25108
- padding-inline-start: var(--v-field-padding-start);
24911
+
24912
+ .v-stepper-item__subtitle {
24913
+ font-size: 0.75rem;
24914
+ text-align: left;
24915
+ line-height: 1;
24916
+ opacity: var(--v-medium-emphasis-opacity);
25109
24917
  }
25110
- .v-text-field__suffix {
25111
- padding-inline-end: var(--v-field-padding-end);
24918
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
24919
+ text-align: center;
25112
24920
  }
25113
-
25114
- /* endregion */.v-tab.v-tab.v-btn {
24921
+ .v-stepper--mobile .v-stepper-item__subtitle {
24922
+ display: none;
24923
+ }.v-tab.v-tab.v-btn {
25115
24924
  height: var(--v-tabs-height);
25116
24925
  border-radius: 0;
25117
24926
  min-width: 90px;
@@ -25206,6 +25015,9 @@ html.v-overlay-scroll-blocked {
25206
25015
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25207
25016
  margin-inline-end: 52px;
25208
25017
  }
25018
+ }.v-theme-provider {
25019
+ background: rgb(var(--v-theme-background));
25020
+ color: rgb(var(--v-theme-on-background));
25209
25021
  }.v-textarea .v-field {
25210
25022
  --v-textarea-control-height: var(--v-input-control-height);
25211
25023
  }
@@ -25245,169 +25057,209 @@ html.v-overlay-scroll-blocked {
25245
25057
  }
25246
25058
  .v-textarea textarea:invalid {
25247
25059
  box-shadow: none;
25248
- }.v-table {
25249
- background: rgb(var(--v-theme-surface));
25250
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25251
- font-size: 0.875rem;
25252
- transition-duration: 0.28s;
25253
- transition-property: box-shadow, opacity, background, height;
25254
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25060
+ }/* region BLOCK */
25061
+ .v-text-field input {
25062
+ color: inherit;
25063
+ opacity: 0;
25064
+ flex: 1;
25065
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25066
+ min-width: 0;
25255
25067
  }
25256
- .v-table .v-table-divider {
25257
- border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25068
+ .v-text-field input:focus, .v-text-field input:active {
25069
+ outline: none;
25258
25070
  }
25259
- .v-table .v-table__wrapper > table > thead > tr > th {
25260
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25071
+ .v-text-field input:invalid {
25072
+ box-shadow: none;
25261
25073
  }
25262
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
25263
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
25264
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25074
+ .v-text-field .v-field {
25075
+ cursor: text;
25265
25076
  }
25266
- .v-table .v-table__wrapper > table > tfoot > tr > td,
25267
- .v-table .v-table__wrapper > table > tfoot > tr > th {
25268
- border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25077
+ .v-text-field--prefixed.v-text-field .v-field__input {
25078
+ --v-field-padding-start: 6px;
25269
25079
  }
25270
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
25271
- position: relative;
25080
+
25081
+ .v-text-field--suffixed.v-text-field .v-field__input {
25082
+ --v-field-padding-end: 0;
25272
25083
  }
25273
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25274
- content: "";
25275
- position: absolute;
25276
- top: 0;
25277
- left: 0;
25278
- width: 100%;
25279
- height: 100%;
25280
- background: rgba(var(--v-border-color), var(--v-hover-opacity));
25281
- pointer-events: none;
25084
+
25085
+ .v-text-field .v-input__details {
25086
+ padding-inline: 16px;
25282
25087
  }
25283
- .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25284
- background: rgb(var(--v-theme-surface));
25285
- box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25286
- z-index: 1;
25088
+ .v-input--plain-underlined.v-text-field .v-input__details {
25089
+ padding-inline: 0;
25287
25090
  }
25288
- .v-table.v-table--fixed-footer > tfoot > tr > th,
25289
- .v-table.v-table--fixed-footer > tfoot > tr > td {
25290
- background: rgb(var(--v-theme-surface));
25291
- box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25091
+
25092
+ .v-text-field .v-field--no-label input,
25093
+ .v-text-field .v-field--active input {
25094
+ opacity: 1;
25095
+ }
25096
+ .v-text-field .v-field--single-line input {
25097
+ transition: none;
25292
25098
  }
25293
25099
 
25294
- .v-table {
25295
- border-radius: inherit;
25296
- line-height: 1.5;
25297
- max-width: 100%;
25100
+ /* endregion */
25101
+ /* region ELEMENTS */
25102
+ .v-text-field__prefix, .v-text-field__suffix {
25103
+ align-items: center;
25104
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25105
+ cursor: default;
25298
25106
  display: flex;
25299
- flex-direction: column;
25107
+ opacity: 0;
25108
+ transition: inherit;
25109
+ white-space: nowrap;
25110
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25111
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25112
+ padding-bottom: var(--v-field-padding-bottom, 6px);
25113
+ }
25114
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25115
+ opacity: 1;
25116
+ }
25117
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25118
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25119
+ }
25120
+ .v-text-field__prefix {
25121
+ padding-inline-start: var(--v-field-padding-start);
25122
+ }
25123
+ .v-text-field__suffix {
25124
+ padding-inline-end: var(--v-field-padding-end);
25125
+ }
25126
+
25127
+ /* endregion */.v-switch .v-label {
25128
+ padding-inline-start: 10px;
25129
+ }
25130
+
25131
+ .v-switch__loader {
25132
+ display: flex;
25133
+ }
25134
+ .v-switch__loader .v-progress-circular {
25135
+ color: rgb(var(--v-theme-surface));
25136
+ }
25137
+
25138
+ .v-switch__track,
25139
+ .v-switch__thumb {
25140
+ transition: none;
25141
+ }
25142
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
25143
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
25144
+ background-color: rgb(var(--v-theme-error));
25145
+ color: rgb(var(--v-theme-on-error));
25146
+ }
25147
+
25148
+ .v-switch__track-true {
25149
+ margin-inline-end: auto;
25150
+ }
25151
+ .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
25152
+ opacity: 0;
25153
+ }
25154
+
25155
+ .v-switch__track-false {
25156
+ margin-inline-start: auto;
25157
+ }
25158
+ .v-selection-control--dirty .v-switch__track-false {
25159
+ opacity: 0;
25160
+ }
25161
+
25162
+ .v-switch__track {
25163
+ display: inline-flex;
25164
+ align-items: center;
25165
+ font-size: 0.5rem;
25166
+ padding: 0 5px;
25167
+ background-color: rgb(var(--v-theme-surface-variant));
25168
+ border-radius: 9999px;
25169
+ height: 14px;
25170
+ opacity: 0.6;
25171
+ min-width: 36px;
25172
+ cursor: pointer;
25173
+ transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
25174
+ }
25175
+ .v-switch--inset .v-switch__track {
25176
+ border-radius: 9999px;
25177
+ font-size: 0.75rem;
25178
+ height: 32px;
25179
+ min-width: 52px;
25180
+ }
25181
+
25182
+ .v-switch__thumb {
25183
+ align-items: center;
25184
+ background-color: rgb(var(--v-theme-surface-bright));
25185
+ color: rgb(var(--v-theme-on-surface-bright));
25186
+ border-radius: 50%;
25187
+ display: flex;
25188
+ font-size: 0.75rem;
25189
+ height: 20px;
25190
+ justify-content: center;
25191
+ width: 20px;
25192
+ pointer-events: none;
25193
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
25194
+ position: relative;
25195
+ overflow: hidden;
25300
25196
  }
25301
- .v-table > .v-table__wrapper > table {
25302
- width: 100%;
25303
- border-spacing: 0;
25197
+ .v-switch:not(.v-switch--inset) .v-switch__thumb {
25198
+ 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));
25304
25199
  }
25305
- .v-table > .v-table__wrapper > table > tbody > tr > td,
25306
- .v-table > .v-table__wrapper > table > tbody > tr > th,
25307
- .v-table > .v-table__wrapper > table > thead > tr > td,
25308
- .v-table > .v-table__wrapper > table > thead > tr > th,
25309
- .v-table > .v-table__wrapper > table > tfoot > tr > td,
25310
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
25311
- padding: 0 16px;
25312
- transition-duration: 0.28s;
25313
- transition-property: box-shadow, opacity, background, height;
25314
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25200
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25201
+ background: rgb(var(--v-theme-surface-variant));
25202
+ color: rgb(var(--v-theme-on-surface-variant));
25203
+ 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));
25315
25204
  }
25316
- .v-table > .v-table__wrapper > table > tbody > tr > td,
25317
- .v-table > .v-table__wrapper > table > thead > tr > td,
25318
- .v-table > .v-table__wrapper > table > tfoot > tr > td {
25319
- height: var(--v-table-row-height);
25205
+ .v-switch--inset .v-switch__thumb {
25206
+ height: 24px;
25207
+ width: 24px;
25208
+ transform: scale(0.6666666667);
25320
25209
  }
25321
- .v-table > .v-table__wrapper > table > tbody > tr > th,
25322
- .v-table > .v-table__wrapper > table > thead > tr > th,
25323
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
25324
- height: var(--v-table-header-height);
25325
- font-weight: 500;
25326
- -webkit-user-select: none;
25327
- user-select: none;
25328
- text-align: start;
25210
+ .v-switch--inset .v-switch__thumb--filled {
25211
+ transform: none;
25329
25212
  }
25330
- .v-table--density-default {
25331
- --v-table-header-height: 56px;
25332
- --v-table-row-height: 52px;
25213
+ .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
25214
+ transform: none;
25215
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
25333
25216
  }
25334
25217
 
25335
- .v-table--density-comfortable {
25336
- --v-table-header-height: 48px;
25337
- --v-table-row-height: 44px;
25218
+ .v-switch.v-input {
25219
+ flex: 0 1 auto;
25338
25220
  }
25339
-
25340
- .v-table--density-compact {
25341
- --v-table-header-height: 40px;
25342
- --v-table-row-height: 36px;
25221
+ .v-switch .v-selection-control {
25222
+ min-height: var(--v-input-control-height);
25343
25223
  }
25344
-
25345
- .v-table__wrapper {
25346
- border-radius: inherit;
25347
- overflow: auto;
25348
- flex: 1 1 auto;
25224
+ .v-switch .v-selection-control__input {
25225
+ border-radius: 50%;
25226
+ transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
25227
+ position: absolute;
25349
25228
  }
25350
-
25351
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
25352
- border-top-left-radius: 0;
25229
+ .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
25230
+ transform: translateX(-10px);
25353
25231
  }
25354
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
25355
- border-top-right-radius: 0;
25232
+
25233
+ .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
25234
+ transform: translateX(10px);
25356
25235
  }
25357
25236
 
25358
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
25359
- border-bottom-left-radius: 0;
25237
+ .v-switch .v-selection-control__input .v-icon {
25238
+ position: absolute;
25360
25239
  }
25361
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
25362
- border-bottom-right-radius: 0;
25240
+ .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
25241
+ transform: translateX(10px);
25363
25242
  }
25364
25243
 
25365
- .v-table--fixed-height > .v-table__wrapper {
25366
- overflow-y: auto;
25244
+ .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
25245
+ transform: translateX(-10px);
25367
25246
  }
25368
25247
 
25369
- .v-table--fixed-header > .v-table__wrapper > table > thead {
25370
- position: sticky;
25371
- top: 0;
25372
- z-index: 2;
25373
- }
25374
- .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25375
- border-bottom: 0px !important;
25248
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
25249
+ transform: scale(0.8);
25376
25250
  }
25377
-
25378
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25379
- position: sticky;
25380
- bottom: 0;
25381
- z-index: 1;
25251
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
25252
+ transform: scale(0.75);
25253
+ box-shadow: none;
25382
25254
  }
25383
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25384
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25385
- border-top: 0px !important;
25386
- }.v-theme-provider {
25387
- background: rgb(var(--v-theme-background));
25388
- color: rgb(var(--v-theme-on-background));
25389
- }.v-tooltip > .v-overlay__content {
25390
- background: rgb(var(--v-theme-surface-variant));
25391
- color: rgb(var(--v-theme-on-surface-variant));
25392
- border-radius: 4px;
25393
- font-size: 0.875rem;
25394
- line-height: 1.6;
25395
- display: inline-block;
25396
- padding: 5px 16px;
25397
- text-transform: initial;
25255
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
25398
25256
  width: auto;
25399
- opacity: 1;
25400
- pointer-events: none;
25401
- transition-property: opacity, transform;
25402
- overflow-wrap: break-word;
25403
25257
  }
25404
- .v-tooltip > .v-overlay__content[class*=enter-active] {
25405
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25406
- transition-duration: 150ms;
25258
+ .v-switch.v-input--vertical .v-label {
25259
+ min-width: max-content;
25407
25260
  }
25408
- .v-tooltip > .v-overlay__content[class*=leave-active] {
25409
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25410
- transition-duration: 75ms;
25261
+ .v-switch.v-input--vertical .v-selection-control__wrapper {
25262
+ transform: rotate(-90deg);
25411
25263
  }.v-timeline .v-timeline-divider__dot {
25412
25264
  background: rgb(var(--v-theme-surface-light));
25413
25265
  }
@@ -25775,55 +25627,215 @@ html.v-overlay-scroll-blocked {
25775
25627
  .v-timeline--horizontal.v-timeline--align-start {
25776
25628
  justify-items: flex-start;
25777
25629
  }
25778
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
25779
- justify-content: flex-start;
25630
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
25631
+ justify-content: flex-start;
25632
+ }
25633
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
25634
+ width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
25635
+ }
25636
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
25637
+ width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
25638
+ }
25639
+
25640
+ .v-timeline--vertical.v-timeline--align-start {
25641
+ align-items: flex-start;
25642
+ }
25643
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
25644
+ justify-content: flex-start;
25645
+ }
25646
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
25647
+ height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
25648
+ }
25649
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
25650
+ height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
25651
+ }
25652
+
25653
+ .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
25654
+ display: none;
25655
+ }
25656
+ .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
25657
+ --v-timeline-line-size-offset: 12px;
25658
+ }
25659
+ .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
25660
+ padding-block-start: 0;
25661
+ }
25662
+
25663
+ .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
25664
+ padding-inline-start: 0;
25665
+ }
25666
+
25667
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
25668
+ display: none;
25669
+ }
25670
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
25671
+ --v-timeline-line-size-offset: 12px;
25672
+ }
25673
+ .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
25674
+ padding-block-end: 0;
25675
+ }
25676
+
25677
+ .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 {
25678
+ padding-inline-end: 0;
25679
+ }.v-table {
25680
+ background: rgb(var(--v-theme-surface));
25681
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25682
+ font-size: 0.875rem;
25683
+ transition-duration: 0.28s;
25684
+ transition-property: box-shadow, opacity, background, height;
25685
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25686
+ }
25687
+ .v-table .v-table-divider {
25688
+ border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25689
+ }
25690
+ .v-table .v-table__wrapper > table > thead > tr > th {
25691
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25692
+ }
25693
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
25694
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
25695
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25696
+ }
25697
+ .v-table .v-table__wrapper > table > tfoot > tr > td,
25698
+ .v-table .v-table__wrapper > table > tfoot > tr > th {
25699
+ border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25700
+ }
25701
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
25702
+ position: relative;
25703
+ }
25704
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25705
+ content: "";
25706
+ position: absolute;
25707
+ top: 0;
25708
+ left: 0;
25709
+ width: 100%;
25710
+ height: 100%;
25711
+ background: rgba(var(--v-border-color), var(--v-hover-opacity));
25712
+ pointer-events: none;
25713
+ }
25714
+ .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25715
+ background: rgb(var(--v-theme-surface));
25716
+ box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25717
+ z-index: 1;
25718
+ }
25719
+ .v-table.v-table--fixed-footer > tfoot > tr > th,
25720
+ .v-table.v-table--fixed-footer > tfoot > tr > td {
25721
+ background: rgb(var(--v-theme-surface));
25722
+ box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25723
+ }
25724
+
25725
+ .v-table {
25726
+ border-radius: inherit;
25727
+ line-height: 1.5;
25728
+ max-width: 100%;
25729
+ display: flex;
25730
+ flex-direction: column;
25731
+ }
25732
+ .v-table > .v-table__wrapper > table {
25733
+ width: 100%;
25734
+ border-spacing: 0;
25735
+ }
25736
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
25737
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
25738
+ .v-table > .v-table__wrapper > table > thead > tr > td,
25739
+ .v-table > .v-table__wrapper > table > thead > tr > th,
25740
+ .v-table > .v-table__wrapper > table > tfoot > tr > td,
25741
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
25742
+ padding: 0 16px;
25743
+ transition-duration: 0.28s;
25744
+ transition-property: box-shadow, opacity, background, height;
25745
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25746
+ }
25747
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
25748
+ .v-table > .v-table__wrapper > table > thead > tr > td,
25749
+ .v-table > .v-table__wrapper > table > tfoot > tr > td {
25750
+ height: var(--v-table-row-height);
25751
+ }
25752
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
25753
+ .v-table > .v-table__wrapper > table > thead > tr > th,
25754
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
25755
+ height: var(--v-table-header-height);
25756
+ font-weight: 500;
25757
+ -webkit-user-select: none;
25758
+ user-select: none;
25759
+ text-align: start;
25780
25760
  }
25781
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
25782
- width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
25761
+ .v-table--density-default {
25762
+ --v-table-header-height: 56px;
25763
+ --v-table-row-height: 52px;
25783
25764
  }
25784
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
25785
- width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
25765
+
25766
+ .v-table--density-comfortable {
25767
+ --v-table-header-height: 48px;
25768
+ --v-table-row-height: 44px;
25786
25769
  }
25787
25770
 
25788
- .v-timeline--vertical.v-timeline--align-start {
25789
- align-items: flex-start;
25771
+ .v-table--density-compact {
25772
+ --v-table-header-height: 40px;
25773
+ --v-table-row-height: 36px;
25790
25774
  }
25791
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
25792
- justify-content: flex-start;
25775
+
25776
+ .v-table__wrapper {
25777
+ border-radius: inherit;
25778
+ overflow: auto;
25779
+ flex: 1 1 auto;
25793
25780
  }
25794
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
25795
- height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
25781
+
25782
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
25783
+ border-top-left-radius: 0;
25796
25784
  }
25797
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
25798
- height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
25785
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
25786
+ border-top-right-radius: 0;
25799
25787
  }
25800
25788
 
25801
- .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
25802
- display: none;
25789
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
25790
+ border-bottom-left-radius: 0;
25803
25791
  }
25804
- .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
25805
- --v-timeline-line-size-offset: 12px;
25792
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
25793
+ border-bottom-right-radius: 0;
25806
25794
  }
25807
- .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
25808
- padding-block-start: 0;
25795
+
25796
+ .v-table--fixed-height > .v-table__wrapper {
25797
+ overflow-y: auto;
25809
25798
  }
25810
25799
 
25811
- .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
25812
- padding-inline-start: 0;
25800
+ .v-table--fixed-header > .v-table__wrapper > table > thead {
25801
+ position: sticky;
25802
+ top: 0;
25803
+ z-index: 2;
25804
+ }
25805
+ .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25806
+ border-bottom: 0px !important;
25813
25807
  }
25814
25808
 
25815
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
25816
- display: none;
25809
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25810
+ position: sticky;
25811
+ bottom: 0;
25812
+ z-index: 1;
25817
25813
  }
25818
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
25819
- --v-timeline-line-size-offset: 12px;
25814
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25815
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25816
+ border-top: 0px !important;
25817
+ }.v-tooltip > .v-overlay__content {
25818
+ background: rgb(var(--v-theme-surface-variant));
25819
+ color: rgb(var(--v-theme-on-surface-variant));
25820
+ border-radius: 4px;
25821
+ font-size: 0.875rem;
25822
+ line-height: 1.6;
25823
+ display: inline-block;
25824
+ padding: 5px 16px;
25825
+ text-transform: initial;
25826
+ width: auto;
25827
+ opacity: 1;
25828
+ pointer-events: none;
25829
+ transition-property: opacity, transform;
25830
+ overflow-wrap: break-word;
25820
25831
  }
25821
- .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
25822
- padding-block-end: 0;
25832
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
25833
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25834
+ transition-duration: 150ms;
25823
25835
  }
25824
-
25825
- .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 {
25826
- padding-inline-end: 0;
25836
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
25837
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25838
+ transition-duration: 75ms;
25827
25839
  }.v-toolbar {
25828
25840
  align-items: flex-start;
25829
25841
  display: flex;
@@ -25953,15 +25965,6 @@ html.v-overlay-scroll-blocked {
25953
25965
  }
25954
25966
  .v-toolbar-items > .v-btn {
25955
25967
  border-radius: 0;
25956
- }.v-virtual-scroll {
25957
- display: block;
25958
- flex: 1 1 auto;
25959
- max-width: 100%;
25960
- overflow: auto;
25961
- position: relative;
25962
- }
25963
- .v-virtual-scroll__container {
25964
- display: block;
25965
25968
  }.v-window {
25966
25969
  overflow: hidden;
25967
25970
  }
@@ -26032,18 +26035,15 @@ html.v-overlay-scroll-blocked {
26032
26035
  }
26033
26036
  .v-window-y-reverse-transition-leave-to {
26034
26037
  transform: translateY(100%);
26035
- }.v-app-bar {
26036
- display: flex;
26037
- }
26038
- .v-app-bar.v-toolbar {
26039
- background: rgb(var(--v-theme-surface));
26040
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
26041
- }
26042
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
26043
- 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));
26038
+ }.v-virtual-scroll {
26039
+ display: block;
26040
+ flex: 1 1 auto;
26041
+ max-width: 100%;
26042
+ overflow: auto;
26043
+ position: relative;
26044
26044
  }
26045
- .v-app-bar:not(.v-toolbar--absolute) {
26046
- padding-inline-end: var(--v-scrollbar-offset);
26045
+ .v-virtual-scroll__container {
26046
+ display: block;
26047
26047
  }.v-color-picker-canvas {
26048
26048
  display: flex;
26049
26049
  position: relative;
@@ -26066,69 +26066,6 @@ html.v-overlay-scroll-blocked {
26066
26066
  }
26067
26067
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26068
26068
  will-change: transform;
26069
- }.v-color-picker-edit {
26070
- display: flex;
26071
- margin-top: 24px;
26072
- }
26073
-
26074
- .v-color-picker-edit__input {
26075
- width: 100%;
26076
- display: flex;
26077
- flex-wrap: wrap;
26078
- justify-content: center;
26079
- text-align: center;
26080
- }
26081
- .v-color-picker-edit__input:not(:last-child) {
26082
- margin-inline-end: 8px;
26083
- }
26084
- .v-color-picker-edit__input input {
26085
- border-radius: 4px;
26086
- margin-bottom: 8px;
26087
- min-width: 0;
26088
- outline: none;
26089
- text-align: center;
26090
- width: 100%;
26091
- height: 32px;
26092
- background: rgba(var(--v-theme-surface-variant), 0.2);
26093
- color: rgba(var(--v-theme-on-surface));
26094
- }
26095
- .v-color-picker-edit__input span {
26096
- font-size: 0.75rem;
26097
- }.v-color-picker-swatches {
26098
- overflow-y: auto;
26099
- }
26100
- .v-color-picker-swatches > div {
26101
- display: flex;
26102
- flex-wrap: wrap;
26103
- justify-content: center;
26104
- padding: 8px;
26105
- }
26106
-
26107
- .v-color-picker-swatches__swatch {
26108
- display: flex;
26109
- flex-direction: column;
26110
- margin-bottom: 10px;
26111
- }
26112
-
26113
- .v-color-picker-swatches__color {
26114
- position: relative;
26115
- height: 18px;
26116
- max-height: 18px;
26117
- width: 45px;
26118
- margin: 2px 4px;
26119
- border-radius: 2px;
26120
- -webkit-user-select: none;
26121
- user-select: none;
26122
- overflow: hidden;
26123
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26124
- cursor: pointer;
26125
- }
26126
- .v-color-picker-swatches__color > div {
26127
- display: flex;
26128
- align-items: center;
26129
- justify-content: center;
26130
- width: 100%;
26131
- height: 100%;
26132
26069
  }.v-color-picker-preview__alpha .v-slider-track__background {
26133
26070
  background-color: transparent !important;
26134
26071
  }
@@ -26199,6 +26136,69 @@ html.v-overlay-scroll-blocked {
26199
26136
  .v-color-picker-preview__eye-dropper {
26200
26137
  position: relative;
26201
26138
  margin-right: 12px;
26139
+ }.v-color-picker-edit {
26140
+ display: flex;
26141
+ margin-top: 24px;
26142
+ }
26143
+
26144
+ .v-color-picker-edit__input {
26145
+ width: 100%;
26146
+ display: flex;
26147
+ flex-wrap: wrap;
26148
+ justify-content: center;
26149
+ text-align: center;
26150
+ }
26151
+ .v-color-picker-edit__input:not(:last-child) {
26152
+ margin-inline-end: 8px;
26153
+ }
26154
+ .v-color-picker-edit__input input {
26155
+ border-radius: 4px;
26156
+ margin-bottom: 8px;
26157
+ min-width: 0;
26158
+ outline: none;
26159
+ text-align: center;
26160
+ width: 100%;
26161
+ height: 32px;
26162
+ background: rgba(var(--v-theme-surface-variant), 0.2);
26163
+ color: rgba(var(--v-theme-on-surface));
26164
+ }
26165
+ .v-color-picker-edit__input span {
26166
+ font-size: 0.75rem;
26167
+ }.v-color-picker-swatches {
26168
+ overflow-y: auto;
26169
+ }
26170
+ .v-color-picker-swatches > div {
26171
+ display: flex;
26172
+ flex-wrap: wrap;
26173
+ justify-content: center;
26174
+ padding: 8px;
26175
+ }
26176
+
26177
+ .v-color-picker-swatches__swatch {
26178
+ display: flex;
26179
+ flex-direction: column;
26180
+ margin-bottom: 10px;
26181
+ }
26182
+
26183
+ .v-color-picker-swatches__color {
26184
+ position: relative;
26185
+ height: 18px;
26186
+ max-height: 18px;
26187
+ width: 45px;
26188
+ margin: 2px 4px;
26189
+ border-radius: 2px;
26190
+ -webkit-user-select: none;
26191
+ user-select: none;
26192
+ overflow: hidden;
26193
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26194
+ cursor: pointer;
26195
+ }
26196
+ .v-color-picker-swatches__color > div {
26197
+ display: flex;
26198
+ align-items: center;
26199
+ justify-content: center;
26200
+ width: 100%;
26201
+ height: 100%;
26202
26202
  }.v-slider-thumb {
26203
26203
  touch-action: none;
26204
26204
  color: rgb(var(--v-theme-surface-variant));