@vuetify/nightly 3.7.4-master.2024-11-15 → 3.7.4-master.2024-11-24

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 (37) hide show
  1. package/dist/json/attributes.json +3032 -3032
  2. package/dist/json/importMap-labs.json +20 -20
  3. package/dist/json/importMap.json +176 -176
  4. package/dist/json/web-types.json +5731 -5731
  5. package/dist/vuetify-labs.css +2236 -2232
  6. package/dist/vuetify-labs.d.ts +3 -7
  7. package/dist/vuetify-labs.esm.js +15 -12
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +15 -12
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1058 -1054
  12. package/dist/vuetify.d.ts +59 -63
  13. package/dist/vuetify.esm.js +14 -11
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +14 -11
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +9 -10
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VBadge/VBadge.css +4 -0
  21. package/lib/components/VBadge/VBadge.sass +4 -0
  22. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +9 -7
  23. package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
  24. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
  25. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
  26. package/lib/components/VConfirmEdit/index.d.mts +3 -7
  27. package/lib/components/VList/VListItem.mjs +3 -2
  28. package/lib/components/VList/VListItem.mjs.map +1 -1
  29. package/lib/components/index.d.mts +3 -7
  30. package/lib/entry-bundler.mjs +1 -1
  31. package/lib/framework.mjs +1 -1
  32. package/lib/index.d.mts +56 -56
  33. package/lib/labs/VDateInput/VDateInput.mjs +1 -1
  34. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  35. package/lib/locale/fr.mjs +1 -1
  36. package/lib/locale/fr.mjs.map +1 -1
  37. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.4-master.2024-11-15
2
+ * Vuetify v3.7.4-master.2024-11-24
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17978,6 +17978,19 @@ html.overflow-y-hidden {
17978
17978
  }
17979
17979
  .v-kbd {
17980
17980
  box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17981
+ }.v-calendar-header {
17982
+ align-items: center;
17983
+ display: flex;
17984
+ min-height: 64px;
17985
+ }
17986
+
17987
+ .v-calendar-header__today {
17988
+ margin-inline-end: 24px;
17989
+ }
17990
+
17991
+ .v-calendar-header__title {
17992
+ font-size: 1.5rem;
17993
+ margin-inline-start: 24px;
17981
17994
  }.v-calendar {
17982
17995
  background: rgb(var(--v-theme-background));
17983
17996
  color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
@@ -18210,19 +18223,6 @@ html.overflow-y-hidden {
18210
18223
  padding: 4px;
18211
18224
  text-overflow: ellipsis;
18212
18225
  white-space: nowrap;
18213
- }.v-calendar-header {
18214
- align-items: center;
18215
- display: flex;
18216
- min-height: 64px;
18217
- }
18218
-
18219
- .v-calendar-header__today {
18220
- margin-inline-end: 24px;
18221
- }
18222
-
18223
- .v-calendar-header__title {
18224
- font-size: 1.5rem;
18225
- margin-inline-start: 24px;
18226
18226
  }.v-calendar-day__row-with-label {
18227
18227
  display: grid;
18228
18228
  grid-template-columns: 48px 8px 1fr;
@@ -18265,63 +18265,6 @@ html.overflow-y-hidden {
18265
18265
  }
18266
18266
  .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
18267
18267
  border-bottom: none;
18268
- }.v-picker.v-sheet {
18269
- display: grid;
18270
- grid-auto-rows: min-content;
18271
- grid-template-areas: "title" "header" "body";
18272
- overflow: hidden;
18273
- }
18274
- .v-picker.v-sheet {
18275
- 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));
18276
- }
18277
- .v-picker.v-sheet {
18278
- border-radius: 4px;
18279
- }
18280
- .v-picker.v-sheet.v-picker--with-actions {
18281
- grid-template-areas: "title" "header" "body" "actions";
18282
- }
18283
-
18284
- .v-picker__body {
18285
- grid-area: body;
18286
- overflow: hidden;
18287
- position: relative;
18288
- }
18289
-
18290
- .v-picker__header {
18291
- grid-area: header;
18292
- }
18293
-
18294
- .v-picker__actions {
18295
- grid-area: actions;
18296
- padding: 0 12px 12px;
18297
- display: flex;
18298
- align-items: center;
18299
- justify-content: flex-end;
18300
- }
18301
- .v-picker__actions .v-btn {
18302
- min-width: 48px;
18303
- }
18304
- .v-picker__actions .v-btn:not(:last-child) {
18305
- margin-inline-end: 8px;
18306
- }
18307
-
18308
- .v-picker--landscape {
18309
- grid-template-areas: "title" "header body" "header body";
18310
- }
18311
-
18312
- .v-picker--landscape.v-picker--with-actions {
18313
- grid-template-areas: "title" "header body" "header actions";
18314
- }
18315
-
18316
- .v-picker-title {
18317
- text-transform: uppercase;
18318
- font-size: 0.75rem;
18319
- grid-area: title;
18320
- padding-inline: 24px 12px;
18321
- padding-top: 16px;
18322
- padding-bottom: 16px;
18323
- font-weight: 400;
18324
- letter-spacing: 0.1666666667em;
18325
18268
  }.v-calendar-day {
18326
18269
  position: relative;
18327
18270
  display: flex;
@@ -18417,44 +18360,131 @@ html.overflow-y-hidden {
18417
18360
 
18418
18361
  .v-calendar-weekly__day-alldayevents-container {
18419
18362
  min-height: 24px;
18420
- }.v-number-input input[type=number] {
18421
- -moz-appearance: textfield;
18363
+ }.v-stepper-vertical-item {
18364
+ position: relative;
18365
+ transition-duration: 0.2s;
18366
+ transition-property: opacity;
18367
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18422
18368
  }
18423
- .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
18424
- -webkit-appearance: none;
18369
+ .v-stepper-vertical-item__title {
18370
+ font-size: 1rem;
18425
18371
  }
18426
- .v-number-input .v-field {
18427
- padding-inline-end: 0;
18428
- padding-inline-start: 0;
18372
+ .v-stepper-vertical-item__subtitle {
18373
+ font-size: 0.75rem;
18429
18374
  }
18430
- .v-number-input--inset .v-divider {
18431
- height: 55%;
18432
- width: 55%;
18433
- align-self: center;
18375
+ .v-stepper-vertical-item .v-expansion-panel-text {
18376
+ padding-inline-start: 32px;
18434
18377
  }
18435
- .v-number-input--split .v-field__input {
18436
- text-align: center;
18378
+ .v-stepper-vertical-item:not(:last-child):before {
18379
+ content: "";
18380
+ position: absolute;
18381
+ width: 2px;
18382
+ height: calc(100% - 30px);
18383
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
18384
+ left: 35px;
18385
+ top: 44px;
18386
+ z-index: 1;
18387
+ transition-duration: 300ms;
18388
+ transition-property: height;
18437
18389
  }
18438
- .v-number-input--stacked .v-number-input__control {
18439
- flex-direction: column-reverse;
18390
+ .v-stepper-vertical-item:after {
18391
+ display: none;
18440
18392
  }
18441
- .v-number-input--stacked .v-number-input__control .v-btn {
18442
- flex: 1;
18393
+ .v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title, .v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title {
18394
+ pointer-events: none;
18443
18395
  }
18444
- .v-number-input--hide-input .v-field {
18445
- flex: none;
18396
+ .v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay, .v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title .v-expansion-panel-title__overlay {
18397
+ opacity: 0;
18446
18398
  }
18447
- .v-number-input--hide-input .v-field__input {
18448
- width: 0;
18449
- padding-inline: 0;
18399
+
18400
+ .v-stepper-vertical-item__avatar.v-avatar {
18401
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
18402
+ color: rgb(var(--v-theme-on-surface-variant));
18403
+ transition-property: background;
18450
18404
  }
18451
- .v-number-input__control {
18405
+ .v-stepper-vertical-item__avatar.v-avatar .v-icon {
18406
+ font-size: 0.875rem;
18407
+ }
18408
+ .v-expansion-panel--active .v-stepper-vertical-item__avatar.v-avatar {
18409
+ background: rgb(var(--v-theme-surface-variant));
18410
+ }
18411
+ .v-stepper-vertical-item--error .v-stepper-vertical-item__avatar.v-avatar {
18412
+ background: rgb(var(--v-theme-error));
18413
+ color: rgb(var(--v-theme-on-error));
18414
+ }
18415
+
18416
+ .v-stepper-vertical-item--error .v-stepper-vertical-item__title {
18417
+ color: rgb(var(--v-theme-error));
18418
+ }
18419
+
18420
+ .v-stepper-vertical-item--error .v-stepper-vertical-item__subtitle {
18421
+ color: rgb(var(--v-theme-error));
18422
+ }
18423
+
18424
+ .v-stepper-vertical-actions.v-stepper-actions .v-btn {
18425
+ margin-inline-end: 8px;
18426
+ }
18427
+ .v-stepper .v-stepper-vertical-actions.v-stepper-actions {
18428
+ justify-content: flex-end;
18429
+ padding: 24px 0 0;
18430
+ flex-direction: row-reverse;
18431
+ }.v-picker.v-sheet {
18432
+ display: grid;
18433
+ grid-auto-rows: min-content;
18434
+ grid-template-areas: "title" "header" "body";
18435
+ overflow: hidden;
18436
+ }
18437
+ .v-picker.v-sheet {
18438
+ 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));
18439
+ }
18440
+ .v-picker.v-sheet {
18441
+ border-radius: 4px;
18442
+ }
18443
+ .v-picker.v-sheet.v-picker--with-actions {
18444
+ grid-template-areas: "title" "header" "body" "actions";
18445
+ }
18446
+
18447
+ .v-picker__body {
18448
+ grid-area: body;
18449
+ overflow: hidden;
18450
+ position: relative;
18451
+ }
18452
+
18453
+ .v-picker__header {
18454
+ grid-area: header;
18455
+ }
18456
+
18457
+ .v-picker__actions {
18458
+ grid-area: actions;
18459
+ padding: 0 12px 12px;
18452
18460
  display: flex;
18453
- height: 100%;
18461
+ align-items: center;
18462
+ justify-content: flex-end;
18454
18463
  }
18455
- .v-number-input__control .v-btn {
18456
- background-color: transparent;
18457
- border-radius: 0;
18464
+ .v-picker__actions .v-btn {
18465
+ min-width: 48px;
18466
+ }
18467
+ .v-picker__actions .v-btn:not(:last-child) {
18468
+ margin-inline-end: 8px;
18469
+ }
18470
+
18471
+ .v-picker--landscape {
18472
+ grid-template-areas: "title" "header body" "header body";
18473
+ }
18474
+
18475
+ .v-picker--landscape.v-picker--with-actions {
18476
+ grid-template-areas: "title" "header body" "header actions";
18477
+ }
18478
+
18479
+ .v-picker-title {
18480
+ text-transform: uppercase;
18481
+ font-size: 0.75rem;
18482
+ grid-area: title;
18483
+ padding-inline: 24px 12px;
18484
+ padding-top: 16px;
18485
+ padding-bottom: 16px;
18486
+ font-weight: 400;
18487
+ letter-spacing: 0.1666666667em;
18458
18488
  }.v-time-picker-controls {
18459
18489
  display: flex;
18460
18490
  align-items: center;
@@ -18558,133 +18588,23 @@ html.overflow-y-hidden {
18558
18588
  }
18559
18589
  .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
18560
18590
  text-align: center;
18561
- }.v-pull-to-refresh {
18562
- overflow: hidden;
18563
- position: relative;
18591
+ }.v-time-picker.v-picker {
18592
+ padding: 24px;
18593
+ width: 328px;
18564
18594
  }
18565
- .v-pull-to-refresh__pull-down {
18566
- position: absolute;
18567
- width: 100%;
18568
- transition: top 0.3s ease-out;
18595
+ .v-time-picker.v-picker .v-picker-title {
18596
+ padding: 0;
18597
+ margin-bottom: 20px;
18598
+ }.v-time-picker-clock {
18599
+ background: rgb(var(--v-theme-background));
18600
+ color: rgb(var(--v-theme-on-background));
18569
18601
  }
18570
- .v-pull-to-refresh__pull-down--touching {
18571
- transition: none;
18602
+ .v-time-picker-clock:after {
18603
+ color: rgb(var(--v-theme-primary));
18572
18604
  }
18573
- .v-pull-to-refresh__pull-down-default {
18574
- display: flex;
18575
- width: 100%;
18576
- height: 100%;
18577
- justify-content: center;
18578
- align-items: flex-end;
18579
- padding-bottom: 10px;
18580
- }
18581
- .v-pull-to-refresh__scroll-container {
18582
- position: relative;
18583
- transition: top 0.3s ease-out;
18584
- }
18585
- .v-pull-to-refresh__scroll-container--touching {
18586
- transition: none;
18587
- }.v-stepper-vertical-item {
18588
- position: relative;
18589
- transition-duration: 0.2s;
18590
- transition-property: opacity;
18591
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18592
- }
18593
- .v-stepper-vertical-item__title {
18594
- font-size: 1rem;
18595
- }
18596
- .v-stepper-vertical-item__subtitle {
18597
- font-size: 0.75rem;
18598
- }
18599
- .v-stepper-vertical-item .v-expansion-panel-text {
18600
- padding-inline-start: 32px;
18601
- }
18602
- .v-stepper-vertical-item:not(:last-child):before {
18603
- content: "";
18604
- position: absolute;
18605
- width: 2px;
18606
- height: calc(100% - 30px);
18607
- background: rgba(var(--v-border-color), var(--v-border-opacity));
18608
- left: 35px;
18609
- top: 44px;
18610
- z-index: 1;
18611
- transition-duration: 300ms;
18612
- transition-property: height;
18613
- }
18614
- .v-stepper-vertical-item:after {
18615
- display: none;
18616
- }
18617
- .v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title, .v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title {
18618
- pointer-events: none;
18619
- }
18620
- .v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay, .v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title .v-expansion-panel-title__overlay {
18621
- opacity: 0;
18622
- }
18623
-
18624
- .v-stepper-vertical-item__avatar.v-avatar {
18625
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
18626
- color: rgb(var(--v-theme-on-surface-variant));
18627
- transition-property: background;
18628
- }
18629
- .v-stepper-vertical-item__avatar.v-avatar .v-icon {
18630
- font-size: 0.875rem;
18631
- }
18632
- .v-expansion-panel--active .v-stepper-vertical-item__avatar.v-avatar {
18633
- background: rgb(var(--v-theme-surface-variant));
18634
- }
18635
- .v-stepper-vertical-item--error .v-stepper-vertical-item__avatar.v-avatar {
18636
- background: rgb(var(--v-theme-error));
18637
- color: rgb(var(--v-theme-on-error));
18638
- }
18639
-
18640
- .v-stepper-vertical-item--error .v-stepper-vertical-item__title {
18641
- color: rgb(var(--v-theme-error));
18642
- }
18643
-
18644
- .v-stepper-vertical-item--error .v-stepper-vertical-item__subtitle {
18645
- color: rgb(var(--v-theme-error));
18646
- }
18647
-
18648
- .v-stepper-vertical-actions.v-stepper-actions .v-btn {
18649
- margin-inline-end: 8px;
18650
- }
18651
- .v-stepper .v-stepper-vertical-actions.v-stepper-actions {
18652
- justify-content: flex-end;
18653
- padding: 24px 0 0;
18654
- flex-direction: row-reverse;
18655
- }.v-time-picker.v-picker {
18656
- padding: 24px;
18657
- width: 328px;
18658
- }
18659
- .v-time-picker.v-picker .v-picker-title {
18660
- padding: 0;
18661
- margin-bottom: 20px;
18662
- }.v-treeview-item.v-treeview-item--filtered {
18663
- display: none;
18664
- }
18665
-
18666
- .v-treeview {
18667
- --indent-padding: 0px;
18668
- }
18669
-
18670
- .v-treeview-group.v-list-group {
18671
- --list-indent-size: 16px;
18672
- }
18673
- .v-list--slim .v-treeview-group.v-list-group {
18674
- --prepend-width: 16px;
18675
- }
18676
- .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
18677
- padding-inline-start: calc(12px + var(--indent-padding)) !important;
18678
- }.v-time-picker-clock {
18679
- background: rgb(var(--v-theme-background));
18680
- color: rgb(var(--v-theme-on-background));
18681
- }
18682
- .v-time-picker-clock:after {
18683
- color: rgb(var(--v-theme-primary));
18684
- }
18685
- .v-time-picker-clock .v-time-picker-clock__item--active {
18686
- background-color: rgb(var(--v-theme-surface-variant));
18687
- color: rgb(var(--v-theme-on-surface-variant));
18605
+ .v-time-picker-clock .v-time-picker-clock__item--active {
18606
+ background-color: rgb(var(--v-theme-surface-variant));
18607
+ color: rgb(var(--v-theme-on-surface-variant));
18688
18608
  }
18689
18609
 
18690
18610
  .v-time-picker-clock {
@@ -18806,6 +18726,86 @@ html.overflow-y-hidden {
18806
18726
 
18807
18727
  .v-picker--landscape .v-time-picker-clock__container {
18808
18728
  flex-direction: row;
18729
+ }.v-number-input input[type=number] {
18730
+ -moz-appearance: textfield;
18731
+ }
18732
+ .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
18733
+ -webkit-appearance: none;
18734
+ }
18735
+ .v-number-input .v-field {
18736
+ padding-inline-end: 0;
18737
+ padding-inline-start: 0;
18738
+ }
18739
+ .v-number-input--inset .v-divider {
18740
+ height: 55%;
18741
+ width: 55%;
18742
+ align-self: center;
18743
+ }
18744
+ .v-number-input--split .v-field__input {
18745
+ text-align: center;
18746
+ }
18747
+ .v-number-input--stacked .v-number-input__control {
18748
+ flex-direction: column-reverse;
18749
+ }
18750
+ .v-number-input--stacked .v-number-input__control .v-btn {
18751
+ flex: 1;
18752
+ }
18753
+ .v-number-input--hide-input .v-field {
18754
+ flex: none;
18755
+ }
18756
+ .v-number-input--hide-input .v-field__input {
18757
+ width: 0;
18758
+ padding-inline: 0;
18759
+ }
18760
+ .v-number-input__control {
18761
+ display: flex;
18762
+ height: 100%;
18763
+ }
18764
+ .v-number-input__control .v-btn {
18765
+ background-color: transparent;
18766
+ border-radius: 0;
18767
+ }.v-treeview-item.v-treeview-item--filtered {
18768
+ display: none;
18769
+ }
18770
+
18771
+ .v-treeview {
18772
+ --indent-padding: 0px;
18773
+ }
18774
+
18775
+ .v-treeview-group.v-list-group {
18776
+ --list-indent-size: 16px;
18777
+ }
18778
+ .v-list--slim .v-treeview-group.v-list-group {
18779
+ --prepend-width: 16px;
18780
+ }
18781
+ .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
18782
+ padding-inline-start: calc(12px + var(--indent-padding)) !important;
18783
+ }.v-pull-to-refresh {
18784
+ overflow: hidden;
18785
+ position: relative;
18786
+ }
18787
+ .v-pull-to-refresh__pull-down {
18788
+ position: absolute;
18789
+ width: 100%;
18790
+ transition: top 0.3s ease-out;
18791
+ }
18792
+ .v-pull-to-refresh__pull-down--touching {
18793
+ transition: none;
18794
+ }
18795
+ .v-pull-to-refresh__pull-down-default {
18796
+ display: flex;
18797
+ width: 100%;
18798
+ height: 100%;
18799
+ justify-content: center;
18800
+ align-items: flex-end;
18801
+ padding-bottom: 10px;
18802
+ }
18803
+ .v-pull-to-refresh__scroll-container {
18804
+ position: relative;
18805
+ transition: top 0.3s ease-out;
18806
+ }
18807
+ .v-pull-to-refresh__scroll-container--touching {
18808
+ transition: none;
18809
18809
  }.v-application {
18810
18810
  display: flex;
18811
18811
  background: rgb(var(--v-theme-background));
@@ -18834,241 +18834,50 @@ html.overflow-y-hidden {
18834
18834
  }
18835
18835
  .v-app-bar:not(.v-toolbar--absolute) {
18836
18836
  padding-inline-end: var(--v-scrollbar-offset);
18837
- }.v-autocomplete .v-field .v-text-field__prefix,
18838
- .v-autocomplete .v-field .v-text-field__suffix,
18839
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18840
- cursor: text;
18841
- }
18842
- .v-autocomplete .v-field .v-field__input > input {
18837
+ }.v-alert {
18838
+ display: grid;
18843
18839
  flex: 1 1;
18840
+ grid-template-areas: "prepend content append close" ". content . .";
18841
+ grid-template-columns: max-content auto max-content max-content;
18842
+ position: relative;
18843
+ padding: 16px;
18844
+ overflow: hidden;
18845
+ --v-border-color: currentColor;
18844
18846
  }
18845
- .v-autocomplete .v-field input {
18846
- min-width: 64px;
18847
+ .v-alert--absolute {
18848
+ position: absolute;
18847
18849
  }
18848
- .v-autocomplete .v-field:not(.v-field--focused) input {
18849
- min-width: 0;
18850
+ .v-alert--fixed {
18851
+ position: fixed;
18850
18852
  }
18851
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18852
- margin-inline-end: 2px;
18853
+ .v-alert--sticky {
18854
+ position: sticky;
18853
18855
  }
18854
- .v-autocomplete .v-autocomplete__selection-text {
18855
- overflow: hidden;
18856
- text-overflow: ellipsis;
18857
- white-space: nowrap;
18856
+ .v-alert {
18857
+ border-radius: 4px;
18858
18858
  }
18859
-
18860
- .v-autocomplete__content {
18861
- overflow: hidden;
18859
+ .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
18860
+ background: transparent;
18861
+ color: inherit;
18862
18862
  }
18863
- .v-autocomplete__content {
18864
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18863
+ .v-alert--variant-plain {
18864
+ opacity: 0.62;
18865
18865
  }
18866
- .v-autocomplete__content {
18867
- border-radius: 4px;
18866
+ .v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
18867
+ opacity: 1;
18868
18868
  }
18869
- .v-autocomplete__mask {
18869
+ .v-alert--variant-plain .v-alert__overlay {
18870
+ display: none;
18871
+ }
18872
+ .v-alert--variant-elevated, .v-alert--variant-flat {
18870
18873
  background: rgb(var(--v-theme-surface-light));
18874
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
18871
18875
  }
18872
- .v-autocomplete__selection {
18873
- display: inline-flex;
18874
- align-items: center;
18875
- height: 1.5rem;
18876
- letter-spacing: inherit;
18877
- line-height: inherit;
18878
- max-width: calc(100% - 2px - 2px);
18876
+ .v-alert--variant-elevated {
18877
+ 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));
18879
18878
  }
18880
- .v-autocomplete__selection:first-child {
18881
- margin-inline-start: 0;
18882
- }
18883
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18884
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18885
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18886
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18887
- top: 0px;
18888
- }
18889
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18890
- opacity: var(--v-medium-emphasis-opacity);
18891
- }
18892
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18893
- opacity: 1;
18894
- }
18895
- .v-autocomplete--selecting-index .v-field__input > input {
18896
- caret-color: transparent;
18897
- }
18898
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18899
- flex: 1 1;
18900
- position: absolute;
18901
- left: 0;
18902
- right: 0;
18903
- width: 100%;
18904
- padding-inline: inherit;
18905
- }
18906
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18907
- transition: none;
18908
- }
18909
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18910
- opacity: 0;
18911
- }
18912
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18913
- opacity: 0;
18914
- }
18915
- .v-autocomplete__menu-icon {
18916
- margin-inline-start: 4px;
18917
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18918
- }
18919
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18920
- opacity: var(--v-high-emphasis-opacity);
18921
- transform: rotate(180deg);
18922
- }.v-avatar {
18923
- flex: none;
18924
- align-items: center;
18925
- display: inline-flex;
18926
- justify-content: center;
18927
- line-height: normal;
18928
- overflow: hidden;
18929
- position: relative;
18930
- text-align: center;
18931
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18932
- transition-property: width, height;
18933
- vertical-align: middle;
18934
- }
18935
- .v-avatar.v-avatar--size-x-small {
18936
- --v-avatar-height: 24px;
18937
- }
18938
- .v-avatar.v-avatar--size-small {
18939
- --v-avatar-height: 32px;
18940
- }
18941
- .v-avatar.v-avatar--size-default {
18942
- --v-avatar-height: 40px;
18943
- }
18944
- .v-avatar.v-avatar--size-large {
18945
- --v-avatar-height: 48px;
18946
- }
18947
- .v-avatar.v-avatar--size-x-large {
18948
- --v-avatar-height: 56px;
18949
- }
18950
- .v-avatar.v-avatar--density-default {
18951
- height: calc(var(--v-avatar-height) + 0px);
18952
- width: calc(var(--v-avatar-height) + 0px);
18953
- }
18954
- .v-avatar.v-avatar--density-comfortable {
18955
- height: calc(var(--v-avatar-height) + -4px);
18956
- width: calc(var(--v-avatar-height) + -4px);
18957
- }
18958
- .v-avatar.v-avatar--density-compact {
18959
- height: calc(var(--v-avatar-height) + -8px);
18960
- width: calc(var(--v-avatar-height) + -8px);
18961
- }
18962
- .v-avatar {
18963
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18964
- border-style: solid;
18965
- border-width: 0;
18966
- }
18967
- .v-avatar--border {
18968
- border-width: thin;
18969
- box-shadow: none;
18970
- }
18971
- .v-avatar {
18972
- border-radius: 50%;
18973
- }
18974
- .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
18975
- background: transparent;
18976
- color: inherit;
18977
- }
18978
- .v-avatar--variant-plain {
18979
- opacity: 0.62;
18980
- }
18981
- .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
18982
- opacity: 1;
18983
- }
18984
- .v-avatar--variant-plain .v-avatar__overlay {
18985
- display: none;
18986
- }
18987
- .v-avatar--variant-elevated, .v-avatar--variant-flat {
18988
- background: var(--v-theme-surface);
18989
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18990
- }
18991
- .v-avatar--variant-elevated {
18992
- 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));
18993
- }
18994
- .v-avatar--variant-flat {
18995
- 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));
18996
- }
18997
- .v-avatar--variant-outlined {
18998
- border: thin solid currentColor;
18999
- }
19000
- .v-avatar--variant-text .v-avatar__overlay {
19001
- background: currentColor;
19002
- }
19003
- .v-avatar--variant-tonal .v-avatar__underlay {
19004
- background: currentColor;
19005
- opacity: var(--v-activated-opacity);
19006
- border-radius: inherit;
19007
- top: 0;
19008
- right: 0;
19009
- bottom: 0;
19010
- left: 0;
19011
- pointer-events: none;
19012
- }
19013
- .v-avatar .v-avatar__underlay {
19014
- position: absolute;
19015
- }
19016
- .v-avatar--rounded {
19017
- border-radius: 4px;
19018
- }
19019
- .v-avatar--start {
19020
- margin-inline-end: 8px;
19021
- }
19022
- .v-avatar--end {
19023
- margin-inline-start: 8px;
19024
- }
19025
- .v-avatar .v-img {
19026
- height: 100%;
19027
- width: 100%;
19028
- }.v-alert {
19029
- display: grid;
19030
- flex: 1 1;
19031
- grid-template-areas: "prepend content append close" ". content . .";
19032
- grid-template-columns: max-content auto max-content max-content;
19033
- position: relative;
19034
- padding: 16px;
19035
- overflow: hidden;
19036
- --v-border-color: currentColor;
19037
- }
19038
- .v-alert--absolute {
19039
- position: absolute;
19040
- }
19041
- .v-alert--fixed {
19042
- position: fixed;
19043
- }
19044
- .v-alert--sticky {
19045
- position: sticky;
19046
- }
19047
- .v-alert {
19048
- border-radius: 4px;
19049
- }
19050
- .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
19051
- background: transparent;
19052
- color: inherit;
19053
- }
19054
- .v-alert--variant-plain {
19055
- opacity: 0.62;
19056
- }
19057
- .v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
19058
- opacity: 1;
19059
- }
19060
- .v-alert--variant-plain .v-alert__overlay {
19061
- display: none;
19062
- }
19063
- .v-alert--variant-elevated, .v-alert--variant-flat {
19064
- background: rgb(var(--v-theme-surface-light));
19065
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
19066
- }
19067
- .v-alert--variant-elevated {
19068
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19069
- }
19070
- .v-alert--variant-flat {
19071
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18879
+ .v-alert--variant-flat {
18880
+ 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));
19072
18881
  }
