@vuetify/nightly 3.7.16-master.2025-03-14 → 3.7.16-master.2025-03-15

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.
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.16-master.2025-03-14
2
+ * Vuetify v3.7.16-master.2025-03-15
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17978,18 +17978,6 @@ html.overflow-y-hidden {
17978
17978
  .v-ripple__animation--out {
17979
17979
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
17980
17980
  opacity: 0;
17981
- }.v-app-bar {
17982
- display: flex;
17983
- }
17984
- .v-app-bar.v-toolbar {
17985
- background: rgb(var(--v-theme-surface));
17986
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17987
- }
17988
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17989
- 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));
17990
- }
17991
- .v-app-bar:not(.v-toolbar--absolute) {
17992
- padding-inline-end: var(--v-scrollbar-offset);
17993
17981
  }.v-application {
17994
17982
  display: flex;
17995
17983
  background: rgb(var(--v-theme-background));
@@ -18006,6 +17994,18 @@ html.overflow-y-hidden {
18006
17994
  min-height: 100vh;
18007
17995
  min-height: 100dvh;
18008
17996
  position: relative;
17997
+ }.v-app-bar {
17998
+ display: flex;
17999
+ }
18000
+ .v-app-bar.v-toolbar {
18001
+ background: rgb(var(--v-theme-surface));
18002
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18003
+ }
18004
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18005
+ 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));
18006
+ }
18007
+ .v-app-bar:not(.v-toolbar--absolute) {
18008
+ padding-inline-end: var(--v-scrollbar-offset);
18009
18009
  }.v-alert {
18010
18010
  display: grid;
18011
18011
  flex: 1 1;
@@ -18328,91 +18328,6 @@ html.overflow-y-hidden {
18328
18328
  .v-avatar .v-img {
18329
18329
  height: 100%;
18330
18330
  width: 100%;
18331
- }.v-autocomplete .v-field .v-text-field__prefix,
18332
- .v-autocomplete .v-field .v-text-field__suffix,
18333
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18334
- cursor: text;
18335
- }
18336
- .v-autocomplete .v-field .v-field__input > input {
18337
- flex: 1 1;
18338
- }
18339
- .v-autocomplete .v-field input {
18340
- min-width: 64px;
18341
- }
18342
- .v-autocomplete .v-field:not(.v-field--focused) input {
18343
- min-width: 0;
18344
- }
18345
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18346
- margin-inline-end: 2px;
18347
- }
18348
- .v-autocomplete .v-autocomplete__selection-text {
18349
- overflow: hidden;
18350
- text-overflow: ellipsis;
18351
- white-space: nowrap;
18352
- }
18353
-
18354
- .v-autocomplete__content {
18355
- overflow: hidden;
18356
- }
18357
- .v-autocomplete__content {
18358
- 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));
18359
- }
18360
- .v-autocomplete__content {
18361
- border-radius: 4px;
18362
- }
18363
- .v-autocomplete__mask {
18364
- background: rgb(var(--v-theme-surface-light));
18365
- }
18366
- .v-autocomplete__selection {
18367
- display: inline-flex;
18368
- align-items: center;
18369
- height: 1.5rem;
18370
- letter-spacing: inherit;
18371
- line-height: inherit;
18372
- max-width: calc(100% - 2px - 2px);
18373
- }
18374
- .v-autocomplete__selection:first-child {
18375
- margin-inline-start: 0;
18376
- }
18377
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18378
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18379
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18380
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18381
- top: 0px;
18382
- }
18383
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18384
- opacity: var(--v-medium-emphasis-opacity);
18385
- }
18386
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18387
- opacity: 1;
18388
- }
18389
- .v-autocomplete--selecting-index .v-field__input > input {
18390
- caret-color: transparent;
18391
- }
18392
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18393
- flex: 1 1;
18394
- position: absolute;
18395
- left: 0;
18396
- right: 0;
18397
- width: 100%;
18398
- padding-inline: inherit;
18399
- }
18400
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18401
- transition: none;
18402
- }
18403
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18404
- opacity: 0;
18405
- }
18406
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18407
- opacity: 0;
18408
- }
18409
- .v-autocomplete__menu-icon {
18410
- margin-inline-start: 4px;
18411
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18412
- }
18413
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18414
- opacity: var(--v-high-emphasis-opacity);
18415
- transform: rotate(180deg);
18416
18331
  }.v-badge {
18417
18332
  display: inline-block;
18418
18333
  line-height: 1;
@@ -18490,70 +18405,6 @@ html.overflow-y-hidden {
18490
18405
  display: inline-flex;
18491
18406
  justify-content: center;
18492
18407
  margin: 0 4px;
18493
- }.v-bottom-navigation {
18494
- display: flex;
18495
- max-width: 100%;
18496
- overflow: hidden;
18497
- position: absolute;
18498
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18499
- }
18500
- .v-bottom-navigation {
18501
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18502
- border-style: solid;
18503
- border-width: 0;
18504
- }
18505
- .v-bottom-navigation--border {
18506
- border-width: thin;
18507
- box-shadow: none;
18508
- }
18509
- .v-bottom-navigation {
18510
- border-radius: 0;
18511
- }
18512
- .v-bottom-navigation {
18513
- background: rgb(var(--v-theme-surface));
18514
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18515
- }
18516
- .v-bottom-navigation--active {
18517
- 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));
18518
- }
18519
-
18520
- .v-bottom-navigation__content {
18521
- display: flex;
18522
- flex: none;
18523
- font-size: 0.75rem;
18524
- justify-content: center;
18525
- transition: inherit;
18526
- width: 100%;
18527
- }
18528
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18529
- font-size: inherit;
18530
- height: 100%;
18531
- max-width: 168px;
18532
- min-width: 80px;
18533
- text-transform: none;
18534
- transition: inherit;
18535
- width: auto;
18536
- }
18537
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18538
- border-radius: 0;
18539
- }
18540
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18541
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18542
- transition: inherit;
18543
- }
18544
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18545
- font-size: 1.5rem;
18546
- }
18547
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18548
- flex-basis: 0;
18549
- flex-grow: 1;
18550
- }
18551
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18552
- transition: inherit;
18553
- opacity: 0;
18554
- }
18555
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18556
- transform: translateY(0.5rem);
18557
18408
  }.v-banner {
18558
18409
  display: grid;
18559
18410
  flex: 1 1;
@@ -18720,72 +18571,278 @@ html.overflow-y-hidden {
18720
18571
  }
18721
18572
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18722
18573
  align-self: flex-start;
18723
- }.bottom-sheet-transition-enter-from {
18724
- transform: translateY(100%);
18574
+ }.v-autocomplete .v-field .v-text-field__prefix,
18575
+ .v-autocomplete .v-field .v-text-field__suffix,
18576
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18577
+ cursor: text;
18725
18578
  }
18726
- .bottom-sheet-transition-leave-to {
18727
- transform: translateY(100%);
18579
+ .v-autocomplete .v-field .v-field__input > input {
18580
+ flex: 1 1;
18728
18581
  }
18729
-
18730
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18731
- align-self: flex-end;
18732
- border-radius: 0;
18733
- flex: 0 1 auto;
18734
- left: 0;
18735
- right: 0;
18736
- margin-inline: 0;
18737
- margin-bottom: 0;
18738
- transition-duration: 0.2s;
18739
- width: 100%;
18740
- max-width: 100%;
18741
- overflow: visible;
18582
+ .v-autocomplete .v-field input {
18583
+ min-width: 64px;
18742
18584
  }
18743
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18744
- box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18585
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18586
+ min-width: 0;
18745
18587
  }
18746
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18747
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18748
- border-radius: 0;
18588
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18589
+ margin-inline-end: 2px;
18749
18590
  }
18750
- .v-bottom-sheet.v-bottom-sheet--inset {
18751
- max-width: none;
18591
+ .v-autocomplete .v-autocomplete__selection-text {
18592
+ overflow: hidden;
18593
+ text-overflow: ellipsis;
18594
+ white-space: nowrap;
18752
18595
  }
18753
- @media (min-width: 600px) {
18754
- .v-bottom-sheet.v-bottom-sheet--inset {
18755
- max-width: 70%;
18756
- }
18757
- }.v-btn {
18758
- align-items: center;
18596
+
18597
+ .v-autocomplete__content {
18598
+ overflow: hidden;
18599
+ }
18600
+ .v-autocomplete__content {
18601
+ 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));
18602
+ }
18603
+ .v-autocomplete__content {
18759
18604
  border-radius: 4px;
18760
- display: inline-grid;
18761
- grid-template-areas: "prepend content append";
18762
- grid-template-columns: max-content auto max-content;
18763
- font-weight: 500;
18764
- justify-content: center;
18765
- letter-spacing: 0.0892857143em;
18766
- line-height: normal;
18767
- max-width: 100%;
18768
- outline: none;
18769
- position: relative;
18770
- text-decoration: none;
18771
- text-indent: 0.0892857143em;
18772
- text-transform: uppercase;
18773
- transition-property: box-shadow, transform, opacity, background;
18774
- transition-duration: 0.28s;
18775
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18776
- -webkit-user-select: none;
18777
- user-select: none;
18778
- vertical-align: middle;
18779
- flex-shrink: 0;
18780
18605
  }
18781
- .v-btn--size-x-small {
18782
- --v-btn-size: 0.625rem;
18783
- --v-btn-height: 20px;
18784
- font-size: var(--v-btn-size);
18785
- min-width: 36px;
18786
- padding: 0 8px;
18606
+ .v-autocomplete__mask {
18607
+ background: rgb(var(--v-theme-surface-light));
18787
18608
  }
18788
-
18609
+ .v-autocomplete__selection {
18610
+ display: inline-flex;
18611
+ align-items: center;
18612
+ height: 1.5rem;
18613
+ letter-spacing: inherit;
18614
+ line-height: inherit;
18615
+ max-width: calc(100% - 2px - 2px);
18616
+ }
18617
+ .v-autocomplete__selection:first-child {
18618
+ margin-inline-start: 0;
18619
+ }
18620
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18621
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18622
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18623
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18624
+ top: 0px;
18625
+ }
18626
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
18627
+ opacity: var(--v-medium-emphasis-opacity);
18628
+ }
18629
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18630
+ opacity: 1;
18631
+ }
18632
+ .v-autocomplete--selecting-index .v-field__input > input {
18633
+ caret-color: transparent;
18634
+ }
18635
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18636
+ flex: 1 1;
18637
+ position: absolute;
18638
+ left: 0;
18639
+ right: 0;
18640
+ width: 100%;
18641
+ padding-inline: inherit;
18642
+ }
18643
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18644
+ transition: none;
18645
+ }
18646
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18647
+ opacity: 0;
18648
+ }
18649
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18650
+ opacity: 0;
18651
+ }
18652
+ .v-autocomplete__menu-icon {
18653
+ margin-inline-start: 4px;
18654
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18655
+ }
18656
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18657
+ opacity: var(--v-high-emphasis-opacity);
18658
+ transform: rotate(180deg);
18659
+ }.v-bottom-navigation {
18660
+ display: flex;
18661
+ max-width: 100%;
18662
+ overflow: hidden;
18663
+ position: absolute;
18664
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18665
+ }
18666
+ .v-bottom-navigation {
18667
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18668
+ border-style: solid;
18669
+ border-width: 0;
18670
+ }
18671
+ .v-bottom-navigation--border {
18672
+ border-width: thin;
18673
+ box-shadow: none;
18674
+ }
18675
+ .v-bottom-navigation {
18676
+ border-radius: 0;
18677
+ }
18678
+ .v-bottom-navigation {
18679
+ background: rgb(var(--v-theme-surface));
18680
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18681
+ }
18682
+ .v-bottom-navigation--active {
18683
+ 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));
18684
+ }
18685
+
18686
+ .v-bottom-navigation__content {
18687
+ display: flex;
18688
+ flex: none;
18689
+ font-size: 0.75rem;
18690
+ justify-content: center;
18691
+ transition: inherit;
18692
+ width: 100%;
18693
+ }
18694
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18695
+ font-size: inherit;
18696
+ height: 100%;
18697
+ max-width: 168px;
18698
+ min-width: 80px;
18699
+ text-transform: none;
18700
+ transition: inherit;
18701
+ width: auto;
18702
+ }
18703
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18704
+ border-radius: 0;
18705
+ }
18706
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18707
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18708
+ transition: inherit;
18709
+ }
18710
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18711
+ font-size: 1.5rem;
18712
+ }
18713
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18714
+ flex-basis: 0;
18715
+ flex-grow: 1;
18716
+ }
18717
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18718
+ transition: inherit;
18719
+ opacity: 0;
18720
+ }
18721
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18722
+ transform: translateY(0.5rem);
18723
+ }.bottom-sheet-transition-enter-from {
18724
+ transform: translateY(100%);
18725
+ }
18726
+ .bottom-sheet-transition-leave-to {
18727
+ transform: translateY(100%);
18728
+ }
18729
+
18730
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18731
+ align-self: flex-end;
18732
+ border-radius: 0;
18733
+ flex: 0 1 auto;
18734
+ left: 0;
18735
+ right: 0;
18736
+ margin-inline: 0;
18737
+ margin-bottom: 0;
18738
+ transition-duration: 0.2s;
18739
+ width: 100%;
18740
+ max-width: 100%;
18741
+ overflow: visible;
18742
+ }
18743
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18744
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18745
+ }
18746
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18747
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18748
+ border-radius: 0;
18749
+ }
18750
+ .v-bottom-sheet.v-bottom-sheet--inset {
18751
+ max-width: none;
18752
+ }
18753
+ @media (min-width: 600px) {
18754
+ .v-bottom-sheet.v-bottom-sheet--inset {
18755
+ max-width: 70%;
18756
+ }
18757
+ }.v-breadcrumbs {
18758
+ display: flex;
18759
+ align-items: center;
18760
+ line-height: 1.6;
18761
+ padding: 16px 12px;
18762
+ }
18763
+ .v-breadcrumbs--rounded {
18764
+ border-radius: 4px;
18765
+ }
18766
+ .v-breadcrumbs--density-default {
18767
+ padding-top: 16px;
18768
+ padding-bottom: 16px;
18769
+ }
18770
+
18771
+ .v-breadcrumbs--density-comfortable {
18772
+ padding-top: 12px;
18773
+ padding-bottom: 12px;
18774
+ }
18775
+
18776
+ .v-breadcrumbs--density-compact {
18777
+ padding-top: 8px;
18778
+ padding-bottom: 8px;
18779
+ }
18780
+
18781
+ .v-breadcrumbs__prepend {
18782
+ align-items: center;
18783
+ display: inline-flex;
18784
+ }
18785
+
18786
+ .v-breadcrumbs-item {
18787
+ align-items: center;
18788
+ color: inherit;
18789
+ display: inline-flex;
18790
+ padding: 0 4px;
18791
+ text-decoration: none;
18792
+ vertical-align: middle;
18793
+ }
18794
+ .v-breadcrumbs-item--disabled {
18795
+ opacity: var(--v-disabled-opacity);
18796
+ pointer-events: none;
18797
+ }
18798
+ .v-breadcrumbs-item--link {
18799
+ color: inherit;
18800
+ text-decoration: none;
18801
+ }
18802
+ .v-breadcrumbs-item--link:hover {
18803
+ text-decoration: underline;
18804
+ }
18805
+ .v-breadcrumbs-item .v-icon {
18806
+ font-size: 1rem;
18807
+ margin-inline: -4px 2px;
18808
+ }
18809
+
18810
+ .v-breadcrumbs-divider {
18811
+ display: inline-block;
18812
+ padding: 0 8px;
18813
+ vertical-align: middle;
18814
+ }.v-btn {
18815
+ align-items: center;
18816
+ border-radius: 4px;
18817
+ display: inline-grid;
18818
+ grid-template-areas: "prepend content append";
18819
+ grid-template-columns: max-content auto max-content;
18820
+ font-weight: 500;
18821
+ justify-content: center;
18822
+ letter-spacing: 0.0892857143em;
18823
+ line-height: normal;
18824
+ max-width: 100%;
18825
+ outline: none;
18826
+ position: relative;
18827
+ text-decoration: none;
18828
+ text-indent: 0.0892857143em;
18829
+ text-transform: uppercase;
18830
+ transition-property: box-shadow, transform, opacity, background;
18831
+ transition-duration: 0.28s;
18832
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18833
+ -webkit-user-select: none;
18834
+ user-select: none;
18835
+ vertical-align: middle;
18836
+ flex-shrink: 0;
18837
+ }
18838
+ .v-btn--size-x-small {
18839
+ --v-btn-size: 0.625rem;
18840
+ --v-btn-height: 20px;
18841
+ font-size: var(--v-btn-size);
18842
+ min-width: 36px;
18843
+ padding: 0 8px;
18844
+ }
18845
+
18789
18846
  .v-btn--size-small {
18790
18847
  --v-btn-size: 0.75rem;
18791
18848
  --v-btn-height: 28px;
@@ -19242,22 +19299,6 @@ html.overflow-y-hidden {
19242
19299
  }
19243
19300
  .v-btn-group--tile {
19244
19301
  border-radius: 0;
19245
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19246
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19247
- }
19248
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19249
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19250
- }
19251
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19252
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19253
- }
19254
- @supports not selector(:focus-visible) {
19255
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19256
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19257
- }
19258
- }
19259
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
19260
- opacity: 1;
19261
19302
  }.v-card {
19262
19303
  display: block;
19263
19304
  overflow: hidden;
@@ -19566,63 +19607,22 @@ html.overflow-y-hidden {
19566
19607
  pointer-events: none;
19567
19608
  opacity: 0;
19568
19609
  transition: opacity 0.2s ease-in-out;
19569
- }.v-breadcrumbs {
19570
- display: flex;
19571
- align-items: center;
19572
- line-height: 1.6;
19573
- padding: 16px 12px;
19574
- }
19575
- .v-breadcrumbs--rounded {
19576
- border-radius: 4px;
19577
- }
19578
- .v-breadcrumbs--density-default {
19579
- padding-top: 16px;
19580
- padding-bottom: 16px;
19581
- }
19582
-
19583
- .v-breadcrumbs--density-comfortable {
19584
- padding-top: 12px;
19585
- padding-bottom: 12px;
19586
- }
19587
-
19588
- .v-breadcrumbs--density-compact {
19589
- padding-top: 8px;
19590
- padding-bottom: 8px;
19591
- }
19592
-
19593
- .v-breadcrumbs__prepend {
19594
- align-items: center;
19595
- display: inline-flex;
19596
- }
19597
-
19598
- .v-breadcrumbs-item {
19599
- align-items: center;
19600
- color: inherit;
19601
- display: inline-flex;
19602
- padding: 0 4px;
19603
- text-decoration: none;
19604
- vertical-align: middle;
19605
- }
19606
- .v-breadcrumbs-item--disabled {
19607
- opacity: var(--v-disabled-opacity);
19608
- pointer-events: none;
19610
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19611
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19609
19612
  }
19610
- .v-breadcrumbs-item--link {
19611
- color: inherit;
19612
- text-decoration: none;
19613
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19614
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19613
19615
  }
19614
- .v-breadcrumbs-item--link:hover {
19615
- text-decoration: underline;
19616
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19617
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19616
19618
  }
19617
- .v-breadcrumbs-item .v-icon {
19618
- font-size: 1rem;
19619
- margin-inline: -4px 2px;
19619
+ @supports not selector(:focus-visible) {
19620
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19621
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19622
+ }
19620
19623
  }
19621
-
19622
- .v-breadcrumbs-divider {
19623
- display: inline-block;
19624
- padding: 0 8px;
19625
- vertical-align: middle;
19624
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
19625
+ opacity: 1;
19626
19626
  }.v-checkbox.v-input {
19627
19627
  flex: 0 1 auto;
19628
19628
  }
@@ -19693,6 +19693,28 @@ html.overflow-y-hidden {
19693
19693
  flex-direction: column;
19694
19694
  height: 100% !important;
19695
19695
  width: 50px;
19696
+ }.v-color-picker {
19697
+ align-self: flex-start;
19698
+ contain: content;
19699
+ }
19700
+ .v-color-picker.v-sheet {
19701
+ 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));
19702
+ }
19703
+ .v-color-picker.v-sheet {
19704
+ border-radius: 4px;
19705
+ }
19706
+
19707
+ .v-color-picker__controls {
19708
+ display: flex;
19709
+ flex-direction: column;
19710
+ padding: 16px;
19711
+ }
19712
+
19713
+ .v-color-picker--flat {
19714
+ 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));
19715
+ }
19716
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19717
+ 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));
19696
19718
  }.v-chip {
19697
19719
  align-items: center;
19698
19720
  display: inline-flex;
@@ -20111,28 +20133,24 @@ html.overflow-y-hidden {
20111
20133
 
20112
20134
  .v-chip--label {
20113
20135
  border-radius: 4px;
20114
- }.v-color-picker {
20115
- align-self: flex-start;
20116
- contain: content;
20117
- }
20118
- .v-color-picker.v-sheet {
20119
- 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));
20136
+ }.v-chip-group {
20137
+ display: flex;
20138
+ max-width: 100%;
20139
+ min-width: 0;
20140
+ overflow-x: auto;
20141
+ padding: 4px 0;
20120
20142
  }
