vuetify 3.7.4 → 3.7.5

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 (73) hide show
  1. package/dist/json/attributes.json +3167 -3167
  2. package/dist/json/importMap-labs.json +24 -24
  3. package/dist/json/importMap.json +170 -170
  4. package/dist/json/web-types.json +5888 -5888
  5. package/dist/vuetify-labs.css +2928 -2924
  6. package/dist/vuetify-labs.d.ts +202 -206
  7. package/dist/vuetify-labs.esm.js +68 -59
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +68 -59
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1562 -1558
  12. package/dist/vuetify.d.ts +191 -195
  13. package/dist/vuetify.esm.js +57 -49
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +57 -49
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +34 -34
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  22. package/lib/components/VAutocomplete/index.d.mts +28 -28
  23. package/lib/components/VBadge/VBadge.css +4 -0
  24. package/lib/components/VBadge/VBadge.sass +4 -0
  25. package/lib/components/VChip/VChip.mjs +3 -2
  26. package/lib/components/VChip/VChip.mjs.map +1 -1
  27. package/lib/components/VChip/index.d.mts +9 -9
  28. package/lib/components/VCombobox/VCombobox.mjs +4 -4
  29. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  30. package/lib/components/VCombobox/index.d.mts +28 -28
  31. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +9 -7
  32. package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
  33. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
  34. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
  35. package/lib/components/VConfirmEdit/index.d.mts +3 -7
  36. package/lib/components/VDatePicker/VDatePickerHeader.mjs +2 -1
  37. package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
  38. package/lib/components/VDatePicker/index.d.mts +6 -6
  39. package/lib/components/VField/VField.mjs +2 -1
  40. package/lib/components/VField/VField.mjs.map +1 -1
  41. package/lib/components/VList/VList.mjs +3 -2
  42. package/lib/components/VList/VList.mjs.map +1 -1
  43. package/lib/components/VList/VListItem.mjs +3 -2
  44. package/lib/components/VList/VListItem.mjs.map +1 -1
  45. package/lib/components/VList/index.d.mts +12 -12
  46. package/lib/components/VSelect/VSelect.mjs +3 -3
  47. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  48. package/lib/components/VSelect/index.d.mts +28 -28
  49. package/lib/components/VStepper/VStepper.mjs +5 -4
  50. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  51. package/lib/components/VStepper/VStepperItem.mjs +5 -4
  52. package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
  53. package/lib/components/VStepper/index.d.mts +58 -52
  54. package/lib/components/index.d.mts +129 -133
  55. package/lib/composables/form.mjs +7 -2
  56. package/lib/composables/form.mjs.map +1 -1
  57. package/lib/composables/validation.mjs +10 -12
  58. package/lib/composables/validation.mjs.map +1 -1
  59. package/lib/entry-bundler.mjs +1 -1
  60. package/lib/framework.mjs +1 -1
  61. package/lib/index.d.mts +62 -62
  62. package/lib/labs/VDateInput/VDateInput.mjs +1 -1
  63. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  64. package/lib/labs/VNumberInput/VNumberInput.mjs +7 -5
  65. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  66. package/lib/labs/VStepperVertical/index.d.mts +51 -51
  67. package/lib/labs/VTreeview/VTreeviewItem.mjs +3 -4
  68. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  69. package/lib/labs/VTreeview/index.d.mts +22 -22
  70. package/lib/labs/components.d.mts +73 -73
  71. package/lib/locale/fr.mjs +1 -1
  72. package/lib/locale/fr.mjs.map +1 -1
  73. package/package.json +2 -2
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.4
2
+ * Vuetify v3.7.5
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18307,112 +18307,6 @@ html.overflow-y-hidden {
18307
18307
  .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18308
18308
  opacity: var(--v-high-emphasis-opacity);
18309
18309
  transform: rotate(180deg);
18310
- }.v-avatar {
18311
- flex: none;
18312
- align-items: center;
18313
- display: inline-flex;
18314
- justify-content: center;
18315
- line-height: normal;
18316
- overflow: hidden;
18317
- position: relative;
18318
- text-align: center;
18319
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18320
- transition-property: width, height;
18321
- vertical-align: middle;
18322
- }
18323
- .v-avatar.v-avatar--size-x-small {
18324
- --v-avatar-height: 24px;
18325
- }
18326
- .v-avatar.v-avatar--size-small {
18327
- --v-avatar-height: 32px;
18328
- }
18329
- .v-avatar.v-avatar--size-default {
18330
- --v-avatar-height: 40px;
18331
- }
18332
- .v-avatar.v-avatar--size-large {
18333
- --v-avatar-height: 48px;
18334
- }
18335
- .v-avatar.v-avatar--size-x-large {
18336
- --v-avatar-height: 56px;
18337
- }
18338
- .v-avatar.v-avatar--density-default {
18339
- height: calc(var(--v-avatar-height) + 0px);
18340
- width: calc(var(--v-avatar-height) + 0px);
18341
- }
18342
- .v-avatar.v-avatar--density-comfortable {
18343
- height: calc(var(--v-avatar-height) + -4px);
18344
- width: calc(var(--v-avatar-height) + -4px);
18345
- }
18346
- .v-avatar.v-avatar--density-compact {
18347
- height: calc(var(--v-avatar-height) + -8px);
18348
- width: calc(var(--v-avatar-height) + -8px);
18349
- }
18350
- .v-avatar {
18351
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18352
- border-style: solid;
18353
- border-width: 0;
18354
- }
18355
- .v-avatar--border {
18356
- border-width: thin;
18357
- box-shadow: none;
18358
- }
18359
- .v-avatar {
18360
- border-radius: 50%;
18361
- }
18362
- .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
18363
- background: transparent;
18364
- color: inherit;
18365
- }
18366
- .v-avatar--variant-plain {
18367
- opacity: 0.62;
18368
- }
18369
- .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
18370
- opacity: 1;
18371
- }
18372
- .v-avatar--variant-plain .v-avatar__overlay {
18373
- display: none;
18374
- }
18375
- .v-avatar--variant-elevated, .v-avatar--variant-flat {
18376
- background: var(--v-theme-surface);
18377
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18378
- }
18379
- .v-avatar--variant-elevated {
18380
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18381
- }
18382
- .v-avatar--variant-flat {
18383
- 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));
18384
- }
18385
- .v-avatar--variant-outlined {
18386
- border: thin solid currentColor;
18387
- }
18388
- .v-avatar--variant-text .v-avatar__overlay {
18389
- background: currentColor;
18390
- }
18391
- .v-avatar--variant-tonal .v-avatar__underlay {
18392
- background: currentColor;
18393
- opacity: var(--v-activated-opacity);
18394
- border-radius: inherit;
18395
- top: 0;
18396
- right: 0;
18397
- bottom: 0;
18398
- left: 0;
18399
- pointer-events: none;
18400
- }
18401
- .v-avatar .v-avatar__underlay {
18402
- position: absolute;
18403
- }
18404
- .v-avatar--rounded {
18405
- border-radius: 4px;
18406
- }
18407
- .v-avatar--start {
18408
- margin-inline-end: 8px;
18409
- }
18410
- .v-avatar--end {
18411
- margin-inline-start: 8px;
18412
- }
18413
- .v-avatar .v-img {
18414
- height: 100%;
18415
- width: 100%;
18416
18310
  }.v-badge {
18417
18311
  display: inline-block;
18418
18312
  line-height: 1;
@@ -18422,6 +18316,7 @@ html.overflow-y-hidden {
18422
18316
  align-items: center;
18423
18317
  display: inline-flex;
18424
18318
  border-radius: 10px;
18319
+ font-family: "Roboto", sans-serif;
18425
18320
  font-size: 0.75rem;
18426
18321
  font-weight: 500;
18427
18322
  height: 1.25rem;
@@ -18439,6 +18334,9 @@ html.overflow-y-hidden {
18439
18334
  background: rgb(var(--v-theme-surface-variant));
18440
18335
  color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18441
18336
  }
18337
+ .v-badge__badge:has(.v-icon) {
18338
+ padding: 4px 6px;
18339
+ }
18442
18340
  .v-badge--bordered .v-badge__badge::after {
18443
18341
  border-radius: inherit;
18444
18342
  border-style: solid;
@@ -18652,6 +18550,112 @@ html.overflow-y-hidden {
18652
18550
  }
18653
18551
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18654
18552
  align-self: flex-start;
18553
+ }.v-avatar {
18554
+ flex: none;
18555
+ align-items: center;
18556
+ display: inline-flex;
18557
+ justify-content: center;
18558
+ line-height: normal;
18559
+ overflow: hidden;
18560
+ position: relative;
18561
+ text-align: center;
18562
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18563
+ transition-property: width, height;
18564
+ vertical-align: middle;
18565
+ }
18566
+ .v-avatar.v-avatar--size-x-small {
18567
+ --v-avatar-height: 24px;
18568
+ }
18569
+ .v-avatar.v-avatar--size-small {
18570
+ --v-avatar-height: 32px;
18571
+ }
18572
+ .v-avatar.v-avatar--size-default {
18573
+ --v-avatar-height: 40px;
18574
+ }
18575
+ .v-avatar.v-avatar--size-large {
18576
+ --v-avatar-height: 48px;
18577
+ }
18578
+ .v-avatar.v-avatar--size-x-large {
18579
+ --v-avatar-height: 56px;
18580
+ }
18581
+ .v-avatar.v-avatar--density-default {
18582
+ height: calc(var(--v-avatar-height) + 0px);
18583
+ width: calc(var(--v-avatar-height) + 0px);
18584
+ }
18585
+ .v-avatar.v-avatar--density-comfortable {
18586
+ height: calc(var(--v-avatar-height) + -4px);
18587
+ width: calc(var(--v-avatar-height) + -4px);
18588
+ }
18589
+ .v-avatar.v-avatar--density-compact {
18590
+ height: calc(var(--v-avatar-height) + -8px);
18591
+ width: calc(var(--v-avatar-height) + -8px);
18592
+ }
18593
+ .v-avatar {
18594
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18595
+ border-style: solid;
18596
+ border-width: 0;
18597
+ }
18598
+ .v-avatar--border {
18599
+ border-width: thin;
18600
+ box-shadow: none;
18601
+ }
18602
+ .v-avatar {
18603
+ border-radius: 50%;
18604
+ }
18605
+ .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
18606
+ background: transparent;
18607
+ color: inherit;
18608
+ }
18609
+ .v-avatar--variant-plain {
18610
+ opacity: 0.62;
18611
+ }
18612
+ .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
18613
+ opacity: 1;
18614
+ }
18615
+ .v-avatar--variant-plain .v-avatar__overlay {
18616
+ display: none;
18617
+ }
18618
+ .v-avatar--variant-elevated, .v-avatar--variant-flat {
18619
+ background: var(--v-theme-surface);
18620
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18621
+ }
18622
+ .v-avatar--variant-elevated {
18623
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18624
+ }
18625
+ .v-avatar--variant-flat {
18626
+ 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));
18627
+ }
18628
+ .v-avatar--variant-outlined {
18629
+ border: thin solid currentColor;
18630
+ }
18631
+ .v-avatar--variant-text .v-avatar__overlay {
18632
+ background: currentColor;
18633
+ }
18634
+ .v-avatar--variant-tonal .v-avatar__underlay {
18635
+ background: currentColor;
18636
+ opacity: var(--v-activated-opacity);
18637
+ border-radius: inherit;
18638
+ top: 0;
18639
+ right: 0;
18640
+ bottom: 0;
18641
+ left: 0;
18642
+ pointer-events: none;
18643
+ }
18644
+ .v-avatar .v-avatar__underlay {
18645
+ position: absolute;
18646
+ }
18647
+ .v-avatar--rounded {
18648
+ border-radius: 4px;
18649
+ }
18650
+ .v-avatar--start {
18651
+ margin-inline-end: 8px;
18652
+ }
18653
+ .v-avatar--end {
18654
+ margin-inline-start: 8px;
18655
+ }
18656
+ .v-avatar .v-img {
18657
+ height: 100%;
18658
+ width: 100%;
18655
18659
  }.bottom-sheet-transition-enter-from {
18656
18660
  transform: translateY(100%);
18657
18661
  }
@@ -19294,35 +19298,116 @@ html.overflow-y-hidden {
19294
19298
  }
19295
19299
  .v-btn-group--tile {
19296
19300
  border-radius: 0;
19297
- }.v-card {
19298
- display: block;
19299
- overflow: hidden;
19300
- overflow-wrap: break-word;
19301
- position: relative;
19302
- padding: 0;
19303
- text-decoration: none;
19304
- transition-duration: 0.28s;
19305
- transition-property: box-shadow, opacity, background;
19306
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19307
- z-index: 0;
19308
- }
19309
- .v-card {
19310
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19311
- border-style: solid;
19312
- border-width: 0;
19301
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19302
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19313
19303
  }
19314
- .v-card--border {
19315
- border-width: thin;
19316
- box-shadow: none;
19304
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19305
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19317
19306
  }
19318
- .v-card--absolute {
19319
- position: absolute;
19307
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19308
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19320
19309
  }
19321
- .v-card--fixed {
19322
- position: fixed;
19310
+ @supports not selector(:focus-visible) {
19311
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19312
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19313
+ }
19323
19314
  }
19324
- .v-card {
19325
- border-radius: 4px;
19315
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
19316
+ opacity: 1;
19317
+ }.v-carousel {
19318
+ overflow: hidden;
19319
+ position: relative;
19320
+ width: 100%;
19321
+ }
19322
+ .v-carousel__controls {
19323
+ align-items: center;
19324
+ bottom: 0;
19325
+ display: flex;
19326
+ height: 50px;
19327
+ justify-content: center;
19328
+ list-style-type: none;
19329
+ position: absolute;
19330
+ width: 100%;
19331
+ z-index: 1;
19332
+ }
19333
+ .v-carousel__controls {
19334
+ background: rgba(var(--v-theme-surface-variant), 0.3);
19335
+ color: rgb(var(--v-theme-on-surface-variant));
19336
+ }
19337
+ .v-carousel__controls > .v-item-group {
19338
+ flex: 0 1 auto;
19339
+ }
19340
+ .v-carousel__controls__item {
19341
+ margin: 0 8px;
19342
+ }
19343
+ .v-carousel__controls__item .v-icon {
19344
+ opacity: 0.5;
19345
+ }
19346
+ .v-carousel__controls__item--active .v-icon {
19347
+ opacity: 1;
19348
+ vertical-align: middle;
19349
+ }
19350
+ .v-carousel__controls__item:hover {
19351
+ background: none;
19352
+ }
19353
+ .v-carousel__controls__item:hover .v-icon {
19354
+ opacity: 0.8;
19355
+ }
19356
+
19357
+ .v-carousel__progress {
19358
+ margin: 0;
19359
+ position: absolute;
19360
+ bottom: 0;
19361
+ left: 0;
19362
+ right: 0;
19363
+ }
19364
+
19365
+ .v-carousel-item {
19366
+ display: block;
19367
+ height: inherit;
19368
+ text-decoration: none;
19369
+ }
19370
+ .v-carousel-item > .v-img {
19371
+ height: inherit;
19372
+ }
19373
+
19374
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
19375
+ background: transparent;
19376
+ }
19377
+
19378
+ .v-carousel--vertical-delimiters .v-carousel__controls {
19379
+ flex-direction: column;
19380
+ height: 100% !important;
19381
+ width: 50px;
19382
+ }.v-card {
19383
+ display: block;
19384
+ overflow: hidden;
19385
+ overflow-wrap: break-word;
19386
+ position: relative;
19387
+ padding: 0;
19388
+ text-decoration: none;
19389
+ transition-duration: 0.28s;
19390
+ transition-property: box-shadow, opacity, background;
19391
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19392
+ z-index: 0;
19393
+ }
19394
+ .v-card {
19395
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19396
+ border-style: solid;
19397
+ border-width: 0;
19398
+ }
19399
+ .v-card--border {
19400
+ border-width: thin;
19401
+ box-shadow: none;
19402
+ }
19403
+ .v-card--absolute {
19404
+ position: absolute;
19405
+ }
19406
+ .v-card--fixed {
19407
+ position: fixed;
19408
+ }
19409
+ .v-card {
19410
+ border-radius: 4px;
19326
19411
  }
