@vuetify/nightly 3.9.1-dev.2025-07-17 → 3.9.1-master.2025-07-17

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 (57) hide show
  1. package/CHANGELOG.md +5 -11
  2. package/dist/json/attributes.json +1025 -1045
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +148 -148
  5. package/dist/json/tags.json +0 -5
  6. package/dist/json/web-types.json +1842 -1912
  7. package/dist/vuetify-labs.cjs +27 -216
  8. package/dist/vuetify-labs.css +5593 -5595
  9. package/dist/vuetify-labs.d.ts +51 -113
  10. package/dist/vuetify-labs.esm.js +27 -216
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +27 -216
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +18 -178
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +1500 -1502
  17. package/dist/vuetify.d.ts +51 -103
  18. package/dist/vuetify.esm.js +18 -178
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +18 -178
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +701 -723
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.js +0 -1
  26. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  27. package/lib/components/VCombobox/VCombobox.js +0 -1
  28. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  29. package/lib/components/VFileInput/VFileInput.d.ts +0 -15
  30. package/lib/components/VFileInput/VFileInput.js +9 -38
  31. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  32. package/lib/components/VList/VList.js +1 -2
  33. package/lib/components/VList/VList.js.map +1 -1
  34. package/lib/components/VList/VListItem.js +1 -7
  35. package/lib/components/VList/VListItem.js.map +1 -1
  36. package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
  37. package/lib/components/VProgressLinear/VProgressLinear.d.ts +0 -75
  38. package/lib/components/VProgressLinear/VProgressLinear.js +6 -32
  39. package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
  40. package/lib/components/VProgressLinear/VProgressLinear.sass +2 -2
  41. package/lib/components/VSelect/VSelect.js +0 -1
  42. package/lib/components/VSelect/VSelect.js.map +1 -1
  43. package/lib/entry-bundler.js +1 -1
  44. package/lib/entry-bundler.js.map +1 -1
  45. package/lib/framework.d.ts +51 -51
  46. package/lib/framework.js +1 -1
  47. package/lib/framework.js.map +1 -1
  48. package/lib/labs/VFileUpload/VFileUpload.d.ts +0 -15
  49. package/lib/labs/VFileUpload/VFileUpload.js +9 -39
  50. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  51. package/package.json +1 -1
  52. package/lib/components/VProgressLinear/chunks.d.ts +0 -55
  53. package/lib/components/VProgressLinear/chunks.js +0 -62
  54. package/lib/components/VProgressLinear/chunks.js.map +0 -1
  55. package/lib/composables/fileFilter.d.ts +0 -18
  56. package/lib/composables/fileFilter.js +0 -38
  57. package/lib/composables/fileFilter.js.map +0 -1
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.9.1-dev.2025-07-17
2
+ * Vuetify v3.9.1-master.2025-07-17
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18269,6 +18269,90 @@ html.overflow-y-hidden {
18269
18269
  min-height: 100vh;
18270
18270
  min-height: 100dvh;
18271
18271
  position: relative;
18272
+ }.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18273
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18274
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18275
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18276
+ top: 0px;
18277
+ }
18278
+ .v-autocomplete .v-field .v-text-field__prefix,
18279
+ .v-autocomplete .v-field .v-text-field__suffix,
18280
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18281
+ cursor: text;
18282
+ }
18283
+ .v-autocomplete .v-field .v-field__input > input {
18284
+ flex: 1 1;
18285
+ }
18286
+ .v-autocomplete .v-field input {
18287
+ min-width: 64px;
18288
+ }
18289
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18290
+ min-width: 0;
18291
+ }
18292
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18293
+ margin-inline-end: 2px;
18294
+ }
18295
+ .v-autocomplete .v-autocomplete__selection-text {
18296
+ overflow: hidden;
18297
+ text-overflow: ellipsis;
18298
+ white-space: nowrap;
18299
+ }
18300
+
18301
+ .v-autocomplete__content {
18302
+ overflow: hidden;
18303
+ }
18304
+ .v-autocomplete__content {
18305
+ 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));
18306
+ }
18307
+ .v-autocomplete__content {
18308
+ border-radius: 4px;
18309
+ }
18310
+ .v-autocomplete__mask {
18311
+ background: rgb(var(--v-theme-surface-light));
18312
+ }
18313
+ .v-autocomplete__selection {
18314
+ display: inline-flex;
18315
+ align-items: center;
18316
+ height: 1.5rem;
18317
+ letter-spacing: inherit;
18318
+ line-height: inherit;
18319
+ max-width: calc(100% - 2px - 2px);
18320
+ }
18321
+ .v-autocomplete__selection:first-child {
18322
+ margin-inline-start: 0;
18323
+ }
18324
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
18325
+ opacity: var(--v-medium-emphasis-opacity);
18326
+ }
18327
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18328
+ opacity: 1;
18329
+ }
18330
+ .v-autocomplete--selecting-index .v-field__input > input {
18331
+ caret-color: transparent;
18332
+ }
18333
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18334
+ flex: 1 1;
18335
+ position: absolute;
18336
+ left: 0;
18337
+ right: 0;
18338
+ width: 100%;
18339
+ padding-inline: inherit;
18340
+ }
18341
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18342
+ transition: none;
18343
+ }
18344
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18345
+ opacity: 0;
18346
+ }
18347
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18348
+ opacity: 0;
18349
+ }
18350
+ .v-autocomplete__menu-icon {
18351
+ margin-inline-start: 4px;
18352
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18353
+ }
18354
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18355
+ transform: rotate(180deg);
18272
18356
  }.v-avatar {
18273
18357
  flex: none;
18274
18358
  align-items: center;
@@ -18375,90 +18459,6 @@ html.overflow-y-hidden {
18375
18459
  .v-avatar .v-img {
18376
18460
  height: 100%;
18377
18461
  width: 100%;
18378
- }.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18379
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18380
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18381
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18382
- top: 0px;
18383
- }
18384
- .v-autocomplete .v-field .v-text-field__prefix,
18385
- .v-autocomplete .v-field .v-text-field__suffix,
18386
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18387
- cursor: text;
18388
- }
18389
- .v-autocomplete .v-field .v-field__input > input {
18390
- flex: 1 1;
18391
- }
18392
- .v-autocomplete .v-field input {
18393
- min-width: 64px;
18394
- }
18395
- .v-autocomplete .v-field:not(.v-field--focused) input {
18396
- min-width: 0;
18397
- }
18398
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18399
- margin-inline-end: 2px;
18400
- }
18401
- .v-autocomplete .v-autocomplete__selection-text {
18402
- overflow: hidden;
18403
- text-overflow: ellipsis;
18404
- white-space: nowrap;
18405
- }
18406
-
18407
- .v-autocomplete__content {
18408
- overflow: hidden;
18409
- }
18410
- .v-autocomplete__content {
18411
- 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));
18412
- }
18413
- .v-autocomplete__content {
18414
- border-radius: 4px;
18415
- }
18416
- .v-autocomplete__mask {
18417
- background: rgb(var(--v-theme-surface-light));
18418
- }
18419
- .v-autocomplete__selection {
18420
- display: inline-flex;
18421
- align-items: center;
18422
- height: 1.5rem;
18423
- letter-spacing: inherit;
18424
- line-height: inherit;
18425
- max-width: calc(100% - 2px - 2px);
18426
- }
18427
- .v-autocomplete__selection:first-child {
18428
- margin-inline-start: 0;
18429
- }
18430
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18431
- opacity: var(--v-medium-emphasis-opacity);
18432
- }
18433
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18434
- opacity: 1;
18435
- }
18436
- .v-autocomplete--selecting-index .v-field__input > input {
18437
- caret-color: transparent;
18438
- }
18439
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18440
- flex: 1 1;
18441
- position: absolute;
18442
- left: 0;
18443
- right: 0;
18444
- width: 100%;
18445
- padding-inline: inherit;
18446
- }
18447
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18448
- transition: none;
18449
- }
18450
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18451
- opacity: 0;
18452
- }
18453
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18454
- opacity: 0;
18455
- }
18456
- .v-autocomplete__menu-icon {
18457
- margin-inline-start: 4px;
18458
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18459
- }
18460
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18461
- transform: rotate(180deg);
18462
18462
  }.v-banner {
18463
18463
  display: grid;
18464
18464
  flex: 1 1;
@@ -18625,83 +18625,6 @@ html.overflow-y-hidden {
18625
18625
  }
18626
18626
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18627
18627
  align-self: flex-start;
18628
- }.v-badge {
18629
- display: inline-block;
18630
- line-height: 1;
18631
- }
18632
-
18633
- .v-badge__badge {
18634
- align-items: center;
18635
- display: inline-flex;
18636
- border-radius: 10px;
18637
- font-family: "Roboto", sans-serif;
18638
- font-size: 0.75rem;
18639
- font-weight: 500;
18640
- height: 1.25rem;
18641
- justify-content: center;
18642
- min-width: 20px;
18643
- padding: 4px 6px;
18644
- pointer-events: auto;
18645
- position: absolute;
18646
- text-align: center;
18647
- text-indent: 0;
18648
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18649
- white-space: nowrap;
18650
- }
18651
- .v-badge__badge {
18652
- background: rgb(var(--v-theme-surface-variant));
18653
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18654
- }
18655
- .v-badge__badge:has(.v-icon) {
18656
- padding: 4px 6px;
18657
- }
18658
- .v-badge--bordered .v-badge__badge::after {
18659
- border-radius: inherit;
18660
- border-style: solid;
18661
- border-width: 2px;
18662
- bottom: 0;
18663
- color: rgb(var(--v-theme-background));
18664
- content: "";
18665
- left: 0;
18666
- position: absolute;
18667
- right: 0;
18668
- top: 0;
18669
- transform: scale(1.05);
18670
- }
18671
- .v-badge--dot .v-badge__badge {
18672
- border-radius: 4.5px;
18673
- height: 9px;
18674
- min-width: 0;
18675
- padding: 0;
18676
- width: 9px;
18677
- }
18678
- .v-badge--dot .v-badge__badge::after {
18679
- border-width: 1.5px;
18680
- }
18681
- .v-badge--inline .v-badge__badge {
18682
- position: relative;
18683
- vertical-align: middle;
18684
- }
18685
- .v-badge__badge .v-icon {
18686
- color: inherit;
18687
- font-size: 0.75rem;
18688
- margin: 0 -2px;
18689
- }
18690
- .v-badge__badge img,
18691
- .v-badge__badge .v-img {
18692
- height: 100%;
18693
- width: 100%;
18694
- }
18695
-
18696
- .v-badge__wrapper {
18697
- display: flex;
18698
- position: relative;
18699
- }
18700
- .v-badge--inline .v-badge__wrapper {
18701
- align-items: center;
18702
- display: inline-flex;
18703
- justify-content: center;
18704
- margin: 0 4px;
18705
18628
  }.v-bottom-navigation {
18706
18629
  display: flex;
18707
18630
  max-width: 100%;
@@ -18766,17 +18689,108 @@ html.overflow-y-hidden {
18766
18689
  }
18767
18690
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18768
18691
  transform: translateY(0.5rem);
18769
- }.v-btn {
18770
- align-items: center;
18771
- border-radius: 4px;
18772
- display: inline-grid;
18773
- grid-template-areas: "prepend content append";
18774
- grid-template-columns: max-content auto max-content;
18775
- font-weight: 500;
18776
- justify-content: center;
18777
- letter-spacing: 0.0892857143em;
18778
- line-height: normal;
18779
- max-width: 100%;
18692
+ }.bottom-sheet-transition-enter-from {
18693
+ transform: translateY(100%);
18694
+ }
18695
+ .bottom-sheet-transition-leave-to {
18696
+ transform: translateY(100%);
18697
+ }
18698
+
18699
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18700
+ align-self: flex-end;
18701
+ border-radius: 0;
18702
+ flex: 0 1 auto;
18703
+ left: 0;
18704
+ right: 0;
18705
+ margin-inline: auto;
18706
+ margin-bottom: 0;
18707
+ transition-duration: 0.2s;
18708
+ width: 100%;
18709
+ max-width: 100%;
18710
+ overflow: visible;
18711
+ }
18712
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18713
+ 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));
18714
+ }
18715
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18716
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18717
+ border-radius: 0;
18718
+ }
18719
+ .v-bottom-sheet.v-bottom-sheet--inset {
18720
+ max-width: none;
18721
+ }
18722
+ @media (min-width: 600px) {
18723
+ .v-bottom-sheet.v-bottom-sheet--inset {
18724
+ max-width: 70%;
18725
+ }
18726
+ }.v-breadcrumbs {
18727
+ display: flex;
18728
+ align-items: center;
18729
+ line-height: 1.6;
18730
+ padding: 16px 12px;
18731
+ }
18732
+ .v-breadcrumbs--rounded {
18733
+ border-radius: 4px;
18734
+ }
18735
+ .v-breadcrumbs--density-default {
18736
+ padding-top: 16px;
18737
+ padding-bottom: 16px;
18738
+ }
18739
+
18740
+ .v-breadcrumbs--density-comfortable {
18741
+ padding-top: 12px;
18742
+ padding-bottom: 12px;
18743
+ }
18744
+
18745
+ .v-breadcrumbs--density-compact {
18746
+ padding-top: 8px;
18747
+ padding-bottom: 8px;
18748
+ }
18749
+
18750
+ .v-breadcrumbs__prepend {
18751
+ align-items: center;
18752
+ display: inline-flex;
18753
+ }
18754
+
18755
+ .v-breadcrumbs-item {
18756
+ align-items: center;
18757
+ color: inherit;
18758
+ display: inline-flex;
18759
+ padding: 0 4px;
18760
+ text-decoration: none;
18761
+ vertical-align: middle;
18762
+ }
18763
+ .v-breadcrumbs-item--disabled {
18764
+ opacity: var(--v-disabled-opacity);
18765
+ pointer-events: none;
18766
+ }
18767
+ .v-breadcrumbs-item--link {
18768
+ color: inherit;
18769
+ text-decoration: none;
18770
+ }
18771
+ .v-breadcrumbs-item--link:hover {
18772
+ text-decoration: underline;
18773
+ }
18774
+ .v-breadcrumbs-item .v-icon {
18775
+ font-size: 1rem;
18776
+ margin-inline: -4px 2px;
18777
+ }
18778
+
18779
+ .v-breadcrumbs-divider {
18780
+ display: inline-block;
18781
+ padding: 0 8px;
18782
+ vertical-align: middle;
18783
+ }.v-btn {
18784
+ align-items: center;
18785
+ border-radius: 4px;
18786
+ display: inline-grid;
18787
+ grid-template-areas: "prepend content append";
18788
+ grid-template-columns: max-content auto max-content;
18789
+ font-weight: 500;
18790
+ justify-content: center;
18791
+ letter-spacing: 0.0892857143em;
18792
+ line-height: normal;
18793
+ max-width: 100%;
18780
18794
  outline: none;
18781
18795
  position: relative;
18782
18796
  text-decoration: none;
@@ -19218,113 +19232,6 @@ html.overflow-y-hidden {
19218
19232
  }
19219
19233
  .v-pagination .v-pagination__item--is-active .v-btn__overlay {
19220
19234
  opacity: var(--v-border-opacity);
19221
- }.bottom-sheet-transition-enter-from {
19222
- transform: translateY(100%);
19223
- }
19224
- .bottom-sheet-transition-leave-to {
19225
- transform: translateY(100%);
19226
- }
19227
-
19228
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
19229
- align-self: flex-end;
19230
- border-radius: 0;
19231
- flex: 0 1 auto;
19232
- left: 0;
19233
- right: 0;
19234
- margin-inline: auto;
19235
- margin-bottom: 0;
19236
- transition-duration: 0.2s;
19237
- width: 100%;
19238
- max-width: 100%;
19239
- overflow: visible;
19240
- }
19241
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
19242
- 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));
19243
- }
19244
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
19245
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
19246
- border-radius: 0;
19247
- }
19248
- .v-bottom-sheet.v-bottom-sheet--inset {
19249
- max-width: none;
19250
- }
19251
- @media (min-width: 600px) {
19252
- .v-bottom-sheet.v-bottom-sheet--inset {
19253
- max-width: 70%;
19254
- }
19255
- }.v-breadcrumbs {
19256
- display: flex;
19257
- align-items: center;
19258
- line-height: 1.6;
19259
- padding: 16px 12px;
19260
- }
19261
- .v-breadcrumbs--rounded {
19262
- border-radius: 4px;
19263
- }
19264
- .v-breadcrumbs--density-default {
19265
- padding-top: 16px;
19266
- padding-bottom: 16px;
19267
- }
19268
-
19269
- .v-breadcrumbs--density-comfortable {
19270
- padding-top: 12px;
19271
- padding-bottom: 12px;
19272
- }
19273
-
19274
- .v-breadcrumbs--density-compact {
19275
- padding-top: 8px;
19276
- padding-bottom: 8px;
19277
- }
19278
-
19279
- .v-breadcrumbs__prepend {
19280
- align-items: center;
19281
- display: inline-flex;
19282
- }
19283
-
19284
- .v-breadcrumbs-item {
19285
- align-items: center;
19286
- color: inherit;
19287
- display: inline-flex;
19288
- padding: 0 4px;
19289
- text-decoration: none;
19290
- vertical-align: middle;
19291
- }
19292
- .v-breadcrumbs-item--disabled {
19293
- opacity: var(--v-disabled-opacity);
19294
- pointer-events: none;
19295
- }
19296
- .v-breadcrumbs-item--link {
19297
- color: inherit;
19298
- text-decoration: none;
19299
- }
19300
- .v-breadcrumbs-item--link:hover {
19301
- text-decoration: underline;
19302
- }
19303
- .v-breadcrumbs-item .v-icon {
19304
- font-size: 1rem;
19305
- margin-inline: -4px 2px;
19306
- }
19307
-
19308
- .v-breadcrumbs-divider {
19309
- display: inline-block;
19310
- padding: 0 8px;
19311
- vertical-align: middle;
19312
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19313
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19314
- }
19315
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19316
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19317
- }
19318
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19319
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19320
- }
19321
- @supports not selector(:focus-visible) {
19322
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19323
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19324
- }
19325
- }
19326
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
19327
- opacity: 1;
19328
19235
  }.v-btn-group {
19329
19236
  display: inline-flex;
19330
19237
  flex-wrap: nowrap;
@@ -19721,6 +19628,11 @@ html.overflow-y-hidden {
19721
19628
  pointer-events: none;
19722
19629
  opacity: 0;
19723
19630
  transition: opacity 0.2s ease-in-out;
19631
+ }.v-checkbox.v-input {
19632
+ flex: 0 1 auto;
19633
+ }
19634
+ .v-checkbox .v-selection-control {
19635
+ min-height: var(--v-input-control-height);
19724
19636
  }.v-carousel {
19725
19637
  overflow: hidden;
19726
19638
  position: relative;
@@ -19785,11 +19697,6 @@ html.overflow-y-hidden {
19785
19697
  flex-direction: column;
19786
19698
  height: 100% !important;
19787
19699
  width: 50px;
19788
- }.v-checkbox.v-input {
19789
- flex: 0 1 auto;
19790
- }
19791
- .v-checkbox .v-selection-control {
19792
- min-height: var(--v-input-control-height);
19793
19700
  }.v-chip {
19794
19701
  align-items: center;
19795
19702
  display: inline-flex;
@@ -20208,6 +20115,22 @@ html.overflow-y-hidden {
20208
20115
 
20209
20116
  .v-chip--label {
20210
20117
  border-radius: 4px;
20118
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
20119
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20120
+ }
20121
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
20122
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20123
+ }
20124
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
20125
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20126
+ }
20127
+ @supports not selector(:focus-visible) {
20128
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
20129
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20130
+ }
20131
+ }
20132
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
20133
+ opacity: 1;
20211
20134
  }.v-chip-group {
20212
20135
  display: flex;
20213
20136
  max-width: 100%;
@@ -20226,44 +20149,21 @@ html.overflow-y-hidden {
20226
20149
  white-space: normal;
20227
20150
  flex-wrap: wrap;
20228
20151
  max-width: 100%;
20229
- }.v-color-picker {
20230
- align-self: flex-start;
20231
- contain: content;
20232
- width: 300px;
20152
+ }.v-container {
20153
+ width: 100%;
20154
+ padding: 16px;
20155
+ margin-right: auto;
20156
+ margin-left: auto;
20233
20157
  }
20234
- .v-color-picker.v-sheet.v-picker {
20235
- 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));
20158
+ @media (min-width: 960px) {
20159
+ .v-container {
20160
+ max-width: 900px;
20161
+ }
20236
20162
  }