20121
- .v-color-picker.v-sheet {
20122
- border-radius: 4px;
20143
+ .v-chip-group .v-chip {
20144
+ margin: 4px 8px 4px 0;
20123
20145
  }
20124
-
20125
- .v-color-picker__controls {
20126
- display: flex;
20127
- flex-direction: column;
20128
- padding: 16px;
20146
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20147
+ opacity: var(--v-activated-opacity);
20129
20148
  }
20130
20149
 
20131
- .v-color-picker--flat {
20132
- 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));
20133
- }
20134
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20135
- 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));
20150
+ .v-chip-group--column .v-slide-group__content {
20151
+ white-space: normal;
20152
+ flex-wrap: wrap;
20153
+ max-width: 100%;
20136
20154
  }.v-container {
20137
20155
  width: 100%;
20138
20156
  padding: 16px;
@@ -20890,110 +20908,136 @@ html.overflow-y-hidden {
20890
20908
  .v-combobox--active-menu .v-combobox__menu-icon {
20891
20909
  opacity: var(--v-high-emphasis-opacity);
20892
20910
  transform: rotate(180deg);
20893
- }.v-chip-group {
20894
- display: flex;
20895
- max-width: 100%;
20896
- min-width: 0;
20897
- overflow-x: auto;
20898
- padding: 4px 0;
20911
+ }.v-divider {
20912
+ display: block;
20913
+ flex: 1 1 100%;
20914
+ height: 0px;
20915
+ max-height: 0px;
20916
+ opacity: var(--v-border-opacity);
20917
+ transition: inherit;
20899
20918
  }
20900
- .v-chip-group .v-chip {
20901
- margin: 4px 8px 4px 0;
20919
+ .v-divider {
20920
+ border-style: solid;
20921
+ border-width: thin 0 0 0;
20902
20922
  }
20903
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20904
- opacity: var(--v-activated-opacity);
20923
+ .v-divider--vertical {
20924
+ align-self: stretch;
20925
+ border-width: 0 thin 0 0;
20926
+ display: inline-flex;
20927
+ height: auto;
20928
+ margin-left: -1px;
20929
+ max-height: 100%;
20930
+ max-width: 0px;
20931
+ vertical-align: text-bottom;
20932
+ width: 0px;
20933
+ }
20934
+ .v-divider--inset:not(.v-divider--vertical) {
20935
+ max-width: calc(100% - 72px);
20936
+ margin-inline-start: 72px;
20937
+ }
20938
+ .v-divider--inset.v-divider--vertical {
20939
+ margin-bottom: 8px;
20940
+ margin-top: 8px;
20941
+ max-height: calc(100% - 16px);
20905
20942
  }
20906
20943
 
20907
- .v-chip-group--column .v-slide-group__content {
20908
- white-space: normal;
20909
- flex-wrap: wrap;
20910
- max-width: 100%;
20944
+ .v-divider__content {
20945
+ padding: 0 16px;
20946
+ text-wrap: nowrap;
20947
+ }
20948
+ .v-divider__wrapper--vertical .v-divider__content {
20949
+ padding: 4px 0;
20950
+ }
20951
+
20952
+ .v-divider__wrapper {
20953
+ display: flex;
20954
+ align-items: center;
20955
+ justify-content: center;
20956
+ }
20957
+ .v-divider__wrapper--vertical {
20958
+ flex-direction: column;
20959
+ height: 100%;
20960
+ }
20961
+ .v-divider__wrapper--vertical .v-divider {
20962
+ margin: 0 auto;
20911
20963
  }.v-counter {
20912
20964
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20913
20965
  flex: 0 1 auto;
20914
20966
  font-size: 12px;
20915
20967
  transition-duration: 150ms;
20916
- }.v-date-picker {
20917
- overflow: hidden;
20918
- width: 328px;
20968
+ }.v-empty-state {
20969
+ align-items: center;
20970
+ display: flex;
20971
+ flex-direction: column;
20972
+ justify-content: center;
20973
+ min-height: 100%;
20974
+ padding: 16px;
20919
20975
  }
20920
- .v-date-picker--show-week {
20921
- width: 368px;
20922
- }.v-date-picker-years {
20923
- height: 288px;
20924
- overflow-y: scroll;
20976
+ .v-empty-state--start {
20977
+ align-items: flex-start;
20925
20978
  }
20926
-
20927
- .v-date-picker-years__content {
20928
- display: grid;
20929
- flex: 1 1;
20930
- justify-content: space-around;
20931
- grid-template-columns: repeat(3, 1fr);
20932
- gap: 8px 24px;
20933
- padding-inline: 32px;
20979
+ .v-empty-state--center {
20980
+ align-items: center;
20934
20981
  }
20935
- .v-date-picker-years__content .v-btn {
20936
- padding-inline: 8px;
20937
- }.v-date-picker-header {
20982
+ .v-empty-state--end {
20938
20983
  align-items: flex-end;
20939
- height: 70px;
20940
- display: grid;
20941
- grid-template-areas: "prepend content append";
20942
- grid-template-columns: min-content minmax(0, 1fr) min-content;
20943
- overflow: hidden;
20944
- padding-inline: 24px 12px;
20945
- padding-bottom: 12px;
20946
20984
  }
20947
20985
 
20948
- .v-date-picker-header__append {
20949
- grid-area: append;
20986
+ .v-empty-state__media {
20987
+ text-align: center;
20988
+ width: 100%;
20950
20989
  }
20951
-
20952
- .v-date-picker-header__prepend {
20953
- grid-area: prepend;
20954
- padding-inline-start: 8px;
20990
+ .v-empty-state__media .v-icon {
20991
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20955
20992
  }
20956
20993
 
20957
- .v-date-picker-header__content {
20958
- align-items: center;
20959
- display: inline-flex;
20960
- font-size: 32px;
20961
- line-height: 40px;
20962
- grid-area: content;
20963
- justify-content: space-between;
20994
+ .v-empty-state__headline {
20995
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20996
+ font-size: 3.75rem;
20997
+ font-weight: 300;
20998
+ line-height: 1;
20999
+ text-align: center;
21000
+ margin-bottom: 8px;
20964
21001
  }
20965
- .v-date-picker-header--clickable .v-date-picker-header__content {
20966
- cursor: pointer;
21002
+ .v-empty-state--mobile .v-empty-state__headline {
21003
+ font-size: 2.125rem;
20967
21004
  }
20968
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20969
- opacity: 0.7;
21005
+
21006
+ .v-empty-state__title {
21007
+ font-size: 1.25rem;
21008
+ font-weight: 500;
21009
+ line-height: 1.6;
21010
+ margin-bottom: 4px;
21011
+ text-align: center;
20970
21012
  }
20971
21013
 
20972
- .date-picker-header-transition-enter-active,
20973
- .date-picker-header-reverse-transition-enter-active {
20974
- transition-duration: 0.3s;
20975
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20976
- }
20977
- .date-picker-header-transition-leave-active,
20978
- .date-picker-header-reverse-transition-leave-active {
20979
- transition-duration: 0.3s;
20980
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21014
+ .v-empty-state__text {
21015
+ font-size: 0.875rem;
21016
+ font-weight: 400;
21017
+ line-height: 1.425;
21018
+ padding: 0 16px;
21019
+ text-align: center;
20981
21020
  }
20982
21021
 
20983
- .date-picker-header-transition-enter-from {
20984
- transform: translate(0, 100%);
21022
+ .v-empty-state__content {
21023
+ padding: 24px 0;
20985
21024
  }
20986
- .date-picker-header-transition-leave-to {
20987
- opacity: 0;
20988
- transform: translate(0, -100%);
21025
+
21026
+ .v-empty-state__actions {
21027
+ display: flex;
21028
+ gap: 8px;
21029
+ padding: 16px;
20989
21030
  }
20990
21031
 
20991
- .date-picker-header-reverse-transition-enter-from {
20992
- transform: translate(0, -100%);
21032
+ .v-empty-state__action-btn.v-btn {
21033
+ background-color: initial;
21034
+ color: initial;
21035
+ }.v-date-picker {
21036
+ overflow: hidden;
21037
+ width: 328px;
20993
21038
  }
20994
- .date-picker-header-reverse-transition-leave-to {
20995
- opacity: 0;
20996
- transform: translate(0, 100%);
21039
+ .v-date-picker--show-week {
21040
+ width: 368px;
20997
21041
  }.v-date-picker-month {
20998
21042
  display: flex;
20999
21043
  justify-content: center;
@@ -21049,25 +21093,6 @@ html.overflow-y-hidden {
21049
21093
 
21050
21094
  .v-date-picker-month__day--hide-adjacent {
21051
21095
  opacity: 0;
21052
- }.v-date-picker-months {
21053
- height: 288px;
21054
- }
21055
-
21056
- .v-date-picker-months__content {
21057
- align-items: center;
21058
- display: grid;
21059
- flex: 1 1;
21060
- height: inherit;
21061
- justify-content: space-around;
21062
- grid-template-columns: repeat(2, 1fr);
21063
- grid-gap: 0px 24px;
21064
- padding-inline-start: 36px;
21065
- padding-inline-end: 36px;
21066
- }
21067
- .v-date-picker-months__content .v-btn {
21068
- text-transform: none;
21069
- padding-inline-start: 8px;
21070
- padding-inline-end: 8px;
21071
21096
  }.v-date-picker-controls {
21072
21097
  display: flex;
21073
21098
  align-items: center;
@@ -21124,6 +21149,100 @@ html.overflow-y-hidden {
21124
21149
 
21125
21150
  .v-date-picker__title {
21126
21151
  display: inline-block;
21152
+ }.v-date-picker-years {
21153
+ height: 288px;
21154
+ overflow-y: scroll;
21155
+ }
21156
+
21157
+ .v-date-picker-years__content {
21158
+ display: grid;
21159
+ flex: 1 1;
21160
+ justify-content: space-around;
21161
+ grid-template-columns: repeat(3, 1fr);
21162
+ gap: 8px 24px;
21163
+ padding-inline: 32px;
21164
+ }
21165
+ .v-date-picker-years__content .v-btn {
21166
+ padding-inline: 8px;
21167
+ }.v-date-picker-header {
21168
+ align-items: flex-end;
21169
+ height: 70px;
21170
+ display: grid;
21171
+ grid-template-areas: "prepend content append";
21172
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
21173
+ overflow: hidden;
21174
+ padding-inline: 24px 12px;
21175
+ padding-bottom: 12px;
21176
+ }
21177
+
21178
+ .v-date-picker-header__append {
21179
+ grid-area: append;
21180
+ }
21181
+
21182
+ .v-date-picker-header__prepend {
21183
+ grid-area: prepend;
21184
+ padding-inline-start: 8px;
21185
+ }
21186
+
21187
+ .v-date-picker-header__content {
21188
+ align-items: center;
21189
+ display: inline-flex;
21190
+ font-size: 32px;
21191
+ line-height: 40px;
21192
+ grid-area: content;
21193
+ justify-content: space-between;
21194
+ }
21195
+ .v-date-picker-header--clickable .v-date-picker-header__content {
21196
+ cursor: pointer;
21197
+ }
21198
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
21199
+ opacity: 0.7;
21200
+ }
21201
+
21202
+ .date-picker-header-transition-enter-active,
21203
+ .date-picker-header-reverse-transition-enter-active {
21204
+ transition-duration: 0.3s;
21205
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21206
+ }
21207
+ .date-picker-header-transition-leave-active,
21208
+ .date-picker-header-reverse-transition-leave-active {
21209
+ transition-duration: 0.3s;
21210
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21211
+ }
21212
+
21213
+ .date-picker-header-transition-enter-from {
21214
+ transform: translate(0, 100%);
21215
+ }
21216
+ .date-picker-header-transition-leave-to {
21217
+ opacity: 0;
21218
+ transform: translate(0, -100%);
21219
+ }
21220
+
21221
+ .date-picker-header-reverse-transition-enter-from {
21222
+ transform: translate(0, -100%);
21223
+ }
21224
+ .date-picker-header-reverse-transition-leave-to {
21225
+ opacity: 0;
21226
+ transform: translate(0, 100%);
21227
+ }.v-date-picker-months {
21228
+ height: 288px;
21229
+ }
21230
+
21231
+ .v-date-picker-months__content {
21232
+ align-items: center;
21233
+ display: grid;
21234
+ flex: 1 1;
21235
+ height: inherit;
21236
+ justify-content: space-around;
21237
+ grid-template-columns: repeat(2, 1fr);
21238
+ grid-gap: 0px 24px;
21239
+ padding-inline-start: 36px;
21240
+ padding-inline-end: 36px;
21241
+ }
21242
+ .v-date-picker-months__content .v-btn {
21243
+ text-transform: none;
21244
+ padding-inline-start: 8px;
21245
+ padding-inline-end: 8px;
21127
21246
  }.v-dialog {
21128
21247
  align-items: center;
21129
21248
  justify-content: center;
@@ -21223,82 +21342,304 @@ html.overflow-y-hidden {
21223
21342
  -webkit-backface-visibility: hidden;
21224
21343
  backface-visibility: hidden;
21225
21344
  overflow-y: auto;
21226
- }.v-empty-state {
21227
- align-items: center;
21228
- display: flex;
21229
- flex-direction: column;
21230
- justify-content: center;
21231
- min-height: 100%;
21232
- padding: 16px;
21345
+ }.v-expansion-panel {
21346
+ background-color: rgb(var(--v-theme-surface));
21347
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21233
21348
  }
21234
- .v-empty-state--start {
21235
- align-items: flex-start;
21349
+ .v-expansion-panel:not(:first-child)::after {
21350
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21236
21351
  }
21237
- .v-empty-state--center {
21238
- align-items: center;
21352
+ .v-expansion-panel--disabled .v-expansion-panel-title {
21353
+ color: rgba(var(--v-theme-on-surface), 0.26);
21239
21354
  }
21240
- .v-empty-state--end {
21241
- align-items: flex-end;
21355
+ .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
21356
+ opacity: 0.4615384615;
21242
21357
  }
21243
21358
 
21244
- .v-empty-state__media {
21245
- text-align: center;
21359
+ .v-expansion-panels {
21360
+ display: flex;
21361
+ flex-wrap: wrap;
21362
+ justify-content: center;
21363
+ list-style-type: none;
21364
+ padding: 0;
21246
21365
  width: 100%;
21366
+ position: relative;
21367
+ z-index: 1;
21247
21368
  }
21248
- .v-empty-state__media .v-icon {
21249
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21369
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
21370
+ border-bottom-left-radius: 0 !important;
21371
+ border-bottom-right-radius: 0 !important;
21250
21372
  }
21251
-
21252
- .v-empty-state__headline {
21253
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21254
- font-size: 3.75rem;
21255
- font-weight: 300;
21256
- line-height: 1;
21257
- text-align: center;
21258
- margin-bottom: 8px;
21373
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
21374
+ border-top-left-radius: 0 !important;
21375
+ border-top-right-radius: 0 !important;
21259
21376
  }
21260
- .v-empty-state--mobile .v-empty-state__headline {
21261
- font-size: 2.125rem;
21377
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
21378
+ border-bottom-left-radius: 0 !important;
21379
+ border-bottom-right-radius: 0 !important;
21262
21380
  }
21263
-
21264
- .v-empty-state__title {
21265
- font-size: 1.25rem;
21266
- font-weight: 500;
21267
- line-height: 1.6;
21268
- margin-bottom: 4px;
21269
- text-align: center;
21381
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
21382
+ border-top-left-radius: 0 !important;
21383
+ border-top-right-radius: 0 !important;
21270
21384
  }
21271
-
21272
- .v-empty-state__text {
21273
- font-size: 0.875rem;
21274
- font-weight: 400;
21275
- line-height: 1.425;
21276
- padding: 0 16px;
21277
- text-align: center;
21385
+ .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
21386
+ border-bottom-left-radius: 0 !important;
21387
+ border-bottom-right-radius: 0 !important;
21278
21388
  }
21279
-
21280
- .v-empty-state__content {
21281
- padding: 24px 0;
21389
+ .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
21390
+ border-top-left-radius: 0 !important;
21391
+ border-top-right-radius: 0 !important;
21282
21392
  }
21283
-
21284
- .v-empty-state__actions {
21285
- display: flex;
21286
- gap: 8px;
21287
- padding: 16px;
21393
+ .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
21394
+ border-bottom-left-radius: initial;
21395
+ border-bottom-right-radius: initial;
21396
+ }
21397
+ .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
21398
+ border-radius: 0 !important;
21399
+ }
21400
+ .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
21401
+ transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
21288
21402
  }
21289
21403
 
21290
- .v-empty-state__action-btn.v-btn {
21291
- background-color: initial;
21292
- color: initial;
21293
- }/* region INPUT */
21294
- .v-field {
21295
- display: grid;
21296
- grid-template-areas: "prepend-inner field clear append-inner";
21297
- grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
21298
- font-size: 16px;
21299
- letter-spacing: 0.009375em;
21404
+ .v-expansion-panel {
21405
+ flex: 1 0 100%;
21300
21406
  max-width: 100%;
21301
- border-radius: 4px;
21407
+ position: relative;
21408
+ transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
21409
+ transition-property: margin-top, border-radius, border, max-width;
21410
+ border-radius: 4px;
21411
+ }
21412
+ .v-expansion-panel:not(:first-child)::after {
21413
+ border-top-style: solid;
21414
+ border-top-width: thin;
21415
+ content: "";
21416
+ left: 0;
21417
+ position: absolute;
21418
+ right: 0;
21419
+ top: 0;
21420
+ transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
21421
+ }
21422
+ .v-expansion-panel--disabled .v-expansion-panel-title {
21423
+ pointer-events: none;
21424
+ }
21425
+ .v-expansion-panel--active:not(:first-child),
21426
+ .v-expansion-panel--active + .v-expansion-panel {
21427
+ margin-top: 16px;
21428
+ }
21429
+ .v-expansion-panel--active:not(:first-child)::after,
21430
+ .v-expansion-panel--active + .v-expansion-panel::after {
21431
+ opacity: 0;
21432
+ }
21433
+ .v-expansion-panel--active > .v-expansion-panel-title {
21434
+ border-bottom-left-radius: 0;
21435
+ border-bottom-right-radius: 0;
21436
+ }
21437
+ .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
21438
+ min-height: 64px;
21439
+ }
21440
+
21441
+ .v-expansion-panel__shadow {
21442
+ border-radius: inherit;
21443
+ z-index: -1;
21444
+ }
21445
+ .v-expansion-panel__shadow {
21446
+ position: absolute;
21447
+ top: 0;
21448
+ left: 0;
21449
+ width: 100%;
21450
+ height: 100%;
21451
+ }
21452
+ .v-expansion-panel__shadow {
21453
+ 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));
21454
+ }
21455
+
21456
+ .v-expansion-panel-title {
21457
+ align-items: center;
21458
+ text-align: start;
21459
+ border-radius: inherit;
21460
+ display: flex;
21461
+ font-size: 0.9375rem;
21462
+ line-height: 1;
21463
+ min-height: 48px;
21464
+ outline: none;
21465
+ padding: 16px 24px;
21466
+ position: relative;
21467
+ transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
21468
+ width: 100%;
21469
+ justify-content: space-between;
21470
+ }
21471
+ .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
21472
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
21473
+ }
21474
+ .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
21475
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21476
+ }
21477
+ @supports not selector(:focus-visible) {
21478
+ .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
21479
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21480
+ }
21481
+ }
21482
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
21483
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
21484
+ }
21485
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
21486
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
21487
+ }
21488
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
21489
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21490
+ }
21491
+ @supports not selector(:focus-visible) {
21492
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
21493
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21494
+ }
21495
+ }
21496
+
21497
+ .v-expansion-panel-title__overlay {
21498
+ background-color: currentColor;
21499
+ border-radius: inherit;
21500
+ opacity: 0;
21501
+ }
21502
+ .v-expansion-panel-title__overlay {
21503
+ position: absolute;
21504
+ top: 0;
21505
+ left: 0;
21506
+ width: 100%;
21507
+ height: 100%;
21508
+ }
21509
+
21510
+ .v-expansion-panel-title__icon {
21511
+ display: inline-flex;
21512
+ margin-bottom: -4px;
21513
+ margin-top: -4px;
21514
+ -webkit-user-select: none;
21515
+ user-select: none;
21516
+ margin-inline-start: auto;
21517
+ }
21518
+
21519
+ .v-expansion-panel-text {
21520
+ display: flex;
21521
+ }
21522
+ .v-expansion-panel-text__wrapper {
21523
+ padding: 8px 24px 16px;
21524
+ flex: 1 1 auto;
21525
+ max-width: 100%;
21526
+ }
21527
+
21528
+ .v-expansion-panels--variant-accordion > .v-expansion-panel {
21529
+ margin-top: 0;
21530
+ }
21531
+ .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
21532
+ opacity: 1;
21533
+ }
21534
+
21535
+ .v-expansion-panels--variant-popout > .v-expansion-panel {
21536
+ max-width: calc(100% - 32px);
21537
+ }
21538
+ .v-expansion-panels--variant-popout > .v-expansion-panel--active {
21539
+ max-width: calc(100% + 16px);
21540
+ }
21541
+
21542
+ .v-expansion-panels--variant-inset > .v-expansion-panel {
21543
+ max-width: 100%;
21544
+ }
21545
+ .v-expansion-panels--variant-inset > .v-expansion-panel--active {
21546
+ max-width: calc(100% - 32px);
21547
+ }
21548
+
21549
+ .v-expansion-panels--flat > .v-expansion-panel::after {
21550
+ border-top: none;
21551
+ }
21552
+ .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
21553
+ display: none;
21554
+ }
21555
+
21556
+ .v-expansion-panels--tile {
21557
+ border-radius: 0;
21558
+ }
21559
+ .v-expansion-panels--tile > .v-expansion-panel {
21560
+ border-radius: 0;
21561
+ }.v-fab {
21562
+ align-items: center;
21563
+ display: inline-flex;
21564
+ flex: 1 1 auto;
21565
+ pointer-events: none;
21566
+ position: relative;
21567
+ transition-duration: 0.2s;
21568
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21569
+ vertical-align: middle;
21570
+ }
21571
+ .v-fab .v-btn {
21572
+ pointer-events: auto;
21573
+ }
21574
+ .v-fab .v-btn--variant-elevated {
21575
+ box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21576
+ }
21577
+ .v-fab--app, .v-fab--absolute {
21578
+ display: flex;
21579
+ }
21580
+ .v-fab--absolute {
21581
+ position: absolute;
21582
+ inset: 0;
21583
+ }
21584
+ .v-fab--start, .v-fab--left {
21585
+ justify-content: flex-start;
21586
+ }
21587
+ .v-fab--center {
21588
+ align-items: center;
21589
+ justify-content: center;
21590
+ }
21591
+ .v-fab--end, .v-fab--right {
21592
+ justify-content: flex-end;
21593
+ }
21594
+ .v-fab--bottom {
21595
+ align-items: flex-end;
21596
+ }
21597
+ .v-fab--top {
21598
+ align-items: flex-start;
21599
+ }
21600
+ .v-fab--extended .v-btn {
21601
+ border-radius: 9999px !important;
21602
+ }
21603
+
21604
+ .v-fab__container {
21605
+ align-self: center;
21606
+ display: inline-flex;
21607
+ vertical-align: middle;
21608
+ }
21609
+ .v-fab--app .v-fab__container {
21610
+ margin: 12px;
21611
+ position: fixed;
21612
+ }
21613
+ .v-fab--absolute .v-fab__container {
21614
+ position: absolute;
21615
+ z-index: 4;
21616
+ }
21617
+ .v-fab--offset.v-fab--top .v-fab__container {
21618
+ transform: translateY(-50%);
21619
+ }
21620
+ .v-fab--offset.v-fab--bottom .v-fab__container {
21621
+ transform: translateY(50%);
21622
+ }
21623
+ .v-fab--top .v-fab__container {
21624
+ top: 0;
21625
+ }
21626
+ .v-fab--bottom .v-fab__container {
21627
+ bottom: 0;
21628
+ }
21629
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21630
+ left: 0;
21631
+ }
21632
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21633
+ right: 0;
21634
+ }/* region INPUT */
21635
+ .v-field {
21636
+ display: grid;
21637
+ grid-template-areas: "prepend-inner field clear append-inner";
21638
+ grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
21639
+ font-size: 16px;
21640
+ letter-spacing: 0.009375em;
21641
+ max-width: 100%;
21642
+ border-radius: 4px;
21302
21643
  contain: layout;
21303
21644
  flex: 1 0;
21304
21645
  grid-area: control;
@@ -21881,786 +22222,233 @@ textarea.v-field__input::placeholder {
21881
22222
  opacity: 0;
21882
22223
  }
21883
22224
 
21884
- /* endregion */.v-divider {
21885
- display: block;
21886
- flex: 1 1 100%;
21887
- height: 0px;
21888
- max-height: 0px;
21889
- opacity: var(--v-border-opacity);
21890
- transition: inherit;
22225
+ /* endregion */.v-file-input--hide.v-input .v-field,
22226
+ .v-file-input--hide.v-input .v-input__control,
22227
+ .v-file-input--hide.v-input .v-input__details {
22228
+ display: none;
21891
22229
  }
21892
- .v-divider {
21893
- border-style: solid;
21894
- border-width: thin 0 0 0;
22230
+ .v-file-input--hide.v-input .v-input__prepend {
22231
+ grid-area: control;
22232
+ margin: 0 auto;
21895
22233
  }
21896
- .v-divider--vertical {
21897
- align-self: stretch;
21898
- border-width: 0 thin 0 0;
21899
- display: inline-flex;
21900
- height: auto;
21901
- margin-left: -1px;
21902
- max-height: 100%;
21903
- max-width: 0px;
21904
- vertical-align: text-bottom;
21905
- width: 0px;
21906
- }
21907
- .v-divider--inset:not(.v-divider--vertical) {
21908
- max-width: calc(100% - 72px);
21909
- margin-inline-start: 72px;
21910
- }
21911
- .v-divider--inset.v-divider--vertical {
21912
- margin-bottom: 8px;
21913
- margin-top: 8px;
21914
- max-height: calc(100% - 16px);
21915
- }
21916
-
21917
- .v-divider__content {
21918
- padding: 0 16px;
21919
- text-wrap: nowrap;
21920
- }
21921
- .v-divider__wrapper--vertical .v-divider__content {
21922
- padding: 4px 0;
21923
- }
21924
-
21925
- .v-divider__wrapper {
21926
- display: flex;
21927
- align-items: center;
21928
- justify-content: center;
21929
- }
21930
- .v-divider__wrapper--vertical {
21931
- flex-direction: column;
21932
- height: 100%;
21933
- }
21934
- .v-divider__wrapper--vertical .v-divider {
21935
- margin: 0 auto;
21936
- }.v-data-table {
21937
- width: 100%;
21938
- }
21939
-
21940
- .v-data-table__table {
21941
- width: 100%;
21942
- border-collapse: separate;
21943
- border-spacing: 0;
21944
- }
21945
-
21946
- .v-data-table__tr--focus {
21947
- border: 1px dotted black;
21948
- }
21949
- .v-data-table__tr--clickable {
21950
- cursor: pointer;
21951
- }
21952
-
21953
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
21954
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
21955
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
21956
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
21957
- text-align: end;
21958
- }
21959
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
21960
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
21961
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
21962
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
21963
- flex-direction: row-reverse;
21964
- }
21965
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
21966
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
21967
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
21968
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
21969
- text-align: center;
21970
- }
21971
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
21972
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
21973
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
21974
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
21975
- justify-content: center;
21976
- }
21977
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
21978
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
21979
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
21980
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
21981
- padding: 0 8px;
21982
- }
21983
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
21984
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
21985
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
21986
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
21987
- text-overflow: ellipsis;
21988
- text-wrap: nowrap;
21989
- overflow: hidden;
21990
- }
21991
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
21992
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
21993
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
21994
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
21995
- display: contents;
21996
- }
21997
- .v-data-table .v-table__wrapper > table > thead > tr > th,
21998
- .v-data-table .v-table__wrapper > table tbody > tr > th {
21999
- align-items: center;
22000
- }
22001
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
22002
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
22003
- position: sticky;
22004
- }
22005
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
22006
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
22007
- cursor: pointer;
22008
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22009
- }
22010
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
22011
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
22012
- opacity: 0;
22013
- }
22014
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
22015
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
22016
- opacity: 0.5;
22017
- }
22018
- .v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
22019
- .v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
22020
- height: -moz-fit-content;
22021
- height: fit-content;
22022
- }
22023
-
22024
- .v-data-table-column--fixed,
22025
- .v-data-table__th--sticky {
22026
- background: rgb(var(--v-theme-surface));
22027
- position: sticky !important;
22028
- left: 0;
22029
- z-index: 1;
22030
- }
22031
-
22032
- .v-data-table-column--last-fixed {
22033
- border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
22034
- }
22035
-
22036
- .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
22037
- z-index: 2;
22038
- }
22039
-
22040
- .v-data-table-group-header-row td {
22041
- background: rgba(var(--v-theme-surface));
22042
- color: rgba(var(--v-theme-on-surface));
22043
- }
22044
- .v-data-table-group-header-row td > span {
22045
- padding-left: 5px;
22046
- }
22047
-
22048
- .v-data-table--loading .v-data-table__td {
22049
- opacity: var(--v-disabled-opacity);
22050
- }
22051
-
22052
- .v-data-table-group-header-row__column {
22053
- padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
22054
- }
22055
-
22056
- .v-data-table-header__content {
22057
- display: flex;
22058
- align-items: center;
22059
- }
22060
-
22061
- .v-data-table-header__sort-badge {
22062
- display: inline-flex;
22063
- justify-content: center;
22064
- align-items: center;
22065
- font-size: 0.875rem;
22066
- padding: 4px;
22067
- border-radius: 50%;
22068
- background: rgba(var(--v-border-color), var(--v-border-opacity));
22069
- min-width: 20px;
22070
- min-height: 20px;
22071
- width: 20px;
22072
- height: 20px;
22073
- }
22074
-
22075
- .v-data-table-progress > th {
22076
- border: none !important;
22077
- height: auto !important;
22078
- padding: 0 !important;
22079
- }
22080
-
22081
- .v-data-table-progress__loader {
22082
- position: relative;
22083
- }
22084
-
22085
- .v-data-table-rows-loading,
22086
- .v-data-table-rows-no-data {
22087
- text-align: center;
22088
- }
22089
-
22090
- .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
22091
- grid-template-columns: 0;
22092
- justify-content: center;
22093
- }
22094
- .v-data-table__tr--mobile > .v-data-table__td--select-row {
22095
- grid-template-columns: 0;
22096
- justify-content: end;
22097
- }
22098
- .v-data-table__tr--mobile > td {
22099
- align-items: center;
22100
- column-gap: 4px;
22101
- display: grid;
22102
- grid-template-columns: repeat(2, 1fr);
22103
- min-height: var(--v-table-row-height);
22104
- }
22105
- .v-data-table__tr--mobile > td:not(:last-child) {
22106
- border-bottom: 0 !important;
22107
- }
22108
-
22109
- .v-data-table__td-title {
22110
- font-weight: 500;
22111
- text-align: start;
22112
- }
22113
-
22114
- .v-data-table__td-value {
22115
- text-align: end;
22116
- }
22117
-
22118
- .v-data-table__td-sort-icon {
22119
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
22120
- }
22121
- .v-data-table__td-sort-icon-active {
22122
- color: rgba(var(--v-theme-on-surface));
22123
- }.v-data-table-footer {
22124
- align-items: center;
22125
- display: flex;
22126
- flex-wrap: wrap;
22127
- justify-content: flex-end;
22128
- padding: 8px 4px;
22129
- }
22130
- .v-data-table-footer__items-per-page {
22131
- align-items: center;
22132
- display: flex;
22133
- justify-content: center;
22134
- }
22135
- .v-data-table-footer__items-per-page > span {
22136
- padding-inline-end: 8px;
22137
- }
22138
- .v-data-table-footer__items-per-page > .v-select {
22139
- width: 90px;
22140
- }
22141
- .v-data-table-footer__info {
22142
- display: flex;
22143
- justify-content: flex-end;
22144
- min-width: 116px;
22145
- padding: 0 16px;
22146
- }
22147
- .v-data-table-footer__paginationz {
22148
- align-items: center;
22149
- display: flex;
22150
- margin-inline-start: 16px;
22151
- }
22152
- .v-data-table-footer__page {
22153
- padding: 0 8px;
22154
- }.v-file-input--hide.v-input .v-field,
22155
- .v-file-input--hide.v-input .v-input__control,
22156
- .v-file-input--hide.v-input .v-input__details {
22157
- display: none;
22158
- }
22159
- .v-file-input--hide.v-input .v-input__prepend {
22160
- grid-area: control;
22161
- margin: 0 auto;
22162
- }
22163
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22164
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22165
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22166
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22167
- top: 0px;
22168
- }
22169
- .v-file-input input[type=file] {
22170
- height: 100%;
22171
- left: 0;
22172
- opacity: 0;
22173
- position: absolute;
22174
- top: 0;
22175
- width: 100%;
22176
- }
22177
- .v-file-input .v-input__details {
22178
- padding-inline: 16px;
22179
- }
22180
- .v-input--plain-underlined.v-file-input .v-input__details {
22181
- padding-inline: 0;
22182
- }.v-footer {
22183
- align-items: center;
22184
- display: flex;
22185
- flex: 1 1 auto;
22186
- padding: 8px 16px;
22187
- position: relative;
22188
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22189
- transition-property: height, width, transform, max-width, left, right, top, bottom;
22190
- }
22191
- .v-footer {
22192
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22193
- border-style: solid;
22194
- border-width: 0;
22195
- }
22196
- .v-footer--border {
22197
- border-width: thin;
22198
- box-shadow: none;
22199
- }
22200
- .v-footer {
22201
- 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));
22202
- }
22203
- .v-footer--absolute {
22204
- position: absolute;
22205
- }
22206
- .v-footer--fixed {
22207
- position: fixed;
22208
- }
22209
- .v-footer {
22210
- border-radius: 0;
22211
- }
22212
- .v-footer {
22213
- background: rgb(var(--v-theme-surface));
22214
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22215
- }
22216
- .v-footer--rounded {
22217
- border-radius: 4px;
22218
- }.v-img {
22219
- --v-theme-overlay-multiplier: 3;
22220
- z-index: 0;
22221
- }
22222
- .v-img.v-img--absolute {
22223
- height: 100%;
22224
- left: 0;
22225
- overflow: hidden;
22226
- position: absolute;
22227
- top: 0;
22228
- width: 100%;
22229
- z-index: -1;
22230
- }
22231
- .v-img--booting .v-responsive__sizer {
22232
- transition: none;
22233
- }
22234
- .v-img--rounded {
22235
- border-radius: 4px;
22236
- }
22237
-
22238
- .v-img__img,
22239
- .v-img__picture,
22240
- .v-img__gradient,
22241
- .v-img__placeholder,
22242
- .v-img__error {
22243
- z-index: -1;
22244
- }
22245
- .v-img__img,
22246
- .v-img__picture,
22247
- .v-img__gradient,
22248
- .v-img__placeholder,
22249
- .v-img__error {
22250
- position: absolute;
22251
- top: 0;
22252
- left: 0;
22253
- width: 100%;
22254
- height: 100%;
22255
- }
22256
-
22257
- .v-img__img--preload {
22258
- filter: blur(4px);
22259
- }
22260
- .v-img__img--contain {
22261
- object-fit: contain;
22262
- }
22263
- .v-img__img--cover {
22264
- object-fit: cover;
22265
- }
22266
-
22267
- .v-img__gradient {
22268
- background-repeat: no-repeat;
22269
- }.v-infinite-scroll--horizontal {
22270
- display: flex;
22271
- flex-direction: row;
22272
- overflow-x: auto;
22273
- }
22274
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22275
- height: 100%;
22276
- width: var(--v-infinite-margin-size, 1px);
22277
- }
22278
-
22279
- .v-infinite-scroll--vertical {
22280
- display: flex;
22281
- flex-direction: column;
22282
- overflow-y: auto;
22283
- }
22284
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22285
- height: 1px;
22286
- width: 100%;
22287
- }
22288
-
22289
- .v-infinite-scroll-intersect {
22290
- pointer-events: none;
22291
- margin-top: var(--v-infinite-margin);
22292
- margin-bottom: calc(var(--v-infinite-margin) * -1);
22293
- }
22294
- .v-infinite-scroll-intersect:nth-child(2) {
22295
- --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22296
- }
22297
- .v-infinite-scroll-intersect:nth-last-child(2) {
22298
- --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22299
- }
22300
-
22301
- .v-infinite-scroll__side {
22302
- align-items: center;
22303
- display: flex;
22304
- justify-content: center;
22305
- padding: 8px;
22306
- }.v-expansion-panel {
22307
- background-color: rgb(var(--v-theme-surface));
22308
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22309
- }
22310
- .v-expansion-panel:not(:first-child)::after {
22311
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22312
- }
22313
- .v-expansion-panel--disabled .v-expansion-panel-title {
22314
- color: rgba(var(--v-theme-on-surface), 0.26);
22315
- }
22316
- .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
22317
- opacity: 0.4615384615;
22318
- }
22319
-
22320
- .v-expansion-panels {
22321
- display: flex;
22322
- flex-wrap: wrap;
22323
- justify-content: center;
22324
- list-style-type: none;
22325
- padding: 0;
22326
- width: 100%;
22327
- position: relative;
22328
- z-index: 1;
22329
- }
22330
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
22331
- border-bottom-left-radius: 0 !important;
22332
- border-bottom-right-radius: 0 !important;
22333
- }
22334
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
22335
- border-top-left-radius: 0 !important;
22336
- border-top-right-radius: 0 !important;
22337
- }
22338
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
22339
- border-bottom-left-radius: 0 !important;
22340
- border-bottom-right-radius: 0 !important;
22341
- }
22342
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
22343
- border-top-left-radius: 0 !important;
22344
- border-top-right-radius: 0 !important;
22345
- }
22346
- .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
22347
- border-bottom-left-radius: 0 !important;
22348
- border-bottom-right-radius: 0 !important;
22349
- }
22350
- .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
22351
- border-top-left-radius: 0 !important;
22352
- border-top-right-radius: 0 !important;
22353
- }
22354
- .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
22355
- border-bottom-left-radius: initial;
22356
- border-bottom-right-radius: initial;
22357
- }
22358
- .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
22359
- border-radius: 0 !important;
22360
- }
22361
- .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
22362
- transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
22363
- }
22364
-
22365
- .v-expansion-panel {
22366
- flex: 1 0 100%;
22367
- max-width: 100%;
22368
- position: relative;
22369
- transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
22370
- transition-property: margin-top, border-radius, border, max-width;
22371
- border-radius: 4px;
22234
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22235
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22236
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22237
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22238
+ top: 0px;
22372
22239
  }