19073
18882
  .v-alert--variant-outlined {
19074
18883
  border: thin solid currentColor;
@@ -19250,6 +19059,7 @@ html.overflow-y-hidden {
19250
19059
  align-items: center;
19251
19060
  display: inline-flex;
19252
19061
  border-radius: 10px;
19062
+ font-family: "Roboto", sans-serif;
19253
19063
  font-size: 0.75rem;
19254
19064
  font-weight: 500;
19255
19065
  height: 1.25rem;
@@ -19267,6 +19077,9 @@ html.overflow-y-hidden {
19267
19077
  background: rgb(var(--v-theme-surface-variant));
19268
19078
  color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
19269
19079
  }
19080
+ .v-badge__badge:has(.v-icon) {
19081
+ padding: 4px 6px;
19082
+ }
19270
19083
  .v-badge--bordered .v-badge__badge::after {
19271
19084
  border-radius: inherit;
19272
19085
  border-style: solid;
@@ -19314,53 +19127,159 @@ html.overflow-y-hidden {
19314
19127
  display: inline-flex;
19315
19128
  justify-content: center;
19316
19129
  margin: 0 4px;
19317
- }.v-banner {
19318
- display: grid;
19319
- flex: 1 1;
19320
- font-size: 0.875rem;
19321
- grid-template-areas: "prepend content actions";
19322
- grid-template-columns: max-content auto max-content;
19323
- grid-template-rows: max-content max-content;
19324
- line-height: 1.6;
19130
+ }.v-avatar {
19131
+ flex: none;
19132
+ align-items: center;
19133
+ display: inline-flex;
19134
+ justify-content: center;
19135
+ line-height: normal;
19325
19136
  overflow: hidden;
19326
- padding-inline: 16px 8px;
19327
- padding-top: 16px;
19328
- padding-bottom: 16px;
19329
19137
  position: relative;
19330
- width: 100%;
19138
+ text-align: center;
19139
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19140
+ transition-property: width, height;
19141
+ vertical-align: middle;
19331
19142
  }
19332
- .v-banner {
19333
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19334
- border-style: solid;
19335
- border-width: 0 0 thin 0;
19143
+ .v-avatar.v-avatar--size-x-small {
19144
+ --v-avatar-height: 24px;
19336
19145
  }
19337
- .v-banner--border {
19338
- border-width: thin;
19339
- box-shadow: none;
19146
+ .v-avatar.v-avatar--size-small {
19147
+ --v-avatar-height: 32px;
19340
19148
  }
19341
- .v-banner {
19342
- 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));
19149
+ .v-avatar.v-avatar--size-default {
19150
+ --v-avatar-height: 40px;
19343
19151
  }
19344
- .v-banner--absolute {
19345
- position: absolute;
19152
+ .v-avatar.v-avatar--size-large {
19153
+ --v-avatar-height: 48px;
19346
19154
  }
19347
- .v-banner--fixed {
19348
- position: fixed;
19155
+ .v-avatar.v-avatar--size-x-large {
19156
+ --v-avatar-height: 56px;
19349
19157
  }
19350
- .v-banner--sticky {
19351
- position: sticky;
19158
+ .v-avatar.v-avatar--density-default {
19159
+ height: calc(var(--v-avatar-height) + 0px);
19160
+ width: calc(var(--v-avatar-height) + 0px);
19352
19161
  }
19353
- .v-banner {
19354
- border-radius: 0;
19162
+ .v-avatar.v-avatar--density-comfortable {
19163
+ height: calc(var(--v-avatar-height) + -4px);
19164
+ width: calc(var(--v-avatar-height) + -4px);
19355
19165
  }
19356
- .v-banner {
19357
- background: rgb(var(--v-theme-surface));
19358
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19166
+ .v-avatar.v-avatar--density-compact {
19167
+ height: calc(var(--v-avatar-height) + -8px);
19168
+ width: calc(var(--v-avatar-height) + -8px);
19359
19169
  }
19360
- .v-banner--rounded {
19361
- border-radius: 4px;
19170
+ .v-avatar {
19171
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19172
+ border-style: solid;
19173
+ border-width: 0;
19362
19174
  }
19363
- .v-banner--stacked:not(.v-banner--one-line) {
19175
+ .v-avatar--border {
19176
+ border-width: thin;
19177
+ box-shadow: none;
19178
+ }
19179
+ .v-avatar {
19180
+ border-radius: 50%;
19181
+ }
19182
+ .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
19183
+ background: transparent;
19184
+ color: inherit;
19185
+ }
19186
+ .v-avatar--variant-plain {
19187
+ opacity: 0.62;
19188
+ }
19189
+ .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
19190
+ opacity: 1;
19191
+ }
19192
+ .v-avatar--variant-plain .v-avatar__overlay {
19193
+ display: none;
19194
+ }
19195
+ .v-avatar--variant-elevated, .v-avatar--variant-flat {
19196
+ background: var(--v-theme-surface);
19197
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19198
+ }
19199
+ .v-avatar--variant-elevated {
19200
+ 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));
19201
+ }
19202
+ .v-avatar--variant-flat {
19203
+ 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));
19204
+ }
19205
+ .v-avatar--variant-outlined {
19206
+ border: thin solid currentColor;
19207
+ }
19208
+ .v-avatar--variant-text .v-avatar__overlay {
19209
+ background: currentColor;
19210
+ }
19211
+ .v-avatar--variant-tonal .v-avatar__underlay {
19212
+ background: currentColor;
19213
+ opacity: var(--v-activated-opacity);
19214
+ border-radius: inherit;
19215
+ top: 0;
19216
+ right: 0;
19217
+ bottom: 0;
19218
+ left: 0;
19219
+ pointer-events: none;
19220
+ }
19221
+ .v-avatar .v-avatar__underlay {
19222
+ position: absolute;
19223
+ }
19224
+ .v-avatar--rounded {
19225
+ border-radius: 4px;
19226
+ }
19227
+ .v-avatar--start {
19228
+ margin-inline-end: 8px;
19229
+ }
19230
+ .v-avatar--end {
19231
+ margin-inline-start: 8px;
19232
+ }
19233
+ .v-avatar .v-img {
19234
+ height: 100%;
19235
+ width: 100%;
19236
+ }.v-banner {
19237
+ display: grid;
19238
+ flex: 1 1;
19239
+ font-size: 0.875rem;
19240
+ grid-template-areas: "prepend content actions";
19241
+ grid-template-columns: max-content auto max-content;
19242
+ grid-template-rows: max-content max-content;
19243
+ line-height: 1.6;
19244
+ overflow: hidden;
19245
+ padding-inline: 16px 8px;
19246
+ padding-top: 16px;
19247
+ padding-bottom: 16px;
19248
+ position: relative;
19249
+ width: 100%;
19250
+ }
19251
+ .v-banner {
19252
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19253
+ border-style: solid;
19254
+ border-width: 0 0 thin 0;
19255
+ }
19256
+ .v-banner--border {
19257
+ border-width: thin;
19258
+ box-shadow: none;
19259
+ }
19260
+ .v-banner {
19261
+ 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));
19262
+ }
19263
+ .v-banner--absolute {
19264
+ position: absolute;
19265
+ }
19266
+ .v-banner--fixed {
19267
+ position: fixed;
19268
+ }
19269
+ .v-banner--sticky {
19270
+ position: sticky;
19271
+ }
19272
+ .v-banner {
19273
+ border-radius: 0;
19274
+ }
19275
+ .v-banner {
19276
+ background: rgb(var(--v-theme-surface));
19277
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19278
+ }
19279
+ .v-banner--rounded {
19280
+ border-radius: 4px;
19281
+ }
19282
+ .v-banner--stacked:not(.v-banner--one-line) {
19364
19283
  grid-template-areas: "prepend content" ". actions";
19365
19284
  }
19366
19285
  .v-banner--stacked .v-banner-text {
@@ -19480,6 +19399,107 @@ html.overflow-y-hidden {
19480
19399
  }
19481
19400
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
19482
19401
  align-self: flex-start;
19402
+ }.v-autocomplete .v-field .v-text-field__prefix,
19403
+ .v-autocomplete .v-field .v-text-field__suffix,
19404
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
19405
+ cursor: text;
19406
+ }
19407
+ .v-autocomplete .v-field .v-field__input > input {
19408
+ flex: 1 1;
19409
+ }
19410
+ .v-autocomplete .v-field input {
19411
+ min-width: 64px;
19412
+ }
19413
+ .v-autocomplete .v-field:not(.v-field--focused) input {
19414
+ min-width: 0;
19415
+ }
19416
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
19417
+ margin-inline-end: 2px;
19418
+ }
19419
+ .v-autocomplete .v-autocomplete__selection-text {
19420
+ overflow: hidden;
19421
+ text-overflow: ellipsis;
19422
+ white-space: nowrap;
19423
+ }
19424
+
19425
+ .v-autocomplete__content {
19426
+ overflow: hidden;
19427
+ }
19428
+ .v-autocomplete__content {
19429
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19430
+ }
19431
+ .v-autocomplete__content {
19432
+ border-radius: 4px;
19433
+ }
19434
+ .v-autocomplete__mask {
19435
+ background: rgb(var(--v-theme-surface-light));
19436
+ }
19437
+ .v-autocomplete__selection {
19438
+ display: inline-flex;
19439
+ align-items: center;
19440
+ height: 1.5rem;
19441
+ letter-spacing: inherit;
19442
+ line-height: inherit;
19443
+ max-width: calc(100% - 2px - 2px);
19444
+ }
19445
+ .v-autocomplete__selection:first-child {
19446
+ margin-inline-start: 0;
19447
+ }
19448
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
19449
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
19450
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
19451
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
19452
+ top: 0px;
19453
+ }
19454
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
19455
+ opacity: var(--v-medium-emphasis-opacity);
19456
+ }
19457
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
19458
+ opacity: 1;
19459
+ }
19460
+ .v-autocomplete--selecting-index .v-field__input > input {
19461
+ caret-color: transparent;
19462
+ }
19463
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
19464
+ flex: 1 1;
19465
+ position: absolute;
19466
+ left: 0;
19467
+ right: 0;
19468
+ width: 100%;
19469
+ padding-inline: inherit;
19470
+ }
19471
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
19472
+ transition: none;
19473
+ }
19474
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
19475
+ opacity: 0;
19476
+ }
19477
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
19478
+ opacity: 0;
19479
+ }
19480
+ .v-autocomplete__menu-icon {
19481
+ margin-inline-start: 4px;
19482
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19483
+ }
19484
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
19485
+ opacity: var(--v-high-emphasis-opacity);
19486
+ transform: rotate(180deg);
19487
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19488
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19489
+ }
19490
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19491
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19492
+ }
19493
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19494
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19495
+ }
19496
+ @supports not selector(:focus-visible) {
19497
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19498
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19499
+ }
19500
+ }
19501
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
19502
+ opacity: 1;
19483
19503
  }.v-bottom-navigation {
19484
19504
  display: flex;
19485
19505
  max-width: 100%;
@@ -20058,6 +20078,11 @@ html.overflow-y-hidden {
20058
20078
  display: inline-block;
20059
20079
  padding: 0 8px;
20060
20080
  vertical-align: middle;
20081
+ }.v-checkbox.v-input {
20082
+ flex: 0 1 auto;
20083
+ }
20084
+ .v-checkbox .v-selection-control {
20085
+ min-height: var(--v-input-control-height);
20061
20086
  }.v-btn-group {
20062
20087
  display: inline-flex;
20063
20088
  flex-wrap: nowrap;
@@ -20122,22 +20147,6 @@ html.overflow-y-hidden {
20122
20147
  }
20123
20148
  .v-btn-group--tile {
20124
20149
  border-radius: 0;
20125
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
20126
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20127
- }
20128
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
20129
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20130
- }
20131
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
20132
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20133
- }
20134
- @supports not selector(:focus-visible) {
20135
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
20136
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20137
- }
20138
- }
20139
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
20140
- opacity: 1;
20141
20150
  }.v-carousel {
20142
20151
  overflow: hidden;
20143
20152
  position: relative;
@@ -20203,6 +20212,24 @@ html.overflow-y-hidden {
20203
20212
  flex-direction: column;
20204
20213
  height: 100% !important;
20205
20214
  width: 50px;
20215
+ }.v-chip-group {
20216
+ display: flex;
20217
+ max-width: 100%;
20218
+ min-width: 0;
20219
+ overflow-x: auto;
20220
+ padding: 4px 0;
20221
+ }
20222
+ .v-chip-group .v-chip {
20223
+ margin: 4px 8px 4px 0;
20224
+ }
20225
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20226
+ opacity: var(--v-activated-opacity);
20227
+ }
20228
+
20229
+ .v-chip-group--column .v-slide-group__content {
20230
+ white-space: normal;
20231
+ flex-wrap: wrap;
20232
+ max-width: 100%;
20206
20233
  }.v-card {
20207
20234
  display: block;
20208
20235
  overflow: hidden;
@@ -20929,11 +20956,6 @@ html.overflow-y-hidden {
20929
20956
 
20930
20957
  .v-chip--label {
20931
20958
  border-radius: 4px;
20932
- }.v-checkbox.v-input {
20933
- flex: 0 1 auto;
20934
- }
20935
- .v-checkbox .v-selection-control {
20936
- min-height: var(--v-input-control-height);
20937
20959
  }.v-color-picker {
20938
20960
  align-self: flex-start;
20939
20961
  contain: content;
@@ -20956,24 +20978,6 @@ html.overflow-y-hidden {
20956
20978
  }
20957
20979
  .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20958
20980
  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));
20959
- }.v-chip-group {
20960
- display: flex;
20961
- max-width: 100%;
20962
- min-width: 0;
20963
- overflow-x: auto;
20964
- padding: 4px 0;
20965
- }
20966
- .v-chip-group .v-chip {
20967
- margin: 4px 8px 4px 0;
20968
- }
20969
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20970
- opacity: var(--v-activated-opacity);
20971
- }
20972
-
20973
- .v-chip-group--column .v-slide-group__content {
20974
- white-space: normal;
20975
- flex-wrap: wrap;
20976
- max-width: 100%;
20977
20981
  }.v-container {
20978
20982
  width: 100%;
20979
20983
  padding: 16px;
@@ -21646,6 +21650,91 @@ html.overflow-y-hidden {
21646
21650
  .offset-xxl-11 {
21647
21651
  margin-inline-start: 91.6666666667%;
21648
21652
  }
21653
+ }.v-combobox .v-field .v-text-field__prefix,
21654
+ .v-combobox .v-field .v-text-field__suffix,
21655
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
21656
+ cursor: text;
21657
+ }
21658
+ .v-combobox .v-field .v-field__input > input {
21659
+ flex: 1 1;
21660
+ }
21661
+ .v-combobox .v-field input {
21662
+ min-width: 64px;
21663
+ }
21664
+ .v-combobox .v-field:not(.v-field--focused) input {
21665
+ min-width: 0;
21666
+ }
21667
+ .v-combobox .v-field--dirty .v-combobox__selection {
21668
+ margin-inline-end: 2px;
21669
+ }
21670
+ .v-combobox .v-combobox__selection-text {
21671
+ overflow: hidden;
21672
+ text-overflow: ellipsis;
21673
+ white-space: nowrap;
21674
+ }
21675
+
21676
+ .v-combobox__content {
21677
+ overflow: hidden;
21678
+ }
21679
+ .v-combobox__content {
21680
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21681
+ }
21682
+ .v-combobox__content {
21683
+ border-radius: 4px;
21684
+ }
21685
+ .v-combobox__mask {
21686
+ background: rgb(var(--v-theme-surface-light));
21687
+ }
21688
+ .v-combobox__selection {
21689
+ display: inline-flex;
21690
+ align-items: center;
21691
+ height: 1.5rem;
21692
+ letter-spacing: inherit;
21693
+ line-height: inherit;
21694
+ max-width: calc(100% - 2px - 2px);
21695
+ }
21696
+ .v-combobox__selection:first-child {
21697
+ margin-inline-start: 0;
21698
+ }
21699
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21700
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21701
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21702
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21703
+ top: 0px;
21704
+ }
21705
+ .v-combobox--selecting-index .v-combobox__selection {
21706
+ opacity: var(--v-medium-emphasis-opacity);
21707
+ }
21708
+ .v-combobox--selecting-index .v-combobox__selection--selected {
21709
+ opacity: 1;
21710
+ }
21711
+ .v-combobox--selecting-index .v-field__input > input {
21712
+ caret-color: transparent;
21713
+ }
21714
+ .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
21715
+ flex: 1 1;
21716
+ position: absolute;
21717
+ left: 0;
21718
+ right: 0;
21719
+ width: 100%;
21720
+ padding-inline: inherit;
21721
+ }
21722
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
21723
+ transition: none;
21724
+ }
21725
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
21726
+ opacity: 0;
21727
+ }
21728
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
21729
+ opacity: 0;
21730
+ }
21731
+ .v-combobox__menu-icon {
21732
+ margin-inline-start: 4px;
21733
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21734
+ }
21735
+ .v-combobox--active-menu .v-combobox__menu-icon {
21736
+ opacity: var(--v-high-emphasis-opacity);
21737
+ transform: rotate(180deg);
21649
21738
  }.v-counter {
21650
21739
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21651
21740
  flex: 0 1 auto;
@@ -21965,91 +22054,6 @@ html.overflow-y-hidden {
21965
22054
  -webkit-backface-visibility: hidden;
21966
22055
  backface-visibility: hidden;
21967
22056
  overflow-y: auto;
21968
- }.v-combobox .v-field .v-text-field__prefix,
21969
- .v-combobox .v-field .v-text-field__suffix,
21970
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
21971
- cursor: text;
21972
- }
21973
- .v-combobox .v-field .v-field__input > input {
21974
- flex: 1 1;
21975
- }
21976
- .v-combobox .v-field input {
21977
- min-width: 64px;
21978
- }
21979
- .v-combobox .v-field:not(.v-field--focused) input {
21980
- min-width: 0;
21981
- }
21982
- .v-combobox .v-field--dirty .v-combobox__selection {
21983
- margin-inline-end: 2px;
21984
- }
21985
- .v-combobox .v-combobox__selection-text {
21986
- overflow: hidden;
21987
- text-overflow: ellipsis;
21988
- white-space: nowrap;
21989
- }
21990
-
21991
- .v-combobox__content {
21992
- overflow: hidden;
21993
- }
21994
- .v-combobox__content {
21995
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21996
- }
21997
- .v-combobox__content {
21998
- border-radius: 4px;
21999
- }
22000
- .v-combobox__mask {
22001
- background: rgb(var(--v-theme-surface-light));
22002
- }
22003
- .v-combobox__selection {
22004
- display: inline-flex;
22005
- align-items: center;
22006
- height: 1.5rem;
22007
- letter-spacing: inherit;
22008
- line-height: inherit;
22009
- max-width: calc(100% - 2px - 2px);
22010
- }
22011
- .v-combobox__selection:first-child {
22012
- margin-inline-start: 0;
22013
- }
22014
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22015
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22016
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22017
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22018
- top: 0px;
22019
- }
22020
- .v-combobox--selecting-index .v-combobox__selection {
22021
- opacity: var(--v-medium-emphasis-opacity);
22022
- }
22023
- .v-combobox--selecting-index .v-combobox__selection--selected {
22024
- opacity: 1;
22025
- }
22026
- .v-combobox--selecting-index .v-field__input > input {
22027
- caret-color: transparent;
22028
- }
22029
- .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
22030
- flex: 1 1;
22031
- position: absolute;
22032
- left: 0;
22033
- right: 0;
22034
- width: 100%;
22035
- padding-inline: inherit;
22036
- }
22037
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
22038
- transition: none;
22039
- }
22040
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
22041
- opacity: 0;
22042
- }
22043
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
22044
- opacity: 0;
22045
- }
22046
- .v-combobox__menu-icon {
22047
- margin-inline-start: 4px;
22048
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22049
- }
22050
- .v-combobox--active-menu .v-combobox__menu-icon {
22051
- opacity: var(--v-high-emphasis-opacity);
22052
- transform: rotate(180deg);
22053
22057
  }.v-date-picker-header {
22054
22058
  align-items: flex-end;
22055
22059
  height: 70px;
@@ -22110,6 +22114,21 @@ html.overflow-y-hidden {
22110
22114
  .date-picker-header-reverse-transition-leave-to {
22111
22115
  opacity: 0;
22112
22116
  transform: translate(0, 100%);
22117
+ }.v-date-picker-years {
22118
+ height: 288px;
22119
+ overflow-y: scroll;
22120
+ }
22121
+
22122
+ .v-date-picker-years__content {
22123
+ display: grid;
22124
+ flex: 1 1;
22125
+ justify-content: space-around;
22126
+ grid-template-columns: repeat(3, 1fr);
22127
+ gap: 8px 24px;
22128
+ padding-inline: 32px;
22129
+ }
22130
+ .v-date-picker-years__content .v-btn {
22131
+ padding-inline: 8px;
22113
22132
  }.v-date-picker-controls {
22114
22133
  display: flex;
22115
22134
  align-items: center;
@@ -22166,6 +22185,25 @@ html.overflow-y-hidden {
22166
22185
 
22167
22186
  .v-date-picker__title {
22168
22187
  display: inline-block;
22188
+ }.v-date-picker-months {
22189
+ height: 288px;
22190
+ }
22191
+
22192
+ .v-date-picker-months__content {
22193
+ align-items: center;
22194
+ display: grid;
22195
+ flex: 1 1;
22196
+ height: inherit;
22197
+ justify-content: space-around;
22198
+ grid-template-columns: repeat(2, 1fr);
22199
+ grid-gap: 0px 24px;
22200
+ padding-inline-start: 36px;
22201
+ padding-inline-end: 36px;
22202
+ }
22203
+ .v-date-picker-months__content .v-btn {
22204
+ text-transform: none;
22205
+ padding-inline-start: 8px;
22206
+ padding-inline-end: 8px;
22169
22207
  }.v-date-picker {
22170
22208
  overflow: hidden;
22171
22209
  width: 328px;
@@ -22227,107 +22265,94 @@ html.overflow-y-hidden {
22227
22265
 
22228
22266
  .v-date-picker-month__day--hide-adjacent {
22229
22267
  opacity: 0;
22230
- }.v-date-picker-months {
22231
- height: 288px;
22232
- }
22233
-
22234
- .v-date-picker-months__content {
22235
- align-items: center;
22236
- display: grid;
22237
- flex: 1 1;
22238
- height: inherit;
22239
- justify-content: space-around;
22240
- grid-template-columns: repeat(2, 1fr);
22241
- grid-gap: 0px 24px;
22242
- padding-inline-start: 36px;
22243
- padding-inline-end: 36px;
22268
+ }.v-divider {
22269
+ display: block;
22270
+ flex: 1 1 100%;
22271
+ height: 0px;
22272
+ max-height: 0px;
22273
+ opacity: var(--v-border-opacity);
22274
+ transition: inherit;
22244
22275
  }
22245
- .v-date-picker-months__content .v-btn {
22246
- text-transform: none;
22247
- padding-inline-start: 8px;
22248
- padding-inline-end: 8px;
22249
- }.v-date-picker-years {
22250
- height: 288px;
22251
- overflow-y: scroll;
22276
+ .v-divider {
22277
+ border-style: solid;
22278
+ border-width: thin 0 0 0;
22252
22279
  }
22253
-
22254
- .v-date-picker-years__content {
22255
- display: grid;
22256
- flex: 1 1;
22257
- justify-content: space-around;
22258
- grid-template-columns: repeat(3, 1fr);
22259
- gap: 8px 24px;
22260
- padding-inline: 32px;
22280
+ .v-divider--vertical {
22281
+ align-self: stretch;
22282
+ border-width: 0 thin 0 0;
22283
+ display: inline-flex;
22284
+ height: auto;
22285
+ margin-left: -1px;
22286
+ max-height: 100%;
22287
+ max-width: 0px;
22288
+ vertical-align: text-bottom;
22289
+ width: 0px;
22261
22290
  }
22262
- .v-date-picker-years__content .v-btn {
22263
- padding-inline: 8px;
22264
- }.v-empty-state {
22265
- align-items: center;
22266
- display: flex;
22267
- flex-direction: column;
22268
- justify-content: center;
22269
- min-height: 100%;
22270
- padding: 16px;
22291
+ .v-divider--inset:not(.v-divider--vertical) {
22292
+ max-width: calc(100% - 72px);
22293
+ margin-inline-start: 72px;
22271
22294
  }
22272
- .v-empty-state--start {
22273
- align-items: flex-start;
22295
+ .v-divider--inset.v-divider--vertical {
22296
+ margin-bottom: 8px;
22297
+ margin-top: 8px;
22298
+ max-height: calc(100% - 16px);
22274
22299
  }
22275
- .v-empty-state--center {
22276
- align-items: center;
22300
+
22301
+ .v-divider__content {
22302
+ padding: 0 16px;
22303
+ text-wrap: nowrap;
22277
22304
  }
22278
- .v-empty-state--end {
22279
- align-items: flex-end;
22305
+ .v-divider__wrapper--vertical .v-divider__content {
22306
+ padding: 4px 0;
22280
22307
  }
22281
22308
 
22282
- .v-empty-state__media {
22283
- text-align: center;
22284
- width: 100%;
22309
+ .v-divider__wrapper {
22310
+ display: flex;
22311
+ align-items: center;
22312
+ justify-content: center;
22285
22313
  }
22286
- .v-empty-state__media .v-icon {
22287
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22314
+ .v-divider__wrapper--vertical {
22315
+ flex-direction: column;
22316
+ height: 100%;
22288
22317
  }
22289
-
22290
- .v-empty-state__headline {
22291
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22292
- font-size: 3.75rem;
22293
- font-weight: 300;
22294
- line-height: 1;
22295
- text-align: center;
22296
- margin-bottom: 8px;
22318
+ .v-divider__wrapper--vertical .v-divider {
22319
+ margin: 0 auto;
22320
+ }.v-footer {
22321
+ align-items: center;
22322
+ display: flex;
22323
+ flex: 1 1 auto;
22324
+ padding: 8px 16px;
22325
+ position: relative;
22326
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22327
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
22297
22328
  }
22298
- .v-empty-state--mobile .v-empty-state__headline {
22299
- font-size: 2.125rem;
22329
+ .v-footer {
22330
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22331
+ border-style: solid;
22332
+ border-width: 0;
22300
22333
  }
22301
-
22302
- .v-empty-state__title {
22303
- font-size: 1.25rem;
22304
- font-weight: 500;
22305
- line-height: 1.6;
22306
- margin-bottom: 4px;
22307
- text-align: center;
22334
+ .v-footer--border {
22335
+ border-width: thin;
22336
+ box-shadow: none;
22308
22337
  }
22309
-
22310
- .v-empty-state__text {
22311
- font-size: 0.875rem;
22312
- font-weight: 400;
22313
- line-height: 1.425;
22314
- padding: 0 16px;
22315
- text-align: center;
22338
+ .v-footer {
22339
+ 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));
22316
22340
  }
22317
-
22318
- .v-empty-state__content {
22319
- padding: 24px 0;
22341
+ .v-footer--absolute {
22342
+ position: absolute;
22320
22343
  }
22321
-
22322
- .v-empty-state__actions {
22323
- display: flex;
22324
- gap: 8px;
22325
- padding: 16px;
22344
+ .v-footer--fixed {
22345
+ position: fixed;
22326
22346
  }
22327
-
22328
- .v-empty-state__action-btn.v-btn {
22329
- background-color: initial;
22330
- color: initial;
22347
+ .v-footer {
22348
+ border-radius: 0;
22349
+ }
22350
+ .v-footer {
22351
+ background: rgb(var(--v-theme-surface));
22352
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22353
+ }
22354
+ .v-footer--rounded {
22355
+ border-radius: 4px;
22331
22356
  }.v-expansion-panel {
22332
22357
  background-color: rgb(var(--v-theme-surface));
22333
22358
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -22544,6 +22569,73 @@ html.overflow-y-hidden {
22544
22569
  }
22545
22570
  .v-expansion-panels--tile > .v-expansion-panel {
22546
22571
  border-radius: 0;
22572
+ }.v-empty-state {
22573
+ align-items: center;
22574
+ display: flex;
22575
+ flex-direction: column;
22576
+ justify-content: center;
22577
+ min-height: 100%;
22578
+ padding: 16px;
22579
+ }
22580
+ .v-empty-state--start {
22581
+ align-items: flex-start;
22582
+ }
22583
+ .v-empty-state--center {
22584
+ align-items: center;
22585
+ }
22586
+ .v-empty-state--end {
22587
+ align-items: flex-end;
22588
+ }
22589
+
22590
+ .v-empty-state__media {
22591
+ text-align: center;
22592
+ width: 100%;
22593
+ }
22594
+ .v-empty-state__media .v-icon {
22595
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22596
+ }
22597
+
22598
+ .v-empty-state__headline {
22599
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22600
+ font-size: 3.75rem;
22601
+ font-weight: 300;
22602
+ line-height: 1;
22603
+ text-align: center;
22604
+ margin-bottom: 8px;
22605
+ }
22606
+ .v-empty-state--mobile .v-empty-state__headline {
22607
+ font-size: 2.125rem;
22608
+ }
22609
+
22610
+ .v-empty-state__title {
22611
+ font-size: 1.25rem;
22612
+ font-weight: 500;
22613
+ line-height: 1.6;
22614
+ margin-bottom: 4px;
22615
+ text-align: center;
22616
+ }
22617
+
22618
+ .v-empty-state__text {
22619
+ font-size: 0.875rem;
22620
+ font-weight: 400;
22621
+ line-height: 1.425;
22622
+ padding: 0 16px;
22623
+ text-align: center;
22624
+ }
22625
+
22626
+ .v-empty-state__content {
22627
+ padding: 24px 0;
22628
+ }
22629
+
22630
+ .v-empty-state__actions {
22631
+ display: flex;
22632
+ gap: 8px;
22633
+ padding: 16px;
22634
+ }
22635
+
22636
+ .v-empty-state__action-btn.v-btn {
22637
+ background-color: initial;
22638
+ color: initial;
22547
22639
  }.v-fab {
22548
22640
  align-items: center;
22549
22641
  display: inline-flex;
@@ -22613,62 +22705,39 @@ html.overflow-y-hidden {
22613
22705
  }
22614
22706
  .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
22615
22707
  right: 0;
22616
- }.v-divider {
22617
- display: block;
22618
- flex: 1 1 100%;
22619
- height: 0px;
22620
- max-height: 0px;
22621
- opacity: var(--v-border-opacity);
22622
- transition: inherit;
22623
- }
22624
- .v-divider {
22625
- border-style: solid;
22626
- border-width: thin 0 0 0;
22627
- }
22628
- .v-divider--vertical {
22629
- align-self: stretch;
22630
- border-width: 0 thin 0 0;
22631
- display: inline-flex;
22632
- height: auto;
22633
- margin-left: -1px;
22634
- max-height: 100%;
22635
- max-width: 0px;
22636
- vertical-align: text-bottom;
22637
- width: 0px;
22638
- }
22639
- .v-divider--inset:not(.v-divider--vertical) {
22640
- max-width: calc(100% - 72px);
22641
- margin-inline-start: 72px;
22642
- }
22643
- .v-divider--inset.v-divider--vertical {
22644
- margin-bottom: 8px;
22645
- margin-top: 8px;
22646
- max-height: calc(100% - 16px);
22647
- }
22648
-
22649
- .v-divider__content {
22650
- padding: 0 16px;
22651
- text-wrap: nowrap;
22708
+ }.v-file-input--hide.v-input .v-field,
22709
+ .v-file-input--hide.v-input .v-input__control,
22710
+ .v-file-input--hide.v-input .v-input__details {
22711
+ display: none;
22652
22712
  }
22653
- .v-divider__wrapper--vertical .v-divider__content {
22654
- padding: 4px 0;
22713
+ .v-file-input--hide.v-input .v-input__prepend {
22714
+ grid-area: control;
22715
+ margin: 0 auto;
22655
22716
  }
22656
-
22657
- .v-divider__wrapper {
22658
- display: flex;
22659
- align-items: center;
22660
- justify-content: center;
22717
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22718
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22719
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22720
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22721
+ top: 0px;
22661
22722
  }
22662
- .v-divider__wrapper--vertical {
22663
- flex-direction: column;
22723
+ .v-file-input input[type=file] {
22664
22724
  height: 100%;
22725
+ left: 0;
22726
+ opacity: 0;
22727
+ position: absolute;
22728
+ top: 0;
22729
+ width: 100%;
22730
+ z-index: 1;
22665
22731
  }
22666
- .v-divider__wrapper--vertical .v-divider {
22667
- margin: 0 auto;
22668
- }/* region INPUT */
22669
- .v-field {
22670
- display: grid;
22671
- grid-template-areas: "prepend-inner field clear append-inner";
22732
+ .v-file-input .v-input__details {
22733
+ padding-inline: 16px;
22734
+ }
22735
+ .v-input--plain-underlined.v-file-input .v-input__details {
22736
+ padding-inline: 0;
22737
+ }/* region INPUT */
22738
+ .v-field {
22739
+ display: grid;
22740
+ grid-template-areas: "prepend-inner field clear append-inner";
22672
22741
  grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
22673
22742
  font-size: 16px;
22674
22743
  letter-spacing: 0.009375em;
@@ -23248,159 +23317,59 @@ textarea.v-field__input::placeholder {
23248
23317
  opacity: 0;
23249
23318
  }
23250
23319
 
23251
- /* endregion */.v-file-input--hide.v-input .v-field,
23252
- .v-file-input--hide.v-input .v-input__control,
23253
- .v-file-input--hide.v-input .v-input__details {
23254
- display: none;
23255
- }
23256
- .v-file-input--hide.v-input .v-input__prepend {
23257
- grid-area: control;
23258
- margin: 0 auto;
23259
- }
23260
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
23261
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
23262
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
23263
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
23264
- top: 0px;
23265
- }
23266
- .v-file-input input[type=file] {
23267
- height: 100%;
23268
- left: 0;
23269
- opacity: 0;
23270
- position: absolute;
23271
- top: 0;
23272
- width: 100%;
23273
- z-index: 1;
23274
- }
23275
- .v-file-input .v-input__details {
23276
- padding-inline: 16px;
23277
- }
23278
- .v-input--plain-underlined.v-file-input .v-input__details {
23279
- padding-inline: 0;
23280
- }.v-footer {
23320
+ /* endregion */.v-icon {
23321
+ --v-icon-size-multiplier: 1;
23281
23322
  align-items: center;
23282
- display: flex;
23283
- flex: 1 1 auto;
23284
- padding: 8px 16px;
23323
+ display: inline-flex;
23324
+ font-feature-settings: "liga";
23325
+ height: 1em;
23326
+ justify-content: center;
23327
+ letter-spacing: normal;
23328
+ line-height: 1;
23285
23329
  position: relative;
23286
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23287
- transition-property: height, width, transform, max-width, left, right, top, bottom;
23288
- }
23289
- .v-footer {
23290
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23291
- border-style: solid;
23292
- border-width: 0;
23293
- }
23294
- .v-footer--border {
23295
- border-width: thin;
23296
- box-shadow: none;
23297
- }
23298
- .v-footer {
23299
- 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));
23300
- }
23301
- .v-footer--absolute {
23302
- position: absolute;
23330
+ text-indent: 0;
23331
+ text-align: center;
23332
+ -webkit-user-select: none;
23333
+ user-select: none;
23334
+ vertical-align: middle;
23335
+ width: 1em;
23336
+ min-width: 1em;
23303
23337
  }
23304
- .v-footer--fixed {
23305
- position: fixed;
23338
+ .v-icon--clickable {
23339
+ cursor: pointer;
23306
23340
  }
23307
- .v-footer {
23308
- border-radius: 0;
23341
+ .v-icon--disabled {
23342
+ pointer-events: none;
23343
+ opacity: 0.38;
23309
23344
  }
23310
- .v-footer {
23311
- background: rgb(var(--v-theme-surface));
23312
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23345
+ .v-icon--size-x-small {
23346
+ font-size: calc(var(--v-icon-size-multiplier) * 1em);
23313
23347
  }
23314
- .v-footer--rounded {
23315
- border-radius: 4px;
23316
- }.v-img {
23317
- --v-theme-overlay-multiplier: 3;
23318
- z-index: 0;
23348
+ .v-icon--size-small {
23349
+ font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
23319
23350
  }
23320
- .v-img.v-img--absolute {
23321
- height: 100%;
23322
- left: 0;
23323
- overflow: hidden;
23324
- position: absolute;
23325
- top: 0;
23326
- width: 100%;
23327
- z-index: -1;
23351
+ .v-icon--size-default {
23352
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
23328
23353
  }
23329
- .v-img--booting .v-responsive__sizer {
23330
- transition: none;
23354
+ .v-icon--size-large {
23355
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
23331
23356
  }
23332
- .v-img--rounded {
23333
- border-radius: 4px;
23357
+ .v-icon--size-x-large {
23358
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
23334
23359
  }
23335
23360
 
23336
- .v-img__img,
23337
- .v-img__picture,
23338
- .v-img__gradient,
23339
- .v-img__placeholder,
23340
- .v-img__error {
23341
- z-index: -1;
23342
- }
23343
- .v-img__img,
23344
- .v-img__picture,
23345
- .v-img__gradient,
23346
- .v-img__placeholder,
23347
- .v-img__error {
23348
- position: absolute;
23349
- top: 0;
23350
- left: 0;
23361
+ .v-icon__svg {
23362
+ fill: currentColor;
23351
23363
  width: 100%;
23352
23364
  height: 100%;
23353
23365
  }
23354
23366
 
23355
- .v-img__img--preload {
23356
- filter: blur(4px);
23357
- }
23358
- .v-img__img--contain {
23359
- object-fit: contain;
23360
- }
23361
- .v-img__img--cover {
23362
- object-fit: cover;
23363
- }
23364
-
23365
- .v-img__gradient {
23366
- background-repeat: no-repeat;
23367
- }.v-infinite-scroll--horizontal {
23368
- display: flex;
23369
- flex-direction: row;
23370
- overflow-x: auto;
23371
- }
23372
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
23373
- height: 100%;
23374
- width: var(--v-infinite-margin-size, 1px);
23375
- }
23376
-
23377
- .v-infinite-scroll--vertical {
23378
- display: flex;
23379
- flex-direction: column;
23380
- overflow-y: auto;
23381
- }
23382
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
23383
- height: 1px;
23384
- width: 100%;
23385
- }
23386
-
23387
- .v-infinite-scroll-intersect {
23388
- pointer-events: none;
23389
- margin-top: var(--v-infinite-margin);
23390
- margin-bottom: calc(var(--v-infinite-margin) * -1);
23391
- }
23392
- .v-infinite-scroll-intersect:nth-child(2) {
23393
- --v-infinite-margin: var(--v-infinite-margin-size, 1px);
23394
- }
23395
- .v-infinite-scroll-intersect:nth-last-child(2) {
23396
- --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
23367
+ .v-icon--start {
23368
+ margin-inline-end: 8px;
23397
23369
  }
23398
23370
 
23399
- .v-infinite-scroll__side {
23400
- align-items: center;
23401
- display: flex;
23402
- justify-content: center;
23403
- padding: 8px;
23371
+ .v-icon--end {
23372
+ margin-inline-start: 8px;
23404
23373
  }.v-input {
23405
23374
  display: grid;
23406
23375
  flex: 1 1 auto;
@@ -23543,74 +23512,94 @@ textarea.v-field__input::placeholder {
23543
23512
 
23544
23513
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
23545
23514
  padding-top: calc(var(--v-input-padding-top) + 0px);
23546
- }.v-icon {
23547
- --v-icon-size-multiplier: 1;
23548
- align-items: center;
23549
- display: inline-flex;
23550
- font-feature-settings: "liga";
23551
- height: 1em;
23552
- justify-content: center;
23553
- letter-spacing: normal;
23554
- line-height: 1;
23555
- position: relative;
23556
- text-indent: 0;
23557
- text-align: center;
23558
- -webkit-user-select: none;
23559
- user-select: none;
23560
- vertical-align: middle;
23561
- width: 1em;
23562
- min-width: 1em;
23563
- }
23564
- .v-icon--clickable {
23565
- cursor: pointer;
23566
- }
23567
- .v-icon--disabled {
23568
- pointer-events: none;
23569
- opacity: 0.38;
23570
- }
23571
- .v-icon--size-x-small {
23572
- font-size: calc(var(--v-icon-size-multiplier) * 1em);
23573
- }
23574
- .v-icon--size-small {
23575
- font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
23576
- }
23577
- .v-icon--size-default {
23578
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
23579
- }
23580
- .v-icon--size-large {
23581
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
23515
+ }.v-infinite-scroll--horizontal {
23516
+ display: flex;
23517
+ flex-direction: row;
23518
+ overflow-x: auto;
23582
23519
  }
23583
- .v-icon--size-x-large {
23584
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
23520
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
23521
+ height: 100%;
23522
+ width: var(--v-infinite-margin-size, 1px);
23585
23523
  }
23586
23524
 
23587
- .v-icon__svg {
23588
- fill: currentColor;
23525
+ .v-infinite-scroll--vertical {
23526
+ display: flex;
23527
+ flex-direction: column;
23528
+ overflow-y: auto;
23529
+ }
23530
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
23531
+ height: 1px;
23589
23532
  width: 100%;
23590
- height: 100%;
23591
23533
  }
23592
23534
 
23593
- .v-icon--start {
23594
- margin-inline-end: 8px;
23535
+ .v-infinite-scroll-intersect {
23536
+ pointer-events: none;
23537
+ margin-top: var(--v-infinite-margin);
23538
+ margin-bottom: calc(var(--v-infinite-margin) * -1);
23595
23539
  }
23596
-
23597
- .v-icon--end {
23598
- margin-inline-start: 8px;
23599
- }.v-layout-item {
23600
- position: absolute;
23601
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23540
+ .v-infinite-scroll-intersect:nth-child(2) {
23541
+ --v-infinite-margin: var(--v-infinite-margin-size, 1px);
23542
+ }
23543
+ .v-infinite-scroll-intersect:nth-last-child(2) {
23544
+ --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
23602
23545
  }
23603
23546
 
23604
- .v-layout-item--absolute {
23605
- position: absolute;
23606
- }.v-layout {
23607
- --v-scrollbar-offset: 0px;
23547
+ .v-infinite-scroll__side {
23548
+ align-items: center;
23608
23549
  display: flex;
23609
- flex: 1 1 auto;
23550
+ justify-content: center;
23551
+ padding: 8px;
23552
+ }.v-img {
23553
+ --v-theme-overlay-multiplier: 3;
23554
+ z-index: 0;
23610
23555
  }
23611
- .v-layout--full-height {
23612
- --v-scrollbar-offset: inherit;
23556
+ .v-img.v-img--absolute {
23557
+ height: 100%;
23558
+ left: 0;
23559
+ overflow: hidden;
23560
+ position: absolute;
23561
+ top: 0;
23562
+ width: 100%;
23563
+ z-index: -1;
23564
+ }
23565
+ .v-img--booting .v-responsive__sizer {
23566
+ transition: none;
23567
+ }
23568
+ .v-img--rounded {
23569
+ border-radius: 4px;
23570
+ }
23571
+
23572
+ .v-img__img,
23573
+ .v-img__picture,
23574
+ .v-img__gradient,
23575
+ .v-img__placeholder,
23576
+ .v-img__error {
23577
+ z-index: -1;
23578
+ }
23579
+ .v-img__img,
23580
+ .v-img__picture,
23581
+ .v-img__gradient,
23582
+ .v-img__placeholder,
23583
+ .v-img__error {
23584
+ position: absolute;
23585
+ top: 0;
23586
+ left: 0;
23587
+ width: 100%;
23613
23588
  height: 100%;
23589
+ }
23590
+
23591
+ .v-img__img--preload {
23592
+ filter: blur(4px);
23593
+ }
23594
+ .v-img__img--contain {
23595
+ object-fit: contain;
23596
+ }
23597
+ .v-img__img--cover {
23598
+ object-fit: cover;
23599
+ }
23600
+
23601
+ .v-img__gradient {
23602
+ background-repeat: no-repeat;
23614
23603
  }.v-item-group {
23615
23604
  flex: 0 1 auto;
23616
23605
  max-width: 100%;
@@ -23631,115 +23620,23 @@ textarea.v-field__input::placeholder {
23631
23620
 
23632
23621
  .v-label--clickable {
23633
23622
  cursor: pointer;
23634
- }.v-list {
23635
- overflow: auto;
23636
- padding: 8px 0;
23637
- position: relative;
23638
- outline: none;
23639
- }
23640
- .v-list {
23641
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23642
- border-style: solid;
23643
- border-width: 0;
23644
- }
23645
- .v-list--border {
23646
- border-width: thin;
23647
- box-shadow: none;
23648
- }
23649
- .v-list {
23650
- 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));
23651
- }
23652
- .v-list {
23653
- border-radius: 0;
23654
- }
23655
- .v-list {
23656
- background: rgba(var(--v-theme-surface));
23657
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23658
- }
23659
- .v-list--disabled {
23660
- pointer-events: none;
23661
- -webkit-user-select: none;
23662
- user-select: none;
23663
- }
23664
- .v-list--nav {
23665
- padding-inline: 8px;
23666
- }
23667
- .v-list--rounded {
23668
- border-radius: 4px;
23669
- }
23670
- .v-list--subheader {
23671
- padding-top: 0;
23672
- }
23673
-
23674
- .v-list-img {
23675
- border-radius: inherit;
23623
+ }.v-layout {
23624
+ --v-scrollbar-offset: 0px;
23676
23625
  display: flex;
23626
+ flex: 1 1 auto;
23627
+ }
23628
+ .v-layout--full-height {
23629
+ --v-scrollbar-offset: inherit;
23677
23630
  height: 100%;
23678
- left: 0;
23679
- overflow: hidden;
23631
+ }.v-layout-item {
23680
23632
  position: absolute;
23681
- top: 0;
23682
- width: 100%;
23683
- z-index: -1;
23684
- }
23685
-
23686
- .v-list-subheader {
23687
- align-items: center;
23688
- background: inherit;
23689
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23690
- display: flex;
23691
- font-size: 0.875rem;
23692
- font-weight: 400;
23693
- line-height: 1.375rem;
23694
- padding-inline-end: 16px;
23695
- min-height: 40px;
23696
- transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
23697
- }
23698
- .v-list-subheader__text {
23699
- overflow: hidden;
23700
- text-overflow: ellipsis;
23701
- white-space: nowrap;
23702
- }
23703
- .v-list--density-default .v-list-subheader {
23704
- min-height: 40px;
23705
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
23706
- }
23707
-
23708
- .v-list--density-comfortable .v-list-subheader {
23709
- min-height: 36px;
23710
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
23711
- }
23712
-
23713
- .v-list--density-compact .v-list-subheader {
23714
- min-height: 32px;
23715
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
23716
- }
23717
-
23718
- .v-list-subheader--inset {
23719
- --indent-padding: 56px;
23720
- }
23721
- .v-list--nav .v-list-subheader {
23722
- font-size: 0.75rem;
23723
- }
23724
- .v-list-subheader--sticky {
23725
- background: inherit;
23726
- left: 0;
23727
- position: sticky;
23728
- top: 0;
23729
- z-index: 1;
23633
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23730
23634
  }
23731
23635
 
23732
- .v-list__overlay {
23733
- background-color: currentColor;
23734
- border-radius: inherit;
23735
- bottom: 0;
23736
- left: 0;
23737
- opacity: 0;
23738
- pointer-events: none;
23636
+ .v-layout-item--absolute {
23739
23637
  position: absolute;
23740
- right: 0;
23741
- top: 0;
23742
- transition: opacity 0.2s ease-in-out;
23638
+ }.v-locale-provider {
23639
+ display: contents;
23743
23640
  }.v-list-item {
23744
23641
  align-items: center;
23745
23642
  display: grid;
@@ -24207,129 +24104,180 @@ textarea.v-field__input::placeholder {
24207
24104
  }
24208
24105
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
24209
24106
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24210
- }.v-locale-provider {
24211
- display: contents;
24212
- }.v-menu > .v-overlay__content {
24213
- display: flex;
24214
- flex-direction: column;
24107
+ }.v-list {
24108
+ overflow: auto;
24109
+ padding: 8px 0;
24110
+ position: relative;
24111
+ outline: none;
24215
24112
  }
24216
- .v-menu > .v-overlay__content {
24217
- border-radius: 4px;
24113
+ .v-list {
24114
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24115
+ border-style: solid;
24116
+ border-width: 0;
24218
24117
  }
24219
- .v-menu > .v-overlay__content > .v-card,
24220
- .v-menu > .v-overlay__content > .v-sheet,
24221
- .v-menu > .v-overlay__content > .v-list {
24222
- background: rgb(var(--v-theme-surface));
24223
- border-radius: inherit;
24224
- overflow: auto;
24225
- height: 100%;
24118
+ .v-list--border {
24119
+ border-width: thin;
24120
+ box-shadow: none;
24226
24121
  }
24227
- .v-menu > .v-overlay__content > .v-card,
24228
- .v-menu > .v-overlay__content > .v-sheet,
24229
- .v-menu > .v-overlay__content > .v-list {
24230
- box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24231
- }.v-progress-circular {
24232
- align-items: center;
24233
- display: inline-flex;
24234
- justify-content: center;
24235
- position: relative;
24236
- vertical-align: middle;
24122
+ .v-list {
24123
+ 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));
24237
24124
  }
24238
- .v-progress-circular > svg {
24239
- width: 100%;
24125
+ .v-list {
24126
+ border-radius: 0;
24127
+ }
24128
+ .v-list {
24129
+ background: rgba(var(--v-theme-surface));
24130
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24131
+ }
24132
+ .v-list--disabled {
24133
+ pointer-events: none;
24134
+ -webkit-user-select: none;
24135
+ user-select: none;
24136
+ }
24137
+ .v-list--nav {
24138
+ padding-inline: 8px;
24139
+ }
24140
+ .v-list--rounded {
24141
+ border-radius: 4px;
24142
+ }
24143
+ .v-list--subheader {
24144
+ padding-top: 0;
24145
+ }
24146
+
24147
+ .v-list-img {
24148
+ border-radius: inherit;
24149
+ display: flex;
24240
24150
  height: 100%;
24241
- margin: auto;
24151
+ left: 0;
24152
+ overflow: hidden;
24242
24153
  position: absolute;
24243
24154
  top: 0;
24244
- bottom: 0;
24245
- left: 0;
24246
- right: 0;
24247
- z-index: 0;
24155
+ width: 100%;
24156
+ z-index: -1;
24248
24157
  }
24249
24158
 
24250
- .v-progress-circular__content {
24159
+ .v-list-subheader {
24251
24160
  align-items: center;
24161
+ background: inherit;
24162
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
24252
24163
  display: flex;
24253
- justify-content: center;
24164
+ font-size: 0.875rem;
24165
+ font-weight: 400;
24166
+ line-height: 1.375rem;
24167
+ padding-inline-end: 16px;
24168
+ min-height: 40px;
24169
+ transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
24254
24170
  }
24255
-
24256
- .v-progress-circular__underlay {
24257
- color: rgba(var(--v-border-color), var(--v-border-opacity));
24258
- stroke: currentColor;
24259
- z-index: 1;
24171
+ .v-list-subheader__text {
24172
+ overflow: hidden;
24173
+ text-overflow: ellipsis;
24174
+ white-space: nowrap;
24260
24175
  }
24261
-
24262
- .v-progress-circular__overlay {
24263
- stroke: currentColor;
24264
- transition: all 0.2s ease-in-out, stroke-width 0s;
24265
- z-index: 2;
24176
+ .v-list--density-default .v-list-subheader {
24177
+ min-height: 40px;
24178
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
24266
24179
  }
24267
24180
 
24268
- .v-progress-circular--size-x-small {
24269
- height: 16px;
24270
- width: 16px;
24181
+ .v-list--density-comfortable .v-list-subheader {
24182
+ min-height: 36px;
24183
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
24271
24184
  }
24272
- .v-progress-circular--size-small {
24273
- height: 24px;
24274
- width: 24px;
24185
+
24186
+ .v-list--density-compact .v-list-subheader {
24187
+ min-height: 32px;
24188
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
24275
24189
  }
24276
- .v-progress-circular--size-default {
24277
- height: 32px;
24278
- width: 32px;
24190
+
24191
+ .v-list-subheader--inset {
24192
+ --indent-padding: 56px;
24279
24193
  }
24280
- .v-progress-circular--size-large {
24281
- height: 48px;
24282
- width: 48px;
24194
+ .v-list--nav .v-list-subheader {
24195
+ font-size: 0.75rem;
24283
24196
  }
24284
- .v-progress-circular--size-x-large {
24285
- height: 64px;
24286
- width: 64px;
24197
+ .v-list-subheader--sticky {
24198
+ background: inherit;
24199
+ left: 0;
24200
+ position: sticky;
24201
+ top: 0;
24202
+ z-index: 1;
24287
24203
  }
24288
24204
 
24289
- .v-progress-circular--indeterminate > svg {
24290
- animation: progress-circular-rotate 1.4s linear infinite;
24291
- transform-origin: center center;
24292
- transition: all 0.2s ease-in-out;
24205
+ .v-list__overlay {
24206
+ background-color: currentColor;
24207
+ border-radius: inherit;
24208
+ bottom: 0;
24209
+ left: 0;
24210
+ opacity: 0;
24211
+ pointer-events: none;
24212
+ position: absolute;
24213
+ right: 0;
24214
+ top: 0;
24215
+ transition: opacity 0.2s ease-in-out;
24216
+ }.v-messages {
24217
+ flex: 1 1 auto;
24218
+ font-size: 12px;
24219
+ min-height: 14px;
24220
+ min-width: 1px;
24221
+ opacity: var(--v-medium-emphasis-opacity);
24222
+ position: relative;
24293
24223
  }
24294
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
24295
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
24296
- stroke-dasharray: 25, 200;
24297
- stroke-dashoffset: 0;
24298
- stroke-linecap: round;
24299
- transform-origin: center center;
24300
- transform: rotate(-90deg);
24224
+ .v-messages__message {
24225
+ line-height: 12px;
24226
+ word-break: break-word;
24227
+ overflow-wrap: break-word;
24228
+ word-wrap: break-word;
24229
+ -webkit-hyphens: auto;
24230
+ hyphens: auto;
24231
+ transition-duration: 150ms;
24232
+ }.v-main {
24233
+ flex: 1 0 auto;
24234
+ max-width: 100%;
24235
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24236
+ padding-left: var(--v-layout-left);
24237
+ padding-right: var(--v-layout-right);
24238
+ padding-top: var(--v-layout-top);
24239
+ padding-bottom: var(--v-layout-bottom);
24301
24240
  }
24302
-
24303
- .v-progress-circular--disable-shrink > svg {
24304
- animation-duration: 0.7s;
24241
+ .v-main__scroller {
24242
+ max-width: 100%;
24243
+ position: relative;
24305
24244
  }
24306
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
24307
- animation: none;
24245
+ .v-main--scrollable {
24246
+ display: flex;
24308
24247
  }
24309
-
24310
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
24311
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
24312
- animation-play-state: paused !important;
24248
+ .v-main--scrollable {
24249
+ position: absolute;
24250
+ top: 0;
24251
+ left: 0;
24252
+ width: 100%;
24253
+ height: 100%;
24313
24254
  }
24314
-
24315
- @keyframes progress-circular-dash {
24316
- 0% {
24317
- stroke-dasharray: 1, 200;
24318
- stroke-dashoffset: 0px;
24319
- }
24320
- 50% {
24321
- stroke-dasharray: 100, 200;
24322
- stroke-dashoffset: -15px;
24323
- }
24324
- 100% {
24325
- stroke-dasharray: 100, 200;
24326
- stroke-dashoffset: -124px;
24327
- }
24255
+ .v-main--scrollable > .v-main__scroller {
24256
+ flex: 1 1 auto;
24257
+ overflow-y: auto;
24258
+ --v-layout-left: 0px;
24259
+ --v-layout-right: 0px;
24260
+ --v-layout-top: 0px;
24261
+ --v-layout-bottom: 0px;
24262
+ }.v-menu > .v-overlay__content {
24263
+ display: flex;
24264
+ flex-direction: column;
24328
24265
  }
24329
- @keyframes progress-circular-rotate {
24330
- 100% {
24331
- transform: rotate(270deg);
24332
- }
24266
+ .v-menu > .v-overlay__content {
24267
+ border-radius: 4px;
24268
+ }
24269
+ .v-menu > .v-overlay__content > .v-card,
24270
+ .v-menu > .v-overlay__content > .v-sheet,
24271
+ .v-menu > .v-overlay__content > .v-list {
24272
+ background: rgb(var(--v-theme-surface));
24273
+ border-radius: inherit;
24274
+ overflow: auto;
24275
+ height: 100%;
24276
+ }
24277
+ .v-menu > .v-overlay__content > .v-card,
24278
+ .v-menu > .v-overlay__content > .v-sheet,
24279
+ .v-menu > .v-overlay__content > .v-list {
24280
+ box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24333
24281
  }.v-navigation-drawer {
24334
24282
  -webkit-overflow-scrolling: touch;
24335
24283
  background: rgb(var(--v-theme-surface));
@@ -24438,36 +24386,64 @@ textarea.v-field__input::placeholder {
24438
24386
  .v-navigation-drawer__append {
24439
24387
  flex: none;
24440
24388
  overflow: hidden;
24441
- }.v-main {
24442
- flex: 1 0 auto;
24443
- max-width: 100%;
24444
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24445
- padding-left: var(--v-layout-left);
24446
- padding-right: var(--v-layout-right);
24447
- padding-top: var(--v-layout-top);
24448
- padding-bottom: var(--v-layout-bottom);
24449
- }
24450
- .v-main__scroller {
24451
- max-width: 100%;
24389
+ }.v-otp-input {
24390
+ align-items: center;
24391
+ display: flex;
24392
+ justify-content: center;
24393
+ padding: 0.5rem 0;
24452
24394
  position: relative;
24453
24395
  }
24454
- .v-main--scrollable {
24396
+ .v-otp-input {
24397
+ border-radius: 4px;
24398
+ }
24399
+ .v-otp-input .v-field {
24400
+ height: 100%;
24401
+ }
24402
+
24403
+ .v-otp-input__divider {
24404
+ margin: 0 8px;
24405
+ }
24406
+
24407
+ .v-otp-input__content {
24408
+ align-items: center;
24455
24409
  display: flex;
24410
+ gap: 0.5rem;
24411
+ height: 64px;
24412
+ padding: 0.5rem;
24413
+ justify-content: center;
24414
+ max-width: 320px;
24415
+ position: relative;
24416
+ border-radius: inherit;
24456
24417
  }
24457
- .v-main--scrollable {
24458
- position: absolute;
24459
- top: 0;
24460
- left: 0;
24418
+ .v-otp-input--divided .v-otp-input__content {
24419
+ max-width: 360px;
24420
+ }
24421
+
24422
+ .v-otp-input__field {
24423
+ color: inherit;
24424
+ font-size: 1.25rem;
24425
+ height: 100%;
24426
+ outline: none;
24427
+ text-align: center;
24461
24428
  width: 100%;
24429
+ }
24430
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
24431
+ -webkit-appearance: none;
24432
+ margin: 0;
24433
+ }
24434
+ .v-otp-input__field[type=number] {
24435
+ -moz-appearance: textfield;
24436
+ }
24437
+
24438
+ .v-otp-input__loader {
24439
+ align-items: center;
24440
+ display: flex;
24462
24441
  height: 100%;
24442
+ justify-content: center;
24443
+ width: 100%;
24463
24444
  }
24464
- .v-main--scrollable > .v-main__scroller {
24465
- flex: 1 1 auto;
24466
- overflow-y: auto;
24467
- --v-layout-left: 0px;
24468
- --v-layout-right: 0px;
24469
- --v-layout-top: 0px;
24470
- --v-layout-bottom: 0px;
24445
+ .v-otp-input__loader .v-progress-linear {
24446
+ position: absolute;
24471
24447
  }.v-overlay-container {
24472
24448
  contain: layout;
24473
24449
  left: 0;
@@ -24531,22 +24507,12 @@ html.v-overlay-scroll-blocked {
24531
24507
 
24532
24508
  .v-overlay--scroll-blocked {
24533
24509
  padding-inline-end: var(--v-scrollbar-offset);
24534
- }.v-messages {
24535
- flex: 1 1 auto;
24536
- font-size: 12px;
24537
- min-height: 14px;
24538
- min-width: 1px;
24539
- opacity: var(--v-medium-emphasis-opacity);
24510
+ }.v-parallax {
24540
24511
  position: relative;
24512
+ overflow: hidden;
24541
24513
  }
24542
- .v-messages__message {
24543
- line-height: 12px;
24544
- word-break: break-word;
24545
- overflow-wrap: break-word;
24546
- word-wrap: break-word;
24547
- -webkit-hyphens: auto;
24548
- hyphens: auto;
24549
- transition-duration: 150ms;
24514
+ .v-parallax--active > .v-img__img {
24515
+ will-change: transform;
24550
24516
  }.v-pagination__list {
24551
24517
  display: inline-flex;
24552
24518
  list-style-type: none;
@@ -24555,76 +24521,12 @@ html.v-overlay-scroll-blocked {
24555
24521
  }
24556
24522
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
24557
24523
  margin: 0.3rem;
24558
- }.v-parallax {
24559
- position: relative;
24524
+ }.v-progress-linear {
24525
+ background: transparent;
24560
24526
  overflow: hidden;
24561
- }
24562
- .v-parallax--active > .v-img__img {
24563
- will-change: transform;
24564
- }.v-otp-input {
24565
- align-items: center;
24566
- display: flex;
24567
- justify-content: center;
24568
- padding: 0.5rem 0;
24569
- position: relative;
24570
- }
24571
- .v-otp-input {
24572
- border-radius: 4px;
24573
- }
24574
- .v-otp-input .v-field {
24575
- height: 100%;
24576
- }
24577
-
24578
- .v-otp-input__divider {
24579
- margin: 0 8px;
24580
- }
24581
-
24582
- .v-otp-input__content {
24583
- align-items: center;
24584
- display: flex;
24585
- gap: 0.5rem;
24586
- height: 64px;
24587
- padding: 0.5rem;
24588
- justify-content: center;
24589
- max-width: 320px;
24590
- position: relative;
24591
- border-radius: inherit;
24592
- }
24593
- .v-otp-input--divided .v-otp-input__content {
24594
- max-width: 360px;
24595
- }
24596
-
24597
- .v-otp-input__field {
24598
- color: inherit;
24599
- font-size: 1.25rem;
24600
- height: 100%;
24601
- outline: none;
24602
- text-align: center;
24603
- width: 100%;
24604
- }
24605
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
24606
- -webkit-appearance: none;
24607
- margin: 0;
24608
- }
24609
- .v-otp-input__field[type=number] {
24610
- -moz-appearance: textfield;
24611
- }
24612
-
24613
- .v-otp-input__loader {
24614
- align-items: center;
24615
- display: flex;
24616
- height: 100%;
24617
- justify-content: center;
24618
- width: 100%;
24619
- }
24620
- .v-otp-input__loader .v-progress-linear {
24621
- position: absolute;
24622
- }.v-progress-linear {
24623
- background: transparent;
24624
- overflow: hidden;
24625
- position: relative;
24626
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24627
- width: 100%;
24527
+ position: relative;
24528
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24529
+ width: 100%;
24628
24530
  }
24629
24531
  .v-progress-linear--rounded {
24630
24532
  border-radius: 9999px;
@@ -24847,75 +24749,6 @@ html.v-overlay-scroll-blocked {
24847
24749
  0% {
24848
24750
  background-position-x: var(--v-progress-linear-height);
24849
24751
  }
24850
- }.v-slider .v-slider__container input {
24851
- cursor: default;
24852
- padding: 0;
24853
- width: 100%;
24854
- display: none;
24855
- }
24856
- .v-slider > .v-input__append,
24857
- .v-slider > .v-input__prepend {
24858
- padding: 0;
24859
- }
24860
-
24861
- .v-slider__container {
24862
- position: relative;
24863
- min-height: inherit;
24864
- width: 100%;
24865
- height: 100%;
24866
- display: flex;
24867
- justify-content: center;
24868
- align-items: center;
24869
- cursor: pointer;
24870
- }
24871
- .v-input--disabled .v-slider__container {
24872
- opacity: var(--v-disabled-opacity);
24873
- }
24874
- .v-input--error:not(.v-input--disabled) .v-slider__container {
24875
- color: rgb(var(--v-theme-error));
24876
- }
24877
-
24878
- .v-slider.v-input--horizontal {
24879
- align-items: center;
24880
- margin-inline: 8px 8px;
24881
- }
24882
- .v-slider.v-input--horizontal > .v-input__control {
24883
- min-height: 32px;
24884
- display: flex;
24885
- align-items: center;
24886
- }
24887
-
24888
- .v-slider.v-input--vertical {
24889
- justify-content: center;
24890
- margin-top: 12px;
24891
- margin-bottom: 12px;
24892
- }
24893
- .v-slider.v-input--vertical > .v-input__control {
24894
- min-height: 300px;
24895
- }
24896
-
24897
- .v-slider.v-input--disabled {
24898
- pointer-events: none;
24899
- }
24900
-
24901
- .v-slider--has-labels > .v-input__control {
24902
- margin-bottom: 4px;
24903
- }
24904
-
24905
- .v-slider__label {
24906
- margin-inline-end: 12px;
24907
- }.v-radio-group > .v-input__control {
24908
- flex-direction: column;
24909
- }
24910
- .v-radio-group > .v-input__control > .v-label {
24911
- margin-inline-start: 16px;
24912
- }
24913
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24914
- padding-inline-start: 6px;
24915
- margin-top: 8px;
24916
- }
24917
- .v-radio-group .v-input__details {
24918
- padding-inline: 16px;
24919
24752
  }.v-rating {
24920
24753
  max-width: 100%;
24921
24754
  display: inline-flex;
@@ -24969,86 +24802,257 @@ html.v-overlay-scroll-blocked {
24969
24802
  opacity: 0;
24970
24803
  position: absolute;
24971
24804
  width: 0;
24972
- }.v-responsive {
24973
- display: flex;
24974
- flex: 1 0 auto;
24975
- max-height: 100%;
24976
- max-width: 100%;
24977
- overflow: hidden;
24805
+ }.v-progress-circular {
24806
+ align-items: center;
24807
+ display: inline-flex;
24808
+ justify-content: center;
24978
24809
  position: relative;
24810
+ vertical-align: middle;
24979
24811
  }
24980
- .v-responsive--inline {
24981
- display: inline-flex;
24982
- flex: 0 0 auto;
24812
+ .v-progress-circular > svg {
24813
+ width: 100%;
24814
+ height: 100%;
24815
+ margin: auto;
24816
+ position: absolute;
24817
+ top: 0;
24818
+ bottom: 0;
24819
+ left: 0;
24820
+ right: 0;
24821
+ z-index: 0;
24983
24822
  }
24984
24823
 
24985
- .v-responsive__content {
24986
- flex: 1 0 0px;
24987
- max-width: 100%;
24824
+ .v-progress-circular__content {
24825
+ align-items: center;
24826
+ display: flex;
24827
+ justify-content: center;
24988
24828
  }
24989
24829
 
24990
- .v-responsive__sizer ~ .v-responsive__content {
24991
- margin-inline-start: -100%;
24830
+ .v-progress-circular__underlay {
24831
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
24832
+ stroke: currentColor;
24833
+ z-index: 1;
24992
24834
  }
24993
24835
 
24994
- .v-responsive__sizer {
24995
- flex: 1 0 0px;
24996
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24997
- pointer-events: none;
24998
- }.v-selection-control {
24999
- align-items: center;
25000
- contain: layout;
25001
- display: flex;
25002
- flex: 1 0;
25003
- grid-area: control;
25004
- position: relative;
25005
- -webkit-user-select: none;
25006
- user-select: none;
24836
+ .v-progress-circular__overlay {
24837
+ stroke: currentColor;
24838
+ transition: all 0.2s ease-in-out, stroke-width 0s;
24839
+ z-index: 2;
25007
24840
  }
25008
- .v-selection-control .v-label {
25009
- white-space: normal;
25010
- word-break: break-word;
25011
- height: 100%;
24841
+
24842
+ .v-progress-circular--size-x-small {
24843
+ height: 16px;
24844
+ width: 16px;
25012
24845
  }
25013
- .v-selection-control--disabled {
25014
- opacity: var(--v-disabled-opacity);
25015
- pointer-events: none;
24846
+ .v-progress-circular--size-small {
24847
+ height: 24px;
24848
+ width: 24px;
25016
24849
  }
25017
- .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
25018
- opacity: 1;
24850
+ .v-progress-circular--size-default {
24851
+ height: 32px;
24852
+ width: 32px;
25019
24853
  }
25020
- .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
25021
- color: rgb(var(--v-theme-error));
24854
+ .v-progress-circular--size-large {
24855
+ height: 48px;
24856
+ width: 48px;
25022
24857
  }
25023
- .v-selection-control--inline {
25024
- display: inline-flex;
25025
- flex: 0 0 auto;
25026
- min-width: 0;
25027
- max-width: 100%;
24858
+ .v-progress-circular--size-x-large {
24859
+ height: 64px;
24860
+ width: 64px;
25028
24861
  }
25029
- .v-selection-control--inline .v-label {
25030
- width: auto;
24862
+
24863
+ .v-progress-circular--indeterminate > svg {
24864
+ animation: progress-circular-rotate 1.4s linear infinite;
24865
+ transform-origin: center center;
24866
+ transition: all 0.2s ease-in-out;
25031
24867
  }
25032
- .v-selection-control--density-default {
25033
- --v-selection-control-size: 40px;
24868
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
24869
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
24870
+ stroke-dasharray: 25, 200;
24871
+ stroke-dashoffset: 0;
24872
+ stroke-linecap: round;
24873
+ transform-origin: center center;
24874
+ transform: rotate(-90deg);
25034
24875
  }
25035
24876
 
25036
- .v-selection-control--density-comfortable {
25037
- --v-selection-control-size: 36px;
24877
+ .v-progress-circular--disable-shrink > svg {
24878
+ animation-duration: 0.7s;
25038
24879
  }
25039
-
25040
- .v-selection-control--density-compact {
25041
- --v-selection-control-size: 28px;
24880
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
24881
+ animation: none;
25042
24882
  }
25043
24883
 
25044
- .v-selection-control__wrapper {
25045
- width: var(--v-selection-control-size);
25046
- height: var(--v-selection-control-size);
25047
- display: inline-flex;
25048
- align-items: center;
25049
- position: relative;
25050
- justify-content: center;
25051
- flex: none;
24884
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
24885
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
24886
+ animation-play-state: paused !important;
24887
+ }
24888
+
24889
+ @keyframes progress-circular-dash {
24890
+ 0% {
24891
+ stroke-dasharray: 1, 200;
24892
+ stroke-dashoffset: 0px;
24893
+ }
24894
+ 50% {
24895
+ stroke-dasharray: 100, 200;
24896
+ stroke-dashoffset: -15px;
24897
+ }
24898
+ 100% {
24899
+ stroke-dasharray: 100, 200;
24900
+ stroke-dashoffset: -124px;
24901
+ }
24902
+ }
24903
+ @keyframes progress-circular-rotate {
24904
+ 100% {
24905
+ transform: rotate(270deg);
24906
+ }
24907
+ }.v-slider .v-slider__container input {
24908
+ cursor: default;
24909
+ padding: 0;
24910
+ width: 100%;
24911
+ display: none;
24912
+ }
24913
+ .v-slider > .v-input__append,
24914
+ .v-slider > .v-input__prepend {
24915
+ padding: 0;
24916
+ }
24917
+
24918
+ .v-slider__container {
24919
+ position: relative;
24920
+ min-height: inherit;
24921
+ width: 100%;
24922
+ height: 100%;
24923
+ display: flex;
24924
+ justify-content: center;
24925
+ align-items: center;
24926
+ cursor: pointer;
24927
+ }
24928
+ .v-input--disabled .v-slider__container {
24929
+ opacity: var(--v-disabled-opacity);
24930
+ }
24931
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
24932
+ color: rgb(var(--v-theme-error));
24933
+ }
24934
+
24935
+ .v-slider.v-input--horizontal {
24936
+ align-items: center;
24937
+ margin-inline: 8px 8px;
24938
+ }
24939
+ .v-slider.v-input--horizontal > .v-input__control {
24940
+ min-height: 32px;
24941
+ display: flex;
24942
+ align-items: center;
24943
+ }
24944
+
24945
+ .v-slider.v-input--vertical {
24946
+ justify-content: center;
24947
+ margin-top: 12px;
24948
+ margin-bottom: 12px;
24949
+ }
24950
+ .v-slider.v-input--vertical > .v-input__control {
24951
+ min-height: 300px;
24952
+ }
24953
+
24954
+ .v-slider.v-input--disabled {
24955
+ pointer-events: none;
24956
+ }
24957
+
24958
+ .v-slider--has-labels > .v-input__control {
24959
+ margin-bottom: 4px;
24960
+ }
24961
+
24962
+ .v-slider__label {
24963
+ margin-inline-end: 12px;
24964
+ }.v-responsive {
24965
+ display: flex;
24966
+ flex: 1 0 auto;
24967
+ max-height: 100%;
24968
+ max-width: 100%;
24969
+ overflow: hidden;
24970
+ position: relative;
24971
+ }
24972
+ .v-responsive--inline {
24973
+ display: inline-flex;
24974
+ flex: 0 0 auto;
24975
+ }
24976
+
24977
+ .v-responsive__content {
24978
+ flex: 1 0 0px;
24979
+ max-width: 100%;
24980
+ }
24981
+
24982
+ .v-responsive__sizer ~ .v-responsive__content {
24983
+ margin-inline-start: -100%;
24984
+ }
24985
+
24986
+ .v-responsive__sizer {
24987
+ flex: 1 0 0px;
24988
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24989
+ pointer-events: none;
24990
+ }.v-radio-group > .v-input__control {
24991
+ flex-direction: column;
24992
+ }
24993
+ .v-radio-group > .v-input__control > .v-label {
24994
+ margin-inline-start: 16px;
24995
+ }
24996
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24997
+ padding-inline-start: 6px;
24998
+ margin-top: 8px;
24999
+ }
25000
+ .v-radio-group .v-input__details {
25001
+ padding-inline: 16px;
25002
+ }.v-selection-control {
25003
+ align-items: center;
25004
+ contain: layout;
25005
+ display: flex;
25006
+ flex: 1 0;
25007
+ grid-area: control;
25008
+ position: relative;
25009
+ -webkit-user-select: none;
25010
+ user-select: none;
25011
+ }
25012
+ .v-selection-control .v-label {
25013
+ white-space: normal;
25014
+ word-break: break-word;
25015
+ height: 100%;
25016
+ }
25017
+ .v-selection-control--disabled {
25018
+ opacity: var(--v-disabled-opacity);
25019
+ pointer-events: none;
25020
+ }
25021
+ .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
25022
+ opacity: 1;
25023
+ }
25024
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
25025
+ color: rgb(var(--v-theme-error));
25026
+ }
25027
+ .v-selection-control--inline {
25028
+ display: inline-flex;
25029
+ flex: 0 0 auto;
25030
+ min-width: 0;
25031
+ max-width: 100%;
25032
+ }
25033
+ .v-selection-control--inline .v-label {
25034
+ width: auto;
25035
+ }
25036
+ .v-selection-control--density-default {
25037
+ --v-selection-control-size: 40px;
25038
+ }
25039
+
25040
+ .v-selection-control--density-comfortable {
25041
+ --v-selection-control-size: 36px;
25042
+ }
25043
+
25044
+ .v-selection-control--density-compact {
25045
+ --v-selection-control-size: 28px;
25046
+ }
25047
+
25048
+ .v-selection-control__wrapper {
25049
+ width: var(--v-selection-control-size);
25050
+ height: var(--v-selection-control-size);
25051
+ display: inline-flex;
25052
+ align-items: center;
25053
+ position: relative;
25054
+ justify-content: center;
25055
+ flex: none;
25052
25056
  }
25053
25057
 
25054
25058
  .v-selection-control__input {
@@ -25098,14 +25102,6 @@ html.v-overlay-scroll-blocked {
25098
25102
  }
25099
25103
  .v-selection-control--focus-visible .v-selection-control__input::before {
25100
25104
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25101
- }.v-selection-control-group {
25102
- grid-area: control;
25103
- display: flex;
25104
- flex-direction: column;
25105
- }
25106
- .v-selection-control-group--inline {
25107
- flex-direction: row;
25108
- flex-wrap: wrap;
25109
25105
  }.v-select .v-field .v-text-field__prefix,
25110
25106
  .v-select .v-field .v-text-field__suffix,
25111
25107
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -25158,48 +25154,232 @@ html.v-overlay-scroll-blocked {
25158
25154
  .v-select--active-menu .v-select__menu-icon {
25159
25155
  opacity: var(--v-high-emphasis-opacity);
25160
25156
  transform: rotate(180deg);
25161
- }.v-skeleton-loader {
25162
- align-items: center;
25163
- background: rgb(var(--v-theme-surface));
25164
- border-radius: 4px;
25157
+ }.v-selection-control-group {
25158
+ grid-area: control;
25165
25159
  display: flex;
25160
+ flex-direction: column;
25161
+ }
25162
+ .v-selection-control-group--inline {
25163
+ flex-direction: row;
25166
25164
  flex-wrap: wrap;
25165
+ }.v-sheet {
25166
+ display: block;
25167
+ }
25168
+ .v-sheet {
25169
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25170
+ border-style: solid;
25171
+ border-width: 0;
25172
+ }
25173
+ .v-sheet--border {
25174
+ border-width: thin;
25175
+ box-shadow: none;
25176
+ }
25177
+ .v-sheet {
25178
+ 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));
25179
+ }
25180
+ .v-sheet--absolute {
25181
+ position: absolute;
25182
+ }
25183
+ .v-sheet--fixed {
25184
+ position: fixed;
25185
+ }
25186
+ .v-sheet--relative {
25167
25187
  position: relative;
25168
- vertical-align: top;
25169
25188
  }
25170
- .v-skeleton-loader__actions {
25171
- justify-content: end;
25189
+ .v-sheet--sticky {
25190
+ position: sticky;
25172
25191
  }
25173
- .v-skeleton-loader .v-skeleton-loader__ossein {
25174
- height: 100%;
25192
+ .v-sheet {
25193
+ border-radius: 0;
25175
25194
  }
25176
- .v-skeleton-loader .v-skeleton-loader__avatar,
25177
- .v-skeleton-loader .v-skeleton-loader__button,
25178
- .v-skeleton-loader .v-skeleton-loader__chip,
25179
- .v-skeleton-loader .v-skeleton-loader__divider,
25180
- .v-skeleton-loader .v-skeleton-loader__heading,
25181
- .v-skeleton-loader .v-skeleton-loader__image,
25182
- .v-skeleton-loader .v-skeleton-loader__ossein,
25183
- .v-skeleton-loader .v-skeleton-loader__text {
25184
- background: rgba(var(--v-theme-on-surface), var(--v-border-opacity));
25195
+ .v-sheet {
25196
+ background: rgb(var(--v-theme-surface));
25197
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25185
25198
  }
25186
- .v-skeleton-loader .v-skeleton-loader__list-item,
25187
- .v-skeleton-loader .v-skeleton-loader__list-item-avatar,
25188
- .v-skeleton-loader .v-skeleton-loader__list-item-text,
25189
- .v-skeleton-loader .v-skeleton-loader__list-item-two-line,
25190
- .v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,
25191
- .v-skeleton-loader .v-skeleton-loader__list-item-three-line,
25192
- .v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line {
25199
+ .v-sheet--rounded {
25193
25200
  border-radius: 4px;
25201
+ }.v-snackbar {
25202
+ justify-content: center;
25203
+ z-index: 10000;
25204
+ margin: 8px;
25205
+ margin-inline-end: calc(8px + var(--v-scrollbar-offset));
25206
+ padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
25194
25207
  }
25195
- .v-skeleton-loader__bone {
25208
+ .v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
25209
+ align-items: flex-end;
25210
+ }
25211
+ .v-snackbar__wrapper {
25196
25212
  align-items: center;
25197
- border-radius: inherit;
25198
25213
  display: flex;
25199
- flex: 1 1 100%;
25200
- flex-wrap: wrap;
25214
+ max-width: 672px;
25215
+ min-height: 48px;
25216
+ min-width: 344px;
25201
25217
  overflow: hidden;
25202
- position: relative;
25218
+ padding: 0;
25219
+ }
25220
+ .v-snackbar__wrapper {
25221
+ border-radius: 4px;
25222
+ }
25223
+ .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
25224
+ background: transparent;
25225
+ color: inherit;
25226
+ }
25227
+ .v-snackbar--variant-plain {
25228
+ opacity: 0.62;
25229
+ }
25230
+ .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
25231
+ opacity: 1;
25232
+ }
25233
+ .v-snackbar--variant-plain .v-snackbar__overlay {
25234
+ display: none;
25235
+ }
25236
+ .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
25237
+ background: rgb(var(--v-theme-surface-variant));
25238
+ color: rgb(var(--v-theme-on-surface-variant));
25239
+ }
25240
+ .v-snackbar--variant-elevated {
25241
+ box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25242
+ }
25243
+ .v-snackbar--variant-flat {
25244
+ 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));
25245
+ }
25246
+ .v-snackbar--variant-outlined {
25247
+ border: thin solid currentColor;
25248
+ }
25249
+ .v-snackbar--variant-text .v-snackbar__overlay {
25250
+ background: currentColor;
25251
+ }
25252
+ .v-snackbar--variant-tonal .v-snackbar__underlay {
25253
+ background: currentColor;
25254
+ opacity: var(--v-activated-opacity);
25255
+ border-radius: inherit;
25256
+ top: 0;
25257
+ right: 0;
25258
+ bottom: 0;
25259
+ left: 0;
25260
+ pointer-events: none;
25261
+ }
25262
+ .v-snackbar .v-snackbar__underlay {
25263
+ position: absolute;
25264
+ }
25265
+
25266
+ .v-snackbar__content {
25267
+ flex-grow: 1;
25268
+ font-size: 0.875rem;
25269
+ font-weight: 400;
25270
+ letter-spacing: 0.0178571429em;
25271
+ line-height: 1.425;
25272
+ margin-right: auto;
25273
+ padding: 14px 16px;
25274
+ text-align: initial;
25275
+ }
25276
+ .v-snackbar__actions {
25277
+ align-items: center;
25278
+ align-self: center;
25279
+ display: flex;
25280
+ margin-inline-end: 8px;
25281
+ }
25282
+ .v-snackbar__actions > .v-btn {
25283
+ padding: 0 8px;
25284
+ min-width: auto;
25285
+ }
25286
+ .v-snackbar__timer {
25287
+ width: 100%;
25288
+ position: absolute;
25289
+ top: 0;
25290
+ }
25291
+ .v-snackbar__timer .v-progress-linear {
25292
+ transition: 0.2s linear;
25293
+ }
25294
+ .v-snackbar--absolute {
25295
+ position: absolute;
25296
+ z-index: 1;
25297
+ }
25298
+ .v-snackbar--multi-line .v-snackbar__wrapper {
25299
+ min-height: 68px;
25300
+ }
25301
+ .v-snackbar--vertical .v-snackbar__wrapper {
25302
+ flex-direction: column;
25303
+ }
25304
+ .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
25305
+ align-self: flex-end;
25306
+ margin-bottom: 8px;
25307
+ }
25308
+ .v-snackbar--center {
25309
+ align-items: center;
25310
+ justify-content: center;
25311
+ }
25312
+ .v-snackbar--top {
25313
+ align-items: flex-start;
25314
+ }
25315
+ .v-snackbar--bottom {
25316
+ align-items: flex-end;
25317
+ }
25318
+ .v-snackbar--left, .v-snackbar--start {
25319
+ justify-content: flex-start;
25320
+ }
25321
+ .v-snackbar--right, .v-snackbar--end {
25322
+ justify-content: flex-end;
25323
+ }
25324
+
25325
+ .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
25326
+ transition-duration: 0.15s;
25327
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25328
+ }
25329
+ .v-snackbar-transition-enter-active {
25330
+ transition-property: opacity, transform;
25331
+ }
25332
+ .v-snackbar-transition-enter-from {
25333
+ opacity: 0;
25334
+ transform: scale(0.8);
25335
+ }
25336
+ .v-snackbar-transition-leave-active {
25337
+ transition-property: opacity;
25338
+ }
25339
+ .v-snackbar-transition-leave-to {
25340
+ opacity: 0;
25341
+ }.v-skeleton-loader {
25342
+ align-items: center;
25343
+ background: rgb(var(--v-theme-surface));
25344
+ border-radius: 4px;
25345
+ display: flex;
25346
+ flex-wrap: wrap;
25347
+ position: relative;
25348
+ vertical-align: top;
25349
+ }
25350
+ .v-skeleton-loader__actions {
25351
+ justify-content: end;
25352
+ }
25353
+ .v-skeleton-loader .v-skeleton-loader__ossein {
25354
+ height: 100%;
25355
+ }
25356
+ .v-skeleton-loader .v-skeleton-loader__avatar,
25357
+ .v-skeleton-loader .v-skeleton-loader__button,
25358
+ .v-skeleton-loader .v-skeleton-loader__chip,
25359
+ .v-skeleton-loader .v-skeleton-loader__divider,
25360
+ .v-skeleton-loader .v-skeleton-loader__heading,
25361
+ .v-skeleton-loader .v-skeleton-loader__image,
25362
+ .v-skeleton-loader .v-skeleton-loader__ossein,
25363
+ .v-skeleton-loader .v-skeleton-loader__text {
25364
+ background: rgba(var(--v-theme-on-surface), var(--v-border-opacity));
25365
+ }
25366
+ .v-skeleton-loader .v-skeleton-loader__list-item,
25367
+ .v-skeleton-loader .v-skeleton-loader__list-item-avatar,
25368
+ .v-skeleton-loader .v-skeleton-loader__list-item-text,
25369
+ .v-skeleton-loader .v-skeleton-loader__list-item-two-line,
25370
+ .v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,
25371
+ .v-skeleton-loader .v-skeleton-loader__list-item-three-line,
25372
+ .v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line {
25373
+ border-radius: 4px;
25374
+ }
25375
+ .v-skeleton-loader__bone {
25376
+ align-items: center;
25377
+ border-radius: inherit;
25378
+ display: flex;
25379
+ flex: 1 1 100%;
25380
+ flex-wrap: wrap;
25381
+ overflow: hidden;
25382
+ position: relative;
25203
25383
  }
25204
25384
  .v-skeleton-loader__bone::after {
25205
25385
  animation: loading 1.5s infinite;
@@ -25383,42 +25563,6 @@ html.v-overlay-scroll-blocked {
25383
25563
  100% {
25384
25564
  transform: translateX(100%);
25385
25565
  }
25386
- }.v-sheet {
25387
- display: block;
25388
- }
25389
- .v-sheet {
25390
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25391
- border-style: solid;
25392
- border-width: 0;
25393
- }
25394
- .v-sheet--border {
25395
- border-width: thin;
25396
- box-shadow: none;
25397
- }
25398
- .v-sheet {
25399
- 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));
25400
- }
25401
- .v-sheet--absolute {
25402
- position: absolute;
25403
- }
25404
- .v-sheet--fixed {
25405
- position: fixed;
25406
- }
25407
- .v-sheet--relative {
25408
- position: relative;
25409
- }
25410
- .v-sheet--sticky {
25411
- position: sticky;
25412
- }
25413
- .v-sheet {
25414
- border-radius: 0;
25415
- }
25416
- .v-sheet {
25417
- background: rgb(var(--v-theme-surface));
25418
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25419
- }
25420
- .v-sheet--rounded {
25421
- border-radius: 4px;
25422
25566
  }.v-slide-group {
25423
25567
  display: flex;
25424
25568
  overflow: hidden;
@@ -25474,507 +25618,62 @@ html.v-overlay-scroll-blocked {
25474
25618
  .v-slide-group--vertical .v-slide-group__container {
25475
25619
  overflow-x: hidden;
25476
25620
  overflow-y: auto;
25477
- }.v-switch .v-label {
25478
- padding-inline-start: 10px;
25621
+ }.v-stepper.v-sheet {
25622
+ overflow: hidden;
25479
25623
  }
25480
-
25481
- .v-switch__loader {
25482
- display: flex;
25624
+ .v-stepper.v-sheet {
25625
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25483
25626
  }
25484
- .v-switch__loader .v-progress-circular {
25485
- color: rgb(var(--v-theme-surface));
25627
+ .v-stepper.v-sheet {
25628
+ border-radius: 4px;
25629
+ }
25630
+ .v-stepper.v-sheet.v-stepper--flat {
25631
+ 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));
25486
25632
  }
25487
25633
 
25488
- .v-switch__track,
25489
- .v-switch__thumb {
25490
- transition: none;
25634
+ .v-stepper-header {
25635
+ align-items: center;
25636
+ display: flex;
25637
+ position: relative;
25638
+ overflow-x: auto;
25639
+ justify-content: space-between;
25640
+ z-index: 1;
25491
25641
  }
25492
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
25493
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
25494
- background-color: rgb(var(--v-theme-error));
25495
- color: rgb(var(--v-theme-on-error));
25642
+ .v-stepper-header {
25643
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25496
25644
  }
25497
-
25498
- .v-switch__track-true {
25499
- margin-inline-end: auto;
25645
+ .v-stepper-header .v-divider {
25646
+ margin: 0 -16px;
25500
25647
  }
25501
- .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
25502
- opacity: 0;
25648
+ .v-stepper-header .v-divider:last-child {
25649
+ margin-inline-end: 0;
25503
25650
  }
25504
-
25505
- .v-switch__track-false {
25506
- margin-inline-start: auto;
25651
+ .v-stepper-header .v-divider:first-child {
25652
+ margin-inline-start: 0;
25507
25653
  }
25508
- .v-selection-control--dirty .v-switch__track-false {
25509
- opacity: 0;
25654
+ .v-stepper--alt-labels .v-stepper-header {
25655
+ height: auto;
25656
+ }
25657
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
25658
+ align-self: flex-start;
25659
+ margin: 35px -67px 0;
25510
25660
  }
25511
25661
 
25512
- .v-switch__track {
25513
- display: inline-flex;
25514
- align-items: center;
25515
- font-size: 0.5rem;
25516
- padding: 0 5px;
25517
- background-color: rgb(var(--v-theme-surface-variant));
25518
- border-radius: 9999px;
25519
- height: 14px;
25520
- opacity: 0.6;
25521
- min-width: 36px;
25522
- cursor: pointer;
25523
- transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
25524
- }
25525
- .v-switch--inset .v-switch__track {
25526
- border-radius: 9999px;
25527
- font-size: 0.75rem;
25528
- height: 32px;
25529
- min-width: 52px;
25530
- }
25531
-
25532
- .v-switch__thumb {
25533
- align-items: center;
25534
- background-color: rgb(var(--v-theme-surface-bright));
25535
- color: rgb(var(--v-theme-on-surface-bright));
25536
- border-radius: 50%;
25537
- display: flex;
25538
- font-size: 0.75rem;
25539
- height: 20px;
25540
- justify-content: center;
25541
- width: 20px;
25542
- pointer-events: none;
25543
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
25544
- position: relative;
25545
- overflow: hidden;
25546
- }
25547
- .v-switch:not(.v-switch--inset) .v-switch__thumb {
25548
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25549
- }
25550
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25551
- background: rgb(var(--v-theme-surface-variant));
25552
- color: rgb(var(--v-theme-on-surface-variant));
25553
- }
25554
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25555
- 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));
25556
- }
25557
- .v-switch--inset .v-switch__thumb {
25558
- height: 24px;
25559
- width: 24px;
25560
- transform: scale(0.6666666667);
25561
- }
25562
- .v-switch--inset .v-switch__thumb--filled {
25563
- transform: none;
25564
- }
25565
- .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
25566
- transform: none;
25567
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
25568
- }
25569
-
25570
- .v-switch.v-input {
25571
- flex: 0 1 auto;
25572
- }
25573
- .v-switch .v-selection-control {
25574
- min-height: var(--v-input-control-height);
25575
- }
25576
- .v-switch .v-selection-control__input {
25577
- border-radius: 50%;
25578
- transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
25579
- position: absolute;
25580
- }
25581
- .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
25582
- transform: translateX(-10px);
25583
- }
25584
-
25585
- .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
25586
- transform: translateX(10px);
25587
- }
25588
-
25589
- .v-switch .v-selection-control__input .v-icon {
25590
- position: absolute;
25591
- }
25592
- .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
25593
- transform: translateX(10px);
25594
- }
25595
-
25596
- .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
25597
- transform: translateX(-10px);
25598
- }
25599
-
25600
- .v-switch.v-switch--indeterminate .v-selection-control__input {
25601
- transform: scale(0.8);
25602
- }
25603
- .v-switch.v-switch--indeterminate .v-switch__thumb {
25604
- transform: scale(0.75);
25605
- box-shadow: none;
25606
- }
25607
- .v-switch.v-switch--inset .v-selection-control__wrapper {
25608
- width: auto;
25609
- }
25610
- .v-switch.v-input--vertical .v-label {
25611
- min-width: max-content;
25612
- }
25613
- .v-switch.v-input--vertical .v-selection-control__wrapper {
25614
- transform: rotate(-90deg);
25615
- }
25616
-
25617
- @media (forced-colors: active) {
25618
- .v-switch .v-switch__loader .v-progress-circular {
25619
- color: currentColor;
25620
- }
25621
- .v-switch .v-switch__thumb {
25622
- background-color: buttontext;
25623
- }
25624
- .v-switch .v-switch__track,
25625
- .v-switch .v-switch__thumb {
25626
- border: 1px solid;
25627
- color: buttontext;
25628
- }
25629
- .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25630
- background-color: highlight;
25631
- }
25632
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
25633
- background-color: highlight;
25634
- }
25635
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
25636
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25637
- color: highlight;
25638
- }
25639
- .v-switch.v-switch--inset .v-switch__track {
25640
- border-width: 2px;
25641
- }
25642
- .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25643
- background-color: highlighttext;
25644
- color: highlighttext;
25645
- }
25646
- .v-switch.v-input--disabled .v-switch__thumb {
25647
- background-color: graytext;
25648
- }
25649
- .v-switch.v-input--disabled .v-switch__track,
25650
- .v-switch.v-input--disabled .v-switch__thumb {
25651
- color: graytext;
25652
- }
25653
- .v-switch.v-switch--loading .v-switch__thumb {
25654
- background-color: canvas;
25655
- }
25656
- .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25657
- border-width: 0;
25658
- }
25659
- }.v-snackbar {
25660
- justify-content: center;
25661
- z-index: 10000;
25662
- margin: 8px;
25663
- margin-inline-end: calc(8px + var(--v-scrollbar-offset));
25664
- padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
25665
- }
25666
- .v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
25667
- align-items: flex-end;
25668
- }
25669
- .v-snackbar__wrapper {
25670
- align-items: center;
25671
- display: flex;
25672
- max-width: 672px;
25673
- min-height: 48px;
25674
- min-width: 344px;
25675
- overflow: hidden;
25676
- padding: 0;
25677
- }
25678
- .v-snackbar__wrapper {
25679
- border-radius: 4px;
25680
- }
25681
- .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
25682
- background: transparent;
25683
- color: inherit;
25684
- }
25685
- .v-snackbar--variant-plain {
25686
- opacity: 0.62;
25687
- }
25688
- .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
25689
- opacity: 1;
25690
- }
25691
- .v-snackbar--variant-plain .v-snackbar__overlay {
25692
- display: none;
25693
- }
25694
- .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
25695
- background: rgb(var(--v-theme-surface-variant));
25696
- color: rgb(var(--v-theme-on-surface-variant));
25697
- }
25698
- .v-snackbar--variant-elevated {
25699
- box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25700
- }
25701
- .v-snackbar--variant-flat {
25702
- 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));
25703
- }
25704
- .v-snackbar--variant-outlined {
25705
- border: thin solid currentColor;
25706
- }
25707
- .v-snackbar--variant-text .v-snackbar__overlay {
25708
- background: currentColor;
25709
- }
25710
- .v-snackbar--variant-tonal .v-snackbar__underlay {
25711
- background: currentColor;
25712
- opacity: var(--v-activated-opacity);
25713
- border-radius: inherit;
25714
- top: 0;
25715
- right: 0;
25716
- bottom: 0;
25717
- left: 0;
25718
- pointer-events: none;
25719
- }
25720
- .v-snackbar .v-snackbar__underlay {
25721
- position: absolute;
25722
- }
25723
-
25724
- .v-snackbar__content {
25725
- flex-grow: 1;
25726
- font-size: 0.875rem;
25727
- font-weight: 400;
25728
- letter-spacing: 0.0178571429em;
25729
- line-height: 1.425;
25730
- margin-right: auto;
25731
- padding: 14px 16px;
25732
- text-align: initial;
25733
- }
25734
- .v-snackbar__actions {
25735
- align-items: center;
25736
- align-self: center;
25737
- display: flex;
25738
- margin-inline-end: 8px;
25739
- }
25740
- .v-snackbar__actions > .v-btn {
25741
- padding: 0 8px;
25742
- min-width: auto;
25743
- }
25744
- .v-snackbar__timer {
25745
- width: 100%;
25746
- position: absolute;
25747
- top: 0;
25748
- }
25749
- .v-snackbar__timer .v-progress-linear {
25750
- transition: 0.2s linear;
25751
- }
25752
- .v-snackbar--absolute {
25753
- position: absolute;
25754
- z-index: 1;
25755
- }
25756
- .v-snackbar--multi-line .v-snackbar__wrapper {
25757
- min-height: 68px;
25758
- }
25759
- .v-snackbar--vertical .v-snackbar__wrapper {
25760
- flex-direction: column;
25761
- }
25762
- .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
25763
- align-self: flex-end;
25764
- margin-bottom: 8px;
25765
- }
25766
- .v-snackbar--center {
25767
- align-items: center;
25768
- justify-content: center;
25769
- }
25770
- .v-snackbar--top {
25771
- align-items: flex-start;
25772
- }
25773
- .v-snackbar--bottom {
25774
- align-items: flex-end;
25775
- }
25776
- .v-snackbar--left, .v-snackbar--start {
25777
- justify-content: flex-start;
25778
- }
25779
- .v-snackbar--right, .v-snackbar--end {
25780
- justify-content: flex-end;
25781
- }
25782
-
25783
- .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
25784
- transition-duration: 0.15s;
25785
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25786
- }
25787
- .v-snackbar-transition-enter-active {
25788
- transition-property: opacity, transform;
25789
- }
25790
- .v-snackbar-transition-enter-from {
25791
- opacity: 0;
25792
- transform: scale(0.8);
25793
- }
25794
- .v-snackbar-transition-leave-active {
25795
- transition-property: opacity;
25796
- }
25797
- .v-snackbar-transition-leave-to {
25798
- opacity: 0;
25799
- }.v-speed-dial__content {
25800
- gap: 8px;
25801
- }
25802
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
25803
- flex-direction: row;
25804
- }
25805
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
25806
- flex-direction: row-reverse;
25807
- }
25808
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
25809
- flex-direction: column-reverse;
25810
- }
25811
- .v-speed-dial__content > *:nth-child(1) {
25812
- transition-delay: 0s;
25813
- }
25814
- .v-speed-dial__content > *:nth-child(2) {
25815
- transition-delay: 0.05s;
25816
- }
25817
- .v-speed-dial__content > *:nth-child(3) {
25818
- transition-delay: 0.1s;
25819
- }
25820
- .v-speed-dial__content > *:nth-child(4) {
25821
- transition-delay: 0.15s;
25822
- }
25823
- .v-speed-dial__content > *:nth-child(5) {
25824
- transition-delay: 0.2s;
25825
- }
25826
- .v-speed-dial__content > *:nth-child(6) {
25827
- transition-delay: 0.25s;
25828
- }
25829
- .v-speed-dial__content > *:nth-child(7) {
25830
- transition-delay: 0.3s;
25831
- }
25832
- .v-speed-dial__content > *:nth-child(8) {
25833
- transition-delay: 0.35s;
25834
- }
25835
- .v-speed-dial__content > *:nth-child(9) {
25836
- transition-delay: 0.4s;
25837
- }
25838
- .v-speed-dial__content > *:nth-child(10) {
25839
- transition-delay: 0.45s;
25840
- }.v-system-bar {
25841
- align-items: center;
25842
- display: flex;
25843
- flex: 1 1 auto;
25844
- height: 24px;
25845
- justify-content: flex-end;
25846
- max-width: 100%;
25847
- padding-inline: 8px;
25848
- position: relative;
25849
- text-align: end;
25850
- width: 100%;
25851
- }
25852
- .v-system-bar .v-icon {
25853
- opacity: var(--v-medium-emphasis-opacity);
25854
- }
25855
- .v-system-bar {
25856
- 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));
25857
- }
25858
- .v-system-bar--absolute {
25859
- position: absolute;
25860
- }
25861
- .v-system-bar--fixed {
25862
- position: fixed;
25863
- }
25864
- .v-system-bar {
25865
- background: rgba(var(--v-theme-surface-light));
25866
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25867
- }
25868
- .v-system-bar {
25869
- font-size: 0.75rem;
25870
- font-weight: 400;
25871
- letter-spacing: 0.0333333333em;
25872
- line-height: 1.667;
25873
- text-transform: none;
25874
- }
25875
- .v-system-bar--rounded {
25876
- border-radius: 0;
25877
- }
25878
- .v-system-bar--window {
25879
- height: 32px;
25880
- }
25881
- .v-system-bar:not(.v-system-bar--absolute) {
25882
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25883
- }.v-tabs {
25884
- display: flex;
25885
- height: var(--v-tabs-height);
25886
- }
25887
- .v-tabs--density-default {
25888
- --v-tabs-height: 48px;
25889
- }
25890
- .v-tabs--density-default.v-tabs--stacked {
25891
- --v-tabs-height: 72px;
25892
- }
25893
-
25894
- .v-tabs--density-comfortable {
25895
- --v-tabs-height: 44px;
25896
- }
25897
- .v-tabs--density-comfortable.v-tabs--stacked {
25898
- --v-tabs-height: 68px;
25899
- }
25900
-
25901
- .v-tabs--density-compact {
25902
- --v-tabs-height: 36px;
25903
- }
25904
- .v-tabs--density-compact.v-tabs--stacked {
25905
- --v-tabs-height: 60px;
25906
- }
25907
-
25908
- .v-tabs.v-slide-group--vertical {
25909
- height: auto;
25910
- flex: none;
25911
- --v-tabs-height: 48px;
25912
- }
25913
-
25914
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25915
- margin-inline-start: 42px;
25916
- }
25917
-
25918
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25919
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25920
- margin-inline-end: auto;
25921
- }
25922
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25923
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25924
- margin-inline-start: auto;
25925
- }
25926
-
25927
- .v-tabs--grow {
25928
- flex-grow: 1;
25929
- }
25930
- .v-tabs--grow .v-tab {
25931
- flex: 1 0 auto;
25932
- max-width: none;
25933
- }
25934
-
25935
- .v-tabs--align-tabs-end .v-tab:first-child {
25936
- margin-inline-start: auto;
25937
- }
25938
- .v-tabs--align-tabs-end .v-tab:last-child {
25939
- margin-inline-end: 0;
25940
- }
25941
-
25942
- @media (max-width: 1279.98px) {
25943
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25944
- margin-inline-start: 52px;
25945
- }
25946
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25947
- margin-inline-end: 52px;
25948
- }
25949
- }.v-tab.v-tab.v-btn {
25950
- height: var(--v-tabs-height);
25951
- border-radius: 0;
25952
- min-width: 90px;
25953
- }
25954
- .v-slide-group--horizontal .v-tab {
25955
- max-width: 360px;
25956
- }
25957
- .v-slide-group--vertical .v-tab {
25958
- justify-content: start;
25662
+ .v-stepper-window {
25663
+ margin: 1.5rem;
25959
25664
  }
25960
25665
 
25961
- .v-tab__slider {
25962
- position: absolute;
25963
- bottom: 0;
25964
- left: 0;
25965
- height: 2px;
25966
- width: 100%;
25967
- background: currentColor;
25968
- pointer-events: none;
25969
- opacity: 0;
25666
+ .v-stepper-actions {
25667
+ display: flex;
25668
+ align-items: center;
25669
+ justify-content: space-between;
25670
+ padding: 1rem;
25970
25671
  }
25971
- .v-tab--selected .v-tab__slider {
25972
- opacity: 1;
25672
+ .v-stepper .v-stepper-actions {
25673
+ padding: 0 1.5rem 1rem;
25973
25674
  }
25974
- .v-slide-group--vertical .v-tab__slider {
25975
- top: 0;
25976
- height: 100%;
25977
- width: 2px;
25675
+ .v-stepper-window-item .v-stepper-actions {
25676
+ padding: 1.5rem 0 0;
25978
25677
  }.v-stepper-item {
25979
25678
  align-items: center;
25980
25679
  align-self: stretch;
@@ -26045,111 +25744,245 @@ html.v-overlay-scroll-blocked {
26045
25744
  .v-stepper-item__avatar.v-avatar .v-icon {
26046
25745
  font-size: 0.875rem;
26047
25746
  }
26048
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
26049
- background: rgb(var(--v-theme-surface-variant));
25747
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
25748
+ background: rgb(var(--v-theme-surface-variant));
25749
+ }
25750
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
25751
+ background: rgb(var(--v-theme-error));
25752
+ }
25753
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
25754
+ margin-bottom: 16px;
25755
+ margin-inline-end: 0;
25756
+ }
25757
+
25758
+ .v-stepper-item__title {
25759
+ line-height: 1;
25760
+ }
25761
+ .v-stepper--mobile .v-stepper-item__title {
25762
+ display: none;
25763
+ }
25764
+
25765
+ .v-stepper-item__subtitle {
25766
+ font-size: 0.75rem;
25767
+ text-align: left;
25768
+ line-height: 1;
25769
+ opacity: var(--v-medium-emphasis-opacity);
25770
+ }
25771
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
25772
+ text-align: center;
25773
+ }
25774
+ .v-stepper--mobile .v-stepper-item__subtitle {
25775
+ display: none;
25776
+ }
25777
+
25778
+ .v-stepper-item__overlay {
25779
+ background-color: currentColor;
25780
+ border-radius: inherit;
25781
+ opacity: 0;
25782
+ transition: opacity 0.2s ease-in-out;
25783
+ }
25784
+
25785
+ .v-stepper-item__overlay,
25786
+ .v-stepper-item__underlay {
25787
+ pointer-events: none;
25788
+ }
25789
+ .v-stepper-item__overlay,
25790
+ .v-stepper-item__underlay {
25791
+ position: absolute;
25792
+ top: 0;
25793
+ left: 0;
25794
+ width: 100%;
25795
+ height: 100%;
25796
+ }.v-system-bar {
25797
+ align-items: center;
25798
+ display: flex;
25799
+ flex: 1 1 auto;
25800
+ height: 24px;
25801
+ justify-content: flex-end;
25802
+ max-width: 100%;
25803
+ padding-inline: 8px;
25804
+ position: relative;
25805
+ text-align: end;
25806
+ width: 100%;
25807
+ }
25808
+ .v-system-bar .v-icon {
25809
+ opacity: var(--v-medium-emphasis-opacity);
25810
+ }
25811
+ .v-system-bar {
25812
+ 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));
25813
+ }
25814
+ .v-system-bar--absolute {
25815
+ position: absolute;
25816
+ }
25817
+ .v-system-bar--fixed {
25818
+ position: fixed;
25819
+ }
25820
+ .v-system-bar {
25821
+ background: rgba(var(--v-theme-surface-light));
25822
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25823
+ }
25824
+ .v-system-bar {
25825
+ font-size: 0.75rem;
25826
+ font-weight: 400;
25827
+ letter-spacing: 0.0333333333em;
25828
+ line-height: 1.667;
25829
+ text-transform: none;
25830
+ }
25831
+ .v-system-bar--rounded {
25832
+ border-radius: 0;
25833
+ }
25834
+ .v-system-bar--window {
25835
+ height: 32px;
25836
+ }
25837
+ .v-system-bar:not(.v-system-bar--absolute) {
25838
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25839
+ }.v-speed-dial__content {
25840
+ gap: 8px;
25841
+ }
25842
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
25843
+ flex-direction: row;
25844
+ }
25845
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
25846
+ flex-direction: row-reverse;
25847
+ }
25848
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
25849
+ flex-direction: column-reverse;
25850
+ }
25851
+ .v-speed-dial__content > *:nth-child(1) {
25852
+ transition-delay: 0s;
25853
+ }
25854
+ .v-speed-dial__content > *:nth-child(2) {
25855
+ transition-delay: 0.05s;
25856
+ }
25857
+ .v-speed-dial__content > *:nth-child(3) {
25858
+ transition-delay: 0.1s;
25859
+ }
25860
+ .v-speed-dial__content > *:nth-child(4) {
25861
+ transition-delay: 0.15s;
25862
+ }
25863
+ .v-speed-dial__content > *:nth-child(5) {
25864
+ transition-delay: 0.2s;
25865
+ }
25866
+ .v-speed-dial__content > *:nth-child(6) {
25867
+ transition-delay: 0.25s;
25868
+ }
25869
+ .v-speed-dial__content > *:nth-child(7) {
25870
+ transition-delay: 0.3s;
25871
+ }
25872
+ .v-speed-dial__content > *:nth-child(8) {
25873
+ transition-delay: 0.35s;
25874
+ }
25875
+ .v-speed-dial__content > *:nth-child(9) {
25876
+ transition-delay: 0.4s;
25877
+ }
25878
+ .v-speed-dial__content > *:nth-child(10) {
25879
+ transition-delay: 0.45s;
25880
+ }/* region BLOCK */
25881
+ .v-text-field input {
25882
+ color: inherit;
25883
+ opacity: 0;
25884
+ flex: 1;
25885
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25886
+ min-width: 0;
25887
+ }
25888
+ .v-text-field input:focus, .v-text-field input:active {
25889
+ outline: none;
25890
+ }
25891
+ .v-text-field input:invalid {
25892
+ box-shadow: none;
25893
+ }
25894
+ .v-text-field .v-field {
25895
+ cursor: text;
26050
25896
  }
26051
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
26052
- background: rgb(var(--v-theme-error));
25897
+ .v-text-field--prefixed.v-text-field .v-field__input {
25898
+ --v-field-padding-start: 6px;
26053
25899
  }
26054
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
26055
- margin-bottom: 16px;
26056
- margin-inline-end: 0;
25900
+
25901
+ .v-text-field--suffixed.v-text-field .v-field__input {
25902
+ --v-field-padding-end: 0;
26057
25903
  }
26058
25904
 
26059
- .v-stepper-item__title {
26060
- line-height: 1;
25905
+ .v-text-field .v-input__details {
25906
+ padding-inline: 16px;
26061
25907
  }
26062
- .v-stepper--mobile .v-stepper-item__title {
26063
- display: none;
25908
+ .v-input--plain-underlined.v-text-field .v-input__details {
25909
+ padding-inline: 0;
26064
25910
  }
26065
25911
 
26066
- .v-stepper-item__subtitle {
26067
- font-size: 0.75rem;
26068
- text-align: left;
26069
- line-height: 1;
26070
- opacity: var(--v-medium-emphasis-opacity);
26071
- }
26072
- .v-stepper--alt-labels .v-stepper-item__subtitle {
26073
- text-align: center;
25912
+ .v-text-field .v-field--no-label input,
25913
+ .v-text-field .v-field--active input {
25914
+ opacity: 1;
26074
25915
  }
26075
- .v-stepper--mobile .v-stepper-item__subtitle {
26076
- display: none;
25916
+ .v-text-field .v-field--single-line input {
25917
+ transition: none;
26077
25918
  }
26078
25919
 
26079
- .v-stepper-item__overlay {
26080
- background-color: currentColor;
26081
- border-radius: inherit;
25920
+ /* endregion */
25921
+ /* region ELEMENTS */
25922
+ .v-text-field__prefix, .v-text-field__suffix {
25923
+ align-items: center;
25924
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25925
+ cursor: default;
25926
+ display: flex;
26082
25927
  opacity: 0;
26083
- transition: opacity 0.2s ease-in-out;
26084
- }
26085
-
26086
- .v-stepper-item__overlay,
26087
- .v-stepper-item__underlay {
26088
- pointer-events: none;
25928
+ transition: inherit;
25929
+ white-space: nowrap;
25930
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25931
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25932
+ padding-bottom: var(--v-field-padding-bottom, 6px);
26089
25933
  }
26090
- .v-stepper-item__overlay,
26091
- .v-stepper-item__underlay {
26092
- position: absolute;
26093
- top: 0;
26094
- left: 0;
26095
- width: 100%;
26096
- height: 100%;
26097
- }.v-stepper.v-sheet {
26098
- overflow: hidden;
25934
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25935
+ opacity: 1;
26099
25936
  }
26100
- .v-stepper.v-sheet {
26101
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25937
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25938
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
26102
25939
  }
26103
- .v-stepper.v-sheet {
26104
- border-radius: 4px;
25940
+ .v-text-field__prefix {
25941
+ padding-inline-start: var(--v-field-padding-start);
26105
25942
  }
26106
- .v-stepper.v-sheet.v-stepper--flat {
26107
- 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));
25943
+ .v-text-field__suffix {
25944
+ padding-inline-end: var(--v-field-padding-end);
26108
25945
  }
26109
25946
 
26110
- .v-stepper-header {
26111
- align-items: center;
26112
- display: flex;
26113
- position: relative;
26114
- overflow-x: auto;
26115
- justify-content: space-between;
26116
- z-index: 1;
26117
- }
26118
- .v-stepper-header {
26119
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
26120
- }
26121
- .v-stepper-header .v-divider {
26122
- margin: 0 -16px;
25947
+ /* endregion */.v-textarea .v-field {
25948
+ --v-textarea-control-height: var(--v-input-control-height);
26123
25949
  }
26124
- .v-stepper-header .v-divider:last-child {
26125
- margin-inline-end: 0;
25950
+ .v-textarea .v-field__field {
25951
+ --v-input-control-height: var(--v-textarea-control-height);
26126
25952
  }
26127
- .v-stepper-header .v-divider:first-child {
26128
- margin-inline-start: 0;
25953
+ .v-textarea .v-field__input {
25954
+ flex: 1 1 auto;
25955
+ outline: none;
25956
+ -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));
25957
+ 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));
26129
25958
  }
26130
- .v-stepper--alt-labels .v-stepper-header {
26131
- height: auto;
25959
+ .v-textarea .v-field__input.v-textarea__sizer {
25960
+ visibility: hidden;
25961
+ position: absolute;
25962
+ top: 0;
25963
+ left: 0;
25964
+ height: 0 !important;
25965
+ min-height: 0 !important;
25966
+ pointer-events: none;
26132
25967
  }
26133
- .v-stepper--alt-labels .v-stepper-header .v-divider {
26134
- align-self: flex-start;
26135
- margin: 35px -67px 0;
25968
+ .v-textarea--no-resize .v-field__input {
25969
+ resize: none;
26136
25970
  }
26137
-
26138
- .v-stepper-window {
26139
- margin: 1.5rem;
25971
+ .v-textarea .v-field--no-label textarea,
25972
+ .v-textarea .v-field--active textarea {
25973
+ opacity: 1;
26140
25974
  }
26141
-
26142
- .v-stepper-actions {
26143
- display: flex;
26144
- align-items: center;
26145
- justify-content: space-between;
26146
- padding: 1rem;
25975
+ .v-textarea textarea {
25976
+ opacity: 0;
25977
+ flex: 1;
25978
+ min-width: 0;
25979
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
26147
25980
  }
26148
- .v-stepper .v-stepper-actions {
26149
- padding: 0 1.5rem 1rem;
25981
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25982
+ outline: none;
26150
25983
  }
26151
- .v-stepper-window-item .v-stepper-actions {
26152
- padding: 1.5rem 0 0;
25984
+ .v-textarea textarea:invalid {
25985
+ box-shadow: none;
26153
25986
  }.v-table {
26154
25987
  font-size: 0.875rem;
26155
25988
  transition-duration: 0.28s;
@@ -26260,147 +26093,38 @@ html.v-overlay-scroll-blocked {
26260
26093
  .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
26261
26094
  border-top-left-radius: 0;
26262
26095
  }
26263
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
26264
- border-top-right-radius: 0;
26265
- }
26266
-
26267
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
26268
- border-bottom-left-radius: 0;
26269
- }
26270
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
26271
- border-bottom-right-radius: 0;
26272
- }
26273
-
26274
- .v-table--fixed-height > .v-table__wrapper {
26275
- overflow-y: auto;
26276
- }
26277
-
26278
- .v-table--fixed-header > .v-table__wrapper > table > thead {
26279
- position: sticky;
26280
- top: 0;
26281
- z-index: 2;
26282
- }
26283
- .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
26284
- border-bottom: 0px !important;
26285
- }
26286
-
26287
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
26288
- position: sticky;
26289
- bottom: 0;
26290
- z-index: 1;
26291
- }
26292
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
26293
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
26294
- border-top: 0px !important;
26295
- }.v-textarea .v-field {
26296
- --v-textarea-control-height: var(--v-input-control-height);
26297
- }
26298
- .v-textarea .v-field__field {
26299
- --v-input-control-height: var(--v-textarea-control-height);
26300
- }
26301
- .v-textarea .v-field__input {
26302
- flex: 1 1 auto;
26303
- outline: none;
26304
- -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));
26305
- 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));
26306
- }
26307
- .v-textarea .v-field__input.v-textarea__sizer {
26308
- visibility: hidden;
26309
- position: absolute;
26310
- top: 0;
26311
- left: 0;
26312
- height: 0 !important;
26313
- min-height: 0 !important;
26314
- pointer-events: none;
26315
- }
26316
- .v-textarea--no-resize .v-field__input {
26317
- resize: none;
26318
- }
26319
- .v-textarea .v-field--no-label textarea,
26320
- .v-textarea .v-field--active textarea {
26321
- opacity: 1;
26322
- }
26323
- .v-textarea textarea {
26324
- opacity: 0;
26325
- flex: 1;
26326
- min-width: 0;
26327
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
26328
- }
26329
- .v-textarea textarea:focus, .v-textarea textarea:active {
26330
- outline: none;
26331
- }
26332
- .v-textarea textarea:invalid {
26333
- box-shadow: none;
26334
- }/* region BLOCK */
26335
- .v-text-field input {
26336
- color: inherit;
26337
- opacity: 0;
26338
- flex: 1;
26339
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
26340
- min-width: 0;
26341
- }
26342
- .v-text-field input:focus, .v-text-field input:active {
26343
- outline: none;
26344
- }
26345
- .v-text-field input:invalid {
26346
- box-shadow: none;
26347
- }
26348
- .v-text-field .v-field {
26349
- cursor: text;
26350
- }
26351
- .v-text-field--prefixed.v-text-field .v-field__input {
26352
- --v-field-padding-start: 6px;
26353
- }
26354
-
26355
- .v-text-field--suffixed.v-text-field .v-field__input {
26356
- --v-field-padding-end: 0;
26357
- }
26358
-
26359
- .v-text-field .v-input__details {
26360
- padding-inline: 16px;
26361
- }
26362
- .v-input--plain-underlined.v-text-field .v-input__details {
26363
- padding-inline: 0;
26364
- }
26365
-
26366
- .v-text-field .v-field--no-label input,
26367
- .v-text-field .v-field--active input {
26368
- opacity: 1;
26369
- }
26370
- .v-text-field .v-field--single-line input {
26371
- transition: none;
26096
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
26097
+ border-top-right-radius: 0;
26372
26098
  }
26373
26099
 
26374
- /* endregion */
26375
- /* region ELEMENTS */
26376
- .v-text-field__prefix, .v-text-field__suffix {
26377
- align-items: center;
26378
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
26379
- cursor: default;
26380
- display: flex;
26381
- opacity: 0;
26382
- transition: inherit;
26383
- white-space: nowrap;
26384
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
26385
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
26386
- padding-bottom: var(--v-field-padding-bottom, 6px);
26100
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
26101
+ border-bottom-left-radius: 0;
26387
26102
  }
26388
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
26389
- opacity: 1;
26103
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
26104
+ border-bottom-right-radius: 0;
26390
26105
  }
26391
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
26392
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
26106
+
26107
+ .v-table--fixed-height > .v-table__wrapper {
26108
+ overflow-y: auto;
26393
26109
  }
26394
- .v-text-field__prefix {
26395
- padding-inline-start: var(--v-field-padding-start);
26110
+
26111
+ .v-table--fixed-header > .v-table__wrapper > table > thead {
26112
+ position: sticky;
26113
+ top: 0;
26114
+ z-index: 2;
26396
26115
  }
26397
- .v-text-field__suffix {
26398
- padding-inline-end: var(--v-field-padding-end);
26116
+ .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
26117
+ border-bottom: 0px !important;
26399
26118
  }
26400
26119
 
26401
- /* endregion */.v-theme-provider {
26402
- background: rgb(var(--v-theme-background));
26403
- color: rgb(var(--v-theme-on-background));
26120
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
26121
+ position: sticky;
26122
+ bottom: 0;
26123
+ z-index: 1;
26124
+ }
26125
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
26126
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
26127
+ border-top: 0px !important;
26404
26128
  }.v-timeline .v-timeline-divider__dot {
26405
26129
  background: rgb(var(--v-theme-surface-light));
26406
26130
  }
@@ -26725,100 +26449,380 @@ html.v-overlay-scroll-blocked {
26725
26449
  justify-self: flex-start;
26726
26450
  }
26727
26451
 
26728
- .v-timeline-divider--fill-dot .v-timeline-divider__inner-dot {
26729
- height: inherit;
26730
- width: inherit;
26452
+ .v-timeline-divider--fill-dot .v-timeline-divider__inner-dot {
26453
+ height: inherit;
26454
+ width: inherit;
26455
+ }
26456
+
26457
+ .v-timeline--align-center {
26458
+ --v-timeline-line-size-base: 50%;
26459
+ --v-timeline-line-size-offset: 0px;
26460
+ }
26461
+ .v-timeline--horizontal.v-timeline--align-center {
26462
+ justify-items: center;
26463
+ }
26464
+ .v-timeline--horizontal.v-timeline--align-center .v-timeline-item__body {
26465
+ padding-inline: 12px;
26466
+ }
26467
+ .v-timeline--horizontal.v-timeline--align-center .v-timeline-item__opposite {
26468
+ padding-inline: 12px;
26469
+ }
26470
+ .v-timeline--horizontal.v-timeline--align-center .v-timeline-divider {
26471
+ justify-content: center;
26472
+ }
26473
+
26474
+ .v-timeline--vertical.v-timeline--align-center {
26475
+ align-items: center;
26476
+ }
26477
+ .v-timeline--vertical.v-timeline--align-center .v-timeline-divider {
26478
+ justify-content: center;
26479
+ }
26480
+
26481
+ .v-timeline--align-start {
26482
+ --v-timeline-line-size-base: 100%;
26483
+ --v-timeline-line-size-offset: 12px;
26484
+ }
26485
+ .v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before {
26486
+ --v-timeline-line-size-offset: 24px;
26487
+ }
26488
+ .v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after {
26489
+ --v-timeline-line-size-offset: -12px;
26490
+ }
26491
+ .v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
26492
+ --v-timeline-line-size-offset: 0px;
26493
+ }
26494
+ .v-timeline--horizontal.v-timeline--align-start {
26495
+ justify-items: flex-start;
26496
+ }
26497
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
26498
+ justify-content: flex-start;
26499
+ }
26500
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
26501
+ width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
26502
+ }
26503
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
26504
+ width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
26505
+ }
26506
+
26507
+ .v-timeline--vertical.v-timeline--align-start {
26508
+ align-items: flex-start;
26509
+ }
26510
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
26511
+ justify-content: flex-start;
26512
+ }
26513
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
26514
+ height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
26515
+ }
26516
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
26517
+ height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
26518
+ }
26519
+
26520
+ .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
26521
+ display: none;
26522
+ }
26523
+ .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
26524
+ --v-timeline-line-size-offset: 12px;
26525
+ }
26526
+ .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
26527
+ padding-block-start: 0;
26528
+ }
26529
+
26530
+ .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
26531
+ padding-inline-start: 0;
26532
+ }
26533
+
26534
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
26535
+ display: none;
26536
+ }
26537
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
26538
+ --v-timeline-line-size-offset: 12px;
26539
+ }
26540
+ .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
26541
+ padding-block-end: 0;
26542
+ }
26543
+
26544
+ .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 {
26545
+ padding-inline-end: 0;
26546
+ }.v-switch .v-label {
26547
+ padding-inline-start: 10px;
26548
+ }
26549
+
26550
+ .v-switch__loader {
26551
+ display: flex;
26552
+ }
26553
+ .v-switch__loader .v-progress-circular {
26554
+ color: rgb(var(--v-theme-surface));
26555
+ }
26556
+
26557
+ .v-switch__track,
26558
+ .v-switch__thumb {
26559
+ transition: none;
26560
+ }
26561
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
26562
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
26563
+ background-color: rgb(var(--v-theme-error));
26564
+ color: rgb(var(--v-theme-on-error));
26565
+ }
26566
+
26567
+ .v-switch__track-true {
26568
+ margin-inline-end: auto;
26569
+ }
26570
+ .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
26571
+ opacity: 0;
26572
+ }
26573
+
26574
+ .v-switch__track-false {
26575
+ margin-inline-start: auto;
26576
+ }
26577
+ .v-selection-control--dirty .v-switch__track-false {
26578
+ opacity: 0;
26579
+ }
26580
+
26581
+ .v-switch__track {
26582
+ display: inline-flex;
26583
+ align-items: center;
26584
+ font-size: 0.5rem;
26585
+ padding: 0 5px;
26586
+ background-color: rgb(var(--v-theme-surface-variant));
26587
+ border-radius: 9999px;
26588
+ height: 14px;
26589
+ opacity: 0.6;
26590
+ min-width: 36px;
26591
+ cursor: pointer;
26592
+ transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
26593
+ }
26594
+ .v-switch--inset .v-switch__track {
26595
+ border-radius: 9999px;
26596
+ font-size: 0.75rem;
26597
+ height: 32px;
26598
+ min-width: 52px;
26599
+ }
26600
+
26601
+ .v-switch__thumb {
26602
+ align-items: center;
26603
+ background-color: rgb(var(--v-theme-surface-bright));
26604
+ color: rgb(var(--v-theme-on-surface-bright));
26605
+ border-radius: 50%;
26606
+ display: flex;
26607
+ font-size: 0.75rem;
26608
+ height: 20px;
26609
+ justify-content: center;
26610
+ width: 20px;
26611
+ pointer-events: none;
26612
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
26613
+ position: relative;
26614
+ overflow: hidden;
26615
+ }
26616
+ .v-switch:not(.v-switch--inset) .v-switch__thumb {
26617
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
26618
+ }
26619
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
26620
+ background: rgb(var(--v-theme-surface-variant));
26621
+ color: rgb(var(--v-theme-on-surface-variant));
26622
+ }
26623
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
26624
+ 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));
26625
+ }
26626
+ .v-switch--inset .v-switch__thumb {
26627
+ height: 24px;
26628
+ width: 24px;
26629
+ transform: scale(0.6666666667);
26630
+ }
26631
+ .v-switch--inset .v-switch__thumb--filled {
26632
+ transform: none;
26633
+ }
26634
+ .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
26635
+ transform: none;
26636
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
26637
+ }
26638
+
26639
+ .v-switch.v-input {
26640
+ flex: 0 1 auto;
26641
+ }
26642
+ .v-switch .v-selection-control {
26643
+ min-height: var(--v-input-control-height);
26644
+ }
26645
+ .v-switch .v-selection-control__input {
26646
+ border-radius: 50%;
26647
+ transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
26648
+ position: absolute;
26649
+ }
26650
+ .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
26651
+ transform: translateX(-10px);
26652
+ }
26653
+
26654
+ .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
26655
+ transform: translateX(10px);
26656
+ }
26657
+
26658
+ .v-switch .v-selection-control__input .v-icon {
26659
+ position: absolute;
26660
+ }
26661
+ .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
26662
+ transform: translateX(10px);
26663
+ }
26664
+
26665
+ .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
26666
+ transform: translateX(-10px);
26731
26667
  }
26732
26668
 
26733
- .v-timeline--align-center {
26734
- --v-timeline-line-size-base: 50%;
26735
- --v-timeline-line-size-offset: 0px;
26669
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
26670
+ transform: scale(0.8);
26736
26671
  }
26737
- .v-timeline--horizontal.v-timeline--align-center {
26738
- justify-items: center;
26672
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
26673
+ transform: scale(0.75);
26674
+ box-shadow: none;
26739
26675
  }
26740
- .v-timeline--horizontal.v-timeline--align-center .v-timeline-item__body {
26741
- padding-inline: 12px;
26676
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
26677
+ width: auto;
26742
26678
  }
26743
- .v-timeline--horizontal.v-timeline--align-center .v-timeline-item__opposite {
26744
- padding-inline: 12px;
26679
+ .v-switch.v-input--vertical .v-label {
26680
+ min-width: max-content;
26745
26681
  }
26746
- .v-timeline--horizontal.v-timeline--align-center .v-timeline-divider {
26747
- justify-content: center;
26682
+ .v-switch.v-input--vertical .v-selection-control__wrapper {
26683
+ transform: rotate(-90deg);
26748
26684
  }
26749
26685
 
26750
- .v-timeline--vertical.v-timeline--align-center {
26751
- align-items: center;
26686
+ @media (forced-colors: active) {
26687
+ .v-switch .v-switch__loader .v-progress-circular {
26688
+ color: currentColor;
26689
+ }
26690
+ .v-switch .v-switch__thumb {
26691
+ background-color: buttontext;
26692
+ }
26693
+ .v-switch .v-switch__track,
26694
+ .v-switch .v-switch__thumb {
26695
+ border: 1px solid;
26696
+ color: buttontext;
26697
+ }
26698
+ .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
26699
+ background-color: highlight;
26700
+ }
26701
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
26702
+ background-color: highlight;
26703
+ }
26704
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
26705
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
26706
+ color: highlight;
26707
+ }
26708
+ .v-switch.v-switch--inset .v-switch__track {
26709
+ border-width: 2px;
26710
+ }
26711
+ .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
26712
+ background-color: highlighttext;
26713
+ color: highlighttext;
26714
+ }
26715
+ .v-switch.v-input--disabled .v-switch__thumb {
26716
+ background-color: graytext;
26717
+ }
26718
+ .v-switch.v-input--disabled .v-switch__track,
26719
+ .v-switch.v-input--disabled .v-switch__thumb {
26720
+ color: graytext;
26721
+ }
26722
+ .v-switch.v-switch--loading .v-switch__thumb {
26723
+ background-color: canvas;
26724
+ }
26725
+ .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
26726
+ border-width: 0;
26727
+ }
26728
+ }.v-tab.v-tab.v-btn {
26729
+ height: var(--v-tabs-height);
26730
+ border-radius: 0;
26731
+ min-width: 90px;
26752
26732
  }
26753
- .v-timeline--vertical.v-timeline--align-center .v-timeline-divider {
26754
- justify-content: center;
26733
+ .v-slide-group--horizontal .v-tab {
26734
+ max-width: 360px;
26755
26735
  }
26756
-
26757
- .v-timeline--align-start {
26758
- --v-timeline-line-size-base: 100%;
26759
- --v-timeline-line-size-offset: 12px;
26736
+ .v-slide-group--vertical .v-tab {
26737
+ justify-content: start;
26760
26738
  }
26761
- .v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before {
26762
- --v-timeline-line-size-offset: 24px;
26739
+
26740
+ .v-tab__slider {
26741
+ position: absolute;
26742
+ bottom: 0;
26743
+ left: 0;
26744
+ height: 2px;
26745
+ width: 100%;
26746
+ background: currentColor;
26747
+ pointer-events: none;
26748
+ opacity: 0;
26763
26749
  }
26764
- .v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after {
26765
- --v-timeline-line-size-offset: -12px;
26750
+ .v-tab--selected .v-tab__slider {
26751
+ opacity: 1;
26766
26752
  }
26767
- .v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
26768
- --v-timeline-line-size-offset: 0px;
26753
+ .v-slide-group--vertical .v-tab__slider {
26754
+ top: 0;
26755
+ height: 100%;
26756
+ width: 2px;
26757
+ }.v-tabs {
26758
+ display: flex;
26759
+ height: var(--v-tabs-height);
26769
26760
  }
26770
- .v-timeline--horizontal.v-timeline--align-start {
26771
- justify-items: flex-start;
26761
+ .v-tabs--density-default {
26762
+ --v-tabs-height: 48px;
26772
26763
  }
26773
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
26774
- justify-content: flex-start;
26764
+ .v-tabs--density-default.v-tabs--stacked {
26765
+ --v-tabs-height: 72px;
26775
26766
  }
26776
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
26777
- width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
26767
+
26768
+ .v-tabs--density-comfortable {
26769
+ --v-tabs-height: 44px;
26778
26770
  }
26779
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
26780
- width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
26771
+ .v-tabs--density-comfortable.v-tabs--stacked {
26772
+ --v-tabs-height: 68px;
26781
26773
  }
26782
26774
 
26783
- .v-timeline--vertical.v-timeline--align-start {
26784
- align-items: flex-start;
26785
- }
26786
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
26787
- justify-content: flex-start;
26775
+ .v-tabs--density-compact {
26776
+ --v-tabs-height: 36px;
26788
26777
  }
26789
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
26790
- height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
26778
+ .v-tabs--density-compact.v-tabs--stacked {
26779
+ --v-tabs-height: 60px;
26791
26780
  }
26792
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
26793
- height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
26781
+
26782
+ .v-tabs.v-slide-group--vertical {
26783
+ height: auto;
26784
+ flex: none;
26785
+ --v-tabs-height: 48px;
26794
26786
  }
26795
26787
 
26796
- .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
26797
- display: none;
26788
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
26789
+ margin-inline-start: 42px;
26798
26790
  }
26799
- .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
26800
- --v-timeline-line-size-offset: 12px;
26791
+
26792
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
26793
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
26794
+ margin-inline-end: auto;
26801
26795
  }
26802
- .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
26803
- padding-block-start: 0;
26796
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
26797
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
26798
+ margin-inline-start: auto;
26804
26799
  }
26805
26800
 
26806
- .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
26807
- padding-inline-start: 0;
26801
+ .v-tabs--grow {
26802
+ flex-grow: 1;
26808
26803
  }
26809
-
26810
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
26811
- display: none;
26804
+ .v-tabs--grow .v-tab {
26805
+ flex: 1 0 auto;
26806
+ max-width: none;
26812
26807
  }
26813
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
26814
- --v-timeline-line-size-offset: 12px;
26808
+
26809
+ .v-tabs--align-tabs-end .v-tab:first-child {
26810
+ margin-inline-start: auto;
26815
26811
  }
26816
- .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
26817
- padding-block-end: 0;
26812
+ .v-tabs--align-tabs-end .v-tab:last-child {
26813
+ margin-inline-end: 0;
26818
26814
  }
26819
26815
 
26820
- .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 {
26821
- padding-inline-end: 0;
26816
+ @media (max-width: 1279.98px) {
26817
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
26818
+ margin-inline-start: 52px;
26819
+ }
26820
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
26821
+ margin-inline-end: 52px;
26822
+ }
26823
+ }.v-theme-provider {
26824
+ background: rgb(var(--v-theme-background));
26825
+ color: rgb(var(--v-theme-on-background));
26822
26826
  }.v-toolbar {
26823
26827
  align-items: flex-start;
26824
26828
  display: flex;
@@ -26984,15 +26988,6 @@ html.v-overlay-scroll-blocked {
26984
26988
  .v-tooltip > .v-overlay__content[class*=leave-active] {
26985
26989
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26986
26990
  transition-duration: 75ms;
26987
- }.v-virtual-scroll {
26988
- display: block;
26989
- flex: 1 1 auto;
26990
- max-width: 100%;
26991
- overflow: auto;
26992
- position: relative;
26993
- }
26994
- .v-virtual-scroll__container {
26995
- display: block;
26996
26991
  }.v-window {
26997
26992
  overflow: hidden;
26998
26993
  }
@@ -27063,6 +27058,37 @@ html.v-overlay-scroll-blocked {
27063
27058
  }
27064
27059
  .v-window-y-reverse-transition-leave-to {
27065
27060
  transform: translateY(100%);
27061
+ }.v-virtual-scroll {
27062
+ display: block;
27063
+ flex: 1 1 auto;
27064
+ max-width: 100%;
27065
+ overflow: auto;
27066
+ position: relative;
27067
+ }
27068
+ .v-virtual-scroll__container {
27069
+ display: block;
27070
+ }.v-color-picker-canvas {
27071
+ display: flex;
27072
+ position: relative;
27073
+ overflow: hidden;
27074
+ contain: content;
27075
+ touch-action: none;
27076
+ }
27077
+ .v-color-picker-canvas__dot {
27078
+ position: absolute;
27079
+ top: 0;
27080
+ left: 0;
27081
+ width: 15px;
27082
+ height: 15px;
27083
+ background: transparent;
27084
+ border-radius: 50%;
27085
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
27086
+ }
27087
+ .v-color-picker-canvas__dot--disabled {
27088
+ 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);
27089
+ }
27090
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
27091
+ will-change: transform;
27066
27092
  }.v-color-picker-edit {
27067
27093
  display: flex;
27068
27094
  margin-top: 24px;
@@ -27091,28 +27117,6 @@ html.v-overlay-scroll-blocked {
27091
27117
  }
27092
27118
  .v-color-picker-edit__input span {
27093
27119
  font-size: 0.75rem;
27094
- }.v-color-picker-canvas {
27095
- display: flex;
27096
- position: relative;
27097
- overflow: hidden;
27098
- contain: content;
27099
- touch-action: none;
27100
- }
27101
- .v-color-picker-canvas__dot {
27102
- position: absolute;
27103
- top: 0;
27104
- left: 0;
27105
- width: 15px;
27106
- height: 15px;
27107
- background: transparent;
27108
- border-radius: 50%;
27109
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
27110
- }
27111
- .v-color-picker-canvas__dot--disabled {
27112
- 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);
27113
- }
27114
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
27115
- will-change: transform;
27116
27120
  }.v-color-picker-preview__alpha .v-slider-track__background {
27117
27121
  background-color: transparent !important;
27118
27122
  }