@vuetify/nightly 3.6.1-dev.2024-05-01 → 3.6.3-dev.2024-05-03

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/CHANGELOG.md +7 -2
  2. package/dist/json/attributes.json +3 -3
  3. package/dist/json/importMap-labs.json +30 -30
  4. package/dist/json/importMap.json +162 -162
  5. package/dist/json/web-types.json +18 -17
  6. package/dist/vuetify-labs.css +2024 -2010
  7. package/dist/vuetify-labs.d.ts +275 -233
  8. package/dist/vuetify-labs.esm.js +20 -15
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +20 -15
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +882 -868
  13. package/dist/vuetify.d.ts +335 -293
  14. package/dist/vuetify.esm.js +20 -15
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +20 -15
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +20 -21
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.css +3 -1
  22. package/lib/components/VAutocomplete/index.d.mts +18 -18
  23. package/lib/components/VAvatar/VAvatar.css +3 -1
  24. package/lib/components/VBottomSheet/index.d.mts +15 -9
  25. package/lib/components/VBtn/VBtn.css +3 -1
  26. package/lib/components/VCard/VCard.css +3 -1
  27. package/lib/components/VChip/VChip.css +3 -1
  28. package/lib/components/VCombobox/index.d.mts +18 -18
  29. package/lib/components/VDataTable/VDataTableHeaders.mjs +2 -0
  30. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  31. package/lib/components/VDataTable/composables/select.mjs +7 -8
  32. package/lib/components/VDataTable/composables/select.mjs.map +1 -1
  33. package/lib/components/VDatePicker/VDatePicker.mjs +2 -2
  34. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  35. package/lib/components/VDialog/index.d.mts +33 -27
  36. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  37. package/lib/components/VFileInput/index.d.mts +6 -6
  38. package/lib/components/VHover/VHover.mjs +1 -1
  39. package/lib/components/VHover/VHover.mjs.map +1 -1
  40. package/lib/components/VHover/index.d.mts +24 -24
  41. package/lib/components/VList/VListItem.css +3 -1
  42. package/lib/components/VMenu/index.d.mts +33 -27
  43. package/lib/components/VOverlay/VOverlay.mjs +5 -2
  44. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  45. package/lib/components/VOverlay/index.d.mts +15 -9
  46. package/lib/components/VSelect/index.d.mts +18 -18
  47. package/lib/components/VSnackbar/VSnackbar.css +3 -1
  48. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  49. package/lib/components/VSnackbar/index.d.mts +47 -41
  50. package/lib/components/VSpeedDial/index.d.mts +15 -9
  51. package/lib/components/VTooltip/index.d.mts +33 -27
  52. package/lib/components/index.d.mts +275 -233
  53. package/lib/composables/date/adapters/vuetify.mjs +1 -0
  54. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  55. package/lib/entry-bundler.mjs +1 -1
  56. package/lib/framework.mjs +1 -1
  57. package/lib/index.d.mts +60 -60
  58. package/lib/labs/VSnackbarQueue/index.d.mts +47 -41
  59. package/lib/labs/components.d.mts +47 -41
  60. package/lib/styles/tools/_variant.sass +3 -1
  61. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.1-dev.2024-05-01
2
+ * Vuetify v3.6.3-dev.2024-05-03
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17380,38 +17380,19 @@ html.overflow-y-hidden {
17380
17380
  font-weight: normal;
17381
17381
  padding: 0.2em 0.4rem;
17382
17382
  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));
17383
- }.v-calendar-day {
17384
- position: relative;
17383
+ }.v-calendar-header {
17384
+ align-items: center;
17385
17385
  display: flex;
17386
- flex-direction: column;
17386
+ min-height: 64px;
17387
17387
  }
17388
17388
 
