@vuetify/nightly 3.8.5-dev.2025-05-18 → 3.8.5-dev.2025-05-20

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 (44) hide show
  1. package/CHANGELOG.md +5 -3
  2. package/dist/json/attributes.json +1597 -1593
  3. package/dist/json/importMap-labs.json +22 -22
  4. package/dist/json/importMap.json +176 -176
  5. package/dist/json/tags.json +1 -0
  6. package/dist/json/web-types.json +3310 -3210
  7. package/dist/vuetify-labs.cjs +135 -69
  8. package/dist/vuetify-labs.css +5912 -5912
  9. package/dist/vuetify-labs.d.ts +161 -75
  10. package/dist/vuetify-labs.esm.js +135 -69
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +135 -69
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +135 -69
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +1708 -1708
  17. package/dist/vuetify.d.ts +158 -72
  18. package/dist/vuetify.esm.js +135 -69
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +135 -69
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +71 -69
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.d.ts +26 -2
  26. package/lib/components/VAutocomplete/VAutocomplete.js +18 -1
  27. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  28. package/lib/components/VCombobox/VCombobox.d.ts +26 -2
  29. package/lib/components/VCombobox/VCombobox.js +18 -1
  30. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  31. package/lib/components/VList/VListChildren.js.map +1 -1
  32. package/lib/components/VNumberInput/VNumberInput.d.ts +14 -0
  33. package/lib/components/VNumberInput/VNumberInput.js +19 -4
  34. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  35. package/lib/components/VSelect/VSelect.d.ts +26 -2
  36. package/lib/components/VSelect/VSelect.js +18 -1
  37. package/lib/components/VSelect/VSelect.js.map +1 -1
  38. package/lib/composables/filter.js +3 -0
  39. package/lib/composables/filter.js.map +1 -1
  40. package/lib/entry-bundler.js +1 -1
  41. package/lib/framework.d.ts +66 -66
  42. package/lib/framework.js +1 -1
  43. package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
  44. package/package.json +1 -1
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.5-dev.2025-05-18
2
+ * Vuetify v3.8.5-dev.2025-05-20
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17985,373 +17985,208 @@ html.overflow-y-hidden {
17985
17985
  .v-ripple__animation--out {
17986
17986
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
17987
17987
  opacity: 0;
17988
- }.v-application {
17989
- display: flex;
17990
- background: rgb(var(--v-theme-background));
17991
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17992
- }
17993
-
17994
- .v-application__wrap {
17995
- -webkit-backface-visibility: hidden;
17996
- backface-visibility: hidden;
17997
- display: flex;
17998
- flex-direction: column;
17999
- flex: 1 1 auto;
18000
- max-width: 100%;
18001
- min-height: 100vh;
18002
- min-height: 100dvh;
18003
- position: relative;
18004
- }.v-app-bar {
18005
- display: flex;
18006
- }
18007
- .v-app-bar.v-toolbar {
18008
- background: rgb(var(--v-theme-surface));
18009
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18010
- }
18011
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18012
- 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));
17988
+ }.v-autocomplete .v-field .v-text-field__prefix,
17989
+ .v-autocomplete .v-field .v-text-field__suffix,
17990
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17991
+ cursor: text;
18013
17992
  }
18014
- .v-app-bar:not(.v-toolbar--absolute) {
18015
- padding-inline-end: var(--v-scrollbar-offset);
18016
- }.v-alert {
18017
- display: grid;
17993
+ .v-autocomplete .v-field .v-field__input > input {
18018
17994
  flex: 1 1;
18019
- grid-template-areas: "prepend content append close" ". content . .";
18020
- grid-template-columns: max-content auto max-content max-content;
18021
- position: relative;
18022
- padding: 16px;
18023
- overflow: hidden;
18024
- --v-border-color: currentColor;
18025
- }
18026
- .v-alert--absolute {
18027
- position: absolute;
18028
17995
  }
18029
- .v-alert--fixed {
18030
- position: fixed;
17996
+ .v-autocomplete .v-field input {
17997
+ min-width: 64px;
18031
17998
  }
18032
- .v-alert--sticky {
18033
- position: sticky;
17999
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18000
+ min-width: 0;
18034
18001
  }
18035
- .v-alert {
18036
- border-radius: 4px;
18002
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18003
+ margin-inline-end: 2px;
18037
18004
  }
18038
- .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
18039
- background: transparent;
18040
- color: inherit;
18005
+ .v-autocomplete .v-autocomplete__selection-text {
18006
+ overflow: hidden;
18007
+ text-overflow: ellipsis;
18008
+ white-space: nowrap;
18041
18009
  }
18042
- .v-alert--variant-plain {
18043
- opacity: 0.62;
18010
+
18011
+ .v-autocomplete__content {
18012
+ overflow: hidden;
18044
18013
  }
18045
- .v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
18046
- opacity: 1;
18014
+ .v-autocomplete__content {
18015
+ 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));
18047
18016
  }
18048
- .v-alert--variant-plain .v-alert__overlay {
18049
- display: none;
18017
+ .v-autocomplete__content {
18018
+ border-radius: 4px;
18050
18019
  }
18051
- .v-alert--variant-elevated, .v-alert--variant-flat {
18020
+ .v-autocomplete__mask {
18052
18021
  background: rgb(var(--v-theme-surface-light));
18053
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
18054
- }
18055
- .v-alert--variant-elevated {
18056
- 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));
18057
18022
  }
18058
- .v-alert--variant-flat {
18059
- 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));
18060
- }
18061
- .v-alert--variant-outlined {
18062
- border: thin solid currentColor;
18063
- }
18064
- .v-alert--variant-text .v-alert__overlay {
18065
- background: currentColor;
18066
- }
18067
- .v-alert--variant-tonal .v-alert__underlay {
18068
- background: currentColor;
18069
- opacity: var(--v-activated-opacity);
18070
- border-radius: inherit;
18071
- top: 0;
18072
- right: 0;
18073
- bottom: 0;
18074
- left: 0;
18075
- pointer-events: none;
18076
- }
18077
- .v-alert .v-alert__underlay {
18078
- position: absolute;
18079
- }
18080
- .v-alert--prominent {
18081
- grid-template-areas: "prepend content append close" "prepend content . .";
18082
- }
18083
- .v-alert.v-alert--border {
18084
- --v-border-opacity: 0.38;
18085
- }
18086
- .v-alert.v-alert--border.v-alert--border-start {
18087
- padding-inline-start: 24px;
18088
- }
18089
- .v-alert.v-alert--border.v-alert--border-end {
18090
- padding-inline-end: 24px;
18091
- }
18092
- .v-alert--variant-plain {
18093
- transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
18094
- }
18095
- .v-alert--density-default {
18096
- padding-bottom: 16px;
18097
- padding-top: 16px;
18098
- }
18099
- .v-alert--density-default.v-alert--border-top {
18100
- padding-top: 24px;
18101
- }
18102
- .v-alert--density-default.v-alert--border-bottom {
18103
- padding-bottom: 24px;
18104
- }
18105
-
18106
- .v-alert--density-comfortable {
18107
- padding-bottom: 12px;
18108
- padding-top: 12px;
18109
- }
18110
- .v-alert--density-comfortable.v-alert--border-top {
18111
- padding-top: 20px;
18023
+ .v-autocomplete__selection {
18024
+ display: inline-flex;
18025
+ align-items: center;
18026
+ height: 1.5rem;
18027
+ letter-spacing: inherit;
18028
+ line-height: inherit;
18029
+ max-width: calc(100% - 2px - 2px);
18112
18030
  }
18113
- .v-alert--density-comfortable.v-alert--border-bottom {
18114
- padding-bottom: 20px;
18031
+ .v-autocomplete__selection:first-child {
18032
+ margin-inline-start: 0;
18115
18033
  }
18116
-
18117
- .v-alert--density-compact {
18118
- padding-bottom: 8px;
18119
- padding-top: 8px;
18034
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18035
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18036
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18037
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18038
+ top: 0px;
18120
18039
  }
18121
- .v-alert--density-compact.v-alert--border-top {
18122
- padding-top: 16px;
18040
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
18041
+ opacity: var(--v-medium-emphasis-opacity);
18123
18042
  }
18124
- .v-alert--density-compact.v-alert--border-bottom {
18125
- padding-bottom: 16px;
18043
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18044
+ opacity: 1;
18126
18045
  }
18127
-
18128
- .v-alert:not(:has(.v-alert-title)) .v-alert__content {
18129
- padding-top: 0.125rem;
18046
+ .v-autocomplete--selecting-index .v-field__input > input {
18047
+ caret-color: transparent;
18130
18048
  }
18131
-
18132
- .v-alert__border {
18133
- border-radius: inherit;
18134
- bottom: 0;
18135
- left: 0;
18136
- opacity: var(--v-border-opacity);
18049
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18050
+ flex: 1 1;
18137
18051
  position: absolute;
18138
- pointer-events: none;
18052
+ left: 0;
18139
18053
  right: 0;
18140
- top: 0;
18141
18054
  width: 100%;
18055
+ padding-inline: inherit;
18142
18056
  }
18143
- .v-alert__border {
18144
- border-color: currentColor;
18145
- border-style: solid;
18146
- border-width: 0;
18147
- }
18148
- .v-alert__border--border {
18149
- border-width: 8px;
18150
- box-shadow: none;
18151
- }
18152
- .v-alert--border-start .v-alert__border {
18153
- border-inline-start-width: 8px;
18154
- }
18155
- .v-alert--border-end .v-alert__border {
18156
- border-inline-end-width: 8px;
18157
- }
18158
- .v-alert--border-top .v-alert__border {
18159
- border-top-width: 8px;
18160
- }
18161
- .v-alert--border-bottom .v-alert__border {
18162
- border-bottom-width: 8px;
18163
- }
18164
-
18165
- .v-alert__close {
18166
- flex: 0 1 auto;
18167
- grid-area: close;
18168
- margin-block: -2px;
18169
- }
18170
-
18171
- .v-alert__content {
18172
- align-self: center;
18173
- grid-area: content;
18174
- overflow: hidden;
18057
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18058
+ transition: none;
18175
18059
  }
18176
-
18177
- .v-alert__append,
18178
- .v-alert__close {
18179
- margin-inline-start: 16px;
18060
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18061
+ opacity: 0;
18180
18062
  }
18181
-
18182
- .v-alert__append {
18183
- align-self: flex-start;
18184
- grid-area: append;
18063
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18064
+ opacity: 0;
18185
18065
  }
18186
- .v-alert__append + .v-alert__close {
18187
- margin-inline-start: 16px;
18066
+ .v-autocomplete__menu-icon {
18067
+ margin-inline-start: 4px;
18068
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18188
18069
  }
18189
-
18190
- .v-alert__prepend {
18191
- align-self: flex-start;
18192
- display: flex;
18070
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18071
+ transform: rotate(180deg);
18072
+ }.v-avatar {
18073
+ flex: none;
18193
18074
  align-items: center;
18194
- grid-area: prepend;
18195
- margin-inline-end: 16px;
18196
- min-height: 1.75rem;
18197
- }
18198
- .v-alert--prominent .v-alert__prepend {
18199
- align-self: center;
18200
- }
18201
-
18202
- .v-alert__underlay {
18203
- grid-area: none;
18204
- position: absolute;
18205
- }
18206
- .v-alert--border-start .v-alert__underlay {
18207
- border-top-left-radius: 0;
18208
- border-bottom-left-radius: 0;
18209
- }
18210
- .v-alert--border-end .v-alert__underlay {
18211
- border-top-right-radius: 0;
18212
- border-bottom-right-radius: 0;
18075
+ display: inline-flex;
18076
+ justify-content: center;
18077
+ line-height: normal;
18078
+ overflow: hidden;
18079
+ position: relative;
18080
+ text-align: center;
18081
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18082
+ transition-property: width, height;
18083
+ vertical-align: middle;
18213
18084
  }
18214
- .v-alert--border-top .v-alert__underlay {
18215
- border-top-left-radius: 0;
18216
- border-top-right-radius: 0;
18085
+ .v-avatar.v-avatar--size-x-small {
18086
+ --v-avatar-height: 24px;
18217
18087
  }
18218
- .v-alert--border-bottom .v-alert__underlay {
18219
- border-bottom-left-radius: 0;
18220
- border-bottom-right-radius: 0;
18088
+ .v-avatar.v-avatar--size-small {
18089
+ --v-avatar-height: 32px;
18221
18090
  }
18222
-
18223
- .v-alert-title {
18224
- align-items: center;
18225
- align-self: center;
18226
- display: flex;
18227
- font-size: 1.25rem;
18228
- font-weight: 500;
18229
- -webkit-hyphens: auto;
18230
- hyphens: auto;
18231
- letter-spacing: 0.0125em;
18232
- line-height: 1.75rem;
18233
- overflow-wrap: normal;
18234
- text-transform: none;
18235
- word-break: normal;
18236
- word-wrap: break-word;
18237
- }.v-autocomplete .v-field .v-text-field__prefix,
18238
- .v-autocomplete .v-field .v-text-field__suffix,
18239
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18240
- cursor: text;
18091
+ .v-avatar.v-avatar--size-default {
18092
+ --v-avatar-height: 40px;
18241
18093
  }
18242
- .v-autocomplete .v-field .v-field__input > input {
18243
- flex: 1 1;
18094
+ .v-avatar.v-avatar--size-large {
18095
+ --v-avatar-height: 48px;
18244
18096
  }
18245
- .v-autocomplete .v-field input {
18246
- min-width: 64px;
18097
+ .v-avatar.v-avatar--size-x-large {
18098
+ --v-avatar-height: 56px;
18247
18099
  }
18248
- .v-autocomplete .v-field:not(.v-field--focused) input {
18249
- min-width: 0;
18100
+ .v-avatar.v-avatar--density-default {
18101
+ height: calc(var(--v-avatar-height) + 0px);
18102
+ width: calc(var(--v-avatar-height) + 0px);
18250
18103
  }
18251
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18252
- margin-inline-end: 2px;
18104
+ .v-avatar.v-avatar--density-comfortable {
18105
+ height: calc(var(--v-avatar-height) + -4px);
18106
+ width: calc(var(--v-avatar-height) + -4px);
18253
18107
  }
18254
- .v-autocomplete .v-autocomplete__selection-text {
18255
- overflow: hidden;
18256
- text-overflow: ellipsis;
18257
- white-space: nowrap;
18108
+ .v-avatar.v-avatar--density-compact {
18109
+ height: calc(var(--v-avatar-height) + -8px);
18110
+ width: calc(var(--v-avatar-height) + -8px);
18258
18111
  }
18259
-
18260
- .v-autocomplete__content {
18261
- overflow: hidden;
18112
+ .v-avatar {
18113
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18114
+ border-style: solid;
18115
+ border-width: 0;
18262
18116
  }
18263
- .v-autocomplete__content {
18264
- 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));
18117
+ .v-avatar--border {
18118
+ border-width: thin;
18119
+ box-shadow: none;
18265
18120
  }
18266
- .v-autocomplete__content {
18267
- border-radius: 4px;
18121
+ .v-avatar {
18122
+ border-radius: 50%;
18268
18123
  }
18269
- .v-autocomplete__mask {
18270
- background: rgb(var(--v-theme-surface-light));
18124
+ .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
18125
+ background: transparent;
18126
+ color: inherit;
18271
18127
  }
18272
- .v-autocomplete__selection {
18273
- display: inline-flex;
18274
- align-items: center;
18275
- height: 1.5rem;
18276
- letter-spacing: inherit;
18277
- line-height: inherit;
18278
- max-width: calc(100% - 2px - 2px);
18128
+ .v-avatar--variant-plain {
18129
+ opacity: 0.62;
18279
18130
  }
18280
- .v-autocomplete__selection:first-child {
18281
- margin-inline-start: 0;
18131
+ .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
18132
+ opacity: 1;
18282
18133
  }
18283
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18284
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18285
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18286
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18287
- top: 0px;
18134
+ .v-avatar--variant-plain .v-avatar__overlay {
18135
+ display: none;
18288
18136
  }
18289
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18290
- opacity: var(--v-medium-emphasis-opacity);
18137
+ .v-avatar--variant-elevated, .v-avatar--variant-flat {
18138
+ background: var(--v-theme-surface);
18139
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18291
18140
  }
18292
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18293
- opacity: 1;
18141
+ .v-avatar--variant-elevated {
18142
+ 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));
18294
18143
  }
18295
- .v-autocomplete--selecting-index .v-field__input > input {
18296
- caret-color: transparent;
18144
+ .v-avatar--variant-flat {
18145
+ 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));
18297
18146
  }
18298
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18299
- flex: 1 1;
18300
- position: absolute;
18301
- left: 0;
18302
- right: 0;
18303
- width: 100%;
18304
- padding-inline: inherit;
18147
+ .v-avatar--variant-outlined {
18148
+ border: thin solid currentColor;
18305
18149
  }
18306
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18307
- transition: none;
18150
+ .v-avatar--variant-text .v-avatar__overlay {
18151
+ background: currentColor;
18308
18152
  }
18309
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18310
- opacity: 0;
18153
+ .v-avatar--variant-tonal .v-avatar__underlay {
18154
+ background: currentColor;
18155
+ opacity: var(--v-activated-opacity);
18156
+ border-radius: inherit;
18157
+ top: 0;
18158
+ right: 0;
18159
+ bottom: 0;
18160
+ left: 0;
18161
+ pointer-events: none;
18311
18162
  }
18312
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18313
- opacity: 0;
18163
+ .v-avatar .v-avatar__underlay {
18164
+ position: absolute;
18314
18165
  }
18315
- .v-autocomplete__menu-icon {
18316
- margin-inline-start: 4px;
18317
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18166
+ .v-avatar--rounded {
18167
+ border-radius: 4px;
18318
18168
  }
18319
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18320
- transform: rotate(180deg);
18321
- }.bottom-sheet-transition-enter-from {
18322
- transform: translateY(100%);
18169
+ .v-avatar--start {
18170
+ margin-inline-end: 8px;
18323
18171
  }
18324
- .bottom-sheet-transition-leave-to {
18325
- transform: translateY(100%);
18172
+ .v-avatar--end {
18173
+ margin-inline-start: 8px;
18326
18174
  }
18327
-
18328
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18329
- align-self: flex-end;
18330
- border-radius: 0;
18331
- flex: 0 1 auto;
18332
- left: 0;
18333
- right: 0;
18334
- margin-inline: auto;
18335
- margin-bottom: 0;
18336
- transition-duration: 0.2s;
18175
+ .v-avatar .v-img {
18176
+ height: 100%;
18337
18177
  width: 100%;
18338
- max-width: 100%;
18339
- overflow: visible;
18340
- }
18341
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18342
- 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));
18178
+ }.v-app-bar {
18179
+ display: flex;
18343
18180
  }
18344
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18345
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18346
- border-radius: 0;
18181
+ .v-app-bar.v-toolbar {
18182
+ background: rgb(var(--v-theme-surface));
18183
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18347
18184
  }
18348
- .v-bottom-sheet.v-bottom-sheet--inset {
18349
- max-width: none;
18185
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18186
+ 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));
18350
18187
  }
18351
- @media (min-width: 600px) {
18352
- .v-bottom-sheet.v-bottom-sheet--inset {
18353
- max-width: 70%;
18354
- }
18188
+ .v-app-bar:not(.v-toolbar--absolute) {
18189
+ padding-inline-end: var(--v-scrollbar-offset);
18355
18190
  }.v-badge {
18356
18191
  display: inline-block;
18357
18192
  line-height: 1;
@@ -18429,70 +18264,6 @@ html.overflow-y-hidden {
18429
18264
  display: inline-flex;
18430
18265
  justify-content: center;
18431
18266
  margin: 0 4px;
18432
- }.v-bottom-navigation {
18433
- display: flex;
18434
- max-width: 100%;
18435
- overflow: hidden;
18436
- position: absolute;
18437
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18438
- }
18439
- .v-bottom-navigation {
18440
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18441
- border-style: solid;
18442
- border-width: 0;
18443
- }
18444
- .v-bottom-navigation--border {
18445
- border-width: thin;
18446
- box-shadow: none;
18447
- }
18448
- .v-bottom-navigation {
18449
- border-radius: 0;
18450
- }
18451
- .v-bottom-navigation {
18452
- background: rgb(var(--v-theme-surface));
18453
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18454
- }
18455
- .v-bottom-navigation--active {
18456
- 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));
18457
- }
18458
-
18459
- .v-bottom-navigation__content {
18460
- display: flex;
18461
- flex: none;
18462
- font-size: 0.75rem;
18463
- justify-content: center;
18464
- transition: inherit;
18465
- width: 100%;
18466
- }
18467
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18468
- font-size: inherit;
18469
- height: 100%;
18470
- max-width: 168px;
18471
- min-width: 80px;
18472
- text-transform: none;
18473
- transition: inherit;
18474
- width: auto;
18475
- }
18476
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18477
- border-radius: 0;
18478
- }
18479
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18480
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18481
- transition: inherit;
18482
- }
18483
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18484
- font-size: 1.5rem;
18485
- }
18486
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18487
- flex-basis: 0;
18488
- flex-grow: 1;
18489
- }
18490
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18491
- transition: inherit;
18492
- opacity: 0;
18493
- }
18494
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18495
- transform: translateY(0.5rem);
18496
18267
  }.v-banner {
18497
18268
  display: grid;
18498
18269
  flex: 1 1;
@@ -18659,63 +18430,104 @@ html.overflow-y-hidden {
18659
18430
  }
18660
18431
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18661
18432
  align-self: flex-start;
18662
- }.v-breadcrumbs {
18433
+ }.v-bottom-navigation {
18663
18434
  display: flex;
18664
- align-items: center;
18665
- line-height: 1.6;
18666
- padding: 16px 12px;
18435
+ max-width: 100%;
18436
+ overflow: hidden;
18437
+ position: absolute;
18438
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18667
18439
  }