19327
19412
  .v-card:hover > .v-card__overlay {
19328
19413
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
@@ -19602,87 +19687,6 @@ html.overflow-y-hidden {
19602
19687
  pointer-events: none;
19603
19688
  opacity: 0;
19604
19689
  transition: opacity 0.2s ease-in-out;
19605
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19606
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19607
- }
19608
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19609
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19610
- }
19611
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19612
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19613
- }
19614
- @supports not selector(:focus-visible) {
19615
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19616
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19617
- }
19618
- }
19619
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
19620
- opacity: 1;
19621
- }.v-carousel {
19622
- overflow: hidden;
19623
- position: relative;
19624
- width: 100%;
19625
- }
19626
- .v-carousel__controls {
19627
- align-items: center;
19628
- bottom: 0;
19629
- display: flex;
19630
- height: 50px;
19631
- justify-content: center;
19632
- list-style-type: none;
19633
- position: absolute;
19634
- width: 100%;
19635
- z-index: 1;
19636
- }
19637
- .v-carousel__controls {
19638
- background: rgba(var(--v-theme-surface-variant), 0.3);
19639
- color: rgb(var(--v-theme-on-surface-variant));
19640
- }
19641
- .v-carousel__controls > .v-item-group {
19642
- flex: 0 1 auto;
19643
- }
19644
- .v-carousel__controls__item {
19645
- margin: 0 8px;
19646
- }
19647
- .v-carousel__controls__item .v-icon {
19648
- opacity: 0.5;
19649
- }
19650
- .v-carousel__controls__item--active .v-icon {
19651
- opacity: 1;
19652
- vertical-align: middle;
19653
- }
19654
- .v-carousel__controls__item:hover {
19655
- background: none;
19656
- }
19657
- .v-carousel__controls__item:hover .v-icon {
19658
- opacity: 0.8;
19659
- }
19660
-
19661
- .v-carousel__progress {
19662
- margin: 0;
19663
- position: absolute;
19664
- bottom: 0;
19665
- left: 0;
19666
- right: 0;
19667
- }
19668
-
19669
- .v-carousel-item {
19670
- display: block;
19671
- height: inherit;
19672
- text-decoration: none;
19673
- }
19674
- .v-carousel-item > .v-img {
19675
- height: inherit;
19676
- }
19677
-
19678
- .v-carousel--hide-delimiter-background .v-carousel__controls {
19679
- background: transparent;
19680
- }
19681
-
19682
- .v-carousel--vertical-delimiters .v-carousel__controls {
19683
- flex-direction: column;
19684
- height: 100% !important;
19685
- width: 50px;
19686
19690
  }.v-checkbox.v-input {
19687
19691
  flex: 0 1 auto;
19688
19692
  }
@@ -20460,66 +20464,6 @@ html.overflow-y-hidden {
20460
20464
  }