22373
- .v-expansion-panel:not(:first-child)::after {
22374
- border-top-style: solid;
22375
- border-top-width: thin;
22376
- content: "";
22240
+ .v-file-input input[type=file] {
22241
+ height: 100%;
22377
22242
  left: 0;
22378
- position: absolute;
22379
- right: 0;
22380
- top: 0;
22381
- transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
22382
- }
22383
- .v-expansion-panel--disabled .v-expansion-panel-title {
22384
- pointer-events: none;
22385
- }
22386
- .v-expansion-panel--active:not(:first-child),
22387
- .v-expansion-panel--active + .v-expansion-panel {
22388
- margin-top: 16px;
22389
- }
22390
- .v-expansion-panel--active:not(:first-child)::after,
22391
- .v-expansion-panel--active + .v-expansion-panel::after {
22392
22243
  opacity: 0;
22393
- }
22394
- .v-expansion-panel--active > .v-expansion-panel-title {
22395
- border-bottom-left-radius: 0;
22396
- border-bottom-right-radius: 0;
22397
- }
22398
- .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
22399
- min-height: 64px;
22400
- }
22401
-
22402
- .v-expansion-panel__shadow {
22403
- border-radius: inherit;
22404
- z-index: -1;
22405
- }
22406
- .v-expansion-panel__shadow {
22407
22244
  position: absolute;
22408
22245
  top: 0;
22409
- left: 0;
22410
22246
  width: 100%;
22411
- height: 100%;
22412
22247
  }