18668
- .v-breadcrumbs--rounded {
18669
- border-radius: 4px;
18440
+ .v-bottom-navigation {
18441
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18442
+ border-style: solid;
18443
+ border-width: 0;
18670
18444
  }
18671
- .v-breadcrumbs--density-default {
18672
- padding-top: 16px;
18673
- padding-bottom: 16px;
18445
+ .v-bottom-navigation--border {
18446
+ border-width: thin;
18447
+ box-shadow: none;
18674
18448
  }
18675
-
18676
- .v-breadcrumbs--density-comfortable {
18677
- padding-top: 12px;
18678
- padding-bottom: 12px;
18449
+ .v-bottom-navigation {
18450
+ border-radius: 0;
18451
+ }
18452
+ .v-bottom-navigation {
18453
+ background: rgb(var(--v-theme-surface));
18454
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18455
+ }
18456
+ .v-bottom-navigation--active {
18457
+ 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));
18679
18458
  }
18680
18459
 
18681
- .v-breadcrumbs--density-compact {
18682
- padding-top: 8px;
18683
- padding-bottom: 8px;
18460
+ .v-bottom-navigation__content {
18461
+ display: flex;
18462
+ flex: none;
18463
+ font-size: 0.75rem;
18464
+ justify-content: center;
18465
+ transition: inherit;
18466
+ width: 100%;
18467
+ }
18468
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18469
+ font-size: inherit;
18470
+ height: 100%;
18471
+ max-width: 168px;
18472
+ min-width: 80px;
18473
+ text-transform: none;
18474
+ transition: inherit;
18475
+ width: auto;
18476
+ }
18477
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18478
+ border-radius: 0;
18479
+ }
18480
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18481
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18482
+ transition: inherit;
18483
+ }
18484
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18485
+ font-size: 1.5rem;
18486
+ }
18487
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18488
+ flex-basis: 0;
18489
+ flex-grow: 1;
18490
+ }
18491
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18492
+ transition: inherit;
18493
+ opacity: 0;
18494
+ }
18495
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18496
+ transform: translateY(0.5rem);
18497
+ }.bottom-sheet-transition-enter-from {
18498
+ transform: translateY(100%);
18684
18499
  }
18685
-
18686
- .v-breadcrumbs__prepend {
18687
- align-items: center;
18688
- display: inline-flex;
18500
+ .bottom-sheet-transition-leave-to {
18501
+ transform: translateY(100%);
18689
18502
  }
18690
18503
 
18691
- .v-breadcrumbs-item {
18692
- align-items: center;
18693
- color: inherit;
18694
- display: inline-flex;
18695
- padding: 0 4px;
18696
- text-decoration: none;
18697
- vertical-align: middle;
18698
- }
18699
- .v-breadcrumbs-item--disabled {
18700
- opacity: var(--v-disabled-opacity);
18701
- pointer-events: none;
18504
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18505
+ align-self: flex-end;
18506
+ border-radius: 0;
18507
+ flex: 0 1 auto;
18508
+ left: 0;
18509
+ right: 0;
18510
+ margin-inline: auto;
18511
+ margin-bottom: 0;
18512
+ transition-duration: 0.2s;
18513
+ width: 100%;
18514
+ max-width: 100%;
18515
+ overflow: visible;
18702
18516
  }
18703
- .v-breadcrumbs-item--link {
18704
- color: inherit;
18705
- text-decoration: none;
18517
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18518
+ 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));
18706
18519
  }
18707
- .v-breadcrumbs-item--link:hover {
18708
- text-decoration: underline;
18520
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18521
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18522
+ border-radius: 0;
18709
18523
  }
18710
- .v-breadcrumbs-item .v-icon {
18711
- font-size: 1rem;
18712
- margin-inline: -4px 2px;
18524
+ .v-bottom-sheet.v-bottom-sheet--inset {
18525
+ max-width: none;
18713
18526
  }
18714
-
18715
- .v-breadcrumbs-divider {
18716
- display: inline-block;
18717
- padding: 0 8px;
18718
- vertical-align: middle;
18527
+ @media (min-width: 600px) {
18528
+ .v-bottom-sheet.v-bottom-sheet--inset {
18529
+ max-width: 70%;
18530
+ }
18719
18531
  }.v-btn {
18720
18532
  align-items: center;
18721
18533
  border-radius: 4px;
@@ -19165,22 +18977,63 @@ html.overflow-y-hidden {
19165
18977
  }
19166
18978
  .v-pagination .v-pagination__item--is-active .v-btn__overlay {
19167
18979
  opacity: var(--v-border-opacity);
19168
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19169
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18980
+ }.v-breadcrumbs {
18981
+ display: flex;
18982
+ align-items: center;
18983
+ line-height: 1.6;
18984
+ padding: 16px 12px;
19170
18985
  }
19171
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19172
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18986
+ .v-breadcrumbs--rounded {
18987
+ border-radius: 4px;
19173
18988
  }
19174
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19175
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18989
+ .v-breadcrumbs--density-default {
18990
+ padding-top: 16px;
18991
+ padding-bottom: 16px;
19176
18992
  }
19177
- @supports not selector(:focus-visible) {
19178
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19179
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19180
- }
18993
+
18994
+ .v-breadcrumbs--density-comfortable {
18995
+ padding-top: 12px;
18996
+ padding-bottom: 12px;
19181
18997
  }
19182
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
19183
- opacity: 1;
18998
+
18999
+ .v-breadcrumbs--density-compact {
19000
+ padding-top: 8px;
19001
+ padding-bottom: 8px;
19002
+ }
19003
+
19004
+ .v-breadcrumbs__prepend {
19005
+ align-items: center;
19006
+ display: inline-flex;
19007
+ }
19008
+
19009
+ .v-breadcrumbs-item {
19010
+ align-items: center;
19011
+ color: inherit;
19012
+ display: inline-flex;
19013
+ padding: 0 4px;
19014
+ text-decoration: none;
19015
+ vertical-align: middle;
19016
+ }
19017
+ .v-breadcrumbs-item--disabled {
19018
+ opacity: var(--v-disabled-opacity);
19019
+ pointer-events: none;
19020
+ }
19021
+ .v-breadcrumbs-item--link {
19022
+ color: inherit;
19023
+ text-decoration: none;
19024
+ }
19025
+ .v-breadcrumbs-item--link:hover {
19026
+ text-decoration: underline;
19027
+ }
19028
+ .v-breadcrumbs-item .v-icon {
19029
+ font-size: 1rem;
19030
+ margin-inline: -4px 2px;
19031
+ }
19032
+
19033
+ .v-breadcrumbs-divider {
19034
+ display: inline-block;
19035
+ padding: 0 8px;
19036
+ vertical-align: middle;
19184
19037
  }.v-btn-group {
19185
19038
  display: inline-flex;
19186
19039
  flex-wrap: nowrap;
@@ -19268,6 +19121,38 @@ html.overflow-y-hidden {
19268
19121
  border-block-end-width: thin;
19269
19122
  border-block-end-style: solid;
19270
19123
  border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19124
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19125
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19126
+ }
19127
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19128
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19129
+ }
19130
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19131
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19132
+ }
19133
+ @supports not selector(:focus-visible) {
19134
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19135
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19136
+ }
19137
+ }
19138
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
19139
+ opacity: 1;
19140
+ }.v-application {
19141
+ display: flex;
19142
+ background: rgb(var(--v-theme-background));
19143
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
19144
+ }
19145
+
19146
+ .v-application__wrap {
19147
+ -webkit-backface-visibility: hidden;
19148
+ backface-visibility: hidden;
19149
+ display: flex;
19150
+ flex-direction: column;
19151
+ flex: 1 1 auto;
19152
+ max-width: 100%;
19153
+ min-height: 100vh;
19154
+ min-height: 100dvh;
19155
+ position: relative;
19271
19156
  }.v-card {
19272
19157
  display: block;
19273
19158
  overflow: hidden;
@@ -19646,24 +19531,6 @@ html.overflow-y-hidden {
19646
19531
  }
19647
19532
  .v-checkbox .v-selection-control {
19648
19533
  min-height: var(--v-input-control-height);
19649
- }.v-chip-group {
19650
- display: flex;
19651
- max-width: 100%;
19652
- min-width: 0;
19653
- overflow-x: auto;
19654
- padding: 4px 0;
19655
- }
19656
- .v-chip-group .v-chip {
19657
- margin: 4px 8px 4px 0;
19658
- }
19659
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19660
- opacity: var(--v-activated-opacity);
19661
- }
19662
-
19663
- .v-chip-group--column .v-slide-group__content {
19664
- white-space: normal;
19665
- flex-wrap: wrap;
19666
- max-width: 100%;
19667
19534
  }.v-chip {
19668
19535
  align-items: center;
19669
19536
  display: inline-flex;
@@ -20082,6 +19949,24 @@ html.overflow-y-hidden {
20082
19949
 
20083
19950
  .v-chip--label {
20084
19951
  border-radius: 4px;
19952
+ }.v-chip-group {
19953
+ display: flex;
19954
+ max-width: 100%;
19955
+ min-width: 0;
19956
+ overflow-x: auto;
19957
+ padding: 4px 0;
19958
+ }
19959
+ .v-chip-group .v-chip {
19960
+ margin: 4px 8px 4px 0;
19961
+ }
19962
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19963
+ opacity: var(--v-activated-opacity);
19964
+ }
19965
+
19966
+ .v-chip-group--column .v-slide-group__content {
19967
+ white-space: normal;
19968
+ flex-wrap: wrap;
19969
+ max-width: 100%;
20085
19970
  }.v-color-picker {
20086
19971
  align-self: flex-start;
20087
19972
  contain: content;
@@ -20866,37 +20751,6 @@ html.overflow-y-hidden {
20866
20751
  flex: 0 1 auto;
20867
20752
  font-size: 12px;
20868
20753
  transition-duration: 150ms;
20869
- }.v-data-table-footer {
20870
- align-items: center;
20871
- display: flex;
20872
- flex-wrap: wrap;
20873
- justify-content: flex-end;
20874
- padding: 8px 4px;
20875
- }
20876
- .v-data-table-footer__items-per-page {
20877
- align-items: center;
20878
- display: flex;
20879
- justify-content: center;
20880
- }
20881
- .v-data-table-footer__items-per-page > span {
20882
- padding-inline-end: 8px;
20883
- }
20884
- .v-data-table-footer__items-per-page > .v-select {
20885
- width: 90px;
20886
- }
20887
- .v-data-table-footer__info {
20888
- display: flex;
20889
- justify-content: flex-end;
20890
- min-width: 116px;
20891
- padding: 0 16px;
20892
- }
20893
- .v-data-table-footer__paginationz {
20894
- align-items: center;
20895
- display: flex;
20896
- margin-inline-start: 16px;
20897
- }
20898
- .v-data-table-footer__page {
20899
- padding: 0 8px;
20900
20754
  }.v-data-table {
20901
20755
  width: 100%;
20902
20756
  }
@@ -21083,70 +20937,44 @@ html.overflow-y-hidden {
21083
20937
  color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
21084
20938
  }
21085
20939
  .v-data-table__td-sort-icon-active {
21086
- color: rgba(var(--v-theme-on-surface));
21087
- }.v-date-picker {
21088
- overflow: hidden;
21089
- width: 328px;
21090
- }
21091
- .v-date-picker--show-week {
21092
- width: 368px;
21093
- }.v-date-picker-controls {
21094
- display: flex;
21095
- align-items: center;
21096
- justify-content: space-between;
21097
- font-size: 0.875rem;
21098
- height: var(--v-date-picker-controls-height, 56px);
21099
- padding-top: 4px;
21100
- padding-bottom: 4px;
21101
- padding-inline-start: 6px;
21102
- padding-inline-end: 12px;
21103
- }
21104
- .v-date-picker-controls > .v-btn:first-child {
21105
- text-transform: none;
21106
- font-weight: 400;
21107
- line-height: initial;
21108
- letter-spacing: initial;
21109
- }
21110
- .v-date-picker-controls--variant-classic {
21111
- padding-inline-start: 12px;
21112
- }
21113
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21114
- opacity: 0.7;
21115
- }
21116
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21117
- cursor: pointer;
21118
- }
21119
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21120
- opacity: 1;
21121
- }
21122
- .v-date-picker-controls .v-btn:last-child {
21123
- margin-inline-start: 4px;
20940
+ color: rgba(var(--v-theme-on-surface));
20941
+ }.v-data-table-footer {
20942
+ align-items: center;
20943
+ display: flex;
20944
+ flex-wrap: wrap;
20945
+ justify-content: flex-end;
20946
+ padding: 8px 4px;
21124
20947
  }