20461
20465
  .v-date-picker--show-week {
20462
20466
  width: 368px;
20463
- }.v-date-picker-header {
20464
- align-items: flex-end;
20465
- height: 70px;
20466
- display: grid;
20467
- grid-template-areas: "prepend content append";
20468
- grid-template-columns: min-content minmax(0, 1fr) min-content;
20469
- overflow: hidden;
20470
- padding-inline: 24px 12px;
20471
- padding-bottom: 12px;
20472
- }
20473
-
20474
- .v-date-picker-header__append {
20475
- grid-area: append;
20476
- }
20477
-
20478
- .v-date-picker-header__prepend {
20479
- grid-area: prepend;
20480
- padding-inline-start: 8px;
20481
- }
20482
-
20483
- .v-date-picker-header__content {
20484
- align-items: center;
20485
- display: inline-flex;
20486
- font-size: 32px;
20487
- line-height: 40px;
20488
- grid-area: content;
20489
- justify-content: space-between;
20490
- }
20491
- .v-date-picker-header--clickable .v-date-picker-header__content {
20492
- cursor: pointer;
20493
- }
20494
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20495
- opacity: 0.7;
20496
- }
20497
-
20498
- .date-picker-header-transition-enter-active,
20499
- .date-picker-header-reverse-transition-enter-active {
20500
- transition-duration: 0.3s;
20501
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20502
- }
20503
- .date-picker-header-transition-leave-active,
20504
- .date-picker-header-reverse-transition-leave-active {
20505
- transition-duration: 0.3s;
20506
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20507
- }
20508
-
20509
- .date-picker-header-transition-enter-from {
20510
- transform: translate(0, 100%);
20511
- }
20512
- .date-picker-header-transition-leave-to {
20513
- opacity: 0;
20514
- transform: translate(0, -100%);
20515
- }
20516
-
20517
- .date-picker-header-reverse-transition-enter-from {
20518
- transform: translate(0, -100%);
20519
- }
20520
- .date-picker-header-reverse-transition-leave-to {
20521
- opacity: 0;
20522
- transform: translate(0, 100%);
20523
20467
  }.v-date-picker-controls {
20524
20468
  display: flex;
20525
20469
  align-items: center;
@@ -20631,26 +20575,71 @@ html.overflow-y-hidden {
20631
20575
 
20632
20576
  .v-date-picker-month__day--hide-adjacent {
20633
20577
  opacity: 0;
20634
- }.v-date-picker-years {
20635
- height: 288px;
20636
- overflow-y: scroll;
20637
- }
20638
-
20639
- .v-date-picker-years__content {
20578
+ }.v-date-picker-header {
20579
+ align-items: flex-end;
20580
+ height: 70px;
20640
20581
  display: grid;
20641
- flex: 1 1;
20642
- justify-content: space-around;
20643
- grid-template-columns: repeat(3, 1fr);
20644
- gap: 8px 24px;
20645
- padding-inline: 32px;
20646
- }
20647
- .v-date-picker-years__content .v-btn {
20648
- padding-inline: 8px;
20649
- }.v-date-picker-months {
20650
- height: 288px;
20582
+ grid-template-areas: "prepend content append";
20583
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
20584
+ overflow: hidden;
20585
+ padding-inline: 24px 12px;
20586
+ padding-bottom: 12px;
20651
20587
  }
20652
20588
 
20653
- .v-date-picker-months__content {
20589
+ .v-date-picker-header__append {
20590
+ grid-area: append;
20591
+ }
20592
+
20593
+ .v-date-picker-header__prepend {
20594
+ grid-area: prepend;
20595
+ padding-inline-start: 8px;
20596
+ }
20597
+
20598
+ .v-date-picker-header__content {
20599
+ align-items: center;
20600
+ display: inline-flex;
20601
+ font-size: 32px;
20602
+ line-height: 40px;
20603
+ grid-area: content;
20604
+ justify-content: space-between;
20605
+ }
20606
+ .v-date-picker-header--clickable .v-date-picker-header__content {
20607
+ cursor: pointer;
20608
+ }
20609
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20610
+ opacity: 0.7;
20611
+ }
20612
+
20613
+ .date-picker-header-transition-enter-active,
20614
+ .date-picker-header-reverse-transition-enter-active {
20615
+ transition-duration: 0.3s;
20616
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20617
+ }
20618
+ .date-picker-header-transition-leave-active,
20619
+ .date-picker-header-reverse-transition-leave-active {
20620
+ transition-duration: 0.3s;
20621
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20622
+ }
20623
+
20624
+ .date-picker-header-transition-enter-from {
20625
+ transform: translate(0, 100%);
20626
+ }
20627
+ .date-picker-header-transition-leave-to {
20628
+ opacity: 0;
20629
+ transform: translate(0, -100%);
20630
+ }
20631
+
20632
+ .date-picker-header-reverse-transition-enter-from {
20633
+ transform: translate(0, -100%);
20634
+ }
20635
+ .date-picker-header-reverse-transition-leave-to {
20636
+ opacity: 0;
20637
+ transform: translate(0, 100%);
20638
+ }.v-date-picker-months {
20639
+ height: 288px;
20640
+ }
20641
+
20642
+ .v-date-picker-months__content {
20654
20643
  align-items: center;
20655
20644
  display: grid;
20656
20645
  flex: 1 1;
@@ -20665,6 +20654,21 @@ html.overflow-y-hidden {
20665
20654
  text-transform: none;
20666
20655
  padding-inline-start: 8px;
20667
20656
  padding-inline-end: 8px;
20657
+ }.v-date-picker-years {
20658
+ height: 288px;
20659
+ overflow-y: scroll;
20660
+ }
20661
+
20662
+ .v-date-picker-years__content {
20663
+ display: grid;
20664
+ flex: 1 1;
20665
+ justify-content: space-around;
20666
+ grid-template-columns: repeat(3, 1fr);
20667
+ gap: 8px 24px;
20668
+ padding-inline: 32px;
20669
+ }
20670
+ .v-date-picker-years__content .v-btn {
20671
+ padding-inline: 8px;
20668
20672
  }.v-dialog {
20669
20673
  align-items: center;
20670
20674
  justify-content: center;
@@ -20813,6 +20817,75 @@ html.overflow-y-hidden {
20813
20817
  }
20814
20818
  .v-divider__wrapper--vertical .v-divider {
20815
20819
  margin: 0 auto;
20820
+ }.v-fab {
20821
+ align-items: center;
20822
+ display: inline-flex;
20823
+ flex: 1 1 auto;
20824
+ pointer-events: none;
20825
+ position: relative;
20826
+ transition-duration: 0.2s;
20827
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20828
+ vertical-align: middle;
20829
+ }
20830
+ .v-fab .v-btn {
20831
+ pointer-events: auto;
20832
+ }
20833
+ .v-fab .v-btn--variant-elevated {
20834
+ 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));
20835
+ }
20836
+ .v-fab--app, .v-fab--absolute {
20837
+ display: flex;
20838
+ }
20839
+ .v-fab--start, .v-fab--left {
20840
+ justify-content: flex-start;
20841
+ }
20842
+ .v-fab--center {
20843
+ align-items: center;
20844
+ justify-content: center;
20845
+ }
20846
+ .v-fab--end, .v-fab--right {
20847
+ justify-content: flex-end;
20848
+ }
20849
+ .v-fab--bottom {
20850
+ align-items: flex-end;
20851
+ }
20852
+ .v-fab--top {
20853
+ align-items: flex-start;
20854
+ }
20855
+ .v-fab--extended .v-btn {
20856
+ border-radius: 9999px !important;
20857
+ }
20858
+
20859
+ .v-fab__container {
20860
+ align-self: center;
20861
+ display: inline-flex;
20862
+ position: absolute;
20863
+ vertical-align: middle;
20864
+ }
20865
+ .v-fab--app .v-fab__container {
20866
+ margin: 12px;
20867
+ }
20868
+ .v-fab--absolute .v-fab__container {
20869
+ position: absolute;
20870
+ z-index: 4;
20871
+ }
20872
+ .v-fab--offset.v-fab--top .v-fab__container {
20873
+ transform: translateY(-50%);
20874
+ }
20875
+ .v-fab--offset.v-fab--bottom .v-fab__container {
20876
+ transform: translateY(50%);
20877
+ }
20878
+ .v-fab--top .v-fab__container {
20879
+ top: 0;
20880
+ }
20881
+ .v-fab--bottom .v-fab__container {
20882
+ bottom: 0;
20883
+ }
20884
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
20885
+ left: 0;
20886
+ }
20887
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
20888
+ right: 0;
20816
20889
  }.v-expansion-panel {
20817
20890
  background-color: rgb(var(--v-theme-surface));
20818
20891
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21096,6 +21169,35 @@ html.overflow-y-hidden {
21096
21169
  .v-empty-state__action-btn.v-btn {
21097
21170
  background-color: initial;
21098
21171
  color: initial;
21172
+ }.v-file-input--hide.v-input .v-field,
21173
+ .v-file-input--hide.v-input .v-input__control,
21174
+ .v-file-input--hide.v-input .v-input__details {
21175
+ display: none;
21176
+ }
21177
+ .v-file-input--hide.v-input .v-input__prepend {
21178
+ grid-area: control;
21179
+ margin: 0 auto;
21180
+ }
21181
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21182
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21183
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21184
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21185
+ top: 0px;
21186
+ }
21187
+ .v-file-input input[type=file] {
21188
+ height: 100%;
21189
+ left: 0;
21190
+ opacity: 0;
21191
+ position: absolute;
21192
+ top: 0;
21193
+ width: 100%;
21194
+ z-index: 1;
21195
+ }
21196
+ .v-file-input .v-input__details {
21197
+ padding-inline: 16px;
21198
+ }
21199
+ .v-input--plain-underlined.v-file-input .v-input__details {
21200
+ padding-inline: 0;
21099
21201
  }/* region INPUT */
21100
21202
  .v-field {
21101
21203
  display: grid;
@@ -21679,204 +21781,70 @@ textarea.v-field__input::placeholder {
21679
21781
  opacity: 0;
21680
21782
  }
21681
21783
 
21682
- /* endregion */.v-fab {
21683
- align-items: center;
21684
- display: inline-flex;
21685
- flex: 1 1 auto;
21686
- pointer-events: none;
21687
- position: relative;
21688
- transition-duration: 0.2s;
21689
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21690
- vertical-align: middle;
21784
+ /* endregion */.v-container {
21785
+ width: 100%;
21786
+ padding: 16px;
21787
+ margin-right: auto;
21788
+ margin-left: auto;
21691
21789
  }
21692
- .v-fab .v-btn {
21693
- pointer-events: auto;
21790
+ @media (min-width: 960px) {
21791
+ .v-container {
21792
+ max-width: 900px;
21793
+ }
21694
21794
  }
21695
- .v-fab .v-btn--variant-elevated {
21696
- 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));
21795
+ @media (min-width: 1280px) {
21796
+ .v-container {
21797
+ max-width: 1200px;
21798
+ }
21697
21799
  }
21698
- .v-fab--app, .v-fab--absolute {
21699
- display: flex;
21800
+ @media (min-width: 1920px) {
21801
+ .v-container {
21802
+ max-width: 1800px;
21803
+ }
21700
21804
  }
21701
- .v-fab--start, .v-fab--left {
21702
- justify-content: flex-start;
21805
+ @media (min-width: 2560px) {
21806
+ .v-container {
21807
+ max-width: 2400px;
21808
+ }
21703
21809
  }
21704
- .v-fab--center {
21810
+ .v-container--fluid {
21811
+ max-width: 100%;
21812
+ }
21813
+ .v-container.fill-height {
21705
21814
  align-items: center;
21706
- justify-content: center;
21815
+ display: flex;
21816
+ flex-wrap: wrap;
21707
21817
  }
21708
- .v-fab--end, .v-fab--right {
21709
- justify-content: flex-end;
21818
+
21819
+ .v-row {
21820
+ display: flex;
21821
+ flex-wrap: wrap;
21822
+ flex: 1 1 auto;
21823
+ margin: -12px;
21710
21824
  }
21711
- .v-fab--bottom {
21712
- align-items: flex-end;
21825
+ .v-row + .v-row {
21826
+ margin-top: 12px;
21713
21827
  }
21714
- .v-fab--top {
21715
- align-items: flex-start;
21828
+ .v-row + .v-row--dense {
21829
+ margin-top: 4px;
21716
21830
  }
21717
- .v-fab--extended .v-btn {
21718
- border-radius: 9999px !important;
21831
+ .v-row--dense {
21832
+ margin: -4px;
21719
21833
  }
21720
-
21721
- .v-fab__container {
21722
- align-self: center;
21723
- display: inline-flex;
21724
- position: absolute;
21725
- vertical-align: middle;
21834
+ .v-row--dense > .v-col,
21835
+ .v-row--dense > [class*=v-col-] {
21836
+ padding: 4px;
21726
21837
  }
21727
- .v-fab--app .v-fab__container {
21728
- margin: 12px;
21838
+ .v-row.v-row--no-gutters {
21839
+ margin: 0;
21729
21840
  }
21730
- .v-fab--absolute .v-fab__container {
21731
- position: absolute;
21732
- z-index: 4;
21841
+ .v-row.v-row--no-gutters > .v-col,
21842
+ .v-row.v-row--no-gutters > [class*=v-col-] {
21843
+ padding: 0;
21733
21844
  }
21734
- .v-fab--offset.v-fab--top .v-fab__container {
21735
- transform: translateY(-50%);
21736
- }
21737
- .v-fab--offset.v-fab--bottom .v-fab__container {
21738
- transform: translateY(50%);
21739
- }
21740
- .v-fab--top .v-fab__container {
21741
- top: 0;
21742
- }
21743
- .v-fab--bottom .v-fab__container {
21744
- bottom: 0;
21745
- }
21746
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21747
- left: 0;
21748
- }
21749
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21750
- right: 0;
21751
- }.v-footer {
21752
- align-items: center;
21753
- display: flex;
21754
- flex: 1 1 auto;
21755
- padding: 8px 16px;
21756
- position: relative;
21757
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21758
- transition-property: height, width, transform, max-width, left, right, top, bottom;
21759
- }
21760
- .v-footer {
21761
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21762
- border-style: solid;
21763
- border-width: 0;
21764
- }
21765
- .v-footer--border {
21766
- border-width: thin;
21767
- box-shadow: none;
21768
- }
21769
- .v-footer {
21770
- 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));
21771
- }
21772
- .v-footer--absolute {
21773
- position: absolute;
21774
- }
21775
- .v-footer--fixed {
21776
- position: fixed;
21777
- }
21778
- .v-footer {
21779
- border-radius: 0;
21780
- }
21781
- .v-footer {
21782
- background: rgb(var(--v-theme-surface));
21783
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21784
- }
21785
- .v-footer--rounded {
21786
- border-radius: 4px;
21787
- }.v-file-input--hide.v-input .v-field,
21788
- .v-file-input--hide.v-input .v-input__control,
21789
- .v-file-input--hide.v-input .v-input__details {
21790
- display: none;
21791
- }
21792
- .v-file-input--hide.v-input .v-input__prepend {
21793
- grid-area: control;
21794
- margin: 0 auto;
21795
- }
21796
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21797
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21798
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21799
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21800
- top: 0px;
21801
- }
21802
- .v-file-input input[type=file] {
21803
- height: 100%;
21804
- left: 0;
21805
- opacity: 0;
21806
- position: absolute;
21807
- top: 0;
21808
- width: 100%;
21809
- z-index: 1;
21810
- }
21811
- .v-file-input .v-input__details {
21812
- padding-inline: 16px;
21813
- }
21814
- .v-input--plain-underlined.v-file-input .v-input__details {
21815
- padding-inline: 0;
21816
- }.v-container {
21817
- width: 100%;
21818
- padding: 16px;
21819
- margin-right: auto;
21820
- margin-left: auto;
21821
- }
21822
- @media (min-width: 960px) {
21823
- .v-container {
21824
- max-width: 900px;
21825
- }
21826
- }
21827
- @media (min-width: 1280px) {
21828
- .v-container {
21829
- max-width: 1200px;
21830
- }
21831
- }
21832
- @media (min-width: 1920px) {
21833
- .v-container {
21834
- max-width: 1800px;
21835
- }
21836
- }
21837
- @media (min-width: 2560px) {
21838
- .v-container {
21839
- max-width: 2400px;
21840
- }
21841
- }
21842
- .v-container--fluid {
21843
- max-width: 100%;
21844
- }
21845
- .v-container.fill-height {
21846
- align-items: center;
21847
- display: flex;
21848
- flex-wrap: wrap;
21849
- }
21850
-
21851
- .v-row {
21852
- display: flex;
21853
- flex-wrap: wrap;
21854
- flex: 1 1 auto;
21855
- margin: -12px;
21856
- }
21857
- .v-row + .v-row {
21858
- margin-top: 12px;
21859
- }
21860
- .v-row + .v-row--dense {
21861
- margin-top: 4px;
21862
- }
21863
- .v-row--dense {
21864
- margin: -4px;
21865
- }
21866
- .v-row--dense > .v-col,
21867
- .v-row--dense > [class*=v-col-] {
21868
- padding: 4px;
21869
- }
21870
- .v-row.v-row--no-gutters {
21871
- margin: 0;
21872
- }
21873
- .v-row.v-row--no-gutters > .v-col,
21874
- .v-row.v-row--no-gutters > [class*=v-col-] {
21875
- padding: 0;
21876
- }
21877
-
21878
- .v-spacer {
21879
- flex-grow: 1;
21845
+
21846
+ .v-spacer {
21847
+ flex-grow: 1;
21880
21848
  }
21881
21849
 
21882
21850
  .v-col-xxl,
@@ -22485,6 +22453,42 @@ textarea.v-field__input::placeholder {
22485
22453
  .offset-xxl-11 {
22486
22454
  margin-inline-start: 91.6666666667%;
22487
22455
  }
22456
+ }.v-footer {
22457
+ align-items: center;
22458
+ display: flex;
22459
+ flex: 1 1 auto;
22460
+ padding: 8px 16px;
22461
+ position: relative;
22462
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22463
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
22464
+ }
22465
+ .v-footer {
22466
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22467
+ border-style: solid;
22468
+ border-width: 0;
22469
+ }
22470
+ .v-footer--border {
22471
+ border-width: thin;
22472
+ box-shadow: none;
22473
+ }
22474
+ .v-footer {
22475
+ 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));
22476
+ }
22477
+ .v-footer--absolute {
22478
+ position: absolute;
22479
+ }
22480
+ .v-footer--fixed {
22481
+ position: fixed;
22482
+ }
22483
+ .v-footer {
22484
+ border-radius: 0;
22485
+ }
22486
+ .v-footer {
22487
+ background: rgb(var(--v-theme-surface));
22488
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22489
+ }
22490
+ .v-footer--rounded {
22491
+ border-radius: 4px;
22488
22492
  }.v-icon {
22489
22493
  --v-icon-size-multiplier: 1;
22490
22494
  align-items: center;
@@ -22538,43 +22542,6 @@ textarea.v-field__input::placeholder {
22538
22542
 
22539
22543
  .v-icon--end {
22540
22544
  margin-inline-start: 8px;
22541
- }.v-infinite-scroll--horizontal {
22542
- display: flex;
22543
- flex-direction: row;
22544
- overflow-x: auto;
22545
- }
22546
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22547
- height: 100%;
22548
- width: var(--v-infinite-margin-size, 1px);
22549
- }
22550
-
22551
- .v-infinite-scroll--vertical {
22552
- display: flex;
22553
- flex-direction: column;
22554
- overflow-y: auto;
22555
- }
22556
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22557
- height: 1px;
22558
- width: 100%;
22559
- }
22560
-
22561
- .v-infinite-scroll-intersect {
22562
- pointer-events: none;
22563
- margin-top: var(--v-infinite-margin);
22564
- margin-bottom: calc(var(--v-infinite-margin) * -1);
22565
- }
22566
- .v-infinite-scroll-intersect:nth-child(2) {
22567
- --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22568
- }
22569
- .v-infinite-scroll-intersect:nth-last-child(2) {
22570
- --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22571
- }
22572
-
22573
- .v-infinite-scroll__side {
22574
- align-items: center;
22575
- display: flex;
22576
- justify-content: center;
22577
- padding: 8px;
22578
22545
  }.v-img {
22579
22546
  --v-theme-overlay-multiplier: 3;
22580
22547
  z-index: 0;
@@ -22626,45 +22593,231 @@ textarea.v-field__input::placeholder {
22626
22593
 
22627
22594
  .v-img__gradient {
22628
22595
  background-repeat: no-repeat;
22629
- }.v-label {
22630
- align-items: center;
22631
- color: inherit;
22632
- display: inline-flex;
22633
- font-size: 1rem;
22634
- letter-spacing: 0.009375em;
22635
- min-width: 0;
22636
- opacity: var(--v-medium-emphasis-opacity);
22637
- overflow: hidden;
22638
- text-overflow: ellipsis;
22639
- white-space: nowrap;
22640
- }
22641
-
22642
- .v-label--clickable {
22643
- cursor: pointer;
22644
- }.v-layout {
22645
- --v-scrollbar-offset: 0px;
22596
+ }.v-infinite-scroll--horizontal {
22646
22597
  display: flex;
22647
- flex: 1 1 auto;
22598
+ flex-direction: row;
22599
+ overflow-x: auto;
22648
22600
  }
22649
- .v-layout--full-height {
22650
- --v-scrollbar-offset: inherit;
22601
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22651
22602
  height: 100%;
22652
- }.v-layout-item {
22653
- position: absolute;
22654
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22603
+ width: var(--v-infinite-margin-size, 1px);
22655
22604
  }
22656
22605
 
22657
- .v-layout-item--absolute {
22658
- position: absolute;
22659
- }.v-list {
22660
- overflow: auto;
22661
- padding: 8px 0;
22662
- position: relative;
22663
- outline: none;
22606
+ .v-infinite-scroll--vertical {
22607
+ display: flex;
22608
+ flex-direction: column;
22609
+ overflow-y: auto;
22664
22610
  }
22665
- .v-list {
22666
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22667
- border-style: solid;
22611
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22612
+ height: 1px;
22613
+ width: 100%;
22614
+ }
22615
+
22616
+ .v-infinite-scroll-intersect {
22617
+ pointer-events: none;
22618
+ margin-top: var(--v-infinite-margin);
22619
+ margin-bottom: calc(var(--v-infinite-margin) * -1);
22620
+ }
22621
+ .v-infinite-scroll-intersect:nth-child(2) {
22622
+ --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22623
+ }
22624
+ .v-infinite-scroll-intersect:nth-last-child(2) {
22625
+ --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22626
+ }
22627
+
22628
+ .v-infinite-scroll__side {
22629
+ align-items: center;
22630
+ display: flex;
22631
+ justify-content: center;
22632
+ padding: 8px;
22633
+ }.v-input {
22634
+ display: grid;
22635
+ flex: 1 1 auto;
22636
+ font-size: 1rem;
22637
+ font-weight: 400;
22638
+ line-height: 1.5;
22639
+ }
22640
+ .v-input--disabled {
22641
+ pointer-events: none;
22642
+ }
22643
+ .v-input--density-default {
22644
+ --v-input-control-height: 56px;
22645
+ --v-input-padding-top: 16px;
22646
+ }
22647
+
22648
+ .v-input--density-comfortable {
22649
+ --v-input-control-height: 48px;
22650
+ --v-input-padding-top: 12px;
22651
+ }
22652
+
22653
+ .v-input--density-compact {
22654
+ --v-input-control-height: 40px;
22655
+ --v-input-padding-top: 8px;
22656
+ }
22657
+
22658
+ .v-input--vertical {
22659
+ grid-template-areas: "append" "control" "prepend";
22660
+ grid-template-rows: max-content auto max-content;
22661
+ grid-template-columns: min-content;
22662
+ }
22663
+ .v-input--vertical .v-input__prepend {
22664
+ margin-block-start: 16px;
22665
+ }
22666
+ .v-input--vertical .v-input__append {
22667
+ margin-block-end: 16px;
22668
+ }
22669
+
22670
+ .v-input--horizontal {
22671
+ grid-template-areas: "prepend control append" "a messages b";
22672
+ grid-template-columns: max-content minmax(0, 1fr) max-content;
22673
+ grid-template-rows: auto auto;
22674
+ }
22675
+ .v-input--horizontal .v-input__prepend {
22676
+ margin-inline-end: 16px;
22677
+ }
22678
+ .v-input--horizontal .v-input__append {
22679
+ margin-inline-start: 16px;
22680
+ }
22681
+
22682
+ .v-input__details {
22683
+ align-items: flex-end;
22684
+ display: flex;
22685
+ font-size: 0.75rem;
22686
+ font-weight: 400;
22687
+ grid-area: messages;
22688
+ letter-spacing: 0.0333333333em;
22689
+ line-height: normal;
22690
+ min-height: 22px;
22691
+ padding-top: 6px;
22692
+ overflow: hidden;
22693
+ justify-content: space-between;
22694
+ }
22695
+
22696
+ .v-input__details > .v-icon,
22697
+ .v-input__prepend > .v-icon,
22698
+ .v-input__append > .v-icon {
22699
+ opacity: var(--v-medium-emphasis-opacity);
22700
+ }
22701
+ .v-input--disabled .v-input__details > .v-icon,
22702
+ .v-input--disabled .v-input__details .v-messages, .v-input--error .v-input__details > .v-icon,
22703
+ .v-input--error .v-input__details .v-messages,
22704
+ .v-input--disabled .v-input__prepend > .v-icon,
22705
+ .v-input--disabled .v-input__prepend .v-messages,
22706
+ .v-input--error .v-input__prepend > .v-icon,
22707
+ .v-input--error .v-input__prepend .v-messages,
22708
+ .v-input--disabled .v-input__append > .v-icon,
22709
+ .v-input--disabled .v-input__append .v-messages,
22710
+ .v-input--error .v-input__append > .v-icon,
22711
+ .v-input--error .v-input__append .v-messages {
22712
+ opacity: 1;
22713
+ }
22714
+ .v-input--disabled .v-input__details,
22715
+ .v-input--disabled .v-input__prepend,
22716
+ .v-input--disabled .v-input__append {
22717
+ opacity: var(--v-disabled-opacity);
22718
+ }
22719
+ .v-input--error:not(.v-input--disabled) .v-input__details > .v-icon,
22720
+ .v-input--error:not(.v-input--disabled) .v-input__details .v-messages,
22721
+ .v-input--error:not(.v-input--disabled) .v-input__prepend > .v-icon,
22722
+ .v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,
22723
+ .v-input--error:not(.v-input--disabled) .v-input__append > .v-icon,
22724
+ .v-input--error:not(.v-input--disabled) .v-input__append .v-messages {
22725
+ color: rgb(var(--v-theme-error));
22726
+ }
22727
+
22728
+ .v-input__prepend,
22729
+ .v-input__append {
22730
+ display: flex;
22731
+ align-items: flex-start;
22732
+ padding-top: var(--v-input-padding-top);
22733
+ }
22734
+ .v-input--center-affix .v-input__prepend,
22735
+ .v-input--center-affix .v-input__append {
22736
+ align-items: center;
22737
+ padding-top: 0;
22738
+ }
22739
+
22740
+ .v-input__prepend {
22741
+ grid-area: prepend;
22742
+ }
22743
+
22744
+ .v-input__append {
22745
+ grid-area: append;
22746
+ }
22747
+
22748
+ .v-input__control {
22749
+ display: flex;
22750
+ grid-area: control;
22751
+ }
22752
+
22753
+ .v-input--hide-spin-buttons input::-webkit-outer-spin-button,
22754
+ .v-input--hide-spin-buttons input::-webkit-inner-spin-button {
22755
+ -webkit-appearance: none;
22756
+ margin: 0;
22757
+ }
22758
+ .v-input--hide-spin-buttons input[type=number] {
22759
+ -moz-appearance: textfield;
22760
+ }
22761
+ .v-input--plain-underlined .v-input__prepend,
22762
+ .v-input--plain-underlined .v-input__append {
22763
+ align-items: flex-start;
22764
+ }
22765
+ .v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
22766
+ padding-top: calc(var(--v-input-padding-top) + 4px);
22767
+ }
22768
+
22769
+ .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
22770
+ padding-top: calc(var(--v-input-padding-top) + 2px);
22771
+ }
22772
+
22773
+ .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22774
+ padding-top: calc(var(--v-input-padding-top) + 0px);
22775
+ }.v-item-group {
22776
+ flex: 0 1 auto;
22777
+ max-width: 100%;
22778
+ position: relative;
22779
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22780
+ }.v-label {
22781
+ align-items: center;
22782
+ color: inherit;
22783
+ display: inline-flex;
22784
+ font-size: 1rem;
22785
+ letter-spacing: 0.009375em;
22786
+ min-width: 0;
22787
+ opacity: var(--v-medium-emphasis-opacity);
22788
+ overflow: hidden;
22789
+ text-overflow: ellipsis;
22790
+ white-space: nowrap;
22791
+ }
22792
+
22793
+ .v-label--clickable {
22794
+ cursor: pointer;
22795
+ }.v-layout {
22796
+ --v-scrollbar-offset: 0px;
22797
+ display: flex;
22798
+ flex: 1 1 auto;
22799
+ }
22800
+ .v-layout--full-height {
22801
+ --v-scrollbar-offset: inherit;
22802
+ height: 100%;
22803
+ }.v-layout-item {
22804
+ position: absolute;
22805
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22806
+ }
22807
+
22808
+ .v-layout-item--absolute {
22809
+ position: absolute;
22810
+ }.v-locale-provider {
22811
+ display: contents;
22812
+ }.v-list {
22813
+ overflow: auto;
22814
+ padding: 8px 0;
22815
+ position: relative;
22816
+ outline: none;
22817
+ }
22818
+ .v-list {
22819
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22820
+ border-style: solid;
22668
22821
  border-width: 0;
22669
22822
  }
22670
22823
  .v-list--border {
@@ -23232,38 +23385,6 @@ textarea.v-field__input::placeholder {
23232
23385
  }
23233
23386
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23234
23387
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23235
- }.v-main {
23236
- flex: 1 0 auto;
23237
- max-width: 100%;
23238
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23239
- padding-left: var(--v-layout-left);
23240
- padding-right: var(--v-layout-right);
23241
- padding-top: var(--v-layout-top);
23242
- padding-bottom: var(--v-layout-bottom);
23243
- }
23244
- .v-main__scroller {
23245
- max-width: 100%;
23246
- position: relative;
23247
- }
23248
- .v-main--scrollable {
23249
- display: flex;
23250
- }
23251
- .v-main--scrollable {
23252
- position: absolute;
23253
- top: 0;
23254
- left: 0;
23255
- width: 100%;
23256
- height: 100%;
23257
- }
23258
- .v-main--scrollable > .v-main__scroller {
23259
- flex: 1 1 auto;
23260
- overflow-y: auto;
23261
- --v-layout-left: 0px;
23262
- --v-layout-right: 0px;
23263
- --v-layout-top: 0px;
23264
- --v-layout-bottom: 0px;
23265
- }.v-locale-provider {
23266
- display: contents;
23267
23388
  }.v-menu > .v-overlay__content {
23268
23389
  display: flex;
23269
23390
  flex-direction: column;
@@ -23299,19 +23420,49 @@ textarea.v-field__input::placeholder {
23299
23420
  -webkit-hyphens: auto;
23300
23421
  hyphens: auto;
23301
23422
  transition-duration: 150ms;
23302
- }.v-navigation-drawer {
23303
- -webkit-overflow-scrolling: touch;
23304
- background: rgb(var(--v-theme-surface));
23305
- display: flex;
23306
- flex-direction: column;
23307
- height: 100%;
23423
+ }.v-main {
23424
+ flex: 1 0 auto;
23308
23425
  max-width: 100%;
23309
- pointer-events: auto;
23310
- transition-duration: 0.2s;
23311
- transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
23312
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23313
- position: absolute;
23314
- }
23426
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23427
+ padding-left: var(--v-layout-left);
23428
+ padding-right: var(--v-layout-right);
23429
+ padding-top: var(--v-layout-top);
23430
+ padding-bottom: var(--v-layout-bottom);
23431
+ }
23432
+ .v-main__scroller {
23433
+ max-width: 100%;
23434
+ position: relative;
23435
+ }
23436
+ .v-main--scrollable {
23437
+ display: flex;
23438
+ }
23439
+ .v-main--scrollable {
23440
+ position: absolute;
23441
+ top: 0;
23442
+ left: 0;
23443
+ width: 100%;
23444
+ height: 100%;
23445
+ }
23446
+ .v-main--scrollable > .v-main__scroller {
23447
+ flex: 1 1 auto;
23448
+ overflow-y: auto;
23449
+ --v-layout-left: 0px;
23450
+ --v-layout-right: 0px;
23451
+ --v-layout-top: 0px;
23452
+ --v-layout-bottom: 0px;
23453
+ }.v-navigation-drawer {
23454
+ -webkit-overflow-scrolling: touch;
23455
+ background: rgb(var(--v-theme-surface));
23456
+ display: flex;
23457
+ flex-direction: column;
23458
+ height: 100%;
23459
+ max-width: 100%;
23460
+ pointer-events: auto;
23461
+ transition-duration: 0.2s;
23462
+ transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
23463
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23464
+ position: absolute;
23465
+ }
23315
23466
  .v-navigation-drawer {
23316
23467
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23317
23468
  border-style: solid;
@@ -23407,64 +23558,6 @@ textarea.v-field__input::placeholder {
23407
23558
  .v-navigation-drawer__append {
23408
23559
  flex: none;
23409
23560
  overflow: hidden;
23410
- }.v-otp-input {
23411
- align-items: center;
23412
- display: flex;
23413
- justify-content: center;
23414
- padding: 0.5rem 0;
23415
- position: relative;
23416
- }
23417
- .v-otp-input {
23418
- border-radius: 4px;
23419
- }
23420
- .v-otp-input .v-field {
23421
- height: 100%;
23422
- }
23423
-
23424
- .v-otp-input__divider {
23425
- margin: 0 8px;
23426
- }
23427
-
23428
- .v-otp-input__content {
23429
- align-items: center;
23430
- display: flex;
23431
- gap: 0.5rem;
23432
- height: 64px;
23433
- padding: 0.5rem;
23434
- justify-content: center;
23435
- max-width: 320px;
23436
- position: relative;
23437
- border-radius: inherit;
23438
- }
23439
- .v-otp-input--divided .v-otp-input__content {
23440
- max-width: 360px;
23441
- }
23442
-
23443
- .v-otp-input__field {
23444
- color: inherit;
23445
- font-size: 1.25rem;
23446
- height: 100%;
23447
- outline: none;
23448
- text-align: center;
23449
- width: 100%;
23450
- }
23451
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23452
- -webkit-appearance: none;
23453
- margin: 0;
23454
- }
23455
- .v-otp-input__field[type=number] {
23456
- -moz-appearance: textfield;
23457
- }
23458
-
23459
- .v-otp-input__loader {
23460
- align-items: center;
23461
- display: flex;
23462
- height: 100%;
23463
- justify-content: center;
23464
- width: 100%;
23465
- }
23466
- .v-otp-input__loader .v-progress-linear {
23467
- position: absolute;
23468
23561
  }.v-overlay-container {
23469
23562
  contain: layout;
23470
23563
  left: 0;
@@ -23528,20 +23621,78 @@ html.v-overlay-scroll-blocked {
23528
23621
 
23529
23622
  .v-overlay--scroll-blocked {
23530
23623
  padding-inline-end: var(--v-scrollbar-offset);
23531
- }.v-pagination__list {
23532
- display: inline-flex;
23533
- list-style-type: none;
23624
+ }.v-otp-input {
23625
+ align-items: center;
23626
+ display: flex;
23627
+ justify-content: center;
23628
+ padding: 0.5rem 0;
23629
+ position: relative;
23630
+ }
23631
+ .v-otp-input {
23632
+ border-radius: 4px;
23633
+ }
23634
+ .v-otp-input .v-field {
23635
+ height: 100%;
23636
+ }
23637
+
23638
+ .v-otp-input__divider {
23639
+ margin: 0 8px;
23640
+ }
23641
+
23642
+ .v-otp-input__content {
23643
+ align-items: center;
23644
+ display: flex;
23645
+ gap: 0.5rem;
23646
+ height: 64px;
23647
+ padding: 0.5rem;
23648
+ justify-content: center;
23649
+ max-width: 320px;
23650
+ position: relative;
23651
+ border-radius: inherit;
23652
+ }
23653
+ .v-otp-input--divided .v-otp-input__content {
23654
+ max-width: 360px;
23655
+ }
23656
+
23657
+ .v-otp-input__field {
23658
+ color: inherit;
23659
+ font-size: 1.25rem;
23660
+ height: 100%;
23661
+ outline: none;
23662
+ text-align: center;
23663
+ width: 100%;
23664
+ }
23665
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23666
+ -webkit-appearance: none;
23667
+ margin: 0;
23668
+ }
23669
+ .v-otp-input__field[type=number] {
23670
+ -moz-appearance: textfield;
23671
+ }
23672
+
23673
+ .v-otp-input__loader {
23674
+ align-items: center;
23675
+ display: flex;
23676
+ height: 100%;
23534
23677
  justify-content: center;
23535
23678
  width: 100%;
23536
23679
  }
23537
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23538
- margin: 0.3rem;
23680
+ .v-otp-input__loader .v-progress-linear {
23681
+ position: absolute;
23539
23682
  }.v-parallax {
23540
23683
  position: relative;
23541
23684
  overflow: hidden;
23542
23685
  }
23543
23686
  .v-parallax--active > .v-img__img {
23544
23687
  will-change: transform;
23688
+ }.v-pagination__list {
23689
+ display: inline-flex;
23690
+ list-style-type: none;
23691
+ justify-content: center;
23692
+ width: 100%;
23693
+ }
23694
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23695
+ margin: 0.3rem;
23545
23696
  }.v-progress-circular {
23546
23697
  align-items: center;
23547
23698
  display: inline-flex;
@@ -23872,11 +24023,6 @@ html.v-overlay-scroll-blocked {
23872
24023
  0% {
23873
24024
  background-position-x: var(--v-progress-linear-height);
23874
24025
  }
23875
- }.v-item-group {
23876
- flex: 0 1 auto;
23877
- max-width: 100%;
23878
- position: relative;
23879
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23880
24026
  }.v-radio-group > .v-input__control {
23881
24027
  flex-direction: column;
23882
24028
  }
@@ -23946,148 +24092,59 @@ html.v-overlay-scroll-blocked {
23946
24092
 
23947
24093
  .v-slider__label {
23948
24094
  margin-inline-end: 12px;
23949
- }.v-input {
23950
- display: grid;
23951
- flex: 1 1 auto;
23952
- font-size: 1rem;
23953
- font-weight: 400;
23954
- line-height: 1.5;
24095
+ }.v-rating {
24096
+ max-width: 100%;
24097
+ display: inline-flex;
24098
+ white-space: nowrap;
23955
24099
  }
23956
- .v-input--disabled {
24100
+ .v-rating--readonly {
23957
24101
  pointer-events: none;
23958
24102
  }
23959
- .v-input--density-default {
23960
- --v-input-control-height: 56px;
23961
- --v-input-padding-top: 16px;
23962
- }
23963
24103
 
23964
- .v-input--density-comfortable {
23965
- --v-input-control-height: 48px;
23966
- --v-input-padding-top: 12px;
24104
+ .v-rating__wrapper {
24105
+ align-items: center;
24106
+ display: inline-flex;
24107
+ flex-direction: column;
23967
24108
  }
23968
-
23969
- .v-input--density-compact {
23970
- --v-input-control-height: 40px;
23971
- --v-input-padding-top: 8px;
24109
+ .v-rating__wrapper--bottom {
24110
+ flex-direction: column-reverse;
23972
24111
  }
23973
24112
 
23974
- .v-input--vertical {
23975
- grid-template-areas: "append" "control" "prepend";
23976
- grid-template-rows: max-content auto max-content;
23977
- grid-template-columns: min-content;
24113
+ .v-rating__item {
24114
+ display: inline-flex;
24115
+ position: relative;
23978
24116
  }
23979
- .v-input--vertical .v-input__prepend {
23980
- margin-block-start: 16px;
24117
+ .v-rating__item label {
24118
+ cursor: pointer;
23981
24119
  }
23982
- .v-input--vertical .v-input__append {
23983
- margin-block-end: 16px;
24120
+ .v-rating__item .v-btn--variant-plain {
24121
+ opacity: 1;
23984
24122
  }
23985
-
23986
- .v-input--horizontal {
23987
- grid-template-areas: "prepend control append" "a messages b";
23988
- grid-template-columns: max-content minmax(0, 1fr) max-content;
23989
- grid-template-rows: auto auto;
24123
+ .v-rating__item .v-btn {
24124
+ transition-property: transform;
23990
24125
  }
23991
- .v-input--horizontal .v-input__prepend {
23992
- margin-inline-end: 16px;
24126
+ .v-rating__item .v-btn .v-icon {
24127
+ transition: inherit;
24128
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23993
24129
  }
23994
- .v-input--horizontal .v-input__append {
23995
- margin-inline-start: 16px;
24130
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24131
+ transform: scale(1.25);
23996
24132
  }
23997
-
23998
- .v-input__details {
23999
- align-items: flex-end;
24000
- display: flex;
24001
- font-size: 0.75rem;
24002
- font-weight: 400;
24003
- grid-area: messages;
24004
- letter-spacing: 0.0333333333em;
24005
- line-height: normal;
24006
- min-height: 22px;
24007
- padding-top: 6px;
24133
+ .v-rating__item--half {
24008
24134
  overflow: hidden;
24009
- justify-content: space-between;
24135
+ position: absolute;
24136
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24137
+ z-index: 1;
24010
24138
  }
24011
-
24012
- .v-input__details > .v-icon,
24013
- .v-input__prepend > .v-icon,
24014
- .v-input__append > .v-icon {
24015
- opacity: var(--v-medium-emphasis-opacity);
24016
- }
24017
- .v-input--disabled .v-input__details > .v-icon,
24018
- .v-input--disabled .v-input__details .v-messages, .v-input--error .v-input__details > .v-icon,
24019
- .v-input--error .v-input__details .v-messages,
24020
- .v-input--disabled .v-input__prepend > .v-icon,
24021
- .v-input--disabled .v-input__prepend .v-messages,
24022
- .v-input--error .v-input__prepend > .v-icon,
24023
- .v-input--error .v-input__prepend .v-messages,
24024
- .v-input--disabled .v-input__append > .v-icon,
24025
- .v-input--disabled .v-input__append .v-messages,
24026
- .v-input--error .v-input__append > .v-icon,
24027
- .v-input--error .v-input__append .v-messages {
24028
- opacity: 1;
24029
- }
24030
- .v-input--disabled .v-input__details,
24031
- .v-input--disabled .v-input__prepend,
24032
- .v-input--disabled .v-input__append {
24033
- opacity: var(--v-disabled-opacity);
24034
- }
24035
- .v-input--error:not(.v-input--disabled) .v-input__details > .v-icon,
24036
- .v-input--error:not(.v-input--disabled) .v-input__details .v-messages,
24037
- .v-input--error:not(.v-input--disabled) .v-input__prepend > .v-icon,
24038
- .v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,
24039
- .v-input--error:not(.v-input--disabled) .v-input__append > .v-icon,
24040
- .v-input--error:not(.v-input--disabled) .v-input__append .v-messages {
24041
- color: rgb(var(--v-theme-error));
24042
- }
24043
-
24044
- .v-input__prepend,
24045
- .v-input__append {
24046
- display: flex;
24047
- align-items: flex-start;
24048
- padding-top: var(--v-input-padding-top);
24049
- }
24050
- .v-input--center-affix .v-input__prepend,
24051
- .v-input--center-affix .v-input__append {
24052
- align-items: center;
24053
- padding-top: 0;
24054
- }
24055
-
24056
- .v-input__prepend {
24057
- grid-area: prepend;
24058
- }
24059
-
24060
- .v-input__append {
24061
- grid-area: append;
24062
- }
24063
-
24064
- .v-input__control {
24065
- display: flex;
24066
- grid-area: control;
24067
- }
24068
-
24069
- .v-input--hide-spin-buttons input::-webkit-outer-spin-button,
24070
- .v-input--hide-spin-buttons input::-webkit-inner-spin-button {
24071
- -webkit-appearance: none;
24072
- margin: 0;
24073
- }
24074
- .v-input--hide-spin-buttons input[type=number] {
24075
- -moz-appearance: textfield;
24076
- }
24077
- .v-input--plain-underlined .v-input__prepend,
24078
- .v-input--plain-underlined .v-input__append {
24079
- align-items: flex-start;
24080
- }
24081
- .v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
24082
- padding-top: calc(var(--v-input-padding-top) + 4px);
24083
- }
24084
-
24085
- .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
24086
- padding-top: calc(var(--v-input-padding-top) + 2px);
24139
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24140
+ opacity: 0;
24087
24141
  }
24088
24142
 
24089
- .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
24090
- padding-top: calc(var(--v-input-padding-top) + 0px);
24143
+ .v-rating__hidden {
24144
+ height: 0;
24145
+ opacity: 0;
24146
+ position: absolute;
24147
+ width: 0;
24091
24148
  }.v-responsive {
24092
24149
  display: flex;
24093
24150
  flex: 1 0 auto;
@@ -24114,59 +24171,6 @@ html.v-overlay-scroll-blocked {
24114
24171
  flex: 1 0 0px;
24115
24172
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24116
24173
  pointer-events: none;
24117
- }.v-rating {
24118
- max-width: 100%;
24119
- display: inline-flex;
24120
- white-space: nowrap;
24121
- }
24122
- .v-rating--readonly {
24123
- pointer-events: none;
24124
- }
24125
-
24126
- .v-rating__wrapper {
24127
- align-items: center;
24128
- display: inline-flex;
24129
- flex-direction: column;
24130
- }
24131
- .v-rating__wrapper--bottom {
24132
- flex-direction: column-reverse;
24133
- }
24134
-
24135
- .v-rating__item {
24136
- display: inline-flex;
24137
- position: relative;
24138
- }
24139
- .v-rating__item label {
24140
- cursor: pointer;
24141
- }
24142
- .v-rating__item .v-btn--variant-plain {
24143
- opacity: 1;
24144
- }
24145
- .v-rating__item .v-btn {
24146
- transition-property: transform;
24147
- }
24148
- .v-rating__item .v-btn .v-icon {
24149
- transition: inherit;
24150
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24151
- }
24152
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24153
- transform: scale(1.25);
24154
- }
24155
- .v-rating__item--half {
24156
- overflow: hidden;
24157
- position: absolute;
24158
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24159
- z-index: 1;
24160
- }
24161
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24162
- opacity: 0;
24163
- }
24164
-
24165
- .v-rating__hidden {
24166
- height: 0;
24167
- opacity: 0;
24168
- position: absolute;
24169
- width: 0;
24170
24174
  }.v-select .v-field .v-text-field__prefix,
24171
24175
  .v-select .v-field .v-text-field__suffix,
24172
24176
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -24366,6 +24370,61 @@ html.v-overlay-scroll-blocked {
24366
24370
  }
24367
24371
  .v-sheet--rounded {
24368
24372
  border-radius: 4px;
24373
+ }.v-slide-group {
24374
+ display: flex;
24375
+ overflow: hidden;
24376
+ }
24377
+
24378
+ .v-slide-group__next,
24379
+ .v-slide-group__prev {
24380
+ align-items: center;
24381
+ display: flex;
24382
+ flex: 0 1 52px;
24383
+ justify-content: center;
24384
+ min-width: 52px;
24385
+ cursor: pointer;
24386
+ }
24387
+ .v-slide-group__next--disabled,
24388
+ .v-slide-group__prev--disabled {
24389
+ pointer-events: none;
24390
+ opacity: var(--v-disabled-opacity);
24391
+ }
24392
+
24393
+ .v-slide-group__content {
24394
+ display: flex;
24395
+ flex: 1 0 auto;
24396
+ position: relative;
24397
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24398
+ white-space: nowrap;
24399
+ }
24400
+ .v-slide-group__content > * {
24401
+ white-space: initial;
24402
+ }
24403
+
24404
+ .v-slide-group__container {
24405
+ contain: content;
24406
+ display: flex;
24407
+ flex: 1 1 auto;
24408
+ overflow-x: auto;
24409
+ overflow-y: hidden;
24410
+ scrollbar-width: none;
24411
+ scrollbar-color: rgba(0, 0, 0, 0);
24412
+ }
24413
+ .v-slide-group__container::-webkit-scrollbar {
24414
+ display: none;
24415
+ }
24416
+
24417
+ .v-slide-group--vertical {
24418
+ max-height: inherit;
24419
+ }
24420
+ .v-slide-group--vertical,
24421
+ .v-slide-group--vertical .v-slide-group__container,
24422
+ .v-slide-group--vertical .v-slide-group__content {
24423
+ flex-direction: column;
24424
+ }
24425
+ .v-slide-group--vertical .v-slide-group__container {
24426
+ overflow-x: hidden;
24427
+ overflow-y: auto;
24369
24428
  }.v-skeleton-loader {
24370
24429
  align-items: center;
24371
24430
  background: rgb(var(--v-theme-surface));
@@ -24591,61 +24650,6 @@ html.v-overlay-scroll-blocked {
24591
24650
  100% {
24592
24651
  transform: translateX(100%);
24593
24652
  }
24594
- }.v-slide-group {
24595
- display: flex;
24596
- overflow: hidden;
24597
- }
24598
-
24599
- .v-slide-group__next,
24600
- .v-slide-group__prev {
24601
- align-items: center;
24602
- display: flex;
24603
- flex: 0 1 52px;
24604
- justify-content: center;
24605
- min-width: 52px;
24606
- cursor: pointer;
24607
- }
24608
- .v-slide-group__next--disabled,
24609
- .v-slide-group__prev--disabled {
24610
- pointer-events: none;
24611
- opacity: var(--v-disabled-opacity);
24612
- }
24613
-
24614
- .v-slide-group__content {
24615
- display: flex;
24616
- flex: 1 0 auto;
24617
- position: relative;
24618
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24619
- white-space: nowrap;
24620
- }
24621
- .v-slide-group__content > * {
24622
- white-space: initial;
24623
- }
24624
-
24625
- .v-slide-group__container {
24626
- contain: content;
24627
- display: flex;
24628
- flex: 1 1 auto;
24629
- overflow-x: auto;
24630
- overflow-y: hidden;
24631
- scrollbar-width: none;
24632
- scrollbar-color: rgba(0, 0, 0, 0);
24633
- }
24634
- .v-slide-group__container::-webkit-scrollbar {
24635
- display: none;
24636
- }
24637
-
24638
- .v-slide-group--vertical {
24639
- max-height: inherit;
24640
- }
24641
- .v-slide-group--vertical,
24642
- .v-slide-group--vertical .v-slide-group__container,
24643
- .v-slide-group--vertical .v-slide-group__content {
24644
- flex-direction: column;
24645
- }
24646
- .v-slide-group--vertical .v-slide-group__container {
24647
- overflow-x: hidden;
24648
- overflow-y: auto;
24649
24653
  }.v-snackbar {
24650
24654
  justify-content: center;
24651
24655
  z-index: 10000;
@@ -25227,148 +25231,35 @@ html.v-overlay-scroll-blocked {
25227
25231
  }
25228
25232
  .v-system-bar:not(.v-system-bar--absolute) {
25229
25233
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25230
- }.v-table {
25231
- font-size: 0.875rem;
25232
- transition-duration: 0.28s;
25233
- transition-property: box-shadow, opacity, background, height;
25234
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25235
- }
25236
- .v-table {
25237
- background: rgb(var(--v-theme-surface));
25238
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25234
+ }.v-tab.v-tab.v-btn {
25235
+ height: var(--v-tabs-height);
25236
+ border-radius: 0;
25237
+ min-width: 90px;
25239
25238
  }
25240
- .v-table .v-table-divider {
25241
- border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25239
+ .v-slide-group--horizontal .v-tab {
25240
+ max-width: 360px;
25242
25241
  }
25243
- .v-table .v-table__wrapper > table > thead > tr > th {
25244
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25245
- }
25246
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
25247
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
25248
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25249
- }
25250
- .v-table .v-table__wrapper > table > tfoot > tr > td,
25251
- .v-table .v-table__wrapper > table > tfoot > tr > th {
25252
- border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25253
- }
25254
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
25255
- position: relative;
25256
- }
25257
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25258
- background: rgba(var(--v-border-color), var(--v-hover-opacity));
25259
- pointer-events: none;
25242
+ .v-slide-group--vertical .v-tab {
25243
+ justify-content: start;
25260
25244
  }
25261
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25262
- content: "";
25245
+
25246
+ .v-tab__slider {
25263
25247
  position: absolute;
25264
- top: 0;
25248
+ bottom: 0;
25265
25249
  left: 0;
25250
+ height: 2px;
25266
25251
  width: 100%;
25267
- height: 100%;
25268
- }
25269
- .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25270
- background: rgb(var(--v-theme-surface));
25271
- box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25272
- z-index: 1;
25273
- }
25274
- .v-table.v-table--fixed-footer > tfoot > tr > th,
25275
- .v-table.v-table--fixed-footer > tfoot > tr > td {
25276
- background: rgb(var(--v-theme-surface));
25277
- box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25278
- }
25279
-
25280
- .v-table {
25281
- border-radius: inherit;
25282
- line-height: 1.5;
25283
- max-width: 100%;
25284
- display: flex;
25285
- flex-direction: column;
25286
- }
25287
- .v-table > .v-table__wrapper > table {
25288
- width: 100%;
25289
- border-spacing: 0;
25290
- }
25291
- .v-table > .v-table__wrapper > table > tbody > tr > td,
25292
- .v-table > .v-table__wrapper > table > tbody > tr > th,
25293
- .v-table > .v-table__wrapper > table > thead > tr > td,
25294
- .v-table > .v-table__wrapper > table > thead > tr > th,
25295
- .v-table > .v-table__wrapper > table > tfoot > tr > td,
25296
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
25297
- padding: 0 16px;
25298
- transition-duration: 0.28s;
25299
- transition-property: box-shadow, opacity, background, height;
25300
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25301
- }
25302
- .v-table > .v-table__wrapper > table > tbody > tr > td,
25303
- .v-table > .v-table__wrapper > table > thead > tr > td,
25304
- .v-table > .v-table__wrapper > table > tfoot > tr > td {
25305
- height: var(--v-table-row-height);
25306
- }
25307
- .v-table > .v-table__wrapper > table > tbody > tr > th,
25308
- .v-table > .v-table__wrapper > table > thead > tr > th,
25309
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
25310
- height: var(--v-table-header-height);
25311
- font-weight: 500;
25312
- -webkit-user-select: none;
25313
- user-select: none;
25314
- text-align: start;
25315
- }
25316
- .v-table--density-default {
25317
- --v-table-header-height: 56px;
25318
- --v-table-row-height: 52px;
25319
- }
25320
-
25321
- .v-table--density-comfortable {
25322
- --v-table-header-height: 48px;
25323
- --v-table-row-height: 44px;
25324
- }
25325
-
25326
- .v-table--density-compact {
25327
- --v-table-header-height: 40px;
25328
- --v-table-row-height: 36px;
25329
- }
25330
-
25331
- .v-table__wrapper {
25332
- border-radius: inherit;
25333
- overflow: auto;
25334
- flex: 1 1 auto;
25335
- }
25336
-
25337
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
25338
- border-top-left-radius: 0;
25339
- }
25340
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
25341
- border-top-right-radius: 0;
25342
- }
25343
-
25344
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
25345
- border-bottom-left-radius: 0;
25346
- }
25347
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
25348
- border-bottom-right-radius: 0;
25252
+ background: currentColor;
25253
+ pointer-events: none;
25254
+ opacity: 0;
25349
25255
  }
25350
-
25351
- .v-table--fixed-height > .v-table__wrapper {
25352
- overflow-y: auto;
25256
+ .v-tab--selected .v-tab__slider {
25257
+ opacity: 1;
25353
25258
  }
25354
-
25355
- .v-table--fixed-header > .v-table__wrapper > table > thead {
25356
- position: sticky;
25259
+ .v-slide-group--vertical .v-tab__slider {
25357
25260
  top: 0;
25358
- z-index: 2;
25359
- }
25360
- .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25361
- border-bottom: 0px !important;
25362
- }
25363
-
25364
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25365
- position: sticky;
25366
- bottom: 0;
25367
- z-index: 1;
25368
- }
25369
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25370
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25371
- border-top: 0px !important;
25261
+ height: 100%;
25262
+ width: 2px;
25372
25263
  }.v-tabs {
25373
25264
  display: flex;
25374
25265
  height: var(--v-tabs-height);
@@ -25435,74 +25326,6 @@ html.v-overlay-scroll-blocked {
25435
25326
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25436
25327
  margin-inline-end: 52px;
25437
25328
  }
25438
- }.v-tab.v-tab.v-btn {
25439
- height: var(--v-tabs-height);
25440
- border-radius: 0;
25441
- min-width: 90px;
25442
- }
25443
- .v-slide-group--horizontal .v-tab {
25444
- max-width: 360px;
25445
- }
25446
- .v-slide-group--vertical .v-tab {
25447
- justify-content: start;
25448
- }
25449
-
25450
- .v-tab__slider {
25451
- position: absolute;
25452
- bottom: 0;
25453
- left: 0;
25454
- height: 2px;
25455
- width: 100%;
25456
- background: currentColor;
25457
- pointer-events: none;
25458
- opacity: 0;
25459
- }
25460
- .v-tab--selected .v-tab__slider {
25461
- opacity: 1;
25462
- }
25463
- .v-slide-group--vertical .v-tab__slider {
25464
- top: 0;
25465
- height: 100%;
25466
- width: 2px;
25467
- }.v-textarea .v-field {
25468
- --v-textarea-control-height: var(--v-input-control-height);
25469
- }
25470
- .v-textarea .v-field__field {
25471
- --v-input-control-height: var(--v-textarea-control-height);
25472
- }
25473
- .v-textarea .v-field__input {
25474
- flex: 1 1 auto;
25475
- outline: none;
25476
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25477
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25478
- }
25479
- .v-textarea .v-field__input.v-textarea__sizer {
25480
- visibility: hidden;
25481
- position: absolute;
25482
- top: 0;
25483
- left: 0;
25484
- height: 0 !important;
25485
- min-height: 0 !important;
25486
- pointer-events: none;
25487
- }
25488
- .v-textarea--no-resize .v-field__input {
25489
- resize: none;
25490
- }
25491
- .v-textarea .v-field--no-label textarea,
25492
- .v-textarea .v-field--active textarea {
25493
- opacity: 1;
25494
- }
25495
- .v-textarea textarea {
25496
- opacity: 0;
25497
- flex: 1;
25498
- min-width: 0;
25499
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25500
- }
25501
- .v-textarea textarea:focus, .v-textarea textarea:active {
25502
- outline: none;
25503
- }
25504
- .v-textarea textarea:invalid {
25505
- box-shadow: none;
25506
25329
  }/* region BLOCK */
25507
25330
  .v-text-field input {
25508
25331
  color: inherit;
@@ -25570,39 +25393,366 @@ html.v-overlay-scroll-blocked {
25570
25393
  padding-inline-end: var(--v-field-padding-end);
25571
25394
  }
25572
25395
 
25573
- /* endregion */.v-timeline .v-timeline-divider__dot {
25574
- background: rgb(var(--v-theme-surface-light));
25396
+ /* endregion */.v-textarea .v-field {
25397
+ --v-textarea-control-height: var(--v-input-control-height);
25575
25398
  }
25576
- .v-timeline .v-timeline-divider__inner-dot {
25577
- background: rgb(var(--v-theme-on-surface));
25399
+ .v-textarea .v-field__field {
25400
+ --v-input-control-height: var(--v-textarea-control-height);
25578
25401
  }
25579
-
25580
- .v-timeline {
25581
- display: grid;
25582
- grid-auto-flow: dense;
25583
- position: relative;
25402
+ .v-textarea .v-field__input {
25403
+ flex: 1 1 auto;
25404
+ outline: none;
25405
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25406
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25584
25407
  }
25585
- .v-timeline--horizontal.v-timeline {
25586
- grid-column-gap: 24px;
25587
- width: 100%;
25408
+ .v-textarea .v-field__input.v-textarea__sizer {
25409
+ visibility: hidden;
25410
+ position: absolute;
25411
+ top: 0;
25412
+ left: 0;
25413
+ height: 0 !important;
25414
+ min-height: 0 !important;
25415
+ pointer-events: none;
25588
25416
  }
25589
- .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
25590
- grid-row: 3;
25591
- padding-block-start: 24px;
25417
+ .v-textarea--no-resize .v-field__input {
25418
+ resize: none;
25592
25419
  }
25593
- .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
25594
- grid-row: 1;
25595
- padding-block-end: 24px;
25596
- align-self: flex-end;
25420
+ .v-textarea .v-field--no-label textarea,
25421
+ .v-textarea .v-field--active textarea {
25422
+ opacity: 1;
25597
25423
  }
25598
- .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__body {
25599
- grid-row: 1;
25600
- padding-block-end: 24px;
25601
- align-self: flex-end;
25424
+ .v-textarea textarea {
25425
+ opacity: 0;
25426
+ flex: 1;
25427
+ min-width: 0;
25428
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25602
25429
  }
25603
- .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__opposite {
25604
- grid-row: 3;
25605
- padding-block-start: 24px;
25430
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25431
+ outline: none;
25432
+ }
25433
+ .v-textarea textarea:invalid {
25434
+ box-shadow: none;
25435
+ }.v-theme-provider {
25436
+ background: rgb(var(--v-theme-background));
25437
+ color: rgb(var(--v-theme-on-background));
25438
+ }.v-table {
25439
+ font-size: 0.875rem;
25440
+ transition-duration: 0.28s;
25441
+ transition-property: box-shadow, opacity, background, height;
25442
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25443
+ }
25444
+ .v-table {
25445
+ background: rgb(var(--v-theme-surface));
25446
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25447
+ }
25448
+ .v-table .v-table-divider {
25449
+ border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25450
+ }
25451
+ .v-table .v-table__wrapper > table > thead > tr > th {
25452
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25453
+ }
25454
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
25455
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
25456
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25457
+ }
25458
+ .v-table .v-table__wrapper > table > tfoot > tr > td,
25459
+ .v-table .v-table__wrapper > table > tfoot > tr > th {
25460
+ border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25461
+ }
25462
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
25463
+ position: relative;
25464
+ }
25465
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25466
+ background: rgba(var(--v-border-color), var(--v-hover-opacity));
25467
+ pointer-events: none;
25468
+ }
25469
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25470
+ content: "";
25471
+ position: absolute;
25472
+ top: 0;
25473
+ left: 0;
25474
+ width: 100%;
25475
+ height: 100%;
25476
+ }
25477
+ .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25478
+ background: rgb(var(--v-theme-surface));
25479
+ box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25480
+ z-index: 1;
25481
+ }
25482
+ .v-table.v-table--fixed-footer > tfoot > tr > th,
25483
+ .v-table.v-table--fixed-footer > tfoot > tr > td {
25484
+ background: rgb(var(--v-theme-surface));
25485
+ box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25486
+ }
25487
+
25488
+ .v-table {
25489
+ border-radius: inherit;
25490
+ line-height: 1.5;
25491
+ max-width: 100%;
25492
+ display: flex;
25493
+ flex-direction: column;
25494
+ }
25495
+ .v-table > .v-table__wrapper > table {
25496
+ width: 100%;
25497
+ border-spacing: 0;
25498
+ }
25499
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
25500
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
25501
+ .v-table > .v-table__wrapper > table > thead > tr > td,
25502
+ .v-table > .v-table__wrapper > table > thead > tr > th,
25503
+ .v-table > .v-table__wrapper > table > tfoot > tr > td,
25504
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
25505
+ padding: 0 16px;
25506
+ transition-duration: 0.28s;
25507
+ transition-property: box-shadow, opacity, background, height;
25508
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25509
+ }
25510
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
25511
+ .v-table > .v-table__wrapper > table > thead > tr > td,
25512
+ .v-table > .v-table__wrapper > table > tfoot > tr > td {
25513
+ height: var(--v-table-row-height);
25514
+ }
25515
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
25516
+ .v-table > .v-table__wrapper > table > thead > tr > th,
25517
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
25518
+ height: var(--v-table-header-height);
25519
+ font-weight: 500;
25520
+ -webkit-user-select: none;
25521
+ user-select: none;
25522
+ text-align: start;
25523
+ }
25524
+ .v-table--density-default {
25525
+ --v-table-header-height: 56px;
25526
+ --v-table-row-height: 52px;
25527
+ }
25528
+
25529
+ .v-table--density-comfortable {
25530
+ --v-table-header-height: 48px;
25531
+ --v-table-row-height: 44px;
25532
+ }
25533
+
25534
+ .v-table--density-compact {
25535
+ --v-table-header-height: 40px;
25536
+ --v-table-row-height: 36px;
25537
+ }
25538
+
25539
+ .v-table__wrapper {
25540
+ border-radius: inherit;
25541
+ overflow: auto;
25542
+ flex: 1 1 auto;
25543
+ }
25544
+
25545
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
25546
+ border-top-left-radius: 0;
25547
+ }
25548
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
25549
+ border-top-right-radius: 0;
25550
+ }
25551
+
25552
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
25553
+ border-bottom-left-radius: 0;
25554
+ }
25555
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
25556
+ border-bottom-right-radius: 0;
25557
+ }
25558
+
25559
+ .v-table--fixed-height > .v-table__wrapper {
25560
+ overflow-y: auto;
25561
+ }
25562
+
25563
+ .v-table--fixed-header > .v-table__wrapper > table > thead {
25564
+ position: sticky;
25565
+ top: 0;
25566
+ z-index: 2;
25567
+ }
25568
+ .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25569
+ border-bottom: 0px !important;
25570
+ }
25571
+
25572
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25573
+ position: sticky;
25574
+ bottom: 0;
25575
+ z-index: 1;
25576
+ }
25577
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25578
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25579
+ border-top: 0px !important;
25580
+ }.v-toolbar {
25581
+ align-items: flex-start;
25582
+ display: flex;
25583
+ flex: none;
25584
+ flex-direction: column;
25585
+ justify-content: space-between;
25586
+ max-width: 100%;
25587
+ position: relative;
25588
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25589
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25590
+ width: 100%;
25591
+ }
25592
+ .v-toolbar {
25593
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25594
+ border-style: solid;
25595
+ border-width: 0;
25596
+ }
25597
+ .v-toolbar--border {
25598
+ border-width: thin;
25599
+ box-shadow: none;
25600
+ }
25601
+ .v-toolbar {
25602
+ 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));
25603
+ }
25604
+ .v-toolbar {
25605
+ border-radius: 0;
25606
+ }
25607
+ .v-toolbar {
25608
+ background: rgb(var(--v-theme-surface-light));
25609
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25610
+ }
25611
+ .v-toolbar--absolute {
25612
+ position: absolute;
25613
+ }
25614
+ .v-toolbar--collapse {
25615
+ max-width: 112px;
25616
+ overflow: hidden;
25617
+ border-end-end-radius: 24px;
25618
+ }
25619
+ .v-toolbar--collapse .v-toolbar-title {
25620
+ display: none;
25621
+ }
25622
+ .v-toolbar--flat {
25623
+ 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));
25624
+ }
25625
+ .v-toolbar--floating {
25626
+ display: inline-flex;
25627
+ }
25628
+ .v-toolbar--rounded {
25629
+ border-radius: 4px;
25630
+ }
25631
+
25632
+ .v-toolbar__content,
25633
+ .v-toolbar__extension {
25634
+ align-items: center;
25635
+ display: flex;
25636
+ flex: 0 0 auto;
25637
+ position: relative;
25638
+ transition: inherit;
25639
+ width: 100%;
25640
+ }
25641
+
25642
+ .v-toolbar__content {
25643
+ overflow: hidden;
25644
+ }
25645
+ .v-toolbar__content > .v-btn:first-child {
25646
+ margin-inline-start: 4px;
25647
+ }
25648
+ .v-toolbar__content > .v-btn:last-child {
25649
+ margin-inline-end: 4px;
25650
+ }
25651
+ .v-toolbar__content > .v-toolbar-title {
25652
+ margin-inline-start: 20px;
25653
+ }
25654
+ .v-toolbar--density-prominent .v-toolbar__content {
25655
+ align-items: flex-start;
25656
+ }
25657
+
25658
+ .v-toolbar__image {
25659
+ display: flex;
25660
+ opacity: var(--v-toolbar-image-opacity, 1);
25661
+ transition-property: opacity;
25662
+ }
25663
+ .v-toolbar__image {
25664
+ position: absolute;
25665
+ top: 0;
25666
+ left: 0;
25667
+ width: 100%;
25668
+ height: 100%;
25669
+ }
25670
+
25671
+ .v-toolbar__prepend,
25672
+ .v-toolbar__append {
25673
+ align-items: center;
25674
+ align-self: stretch;
25675
+ display: flex;
25676
+ }
25677
+
25678
+ .v-toolbar__prepend {
25679
+ margin-inline: 4px auto;
25680
+ }
25681
+
25682
+ .v-toolbar__append {
25683
+ margin-inline: auto 4px;
25684
+ }
25685
+
25686
+ .v-toolbar-title {
25687
+ flex: 1 1;
25688
+ font-size: 1.25rem;
25689
+ min-width: 0;
25690
+ }
25691
+ .v-toolbar-title {
25692
+ font-size: 1.25rem;
25693
+ font-weight: 400;
25694
+ letter-spacing: 0;
25695
+ line-height: 1.75rem;
25696
+ text-transform: none;
25697
+ }
25698
+ .v-toolbar--density-prominent .v-toolbar-title {
25699
+ align-self: flex-end;
25700
+ padding-bottom: 6px;
25701
+ }
25702
+ .v-toolbar--density-prominent .v-toolbar-title {
25703
+ font-size: 1.5rem;
25704
+ font-weight: 400;
25705
+ letter-spacing: 0;
25706
+ line-height: 2.25rem;
25707
+ text-transform: none;
25708
+ }
25709
+
25710
+ .v-toolbar-title__placeholder {
25711
+ overflow: hidden;
25712
+ text-overflow: ellipsis;
25713
+ white-space: nowrap;
25714
+ }
25715
+
25716
+ .v-toolbar-items {
25717
+ display: flex;
25718
+ height: inherit;
25719
+ align-self: stretch;
25720
+ }
25721
+ .v-toolbar-items > .v-btn {
25722
+ border-radius: 0;
25723
+ }.v-timeline .v-timeline-divider__dot {
25724
+ background: rgb(var(--v-theme-surface-light));
25725
+ }
25726
+ .v-timeline .v-timeline-divider__inner-dot {
25727
+ background: rgb(var(--v-theme-on-surface));
25728
+ }
25729
+
25730
+ .v-timeline {
25731
+ display: grid;
25732
+ grid-auto-flow: dense;
25733
+ position: relative;
25734
+ }
25735
+ .v-timeline--horizontal.v-timeline {
25736
+ grid-column-gap: 24px;
25737
+ width: 100%;
25738
+ }
25739
+ .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
25740
+ grid-row: 3;
25741
+ padding-block-start: 24px;
25742
+ }
25743
+ .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
25744
+ grid-row: 1;
25745
+ padding-block-end: 24px;
25746
+ align-self: flex-end;
25747
+ }
25748
+ .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__body {
25749
+ grid-row: 1;
25750
+ padding-block-end: 24px;
25751
+ align-self: flex-end;
25752
+ }
25753
+ .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__opposite {
25754
+ grid-row: 3;
25755
+ padding-block-start: 24px;
25606
25756
  }