22413
- .v-expansion-panel__shadow {
22414
- 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));
22248
+ .v-file-input .v-input__details {
22249
+ padding-inline: 16px;
22415
22250
  }
22416
-
22417
- .v-expansion-panel-title {
22251
+ .v-input--plain-underlined.v-file-input .v-input__details {
22252
+ padding-inline: 0;
22253
+ }.v-footer {
22418
22254
  align-items: center;
22419
- text-align: start;
22420
- border-radius: inherit;
22421
22255
  display: flex;
22422
- font-size: 0.9375rem;
22423
- line-height: 1;
22424
- min-height: 48px;
22425
- outline: none;
22426
- padding: 16px 24px;
22256
+ flex: 1 1 auto;
22257
+ padding: 8px 16px;
22427
22258
  position: relative;
22428
- transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
22429
- width: 100%;
22430
- justify-content: space-between;
22431
- }
22432
- .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
22433
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22434
- }
22435
- .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
22436
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22437
- }
22438
- @supports not selector(:focus-visible) {
22439
- .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
22440
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22441
- }
22442
- }
22443
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
22444
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
22445
- }
22446
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
22447
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
22259
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22260
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
22448
22261
  }
22449
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
22450
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
22262
+ .v-footer {
22263
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22264
+ border-style: solid;
22265
+ border-width: 0;
22451
22266
  }
22452
- @supports not selector(:focus-visible) {
22453
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
22454
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
22455
- }
22267
+ .v-footer--border {
22268
+ border-width: thin;
22269
+ box-shadow: none;
22456
22270
  }
22457
-
22458
- .v-expansion-panel-title__overlay {
22459
- background-color: currentColor;
22460
- border-radius: inherit;
22461
- opacity: 0;
22271
+ .v-footer {
22272
+ 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));
22462
22273
  }
22463
- .v-expansion-panel-title__overlay {
22274
+ .v-footer--absolute {
22464
22275
  position: absolute;
22465
- top: 0;
22466
- left: 0;
22467
- width: 100%;
22468
- height: 100%;
22469
- }
22470
-
22471
- .v-expansion-panel-title__icon {
22472
- display: inline-flex;
22473
- margin-bottom: -4px;
22474
- margin-top: -4px;
22475
- -webkit-user-select: none;
22476
- user-select: none;
22477
- margin-inline-start: auto;
22478
- }
22479
-
22480
- .v-expansion-panel-text {
22481
- display: flex;
22482
- }
22483
- .v-expansion-panel-text__wrapper {
22484
- padding: 8px 24px 16px;
22485
- flex: 1 1 auto;
22486
- max-width: 100%;
22487
- }
22488
-
22489
- .v-expansion-panels--variant-accordion > .v-expansion-panel {
22490
- margin-top: 0;
22491
- }
22492
- .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
22493
- opacity: 1;
22494
- }
22495
-
22496
- .v-expansion-panels--variant-popout > .v-expansion-panel {
22497
- max-width: calc(100% - 32px);
22498
- }
22499
- .v-expansion-panels--variant-popout > .v-expansion-panel--active {
22500
- max-width: calc(100% + 16px);
22501
- }
22502
-
22503
- .v-expansion-panels--variant-inset > .v-expansion-panel {
22504
- max-width: 100%;
22505
- }
22506
- .v-expansion-panels--variant-inset > .v-expansion-panel--active {
22507
- max-width: calc(100% - 32px);
22508
- }
22509
-
22510
- .v-expansion-panels--flat > .v-expansion-panel::after {
22511
- border-top: none;
22512
22276
  }
22513
- .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
22514
- display: none;
22277
+ .v-footer--fixed {
22278
+ position: fixed;
22515
22279
  }