17389
- .v-calendar-weekly .v-calendar__container {
17390
- display: grid;
17391
- }
17392
- .v-calendar-weekly .v-calendar__container.days__7 {
17393
- grid-template-columns: repeat(7, 1fr);
17394
- }
17395
- .v-calendar-weekly .v-calendar__container.days__6 {
17396
- grid-template-columns: repeat(6, 1fr);
17397
- }
17398
- .v-calendar-weekly .v-calendar__container.days__5 {
17399
- grid-template-columns: repeat(5, 1fr);
17400
- }
17401
- .v-calendar-weekly .v-calendar__container.days__4 {
17402
- grid-template-columns: repeat(4, 1fr);
17403
- }
17404
- .v-calendar-weekly .v-calendar__container.days__3 {
17405
- grid-template-columns: repeat(3, 1fr);
17406
- }
17407
- .v-calendar-weekly .v-calendar__container.days__2 {
17408
- grid-template-columns: repeat(2, 1fr);
17409
- }
17410
- .v-calendar-weekly .v-calendar__container.days__1 {
17411
- grid-template-columns: repeat(1, 1fr);
17389
+ .v-calendar-header__today {
17390
+ margin-inline-end: 24px;
17412
17391
  }
17413
- .v-calendar-weekly .v-calendar__container.days__0 {
17414
- grid-template-columns: repeat(1, 1fr);
17392
+
17393
+ .v-calendar-header__title {
17394
+ font-size: 1.5rem;
17395
+ margin-inline-start: 24px;
17415
17396
  }.v-calendar-weekly {
17416
17397
  width: 100%;
17417
17398
  height: 100%;
@@ -17635,6 +17616,38 @@ html.overflow-y-hidden {
17635
17616
  }
17636
17617
  .v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
17637
17618
  border-right: none;
17619
+ }.v-calendar-day {
17620
+ position: relative;
17621
+ display: flex;
17622
+ flex-direction: column;
17623
+ }
17624
+
17625
+ .v-calendar-weekly .v-calendar__container {
17626
+ display: grid;
17627
+ }
17628
+ .v-calendar-weekly .v-calendar__container.days__7 {
17629
+ grid-template-columns: repeat(7, 1fr);
17630
+ }
17631
+ .v-calendar-weekly .v-calendar__container.days__6 {
17632
+ grid-template-columns: repeat(6, 1fr);
17633
+ }
17634
+ .v-calendar-weekly .v-calendar__container.days__5 {
17635
+ grid-template-columns: repeat(5, 1fr);
17636
+ }
17637
+ .v-calendar-weekly .v-calendar__container.days__4 {
17638
+ grid-template-columns: repeat(4, 1fr);
17639
+ }
17640
+ .v-calendar-weekly .v-calendar__container.days__3 {
17641
+ grid-template-columns: repeat(3, 1fr);
17642
+ }
17643
+ .v-calendar-weekly .v-calendar__container.days__2 {
17644
+ grid-template-columns: repeat(2, 1fr);
17645
+ }
17646
+ .v-calendar-weekly .v-calendar__container.days__1 {
17647
+ grid-template-columns: repeat(1, 1fr);
17648
+ }
17649
+ .v-calendar-weekly .v-calendar__container.days__0 {
17650
+ grid-template-columns: repeat(1, 1fr);
17638
17651
  }.v-calendar-day__row-with-label {
17639
17652
  display: grid;
17640
17653
  grid-template-columns: 48px 8px 1fr;
@@ -17677,19 +17690,6 @@ html.overflow-y-hidden {
17677
17690
  }
17678
17691
  .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17679
17692
  border-bottom: none;
17680
- }.v-calendar-header {
17681
- align-items: center;
17682
- display: flex;
17683
- min-height: 64px;
17684
- }
17685
-
17686
- .v-calendar-header__today {
17687
- margin-inline-end: 24px;
17688
- }
17689
-
17690
- .v-calendar-header__title {
17691
- font-size: 1.5rem;
17692
- margin-inline-start: 24px;
17693
17693
  }.v-calendar-internal-event {
17694
17694
  overflow: hidden;
17695
17695
  padding: 4px;
@@ -17758,44 +17758,6 @@ html.overflow-y-hidden {
17758
17758
 
17759
17759
  .v-calendar-weekly__day-alldayevents-container {
17760
17760
  min-height: 24px;
17761
- }.v-number-input input[type=number] {
17762
- -moz-appearance: textfield;
17763
- }
17764
- .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
17765
- -webkit-appearance: none;
17766
- }
17767
- .v-number-input .v-field {
17768
- padding-inline-end: 0;
17769
- padding-inline-start: 0;
17770
- }
17771
- .v-number-input--inset .v-divider {
17772
- height: 55%;
17773
- width: 55%;
17774
- align-self: center;
17775
- }
17776
- .v-number-input--split .v-field__input {
17777
- text-align: center;
17778
- }
17779
- .v-number-input--stacked .v-number-input__control {
17780
- flex-direction: column-reverse;
17781
- }
17782
- .v-number-input--stacked .v-number-input__control .v-btn {
17783
- flex: 1;
17784
- }
17785
- .v-number-input--hide-input .v-field {
17786
- flex: none;
17787
- }
17788
- .v-number-input--hide-input .v-field__input {
17789
- width: 0;
17790
- padding-inline: 0;
17791
- }
17792
- .v-number-input__control {
17793
- display: flex;
17794
- height: 100%;
17795
- }
17796
- .v-number-input__control .v-btn {
17797
- background-color: transparent;
17798
- border-radius: 0;
17799
17761
  }.v-picker.v-sheet {
17800
17762
  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
17763
  border-radius: 4px;
@@ -17849,162 +17811,81 @@ html.overflow-y-hidden {
17849
17811
  padding-bottom: 16px;
17850
17812
  font-weight: 400;
17851
17813
  letter-spacing: 0.1666666667em;
17852
- }.v-time-picker.v-picker {
17853
- padding: 24px;
17854
- width: 328px;
17855
- }
17856
- .v-time-picker.v-picker .v-picker-title {
17857
- padding: 0;
17858
- margin-bottom: 20px;
17859
- }.v-time-picker-controls {
17860
- display: flex;
17861
- align-items: center;
17862
- justify-content: center;
17863
- font-size: 0.875rem;
17864
- padding-top: 4px;
17865
- padding-bottom: 4px;
17866
- margin-bottom: 36px;
17814
+ }.v-number-input input[type=number] {
17815
+ -moz-appearance: textfield;
17867
17816
  }
17868
- .v-time-picker-controls__text {
17869
- padding-bottom: 12px;
17817
+ .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
17818
+ -webkit-appearance: none;
17870
17819
  }
17871
- .v-time-picker-controls__time {
17872
- display: flex;
17873
- white-space: nowrap;
17874
- direction: ltr;
17875
- justify-content: center;
17820
+ .v-number-input .v-field {
17821
+ padding-inline-end: 0;
17822
+ padding-inline-start: 0;
17876
17823
  }
17877
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
17878
- width: 96px;
17879
- height: 80px;
17880
- font-size: 56px;
17824
+ .v-number-input--inset .v-divider {
17825
+ height: 55%;
17826
+ width: 55%;
17827
+ align-self: center;
17881
17828
  }
17882
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
17883
- background: rgb(var(--v-theme-primary));
17829
+ .v-number-input--split .v-field__input {
17830
+ text-align: center;
17884
17831
  }
17885
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
17886
- width: 96px;
17887
- height: 80px;
17832
+ .v-number-input--stacked .v-number-input__control {
17833
+ flex-direction: column-reverse;
17888
17834
  }
17889
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
17890
- width: 64px;
17891
- height: 80px;
17892
- font-size: 40px;
17835
+ .v-number-input--stacked .v-number-input__control .v-btn {
17836
+ flex: 1;
17893
17837
  }
17894
- .v-time-picker-controls__time__separator {
17895
- font-size: 56px;
17896
- height: 80px;
17897
- width: 24px;
17898
- text-align: center;
17838
+ .v-number-input--hide-input .v-field {
17839
+ flex: none;
17899
17840
  }
17900
- .v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator {
17901
- height: 80px;
17902
- font-size: 56px;
17841
+ .v-number-input--hide-input .v-field__input {
17842
+ width: 0;
17843
+ padding-inline: 0;
17903
17844
  }
17904
-
17905
- .v-time-picker-controls__ampm {
17906
- margin-left: 12px;
17907
- align-self: flex-end;
17845
+ .v-number-input__control {
17908
17846
  display: flex;
17909
- flex-direction: column;
17910
- font-size: 18px;
17911
- text-transform: uppercase;
17912
- }
17913
- .v-time-picker-controls__ampm--readonly {
17914
- pointer-events: none;
17915
- }
17916
- .v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
17917
- opacity: 0.6;
17847
+ height: 100%;
17918
17848
  }
17919
- .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
17920
- font-size: 18px;
17921
- padding: 0 8px;
17922
- min-width: 52px;
17923
- height: 40px;
17849
+ .v-number-input__control .v-btn {
17850
+ background-color: transparent;
17851
+ border-radius: 0;
17852
+ }.v-time-picker.v-picker {
17853
+ padding: 24px;
17854
+ width: 328px;
17924
17855
  }
17925
- .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am {
17926
- border-radius: 4px 4px 0 0;
17927
- border: 1px solid;
17856
+ .v-time-picker.v-picker .v-picker-title {
17857
+ padding: 0;
17858
+ margin-bottom: 20px;
17859
+ }.v-time-picker-clock {
17860
+ background: rgb(var(--v-theme-background));
17861
+ color: rgb(var(--v-theme-on-background));
17928
17862
  }
17929
- .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm {
17930
- border-radius: 0 0 4px 4px;
17931
- border: 1px solid;
17932
- border-top: none;
17863
+ .v-time-picker-clock:after {
17864
+ color: rgb(var(--v-theme-primary));
17933
17865
  }
17934
- .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active {
17935
- background: rgb(var(--v-theme-primary));
17866
+ .v-time-picker-clock .v-time-picker-clock__item--active {
17867
+ background-color: rgb(var(--v-theme-surface-variant));
17868
+ color: rgb(var(--v-theme-on-surface-variant));
17936
17869
  }
17937
17870
 
17938
- .v-picker__title--landscape .v-time-picker-controls {
17871
+ .v-time-picker-clock {
17872
+ margin: 0 auto;
17873
+ background: rgb(var(--v-theme-surface-light));
17874
+ border-radius: 50%;
17875
+ position: relative;
17876
+ transition: none;
17877
+ -webkit-user-select: none;
17878
+ user-select: none;
17879
+ height: 256px;
17880
+ width: 256px;
17881
+ flex: 1 0 auto;
17882
+ }
17883
+ .v-time-picker-clock__container {
17884
+ display: flex;
17939
17885
  flex-direction: column;
17886
+ flex-basis: 290px;
17940
17887
  justify-content: center;
17941
- height: 100%;
17942
- }
17943
- .v-picker__title--landscape .v-time-picker-controls__time {
17944
- text-align: right;
17945
- }
17946
- .v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
17947
- .v-picker__title--landscape .v-time-picker-controls__time span {
17948
- height: 55px;
17949
- font-size: 55px;
17950
- }
17951
- .v-picker__title--landscape .v-time-picker-controls__ampm {
17952
- margin: 16px 0 0;
17953
- align-self: initial;
17954
- text-align: center;
17955
- }
17956
-
17957
- .v-picker--time .v-picker__title--landscape {
17958
- padding: 0;
17959
- }
17960
- .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
17961
- text-align: center;
17962
- }.v-treeview-item--filtered {
17963
- display: none;
17964
- }
17965
-
17966
- .v-treeview {
17967
- --indent-padding: 0px;
17968
- }
17969
-
17970
- .v-treeview-group.v-list-group {
17971
- --list-indent-size: 16px;
17972
- }
17973
- .v-list--slim .v-treeview-group.v-list-group {
17974
- --prepend-width: 16px;
17975
- }
17976
- .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
17977
- padding-inline-start: calc(12px + var(--indent-padding)) !important;
17978
- }.v-time-picker-clock {
17979
- background: rgb(var(--v-theme-background));
17980
- color: rgb(var(--v-theme-on-background));
17981
- }
17982
- .v-time-picker-clock:after {
17983
- color: rgb(var(--v-theme-primary));
17984
- }
17985
- .v-time-picker-clock .v-time-picker-clock__item--active {
17986
- background-color: rgb(var(--v-theme-surface-variant));
17987
- color: rgb(var(--v-theme-on-surface-variant));
17988
- }
17989
-
17990
- .v-time-picker-clock {
17991
- margin: 0 auto;
17992
- background: rgb(var(--v-theme-surface-light));
17993
- border-radius: 50%;
17994
- position: relative;
17995
- transition: none;
17996
- -webkit-user-select: none;
17997
- user-select: none;
17998
- height: 256px;
17999
- width: 256px;
18000
- flex: 1 0 auto;
18001
- }
18002
- .v-time-picker-clock__container {
18003
- display: flex;
18004
- flex-direction: column;
18005
- flex-basis: 290px;
18006
- justify-content: center;
18007
- padding: 10px;
17888
+ padding: 10px;
18008
17889
  }
18009
17890
  .v-time-picker-clock__hand {
18010
17891
  background-color: currentColor;
@@ -18132,244 +18013,141 @@ html.overflow-y-hidden {
18132
18013
  }
18133
18014
  .v-pull-to-refresh__scroll-container--touching {
18134
18015
  transition: none;
18135
- }.v-application {
18136
- display: flex;
18137
- background: rgb(var(--v-theme-background));
18138
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18139
- }
18140
-
18141
- .v-application__wrap {
18142
- -webkit-backface-visibility: hidden;
18143
- backface-visibility: hidden;
18016
+ }.v-time-picker-controls {
18144
18017
  display: flex;
18145
- flex-direction: column;
18146
- flex: 1 1 auto;
18147
- max-width: 100%;
18148
- min-height: 100vh;
18149
- min-height: 100dvh;
18150
- position: relative;
18151
- }.v-alert {
18152
- display: grid;
18153
- flex: 1 1;
18154
- grid-template-areas: "prepend content append close" ". content . .";
18155
- grid-template-columns: max-content auto max-content max-content;
18156
- position: relative;
18157
- padding: 16px;
18158
- overflow: hidden;
18159
- --v-border-color: currentColor;
18160
- border-radius: 4px;
18161
- }
18162
- .v-alert--absolute {
18163
- position: absolute;
18164
- }
18165
- .v-alert--fixed {
18166
- position: fixed;
18167
- }
18168
- .v-alert--sticky {
18169
- position: sticky;
18018
+ align-items: center;
18019
+ justify-content: center;
18020
+ font-size: 0.875rem;
18021
+ padding-top: 4px;
18022
+ padding-bottom: 4px;
18023
+ margin-bottom: 36px;
18170
18024
  }
18171
- .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
18172
- background: transparent;
18173
- color: inherit;
18025
+ .v-time-picker-controls__text {
18026
+ padding-bottom: 12px;
18174
18027
  }
18175
- .v-alert--variant-plain {
18176
- opacity: 0.62;
18028
+ .v-time-picker-controls__time {
18029
+ display: flex;
18030
+ white-space: nowrap;
18031
+ direction: ltr;
18032
+ justify-content: center;
18177
18033
  }
18178
- .v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
18179
- opacity: 1;
18034
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
18035
+ width: 96px;
18036
+ height: 80px;
18037
+ font-size: 56px;
18180
18038
  }
18181
- .v-alert--variant-plain .v-alert__overlay {
18182
- display: none;
18039
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
18040
+ background: rgb(var(--v-theme-primary));
18183
18041
  }
18184
- .v-alert--variant-elevated, .v-alert--variant-flat {
18185
- background: rgb(var(--v-theme-surface-light));
18186
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
18042
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
18043
+ width: 96px;
18044
+ height: 80px;
18187
18045
  }
18188
- .v-alert--variant-elevated {
18189
- 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));
18046
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
18047
+ width: 64px;
18048
+ height: 80px;
18049
+ font-size: 40px;
18190
18050
  }
18191
- .v-alert--variant-flat {
18192
- 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));
18051
+ .v-time-picker-controls__time__separator {
18052
+ font-size: 56px;
18053
+ height: 80px;
18054
+ width: 24px;
18055
+ text-align: center;
18193
18056
  }
18194
- .v-alert--variant-outlined {
18195
- border: thin solid currentColor;
18057
+ .v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator {
18058
+ height: 80px;
18059
+ font-size: 56px;
18196
18060
  }
18197
- .v-alert--variant-text .v-alert__overlay {
18198
- background: currentColor;
18061
+
18062
+ .v-time-picker-controls__ampm {
18063
+ margin-left: 12px;
18064
+ align-self: flex-end;
18065
+ display: flex;
18066
+ flex-direction: column;
18067
+ font-size: 18px;
18068
+ text-transform: uppercase;
18199
18069
  }
18200
- .v-alert--variant-tonal .v-alert__underlay {
18201
- background: currentColor;
18202
- opacity: var(--v-activated-opacity);
18203
- border-radius: inherit;
18204
- position: absolute;
18205
- top: 0;
18206
- right: 0;
18207
- bottom: 0;
18208
- left: 0;
18070
+ .v-time-picker-controls__ampm--readonly {
18209
18071
  pointer-events: none;
18210
18072
  }
18211
- .v-alert--prominent {
18212
- grid-template-areas: "prepend content append close" "prepend content . .";
18073
+ .v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
18074
+ opacity: 0.6;
18213
18075
  }
18214
- .v-alert.v-alert--border {
18215
- --v-border-opacity: 0.38;
18076
+ .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
18077
+ font-size: 18px;
18078
+ padding: 0 8px;
18079
+ min-width: 52px;
18080
+ height: 40px;
18216
18081
  }
18217
- .v-alert.v-alert--border.v-alert--border-start {
18218
- padding-inline-start: 24px;
18082
+ .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am {
18083
+ border-radius: 4px 4px 0 0;
18084
+ border: 1px solid;
18219
18085
  }
18220
- .v-alert.v-alert--border.v-alert--border-end {
18221
- padding-inline-end: 24px;
18086
+ .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm {
18087
+ border-radius: 0 0 4px 4px;
18088
+ border: 1px solid;
18089
+ border-top: none;
18222
18090
  }
18223
- .v-alert--variant-plain {
18224
- transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
18091
+ .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active {
18092
+ background: rgb(var(--v-theme-primary));
18225
18093
  }
18226
- .v-alert--density-default {
18227
- padding-bottom: 16px;
18228
- padding-top: 16px;
18094
+
18095
+ .v-picker__title--landscape .v-time-picker-controls {
18096
+ flex-direction: column;
18097
+ justify-content: center;
18098
+ height: 100%;
18229
18099
  }
18230
- .v-alert--density-default.v-alert--border-top {
18231
- padding-top: 24px;
18100
+ .v-picker__title--landscape .v-time-picker-controls__time {
18101
+ text-align: right;
18232
18102
  }
18233
- .v-alert--density-default.v-alert--border-bottom {
18234
- padding-bottom: 24px;
18103
+ .v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
18104
+ .v-picker__title--landscape .v-time-picker-controls__time span {
18105
+ height: 55px;
18106
+ font-size: 55px;
18107
+ }
18108
+ .v-picker__title--landscape .v-time-picker-controls__ampm {
18109
+ margin: 16px 0 0;
18110
+ align-self: initial;
18111
+ text-align: center;
18235
18112
  }
18236
18113
 
18237
- .v-alert--density-comfortable {
18238
- padding-bottom: 12px;
18239
- padding-top: 12px;
18114
+ .v-picker--time .v-picker__title--landscape {
18115
+ padding: 0;
18240
18116
  }
18241
- .v-alert--density-comfortable.v-alert--border-top {
18242
- padding-top: 20px;
18117
+ .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
18118
+ text-align: center;
18119
+ }.v-treeview-item--filtered {
18120
+ display: none;
18243
18121
  }
18244
- .v-alert--density-comfortable.v-alert--border-bottom {
18245
- padding-bottom: 20px;
18122
+
18123
+ .v-treeview {
18124
+ --indent-padding: 0px;
18246
18125
  }
18247
18126
 
18248
- .v-alert--density-compact {
18249
- padding-bottom: 8px;
18250
- padding-top: 8px;
18127
+ .v-treeview-group.v-list-group {
18128
+ --list-indent-size: 16px;
18251
18129
  }
18252
- .v-alert--density-compact.v-alert--border-top {
18253
- padding-top: 16px;
18130
+ .v-list--slim .v-treeview-group.v-list-group {
18131
+ --prepend-width: 16px;
18254
18132
  }
18255
- .v-alert--density-compact.v-alert--border-bottom {
18256
- padding-bottom: 16px;
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-application {
18136
+ display: flex;
18137
+ background: rgb(var(--v-theme-background));
18138
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18257
18139
  }
18258
18140
 
18259
- .v-alert__border {
18260
- border-radius: inherit;
18261
- bottom: 0;
18262
- left: 0;
18263
- opacity: var(--v-border-opacity);
18264
- position: absolute;
18265
- pointer-events: none;
18266
- right: 0;
18267
- top: 0;
18268
- width: 100%;
18269
- border-color: currentColor;
18270
- border-style: solid;
18271
- border-width: 0;
18272
- }
18273
- .v-alert__border--border {
18274
- border-width: 8px;
18275
- box-shadow: none;
18276
- }
18277
- .v-alert--border-start .v-alert__border {
18278
- border-inline-start-width: 8px;
18279
- }
18280
- .v-alert--border-end .v-alert__border {
18281
- border-inline-end-width: 8px;
18282
- }
18283
- .v-alert--border-top .v-alert__border {
18284
- border-top-width: 8px;
18285
- }
18286
- .v-alert--border-bottom .v-alert__border {
18287
- border-bottom-width: 8px;
18288
- }
18289
-
18290
- .v-alert__close {
18291
- flex: 0 1 auto;
18292
- grid-area: close;
18293
- }
18294
-
18295
- .v-alert__content {
18296
- align-self: center;
18297
- grid-area: content;
18298
- overflow: hidden;
18299
- }
18300
-
18301
- .v-alert__append,
18302
- .v-alert__close {
18303
- align-self: flex-start;
18304
- margin-inline-start: 16px;
18305
- }
18306
-
18307
- .v-alert__append {
18308
- align-self: flex-start;
18309
- grid-area: append;
18310
- }
18311
- .v-alert__append + .v-alert__close {
18312
- margin-inline-start: 16px;
18313
- }
18314
-
18315
- .v-alert__prepend {
18316
- align-self: flex-start;
18317
- display: flex;
18318
- align-items: center;
18319
- grid-area: prepend;
18320
- margin-inline-end: 16px;
18321
- }
18322
- .v-alert--prominent .v-alert__prepend {
18323
- align-self: center;
18324
- }
18325
-
18326
- .v-alert__underlay {
18327
- grid-area: none;
18328
- position: absolute;
18329
- }
18330
- .v-alert--border-start .v-alert__underlay {
18331
- border-top-left-radius: 0;
18332
- border-bottom-left-radius: 0;
18333
- }
18334
- .v-alert--border-end .v-alert__underlay {
18335
- border-top-right-radius: 0;
18336
- border-bottom-right-radius: 0;
18337
- }
18338
- .v-alert--border-top .v-alert__underlay {
18339
- border-top-left-radius: 0;
18340
- border-top-right-radius: 0;
18341
- }
18342
- .v-alert--border-bottom .v-alert__underlay {
18343
- border-bottom-left-radius: 0;
18344
- border-bottom-right-radius: 0;
18345
- }
18346
-
18347
- .v-alert-title {
18348
- align-items: center;
18349
- align-self: center;
18350
- display: flex;
18351
- font-size: 1.25rem;
18352
- font-weight: 500;
18353
- -webkit-hyphens: auto;
18354
- hyphens: auto;
18355
- letter-spacing: 0.0125em;
18356
- line-height: 1.75rem;
18357
- overflow-wrap: normal;
18358
- text-transform: none;
18359
- word-break: normal;
18360
- word-wrap: break-word;
18361
- }.v-app-bar {
18141
+ .v-application__wrap {
18142
+ -webkit-backface-visibility: hidden;
18143
+ backface-visibility: hidden;
18362
18144
  display: flex;
18363
- }
18364
- .v-app-bar.v-toolbar {
18365
- background: rgb(var(--v-theme-surface));
18366
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18367
- }
18368
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18369
- 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));
18370
- }
18371
- .v-app-bar:not(.v-toolbar--absolute) {
18372
- padding-inline-end: var(--v-scrollbar-offset);
18145
+ flex-direction: column;
18146
+ flex: 1 1 auto;
18147
+ max-width: 100%;
18148
+ min-height: 100vh;
18149
+ min-height: 100dvh;
18150
+ position: relative;
18373
18151
  }.v-autocomplete .v-field .v-text-field__prefix,
18374
18152
  .v-autocomplete .v-field .v-text-field__suffix,
18375
18153
  .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
@@ -18451,77 +18229,18 @@ html.overflow-y-hidden {
18451
18229
  .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18452
18230
  opacity: var(--v-high-emphasis-opacity);
18453
18231
  transform: rotate(180deg);
18454
- }.v-badge {
18455
- display: inline-block;
18456
- line-height: 1;
18457
- }
18458
-
18459
- .v-badge__badge {
18460
- align-items: center;
18461
- display: inline-flex;
18462
- border-radius: 10px;
18463
- font-size: 0.75rem;
18464
- font-weight: 500;
18465
- height: 1.25rem;
18466
- justify-content: center;
18467
- min-width: 20px;
18468
- padding: 4px 6px;
18469
- pointer-events: auto;
18470
- position: absolute;
18471
- text-align: center;
18472
- text-indent: 0;
18473
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18474
- white-space: nowrap;
18475
- background: rgb(var(--v-theme-surface-variant));
18476
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18477
- }
18478
- .v-badge--bordered .v-badge__badge::after {
18479
- border-radius: inherit;
18480
- border-style: solid;
18481
- border-width: 2px;
18482
- bottom: 0;
18483
- color: rgb(var(--v-theme-background));
18484
- content: "";
18485
- left: 0;
18486
- position: absolute;
18487
- right: 0;
18488
- top: 0;
18489
- transform: scale(1.05);
18490
- }
18491
- .v-badge--dot .v-badge__badge {
18492
- border-radius: 4.5px;
18493
- height: 9px;
18494
- min-width: 0;
18495
- padding: 0;
18496
- width: 9px;
18497
- }
18498
- .v-badge--dot .v-badge__badge::after {
18499
- border-width: 1.5px;
18500
- }
18501
- .v-badge--inline .v-badge__badge {
18502
- position: relative;
18503
- vertical-align: middle;
18504
- }
18505
- .v-badge__badge .v-icon {
18506
- color: inherit;
18507
- font-size: 0.75rem;
18508
- margin: 0 -2px;
18232
+ }.v-app-bar {
18233
+ display: flex;
18509
18234
  }
18510
- .v-badge__badge img,
18511
- .v-badge__badge .v-img {
18512
- height: 100%;
18513
- width: 100%;
18235
+ .v-app-bar.v-toolbar {
18236
+ background: rgb(var(--v-theme-surface));
18237
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18514
18238
  }
18515
-
18516
- .v-badge__wrapper {
18517
- display: flex;
18518
- position: relative;
18239
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18240
+ 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));
18519
18241
  }
18520
- .v-badge--inline .v-badge__wrapper {
18521
- align-items: center;
18522
- display: inline-flex;
18523
- justify-content: center;
18524
- margin: 0 4px;
18242
+ .v-app-bar:not(.v-toolbar--absolute) {
18243
+ padding-inline-end: var(--v-scrollbar-offset);
18525
18244
  }.v-avatar {
18526
18245
  flex: none;
18527
18246
  align-items: center;
@@ -18596,13 +18315,15 @@ html.overflow-y-hidden {
18596
18315
  background: currentColor;
18597
18316
  opacity: var(--v-activated-opacity);
18598
18317
  border-radius: inherit;
18599
- position: absolute;
18600
18318
  top: 0;
18601
18319
  right: 0;
18602
18320
  bottom: 0;
18603
18321
  left: 0;
18604
18322
  pointer-events: none;
18605
18323
  }
18324
+ .v-avatar .v-avatar__underlay {
18325
+ position: absolute;
18326
+ }
18606
18327
  .v-avatar--rounded {
18607
18328
  border-radius: 4px;
18608
18329
  }
@@ -18615,59 +18336,271 @@ html.overflow-y-hidden {
18615
18336
  .v-avatar .v-img {
18616
18337
  height: 100%;
18617
18338
  width: 100%;
18618
- }.v-banner {
18339
+ }.v-alert {
18619
18340
  display: grid;
18620
18341
  flex: 1 1;
18621
- font-size: 0.875rem;
18622
- grid-template-areas: "prepend content actions";
18623
- grid-template-columns: max-content auto max-content;
18624
- grid-template-rows: max-content max-content;
18625
- line-height: 1.6;
18626
- overflow: hidden;
18627
- padding-inline: 16px 8px;
18628
- padding-top: 16px;
18629
- padding-bottom: 16px;
18342
+ grid-template-areas: "prepend content append close" ". content . .";
18343
+ grid-template-columns: max-content auto max-content max-content;
18630
18344
  position: relative;
18631
- width: 100%;
18632
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18633
- border-style: solid;
18634
- border-width: 0 0 thin 0;
18635
- 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));
18636
- border-radius: 0;
18637
- background: rgb(var(--v-theme-surface));
18638
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18639
- }
18640
- .v-banner--border {
18641
- border-width: thin;
18642
- box-shadow: none;
18345
+ padding: 16px;
18346
+ overflow: hidden;
18347
+ --v-border-color: currentColor;
18348
+ border-radius: 4px;
18643
18349
  }
18644
- .v-banner--absolute {
18350
+ .v-alert--absolute {
18645
18351
  position: absolute;
18646
18352
  }
18647
- .v-banner--fixed {
18353
+ .v-alert--fixed {
18648
18354
  position: fixed;
18649
18355
  }
18650
- .v-banner--sticky {
18356
+ .v-alert--sticky {
18651
18357
  position: sticky;
18652
18358
  }
18653
- .v-banner--rounded {
18654
- border-radius: 4px;
18359
+ .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
18360
+ background: transparent;
18361
+ color: inherit;
18655
18362
  }
18656
- .v-banner--stacked:not(.v-banner--one-line) {
18657
- grid-template-areas: "prepend content" ". actions";
18363
+ .v-alert--variant-plain {
18364
+ opacity: 0.62;
18658
18365
  }
18659
- .v-banner--stacked .v-banner-text {
18660
- padding-inline-end: 36px;
18366
+ .v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
18367
+ opacity: 1;
18661
18368
  }
18662
- .v-banner--density-default .v-banner-actions {
18663
- margin-bottom: -8px;
18369
+ .v-alert--variant-plain .v-alert__overlay {
18370
+ display: none;
18664
18371
  }
18665
- .v-banner--density-default.v-banner--one-line {
18666
- padding-top: 8px;
18667
- padding-bottom: 8px;
18372
+ .v-alert--variant-elevated, .v-alert--variant-flat {
18373
+ background: rgb(var(--v-theme-surface-light));
18374
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
18668
18375
  }
18669
- .v-banner--density-default.v-banner--one-line .v-banner-actions {
18670
- margin-bottom: 0;
18376
+ .v-alert--variant-elevated {
18377
+ 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));
18378
+ }
18379
+ .v-alert--variant-flat {
18380
+ 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));
18381
+ }
18382
+ .v-alert--variant-outlined {
18383
+ border: thin solid currentColor;
18384
+ }
18385
+ .v-alert--variant-text .v-alert__overlay {
18386
+ background: currentColor;
18387
+ }
18388
+ .v-alert--variant-tonal .v-alert__underlay {
18389
+ background: currentColor;
18390
+ opacity: var(--v-activated-opacity);
18391
+ border-radius: inherit;
18392
+ top: 0;
18393
+ right: 0;
18394
+ bottom: 0;
18395
+ left: 0;
18396
+ pointer-events: none;
18397
+ }
18398
+ .v-alert .v-alert__underlay {
18399
+ position: absolute;
18400
+ }
18401
+ .v-alert--prominent {
18402
+ grid-template-areas: "prepend content append close" "prepend content . .";
18403
+ }
18404
+ .v-alert.v-alert--border {
18405
+ --v-border-opacity: 0.38;
18406
+ }
18407
+ .v-alert.v-alert--border.v-alert--border-start {
18408
+ padding-inline-start: 24px;
18409
+ }
18410
+ .v-alert.v-alert--border.v-alert--border-end {
18411
+ padding-inline-end: 24px;
18412
+ }
18413
+ .v-alert--variant-plain {
18414
+ transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
18415
+ }
18416
+ .v-alert--density-default {
18417
+ padding-bottom: 16px;
18418
+ padding-top: 16px;
18419
+ }
18420
+ .v-alert--density-default.v-alert--border-top {
18421
+ padding-top: 24px;
18422
+ }
18423
+ .v-alert--density-default.v-alert--border-bottom {
18424
+ padding-bottom: 24px;
18425
+ }
18426
+
18427
+ .v-alert--density-comfortable {
18428
+ padding-bottom: 12px;
18429
+ padding-top: 12px;
18430
+ }
18431
+ .v-alert--density-comfortable.v-alert--border-top {
18432
+ padding-top: 20px;
18433
+ }
18434
+ .v-alert--density-comfortable.v-alert--border-bottom {
18435
+ padding-bottom: 20px;
18436
+ }
18437
+
18438
+ .v-alert--density-compact {
18439
+ padding-bottom: 8px;
18440
+ padding-top: 8px;
18441
+ }
18442
+ .v-alert--density-compact.v-alert--border-top {
18443
+ padding-top: 16px;
18444
+ }
18445
+ .v-alert--density-compact.v-alert--border-bottom {
18446
+ padding-bottom: 16px;
18447
+ }
18448
+
18449
+ .v-alert__border {
18450
+ border-radius: inherit;
18451
+ bottom: 0;
18452
+ left: 0;
18453
+ opacity: var(--v-border-opacity);
18454
+ position: absolute;
18455
+ pointer-events: none;
18456
+ right: 0;
18457
+ top: 0;
18458
+ width: 100%;
18459
+ border-color: currentColor;
18460
+ border-style: solid;
18461
+ border-width: 0;
18462
+ }
18463
+ .v-alert__border--border {
18464
+ border-width: 8px;
18465
+ box-shadow: none;
18466
+ }
18467
+ .v-alert--border-start .v-alert__border {
18468
+ border-inline-start-width: 8px;
18469
+ }
18470
+ .v-alert--border-end .v-alert__border {
18471
+ border-inline-end-width: 8px;
18472
+ }
18473
+ .v-alert--border-top .v-alert__border {
18474
+ border-top-width: 8px;
18475
+ }
18476
+ .v-alert--border-bottom .v-alert__border {
18477
+ border-bottom-width: 8px;
18478
+ }
18479
+
18480
+ .v-alert__close {
18481
+ flex: 0 1 auto;
18482
+ grid-area: close;
18483
+ }
18484
+
18485
+ .v-alert__content {
18486
+ align-self: center;
18487
+ grid-area: content;
18488
+ overflow: hidden;
18489
+ }
18490
+
18491
+ .v-alert__append,
18492
+ .v-alert__close {
18493
+ align-self: flex-start;
18494
+ margin-inline-start: 16px;
18495
+ }
18496
+
18497
+ .v-alert__append {
18498
+ align-self: flex-start;
18499
+ grid-area: append;
18500
+ }
18501
+ .v-alert__append + .v-alert__close {
18502
+ margin-inline-start: 16px;
18503
+ }
18504
+
18505
+ .v-alert__prepend {
18506
+ align-self: flex-start;
18507
+ display: flex;
18508
+ align-items: center;
18509
+ grid-area: prepend;
18510
+ margin-inline-end: 16px;
18511
+ }
18512
+ .v-alert--prominent .v-alert__prepend {
18513
+ align-self: center;
18514
+ }
18515
+
18516
+ .v-alert__underlay {
18517
+ grid-area: none;
18518
+ position: absolute;
18519
+ }
18520
+ .v-alert--border-start .v-alert__underlay {
18521
+ border-top-left-radius: 0;
18522
+ border-bottom-left-radius: 0;
18523
+ }
18524
+ .v-alert--border-end .v-alert__underlay {
18525
+ border-top-right-radius: 0;
18526
+ border-bottom-right-radius: 0;
18527
+ }
18528
+ .v-alert--border-top .v-alert__underlay {
18529
+ border-top-left-radius: 0;
18530
+ border-top-right-radius: 0;
18531
+ }
18532
+ .v-alert--border-bottom .v-alert__underlay {
18533
+ border-bottom-left-radius: 0;
18534
+ border-bottom-right-radius: 0;
18535
+ }
18536
+
18537
+ .v-alert-title {
18538
+ align-items: center;
18539
+ align-self: center;
18540
+ display: flex;
18541
+ font-size: 1.25rem;
18542
+ font-weight: 500;
18543
+ -webkit-hyphens: auto;
18544
+ hyphens: auto;
18545
+ letter-spacing: 0.0125em;
18546
+ line-height: 1.75rem;
18547
+ overflow-wrap: normal;
18548
+ text-transform: none;
18549
+ word-break: normal;
18550
+ word-wrap: break-word;
18551
+ }.v-banner {
18552
+ display: grid;
18553
+ flex: 1 1;
18554
+ font-size: 0.875rem;
18555
+ grid-template-areas: "prepend content actions";
18556
+ grid-template-columns: max-content auto max-content;
18557
+ grid-template-rows: max-content max-content;
18558
+ line-height: 1.6;
18559
+ overflow: hidden;
18560
+ padding-inline: 16px 8px;
18561
+ padding-top: 16px;
18562
+ padding-bottom: 16px;
18563
+ position: relative;
18564
+ width: 100%;
18565
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18566
+ border-style: solid;
18567
+ border-width: 0 0 thin 0;
18568
+ 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));
18569
+ border-radius: 0;
18570
+ background: rgb(var(--v-theme-surface));
18571
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18572
+ }
18573
+ .v-banner--border {
18574
+ border-width: thin;
18575
+ box-shadow: none;
18576
+ }
18577
+ .v-banner--absolute {
18578
+ position: absolute;
18579
+ }
18580
+ .v-banner--fixed {
18581
+ position: fixed;
18582
+ }
18583
+ .v-banner--sticky {
18584
+ position: sticky;
18585
+ }
18586
+ .v-banner--rounded {
18587
+ border-radius: 4px;
18588
+ }
18589
+ .v-banner--stacked:not(.v-banner--one-line) {
18590
+ grid-template-areas: "prepend content" ". actions";
18591
+ }
18592
+ .v-banner--stacked .v-banner-text {
18593
+ padding-inline-end: 36px;
18594
+ }
18595
+ .v-banner--density-default .v-banner-actions {
18596
+ margin-bottom: -8px;
18597
+ }
18598
+ .v-banner--density-default.v-banner--one-line {
18599
+ padding-top: 8px;
18600
+ padding-bottom: 8px;
18601
+ }
18602
+ .v-banner--density-default.v-banner--one-line .v-banner-actions {
18603
+ margin-bottom: 0;
18671
18604
  }
18672
18605
  .v-banner--density-default.v-banner--one-line {
18673
18606
  padding-top: 10px;
@@ -18772,30 +18705,101 @@ html.overflow-y-hidden {
18772
18705
  }
18773
18706
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18774
18707
  align-self: flex-start;
18775
- }.v-bottom-navigation {
18776
- display: flex;
18777
- max-width: 100%;
18778
- overflow: hidden;
18779
- position: absolute;
18780
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18781
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18782
- border-style: solid;
18783
- border-width: 0;
18784
- border-radius: 0;
18785
- background: rgb(var(--v-theme-surface));
18786
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18787
- }
18788
- .v-bottom-navigation--border {
18789
- border-width: thin;
18790
- box-shadow: none;
18791
- }
18792
- .v-bottom-navigation--active {
18793
- 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));
18708
+ }.v-badge {
18709
+ display: inline-block;
18710
+ line-height: 1;
18794
18711
  }
18795
18712
 
18796
- .v-bottom-navigation__content {
18797
- display: flex;
18798
- flex: none;
18713
+ .v-badge__badge {
18714
+ align-items: center;
18715
+ display: inline-flex;
18716
+ border-radius: 10px;
18717
+ font-size: 0.75rem;
18718
+ font-weight: 500;
18719
+ height: 1.25rem;
18720
+ justify-content: center;
18721
+ min-width: 20px;
18722
+ padding: 4px 6px;
18723
+ pointer-events: auto;
18724
+ position: absolute;
18725
+ text-align: center;
18726
+ text-indent: 0;
18727
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18728
+ white-space: nowrap;
18729
+ background: rgb(var(--v-theme-surface-variant));
18730
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18731
+ }
18732
+ .v-badge--bordered .v-badge__badge::after {
18733
+ border-radius: inherit;
18734
+ border-style: solid;
18735
+ border-width: 2px;
18736
+ bottom: 0;
18737
+ color: rgb(var(--v-theme-background));
18738
+ content: "";
18739
+ left: 0;
18740
+ position: absolute;
18741
+ right: 0;
18742
+ top: 0;
18743
+ transform: scale(1.05);
18744
+ }
18745
+ .v-badge--dot .v-badge__badge {
18746
+ border-radius: 4.5px;
18747
+ height: 9px;
18748
+ min-width: 0;
18749
+ padding: 0;
18750
+ width: 9px;
18751
+ }
18752
+ .v-badge--dot .v-badge__badge::after {
18753
+ border-width: 1.5px;
18754
+ }
18755
+ .v-badge--inline .v-badge__badge {
18756
+ position: relative;
18757
+ vertical-align: middle;
18758
+ }
18759
+ .v-badge__badge .v-icon {
18760
+ color: inherit;
18761
+ font-size: 0.75rem;
18762
+ margin: 0 -2px;
18763
+ }
18764
+ .v-badge__badge img,
18765
+ .v-badge__badge .v-img {
18766
+ height: 100%;
18767
+ width: 100%;
18768
+ }
18769
+
18770
+ .v-badge__wrapper {
18771
+ display: flex;
18772
+ position: relative;
18773
+ }
18774
+ .v-badge--inline .v-badge__wrapper {
18775
+ align-items: center;
18776
+ display: inline-flex;
18777
+ justify-content: center;
18778
+ margin: 0 4px;
18779
+ }.v-bottom-navigation {
18780
+ display: flex;
18781
+ max-width: 100%;
18782
+ overflow: hidden;
18783
+ position: absolute;
18784
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18785
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18786
+ border-style: solid;
18787
+ border-width: 0;
18788
+ border-radius: 0;
18789
+ background: rgb(var(--v-theme-surface));
18790
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18791
+ }
18792
+ .v-bottom-navigation--border {
18793
+ border-width: thin;
18794
+ box-shadow: none;
18795
+ }
18796
+ .v-bottom-navigation--active {
18797
+ 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));
18798
+ }
18799
+
18800
+ .v-bottom-navigation__content {
18801
+ display: flex;
18802
+ flex: none;
18799
18803
  font-size: 0.75rem;
18800
18804
  justify-content: center;
18801
18805
  transition: inherit;
@@ -18827,95 +18831,6 @@ html.overflow-y-hidden {
18827
18831
  }
18828
18832
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18829
18833
  transform: translateY(0.5rem);
18830
- }.bottom-sheet-transition-enter-from {
18831
- transform: translateY(100%);
18832
- }
18833
- .bottom-sheet-transition-leave-to {
18834
- transform: translateY(100%);
18835
- }
18836
-
18837
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18838
- align-self: flex-end;
18839
- border-radius: 0;
18840
- flex: 0 1 auto;
18841
- left: 0;
18842
- right: 0;
18843
- margin-inline: 0;
18844
- margin-bottom: 0;
18845
- transition-duration: 0.2s;
18846
- width: 100%;
18847
- max-width: 100%;
18848
- overflow: visible;
18849
- 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));
18850
- }
18851
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18852
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18853
- border-radius: 0;
18854
- }
18855
- .v-bottom-sheet.v-bottom-sheet--inset {
18856
- max-width: none;
18857
- }
18858
- @media (min-width: 600px) {
18859
- .v-bottom-sheet.v-bottom-sheet--inset {
18860
- max-width: 70%;
18861
- }
18862
- }.v-breadcrumbs {
18863
- display: flex;
18864
- align-items: center;
18865
- line-height: 1.6;
18866
- padding: 16px 12px;
18867
- }
18868
- .v-breadcrumbs--rounded {
18869
- border-radius: 4px;
18870
- }
18871
- .v-breadcrumbs--density-default {
18872
- padding-top: 16px;
18873
- padding-bottom: 16px;
18874
- }
18875
-
18876
- .v-breadcrumbs--density-comfortable {
18877
- padding-top: 12px;
18878
- padding-bottom: 12px;
18879
- }
18880
-
18881
- .v-breadcrumbs--density-compact {
18882
- padding-top: 8px;
18883
- padding-bottom: 8px;
18884
- }
18885
-
18886
- .v-breadcrumbs__prepend {
18887
- align-items: center;
18888
- display: inline-flex;
18889
- }
18890
-
18891
- .v-breadcrumbs-item {
18892
- align-items: center;
18893
- color: inherit;
18894
- display: inline-flex;
18895
- padding: 0 4px;
18896
- text-decoration: none;
18897
- vertical-align: middle;
18898
- }
18899
- .v-breadcrumbs-item--disabled {
18900
- opacity: var(--v-disabled-opacity);
18901
- pointer-events: none;
18902
- }
18903
- .v-breadcrumbs-item--link {
18904
- color: inherit;
18905
- text-decoration: none;
18906
- }
18907
- .v-breadcrumbs-item--link:hover {
18908
- text-decoration: underline;
18909
- }
18910
- .v-breadcrumbs-item .v-icon {
18911
- font-size: 1rem;
18912
- margin-inline: -4px 2px;
18913
- }
18914
-
18915
- .v-breadcrumbs-divider {
18916
- display: inline-block;
18917
- padding: 0 8px;
18918
- vertical-align: middle;
18919
18834
  }.v-btn {
18920
18835
  align-items: center;
18921
18836
  border-radius: 4px;
@@ -19063,13 +18978,15 @@ html.overflow-y-hidden {
19063
18978
  background: currentColor;
19064
18979
  opacity: var(--v-activated-opacity);
19065
18980
  border-radius: inherit;
19066
- position: absolute;
19067
18981
  top: 0;
19068
18982
  right: 0;
19069
18983
  bottom: 0;
19070
18984
  left: 0;
19071
18985
  pointer-events: none;
19072
18986
  }
18987
+ .v-btn .v-btn__underlay {
18988
+ position: absolute;
18989
+ }
19073
18990
  @supports selector(:focus-visible) {
19074
18991
  .v-btn::after {
19075
18992
  content: "";
@@ -19326,6 +19243,38 @@ html.overflow-y-hidden {
19326
19243
  }
19327
19244
  .v-pagination__item--is-active .v-btn__overlay {
19328
19245
  opacity: var(--v-border-opacity);
19246
+ }.bottom-sheet-transition-enter-from {
19247
+ transform: translateY(100%);
19248
+ }
19249
+ .bottom-sheet-transition-leave-to {
19250
+ transform: translateY(100%);
19251
+ }
19252
+
19253
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
19254
+ align-self: flex-end;
19255
+ border-radius: 0;
19256
+ flex: 0 1 auto;
19257
+ left: 0;
19258
+ right: 0;
19259
+ margin-inline: 0;
19260
+ margin-bottom: 0;
19261
+ transition-duration: 0.2s;
19262
+ width: 100%;
19263
+ max-width: 100%;
19264
+ overflow: visible;
19265
+ 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));
19266
+ }
19267
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
19268
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
19269
+ border-radius: 0;
19270
+ }
19271
+ .v-bottom-sheet.v-bottom-sheet--inset {
19272
+ max-width: none;
19273
+ }
19274
+ @media (min-width: 600px) {
19275
+ .v-bottom-sheet.v-bottom-sheet--inset {
19276
+ max-width: 70%;
19277
+ }
19329
19278
  }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19330
19279
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19331
19280
  }
@@ -19339,45 +19288,102 @@ html.overflow-y-hidden {
19339
19288
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19340
19289
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19341
19290
  }
19342
- }.v-checkbox.v-input {
19343
- flex: 0 1 auto;
19291
+ }.v-breadcrumbs {
19292
+ display: flex;
19293
+ align-items: center;
19294
+ line-height: 1.6;
19295
+ padding: 16px 12px;
19344
19296
  }
19345
- .v-checkbox .v-selection-control {
19346
- min-height: var(--v-input-control-height);
19347
- }.v-btn-group {
19348
- display: inline-flex;
19349
- flex-wrap: nowrap;
19350
- max-width: 100%;
19351
- min-width: 0;
19352
- overflow: hidden;
19353
- vertical-align: middle;
19354
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19355
- border-style: solid;
19356
- border-width: 0;
19357
- 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));
19297
+ .v-breadcrumbs--rounded {
19358
19298
  border-radius: 4px;
19359
- background: transparent;
19360
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19361
- }
19362
- .v-btn-group--border {
19363
- border-width: thin;
19364
- box-shadow: none;
19365
19299
  }
19366
- .v-btn-group--density-default.v-btn-group {
19367
- height: 48px;
19300
+ .v-breadcrumbs--density-default {
19301
+ padding-top: 16px;
19302
+ padding-bottom: 16px;
19368
19303
  }
19369
19304
 
19370
- .v-btn-group--density-comfortable.v-btn-group {
19371
- height: 40px;
19305
+ .v-breadcrumbs--density-comfortable {
19306
+ padding-top: 12px;
19307
+ padding-bottom: 12px;
19372
19308
  }
19373
19309
 
19374
- .v-btn-group--density-compact.v-btn-group {
19375
- height: 36px;
19310
+ .v-breadcrumbs--density-compact {
19311
+ padding-top: 8px;
19312
+ padding-bottom: 8px;
19376
19313
  }
19377
19314
 
19378
- .v-btn-group .v-btn {
19379
- border-radius: 0;
19380
- border-color: inherit;
19315
+ .v-breadcrumbs__prepend {
19316
+ align-items: center;
19317
+ display: inline-flex;
19318
+ }
19319
+
19320
+ .v-breadcrumbs-item {
19321
+ align-items: center;
19322
+ color: inherit;
19323
+ display: inline-flex;
19324
+ padding: 0 4px;
19325
+ text-decoration: none;
19326
+ vertical-align: middle;
19327
+ }
19328
+ .v-breadcrumbs-item--disabled {
19329
+ opacity: var(--v-disabled-opacity);
19330
+ pointer-events: none;
19331
+ }
19332
+ .v-breadcrumbs-item--link {
19333
+ color: inherit;
19334
+ text-decoration: none;
19335
+ }
19336
+ .v-breadcrumbs-item--link:hover {
19337
+ text-decoration: underline;
19338
+ }
19339
+ .v-breadcrumbs-item .v-icon {
19340
+ font-size: 1rem;
19341
+ margin-inline: -4px 2px;
19342
+ }
19343
+
19344
+ .v-breadcrumbs-divider {
19345
+ display: inline-block;
19346
+ padding: 0 8px;
19347
+ vertical-align: middle;
19348
+ }.v-checkbox.v-input {
19349
+ flex: 0 1 auto;
19350
+ }
19351
+ .v-checkbox .v-selection-control {
19352
+ min-height: var(--v-input-control-height);
19353
+ }.v-btn-group {
19354
+ display: inline-flex;
19355
+ flex-wrap: nowrap;
19356
+ max-width: 100%;
19357
+ min-width: 0;
19358
+ overflow: hidden;
19359
+ vertical-align: middle;
19360
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19361
+ border-style: solid;
19362
+ border-width: 0;
19363
+ 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));
19364
+ border-radius: 4px;
19365
+ background: transparent;
19366
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19367
+ }
19368
+ .v-btn-group--border {
19369
+ border-width: thin;
19370
+ box-shadow: none;
19371
+ }
19372
+ .v-btn-group--density-default.v-btn-group {
19373
+ height: 48px;
19374
+ }
19375
+
19376
+ .v-btn-group--density-comfortable.v-btn-group {
19377
+ height: 40px;
19378
+ }
19379
+
19380
+ .v-btn-group--density-compact.v-btn-group {
19381
+ height: 36px;
19382
+ }
19383
+
19384
+ .v-btn-group .v-btn {
19385
+ border-radius: 0;
19386
+ border-color: inherit;
19381
19387
  }
19382
19388
  .v-btn-group .v-btn:not(:last-child) {
19383
19389
  border-inline-end: none;
@@ -19400,432 +19406,135 @@ html.overflow-y-hidden {
19400
19406
  }
19401
19407
  .v-btn-group--tile {
19402
19408
  border-radius: 0;
19403
- }.v-card {
19404
- display: block;
19409
+ }.v-carousel {
19405
19410
  overflow: hidden;
19406
- overflow-wrap: break-word;
19407
19411
  position: relative;
19408
- padding: 0;
19409
- text-decoration: none;
19410
- transition-duration: 0.28s;
19411
- transition-property: box-shadow, opacity, background;
19412
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19413
- z-index: 0;
19414
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19415
- border-style: solid;
19416
- border-width: 0;
19417
- border-radius: 4px;
19418
- }
19419
- .v-card--border {
19420
- border-width: thin;
19421
- box-shadow: none;
19412
+ width: 100%;
19422
19413
  }
19423
- .v-card--absolute {
19414
+ .v-carousel__controls {
19415
+ align-items: center;
19416
+ bottom: 0;
19417
+ display: flex;
19418
+ height: 50px;
19419
+ justify-content: center;
19420
+ list-style-type: none;
19424
19421
  position: absolute;
19422
+ width: 100%;
19423
+ z-index: 1;
19424
+ background: rgba(var(--v-theme-surface-variant), 0.3);
19425
+ color: rgb(var(--v-theme-on-surface-variant));
19425
19426
  }
19426
- .v-card--fixed {
19427
- position: fixed;
19427
+ .v-carousel__controls > .v-item-group {
19428
+ flex: 0 1 auto;
19428
19429
  }
19429
- .v-card:hover > .v-card__overlay {
19430
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
19430
+ .v-carousel__controls__item {
19431
+ margin: 0 8px;
19431
19432
  }
19432
- .v-card:focus-visible > .v-card__overlay {
19433
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19433
+ .v-carousel__controls__item .v-icon {
19434
+ opacity: 0.5;
19434
19435
  }
19435
- @supports not selector(:focus-visible) {
19436
- .v-card:focus > .v-card__overlay {
19437
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19438
- }
19436
+ .v-carousel__controls__item--active .v-icon {
19437
+ opacity: 1;
19438
+ vertical-align: middle;
19439
19439
  }
19440
- .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
19441
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19440
+ .v-carousel__controls__item:hover {
19441
+ background: none;
19442
19442
  }
19443
- .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
19444
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19443
+ .v-carousel__controls__item:hover .v-icon {
19444
+ opacity: 0.8;
19445
19445
  }
19446
- .v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
19447
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19446
+
19447
+ .v-carousel__progress {
19448
+ margin: 0;
19449
+ position: absolute;
19450
+ bottom: 0;
19451
+ left: 0;
19452
+ right: 0;
19448
19453
  }
19449
- @supports not selector(:focus-visible) {
19450
- .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
19451
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19452
- }
19454
+
19455
+ .v-carousel-item {
19456
+ display: block;
19457
+ height: inherit;
19458
+ text-decoration: none;
19453
19459
  }
19454
- .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
19460
+ .v-carousel-item > .v-img {
19461
+ height: inherit;
19462
+ }
19463
+
19464
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
19455
19465
  background: transparent;
19456
- color: inherit;
19457
19466
  }
19458
- .v-card--variant-plain {
19459
- opacity: 0.62;
19467
+
19468
+ .v-carousel--vertical-delimiters .v-carousel__controls {
19469
+ flex-direction: column;
19470
+ height: 100% !important;
19471
+ width: 50px;
19472
+ }.v-chip {
19473
+ align-items: center;
19474
+ display: inline-flex;
19475
+ font-weight: 400;
19476
+ max-width: 100%;
19477
+ min-width: 0;
19478
+ overflow: hidden;
19479
+ position: relative;
19480
+ text-decoration: none;
19481
+ white-space: nowrap;
19482
+ vertical-align: middle;
19483
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19484
+ border-style: solid;
19485
+ border-width: 0;
19486
+ border-radius: 9999px;
19460
19487
  }
19461
- .v-card--variant-plain:focus, .v-card--variant-plain:hover {
19462
- opacity: 1;
19488
+ .v-chip .v-icon {
19489
+ --v-icon-size-multiplier: 0.8571428571;
19463
19490
  }
19464
- .v-card--variant-plain .v-card__overlay {
19465
- display: none;
19491
+ .v-chip.v-chip--size-x-small {
19492
+ --v-chip-size: 0.625rem;
19493
+ --v-chip-height: 20px;
19494
+ font-size: 0.625rem;
19495
+ padding: 0 8px;
19466
19496
  }
19467
- .v-card--variant-elevated, .v-card--variant-flat {
19468
- background: rgb(var(--v-theme-surface));
19469
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19497
+ .v-chip.v-chip--size-x-small .v-avatar {
19498
+ --v-avatar-height: 14px;
19470
19499
  }
19471
- .v-card--variant-elevated {
19472
- 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));
19500
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
19501
+ --v-avatar-height: 20px;
19473
19502
  }
19474
- .v-card--variant-flat {
19475
- 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));
19503
+
19504
+ .v-chip.v-chip--size-x-small .v-avatar--start {
19505
+ margin-inline-start: -5.6px;
19506
+ margin-inline-end: 4px;
19476
19507
  }
19477
- .v-card--variant-outlined {
19478
- border: thin solid currentColor;
19508
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
19509
+ margin-inline-start: -8px;
19479
19510
  }
19480
- .v-card--variant-text .v-card__overlay {
19481
- background: currentColor;
19511
+
19512
+ .v-chip.v-chip--size-x-small .v-avatar--end {
19513
+ margin-inline-start: 4px;
19514
+ margin-inline-end: -5.6px;
19482
19515
  }
19483
- .v-card--variant-tonal .v-card__underlay {
19484
- background: currentColor;
19485
- opacity: var(--v-activated-opacity);
19486
- border-radius: inherit;
19487
- position: absolute;
19488
- top: 0;
19489
- right: 0;
19490
- bottom: 0;
19491
- left: 0;
19492
- pointer-events: none;
19516
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
19517
+ margin-inline-end: -8px;
19493
19518
  }
19494
- .v-card--disabled {
19495
- pointer-events: none;
19496
- -webkit-user-select: none;
19497
- user-select: none;
19519
+
19520
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
19521
+ margin-inline-start: 12px;
19498
19522
  }
19499
- .v-card--disabled > :not(.v-card__loader) {
19500
- opacity: 0.6;
19523
+
19524
+ .v-chip.v-chip--size-x-small .v-icon--start,
19525
+ .v-chip.v-chip--size-x-small .v-chip__filter {
19526
+ margin-inline-start: -4px;
19527
+ margin-inline-end: 4px;
19501
19528
  }
19502
- .v-card--flat {
19503
- box-shadow: none;
19529
+ .v-chip.v-chip--size-x-small .v-icon--end,
19530
+ .v-chip.v-chip--size-x-small .v-chip__close {
19531
+ margin-inline-start: 4px;
19532
+ margin-inline-end: -4px;
19504
19533
  }
19505
- .v-card--hover {
19506
- cursor: pointer;
19507
- }
19508
- .v-card--hover::before, .v-card--hover::after {
19509
- border-radius: inherit;
19510
- bottom: 0;
19511
- content: "";
19512
- display: block;
19513
- left: 0;
19514
- pointer-events: none;
19515
- position: absolute;
19516
- right: 0;
19517
- top: 0;
19518
- transition: inherit;
19519
- }
19520
- .v-card--hover::before {
19521
- opacity: 1;
19522
- z-index: -1;
19523
- 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));
19524
- }
19525
- .v-card--hover::after {
19526
- z-index: 1;
19527
- opacity: 0;
19528
- 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));
19529
- }
19530
- .v-card--hover:hover::after {
19531
- opacity: 1;
19532
- }
19533
- .v-card--hover:hover::before {
19534
- opacity: 0;
19535
- }
19536
- .v-card--hover:hover {
19537
- 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));
19538
- }
19539
- .v-card--link {
19540
- cursor: pointer;
19541
- }
19542
-
19543
- .v-card-actions {
19544
- align-items: center;
19545
- display: flex;
19546
- flex: none;
19547
- min-height: 52px;
19548
- padding: 0.5rem;
19549
- }
19550
-
19551
- .v-card-item {
19552
- align-items: center;
19553
- display: grid;
19554
- flex: none;
19555
- grid-template-areas: "prepend content append";
19556
- grid-template-columns: max-content auto max-content;
19557
- padding: 0.625rem 1rem;
19558
- }
19559
- .v-card-item + .v-card-text {
19560
- padding-top: 0;
19561
- }
19562
- .v-card-item__prepend, .v-card-item__append {
19563
- align-items: center;
19564
- display: flex;
19565
- }
19566
- .v-card-item__prepend {
19567
- grid-area: prepend;
19568
- padding-inline-end: 0.5rem;
19569
- }
19570
- .v-card-item__append {
19571
- grid-area: append;
19572
- padding-inline-start: 0.5rem;
19573
- }
19574
-
19575
- .v-card-item__content {
19576
- align-self: center;
19577
- grid-area: content;
19578
- overflow: hidden;
19579
- }
19580
-
19581
- .v-card-title {
19582
- display: block;
19583
- flex: none;
19584
- font-size: 1.25rem;
19585
- font-weight: 500;
19586
- -webkit-hyphens: auto;
19587
- hyphens: auto;
19588
- letter-spacing: 0.0125em;
19589
- min-width: 0;
19590
- overflow-wrap: normal;
19591
- overflow: hidden;
19592
- padding: 0.5rem 1rem;
19593
- text-overflow: ellipsis;
19594
- text-transform: none;
19595
- white-space: nowrap;
19596
- word-break: normal;
19597
- word-wrap: break-word;
19598
- }
19599
- .v-card .v-card-title {
19600
- line-height: 1.6;
19601
- }
19602
- .v-card--density-comfortable .v-card-title {
19603
- line-height: 1.75rem;
19604
- }
19605
- .v-card--density-compact .v-card-title {
19606
- line-height: 1.55rem;
19607
- }
19608
- .v-card-item .v-card-title {
19609
- padding: 0;
19610
- }
19611
- .v-card-title + .v-card-text,
19612
- .v-card-title + .v-card-actions {
19613
- padding-top: 0;
19614
- }
19615
-
19616
- .v-card-subtitle {
19617
- display: block;
19618
- flex: none;
19619
- font-size: 0.875rem;
19620
- font-weight: 400;
19621
- letter-spacing: 0.0178571429em;
19622
- opacity: var(--v-card-subtitle-opacity, var(--v-medium-emphasis-opacity));
19623
- overflow: hidden;
19624
- padding: 0 1rem;
19625
- text-overflow: ellipsis;
19626
- text-transform: none;
19627
- white-space: nowrap;
19628
- }
19629
- .v-card .v-card-subtitle {
19630
- line-height: 1.425;
19631
- }
19632
- .v-card--density-comfortable .v-card-subtitle {
19633
- line-height: 1.125rem;
19634
- }
19635
- .v-card--density-compact .v-card-subtitle {
19636
- line-height: 1rem;
19637
- }
19638
- .v-card-item .v-card-subtitle {
19639
- padding: 0 0 0.25rem;
19640
- }
19641
-
19642
- .v-card-text {
19643
- flex: 1 1 auto;
19644
- font-size: 0.875rem;
19645
- font-weight: 400;
19646
- letter-spacing: 0.0178571429em;
19647
- opacity: var(--v-card-text-opacity, 1);
19648
- padding: 1rem;
19649
- text-transform: none;
19650
- }
19651
- .v-card .v-card-text {
19652
- line-height: 1.425;
19653
- }
19654
- .v-card--density-comfortable .v-card-text {
19655
- line-height: 1.2rem;
19656
- }
19657
- .v-card--density-compact .v-card-text {
19658
- line-height: 1.15rem;
19659
- }
19660
-
19661
- .v-card__image {
19662
- display: flex;
19663
- height: 100%;
19664
- flex: 1 1 auto;
19665
- left: 0;
19666
- overflow: hidden;
19667
- position: absolute;
19668
- top: 0;
19669
- width: 100%;
19670
- z-index: -1;
19671
- }
19672
-
19673
- .v-card__content {
19674
- border-radius: inherit;
19675
- overflow: hidden;
19676
- position: relative;
19677
- }
19678
-
19679
- .v-card__loader {
19680
- bottom: auto;
19681
- top: 0;
19682
- left: 0;
19683
- position: absolute;
19684
- right: 0;
19685
- width: 100%;
19686
- z-index: 1;
19687
- }
19688
-
19689
- .v-card__overlay {
19690
- background-color: currentColor;
19691
- border-radius: inherit;
19692
- position: absolute;
19693
- top: 0;
19694
- right: 0;
19695
- bottom: 0;
19696
- left: 0;
19697
- pointer-events: none;
19698
- opacity: 0;
19699
- transition: opacity 0.2s ease-in-out;
19700
- }.v-carousel {
19701
- overflow: hidden;
19702
- position: relative;
19703
- width: 100%;
19704
- }
19705
- .v-carousel__controls {
19706
- align-items: center;
19707
- bottom: 0;
19708
- display: flex;
19709
- height: 50px;
19710
- justify-content: center;
19711
- list-style-type: none;
19712
- position: absolute;
19713
- width: 100%;
19714
- z-index: 1;
19715
- background: rgba(var(--v-theme-surface-variant), 0.3);
19716
- color: rgb(var(--v-theme-on-surface-variant));
19717
- }
19718
- .v-carousel__controls > .v-item-group {
19719
- flex: 0 1 auto;
19720
- }
19721
- .v-carousel__controls__item {
19722
- margin: 0 8px;
19723
- }
19724
- .v-carousel__controls__item .v-icon {
19725
- opacity: 0.5;
19726
- }
19727
- .v-carousel__controls__item--active .v-icon {
19728
- opacity: 1;
19729
- vertical-align: middle;
19730
- }
19731
- .v-carousel__controls__item:hover {
19732
- background: none;
19733
- }
19734
- .v-carousel__controls__item:hover .v-icon {
19735
- opacity: 0.8;
19736
- }
19737
-
19738
- .v-carousel__progress {
19739
- margin: 0;
19740
- position: absolute;
19741
- bottom: 0;
19742
- left: 0;
19743
- right: 0;
19744
- }
19745
-
19746
- .v-carousel-item {
19747
- display: block;
19748
- height: inherit;
19749
- text-decoration: none;
19750
- }
19751
- .v-carousel-item > .v-img {
19752
- height: inherit;
19753
- }
19754
-
19755
- .v-carousel--hide-delimiter-background .v-carousel__controls {
19756
- background: transparent;
19757
- }
19758
-
19759
- .v-carousel--vertical-delimiters .v-carousel__controls {
19760
- flex-direction: column;
19761
- height: 100% !important;
19762
- width: 50px;
19763
- }.v-chip {
19764
- align-items: center;
19765
- display: inline-flex;
19766
- font-weight: 400;
19767
- max-width: 100%;
19768
- min-width: 0;
19769
- overflow: hidden;
19770
- position: relative;
19771
- text-decoration: none;
19772
- white-space: nowrap;
19773
- vertical-align: middle;
19774
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19775
- border-style: solid;
19776
- border-width: 0;
19777
- border-radius: 9999px;
19778
- }
19779
- .v-chip .v-icon {
19780
- --v-icon-size-multiplier: 0.8571428571;
19781
- }
19782
- .v-chip.v-chip--size-x-small {
19783
- --v-chip-size: 0.625rem;
19784
- --v-chip-height: 20px;
19785
- font-size: 0.625rem;
19786
- padding: 0 8px;
19787
- }
19788
- .v-chip.v-chip--size-x-small .v-avatar {
19789
- --v-avatar-height: 14px;
19790
- }
19791
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
19792
- --v-avatar-height: 20px;
19793
- }
19794
-
19795
- .v-chip.v-chip--size-x-small .v-avatar--start {
19796
- margin-inline-start: -5.6px;
19797
- margin-inline-end: 4px;
19798
- }
19799
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
19800
- margin-inline-start: -8px;
19801
- }
19802
-
19803
- .v-chip.v-chip--size-x-small .v-avatar--end {
19804
- margin-inline-start: 4px;
19805
- margin-inline-end: -5.6px;
19806
- }
19807
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
19808
- margin-inline-end: -8px;
19809
- }
19810
-
19811
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
19812
- margin-inline-start: 12px;
19813
- }
19814
-
19815
- .v-chip.v-chip--size-x-small .v-icon--start,
19816
- .v-chip.v-chip--size-x-small .v-chip__filter {
19817
- margin-inline-start: -4px;
19818
- margin-inline-end: 4px;
19819
- }
19820
- .v-chip.v-chip--size-x-small .v-icon--end,
19821
- .v-chip.v-chip--size-x-small .v-chip__close {
19822
- margin-inline-start: 4px;
19823
- margin-inline-end: -4px;
19824
- }
19825
- .v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
19826
- .v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
19827
- .v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
19828
- margin-inline-start: 8px;
19534
+ .v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
19535
+ .v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
19536
+ .v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
19537
+ margin-inline-start: 8px;
19829
19538
  }
19830
19539
 
19831
19540
  .v-chip.v-chip--size-small {
@@ -19996,180 +19705,501 @@ html.overflow-y-hidden {
19996
19705
  margin-inline-start: -17px;
19997
19706
  }
19998
19707
 
19999
- .v-chip.v-chip--size-x-large .v-avatar--end {
20000
- margin-inline-start: 8.5px;
20001
- margin-inline-end: -11.9px;
19708
+ .v-chip.v-chip--size-x-large .v-avatar--end {
19709
+ margin-inline-start: 8.5px;
19710
+ margin-inline-end: -11.9px;
19711
+ }
19712
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end {
19713
+ margin-inline-end: -17px;
19714
+ }
19715
+
19716
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close {
19717
+ margin-inline-start: 25.5px;
19718
+ }
19719
+
19720
+ .v-chip.v-chip--size-x-large .v-icon--start,
19721
+ .v-chip.v-chip--size-x-large .v-chip__filter {
19722
+ margin-inline-start: -8.5px;
19723
+ margin-inline-end: 8.5px;
19724
+ }
19725
+ .v-chip.v-chip--size-x-large .v-icon--end,
19726
+ .v-chip.v-chip--size-x-large .v-chip__close {
19727
+ margin-inline-start: 8.5px;
19728
+ margin-inline-end: -8.5px;
19729
+ }
19730
+ .v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close,
19731
+ .v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
19732
+ .v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close {
19733
+ margin-inline-start: 17px;
19734
+ }
19735
+
19736
+ .v-chip.v-chip--density-default {
19737
+ height: calc(var(--v-chip-height) + 0px);
19738
+ }
19739
+
19740
+ .v-chip.v-chip--density-comfortable {
19741
+ height: calc(var(--v-chip-height) + -4px);
19742
+ }
19743
+
19744
+ .v-chip.v-chip--density-compact {
19745
+ height: calc(var(--v-chip-height) + -8px);
19746
+ }
19747
+
19748
+ .v-chip:hover > .v-chip__overlay {
19749
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
19750
+ }
19751
+ .v-chip:focus-visible > .v-chip__overlay {
19752
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19753
+ }
19754
+ @supports not selector(:focus-visible) {
19755
+ .v-chip:focus > .v-chip__overlay {
19756
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19757
+ }
19758
+ }
19759
+ .v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
19760
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19761
+ }
19762
+ .v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
19763
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19764
+ }
19765
+ .v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
19766
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19767
+ }
19768
+ @supports not selector(:focus-visible) {
19769
+ .v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
19770
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19771
+ }
19772
+ }
19773
+ .v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
19774
+ background: transparent;
19775
+ color: inherit;
19776
+ }
19777
+ .v-chip--variant-plain {
19778
+ opacity: 0.26;
19779
+ }
19780
+ .v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
19781
+ opacity: 1;
19782
+ }
19783
+ .v-chip--variant-plain .v-chip__overlay {
19784
+ display: none;
19785
+ }
19786
+ .v-chip--variant-elevated, .v-chip--variant-flat {
19787
+ background: rgb(var(--v-theme-surface-variant));
19788
+ color: rgb(var(--v-theme-on-surface-variant));
19789
+ }
19790
+ .v-chip--variant-elevated {
19791
+ 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));
19792
+ }
19793
+ .v-chip--variant-flat {
19794
+ 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));
19795
+ }
19796
+ .v-chip--variant-outlined {
19797
+ border: thin solid currentColor;
19798
+ }
19799
+ .v-chip--variant-text .v-chip__overlay {
19800
+ background: currentColor;
19801
+ }
19802
+ .v-chip--variant-tonal .v-chip__underlay {
19803
+ background: currentColor;
19804
+ opacity: var(--v-activated-opacity);
19805
+ border-radius: inherit;
19806
+ top: 0;
19807
+ right: 0;
19808
+ bottom: 0;
19809
+ left: 0;
19810
+ pointer-events: none;
19811
+ }
19812
+ .v-chip .v-chip__underlay {
19813
+ position: absolute;
19814
+ }
19815
+ .v-chip--border {
19816
+ border-width: thin;
19817
+ }
19818
+ .v-chip--link {
19819
+ cursor: pointer;
19820
+ }
19821
+ .v-chip--link, .v-chip--filter {
19822
+ -webkit-user-select: none;
19823
+ user-select: none;
19824
+ }
19825
+ .v-chip--label {
19826
+ border-radius: 4px;
19827
+ }
19828
+
19829
+ .v-chip__content {
19830
+ align-items: center;
19831
+ display: inline-flex;
20002
19832
  }
20003
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end {
20004
- margin-inline-end: -17px;
19833
+ .v-autocomplete__selection .v-chip__content, .v-combobox__selection .v-chip__content, .v-select__selection .v-chip__content {
19834
+ overflow: hidden;
20005
19835
  }
20006
19836
 
20007
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close {
20008
- margin-inline-start: 25.5px;
19837
+ .v-chip__filter,
19838
+ .v-chip__prepend,
19839
+ .v-chip__append,
19840
+ .v-chip__close {
19841
+ align-items: center;
19842
+ display: inline-flex;
20009
19843
  }
20010
19844
 
20011
- .v-chip.v-chip--size-x-large .v-icon--start,
20012
- .v-chip.v-chip--size-x-large .v-chip__filter {
20013
- margin-inline-start: -8.5px;
20014
- margin-inline-end: 8.5px;
20015
- }
20016
- .v-chip.v-chip--size-x-large .v-icon--end,
20017
- .v-chip.v-chip--size-x-large .v-chip__close {
20018
- margin-inline-start: 8.5px;
20019
- margin-inline-end: -8.5px;
19845
+ .v-chip__close {
19846
+ cursor: pointer;
19847
+ flex: 0 1 auto;
19848
+ font-size: 18px;
19849
+ max-height: 18px;
19850
+ max-width: 18px;
19851
+ -webkit-user-select: none;
19852
+ user-select: none;
20020
19853
  }
20021
- .v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close,
20022
- .v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
20023
- .v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close {
20024
- margin-inline-start: 17px;
19854
+ .v-chip__close .v-icon {
19855
+ font-size: inherit;
20025
19856
  }
20026
19857
 
20027
- .v-chip.v-chip--density-default {
20028
- height: calc(var(--v-chip-height) + 0px);
19858
+ .v-chip__filter {
19859
+ transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
20029
19860
  }
20030
19861
 
20031
- .v-chip.v-chip--density-comfortable {
20032
- height: calc(var(--v-chip-height) + -4px);
19862
+ .v-chip__overlay {
19863
+ position: absolute;
19864
+ top: 0;
19865
+ left: 0;
19866
+ width: 100%;
19867
+ height: 100%;
19868
+ background-color: currentColor;
19869
+ border-radius: inherit;
19870
+ pointer-events: none;
19871
+ opacity: 0;
19872
+ transition: opacity 0.2s ease-in-out;
20033
19873
  }
20034
19874
 
20035
- .v-chip.v-chip--density-compact {
20036
- height: calc(var(--v-chip-height) + -8px);
19875
+ .v-chip--disabled {
19876
+ opacity: 0.3;
19877
+ pointer-events: none;
19878
+ -webkit-user-select: none;
19879
+ user-select: none;
20037
19880
  }
20038
19881
 
20039
- .v-chip:hover > .v-chip__overlay {
19882
+ .v-chip--label {
19883
+ border-radius: 4px;
19884
+ }.v-card {
19885
+ display: block;
19886
+ overflow: hidden;
19887
+ overflow-wrap: break-word;
19888
+ position: relative;
19889
+ padding: 0;
19890
+ text-decoration: none;
19891
+ transition-duration: 0.28s;
19892
+ transition-property: box-shadow, opacity, background;
19893
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19894
+ z-index: 0;
19895
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19896
+ border-style: solid;
19897
+ border-width: 0;
19898
+ border-radius: 4px;
19899
+ }
19900
+ .v-card--border {
19901
+ border-width: thin;
19902
+ box-shadow: none;
19903
+ }
19904
+ .v-card--absolute {
19905
+ position: absolute;
19906
+ }
19907
+ .v-card--fixed {
19908
+ position: fixed;
19909
+ }
19910
+ .v-card:hover > .v-card__overlay {
20040
19911
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
20041
19912
  }
20042
- .v-chip:focus-visible > .v-chip__overlay {
19913
+ .v-card:focus-visible > .v-card__overlay {
20043
19914
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20044
19915
  }
20045
19916
  @supports not selector(:focus-visible) {
20046
- .v-chip:focus > .v-chip__overlay {
19917
+ .v-card:focus > .v-card__overlay {
20047
19918
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20048
19919
  }
20049
19920
  }
20050
- .v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
19921
+ .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
20051
19922
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20052
19923
  }
20053
- .v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
19924
+ .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
20054
19925
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20055
19926
  }
20056
- .v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
19927
+ .v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
20057
19928
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20058
19929
  }
20059
19930
  @supports not selector(:focus-visible) {
20060
- .v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
19931
+ .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
20061
19932
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20062
19933
  }
20063
19934
  }
20064
- .v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
19935
+ .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
20065
19936
  background: transparent;
20066
19937
  color: inherit;
20067
19938
  }
20068
- .v-chip--variant-plain {
20069
- opacity: 0.26;
19939
+ .v-card--variant-plain {
19940
+ opacity: 0.62;
20070
19941
  }
20071
- .v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
19942
+ .v-card--variant-plain:focus, .v-card--variant-plain:hover {
20072
19943
  opacity: 1;
20073
19944
  }
20074
- .v-chip--variant-plain .v-chip__overlay {
19945
+ .v-card--variant-plain .v-card__overlay {
20075
19946
  display: none;
20076
19947
  }
20077
- .v-chip--variant-elevated, .v-chip--variant-flat {
20078
- background: rgb(var(--v-theme-surface-variant));
20079
- color: rgb(var(--v-theme-on-surface-variant));
19948
+ .v-card--variant-elevated, .v-card--variant-flat {
19949
+ background: rgb(var(--v-theme-surface));
19950
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20080
19951
  }
20081
- .v-chip--variant-elevated {
19952
+ .v-card--variant-elevated {
19953
+ 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));
19954
+ }
19955
+ .v-card--variant-flat {
19956
+ 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));
19957
+ }
19958
+ .v-card--variant-outlined {
19959
+ border: thin solid currentColor;
19960
+ }
19961
+ .v-card--variant-text .v-card__overlay {
19962
+ background: currentColor;
19963
+ }
19964
+ .v-card--variant-tonal .v-card__underlay {
19965
+ background: currentColor;
19966
+ opacity: var(--v-activated-opacity);
19967
+ border-radius: inherit;
19968
+ top: 0;
19969
+ right: 0;
19970
+ bottom: 0;
19971
+ left: 0;
19972
+ pointer-events: none;
19973
+ }
19974
+ .v-card .v-card__underlay {
19975
+ position: absolute;
19976
+ }
19977
+ .v-card--disabled {
19978
+ pointer-events: none;
19979
+ -webkit-user-select: none;
19980
+ user-select: none;
19981
+ }
19982
+ .v-card--disabled > :not(.v-card__loader) {
19983
+ opacity: 0.6;
19984
+ }
19985
+ .v-card--flat {
19986
+ box-shadow: none;
19987
+ }
19988
+ .v-card--hover {
19989
+ cursor: pointer;
19990
+ }
19991
+ .v-card--hover::before, .v-card--hover::after {
19992
+ border-radius: inherit;
19993
+ bottom: 0;
19994
+ content: "";
19995
+ display: block;
19996
+ left: 0;
19997
+ pointer-events: none;
19998
+ position: absolute;
19999
+ right: 0;
20000
+ top: 0;
20001
+ transition: inherit;
20002
+ }
20003
+ .v-card--hover::before {
20004
+ opacity: 1;
20005
+ z-index: -1;
20082
20006
  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));
20083
20007
  }
20084
- .v-chip--variant-flat {
20085
- 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));
20008
+ .v-card--hover::after {
20009
+ z-index: 1;
20010
+ opacity: 0;
20011
+ 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));
20012
+ }
20013
+ .v-card--hover:hover::after {
20014
+ opacity: 1;
20015
+ }
20016
+ .v-card--hover:hover::before {
20017
+ opacity: 0;
20018
+ }
20019
+ .v-card--hover:hover {
20020
+ 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));
20021
+ }
20022
+ .v-card--link {
20023
+ cursor: pointer;
20024
+ }
20025
+
20026
+ .v-card-actions {
20027
+ align-items: center;
20028
+ display: flex;
20029
+ flex: none;
20030
+ min-height: 52px;
20031
+ padding: 0.5rem;
20032
+ }
20033
+
20034
+ .v-card-item {
20035
+ align-items: center;
20036
+ display: grid;
20037
+ flex: none;
20038
+ grid-template-areas: "prepend content append";
20039
+ grid-template-columns: max-content auto max-content;
20040
+ padding: 0.625rem 1rem;
20041
+ }
20042
+ .v-card-item + .v-card-text {
20043
+ padding-top: 0;
20044
+ }
20045
+ .v-card-item__prepend, .v-card-item__append {
20046
+ align-items: center;
20047
+ display: flex;
20048
+ }
20049
+ .v-card-item__prepend {
20050
+ grid-area: prepend;
20051
+ padding-inline-end: 0.5rem;
20052
+ }
20053
+ .v-card-item__append {
20054
+ grid-area: append;
20055
+ padding-inline-start: 0.5rem;
20056
+ }
20057
+
20058
+ .v-card-item__content {
20059
+ align-self: center;
20060
+ grid-area: content;
20061
+ overflow: hidden;
20062
+ }
20063
+
20064
+ .v-card-title {
20065
+ display: block;
20066
+ flex: none;
20067
+ font-size: 1.25rem;
20068
+ font-weight: 500;
20069
+ -webkit-hyphens: auto;
20070
+ hyphens: auto;
20071
+ letter-spacing: 0.0125em;
20072
+ min-width: 0;
20073
+ overflow-wrap: normal;
20074
+ overflow: hidden;
20075
+ padding: 0.5rem 1rem;
20076
+ text-overflow: ellipsis;
20077
+ text-transform: none;
20078
+ white-space: nowrap;
20079
+ word-break: normal;
20080
+ word-wrap: break-word;
20081
+ }
20082
+ .v-card .v-card-title {
20083
+ line-height: 1.6;
20084
+ }
20085
+ .v-card--density-comfortable .v-card-title {
20086
+ line-height: 1.75rem;
20087
+ }
20088
+ .v-card--density-compact .v-card-title {
20089
+ line-height: 1.55rem;
20086
20090
  }