25607
25757
 
25608
25758
  .v-timeline--vertical.v-timeline {
@@ -25988,152 +26138,6 @@ html.v-overlay-scroll-blocked {
25988
26138
 
25989
26139
  .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 {
25990
26140
  padding-inline-end: 0;
25991
- }.v-theme-provider {
25992
- background: rgb(var(--v-theme-background));
25993
- color: rgb(var(--v-theme-on-background));
25994
- }.v-toolbar {
25995
- align-items: flex-start;
25996
- display: flex;
25997
- flex: none;
25998
- flex-direction: column;
25999
- justify-content: space-between;
26000
- max-width: 100%;
26001
- position: relative;
26002
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26003
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
26004
- width: 100%;
26005
- }
26006
- .v-toolbar {
26007
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26008
- border-style: solid;
26009
- border-width: 0;
26010
- }
26011
- .v-toolbar--border {
26012
- border-width: thin;
26013
- box-shadow: none;
26014
- }
26015
- .v-toolbar {
26016
- 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));
26017
- }
26018
- .v-toolbar {
26019
- border-radius: 0;
26020
- }
26021
- .v-toolbar {
26022
- background: rgb(var(--v-theme-surface-light));
26023
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26024
- }
26025
- .v-toolbar--absolute {
26026
- position: absolute;
26027
- }
26028
- .v-toolbar--collapse {
26029
- max-width: 112px;
26030
- overflow: hidden;
26031
- border-end-end-radius: 24px;
26032
- }
26033
- .v-toolbar--collapse .v-toolbar-title {
26034
- display: none;
26035
- }
26036
- .v-toolbar--flat {
26037
- 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));
26038
- }
26039
- .v-toolbar--floating {
26040
- display: inline-flex;
26041
- }
26042
- .v-toolbar--rounded {
26043
- border-radius: 4px;
26044
- }
26045
-
26046
- .v-toolbar__content,
26047
- .v-toolbar__extension {
26048
- align-items: center;
26049
- display: flex;
26050
- flex: 0 0 auto;
26051
- position: relative;
26052
- transition: inherit;
26053
- width: 100%;
26054
- }
26055
-
26056
- .v-toolbar__content {
26057
- overflow: hidden;
26058
- }
26059
- .v-toolbar__content > .v-btn:first-child {
26060
- margin-inline-start: 4px;
26061
- }
26062
- .v-toolbar__content > .v-btn:last-child {
26063
- margin-inline-end: 4px;
26064
- }
26065
- .v-toolbar__content > .v-toolbar-title {
26066
- margin-inline-start: 20px;
26067
- }
26068
- .v-toolbar--density-prominent .v-toolbar__content {
26069
- align-items: flex-start;
26070
- }
26071
-
26072
- .v-toolbar__image {
26073
- display: flex;
26074
- opacity: var(--v-toolbar-image-opacity, 1);
26075
- transition-property: opacity;
26076
- }
26077
- .v-toolbar__image {
26078
- position: absolute;
26079
- top: 0;
26080
- left: 0;
26081
- width: 100%;
26082
- height: 100%;
26083
- }
26084
-
26085
- .v-toolbar__prepend,
26086
- .v-toolbar__append {
26087
- align-items: center;
26088
- align-self: stretch;
26089
- display: flex;
26090
- }
26091
-
26092
- .v-toolbar__prepend {
26093
- margin-inline: 4px auto;
26094
- }
26095
-
26096
- .v-toolbar__append {
26097
- margin-inline: auto 4px;
26098
- }
26099
-
26100
- .v-toolbar-title {
26101
- flex: 1 1;
26102
- font-size: 1.25rem;
26103
- min-width: 0;
26104
- }
26105
- .v-toolbar-title {
26106
- font-size: 1.25rem;
26107
- font-weight: 400;
26108
- letter-spacing: 0;
26109
- line-height: 1.75rem;
26110
- text-transform: none;
26111
- }
26112
- .v-toolbar--density-prominent .v-toolbar-title {
26113
- align-self: flex-end;
26114
- padding-bottom: 6px;
26115
- }
26116
- .v-toolbar--density-prominent .v-toolbar-title {
26117
- font-size: 1.5rem;
26118
- font-weight: 400;
26119
- letter-spacing: 0;
26120
- line-height: 2.25rem;
26121
- text-transform: none;
26122
- }
26123
-
26124
- .v-toolbar-title__placeholder {
26125
- overflow: hidden;
26126
- text-overflow: ellipsis;
26127
- white-space: nowrap;
26128
- }
26129
-
26130
- .v-toolbar-items {
26131
- display: flex;
26132
- height: inherit;
26133
- align-self: stretch;
26134
- }
26135
- .v-toolbar-items > .v-btn {
26136
- border-radius: 0;
26137
26141
  }.v-tooltip > .v-overlay__content {
26138
26142
  background: rgb(var(--v-theme-surface-variant));
26139
26143
  color: rgb(var(--v-theme-on-surface-variant));
@@ -26156,15 +26160,6 @@ html.v-overlay-scroll-blocked {
26156
26160
  .v-tooltip > .v-overlay__content[class*=leave-active] {
26157
26161
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26158
26162
  transition-duration: 75ms;
26159
- }.v-virtual-scroll {
26160
- display: block;
26161
- flex: 1 1 auto;
26162
- max-width: 100%;
26163
- overflow: auto;
26164
- position: relative;
26165
- }
26166
- .v-virtual-scroll__container {
26167
- display: block;
26168
26163
  }.v-window {
26169
26164
  overflow: hidden;
26170
26165
  }
@@ -26235,104 +26230,65 @@ html.v-overlay-scroll-blocked {
26235
26230
  }
26236
26231
  .v-window-y-reverse-transition-leave-to {
26237
26232
  transform: translateY(100%);
26238
- }.v-color-picker-edit {
26239
- display: flex;
26240
- margin-top: 24px;
26241
- }
26242
-
26243
- .v-color-picker-edit__input {
26244
- width: 100%;
26245
- display: flex;
26246
- flex-wrap: wrap;
26247
- justify-content: center;
26248
- text-align: center;
26249
- }
26250
- .v-color-picker-edit__input:not(:last-child) {
26251
- margin-inline-end: 8px;
26252
- }
26253
- .v-color-picker-edit__input input {
26254
- border-radius: 4px;
26255
- margin-bottom: 8px;
26256
- min-width: 0;
26257
- outline: none;
26258
- text-align: center;
26259
- width: 100%;
26260
- height: 32px;
26261
- background: rgba(var(--v-theme-surface-variant), 0.2);
26262
- color: rgba(var(--v-theme-on-surface));
26263
- }
26264
- .v-color-picker-edit__input span {
26265
- font-size: 0.75rem;
26266
- }.v-color-picker-preview__alpha .v-slider-track__background {
26267
- background-color: transparent !important;
26268
- }
26269
- .v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
26270
- background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
26271
- }
26272
-
26273
- .v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
26274
- background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
26275
- }
26276
-
26277
- .v-color-picker-preview__alpha .v-slider-track__background::after {
26278
- content: "";
26279
- z-index: -1;
26280
- left: 0;
26281
- top: 0;
26282
- width: 100%;
26283
- height: 100%;
26284
- position: absolute;
26285
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26286
- border-radius: inherit;
26287
- }
26288
-
26289
- .v-color-picker-preview__sliders {
26290
- display: flex;
26291
- flex: 1 0 auto;
26292
- flex-direction: column;
26293
- padding-inline-end: 16px;
26294
- }
26295
-
26296
- .v-color-picker-preview__dot {
26233
+ }.v-virtual-scroll {
26234
+ display: block;
26235
+ flex: 1 1 auto;
26236
+ max-width: 100%;
26237
+ overflow: auto;
26297
26238
  position: relative;
26298
- height: 30px;
26299
- width: 30px;
26300
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26301
- border-radius: 50%;
26302
- overflow: hidden;
26303
- margin-inline-end: 24px;
26304
26239
  }