22516
-
22517
- .v-expansion-panels--tile {
22280
+ .v-footer {
22518
22281
  border-radius: 0;
22519
22282
  }
22520
- .v-expansion-panels--tile > .v-expansion-panel {
22521
- border-radius: 0;
22522
- }.v-input {
22523
- display: grid;
22524
- flex: 1 1 auto;
22525
- font-size: 1rem;
22526
- font-weight: 400;
22527
- line-height: 1.5;
22283
+ .v-footer {
22284
+ background: rgb(var(--v-theme-surface));
22285
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22286
+ }
22287
+ .v-footer--rounded {
22288
+ border-radius: 4px;
22289
+ }.v-img {
22290
+ --v-theme-overlay-multiplier: 3;
22291
+ z-index: 0;
22528
22292
  }
22529
- .v-input--disabled {
22530
- pointer-events: none;
22293
+ .v-img.v-img--absolute {
22294
+ height: 100%;
22295
+ left: 0;
22296
+ overflow: hidden;
22297
+ position: absolute;
22298
+ top: 0;
22299
+ width: 100%;
22300
+ z-index: -1;
22531
22301
  }
22532
- .v-input--density-default {
22533
- --v-input-control-height: 56px;
22534
- --v-input-padding-top: 16px;
22302
+ .v-img--booting .v-responsive__sizer {
22303
+ transition: none;
22535
22304
  }
22536
-
22537
- .v-input--density-comfortable {
22538
- --v-input-control-height: 48px;
22539
- --v-input-padding-top: 12px;
22305
+ .v-img--rounded {
22306
+ border-radius: 4px;
22540
22307
  }
22541
22308
 
22542
- .v-input--density-compact {
22543
- --v-input-control-height: 40px;
22544
- --v-input-padding-top: 8px;
22309
+ .v-img__img,
22310
+ .v-img__picture,
22311
+ .v-img__gradient,
22312
+ .v-img__placeholder,
22313
+ .v-img__error {
22314
+ z-index: -1;
22315
+ }
22316
+ .v-img__img,
22317
+ .v-img__picture,
22318
+ .v-img__gradient,
22319
+ .v-img__placeholder,
22320
+ .v-img__error {
22321
+ position: absolute;
22322
+ top: 0;
22323
+ left: 0;
22324
+ width: 100%;
22325
+ height: 100%;
22545
22326
  }
22546
22327
 
22547
- .v-input--vertical {
22548
- grid-template-areas: "append" "control" "prepend";
22549
- grid-template-rows: max-content auto max-content;
22550
- grid-template-columns: min-content;
22328
+ .v-img__img--preload {
22329
+ filter: blur(4px);
22551
22330
  }
22552
- .v-input--vertical .v-input__prepend {
22553
- margin-block-start: 16px;
22331
+ .v-img__img--contain {
22332
+ object-fit: contain;
22554
22333
  }
22555
- .v-input--vertical .v-input__append {
22556
- margin-block-end: 16px;
22334
+ .v-img__img--cover {
22335
+ object-fit: cover;
22557
22336
  }
22558
22337
 
22559
- .v-input--horizontal {
22560
- grid-template-areas: "prepend control append" "a messages b";
22561
- grid-template-columns: max-content minmax(0, 1fr) max-content;
22562
- grid-template-rows: 1fr auto;
22563
- }
22564
- .v-input--horizontal .v-input__prepend {
22565
- margin-inline-end: 16px;
22338
+ .v-img__gradient {
22339
+ background-repeat: no-repeat;
22340
+ }.v-infinite-scroll--horizontal {
22341
+ display: flex;
22342
+ flex-direction: row;
22343
+ overflow-x: auto;
22566
22344
  }
22567
- .v-input--horizontal .v-input__append {
22568
- margin-inline-start: 16px;
22345
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22346
+ height: 100%;
22347
+ width: var(--v-infinite-margin-size, 1px);
22569
22348
  }
22570
22349
 
22571
- .v-input__details {
22572
- align-items: flex-end;
22350
+ .v-infinite-scroll--vertical {
22573
22351
  display: flex;
22574
- font-size: 0.75rem;
22575
- font-weight: 400;
22576
- grid-area: messages;
22577
- letter-spacing: 0.0333333333em;
22578
- line-height: normal;
22579
- min-height: 22px;
22580
- padding-top: 6px;
22581
- overflow: hidden;
22582
- justify-content: space-between;
22352
+ flex-direction: column;
22353
+ overflow-y: auto;
22583
22354
  }
22584
-
22585
- .v-input__details > .v-icon,
22586
- .v-input__prepend > .v-icon,
22587
- .v-input__append > .v-icon {
22588
- opacity: var(--v-medium-emphasis-opacity);
22355
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22356
+ height: 1px;
22357
+ width: 100%;
22589
22358
  }
22590
- .v-input--disabled .v-input__details > .v-icon,
22591
- .v-input--disabled .v-input__details .v-messages, .v-input--error .v-input__details > .v-icon,
22592
- .v-input--error .v-input__details .v-messages,
22593
- .v-input--disabled .v-input__prepend > .v-icon,
22594
- .v-input--disabled .v-input__prepend .v-messages,
22595
- .v-input--error .v-input__prepend > .v-icon,
22596
- .v-input--error .v-input__prepend .v-messages,
22597
- .v-input--disabled .v-input__append > .v-icon,
22598
- .v-input--disabled .v-input__append .v-messages,
22599
- .v-input--error .v-input__append > .v-icon,
22600
- .v-input--error .v-input__append .v-messages {
22601
- opacity: 1;
22359
+
22360
+ .v-infinite-scroll-intersect {
22361
+ pointer-events: none;
22362
+ margin-top: var(--v-infinite-margin);
22363
+ margin-bottom: calc(var(--v-infinite-margin) * -1);
22602
22364
  }
22603
- .v-input--disabled .v-input__details,
22604
- .v-input--disabled .v-input__prepend,
22605
- .v-input--disabled .v-input__append {
22606
- opacity: var(--v-disabled-opacity);
22365
+ .v-infinite-scroll-intersect:nth-child(2) {
22366
+ --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22607
22367
  }
22608
- .v-input--error:not(.v-input--disabled) .v-input__details > .v-icon,
22609
- .v-input--error:not(.v-input--disabled) .v-input__details .v-messages,
22610
- .v-input--error:not(.v-input--disabled) .v-input__prepend > .v-icon,
22611
- .v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,
22612
- .v-input--error:not(.v-input--disabled) .v-input__append > .v-icon,
22613
- .v-input--error:not(.v-input--disabled) .v-input__append .v-messages {
22614
- color: rgb(var(--v-theme-error));
22368
+ .v-infinite-scroll-intersect:nth-last-child(2) {
22369
+ --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22615
22370
  }
22616
22371
 
22617
- .v-input__prepend,
22618
- .v-input__append {
22372
+ .v-infinite-scroll__side {
22373
+ align-items: center;
22619
22374
  display: flex;
22620
- align-items: flex-start;
22621
- padding-top: var(--v-input-padding-top);
22622
- }
22623
- .v-input--center-affix .v-input__prepend,
22624
- .v-input--center-affix .v-input__append {
22375
+ justify-content: center;
22376
+ padding: 8px;
22377
+ }.v-icon {
22378
+ --v-icon-size-multiplier: 1;
22625
22379
  align-items: center;
22626
- padding-top: 0;
22380
+ display: inline-flex;
22381
+ font-feature-settings: "liga";
22382
+ height: 1em;
22383
+ justify-content: center;
22384
+ letter-spacing: normal;
22385
+ line-height: 1;
22386
+ position: relative;
22387
+ text-indent: 0;
22388
+ text-align: center;
22389
+ -webkit-user-select: none;
22390
+ user-select: none;
22391
+ vertical-align: middle;
22392
+ width: 1em;
22393
+ min-width: 1em;
22627
22394
  }
22628
-
22629
- .v-input__prepend {
22630
- grid-area: prepend;
22395
+ .v-icon--clickable {
22396
+ cursor: pointer;
22631
22397
  }
22632
-
22633
- .v-input__append {
22634
- grid-area: append;
22398
+ .v-icon--disabled {
22399
+ pointer-events: none;
22400
+ opacity: 0.38;
22635
22401
  }
22636
-
22637
- .v-input__control {
22638
- display: flex;
22639
- grid-area: control;
22402
+ .v-icon--size-x-small {
22403
+ font-size: calc(var(--v-icon-size-multiplier) * 1em);
22640
22404
  }
22641
-
22642
- .v-input--hide-spin-buttons input::-webkit-outer-spin-button,
22643
- .v-input--hide-spin-buttons input::-webkit-inner-spin-button {
22644
- -webkit-appearance: none;
22645
- margin: 0;
22405
+ .v-icon--size-small {
22406
+ font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
22646
22407
  }
22647
- .v-input--hide-spin-buttons input[type=number] {
22648
- -moz-appearance: textfield;
22408
+ .v-icon--size-default {
22409
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
22649
22410
  }
22650
- .v-input--plain-underlined .v-input__prepend,
22651
- .v-input--plain-underlined .v-input__append {
22652
- align-items: flex-start;
22411
+ .v-icon--size-large {
22412
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
22653
22413
  }
22654
- .v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
22655
- padding-top: calc(var(--v-input-padding-top) + 4px);
22414
+ .v-icon--size-x-large {
22415
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
22656
22416
  }
22657
22417
 
22658
- .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
22659
- padding-top: calc(var(--v-input-padding-top) + 2px);
22418
+ .v-icon__svg {
22419
+ fill: currentColor;
22420
+ width: 100%;
22421
+ height: 100%;
22660
22422
  }
22661
22423
 
22662
- .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22663
- padding-top: calc(var(--v-input-padding-top) + 0px);
22424
+ .v-icon--start {
22425
+ margin-inline-end: 8px;
22426
+ }
22427
+
22428
+ .v-icon--end {
22429
+ margin-inline-start: 8px;
22430
+ }.v-item-group {
22431
+ flex: 0 1 auto;
22432
+ max-width: 100%;
22433
+ position: relative;
22434
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22435
+ }.v-label {
22436
+ align-items: center;
22437
+ color: inherit;
22438
+ display: inline-flex;
22439
+ font-size: 1rem;
22440
+ letter-spacing: 0.009375em;
22441
+ min-width: 0;
22442
+ opacity: var(--v-medium-emphasis-opacity);
22443
+ overflow: hidden;
22444
+ text-overflow: ellipsis;
22445
+ white-space: nowrap;
22446
+ }
22447
+
22448
+ .v-label--clickable {
22449
+ cursor: pointer;
22450
+ }.v-locale-provider {
22451
+ display: contents;
22664
22452
  }.v-layout-item {
22665
22453
  position: absolute;
22666
22454
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
@@ -22676,121 +22464,115 @@ textarea.v-field__input::placeholder {
22676
22464
  .v-layout--full-height {
22677
22465
  --v-scrollbar-offset: inherit;
22678
22466
  height: 100%;
22679
- }.v-item-group {
22680
- flex: 0 1 auto;
22681
- max-width: 100%;
22467
+ }.v-list {
22468
+ overflow: auto;
22469
+ padding: 8px 0;
22682
22470
  position: relative;
22683
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22684
- }.v-main {
22685
- flex: 1 0 auto;
22686
- max-width: 100%;
22687
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22688
- padding-left: var(--v-layout-left);
22689
- padding-right: var(--v-layout-right);
22690
- padding-top: var(--v-layout-top);
22691
- padding-bottom: var(--v-layout-bottom);
22471
+ outline: none;
22692
22472
  }
22693
- .v-main__scroller {
22694
- max-width: 100%;
22695
- position: relative;
22473
+ .v-list {
22474
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22475
+ border-style: solid;
22476
+ border-width: 0;
22696
22477
  }
22697
- .v-main--scrollable {
22698
- display: flex;
22478
+ .v-list--border {
22479
+ border-width: thin;
22480
+ box-shadow: none;
22699
22481
  }
22700
- .v-main--scrollable {
22701
- position: absolute;
22702
- top: 0;
22703
- left: 0;
22704
- width: 100%;
22705
- height: 100%;
22482
+ .v-list {
22483
+ 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));
22706
22484
  }
22707
- .v-main--scrollable > .v-main__scroller {
22708
- flex: 1 1 auto;
22709
- overflow-y: auto;
22710
- --v-layout-left: 0px;
22711
- --v-layout-right: 0px;
22712
- --v-layout-top: 0px;
22713
- --v-layout-bottom: 0px;
22714
- }.v-messages {
22715
- flex: 1 1 auto;
22716
- font-size: 12px;
22717
- min-height: 14px;
22718
- min-width: 1px;
22719
- opacity: var(--v-medium-emphasis-opacity);
22720
- position: relative;
22485
+ .v-list {
22486
+ border-radius: 0;
22721
22487
  }
22722
- .v-messages__message {
22723
- line-height: 12px;
22724
- word-break: break-word;
22725
- overflow-wrap: break-word;
22726
- word-wrap: break-word;
22727
- -webkit-hyphens: auto;
22728
- hyphens: auto;
22729
- transition-duration: 150ms;
22730
- }.v-overlay-container {
22731
- contain: layout;
22732
- left: 0;
22488
+ .v-list {
22489
+ background: rgba(var(--v-theme-surface));
22490
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22491
+ }
22492
+ .v-list--disabled {
22733
22493
  pointer-events: none;
22734
- position: absolute;
22735
- top: 0;
22736
- display: contents;
22494
+ -webkit-user-select: none;
22495
+ user-select: none;
22737
22496
  }
22738
-
22739
- .v-overlay-scroll-blocked {
22740
- padding-inline-end: var(--v-scrollbar-offset);
22497
+ .v-list--nav {
22498
+ padding-inline: 8px;
22741
22499
  }
22742
- .v-overlay-scroll-blocked:not(html) {
22743
- overflow-y: hidden !important;
22500
+ .v-list--rounded {
22501
+ border-radius: 4px;
22744
22502
  }
22745
- html.v-overlay-scroll-blocked {
22746
- position: fixed;
22747
- top: var(--v-body-scroll-y);
22748
- left: var(--v-body-scroll-x);
22749
- width: 100%;
22750
- height: 100%;
22503
+ .v-list--subheader {
22504
+ padding-top: 0;
22751
22505
  }
22752
22506
 
22753
- .v-overlay {
22754
- --v-overlay-opacity: 0.32;
22507
+ .v-list-img {
22755
22508
  border-radius: inherit;
22756
22509
  display: flex;
22510
+ height: 100%;
22757
22511
  left: 0;
22758
- pointer-events: none;
22759
- position: fixed;
22512
+ overflow: hidden;
22513
+ position: absolute;
22760
22514
  top: 0;
22761
- bottom: 0;
22762
- right: 0;
22515
+ width: 100%;
22516
+ z-index: -1;
22763
22517
  }
22764
22518
 
22765
- .v-overlay__content {
22766
- outline: none;
22767
- position: absolute;
22768
- pointer-events: auto;
22769
- contain: layout;
22519
+ .v-list-subheader {
22520
+ align-items: center;
22521
+ background: inherit;
22522
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22523
+ display: flex;
22524
+ font-size: 0.875rem;
22525
+ font-weight: 400;
22526
+ line-height: 1.375rem;
22527
+ padding-inline-end: 16px;
22528
+ min-height: 40px;
22529
+ transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
22530
+ }
22531
+ .v-list-subheader__text {
22532
+ overflow: hidden;
22533
+ text-overflow: ellipsis;
22534
+ white-space: nowrap;
22535
+ }
22536
+ .v-list--density-default .v-list-subheader {
22537
+ min-height: 40px;
22538
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
22770
22539
  }
22771
22540
 
22772
- .v-overlay__scrim {
22773
- pointer-events: auto;
22774
- background: rgb(var(--v-theme-on-surface));
22775
- border-radius: inherit;
22776
- bottom: 0;
22777
- left: 0;
22778
- opacity: var(--v-overlay-opacity);
22779
- position: fixed;
22780
- right: 0;
22781
- top: 0;
22541
+ .v-list--density-comfortable .v-list-subheader {
22542
+ min-height: 36px;
22543
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
22782
22544
  }
22783
22545
 
22784
- .v-overlay--absolute {
22785
- position: absolute;
22546
+ .v-list--density-compact .v-list-subheader {
22547
+ min-height: 32px;
22548
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
22786
22549
  }
22787
22550
 
22788
- .v-overlay--contained .v-overlay__scrim {
22789
- position: absolute;
22551
+ .v-list-subheader--inset {
22552
+ --indent-padding: 56px;
22553
+ }
22554
+ .v-list--nav .v-list-subheader {
22555
+ font-size: 0.75rem;
22556
+ }
22557
+ .v-list-subheader--sticky {
22558
+ background: inherit;
22559
+ left: 0;
22560
+ position: sticky;
22561
+ top: 0;
22562
+ z-index: 1;
22790
22563
  }
22791
22564
 
22792
- .v-overlay--scroll-blocked {
22793
- padding-inline-end: var(--v-scrollbar-offset);
22565
+ .v-list__overlay {
22566
+ background-color: currentColor;
22567
+ border-radius: inherit;
22568
+ bottom: 0;
22569
+ left: 0;
22570
+ opacity: 0;
22571
+ pointer-events: none;
22572
+ position: absolute;
22573
+ right: 0;
22574
+ top: 0;
22575
+ transition: opacity 0.2s ease-in-out;
22794
22576
  }.v-list-item {
22795
22577
  align-items: center;
22796
22578
  display: grid;
@@ -23204,169 +22986,297 @@ html.v-overlay-scroll-blocked {
23204
22986
  position: absolute;
23205
22987
  }
23206
22988
 
23207
- .v-list-item__overlay {
23208
- background-color: currentColor;
23209
- border-radius: inherit;
23210
- bottom: 0;
23211
- left: 0;
23212
- opacity: 0;
23213
- pointer-events: none;
23214
- position: absolute;
23215
- right: 0;
23216
- top: 0;
23217
- transition: opacity 0.2s ease-in-out;
22989
+ .v-list-item__overlay {
22990
+ background-color: currentColor;
22991
+ border-radius: inherit;
22992
+ bottom: 0;
22993
+ left: 0;
22994
+ opacity: 0;
22995
+ pointer-events: none;
22996
+ position: absolute;
22997
+ right: 0;
22998
+ top: 0;
22999
+ transition: opacity 0.2s ease-in-out;
23000
+ }
23001
+ .v-list-item--active.v-list-item--variant-elevated .v-list-item__overlay {
23002
+ --v-theme-overlay-multiplier: 0;
23003
+ }
23004
+
23005
+ .v-list {
23006
+ --indent-padding: 0px;
23007
+ }
23008
+ .v-list--nav {
23009
+ --indent-padding: -8px;
23010
+ }
23011
+
23012
+ .v-list-group {
23013
+ --list-indent-size: 16px;
23014
+ --parent-padding: var(--indent-padding);
23015
+ --prepend-width: 40px;
23016
+ }
23017
+ .v-list--slim .v-list-group {
23018
+ --prepend-width: 28px;
23019
+ }
23020
+ .v-list-group--fluid {
23021
+ --list-indent-size: 0px;
23022
+ }
23023
+ .v-list-group--prepend {
23024
+ --parent-padding: calc(var(--indent-padding) + var(--prepend-width));
23025
+ }
23026
+ .v-list-group--fluid.v-list-group--prepend {
23027
+ --parent-padding: var(--indent-padding);
23028
+ }
23029
+
23030
+ .v-list-group__items {
23031
+ --indent-padding: calc(var(--parent-padding) + var(--list-indent-size));
23032
+ }
23033
+
23034
+ .v-list-group__items .v-list-item {
23035
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
23036
+ }
23037
+
23038
+ .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
23039
+ opacity: 0;
23040
+ }
23041
+ .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23042
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23043
+ }.v-menu > .v-overlay__content {
23044
+ display: flex;
23045
+ flex-direction: column;
23046
+ }
23047
+ .v-menu > .v-overlay__content {
23048
+ border-radius: 4px;
23049
+ }
23050
+ .v-menu > .v-overlay__content > .v-card,
23051
+ .v-menu > .v-overlay__content > .v-sheet,
23052
+ .v-menu > .v-overlay__content > .v-list {
23053
+ background: rgb(var(--v-theme-surface));
23054
+ border-radius: inherit;
23055
+ overflow: auto;
23056
+ height: 100%;
23057
+ }
23058
+ .v-menu > .v-overlay__content > .v-card,
23059
+ .v-menu > .v-overlay__content > .v-sheet,
23060
+ .v-menu > .v-overlay__content > .v-list {
23061
+ 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));
23062
+ }.v-data-table-footer {
23063
+ align-items: center;
23064
+ display: flex;
23065
+ flex-wrap: wrap;
23066
+ justify-content: flex-end;
23067
+ padding: 8px 4px;
23068
+ }
23069
+ .v-data-table-footer__items-per-page {
23070
+ align-items: center;
23071
+ display: flex;
23072
+ justify-content: center;
23073
+ }
23074
+ .v-data-table-footer__items-per-page > span {
23075
+ padding-inline-end: 8px;
23076
+ }
23077
+ .v-data-table-footer__items-per-page > .v-select {
23078
+ width: 90px;
23079
+ }
23080
+ .v-data-table-footer__info {
23081
+ display: flex;
23082
+ justify-content: flex-end;
23083
+ min-width: 116px;
23084
+ padding: 0 16px;
23085
+ }
23086
+ .v-data-table-footer__paginationz {
23087
+ align-items: center;
23088
+ display: flex;
23089
+ margin-inline-start: 16px;
23090
+ }
23091
+ .v-data-table-footer__page {
23092
+ padding: 0 8px;
23093
+ }.v-data-table {
23094
+ width: 100%;
23095
+ }
23096
+
23097
+ .v-data-table__table {
23098
+ width: 100%;
23099
+ border-collapse: separate;
23100
+ border-spacing: 0;
23101
+ }
23102
+
23103
+ .v-data-table__tr--focus {
23104
+ border: 1px dotted black;
23218
23105
  }
23219
- .v-list-item--active.v-list-item--variant-elevated .v-list-item__overlay {
23220
- --v-theme-overlay-multiplier: 0;
23106
+ .v-data-table__tr--clickable {
23107
+ cursor: pointer;
23221
23108
  }
23222
23109
 
23223
- .v-list {
23224
- --indent-padding: 0px;
23110
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
23111
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
23112
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
23113
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
23114
+ text-align: end;
23225
23115
  }
23226
- .v-list--nav {
23227
- --indent-padding: -8px;
23116
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
23117
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
23118
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
23119
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
23120
+ flex-direction: row-reverse;
23228
23121
  }
23229
-
23230
- .v-list-group {
23231
- --list-indent-size: 16px;
23232
- --parent-padding: var(--indent-padding);
23233
- --prepend-width: 40px;
23122
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
23123
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
23124
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
23125
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
23126
+ text-align: center;
23234
23127
  }
23235
- .v-list--slim .v-list-group {
23236
- --prepend-width: 28px;
23128
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
23129
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
23130
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
23131
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
23132
+ justify-content: center;
23237
23133
  }
23238
- .v-list-group--fluid {
23239
- --list-indent-size: 0px;
23134
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
23135
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
23136
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
23137
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
23138
+ padding: 0 8px;
23240
23139
  }
23241
- .v-list-group--prepend {
23242
- --parent-padding: calc(var(--indent-padding) + var(--prepend-width));
23140
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
23141
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
23142
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
23143
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
23144
+ text-overflow: ellipsis;
23145
+ text-wrap: nowrap;
23146
+ overflow: hidden;
23243
23147
  }
23244
- .v-list-group--fluid.v-list-group--prepend {
23245
- --parent-padding: var(--indent-padding);
23148
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
23149
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
23150
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
23151
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
23152
+ display: contents;
23246
23153
  }
23247
-
23248
- .v-list-group__items {
23249
- --indent-padding: calc(var(--parent-padding) + var(--list-indent-size));
23154
+ .v-data-table .v-table__wrapper > table > thead > tr > th,
23155
+ .v-data-table .v-table__wrapper > table tbody > tr > th {
23156
+ align-items: center;
23250
23157
  }
23251
-
23252
- .v-list-group__items .v-list-item {
23253
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
23158
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
23159
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
23160
+ position: sticky;
23254
23161
  }
23255
-
23256
- .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
23162
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
23163
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
23164
+ cursor: pointer;
23165
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23166
+ }
23167
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
23168
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
23257
23169
  opacity: 0;
23258
23170
  }
23259
- .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23260
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23261
- }.v-list {
23262
- overflow: auto;
23263
- padding: 8px 0;
23264
- position: relative;
23265
- outline: none;
23171
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
23172
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
23173
+ opacity: 0.5;
23266
23174
  }
23267
- .v-list {
23268
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23269
- border-style: solid;
23270
- border-width: 0;
23175
+ .v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
23176
+ .v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
23177
+ height: -moz-fit-content;
23178
+ height: fit-content;
23271
23179
  }
23272
- .v-list--border {
23273
- border-width: thin;
23274
- box-shadow: none;
23180
+
23181
+ .v-data-table-column--fixed,
23182
+ .v-data-table__th--sticky {
23183
+ background: rgb(var(--v-theme-surface));
23184
+ position: sticky !important;
23185
+ left: 0;
23186
+ z-index: 1;
23275
23187
  }
23276
- .v-list {
23277
- 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));
23188
+
23189
+ .v-data-table-column--last-fixed {
23190
+ border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
23278
23191
  }
23279
- .v-list {
23280
- border-radius: 0;
23192
+
23193
+ .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
23194
+ z-index: 2;
23281
23195
  }
23282
- .v-list {
23196
+
23197
+ .v-data-table-group-header-row td {
23283
23198
  background: rgba(var(--v-theme-surface));
23284
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23285
- }
23286
- .v-list--disabled {
23287
- pointer-events: none;
23288
- -webkit-user-select: none;
23289
- user-select: none;
23199
+ color: rgba(var(--v-theme-on-surface));
23290
23200
  }
23291
- .v-list--nav {
23292
- padding-inline: 8px;
23201
+ .v-data-table-group-header-row td > span {
23202
+ padding-left: 5px;
23293
23203
  }
23294
- .v-list--rounded {
23295
- border-radius: 4px;
23204
+
23205
+ .v-data-table--loading .v-data-table__td {
23206
+ opacity: var(--v-disabled-opacity);
23296
23207
  }
23297
- .v-list--subheader {
23298
- padding-top: 0;
23208
+
23209
+ .v-data-table-group-header-row__column {
23210
+ padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
23299
23211
  }
23300
23212
 
23301
- .v-list-img {
23302
- border-radius: inherit;
23213
+ .v-data-table-header__content {
23303
23214
  display: flex;
23304
- height: 100%;
23305
- left: 0;
23306
- overflow: hidden;
23307
- position: absolute;
23308
- top: 0;
23309
- width: 100%;
23310
- z-index: -1;
23215
+ align-items: center;
23311
23216
  }
23312
23217
 
23313
- .v-list-subheader {
23218
+ .v-data-table-header__sort-badge {
23219
+ display: inline-flex;
23220
+ justify-content: center;
23314
23221
  align-items: center;
23315
- background: inherit;
23316
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23317
- display: flex;
23318
23222
  font-size: 0.875rem;
23319
- font-weight: 400;
23320
- line-height: 1.375rem;
23321
- padding-inline-end: 16px;
23322
- min-height: 40px;
23323
- transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
23324
- }
23325
- .v-list-subheader__text {
23326
- overflow: hidden;
23327
- text-overflow: ellipsis;
23328
- white-space: nowrap;
23223
+ padding: 4px;
23224
+ border-radius: 50%;
23225
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
23226
+ min-width: 20px;
23227
+ min-height: 20px;
23228
+ width: 20px;
23229
+ height: 20px;
23329
23230
  }
23330
- .v-list--density-default .v-list-subheader {
23331
- min-height: 40px;
23332
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
23231
+
23232
+ .v-data-table-progress > th {
23233
+ border: none !important;
23234
+ height: auto !important;
23235
+ padding: 0 !important;
23333
23236
  }
23334
23237
 
23335
- .v-list--density-comfortable .v-list-subheader {
23336
- min-height: 36px;
23337
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
23238
+ .v-data-table-progress__loader {
23239
+ position: relative;
23338
23240
  }
23339
23241
 
23340
- .v-list--density-compact .v-list-subheader {
23341
- min-height: 32px;
23342
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
23242
+ .v-data-table-rows-loading,
23243
+ .v-data-table-rows-no-data {
23244
+ text-align: center;
23343
23245
  }
23344
23246
 
23345
- .v-list-subheader--inset {
23346
- --indent-padding: 56px;
23247
+ .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
23248
+ grid-template-columns: 0;
23249
+ justify-content: center;
23347
23250
  }
23348
- .v-list--nav .v-list-subheader {
23349
- font-size: 0.75rem;
23251
+ .v-data-table__tr--mobile > .v-data-table__td--select-row {
23252
+ grid-template-columns: 0;
23253
+ justify-content: end;
23350
23254
  }
23351
- .v-list-subheader--sticky {
23352
- background: inherit;
23353
- left: 0;
23354
- position: sticky;
23355
- top: 0;
23356
- z-index: 1;
23255
+ .v-data-table__tr--mobile > td {
23256
+ align-items: center;
23257
+ column-gap: 4px;
23258
+ display: grid;
23259
+ grid-template-columns: repeat(2, 1fr);
23260
+ min-height: var(--v-table-row-height);
23261
+ }
23262
+ .v-data-table__tr--mobile > td:not(:last-child) {
23263
+ border-bottom: 0 !important;
23357
23264
  }
23358
23265
 
23359
- .v-list__overlay {
23360
- background-color: currentColor;
23361
- border-radius: inherit;
23362
- bottom: 0;
23363
- left: 0;
23364
- opacity: 0;
23365
- pointer-events: none;
23366
- position: absolute;
23367
- right: 0;
23368
- top: 0;
23369
- transition: opacity 0.2s ease-in-out;
23266
+ .v-data-table__td-title {
23267
+ font-weight: 500;
23268
+ text-align: start;
23269
+ }
23270
+
23271
+ .v-data-table__td-value {
23272
+ text-align: end;
23273
+ }
23274
+
23275
+ .v-data-table__td-sort-icon {
23276
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
23277
+ }
23278
+ .v-data-table__td-sort-icon-active {
23279
+ color: rgba(var(--v-theme-on-surface));
23370
23280
  }.v-navigation-drawer {
23371
23281
  -webkit-overflow-scrolling: touch;
23372
23282
  background: rgb(var(--v-theme-surface));
@@ -23471,6 +23381,116 @@ html.v-overlay-scroll-blocked {
23471
23381
  .v-navigation-drawer__append {
23472
23382
  flex: none;
23473
23383
  overflow: hidden;
23384
+ }.v-main {
23385
+ flex: 1 0 auto;
23386
+ max-width: 100%;
23387
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23388
+ padding-left: var(--v-layout-left);
23389
+ padding-right: var(--v-layout-right);
23390
+ padding-top: var(--v-layout-top);
23391
+ padding-bottom: var(--v-layout-bottom);
23392
+ }
23393
+ .v-main__scroller {
23394
+ max-width: 100%;
23395
+ position: relative;
23396
+ }
23397
+ .v-main--scrollable {
23398
+ display: flex;
23399
+ }
23400
+ .v-main--scrollable {
23401
+ position: absolute;
23402
+ top: 0;
23403
+ left: 0;
23404
+ width: 100%;
23405
+ height: 100%;
23406
+ }
23407
+ .v-main--scrollable > .v-main__scroller {
23408
+ flex: 1 1 auto;
23409
+ overflow-y: auto;
23410
+ --v-layout-left: 0px;
23411
+ --v-layout-right: 0px;
23412
+ --v-layout-top: 0px;
23413
+ --v-layout-bottom: 0px;
23414
+ }.v-messages {
23415
+ flex: 1 1 auto;
23416
+ font-size: 12px;
23417
+ min-height: 14px;
23418
+ min-width: 1px;
23419
+ opacity: var(--v-medium-emphasis-opacity);
23420
+ position: relative;
23421
+ }
23422
+ .v-messages__message {
23423
+ line-height: 12px;
23424
+ word-break: break-word;
23425
+ overflow-wrap: break-word;
23426
+ word-wrap: break-word;
23427
+ -webkit-hyphens: auto;
23428
+ hyphens: auto;
23429
+ transition-duration: 150ms;
23430
+ }.v-overlay-container {
23431
+ contain: layout;
23432
+ left: 0;
23433
+ pointer-events: none;
23434
+ position: absolute;
23435
+ top: 0;
23436
+ display: contents;
23437
+ }
23438
+
23439
+ .v-overlay-scroll-blocked {
23440
+ padding-inline-end: var(--v-scrollbar-offset);
23441
+ }
23442
+ .v-overlay-scroll-blocked:not(html) {
23443
+ overflow-y: hidden !important;
23444
+ }
23445
+ html.v-overlay-scroll-blocked {
23446
+ position: fixed;
23447
+ top: var(--v-body-scroll-y);
23448
+ left: var(--v-body-scroll-x);
23449
+ width: 100%;
23450
+ height: 100%;
23451
+ }
23452
+
23453
+ .v-overlay {
23454
+ --v-overlay-opacity: 0.32;
23455
+ border-radius: inherit;
23456
+ display: flex;
23457
+ left: 0;
23458
+ pointer-events: none;
23459
+ position: fixed;
23460
+ top: 0;
23461
+ bottom: 0;
23462
+ right: 0;
23463
+ }
23464
+
23465
+ .v-overlay__content {
23466
+ outline: none;
23467
+ position: absolute;
23468
+ pointer-events: auto;
23469
+ contain: layout;
23470
+ }
23471
+
23472
+ .v-overlay__scrim {
23473
+ pointer-events: auto;
23474
+ background: rgb(var(--v-theme-on-surface));
23475
+ border-radius: inherit;
23476
+ bottom: 0;
23477
+ left: 0;
23478
+ opacity: var(--v-overlay-opacity);
23479
+ position: fixed;
23480
+ right: 0;
23481
+ top: 0;
23482
+ }
23483
+
23484
+ .v-overlay--absolute {
23485
+ position: absolute;
23486
+ }
23487
+
23488
+ .v-overlay--contained .v-overlay__scrim {
23489
+ position: absolute;
23490
+ }
23491
+
23492
+ .v-overlay--scroll-blocked {
23493
+ padding-inline-end: var(--v-scrollbar-offset);
23474
23494
  }.v-otp-input {
23475
23495
  align-items: center;
23476
23496
  display: flex;
@@ -23529,20 +23549,6 @@ html.v-overlay-scroll-blocked {
23529
23549
  }
23530
23550
  .v-otp-input__loader .v-progress-linear {
23531
23551
  position: absolute;
23532
- }.v-parallax {
23533
- position: relative;
23534
- overflow: hidden;
23535
- }
23536
- .v-parallax--active > .v-img__img {
23537
- will-change: transform;
23538
- }.v-pagination__list {
23539
- display: inline-flex;
23540
- list-style-type: none;
23541
- justify-content: center;
23542
- width: 100%;
23543
- }
23544
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23545
- margin: 0.3rem;
23546
23552
  }.v-progress-circular {
23547
23553
  align-items: center;
23548
23554
  display: inline-flex;
@@ -23645,6 +23651,14 @@ html.v-overlay-scroll-blocked {
23645
23651
  100% {
23646
23652
  transform: rotate(270deg);
23647
23653
  }
23654
+ }.v-pagination__list {
23655
+ display: inline-flex;
23656
+ list-style-type: none;
23657
+ justify-content: center;
23658
+ width: 100%;
23659
+ }
23660
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23661
+ margin: 0.3rem;
23648
23662
  }.v-progress-linear {
23649
23663
  background: transparent;
23650
23664
  overflow: hidden;
@@ -23873,6 +23887,69 @@ html.v-overlay-scroll-blocked {
23873
23887
  0% {
23874
23888
  background-position-x: var(--v-progress-linear-height);
23875
23889
  }
23890
+ }.v-parallax {
23891
+ position: relative;
23892
+ overflow: hidden;
23893
+ }
23894
+ .v-parallax--active > .v-img__img {
23895
+ will-change: transform;
23896
+ }.v-slider .v-slider__container input {
23897
+ cursor: default;
23898
+ padding: 0;
23899
+ width: 100%;
23900
+ display: none;
23901
+ }
23902
+ .v-slider > .v-input__append,
23903
+ .v-slider > .v-input__prepend {
23904
+ padding: 0;
23905
+ }
23906
+
23907
+ .v-slider__container {
23908
+ position: relative;
23909
+ min-height: inherit;
23910
+ width: 100%;
23911
+ height: 100%;
23912
+ display: flex;
23913
+ justify-content: center;
23914
+ align-items: center;
23915
+ cursor: pointer;
23916
+ }
23917
+ .v-input--disabled .v-slider__container {
23918
+ opacity: var(--v-disabled-opacity);
23919
+ }
23920
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
23921
+ color: rgb(var(--v-theme-error));
23922
+ }
23923
+
23924
+ .v-slider.v-input--horizontal {
23925
+ align-items: center;
23926
+ margin-inline: 8px 8px;
23927
+ }
23928
+ .v-slider.v-input--horizontal > .v-input__control {
23929
+ min-height: 32px;
23930
+ display: flex;
23931
+ align-items: center;
23932
+ }
23933
+
23934
+ .v-slider.v-input--vertical {
23935
+ justify-content: center;
23936
+ margin-top: 12px;
23937
+ margin-bottom: 12px;
23938
+ }
23939
+ .v-slider.v-input--vertical > .v-input__control {
23940
+ min-height: 300px;
23941
+ }
23942
+
23943
+ .v-slider.v-input--disabled {
23944
+ pointer-events: none;
23945
+ }
23946
+
23947
+ .v-slider--has-labels > .v-input__control {
23948
+ margin-bottom: 4px;
23949
+ }
23950
+
23951
+ .v-slider__label {
23952
+ margin-inline-end: 12px;
23876
23953
  }.v-radio-group > .v-input__control {
23877
23954
  flex-direction: column;
23878
23955
  }
@@ -23938,6 +24015,32 @@ html.v-overlay-scroll-blocked {
23938
24015
  opacity: 0;
23939
24016
  position: absolute;
23940
24017
  width: 0;
24018
+ }.v-responsive {
24019
+ display: flex;
24020
+ flex: 1 0 auto;
24021
+ max-height: 100%;
24022
+ max-width: 100%;
24023
+ overflow: hidden;
24024
+ position: relative;
24025
+ }
24026
+ .v-responsive--inline {
24027
+ display: inline-flex;
24028
+ flex: 0 0 auto;
24029
+ }
24030
+
24031
+ .v-responsive__content {
24032
+ flex: 1 0 0px;
24033
+ max-width: 100%;
24034
+ }
24035
+
24036
+ .v-responsive__sizer ~ .v-responsive__content {
24037
+ margin-inline-start: -100%;
24038
+ }
24039
+
24040
+ .v-responsive__sizer {
24041
+ flex: 1 0 0px;
24042
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24043
+ pointer-events: none;
23941
24044
  }.v-select .v-field .v-text-field__prefix,
23942
24045
  .v-select .v-field .v-text-field__suffix,
23943
24046
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -24099,42 +24202,47 @@ html.v-overlay-scroll-blocked {
24099
24202
  }
24100
24203
  .v-selection-control--focus-visible .v-selection-control__input::before {
24101
24204
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24102
- }.v-sheet {
24103
- display: block;
24205
+ }.v-speed-dial__content {
24206
+ gap: 8px;
24104
24207
  }
24105
- .v-sheet {
24106
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24107
- border-style: solid;
24108
- border-width: 0;
24208
+ .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 {
24209
+ flex-direction: row;
24109
24210
  }
24110
- .v-sheet--border {
24111
- border-width: thin;
24112
- box-shadow: none;
24211
+ .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 {
24212
+ flex-direction: row-reverse;
24113
24213
  }
24114
- .v-sheet {
24115
- 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));
24214
+ .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 {
24215
+ flex-direction: column-reverse;
24116
24216
  }
24117
- .v-sheet--absolute {
24118
- position: absolute;
24217
+ .v-speed-dial__content > *:nth-child(1) {
24218
+ transition-delay: 0s;
24219
+ }
24220
+ .v-speed-dial__content > *:nth-child(2) {
24221
+ transition-delay: 0.05s;
24222
+ }
24223
+ .v-speed-dial__content > *:nth-child(3) {
24224
+ transition-delay: 0.1s;
24225
+ }
24226
+ .v-speed-dial__content > *:nth-child(4) {
24227
+ transition-delay: 0.15s;
24119
24228
  }
24120
- .v-sheet--fixed {
24121
- position: fixed;
24229
+ .v-speed-dial__content > *:nth-child(5) {
24230
+ transition-delay: 0.2s;
24122
24231
  }
24123
- .v-sheet--relative {
24124
- position: relative;
24232
+ .v-speed-dial__content > *:nth-child(6) {
24233
+ transition-delay: 0.25s;
24125
24234
  }
24126
- .v-sheet--sticky {
24127
- position: sticky;
24235
+ .v-speed-dial__content > *:nth-child(7) {
24236
+ transition-delay: 0.3s;
24128
24237
  }
24129
- .v-sheet {
24130
- border-radius: 0;
24238
+ .v-speed-dial__content > *:nth-child(8) {
24239
+ transition-delay: 0.35s;
24131
24240
  }
24132
- .v-sheet {
24133
- background: rgb(var(--v-theme-surface));
24134
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24241
+ .v-speed-dial__content > *:nth-child(9) {
24242
+ transition-delay: 0.4s;
24135
24243
  }
24136
- .v-sheet--rounded {
24137
- border-radius: 4px;
24244
+ .v-speed-dial__content > *:nth-child(10) {
24245
+ transition-delay: 0.45s;
24138
24246
  }.v-skeleton-loader {
24139
24247
  align-items: center;
24140
24248
  background: rgb(var(--v-theme-surface));
@@ -24360,73 +24468,6 @@ html.v-overlay-scroll-blocked {
24360
24468
  100% {
24361
24469
  transform: translateX(100%);
24362
24470
  }
24363
- }.v-responsive {
24364
- display: flex;
24365
- flex: 1 0 auto;
24366
- max-height: 100%;
24367
- max-width: 100%;
24368
- overflow: hidden;
24369
- position: relative;
24370
- }
24371
- .v-responsive--inline {
24372
- display: inline-flex;
24373
- flex: 0 0 auto;
24374
- }
24375
-
24376
- .v-responsive__content {
24377
- flex: 1 0 0px;
24378
- max-width: 100%;
24379
- }
24380
-
24381
- .v-responsive__sizer ~ .v-responsive__content {
24382
- margin-inline-start: -100%;
24383
- }
24384
-
24385
- .v-responsive__sizer {
24386
- flex: 1 0 0px;
24387
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24388
- pointer-events: none;
24389
- }.v-speed-dial__content {
24390
- gap: 8px;
24391
- }
24392
- .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 {
24393
- flex-direction: row;
24394
- }
24395
- .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 {
24396
- flex-direction: row-reverse;
24397
- }
24398
- .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 {
24399
- flex-direction: column-reverse;
24400
- }
24401
- .v-speed-dial__content > *:nth-child(1) {
24402
- transition-delay: 0s;
24403
- }
24404
- .v-speed-dial__content > *:nth-child(2) {
24405
- transition-delay: 0.05s;
24406
- }
24407
- .v-speed-dial__content > *:nth-child(3) {
24408
- transition-delay: 0.1s;
24409
- }
24410
- .v-speed-dial__content > *:nth-child(4) {
24411
- transition-delay: 0.15s;
24412
- }
24413
- .v-speed-dial__content > *:nth-child(5) {
24414
- transition-delay: 0.2s;
24415
- }
24416
- .v-speed-dial__content > *:nth-child(6) {
24417
- transition-delay: 0.25s;
24418
- }
24419
- .v-speed-dial__content > *:nth-child(7) {
24420
- transition-delay: 0.3s;
24421
- }
24422
- .v-speed-dial__content > *:nth-child(8) {
24423
- transition-delay: 0.35s;
24424
- }
24425
- .v-speed-dial__content > *:nth-child(9) {
24426
- transition-delay: 0.4s;
24427
- }
24428
- .v-speed-dial__content > *:nth-child(10) {
24429
- transition-delay: 0.45s;
24430
24471
  }.v-slide-group {
24431
24472
  display: flex;
24432
24473
  overflow: hidden;
@@ -24482,63 +24523,217 @@ html.v-overlay-scroll-blocked {
24482
24523
  .v-slide-group--vertical .v-slide-group__container {
24483
24524
  overflow-x: hidden;
24484
24525
  overflow-y: auto;
24485
- }.v-slider .v-slider__container input {
24486
- cursor: default;
24487
- padding: 0;
24488
- width: 100%;
24526
+ }.v-stepper.v-sheet {
24527
+ overflow: hidden;
24528
+ }
24529
+ .v-stepper.v-sheet {
24530
+ 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));
24531
+ }
24532
+ .v-stepper.v-sheet {
24533
+ border-radius: 4px;
24534
+ }
24535
+ .v-stepper.v-sheet.v-stepper--flat {
24536
+ 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));
24537
+ }
24538
+
24539
+ .v-stepper-header {
24540
+ align-items: center;
24541
+ display: flex;
24542
+ position: relative;
24543
+ overflow-x: auto;
24544
+ justify-content: space-between;
24545
+ z-index: 1;
24546
+ }
24547
+ .v-stepper-header {
24548
+ 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));
24549
+ }
24550
+ .v-stepper-header .v-divider {
24551
+ margin: 0 -16px;
24552
+ }
24553
+ .v-stepper-header .v-divider:last-child {
24554
+ margin-inline-end: 0;
24555
+ }
24556
+ .v-stepper-header .v-divider:first-child {
24557
+ margin-inline-start: 0;
24558
+ }
24559
+ .v-stepper--alt-labels .v-stepper-header {
24560
+ height: auto;
24561
+ }
24562
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
24563
+ align-self: flex-start;
24564
+ margin: 35px -67px 0;
24565
+ }
24566
+
24567
+ .v-stepper-window {
24568
+ margin: 1.5rem;
24569
+ }
24570
+
24571
+ .v-stepper-actions {
24572
+ display: flex;
24573
+ align-items: center;
24574
+ justify-content: space-between;
24575
+ padding: 1rem;
24576
+ }
24577
+ .v-stepper .v-stepper-actions {
24578
+ padding: 0 1.5rem 1rem;
24579
+ }
24580
+ .v-stepper-window-item .v-stepper-actions {
24581
+ padding: 1.5rem 0 0;
24582
+ }.v-stepper-item {
24583
+ align-items: center;
24584
+ align-self: stretch;
24585
+ display: inline-flex;
24586
+ flex: none;
24587
+ outline: none;
24588
+ opacity: var(--v-medium-emphasis-opacity);
24589
+ padding: 1.5rem;
24590
+ position: relative;
24591
+ transition-duration: 0.2s;
24592
+ transition-property: opacity;
24593
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24594
+ }
24595
+ .v-stepper-item:hover > .v-stepper-item__overlay {
24596
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24597
+ }
24598
+ .v-stepper-item:focus-visible > .v-stepper-item__overlay {
24599
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24600
+ }
24601
+ @supports not selector(:focus-visible) {
24602
+ .v-stepper-item:focus > .v-stepper-item__overlay {
24603
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24604
+ }
24605
+ }
24606
+ .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
24607
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
24608
+ }
24609
+ .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
24610
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
24611
+ }
24612
+ .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
24613
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24614
+ }
24615
+ @supports not selector(:focus-visible) {
24616
+ .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
24617
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24618
+ }
24619
+ }
24620
+ .v-stepper--non-linear .v-stepper-item {
24621
+ opacity: var(--v-high-emphasis-opacity);
24622
+ }
24623
+ .v-stepper-item--selected {
24624
+ opacity: 1;
24625
+ }
24626
+ .v-stepper-item--error {
24627
+ color: rgb(var(--v-theme-error));
24628
+ }
24629
+ .v-stepper-item--disabled {
24630
+ opacity: var(--v-medium-emphasis-opacity);
24631
+ pointer-events: none;
24632
+ }
24633
+ .v-stepper--alt-labels .v-stepper-item {
24634
+ flex-direction: column;
24635
+ justify-content: flex-start;
24636
+ align-items: center;
24637
+ flex-basis: 175px;
24638
+ }
24639
+
24640
+ .v-stepper-item__avatar.v-avatar {
24641
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24642
+ color: rgb(var(--v-theme-on-surface-variant));
24643
+ font-size: 0.75rem;
24644
+ margin-inline-end: 8px;
24645
+ }
24646
+ .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
24647
+ margin-inline-end: 0;
24648
+ }
24649
+ .v-stepper-item__avatar.v-avatar .v-icon {
24650
+ font-size: 0.875rem;
24651
+ }
24652
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
24653
+ background: rgb(var(--v-theme-surface-variant));
24654
+ }
24655
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
24656
+ background: rgb(var(--v-theme-error));
24657
+ }
24658
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
24659
+ margin-bottom: 16px;
24660
+ margin-inline-end: 0;
24661
+ }
24662
+
24663
+ .v-stepper-item__title {
24664
+ line-height: 1;
24665
+ }
24666
+ .v-stepper--mobile .v-stepper-item__title {
24489
24667
  display: none;
24490
24668
  }
24491
- .v-slider > .v-input__append,
24492
- .v-slider > .v-input__prepend {
24493
- padding: 0;
24669
+
24670
+ .v-stepper-item__subtitle {
24671
+ font-size: 0.75rem;
24672
+ text-align: left;
24673
+ line-height: 1;
24674
+ opacity: var(--v-medium-emphasis-opacity);
24675
+ }
24676
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
24677
+ text-align: center;
24678
+ }
24679
+ .v-stepper--mobile .v-stepper-item__subtitle {
24680
+ display: none;
24681
+ }
24682
+
24683
+ .v-stepper-item__overlay {
24684
+ background-color: currentColor;
24685
+ border-radius: inherit;
24686
+ opacity: 0;
24687
+ transition: opacity 0.2s ease-in-out;
24494
24688
  }
24495
24689
 
24496
- .v-slider__container {
24497
- position: relative;
24498
- min-height: inherit;
24690
+ .v-stepper-item__overlay,
24691
+ .v-stepper-item__underlay {
24692
+ pointer-events: none;
24693
+ }
24694
+ .v-stepper-item__overlay,
24695
+ .v-stepper-item__underlay {
24696
+ position: absolute;
24697
+ top: 0;
24698
+ left: 0;
24499
24699
  width: 100%;
24500
24700
  height: 100%;
24501
- display: flex;
24502
- justify-content: center;
24503
- align-items: center;
24504
- cursor: pointer;
24701
+ }.v-sheet {
24702
+ display: block;
24505
24703
  }
24506
- .v-input--disabled .v-slider__container {
24507
- opacity: var(--v-disabled-opacity);
24704
+ .v-sheet {
24705
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24706
+ border-style: solid;
24707
+ border-width: 0;
24508
24708
  }
24509
- .v-input--error:not(.v-input--disabled) .v-slider__container {
24510
- color: rgb(var(--v-theme-error));
24709
+ .v-sheet--border {
24710
+ border-width: thin;
24711
+ box-shadow: none;
24511
24712
  }
24512
-
24513
- .v-slider.v-input--horizontal {
24514
- align-items: center;
24515
- margin-inline: 8px 8px;
24713
+ .v-sheet {
24714
+ 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));
24516
24715
  }
24517
- .v-slider.v-input--horizontal > .v-input__control {
24518
- min-height: 32px;
24519
- display: flex;
24520
- align-items: center;
24716
+ .v-sheet--absolute {
24717
+ position: absolute;
24521
24718
  }
24522
-
24523
- .v-slider.v-input--vertical {
24524
- justify-content: center;
24525
- margin-top: 12px;
24526
- margin-bottom: 12px;
24719
+ .v-sheet--fixed {
24720
+ position: fixed;
24527
24721
  }
24528
- .v-slider.v-input--vertical > .v-input__control {
24529
- min-height: 300px;
24722
+ .v-sheet--relative {
24723
+ position: relative;
24530
24724
  }
24531
-
24532
- .v-slider.v-input--disabled {
24533
- pointer-events: none;
24725
+ .v-sheet--sticky {
24726
+ position: sticky;
24534
24727
  }
24535
-
24536
- .v-slider--has-labels > .v-input__control {
24537
- margin-bottom: 4px;
24728
+ .v-sheet {
24729
+ border-radius: 0;
24538
24730
  }
24539
-
24540
- .v-slider__label {
24541
- margin-inline-end: 12px;
24731
+ .v-sheet {
24732
+ background: rgb(var(--v-theme-surface));
24733
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24734
+ }
24735
+ .v-sheet--rounded {
24736
+ border-radius: 4px;
24542
24737
  }.v-system-bar {
24543
24738
  align-items: center;
24544
24739
  display: flex;
@@ -24722,181 +24917,6 @@ html.v-overlay-scroll-blocked {
24722
24917
  }
24723
24918
  .v-snackbar-transition-leave-to {
24724
24919
  opacity: 0;
24725
- }.v-stepper.v-sheet {
24726
- overflow: hidden;
24727
- }
24728
- .v-stepper.v-sheet {
24729
- 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));
24730
- }
24731
- .v-stepper.v-sheet {
24732
- border-radius: 4px;
24733
- }
24734
- .v-stepper.v-sheet.v-stepper--flat {
24735
- 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));
24736
- }
24737
-
24738
- .v-stepper-header {
24739
- align-items: center;
24740
- display: flex;
24741
- position: relative;
24742
- overflow-x: auto;
24743
- justify-content: space-between;
24744
- z-index: 1;
24745
- }
24746
- .v-stepper-header {
24747
- 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));
24748
- }
24749
- .v-stepper-header .v-divider {
24750
- margin: 0 -16px;
24751
- }
24752
- .v-stepper-header .v-divider:last-child {
24753
- margin-inline-end: 0;
24754
- }
24755
- .v-stepper-header .v-divider:first-child {
24756
- margin-inline-start: 0;
24757
- }
24758
- .v-stepper--alt-labels .v-stepper-header {
24759
- height: auto;
24760
- }
24761
- .v-stepper--alt-labels .v-stepper-header .v-divider {
24762
- align-self: flex-start;
24763
- margin: 35px -67px 0;
24764
- }
24765
-
24766
- .v-stepper-window {
24767
- margin: 1.5rem;
24768
- }
24769
-
24770
- .v-stepper-actions {
24771
- display: flex;
24772
- align-items: center;
24773
- justify-content: space-between;
24774
- padding: 1rem;
24775
- }
24776
- .v-stepper .v-stepper-actions {
24777
- padding: 0 1.5rem 1rem;
24778
- }
24779
- .v-stepper-window-item .v-stepper-actions {
24780
- padding: 1.5rem 0 0;
24781
- }.v-stepper-item {
24782
- align-items: center;
24783
- align-self: stretch;
24784
- display: inline-flex;
24785
- flex: none;
24786
- outline: none;
24787
- opacity: var(--v-medium-emphasis-opacity);
24788
- padding: 1.5rem;
24789
- position: relative;
24790
- transition-duration: 0.2s;
24791
- transition-property: opacity;
24792
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24793
- }
24794
- .v-stepper-item:hover > .v-stepper-item__overlay {
24795
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24796
- }
24797
- .v-stepper-item:focus-visible > .v-stepper-item__overlay {
24798
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24799
- }
24800
- @supports not selector(:focus-visible) {
24801
- .v-stepper-item:focus > .v-stepper-item__overlay {
24802
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24803
- }
24804
- }
24805
- .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
24806
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
24807
- }
24808
- .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
24809
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
24810
- }
24811
- .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
24812
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24813
- }
24814
- @supports not selector(:focus-visible) {
24815
- .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
24816
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24817
- }
24818
- }
24819
- .v-stepper--non-linear .v-stepper-item {
24820
- opacity: var(--v-high-emphasis-opacity);
24821
- }
24822
- .v-stepper-item--selected {
24823
- opacity: 1;
24824
- }
24825
- .v-stepper-item--error {
24826
- color: rgb(var(--v-theme-error));
24827
- }
24828
- .v-stepper-item--disabled {
24829
- opacity: var(--v-medium-emphasis-opacity);
24830
- pointer-events: none;
24831
- }
24832
- .v-stepper--alt-labels .v-stepper-item {
24833
- flex-direction: column;
24834
- justify-content: flex-start;
24835
- align-items: center;
24836
- flex-basis: 175px;
24837
- }
24838
-
24839
- .v-stepper-item__avatar.v-avatar {
24840
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24841
- color: rgb(var(--v-theme-on-surface-variant));
24842
- font-size: 0.75rem;
24843
- margin-inline-end: 8px;
24844
- }
24845
- .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
24846
- margin-inline-end: 0;
24847
- }
24848
- .v-stepper-item__avatar.v-avatar .v-icon {
24849
- font-size: 0.875rem;
24850
- }
24851
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
24852
- background: rgb(var(--v-theme-surface-variant));
24853
- }
24854
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
24855
- background: rgb(var(--v-theme-error));
24856
- }
24857
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
24858
- margin-bottom: 16px;
24859
- margin-inline-end: 0;
24860
- }
24861
-
24862
- .v-stepper-item__title {
24863
- line-height: 1;
24864
- }
24865
- .v-stepper--mobile .v-stepper-item__title {
24866
- display: none;
24867
- }
24868
-
24869
- .v-stepper-item__subtitle {
24870
- font-size: 0.75rem;
24871
- text-align: left;
24872
- line-height: 1;
24873
- opacity: var(--v-medium-emphasis-opacity);
24874
- }
24875
- .v-stepper--alt-labels .v-stepper-item__subtitle {
24876
- text-align: center;
24877
- }
24878
- .v-stepper--mobile .v-stepper-item__subtitle {
24879
- display: none;
24880
- }
24881
-
24882
- .v-stepper-item__overlay {
24883
- background-color: currentColor;
24884
- border-radius: inherit;
24885
- opacity: 0;
24886
- transition: opacity 0.2s ease-in-out;
24887
- }
24888
-
24889
- .v-stepper-item__overlay,
24890
- .v-stepper-item__underlay {
24891
- pointer-events: none;
24892
- }
24893
- .v-stepper-item__overlay,
24894
- .v-stepper-item__underlay {
24895
- position: absolute;
24896
- top: 0;
24897
- left: 0;
24898
- width: 100%;
24899
- height: 100%;
24900
24920
  }.v-switch .v-label {
24901
24921
  padding-inline-start: 10px;
24902
24922
  }
@@ -25079,6 +25099,35 @@ html.v-overlay-scroll-blocked {
25079
25099
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25080
25100
  border-width: 0;
25081
25101
  }
25102
+ }.v-tab.v-tab.v-btn {
25103
+ height: var(--v-tabs-height);
25104
+ border-radius: 0;
25105
+ min-width: 90px;
25106
+ }
25107
+ .v-slide-group--horizontal .v-tab {
25108
+ max-width: 360px;
25109
+ }
25110
+ .v-slide-group--vertical .v-tab {
25111
+ justify-content: start;
25112
+ }
25113
+
25114
+ .v-tab__slider {
25115
+ position: absolute;
25116
+ bottom: 0;
25117
+ left: 0;
25118
+ height: 2px;
25119
+ width: 100%;
25120
+ background: currentColor;
25121
+ pointer-events: none;
25122
+ opacity: 0;
25123
+ }
25124
+ .v-tab--selected .v-tab__slider {
25125
+ opacity: 1;
25126
+ }
25127
+ .v-slide-group--vertical .v-tab__slider {
25128
+ top: 0;
25129
+ height: 100%;
25130
+ width: 2px;
25082
25131
  }.v-tabs {
25083
25132
  display: flex;
25084
25133
  height: var(--v-tabs-height);
@@ -25145,35 +25194,113 @@ html.v-overlay-scroll-blocked {
25145
25194
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25146
25195
  margin-inline-end: 52px;
25147
25196
  }
25148
- }.v-tab.v-tab.v-btn {
25149
- height: var(--v-tabs-height);
25150
- border-radius: 0;
25151
- min-width: 90px;
25197
+ }/* region BLOCK */
25198
+ .v-text-field input {
25199
+ color: inherit;
25200
+ opacity: 0;
25201
+ flex: 1;
25202
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25203
+ min-width: 0;
25152
25204
  }
25153
- .v-slide-group--horizontal .v-tab {
25154
- max-width: 360px;
25205
+ .v-text-field input:focus, .v-text-field input:active {
25206
+ outline: none;
25155
25207
  }
25156
- .v-slide-group--vertical .v-tab {
25157
- justify-content: start;
25208
+ .v-text-field input:invalid {
25209
+ box-shadow: none;
25210
+ }
25211
+ .v-text-field .v-field {
25212
+ cursor: text;
25213
+ }
25214
+ .v-text-field--prefixed.v-text-field .v-field__input {
25215
+ --v-field-padding-start: 6px;
25158
25216
  }
25159
25217
 
25160
- .v-tab__slider {
25218
+ .v-text-field--suffixed.v-text-field .v-field__input {
25219
+ --v-field-padding-end: 0;
25220
+ }
25221
+
25222
+ .v-text-field .v-input__details {
25223
+ padding-inline: 16px;
25224
+ }
25225
+ .v-input--plain-underlined.v-text-field .v-input__details {
25226
+ padding-inline: 0;
25227
+ }
25228
+
25229
+ .v-text-field .v-field--no-label input,
25230
+ .v-text-field .v-field--active input {
25231
+ opacity: 1;
25232
+ }
25233
+ .v-text-field .v-field--single-line input {
25234
+ transition: none;
25235
+ }
25236
+
25237
+ /* endregion */
25238
+ /* region ELEMENTS */
25239
+ .v-text-field__prefix, .v-text-field__suffix {
25240
+ align-items: center;
25241
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25242
+ cursor: default;
25243
+ display: flex;
25244
+ opacity: 0;
25245
+ transition: inherit;
25246
+ white-space: nowrap;
25247
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25248
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25249
+ padding-bottom: var(--v-field-padding-bottom, 6px);
25250
+ }
25251
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25252
+ opacity: 1;
25253
+ }
25254
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25255
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25256
+ }
25257
+ .v-text-field__prefix {
25258
+ padding-inline-start: var(--v-field-padding-start);
25259
+ }
25260
+ .v-text-field__suffix {
25261
+ padding-inline-end: var(--v-field-padding-end);
25262
+ }
25263
+
25264
+ /* endregion */.v-textarea .v-field {
25265
+ --v-textarea-control-height: var(--v-input-control-height);
25266
+ }
25267
+ .v-textarea .v-field__field {
25268
+ --v-input-control-height: var(--v-textarea-control-height);
25269
+ }
25270
+ .v-textarea .v-field__input {
25271
+ flex: 1 1 auto;
25272
+ outline: none;
25273
+ -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));
25274
+ 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));
25275
+ }
25276
+ .v-textarea .v-field__input.v-textarea__sizer {
25277
+ visibility: hidden;
25161
25278
  position: absolute;
25162
- bottom: 0;
25279
+ top: 0;
25163
25280
  left: 0;
25164
- height: 2px;
25165
- width: 100%;
25166
- background: currentColor;
25281
+ height: 0 !important;
25282
+ min-height: 0 !important;
25167
25283
  pointer-events: none;
25168
- opacity: 0;
25169
25284
  }
25170
- .v-tab--selected .v-tab__slider {
25285
+ .v-textarea--no-resize .v-field__input {
25286
+ resize: none;
25287
+ }
25288
+ .v-textarea .v-field--no-label textarea,
25289
+ .v-textarea .v-field--active textarea {
25171
25290
  opacity: 1;
25172
25291
  }
25173
- .v-slide-group--vertical .v-tab__slider {
25174
- top: 0;
25292
+ .v-textarea textarea {
25293
+ opacity: 0;
25294
+ flex: 1;
25295
+ min-width: 0;
25175
25296
  height: 100%;
25176
- width: 2px;
25297
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25298
+ }
25299
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25300
+ outline: none;
25301
+ }
25302
+ .v-textarea textarea:invalid {
25303
+ box-shadow: none;
25177
25304
  }.v-table {
25178
25305
  font-size: 0.875rem;
25179
25306
  transition-duration: 0.28s;
@@ -25316,46 +25443,9 @@ html.v-overlay-scroll-blocked {
25316
25443
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25317
25444
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25318
25445
  border-top: 0px !important;
25319
- }.v-textarea .v-field {
25320
- --v-textarea-control-height: var(--v-input-control-height);
25321
- }
25322
- .v-textarea .v-field__field {
25323
- --v-input-control-height: var(--v-textarea-control-height);
25324
- }
25325
- .v-textarea .v-field__input {
25326
- flex: 1 1 auto;
25327
- outline: none;
25328
- -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));
25329
- 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));
25330
- }
25331
- .v-textarea .v-field__input.v-textarea__sizer {
25332
- visibility: hidden;
25333
- position: absolute;
25334
- top: 0;
25335
- left: 0;
25336
- height: 0 !important;
25337
- min-height: 0 !important;
25338
- pointer-events: none;
25339
- }
25340
- .v-textarea--no-resize .v-field__input {
25341
- resize: none;
25342
- }
25343
- .v-textarea .v-field--no-label textarea,
25344
- .v-textarea .v-field--active textarea {
25345
- opacity: 1;
25346
- }
25347
- .v-textarea textarea {
25348
- opacity: 0;
25349
- flex: 1;
25350
- min-width: 0;
25351
- height: 100%;
25352
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25353
- }
25354
- .v-textarea textarea:focus, .v-textarea textarea:active {
25355
- outline: none;
25356
- }
25357
- .v-textarea textarea:invalid {
25358
- box-shadow: none;
25446
+ }.v-theme-provider {
25447
+ background: rgb(var(--v-theme-background));
25448
+ color: rgb(var(--v-theme-on-background));
25359
25449
  }.v-timeline .v-timeline-divider__dot {
25360
25450
  background: rgb(var(--v-theme-surface-light));
25361
25451
  }
@@ -25774,74 +25864,7 @@ html.v-overlay-scroll-blocked {
25774
25864
 
25775
25865
  .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 {
25776
25866
  padding-inline-end: 0;
25777
- }/* region BLOCK */
25778
- .v-text-field input {
25779
- color: inherit;
25780
- opacity: 0;
25781
- flex: 1;
25782
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25783
- min-width: 0;
25784
- }
25785
- .v-text-field input:focus, .v-text-field input:active {
25786
- outline: none;
25787
- }
25788
- .v-text-field input:invalid {
25789
- box-shadow: none;
25790
- }
25791
- .v-text-field .v-field {
25792
- cursor: text;
25793
- }
25794
- .v-text-field--prefixed.v-text-field .v-field__input {
25795
- --v-field-padding-start: 6px;
25796
- }
25797
-
25798
- .v-text-field--suffixed.v-text-field .v-field__input {
25799
- --v-field-padding-end: 0;
25800
- }
25801
-
25802
- .v-text-field .v-input__details {
25803
- padding-inline: 16px;
25804
- }
25805
- .v-input--plain-underlined.v-text-field .v-input__details {
25806
- padding-inline: 0;
25807
- }
25808
-
25809
- .v-text-field .v-field--no-label input,
25810
- .v-text-field .v-field--active input {
25811
- opacity: 1;
25812
- }
25813
- .v-text-field .v-field--single-line input {
25814
- transition: none;
25815
- }
25816
-
25817
- /* endregion */
25818
- /* region ELEMENTS */
25819
- .v-text-field__prefix, .v-text-field__suffix {
25820
- align-items: center;
25821
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25822
- cursor: default;
25823
- display: flex;
25824
- opacity: 0;
25825
- transition: inherit;
25826
- white-space: nowrap;
25827
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25828
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25829
- padding-bottom: var(--v-field-padding-bottom, 6px);
25830
- }
25831
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25832
- opacity: 1;
25833
- }
25834
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25835
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25836
- }
25837
- .v-text-field__prefix {
25838
- padding-inline-start: var(--v-field-padding-start);
25839
- }
25840
- .v-text-field__suffix {
25841
- padding-inline-end: var(--v-field-padding-end);
25842
- }
25843
-
25844
- /* endregion */.v-toolbar {
25867
+ }.v-toolbar {
25845
25868
  align-items: flex-start;
25846
25869
  display: flex;
25847
25870
  flex: none;
@@ -25980,20 +26003,11 @@ html.v-overlay-scroll-blocked {
25980
26003
 
25981
26004
  .v-toolbar-items {
25982
26005
  display: flex;
25983
- height: inherit;
25984
- align-self: stretch;
25985
- }
25986
- .v-toolbar-items > .v-btn {
25987
- border-radius: 0;
25988
- }.v-virtual-scroll {
25989
- display: block;
25990
- flex: 1 1 auto;
25991
- max-width: 100%;
25992
- overflow: auto;
25993
- position: relative;
26006
+ height: inherit;
26007
+ align-self: stretch;
25994
26008
  }
25995
- .v-virtual-scroll__container {
25996
- display: block;
26009
+ .v-toolbar-items > .v-btn {
26010
+ border-radius: 0;
25997
26011
  }.v-tooltip > .v-overlay__content {
25998
26012
  background: rgb(var(--v-theme-surface-variant));
25999
26013
  color: rgb(var(--v-theme-on-surface-variant));
@@ -26086,171 +26100,157 @@ html.v-overlay-scroll-blocked {
26086
26100
  }
26087
26101
  .v-window-y-reverse-transition-leave-to {
26088
26102
  transform: translateY(100%);
26089
- }.v-theme-provider {
26090
- background: rgb(var(--v-theme-background));
26091
- color: rgb(var(--v-theme-on-background));
26092
- }.v-menu > .v-overlay__content {
26093
- display: flex;
26094
- flex-direction: column;
26095
- }
26096
- .v-menu > .v-overlay__content {
26097
- border-radius: 4px;
26098
- }
26099
- .v-menu > .v-overlay__content > .v-card,
26100
- .v-menu > .v-overlay__content > .v-sheet,
26101
- .v-menu > .v-overlay__content > .v-list {
26102
- background: rgb(var(--v-theme-surface));
26103
- border-radius: inherit;
26103
+ }.v-virtual-scroll {
26104
+ display: block;
26105
+ flex: 1 1 auto;
26106
+ max-width: 100%;
26104
26107
  overflow: auto;
26105
- height: 100%;
26108
+ position: relative;
26106
26109
  }
26107
- .v-menu > .v-overlay__content > .v-card,
26108
- .v-menu > .v-overlay__content > .v-sheet,
26109
- .v-menu > .v-overlay__content > .v-list {
26110
- 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));
26111
- }.v-locale-provider {
26112
- display: contents;
26113
- }.v-fab {
26114
- align-items: center;
26115
- display: inline-flex;
26110
+ .v-virtual-scroll__container {
26111
+ display: block;
26112
+ }.v-input {
26113
+ display: grid;
26116
26114
  flex: 1 1 auto;
26117
- pointer-events: none;
26118
- position: relative;
26119
- transition-duration: 0.2s;
26120
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
26121
- vertical-align: middle;
26115
+ font-size: 1rem;
26116
+ font-weight: 400;
26117
+ line-height: 1.5;
26122
26118
  }
26123
- .v-fab .v-btn {
26124
- pointer-events: auto;
26119
+ .v-input--disabled {
26120
+ pointer-events: none;
26125
26121
  }
26126
- .v-fab .v-btn--variant-elevated {
26127
- box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
26122
+ .v-input--density-default {
26123
+ --v-input-control-height: 56px;
26124
+ --v-input-padding-top: 16px;
26128
26125
  }
26129
- .v-fab--app, .v-fab--absolute {
26130
- display: flex;
26126
+
26127
+ .v-input--density-comfortable {
26128
+ --v-input-control-height: 48px;
26129
+ --v-input-padding-top: 12px;
26131
26130
  }
26132
- .v-fab--absolute {
26133
- position: absolute;
26134
- inset: 0;
26131
+
26132
+ .v-input--density-compact {
26133
+ --v-input-control-height: 40px;
26134
+ --v-input-padding-top: 8px;
26135
26135
  }
26136
- .v-fab--start, .v-fab--left {
26137
- justify-content: flex-start;
26136
+
26137
+ .v-input--vertical {
26138
+ grid-template-areas: "append" "control" "prepend";
26139
+ grid-template-rows: max-content auto max-content;
26140
+ grid-template-columns: min-content;
26138
26141
  }
26139
- .v-fab--center {
26140
- align-items: center;
26141
- justify-content: center;
26142
+ .v-input--vertical .v-input__prepend {
26143
+ margin-block-start: 16px;
26142
26144
  }
26143
- .v-fab--end, .v-fab--right {
26144
- justify-content: flex-end;
26145
+ .v-input--vertical .v-input__append {
26146
+ margin-block-end: 16px;
26145
26147
  }
26146
- .v-fab--bottom {
26147
- align-items: flex-end;
26148
+
26149
+ .v-input--horizontal {
26150
+ grid-template-areas: "prepend control append" "a messages b";
26151
+ grid-template-columns: max-content minmax(0, 1fr) max-content;
26152
+ grid-template-rows: 1fr auto;
26148
26153
  }
26149
- .v-fab--top {
26150
- align-items: flex-start;
26154
+ .v-input--horizontal .v-input__prepend {
26155
+ margin-inline-end: 16px;
26151
26156
  }
26152
- .v-fab--extended .v-btn {
26153
- border-radius: 9999px !important;
26157
+ .v-input--horizontal .v-input__append {
26158
+ margin-inline-start: 16px;
26154
26159
  }
26155
26160
 
26156
- .v-fab__container {
26157
- align-self: center;
26158
- display: inline-flex;
26159
- vertical-align: middle;
26160
- }
26161
- .v-fab--app .v-fab__container {
26162
- margin: 12px;
26163
- position: fixed;
26164
- }
26165
- .v-fab--absolute .v-fab__container {
26166
- position: absolute;
26167
- z-index: 4;
26161
+ .v-input__details {
26162
+ align-items: flex-end;
26163
+ display: flex;
26164
+ font-size: 0.75rem;
26165
+ font-weight: 400;
26166
+ grid-area: messages;
26167
+ letter-spacing: 0.0333333333em;
26168
+ line-height: normal;
26169
+ min-height: 22px;
26170
+ padding-top: 6px;
26171
+ overflow: hidden;
26172
+ justify-content: space-between;
26168
26173
  }
26169
- .v-fab--offset.v-fab--top .v-fab__container {
26170
- transform: translateY(-50%);
26174
+
26175
+ .v-input__details > .v-icon,
26176
+ .v-input__prepend > .v-icon,
26177
+ .v-input__append > .v-icon {
26178
+ opacity: var(--v-medium-emphasis-opacity);
26171
26179
  }
26172
- .v-fab--offset.v-fab--bottom .v-fab__container {
26173
- transform: translateY(50%);
26180
+ .v-input--disabled .v-input__details > .v-icon,
26181
+ .v-input--disabled .v-input__details .v-messages, .v-input--error .v-input__details > .v-icon,
26182
+ .v-input--error .v-input__details .v-messages,
26183
+ .v-input--disabled .v-input__prepend > .v-icon,
26184
+ .v-input--disabled .v-input__prepend .v-messages,
26185
+ .v-input--error .v-input__prepend > .v-icon,
26186
+ .v-input--error .v-input__prepend .v-messages,
26187
+ .v-input--disabled .v-input__append > .v-icon,
26188
+ .v-input--disabled .v-input__append .v-messages,
26189
+ .v-input--error .v-input__append > .v-icon,
26190
+ .v-input--error .v-input__append .v-messages {
26191
+ opacity: 1;
26174
26192
  }
26175
- .v-fab--top .v-fab__container {
26176
- top: 0;
26193
+ .v-input--disabled .v-input__details,
26194
+ .v-input--disabled .v-input__prepend,
26195
+ .v-input--disabled .v-input__append {
26196
+ opacity: var(--v-disabled-opacity);
26177
26197
  }
26178
- .v-fab--bottom .v-fab__container {
26179
- bottom: 0;
26198
+ .v-input--error:not(.v-input--disabled) .v-input__details > .v-icon,
26199
+ .v-input--error:not(.v-input--disabled) .v-input__details .v-messages,
26200
+ .v-input--error:not(.v-input--disabled) .v-input__prepend > .v-icon,
26201
+ .v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,
26202
+ .v-input--error:not(.v-input--disabled) .v-input__append > .v-icon,
26203
+ .v-input--error:not(.v-input--disabled) .v-input__append .v-messages {
26204
+ color: rgb(var(--v-theme-error));
26180
26205
  }
26181
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
26182
- left: 0;
26206
+
26207
+ .v-input__prepend,
26208
+ .v-input__append {
26209
+ display: flex;
26210
+ align-items: flex-start;
26211
+ padding-top: var(--v-input-padding-top);
26183
26212
  }
26184
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
26185
- right: 0;
26186
- }.v-icon {
26187
- --v-icon-size-multiplier: 1;
26213
+ .v-input--center-affix .v-input__prepend,
26214
+ .v-input--center-affix .v-input__append {
26188
26215
  align-items: center;
26189
- display: inline-flex;
26190
- font-feature-settings: "liga";
26191
- height: 1em;
26192
- justify-content: center;
26193
- letter-spacing: normal;
26194
- line-height: 1;
26195
- position: relative;
26196
- text-indent: 0;
26197
- text-align: center;
26198
- -webkit-user-select: none;
26199
- user-select: none;
26200
- vertical-align: middle;
26201
- width: 1em;
26202
- min-width: 1em;
26203
- }
26204
- .v-icon--clickable {
26205
- cursor: pointer;
26206
- }
26207
- .v-icon--disabled {
26208
- pointer-events: none;
26209
- opacity: 0.38;
26216
+ padding-top: 0;
26210
26217
  }
26211
- .v-icon--size-x-small {
26212
- font-size: calc(var(--v-icon-size-multiplier) * 1em);
26218
+
26219
+ .v-input__prepend {
26220
+ grid-area: prepend;
26213
26221
  }
26214
- .v-icon--size-small {
26215
- font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
26222
+
26223
+ .v-input__append {
26224
+ grid-area: append;
26216
26225
  }
26217
- .v-icon--size-default {
26218
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
26226
+
26227
+ .v-input__control {
26228
+ display: flex;
26229
+ grid-area: control;
26219
26230
  }
26220
- .v-icon--size-large {
26221
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
26231
+
26232
+ .v-input--hide-spin-buttons input::-webkit-outer-spin-button,
26233
+ .v-input--hide-spin-buttons input::-webkit-inner-spin-button {
26234
+ -webkit-appearance: none;
26235
+ margin: 0;
26222
26236
  }
26223
- .v-icon--size-x-large {
26224
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
26237
+ .v-input--hide-spin-buttons input[type=number] {
26238
+ -moz-appearance: textfield;
26225
26239
  }
26226
-
26227
- .v-icon__svg {
26228
- fill: currentColor;
26229
- width: 100%;
26230
- height: 100%;
26240
+ .v-input--plain-underlined .v-input__prepend,
26241
+ .v-input--plain-underlined .v-input__append {
26242
+ align-items: flex-start;
26231
26243
  }
26232
-
26233
- .v-icon--start {
26234
- margin-inline-end: 8px;
26244
+ .v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
26245
+ padding-top: calc(var(--v-input-padding-top) + 4px);
26235
26246
  }
26236
26247
 
26237
- .v-icon--end {
26238
- margin-inline-start: 8px;
26239
- }.v-label {
26240
- align-items: center;
26241
- color: inherit;
26242
- display: inline-flex;
26243
- font-size: 1rem;
26244
- letter-spacing: 0.009375em;
26245
- min-width: 0;
26246
- opacity: var(--v-medium-emphasis-opacity);
26247
- overflow: hidden;
26248
- text-overflow: ellipsis;
26249
- white-space: nowrap;
26248
+ .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
26249
+ padding-top: calc(var(--v-input-padding-top) + 2px);
26250
26250
  }
26251
26251
 
26252
- .v-label--clickable {
26253
- cursor: pointer;
26252
+ .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
26253
+ padding-top: calc(var(--v-input-padding-top) + 0px);
26254
26254
  }.v-color-picker-edit {
26255
26255
  display: flex;
26256
26256
  margin-top: 24px;