21125
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
21126
- transform: rotate(180deg);
20948
+ .v-data-table-footer__items-per-page {
20949
+ align-items: center;
20950
+ display: flex;
20951
+ justify-content: center;
21127
20952
  }
21128
-
21129
- .v-date-picker-controls__date {
21130
- margin-inline-end: 4px;
20953
+ .v-data-table-footer__items-per-page > span {
20954
+ padding-inline-end: 8px;
21131
20955
  }
21132
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
21133
- margin: auto;
21134
- text-align: center;
20956
+ .v-data-table-footer__items-per-page > .v-select {
20957
+ width: 90px;
21135
20958
  }
21136
-
21137
- .v-date-picker-controls__month {
20959
+ .v-data-table-footer__info {
21138
20960
  display: flex;
20961
+ justify-content: flex-end;
20962
+ min-width: 116px;
20963
+ padding: 0 16px;
21139
20964
  }
21140
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
21141
- flex-direction: row-reverse;
20965
+ .v-data-table-footer__paginationz {
20966
+ align-items: center;
20967
+ display: flex;
20968
+ margin-inline-start: 16px;
21142
20969
  }
21143
-
21144
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
21145
- flex: 1 0 auto;
20970
+ .v-data-table-footer__page {
20971
+ padding: 0 8px;
20972
+ }.v-date-picker {
20973
+ overflow: hidden;
20974
+ width: 328px;
21146
20975
  }
21147
-
21148
- .v-date-picker__title {
21149
- display: inline-block;
20976
+ .v-date-picker--show-week {
20977
+ width: 368px;
21150
20978
  }.v-date-picker-header {
21151
20979
  align-items: flex-end;
21152
20980
  height: 70px;
@@ -21207,40 +21035,63 @@ html.overflow-y-hidden {
21207
21035
  .date-picker-header-reverse-transition-leave-to {
21208
21036
  opacity: 0;
21209
21037
  transform: translate(0, 100%);
21210
- }.v-date-picker-years {
21211
- height: 288px;
21212
- overflow-y: scroll;
21038
+ }.v-date-picker-controls {
21039
+ display: flex;
21040
+ align-items: center;
21041
+ justify-content: space-between;
21042
+ font-size: 0.875rem;
21043
+ height: var(--v-date-picker-controls-height, 56px);
21044
+ padding-top: 4px;
21045
+ padding-bottom: 4px;
21046
+ padding-inline-start: 6px;
21047
+ padding-inline-end: 12px;
21048
+ }
21049
+ .v-date-picker-controls > .v-btn:first-child {
21050
+ text-transform: none;
21051
+ font-weight: 400;
21052
+ line-height: initial;
21053
+ letter-spacing: initial;
21054
+ }
21055
+ .v-date-picker-controls--variant-classic {
21056
+ padding-inline-start: 12px;
21057
+ }
21058
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21059
+ opacity: 0.7;
21060
+ }
21061
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21062
+ cursor: pointer;
21063
+ }
21064
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21065
+ opacity: 1;
21066
+ }
21067
+ .v-date-picker-controls .v-btn:last-child {
21068
+ margin-inline-start: 4px;
21069
+ }
21070
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
21071
+ transform: rotate(180deg);
21213
21072
  }
21214
21073
 
21215
- .v-date-picker-years__content {
21216
- display: grid;
21217
- flex: 1 1;
21218
- justify-content: space-around;
21219
- grid-template-columns: repeat(3, 1fr);
21220
- gap: 8px 24px;
21221
- padding-inline: 32px;
21074
+ .v-date-picker-controls__date {
21075
+ margin-inline-end: 4px;
21222
21076
  }
21223
- .v-date-picker-years__content .v-btn {
21224
- padding-inline: 8px;
21225
- }.v-date-picker-months {
21226
- height: 288px;
21077
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
21078
+ margin: auto;
21079
+ text-align: center;
21227
21080
  }
21228
21081
 
21229
- .v-date-picker-months__content {
21230
- align-items: center;
21231
- display: grid;
21232
- flex: 1 1;
21233
- height: inherit;
21234
- justify-content: space-around;
21235
- grid-template-columns: repeat(2, 1fr);
21236
- grid-gap: 0px 24px;
21237
- padding-inline-start: 36px;
21238
- padding-inline-end: 36px;
21082
+ .v-date-picker-controls__month {
21083
+ display: flex;
21239
21084
  }
21240
- .v-date-picker-months__content .v-btn {
21241
- text-transform: none;
21242
- padding-inline-start: 8px;
21243
- padding-inline-end: 8px;
21085
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
21086
+ flex-direction: row-reverse;
21087
+ }
21088
+
21089
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
21090
+ flex: 1 0 auto;
21091
+ }
21092
+
21093
+ .v-date-picker__title {
21094
+ display: inline-block;
21244
21095
  }.v-date-picker-month {
21245
21096
  display: flex;
21246
21097
  justify-content: center;
@@ -21296,6 +21147,21 @@ html.overflow-y-hidden {
21296
21147
 
21297
21148
  .v-date-picker-month__day--hide-adjacent {
21298
21149
  opacity: 0;
21150
+ }.v-date-picker-years {
21151
+ height: 288px;
21152
+ overflow-y: scroll;
21153
+ }
21154
+
21155
+ .v-date-picker-years__content {
21156
+ display: grid;
21157
+ flex: 1 1;
21158
+ justify-content: space-around;
21159
+ grid-template-columns: repeat(3, 1fr);
21160
+ gap: 8px 24px;
21161
+ padding-inline: 32px;
21162
+ }
21163
+ .v-date-picker-years__content .v-btn {
21164
+ padding-inline: 8px;
21299
21165
  }.v-dialog {
21300
21166
  align-items: center;
21301
21167
  justify-content: center;
@@ -21447,6 +21313,25 @@ html.overflow-y-hidden {
21447
21313
  }
21448
21314
  .v-divider__wrapper--vertical .v-divider {
21449
21315
  margin: 0 auto;
21316
+ }.v-date-picker-months {
21317
+ height: 288px;
21318
+ }
21319
+
21320
+ .v-date-picker-months__content {
21321
+ align-items: center;
21322
+ display: grid;
21323
+ flex: 1 1;
21324
+ height: inherit;
21325
+ justify-content: space-around;
21326
+ grid-template-columns: repeat(2, 1fr);
21327
+ grid-gap: 0px 24px;
21328
+ padding-inline-start: 36px;
21329
+ padding-inline-end: 36px;
21330
+ }
21331
+ .v-date-picker-months__content .v-btn {
21332
+ text-transform: none;
21333
+ padding-inline-start: 8px;
21334
+ padding-inline-end: 8px;
21450
21335
  }.v-empty-state {
21451
21336
  align-items: center;
21452
21337
  display: flex;
@@ -21466,127 +21351,54 @@ html.overflow-y-hidden {
21466
21351
  }
21467
21352
 
21468
21353
  .v-empty-state__media {
21469
- text-align: center;
21470
- width: 100%;
21471
- }
21472
- .v-empty-state__media .v-icon {
21473
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21474
- }
21475
-
21476
- .v-empty-state__headline {
21477
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21478
- font-size: 3.75rem;
21479
- font-weight: 300;
21480
- line-height: 1;
21481
- text-align: center;
21482
- margin-bottom: 8px;
21483
- }
21484
- .v-empty-state--mobile .v-empty-state__headline {
21485
- font-size: 2.125rem;
21486
- }
21487
-
21488
- .v-empty-state__title {
21489
- font-size: 1.25rem;
21490
- font-weight: 500;
21491
- line-height: 1.6;
21492
- margin-bottom: 4px;
21493
- text-align: center;
21494
- }
21495
-
21496
- .v-empty-state__text {
21497
- font-size: 0.875rem;
21498
- font-weight: 400;
21499
- line-height: 1.425;
21500
- padding: 0 16px;
21501
- text-align: center;
21502
- }
21503
-
21504
- .v-empty-state__content {
21505
- padding: 24px 0;
21506
- }
21507
-
21508
- .v-empty-state__actions {
21509
- display: flex;
21510
- gap: 8px;
21511
- padding: 16px;
21512
- }
21513
-
21514
- .v-empty-state__action-btn.v-btn {
21515
- background-color: initial;
21516
- color: initial;
21517
- }.v-fab {
21518
- align-items: center;
21519
- display: inline-flex;
21520
- flex: 1 1 auto;
21521
- pointer-events: none;
21522
- position: relative;
21523
- transition-duration: 0.2s;
21524
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21525
- vertical-align: middle;
21526
- }
21527
- .v-fab .v-btn {
21528
- pointer-events: auto;
21529
- }
21530
- .v-fab .v-btn--variant-elevated {
21531
- 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));
21532
- }
21533
- .v-fab--app, .v-fab--absolute {
21534
- display: flex;
21535
- }
21536
- .v-fab--absolute {
21537
- position: absolute;
21538
- inset: 0;
21539
- }
21540
- .v-fab--start, .v-fab--left {
21541
- justify-content: flex-start;
21542
- }
21543
- .v-fab--center {
21544
- align-items: center;
21545
- justify-content: center;
21546
- }
21547
- .v-fab--end, .v-fab--right {
21548
- justify-content: flex-end;
21549
- }
21550
- .v-fab--bottom {
21551
- align-items: flex-end;
21552
- }
21553
- .v-fab--top {
21554
- align-items: flex-start;
21555
- }
21556
- .v-fab--extended .v-btn {
21557
- border-radius: 9999px !important;
21558
- }
21559
-
21560
- .v-fab__container {
21561
- align-self: center;
21562
- display: inline-flex;
21563
- vertical-align: middle;
21354
+ text-align: center;
21355
+ width: 100%;
21564
21356
  }
21565
- .v-fab--app .v-fab__container {
21566
- margin: 12px;
21567
- position: fixed;
21357
+ .v-empty-state__media .v-icon {
21358
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21568
21359
  }
21569
- .v-fab--absolute .v-fab__container {
21570
- position: absolute;
21571
- z-index: 4;
21360
+
21361
+ .v-empty-state__headline {
21362
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21363
+ font-size: 3.75rem;
21364
+ font-weight: 300;
21365
+ line-height: 1;
21366
+ text-align: center;
21367
+ margin-bottom: 8px;
21572
21368
  }
21573
- .v-fab--offset.v-fab--top .v-fab__container {
21574
- transform: translateY(-50%);
21369
+ .v-empty-state--mobile .v-empty-state__headline {
21370
+ font-size: 2.125rem;
21575
21371
  }
21576
- .v-fab--offset.v-fab--bottom .v-fab__container {
21577
- transform: translateY(50%);
21372
+
21373
+ .v-empty-state__title {
21374
+ font-size: 1.25rem;
21375
+ font-weight: 500;
21376
+ line-height: 1.6;
21377
+ margin-bottom: 4px;
21378
+ text-align: center;
21578
21379
  }
21579
- .v-fab--top .v-fab__container {
21580
- top: 0;
21380
+
21381
+ .v-empty-state__text {
21382
+ font-size: 0.875rem;
21383
+ font-weight: 400;
21384
+ line-height: 1.425;
21385
+ padding: 0 16px;
21386
+ text-align: center;
21581
21387
  }
21582
- .v-fab--bottom .v-fab__container {
21583
- bottom: 0;
21388
+
21389
+ .v-empty-state__content {
21390
+ padding: 24px 0;
21584
21391
  }
21585
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21586
- left: 0;
21392
+
21393
+ .v-empty-state__actions {
21394
+ display: flex;
21395
+ gap: 8px;
21396
+ padding: 16px;
21587
21397
  }
21588
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21589
- right: 0;
21398
+
21399
+ .v-empty-state__action-btn.v-btn {
21400
+ background-color: initial;
21401
+ color: initial;
21590
21402
  }.v-expansion-panel {
21591
21403
  background-color: rgb(var(--v-theme-surface));
21592
21404
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21803,38 +21615,79 @@ html.overflow-y-hidden {
21803
21615
  }
21804
21616
  .v-expansion-panels--tile > .v-expansion-panel {
21805
21617
  border-radius: 0;
21806
- }.v-file-input--hide.v-input .v-field,
21807
- .v-file-input--hide.v-input .v-input__control,
21808
- .v-file-input--hide.v-input .v-input__details {
21809
- display: none;
21618
+ }.v-fab {
21619
+ align-items: center;
21620
+ display: inline-flex;
21621
+ flex: 1 1 auto;
21622
+ pointer-events: none;
21623
+ position: relative;
21624
+ transition-duration: 0.2s;
21625
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21626
+ vertical-align: middle;
21810
21627
  }
21811
- .v-file-input--hide.v-input .v-input__prepend {
21812
- grid-area: control;
21813
- margin: 0 auto;
21628
+ .v-fab .v-btn {
21629
+ pointer-events: auto;
21814
21630
  }
21815
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21816
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21817
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21818
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21819
- top: 0px;
21631
+ .v-fab .v-btn--variant-elevated {
21632
+ 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));
21820
21633
  }
21821
- .v-file-input input[type=file] {
21822
- height: 100%;
21823
- left: 0;
21824
- opacity: 0;
21634
+ .v-fab--app, .v-fab--absolute {
21635
+ display: flex;
21636
+ }
21637
+ .v-fab--absolute {
21638
+ position: absolute;
21639
+ inset: 0;
21640
+ }
21641
+ .v-fab--start, .v-fab--left {
21642
+ justify-content: flex-start;
21643
+ }
21644
+ .v-fab--center {
21645
+ align-items: center;
21646
+ justify-content: center;
21647
+ }
21648
+ .v-fab--end, .v-fab--right {
21649
+ justify-content: flex-end;
21650
+ }
21651
+ .v-fab--bottom {
21652
+ align-items: flex-end;
21653
+ }
21654
+ .v-fab--top {
21655
+ align-items: flex-start;
21656
+ }
21657
+ .v-fab--extended .v-btn {
21658
+ border-radius: 9999px !important;
21659
+ }
21660
+
21661
+ .v-fab__container {
21662
+ align-self: center;
21663
+ display: inline-flex;
21664
+ vertical-align: middle;
21665
+ }
21666
+ .v-fab--app .v-fab__container {
21667
+ margin: 12px;
21668
+ position: fixed;
21669
+ }
21670
+ .v-fab--absolute .v-fab__container {
21825
21671
  position: absolute;
21672
+ z-index: 4;
21673
+ }
21674
+ .v-fab--offset.v-fab--top .v-fab__container {
21675
+ transform: translateY(-50%);
21676
+ }
21677
+ .v-fab--offset.v-fab--bottom .v-fab__container {
21678
+ transform: translateY(50%);
21679
+ }
21680
+ .v-fab--top .v-fab__container {
21826
21681
  top: 0;
21827
- width: 100%;
21828
- z-index: 0;
21829
21682
  }
21830
- .v-file-input--dragging input[type=file] {
21831
- z-index: 1;
21683
+ .v-fab--bottom .v-fab__container {
21684
+ bottom: 0;
21832
21685
  }
21833
- .v-file-input .v-input__details {
21834
- padding-inline: 16px;
21686
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21687
+ left: 0;
21835
21688
  }
21836
- .v-input--plain-underlined.v-file-input .v-input__details {
21837
- padding-inline: 0;
21689
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21690
+ right: 0;
21838
21691
  }/* region INPUT */
21839
21692
  .v-field {
21840
21693
  display: grid;
@@ -22428,7 +22281,39 @@ textarea.v-field__input::placeholder {
22428
22281
  opacity: 0;
22429
22282
  }
22430
22283
 
22431
- /* endregion */.v-footer {
22284
+ /* endregion */.v-file-input--hide.v-input .v-field,
22285
+ .v-file-input--hide.v-input .v-input__control,
22286
+ .v-file-input--hide.v-input .v-input__details {
22287
+ display: none;
22288
+ }
22289
+ .v-file-input--hide.v-input .v-input__prepend {
22290
+ grid-area: control;
22291
+ margin: 0 auto;
22292
+ }
22293
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22294
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22295
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22296
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22297
+ top: 0px;
22298
+ }
22299
+ .v-file-input input[type=file] {
22300
+ height: 100%;
22301
+ left: 0;
22302
+ opacity: 0;
22303
+ position: absolute;
22304
+ top: 0;
22305
+ width: 100%;
22306
+ z-index: 0;
22307
+ }
22308
+ .v-file-input--dragging input[type=file] {
22309
+ z-index: 1;
22310
+ }
22311
+ .v-file-input .v-input__details {
22312
+ padding-inline: 16px;
22313
+ }
22314
+ .v-input--plain-underlined.v-file-input .v-input__details {
22315
+ padding-inline: 0;
22316
+ }.v-footer {
22432
22317
  align-items: center;
22433
22318
  display: flex;
22434
22319
  flex: 1 1 auto;
@@ -22747,47 +22632,156 @@ textarea.v-field__input::placeholder {
22747
22632
  padding-top: calc(var(--v-input-padding-top) + 4px);
22748
22633
  }
22749
22634
 
22750
- .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
22751
- padding-top: calc(var(--v-input-padding-top) + 2px);
22635
+ .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
22636
+ padding-top: calc(var(--v-input-padding-top) + 2px);
22637
+ }
22638
+
22639
+ .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22640
+ padding-top: calc(var(--v-input-padding-top) + 0px);
22641
+ }.v-item-group {
22642
+ flex: 0 1 auto;
22643
+ max-width: 100%;
22644
+ position: relative;
22645
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22646
+ }.v-label {
22647
+ align-items: center;
22648
+ color: inherit;
22649
+ display: inline-flex;
22650
+ font-size: 1rem;
22651
+ letter-spacing: 0.009375em;
22652
+ min-width: 0;
22653
+ opacity: var(--v-medium-emphasis-opacity);
22654
+ overflow: hidden;
22655
+ text-overflow: ellipsis;
22656
+ white-space: nowrap;
22657
+ }
22658
+
22659
+ .v-label--clickable {
22660
+ cursor: pointer;
22661
+ }.v-layout {
22662
+ --v-scrollbar-offset: 0px;
22663
+ display: flex;
22664
+ flex: 1 1 auto;
22665
+ }
22666
+ .v-layout--full-height {
22667
+ --v-scrollbar-offset: inherit;
22668
+ height: 100%;
22669
+ }.v-layout-item {
22670
+ position: absolute;
22671
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22672
+ }
22673
+
22674
+ .v-layout-item--absolute {
22675
+ position: absolute;
22676
+ }.v-list {
22677
+ overflow: auto;
22678
+ padding: 8px 0;
22679
+ position: relative;
22680
+ outline: none;
22681
+ }
22682
+ .v-list {
22683
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22684
+ border-style: solid;
22685
+ border-width: 0;
22686
+ }
22687
+ .v-list--border {
22688
+ border-width: thin;
22689
+ box-shadow: none;
22690
+ }
22691
+ .v-list {
22692
+ 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));
22693
+ }
22694
+ .v-list {
22695
+ border-radius: 0;
22696
+ }
22697
+ .v-list {
22698
+ background: rgba(var(--v-theme-surface));
22699
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22700
+ }
22701
+ .v-list--disabled {
22702
+ pointer-events: none;
22703
+ -webkit-user-select: none;
22704
+ user-select: none;
22705
+ }
22706
+ .v-list--nav {
22707
+ padding-inline: 8px;
22708
+ }
22709
+ .v-list--rounded {
22710
+ border-radius: 4px;
22711
+ }
22712
+ .v-list--subheader {
22713
+ padding-top: 0;
22714
+ }
22715
+
22716
+ .v-list-img {
22717
+ border-radius: inherit;
22718
+ display: flex;
22719
+ height: 100%;
22720
+ left: 0;
22721
+ overflow: hidden;
22722
+ position: absolute;
22723
+ top: 0;
22724
+ width: 100%;
22725
+ z-index: -1;
22752
22726
  }
22753
22727
 
22754
- .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22755
- padding-top: calc(var(--v-input-padding-top) + 0px);
22756
- }.v-item-group {
22757
- flex: 0 1 auto;
22758
- max-width: 100%;
22759
- position: relative;
22760
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22761
- }.v-label {
22728
+ .v-list-subheader {
22762
22729
  align-items: center;
22763
- color: inherit;
22764
- display: inline-flex;
22765
- font-size: 1rem;
22766
- letter-spacing: 0.009375em;
22767
- min-width: 0;
22768
- opacity: var(--v-medium-emphasis-opacity);
22730
+ background: inherit;
22731
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22732
+ display: flex;
22733
+ font-size: 0.875rem;
22734
+ font-weight: 400;
22735
+ line-height: 1.375rem;
22736
+ padding-inline-end: 16px;
22737
+ min-height: 40px;
22738
+ transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
22739
+ }
22740
+ .v-list-subheader__text {
22769
22741
  overflow: hidden;
22770
22742
  text-overflow: ellipsis;
22771
22743
  white-space: nowrap;
22772
22744
  }
22745
+ .v-list--density-default .v-list-subheader {
22746
+ min-height: 40px;
22747
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
22748
+ }
22773
22749
 
22774
- .v-label--clickable {
22775
- cursor: pointer;
22776
- }.v-layout {
22777
- --v-scrollbar-offset: 0px;
22778
- display: flex;
22779
- flex: 1 1 auto;
22750
+ .v-list--density-comfortable .v-list-subheader {
22751
+ min-height: 36px;
22752
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
22780
22753
  }
22781
- .v-layout--full-height {
22782
- --v-scrollbar-offset: inherit;
22783
- height: 100%;
22784
- }.v-layout-item {
22785
- position: absolute;
22786
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22754
+
22755
+ .v-list--density-compact .v-list-subheader {
22756
+ min-height: 32px;
22757
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
22787
22758
  }
22788
22759
 
22789
- .v-layout-item--absolute {
22760
+ .v-list-subheader--inset {
22761
+ --indent-padding: 56px;
22762
+ }
22763
+ .v-list--nav .v-list-subheader {
22764
+ font-size: 0.75rem;
22765
+ }
22766
+ .v-list-subheader--sticky {
22767
+ background: inherit;
22768
+ left: 0;
22769
+ position: sticky;
22770
+ top: 0;
22771
+ z-index: 1;
22772
+ }
22773
+
22774
+ .v-list__overlay {
22775
+ background-color: currentColor;
22776
+ border-radius: inherit;
22777
+ bottom: 0;
22778
+ left: 0;
22779
+ opacity: 0;
22780
+ pointer-events: none;
22790
22781
  position: absolute;
22782
+ right: 0;
22783
+ top: 0;
22784
+ transition: opacity 0.2s ease-in-out;
22791
22785
  }.v-list-item {
22792
22786
  align-items: center;
22793
22787
  display: grid;
@@ -23255,166 +23249,161 @@ textarea.v-field__input::placeholder {
23255
23249
  }
23256
23250
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23257
23251
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23258
- }.v-list {
23259
- overflow: auto;
23260
- padding: 8px 0;
23261
- position: relative;
23262
- outline: none;
23263
- }
23264
- .v-list {
23265
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23266
- border-style: solid;
23267
- border-width: 0;
23268
- }
23269
- .v-list--border {
23270
- border-width: thin;
23271
- box-shadow: none;
23272
- }
23273
- .v-list {
23274
- 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));
23252
+ }.v-locale-provider {
23253
+ display: contents;
23254
+ }.v-main {
23255
+ flex: 1 0 auto;
23256
+ max-width: 100%;
23257
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23258
+ padding-left: var(--v-layout-left);
23259
+ padding-right: var(--v-layout-right);
23260
+ padding-top: var(--v-layout-top);
23261
+ padding-bottom: var(--v-layout-bottom);
23275
23262
  }
23276
- .v-list {
23277
- border-radius: 0;
23263
+ .v-main__scroller {
23264
+ max-width: 100%;
23265
+ position: relative;
23278
23266
  }
23279
- .v-list {
23280
- background: rgba(var(--v-theme-surface));
23281
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23267
+ .v-main--scrollable {
23268
+ display: flex;
23282
23269
  }
23283
- .v-list--disabled {
23284
- pointer-events: none;
23285
- -webkit-user-select: none;
23286
- user-select: none;
23270
+ .v-main--scrollable {
23271
+ position: absolute;
23272
+ top: 0;
23273
+ left: 0;
23274
+ width: 100%;
23275
+ height: 100%;
23287
23276
  }
23288
- .v-list--nav {
23289
- padding-inline: 8px;
23277
+ .v-main--scrollable > .v-main__scroller {
23278
+ flex: 1 1 auto;
23279
+ overflow-y: auto;
23280
+ --v-layout-left: 0px;
23281
+ --v-layout-right: 0px;
23282
+ --v-layout-top: 0px;
23283
+ --v-layout-bottom: 0px;
23284
+ }.v-menu > .v-overlay__content {
23285
+ display: flex;
23286
+ flex-direction: column;
23290
23287
  }
23291
- .v-list--rounded {
23288
+ .v-menu > .v-overlay__content {
23292
23289
  border-radius: 4px;
23293
23290
  }
23294
- .v-list--subheader {
23295
- padding-top: 0;
23296
- }
23297
-
23298
- .v-list-img {
23291
+ .v-menu > .v-overlay__content > .v-card,
23292
+ .v-menu > .v-overlay__content > .v-sheet,
23293
+ .v-menu > .v-overlay__content > .v-list {
23294
+ background: rgb(var(--v-theme-surface));
23299
23295
  border-radius: inherit;
23300
- display: flex;
23296
+ overflow: auto;
23301
23297
  height: 100%;
23302
- left: 0;
23303
- overflow: hidden;
23304
- position: absolute;
23305
- top: 0;
23306
- width: 100%;
23307
- z-index: -1;
23308
23298
  }
23309
-
23310
- .v-list-subheader {
23311
- align-items: center;
23312
- background: inherit;
23313
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23299
+ .v-menu > .v-overlay__content > .v-card,
23300
+ .v-menu > .v-overlay__content > .v-sheet,
23301
+ .v-menu > .v-overlay__content > .v-list {
23302
+ 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));
23303
+ }.v-navigation-drawer {
23304
+ -webkit-overflow-scrolling: touch;
23305
+ background: rgb(var(--v-theme-surface));
23314
23306
  display: flex;
23315
- font-size: 0.875rem;
23316
- font-weight: 400;
23317
- line-height: 1.375rem;
23318
- padding-inline-end: 16px;
23319
- min-height: 40px;
23320
- transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
23321
- }
23322
- .v-list-subheader__text {
23323
- overflow: hidden;
23324
- text-overflow: ellipsis;
23325
- white-space: nowrap;
23307
+ flex-direction: column;
23308
+ height: 100%;
23309
+ max-width: 100%;
23310
+ pointer-events: auto;
23311
+ transition-duration: 0.2s;
23312
+ transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
23313
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23314
+ position: absolute;
23326
23315
  }
23327
- .v-list--density-default .v-list-subheader {
23328
- min-height: 40px;
23329
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
23316
+ .v-navigation-drawer {
23317
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23318
+ border-style: solid;
23319
+ border-width: 0;
23330
23320
  }
23331
-
23332
- .v-list--density-comfortable .v-list-subheader {
23333
- min-height: 36px;
23334
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
23321
+ .v-navigation-drawer--border {
23322
+ border-width: thin;
23323
+ box-shadow: none;
23335
23324
  }
23336
-
23337
- .v-list--density-compact .v-list-subheader {
23338
- min-height: 32px;
23339
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
23325
+ .v-navigation-drawer {
23326
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23340
23327
  }
23341
-
23342
- .v-list-subheader--inset {
23343
- --indent-padding: 56px;
23328
+ .v-navigation-drawer {
23329
+ background: rgb(var(--v-theme-surface));
23330
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23344
23331
  }
23345
- .v-list--nav .v-list-subheader {
23346
- font-size: 0.75rem;
23332
+ .v-navigation-drawer--rounded {
23333
+ border-radius: 4px;
23347
23334
  }
23348
- .v-list-subheader--sticky {
23349
- background: inherit;
23350
- left: 0;
23351
- position: sticky;
23335
+ .v-navigation-drawer--top {
23352
23336
  top: 0;
23353
- z-index: 1;
23337
+ border-bottom-width: thin;
23354
23338
  }
23355
-
23356
- .v-list__overlay {
23357
- background-color: currentColor;
23358
- border-radius: inherit;
23359
- bottom: 0;
23339
+ .v-navigation-drawer--bottom {
23360
23340
  left: 0;
23361
- opacity: 0;
23362
- pointer-events: none;
23363
- position: absolute;
23364
- right: 0;
23341
+ border-top-width: thin;
23342
+ }
23343
+ .v-navigation-drawer--left {
23365
23344
  top: 0;
23366
- transition: opacity 0.2s ease-in-out;
23367
- }.v-locale-provider {
23368
- display: contents;
23369
- }.v-menu > .v-overlay__content {
23370
- display: flex;
23371
- flex-direction: column;
23345
+ left: 0;
23346
+ right: auto;
23347
+ border-right-width: thin;
23372
23348
  }
23373
- .v-menu > .v-overlay__content {
23374
- border-radius: 4px;
23349
+ .v-navigation-drawer--right {
23350
+ top: 0;
23351
+ left: auto;
23352
+ right: 0;
23353
+ border-left-width: thin;
23375
23354
  }
23376
- .v-menu > .v-overlay__content > .v-card,
23377
- .v-menu > .v-overlay__content > .v-sheet,
23378
- .v-menu > .v-overlay__content > .v-list {
23379
- background: rgb(var(--v-theme-surface));
23380
- border-radius: inherit;
23381
- overflow: auto;
23382
- height: 100%;
23355
+ .v-navigation-drawer--floating {
23356
+ border: none;
23383
23357
  }
23384
- .v-menu > .v-overlay__content > .v-card,
23385
- .v-menu > .v-overlay__content > .v-sheet,
23386
- .v-menu > .v-overlay__content > .v-list {
23387
- 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));
23388
- }.v-main {
23389
- flex: 1 0 auto;
23390
- max-width: 100%;
23391
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23392
- padding-left: var(--v-layout-left);
23393
- padding-right: var(--v-layout-right);
23394
- padding-top: var(--v-layout-top);
23395
- padding-bottom: var(--v-layout-bottom);
23358
+ .v-navigation-drawer--temporary.v-navigation-drawer--active {
23359
+ box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23396
23360
  }
23397
- .v-main__scroller {
23361
+ .v-navigation-drawer--sticky {
23362
+ height: auto;
23363
+ transition: box-shadow, transform, visibility, width, height, left, right;
23364
+ }
23365
+ .v-navigation-drawer .v-list {
23366
+ overflow: hidden;
23367
+ }
23368
+
23369
+ .v-navigation-drawer__content {
23370
+ flex: 0 1 auto;
23371
+ height: 100%;
23398
23372
  max-width: 100%;
23399
- position: relative;
23373
+ overflow-x: hidden;
23374
+ overflow-y: auto;
23400
23375
  }
23401
- .v-main--scrollable {
23402
- display: flex;
23376
+
23377
+ .v-navigation-drawer__img {
23378
+ height: 100%;
23379
+ left: 0;
23380
+ position: absolute;
23381
+ top: 0;
23382
+ width: 100%;
23383
+ z-index: -1;
23403
23384
  }
23404
- .v-main--scrollable {
23385
+ .v-navigation-drawer__img img:not(.v-img__img) {
23386
+ height: inherit;
23387
+ object-fit: cover;
23388
+ width: inherit;
23389
+ }
23390
+
23391
+ .v-navigation-drawer__scrim {
23405
23392
  position: absolute;
23406
23393
  top: 0;
23407
23394
  left: 0;
23408
23395
  width: 100%;
23409
23396
  height: 100%;
23397
+ background: black;
23398
+ opacity: 0.2;
23399
+ transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23400
+ z-index: 1;
23410
23401
  }
23411
- .v-main--scrollable > .v-main__scroller {
23412
- flex: 1 1 auto;
23413
- overflow-y: auto;
23414
- --v-layout-left: 0px;
23415
- --v-layout-right: 0px;
23416
- --v-layout-top: 0px;
23417
- --v-layout-bottom: 0px;
23402
+
23403
+ .v-navigation-drawer__prepend,
23404
+ .v-navigation-drawer__append {
23405
+ flex: none;
23406
+ overflow: hidden;
23418
23407
  }.v-messages {
23419
23408
  flex: 1 1 auto;
23420
23409
  font-size: 12px;
@@ -23477,78 +23466,6 @@ textarea.v-field__input::placeholder {
23477
23466
  .v-number-input__control .v-btn {
23478
23467
  background-color: transparent;
23479
23468
  border-radius: 0;
23480
- }.v-overlay-container {
23481
- contain: layout;
23482
- left: 0;
23483
- pointer-events: none;
23484
- position: absolute;
23485
- top: 0;
23486
- display: contents;
23487
- }
23488
-
23489
- .v-overlay-scroll-blocked {
23490
- padding-inline-end: var(--v-scrollbar-offset);
23491
- }
23492
- .v-overlay-scroll-blocked:not(html) {
23493
- overflow-y: hidden !important;
23494
- }
23495
- html.v-overlay-scroll-blocked {
23496
- position: fixed;
23497
- top: var(--v-body-scroll-y);
23498
- left: var(--v-body-scroll-x);
23499
- width: 100%;
23500
- height: 100%;
23501
- }
23502
-
23503
- .v-overlay {
23504
- --v-overlay-opacity: 0.32;
23505
- border-radius: inherit;
23506
- display: flex;
23507
- left: 0;
23508
- pointer-events: none;
23509
- position: fixed;
23510
- top: 0;
23511
- bottom: 0;
23512
- right: 0;
23513
- }
23514
-
23515
- .v-overlay__content {
23516
- outline: none;
23517
- position: absolute;
23518
- pointer-events: auto;
23519
- contain: layout;
23520
- }
23521
-
23522
- .v-overlay__scrim {
23523
- pointer-events: auto;
23524
- background: #000;
23525
- border-radius: inherit;
23526
- bottom: 0;
23527
- left: 0;
23528
- opacity: var(--v-overlay-opacity);
23529
- position: fixed;
23530
- right: 0;
23531
- top: 0;
23532
- }
23533
-
23534
- .v-overlay--absolute {
23535
- position: absolute;
23536
- }
23537
-
23538
- .v-overlay--contained .v-overlay__scrim {
23539
- position: absolute;
23540
- }
23541
-
23542
- .v-overlay--scroll-blocked {
23543
- padding-inline-end: var(--v-scrollbar-offset);
23544
- }.v-pagination__list {
23545
- display: inline-flex;
23546
- list-style-type: none;
23547
- justify-content: center;
23548
- width: 100%;
23549
- }
23550
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23551
- margin: 0.3rem;
23552
23469
  }.v-otp-input {
23553
23470
  align-items: center;
23554
23471
  display: flex;
@@ -23607,108 +23524,78 @@ html.v-overlay-scroll-blocked {
23607
23524
  }
23608
23525
  .v-otp-input__loader .v-progress-linear {
23609
23526
  position: absolute;
23610
- }.v-progress-circular {
23611
- align-items: center;
23612
- display: inline-flex;
23613
- justify-content: center;
23614
- position: relative;
23615
- vertical-align: middle;
23616
- }
23617
- .v-progress-circular > svg {
23618
- width: 100%;
23619
- height: 100%;
23620
- margin: auto;
23527
+ }.v-overlay-container {
23528
+ contain: layout;
23529
+ left: 0;
23530
+ pointer-events: none;
23621
23531
  position: absolute;
23622
23532
  top: 0;
23623
- bottom: 0;
23624
- left: 0;
23625
- right: 0;
23626
- z-index: 0;
23533
+ display: contents;
23627
23534
  }
23628
23535
 
23629
- .v-progress-circular__content {
23630
- align-items: center;
23631
- display: flex;
23632
- justify-content: center;
23536
+ .v-overlay-scroll-blocked {
23537
+ padding-inline-end: var(--v-scrollbar-offset);
23633
23538
  }
23634
-
23635
- .v-progress-circular__underlay {
23636
- color: rgba(var(--v-border-color), var(--v-border-opacity));
23637
- stroke: currentColor;
23638
- z-index: 1;
23539
+ .v-overlay-scroll-blocked:not(html) {
23540
+ overflow-y: hidden !important;
23639
23541
  }
23640
-
23641
- .v-progress-circular__overlay {
23642
- stroke: currentColor;
23643
- transition: all 0.2s ease-in-out, stroke-width 0s;
23644
- z-index: 2;
23542
+ html.v-overlay-scroll-blocked {
23543
+ position: fixed;
23544
+ top: var(--v-body-scroll-y);
23545
+ left: var(--v-body-scroll-x);
23546
+ width: 100%;
23547
+ height: 100%;
23645
23548
  }
23646
23549
 
23647
- .v-progress-circular--size-x-small {
23648
- height: 16px;
23649
- width: 16px;
23650
- }
23651
- .v-progress-circular--size-small {
23652
- height: 24px;
23653
- width: 24px;
23654
- }
23655
- .v-progress-circular--size-default {
23656
- height: 32px;
23657
- width: 32px;
23658
- }
23659
- .v-progress-circular--size-large {
23660
- height: 48px;
23661
- width: 48px;
23662
- }
23663
- .v-progress-circular--size-x-large {
23664
- height: 64px;
23665
- width: 64px;
23550
+ .v-overlay {
23551
+ --v-overlay-opacity: 0.32;
23552
+ border-radius: inherit;
23553
+ display: flex;
23554
+ left: 0;
23555
+ pointer-events: none;
23556
+ position: fixed;
23557
+ top: 0;
23558
+ bottom: 0;
23559
+ right: 0;
23666
23560
  }
23667
23561
 
23668
- .v-progress-circular--indeterminate > svg {
23669
- animation: progress-circular-rotate 1.4s linear infinite;
23670
- transform-origin: center center;
23671
- transition: all 0.2s ease-in-out;
23672
- }
23673
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
23674
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23675
- stroke-dasharray: 25, 200;
23676
- stroke-dashoffset: 0;
23677
- stroke-linecap: round;
23678
- transform-origin: center center;
23679
- transform: rotate(-90deg);
23562
+ .v-overlay__content {
23563
+ outline: none;
23564
+ position: absolute;
23565
+ pointer-events: auto;
23566
+ contain: layout;
23680
23567
  }
23681
23568
 
23682
- .v-progress-circular--disable-shrink > svg {
23683
- animation-duration: 0.7s;
23684
- }
23685
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23686
- animation: none;
23569
+ .v-overlay__scrim {
23570
+ pointer-events: auto;
23571
+ background: #000;
23572
+ border-radius: inherit;
23573
+ bottom: 0;
23574
+ left: 0;
23575
+ opacity: var(--v-overlay-opacity);
23576
+ position: fixed;
23577
+ right: 0;
23578
+ top: 0;
23687
23579
  }
23688
23580
 
23689
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23690
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23691
- animation-play-state: paused !important;
23581
+ .v-overlay--absolute {
23582
+ position: absolute;
23692
23583
  }
23693
23584
 
23694
- @keyframes progress-circular-dash {
23695
- 0% {
23696
- stroke-dasharray: 1, 200;
23697
- stroke-dashoffset: 0px;
23698
- }
23699
- 50% {
23700
- stroke-dasharray: 100, 200;
23701
- stroke-dashoffset: -15px;
23702
- }
23703
- 100% {
23704
- stroke-dasharray: 100, 200;
23705
- stroke-dashoffset: -124px;
23706
- }
23585
+ .v-overlay--contained .v-overlay__scrim {
23586
+ position: absolute;
23707
23587
  }
23708
- @keyframes progress-circular-rotate {
23709
- 100% {
23710
- transform: rotate(270deg);
23711
- }
23588
+
23589
+ .v-overlay--scroll-blocked {
23590
+ padding-inline-end: var(--v-scrollbar-offset);
23591
+ }.v-pagination__list {
23592
+ display: inline-flex;
23593
+ list-style-type: none;
23594
+ justify-content: center;
23595
+ width: 100%;
23596
+ }
23597
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23598
+ margin: 0.3rem;
23712
23599
  }.v-parallax {
23713
23600
  position: relative;
23714
23601
  overflow: hidden;
@@ -23943,6 +23830,108 @@ html.v-overlay-scroll-blocked {
23943
23830
  0% {
23944
23831
  background-position-x: var(--v-progress-linear-height);
23945
23832
  }
23833
+ }.v-progress-circular {
23834
+ align-items: center;
23835
+ display: inline-flex;
23836
+ justify-content: center;
23837
+ position: relative;
23838
+ vertical-align: middle;
23839
+ }
23840
+ .v-progress-circular > svg {
23841
+ width: 100%;
23842
+ height: 100%;
23843
+ margin: auto;
23844
+ position: absolute;
23845
+ top: 0;
23846
+ bottom: 0;
23847
+ left: 0;
23848
+ right: 0;
23849
+ z-index: 0;
23850
+ }
23851
+
23852
+ .v-progress-circular__content {
23853
+ align-items: center;
23854
+ display: flex;
23855
+ justify-content: center;
23856
+ }
23857
+
23858
+ .v-progress-circular__underlay {
23859
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
23860
+ stroke: currentColor;
23861
+ z-index: 1;
23862
+ }
23863
+
23864
+ .v-progress-circular__overlay {
23865
+ stroke: currentColor;
23866
+ transition: all 0.2s ease-in-out, stroke-width 0s;
23867
+ z-index: 2;
23868
+ }
23869
+
23870
+ .v-progress-circular--size-x-small {
23871
+ height: 16px;
23872
+ width: 16px;
23873
+ }
23874
+ .v-progress-circular--size-small {
23875
+ height: 24px;
23876
+ width: 24px;
23877
+ }
23878
+ .v-progress-circular--size-default {
23879
+ height: 32px;
23880
+ width: 32px;
23881
+ }
23882
+ .v-progress-circular--size-large {
23883
+ height: 48px;
23884
+ width: 48px;
23885
+ }
23886
+ .v-progress-circular--size-x-large {
23887
+ height: 64px;
23888
+ width: 64px;
23889
+ }
23890
+
23891
+ .v-progress-circular--indeterminate > svg {
23892
+ animation: progress-circular-rotate 1.4s linear infinite;
23893
+ transform-origin: center center;
23894
+ transition: all 0.2s ease-in-out;
23895
+ }
23896
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
23897
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23898
+ stroke-dasharray: 25, 200;
23899
+ stroke-dashoffset: 0;
23900
+ stroke-linecap: round;
23901
+ transform-origin: center center;
23902
+ transform: rotate(-90deg);
23903
+ }
23904
+
23905
+ .v-progress-circular--disable-shrink > svg {
23906
+ animation-duration: 0.7s;
23907
+ }
23908
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23909
+ animation: none;
23910
+ }
23911
+
23912
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23913
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23914
+ animation-play-state: paused !important;
23915
+ }
23916
+
23917
+ @keyframes progress-circular-dash {
23918
+ 0% {
23919
+ stroke-dasharray: 1, 200;
23920
+ stroke-dashoffset: 0px;
23921
+ }
23922
+ 50% {
23923
+ stroke-dasharray: 100, 200;
23924
+ stroke-dashoffset: -15px;
23925
+ }
23926
+ 100% {
23927
+ stroke-dasharray: 100, 200;
23928
+ stroke-dashoffset: -124px;
23929
+ }
23930
+ }
23931
+ @keyframes progress-circular-rotate {
23932
+ 100% {
23933
+ transform: rotate(270deg);
23934
+ }
23946
23935
  }.v-radio-group > .v-input__control {
23947
23936
  flex-direction: column;
23948
23937
  }
@@ -24012,57 +24001,6 @@ html.v-overlay-scroll-blocked {
24012
24001
 
24013
24002
  .v-slider__label {
24014
24003
  margin-inline-end: 12px;
24015
- }.v-select .v-field .v-text-field__prefix,
24016
- .v-select .v-field .v-text-field__suffix,
24017
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24018
- cursor: pointer;
24019
- }
24020
- .v-select .v-field .v-field__input > input {
24021
- align-self: flex-start;
24022
- opacity: 1;
24023
- flex: 0 0;
24024
- position: absolute;
24025
- width: 100%;
24026
- transition: none;
24027
- pointer-events: none;
24028
- caret-color: transparent;
24029
- }
24030
- .v-select .v-field--dirty .v-select__selection {
24031
- margin-inline-end: 2px;
24032
- }
24033
- .v-select .v-select__selection-text {
24034
- overflow: hidden;
24035
- text-overflow: ellipsis;
24036
- white-space: nowrap;
24037
- }
24038
- .v-select__content {
24039
- overflow: hidden;
24040
- }
24041
- .v-select__content {
24042
- 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));
24043
- }
24044
- .v-select__content {
24045
- border-radius: 4px;
24046
- }
24047
- .v-select__selection {
24048
- display: inline-flex;
24049
- align-items: center;
24050
- letter-spacing: inherit;
24051
- line-height: inherit;
24052
- max-width: 100%;
24053
- }
24054
- .v-select .v-select__selection:first-child {
24055
- margin-inline-start: 0;
24056
- }
24057
- .v-select--selected .v-field .v-field__input > input {
24058
- opacity: 0;
24059
- }
24060
- .v-select__menu-icon {
24061
- margin-inline-start: 4px;
24062
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24063
- }
24064
- .v-select--active-menu .v-select__menu-icon {
24065
- transform: rotate(180deg);
24066
24004
  }.v-rating {
24067
24005
  max-width: 100%;
24068
24006
  display: inline-flex;
@@ -24142,6 +24080,65 @@ html.v-overlay-scroll-blocked {
24142
24080
  flex: 1 0 0px;
24143
24081
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24144
24082
  pointer-events: none;
24083
+ }.v-select .v-field .v-text-field__prefix,
24084
+ .v-select .v-field .v-text-field__suffix,
24085
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24086
+ cursor: pointer;
24087
+ }
24088
+ .v-select .v-field .v-field__input > input {
24089
+ align-self: flex-start;
24090
+ opacity: 1;
24091
+ flex: 0 0;
24092
+ position: absolute;
24093
+ width: 100%;
24094
+ transition: none;
24095
+ pointer-events: none;
24096
+ caret-color: transparent;
24097
+ }
24098
+ .v-select .v-field--dirty .v-select__selection {
24099
+ margin-inline-end: 2px;
24100
+ }
24101
+ .v-select .v-select__selection-text {
24102
+ overflow: hidden;
24103
+ text-overflow: ellipsis;
24104
+ white-space: nowrap;
24105
+ }
24106
+ .v-select__content {
24107
+ overflow: hidden;
24108
+ }
24109
+ .v-select__content {
24110
+ 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));
24111
+ }
24112
+ .v-select__content {
24113
+ border-radius: 4px;
24114
+ }
24115
+ .v-select__selection {
24116
+ display: inline-flex;
24117
+ align-items: center;
24118
+ letter-spacing: inherit;
24119
+ line-height: inherit;
24120
+ max-width: 100%;
24121
+ }
24122
+ .v-select .v-select__selection:first-child {
24123
+ margin-inline-start: 0;
24124
+ }
24125
+ .v-select--selected .v-field .v-field__input > input {
24126
+ opacity: 0;
24127
+ }
24128
+ .v-select__menu-icon {
24129
+ margin-inline-start: 4px;
24130
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24131
+ }
24132
+ .v-select--active-menu .v-select__menu-icon {
24133
+ transform: rotate(180deg);
24134
+ }.v-selection-control-group {
24135
+ grid-area: control;
24136
+ display: flex;
24137
+ flex-direction: column;
24138
+ }
24139
+ .v-selection-control-group--inline {
24140
+ flex-direction: row;
24141
+ flex-wrap: wrap;
24145
24142
  }.v-selection-control {
24146
24143
  align-items: center;
24147
24144
  contain: layout;
@@ -24238,19 +24235,11 @@ html.v-overlay-scroll-blocked {
24238
24235
  .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
24239
24236
  opacity: 1;
24240
24237
  }
24241
- .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
24242
- color: rgb(var(--v-theme-error));
24243
- }
24244
- .v-selection-control--focus-visible .v-selection-control__input::before {
24245
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24246
- }.v-selection-control-group {
24247
- grid-area: control;
24248
- display: flex;
24249
- flex-direction: column;
24238
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
24239
+ color: rgb(var(--v-theme-error));
24250
24240
  }
24251
- .v-selection-control-group--inline {
24252
- flex-direction: row;
24253
- flex-wrap: wrap;
24241
+ .v-selection-control--focus-visible .v-selection-control__input::before {
24242
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24254
24243
  }.v-sheet {
24255
24244
  display: block;
24256
24245
  }
@@ -24567,146 +24556,103 @@ html.v-overlay-scroll-blocked {
24567
24556
  .v-slide-group--vertical .v-slide-group__container {
24568
24557
  overflow-x: hidden;
24569
24558
  overflow-y: auto;
24570
- }.v-snackbar {
24571
- justify-content: center;
24572
- z-index: 10000;
24573
- margin: 8px;
24574
- margin-inline-end: calc(8px + var(--v-scrollbar-offset));
24575
- padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
24559
+ }.v-speed-dial__content {
24560
+ gap: 8px;
24576
24561
  }
24577
- .v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
24578
- align-items: flex-end;
24562
+ .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 {
24563
+ flex-direction: row;
24579
24564
  }
24580
- .v-snackbar__wrapper {
24581
- align-items: center;
24582
- display: flex;
24583
- max-width: 672px;
24584
- min-height: 48px;
24585
- min-width: 344px;
24586
- overflow: hidden;
24587
- padding: 0;
24565
+ .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 {
24566
+ flex-direction: row-reverse;
24588
24567
  }
24589
- .v-snackbar__wrapper {
24590
- border-radius: 4px;
24568
+ .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 {
24569
+ flex-direction: column-reverse;
24591
24570
  }
24592
- .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
24593
- background: transparent;
24594
- color: inherit;
24571
+ .v-speed-dial__content > *:nth-child(1) {
24572
+ transition-delay: 0s;
24595
24573
  }
24596
- .v-snackbar--variant-plain {
24597
- opacity: 0.62;
24574
+ .v-speed-dial__content > *:nth-child(2) {
24575
+ transition-delay: 0.05s;
24598
24576
  }
24599
- .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
24600
- opacity: 1;
24577
+ .v-speed-dial__content > *:nth-child(3) {
24578
+ transition-delay: 0.1s;
24601
24579
  }
24602
- .v-snackbar--variant-plain .v-snackbar__overlay {
24603
- display: none;
24580
+ .v-speed-dial__content > *:nth-child(4) {
24581
+ transition-delay: 0.15s;
24604
24582
  }
24605
- .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
24606
- background: rgb(var(--v-theme-surface-variant));
24607
- color: rgb(var(--v-theme-on-surface-variant));
24583
+ .v-speed-dial__content > *:nth-child(5) {
24584
+ transition-delay: 0.2s;
24608
24585
  }
24609
- .v-snackbar--variant-elevated {
24610
- box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24586
+ .v-speed-dial__content > *:nth-child(6) {
24587
+ transition-delay: 0.25s;
24611
24588
  }
24612
- .v-snackbar--variant-flat {
24613
- 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));
24589
+ .v-speed-dial__content > *:nth-child(7) {
24590
+ transition-delay: 0.3s;
24614
24591
  }
24615
- .v-snackbar--variant-outlined {
24616
- border: thin solid currentColor;
24592
+ .v-speed-dial__content > *:nth-child(8) {
24593
+ transition-delay: 0.35s;
24617
24594
  }
24618
- .v-snackbar--variant-text .v-snackbar__overlay {
24619
- background: currentColor;
24595
+ .v-speed-dial__content > *:nth-child(9) {
24596
+ transition-delay: 0.4s;
24620
24597
  }
24621
- .v-snackbar--variant-tonal .v-snackbar__underlay {
24622
- background: currentColor;
24623
- opacity: var(--v-activated-opacity);
24624
- border-radius: inherit;
24625
- top: 0;
24626
- right: 0;
24627
- bottom: 0;
24628
- left: 0;
24629
- pointer-events: none;
24598
+ .v-speed-dial__content > *:nth-child(10) {
24599
+ transition-delay: 0.45s;
24600
+ }.v-stepper.v-sheet {
24601
+ overflow: hidden;
24630
24602
  }
24631
- .v-snackbar .v-snackbar__underlay {
24632
- position: absolute;
24603
+ .v-stepper.v-sheet {
24604
+ 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));
24633
24605
  }
24634
-
24635
- .v-snackbar__content {
24636
- flex-grow: 1;
24637
- font-size: 0.875rem;
24638
- font-weight: 400;
24639
- letter-spacing: 0.0178571429em;
24640
- line-height: 1.425;
24641
- margin-right: auto;
24642
- padding: 14px 16px;
24643
- text-align: initial;
24606
+ .v-stepper.v-sheet {
24607
+ border-radius: 4px;
24644
24608
  }
24645
- .v-snackbar__actions {
24609
+ .v-stepper.v-sheet.v-stepper--flat {
24610
+ 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));
24611
+ }
24612
+
24613
+ .v-stepper-header {
24646
24614
  align-items: center;
24647
- align-self: center;
24648
24615
  display: flex;
24649
- margin-inline-end: 8px;
24650
- }
24651
- .v-snackbar__actions > .v-btn {
24652
- padding: 0 8px;
24653
- min-width: auto;
24654
- }
24655
- .v-snackbar__timer {
24656
- width: 100%;
24657
- position: absolute;
24658
- top: 0;
24659
- }
24660
- .v-snackbar__timer .v-progress-linear {
24661
- transition: 0.2s linear;
24662
- }
24663
- .v-snackbar--absolute {
24664
- position: absolute;
24616
+ position: relative;
24617
+ overflow-x: auto;
24618
+ justify-content: space-between;
24665
24619
  z-index: 1;
24666
24620
  }
24667
- .v-snackbar--multi-line .v-snackbar__wrapper {
24668
- min-height: 68px;
24669
- }
24670
- .v-snackbar--vertical .v-snackbar__wrapper {
24671
- flex-direction: column;
24672
- }
24673
- .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
24674
- align-self: flex-end;
24675
- margin-bottom: 8px;
24621
+ .v-stepper-header {
24622
+ 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));
24676
24623
  }
24677
- .v-snackbar--center {
24678
- align-items: center;
24679
- justify-content: center;
24624
+ .v-stepper-header .v-divider {
24625
+ margin: 0 -16px;
24680
24626
  }
24681
- .v-snackbar--top {
24682
- align-items: flex-start;
24627
+ .v-stepper-header .v-divider:last-child {
24628
+ margin-inline-end: 0;
24683
24629
  }
24684
- .v-snackbar--bottom {
24685
- align-items: flex-end;
24630
+ .v-stepper-header .v-divider:first-child {
24631
+ margin-inline-start: 0;
24686
24632
  }
24687
- .v-snackbar--left, .v-snackbar--start {
24688
- justify-content: flex-start;
24633
+ .v-stepper--alt-labels .v-stepper-header {
24634
+ height: auto;
24689
24635
  }
24690
- .v-snackbar--right, .v-snackbar--end {
24691
- justify-content: flex-end;
24636
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
24637
+ align-self: flex-start;
24638
+ margin: 35px -67px 0;
24692
24639
  }
24693
24640
 
24694
- .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
24695
- transition-duration: 0.15s;
24696
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24697
- }
24698
- .v-snackbar-transition-enter-active {
24699
- transition-property: opacity, transform;
24641
+ .v-stepper-window {
24642
+ margin: 1.5rem;
24700
24643
  }
24701
- .v-snackbar-transition-enter-from {
24702
- opacity: 0;
24703
- transform: scale(0.8);
24644
+
24645
+ .v-stepper-actions {
24646
+ display: flex;
24647
+ align-items: center;
24648
+ justify-content: space-between;
24649
+ padding: 1rem;
24704
24650
  }
24705
- .v-snackbar-transition-leave-active {
24706
- transition-property: opacity;
24651
+ .v-stepper .v-stepper-actions {
24652
+ padding: 0 1.5rem 1rem;
24707
24653
  }
24708
- .v-snackbar-transition-leave-to {
24709
- opacity: 0;
24654
+ .v-stepper-window-item .v-stepper-actions {
24655
+ padding: 1.5rem 0 0;
24710
24656
  }.v-switch .v-label {
24711
24657
  padding-inline-start: 10px;
24712
24658
  }
@@ -24858,78 +24804,37 @@ html.v-overlay-scroll-blocked {
24858
24804
  .v-switch .v-switch__thumb {
24859
24805
  border: 1px solid;
24860
24806
  color: buttontext;
24861
- }
24862
- .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24863
- background-color: highlight;
24864
- }
24865
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
24866
- background-color: highlight;
24867
- }
24868
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
24869
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24870
- color: highlight;
24871
- }
24872
- .v-switch.v-switch--inset .v-switch__track {
24873
- border-width: 2px;
24874
- }
24875
- .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24876
- background-color: highlighttext;
24877
- color: highlighttext;
24878
- }
24879
- .v-switch.v-input--disabled .v-switch__thumb {
24880
- background-color: graytext;
24881
- }
24882
- .v-switch.v-input--disabled .v-switch__track,
24883
- .v-switch.v-input--disabled .v-switch__thumb {
24884
- color: graytext;
24885
- }
24886
- .v-switch.v-switch--loading .v-switch__thumb {
24887
- background-color: canvas;
24888
- }
24889
- .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
24890
- border-width: 0;
24891
- }
24892
- }.v-speed-dial__content {
24893
- gap: 8px;
24894
- }
24895
- .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 {
24896
- flex-direction: row;
24897
- }
24898
- .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 {
24899
- flex-direction: row-reverse;
24900
- }
24901
- .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 {
24902
- flex-direction: column-reverse;
24903
- }
24904
- .v-speed-dial__content > *:nth-child(1) {
24905
- transition-delay: 0s;
24906
- }
24907
- .v-speed-dial__content > *:nth-child(2) {
24908
- transition-delay: 0.05s;
24909
- }
24910
- .v-speed-dial__content > *:nth-child(3) {
24911
- transition-delay: 0.1s;
24912
- }
24913
- .v-speed-dial__content > *:nth-child(4) {
24914
- transition-delay: 0.15s;
24915
- }
24916
- .v-speed-dial__content > *:nth-child(5) {
24917
- transition-delay: 0.2s;
24918
- }
24919
- .v-speed-dial__content > *:nth-child(6) {
24920
- transition-delay: 0.25s;
24921
- }
24922
- .v-speed-dial__content > *:nth-child(7) {
24923
- transition-delay: 0.3s;
24924
- }
24925
- .v-speed-dial__content > *:nth-child(8) {
24926
- transition-delay: 0.35s;
24927
- }
24928
- .v-speed-dial__content > *:nth-child(9) {
24929
- transition-delay: 0.4s;
24930
- }
24931
- .v-speed-dial__content > *:nth-child(10) {
24932
- transition-delay: 0.45s;
24807
+ }
24808
+ .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24809
+ background-color: highlight;
24810
+ }
24811
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
24812
+ background-color: highlight;
24813
+ }
24814
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
24815
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24816
+ color: highlight;
24817
+ }
24818
+ .v-switch.v-switch--inset .v-switch__track {
24819
+ border-width: 2px;
24820
+ }
24821
+ .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24822
+ background-color: highlighttext;
24823
+ color: highlighttext;
24824
+ }
24825
+ .v-switch.v-input--disabled .v-switch__thumb {
24826
+ background-color: graytext;
24827
+ }
24828
+ .v-switch.v-input--disabled .v-switch__track,
24829
+ .v-switch.v-input--disabled .v-switch__thumb {
24830
+ color: graytext;
24831
+ }
24832
+ .v-switch.v-switch--loading .v-switch__thumb {
24833
+ background-color: canvas;
24834
+ }
24835
+ .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
24836
+ border-width: 0;
24837
+ }
24933
24838
  }.v-stepper-item {
24934
24839
  align-items: center;
24935
24840
  align-self: stretch;
@@ -25049,200 +24954,284 @@ html.v-overlay-scroll-blocked {
25049
24954
  left: 0;
25050
24955
  width: 100%;
25051
24956
  height: 100%;
25052
- }.v-stepper.v-sheet {
25053
- overflow: hidden;
25054
- }
25055
- .v-stepper.v-sheet {
25056
- 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));
24957
+ }.v-system-bar {
24958
+ align-items: center;
24959
+ display: flex;
24960
+ flex: 1 1 auto;
24961
+ height: 24px;
24962
+ justify-content: flex-end;
24963
+ max-width: 100%;
24964
+ padding-inline: 8px;
24965
+ position: relative;
24966
+ text-align: end;
24967
+ width: 100%;
25057
24968
  }
25058
- .v-stepper.v-sheet {
25059
- border-radius: 4px;
24969
+ .v-system-bar .v-icon {
24970
+ opacity: var(--v-medium-emphasis-opacity);
25060
24971
  }
25061
- .v-stepper.v-sheet.v-stepper--flat {
24972
+ .v-system-bar {
25062
24973
  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));
25063
24974
  }
24975
+ .v-system-bar--absolute {
24976
+ position: absolute;
24977
+ }
24978
+ .v-system-bar--fixed {
24979
+ position: fixed;
24980
+ }
24981
+ .v-system-bar {
24982
+ background: rgba(var(--v-theme-surface-light));
24983
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24984
+ }
24985
+ .v-system-bar {
24986
+ font-size: 0.75rem;
24987
+ font-weight: 400;
24988
+ letter-spacing: 0.0333333333em;
24989
+ line-height: 1.667;
24990
+ text-transform: none;
24991
+ }
24992
+ .v-system-bar--rounded {
24993
+ border-radius: 0;
24994
+ }
24995
+ .v-system-bar--window {
24996
+ height: 32px;
24997
+ }
24998
+ .v-system-bar:not(.v-system-bar--absolute) {
24999
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25000
+ }.v-tab.v-tab.v-btn {
25001
+ height: var(--v-tabs-height);
25002
+ border-radius: 0;
25003
+ min-width: 90px;
25004
+ }
25005
+ .v-slide-group--horizontal .v-tab {
25006
+ max-width: 360px;
25007
+ }
25008
+ .v-slide-group--vertical .v-tab {
25009
+ justify-content: start;
25010
+ }
25064
25011
 
25065
- .v-stepper-header {
25066
- align-items: center;
25012
+ .v-tab__slider {
25013
+ position: absolute;
25014
+ bottom: 0;
25015
+ left: 0;
25016
+ height: 2px;
25017
+ width: 100%;
25018
+ background: currentColor;
25019
+ pointer-events: none;
25020
+ opacity: 0;
25021
+ }
25022
+ .v-tab--selected .v-tab__slider {
25023
+ opacity: 1;
25024
+ }
25025
+ .v-slide-group--vertical .v-tab__slider {
25026
+ top: 0;
25027
+ height: 100%;
25028
+ width: 2px;
25029
+ }.v-tabs {
25067
25030
  display: flex;
25068
- position: relative;
25069
- overflow-x: auto;
25070
- justify-content: space-between;
25071
- z-index: 1;
25031
+ height: var(--v-tabs-height);
25072
25032
  }
25073
- .v-stepper-header {
25074
- 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));
25033
+ .v-tabs--density-default {
25034
+ --v-tabs-height: 48px;
25075
25035
  }
25076
- .v-stepper-header .v-divider {
25077
- margin: 0 -16px;
25036
+ .v-tabs--density-default.v-tabs--stacked {
25037
+ --v-tabs-height: 72px;
25078
25038
  }
25079
- .v-stepper-header .v-divider:last-child {
25080
- margin-inline-end: 0;
25039
+
25040
+ .v-tabs--density-comfortable {
25041
+ --v-tabs-height: 44px;
25081
25042
  }
25082
- .v-stepper-header .v-divider:first-child {
25083
- margin-inline-start: 0;
25043
+ .v-tabs--density-comfortable.v-tabs--stacked {
25044
+ --v-tabs-height: 68px;
25084
25045
  }
25085
- .v-stepper--alt-labels .v-stepper-header {
25046
+
25047
+ .v-tabs--density-compact {
25048
+ --v-tabs-height: 36px;
25049
+ }
25050
+ .v-tabs--density-compact.v-tabs--stacked {
25051
+ --v-tabs-height: 60px;
25052
+ }
25053
+
25054
+ .v-tabs.v-slide-group--vertical {
25086
25055
  height: auto;
25056
+ flex: none;
25057
+ --v-tabs-height: 48px;
25087
25058
  }
25088
- .v-stepper--alt-labels .v-stepper-header .v-divider {
25089
- align-self: flex-start;
25090
- margin: 35px -67px 0;
25059
+
25060
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25061
+ margin-inline-start: 42px;
25091
25062
  }
25092
25063
 
25093
- .v-stepper-window {
25094
- margin: 1.5rem;
25064
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25065
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25066
+ margin-inline-end: auto;
25067
+ }
25068
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25069
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25070
+ margin-inline-start: auto;
25095
25071
  }
25096
25072
 
25097
- .v-stepper-actions {
25098
- display: flex;
25099
- align-items: center;
25100
- justify-content: space-between;
25101
- padding: 1rem;
25073
+ .v-tabs--grow {
25074
+ flex-grow: 1;
25102
25075
  }
25103
- .v-stepper .v-stepper-actions {
25104
- padding: 0 1.5rem 1rem;
25076
+ .v-tabs--grow .v-tab {
25077
+ flex: 1 0 auto;
25078
+ max-width: none;
25105
25079
  }
25106
- .v-stepper-window-item .v-stepper-actions {
25107
- padding: 1.5rem 0 0;
25108
- }.v-system-bar {
25080
+
25081
+ .v-tabs--align-tabs-end .v-tab:first-child {
25082
+ margin-inline-start: auto;
25083
+ }
25084
+ .v-tabs--align-tabs-end .v-tab:last-child {
25085
+ margin-inline-end: 0;
25086
+ }
25087
+
25088
+ @media (max-width: 1279.98px) {
25089
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25090
+ margin-inline-start: 52px;
25091
+ }
25092
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25093
+ margin-inline-end: 52px;
25094
+ }
25095
+ }.v-snackbar {
25096
+ justify-content: center;
25097
+ z-index: 10000;
25098
+ margin: 8px;
25099
+ margin-inline-end: calc(8px + var(--v-scrollbar-offset));
25100
+ padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
25101
+ }
25102
+ .v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
25103
+ align-items: flex-end;
25104
+ }
25105
+ .v-snackbar__wrapper {
25109
25106
  align-items: center;
25110
25107
  display: flex;
25111
- flex: 1 1 auto;
25112
- height: 24px;
25113
- justify-content: flex-end;
25114
- max-width: 100%;
25115
- padding-inline: 8px;
25116
- position: relative;
25117
- text-align: end;
25118
- width: 100%;
25108
+ max-width: 672px;
25109
+ min-height: 48px;
25110
+ min-width: 344px;
25111
+ overflow: hidden;
25112
+ padding: 0;
25119
25113
  }
25120
- .v-system-bar .v-icon {
25121
- opacity: var(--v-medium-emphasis-opacity);
25114
+ .v-snackbar__wrapper {
25115
+ border-radius: 4px;
25122
25116
  }
25123
- .v-system-bar {
25117
+ .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
25118
+ background: transparent;
25119
+ color: inherit;
25120
+ }
25121
+ .v-snackbar--variant-plain {
25122
+ opacity: 0.62;
25123
+ }
25124
+ .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
25125
+ opacity: 1;
25126
+ }
25127
+ .v-snackbar--variant-plain .v-snackbar__overlay {
25128
+ display: none;
25129
+ }
25130
+ .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
25131
+ background: rgb(var(--v-theme-surface-variant));
25132
+ color: rgb(var(--v-theme-on-surface-variant));
25133
+ }
25134
+ .v-snackbar--variant-elevated {
25135
+ box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25136
+ }
25137
+ .v-snackbar--variant-flat {
25124
25138
  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));
25125
25139
  }
25126
- .v-system-bar--absolute {
25127
- position: absolute;
25140
+ .v-snackbar--variant-outlined {
25141
+ border: thin solid currentColor;
25128
25142
  }
25129
- .v-system-bar--fixed {
25130
- position: fixed;
25143
+ .v-snackbar--variant-text .v-snackbar__overlay {
25144
+ background: currentColor;
25145
+ }
25146
+ .v-snackbar--variant-tonal .v-snackbar__underlay {
25147
+ background: currentColor;
25148
+ opacity: var(--v-activated-opacity);
25149
+ border-radius: inherit;
25150
+ top: 0;
25151
+ right: 0;
25152
+ bottom: 0;
25153
+ left: 0;
25154
+ pointer-events: none;
25131
25155
  }
25132
- .v-system-bar {
25133
- background: rgba(var(--v-theme-surface-light));
25134
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25156
+ .v-snackbar .v-snackbar__underlay {
25157
+ position: absolute;
25135
25158
  }
25136
- .v-system-bar {
25137
- font-size: 0.75rem;
25159
+
25160
+ .v-snackbar__content {
25161
+ flex-grow: 1;
25162
+ font-size: 0.875rem;
25138
25163
  font-weight: 400;
25139
- letter-spacing: 0.0333333333em;
25140
- line-height: 1.667;
25141
- text-transform: none;
25142
- }
25143
- .v-system-bar--rounded {
25144
- border-radius: 0;
25145
- }
25146
- .v-system-bar--window {
25147
- height: 32px;
25164
+ letter-spacing: 0.0178571429em;
25165
+ line-height: 1.425;
25166
+ margin-right: auto;
25167
+ padding: 14px 16px;
25168
+ text-align: initial;
25148
25169
  }
25149
- .v-system-bar:not(.v-system-bar--absolute) {
25150
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25151
- }.v-tabs {
25170
+ .v-snackbar__actions {
25171
+ align-items: center;
25172
+ align-self: center;
25152
25173
  display: flex;
25153
- height: var(--v-tabs-height);
25154
- }
25155
- .v-tabs--density-default {
25156
- --v-tabs-height: 48px;
25157
- }
25158
- .v-tabs--density-default.v-tabs--stacked {
25159
- --v-tabs-height: 72px;
25174
+ margin-inline-end: 8px;
25160
25175
  }
25161
-
25162
- .v-tabs--density-comfortable {
25163
- --v-tabs-height: 44px;
25176
+ .v-snackbar__actions > .v-btn {
25177
+ padding: 0 8px;
25178
+ min-width: auto;
25164
25179
  }
25165
- .v-tabs--density-comfortable.v-tabs--stacked {
25166
- --v-tabs-height: 68px;
25180
+ .v-snackbar__timer {
25181
+ width: 100%;
25182
+ position: absolute;
25183
+ top: 0;
25167
25184
  }
25168
-
25169
- .v-tabs--density-compact {
25170
- --v-tabs-height: 36px;
25185
+ .v-snackbar__timer .v-progress-linear {
25186
+ transition: 0.2s linear;
25171
25187
  }
25172
- .v-tabs--density-compact.v-tabs--stacked {
25173
- --v-tabs-height: 60px;
25188
+ .v-snackbar--absolute {
25189
+ position: absolute;
25190
+ z-index: 1;
25174
25191
  }
25175
-
25176
- .v-tabs.v-slide-group--vertical {
25177
- height: auto;
25178
- flex: none;
25179
- --v-tabs-height: 48px;
25192
+ .v-snackbar--multi-line .v-snackbar__wrapper {
25193
+ min-height: 68px;
25180
25194
  }
25181
-
25182
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25183
- margin-inline-start: 42px;
25195
+ .v-snackbar--vertical .v-snackbar__wrapper {
25196
+ flex-direction: column;
25184
25197
  }
25185
-
25186
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25187
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25188
- margin-inline-end: auto;
25198
+ .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
25199
+ align-self: flex-end;
25200
+ margin-bottom: 8px;
25189
25201
  }
25190
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25191
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25192
- margin-inline-start: auto;
25202
+ .v-snackbar--center {
25203
+ align-items: center;
25204
+ justify-content: center;
25193
25205
  }
25194
-
25195
- .v-tabs--grow {
25196
- flex-grow: 1;
25206
+ .v-snackbar--top {
25207
+ align-items: flex-start;
25197
25208
  }
25198
- .v-tabs--grow .v-tab {
25199
- flex: 1 0 auto;
25200
- max-width: none;
25209
+ .v-snackbar--bottom {
25210
+ align-items: flex-end;
25201
25211
  }
25202
-
25203
- .v-tabs--align-tabs-end .v-tab:first-child {
25204
- margin-inline-start: auto;
25212
+ .v-snackbar--left, .v-snackbar--start {
25213
+ justify-content: flex-start;
25205
25214
  }
25206
- .v-tabs--align-tabs-end .v-tab:last-child {
25207
- margin-inline-end: 0;
25215
+ .v-snackbar--right, .v-snackbar--end {
25216
+ justify-content: flex-end;
25208
25217
  }
25209
25218
 
25210
- @media (max-width: 1279.98px) {
25211
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25212
- margin-inline-start: 52px;
25213
- }
25214
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25215
- margin-inline-end: 52px;
25216
- }
25217
- }.v-tab.v-tab.v-btn {
25218
- height: var(--v-tabs-height);
25219
- border-radius: 0;
25220
- min-width: 90px;
25221
- }
25222
- .v-slide-group--horizontal .v-tab {
25223
- max-width: 360px;
25219
+ .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
25220
+ transition-duration: 0.15s;
25221
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25224
25222
  }
25225
- .v-slide-group--vertical .v-tab {
25226
- justify-content: start;
25223
+ .v-snackbar-transition-enter-active {
25224
+ transition-property: opacity, transform;
25227
25225
  }
25228
-
25229
- .v-tab__slider {
25230
- position: absolute;
25231
- bottom: 0;
25232
- left: 0;
25233
- height: 2px;
25234
- width: 100%;
25235
- background: currentColor;
25236
- pointer-events: none;
25226
+ .v-snackbar-transition-enter-from {
25237
25227
  opacity: 0;
25228
+ transform: scale(0.8);
25238
25229
  }
25239
- .v-tab--selected .v-tab__slider {
25240
- opacity: 1;
25230
+ .v-snackbar-transition-leave-active {
25231
+ transition-property: opacity;
25241
25232
  }
25242
- .v-slide-group--vertical .v-tab__slider {
25243
- top: 0;
25244
- height: 100%;
25245
- width: 2px;
25233
+ .v-snackbar-transition-leave-to {
25234
+ opacity: 0;
25246
25235
  }.v-table {
25247
25236
  font-size: 0.875rem;
25248
25237
  transition-duration: 0.28s;
@@ -25381,6 +25370,46 @@ html.v-overlay-scroll-blocked {
25381
25370
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25382
25371
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25383
25372
  border-top: 0px !important;
25373
+ }.v-textarea .v-field {
25374
+ --v-textarea-control-height: var(--v-input-control-height);
25375
+ }
25376
+ .v-textarea .v-field__field {
25377
+ --v-input-control-height: var(--v-textarea-control-height);
25378
+ }
25379
+ .v-textarea .v-field__input {
25380
+ flex: 1 1 auto;
25381
+ outline: none;
25382
+ -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));
25383
+ 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));
25384
+ }
25385
+ .v-textarea .v-field__input.v-textarea__sizer {
25386
+ visibility: hidden;
25387
+ position: absolute;
25388
+ top: 0;
25389
+ left: 0;
25390
+ height: 0 !important;
25391
+ min-height: 0 !important;
25392
+ pointer-events: none;
25393
+ }
25394
+ .v-textarea--no-resize .v-field__input {
25395
+ resize: none;
25396
+ }
25397
+ .v-textarea .v-field--no-label textarea,
25398
+ .v-textarea .v-field--active textarea {
25399
+ opacity: 1;
25400
+ }
25401
+ .v-textarea textarea {
25402
+ opacity: 0;
25403
+ flex: 1;
25404
+ min-width: 0;
25405
+ height: 100%;
25406
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25407
+ }
25408
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25409
+ outline: none;
25410
+ }
25411
+ .v-textarea textarea:invalid {
25412
+ box-shadow: none;
25384
25413
  }/* region BLOCK */
25385
25414
  .v-text-field input {
25386
25415
  color: inherit;
@@ -25887,78 +25916,14 @@ html.v-overlay-scroll-blocked {
25887
25916
  --v-timeline-line-size-offset: 12px;
25888
25917
  }
25889
25918
  .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
25890
- padding-block-end: 0;
25891
- }
25892
-
25893
- .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 {
25894
- padding-inline-end: 0;
25895
- }.v-theme-provider {
25896
- background: rgb(var(--v-theme-background));
25897
- color: rgb(var(--v-theme-on-background));
25898
- }.v-textarea .v-field {
25899
- --v-textarea-control-height: var(--v-input-control-height);
25900
- }
25901
- .v-textarea .v-field__field {
25902
- --v-input-control-height: var(--v-textarea-control-height);
25903
- }
25904
- .v-textarea .v-field__input {
25905
- flex: 1 1 auto;
25906
- outline: none;
25907
- -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));
25908
- 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));
25909
- }
25910
- .v-textarea .v-field__input.v-textarea__sizer {
25911
- visibility: hidden;
25912
- position: absolute;
25913
- top: 0;
25914
- left: 0;
25915
- height: 0 !important;
25916
- min-height: 0 !important;
25917
- pointer-events: none;
25918
- }
25919
- .v-textarea--no-resize .v-field__input {
25920
- resize: none;
25921
- }
25922
- .v-textarea .v-field--no-label textarea,
25923
- .v-textarea .v-field--active textarea {
25924
- opacity: 1;
25925
- }
25926
- .v-textarea textarea {
25927
- opacity: 0;
25928
- flex: 1;
25929
- min-width: 0;
25930
- height: 100%;
25931
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25932
- }
25933
- .v-textarea textarea:focus, .v-textarea textarea:active {
25934
- outline: none;
25935
- }
25936
- .v-textarea textarea:invalid {
25937
- box-shadow: none;
25938
- }.v-tooltip > .v-overlay__content {
25939
- background: rgb(var(--v-theme-surface-variant));
25940
- color: rgb(var(--v-theme-on-surface-variant));
25941
- border-radius: 4px;
25942
- font-size: 0.875rem;
25943
- line-height: 1.6;
25944
- display: inline-block;
25945
- padding: 5px 16px;
25946
- text-transform: initial;
25947
- width: auto;
25948
- opacity: 1;
25949
- transition-property: opacity, transform;
25950
- overflow-wrap: break-word;
25951
- }
25952
- .v-tooltip > .v-overlay__content[class*=enter-active] {
25953
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25954
- transition-duration: 150ms;
25955
- }
25956
- .v-tooltip > .v-overlay__content[class*=leave-active] {
25957
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25958
- transition-duration: 75ms;
25919
+ padding-block-end: 0;
25959
25920
  }
25960
- .v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
25961
- pointer-events: none;
25921
+
25922
+ .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 {
25923
+ padding-inline-end: 0;
25924
+ }.v-theme-provider {
25925
+ background: rgb(var(--v-theme-background));
25926
+ color: rgb(var(--v-theme-on-background));
25962
25927
  }.v-toolbar {
25963
25928
  align-items: flex-start;
25964
25929
  display: flex;
@@ -26103,6 +26068,30 @@ html.v-overlay-scroll-blocked {
26103
26068
  }
26104
26069
  .v-toolbar-items > .v-btn {
26105
26070
  border-radius: 0;
26071
+ }.v-tooltip > .v-overlay__content {
26072
+ background: rgb(var(--v-theme-surface-variant));
26073
+ color: rgb(var(--v-theme-on-surface-variant));
26074
+ border-radius: 4px;
26075
+ font-size: 0.875rem;
26076
+ line-height: 1.6;
26077
+ display: inline-block;
26078
+ padding: 5px 16px;
26079
+ text-transform: initial;
26080
+ width: auto;
26081
+ opacity: 1;
26082
+ transition-property: opacity, transform;
26083
+ overflow-wrap: break-word;
26084
+ }
26085
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
26086
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26087
+ transition-duration: 150ms;
26088
+ }
26089
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
26090
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26091
+ transition-duration: 75ms;
26092
+ }
26093
+ .v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
26094
+ pointer-events: none;
26106
26095
  }.v-virtual-scroll {
26107
26096
  display: block;
26108
26097
  flex: 1 1 auto;
@@ -26112,110 +26101,6 @@ html.v-overlay-scroll-blocked {
26112
26101
  }
26113
26102
  .v-virtual-scroll__container {
26114
26103
  display: block;
26115
- }.v-navigation-drawer {
26116
- -webkit-overflow-scrolling: touch;
26117
- background: rgb(var(--v-theme-surface));
26118
- display: flex;
26119
- flex-direction: column;
26120
- height: 100%;
26121
- max-width: 100%;
26122
- pointer-events: auto;
26123
- transition-duration: 0.2s;
26124
- transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
26125
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
26126
- position: absolute;
26127
- }
26128
- .v-navigation-drawer {
26129
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26130
- border-style: solid;
26131
- border-width: 0;
26132
- }
26133
- .v-navigation-drawer--border {
26134
- border-width: thin;
26135
- box-shadow: none;
26136
- }
26137
- .v-navigation-drawer {
26138
- 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));
26139
- }
26140
- .v-navigation-drawer {
26141
- background: rgb(var(--v-theme-surface));
26142
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
26143
- }
26144
- .v-navigation-drawer--rounded {
26145
- border-radius: 4px;
26146
- }
26147
- .v-navigation-drawer--top {
26148
- top: 0;
26149
- border-bottom-width: thin;
26150
- }
26151
- .v-navigation-drawer--bottom {
26152
- left: 0;
26153
- border-top-width: thin;
26154
- }
26155
- .v-navigation-drawer--left {
26156
- top: 0;
26157
- left: 0;
26158
- right: auto;
26159
- border-right-width: thin;
26160
- }
26161
- .v-navigation-drawer--right {
26162
- top: 0;
26163
- left: auto;
26164
- right: 0;
26165
- border-left-width: thin;
26166
- }
26167
- .v-navigation-drawer--floating {
26168
- border: none;
26169
- }
26170
- .v-navigation-drawer--temporary.v-navigation-drawer--active {
26171
- box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
26172
- }
26173
- .v-navigation-drawer--sticky {
26174
- height: auto;
26175
- transition: box-shadow, transform, visibility, width, height, left, right;
26176
- }
26177
- .v-navigation-drawer .v-list {
26178
- overflow: hidden;
26179
- }
26180
-
26181
- .v-navigation-drawer__content {
26182
- flex: 0 1 auto;
26183
- height: 100%;
26184
- max-width: 100%;
26185
- overflow-x: hidden;
26186
- overflow-y: auto;
26187
- }
26188
-
26189
- .v-navigation-drawer__img {
26190
- height: 100%;
26191
- left: 0;
26192
- position: absolute;
26193
- top: 0;
26194
- width: 100%;
26195
- z-index: -1;
26196
- }
26197
- .v-navigation-drawer__img img:not(.v-img__img) {
26198
- height: inherit;
26199
- object-fit: cover;
26200
- width: inherit;
26201
- }
26202
-
26203
- .v-navigation-drawer__scrim {
26204
- position: absolute;
26205
- top: 0;
26206
- left: 0;
26207
- width: 100%;
26208
- height: 100%;
26209
- background: black;
26210
- opacity: 0.2;
26211
- transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26212
- z-index: 1;
26213
- }
26214
-
26215
- .v-navigation-drawer__prepend,
26216
- .v-navigation-drawer__append {
26217
- flex: none;
26218
- overflow: hidden;
26219
26104
  }.v-window {
26220
26105
  overflow: hidden;
26221
26106
  }
@@ -26286,112 +26171,255 @@ html.v-overlay-scroll-blocked {
26286
26171
  }
26287
26172
  .v-window-y-reverse-transition-leave-to {
26288
26173
  transform: translateY(100%);
26289
- }.v-avatar {
26290
- flex: none;
26291
- align-items: center;
26292
- display: inline-flex;
26293
- justify-content: center;
26294
- line-height: normal;
26295
- overflow: hidden;
26174
+ }.v-alert {
26175
+ display: grid;
26176
+ flex: 1 1;
26177
+ grid-template-areas: "prepend content append close" ". content . .";
26178
+ grid-template-columns: max-content auto max-content max-content;
26296
26179
  position: relative;
26297
- text-align: center;
26298
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26299
- transition-property: width, height;
26300
- vertical-align: middle;
26180
+ padding: 16px;
26181
+ overflow: hidden;
26182
+ --v-border-color: currentColor;
26301
26183
  }
26302
- .v-avatar.v-avatar--size-x-small {
26303
- --v-avatar-height: 24px;
26184
+ .v-alert--absolute {
26185
+ position: absolute;
26304
26186
  }
26305
- .v-avatar.v-avatar--size-small {
26306
- --v-avatar-height: 32px;
26187
+ .v-alert--fixed {
26188
+ position: fixed;
26307
26189
  }
26308
- .v-avatar.v-avatar--size-default {
26309
- --v-avatar-height: 40px;
26190
+ .v-alert--sticky {
26191
+ position: sticky;
26310
26192
  }
26311
- .v-avatar.v-avatar--size-large {
26312
- --v-avatar-height: 48px;
26193
+ .v-alert {
26194
+ border-radius: 4px;
26313
26195
  }
26314
- .v-avatar.v-avatar--size-x-large {
26315
- --v-avatar-height: 56px;
26196
+ .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
26197
+ background: transparent;
26198
+ color: inherit;
26199
+ }
26200
+ .v-alert--variant-plain {
26201
+ opacity: 0.62;
26202
+ }
26203
+ .v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
26204
+ opacity: 1;
26205
+ }
26206
+ .v-alert--variant-plain .v-alert__overlay {
26207
+ display: none;
26208
+ }
26209
+ .v-alert--variant-elevated, .v-alert--variant-flat {
26210
+ background: rgb(var(--v-theme-surface-light));
26211
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26212
+ }
26213
+ .v-alert--variant-elevated {
26214
+ 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));
26215
+ }
26216
+ .v-alert--variant-flat {
26217
+ 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));
26218
+ }
26219
+ .v-alert--variant-outlined {
26220
+ border: thin solid currentColor;
26221
+ }
26222
+ .v-alert--variant-text .v-alert__overlay {
26223
+ background: currentColor;
26224
+ }
26225
+ .v-alert--variant-tonal .v-alert__underlay {
26226
+ background: currentColor;
26227
+ opacity: var(--v-activated-opacity);
26228
+ border-radius: inherit;
26229
+ top: 0;
26230
+ right: 0;
26231
+ bottom: 0;
26232
+ left: 0;
26233
+ pointer-events: none;
26234
+ }
26235
+ .v-alert .v-alert__underlay {
26236
+ position: absolute;
26237
+ }
26238
+ .v-alert--prominent {
26239
+ grid-template-areas: "prepend content append close" "prepend content . .";
26240
+ }
26241
+ .v-alert.v-alert--border {
26242
+ --v-border-opacity: 0.38;
26243
+ }
26244
+ .v-alert.v-alert--border.v-alert--border-start {
26245
+ padding-inline-start: 24px;
26246
+ }
26247
+ .v-alert.v-alert--border.v-alert--border-end {
26248
+ padding-inline-end: 24px;
26249
+ }
26250
+ .v-alert--variant-plain {
26251
+ transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
26252
+ }
26253
+ .v-alert--density-default {
26254
+ padding-bottom: 16px;
26255
+ padding-top: 16px;
26256
+ }
26257
+ .v-alert--density-default.v-alert--border-top {
26258
+ padding-top: 24px;
26259
+ }
26260
+ .v-alert--density-default.v-alert--border-bottom {
26261
+ padding-bottom: 24px;
26262
+ }
26263
+
26264
+ .v-alert--density-comfortable {
26265
+ padding-bottom: 12px;
26266
+ padding-top: 12px;
26267
+ }
26268
+ .v-alert--density-comfortable.v-alert--border-top {
26269
+ padding-top: 20px;
26270
+ }
26271
+ .v-alert--density-comfortable.v-alert--border-bottom {
26272
+ padding-bottom: 20px;
26273
+ }
26274
+
26275
+ .v-alert--density-compact {
26276
+ padding-bottom: 8px;
26277
+ padding-top: 8px;
26316
26278
  }
26317
- .v-avatar.v-avatar--density-default {
26318
- height: calc(var(--v-avatar-height) + 0px);
26319
- width: calc(var(--v-avatar-height) + 0px);
26279
+ .v-alert--density-compact.v-alert--border-top {
26280
+ padding-top: 16px;
26320
26281
  }
26321
- .v-avatar.v-avatar--density-comfortable {
26322
- height: calc(var(--v-avatar-height) + -4px);
26323
- width: calc(var(--v-avatar-height) + -4px);
26282
+ .v-alert--density-compact.v-alert--border-bottom {
26283
+ padding-bottom: 16px;
26324
26284
  }
26325
- .v-avatar.v-avatar--density-compact {
26326
- height: calc(var(--v-avatar-height) + -8px);
26327
- width: calc(var(--v-avatar-height) + -8px);
26285
+
26286
+ .v-alert:not(:has(.v-alert-title)) .v-alert__content {
26287
+ padding-top: 0.125rem;
26328
26288
  }
26329
- .v-avatar {
26330
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26289
+
26290
+ .v-alert__border {
26291
+ border-radius: inherit;
26292
+ bottom: 0;
26293
+ left: 0;
26294
+ opacity: var(--v-border-opacity);
26295
+ position: absolute;
26296
+ pointer-events: none;
26297
+ right: 0;
26298
+ top: 0;
26299
+ width: 100%;
26300
+ }
26301
+ .v-alert__border {
26302
+ border-color: currentColor;
26331
26303
  border-style: solid;
26332
26304
  border-width: 0;
26333
26305
  }
26334
- .v-avatar--border {
26335
- border-width: thin;
26306
+ .v-alert__border--border {
26307
+ border-width: 8px;
26336
26308
  box-shadow: none;
26337
26309
  }
26338
- .v-avatar {
26339
- border-radius: 50%;
26310
+ .v-alert--border-start .v-alert__border {
26311
+ border-inline-start-width: 8px;
26340
26312
  }
26341
- .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
26342
- background: transparent;
26343
- color: inherit;
26313
+ .v-alert--border-end .v-alert__border {
26314
+ border-inline-end-width: 8px;
26344
26315
  }
26345
- .v-avatar--variant-plain {
26346
- opacity: 0.62;
26316
+ .v-alert--border-top .v-alert__border {
26317
+ border-top-width: 8px;
26347
26318
  }
26348
- .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
26349
- opacity: 1;
26319
+ .v-alert--border-bottom .v-alert__border {
26320
+ border-bottom-width: 8px;
26350
26321
  }
26351
- .v-avatar--variant-plain .v-avatar__overlay {
26352
- display: none;
26322
+
26323
+ .v-alert__close {
26324
+ flex: 0 1 auto;
26325
+ grid-area: close;
26326
+ margin-block: -2px;
26353
26327
  }
26354
- .v-avatar--variant-elevated, .v-avatar--variant-flat {
26355
- background: var(--v-theme-surface);
26356
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
26328
+
26329
+ .v-alert__content {
26330
+ align-self: center;
26331
+ grid-area: content;
26332
+ overflow: hidden;
26357
26333
  }
26358
- .v-avatar--variant-elevated {
26359
- 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));
26334
+
26335
+ .v-alert__append,
26336
+ .v-alert__close {
26337
+ margin-inline-start: 16px;
26360
26338
  }
26361
- .v-avatar--variant-flat {
26362
- 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));
26339
+
26340
+ .v-alert__append {
26341
+ align-self: flex-start;
26342
+ grid-area: append;
26363
26343
  }
26364
- .v-avatar--variant-outlined {
26365
- border: thin solid currentColor;
26344
+ .v-alert__append + .v-alert__close {
26345
+ margin-inline-start: 16px;
26366
26346
  }
26367
- .v-avatar--variant-text .v-avatar__overlay {
26368
- background: currentColor;
26347
+
26348
+ .v-alert__prepend {
26349
+ align-self: flex-start;
26350
+ display: flex;
26351
+ align-items: center;
26352
+ grid-area: prepend;
26353
+ margin-inline-end: 16px;
26354
+ min-height: 1.75rem;
26369
26355
  }
26370
- .v-avatar--variant-tonal .v-avatar__underlay {
26371
- background: currentColor;
26372
- opacity: var(--v-activated-opacity);
26373
- border-radius: inherit;
26374
- top: 0;
26375
- right: 0;
26376
- bottom: 0;
26377
- left: 0;
26378
- pointer-events: none;
26356
+ .v-alert--prominent .v-alert__prepend {
26357
+ align-self: center;
26379
26358
  }
26380
- .v-avatar .v-avatar__underlay {
26359
+
26360
+ .v-alert__underlay {
26361
+ grid-area: none;
26381
26362
  position: absolute;
26382
26363
  }
26383
- .v-avatar--rounded {
26384
- border-radius: 4px;
26364
+ .v-alert--border-start .v-alert__underlay {
26365
+ border-top-left-radius: 0;
26366
+ border-bottom-left-radius: 0;
26385
26367
  }
26386
- .v-avatar--start {
26387
- margin-inline-end: 8px;
26368
+ .v-alert--border-end .v-alert__underlay {
26369
+ border-top-right-radius: 0;
26370
+ border-bottom-right-radius: 0;
26388
26371
  }
26389
- .v-avatar--end {
26390
- margin-inline-start: 8px;
26372
+ .v-alert--border-top .v-alert__underlay {
26373
+ border-top-left-radius: 0;
26374
+ border-top-right-radius: 0;
26391
26375
  }
26392
- .v-avatar .v-img {
26393
- height: 100%;
26376
+ .v-alert--border-bottom .v-alert__underlay {
26377
+ border-bottom-left-radius: 0;
26378
+ border-bottom-right-radius: 0;
26379
+ }
26380
+
26381
+ .v-alert-title {
26382
+ align-items: center;
26383
+ align-self: center;
26384
+ display: flex;
26385
+ font-size: 1.25rem;
26386
+ font-weight: 500;
26387
+ -webkit-hyphens: auto;
26388
+ hyphens: auto;
26389
+ letter-spacing: 0.0125em;
26390
+ line-height: 1.75rem;
26391
+ overflow-wrap: normal;
26392
+ text-transform: none;
26393
+ word-break: normal;
26394
+ word-wrap: break-word;
26395
+ }.v-color-picker-edit {
26396
+ display: flex;
26397
+ margin-top: 24px;
26398
+ }
26399
+
26400
+ .v-color-picker-edit__input {
26401
+ width: 100%;
26402
+ display: flex;
26403
+ flex-wrap: wrap;
26404
+ justify-content: center;
26405
+ text-align: center;
26406
+ }
26407
+ .v-color-picker-edit__input:not(:last-child) {
26408
+ margin-inline-end: 8px;
26409
+ }
26410
+ .v-color-picker-edit__input input {
26411
+ border-radius: 4px;
26412
+ margin-bottom: 8px;
26413
+ min-width: 0;
26414
+ outline: none;
26415
+ text-align: center;
26394
26416
  width: 100%;
26417
+ height: 32px;
26418
+ background: rgba(var(--v-theme-surface-variant), 0.2);
26419
+ color: rgba(var(--v-theme-on-surface));
26420
+ }
26421
+ .v-color-picker-edit__input span {
26422
+ font-size: 0.75rem;
26395
26423
  }.v-color-picker-canvas {
26396
26424
  display: flex;
26397
26425
  position: relative;
@@ -26414,34 +26442,41 @@ html.v-overlay-scroll-blocked {
26414
26442
  }
26415
26443
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26416
26444
  will-change: transform;
26417
- }.v-color-picker-edit {
26418
- display: flex;
26419
- margin-top: 24px;
26445
+ }.v-color-picker-swatches {
26446
+ overflow-y: auto;
26420
26447
  }
26421
-
26422
- .v-color-picker-edit__input {
26423
- width: 100%;
26448
+ .v-color-picker-swatches > div {
26424
26449
  display: flex;
26425
26450
  flex-wrap: wrap;
26426
26451
  justify-content: center;
26427
- text-align: center;
26452
+ padding: 8px;
26428
26453
  }
26429
- .v-color-picker-edit__input:not(:last-child) {
26430
- margin-inline-end: 8px;
26454
+
26455
+ .v-color-picker-swatches__swatch {
26456
+ display: flex;
26457
+ flex-direction: column;
26458
+ margin-bottom: 10px;
26431
26459
  }
26432
- .v-color-picker-edit__input input {
26433
- border-radius: 4px;
26434
- margin-bottom: 8px;
26435
- min-width: 0;
26436
- outline: none;
26437
- text-align: center;
26438
- width: 100%;
26439
- height: 32px;
26440
- background: rgba(var(--v-theme-surface-variant), 0.2);
26441
- color: rgba(var(--v-theme-on-surface));
26460
+
26461
+ .v-color-picker-swatches__color {
26462
+ position: relative;
26463
+ height: 18px;
26464
+ max-height: 18px;
26465
+ width: 45px;
26466
+ margin: 2px 4px;
26467
+ border-radius: 2px;
26468
+ -webkit-user-select: none;
26469
+ user-select: none;
26470
+ overflow: hidden;
26471
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26472
+ cursor: pointer;
26442
26473
  }
26443
- .v-color-picker-edit__input span {
26444
- font-size: 0.75rem;
26474
+ .v-color-picker-swatches__color > div {
26475
+ display: flex;
26476
+ align-items: center;
26477
+ justify-content: center;
26478
+ width: 100%;
26479
+ height: 100%;
26445
26480
  }.v-color-picker-preview__alpha .v-slider-track__background {
26446
26481
  background-color: transparent !important;
26447
26482
  }
@@ -26512,41 +26547,6 @@ html.v-overlay-scroll-blocked {
26512
26547
  .v-color-picker-preview__eye-dropper {
26513
26548
  position: relative;
26514
26549
  margin-right: 12px;
26515
- }.v-color-picker-swatches {
26516
- overflow-y: auto;
26517
- }
26518
- .v-color-picker-swatches > div {
26519
- display: flex;
26520
- flex-wrap: wrap;
26521
- justify-content: center;
26522
- padding: 8px;
26523
- }
26524
-
26525
- .v-color-picker-swatches__swatch {
26526
- display: flex;
26527
- flex-direction: column;
26528
- margin-bottom: 10px;
26529
- }
26530
-
26531
- .v-color-picker-swatches__color {
26532
- position: relative;
26533
- height: 18px;
26534
- max-height: 18px;
26535
- width: 45px;
26536
- margin: 2px 4px;
26537
- border-radius: 2px;
26538
- -webkit-user-select: none;
26539
- user-select: none;
26540
- overflow: hidden;
26541
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26542
- cursor: pointer;
26543
- }
26544
- .v-color-picker-swatches__color > div {
26545
- display: flex;
26546
- align-items: center;
26547
- justify-content: center;
26548
- width: 100%;
26549
- height: 100%;
26550
26550
  }.v-picker.v-sheet {
26551
26551
  display: grid;
26552
26552
  grid-auto-rows: min-content;