20237
- .v-color-picker.v-sheet.v-picker {
20238
- border-radius: 4px;
20239
- }
20240
-
20241
- .v-color-picker__controls {
20242
- display: flex;
20243
- flex-direction: column;
20244
- padding: 16px;
20245
- }
20246
-
20247
- .v-color-picker--flat {
20248
- 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));
20249
- }
20250
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20251
- 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));
20252
- }.v-container {
20253
- width: 100%;
20254
- padding: 16px;
20255
- margin-right: auto;
20256
- margin-left: auto;
20257
- }
20258
- @media (min-width: 960px) {
20259
- .v-container {
20260
- max-width: 900px;
20261
- }
20262
- }
20263
- @media (min-width: 1280px) {
20264
- .v-container {
20265
- max-width: 1200px;
20266
- }
20163
+ @media (min-width: 1280px) {
20164
+ .v-container {
20165
+ max-width: 1200px;
20166
+ }
20267
20167
  }
20268
20168
  @media (min-width: 1920px) {
20269
20169
  .v-container {
@@ -20921,6 +20821,34 @@ html.overflow-y-hidden {
20921
20821
  .offset-xxl-11 {
20922
20822
  margin-inline-start: 91.6666666667%;
20923
20823
  }
20824
+ }.v-counter {
20825
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20826
+ flex: 0 1 auto;
20827
+ font-size: 12px;
20828
+ transition-duration: 150ms;
20829
+ }.v-color-picker {
20830
+ align-self: flex-start;
20831
+ contain: content;
20832
+ width: 300px;
20833
+ }
20834
+ .v-color-picker.v-sheet.v-picker {
20835
+ 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));
20836
+ }
20837
+ .v-color-picker.v-sheet.v-picker {
20838
+ border-radius: 4px;
20839
+ }
20840
+
20841
+ .v-color-picker__controls {
20842
+ display: flex;
20843
+ flex-direction: column;
20844
+ padding: 16px;
20845
+ }
20846
+
20847
+ .v-color-picker--flat {
20848
+ 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));
20849
+ }
20850
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20851
+ 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));
20924
20852
  }.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20925
20853
  .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20926
20854
  .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
@@ -21005,6 +20933,37 @@ html.overflow-y-hidden {
21005
20933
  }
21006
20934
  .v-combobox--active-menu .v-combobox__menu-icon {
21007
20935
  transform: rotate(180deg);
20936
+ }.v-data-table-footer {
20937
+ align-items: center;
20938
+ display: flex;
20939
+ flex-wrap: wrap;
20940
+ justify-content: flex-end;
20941
+ padding: 8px 4px;
20942
+ }
20943
+ .v-data-table-footer__items-per-page {
20944
+ align-items: center;
20945
+ display: flex;
20946
+ justify-content: center;
20947
+ }
20948
+ .v-data-table-footer__items-per-page > span {
20949
+ padding-inline-end: 8px;
20950
+ }
20951
+ .v-data-table-footer__items-per-page > .v-select {
20952
+ width: 90px;
20953
+ }
20954
+ .v-data-table-footer__info {
20955
+ display: flex;
20956
+ justify-content: flex-end;
20957
+ min-width: 116px;
20958
+ padding: 0 16px;
20959
+ }
20960
+ .v-data-table-footer__paginationz {
20961
+ align-items: center;
20962
+ display: flex;
20963
+ margin-inline-start: 16px;
20964
+ }
20965
+ .v-data-table-footer__page {
20966
+ padding: 0 8px;
21008
20967
  }.v-data-table {
21009
20968
  width: 100%;
21010
20969
  }
@@ -21206,117 +21165,6 @@ html.overflow-y-hidden {
21206
21165
  }