26305
- .v-color-picker-preview__dot > div {
26240
+ .v-virtual-scroll__container {
26241
+ display: block;
26242
+ }.v-color-picker-edit {
26243
+ display: flex;
26244
+ margin-top: 24px;
26245
+ }
26246
+
26247
+ .v-color-picker-edit__input {
26306
26248
  width: 100%;
26307
- height: 100%;
26249
+ display: flex;
26250
+ flex-wrap: wrap;
26251
+ justify-content: center;
26252
+ text-align: center;
26308
26253
  }
26309
-
26310
- .v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
26311
- background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
26254
+ .v-color-picker-edit__input:not(:last-child) {
26255
+ margin-inline-end: 8px;
26312
26256
  }
26313
-
26314
- .v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
26315
- background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
26257
+ .v-color-picker-edit__input input {
26258
+ border-radius: 4px;
26259
+ margin-bottom: 8px;
26260
+ min-width: 0;
26261
+ outline: none;
26262
+ text-align: center;
26263
+ width: 100%;
26264
+ height: 32px;
26265
+ background: rgba(var(--v-theme-surface-variant), 0.2);
26266
+ color: rgba(var(--v-theme-on-surface));
26316
26267
  }
26317
-
26318
- .v-color-picker-preview__track {
26268
+ .v-color-picker-edit__input span {
26269
+ font-size: 0.75rem;
26270
+ }.v-color-picker-canvas {
26271
+ display: flex;
26319
26272
  position: relative;
26320
- width: 100%;
26321
- margin: 0 !important;
26273
+ overflow: hidden;
26274
+ contain: content;
26275
+ touch-action: none;
26322
26276
  }
26323
- .v-color-picker-preview__track .v-slider-track__fill {
26324
- display: none;
26277
+ .v-color-picker-canvas__dot {
26278
+ position: absolute;
26279
+ top: 0;
26280
+ left: 0;
26281
+ width: 15px;
26282
+ height: 15px;
26283
+ background: transparent;
26284
+ border-radius: 50%;
26285
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26325
26286
  }
26326
-
26327
- .v-color-picker-preview {
26328
- align-items: center;
26329
- display: flex;
26330
- margin-bottom: 0;
26287
+ .v-color-picker-canvas__dot--disabled {
26288
+ box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26331
26289
  }
26332
-
26333
- .v-color-picker-preview__eye-dropper {
26334
- position: relative;
26335
- margin-right: 12px;
26290
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26291
+ will-change: transform;
26336
26292
  }.v-color-picker-swatches {
26337
26293
  overflow-y: auto;
26338
26294
  }
@@ -26368,244 +26324,133 @@ html.v-overlay-scroll-blocked {
26368
26324
  justify-content: center;
26369
26325
  width: 100%;
26370
26326
  height: 100%;
26371
- }.v-color-picker-canvas {
26372
- display: flex;
26373
- position: relative;
26374
- overflow: hidden;
26375
- contain: content;
26376
- touch-action: none;
26377
- }
26378
- .v-color-picker-canvas__dot {
26379
- position: absolute;
26380
- top: 0;
26381
- left: 0;
26382
- width: 15px;
26383
- height: 15px;
26384
- background: transparent;
26385
- border-radius: 50%;
26386
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26387
- }
26388
- .v-color-picker-canvas__dot--disabled {
26389
- box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26390
- }
26391
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26392
- will-change: transform;
26393
- }.v-picker.v-sheet {
26394
- display: grid;
26395
- grid-auto-rows: min-content;
26396
- grid-template-areas: "title" "header" "body";
26397
- overflow: hidden;
26398
- }
26399
- .v-picker.v-sheet {
26400
- 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));
26401
- }
26402
- .v-picker.v-sheet {
26403
- border-radius: 4px;
26327
+ }.v-color-picker-preview__alpha .v-slider-track__background {
26328
+ background-color: transparent !important;
26404
26329
  }
26405
- .v-picker.v-sheet.v-picker--with-actions {
26406
- grid-template-areas: "title" "header" "body" "actions";
26330
+ .v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
26331
+ background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
26407
26332
  }
26408
26333
 
26409
- .v-picker__body {
26410
- grid-area: body;
26411
- overflow: hidden;
26412
- position: relative;
26334
+ .v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
26335
+ background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
26413
26336
  }
26414
26337
 
26415
- .v-picker__header {
26416
- grid-area: header;
26338
+ .v-color-picker-preview__alpha .v-slider-track__background::after {
26339
+ content: "";
26340
+ z-index: -1;
26341
+ left: 0;
26342
+ top: 0;
26343
+ width: 100%;
26344
+ height: 100%;
26345
+ position: absolute;
26346
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26347
+ border-radius: inherit;
26417
26348
  }
26418
26349
 
26419
- .v-picker__actions {
26420
- grid-area: actions;
26421
- padding: 0 12px 12px;
26350
+ .v-color-picker-preview__sliders {
26422
26351
  display: flex;
26423
- align-items: center;
26424
- justify-content: flex-end;
26425
- }
26426
- .v-picker__actions .v-btn {
26427
- min-width: 48px;
26428
- }
26429
- .v-picker__actions .v-btn:not(:last-child) {
26430
- margin-inline-end: 8px;
26431
- }
26432
-
26433
- .v-picker--landscape {
26434
- grid-template-areas: "title" "header body" "header body";
26435
- }
26436
-
26437
- .v-picker--landscape.v-picker--with-actions {
26438
- grid-template-areas: "title" "header body" "header actions";
26439
- }
26440
-
26441
- .v-picker-title {
26442
- text-transform: uppercase;
26443
- font-size: 0.75rem;
26444
- grid-area: title;
26445
- padding-inline: 24px 12px;
26446
- padding-top: 16px;
26447
- padding-bottom: 16px;
26448
- font-weight: 400;
26449
- letter-spacing: 0.1666666667em;
26450
- }.v-slider-thumb {
26451
- touch-action: none;
26452
- color: rgb(var(--v-theme-surface-variant));
26453
- }
26454
- .v-input--error:not(.v-input--disabled) .v-slider-thumb {
26455
- color: inherit;
26456
- }
26457
-
26458
- .v-slider-thumb__label {
26459
- background: rgba(var(--v-theme-surface-variant), 0.7);
26460
- color: rgb(var(--v-theme-on-surface-variant));
26461
- }
26462
- .v-slider-thumb__label::before {
26463
- color: rgba(var(--v-theme-surface-variant), 0.7);
26464
- }
26465
-
26466
- .v-slider-thumb {
26467
- outline: none;
26468
- position: absolute;
26469
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26352
+ flex: 1 0 auto;
26353
+ flex-direction: column;
26354
+ padding-inline-end: 16px;
26470
26355
  }
26471
26356
 
26472
- .v-slider-thumb__surface {
26473
- cursor: pointer;
26474
- width: var(--v-slider-thumb-size);
26475
- height: var(--v-slider-thumb-size);
26357
+ .v-color-picker-preview__dot {
26358
+ position: relative;
26359
+ height: 30px;
26360
+ width: 30px;
26361
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26476
26362
  border-radius: 50%;
26477
- -webkit-user-select: none;
26478
- user-select: none;
26479
- background-color: currentColor;
26480
- }
26481
- @media (forced-colors: active) {
26482
- .v-slider-thumb__surface {
26483
- background-color: highlight;
26484
- }
26363
+ overflow: hidden;
26364
+ margin-inline-end: 24px;
26485
26365
  }
26486
- .v-slider-thumb__surface::before {
26487
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
26488
- content: "";
26489
- color: inherit;
26490
- top: 0;
26491
- left: 0;
26366
+ .v-color-picker-preview__dot > div {
26492
26367
  width: 100%;
26493
26368
  height: 100%;
26494
- border-radius: 50%;
26495
- background: currentColor;
26496
- position: absolute;
26497
- pointer-events: none;
26498
- opacity: 0;
26499
- }
26500
- .v-slider-thumb__surface::after {
26501
- content: "";
26502
- width: 42px;
26503
- height: 42px;
26504
- position: absolute;
26505
- top: 50%;
26506
- left: 50%;
26507
- transform: translate(-50%, -50%);
26508
26369
  }
26509
26370
 
26510
- .v-slider-thumb__label-container {
26511
- position: absolute;
26512
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
26371
+ .v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
26372
+ background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
26513
26373
  }
26514
26374
 
26515
- .v-slider-thumb__label {
26516
- display: flex;
26517
- align-items: center;
26518
- justify-content: center;
26519
- font-size: 0.75rem;
26520
- min-width: 35px;
26521
- height: 25px;
26522
- border-radius: 4px;
26523
- padding: 6px;
26524
- position: absolute;
26525
- -webkit-user-select: none;
26526
- user-select: none;
26527
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
26528
- }
26529
- .v-slider-thumb__label::before {
26530
- content: "";
26531
- width: 0;
26532
- height: 0;
26533
- position: absolute;
26375
+ .v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
26376
+ background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
26534
26377
  }
26535
26378
 
26536
- .v-slider-thumb__ripple {
26537
- position: absolute;
26538
- left: calc(var(--v-slider-thumb-size) / -2);
26539
- top: calc(var(--v-slider-thumb-size) / -2);
26540
- width: calc(var(--v-slider-thumb-size) * 2);
26541
- height: calc(var(--v-slider-thumb-size) * 2);
26542
- background: inherit;
26379
+ .v-color-picker-preview__track {
26380
+ position: relative;
26381
+ width: 100%;
26382
+ margin: 0 !important;
26383
+ }
26384
+ .v-color-picker-preview__track .v-slider-track__fill {
26385
+ display: none;
26543
26386
  }
26544
26387
 
26545
- .v-slider.v-input--horizontal .v-slider-thumb {
26546
- top: 50%;
26547
- transform: translateY(-50%);
26548
- inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
26388
+ .v-color-picker-preview {
26389
+ align-items: center;
26390
+ display: flex;
26391
+ margin-bottom: 0;
26549
26392
  }
26550
- .v-slider.v-input--horizontal .v-slider-thumb__label-container {
26551
- left: calc(var(--v-slider-thumb-size) / 2);
26552
- top: 0;
26393
+
26394
+ .v-color-picker-preview__eye-dropper {
26395
+ position: relative;
26396
+ margin-right: 12px;
26397
+ }.v-picker.v-sheet {
26398
+ display: grid;
26399
+ grid-auto-rows: min-content;
26400
+ grid-template-areas: "title" "header" "body";
26401
+ overflow: hidden;
26553
26402
  }
26554
- .v-slider.v-input--horizontal .v-slider-thumb__label {
26555
- bottom: calc(var(--v-slider-thumb-size) / 2);
26403
+ .v-picker.v-sheet {
26404
+ 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));
26556
26405
  }
26557
- .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
26558
- transform: translateX(-50%);
26406
+ .v-picker.v-sheet {
26407
+ border-radius: 4px;
26559
26408
  }
26560
-
26561
- .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
26562
- transform: translateX(50%);
26409
+ .v-picker.v-sheet.v-picker--with-actions {
26410
+ grid-template-areas: "title" "header" "body" "actions";
26563
26411
  }
26564
26412
 
26565
- .v-slider.v-input--horizontal .v-slider-thumb__label::before {
26566
- border-left: 6px solid transparent;
26567
- border-right: 6px solid transparent;
26568
- border-top: 6px solid currentColor;
26569
- bottom: -6px;
26413
+ .v-picker__body {
26414
+ grid-area: body;
26415
+ overflow: hidden;
26416
+ position: relative;
26570
26417
  }
26571
26418
 
26572
- .v-slider.v-input--vertical .v-slider-thumb {
26573
- top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
26419
+ .v-picker__header {
26420
+ grid-area: header;
26574
26421
  }
26575
- .v-slider.v-input--vertical .v-slider-thumb__label-container {
26576
- top: calc(var(--v-slider-thumb-size) / 2);
26577
- right: 0;
26422
+
26423
+ .v-picker__actions {
26424
+ grid-area: actions;
26425
+ padding: 0 12px 12px;
26426
+ display: flex;
26427
+ align-items: center;
26428
+ justify-content: flex-end;
26578
26429
  }
26579
- .v-slider.v-input--vertical .v-slider-thumb__label {
26580
- top: -12.5px;
26581
- left: calc(var(--v-slider-thumb-size) / 2);
26430
+ .v-picker__actions .v-btn {
26431
+ min-width: 48px;
26582
26432
  }
26583
- .v-slider.v-input--vertical .v-slider-thumb__label::before {
26584
- border-right: 6px solid currentColor;
26585
- border-top: 6px solid transparent;
26586
- border-bottom: 6px solid transparent;
26587
- left: -6px;
26433
+ .v-picker__actions .v-btn:not(:last-child) {
26434
+ margin-inline-end: 8px;
26588
26435
  }
26589
26436
 
26590
- .v-slider-thumb--focused .v-slider-thumb__surface::before {
26591
- transform: scale(2);
26592
- opacity: var(--v-focus-opacity);
26437
+ .v-picker--landscape {
26438
+ grid-template-areas: "title" "header body" "header body";
26593
26439
  }
26594
26440
 
26595
- .v-slider-thumb--pressed {
26596
- transition: none;
26597
- }
26598
- .v-slider-thumb--pressed .v-slider-thumb__surface::before {
26599
- opacity: var(--v-pressed-opacity);
26441
+ .v-picker--landscape.v-picker--with-actions {
26442
+ grid-template-areas: "title" "header body" "header actions";
26600
26443
  }
26601
26444
 
26602
- @media (hover: hover) {
26603
- .v-slider-thumb:hover .v-slider-thumb__surface::before {
26604
- transform: scale(2);
26605
- }
26606
- .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
26607
- opacity: var(--v-hover-opacity);
26608
- }
26445
+ .v-picker-title {
26446
+ text-transform: uppercase;
26447
+ font-size: 0.75rem;
26448
+ grid-area: title;
26449
+ padding-inline: 24px 12px;
26450
+ padding-top: 16px;
26451
+ padding-bottom: 16px;
26452
+ font-weight: 400;
26453
+ letter-spacing: 0.1666666667em;
26609
26454
  }.v-slider-track__background {
26610
26455
  background-color: rgb(var(--v-theme-surface-variant));
26611
26456
  }
@@ -26784,4 +26629,163 @@ html.v-overlay-scroll-blocked {
26784
26629
 
26785
26630
  .v-slider-track__background--opacity {
26786
26631
  opacity: 0.38;
26632
+ }.v-slider-thumb {
26633
+ touch-action: none;
26634
+ color: rgb(var(--v-theme-surface-variant));
26635
+ }
26636
+ .v-input--error:not(.v-input--disabled) .v-slider-thumb {
26637
+ color: inherit;
26638
+ }
26639
+
26640
+ .v-slider-thumb__label {
26641
+ background: rgba(var(--v-theme-surface-variant), 0.7);
26642
+ color: rgb(var(--v-theme-on-surface-variant));
26643
+ }
26644
+ .v-slider-thumb__label::before {
26645
+ color: rgba(var(--v-theme-surface-variant), 0.7);
26646
+ }
26647
+
26648
+ .v-slider-thumb {
26649
+ outline: none;
26650
+ position: absolute;
26651
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26652
+ }
26653
+
26654
+ .v-slider-thumb__surface {
26655
+ cursor: pointer;
26656
+ width: var(--v-slider-thumb-size);
26657
+ height: var(--v-slider-thumb-size);
26658
+ border-radius: 50%;
26659
+ -webkit-user-select: none;
26660
+ user-select: none;
26661
+ background-color: currentColor;
26662
+ }
26663
+ @media (forced-colors: active) {
26664
+ .v-slider-thumb__surface {
26665
+ background-color: highlight;
26666
+ }
26667
+ }
26668
+ .v-slider-thumb__surface::before {
26669
+ transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
26670
+ content: "";
26671
+ color: inherit;
26672
+ top: 0;
26673
+ left: 0;
26674
+ width: 100%;
26675
+ height: 100%;
26676
+ border-radius: 50%;
26677
+ background: currentColor;
26678
+ position: absolute;
26679
+ pointer-events: none;
26680
+ opacity: 0;
26681
+ }
26682
+ .v-slider-thumb__surface::after {
26683
+ content: "";
26684
+ width: 42px;
26685
+ height: 42px;
26686
+ position: absolute;
26687
+ top: 50%;
26688
+ left: 50%;
26689
+ transform: translate(-50%, -50%);
26690
+ }
26691
+
26692
+ .v-slider-thumb__label-container {
26693
+ position: absolute;
26694
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
26695
+ }
26696
+
26697
+ .v-slider-thumb__label {
26698
+ display: flex;
26699
+ align-items: center;
26700
+ justify-content: center;
26701
+ font-size: 0.75rem;
26702
+ min-width: 35px;
26703
+ height: 25px;
26704
+ border-radius: 4px;
26705
+ padding: 6px;
26706
+ position: absolute;
26707
+ -webkit-user-select: none;
26708
+ user-select: none;
26709
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
26710
+ }
26711
+ .v-slider-thumb__label::before {
26712
+ content: "";
26713
+ width: 0;
26714
+ height: 0;
26715
+ position: absolute;
26716
+ }
26717
+
26718
+ .v-slider-thumb__ripple {
26719
+ position: absolute;
26720
+ left: calc(var(--v-slider-thumb-size) / -2);
26721
+ top: calc(var(--v-slider-thumb-size) / -2);
26722
+ width: calc(var(--v-slider-thumb-size) * 2);
26723
+ height: calc(var(--v-slider-thumb-size) * 2);
26724
+ background: inherit;
26725
+ }
26726
+
26727
+ .v-slider.v-input--horizontal .v-slider-thumb {
26728
+ top: 50%;
26729
+ transform: translateY(-50%);
26730
+ inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
26731
+ }
26732
+ .v-slider.v-input--horizontal .v-slider-thumb__label-container {
26733
+ left: calc(var(--v-slider-thumb-size) / 2);
26734
+ top: 0;
26735
+ }
26736
+ .v-slider.v-input--horizontal .v-slider-thumb__label {
26737
+ bottom: calc(var(--v-slider-thumb-size) / 2);
26738
+ }
26739
+ .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
26740
+ transform: translateX(-50%);
26741
+ }
26742
+
26743
+ .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
26744
+ transform: translateX(50%);
26745
+ }
26746
+
26747
+ .v-slider.v-input--horizontal .v-slider-thumb__label::before {
26748
+ border-left: 6px solid transparent;
26749
+ border-right: 6px solid transparent;
26750
+ border-top: 6px solid currentColor;
26751
+ bottom: -6px;
26752
+ }
26753
+
26754
+ .v-slider.v-input--vertical .v-slider-thumb {
26755
+ top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
26756
+ }
26757
+ .v-slider.v-input--vertical .v-slider-thumb__label-container {
26758
+ top: calc(var(--v-slider-thumb-size) / 2);
26759
+ right: 0;
26760
+ }
26761
+ .v-slider.v-input--vertical .v-slider-thumb__label {
26762
+ top: -12.5px;
26763
+ left: calc(var(--v-slider-thumb-size) / 2);
26764
+ }
26765
+ .v-slider.v-input--vertical .v-slider-thumb__label::before {
26766
+ border-right: 6px solid currentColor;
26767
+ border-top: 6px solid transparent;
26768
+ border-bottom: 6px solid transparent;
26769
+ left: -6px;
26770
+ }
26771
+
26772
+ .v-slider-thumb--focused .v-slider-thumb__surface::before {
26773
+ transform: scale(2);
26774
+ opacity: var(--v-focus-opacity);
26775
+ }
26776
+
26777
+ .v-slider-thumb--pressed {
26778
+ transition: none;
26779
+ }
26780
+ .v-slider-thumb--pressed .v-slider-thumb__surface::before {
26781
+ opacity: var(--v-pressed-opacity);
26782
+ }
26783
+
26784
+ @media (hover: hover) {
26785
+ .v-slider-thumb:hover .v-slider-thumb__surface::before {
26786
+ transform: scale(2);
26787
+ }
26788
+ .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
26789
+ opacity: var(--v-hover-opacity);
26790
+ }
26787
26791
  }