20087
- .v-chip--variant-outlined {
20088
- border: thin solid currentColor;
20091
+ .v-card-item .v-card-title {
20092
+ padding: 0;
20089
20093
  }
20090
- .v-chip--variant-text .v-chip__overlay {
20091
- background: currentColor;
20094
+ .v-card-title + .v-card-text,
20095
+ .v-card-title + .v-card-actions {
20096
+ padding-top: 0;
20092
20097
  }
20093
- .v-chip--variant-tonal .v-chip__underlay {
20094
- background: currentColor;
20095
- opacity: var(--v-activated-opacity);
20096
- border-radius: inherit;
20097
- position: absolute;
20098
- top: 0;
20099
- right: 0;
20100
- bottom: 0;
20101
- left: 0;
20102
- pointer-events: none;
20098
+
20099
+ .v-card-subtitle {
20100
+ display: block;
20101
+ flex: none;
20102
+ font-size: 0.875rem;
20103
+ font-weight: 400;
20104
+ letter-spacing: 0.0178571429em;
20105
+ opacity: var(--v-card-subtitle-opacity, var(--v-medium-emphasis-opacity));
20106
+ overflow: hidden;
20107
+ padding: 0 1rem;
20108
+ text-overflow: ellipsis;
20109
+ text-transform: none;
20110
+ white-space: nowrap;
20103
20111
  }
20104
- .v-chip--border {
20105
- border-width: thin;
20112
+ .v-card .v-card-subtitle {
20113
+ line-height: 1.425;
20106
20114
  }
20107
- .v-chip--link {
20108
- cursor: pointer;
20115
+ .v-card--density-comfortable .v-card-subtitle {
20116
+ line-height: 1.125rem;
20109
20117
  }
20110
- .v-chip--link, .v-chip--filter {
20111
- -webkit-user-select: none;
20112
- user-select: none;
20118
+ .v-card--density-compact .v-card-subtitle {
20119
+ line-height: 1rem;
20113
20120
  }
20114
- .v-chip--label {
20115
- border-radius: 4px;
20121
+ .v-card-item .v-card-subtitle {
20122
+ padding: 0 0 0.25rem;
20116
20123
  }
20117
20124
 
20118
- .v-chip__content {
20119
- align-items: center;
20120
- display: inline-flex;
20125
+ .v-card-text {
20126
+ flex: 1 1 auto;
20127
+ font-size: 0.875rem;
20128
+ font-weight: 400;
20129
+ letter-spacing: 0.0178571429em;
20130
+ opacity: var(--v-card-text-opacity, 1);
20131
+ padding: 1rem;
20132
+ text-transform: none;
20121
20133
  }
20122
- .v-autocomplete__selection .v-chip__content, .v-combobox__selection .v-chip__content, .v-select__selection .v-chip__content {
20123
- overflow: hidden;
20134
+ .v-card .v-card-text {
20135
+ line-height: 1.425;
20124
20136
  }
20125
-
20126
- .v-chip__filter,
20127
- .v-chip__prepend,
20128
- .v-chip__append,
20129
- .v-chip__close {
20130
- align-items: center;
20131
- display: inline-flex;
20137
+ .v-card--density-comfortable .v-card-text {
20138
+ line-height: 1.2rem;
20132
20139
  }
20133
-
20134
- .v-chip__close {
20135
- cursor: pointer;
20136
- flex: 0 1 auto;
20137
- font-size: 18px;
20138
- max-height: 18px;
20139
- max-width: 18px;
20140
- -webkit-user-select: none;
20141
- user-select: none;
20140
+ .v-card--density-compact .v-card-text {
20141
+ line-height: 1.15rem;
20142
20142
  }
20143
- .v-chip__close .v-icon {
20144
- font-size: inherit;
20143
+
20144
+ .v-card__image {
20145
+ display: flex;
20146
+ height: 100%;
20147
+ flex: 1 1 auto;
20148
+ left: 0;
20149
+ overflow: hidden;
20150
+ position: absolute;
20151
+ top: 0;
20152
+ width: 100%;
20153
+ z-index: -1;
20145
20154
  }
20146
20155
 
20147
- .v-chip__filter {
20148
- transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
20156
+ .v-card__content {
20157
+ border-radius: inherit;
20158
+ overflow: hidden;
20159
+ position: relative;
20149
20160
  }
20150
20161
 
20151
- .v-chip__overlay {
20152
- position: absolute;
20162
+ .v-card__loader {
20163
+ bottom: auto;
20153
20164
  top: 0;
20154
20165
  left: 0;
20166
+ position: absolute;
20167
+ right: 0;
20155
20168
  width: 100%;
20156
- height: 100%;
20169
+ z-index: 1;
20170
+ }
20171
+
20172
+ .v-card__overlay {
20157
20173
  background-color: currentColor;
20158
20174
  border-radius: inherit;
20175
+ position: absolute;
20176
+ top: 0;
20177
+ right: 0;
20178
+ bottom: 0;
20179
+ left: 0;
20159
20180
  pointer-events: none;
20160
20181
  opacity: 0;
20161
20182
  transition: opacity 0.2s ease-in-out;
20183
+ }.v-color-picker {
20184
+ align-self: flex-start;
20185
+ contain: content;
20186
+ }
20187
+ .v-color-picker.v-sheet {
20188
+ 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));
20189
+ border-radius: 4px;
20162
20190
  }
20163
20191
 
20164
- .v-chip--disabled {
20165
- opacity: 0.3;
20166
- pointer-events: none;
20167
- -webkit-user-select: none;
20168
- user-select: none;
20192
+ .v-color-picker__controls {
20193
+ display: flex;
20194
+ flex-direction: column;
20195
+ padding: 16px;
20169
20196
  }
20170
20197
 
20171
- .v-chip--label {
20172
- border-radius: 4px;
20198
+ .v-color-picker--flat {
20199
+ 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));
20200
+ }
20201
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20202
+ 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));
20173
20203
  }.v-chip-group {
20174
20204
  display: flex;
20175
20205
  max-width: 100%;
@@ -20188,26 +20218,6 @@ html.overflow-y-hidden {
20188
20218
  white-space: normal;
20189
20219
  flex-wrap: wrap;
20190
20220
  max-width: 100%;
20191
- }.v-color-picker {
20192
- align-self: flex-start;
20193
- contain: content;
20194
- }
20195
- .v-color-picker.v-sheet {
20196
- 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));
20197
- border-radius: 4px;
20198
- }
20199
-
20200
- .v-color-picker__controls {
20201
- display: flex;
20202
- flex-direction: column;
20203
- padding: 16px;
20204
- }
20205
-
20206
- .v-color-picker--flat {
20207
- 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));
20208
- }
20209
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20210
- 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));
20211
20221
  }.v-container {
20212
20222
  width: 100%;
20213
20223
  padding: 16px;
@@ -20966,37 +20976,6 @@ html.overflow-y-hidden {
20966
20976
  flex: 0 1 auto;
20967
20977
  font-size: 12px;
20968
20978
  transition-duration: 150ms;
20969
- }.v-data-table-footer {
20970
- align-items: center;
20971
- display: flex;
20972
- flex-wrap: wrap;
20973
- justify-content: flex-end;
20974
- padding: 8px 4px;
20975
- }
20976
- .v-data-table-footer__items-per-page {
20977
- align-items: center;
20978
- display: flex;
20979
- justify-content: center;
20980
- }
20981
- .v-data-table-footer__items-per-page > span {
20982
- padding-inline-end: 8px;
20983
- }
20984
- .v-data-table-footer__items-per-page > .v-select {
20985
- width: 90px;
20986
- }
20987
- .v-data-table-footer__info {
20988
- display: flex;
20989
- justify-content: flex-end;
20990
- min-width: 116px;
20991
- padding: 0 16px;
20992
- }
20993
- .v-data-table-footer__paginationz {
20994
- align-items: center;
20995
- display: flex;
20996
- margin-inline-start: 16px;
20997
- }
20998
- .v-data-table-footer__page {
20999
- padding: 0 8px;
21000
20979
  }.v-data-table {
21001
20980
  width: 100%;
21002
20981
  }
@@ -21179,46 +21158,37 @@ html.overflow-y-hidden {
21179
21158
  }
21180
21159
  .v-data-table__td-sort-icon-active {
21181
21160
  color: rgba(var(--v-theme-on-surface));
21182
- }.v-date-picker {
21183
- overflow: hidden;
21184
- width: 328px;
21161
+ }.v-data-table-footer {
21162
+ align-items: center;
21163
+ display: flex;
21164
+ flex-wrap: wrap;
21165
+ justify-content: flex-end;
21166
+ padding: 8px 4px;
21185
21167
  }
21186
- .v-date-picker--show-week {
21187
- width: 368px;
21188
- }.v-date-picker-years {
21189
- height: 288px;
21190
- overflow-y: scroll;
21168
+ .v-data-table-footer__items-per-page {
21169
+ align-items: center;
21170
+ display: flex;
21171
+ justify-content: center;
21191
21172
  }
21192
-
21193
- .v-date-picker-years__content {
21194
- display: grid;
21195
- flex: 1 1;
21196
- justify-content: space-around;
21197
- grid-template-columns: repeat(3, 1fr);
21198
- gap: 8px 24px;
21199
- padding-inline: 32px;
21173
+ .v-data-table-footer__items-per-page > span {
21174
+ padding-inline-end: 8px;
21200
21175
  }
21201
- .v-date-picker-years__content .v-btn {
21202
- padding-inline: 8px;
21203
- }.v-date-picker-months {
21204
- height: 288px;
21176
+ .v-data-table-footer__items-per-page > .v-select {
21177
+ width: 90px;
21205
21178
  }
21206
-
21207
- .v-date-picker-months__content {
21208
- align-items: center;
21209
- display: grid;
21210
- flex: 1 1;
21211
- height: inherit;
21212
- justify-content: space-around;
21213
- grid-template-columns: repeat(2, 1fr);
21214
- grid-gap: 0px 24px;
21215
- padding-inline-start: 36px;
21216
- padding-inline-end: 36px;
21179
+ .v-data-table-footer__info {
21180
+ display: flex;
21181
+ justify-content: flex-end;
21182
+ min-width: 116px;
21183
+ padding: 0 16px;
21217
21184
  }
21218
- .v-date-picker-months__content .v-btn {
21219
- text-transform: none;
21220
- padding-inline-start: 8px;
21221
- padding-inline-end: 8px;
21185
+ .v-data-table-footer__paginationz {
21186
+ align-items: center;
21187
+ display: flex;
21188
+ margin-inline-start: 16px;
21189
+ }
21190
+ .v-data-table-footer__page {
21191
+ padding: 0 8px;
21222
21192
  }.v-date-picker-controls {
21223
21193
  display: flex;
21224
21194
  align-items: center;
@@ -21275,6 +21245,87 @@ html.overflow-y-hidden {
21275
21245
 
21276
21246
  .v-date-picker__title {
21277
21247
  display: inline-block;
21248
+ }.v-date-picker {
21249
+ overflow: hidden;
21250
+ width: 328px;
21251
+ }
21252
+ .v-date-picker--show-week {
21253
+ width: 368px;
21254
+ }.v-date-picker-years {
21255
+ height: 288px;
21256
+ overflow-y: scroll;
21257
+ }
21258
+
21259
+ .v-date-picker-years__content {
21260
+ display: grid;
21261
+ flex: 1 1;
21262
+ justify-content: space-around;
21263
+ grid-template-columns: repeat(3, 1fr);
21264
+ gap: 8px 24px;
21265
+ padding-inline: 32px;
21266
+ }
21267
+ .v-date-picker-years__content .v-btn {
21268
+ padding-inline: 8px;
21269
+ }.v-date-picker-header {
21270
+ align-items: flex-end;
21271
+ height: 70px;
21272
+ display: grid;
21273
+ grid-template-areas: "prepend content append";
21274
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
21275
+ overflow: hidden;
21276
+ padding-inline: 24px 12px;
21277
+ padding-bottom: 12px;
21278
+ }
21279
+
21280
+ .v-date-picker-header__append {
21281
+ grid-area: append;
21282
+ }
21283
+
21284
+ .v-date-picker-header__prepend {
21285
+ grid-area: prepend;
21286
+ padding-inline-start: 8px;
21287
+ }
21288
+
21289
+ .v-date-picker-header__content {
21290
+ align-items: center;
21291
+ display: inline-flex;
21292
+ font-size: 32px;
21293
+ line-height: 40px;
21294
+ grid-area: content;
21295
+ justify-content: space-between;
21296
+ }
21297
+ .v-date-picker-header--clickable .v-date-picker-header__content {
21298
+ cursor: pointer;
21299
+ }
21300
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
21301
+ opacity: 0.7;
21302
+ }
21303
+
21304
+ .date-picker-header-transition-enter-active,
21305
+ .date-picker-header-reverse-transition-enter-active {
21306
+ transition-duration: 0.3s;
21307
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21308
+ }
21309
+ .date-picker-header-transition-leave-active,
21310
+ .date-picker-header-reverse-transition-leave-active {
21311
+ transition-duration: 0.3s;
21312
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21313
+ }
21314
+
21315
+ .date-picker-header-transition-enter-from {
21316
+ transform: translate(0, 100%);
21317
+ }
21318
+ .date-picker-header-transition-leave-to {
21319
+ opacity: 0;
21320
+ transform: translate(0, -100%);
21321
+ }
21322
+
21323
+ .date-picker-header-reverse-transition-enter-from {
21324
+ transform: translate(0, -100%);
21325
+ }
21326
+ .date-picker-header-reverse-transition-leave-to {
21327
+ opacity: 0;
21328
+ transform: translate(0, 100%);
21278
21329
  }.v-date-picker-month {
21279
21330
  display: flex;
21280
21331
  justify-content: center;
@@ -21330,66 +21381,74 @@ html.overflow-y-hidden {
21330
21381
 
21331
21382
  .v-date-picker-month__day--hide-adjacent {
21332
21383
  opacity: 0;
21333
- }.v-date-picker-header {
21334
- align-items: flex-end;
21335
- height: 70px;
21336
- display: grid;
21337
- grid-template-areas: "prepend content append";
21338
- grid-template-columns: min-content minmax(0, 1fr) min-content;
21339
- overflow: hidden;
21340
- padding-inline: 24px 12px;
21341
- padding-bottom: 12px;
21384
+ }.v-date-picker-months {
21385
+ height: 288px;
21342
21386
  }
21343
21387
 
21344
- .v-date-picker-header__append {
21345
- grid-area: append;
21388
+ .v-date-picker-months__content {
21389
+ align-items: center;
21390
+ display: grid;
21391
+ flex: 1 1;
21392
+ height: inherit;
21393
+ justify-content: space-around;
21394
+ grid-template-columns: repeat(2, 1fr);
21395
+ grid-gap: 0px 24px;
21396
+ padding-inline-start: 36px;
21397
+ padding-inline-end: 36px;
21346
21398
  }
21347
-
21348
- .v-date-picker-header__prepend {
21349
- grid-area: prepend;
21399
+ .v-date-picker-months__content .v-btn {
21400
+ text-transform: none;
21350
21401
  padding-inline-start: 8px;
21402
+ padding-inline-end: 8px;
21403
+ }.v-divider {
21404
+ display: block;
21405
+ flex: 1 1 100%;
21406
+ height: 0px;
21407
+ max-height: 0px;
21408
+ opacity: var(--v-border-opacity);
21409
+ transition: inherit;
21410
+ border-style: solid;
21411
+ border-width: thin 0 0 0;
21351
21412
  }
21352
-
21353
- .v-date-picker-header__content {
21354
- align-items: center;
21413
+ .v-divider--vertical {
21414
+ align-self: stretch;
21415
+ border-width: 0 thin 0 0;
21355
21416
  display: inline-flex;
21356
- font-size: 32px;
21357
- line-height: 40px;
21358
- grid-area: content;
21359
- justify-content: space-between;
21417
+ height: 100%;
21418
+ margin-left: -1px;
21419
+ max-height: 100%;
21420
+ max-width: 0px;
21421
+ vertical-align: text-bottom;
21422
+ width: 0px;
21360
21423
  }
21361
- .v-date-picker-header--clickable .v-date-picker-header__content {
21362
- cursor: pointer;
21424
+ .v-divider--inset:not(.v-divider--vertical) {
21425
+ max-width: calc(100% - 72px);
21426
+ margin-inline-start: 72px;
21363
21427
  }
21364
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
21365
- opacity: 0.7;
21428
+ .v-divider--inset.v-divider--vertical {
21429
+ margin-bottom: 8px;
21430
+ margin-top: 8px;
21431
+ max-height: calc(100% - 16px);
21366
21432
  }
21367
21433
 
21368
- .date-picker-header-transition-enter-active,
21369
- .date-picker-header-reverse-transition-enter-active {
21370
- transition-duration: 0.3s;
21371
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21434
+ .v-divider__content {
21435
+ padding: 0 16px;
21372
21436
  }
21373
- .date-picker-header-transition-leave-active,
21374
- .date-picker-header-reverse-transition-leave-active {
21375
- transition-duration: 0.3s;
21376
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21437
+ .v-divider__wrapper--vertical .v-divider__content {
21438
+ padding: 4px 0;
21377
21439
  }
21378
21440
 
21379
- .date-picker-header-transition-enter-from {
21380
- transform: translate(0, 100%);
21381
- }
21382
- .date-picker-header-transition-leave-to {
21383
- opacity: 0;
21384
- transform: translate(0, -100%);
21441
+ .v-divider__wrapper {
21442
+ display: flex;
21443
+ align-items: center;
21444
+ justify-content: center;
21385
21445
  }
21386
-
21387
- .date-picker-header-reverse-transition-enter-from {
21388
- transform: translate(0, -100%);
21446
+ .v-divider__wrapper--vertical {
21447
+ flex-direction: column;
21448
+ height: 100%;
21389
21449
  }
21390
- .date-picker-header-reverse-transition-leave-to {
21391
- opacity: 0;
21392
- transform: translate(0, 100%);
21450
+ .v-divider__wrapper--vertical .v-divider {
21451
+ margin: 0 auto;
21393
21452
  }.v-dialog {
21394
21453
  align-items: center;
21395
21454
  justify-content: center;
@@ -21461,94 +21520,27 @@ html.overflow-y-hidden {
21461
21520
  .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
21462
21521
  .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
21463
21522
  min-height: 100%;
21464
- min-width: 100%;
21465
- border-radius: 0;
21466
- }
21467
-
21468
- .v-dialog--scrollable > .v-overlay__content,
21469
- .v-dialog--scrollable > .v-overlay__content > form {
21470
- display: flex;
21471
- }
21472
- .v-dialog--scrollable > .v-overlay__content > .v-card,
21473
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21474
- display: flex;
21475
- flex: 1 1 100%;
21476
- flex-direction: column;
21477
- max-height: 100%;
21478
- max-width: 100%;
21479
- }
21480
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
21481
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
21482
- -webkit-backface-visibility: hidden;
21483
- backface-visibility: hidden;
21484
- overflow-y: auto;
21485
- }.v-empty-state {
21486
- align-items: center;
21487
- display: flex;
21488
- flex-direction: column;
21489
- justify-content: center;
21490
- min-height: 100%;
21491
- padding: 16px;
21492
- }
21493
- .v-empty-state--start {
21494
- align-items: flex-start;
21495
- }
21496
- .v-empty-state--center {
21497
- align-items: center;
21498
- }
21499
- .v-empty-state--end {
21500
- align-items: flex-end;
21501
- }
21502
-
21503
- .v-empty-state__media {
21504
- text-align: center;
21505
- width: 100%;
21506
- }
21507
- .v-empty-state__media .v-icon {
21508
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21509
- }
21510
-
21511
- .v-empty-state__headline {
21512
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21513
- font-size: 3.75rem;
21514
- font-weight: 300;
21515
- line-height: 1;
21516
- text-align: center;
21517
- margin-bottom: 8px;
21518
- }
21519
- .v-empty-state--mobile .v-empty-state__headline {
21520
- font-size: 2.125rem;
21521
- }
21522
-
21523
- .v-empty-state__title {
21524
- font-size: 1.25rem;
21525
- font-weight: 500;
21526
- line-height: 1.6;
21527
- margin-bottom: 4px;
21528
- text-align: center;
21529
- }
21530
-
21531
- .v-empty-state__text {
21532
- font-size: 0.875rem;
21533
- font-weight: 400;
21534
- line-height: 1.425;
21535
- padding: 0 16px;
21536
- text-align: center;
21523
+ min-width: 100%;
21524
+ border-radius: 0;
21537
21525
  }
21538
21526
 
21539
- .v-empty-state__content {
21540
- padding: 24px 0;
21527
+ .v-dialog--scrollable > .v-overlay__content,
21528
+ .v-dialog--scrollable > .v-overlay__content > form {
21529
+ display: flex;
21541
21530
  }
21542
-
21543
- .v-empty-state__actions {
21531
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
21532
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21544
21533
  display: flex;
21545
- gap: 8px;
21546
- padding: 16px;
21534
+ flex: 1 1 100%;
21535
+ flex-direction: column;
21536
+ max-height: 100%;
21537
+ max-width: 100%;
21547
21538
  }
21548
-
21549
- .v-empty-state__action-btn.v-btn {
21550
- background-color: rgb(var(--v-theme-surface-variant));
21551
- color: rgb(var(--v-theme-on-surface-variant));
21539
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
21540
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
21541
+ -webkit-backface-visibility: hidden;
21542
+ backface-visibility: hidden;
21543
+ overflow-y: auto;
21552
21544
  }.v-expansion-panel {
21553
21545
  background-color: rgb(var(--v-theme-surface));
21554
21546
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21759,55 +21751,75 @@ html.overflow-y-hidden {
21759
21751
  }
21760
21752
  .v-expansion-panels--tile > .v-expansion-panel {
21761
21753
  border-radius: 0;
21762
- }.v-divider {
21763
- display: block;
21764
- flex: 1 1 100%;
21765
- height: 0px;
21766
- max-height: 0px;
21767
- opacity: var(--v-border-opacity);
21768
- transition: inherit;
21769
- border-style: solid;
21770
- border-width: thin 0 0 0;
21771
- }
21772
- .v-divider--vertical {
21773
- align-self: stretch;
21774
- border-width: 0 thin 0 0;
21754
+ }.v-fab {
21755
+ align-items: center;
21775
21756
  display: inline-flex;
21776
- height: 100%;
21777
- margin-left: -1px;
21778
- max-height: 100%;
21779
- max-width: 0px;
21780
- vertical-align: text-bottom;
21781
- width: 0px;
21757
+ flex: 1 1 auto;
21758
+ pointer-events: none;
21759
+ position: relative;
21760
+ transition-duration: 0.2s;
21761
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21762
+ vertical-align: middle;
21782
21763
  }
21783
- .v-divider--inset:not(.v-divider--vertical) {
21784
- max-width: calc(100% - 72px);
21785
- margin-inline-start: 72px;
21764
+ .v-fab .v-btn {
21765
+ pointer-events: auto;
21786
21766
  }
21787
- .v-divider--inset.v-divider--vertical {
21788
- margin-bottom: 8px;
21789
- margin-top: 8px;
21790
- max-height: calc(100% - 16px);
21767
+ .v-fab .v-btn--variant-elevated {
21768
+ 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));
21791
21769
  }
21792
-
21793
- .v-divider__content {
21794
- padding: 0 16px;
21770
+ .v-fab--app, .v-fab--absolute {
21771
+ display: flex;
21795
21772
  }
21796
- .v-divider__wrapper--vertical .v-divider__content {
21797
- padding: 4px 0;
21773
+ .v-fab--start, .v-fab--left {
21774
+ justify-content: flex-start;
21798
21775
  }
21799
-
21800
- .v-divider__wrapper {
21801
- display: flex;
21776
+ .v-fab--center {
21802
21777
  align-items: center;
21803
21778
  justify-content: center;
21804
21779
  }
21805
- .v-divider__wrapper--vertical {
21806
- flex-direction: column;
21807
- height: 100%;
21780
+ .v-fab--end, .v-fab--right {
21781
+ justify-content: flex-end;
21808
21782
  }
21809
- .v-divider__wrapper--vertical .v-divider {
21810
- margin: 0 auto;
21783
+ .v-fab--bottom {
21784
+ align-items: flex-end;
21785
+ }
21786
+ .v-fab--top {
21787
+ align-items: flex-start;
21788
+ }
21789
+ .v-fab--extended .v-btn {
21790
+ border-radius: 9999px !important;
21791
+ }
21792
+
21793
+ .v-fab__container {
21794
+ align-self: center;
21795
+ display: inline-flex;
21796
+ position: absolute;
21797
+ vertical-align: middle;
21798
+ }
21799
+ .v-fab--app .v-fab__container {
21800
+ margin: 12px;
21801
+ }
21802
+ .v-fab--absolute .v-fab__container {
21803
+ position: absolute;
21804
+ z-index: 4;
21805
+ }
21806
+ .v-fab--offset.v-fab--top .v-fab__container {
21807
+ transform: translateY(-50%);
21808
+ }
21809
+ .v-fab--offset.v-fab--bottom .v-fab__container {
21810
+ transform: translateY(50%);
21811
+ }
21812
+ .v-fab--top .v-fab__container {
21813
+ top: 0;
21814
+ }
21815
+ .v-fab--bottom .v-fab__container {
21816
+ bottom: 0;
21817
+ }
21818
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21819
+ left: 0;
21820
+ }
21821
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21822
+ right: 0;
21811
21823
  }/* region INPUT */
21812
21824
  .v-field {
21813
21825
  display: grid;
@@ -22378,76 +22390,7 @@ textarea.v-field__input::placeholder {
22378
22390
  opacity: 0;
22379
22391
  }
22380
22392
 
22381
- /* endregion */.v-fab {
22382
- align-items: center;
22383
- display: inline-flex;
22384
- flex: 1 1 auto;
22385
- pointer-events: none;
22386
- position: relative;
22387
- transition-duration: 0.2s;
22388
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22389
- vertical-align: middle;
22390
- }
22391
- .v-fab .v-btn {
22392
- pointer-events: auto;
22393
- }
22394
- .v-fab .v-btn--variant-elevated {
22395
- 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));
22396
- }
22397
- .v-fab--app, .v-fab--absolute {
22398
- display: flex;
22399
- }
22400
- .v-fab--start, .v-fab--left {
22401
- justify-content: flex-start;
22402
- }
22403
- .v-fab--center {
22404
- align-items: center;
22405
- justify-content: center;
22406
- }
22407
- .v-fab--end, .v-fab--right {
22408
- justify-content: flex-end;
22409
- }
22410
- .v-fab--bottom {
22411
- align-items: flex-end;
22412
- }
22413
- .v-fab--top {
22414
- align-items: flex-start;
22415
- }
22416
- .v-fab--extended .v-btn {
22417
- border-radius: 9999px !important;
22418
- }
22419
-
22420
- .v-fab__container {
22421
- align-self: center;
22422
- display: inline-flex;
22423
- position: absolute;
22424
- vertical-align: middle;
22425
- }
22426
- .v-fab--app .v-fab__container {
22427
- margin: 12px;
22428
- }
22429
- .v-fab--absolute .v-fab__container {
22430
- position: absolute;
22431
- z-index: 4;
22432
- }
22433
- .v-fab--offset.v-fab--top .v-fab__container {
22434
- transform: translateY(-50%);
22435
- }
22436
- .v-fab--offset.v-fab--bottom .v-fab__container {
22437
- transform: translateY(50%);
22438
- }
22439
- .v-fab--top .v-fab__container {
22440
- top: 0;
22441
- }
22442
- .v-fab--bottom .v-fab__container {
22443
- bottom: 0;
22444
- }
22445
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
22446
- left: 0;
22447
- }
22448
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
22449
- right: 0;
22450
- }.v-file-input--hide.v-input .v-field,
22393
+ /* endregion */.v-file-input--hide.v-input .v-field,
22451
22394
  .v-file-input--hide.v-input .v-input__control,
22452
22395
  .v-file-input--hide.v-input .v-input__details {
22453
22396
  display: none;
@@ -22476,6 +22419,73 @@ textarea.v-field__input::placeholder {
22476
22419
  }
22477
22420
  .v-input--plain-underlined.v-file-input .v-input__details {
22478
22421
  padding-inline: 0;
22422
+ }.v-empty-state {
22423
+ align-items: center;
22424
+ display: flex;
22425
+ flex-direction: column;
22426
+ justify-content: center;
22427
+ min-height: 100%;
22428
+ padding: 16px;
22429
+ }
22430
+ .v-empty-state--start {
22431
+ align-items: flex-start;
22432
+ }
22433
+ .v-empty-state--center {
22434
+ align-items: center;
22435
+ }
22436
+ .v-empty-state--end {
22437
+ align-items: flex-end;
22438
+ }
22439
+
22440
+ .v-empty-state__media {
22441
+ text-align: center;
22442
+ width: 100%;
22443
+ }
22444
+ .v-empty-state__media .v-icon {
22445
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22446
+ }
22447
+
22448
+ .v-empty-state__headline {
22449
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22450
+ font-size: 3.75rem;
22451
+ font-weight: 300;
22452
+ line-height: 1;
22453
+ text-align: center;
22454
+ margin-bottom: 8px;
22455
+ }
22456
+ .v-empty-state--mobile .v-empty-state__headline {
22457
+ font-size: 2.125rem;
22458
+ }
22459
+
22460
+ .v-empty-state__title {
22461
+ font-size: 1.25rem;
22462
+ font-weight: 500;
22463
+ line-height: 1.6;
22464
+ margin-bottom: 4px;
22465
+ text-align: center;
22466
+ }
22467
+
22468
+ .v-empty-state__text {
22469
+ font-size: 0.875rem;
22470
+ font-weight: 400;
22471
+ line-height: 1.425;
22472
+ padding: 0 16px;
22473
+ text-align: center;
22474
+ }
22475
+
22476
+ .v-empty-state__content {
22477
+ padding: 24px 0;
22478
+ }
22479
+
22480
+ .v-empty-state__actions {
22481
+ display: flex;
22482
+ gap: 8px;
22483
+ padding: 16px;
22484
+ }
22485
+
22486
+ .v-empty-state__action-btn.v-btn {
22487
+ background-color: rgb(var(--v-theme-surface-variant));
22488
+ color: rgb(var(--v-theme-on-surface-variant));
22479
22489
  }.v-footer {
22480
22490
  align-items: center;
22481
22491
  display: flex;
@@ -22618,6 +22628,21 @@ textarea.v-field__input::placeholder {
22618
22628
  display: flex;
22619
22629
  justify-content: center;
22620
22630
  padding: 8px;
22631
+ }.v-label {
22632
+ align-items: center;
22633
+ color: inherit;
22634
+ display: inline-flex;
22635
+ font-size: 1rem;
22636
+ letter-spacing: 0.009375em;
22637
+ min-width: 0;
22638
+ opacity: var(--v-medium-emphasis-opacity);
22639
+ overflow: hidden;
22640
+ text-overflow: ellipsis;
22641
+ white-space: nowrap;
22642
+ }
22643
+
22644
+ .v-label--clickable {
22645
+ cursor: pointer;
22621
22646
  }.v-item-group {
22622
22647
  flex: 0 1 auto;
22623
22648
  max-width: 100%;
@@ -22765,21 +22790,49 @@ textarea.v-field__input::placeholder {
22765
22790
 
22766
22791
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22767
22792
  padding-top: calc(var(--v-input-padding-top) + 0px);
22768
- }.v-label {
22769
- align-items: center;
22770
- color: inherit;
22771
- display: inline-flex;
22772
- font-size: 1rem;
22773
- letter-spacing: 0.009375em;
22774
- min-width: 0;
22775
- opacity: var(--v-medium-emphasis-opacity);
22776
- overflow: hidden;
22777
- text-overflow: ellipsis;
22778
- white-space: nowrap;
22793
+ }.v-layout-item {
22794
+ position: absolute;
22795
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22779
22796
  }
22780
22797
 
22781
- .v-label--clickable {
22782
- cursor: pointer;
22798
+ .v-layout-item--absolute {
22799
+ position: absolute;
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-main {
22809
+ flex: 1 0 auto;
22810
+ max-width: 100%;
22811
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22812
+ padding-left: var(--v-layout-left);
22813
+ padding-right: var(--v-layout-right);
22814
+ padding-top: var(--v-layout-top);
22815
+ padding-bottom: var(--v-layout-bottom);
22816
+ }
22817
+ .v-main__scroller {
22818
+ max-width: 100%;
22819
+ position: relative;
22820
+ }
22821
+ .v-main--scrollable {
22822
+ display: flex;
22823
+ position: absolute;
22824
+ top: 0;
22825
+ left: 0;
22826
+ width: 100%;
22827
+ height: 100%;
22828
+ }
22829
+ .v-main--scrollable > .v-main__scroller {
22830
+ flex: 1 1 auto;
22831
+ overflow-y: auto;
22832
+ --v-layout-left: 0px;
22833
+ --v-layout-right: 0px;
22834
+ --v-layout-top: 0px;
22835
+ --v-layout-bottom: 0px;
22783
22836
  }.v-list {
22784
22837
  overflow: auto;
22785
22838
  padding: 8px 0;
@@ -22959,13 +23012,15 @@ textarea.v-field__input::placeholder {
22959
23012
  background: currentColor;
22960
23013
  opacity: var(--v-activated-opacity);
22961
23014
  border-radius: inherit;
22962
- position: absolute;
22963
23015
  top: 0;
22964
23016
  right: 0;
22965
23017
  bottom: 0;
22966
23018
  left: 0;
22967
23019
  pointer-events: none;
22968
23020
  }
23021
+ .v-list-item .v-list-item__underlay {
23022
+ position: absolute;
23023
+ }
22969
23024
  @supports selector(:focus-visible) {
22970
23025
  .v-list-item::after {
22971
23026
  content: "";
@@ -23351,51 +23406,8 @@ textarea.v-field__input::placeholder {
23351
23406
  -webkit-hyphens: auto;
23352
23407
  hyphens: auto;
23353
23408
  transition-duration: 150ms;
23354
- }.v-layout-item {
23355
- position: absolute;
23356
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23357
- }
23358
-
23359
- .v-layout-item--absolute {
23360
- position: absolute;
23361
- }.v-layout {
23362
- --v-scrollbar-offset: 0px;
23363
- display: flex;
23364
- flex: 1 1 auto;
23365
- }
23366
- .v-layout--full-height {
23367
- --v-scrollbar-offset: inherit;
23368
- height: 100%;
23369
23409
  }.v-locale-provider {
23370
23410
  display: contents;
23371
- }.v-main {
23372
- flex: 1 0 auto;
23373
- max-width: 100%;
23374
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23375
- padding-left: var(--v-layout-left);
23376
- padding-right: var(--v-layout-right);
23377
- padding-top: var(--v-layout-top);
23378
- padding-bottom: var(--v-layout-bottom);
23379
- }
23380
- .v-main__scroller {
23381
- max-width: 100%;
23382
- position: relative;
23383
- }
23384
- .v-main--scrollable {
23385
- display: flex;
23386
- position: absolute;
23387
- top: 0;
23388
- left: 0;
23389
- width: 100%;
23390
- height: 100%;
23391
- }
23392
- .v-main--scrollable > .v-main__scroller {
23393
- flex: 1 1 auto;
23394
- overflow-y: auto;
23395
- --v-layout-left: 0px;
23396
- --v-layout-right: 0px;
23397
- --v-layout-top: 0px;
23398
- --v-layout-bottom: 0px;
23399
23411
  }.v-menu > .v-overlay__content {
23400
23412
  display: flex;
23401
23413
  flex-direction: column;
@@ -23511,62 +23523,6 @@ textarea.v-field__input::placeholder {
23511
23523
  .v-navigation-drawer__append {
23512
23524
  flex: none;
23513
23525
  overflow: hidden;
23514
- }.v-otp-input {
23515
- border-radius: 4px;
23516
- align-items: center;
23517
- display: flex;
23518
- justify-content: center;
23519
- padding: 0.5rem 0;
23520
- position: relative;
23521
- }
23522
- .v-otp-input .v-field {
23523
- height: 100%;
23524
- }
23525
-
23526
- .v-otp-input__divider {
23527
- margin: 0 8px;
23528
- }
23529
-
23530
- .v-otp-input__content {
23531
- align-items: center;
23532
- display: flex;
23533
- gap: 0.5rem;
23534
- height: 64px;
23535
- padding: 0.5rem;
23536
- justify-content: center;
23537
- max-width: 320px;
23538
- position: relative;
23539
- border-radius: inherit;
23540
- }
23541
- .v-otp-input--divided .v-otp-input__content {
23542
- max-width: 360px;
23543
- }
23544
-
23545
- .v-otp-input__field {
23546
- color: inherit;
23547
- font-size: 1.25rem;
23548
- height: 100%;
23549
- outline: none;
23550
- text-align: center;
23551
- width: 100%;
23552
- }
23553
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23554
- -webkit-appearance: none;
23555
- margin: 0;
23556
- }
23557
- .v-otp-input__field[type=number] {
23558
- -moz-appearance: textfield;
23559
- }
23560
-
23561
- .v-otp-input__loader {
23562
- align-items: center;
23563
- display: flex;
23564
- height: 100%;
23565
- justify-content: center;
23566
- width: 100%;
23567
- }
23568
- .v-otp-input__loader .v-progress-linear {
23569
- position: absolute;
23570
23526
  }.v-pagination__list {
23571
23527
  display: inline-flex;
23572
23528
  list-style-type: none;
@@ -23625,121 +23581,19 @@ html.v-overlay-scroll-blocked {
23625
23581
  opacity: var(--v-overlay-opacity, 0.32);
23626
23582
  position: fixed;
23627
23583
  right: 0;
23628
- top: 0;
23629
- }
23630
-
23631
- .v-overlay--absolute {
23632
- position: absolute;
23633
- }
23634
-
23635
- .v-overlay--contained .v-overlay__scrim {
23636
- position: absolute;
23637
- }
23638
-
23639
- .v-overlay--scroll-blocked {
23640
- padding-inline-end: var(--v-scrollbar-offset);
23641
- }.v-progress-circular {
23642
- align-items: center;
23643
- display: inline-flex;
23644
- justify-content: center;
23645
- position: relative;
23646
- vertical-align: middle;
23647
- }
23648
- .v-progress-circular > svg {
23649
- width: 100%;
23650
- height: 100%;
23651
- margin: auto;
23652
- position: absolute;
23653
- top: 0;
23654
- bottom: 0;
23655
- left: 0;
23656
- right: 0;
23657
- z-index: 0;
23658
- }
23659
-
23660
- .v-progress-circular__content {
23661
- align-items: center;
23662
- display: flex;
23663
- justify-content: center;
23664
- }
23665
-
23666
- .v-progress-circular__underlay {
23667
- color: rgba(var(--v-border-color), var(--v-border-opacity));
23668
- stroke: currentColor;
23669
- z-index: 1;
23670
- }
23671
-
23672
- .v-progress-circular__overlay {
23673
- stroke: currentColor;
23674
- transition: all 0.2s ease-in-out, stroke-width 0s;
23675
- z-index: 2;
23676
- }
23677
-
23678
- .v-progress-circular--size-x-small {
23679
- height: 16px;
23680
- width: 16px;
23681
- }
23682
- .v-progress-circular--size-small {
23683
- height: 24px;
23684
- width: 24px;
23685
- }
23686
- .v-progress-circular--size-default {
23687
- height: 32px;
23688
- width: 32px;
23689
- }
23690
- .v-progress-circular--size-large {
23691
- height: 48px;
23692
- width: 48px;
23693
- }
23694
- .v-progress-circular--size-x-large {
23695
- height: 64px;
23696
- width: 64px;
23697
- }
23698
-
23699
- .v-progress-circular--indeterminate > svg {
23700
- animation: progress-circular-rotate 1.4s linear infinite;
23701
- transform-origin: center center;
23702
- transition: all 0.2s ease-in-out;
23703
- }
23704
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
23705
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23706
- stroke-dasharray: 25, 200;
23707
- stroke-dashoffset: 0;
23708
- stroke-linecap: round;
23709
- transform-origin: center center;
23710
- transform: rotate(-90deg);
23584
+ top: 0;
23711
23585
  }
23712
23586
 
23713
- .v-progress-circular--disable-shrink > svg {
23714
- animation-duration: 0.7s;
23715
- }
23716
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23717
- animation: none;
23587
+ .v-overlay--absolute {
23588
+ position: absolute;
23718
23589
  }
23719
23590
 
23720
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23721
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23722
- animation-play-state: paused !important;
23591
+ .v-overlay--contained .v-overlay__scrim {
23592
+ position: absolute;
23723
23593
  }
23724
23594
 
23725
- @keyframes progress-circular-dash {
23726
- 0% {
23727
- stroke-dasharray: 1, 200;
23728
- stroke-dashoffset: 0px;
23729
- }
23730
- 50% {
23731
- stroke-dasharray: 100, 200;
23732
- stroke-dashoffset: -15px;
23733
- }
23734
- 100% {
23735
- stroke-dasharray: 100, 200;
23736
- stroke-dashoffset: -124px;
23737
- }
23738
- }
23739
- @keyframes progress-circular-rotate {
23740
- 100% {
23741
- transform: rotate(270deg);
23742
- }
23595
+ .v-overlay--scroll-blocked {
23596
+ padding-inline-end: var(--v-scrollbar-offset);
23743
23597
  }.v-progress-linear {
23744
23598
  background: transparent;
23745
23599
  overflow: hidden;
@@ -23951,12 +23805,236 @@ html.v-overlay-scroll-blocked {
23951
23805
  0% {
23952
23806
  background-position-x: var(--v-progress-linear-height);
23953
23807
  }
23808
+ }.v-otp-input {
23809
+ border-radius: 4px;
23810
+ align-items: center;
23811
+ display: flex;
23812
+ justify-content: center;
23813
+ padding: 0.5rem 0;
23814
+ position: relative;
23815
+ }
23816
+ .v-otp-input .v-field {
23817
+ height: 100%;
23818
+ }
23819
+
23820
+ .v-otp-input__divider {
23821
+ margin: 0 8px;
23822
+ }
23823
+
23824
+ .v-otp-input__content {
23825
+ align-items: center;
23826
+ display: flex;
23827
+ gap: 0.5rem;
23828
+ height: 64px;
23829
+ padding: 0.5rem;
23830
+ justify-content: center;
23831
+ max-width: 320px;
23832
+ position: relative;
23833
+ border-radius: inherit;
23834
+ }
23835
+ .v-otp-input--divided .v-otp-input__content {
23836
+ max-width: 360px;
23837
+ }
23838
+
23839
+ .v-otp-input__field {
23840
+ color: inherit;
23841
+ font-size: 1.25rem;
23842
+ height: 100%;
23843
+ outline: none;
23844
+ text-align: center;
23845
+ width: 100%;
23846
+ }
23847
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23848
+ -webkit-appearance: none;
23849
+ margin: 0;
23850
+ }
23851
+ .v-otp-input__field[type=number] {
23852
+ -moz-appearance: textfield;
23853
+ }
23854
+
23855
+ .v-otp-input__loader {
23856
+ align-items: center;
23857
+ display: flex;
23858
+ height: 100%;
23859
+ justify-content: center;
23860
+ width: 100%;
23861
+ }
23862
+ .v-otp-input__loader .v-progress-linear {
23863
+ position: absolute;
23954
23864
  }.v-parallax {
23955
23865
  position: relative;
23956
23866
  overflow: hidden;
23957
23867
  }
23958
23868
  .v-parallax--active > .v-img__img {
23959
23869
  will-change: transform;
23870
+ }.v-radio-group > .v-input__control {
23871
+ flex-direction: column;
23872
+ }
23873
+ .v-radio-group > .v-input__control > .v-label {
23874
+ margin-inline-start: 16px;
23875
+ }
23876
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23877
+ padding-inline-start: 6px;
23878
+ margin-top: 8px;
23879
+ }
23880
+ .v-radio-group .v-input__details {
23881
+ padding-inline: 16px;
23882
+ }.v-rating {
23883
+ max-width: 100%;
23884
+ display: inline-flex;
23885
+ white-space: nowrap;
23886
+ }
23887
+ .v-rating--readonly {
23888
+ pointer-events: none;
23889
+ }
23890
+
23891
+ .v-rating__wrapper {
23892
+ align-items: center;
23893
+ display: inline-flex;
23894
+ flex-direction: column;
23895
+ }
23896
+ .v-rating__wrapper--bottom {
23897
+ flex-direction: column-reverse;
23898
+ }
23899
+
23900
+ .v-rating__item {
23901
+ display: inline-flex;
23902
+ position: relative;
23903
+ }
23904
+ .v-rating__item label {
23905
+ cursor: pointer;
23906
+ }
23907
+ .v-rating__item .v-btn--variant-plain {
23908
+ opacity: 1;
23909
+ }
23910
+ .v-rating__item .v-btn {
23911
+ transition-property: transform;
23912
+ }
23913
+ .v-rating__item .v-btn .v-icon {
23914
+ transition: inherit;
23915
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23916
+ }
23917
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
23918
+ transform: scale(1.25);
23919
+ }
23920
+ .v-rating__item--half {
23921
+ overflow: hidden;
23922
+ position: absolute;
23923
+ -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23924
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23925
+ z-index: 1;
23926
+ }
23927
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
23928
+ opacity: 0;
23929
+ }
23930
+
23931
+ .v-rating__hidden {
23932
+ height: 0;
23933
+ opacity: 0;
23934
+ position: absolute;
23935
+ width: 0;
23936
+ }.v-progress-circular {
23937
+ align-items: center;
23938
+ display: inline-flex;
23939
+ justify-content: center;
23940
+ position: relative;
23941
+ vertical-align: middle;
23942
+ }
23943
+ .v-progress-circular > svg {
23944
+ width: 100%;
23945
+ height: 100%;
23946
+ margin: auto;
23947
+ position: absolute;
23948
+ top: 0;
23949
+ bottom: 0;
23950
+ left: 0;
23951
+ right: 0;
23952
+ z-index: 0;
23953
+ }
23954
+
23955
+ .v-progress-circular__content {
23956
+ align-items: center;
23957
+ display: flex;
23958
+ justify-content: center;
23959
+ }
23960
+
23961
+ .v-progress-circular__underlay {
23962
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
23963
+ stroke: currentColor;
23964
+ z-index: 1;
23965
+ }
23966
+
23967
+ .v-progress-circular__overlay {
23968
+ stroke: currentColor;
23969
+ transition: all 0.2s ease-in-out, stroke-width 0s;
23970
+ z-index: 2;
23971
+ }
23972
+
23973
+ .v-progress-circular--size-x-small {
23974
+ height: 16px;
23975
+ width: 16px;
23976
+ }
23977
+ .v-progress-circular--size-small {
23978
+ height: 24px;
23979
+ width: 24px;
23980
+ }
23981
+ .v-progress-circular--size-default {
23982
+ height: 32px;
23983
+ width: 32px;
23984
+ }
23985
+ .v-progress-circular--size-large {
23986
+ height: 48px;
23987
+ width: 48px;
23988
+ }
23989
+ .v-progress-circular--size-x-large {
23990
+ height: 64px;
23991
+ width: 64px;
23992
+ }
23993
+
23994
+ .v-progress-circular--indeterminate > svg {
23995
+ animation: progress-circular-rotate 1.4s linear infinite;
23996
+ transform-origin: center center;
23997
+ transition: all 0.2s ease-in-out;
23998
+ }
23999
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
24000
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
24001
+ stroke-dasharray: 25, 200;
24002
+ stroke-dashoffset: 0;
24003
+ stroke-linecap: round;
24004
+ transform-origin: center center;
24005
+ transform: rotate(-90deg);
24006
+ }
24007
+
24008
+ .v-progress-circular--disable-shrink > svg {
24009
+ animation-duration: 0.7s;
24010
+ }
24011
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
24012
+ animation: none;
24013
+ }
24014
+
24015
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
24016
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
24017
+ animation-play-state: paused !important;
24018
+ }
24019
+
24020
+ @keyframes progress-circular-dash {
24021
+ 0% {
24022
+ stroke-dasharray: 1, 200;
24023
+ stroke-dashoffset: 0px;
24024
+ }
24025
+ 50% {
24026
+ stroke-dasharray: 100, 200;
24027
+ stroke-dashoffset: -15px;
24028
+ }
24029
+ 100% {
24030
+ stroke-dasharray: 100, 200;
24031
+ stroke-dashoffset: -124px;
24032
+ }
24033
+ }
24034
+ @keyframes progress-circular-rotate {
24035
+ 100% {
24036
+ transform: rotate(270deg);
24037
+ }
23960
24038
  }.v-slider .v-slider__container input {
23961
24039
  cursor: default;
23962
24040
  padding: 0;
@@ -24014,80 +24092,6 @@ html.v-overlay-scroll-blocked {
24014
24092
 
24015
24093
  .v-slider__label {
24016
24094
  margin-inline-end: 12px;
24017
- }.v-radio-group > .v-input__control {
24018
- flex-direction: column;
24019
- }
24020
- .v-radio-group > .v-input__control > .v-label {
24021
- margin-inline-start: 16px;
24022
- }
24023
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24024
- padding-inline-start: 6px;
24025
- margin-top: 8px;
24026
- }
24027
- .v-radio-group .v-input__details {
24028
- padding-inline: 16px;
24029
- }.v-rating {
24030
- max-width: 100%;
24031
- display: inline-flex;
24032
- white-space: nowrap;
24033
- }
24034
- .v-rating--readonly {
24035
- pointer-events: none;
24036
- }
24037
-
24038
- .v-rating__wrapper {
24039
- align-items: center;
24040
- display: inline-flex;
24041
- flex-direction: column;
24042
- }
24043
- .v-rating__wrapper--bottom {
24044
- flex-direction: column-reverse;
24045
- }
24046
-
24047
- .v-rating__item {
24048
- display: inline-flex;
24049
- position: relative;
24050
- }
24051
- .v-rating__item label {
24052
- cursor: pointer;
24053
- }
24054
- .v-rating__item .v-btn--variant-plain {
24055
- opacity: 1;
24056
- }
24057
- .v-rating__item .v-btn {
24058
- transition-property: transform;
24059
- }
24060
- .v-rating__item .v-btn .v-icon {
24061
- transition: inherit;
24062
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24063
- }
24064
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24065
- transform: scale(1.25);
24066
- }
24067
- .v-rating__item--half {
24068
- overflow: hidden;
24069
- position: absolute;
24070
- -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24071
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24072
- z-index: 1;
24073
- }
24074
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24075
- opacity: 0;
24076
- }
24077
-
24078
- .v-rating__hidden {
24079
- height: 0;
24080
- opacity: 0;
24081
- position: absolute;
24082
- width: 0;
24083
- }.v-selection-control-group {
24084
- grid-area: control;
24085
- display: flex;
24086
- flex-direction: column;
24087
- }
24088
- .v-selection-control-group--inline {
24089
- flex-direction: row;
24090
- flex-wrap: wrap;
24091
24095
  }.v-select .v-field .v-text-field__prefix,
24092
24096
  .v-select .v-field .v-text-field__suffix,
24093
24097
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -24136,6 +24140,32 @@ html.v-overlay-scroll-blocked {
24136
24140
  .v-select--active-menu .v-select__menu-icon {
24137
24141
  opacity: var(--v-high-emphasis-opacity);
24138
24142
  transform: rotate(180deg);
24143
+ }.v-responsive {
24144
+ display: flex;
24145
+ flex: 1 0 auto;
24146
+ max-height: 100%;
24147
+ max-width: 100%;
24148
+ overflow: hidden;
24149
+ position: relative;
24150
+ }
24151
+ .v-responsive--inline {
24152
+ display: inline-flex;
24153
+ flex: 0 0 auto;
24154
+ }
24155
+
24156
+ .v-responsive__content {
24157
+ flex: 1 0 0px;
24158
+ max-width: 100%;
24159
+ }
24160
+
24161
+ .v-responsive__sizer ~ .v-responsive__content {
24162
+ margin-inline-start: -100%;
24163
+ }
24164
+
24165
+ .v-responsive__sizer {
24166
+ flex: 1 0 0px;
24167
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24168
+ pointer-events: none;
24139
24169
  }.v-selection-control {
24140
24170
  align-items: center;
24141
24171
  contain: layout;
@@ -24237,32 +24267,14 @@ html.v-overlay-scroll-blocked {
24237
24267
  }
24238
24268
  .v-selection-control--focus-visible .v-selection-control__input::before {
24239
24269
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24240
- }.v-responsive {
24270
+ }.v-selection-control-group {
24271
+ grid-area: control;
24241
24272
  display: flex;
24242
- flex: 1 0 auto;
24243
- max-height: 100%;
24244
- max-width: 100%;
24245
- overflow: hidden;
24246
- position: relative;
24247
- }
24248
- .v-responsive--inline {
24249
- display: inline-flex;
24250
- flex: 0 0 auto;
24251
- }
24252
-
24253
- .v-responsive__content {
24254
- flex: 1 0 0px;
24255
- max-width: 100%;
24256
- }
24257
-
24258
- .v-responsive__sizer ~ .v-responsive__content {
24259
- margin-inline-start: -100%;
24273
+ flex-direction: column;
24260
24274
  }
24261
-
24262
- .v-responsive__sizer {
24263
- flex: 1 0 0px;
24264
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24265
- pointer-events: none;
24275
+ .v-selection-control-group--inline {
24276
+ flex-direction: row;
24277
+ flex-wrap: wrap;
24266
24278
  }.v-sheet {
24267
24279
  display: block;
24268
24280
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -24622,13 +24634,15 @@ html.v-overlay-scroll-blocked {
24622
24634
  background: currentColor;
24623
24635
  opacity: var(--v-activated-opacity);
24624
24636
  border-radius: inherit;
24625
- position: absolute;
24626
24637
  top: 0;
24627
24638
  right: 0;
24628
24639
  bottom: 0;
24629
24640
  left: 0;
24630
24641
  pointer-events: none;
24631
24642
  }
24643
+ .v-snackbar .v-snackbar__underlay {
24644
+ position: absolute;
24645
+ }
24632
24646
 
24633
24647
  .v-snackbar__content {
24634
24648
  flex-grow: 1;
@@ -24705,47 +24719,43 @@ html.v-overlay-scroll-blocked {
24705
24719
  }
24706
24720
  .v-snackbar-transition-leave-to {
24707
24721
  opacity: 0;
24708
- }.v-speed-dial__content {
24709
- gap: 8px;
24710
- }
24711
- .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 {
24712
- flex-direction: row;
24713
- }
24714
- .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 {
24715
- flex-direction: row-reverse;
24716
- }
24717
- .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 {
24718
- flex-direction: column-reverse;
24719
- }
24720
- .v-speed-dial__content > *:nth-child(1) {
24721
- transition-delay: 0s;
24722
- }
24723
- .v-speed-dial__content > *:nth-child(2) {
24724
- transition-delay: 0.05s;
24725
- }
24726
- .v-speed-dial__content > *:nth-child(3) {
24727
- transition-delay: 0.1s;
24728
- }
24729
- .v-speed-dial__content > *:nth-child(4) {
24730
- transition-delay: 0.15s;
24722
+ }.v-system-bar {
24723
+ align-items: center;
24724
+ display: flex;
24725
+ flex: 1 1 auto;
24726
+ height: 24px;
24727
+ justify-content: flex-end;
24728
+ max-width: 100%;
24729
+ padding-inline: 8px;
24730
+ position: relative;
24731
+ text-align: end;
24732
+ width: 100%;
24733
+ 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));
24734
+ background: rgba(var(--v-theme-surface-light));
24735
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24736
+ font-size: 0.75rem;
24737
+ font-weight: 400;
24738
+ letter-spacing: 0.0333333333em;
24739
+ line-height: 1.667;
24740
+ text-transform: none;
24731
24741
  }
24732
- .v-speed-dial__content > *:nth-child(5) {
24733
- transition-delay: 0.2s;
24742
+ .v-system-bar .v-icon {
24743
+ opacity: var(--v-medium-emphasis-opacity);
24734
24744
  }
24735
- .v-speed-dial__content > *:nth-child(6) {
24736
- transition-delay: 0.25s;
24745
+ .v-system-bar--absolute {
24746
+ position: absolute;
24737
24747
  }
24738
- .v-speed-dial__content > *:nth-child(7) {
24739
- transition-delay: 0.3s;
24748
+ .v-system-bar--fixed {
24749
+ position: fixed;
24740
24750
  }
24741
- .v-speed-dial__content > *:nth-child(8) {
24742
- transition-delay: 0.35s;
24751
+ .v-system-bar--rounded {
24752
+ border-radius: 0;
24743
24753
  }
24744
- .v-speed-dial__content > *:nth-child(9) {
24745
- transition-delay: 0.4s;
24754
+ .v-system-bar--window {
24755
+ height: 32px;
24746
24756
  }
24747
- .v-speed-dial__content > *:nth-child(10) {
24748
- transition-delay: 0.45s;
24757
+ .v-system-bar:not(.v-system-bar--absolute) {
24758
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24749
24759
  }.v-stepper.v-sheet {
24750
24760
  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));
24751
24761
  border-radius: 4px;
@@ -24990,80 +25000,14 @@ html.v-overlay-scroll-blocked {
24990
25000
  transform: scale(0.75);
24991
25001
  box-shadow: none;
24992
25002
  }
24993
- .v-switch.v-switch--inset .v-selection-control__wrapper {
24994
- width: auto;
24995
- }
24996
- .v-switch.v-input--vertical .v-label {
24997
- min-width: max-content;
24998
- }
24999
- .v-switch.v-input--vertical .v-selection-control__wrapper {
25000
- transform: rotate(-90deg);
25001
- }.v-system-bar {
25002
- align-items: center;
25003
- display: flex;
25004
- flex: 1 1 auto;
25005
- height: 24px;
25006
- justify-content: flex-end;
25007
- max-width: 100%;
25008
- padding-inline: 8px;
25009
- position: relative;
25010
- text-align: end;
25011
- width: 100%;
25012
- 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));
25013
- background: rgba(var(--v-theme-surface-light));
25014
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25015
- font-size: 0.75rem;
25016
- font-weight: 400;
25017
- letter-spacing: 0.0333333333em;
25018
- line-height: 1.667;
25019
- text-transform: none;
25020
- }
25021
- .v-system-bar .v-icon {
25022
- opacity: var(--v-medium-emphasis-opacity);
25023
- }
25024
- .v-system-bar--absolute {
25025
- position: absolute;
25026
- }
25027
- .v-system-bar--fixed {
25028
- position: fixed;
25029
- }
25030
- .v-system-bar--rounded {
25031
- border-radius: 0;
25032
- }
25033
- .v-system-bar--window {
25034
- height: 32px;
25035
- }
25036
- .v-system-bar:not(.v-system-bar--absolute) {
25037
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25038
- }.v-tab.v-tab.v-btn {
25039
- height: var(--v-tabs-height);
25040
- border-radius: 0;
25041
- min-width: 90px;
25042
- }
25043
- .v-slide-group--horizontal .v-tab {
25044
- max-width: 360px;
25045
- }
25046
- .v-slide-group--vertical .v-tab {
25047
- justify-content: start;
25048
- }
25049
-
25050
- .v-tab__slider {
25051
- position: absolute;
25052
- bottom: 0;
25053
- left: 0;
25054
- height: 2px;
25055
- width: 100%;
25056
- background: currentColor;
25057
- pointer-events: none;
25058
- opacity: 0;
25003
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
25004
+ width: auto;
25059
25005
  }
25060
- .v-tab--selected .v-tab__slider {
25061
- opacity: 1;
25006
+ .v-switch.v-input--vertical .v-label {
25007
+ min-width: max-content;
25062
25008
  }
25063
- .v-slide-group--vertical .v-tab__slider {
25064
- top: 0;
25065
- height: 100%;
25066
- width: 2px;
25009
+ .v-switch.v-input--vertical .v-selection-control__wrapper {
25010
+ transform: rotate(-90deg);
25067
25011
  }.v-tabs {
25068
25012
  display: flex;
25069
25013
  height: var(--v-tabs-height);
@@ -25130,6 +25074,115 @@ html.v-overlay-scroll-blocked {
25130
25074
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25131
25075
  margin-inline-end: 52px;
25132
25076
  }
25077
+ }.v-tab.v-tab.v-btn {
25078
+ height: var(--v-tabs-height);
25079
+ border-radius: 0;
25080
+ min-width: 90px;
25081
+ }
25082
+ .v-slide-group--horizontal .v-tab {
25083
+ max-width: 360px;
25084
+ }
25085
+ .v-slide-group--vertical .v-tab {
25086
+ justify-content: start;
25087
+ }
25088
+
25089
+ .v-tab__slider {
25090
+ position: absolute;
25091
+ bottom: 0;
25092
+ left: 0;
25093
+ height: 2px;
25094
+ width: 100%;
25095
+ background: currentColor;
25096
+ pointer-events: none;
25097
+ opacity: 0;
25098
+ }
25099
+ .v-tab--selected .v-tab__slider {
25100
+ opacity: 1;
25101
+ }
25102
+ .v-slide-group--vertical .v-tab__slider {
25103
+ top: 0;
25104
+ height: 100%;
25105
+ width: 2px;
25106
+ }.v-speed-dial__content {
25107
+ gap: 8px;
25108
+ }
25109
+ .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 {
25110
+ flex-direction: row;
25111
+ }
25112
+ .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 {
25113
+ flex-direction: row-reverse;
25114
+ }
25115
+ .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 {
25116
+ flex-direction: column-reverse;
25117
+ }
25118
+ .v-speed-dial__content > *:nth-child(1) {
25119
+ transition-delay: 0s;
25120
+ }
25121
+ .v-speed-dial__content > *:nth-child(2) {
25122
+ transition-delay: 0.05s;
25123
+ }
25124
+ .v-speed-dial__content > *:nth-child(3) {
25125
+ transition-delay: 0.1s;
25126
+ }
25127
+ .v-speed-dial__content > *:nth-child(4) {
25128
+ transition-delay: 0.15s;
25129
+ }
25130
+ .v-speed-dial__content > *:nth-child(5) {
25131
+ transition-delay: 0.2s;
25132
+ }
25133
+ .v-speed-dial__content > *:nth-child(6) {
25134
+ transition-delay: 0.25s;
25135
+ }
25136
+ .v-speed-dial__content > *:nth-child(7) {
25137
+ transition-delay: 0.3s;
25138
+ }
25139
+ .v-speed-dial__content > *:nth-child(8) {
25140
+ transition-delay: 0.35s;
25141
+ }
25142
+ .v-speed-dial__content > *:nth-child(9) {
25143
+ transition-delay: 0.4s;
25144
+ }
25145
+ .v-speed-dial__content > *:nth-child(10) {
25146
+ transition-delay: 0.45s;
25147
+ }.v-textarea .v-field {
25148
+ --v-textarea-control-height: var(--v-input-control-height);
25149
+ }
25150
+ .v-textarea .v-field__field {
25151
+ --v-input-control-height: var(--v-textarea-control-height);
25152
+ }
25153
+ .v-textarea .v-field__input {
25154
+ flex: 1 1 auto;
25155
+ outline: none;
25156
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25157
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25158
+ }
25159
+ .v-textarea .v-field__input.v-textarea__sizer {
25160
+ visibility: hidden;
25161
+ position: absolute;
25162
+ top: 0;
25163
+ left: 0;
25164
+ height: 0 !important;
25165
+ min-height: 0 !important;
25166
+ pointer-events: none;
25167
+ }
25168
+ .v-textarea--no-resize .v-field__input {
25169
+ resize: none;
25170
+ }
25171
+ .v-textarea .v-field--no-label textarea,
25172
+ .v-textarea .v-field--active textarea {
25173
+ opacity: 1;
25174
+ }
25175
+ .v-textarea textarea {
25176
+ opacity: 0;
25177
+ flex: 1;
25178
+ min-width: 0;
25179
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25180
+ }
25181
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25182
+ outline: none;
25183
+ }
25184
+ .v-textarea textarea:invalid {
25185
+ box-shadow: none;
25133
25186
  }/* region BLOCK */
25134
25187
  .v-text-field input {
25135
25188
  color: inherit;
@@ -25197,46 +25250,7 @@ html.v-overlay-scroll-blocked {
25197
25250
  padding-inline-end: var(--v-field-padding-end);
25198
25251
  }
25199
25252
 
25200
- /* endregion */.v-textarea .v-field {
25201
- --v-textarea-control-height: var(--v-input-control-height);
25202
- }
25203
- .v-textarea .v-field__field {
25204
- --v-input-control-height: var(--v-textarea-control-height);
25205
- }
25206
- .v-textarea .v-field__input {
25207
- flex: 1 1 auto;
25208
- outline: none;
25209
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25210
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25211
- }
25212
- .v-textarea .v-field__input.v-textarea__sizer {
25213
- visibility: hidden;
25214
- position: absolute;
25215
- top: 0;
25216
- left: 0;
25217
- height: 0 !important;
25218
- min-height: 0 !important;
25219
- pointer-events: none;
25220
- }
25221
- .v-textarea--no-resize .v-field__input {
25222
- resize: none;
25223
- }
25224
- .v-textarea .v-field--no-label textarea,
25225
- .v-textarea .v-field--active textarea {
25226
- opacity: 1;
25227
- }
25228
- .v-textarea textarea {
25229
- opacity: 0;
25230
- flex: 1;
25231
- min-width: 0;
25232
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25233
- }
25234
- .v-textarea textarea:focus, .v-textarea textarea:active {
25235
- outline: none;
25236
- }
25237
- .v-textarea textarea:invalid {
25238
- box-shadow: none;
25239
- }.v-table {
25253
+ /* endregion */.v-table {
25240
25254
  background: rgb(var(--v-theme-surface));
25241
25255
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25242
25256
  font-size: 0.875rem;
@@ -25793,6 +25807,28 @@ html.v-overlay-scroll-blocked {
25793
25807
 
25794
25808
  .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 {
25795
25809
  padding-inline-end: 0;
25810
+ }.v-tooltip > .v-overlay__content {
25811
+ background: rgb(var(--v-theme-surface-variant));
25812
+ color: rgb(var(--v-theme-on-surface-variant));
25813
+ border-radius: 4px;
25814
+ font-size: 0.875rem;
25815
+ line-height: 1.6;
25816
+ display: inline-block;
25817
+ padding: 5px 16px;
25818
+ text-transform: initial;
25819
+ width: auto;
25820
+ opacity: 1;
25821
+ pointer-events: none;
25822
+ transition-property: opacity, transform;
25823
+ overflow-wrap: break-word;
25824
+ }
25825
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
25826
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25827
+ transition-duration: 150ms;
25828
+ }
25829
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
25830
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25831
+ transition-duration: 75ms;
25796
25832
  }.v-toolbar {
25797
25833
  align-items: flex-start;
25798
25834
  display: flex;
@@ -25922,28 +25958,6 @@ html.v-overlay-scroll-blocked {
25922
25958
  }
25923
25959
  .v-toolbar-items > .v-btn {
25924
25960
  border-radius: 0;
25925
- }.v-tooltip > .v-overlay__content {
25926
- background: rgb(var(--v-theme-surface-variant));
25927
- color: rgb(var(--v-theme-on-surface-variant));
25928
- border-radius: 4px;
25929
- font-size: 0.875rem;
25930
- line-height: 1.6;
25931
- display: inline-block;
25932
- padding: 5px 16px;
25933
- text-transform: initial;
25934
- width: auto;
25935
- opacity: 1;
25936
- pointer-events: none;
25937
- transition-property: opacity, transform;
25938
- overflow-wrap: break-word;
25939
- }
25940
- .v-tooltip > .v-overlay__content[class*=enter-active] {
25941
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25942
- transition-duration: 150ms;
25943
- }
25944
- .v-tooltip > .v-overlay__content[class*=leave-active] {
25945
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25946
- transition-duration: 75ms;
25947
25961
  }.v-virtual-scroll {
25948
25962
  display: block;
25949
25963
  flex: 1 1 auto;
@@ -26093,6 +26107,28 @@ html.v-overlay-scroll-blocked {
26093
26107
  .v-color-picker-preview__eye-dropper {
26094
26108
  position: relative;
26095
26109
  margin-right: 12px;
26110
+ }.v-color-picker-canvas {
26111
+ display: flex;
26112
+ position: relative;
26113
+ overflow: hidden;
26114
+ contain: content;
26115
+ touch-action: none;
26116
+ }
26117
+ .v-color-picker-canvas__dot {
26118
+ position: absolute;
26119
+ top: 0;
26120
+ left: 0;
26121
+ width: 15px;
26122
+ height: 15px;
26123
+ background: transparent;
26124
+ border-radius: 50%;
26125
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26126
+ }
26127
+ .v-color-picker-canvas__dot--disabled {
26128
+ box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26129
+ }
26130
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26131
+ will-change: transform;
26096
26132
  }.v-color-picker-edit {
26097
26133
  display: flex;
26098
26134
  margin-top: 24px;
@@ -26121,28 +26157,6 @@ html.v-overlay-scroll-blocked {
26121
26157
  }
26122
26158
  .v-color-picker-edit__input span {
26123
26159
  font-size: 0.75rem;
26124
- }.v-color-picker-canvas {
26125
- display: flex;
26126
- position: relative;
26127
- overflow: hidden;
26128
- contain: content;
26129
- touch-action: none;
26130
- }
26131
- .v-color-picker-canvas__dot {
26132
- position: absolute;
26133
- top: 0;
26134
- left: 0;
26135
- width: 15px;
26136
- height: 15px;
26137
- background: transparent;
26138
- border-radius: 50%;
26139
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26140
- }
26141
- .v-color-picker-canvas__dot--disabled {
26142
- box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26143
- }
26144
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26145
- will-change: transform;
26146
26160
  }.v-color-picker-swatches {
26147
26161
  overflow-y: auto;
26148
26162
  }