21207
21166
  .v-data-table__td-sort-icon-active {
21208
21167
  color: rgba(var(--v-theme-on-surface));
21209
- }.v-data-table-footer {
21210
- align-items: center;
21211
- display: flex;
21212
- flex-wrap: wrap;
21213
- justify-content: flex-end;
21214
- padding: 8px 4px;
21215
- }
21216
- .v-data-table-footer__items-per-page {
21217
- align-items: center;
21218
- display: flex;
21219
- justify-content: center;
21220
- }
21221
- .v-data-table-footer__items-per-page > span {
21222
- padding-inline-end: 8px;
21223
- }
21224
- .v-data-table-footer__items-per-page > .v-select {
21225
- width: 90px;
21226
- }
21227
- .v-data-table-footer__info {
21228
- display: flex;
21229
- justify-content: flex-end;
21230
- min-width: 116px;
21231
- padding: 0 16px;
21232
- }
21233
- .v-data-table-footer__paginationz {
21234
- align-items: center;
21235
- display: flex;
21236
- margin-inline-start: 16px;
21237
- }
21238
- .v-data-table-footer__page {
21239
- padding: 0 8px;
21240
- }.v-counter {
21241
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21242
- flex: 0 1 auto;
21243
- font-size: 12px;
21244
- transition-duration: 150ms;
21245
- }.v-date-picker {
21246
- overflow: hidden;
21247
- width: 328px;
21248
- }
21249
- .v-date-picker--show-week {
21250
- width: 368px;
21251
- }.v-date-picker-months {
21252
- height: 288px;
21253
- }
21254
-
21255
- .v-date-picker-months__content {
21256
- align-items: center;
21257
- display: grid;
21258
- flex: 1 1;
21259
- height: inherit;
21260
- justify-content: space-around;
21261
- grid-template-columns: repeat(2, 1fr);
21262
- grid-gap: 0px 24px;
21263
- padding-inline-start: 36px;
21264
- padding-inline-end: 36px;
21265
- }
21266
- .v-date-picker-months__content .v-btn {
21267
- text-transform: none;
21268
- padding-inline-start: 8px;
21269
- padding-inline-end: 8px;
21270
- }.v-date-picker-month {
21271
- display: flex;
21272
- justify-content: center;
21273
- padding: 0 12px 8px;
21274
- --v-date-picker-month-day-diff: 4px;
21275
- }
21276
-
21277
- .v-date-picker-month__weeks {
21278
- display: flex;
21279
- flex-direction: column;
21280
- column-gap: 4px;
21281
- font-size: 0.875rem;
21282
- }
21283
-
21284
- .v-date-picker-month__weekday {
21285
- font-size: 0.875rem;
21286
- }
21287
-
21288
- .v-date-picker-month__days {
21289
- display: grid;
21290
- grid-template-columns: repeat(var(--v-date-picker-days-in-week), min-content);
21291
- column-gap: 4px;
21292
- }
21293
-
21294
- .v-date-picker-month__day {
21295
- align-items: center;
21296
- display: flex;
21297
- justify-content: center;
21298
- position: relative;
21299
- height: 40px;
21300
- width: 40px;
21301
- }
21302
- .v-date-picker-month__day--selected .v-btn {
21303
- background-color: rgb(var(--v-theme-surface-variant));
21304
- color: rgb(var(--v-theme-on-surface-variant));
21305
- }
21306
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21307
- --v-btn-height: 24px;
21308
- --v-btn-size: 0.875rem;
21309
- }
21310
- .v-date-picker-month__day--week {
21311
- font-size: var(--v-btn-size);
21312
- }
21313
-
21314
- .v-date-picker-month__day--adjacent {
21315
- opacity: 0.5;
21316
- }
21317
-
21318
- .v-date-picker-month__day--hide-adjacent {
21319
- opacity: 0;
21320
21168
  }.v-date-picker-header {
21321
21169
  align-items: flex-end;
21322
21170
  height: 70px;
@@ -21377,21 +21225,6 @@ html.overflow-y-hidden {
21377
21225
  .date-picker-header-reverse-transition-leave-to {
21378
21226
  opacity: 0;
21379
21227
  transform: translate(0, 100%);
21380
- }.v-date-picker-years {
21381
- height: 288px;
21382
- overflow-y: scroll;
21383
- }
21384
-
21385
- .v-date-picker-years__content {
21386
- display: grid;
21387
- flex: 1 1;
21388
- justify-content: space-around;
21389
- grid-template-columns: repeat(3, 1fr);
21390
- gap: 8px 24px;
21391
- padding-inline: 32px;
21392
- }
21393
- .v-date-picker-years__content .v-btn {
21394
- padding-inline: 8px;
21395
21228
  }.v-date-picker-controls {
21396
21229
  display: flex;
21397
21230
  align-items: center;
@@ -21450,125 +21283,148 @@ html.overflow-y-hidden {
21450
21283
 
21451
21284
  .v-date-picker__title {
21452
21285
  display: inline-block;
21453
- }.v-divider {
21454
- display: block;
21455
- flex: 1 1 100%;
21456
- height: 0px;
21457
- max-height: 0px;
21458
- opacity: var(--v-border-opacity);
21459
- transition: inherit;
21460
- }
21461
- .v-divider {
21462
- border-style: solid;
21463
- border-width: thin 0 0 0;
21464
- }
21465
- .v-divider--vertical {
21466
- align-self: stretch;
21467
- border-width: 0 thin 0 0;
21468
- display: inline-flex;
21469
- height: auto;
21470
- margin-left: -1px;
21471
- max-height: 100%;
21472
- max-width: 0px;
21473
- vertical-align: text-bottom;
21474
- width: 0px;
21286
+ }.v-date-picker-month {
21287
+ display: flex;
21288
+ justify-content: center;
21289
+ padding: 0 12px 8px;
21290
+ --v-date-picker-month-day-diff: 4px;
21475
21291
  }
21476
- .v-divider--inset:not(.v-divider--vertical) {
21477
- max-width: calc(100% - 72px);
21478
- margin-inline-start: 72px;
21292
+
21293
+ .v-date-picker-month__weeks {
21294
+ display: flex;
21295
+ flex-direction: column;
21296
+ column-gap: 4px;
21297
+ font-size: 0.875rem;
21479
21298
  }
21480
- .v-divider--inset.v-divider--vertical {
21481
- margin-bottom: 8px;
21482
- margin-top: 8px;
21483
- max-height: calc(100% - 16px);
21299
+
21300
+ .v-date-picker-month__weekday {
21301
+ font-size: 0.875rem;
21484
21302
  }
21485
21303
 
21486
- .v-divider__content {
21487
- padding: 0 16px;
21488
- text-wrap: nowrap;
21489
- }
21490
- .v-divider__wrapper--vertical .v-divider__content {
21491
- padding: 4px 0;
21304
+ .v-date-picker-month__days {
21305
+ display: grid;
21306
+ grid-template-columns: repeat(var(--v-date-picker-days-in-week), min-content);
21307
+ column-gap: 4px;
21492
21308
  }
21493
21309
 
21494
- .v-divider__wrapper {
21495
- display: flex;
21496
- align-items: center;
21497
- justify-content: center;
21498
- }
21499
- .v-divider__wrapper--vertical {
21500
- flex-direction: column;
21501
- height: 100%;
21502
- }
21503
- .v-divider__wrapper--vertical .v-divider {
21504
- margin: 0 auto;
21505
- }.v-empty-state {
21310
+ .v-date-picker-month__day {
21506
21311
  align-items: center;
21507
21312
  display: flex;
21508
- flex-direction: column;
21509
21313
  justify-content: center;
21510
- min-height: 100%;
21511
- padding: 16px;
21314
+ position: relative;
21315
+ height: 40px;
21316
+ width: 40px;
21512
21317
  }
21513
- .v-empty-state--start {
21514
- align-items: flex-start;
21318
+ .v-date-picker-month__day--selected .v-btn {
21319
+ background-color: rgb(var(--v-theme-surface-variant));
21320
+ color: rgb(var(--v-theme-on-surface-variant));
21515
21321
  }
21516
- .v-empty-state--center {
21517
- align-items: center;
21322
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21323
+ --v-btn-height: 24px;
21324
+ --v-btn-size: 0.875rem;
21518
21325
  }
21519
- .v-empty-state--end {
21520
- align-items: flex-end;
21326
+ .v-date-picker-month__day--week {
21327
+ font-size: var(--v-btn-size);
21521
21328
  }
21522
21329
 
21523
- .v-empty-state__media {
21524
- text-align: center;
21525
- width: 100%;
21330
+ .v-date-picker-month__day--adjacent {
21331
+ opacity: 0.5;
21526
21332
  }
21527
- .v-empty-state__media .v-icon {
21528
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21333
+
21334
+ .v-date-picker-month__day--hide-adjacent {
21335
+ opacity: 0;
21336
+ }.v-date-picker-years {
21337
+ height: 288px;
21338
+ overflow-y: scroll;
21529
21339
  }
21530
21340
 
21531
- .v-empty-state__headline {
21532
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21533
- font-size: 3.75rem;
21534
- font-weight: 300;
21535
- line-height: 1;
21536
- text-align: center;
21537
- margin-bottom: 8px;
21341
+ .v-date-picker-years__content {
21342
+ display: grid;
21343
+ flex: 1 1;
21344
+ justify-content: space-around;
21345
+ grid-template-columns: repeat(3, 1fr);
21346
+ gap: 8px 24px;
21347
+ padding-inline: 32px;
21538
21348
  }
21539
- .v-empty-state--mobile .v-empty-state__headline {
21540
- font-size: 2.125rem;
21349
+ .v-date-picker-years__content .v-btn {
21350
+ padding-inline: 8px;
21351
+ }.v-date-picker-months {
21352
+ height: 288px;
21541
21353
  }
21542
21354
 
21543
- .v-empty-state__title {
21544
- font-size: 1.25rem;
21545
- font-weight: 500;
21546
- line-height: 1.6;
21547
- margin-bottom: 4px;
21548
- text-align: center;
21355
+ .v-date-picker-months__content {
21356
+ align-items: center;
21357
+ display: grid;
21358
+ flex: 1 1;
21359
+ height: inherit;
21360
+ justify-content: space-around;
21361
+ grid-template-columns: repeat(2, 1fr);
21362
+ grid-gap: 0px 24px;
21363
+ padding-inline-start: 36px;
21364
+ padding-inline-end: 36px;
21365
+ }
21366
+ .v-date-picker-months__content .v-btn {
21367
+ text-transform: none;
21368
+ padding-inline-start: 8px;
21369
+ padding-inline-end: 8px;
21370
+ }.v-date-picker {
21371
+ overflow: hidden;
21372
+ width: 328px;
21373
+ }
21374
+ .v-date-picker--show-week {
21375
+ width: 368px;
21376
+ }.v-divider {
21377
+ display: block;
21378
+ flex: 1 1 100%;
21379
+ height: 0px;
21380
+ max-height: 0px;
21381
+ opacity: var(--v-border-opacity);
21382
+ transition: inherit;
21383
+ }
21384
+ .v-divider {
21385
+ border-style: solid;
21386
+ border-width: thin 0 0 0;
21387
+ }
21388
+ .v-divider--vertical {
21389
+ align-self: stretch;
21390
+ border-width: 0 thin 0 0;
21391
+ display: inline-flex;
21392
+ height: auto;
21393
+ margin-left: -1px;
21394
+ max-height: 100%;
21395
+ max-width: 0px;
21396
+ vertical-align: text-bottom;
21397
+ width: 0px;
21398
+ }
21399
+ .v-divider--inset:not(.v-divider--vertical) {
21400
+ max-width: calc(100% - 72px);
21401
+ margin-inline-start: 72px;
21402
+ }
21403
+ .v-divider--inset.v-divider--vertical {
21404
+ margin-bottom: 8px;
21405
+ margin-top: 8px;
21406
+ max-height: calc(100% - 16px);
21549
21407
  }
21550
21408
 
21551
- .v-empty-state__text {
21552
- font-size: 0.875rem;
21553
- font-weight: 400;
21554
- line-height: 1.425;
21409
+ .v-divider__content {
21555
21410
  padding: 0 16px;
21556
- text-align: center;
21411
+ text-wrap: nowrap;
21557
21412
  }
21558
-
21559
- .v-empty-state__content {
21560
- padding: 24px 0;
21413
+ .v-divider__wrapper--vertical .v-divider__content {
21414
+ padding: 4px 0;
21561
21415
  }
21562
21416
 
21563
- .v-empty-state__actions {
21417
+ .v-divider__wrapper {
21564
21418
  display: flex;
21565
- gap: 8px;
21566
- padding: 16px;
21419
+ align-items: center;
21420
+ justify-content: center;
21567
21421
  }
21568
-
21569
- .v-empty-state__action-btn.v-btn {
21570
- background-color: initial;
21571
- color: initial;
21422
+ .v-divider__wrapper--vertical {
21423
+ flex-direction: column;
21424
+ height: 100%;
21425
+ }
21426
+ .v-divider__wrapper--vertical .v-divider {
21427
+ margin: 0 auto;
21572
21428
  }.v-expansion-panel {
21573
21429
  background-color: rgb(var(--v-theme-surface));
21574
21430
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21785,74 +21641,323 @@ html.overflow-y-hidden {
21785
21641
  }
21786
21642
  .v-expansion-panels--tile > .v-expansion-panel {
21787
21643
  border-radius: 0;
21788
- }/* region INPUT */
21789
- .v-field {
21790
- display: grid;
21791
- grid-template-areas: "prepend-inner field clear append-inner";
21792
- grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
21793
- font-size: 16px;
21794
- letter-spacing: 0.009375em;
21795
- max-width: 100%;
21796
- border-radius: 4px;
21797
- contain: layout;
21798
- flex: 1 0;
21799
- grid-area: control;
21800
- position: relative;
21801
- --v-theme-overlay-multiplier: 1;
21802
- --v-field-padding-start: 16px;
21803
- --v-field-padding-end: 16px;
21804
- --v-field-padding-top: 8px;
21805
- --v-field-padding-bottom: 4px;
21806
- --v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0px));
21807
- --v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
21808
- }
21809
- .v-field--disabled {
21810
- opacity: var(--v-disabled-opacity);
21811
- pointer-events: none;
21812
- }
21813
- .v-field .v-chip {
21814
- --v-chip-height: 24px;
21815
- }
21816
-
21817
- /* endregion */
21818
- /* region MODIFIERS */
21819
- .v-field--prepended {
21820
- padding-inline-start: 12px;
21821
- }
21822
- .v-field--appended {
21823
- padding-inline-end: 12px;
21644
+ }.v-empty-state {
21645
+ align-items: center;
21646
+ display: flex;
21647
+ flex-direction: column;
21648
+ justify-content: center;
21649
+ min-height: 100%;
21650
+ padding: 16px;
21824
21651
  }
21825
- .v-field--variant-solo, .v-field--variant-solo-filled {
21826
- background: rgb(var(--v-theme-surface));
21827
- border-color: transparent;
21828
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21652
+ .v-empty-state--start {
21653
+ align-items: flex-start;
21829
21654
  }
21830
- .v-field--variant-solo, .v-field--variant-solo-filled {
21831
- 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));
21655
+ .v-empty-state--center {
21656
+ align-items: center;
21832
21657
  }
21833
- .v-field--variant-solo-inverted {
21834
- background: rgb(var(--v-theme-surface));
21835
- border-color: transparent;
21836
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21658
+ .v-empty-state--end {
21659
+ align-items: flex-end;
21837
21660
  }
21838
- .v-field--variant-solo-inverted {
21839
- 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));
21661
+
21662
+ .v-empty-state__media {
21663
+ text-align: center;
21664
+ width: 100%;
21840
21665
  }
21841
- .v-field--variant-solo-inverted.v-field--focused {
21842
- color: rgb(var(--v-theme-on-surface-variant));
21666
+ .v-empty-state__media .v-icon {
21667
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21843
21668
  }
21844
- .v-field--variant-filled {
21845
- border-bottom-left-radius: 0;
21846
- border-bottom-right-radius: 0;
21669
+
21670
+ .v-empty-state__headline {
21671
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21672
+ font-size: 3.75rem;
21673
+ font-weight: 300;
21674
+ line-height: 1;
21675
+ text-align: center;
21676
+ margin-bottom: 8px;
21847
21677
  }
21848
- .v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
21849
- --v-input-control-height: 56px;
21850
- --v-field-padding-bottom: 4px;
21678
+ .v-empty-state--mobile .v-empty-state__headline {
21679
+ font-size: 2.125rem;
21851
21680
  }
21852
21681
 
21853
- .v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
21854
- --v-input-control-height: 48px;
21855
- --v-field-padding-bottom: 0px;
21682
+ .v-empty-state__title {
21683
+ font-size: 1.25rem;
21684
+ font-weight: 500;
21685
+ line-height: 1.6;
21686
+ margin-bottom: 4px;
21687
+ text-align: center;
21688
+ }
21689
+
21690
+ .v-empty-state__text {
21691
+ font-size: 0.875rem;
21692
+ font-weight: 400;
21693
+ line-height: 1.425;
21694
+ padding: 0 16px;
21695
+ text-align: center;
21696
+ }
21697
+
21698
+ .v-empty-state__content {
21699
+ padding: 24px 0;
21700
+ }
21701
+
21702
+ .v-empty-state__actions {
21703
+ display: flex;
21704
+ gap: 8px;
21705
+ padding: 16px;
21706
+ }
21707
+
21708
+ .v-empty-state__action-btn.v-btn {
21709
+ background-color: initial;
21710
+ color: initial;
21711
+ }.v-fab {
21712
+ align-items: center;
21713
+ display: inline-flex;
21714
+ flex: 1 1 auto;
21715
+ pointer-events: none;
21716
+ position: relative;
21717
+ transition-duration: 0.2s;
21718
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21719
+ vertical-align: middle;
21720
+ }
21721
+ .v-fab .v-btn {
21722
+ pointer-events: auto;
21723
+ }
21724
+ .v-fab .v-btn--variant-elevated {
21725
+ 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));
21726
+ }
21727
+ .v-fab--app, .v-fab--absolute {
21728
+ display: flex;
21729
+ }
21730
+ .v-fab--absolute {
21731
+ position: absolute;
21732
+ inset: 0;
21733
+ }
21734
+ .v-fab--start, .v-fab--left {
21735
+ justify-content: flex-start;
21736
+ }
21737
+ .v-fab--center {
21738
+ align-items: center;
21739
+ justify-content: center;
21740
+ }
21741
+ .v-fab--end, .v-fab--right {
21742
+ justify-content: flex-end;
21743
+ }
21744
+ .v-fab--bottom {
21745
+ align-items: flex-end;
21746
+ }
21747
+ .v-fab--top {
21748
+ align-items: flex-start;
21749
+ }
21750
+ .v-fab--extended .v-btn {
21751
+ border-radius: 9999px !important;
21752
+ }
21753
+
21754
+ .v-fab__container {
21755
+ align-self: center;
21756
+ display: inline-flex;
21757
+ vertical-align: middle;
21758
+ }
21759
+ .v-fab--app .v-fab__container {
21760
+ margin: 12px;
21761
+ position: fixed;
21762
+ }
21763
+ .v-fab--absolute .v-fab__container {
21764
+ position: absolute;
21765
+ z-index: 4;
21766
+ }
21767
+ .v-fab--offset.v-fab--top .v-fab__container {
21768
+ transform: translateY(-50%);
21769
+ }
21770
+ .v-fab--offset.v-fab--bottom .v-fab__container {
21771
+ transform: translateY(50%);
21772
+ }
21773
+ .v-fab--top .v-fab__container {
21774
+ top: 0;
21775
+ }
21776
+ .v-fab--bottom .v-fab__container {
21777
+ bottom: 0;
21778
+ }
21779
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21780
+ left: 0;
21781
+ }
21782
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21783
+ right: 0;
21784
+ }.v-badge {
21785
+ display: inline-block;
21786
+ line-height: 1;
21787
+ }
21788
+
21789
+ .v-badge__badge {
21790
+ align-items: center;
21791
+ display: inline-flex;
21792
+ border-radius: 10px;
21793
+ font-family: "Roboto", sans-serif;
21794
+ font-size: 0.75rem;
21795
+ font-weight: 500;
21796
+ height: 1.25rem;
21797
+ justify-content: center;
21798
+ min-width: 20px;
21799
+ padding: 4px 6px;
21800
+ pointer-events: auto;
21801
+ position: absolute;
21802
+ text-align: center;
21803
+ text-indent: 0;
21804
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
21805
+ white-space: nowrap;
21806
+ }
21807
+ .v-badge__badge {
21808
+ background: rgb(var(--v-theme-surface-variant));
21809
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
21810
+ }
21811
+ .v-badge__badge:has(.v-icon) {
21812
+ padding: 4px 6px;
21813
+ }
21814
+ .v-badge--bordered .v-badge__badge::after {
21815
+ border-radius: inherit;
21816
+ border-style: solid;
21817
+ border-width: 2px;
21818
+ bottom: 0;
21819
+ color: rgb(var(--v-theme-background));
21820
+ content: "";
21821
+ left: 0;
21822
+ position: absolute;
21823
+ right: 0;
21824
+ top: 0;
21825
+ transform: scale(1.05);
21826
+ }
21827
+ .v-badge--dot .v-badge__badge {
21828
+ border-radius: 4.5px;
21829
+ height: 9px;
21830
+ min-width: 0;
21831
+ padding: 0;
21832
+ width: 9px;
21833
+ }
21834
+ .v-badge--dot .v-badge__badge::after {
21835
+ border-width: 1.5px;
21836
+ }
21837
+ .v-badge--inline .v-badge__badge {
21838
+ position: relative;
21839
+ vertical-align: middle;
21840
+ }
21841
+ .v-badge__badge .v-icon {
21842
+ color: inherit;
21843
+ font-size: 0.75rem;
21844
+ margin: 0 -2px;
21845
+ }
21846
+ .v-badge__badge img,
21847
+ .v-badge__badge .v-img {
21848
+ height: 100%;
21849
+ width: 100%;
21850
+ }
21851
+
21852
+ .v-badge__wrapper {
21853
+ display: flex;
21854
+ position: relative;
21855
+ }
21856
+ .v-badge--inline .v-badge__wrapper {
21857
+ align-items: center;
21858
+ display: inline-flex;
21859
+ justify-content: center;
21860
+ margin: 0 4px;
21861
+ }.v-file-input--hide.v-input .v-field,
21862
+ .v-file-input--hide.v-input .v-input__control,
21863
+ .v-file-input--hide.v-input .v-input__details {
21864
+ display: none;
21865
+ }
21866
+ .v-file-input--hide.v-input .v-input__prepend {
21867
+ grid-area: control;
21868
+ margin: 0 auto;
21869
+ }
21870
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21871
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21872
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21873
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21874
+ top: 0px;
21875
+ }
21876
+ .v-file-input input[type=file] {
21877
+ height: 100%;
21878
+ left: 0;
21879
+ opacity: 0;
21880
+ position: absolute;
21881
+ top: 0;
21882
+ width: 100%;
21883
+ z-index: 0;
21884
+ }
21885
+ .v-file-input--dragging input[type=file] {
21886
+ z-index: 1;
21887
+ }
21888
+ .v-file-input .v-input__details {
21889
+ padding-inline: 16px;
21890
+ }
21891
+ .v-input--plain-underlined.v-file-input .v-input__details {
21892
+ padding-inline: 0;
21893
+ }/* region INPUT */
21894
+ .v-field {
21895
+ display: grid;
21896
+ grid-template-areas: "prepend-inner field clear append-inner";
21897
+ grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
21898
+ font-size: 16px;
21899
+ letter-spacing: 0.009375em;
21900
+ max-width: 100%;
21901
+ border-radius: 4px;
21902
+ contain: layout;
21903
+ flex: 1 0;
21904
+ grid-area: control;
21905
+ position: relative;
21906
+ --v-theme-overlay-multiplier: 1;
21907
+ --v-field-padding-start: 16px;
21908
+ --v-field-padding-end: 16px;
21909
+ --v-field-padding-top: 8px;
21910
+ --v-field-padding-bottom: 4px;
21911
+ --v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0px));
21912
+ --v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
21913
+ }
21914
+ .v-field--disabled {
21915
+ opacity: var(--v-disabled-opacity);
21916
+ pointer-events: none;
21917
+ }
21918
+ .v-field .v-chip {
21919
+ --v-chip-height: 24px;
21920
+ }
21921
+
21922
+ /* endregion */
21923
+ /* region MODIFIERS */
21924
+ .v-field--prepended {
21925
+ padding-inline-start: 12px;
21926
+ }
21927
+ .v-field--appended {
21928
+ padding-inline-end: 12px;
21929
+ }
21930
+ .v-field--variant-solo, .v-field--variant-solo-filled {
21931
+ background: rgb(var(--v-theme-surface));
21932
+ border-color: transparent;
21933
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21934
+ }
21935
+ .v-field--variant-solo, .v-field--variant-solo-filled {
21936
+ 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));
21937
+ }
21938
+ .v-field--variant-solo-inverted {
21939
+ background: rgb(var(--v-theme-surface));
21940
+ border-color: transparent;
21941
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21942
+ }
21943
+ .v-field--variant-solo-inverted {
21944
+ 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));
21945
+ }
21946
+ .v-field--variant-solo-inverted.v-field--focused {
21947
+ color: rgb(var(--v-theme-on-surface-variant));
21948
+ }
21949
+ .v-field--variant-filled {
21950
+ border-bottom-left-radius: 0;
21951
+ border-bottom-right-radius: 0;
21952
+ }
21953
+ .v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
21954
+ --v-input-control-height: 56px;
21955
+ --v-field-padding-bottom: 4px;
21956
+ }
21957
+
21958
+ .v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
21959
+ --v-input-control-height: 48px;
21960
+ --v-field-padding-bottom: 0px;
21856
21961
  }
21857
21962
 
21858
21963
  .v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
@@ -22347,241 +22452,88 @@ textarea.v-field__input::placeholder {
22347
22452
  .v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
22348
22453
  opacity: 0;
22349
22454
  }
22350
- @media (hover: hover) {
22351
- .v-field--variant-solo-inverted:hover .v-field__overlay {
22352
- opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
22353
- }
22354
- }
22355
- .v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
22356
- background-color: rgb(var(--v-theme-surface-variant));
22357
- opacity: 1;
22358
- }
22359
-
22360
- /* endregion */
22361
- /* region MODIFIERS */
22362
- .v-field--reverse .v-field__field,
22363
- .v-field--reverse .v-field__input,
22364
- .v-field--reverse .v-field__outline {
22365
- flex-direction: row-reverse;
22366
- }
22367
- .v-field--reverse .v-field__input, .v-field--reverse input {
22368
- text-align: end;
22369
- }
22370
-
22371
- .v-input--disabled .v-field--variant-filled .v-field__outline::before,
22372
- .v-input--disabled .v-field--variant-underlined .v-field__outline::before {
22373
- border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
22374
- }
22375
-
22376
- .v-field--loading .v-field__outline::after,
22377
- .v-field--loading .v-field__outline::before {
22378
- opacity: 0;
22379
- }
22380
-
22381
- /* endregion */.v-dialog {
22382
- align-items: center;
22383
- justify-content: center;
22384
- margin: auto;
22385
- }
22386
- .v-dialog > .v-overlay__content {
22387
- max-height: calc(100% - 48px);
22388
- width: calc(100% - 48px);
22389
- max-width: calc(100% - 48px);
22390
- margin: 24px;
22391
- }
22392
- .v-dialog > .v-overlay__content,
22393
- .v-dialog > .v-overlay__content > form {
22394
- display: flex;
22395
- flex-direction: column;
22396
- min-height: 0;
22397
- }
22398
- .v-dialog > .v-overlay__content > .v-card,
22399
- .v-dialog > .v-overlay__content > .v-sheet,
22400
- .v-dialog > .v-overlay__content > form > .v-card,
22401
- .v-dialog > .v-overlay__content > form > .v-sheet {
22402
- --v-scrollbar-offset: 0px;
22403
- border-radius: 4px;
22404
- overflow-y: auto;
22405
- flex: 1 1 100%;
22406
- }
22407
- .v-dialog > .v-overlay__content > .v-card,
22408
- .v-dialog > .v-overlay__content > .v-sheet,
22409
- .v-dialog > .v-overlay__content > form > .v-card,
22410
- .v-dialog > .v-overlay__content > form > .v-sheet {
22411
- box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22412
- }
22413
- .v-dialog > .v-overlay__content > .v-card,
22414
- .v-dialog > .v-overlay__content > form > .v-card {
22415
- display: flex;
22416
- flex-direction: column;
22417
- }
22418
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
22419
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
22420
- padding: 16px 24px;
22421
- }
22422
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
22423
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
22424
- padding-top: 0;
22425
- }
22426
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
22427
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
22428
- font-size: inherit;
22429
- letter-spacing: 0.03125em;
22430
- line-height: inherit;
22431
- padding: 16px 24px 24px;
22432
- }
22433
- .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
22434
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
22435
- justify-content: flex-end;
22436
- }
22437
-
22438
- .v-dialog--fullscreen {
22439
- --v-scrollbar-offset: 0px;
22440
- }
22441
- .v-dialog--fullscreen > .v-overlay__content {
22442
- border-radius: 0;
22443
- margin: 0;
22444
- padding: 0;
22445
- width: 100%;
22446
- height: 100%;
22447
- max-width: 100%;
22448
- max-height: 100%;
22449
- overflow-y: auto;
22450
- top: 0;
22451
- left: 0;
22452
- }
22453
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
22454
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
22455
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
22456
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
22457
- min-height: 100%;
22458
- min-width: 100%;
22459
- border-radius: 0;
22460
- }
22461
-
22462
- .v-dialog--scrollable > .v-overlay__content > form,
22463
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
22464
- max-height: 100%;
22465
- max-width: 100%;
22466
- }
22467
- .v-dialog--scrollable > .v-overlay__content,
22468
- .v-dialog--scrollable > .v-overlay__content > .v-card,
22469
- .v-dialog--scrollable > .v-overlay__content > form,
22470
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
22471
- display: flex;
22472
- flex: 1 1 100%;
22473
- flex-direction: column;
22474
- }
22475
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
22476
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
22477
- -webkit-backface-visibility: hidden;
22478
- backface-visibility: hidden;
22479
- overflow-y: auto;
22480
- }.v-file-input--hide.v-input .v-field,
22481
- .v-file-input--hide.v-input .v-input__control,
22482
- .v-file-input--hide.v-input .v-input__details {
22483
- display: none;
22484
- }
22485
- .v-file-input--hide.v-input .v-input__prepend {
22486
- grid-area: control;
22487
- margin: 0 auto;
22488
- }
22489
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22490
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22491
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22492
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22493
- top: 0px;
22494
- }
22495
- .v-file-input input[type=file] {
22496
- height: 100%;
22497
- left: 0;
22498
- opacity: 0;
22499
- position: absolute;
22500
- top: 0;
22501
- width: 100%;
22502
- z-index: 0;
22503
- }
22504
- .v-file-input--dragging input[type=file] {
22505
- z-index: 1;
22506
- }
22507
- .v-file-input .v-input__details {
22508
- padding-inline: 16px;
22455
+ @media (hover: hover) {
22456
+ .v-field--variant-solo-inverted:hover .v-field__overlay {
22457
+ opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
22458
+ }
22509
22459
  }
22510
- .v-input--plain-underlined.v-file-input .v-input__details {
22511
- padding-inline: 0;
22512
- }.v-footer {
22513
- align-items: center;
22514
- display: flex;
22515
- flex: 1 1 auto;
22516
- padding: 8px 16px;
22517
- position: relative;
22518
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22519
- transition-property: height, width, transform, max-width, left, right, top, bottom;
22460
+ .v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
22461
+ background-color: rgb(var(--v-theme-surface-variant));
22462
+ opacity: 1;
22520
22463
  }
22521
- .v-footer {
22522
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22523
- border-style: solid;
22524
- border-width: 0;
22464
+
22465
+ /* endregion */
22466
+ /* region MODIFIERS */
22467
+ .v-field--reverse .v-field__field,
22468
+ .v-field--reverse .v-field__input,
22469
+ .v-field--reverse .v-field__outline {
22470
+ flex-direction: row-reverse;
22525
22471
  }
22526
- .v-footer--border {
22527
- border-width: thin;
22528
- box-shadow: none;
22472
+ .v-field--reverse .v-field__input, .v-field--reverse input {
22473
+ text-align: end;
22529
22474
  }
22530
- .v-footer {
22531
- 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));
22475
+
22476
+ .v-input--disabled .v-field--variant-filled .v-field__outline::before,
22477
+ .v-input--disabled .v-field--variant-underlined .v-field__outline::before {
22478
+ border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
22532
22479
  }
22533
- .v-footer--absolute {
22534
- position: absolute;
22480
+
22481
+ .v-field--loading .v-field__outline::after,
22482
+ .v-field--loading .v-field__outline::before {
22483
+ opacity: 0;
22535
22484
  }
22536
- .v-footer--fixed {
22537
- position: fixed;
22485
+
22486
+ /* endregion */.v-img {
22487
+ --v-theme-overlay-multiplier: 3;
22488
+ z-index: 0;
22538
22489
  }
22539
- .v-footer {
22540
- border-radius: 0;
22490
+ .v-img.v-img--absolute {
22491
+ height: 100%;
22492
+ left: 0;
22493
+ overflow: hidden;
22494
+ position: absolute;
22495
+ top: 0;
22496
+ width: 100%;
22497
+ z-index: -1;
22541
22498
  }
22542
- .v-footer {
22543
- background: rgb(var(--v-theme-surface));
22544
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22499
+ .v-img--booting .v-responsive__sizer {
22500
+ transition: none;
22545
22501
  }
22546
- .v-footer--rounded {
22502
+ .v-img--rounded {
22547
22503
  border-radius: 4px;
22548
- }.v-infinite-scroll--horizontal {
22549
- display: flex;
22550
- flex-direction: row;
22551
- overflow-x: auto;
22552
- }
22553
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22554
- height: 100%;
22555
- width: var(--v-infinite-margin-size, 1px);
22556
22504
  }
22557
22505
 
22558
- .v-infinite-scroll--vertical {
22559
- display: flex;
22560
- flex-direction: column;
22561
- overflow-y: auto;
22506
+ .v-img__img,
22507
+ .v-img__picture,
22508
+ .v-img__gradient,
22509
+ .v-img__placeholder,
22510
+ .v-img__error {
22511
+ z-index: -1;
22562
22512
  }
22563
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22564
- height: 1px;
22513
+ .v-img__img,
22514
+ .v-img__picture,
22515
+ .v-img__gradient,
22516
+ .v-img__placeholder,
22517
+ .v-img__error {
22518
+ position: absolute;
22519
+ top: 0;
22520
+ left: 0;
22565
22521
  width: 100%;
22522
+ height: 100%;
22566
22523
  }
22567
22524
 
22568
- .v-infinite-scroll-intersect {
22569
- pointer-events: none;
22570
- margin-top: var(--v-infinite-margin);
22571
- margin-bottom: calc(var(--v-infinite-margin) * -1);
22525
+ .v-img__img--preload {
22526
+ filter: blur(4px);
22572
22527
  }
22573
- .v-infinite-scroll-intersect:nth-child(2) {
22574
- --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22528
+ .v-img__img--contain {
22529
+ object-fit: contain;
22575
22530
  }
22576
- .v-infinite-scroll-intersect:nth-last-child(2) {
22577
- --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22531
+ .v-img__img--cover {
22532
+ object-fit: cover;
22578
22533
  }
22579
22534
 
22580
- .v-infinite-scroll__side {
22581
- align-items: center;
22582
- display: flex;
22583
- justify-content: center;
22584
- padding: 8px;
22535
+ .v-img__gradient {
22536
+ background-repeat: no-repeat;
22585
22537
  }.v-icon {
22586
22538
  --v-icon-size-multiplier: 1;
22587
22539
  align-items: center;
@@ -22636,57 +22588,79 @@ textarea.v-field__input::placeholder {
22636
22588
 
22637
22589
  .v-icon--end {
22638
22590
  margin-inline-start: 8px;
22639
- }.v-img {
22640
- --v-theme-overlay-multiplier: 3;
22641
- z-index: 0;
22591
+ }.v-infinite-scroll--horizontal {
22592
+ display: flex;
22593
+ flex-direction: row;
22594
+ overflow-x: auto;
22642
22595
  }
22643
- .v-img.v-img--absolute {
22596
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22644
22597
  height: 100%;
22645
- left: 0;
22646
- overflow: hidden;
22647
- position: absolute;
22648
- top: 0;
22598
+ width: var(--v-infinite-margin-size, 1px);
22599
+ }
22600
+
22601
+ .v-infinite-scroll--vertical {
22602
+ display: flex;
22603
+ flex-direction: column;
22604
+ overflow-y: auto;
22605
+ }
22606
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22607
+ height: 1px;
22649
22608
  width: 100%;
22650
- z-index: -1;
22651
22609
  }
22652
- .v-img--booting .v-responsive__sizer {
22653
- transition: none;
22610
+
22611
+ .v-infinite-scroll-intersect {
22612
+ pointer-events: none;
22613
+ margin-top: var(--v-infinite-margin);
22614
+ margin-bottom: calc(var(--v-infinite-margin) * -1);
22654
22615
  }
22655
- .v-img--rounded {
22656
- border-radius: 4px;
22616
+ .v-infinite-scroll-intersect:nth-child(2) {
22617
+ --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22618
+ }
22619
+ .v-infinite-scroll-intersect:nth-last-child(2) {
22620
+ --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22657
22621
  }
22658
22622
 
22659
- .v-img__img,
22660
- .v-img__picture,
22661
- .v-img__gradient,
22662
- .v-img__placeholder,
22663
- .v-img__error {
22664
- z-index: -1;
22623
+ .v-infinite-scroll__side {
22624
+ align-items: center;
22625
+ display: flex;
22626
+ justify-content: center;
22627
+ padding: 8px;
22628
+ }.v-footer {
22629
+ align-items: center;
22630
+ display: flex;
22631
+ flex: 1 1 auto;
22632
+ padding: 8px 16px;
22633
+ position: relative;
22634
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22635
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
22665
22636
  }
22666
- .v-img__img,
22667
- .v-img__picture,
22668
- .v-img__gradient,
22669
- .v-img__placeholder,
22670
- .v-img__error {
22637
+ .v-footer {
22638
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22639
+ border-style: solid;
22640
+ border-width: 0;
22641
+ }
22642
+ .v-footer--border {
22643
+ border-width: thin;
22644
+ box-shadow: none;
22645
+ }
22646
+ .v-footer {
22647
+ 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));
22648
+ }
22649
+ .v-footer--absolute {
22671
22650
  position: absolute;
22672
- top: 0;
22673
- left: 0;
22674
- width: 100%;
22675
- height: 100%;
22676
22651
  }
22677
-
22678
- .v-img__img--preload {
22679
- filter: blur(4px);
22652
+ .v-footer--fixed {
22653
+ position: fixed;
22680
22654
  }
22681
- .v-img__img--contain {
22682
- object-fit: contain;
22655
+ .v-footer {
22656
+ border-radius: 0;
22683
22657
  }
22684
- .v-img__img--cover {
22685
- object-fit: cover;
22658
+ .v-footer {
22659
+ background: rgb(var(--v-theme-surface));
22660
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22686
22661
  }
22687
-
22688
- .v-img__gradient {
22689
- background-repeat: no-repeat;
22662
+ .v-footer--rounded {
22663
+ border-radius: 4px;
22690
22664
  }.v-input {
22691
22665
  display: grid;
22692
22666
  flex: 1 1 auto;
@@ -23432,13 +23406,6 @@ textarea.v-field__input::placeholder {
23432
23406
  }
23433
23407
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23434
23408
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23435
- }.v-layout-item {
23436
- position: absolute;
23437
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23438
- }
23439
-
23440
- .v-layout-item--absolute {
23441
- position: absolute;
23442
23409
  }.v-layout {
23443
23410
  --v-scrollbar-offset: 0px;
23444
23411
  display: flex;
@@ -23447,6 +23414,13 @@ textarea.v-field__input::placeholder {
23447
23414
  .v-layout--full-height {
23448
23415
  --v-scrollbar-offset: inherit;
23449
23416
  height: 100%;
23417
+ }.v-layout-item {
23418
+ position: absolute;
23419
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23420
+ }
23421
+
23422
+ .v-layout-item--absolute {
23423
+ position: absolute;
23450
23424
  }.v-main {
23451
23425
  flex: 1 0 auto;
23452
23426
  max-width: 100%;
@@ -23477,6 +23451,8 @@ textarea.v-field__input::placeholder {
23477
23451
  --v-layout-right: 0px;
23478
23452
  --v-layout-top: 0px;
23479
23453
  --v-layout-bottom: 0px;
23454
+ }.v-locale-provider {
23455
+ display: contents;
23480
23456
  }.v-menu > .v-overlay__content {
23481
23457
  display: flex;
23482
23458
  flex-direction: column;
@@ -23496,8 +23472,6 @@ textarea.v-field__input::placeholder {
23496
23472
  .v-menu > .v-overlay__content > .v-sheet,
23497
23473
  .v-menu > .v-overlay__content > .v-list {
23498
23474
  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));
23499
- }.v-locale-provider {
23500
- display: contents;
23501
23475
  }.v-messages {
23502
23476
  flex: 1 1 auto;
23503
23477
  font-size: 12px;
@@ -23514,129 +23488,110 @@ textarea.v-field__input::placeholder {
23514
23488
  -webkit-hyphens: auto;
23515
23489
  hyphens: auto;
23516
23490
  transition-duration: 150ms;
23517
- }.v-number-input input[type=number] {
23518
- -moz-appearance: textfield;
23519
- }
23520
- .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
23521
- -webkit-appearance: none;
23522
- }
23523
- .v-number-input .v-field:has(.v-field__prepend-inner > .v-number-input__control:first-child) {
23524
- padding-inline-start: 0;
23525
- }
23526
- .v-number-input .v-field:has(.v-field__append-inner > .v-number-input__control:last-child) {
23527
- padding-inline-end: 0;
23528
- }
23529
- .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > .v-icon {
23530
- margin-inline-end: 4px;
23531
- }
23532
- .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > hr + .v-icon,
23533
- .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > .v-number-input__control + .v-icon {
23534
- margin-inline: 8px 0;
23535
- }
23536
- .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon {
23537
- margin-inline-start: 4px;
23491
+ }.v-navigation-drawer {
23492
+ -webkit-overflow-scrolling: touch;
23493
+ background: rgb(var(--v-theme-surface));
23494
+ display: flex;
23495
+ flex-direction: column;
23496
+ height: 100%;
23497
+ max-width: 100%;
23498
+ pointer-events: auto;
23499
+ transition-duration: 0.2s;
23500
+ transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
23501
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23502
+ position: absolute;
23538
23503
  }
23539
- .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon:has(+ hr),
23540
- .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon:has(+ .v-number-input__control) {
23541
- margin-inline: 0 8px;
23504
+ .v-navigation-drawer {
23505
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23506
+ border-style: solid;
23507
+ border-width: 0;
23542
23508
  }
23543
- .v-number-input .v-field__clearable:has(+ .v-field__append-inner > hr:first-child) {
23544
- margin-inline-end: 8px;
23509
+ .v-navigation-drawer--border {
23510
+ border-width: thin;
23511
+ box-shadow: none;
23545
23512
  }
23546
- .v-number-input--inset .v-divider {
23547
- height: 55%;
23548
- width: 55%;
23549
- align-self: center;
23513
+ .v-navigation-drawer {
23514
+ 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));
23550
23515
  }
23551
- .v-number-input--split .v-field__input {
23552
- text-align: center;
23516
+ .v-navigation-drawer {
23517
+ background: rgb(var(--v-theme-surface));
23518
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23553
23519
  }
23554
- .v-number-input--stacked .v-number-input__control {
23555
- flex-direction: column-reverse;
23520
+ .v-navigation-drawer--rounded {
23521
+ border-radius: 4px;
23556
23522
  }
23557
- .v-number-input--stacked .v-number-input__control .v-btn {
23558
- flex: 1;
23523
+ .v-navigation-drawer--top {
23524
+ top: 0;
23525
+ border-bottom-width: thin;
23559
23526
  }
23560
- .v-number-input--hide-input .v-field {
23561
- flex: none;
23527
+ .v-navigation-drawer--bottom {
23528
+ left: 0;
23529
+ border-top-width: thin;
23562
23530
  }
23563
- .v-number-input--hide-input .v-field__input {
23564
- width: 0;
23565
- padding-inline: 0;
23531
+ .v-navigation-drawer--left {
23532
+ top: 0;
23533
+ left: 0;
23534
+ right: auto;
23535
+ border-right-width: thin;
23566
23536
  }
23567
- .v-number-input__control {
23568
- display: flex;
23569
- height: 100%;
23537
+ .v-navigation-drawer--right {
23538
+ top: 0;
23539
+ left: auto;
23540
+ right: 0;
23541
+ border-left-width: thin;
23570
23542
  }
23571
- .v-number-input__control .v-btn {
23572
- background-color: transparent;
23573
- border-radius: 0;
23574
- }.v-otp-input {
23575
- align-items: center;
23576
- display: flex;
23577
- justify-content: center;
23578
- padding: 0.5rem 0;
23579
- position: relative;
23543
+ .v-navigation-drawer--floating {
23544
+ border: none;
23580
23545
  }
23581
- .v-otp-input {
23582
- border-radius: 4px;
23546
+ .v-navigation-drawer--temporary.v-navigation-drawer--active {
23547
+ 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));
23583
23548
  }
23584
- .v-otp-input .v-field {
23585
- height: 100%;
23549
+ .v-navigation-drawer--sticky {
23550
+ height: auto;
23551
+ transition: box-shadow, transform, visibility, width, height, left, right;
23586
23552
  }
23587
-
23588
- .v-otp-input__divider {
23589
- margin: 0 8px;
23553
+ .v-navigation-drawer .v-list {
23554
+ overflow: hidden;
23590
23555
  }
23591
23556
 
23592
- .v-otp-input__content {
23593
- align-items: center;
23594
- display: flex;
23595
- gap: 0.5rem;
23596
- height: 64px;
23597
- padding: 0.5rem;
23598
- justify-content: center;
23599
- max-width: 320px;
23600
- position: relative;
23601
- border-radius: inherit;
23602
- }
23603
- .v-otp-input--divided .v-otp-input__content {
23604
- max-width: 360px;
23557
+ .v-navigation-drawer__content {
23558
+ flex: 0 1 auto;
23559
+ height: 100%;
23560
+ max-width: 100%;
23561
+ overflow-x: hidden;
23562
+ overflow-y: auto;
23605
23563
  }
23606
23564
 
23607
- .v-otp-input__field {
23608
- color: inherit;
23609
- font-size: 1.25rem;
23565
+ .v-navigation-drawer__img {
23610
23566
  height: 100%;
23611
- outline: none;
23612
- text-align: center;
23567
+ left: 0;
23568
+ position: absolute;
23569
+ top: 0;
23613
23570
  width: 100%;
23571
+ z-index: -1;
23614
23572
  }
23615
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23616
- -webkit-appearance: none;
23617
- margin: 0;
23618
- }
23619
- .v-otp-input__field[type=number] {
23620
- -moz-appearance: textfield;
23573
+ .v-navigation-drawer__img img:not(.v-img__img) {
23574
+ height: inherit;
23575
+ object-fit: cover;
23576
+ width: inherit;
23621
23577
  }
23622
23578
 
23623
- .v-otp-input__loader {
23624
- align-items: center;
23625
- display: flex;
23626
- height: 100%;
23627
- justify-content: center;
23628
- width: 100%;
23629
- }
23630
- .v-otp-input__loader .v-progress-linear {
23579
+ .v-navigation-drawer__scrim {
23631
23580
  position: absolute;
23632
- }.v-pagination__list {
23633
- display: inline-flex;
23634
- list-style-type: none;
23635
- justify-content: center;
23581
+ top: 0;
23582
+ left: 0;
23636
23583
  width: 100%;
23584
+ height: 100%;
23585
+ background: black;
23586
+ opacity: 0.2;
23587
+ transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23588
+ z-index: 1;
23637
23589
  }
23638
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23639
- margin: 0.3rem;
23590
+
23591
+ .v-navigation-drawer__prepend,
23592
+ .v-navigation-drawer__append {
23593
+ flex: none;
23594
+ overflow: hidden;
23640
23595
  }.v-overlay-container {
23641
23596
  contain: layout;
23642
23597
  left: 0;
@@ -23701,6 +23656,14 @@ html.v-overlay-scroll-blocked {
23701
23656
 
23702
23657
  .v-overlay--scroll-blocked {
23703
23658
  padding-inline-end: var(--v-scrollbar-offset);
23659
+ }.v-pagination__list {
23660
+ display: inline-flex;
23661
+ list-style-type: none;
23662
+ justify-content: center;
23663
+ width: 100%;
23664
+ }
23665
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23666
+ margin: 0.3rem;
23704
23667
  }.v-parallax {
23705
23668
  position: relative;
23706
23669
  overflow: hidden;
@@ -23813,9 +23776,7 @@ html.v-overlay-scroll-blocked {
23813
23776
  background: transparent;
23814
23777
  overflow: hidden;
23815
23778
  position: relative;
23816
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-mask-size 0s;
23817
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1), mask-size 0s;
23818
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1), mask-size 0s, -webkit-mask-size 0s;
23779
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23819
23780
  width: 100%;
23820
23781
  }
23821
23782
  .v-progress-linear--rounded {
@@ -24058,157 +24019,56 @@ html.v-overlay-scroll-blocked {
24058
24019
  display: none;
24059
24020
  }
24060
24021
  .v-slider > .v-input__append,
24061
- .v-slider > .v-input__prepend {
24062
- padding: 0;
24063
- }
24064
-
24065
- .v-slider__container {
24066
- position: relative;
24067
- min-height: inherit;
24068
- width: 100%;
24069
- height: 100%;
24070
- display: flex;
24071
- justify-content: center;
24072
- align-items: center;
24073
- cursor: pointer;
24074
- }
24075
- .v-input--disabled .v-slider__container {
24076
- opacity: var(--v-disabled-opacity);
24077
- }
24078
- .v-input--error:not(.v-input--disabled) .v-slider__container {
24079
- color: rgb(var(--v-theme-error));
24080
- }
24081
-
24082
- .v-slider.v-input--horizontal {
24083
- align-items: center;
24084
- margin-inline: 8px 8px;
24085
- }
24086
- .v-slider.v-input--horizontal > .v-input__control {
24087
- min-height: 32px;
24088
- display: flex;
24089
- align-items: center;
24090
- }
24091
-
24092
- .v-slider.v-input--vertical {
24093
- justify-content: center;
24094
- margin-top: 12px;
24095
- margin-bottom: 12px;
24096
- }
24097
- .v-slider.v-input--vertical > .v-input__control {
24098
- min-height: 300px;
24099
- }
24100
-
24101
- .v-slider.v-input--disabled {
24102
- pointer-events: none;
24103
- }
24104
-
24105
- .v-slider--has-labels > .v-input__control {
24106
- margin-bottom: 4px;
24107
- }
24108
-
24109
- .v-slider__label {
24110
- margin-inline-end: 12px;
24111
- }.v-selection-control {
24112
- align-items: center;
24113
- contain: layout;
24114
- display: flex;
24115
- flex: 1 0;
24116
- grid-area: control;
24117
- position: relative;
24118
- -webkit-user-select: none;
24119
- user-select: none;
24120
- }
24121
- .v-selection-control .v-label {
24122
- white-space: normal;
24123
- word-break: break-word;
24124
- height: 100%;
24125
- opacity: 1;
24126
- }
24127
- .v-selection-control--disabled {
24128
- opacity: var(--v-disabled-opacity);
24129
- pointer-events: none;
24130
- }
24131
- .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
24132
- color: rgb(var(--v-theme-error));
24133
- }
24134
- .v-selection-control--inline {
24135
- display: inline-flex;
24136
- flex: 0 0 auto;
24137
- min-width: 0;
24138
- max-width: 100%;
24139
- }
24140
- .v-selection-control--inline .v-label {
24141
- width: auto;
24142
- }
24143
- .v-selection-control--density-default {
24144
- --v-selection-control-size: 40px;
24145
- }
24146
-
24147
- .v-selection-control--density-comfortable {
24148
- --v-selection-control-size: 36px;
24149
- }
24150
-
24151
- .v-selection-control--density-compact {
24152
- --v-selection-control-size: 28px;
24022
+ .v-slider > .v-input__prepend {
24023
+ padding: 0;
24153
24024
  }
24154
24025
 
24155
- .v-selection-control__wrapper {
24156
- width: var(--v-selection-control-size);
24157
- height: var(--v-selection-control-size);
24158
- display: inline-flex;
24159
- align-items: center;
24026
+ .v-slider__container {
24160
24027
  position: relative;
24028
+ min-height: inherit;
24029
+ width: 100%;
24030
+ height: 100%;
24031
+ display: flex;
24161
24032
  justify-content: center;
24162
- flex: none;
24033
+ align-items: center;
24034
+ cursor: pointer;
24035
+ }
24036
+ .v-input--disabled .v-slider__container {
24037
+ opacity: var(--v-disabled-opacity);
24038
+ }
24039
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
24040
+ color: rgb(var(--v-theme-error));
24163
24041
  }
24164
24042
 
24165
- .v-selection-control__input {
24166
- width: var(--v-selection-control-size);
24167
- height: var(--v-selection-control-size);
24043
+ .v-slider.v-input--horizontal {
24168
24044
  align-items: center;
24045
+ margin-inline: 8px 8px;
24046
+ }
24047
+ .v-slider.v-input--horizontal > .v-input__control {
24048
+ min-height: 32px;
24169
24049
  display: flex;
24170
- flex: none;
24050
+ align-items: center;
24051
+ }
24052
+
24053
+ .v-slider.v-input--vertical {
24171
24054
  justify-content: center;
24172
- position: relative;
24173
- border-radius: 50%;
24055
+ margin-top: 12px;
24056
+ margin-bottom: 12px;
24174
24057
  }
24175
- .v-selection-control__input input {
24176
- cursor: pointer;
24177
- position: absolute;
24178
- left: 0;
24179
- top: 0;
24180
- width: 100%;
24181
- height: 100%;
24182
- opacity: 0;
24058
+ .v-slider.v-input--vertical > .v-input__control {
24059
+ min-height: 300px;
24183
24060
  }
24184
- .v-selection-control__input::before {
24185
- border-radius: 100%;
24186
- background-color: currentColor;
24187
- opacity: 0;
24061
+
24062
+ .v-slider.v-input--disabled {
24188
24063
  pointer-events: none;
24189
24064
  }
24190
- .v-selection-control__input::before {
24191
- content: "";
24192
- position: absolute;
24193
- top: 0;
24194
- left: 0;
24195
- width: 100%;
24196
- height: 100%;
24197
- }
24198
- .v-selection-control__input:hover::before {
24199
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24200
- }
24201
- .v-selection-control__input > .v-icon {
24202
- opacity: var(--v-medium-emphasis-opacity);
24203
- }
24204
- .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 {
24205
- opacity: 1;
24206
- }
24207
- .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
24208
- color: rgb(var(--v-theme-error));
24065
+
24066
+ .v-slider--has-labels > .v-input__control {
24067
+ margin-bottom: 4px;
24209
24068
  }
24210
- .v-selection-control--focus-visible .v-selection-control__input::before {
24211
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24069
+
24070
+ .v-slider__label {
24071
+ margin-inline-end: 12px;
24212
24072
  }.v-rating {
24213
24073
  max-width: 100%;
24214
24074
  display: inline-flex;
@@ -24669,6 +24529,47 @@ html.v-overlay-scroll-blocked {
24669
24529
  .v-slide-group--vertical .v-slide-group__container {
24670
24530
  overflow-x: hidden;
24671
24531
  overflow-y: auto;
24532
+ }.v-speed-dial__content {
24533
+ gap: 8px;
24534
+ }
24535
+ .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 {
24536
+ flex-direction: row;
24537
+ }
24538
+ .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 {
24539
+ flex-direction: row-reverse;
24540
+ }
24541
+ .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 {
24542
+ flex-direction: column-reverse;
24543
+ }
24544
+ .v-speed-dial__content > *:nth-child(1) {
24545
+ transition-delay: 0.001s;
24546
+ }
24547
+ .v-speed-dial__content > *:nth-child(2) {
24548
+ transition-delay: 0.05s;
24549
+ }
24550
+ .v-speed-dial__content > *:nth-child(3) {
24551
+ transition-delay: 0.1s;
24552
+ }
24553
+ .v-speed-dial__content > *:nth-child(4) {
24554
+ transition-delay: 0.15s;
24555
+ }
24556
+ .v-speed-dial__content > *:nth-child(5) {
24557
+ transition-delay: 0.2s;
24558
+ }
24559
+ .v-speed-dial__content > *:nth-child(6) {
24560
+ transition-delay: 0.25s;
24561
+ }
24562
+ .v-speed-dial__content > *:nth-child(7) {
24563
+ transition-delay: 0.3s;
24564
+ }
24565
+ .v-speed-dial__content > *:nth-child(8) {
24566
+ transition-delay: 0.35s;
24567
+ }
24568
+ .v-speed-dial__content > *:nth-child(9) {
24569
+ transition-delay: 0.4s;
24570
+ }
24571
+ .v-speed-dial__content > *:nth-child(10) {
24572
+ transition-delay: 0.45s;
24672
24573
  }.v-snackbar {
24673
24574
  justify-content: center;
24674
24575
  z-index: 10000;
@@ -24809,47 +24710,6 @@ html.v-overlay-scroll-blocked {
24809
24710
  }
24810
24711
  .v-snackbar-transition-leave-to {
24811
24712
  opacity: 0;
24812
- }.v-speed-dial__content {
24813
- gap: 8px;
24814
- }
24815
- .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 {
24816
- flex-direction: row;
24817
- }
24818
- .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 {
24819
- flex-direction: row-reverse;
24820
- }
24821
- .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 {
24822
- flex-direction: column-reverse;
24823
- }
24824
- .v-speed-dial__content > *:nth-child(1) {
24825
- transition-delay: 0.001s;
24826
- }
24827
- .v-speed-dial__content > *:nth-child(2) {
24828
- transition-delay: 0.05s;
24829
- }
24830
- .v-speed-dial__content > *:nth-child(3) {
24831
- transition-delay: 0.1s;
24832
- }
24833
- .v-speed-dial__content > *:nth-child(4) {
24834
- transition-delay: 0.15s;
24835
- }
24836
- .v-speed-dial__content > *:nth-child(5) {
24837
- transition-delay: 0.2s;
24838
- }
24839
- .v-speed-dial__content > *:nth-child(6) {
24840
- transition-delay: 0.25s;
24841
- }
24842
- .v-speed-dial__content > *:nth-child(7) {
24843
- transition-delay: 0.3s;
24844
- }
24845
- .v-speed-dial__content > *:nth-child(8) {
24846
- transition-delay: 0.35s;
24847
- }
24848
- .v-speed-dial__content > *:nth-child(9) {
24849
- transition-delay: 0.4s;
24850
- }
24851
- .v-speed-dial__content > *:nth-child(10) {
24852
- transition-delay: 0.45s;
24853
24713
  }.v-stepper.v-sheet {
24854
24714
  overflow: hidden;
24855
24715
  }
@@ -25236,115 +25096,20 @@ html.v-overlay-scroll-blocked {
25236
25096
  color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25237
25097
  }
25238
25098
  .v-system-bar {
25239
- font-size: 0.75rem;
25240
- font-weight: 400;
25241
- letter-spacing: 0.0333333333em;
25242
- line-height: 1.667;
25243
- text-transform: none;
25244
- }
25245
- .v-system-bar--rounded {
25246
- border-radius: 0;
25247
- }
25248
- .v-system-bar--window {
25249
- height: 32px;
25250
- }
25251
- .v-system-bar:not(.v-system-bar--absolute) {
25252
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25253
- }.v-tab.v-tab.v-btn {
25254
- height: var(--v-tabs-height);
25255
- border-radius: 0;
25256
- min-width: 90px;
25257
- }
25258
- .v-slide-group--horizontal .v-tab {
25259
- max-width: 360px;
25260
- }
25261
- .v-slide-group--vertical .v-tab {
25262
- justify-content: start;
25263
- }
25264
-
25265
- .v-tab__slider {
25266
- position: absolute;
25267
- bottom: 0;
25268
- left: 0;
25269
- height: 2px;
25270
- width: 100%;
25271
- background: currentColor;
25272
- pointer-events: none;
25273
- opacity: 0;
25274
- }
25275
- .v-tab--selected .v-tab__slider {
25276
- opacity: 1;
25277
- }
25278
- .v-slide-group--vertical .v-tab__slider {
25279
- top: 0;
25280
- height: 100%;
25281
- width: 2px;
25282
- }.v-tabs {
25283
- display: flex;
25284
- height: var(--v-tabs-height);
25285
- }
25286
- .v-tabs--density-default {
25287
- --v-tabs-height: 48px;
25288
- }
25289
- .v-tabs--density-default.v-tabs--stacked {
25290
- --v-tabs-height: 72px;
25291
- }
25292
-
25293
- .v-tabs--density-comfortable {
25294
- --v-tabs-height: 44px;
25295
- }
25296
- .v-tabs--density-comfortable.v-tabs--stacked {
25297
- --v-tabs-height: 68px;
25298
- }
25299
-
25300
- .v-tabs--density-compact {
25301
- --v-tabs-height: 36px;
25302
- }
25303
- .v-tabs--density-compact.v-tabs--stacked {
25304
- --v-tabs-height: 60px;
25305
- }
25306
-
25307
- .v-tabs.v-slide-group--vertical {
25308
- height: auto;
25309
- flex: none;
25310
- --v-tabs-height: 48px;
25311
- }
25312
-
25313
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25314
- margin-inline-start: 42px;
25315
- }
25316
-
25317
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25318
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25319
- margin-inline-end: auto;
25320
- }
25321
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25322
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25323
- margin-inline-start: auto;
25324
- }
25325
-
25326
- .v-tabs--grow {
25327
- flex-grow: 1;
25328
- }
25329
- .v-tabs--grow .v-tab {
25330
- flex: 1 0 auto;
25331
- max-width: none;
25099
+ font-size: 0.75rem;
25100
+ font-weight: 400;
25101
+ letter-spacing: 0.0333333333em;
25102
+ line-height: 1.667;
25103
+ text-transform: none;
25332
25104
  }
25333
-
25334
- .v-tabs--align-tabs-end .v-tab:first-child {
25335
- margin-inline-start: auto;
25105
+ .v-system-bar--rounded {
25106
+ border-radius: 0;
25336
25107
  }
25337
- .v-tabs--align-tabs-end .v-tab:last-child {
25338
- margin-inline-end: 0;
25108
+ .v-system-bar--window {
25109
+ height: 32px;
25339
25110
  }
25340
-
25341
- @media (max-width: 1279.98px) {
25342
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25343
- margin-inline-start: 52px;
25344
- }
25345
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25346
- margin-inline-end: 52px;
25347
- }
25111
+ .v-system-bar:not(.v-system-bar--absolute) {
25112
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25348
25113
  }.v-table {
25349
25114
  font-size: 0.875rem;
25350
25115
  transition-duration: 0.28s;
@@ -25489,6 +25254,101 @@ html.v-overlay-scroll-blocked {
25489
25254
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25490
25255
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25491
25256
  border-top: 0px !important;
25257
+ }.v-tab.v-tab.v-btn {
25258
+ height: var(--v-tabs-height);
25259
+ border-radius: 0;
25260
+ min-width: 90px;
25261
+ }
25262
+ .v-slide-group--horizontal .v-tab {
25263
+ max-width: 360px;
25264
+ }
25265
+ .v-slide-group--vertical .v-tab {
25266
+ justify-content: start;
25267
+ }
25268
+
25269
+ .v-tab__slider {
25270
+ position: absolute;
25271
+ bottom: 0;
25272
+ left: 0;
25273
+ height: 2px;
25274
+ width: 100%;
25275
+ background: currentColor;
25276
+ pointer-events: none;
25277
+ opacity: 0;
25278
+ }
25279
+ .v-tab--selected .v-tab__slider {
25280
+ opacity: 1;
25281
+ }
25282
+ .v-slide-group--vertical .v-tab__slider {
25283
+ top: 0;
25284
+ height: 100%;
25285
+ width: 2px;
25286
+ }.v-tabs {
25287
+ display: flex;
25288
+ height: var(--v-tabs-height);
25289
+ }
25290
+ .v-tabs--density-default {
25291
+ --v-tabs-height: 48px;
25292
+ }
25293
+ .v-tabs--density-default.v-tabs--stacked {
25294
+ --v-tabs-height: 72px;
25295
+ }
25296
+
25297
+ .v-tabs--density-comfortable {
25298
+ --v-tabs-height: 44px;
25299
+ }
25300
+ .v-tabs--density-comfortable.v-tabs--stacked {
25301
+ --v-tabs-height: 68px;
25302
+ }
25303
+
25304
+ .v-tabs--density-compact {
25305
+ --v-tabs-height: 36px;
25306
+ }
25307
+ .v-tabs--density-compact.v-tabs--stacked {
25308
+ --v-tabs-height: 60px;
25309
+ }
25310
+
25311
+ .v-tabs.v-slide-group--vertical {
25312
+ height: auto;
25313
+ flex: none;
25314
+ --v-tabs-height: 48px;
25315
+ }
25316
+
25317
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25318
+ margin-inline-start: 42px;
25319
+ }
25320
+
25321
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25322
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25323
+ margin-inline-end: auto;
25324
+ }
25325
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25326
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25327
+ margin-inline-start: auto;
25328
+ }
25329
+
25330
+ .v-tabs--grow {
25331
+ flex-grow: 1;
25332
+ }
25333
+ .v-tabs--grow .v-tab {
25334
+ flex: 1 0 auto;
25335
+ max-width: none;
25336
+ }
25337
+
25338
+ .v-tabs--align-tabs-end .v-tab:first-child {
25339
+ margin-inline-start: auto;
25340
+ }
25341
+ .v-tabs--align-tabs-end .v-tab:last-child {
25342
+ margin-inline-end: 0;
25343
+ }
25344
+
25345
+ @media (max-width: 1279.98px) {
25346
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25347
+ margin-inline-start: 52px;
25348
+ }
25349
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25350
+ margin-inline-end: 52px;
25351
+ }
25492
25352
  }.v-textarea .v-field {
25493
25353
  --v-textarea-control-height: var(--v-input-control-height);
25494
25354
  }
@@ -25613,10 +25473,7 @@ html.v-overlay-scroll-blocked {
25613
25473
  padding-inline-start: var(--v-field-padding-start);
25614
25474
  }
25615
25475
 
25616
- /* endregion */.v-theme-provider {
25617
- background: rgb(var(--v-theme-background));
25618
- color: rgb(var(--v-theme-on-background));
25619
- }.v-timeline .v-timeline-divider__dot {
25476
+ /* endregion */.v-timeline .v-timeline-divider__dot {
25620
25477
  background: rgb(var(--v-theme-surface-light));
25621
25478
  }
25622
25479
  .v-timeline .v-timeline-divider__inner-dot {
@@ -26043,110 +25900,11 @@ html.v-overlay-scroll-blocked {
26043
25900
 
26044
25901
  .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 {
26045
25902
  padding-inline-end: 0;
26046
- }.v-navigation-drawer {
26047
- -webkit-overflow-scrolling: touch;
26048
- background: rgb(var(--v-theme-surface));
26049
- display: flex;
26050
- flex-direction: column;
26051
- height: 100%;
26052
- max-width: 100%;
26053
- pointer-events: auto;
26054
- transition-duration: 0.2s;
26055
- transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
26056
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
26057
- position: absolute;
26058
- }
26059
- .v-navigation-drawer {
26060
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26061
- border-style: solid;
26062
- border-width: 0;
26063
- }
26064
- .v-navigation-drawer--border {
26065
- border-width: thin;
26066
- box-shadow: none;
26067
- }
26068
- .v-navigation-drawer {
26069
- 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));
26070
- }
26071
- .v-navigation-drawer {
26072
- background: rgb(var(--v-theme-surface));
26073
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
26074
- }
26075
- .v-navigation-drawer--rounded {
26076
- border-radius: 4px;
26077
- }
26078
- .v-navigation-drawer--top {
26079
- top: 0;
26080
- border-bottom-width: thin;
26081
- }
26082
- .v-navigation-drawer--bottom {
26083
- left: 0;
26084
- border-top-width: thin;
26085
- }
26086
- .v-navigation-drawer--left {
26087
- top: 0;
26088
- left: 0;
26089
- right: auto;
26090
- border-right-width: thin;
26091
- }
26092
- .v-navigation-drawer--right {
26093
- top: 0;
26094
- left: auto;
26095
- right: 0;
26096
- border-left-width: thin;
26097
- }
26098
- .v-navigation-drawer--floating {
26099
- border: none;
26100
- }
26101
- .v-navigation-drawer--temporary.v-navigation-drawer--active {
26102
- 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));
26103
- }
26104
- .v-navigation-drawer--sticky {
26105
- height: auto;
26106
- transition: box-shadow, transform, visibility, width, height, left, right;
26107
- }
26108
- .v-navigation-drawer .v-list {
26109
- overflow: hidden;
26110
- }
26111
-
26112
- .v-navigation-drawer__content {
26113
- flex: 0 1 auto;
26114
- height: 100%;
26115
- max-width: 100%;
26116
- overflow-x: hidden;
26117
- overflow-y: auto;
26118
- }
26119
-
26120
- .v-navigation-drawer__img {
26121
- height: 100%;
26122
- left: 0;
26123
- position: absolute;
26124
- top: 0;
26125
- width: 100%;
26126
- z-index: -1;
26127
- }
26128
- .v-navigation-drawer__img img:not(.v-img__img) {
26129
- height: inherit;
26130
- object-fit: cover;
26131
- width: inherit;
26132
- }
26133
-
26134
- .v-navigation-drawer__scrim {
26135
- position: absolute;
26136
- top: 0;
26137
- left: 0;
26138
- width: 100%;
26139
- height: 100%;
26140
- background: black;
26141
- opacity: 0.2;
26142
- transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26143
- z-index: 1;
26144
- }
26145
-
26146
- .v-navigation-drawer__prepend,
26147
- .v-navigation-drawer__append {
26148
- flex: none;
26149
- overflow: hidden;
25903
+ }.v-theme-provider {
25904
+ background: rgb(var(--v-theme-background));
25905
+ color: rgb(var(--v-theme-on-background));
25906
+ }.v-time-picker.v-picker {
25907
+ min-width: 328px;
26150
25908
  }.v-time-picker-clock {
26151
25909
  background: rgb(var(--v-theme-background));
26152
25910
  color: rgb(var(--v-theme-on-background));
@@ -26383,8 +26141,6 @@ html.v-overlay-scroll-blocked {
26383
26141
  }
26384
26142
  .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
26385
26143
  text-align: center;
26386
- }.v-time-picker.v-picker {
26387
- min-width: 328px;
26388
26144
  }.v-toolbar {
26389
26145
  align-items: flex-start;
26390
26146
  display: flex;
@@ -26521,14 +26277,38 @@ html.v-overlay-scroll-blocked {
26521
26277
  text-overflow: ellipsis;
26522
26278
  white-space: nowrap;
26523
26279
  }
26524
-
26525
- .v-toolbar-items {
26526
- display: flex;
26527
- height: inherit;
26528
- align-self: stretch;
26280
+
26281
+ .v-toolbar-items {
26282
+ display: flex;
26283
+ height: inherit;
26284
+ align-self: stretch;
26285
+ }
26286
+ .v-toolbar-items > .v-btn {
26287
+ border-radius: 0;
26288
+ }.v-tooltip > .v-overlay__content {
26289
+ background: rgb(var(--v-theme-surface-variant));
26290
+ color: rgb(var(--v-theme-on-surface-variant));
26291
+ border-radius: 4px;
26292
+ font-size: 0.875rem;
26293
+ line-height: 1.6;
26294
+ display: inline-block;
26295
+ padding: 5px 16px;
26296
+ text-transform: initial;
26297
+ width: auto;
26298
+ opacity: 1;
26299
+ transition-property: opacity, transform;
26300
+ overflow-wrap: break-word;
26301
+ }
26302
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
26303
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26304
+ transition-duration: 150ms;
26305
+ }
26306
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
26307
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26308
+ transition-duration: 75ms;
26529
26309
  }
26530
- .v-toolbar-items > .v-btn {
26531
- border-radius: 0;
26310
+ .v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
26311
+ pointer-events: none;
26532
26312
  }.v-treeview-item {
26533
26313
  --list-indent-size: 28px;
26534
26314
  }
@@ -26699,112 +26479,358 @@ html.v-overlay-scroll-blocked {
26699
26479
  }
26700
26480
  .v-window-y-reverse-transition-leave-to {
26701
26481
  transform: translateY(100%);
26702
- }.v-tooltip > .v-overlay__content {
26703
- background: rgb(var(--v-theme-surface-variant));
26704
- color: rgb(var(--v-theme-on-surface-variant));
26705
- border-radius: 4px;
26706
- font-size: 0.875rem;
26707
- line-height: 1.6;
26708
- display: inline-block;
26709
- padding: 5px 16px;
26710
- text-transform: initial;
26482
+ }.v-virtual-scroll {
26483
+ display: block;
26484
+ flex: 1 1 auto;
26485
+ max-width: 100%;
26486
+ overflow: auto;
26487
+ position: relative;
26488
+ }
26489
+ .v-virtual-scroll__container {
26490
+ display: block;
26491
+ }.v-selection-control {
26492
+ align-items: center;
26493
+ contain: layout;
26494
+ display: flex;
26495
+ flex: 1 0;
26496
+ grid-area: control;
26497
+ position: relative;
26498
+ -webkit-user-select: none;
26499
+ user-select: none;
26500
+ }
26501
+ .v-selection-control .v-label {
26502
+ white-space: normal;
26503
+ word-break: break-word;
26504
+ height: 100%;
26505
+ opacity: 1;
26506
+ }
26507
+ .v-selection-control--disabled {
26508
+ opacity: var(--v-disabled-opacity);
26509
+ pointer-events: none;
26510
+ }
26511
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
26512
+ color: rgb(var(--v-theme-error));
26513
+ }
26514
+ .v-selection-control--inline {
26515
+ display: inline-flex;
26516
+ flex: 0 0 auto;
26517
+ min-width: 0;
26518
+ max-width: 100%;
26519
+ }
26520
+ .v-selection-control--inline .v-label {
26711
26521
  width: auto;
26522
+ }
26523
+ .v-selection-control--density-default {
26524
+ --v-selection-control-size: 40px;
26525
+ }
26526
+
26527
+ .v-selection-control--density-comfortable {
26528
+ --v-selection-control-size: 36px;
26529
+ }
26530
+
26531
+ .v-selection-control--density-compact {
26532
+ --v-selection-control-size: 28px;
26533
+ }
26534
+
26535
+ .v-selection-control__wrapper {
26536
+ width: var(--v-selection-control-size);
26537
+ height: var(--v-selection-control-size);
26538
+ display: inline-flex;
26539
+ align-items: center;
26540
+ position: relative;
26541
+ justify-content: center;
26542
+ flex: none;
26543
+ }
26544
+
26545
+ .v-selection-control__input {
26546
+ width: var(--v-selection-control-size);
26547
+ height: var(--v-selection-control-size);
26548
+ align-items: center;
26549
+ display: flex;
26550
+ flex: none;
26551
+ justify-content: center;
26552
+ position: relative;
26553
+ border-radius: 50%;
26554
+ }
26555
+ .v-selection-control__input input {
26556
+ cursor: pointer;
26557
+ position: absolute;
26558
+ left: 0;
26559
+ top: 0;
26560
+ width: 100%;
26561
+ height: 100%;
26562
+ opacity: 0;
26563
+ }
26564
+ .v-selection-control__input::before {
26565
+ border-radius: 100%;
26566
+ background-color: currentColor;
26567
+ opacity: 0;
26568
+ pointer-events: none;
26569
+ }
26570
+ .v-selection-control__input::before {
26571
+ content: "";
26572
+ position: absolute;
26573
+ top: 0;
26574
+ left: 0;
26575
+ width: 100%;
26576
+ height: 100%;
26577
+ }
26578
+ .v-selection-control__input:hover::before {
26579
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
26580
+ }
26581
+ .v-selection-control__input > .v-icon {
26582
+ opacity: var(--v-medium-emphasis-opacity);
26583
+ }
26584
+ .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 {
26712
26585
  opacity: 1;
26713
- transition-property: opacity, transform;
26714
- overflow-wrap: break-word;
26715
26586
  }
26716
- .v-tooltip > .v-overlay__content[class*=enter-active] {
26717
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26718
- transition-duration: 150ms;
26587
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
26588
+ color: rgb(var(--v-theme-error));
26589
+ }
26590
+ .v-selection-control--focus-visible .v-selection-control__input::before {
26591
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
26592
+ }.v-dialog {
26593
+ align-items: center;
26594
+ justify-content: center;
26595
+ margin: auto;
26596
+ }
26597
+ .v-dialog > .v-overlay__content {
26598
+ max-height: calc(100% - 48px);
26599
+ width: calc(100% - 48px);
26600
+ max-width: calc(100% - 48px);
26601
+ margin: 24px;
26602
+ }
26603
+ .v-dialog > .v-overlay__content,
26604
+ .v-dialog > .v-overlay__content > form {
26605
+ display: flex;
26606
+ flex-direction: column;
26607
+ min-height: 0;
26608
+ }
26609
+ .v-dialog > .v-overlay__content > .v-card,
26610
+ .v-dialog > .v-overlay__content > .v-sheet,
26611
+ .v-dialog > .v-overlay__content > form > .v-card,
26612
+ .v-dialog > .v-overlay__content > form > .v-sheet {
26613
+ --v-scrollbar-offset: 0px;
26614
+ border-radius: 4px;
26615
+ overflow-y: auto;
26616
+ flex: 1 1 100%;
26617
+ }
26618
+ .v-dialog > .v-overlay__content > .v-card,
26619
+ .v-dialog > .v-overlay__content > .v-sheet,
26620
+ .v-dialog > .v-overlay__content > form > .v-card,
26621
+ .v-dialog > .v-overlay__content > form > .v-sheet {
26622
+ box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
26623
+ }
26624
+ .v-dialog > .v-overlay__content > .v-card,
26625
+ .v-dialog > .v-overlay__content > form > .v-card {
26626
+ display: flex;
26627
+ flex-direction: column;
26628
+ }
26629
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
26630
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
26631
+ padding: 16px 24px;
26632
+ }
26633
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
26634
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
26635
+ padding-top: 0;
26636
+ }
26637
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
26638
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
26639
+ font-size: inherit;
26640
+ letter-spacing: 0.03125em;
26641
+ line-height: inherit;
26642
+ padding: 16px 24px 24px;
26643
+ }
26644
+ .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
26645
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
26646
+ justify-content: flex-end;
26647
+ }
26648
+
26649
+ .v-dialog--fullscreen {
26650
+ --v-scrollbar-offset: 0px;
26651
+ }
26652
+ .v-dialog--fullscreen > .v-overlay__content {
26653
+ border-radius: 0;
26654
+ margin: 0;
26655
+ padding: 0;
26656
+ width: 100%;
26657
+ height: 100%;
26658
+ max-width: 100%;
26659
+ max-height: 100%;
26660
+ overflow-y: auto;
26661
+ top: 0;
26662
+ left: 0;
26663
+ }
26664
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
26665
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
26666
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
26667
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
26668
+ min-height: 100%;
26669
+ min-width: 100%;
26670
+ border-radius: 0;
26671
+ }
26672
+
26673
+ .v-dialog--scrollable > .v-overlay__content > form,
26674
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
26675
+ max-height: 100%;
26676
+ max-width: 100%;
26677
+ }
26678
+ .v-dialog--scrollable > .v-overlay__content,
26679
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
26680
+ .v-dialog--scrollable > .v-overlay__content > form,
26681
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
26682
+ display: flex;
26683
+ flex: 1 1 100%;
26684
+ flex-direction: column;
26685
+ }
26686
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
26687
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
26688
+ -webkit-backface-visibility: hidden;
26689
+ backface-visibility: hidden;
26690
+ overflow-y: auto;
26691
+ }.v-number-input input[type=number] {
26692
+ -moz-appearance: textfield;
26693
+ }
26694
+ .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
26695
+ -webkit-appearance: none;
26696
+ }
26697
+ .v-number-input .v-field:has(.v-field__prepend-inner > .v-number-input__control:first-child) {
26698
+ padding-inline-start: 0;
26699
+ }
26700
+ .v-number-input .v-field:has(.v-field__append-inner > .v-number-input__control:last-child) {
26701
+ padding-inline-end: 0;
26702
+ }
26703
+ .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > .v-icon {
26704
+ margin-inline-end: 4px;
26705
+ }
26706
+ .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > hr + .v-icon,
26707
+ .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > .v-number-input__control + .v-icon {
26708
+ margin-inline: 8px 0;
26709
+ }
26710
+ .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon {
26711
+ margin-inline-start: 4px;
26712
+ }
26713
+ .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon:has(+ hr),
26714
+ .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon:has(+ .v-number-input__control) {
26715
+ margin-inline: 0 8px;
26719
26716
  }
26720
- .v-tooltip > .v-overlay__content[class*=leave-active] {
26721
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26722
- transition-duration: 75ms;
26717
+ .v-number-input .v-field__clearable:has(+ .v-field__append-inner > hr:first-child) {
26718
+ margin-inline-end: 8px;
26723
26719
  }
26724
- .v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
26725
- pointer-events: none;
26726
- }.v-virtual-scroll {
26727
- display: block;
26728
- flex: 1 1 auto;
26729
- max-width: 100%;
26730
- overflow: auto;
26731
- position: relative;
26720
+ .v-number-input--inset .v-divider {
26721
+ height: 55%;
26722
+ width: 55%;
26723
+ align-self: center;
26732
26724
  }
26733
- .v-virtual-scroll__container {
26734
- display: block;
26735
- }.v-fab {
26736
- align-items: center;
26737
- display: inline-flex;
26738
- flex: 1 1 auto;
26739
- pointer-events: none;
26740
- position: relative;
26741
- transition-duration: 0.2s;
26742
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
26743
- vertical-align: middle;
26725
+ .v-number-input--split .v-field__input {
26726
+ text-align: center;
26744
26727
  }
26745
- .v-fab .v-btn {
26746
- pointer-events: auto;
26728
+ .v-number-input--stacked .v-number-input__control {
26729
+ flex-direction: column-reverse;
26747
26730
  }
26748
- .v-fab .v-btn--variant-elevated {
26749
- 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));
26731
+ .v-number-input--stacked .v-number-input__control .v-btn {
26732
+ flex: 1;
26750
26733
  }
26751
- .v-fab--app, .v-fab--absolute {
26752
- display: flex;
26734
+ .v-number-input--hide-input .v-field {
26735
+ flex: none;
26753
26736
  }
26754
- .v-fab--absolute {
26755
- position: absolute;
26756
- inset: 0;
26737
+ .v-number-input--hide-input .v-field__input {
26738
+ width: 0;
26739
+ padding-inline: 0;
26757
26740
  }
26758
- .v-fab--start, .v-fab--left {
26759
- justify-content: flex-start;
26741
+ .v-number-input__control {
26742
+ display: flex;
26743
+ height: 100%;
26760
26744
  }
26761
- .v-fab--center {
26745
+ .v-number-input__control .v-btn {
26746
+ background-color: transparent;
26747
+ border-radius: 0;
26748
+ }.v-otp-input {
26762
26749
  align-items: center;
26750
+ display: flex;
26763
26751
  justify-content: center;
26752
+ padding: 0.5rem 0;
26753
+ position: relative;
26764
26754
  }
26765
- .v-fab--end, .v-fab--right {
26766
- justify-content: flex-end;
26755
+ .v-otp-input {
26756
+ border-radius: 4px;
26767
26757
  }
26768
- .v-fab--bottom {
26769
- align-items: flex-end;
26758
+ .v-otp-input .v-field {
26759
+ height: 100%;
26770
26760
  }
26771
- .v-fab--top {
26772
- align-items: flex-start;
26761
+
26762
+ .v-otp-input__divider {
26763
+ margin: 0 8px;
26773
26764
  }
26774
- .v-fab--extended .v-btn {
26775
- border-radius: 9999px !important;
26765
+
26766
+ .v-otp-input__content {
26767
+ align-items: center;
26768
+ display: flex;
26769
+ gap: 0.5rem;
26770
+ height: 64px;
26771
+ padding: 0.5rem;
26772
+ justify-content: center;
26773
+ max-width: 320px;
26774
+ position: relative;
26775
+ border-radius: inherit;
26776
+ }
26777
+ .v-otp-input--divided .v-otp-input__content {
26778
+ max-width: 360px;
26776
26779
  }
26777
26780
 
26778
- .v-fab__container {
26779
- align-self: center;
26780
- display: inline-flex;
26781
- vertical-align: middle;
26781
+ .v-otp-input__field {
26782
+ color: inherit;
26783
+ font-size: 1.25rem;
26784
+ height: 100%;
26785
+ outline: none;
26786
+ text-align: center;
26787
+ width: 100%;
26782
26788
  }
26783
- .v-fab--app .v-fab__container {
26784
- margin: 12px;
26785
- position: fixed;
26789
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
26790
+ -webkit-appearance: none;
26791
+ margin: 0;
26786
26792
  }
26787
- .v-fab--absolute .v-fab__container {
26788
- position: absolute;
26789
- z-index: 4;
26793
+ .v-otp-input__field[type=number] {
26794
+ -moz-appearance: textfield;
26790
26795
  }
26791
- .v-fab--offset.v-fab--top .v-fab__container {
26792
- transform: translateY(-50%);
26796
+
26797
+ .v-otp-input__loader {
26798
+ align-items: center;
26799
+ display: flex;
26800
+ height: 100%;
26801
+ justify-content: center;
26802
+ width: 100%;
26793
26803
  }
26794
- .v-fab--offset.v-fab--bottom .v-fab__container {
26795
- transform: translateY(50%);
26804
+ .v-otp-input__loader .v-progress-linear {
26805
+ position: absolute;
26806
+ }.v-color-picker-edit {
26807
+ display: flex;
26808
+ margin-top: 24px;
26796
26809
  }
26797
- .v-fab--top .v-fab__container {
26798
- top: 0;
26810
+
26811
+ .v-color-picker-edit__input {
26812
+ width: 100%;
26813
+ display: flex;
26814
+ flex-wrap: wrap;
26815
+ justify-content: center;
26816
+ text-align: center;
26799
26817
  }
26800
- .v-fab--bottom .v-fab__container {
26801
- bottom: 0;
26818
+ .v-color-picker-edit__input:not(:last-child) {
26819
+ margin-inline-end: 8px;
26802
26820
  }
26803
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
26804
- left: 0;
26821
+ .v-color-picker-edit__input input {
26822
+ border-radius: 4px;
26823
+ margin-bottom: 8px;
26824
+ min-width: 0;
26825
+ outline: none;
26826
+ text-align: center;
26827
+ width: 100%;
26828
+ height: 32px;
26829
+ background: rgba(var(--v-theme-surface-variant), 0.2);
26830
+ color: rgba(var(--v-theme-on-surface));
26805
26831
  }
26806
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
26807
- right: 0;
26832
+ .v-color-picker-edit__input span {
26833
+ font-size: 0.75rem;
26808
26834
  }.v-color-picker-canvas {
26809
26835
  display: flex;
26810
26836
  position: relative;
@@ -26827,6 +26853,41 @@ html.v-overlay-scroll-blocked {
26827
26853
  }
26828
26854
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26829
26855
  will-change: transform;
26856
+ }.v-color-picker-swatches {
26857
+ overflow-y: auto;
26858
+ }
26859
+ .v-color-picker-swatches > div {
26860
+ display: flex;
26861
+ flex-wrap: wrap;
26862
+ justify-content: center;
26863
+ padding: 8px;
26864
+ }
26865
+
26866
+ .v-color-picker-swatches__swatch {
26867
+ display: flex;
26868
+ flex-direction: column;
26869
+ margin-bottom: 10px;
26870
+ }
26871
+
26872
+ .v-color-picker-swatches__color {
26873
+ position: relative;
26874
+ height: 18px;
26875
+ max-height: 18px;
26876
+ width: 45px;
26877
+ margin: 2px 4px;
26878
+ border-radius: 2px;
26879
+ -webkit-user-select: none;
26880
+ user-select: none;
26881
+ overflow: hidden;
26882
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26883
+ cursor: pointer;
26884
+ }
26885
+ .v-color-picker-swatches__color > div {
26886
+ display: flex;
26887
+ align-items: center;
26888
+ justify-content: center;
26889
+ width: 100%;
26890
+ height: 100%;
26830
26891
  }.v-color-picker-preview__alpha .v-slider-track__background {
26831
26892
  background-color: transparent !important;
26832
26893
  }
@@ -26897,69 +26958,6 @@ html.v-overlay-scroll-blocked {
26897
26958
  .v-color-picker-preview__eye-dropper {
26898
26959
  position: relative;
26899
26960
  margin-right: 12px;
26900
- }.v-color-picker-swatches {
26901
- overflow-y: auto;
26902
- }
26903
- .v-color-picker-swatches > div {
26904
- display: flex;
26905
- flex-wrap: wrap;
26906
- justify-content: center;
26907
- padding: 8px;
26908
- }
26909
-
26910
- .v-color-picker-swatches__swatch {
26911
- display: flex;
26912
- flex-direction: column;
26913
- margin-bottom: 10px;
26914
- }
26915
-
26916
- .v-color-picker-swatches__color {
26917
- position: relative;
26918
- height: 18px;
26919
- max-height: 18px;
26920
- width: 45px;
26921
- margin: 2px 4px;
26922
- border-radius: 2px;
26923
- -webkit-user-select: none;
26924
- user-select: none;
26925
- overflow: hidden;
26926
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26927
- cursor: pointer;
26928
- }
26929
- .v-color-picker-swatches__color > div {
26930
- display: flex;
26931
- align-items: center;
26932
- justify-content: center;
26933
- width: 100%;
26934
- height: 100%;
26935
- }.v-color-picker-edit {
26936
- display: flex;
26937
- margin-top: 24px;
26938
- }
26939
-
26940
- .v-color-picker-edit__input {
26941
- width: 100%;
26942
- display: flex;
26943
- flex-wrap: wrap;
26944
- justify-content: center;
26945
- text-align: center;
26946
- }
26947
- .v-color-picker-edit__input:not(:last-child) {
26948
- margin-inline-end: 8px;
26949
- }
26950
- .v-color-picker-edit__input input {
26951
- border-radius: 4px;
26952
- margin-bottom: 8px;
26953
- min-width: 0;
26954
- outline: none;
26955
- text-align: center;
26956
- width: 100%;
26957
- height: 32px;
26958
- background: rgba(var(--v-theme-surface-variant), 0.2);
26959
- color: rgba(var(--v-theme-on-surface));
26960
- }
26961
- .v-color-picker-edit__input span {
26962
- font-size: 0.75rem;
26963
26961
  }.v-picker.v-sheet {
26964
26962
  display: grid;
26965
26963
  grid-auto-rows: min-content;