@vuetify/nightly 3.8.2-master.2025-04-17 → 3.8.2-master.2025-04-19

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.8.2-master.2025-04-17
2
+ * Vuetify v3.8.2-master.2025-04-19
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17985,18 +17985,6 @@ html.overflow-y-hidden {
17985
17985
  .v-ripple__animation--out {
17986
17986
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
17987
17987
  opacity: 0;
17988
- }.v-app-bar {
17989
- display: flex;
17990
- }
17991
- .v-app-bar.v-toolbar {
17992
- background: rgb(var(--v-theme-surface));
17993
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17994
- }
17995
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17996
- 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));
17997
- }
17998
- .v-app-bar:not(.v-toolbar--absolute) {
17999
- padding-inline-end: var(--v-scrollbar-offset);
18000
17988
  }.v-application {
18001
17989
  display: flex;
18002
17990
  background: rgb(var(--v-theme-background));
@@ -18229,6 +18217,18 @@ html.overflow-y-hidden {
18229
18217
  text-transform: none;
18230
18218
  word-break: normal;
18231
18219
  word-wrap: break-word;
18220
+ }.v-app-bar {
18221
+ display: flex;
18222
+ }
18223
+ .v-app-bar.v-toolbar {
18224
+ background: rgb(var(--v-theme-surface));
18225
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18226
+ }
18227
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18228
+ 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));
18229
+ }
18230
+ .v-app-bar:not(.v-toolbar--absolute) {
18231
+ padding-inline-end: var(--v-scrollbar-offset);
18232
18232
  }.v-autocomplete .v-field .v-text-field__prefix,
18233
18233
  .v-autocomplete .v-field .v-text-field__suffix,
18234
18234
  .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
@@ -18313,83 +18313,6 @@ html.overflow-y-hidden {
18313
18313
  }
18314
18314
  .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18315
18315
  transform: rotate(180deg);
18316
- }.v-badge {
18317
- display: inline-block;
18318
- line-height: 1;
18319
- }
18320
-
18321
- .v-badge__badge {
18322
- align-items: center;
18323
- display: inline-flex;
18324
- border-radius: 10px;
18325
- font-family: "Roboto", sans-serif;
18326
- font-size: 0.75rem;
18327
- font-weight: 500;
18328
- height: 1.25rem;
18329
- justify-content: center;
18330
- min-width: 20px;
18331
- padding: 4px 6px;
18332
- pointer-events: auto;
18333
- position: absolute;
18334
- text-align: center;
18335
- text-indent: 0;
18336
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18337
- white-space: nowrap;
18338
- }
18339
- .v-badge__badge {
18340
- background: rgb(var(--v-theme-surface-variant));
18341
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18342
- }
18343
- .v-badge__badge:has(.v-icon) {
18344
- padding: 4px 6px;
18345
- }
18346
- .v-badge--bordered .v-badge__badge::after {
18347
- border-radius: inherit;
18348
- border-style: solid;
18349
- border-width: 2px;
18350
- bottom: 0;
18351
- color: rgb(var(--v-theme-background));
18352
- content: "";
18353
- left: 0;
18354
- position: absolute;
18355
- right: 0;
18356
- top: 0;
18357
- transform: scale(1.05);
18358
- }
18359
- .v-badge--dot .v-badge__badge {
18360
- border-radius: 4.5px;
18361
- height: 9px;
18362
- min-width: 0;
18363
- padding: 0;
18364
- width: 9px;
18365
- }
18366
- .v-badge--dot .v-badge__badge::after {
18367
- border-width: 1.5px;
18368
- }
18369
- .v-badge--inline .v-badge__badge {
18370
- position: relative;
18371
- vertical-align: middle;
18372
- }
18373
- .v-badge__badge .v-icon {
18374
- color: inherit;
18375
- font-size: 0.75rem;
18376
- margin: 0 -2px;
18377
- }
18378
- .v-badge__badge img,
18379
- .v-badge__badge .v-img {
18380
- height: 100%;
18381
- width: 100%;
18382
- }
18383
-
18384
- .v-badge__wrapper {
18385
- display: flex;
18386
- position: relative;
18387
- }
18388
- .v-badge--inline .v-badge__wrapper {
18389
- align-items: center;
18390
- display: inline-flex;
18391
- justify-content: center;
18392
- margin: 0 4px;
18393
18316
  }.v-avatar {
18394
18317
  flex: none;
18395
18318
  align-items: center;
@@ -18560,101 +18483,321 @@ html.overflow-y-hidden {
18560
18483
  }
18561
18484
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18562
18485
  transform: translateY(0.5rem);
18563
- }.v-breadcrumbs {
18564
- display: flex;
18486
+ }.v-badge {
18487
+ display: inline-block;
18488
+ line-height: 1;
18489
+ }
18490
+
18491
+ .v-badge__badge {
18565
18492
  align-items: center;
18566
- line-height: 1.6;
18567
- padding: 16px 12px;
18493
+ display: inline-flex;
18494
+ border-radius: 10px;
18495
+ font-family: "Roboto", sans-serif;
18496
+ font-size: 0.75rem;
18497
+ font-weight: 500;
18498
+ height: 1.25rem;
18499
+ justify-content: center;
18500
+ min-width: 20px;
18501
+ padding: 4px 6px;
18502
+ pointer-events: auto;
18503
+ position: absolute;
18504
+ text-align: center;
18505
+ text-indent: 0;
18506
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18507
+ white-space: nowrap;
18568
18508
  }
18569
- .v-breadcrumbs--rounded {
18570
- border-radius: 4px;
18509
+ .v-badge__badge {
18510
+ background: rgb(var(--v-theme-surface-variant));
18511
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18571
18512
  }
18572
- .v-breadcrumbs--density-default {
18573
- padding-top: 16px;
18574
- padding-bottom: 16px;
18513
+ .v-badge__badge:has(.v-icon) {
18514
+ padding: 4px 6px;
18575
18515
  }
18576
-
18577
- .v-breadcrumbs--density-comfortable {
18578
- padding-top: 12px;
18579
- padding-bottom: 12px;
18516
+ .v-badge--bordered .v-badge__badge::after {
18517
+ border-radius: inherit;
18518
+ border-style: solid;
18519
+ border-width: 2px;
18520
+ bottom: 0;
18521
+ color: rgb(var(--v-theme-background));
18522
+ content: "";
18523
+ left: 0;
18524
+ position: absolute;
18525
+ right: 0;
18526
+ top: 0;
18527
+ transform: scale(1.05);
18580
18528
  }
18581
-
18582
- .v-breadcrumbs--density-compact {
18583
- padding-top: 8px;
18584
- padding-bottom: 8px;
18529
+ .v-badge--dot .v-badge__badge {
18530
+ border-radius: 4.5px;
18531
+ height: 9px;
18532
+ min-width: 0;
18533
+ padding: 0;
18534
+ width: 9px;
18585
18535
  }
18586
-
18587
- .v-breadcrumbs__prepend {
18588
- align-items: center;
18589
- display: inline-flex;
18536
+ .v-badge--dot .v-badge__badge::after {
18537
+ border-width: 1.5px;
18590
18538
  }
18591
-
18592
- .v-breadcrumbs-item {
18593
- align-items: center;
18594
- color: inherit;
18595
- display: inline-flex;
18596
- padding: 0 4px;
18597
- text-decoration: none;
18539
+ .v-badge--inline .v-badge__badge {
18540
+ position: relative;
18598
18541
  vertical-align: middle;
18599
18542
  }
18600
- .v-breadcrumbs-item--disabled {
18601
- opacity: var(--v-disabled-opacity);
18602
- pointer-events: none;
18603
- }
18604
- .v-breadcrumbs-item--link {
18543
+ .v-badge__badge .v-icon {
18605
18544
  color: inherit;
18606
- text-decoration: none;
18607
- }
18608
- .v-breadcrumbs-item--link:hover {
18609
- text-decoration: underline;
18545
+ font-size: 0.75rem;
18546
+ margin: 0 -2px;
18610
18547
  }
18611
- .v-breadcrumbs-item .v-icon {
18612
- font-size: 1rem;
18613
- margin-inline: -4px 2px;
18548
+ .v-badge__badge img,
18549
+ .v-badge__badge .v-img {
18550
+ height: 100%;
18551
+ width: 100%;
18614
18552
  }
18615
18553
 
18616
- .v-breadcrumbs-divider {
18617
- display: inline-block;
18618
- padding: 0 8px;
18619
- vertical-align: middle;
18620
- }.v-btn {
18554
+ .v-badge__wrapper {
18555
+ display: flex;
18556
+ position: relative;
18557
+ }
18558
+ .v-badge--inline .v-badge__wrapper {
18621
18559
  align-items: center;
18622
- border-radius: 4px;
18623
- display: inline-grid;
18624
- grid-template-areas: "prepend content append";
18625
- grid-template-columns: max-content auto max-content;
18626
- font-weight: 500;
18560
+ display: inline-flex;
18627
18561
  justify-content: center;
18628
- letter-spacing: 0.0892857143em;
18629
- line-height: normal;
18630
- max-width: 100%;
18631
- outline: none;
18632
- position: relative;
18633
- text-decoration: none;
18634
- text-indent: 0.0892857143em;
18635
- text-transform: uppercase;
18636
- transition-property: box-shadow, transform, opacity, background;
18637
- transition-duration: 0.28s;
18638
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18639
- -webkit-user-select: none;
18640
- user-select: none;
18641
- vertical-align: middle;
18642
- flex-shrink: 0;
18562
+ margin: 0 4px;
18563
+ }.bottom-sheet-transition-enter-from {
18564
+ transform: translateY(100%);
18643
18565
  }
18644
- .v-btn--size-x-small {
18645
- --v-btn-size: 0.625rem;
18646
- --v-btn-height: 20px;
18647
- font-size: var(--v-btn-size);
18648
- min-width: 36px;
18649
- padding: 0 8px;
18566
+ .bottom-sheet-transition-leave-to {
18567
+ transform: translateY(100%);
18650
18568
  }
18651
18569
 
18652
- .v-btn--size-small {
18653
- --v-btn-size: 0.75rem;
18654
- --v-btn-height: 28px;
18655
- font-size: var(--v-btn-size);
18656
- min-width: 50px;
18657
- padding: 0 12px;
18570
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18571
+ align-self: flex-end;
18572
+ border-radius: 0;
18573
+ flex: 0 1 auto;
18574
+ left: 0;
18575
+ right: 0;
18576
+ margin-inline: 0;
18577
+ margin-bottom: 0;
18578
+ transition-duration: 0.2s;
18579
+ width: 100%;
18580
+ max-width: 100%;
18581
+ overflow: visible;
18582
+ }
18583
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18584
+ 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
+ }
18586
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18587
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18588
+ border-radius: 0;
18589
+ }
18590
+ .v-bottom-sheet.v-bottom-sheet--inset {
18591
+ max-width: none;
18592
+ }
18593
+ @media (min-width: 600px) {
18594
+ .v-bottom-sheet.v-bottom-sheet--inset {
18595
+ max-width: 70%;
18596
+ }
18597
+ }.v-banner {
18598
+ display: grid;
18599
+ flex: 1 1;
18600
+ font-size: 0.875rem;
18601
+ grid-template-areas: "prepend content actions";
18602
+ grid-template-columns: max-content auto max-content;
18603
+ grid-template-rows: max-content max-content;
18604
+ line-height: 1.6;
18605
+ overflow: hidden;
18606
+ padding-inline: 16px 8px;
18607
+ padding-top: 16px;
18608
+ padding-bottom: 16px;
18609
+ position: relative;
18610
+ width: 100%;
18611
+ }
18612
+ .v-banner {
18613
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18614
+ border-style: solid;
18615
+ border-width: 0 0 thin 0;
18616
+ }
18617
+ .v-banner--border {
18618
+ border-width: thin;
18619
+ box-shadow: none;
18620
+ }
18621
+ .v-banner {
18622
+ 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));
18623
+ }
18624
+ .v-banner--absolute {
18625
+ position: absolute;
18626
+ }
18627
+ .v-banner--fixed {
18628
+ position: fixed;
18629
+ }
18630
+ .v-banner--sticky {
18631
+ position: sticky;
18632
+ }
18633
+ .v-banner {
18634
+ border-radius: 0;
18635
+ }
18636
+ .v-banner {
18637
+ background: rgb(var(--v-theme-surface));
18638
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18639
+ }
18640
+ .v-banner--rounded {
18641
+ border-radius: 4px;
18642
+ }
18643
+ .v-banner--stacked:not(.v-banner--one-line) {
18644
+ grid-template-areas: "prepend content" ". actions";
18645
+ }
18646
+ .v-banner--stacked .v-banner-text {
18647
+ padding-inline-end: 36px;
18648
+ }
18649
+ .v-banner--density-default .v-banner-actions {
18650
+ margin-bottom: -8px;
18651
+ }
18652
+ .v-banner--density-default.v-banner--one-line {
18653
+ padding-top: 8px;
18654
+ padding-bottom: 8px;
18655
+ }
18656
+ .v-banner--density-default.v-banner--one-line .v-banner-actions {
18657
+ margin-bottom: 0;
18658
+ }
18659
+ .v-banner--density-default.v-banner--one-line {
18660
+ padding-top: 10px;
18661
+ }
18662
+ .v-banner--density-default.v-banner--two-line {
18663
+ padding-top: 16px;
18664
+ padding-bottom: 16px;
18665
+ }
18666
+ .v-banner--density-default.v-banner--three-line {
18667
+ padding-top: 24px;
18668
+ padding-bottom: 16px;
18669
+ }
18670
+ .v-banner--density-default:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-default.v-banner--two-line .v-banner-actions, .v-banner--density-default.v-banner--three-line .v-banner-actions {
18671
+ margin-top: 20px;
18672
+ }
18673
+
18674
+ .v-banner--density-comfortable .v-banner-actions {
18675
+ margin-bottom: -4px;
18676
+ }
18677
+ .v-banner--density-comfortable.v-banner--one-line {
18678
+ padding-top: 4px;
18679
+ padding-bottom: 4px;
18680
+ }
18681
+ .v-banner--density-comfortable.v-banner--one-line .v-banner-actions {
18682
+ margin-bottom: 0;
18683
+ }
18684
+ .v-banner--density-comfortable.v-banner--two-line {
18685
+ padding-top: 12px;
18686
+ padding-bottom: 12px;
18687
+ }
18688
+ .v-banner--density-comfortable.v-banner--three-line {
18689
+ padding-top: 20px;
18690
+ padding-bottom: 12px;
18691
+ }
18692
+ .v-banner--density-comfortable:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-comfortable.v-banner--two-line .v-banner-actions, .v-banner--density-comfortable.v-banner--three-line .v-banner-actions {
18693
+ margin-top: 16px;
18694
+ }
18695
+
18696
+ .v-banner--density-compact .v-banner-actions {
18697
+ margin-bottom: 0px;
18698
+ }
18699
+ .v-banner--density-compact.v-banner--one-line {
18700
+ padding-top: 0px;
18701
+ padding-bottom: 0px;
18702
+ }
18703
+ .v-banner--density-compact.v-banner--one-line .v-banner-actions {
18704
+ margin-bottom: 0;
18705
+ }
18706
+ .v-banner--density-compact.v-banner--two-line {
18707
+ padding-top: 8px;
18708
+ padding-bottom: 8px;
18709
+ }
18710
+ .v-banner--density-compact.v-banner--three-line {
18711
+ padding-top: 16px;
18712
+ padding-bottom: 8px;
18713
+ }
18714
+ .v-banner--density-compact:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-compact.v-banner--two-line .v-banner-actions, .v-banner--density-compact.v-banner--three-line .v-banner-actions {
18715
+ margin-top: 12px;
18716
+ }
18717
+
18718
+ .v-banner--sticky {
18719
+ top: 0;
18720
+ z-index: 1;
18721
+ }
18722
+
18723
+ .v-banner__content {
18724
+ align-items: center;
18725
+ display: flex;
18726
+ grid-area: content;
18727
+ }
18728
+
18729
+ .v-banner__prepend {
18730
+ align-self: flex-start;
18731
+ grid-area: prepend;
18732
+ margin-inline-end: 24px;
18733
+ }
18734
+
18735
+ .v-banner-actions {
18736
+ align-self: flex-end;
18737
+ display: flex;
18738
+ flex: 0 1;
18739
+ grid-area: actions;
18740
+ justify-content: flex-end;
18741
+ }
18742
+ .v-banner--two-line .v-banner-actions, .v-banner--three-line .v-banner-actions {
18743
+ margin-top: 20px;
18744
+ }
18745
+
18746
+ .v-banner-text {
18747
+ -webkit-box-orient: vertical;
18748
+ display: -webkit-box;
18749
+ padding-inline-end: 90px;
18750
+ overflow: hidden;
18751
+ }
18752
+ .v-banner--one-line .v-banner-text {
18753
+ -webkit-line-clamp: 1;
18754
+ }
18755
+ .v-banner--two-line .v-banner-text {
18756
+ -webkit-line-clamp: 2;
18757
+ }
18758
+ .v-banner--three-line .v-banner-text {
18759
+ -webkit-line-clamp: 3;
18760
+ }
18761
+ .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18762
+ align-self: flex-start;
18763
+ }.v-btn {
18764
+ align-items: center;
18765
+ border-radius: 4px;
18766
+ display: inline-grid;
18767
+ grid-template-areas: "prepend content append";
18768
+ grid-template-columns: max-content auto max-content;
18769
+ font-weight: 500;
18770
+ justify-content: center;
18771
+ letter-spacing: 0.0892857143em;
18772
+ line-height: normal;
18773
+ max-width: 100%;
18774
+ outline: none;
18775
+ position: relative;
18776
+ text-decoration: none;
18777
+ text-indent: 0.0892857143em;
18778
+ text-transform: uppercase;
18779
+ transition-property: box-shadow, transform, opacity, background;
18780
+ transition-duration: 0.28s;
18781
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18782
+ -webkit-user-select: none;
18783
+ user-select: none;
18784
+ vertical-align: middle;
18785
+ flex-shrink: 0;
18786
+ }
18787
+ .v-btn--size-x-small {
18788
+ --v-btn-size: 0.625rem;
18789
+ --v-btn-height: 20px;
18790
+ font-size: var(--v-btn-size);
18791
+ min-width: 36px;
18792
+ padding: 0 8px;
18793
+ }
18794
+
18795
+ .v-btn--size-small {
18796
+ --v-btn-size: 0.75rem;
18797
+ --v-btn-height: 28px;
18798
+ font-size: var(--v-btn-size);
18799
+ min-width: 50px;
18800
+ padding: 0 12px;
18658
18801
  }
18659
18802
 
18660
18803
  .v-btn--size-default {
@@ -19041,248 +19184,32 @@ html.overflow-y-hidden {
19041
19184
  }
19042
19185
  .v-pagination .v-pagination__item--is-active .v-btn__overlay {
19043
19186
  opacity: var(--v-border-opacity);
19044
- }.v-banner {
19045
- display: grid;
19046
- flex: 1 1;
19047
- font-size: 0.875rem;
19048
- grid-template-areas: "prepend content actions";
19049
- grid-template-columns: max-content auto max-content;
19050
- grid-template-rows: max-content max-content;
19051
- line-height: 1.6;
19187
+ }.v-btn-group {
19188
+ display: inline-flex;
19189
+ flex-wrap: nowrap;
19190
+ max-width: 100%;
19191
+ min-width: 0;
19052
19192
  overflow: hidden;
19053
- padding-inline: 16px 8px;
19054
- padding-top: 16px;
19055
- padding-bottom: 16px;
19056
- position: relative;
19057
- width: 100%;
19193
+ vertical-align: middle;
19058
19194
  }
19059
- .v-banner {
19195
+ .v-btn-group {
19060
19196
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19061
19197
  border-style: solid;
19062
- border-width: 0 0 thin 0;
19198
+ border-width: 0;
19063
19199
  }
19064
- .v-banner--border {
19200
+ .v-btn-group--border {
19065
19201
  border-width: thin;
19066
19202
  box-shadow: none;
19067
19203
  }
19068
- .v-banner {
19204
+ .v-btn-group {
19069
19205
  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));
19070
19206
  }
19071
- .v-banner--absolute {
19072
- position: absolute;
19207
+ .v-btn-group {
19208
+ border-radius: 4px;
19073
19209
  }
19074
- .v-banner--fixed {
19075
- position: fixed;
19076
- }
19077
- .v-banner--sticky {
19078
- position: sticky;
19079
- }
19080
- .v-banner {
19081
- border-radius: 0;
19082
- }
19083
- .v-banner {
19084
- background: rgb(var(--v-theme-surface));
19085
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19086
- }
19087
- .v-banner--rounded {
19088
- border-radius: 4px;
19089
- }
19090
- .v-banner--stacked:not(.v-banner--one-line) {
19091
- grid-template-areas: "prepend content" ". actions";
19092
- }
19093
- .v-banner--stacked .v-banner-text {
19094
- padding-inline-end: 36px;
19095
- }
19096
- .v-banner--density-default .v-banner-actions {
19097
- margin-bottom: -8px;
19098
- }
19099
- .v-banner--density-default.v-banner--one-line {
19100
- padding-top: 8px;
19101
- padding-bottom: 8px;
19102
- }
19103
- .v-banner--density-default.v-banner--one-line .v-banner-actions {
19104
- margin-bottom: 0;
19105
- }
19106
- .v-banner--density-default.v-banner--one-line {
19107
- padding-top: 10px;
19108
- }
19109
- .v-banner--density-default.v-banner--two-line {
19110
- padding-top: 16px;
19111
- padding-bottom: 16px;
19112
- }
19113
- .v-banner--density-default.v-banner--three-line {
19114
- padding-top: 24px;
19115
- padding-bottom: 16px;
19116
- }
19117
- .v-banner--density-default:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-default.v-banner--two-line .v-banner-actions, .v-banner--density-default.v-banner--three-line .v-banner-actions {
19118
- margin-top: 20px;
19119
- }
19120
-
19121
- .v-banner--density-comfortable .v-banner-actions {
19122
- margin-bottom: -4px;
19123
- }
19124
- .v-banner--density-comfortable.v-banner--one-line {
19125
- padding-top: 4px;
19126
- padding-bottom: 4px;
19127
- }
19128
- .v-banner--density-comfortable.v-banner--one-line .v-banner-actions {
19129
- margin-bottom: 0;
19130
- }
19131
- .v-banner--density-comfortable.v-banner--two-line {
19132
- padding-top: 12px;
19133
- padding-bottom: 12px;
19134
- }
19135
- .v-banner--density-comfortable.v-banner--three-line {
19136
- padding-top: 20px;
19137
- padding-bottom: 12px;
19138
- }
19139
- .v-banner--density-comfortable:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-comfortable.v-banner--two-line .v-banner-actions, .v-banner--density-comfortable.v-banner--three-line .v-banner-actions {
19140
- margin-top: 16px;
19141
- }
19142
-
19143
- .v-banner--density-compact .v-banner-actions {
19144
- margin-bottom: 0px;
19145
- }
19146
- .v-banner--density-compact.v-banner--one-line {
19147
- padding-top: 0px;
19148
- padding-bottom: 0px;
19149
- }
19150
- .v-banner--density-compact.v-banner--one-line .v-banner-actions {
19151
- margin-bottom: 0;
19152
- }
19153
- .v-banner--density-compact.v-banner--two-line {
19154
- padding-top: 8px;
19155
- padding-bottom: 8px;
19156
- }
19157
- .v-banner--density-compact.v-banner--three-line {
19158
- padding-top: 16px;
19159
- padding-bottom: 8px;
19160
- }
19161
- .v-banner--density-compact:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-compact.v-banner--two-line .v-banner-actions, .v-banner--density-compact.v-banner--three-line .v-banner-actions {
19162
- margin-top: 12px;
19163
- }
19164
-
19165
- .v-banner--sticky {
19166
- top: 0;
19167
- z-index: 1;
19168
- }
19169
-
19170
- .v-banner__content {
19171
- align-items: center;
19172
- display: flex;
19173
- grid-area: content;
19174
- }
19175
-
19176
- .v-banner__prepend {
19177
- align-self: flex-start;
19178
- grid-area: prepend;
19179
- margin-inline-end: 24px;
19180
- }
19181
-
19182
- .v-banner-actions {
19183
- align-self: flex-end;
19184
- display: flex;
19185
- flex: 0 1;
19186
- grid-area: actions;
19187
- justify-content: flex-end;
19188
- }
19189
- .v-banner--two-line .v-banner-actions, .v-banner--three-line .v-banner-actions {
19190
- margin-top: 20px;
19191
- }
19192
-
19193
- .v-banner-text {
19194
- -webkit-box-orient: vertical;
19195
- display: -webkit-box;
19196
- padding-inline-end: 90px;
19197
- overflow: hidden;
19198
- }
19199
- .v-banner--one-line .v-banner-text {
19200
- -webkit-line-clamp: 1;
19201
- }
19202
- .v-banner--two-line .v-banner-text {
19203
- -webkit-line-clamp: 2;
19204
- }
19205
- .v-banner--three-line .v-banner-text {
19206
- -webkit-line-clamp: 3;
19207
- }
19208
- .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
19209
- align-self: flex-start;
19210
- }.bottom-sheet-transition-enter-from {
19211
- transform: translateY(100%);
19212
- }
19213
- .bottom-sheet-transition-leave-to {
19214
- transform: translateY(100%);
19215
- }
19216
-
19217
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
19218
- align-self: flex-end;
19219
- border-radius: 0;
19220
- flex: 0 1 auto;
19221
- left: 0;
19222
- right: 0;
19223
- margin-inline: 0;
19224
- margin-bottom: 0;
19225
- transition-duration: 0.2s;
19226
- width: 100%;
19227
- max-width: 100%;
19228
- overflow: visible;
19229
- }
19230
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
19231
- 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));
19232
- }
19233
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
19234
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
19235
- border-radius: 0;
19236
- }
19237
- .v-bottom-sheet.v-bottom-sheet--inset {
19238
- max-width: none;
19239
- }
19240
- @media (min-width: 600px) {
19241
- .v-bottom-sheet.v-bottom-sheet--inset {
19242
- max-width: 70%;
19243
- }
19244
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19245
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19246
- }
19247
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19248
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19249
- }
19250
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19251
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19252
- }
19253
- @supports not selector(:focus-visible) {
19254
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19255
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19256
- }
19257
- }
19258
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
19259
- opacity: 1;
19260
- }.v-btn-group {
19261
- display: inline-flex;
19262
- flex-wrap: nowrap;
19263
- max-width: 100%;
19264
- min-width: 0;
19265
- overflow: hidden;
19266
- vertical-align: middle;
19267
- }
19268
- .v-btn-group {
19269
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19270
- border-style: solid;
19271
- border-width: 0;
19272
- }
19273
- .v-btn-group--border {
19274
- border-width: thin;
19275
- box-shadow: none;
19276
- }
19277
- .v-btn-group {
19278
- 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));
19279
- }
19280
- .v-btn-group {
19281
- border-radius: 4px;
19282
- }
19283
- .v-btn-group {
19284
- background: transparent;
19285
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19210
+ .v-btn-group {
19211
+ background: transparent;
19212
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19286
19213
  }
19287
19214
  .v-btn-group--density-default.v-btn-group {
19288
19215
  height: 48px;
@@ -19321,6 +19248,22 @@ html.overflow-y-hidden {
19321
19248
  }
19322
19249
  .v-btn-group--tile {
19323
19250
  border-radius: 0;
19251
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19252
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19253
+ }
19254
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19255
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19256
+ }
19257
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19258
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19259
+ }
19260
+ @supports not selector(:focus-visible) {
19261
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19262
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19263
+ }
19264
+ }
19265
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
19266
+ opacity: 1;
19324
19267
  }.v-card {
19325
19268
  display: block;
19326
19269
  overflow: hidden;
@@ -19629,26 +19572,176 @@ html.overflow-y-hidden {
19629
19572
  pointer-events: none;
19630
19573
  opacity: 0;
19631
19574
  transition: opacity 0.2s ease-in-out;
19632
- }.v-chip {
19575
+ }.v-checkbox.v-input {
19576
+ flex: 0 1 auto;
19577
+ }
19578
+ .v-checkbox .v-selection-control {
19579
+ min-height: var(--v-input-control-height);
19580
+ }.v-breadcrumbs {
19581
+ display: flex;
19633
19582
  align-items: center;
19634
- display: inline-flex;
19635
- font-weight: 400;
19636
- max-width: 100%;
19637
- min-width: 0;
19638
- overflow: hidden;
19639
- position: relative;
19640
- text-decoration: none;
19641
- white-space: nowrap;
19642
- vertical-align: middle;
19583
+ line-height: 1.6;
19584
+ padding: 16px 12px;
19643
19585
  }
19644
- .v-chip .v-icon {
19645
- --v-icon-size-multiplier: 0.8571428571;
19586
+ .v-breadcrumbs--rounded {
19587
+ border-radius: 4px;
19646
19588
  }
19647
- .v-chip.v-chip--size-x-small {
19648
- --v-chip-size: 0.625rem;
19649
- --v-chip-height: 20px;
19650
- font-size: 0.625rem;
19651
- padding: 0 8px;
19589
+ .v-breadcrumbs--density-default {
19590
+ padding-top: 16px;
19591
+ padding-bottom: 16px;
19592
+ }
19593
+
19594
+ .v-breadcrumbs--density-comfortable {
19595
+ padding-top: 12px;
19596
+ padding-bottom: 12px;
19597
+ }
19598
+
19599
+ .v-breadcrumbs--density-compact {
19600
+ padding-top: 8px;
19601
+ padding-bottom: 8px;
19602
+ }
19603
+
19604
+ .v-breadcrumbs__prepend {
19605
+ align-items: center;
19606
+ display: inline-flex;
19607
+ }
19608
+
19609
+ .v-breadcrumbs-item {
19610
+ align-items: center;
19611
+ color: inherit;
19612
+ display: inline-flex;
19613
+ padding: 0 4px;
19614
+ text-decoration: none;
19615
+ vertical-align: middle;
19616
+ }
19617
+ .v-breadcrumbs-item--disabled {
19618
+ opacity: var(--v-disabled-opacity);
19619
+ pointer-events: none;
19620
+ }
19621
+ .v-breadcrumbs-item--link {
19622
+ color: inherit;
19623
+ text-decoration: none;
19624
+ }
19625
+ .v-breadcrumbs-item--link:hover {
19626
+ text-decoration: underline;
19627
+ }
19628
+ .v-breadcrumbs-item .v-icon {
19629
+ font-size: 1rem;
19630
+ margin-inline: -4px 2px;
19631
+ }
19632
+
19633
+ .v-breadcrumbs-divider {
19634
+ display: inline-block;
19635
+ padding: 0 8px;
19636
+ vertical-align: middle;
19637
+ }.v-carousel {
19638
+ overflow: hidden;
19639
+ position: relative;
19640
+ width: 100%;
19641
+ }
19642
+ .v-carousel__controls {
19643
+ align-items: center;
19644
+ bottom: 0;
19645
+ display: flex;
19646
+ height: 50px;
19647
+ justify-content: center;
19648
+ list-style-type: none;
19649
+ position: absolute;
19650
+ width: 100%;
19651
+ z-index: 1;
19652
+ }
19653
+ .v-carousel__controls {
19654
+ background: rgba(var(--v-theme-surface-variant), 0.3);
19655
+ color: rgb(var(--v-theme-on-surface-variant));
19656
+ }
19657
+ .v-carousel__controls > .v-item-group {
19658
+ flex: 0 1 auto;
19659
+ }
19660
+ .v-carousel__controls__item {
19661
+ margin: 0 8px;
19662
+ }
19663
+ .v-carousel__controls__item .v-icon {
19664
+ opacity: 0.5;
19665
+ }
19666
+ .v-carousel__controls__item--active .v-icon {
19667
+ opacity: 1;
19668
+ vertical-align: middle;
19669
+ }
19670
+ .v-carousel__controls__item:hover {
19671
+ background: none;
19672
+ }
19673
+ .v-carousel__controls__item:hover .v-icon {
19674
+ opacity: 0.8;
19675
+ }
19676
+
19677
+ .v-carousel__progress {
19678
+ margin: 0;
19679
+ position: absolute;
19680
+ bottom: 0;
19681
+ left: 0;
19682
+ right: 0;
19683
+ }
19684
+
19685
+ .v-carousel-item {
19686
+ display: block;
19687
+ height: inherit;
19688
+ text-decoration: none;
19689
+ }
19690
+ .v-carousel-item > .v-img {
19691
+ height: inherit;
19692
+ }
19693
+
19694
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
19695
+ background: transparent;
19696
+ }
19697
+
19698
+ .v-carousel--vertical-delimiters .v-carousel__controls {
19699
+ flex-direction: column;
19700
+ height: 100% !important;
19701
+ width: 50px;
19702
+ }.v-color-picker {
19703
+ align-self: flex-start;
19704
+ contain: content;
19705
+ width: 300px;
19706
+ }
19707
+ .v-color-picker.v-sheet.v-picker {
19708
+ 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));
19709
+ }
19710
+ .v-color-picker.v-sheet.v-picker {
19711
+ border-radius: 4px;
19712
+ }
19713
+
19714
+ .v-color-picker__controls {
19715
+ display: flex;
19716
+ flex-direction: column;
19717
+ padding: 16px;
19718
+ }
19719
+
19720
+ .v-color-picker--flat {
19721
+ 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));
19722
+ }
19723
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19724
+ 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));
19725
+ }.v-chip {
19726
+ align-items: center;
19727
+ display: inline-flex;
19728
+ font-weight: 400;
19729
+ max-width: 100%;
19730
+ min-width: 0;
19731
+ overflow: hidden;
19732
+ position: relative;
19733
+ text-decoration: none;
19734
+ white-space: nowrap;
19735
+ vertical-align: middle;
19736
+ }
19737
+ .v-chip .v-icon {
19738
+ --v-icon-size-multiplier: 0.8571428571;
19739
+ }
19740
+ .v-chip.v-chip--size-x-small {
19741
+ --v-chip-size: 0.625rem;
19742
+ --v-chip-height: 20px;
19743
+ font-size: 0.625rem;
19744
+ padding: 0 8px;
19652
19745
  }
19653
19746
  .v-chip.v-chip--size-x-small .v-avatar {
19654
19747
  --v-avatar-height: 14px;
@@ -20047,94 +20140,90 @@ html.overflow-y-hidden {
20047
20140
 
20048
20141
  .v-chip--label {
20049
20142
  border-radius: 4px;
20050
- }.v-chip-group {
20051
- display: flex;
20052
- max-width: 100%;
20143
+ }.v-combobox .v-field .v-text-field__prefix,
20144
+ .v-combobox .v-field .v-text-field__suffix,
20145
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20146
+ cursor: text;
20147
+ }
20148
+ .v-combobox .v-field .v-field__input > input {
20149
+ flex: 1 1;
20150
+ }
20151
+ .v-combobox .v-field input {
20152
+ min-width: 64px;
20153
+ }
20154
+ .v-combobox .v-field:not(.v-field--focused) input {
20053
20155
  min-width: 0;
20054
- overflow-x: auto;
20055
- padding: 4px 0;
20056
20156
  }
20057
- .v-chip-group .v-chip {
20058
- margin: 4px 8px 4px 0;
20157
+ .v-combobox .v-field--dirty .v-combobox__selection {
20158
+ margin-inline-end: 2px;
20059
20159
  }
20060
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20061
- opacity: var(--v-activated-opacity);
20160
+ .v-combobox .v-combobox__selection-text {
20161
+ overflow: hidden;
20162
+ text-overflow: ellipsis;
20163
+ white-space: nowrap;
20062
20164
  }
20063
20165
 
20064
- .v-chip-group--column .v-slide-group__content {
20065
- white-space: normal;
20066
- flex-wrap: wrap;
20067
- max-width: 100%;
20068
- }.v-carousel {
20166
+ .v-combobox__content {
20069
20167
  overflow: hidden;
20070
- position: relative;
20071
- width: 100%;
20072
20168
  }
20073
- .v-carousel__controls {
20074
- align-items: center;
20075
- bottom: 0;
20076
- display: flex;
20077
- height: 50px;
20078
- justify-content: center;
20079
- list-style-type: none;
20080
- position: absolute;
20081
- width: 100%;
20082
- z-index: 1;
20169
+ .v-combobox__content {
20170
+ 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));
20083
20171
  }
20084
- .v-carousel__controls {
20085
- background: rgba(var(--v-theme-surface-variant), 0.3);
20086
- color: rgb(var(--v-theme-on-surface-variant));
20172
+ .v-combobox__content {
20173
+ border-radius: 4px;
20087
20174
  }
20088
- .v-carousel__controls > .v-item-group {
20089
- flex: 0 1 auto;
20175
+ .v-combobox__mask {
20176
+ background: rgb(var(--v-theme-surface-light));
20090
20177
  }
20091
- .v-carousel__controls__item {
20092
- margin: 0 8px;
20178
+ .v-combobox__selection {
20179
+ display: inline-flex;
20180
+ align-items: center;
20181
+ height: 1.5rem;
20182
+ letter-spacing: inherit;
20183
+ line-height: inherit;
20184
+ max-width: calc(100% - 2px - 2px);
20093
20185
  }
20094
- .v-carousel__controls__item .v-icon {
20095
- opacity: 0.5;
20186
+ .v-combobox__selection:first-child {
20187
+ margin-inline-start: 0;
20096
20188
  }
20097
- .v-carousel__controls__item--active .v-icon {
20098
- opacity: 1;
20099
- vertical-align: middle;
20189
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20190
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20191
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20192
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20193
+ top: 0px;
20100
20194
  }
20101
- .v-carousel__controls__item:hover {
20102
- background: none;
20195
+ .v-combobox--selecting-index .v-combobox__selection {
20196
+ opacity: var(--v-medium-emphasis-opacity);
20103
20197
  }
20104
- .v-carousel__controls__item:hover .v-icon {
20105
- opacity: 0.8;
20198
+ .v-combobox--selecting-index .v-combobox__selection--selected {
20199
+ opacity: 1;
20106
20200
  }
20107
-
20108
- .v-carousel__progress {
20109
- margin: 0;
20201
+ .v-combobox--selecting-index .v-field__input > input {
20202
+ caret-color: transparent;
20203
+ }
20204
+ .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20205
+ flex: 1 1;
20110
20206
  position: absolute;
20111
- bottom: 0;
20112
20207
  left: 0;
20113
20208
  right: 0;
20209
+ width: 100%;
20210
+ padding-inline: inherit;
20114
20211
  }
20115
-
20116
- .v-carousel-item {
20117
- display: block;
20118
- height: inherit;
20119
- text-decoration: none;
20212
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20213
+ transition: none;
20120
20214
  }
20121
- .v-carousel-item > .v-img {
20122
- height: inherit;
20215
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20216
+ opacity: 0;
20123
20217
  }
20124
-
20125
- .v-carousel--hide-delimiter-background .v-carousel__controls {
20126
- background: transparent;
20218
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20219
+ opacity: 0;
20127
20220
  }
20128
-
20129
- .v-carousel--vertical-delimiters .v-carousel__controls {
20130
- flex-direction: column;
20131
- height: 100% !important;
20132
- width: 50px;
20133
- }.v-checkbox.v-input {
20134
- flex: 0 1 auto;
20221
+ .v-combobox__menu-icon {
20222
+ margin-inline-start: 4px;
20223
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20135
20224
  }
20136
- .v-checkbox .v-selection-control {
20137
- min-height: var(--v-input-control-height);
20225
+ .v-combobox--active-menu .v-combobox__menu-icon {
20226
+ transform: rotate(180deg);
20138
20227
  }.v-container {
20139
20228
  width: 100%;
20140
20229
  padding: 16px;
@@ -20807,149 +20896,11 @@ html.overflow-y-hidden {
20807
20896
  .offset-xxl-11 {
20808
20897
  margin-inline-start: 91.6666666667%;
20809
20898
  }
20810
- }.v-combobox .v-field .v-text-field__prefix,
20811
- .v-combobox .v-field .v-text-field__suffix,
20812
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20813
- cursor: text;
20814
- }
20815
- .v-combobox .v-field .v-field__input > input {
20816
- flex: 1 1;
20817
- }
20818
- .v-combobox .v-field input {
20819
- min-width: 64px;
20820
- }
20821
- .v-combobox .v-field:not(.v-field--focused) input {
20822
- min-width: 0;
20823
- }
20824
- .v-combobox .v-field--dirty .v-combobox__selection {
20825
- margin-inline-end: 2px;
20826
- }
20827
- .v-combobox .v-combobox__selection-text {
20828
- overflow: hidden;
20829
- text-overflow: ellipsis;
20830
- white-space: nowrap;
20831
- }
20832
-
20833
- .v-combobox__content {
20834
- overflow: hidden;
20835
- }
20836
- .v-combobox__content {
20837
- 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));
20838
- }
20839
- .v-combobox__content {
20840
- border-radius: 4px;
20841
- }
20842
- .v-combobox__mask {
20843
- background: rgb(var(--v-theme-surface-light));
20844
- }
20845
- .v-combobox__selection {
20846
- display: inline-flex;
20847
- align-items: center;
20848
- height: 1.5rem;
20849
- letter-spacing: inherit;
20850
- line-height: inherit;
20851
- max-width: calc(100% - 2px - 2px);
20852
- }
20853
- .v-combobox__selection:first-child {
20854
- margin-inline-start: 0;
20855
- }
20856
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20857
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20858
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20859
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20860
- top: 0px;
20861
- }
20862
- .v-combobox--selecting-index .v-combobox__selection {
20863
- opacity: var(--v-medium-emphasis-opacity);
20864
- }
20865
- .v-combobox--selecting-index .v-combobox__selection--selected {
20866
- opacity: 1;
20867
- }
20868
- .v-combobox--selecting-index .v-field__input > input {
20869
- caret-color: transparent;
20870
- }
20871
- .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20872
- flex: 1 1;
20873
- position: absolute;
20874
- left: 0;
20875
- right: 0;
20876
- width: 100%;
20877
- padding-inline: inherit;
20878
- }
20879
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20880
- transition: none;
20881
- }
20882
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20883
- opacity: 0;
20884
- }
20885
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20886
- opacity: 0;
20887
- }
20888
- .v-combobox__menu-icon {
20889
- margin-inline-start: 4px;
20890
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20891
- }
20892
- .v-combobox--active-menu .v-combobox__menu-icon {
20893
- transform: rotate(180deg);
20894
- }.v-color-picker {
20895
- align-self: flex-start;
20896
- contain: content;
20897
- width: 300px;
20898
- }
20899
- .v-color-picker.v-sheet.v-picker {
20900
- 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));
20901
- }
20902
- .v-color-picker.v-sheet.v-picker {
20903
- border-radius: 4px;
20904
- }
20905
-
20906
- .v-color-picker__controls {
20907
- display: flex;
20908
- flex-direction: column;
20909
- padding: 16px;
20910
- }
20911
-
20912
- .v-color-picker--flat {
20913
- 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));
20914
- }
20915
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20916
- 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));
20917
20899
  }.v-counter {
20918
20900
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20919
20901
  flex: 0 1 auto;
20920
20902
  font-size: 12px;
20921
20903
  transition-duration: 150ms;
20922
- }.v-data-table-footer {
20923
- align-items: center;
20924
- display: flex;
20925
- flex-wrap: wrap;
20926
- justify-content: flex-end;
20927
- padding: 8px 4px;
20928
- }
20929
- .v-data-table-footer__items-per-page {
20930
- align-items: center;
20931
- display: flex;
20932
- justify-content: center;
20933
- }
20934
- .v-data-table-footer__items-per-page > span {
20935
- padding-inline-end: 8px;
20936
- }
20937
- .v-data-table-footer__items-per-page > .v-select {
20938
- width: 90px;
20939
- }
20940
- .v-data-table-footer__info {
20941
- display: flex;
20942
- justify-content: flex-end;
20943
- min-width: 116px;
20944
- padding: 0 16px;
20945
- }
20946
- .v-data-table-footer__paginationz {
20947
- align-items: center;
20948
- display: flex;
20949
- margin-inline-start: 16px;
20950
- }
20951
- .v-data-table-footer__page {
20952
- padding: 0 8px;
20953
20904
  }.v-data-table {
20954
20905
  width: 100%;
20955
20906
  }
@@ -21137,63 +21088,37 @@ html.overflow-y-hidden {
21137
21088
  }
21138
21089
  .v-data-table__td-sort-icon-active {
21139
21090
  color: rgba(var(--v-theme-on-surface));
21140
- }.v-date-picker-controls {
21141
- display: flex;
21091
+ }.v-data-table-footer {
21142
21092
  align-items: center;
21143
- justify-content: space-between;
21144
- font-size: 0.875rem;
21145
- height: var(--v-date-picker-controls-height, 56px);
21146
- padding-top: 4px;
21147
- padding-bottom: 4px;
21148
- padding-inline-start: 6px;
21149
- padding-inline-end: 12px;
21150
- }
21151
- .v-date-picker-controls > .v-btn:first-child {
21152
- text-transform: none;
21153
- font-weight: 400;
21154
- line-height: initial;
21155
- letter-spacing: initial;
21156
- }
21157
- .v-date-picker-controls--variant-classic {
21158
- padding-inline-start: 12px;
21159
- }
21160
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21161
- opacity: 0.7;
21162
- }
21163
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21164
- cursor: pointer;
21165
- }
21166
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21167
- opacity: 1;
21168
- }
21169
- .v-date-picker-controls .v-btn:last-child {
21170
- margin-inline-start: 4px;
21093
+ display: flex;
21094
+ flex-wrap: wrap;
21095
+ justify-content: flex-end;
21096
+ padding: 8px 4px;
21171
21097
  }
21172
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
21173
- transform: rotate(180deg);
21098
+ .v-data-table-footer__items-per-page {
21099
+ align-items: center;
21100
+ display: flex;
21101
+ justify-content: center;
21174
21102
  }
21175
-
21176
- .v-date-picker-controls__date {
21177
- margin-inline-end: 4px;
21103
+ .v-data-table-footer__items-per-page > span {
21104
+ padding-inline-end: 8px;
21178
21105
  }
21179
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
21180
- margin: auto;
21181
- text-align: center;
21106
+ .v-data-table-footer__items-per-page > .v-select {
21107
+ width: 90px;
21182
21108
  }
21183
-
21184
- .v-date-picker-controls__month {
21109
+ .v-data-table-footer__info {
21185
21110
  display: flex;
21111
+ justify-content: flex-end;
21112
+ min-width: 116px;
21113
+ padding: 0 16px;
21186
21114
  }
21187
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
21188
- flex-direction: row-reverse;
21189
- }
21190
-
21191
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
21192
- flex: 1 0 auto;
21115
+ .v-data-table-footer__paginationz {
21116
+ align-items: center;
21117
+ display: flex;
21118
+ margin-inline-start: 16px;
21193
21119
  }
21194
-
21195
- .v-date-picker__title {
21196
- display: inline-block;
21120
+ .v-data-table-footer__page {
21121
+ padding: 0 8px;
21197
21122
  }.v-date-picker-header {
21198
21123
  align-items: flex-end;
21199
21124
  height: 70px;
@@ -21273,21 +21198,6 @@ html.overflow-y-hidden {
21273
21198
  text-transform: none;
21274
21199
  padding-inline-start: 8px;
21275
21200
  padding-inline-end: 8px;
21276
- }.v-date-picker-years {
21277
- height: 288px;
21278
- overflow-y: scroll;
21279
- }
21280
-
21281
- .v-date-picker-years__content {
21282
- display: grid;
21283
- flex: 1 1;
21284
- justify-content: space-around;
21285
- grid-template-columns: repeat(3, 1fr);
21286
- gap: 8px 24px;
21287
- padding-inline: 32px;
21288
- }
21289
- .v-date-picker-years__content .v-btn {
21290
- padding-inline: 8px;
21291
21201
  }.v-date-picker-month {
21292
21202
  display: flex;
21293
21203
  justify-content: center;
@@ -21343,14 +21253,86 @@ html.overflow-y-hidden {
21343
21253
 
21344
21254
  .v-date-picker-month__day--hide-adjacent {
21345
21255
  opacity: 0;
21346
- }.v-date-picker {
21347
- overflow: hidden;
21348
- width: 328px;
21349
- }
21350
- .v-date-picker--show-week {
21351
- width: 368px;
21352
- }.v-dialog {
21353
- align-items: center;
21256
+ }.v-date-picker-controls {
21257
+ display: flex;
21258
+ align-items: center;
21259
+ justify-content: space-between;
21260
+ font-size: 0.875rem;
21261
+ height: var(--v-date-picker-controls-height, 56px);
21262
+ padding-top: 4px;
21263
+ padding-bottom: 4px;
21264
+ padding-inline-start: 6px;
21265
+ padding-inline-end: 12px;
21266
+ }
21267
+ .v-date-picker-controls > .v-btn:first-child {
21268
+ text-transform: none;
21269
+ font-weight: 400;
21270
+ line-height: initial;
21271
+ letter-spacing: initial;
21272
+ }
21273
+ .v-date-picker-controls--variant-classic {
21274
+ padding-inline-start: 12px;
21275
+ }
21276
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21277
+ opacity: 0.7;
21278
+ }
21279
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21280
+ cursor: pointer;
21281
+ }
21282
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21283
+ opacity: 1;
21284
+ }
21285
+ .v-date-picker-controls .v-btn:last-child {
21286
+ margin-inline-start: 4px;
21287
+ }
21288
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
21289
+ transform: rotate(180deg);
21290
+ }
21291
+
21292
+ .v-date-picker-controls__date {
21293
+ margin-inline-end: 4px;
21294
+ }
21295
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
21296
+ margin: auto;
21297
+ text-align: center;
21298
+ }
21299
+
21300
+ .v-date-picker-controls__month {
21301
+ display: flex;
21302
+ }
21303
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
21304
+ flex-direction: row-reverse;
21305
+ }
21306
+
21307
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
21308
+ flex: 1 0 auto;
21309
+ }
21310
+
21311
+ .v-date-picker__title {
21312
+ display: inline-block;
21313
+ }.v-date-picker {
21314
+ overflow: hidden;
21315
+ width: 328px;
21316
+ }
21317
+ .v-date-picker--show-week {
21318
+ width: 368px;
21319
+ }.v-date-picker-years {
21320
+ height: 288px;
21321
+ overflow-y: scroll;
21322
+ }
21323
+
21324
+ .v-date-picker-years__content {
21325
+ display: grid;
21326
+ flex: 1 1;
21327
+ justify-content: space-around;
21328
+ grid-template-columns: repeat(3, 1fr);
21329
+ gap: 8px 24px;
21330
+ padding-inline: 32px;
21331
+ }
21332
+ .v-date-picker-years__content .v-btn {
21333
+ padding-inline: 8px;
21334
+ }.v-dialog {
21335
+ align-items: center;
21354
21336
  justify-content: center;
21355
21337
  margin: auto;
21356
21338
  }
@@ -21448,6 +21430,58 @@ html.overflow-y-hidden {
21448
21430
  -webkit-backface-visibility: hidden;
21449
21431
  backface-visibility: hidden;
21450
21432
  overflow-y: auto;
21433
+ }.v-divider {
21434
+ display: block;
21435
+ flex: 1 1 100%;
21436
+ height: 0px;
21437
+ max-height: 0px;
21438
+ opacity: var(--v-border-opacity);
21439
+ transition: inherit;
21440
+ }
21441
+ .v-divider {
21442
+ border-style: solid;
21443
+ border-width: thin 0 0 0;
21444
+ }
21445
+ .v-divider--vertical {
21446
+ align-self: stretch;
21447
+ border-width: 0 thin 0 0;
21448
+ display: inline-flex;
21449
+ height: auto;
21450
+ margin-left: -1px;
21451
+ max-height: 100%;
21452
+ max-width: 0px;
21453
+ vertical-align: text-bottom;
21454
+ width: 0px;
21455
+ }
21456
+ .v-divider--inset:not(.v-divider--vertical) {
21457
+ max-width: calc(100% - 72px);
21458
+ margin-inline-start: 72px;
21459
+ }
21460
+ .v-divider--inset.v-divider--vertical {
21461
+ margin-bottom: 8px;
21462
+ margin-top: 8px;
21463
+ max-height: calc(100% - 16px);
21464
+ }
21465
+
21466
+ .v-divider__content {
21467
+ padding: 0 16px;
21468
+ text-wrap: nowrap;
21469
+ }
21470
+ .v-divider__wrapper--vertical .v-divider__content {
21471
+ padding: 4px 0;
21472
+ }
21473
+
21474
+ .v-divider__wrapper {
21475
+ display: flex;
21476
+ align-items: center;
21477
+ justify-content: center;
21478
+ }
21479
+ .v-divider__wrapper--vertical {
21480
+ flex-direction: column;
21481
+ height: 100%;
21482
+ }
21483
+ .v-divider__wrapper--vertical .v-divider {
21484
+ margin: 0 auto;
21451
21485
  }.v-empty-state {
21452
21486
  align-items: center;
21453
21487
  display: flex;
@@ -21515,110 +21549,347 @@ html.overflow-y-hidden {
21515
21549
  .v-empty-state__action-btn.v-btn {
21516
21550
  background-color: initial;
21517
21551
  color: initial;
21518
- }.v-divider {
21519
- display: block;
21520
- flex: 1 1 100%;
21521
- height: 0px;
21522
- max-height: 0px;
21523
- opacity: var(--v-border-opacity);
21524
- transition: inherit;
21525
- }
21526
- .v-divider {
21527
- border-style: solid;
21528
- border-width: thin 0 0 0;
21529
- }
21530
- .v-divider--vertical {
21531
- align-self: stretch;
21532
- border-width: 0 thin 0 0;
21533
- display: inline-flex;
21534
- height: auto;
21535
- margin-left: -1px;
21536
- max-height: 100%;
21537
- max-width: 0px;
21538
- vertical-align: text-bottom;
21539
- width: 0px;
21540
- }
21541
- .v-divider--inset:not(.v-divider--vertical) {
21542
- max-width: calc(100% - 72px);
21543
- margin-inline-start: 72px;
21552
+ }.v-expansion-panel {
21553
+ background-color: rgb(var(--v-theme-surface));
21554
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21544
21555
  }
21545
- .v-divider--inset.v-divider--vertical {
21546
- margin-bottom: 8px;
21547
- margin-top: 8px;
21548
- max-height: calc(100% - 16px);
21556
+ .v-expansion-panel:not(:first-child)::after {
21557
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21549
21558
  }
21550
-
21551
- .v-divider__content {
21552
- padding: 0 16px;
21553
- text-wrap: nowrap;
21559
+ .v-expansion-panel--disabled .v-expansion-panel-title {
21560
+ color: rgba(var(--v-theme-on-surface), 0.26);
21554
21561
  }
21555
- .v-divider__wrapper--vertical .v-divider__content {
21556
- padding: 4px 0;
21562
+ .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
21563
+ opacity: 0.4615384615;
21557
21564
  }
21558
21565
 
21559
- .v-divider__wrapper {
21566
+ .v-expansion-panels {
21560
21567
  display: flex;
21561
- align-items: center;
21568
+ flex-wrap: wrap;
21562
21569
  justify-content: center;
21563
- }
21564
- .v-divider__wrapper--vertical {
21565
- flex-direction: column;
21566
- height: 100%;
21567
- }
21568
- .v-divider__wrapper--vertical .v-divider {
21569
- margin: 0 auto;
21570
- }/* region INPUT */
21571
- .v-field {
21572
- display: grid;
21573
- grid-template-areas: "prepend-inner field clear append-inner";
21574
- grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
21575
- font-size: 16px;
21576
- letter-spacing: 0.009375em;
21577
- max-width: 100%;
21578
- border-radius: 4px;
21579
- contain: layout;
21580
- flex: 1 0;
21581
- grid-area: control;
21570
+ list-style-type: none;
21571
+ padding: 0;
21572
+ width: 100%;
21582
21573
  position: relative;
21583
- --v-theme-overlay-multiplier: 1;
21584
- --v-field-padding-start: 16px;
21585
- --v-field-padding-end: 16px;
21586
- --v-field-padding-top: 8px;
21587
- --v-field-padding-bottom: 4px;
21588
- --v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0px));
21589
- --v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
21590
- }
21591
- .v-field--disabled {
21592
- opacity: var(--v-disabled-opacity);
21593
- pointer-events: none;
21574
+ z-index: 1;
21594
21575
  }
21595
- .v-field .v-chip {
21596
- --v-chip-height: 24px;
21576
+ .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) {
21577
+ border-bottom-left-radius: 0 !important;
21578
+ border-bottom-right-radius: 0 !important;
21597
21579
  }
21598
-
21599
- /* endregion */
21600
- /* region MODIFIERS */
21601
- .v-field--prepended {
21602
- padding-inline-start: 12px;
21580
+ .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) {
21581
+ border-top-left-radius: 0 !important;
21582
+ border-top-right-radius: 0 !important;
21603
21583
  }
21604
- .v-field--appended {
21605
- padding-inline-end: 12px;
21584
+ .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) {
21585
+ border-bottom-left-radius: 0 !important;
21586
+ border-bottom-right-radius: 0 !important;
21606
21587
  }
21607
- .v-field--variant-solo, .v-field--variant-solo-filled {
21608
- background: rgb(var(--v-theme-surface));
21609
- border-color: transparent;
21610
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21588
+ .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) {
21589
+ border-top-left-radius: 0 !important;
21590
+ border-top-right-radius: 0 !important;
21611
21591
  }
21612
- .v-field--variant-solo, .v-field--variant-solo-filled {
21613
- 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));
21592
+ .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
21593
+ border-bottom-left-radius: 0 !important;
21594
+ border-bottom-right-radius: 0 !important;
21614
21595
  }
21615
- .v-field--variant-solo-inverted {
21616
- background: rgb(var(--v-theme-surface));
21617
- border-color: transparent;
21618
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21596
+ .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
21597
+ border-top-left-radius: 0 !important;
21598
+ border-top-right-radius: 0 !important;
21619
21599
  }
21620
- .v-field--variant-solo-inverted {
21621
- 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));
21600
+ .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
21601
+ border-bottom-left-radius: initial;
21602
+ border-bottom-right-radius: initial;
21603
+ }
21604
+ .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
21605
+ border-radius: 0 !important;
21606
+ }
21607
+ .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
21608
+ transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
21609
+ }
21610
+
21611
+ .v-expansion-panel {
21612
+ flex: 1 0 100%;
21613
+ max-width: 100%;
21614
+ position: relative;
21615
+ transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
21616
+ transition-property: margin-top, border-radius, border, max-width;
21617
+ border-radius: 4px;
21618
+ }
21619
+ .v-expansion-panel:not(:first-child)::after {
21620
+ border-top-style: solid;
21621
+ border-top-width: thin;
21622
+ content: "";
21623
+ left: 0;
21624
+ position: absolute;
21625
+ right: 0;
21626
+ top: 0;
21627
+ transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
21628
+ }
21629
+ .v-expansion-panel--disabled .v-expansion-panel-title {
21630
+ pointer-events: none;
21631
+ }
21632
+ .v-expansion-panel--active:not(:first-child),
21633
+ .v-expansion-panel--active + .v-expansion-panel {
21634
+ margin-top: 16px;
21635
+ }
21636
+ .v-expansion-panel--active:not(:first-child)::after,
21637
+ .v-expansion-panel--active + .v-expansion-panel::after {
21638
+ opacity: 0;
21639
+ }
21640
+ .v-expansion-panel--active > .v-expansion-panel-title {
21641
+ border-bottom-left-radius: 0;
21642
+ border-bottom-right-radius: 0;
21643
+ }
21644
+ .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
21645
+ min-height: 64px;
21646
+ }
21647
+
21648
+ .v-expansion-panel__shadow {
21649
+ border-radius: inherit;
21650
+ z-index: -1;
21651
+ }
21652
+ .v-expansion-panel__shadow {
21653
+ position: absolute;
21654
+ top: 0;
21655
+ left: 0;
21656
+ width: 100%;
21657
+ height: 100%;
21658
+ }
21659
+ .v-expansion-panel__shadow {
21660
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21661
+ }
21662
+
21663
+ .v-expansion-panel-title {
21664
+ align-items: center;
21665
+ text-align: start;
21666
+ border-radius: inherit;
21667
+ display: flex;
21668
+ font-size: 0.9375rem;
21669
+ line-height: 1;
21670
+ min-height: 48px;
21671
+ outline: none;
21672
+ padding: 16px 24px;
21673
+ position: relative;
21674
+ transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
21675
+ width: 100%;
21676
+ justify-content: space-between;
21677
+ }
21678
+ .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
21679
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
21680
+ }
21681
+ .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
21682
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21683
+ }
21684
+ @supports not selector(:focus-visible) {
21685
+ .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
21686
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21687
+ }
21688
+ }
21689
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
21690
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
21691
+ }
21692
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
21693
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
21694
+ }
21695
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
21696
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21697
+ }
21698
+ @supports not selector(:focus-visible) {
21699
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
21700
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21701
+ }
21702
+ }
21703
+
21704
+ .v-expansion-panel-title__overlay {
21705
+ background-color: currentColor;
21706
+ border-radius: inherit;
21707
+ opacity: 0;
21708
+ }
21709
+ .v-expansion-panel-title__overlay {
21710
+ position: absolute;
21711
+ top: 0;
21712
+ left: 0;
21713
+ width: 100%;
21714
+ height: 100%;
21715
+ }
21716
+
21717
+ .v-expansion-panel-title__icon {
21718
+ display: inline-flex;
21719
+ margin-bottom: -4px;
21720
+ margin-top: -4px;
21721
+ -webkit-user-select: none;
21722
+ user-select: none;
21723
+ margin-inline-start: auto;
21724
+ }
21725
+
21726
+ .v-expansion-panel-text {
21727
+ display: flex;
21728
+ }
21729
+ .v-expansion-panel-text__wrapper {
21730
+ padding: 8px 24px 16px;
21731
+ flex: 1 1 auto;
21732
+ max-width: 100%;
21733
+ }
21734
+
21735
+ .v-expansion-panels--variant-accordion > .v-expansion-panel {
21736
+ margin-top: 0;
21737
+ }
21738
+ .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
21739
+ opacity: 1;
21740
+ }
21741
+
21742
+ .v-expansion-panels--variant-popout > .v-expansion-panel {
21743
+ max-width: calc(100% - 32px);
21744
+ }
21745
+ .v-expansion-panels--variant-popout > .v-expansion-panel--active {
21746
+ max-width: calc(100% + 16px);
21747
+ }
21748
+
21749
+ .v-expansion-panels--variant-inset > .v-expansion-panel {
21750
+ max-width: 100%;
21751
+ }
21752
+ .v-expansion-panels--variant-inset > .v-expansion-panel--active {
21753
+ max-width: calc(100% - 32px);
21754
+ }
21755
+
21756
+ .v-expansion-panels--flat > .v-expansion-panel::after {
21757
+ border-top: none;
21758
+ }
21759
+ .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
21760
+ display: none;
21761
+ }
21762
+
21763
+ .v-expansion-panels--tile {
21764
+ border-radius: 0;
21765
+ }
21766
+ .v-expansion-panels--tile > .v-expansion-panel {
21767
+ border-radius: 0;
21768
+ }.v-fab {
21769
+ align-items: center;
21770
+ display: inline-flex;
21771
+ flex: 1 1 auto;
21772
+ pointer-events: none;
21773
+ position: relative;
21774
+ transition-duration: 0.2s;
21775
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21776
+ vertical-align: middle;
21777
+ }
21778
+ .v-fab .v-btn {
21779
+ pointer-events: auto;
21780
+ }
21781
+ .v-fab .v-btn--variant-elevated {
21782
+ 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));
21783
+ }
21784
+ .v-fab--app, .v-fab--absolute {
21785
+ display: flex;
21786
+ }
21787
+ .v-fab--absolute {
21788
+ position: absolute;
21789
+ inset: 0;
21790
+ }
21791
+ .v-fab--start, .v-fab--left {
21792
+ justify-content: flex-start;
21793
+ }
21794
+ .v-fab--center {
21795
+ align-items: center;
21796
+ justify-content: center;
21797
+ }
21798
+ .v-fab--end, .v-fab--right {
21799
+ justify-content: flex-end;
21800
+ }
21801
+ .v-fab--bottom {
21802
+ align-items: flex-end;
21803
+ }
21804
+ .v-fab--top {
21805
+ align-items: flex-start;
21806
+ }
21807
+ .v-fab--extended .v-btn {
21808
+ border-radius: 9999px !important;
21809
+ }
21810
+
21811
+ .v-fab__container {
21812
+ align-self: center;
21813
+ display: inline-flex;
21814
+ vertical-align: middle;
21815
+ }
21816
+ .v-fab--app .v-fab__container {
21817
+ margin: 12px;
21818
+ position: fixed;
21819
+ }
21820
+ .v-fab--absolute .v-fab__container {
21821
+ position: absolute;
21822
+ z-index: 4;
21823
+ }
21824
+ .v-fab--offset.v-fab--top .v-fab__container {
21825
+ transform: translateY(-50%);
21826
+ }
21827
+ .v-fab--offset.v-fab--bottom .v-fab__container {
21828
+ transform: translateY(50%);
21829
+ }
21830
+ .v-fab--top .v-fab__container {
21831
+ top: 0;
21832
+ }
21833
+ .v-fab--bottom .v-fab__container {
21834
+ bottom: 0;
21835
+ }
21836
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21837
+ left: 0;
21838
+ }
21839
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21840
+ right: 0;
21841
+ }/* region INPUT */
21842
+ .v-field {
21843
+ display: grid;
21844
+ grid-template-areas: "prepend-inner field clear append-inner";
21845
+ grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
21846
+ font-size: 16px;
21847
+ letter-spacing: 0.009375em;
21848
+ max-width: 100%;
21849
+ border-radius: 4px;
21850
+ contain: layout;
21851
+ flex: 1 0;
21852
+ grid-area: control;
21853
+ position: relative;
21854
+ --v-theme-overlay-multiplier: 1;
21855
+ --v-field-padding-start: 16px;
21856
+ --v-field-padding-end: 16px;
21857
+ --v-field-padding-top: 8px;
21858
+ --v-field-padding-bottom: 4px;
21859
+ --v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0px));
21860
+ --v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
21861
+ }
21862
+ .v-field--disabled {
21863
+ opacity: var(--v-disabled-opacity);
21864
+ pointer-events: none;
21865
+ }
21866
+ .v-field .v-chip {
21867
+ --v-chip-height: 24px;
21868
+ }
21869
+
21870
+ /* endregion */
21871
+ /* region MODIFIERS */
21872
+ .v-field--prepended {
21873
+ padding-inline-start: 12px;
21874
+ }
21875
+ .v-field--appended {
21876
+ padding-inline-end: 12px;
21877
+ }
21878
+ .v-field--variant-solo, .v-field--variant-solo-filled {
21879
+ background: rgb(var(--v-theme-surface));
21880
+ border-color: transparent;
21881
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21882
+ }
21883
+ .v-field--variant-solo, .v-field--variant-solo-filled {
21884
+ 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));
21885
+ }
21886
+ .v-field--variant-solo-inverted {
21887
+ background: rgb(var(--v-theme-surface));
21888
+ border-color: transparent;
21889
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21890
+ }
21891
+ .v-field--variant-solo-inverted {
21892
+ 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));
21622
21893
  }
21623
21894
  .v-field--variant-solo-inverted.v-field--focused {
21624
21895
  color: rgb(var(--v-theme-on-surface-variant));
@@ -22160,222 +22431,34 @@ textarea.v-field__input::placeholder {
22160
22431
  opacity: 0;
22161
22432
  }
22162
22433
 
22163
- /* endregion */.v-expansion-panel {
22164
- background-color: rgb(var(--v-theme-surface));
22165
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22166
- }
22167
- .v-expansion-panel:not(:first-child)::after {
22168
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22169
- }
22170
- .v-expansion-panel--disabled .v-expansion-panel-title {
22171
- color: rgba(var(--v-theme-on-surface), 0.26);
22172
- }
22173
- .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
22174
- opacity: 0.4615384615;
22175
- }
22176
-
22177
- .v-expansion-panels {
22178
- display: flex;
22179
- flex-wrap: wrap;
22180
- justify-content: center;
22181
- list-style-type: none;
22182
- padding: 0;
22183
- width: 100%;
22184
- position: relative;
22185
- z-index: 1;
22186
- }
22187
- .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) {
22188
- border-bottom-left-radius: 0 !important;
22189
- border-bottom-right-radius: 0 !important;
22190
- }
22191
- .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) {
22192
- border-top-left-radius: 0 !important;
22193
- border-top-right-radius: 0 !important;
22194
- }
22195
- .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) {
22196
- border-bottom-left-radius: 0 !important;
22197
- border-bottom-right-radius: 0 !important;
22198
- }
22199
- .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) {
22200
- border-top-left-radius: 0 !important;
22201
- border-top-right-radius: 0 !important;
22202
- }
22203
- .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
22204
- border-bottom-left-radius: 0 !important;
22205
- border-bottom-right-radius: 0 !important;
22206
- }
22207
- .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
22208
- border-top-left-radius: 0 !important;
22209
- border-top-right-radius: 0 !important;
22210
- }
22211
- .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
22212
- border-bottom-left-radius: initial;
22213
- border-bottom-right-radius: initial;
22214
- }
22215
- .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
22216
- border-radius: 0 !important;
22217
- }
22218
- .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
22219
- transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
22220
- }
22221
-
22222
- .v-expansion-panel {
22223
- flex: 1 0 100%;
22224
- max-width: 100%;
22225
- position: relative;
22226
- transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
22227
- transition-property: margin-top, border-radius, border, max-width;
22228
- border-radius: 4px;
22229
- }
22230
- .v-expansion-panel:not(:first-child)::after {
22231
- border-top-style: solid;
22232
- border-top-width: thin;
22233
- content: "";
22234
- left: 0;
22235
- position: absolute;
22236
- right: 0;
22237
- top: 0;
22238
- transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
22239
- }
22240
- .v-expansion-panel--disabled .v-expansion-panel-title {
22241
- pointer-events: none;
22242
- }
22243
- .v-expansion-panel--active:not(:first-child),
22244
- .v-expansion-panel--active + .v-expansion-panel {
22245
- margin-top: 16px;
22246
- }
22247
- .v-expansion-panel--active:not(:first-child)::after,
22248
- .v-expansion-panel--active + .v-expansion-panel::after {
22249
- opacity: 0;
22250
- }
22251
- .v-expansion-panel--active > .v-expansion-panel-title {
22252
- border-bottom-left-radius: 0;
22253
- border-bottom-right-radius: 0;
22254
- }
22255
- .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
22256
- min-height: 64px;
22257
- }
22258
-
22259
- .v-expansion-panel__shadow {
22260
- border-radius: inherit;
22261
- z-index: -1;
22262
- }
22263
- .v-expansion-panel__shadow {
22264
- position: absolute;
22265
- top: 0;
22266
- left: 0;
22267
- width: 100%;
22268
- height: 100%;
22269
- }
22270
- .v-expansion-panel__shadow {
22271
- 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));
22272
- }
22273
-
22274
- .v-expansion-panel-title {
22275
- align-items: center;
22276
- text-align: start;
22277
- border-radius: inherit;
22278
- display: flex;
22279
- font-size: 0.9375rem;
22280
- line-height: 1;
22281
- min-height: 48px;
22282
- outline: none;
22283
- padding: 16px 24px;
22284
- position: relative;
22285
- transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
22286
- width: 100%;
22287
- justify-content: space-between;
22288
- }
22289
- .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
22290
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22291
- }
22292
- .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
22293
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22294
- }
22295
- @supports not selector(:focus-visible) {
22296
- .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
22297
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22298
- }
22299
- }
22300
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
22301
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
22302
- }
22303
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
22304
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
22305
- }
22306
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
22307
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
22308
- }
22309
- @supports not selector(:focus-visible) {
22310
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
22311
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
22312
- }
22313
- }
22314
-
22315
- .v-expansion-panel-title__overlay {
22316
- background-color: currentColor;
22317
- border-radius: inherit;
22318
- opacity: 0;
22319
- }
22320
- .v-expansion-panel-title__overlay {
22321
- position: absolute;
22322
- top: 0;
22323
- left: 0;
22324
- width: 100%;
22325
- height: 100%;
22326
- }
22327
-
22328
- .v-expansion-panel-title__icon {
22329
- display: inline-flex;
22330
- margin-bottom: -4px;
22331
- margin-top: -4px;
22332
- -webkit-user-select: none;
22333
- user-select: none;
22334
- margin-inline-start: auto;
22335
- }
22336
-
22337
- .v-expansion-panel-text {
22338
- display: flex;
22339
- }
22340
- .v-expansion-panel-text__wrapper {
22341
- padding: 8px 24px 16px;
22342
- flex: 1 1 auto;
22343
- max-width: 100%;
22344
- }
22345
-
22346
- .v-expansion-panels--variant-accordion > .v-expansion-panel {
22347
- margin-top: 0;
22348
- }
22349
- .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
22350
- opacity: 1;
22351
- }
22352
-
22353
- .v-expansion-panels--variant-popout > .v-expansion-panel {
22354
- max-width: calc(100% - 32px);
22355
- }
22356
- .v-expansion-panels--variant-popout > .v-expansion-panel--active {
22357
- max-width: calc(100% + 16px);
22358
- }
22359
-
22360
- .v-expansion-panels--variant-inset > .v-expansion-panel {
22361
- max-width: 100%;
22434
+ /* endregion */.v-file-input--hide.v-input .v-field,
22435
+ .v-file-input--hide.v-input .v-input__control,
22436
+ .v-file-input--hide.v-input .v-input__details {
22437
+ display: none;
22362
22438
  }
22363
- .v-expansion-panels--variant-inset > .v-expansion-panel--active {
22364
- max-width: calc(100% - 32px);
22439
+ .v-file-input--hide.v-input .v-input__prepend {
22440
+ grid-area: control;
22441
+ margin: 0 auto;
22365
22442
  }
22366
-
22367
- .v-expansion-panels--flat > .v-expansion-panel::after {
22368
- border-top: none;
22443
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22444
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22445
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22446
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22447
+ top: 0px;
22369
22448
  }
22370
- .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
22371
- display: none;
22449
+ .v-file-input input[type=file] {
22450
+ height: 100%;
22451
+ left: 0;
22452
+ opacity: 0;
22453
+ position: absolute;
22454
+ top: 0;
22455
+ width: 100%;
22372
22456
  }
22373
-
22374
- .v-expansion-panels--tile {
22375
- border-radius: 0;
22457
+ .v-file-input .v-input__details {
22458
+ padding-inline: 16px;
22376
22459
  }
22377
- .v-expansion-panels--tile > .v-expansion-panel {
22378
- border-radius: 0;
22460
+ .v-input--plain-underlined.v-file-input .v-input__details {
22461
+ padding-inline: 0;
22379
22462
  }.v-footer {
22380
22463
  align-items: center;
22381
22464
  display: flex;
@@ -22412,34 +22495,43 @@ textarea.v-field__input::placeholder {
22412
22495
  }
22413
22496
  .v-footer--rounded {
22414
22497
  border-radius: 4px;
22415
- }.v-file-input--hide.v-input .v-field,
22416
- .v-file-input--hide.v-input .v-input__control,
22417
- .v-file-input--hide.v-input .v-input__details {
22418
- display: none;
22498
+ }.v-infinite-scroll--horizontal {
22499
+ display: flex;
22500
+ flex-direction: row;
22501
+ overflow-x: auto;
22419
22502
  }
22420
- .v-file-input--hide.v-input .v-input__prepend {
22421
- grid-area: control;
22422
- margin: 0 auto;
22503
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22504
+ height: 100%;
22505
+ width: var(--v-infinite-margin-size, 1px);
22423
22506
  }
22424
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22425
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22426
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22427
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22428
- top: 0px;
22507
+
22508
+ .v-infinite-scroll--vertical {
22509
+ display: flex;
22510
+ flex-direction: column;
22511
+ overflow-y: auto;
22429
22512
  }
22430
- .v-file-input input[type=file] {
22431
- height: 100%;
22432
- left: 0;
22433
- opacity: 0;
22434
- position: absolute;
22435
- top: 0;
22513
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22514
+ height: 1px;
22436
22515
  width: 100%;
22437
22516
  }
22438
- .v-file-input .v-input__details {
22439
- padding-inline: 16px;
22517
+
22518
+ .v-infinite-scroll-intersect {
22519
+ pointer-events: none;
22520
+ margin-top: var(--v-infinite-margin);
22521
+ margin-bottom: calc(var(--v-infinite-margin) * -1);
22440
22522
  }
22441
- .v-input--plain-underlined.v-file-input .v-input__details {
22442
- padding-inline: 0;
22523
+ .v-infinite-scroll-intersect:nth-child(2) {
22524
+ --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22525
+ }
22526
+ .v-infinite-scroll-intersect:nth-last-child(2) {
22527
+ --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22528
+ }
22529
+
22530
+ .v-infinite-scroll__side {
22531
+ align-items: center;
22532
+ display: flex;
22533
+ justify-content: center;
22534
+ padding: 8px;
22443
22535
  }.v-icon {
22444
22536
  --v-icon-size-multiplier: 1;
22445
22537
  align-items: center;
@@ -22494,94 +22586,6 @@ textarea.v-field__input::placeholder {
22494
22586
 
22495
22587
  .v-icon--end {
22496
22588
  margin-inline-start: 8px;
22497
- }.v-img {
22498
- --v-theme-overlay-multiplier: 3;
22499
- z-index: 0;
22500
- }
22501
- .v-img.v-img--absolute {
22502
- height: 100%;
22503
- left: 0;
22504
- overflow: hidden;
22505
- position: absolute;
22506
- top: 0;
22507
- width: 100%;
22508
- z-index: -1;
22509
- }
22510
- .v-img--booting .v-responsive__sizer {
22511
- transition: none;
22512
- }
22513
- .v-img--rounded {
22514
- border-radius: 4px;
22515
- }
22516
-
22517
- .v-img__img,
22518
- .v-img__picture,
22519
- .v-img__gradient,
22520
- .v-img__placeholder,
22521
- .v-img__error {
22522
- z-index: -1;
22523
- }
22524
- .v-img__img,
22525
- .v-img__picture,
22526
- .v-img__gradient,
22527
- .v-img__placeholder,
22528
- .v-img__error {
22529
- position: absolute;
22530
- top: 0;
22531
- left: 0;
22532
- width: 100%;
22533
- height: 100%;
22534
- }
22535
-
22536
- .v-img__img--preload {
22537
- filter: blur(4px);
22538
- }
22539
- .v-img__img--contain {
22540
- object-fit: contain;
22541
- }
22542
- .v-img__img--cover {
22543
- object-fit: cover;
22544
- }
22545
-
22546
- .v-img__gradient {
22547
- background-repeat: no-repeat;
22548
- }.v-infinite-scroll--horizontal {
22549
- display: flex;
22550
- flex-direction: row;
22551
- overflow-x: auto;
22552
- }
22553
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22554
- height: 100%;
22555
- width: var(--v-infinite-margin-size, 1px);
22556
- }
22557
-
22558
- .v-infinite-scroll--vertical {
22559
- display: flex;
22560
- flex-direction: column;
22561
- overflow-y: auto;
22562
- }
22563
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22564
- height: 1px;
22565
- width: 100%;
22566
- }
22567
-
22568
- .v-infinite-scroll-intersect {
22569
- pointer-events: none;
22570
- margin-top: var(--v-infinite-margin);
22571
- margin-bottom: calc(var(--v-infinite-margin) * -1);
22572
- }
22573
- .v-infinite-scroll-intersect:nth-child(2) {
22574
- --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22575
- }
22576
- .v-infinite-scroll-intersect:nth-last-child(2) {
22577
- --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22578
- }
22579
-
22580
- .v-infinite-scroll__side {
22581
- align-items: center;
22582
- display: flex;
22583
- justify-content: center;
22584
- padding: 8px;
22585
22589
  }.v-input {
22586
22590
  display: grid;
22587
22591
  flex: 1 1 auto;
@@ -22729,6 +22733,72 @@ textarea.v-field__input::placeholder {
22729
22733
 
22730
22734
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22731
22735
  padding-top: calc(var(--v-input-padding-top) + 0px);
22736
+ }.v-img {
22737
+ --v-theme-overlay-multiplier: 3;
22738
+ z-index: 0;
22739
+ }
22740
+ .v-img.v-img--absolute {
22741
+ height: 100%;
22742
+ left: 0;
22743
+ overflow: hidden;
22744
+ position: absolute;
22745
+ top: 0;
22746
+ width: 100%;
22747
+ z-index: -1;
22748
+ }
22749
+ .v-img--booting .v-responsive__sizer {
22750
+ transition: none;
22751
+ }
22752
+ .v-img--rounded {
22753
+ border-radius: 4px;
22754
+ }
22755
+
22756
+ .v-img__img,
22757
+ .v-img__picture,
22758
+ .v-img__gradient,
22759
+ .v-img__placeholder,
22760
+ .v-img__error {
22761
+ z-index: -1;
22762
+ }
22763
+ .v-img__img,
22764
+ .v-img__picture,
22765
+ .v-img__gradient,
22766
+ .v-img__placeholder,
22767
+ .v-img__error {
22768
+ position: absolute;
22769
+ top: 0;
22770
+ left: 0;
22771
+ width: 100%;
22772
+ height: 100%;
22773
+ }
22774
+
22775
+ .v-img__img--preload {
22776
+ filter: blur(4px);
22777
+ }
22778
+ .v-img__img--contain {
22779
+ object-fit: contain;
22780
+ }
22781
+ .v-img__img--cover {
22782
+ object-fit: cover;
22783
+ }
22784
+
22785
+ .v-img__gradient {
22786
+ background-repeat: no-repeat;
22787
+ }.v-layout-item {
22788
+ position: absolute;
22789
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22790
+ }
22791
+
22792
+ .v-layout-item--absolute {
22793
+ position: absolute;
22794
+ }.v-layout {
22795
+ --v-scrollbar-offset: 0px;
22796
+ display: flex;
22797
+ flex: 1 1 auto;
22798
+ }
22799
+ .v-layout--full-height {
22800
+ --v-scrollbar-offset: inherit;
22801
+ height: 100%;
22732
22802
  }.v-item-group {
22733
22803
  flex: 0 1 auto;
22734
22804
  max-width: 100%;
@@ -22749,21 +22819,38 @@ textarea.v-field__input::placeholder {
22749
22819
 
22750
22820
  .v-label--clickable {
22751
22821
  cursor: pointer;
22752
- }.v-layout {
22753
- --v-scrollbar-offset: 0px;
22822
+ }.v-locale-provider {
22823
+ display: contents;
22824
+ }.v-main {
22825
+ flex: 1 0 auto;
22826
+ max-width: 100%;
22827
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22828
+ padding-left: var(--v-layout-left);
22829
+ padding-right: var(--v-layout-right);
22830
+ padding-top: var(--v-layout-top);
22831
+ padding-bottom: var(--v-layout-bottom);
22832
+ }
22833
+ .v-main__scroller {
22834
+ max-width: 100%;
22835
+ position: relative;
22836
+ }
22837
+ .v-main--scrollable {
22754
22838
  display: flex;
22755
- flex: 1 1 auto;
22756
22839
  }
22757
- .v-layout--full-height {
22758
- --v-scrollbar-offset: inherit;
22759
- height: 100%;
22760
- }.v-layout-item {
22840
+ .v-main--scrollable {
22761
22841
  position: absolute;
22762
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22842
+ top: 0;
22843
+ left: 0;
22844
+ width: 100%;
22845
+ height: 100%;
22763
22846
  }
22764
-
22765
- .v-layout-item--absolute {
22766
- position: absolute;
22847
+ .v-main--scrollable > .v-main__scroller {
22848
+ flex: 1 1 auto;
22849
+ overflow-y: auto;
22850
+ --v-layout-left: 0px;
22851
+ --v-layout-right: 0px;
22852
+ --v-layout-top: 0px;
22853
+ --v-layout-bottom: 0px;
22767
22854
  }.v-list {
22768
22855
  overflow: auto;
22769
22856
  padding: 8px 0;
@@ -23340,24 +23427,6 @@ textarea.v-field__input::placeholder {
23340
23427
  }
23341
23428
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23342
23429
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23343
- }.v-locale-provider {
23344
- display: contents;
23345
- }.v-messages {
23346
- flex: 1 1 auto;
23347
- font-size: 12px;
23348
- min-height: 14px;
23349
- min-width: 1px;
23350
- opacity: var(--v-medium-emphasis-opacity);
23351
- position: relative;
23352
- }
23353
- .v-messages__message {
23354
- line-height: 12px;
23355
- word-break: break-word;
23356
- overflow-wrap: break-word;
23357
- word-wrap: break-word;
23358
- -webkit-hyphens: auto;
23359
- hyphens: auto;
23360
- transition-duration: 150ms;
23361
23430
  }.v-menu > .v-overlay__content {
23362
23431
  display: flex;
23363
23432
  flex-direction: column;
@@ -23377,36 +23446,22 @@ textarea.v-field__input::placeholder {
23377
23446
  .v-menu > .v-overlay__content > .v-sheet,
23378
23447
  .v-menu > .v-overlay__content > .v-list {
23379
23448
  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));
23380
- }.v-main {
23381
- flex: 1 0 auto;
23382
- max-width: 100%;
23383
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23384
- padding-left: var(--v-layout-left);
23385
- padding-right: var(--v-layout-right);
23386
- padding-top: var(--v-layout-top);
23387
- padding-bottom: var(--v-layout-bottom);
23388
- }
23389
- .v-main__scroller {
23390
- max-width: 100%;
23449
+ }.v-messages {
23450
+ flex: 1 1 auto;
23451
+ font-size: 12px;
23452
+ min-height: 14px;
23453
+ min-width: 1px;
23454
+ opacity: var(--v-medium-emphasis-opacity);
23391
23455
  position: relative;
23392
23456
  }
23393
- .v-main--scrollable {
23394
- display: flex;
23395
- }
23396
- .v-main--scrollable {
23397
- position: absolute;
23398
- top: 0;
23399
- left: 0;
23400
- width: 100%;
23401
- height: 100%;
23402
- }
23403
- .v-main--scrollable > .v-main__scroller {
23404
- flex: 1 1 auto;
23405
- overflow-y: auto;
23406
- --v-layout-left: 0px;
23407
- --v-layout-right: 0px;
23408
- --v-layout-top: 0px;
23409
- --v-layout-bottom: 0px;
23457
+ .v-messages__message {
23458
+ line-height: 12px;
23459
+ word-break: break-word;
23460
+ overflow-wrap: break-word;
23461
+ word-wrap: break-word;
23462
+ -webkit-hyphens: auto;
23463
+ hyphens: auto;
23464
+ transition-duration: 150ms;
23410
23465
  }.v-navigation-drawer {
23411
23466
  -webkit-overflow-scrolling: touch;
23412
23467
  background: rgb(var(--v-theme-surface));
@@ -23557,6 +23612,64 @@ textarea.v-field__input::placeholder {
23557
23612
  .v-number-input__control .v-btn {
23558
23613
  background-color: transparent;
23559
23614
  border-radius: 0;
23615
+ }.v-otp-input {
23616
+ align-items: center;
23617
+ display: flex;
23618
+ justify-content: center;
23619
+ padding: 0.5rem 0;
23620
+ position: relative;
23621
+ }
23622
+ .v-otp-input {
23623
+ border-radius: 4px;
23624
+ }
23625
+ .v-otp-input .v-field {
23626
+ height: 100%;
23627
+ }
23628
+
23629
+ .v-otp-input__divider {
23630
+ margin: 0 8px;
23631
+ }
23632
+
23633
+ .v-otp-input__content {
23634
+ align-items: center;
23635
+ display: flex;
23636
+ gap: 0.5rem;
23637
+ height: 64px;
23638
+ padding: 0.5rem;
23639
+ justify-content: center;
23640
+ max-width: 320px;
23641
+ position: relative;
23642
+ border-radius: inherit;
23643
+ }
23644
+ .v-otp-input--divided .v-otp-input__content {
23645
+ max-width: 360px;
23646
+ }
23647
+
23648
+ .v-otp-input__field {
23649
+ color: inherit;
23650
+ font-size: 1.25rem;
23651
+ height: 100%;
23652
+ outline: none;
23653
+ text-align: center;
23654
+ width: 100%;
23655
+ }
23656
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23657
+ -webkit-appearance: none;
23658
+ margin: 0;
23659
+ }
23660
+ .v-otp-input__field[type=number] {
23661
+ -moz-appearance: textfield;
23662
+ }
23663
+
23664
+ .v-otp-input__loader {
23665
+ align-items: center;
23666
+ display: flex;
23667
+ height: 100%;
23668
+ justify-content: center;
23669
+ width: 100%;
23670
+ }
23671
+ .v-otp-input__loader .v-progress-linear {
23672
+ position: absolute;
23560
23673
  }.v-overlay-container {
23561
23674
  contain: layout;
23562
23675
  left: 0;
@@ -23621,64 +23734,6 @@ html.v-overlay-scroll-blocked {
23621
23734
 
23622
23735
  .v-overlay--scroll-blocked {
23623
23736
  padding-inline-end: var(--v-scrollbar-offset);
23624
- }.v-otp-input {
23625
- align-items: center;
23626
- display: flex;
23627
- justify-content: center;
23628
- padding: 0.5rem 0;
23629
- position: relative;
23630
- }
23631
- .v-otp-input {
23632
- border-radius: 4px;
23633
- }
23634
- .v-otp-input .v-field {
23635
- height: 100%;
23636
- }
23637
-
23638
- .v-otp-input__divider {
23639
- margin: 0 8px;
23640
- }
23641
-
23642
- .v-otp-input__content {
23643
- align-items: center;
23644
- display: flex;
23645
- gap: 0.5rem;
23646
- height: 64px;
23647
- padding: 0.5rem;
23648
- justify-content: center;
23649
- max-width: 320px;
23650
- position: relative;
23651
- border-radius: inherit;
23652
- }
23653
- .v-otp-input--divided .v-otp-input__content {
23654
- max-width: 360px;
23655
- }
23656
-
23657
- .v-otp-input__field {
23658
- color: inherit;
23659
- font-size: 1.25rem;
23660
- height: 100%;
23661
- outline: none;
23662
- text-align: center;
23663
- width: 100%;
23664
- }
23665
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23666
- -webkit-appearance: none;
23667
- margin: 0;
23668
- }
23669
- .v-otp-input__field[type=number] {
23670
- -moz-appearance: textfield;
23671
- }
23672
-
23673
- .v-otp-input__loader {
23674
- align-items: center;
23675
- display: flex;
23676
- height: 100%;
23677
- justify-content: center;
23678
- width: 100%;
23679
- }
23680
- .v-otp-input__loader .v-progress-linear {
23681
- position: absolute;
23682
23737
  }.v-pagination__list {
23683
23738
  display: inline-flex;
23684
23739
  list-style-type: none;
@@ -24150,78 +24205,35 @@ html.v-overlay-scroll-blocked {
24150
24205
  flex: 1 0 auto;
24151
24206
  max-height: 100%;
24152
24207
  max-width: 100%;
24153
- overflow: hidden;
24154
- position: relative;
24155
- }
24156
- .v-responsive--inline {
24157
- display: inline-flex;
24158
- flex: 0 0 auto;
24159
- }
24160
-
24161
- .v-responsive__content {
24162
- flex: 1 0 0px;
24163
- max-width: 100%;
24164
- }
24165
-
24166
- .v-responsive__sizer ~ .v-responsive__content {
24167
- margin-inline-start: -100%;
24168
- }
24169
-
24170
- .v-responsive__sizer {
24171
- flex: 1 0 0px;
24172
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24173
- pointer-events: none;
24174
- }.v-select .v-field .v-text-field__prefix,
24175
- .v-select .v-field .v-text-field__suffix,
24176
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24177
- cursor: pointer;
24178
- }
24179
- .v-select .v-field .v-field__input > input {
24180
- align-self: flex-start;
24181
- opacity: 1;
24182
- flex: 0 0;
24183
- position: absolute;
24184
- width: 100%;
24185
- transition: none;
24186
- pointer-events: none;
24187
- caret-color: transparent;
24188
- }
24189
- .v-select .v-field--dirty .v-select__selection {
24190
- margin-inline-end: 2px;
24191
- }
24192
- .v-select .v-select__selection-text {
24193
- overflow: hidden;
24194
- text-overflow: ellipsis;
24195
- white-space: nowrap;
24196
- }
24197
- .v-select__content {
24198
- overflow: hidden;
24199
- }
24200
- .v-select__content {
24201
- 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));
24202
- }
24203
- .v-select__content {
24204
- border-radius: 4px;
24205
- }
24206
- .v-select__selection {
24207
- display: inline-flex;
24208
- align-items: center;
24209
- letter-spacing: inherit;
24210
- line-height: inherit;
24211
- max-width: 100%;
24208
+ overflow: hidden;
24209
+ position: relative;
24212
24210
  }
24213
- .v-select .v-select__selection:first-child {
24214
- margin-inline-start: 0;
24211
+ .v-responsive--inline {
24212
+ display: inline-flex;
24213
+ flex: 0 0 auto;
24215
24214
  }
24216
- .v-select--selected .v-field .v-field__input > input {
24217
- opacity: 0;
24215
+
24216
+ .v-responsive__content {
24217
+ flex: 1 0 0px;
24218
+ max-width: 100%;
24218
24219
  }
24219
- .v-select__menu-icon {
24220
- margin-inline-start: 4px;
24221
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24220
+
24221
+ .v-responsive__sizer ~ .v-responsive__content {
24222
+ margin-inline-start: -100%;
24222
24223
  }
24223
- .v-select--active-menu .v-select__menu-icon {
24224
- transform: rotate(180deg);
24224
+
24225
+ .v-responsive__sizer {
24226
+ flex: 1 0 0px;
24227
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24228
+ pointer-events: none;
24229
+ }.v-selection-control-group {
24230
+ grid-area: control;
24231
+ display: flex;
24232
+ flex-direction: column;
24233
+ }
24234
+ .v-selection-control-group--inline {
24235
+ flex-direction: row;
24236
+ flex-wrap: wrap;
24225
24237
  }.v-selection-control {
24226
24238
  align-items: center;
24227
24239
  contain: layout;
@@ -24323,6 +24335,75 @@ html.v-overlay-scroll-blocked {
24323
24335
  }
24324
24336
  .v-selection-control--focus-visible .v-selection-control__input::before {
24325
24337
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24338
+ }.v-chip-group {
24339
+ display: flex;
24340
+ max-width: 100%;
24341
+ min-width: 0;
24342
+ overflow-x: auto;
24343
+ padding: 4px 0;
24344
+ }
24345
+ .v-chip-group .v-chip {
24346
+ margin: 4px 8px 4px 0;
24347
+ }
24348
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
24349
+ opacity: var(--v-activated-opacity);
24350
+ }
24351
+
24352
+ .v-chip-group--column .v-slide-group__content {
24353
+ white-space: normal;
24354
+ flex-wrap: wrap;
24355
+ max-width: 100%;
24356
+ }.v-select .v-field .v-text-field__prefix,
24357
+ .v-select .v-field .v-text-field__suffix,
24358
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24359
+ cursor: pointer;
24360
+ }
24361
+ .v-select .v-field .v-field__input > input {
24362
+ align-self: flex-start;
24363
+ opacity: 1;
24364
+ flex: 0 0;
24365
+ position: absolute;
24366
+ width: 100%;
24367
+ transition: none;
24368
+ pointer-events: none;
24369
+ caret-color: transparent;
24370
+ }
24371
+ .v-select .v-field--dirty .v-select__selection {
24372
+ margin-inline-end: 2px;
24373
+ }
24374
+ .v-select .v-select__selection-text {
24375
+ overflow: hidden;
24376
+ text-overflow: ellipsis;
24377
+ white-space: nowrap;
24378
+ }
24379
+ .v-select__content {
24380
+ overflow: hidden;
24381
+ }
24382
+ .v-select__content {
24383
+ 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));
24384
+ }
24385
+ .v-select__content {
24386
+ border-radius: 4px;
24387
+ }
24388
+ .v-select__selection {
24389
+ display: inline-flex;
24390
+ align-items: center;
24391
+ letter-spacing: inherit;
24392
+ line-height: inherit;
24393
+ max-width: 100%;
24394
+ }
24395
+ .v-select .v-select__selection:first-child {
24396
+ margin-inline-start: 0;
24397
+ }
24398
+ .v-select--selected .v-field .v-field__input > input {
24399
+ opacity: 0;
24400
+ }
24401
+ .v-select__menu-icon {
24402
+ margin-inline-start: 4px;
24403
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24404
+ }
24405
+ .v-select--active-menu .v-select__menu-icon {
24406
+ transform: rotate(180deg);
24326
24407
  }.v-sheet {
24327
24408
  display: block;
24328
24409
  }
@@ -24359,14 +24440,6 @@ html.v-overlay-scroll-blocked {
24359
24440
  }
24360
24441
  .v-sheet--rounded {
24361
24442
  border-radius: 4px;
24362
- }.v-selection-control-group {
24363
- grid-area: control;
24364
- display: flex;
24365
- flex-direction: column;
24366
- }
24367
- .v-selection-control-group--inline {
24368
- flex-direction: row;
24369
- flex-wrap: wrap;
24370
24443
  }.v-skeleton-loader {
24371
24444
  align-items: center;
24372
24445
  background: rgb(var(--v-theme-surface));
@@ -24592,61 +24665,6 @@ html.v-overlay-scroll-blocked {
24592
24665
  100% {
24593
24666
  transform: translateX(100%);
24594
24667
  }
24595
- }.v-slide-group {
24596
- display: flex;
24597
- overflow: hidden;
24598
- }
24599
-
24600
- .v-slide-group__next,
24601
- .v-slide-group__prev {
24602
- align-items: center;
24603
- display: flex;
24604
- flex: 0 1 52px;
24605
- justify-content: center;
24606
- min-width: 52px;
24607
- cursor: pointer;
24608
- }
24609
- .v-slide-group__next--disabled,
24610
- .v-slide-group__prev--disabled {
24611
- pointer-events: none;
24612
- opacity: var(--v-disabled-opacity);
24613
- }
24614
-
24615
- .v-slide-group__content {
24616
- display: flex;
24617
- flex: 1 0 auto;
24618
- position: relative;
24619
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24620
- white-space: nowrap;
24621
- }
24622
- .v-slide-group__content > * {
24623
- white-space: initial;
24624
- }
24625
-
24626
- .v-slide-group__container {
24627
- contain: content;
24628
- display: flex;
24629
- flex: 1 1 auto;
24630
- overflow-x: auto;
24631
- overflow-y: hidden;
24632
- scrollbar-width: none;
24633
- scrollbar-color: rgba(0, 0, 0, 0);
24634
- }
24635
- .v-slide-group__container::-webkit-scrollbar {
24636
- display: none;
24637
- }
24638
-
24639
- .v-slide-group--vertical {
24640
- max-height: inherit;
24641
- }
24642
- .v-slide-group--vertical,
24643
- .v-slide-group--vertical .v-slide-group__container,
24644
- .v-slide-group--vertical .v-slide-group__content {
24645
- flex-direction: column;
24646
- }
24647
- .v-slide-group--vertical .v-slide-group__container {
24648
- overflow-x: hidden;
24649
- overflow-y: auto;
24650
24668
  }.v-snackbar {
24651
24669
  justify-content: center;
24652
24670
  z-index: 10000;
@@ -24787,6 +24805,61 @@ html.v-overlay-scroll-blocked {
24787
24805
  }
24788
24806
  .v-snackbar-transition-leave-to {
24789
24807
  opacity: 0;
24808
+ }.v-slide-group {
24809
+ display: flex;
24810
+ overflow: hidden;
24811
+ }
24812
+
24813
+ .v-slide-group__next,
24814
+ .v-slide-group__prev {
24815
+ align-items: center;
24816
+ display: flex;
24817
+ flex: 0 1 52px;
24818
+ justify-content: center;
24819
+ min-width: 52px;
24820
+ cursor: pointer;
24821
+ }
24822
+ .v-slide-group__next--disabled,
24823
+ .v-slide-group__prev--disabled {
24824
+ pointer-events: none;
24825
+ opacity: var(--v-disabled-opacity);
24826
+ }
24827
+
24828
+ .v-slide-group__content {
24829
+ display: flex;
24830
+ flex: 1 0 auto;
24831
+ position: relative;
24832
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24833
+ white-space: nowrap;
24834
+ }
24835
+ .v-slide-group__content > * {
24836
+ white-space: initial;
24837
+ }
24838
+
24839
+ .v-slide-group__container {
24840
+ contain: content;
24841
+ display: flex;
24842
+ flex: 1 1 auto;
24843
+ overflow-x: auto;
24844
+ overflow-y: hidden;
24845
+ scrollbar-width: none;
24846
+ scrollbar-color: rgba(0, 0, 0, 0);
24847
+ }
24848
+ .v-slide-group__container::-webkit-scrollbar {
24849
+ display: none;
24850
+ }
24851
+
24852
+ .v-slide-group--vertical {
24853
+ max-height: inherit;
24854
+ }
24855
+ .v-slide-group--vertical,
24856
+ .v-slide-group--vertical .v-slide-group__container,
24857
+ .v-slide-group--vertical .v-slide-group__content {
24858
+ flex-direction: column;
24859
+ }
24860
+ .v-slide-group--vertical .v-slide-group__container {
24861
+ overflow-x: hidden;
24862
+ overflow-y: auto;
24790
24863
  }.v-speed-dial__content {
24791
24864
  gap: 8px;
24792
24865
  }
@@ -24808,82 +24881,208 @@ html.v-overlay-scroll-blocked {
24808
24881
  .v-speed-dial__content > *:nth-child(3) {
24809
24882
  transition-delay: 0.1s;
24810
24883
  }
24811
- .v-speed-dial__content > *:nth-child(4) {
24812
- transition-delay: 0.15s;
24884
+ .v-speed-dial__content > *:nth-child(4) {
24885
+ transition-delay: 0.15s;
24886
+ }
24887
+ .v-speed-dial__content > *:nth-child(5) {
24888
+ transition-delay: 0.2s;
24889
+ }
24890
+ .v-speed-dial__content > *:nth-child(6) {
24891
+ transition-delay: 0.25s;
24892
+ }
24893
+ .v-speed-dial__content > *:nth-child(7) {
24894
+ transition-delay: 0.3s;
24895
+ }
24896
+ .v-speed-dial__content > *:nth-child(8) {
24897
+ transition-delay: 0.35s;
24898
+ }
24899
+ .v-speed-dial__content > *:nth-child(9) {
24900
+ transition-delay: 0.4s;
24901
+ }
24902
+ .v-speed-dial__content > *:nth-child(10) {
24903
+ transition-delay: 0.45s;
24904
+ }.v-switch .v-label {
24905
+ padding-inline-start: 10px;
24906
+ }
24907
+
24908
+ .v-switch__loader {
24909
+ display: flex;
24910
+ }
24911
+ .v-switch__loader .v-progress-circular {
24912
+ color: rgb(var(--v-theme-surface));
24913
+ }
24914
+
24915
+ .v-switch__track,
24916
+ .v-switch__thumb {
24917
+ transition: none;
24918
+ }
24919
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24920
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24921
+ background-color: rgb(var(--v-theme-error));
24922
+ color: rgb(var(--v-theme-on-error));
24813
24923
  }
24814
- .v-speed-dial__content > *:nth-child(5) {
24815
- transition-delay: 0.2s;
24924
+
24925
+ .v-switch__track-true {
24926
+ margin-inline-end: auto;
24816
24927
  }
24817
- .v-speed-dial__content > *:nth-child(6) {
24818
- transition-delay: 0.25s;
24928
+ .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24929
+ opacity: 0;
24819
24930
  }
24820
- .v-speed-dial__content > *:nth-child(7) {
24821
- transition-delay: 0.3s;
24931
+
24932
+ .v-switch__track-false {
24933
+ margin-inline-start: auto;
24822
24934
  }
24823
- .v-speed-dial__content > *:nth-child(8) {
24824
- transition-delay: 0.35s;
24935
+ .v-selection-control--dirty .v-switch__track-false {
24936
+ opacity: 0;
24825
24937
  }
24826
- .v-speed-dial__content > *:nth-child(9) {
24827
- transition-delay: 0.4s;
24938
+
24939
+ .v-switch__track {
24940
+ display: inline-flex;
24941
+ align-items: center;
24942
+ font-size: 0.5rem;
24943
+ padding: 0 5px;
24944
+ background-color: rgb(var(--v-theme-surface-variant));
24945
+ border-radius: 9999px;
24946
+ height: 14px;
24947
+ opacity: 0.6;
24948
+ min-width: 36px;
24949
+ cursor: pointer;
24950
+ transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24828
24951
  }
24829
- .v-speed-dial__content > *:nth-child(10) {
24830
- transition-delay: 0.45s;
24831
- }.v-stepper.v-sheet {
24952
+ .v-switch--inset .v-switch__track {
24953
+ border-radius: 9999px;
24954
+ font-size: 0.75rem;
24955
+ height: 32px;
24956
+ min-width: 52px;
24957
+ }
24958
+
24959
+ .v-switch__thumb {
24960
+ align-items: center;
24961
+ background-color: rgb(var(--v-theme-surface-bright));
24962
+ color: rgb(var(--v-theme-on-surface-bright));
24963
+ border-radius: 50%;
24964
+ display: flex;
24965
+ font-size: 0.75rem;
24966
+ height: 20px;
24967
+ justify-content: center;
24968
+ width: 20px;
24969
+ pointer-events: none;
24970
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24971
+ position: relative;
24832
24972
  overflow: hidden;
24833
24973
  }
24834
- .v-stepper.v-sheet {
24835
- 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));
24974
+ .v-switch:not(.v-switch--inset) .v-switch__thumb {
24975
+ 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));
24836
24976
  }
24837
- .v-stepper.v-sheet {
24838
- border-radius: 4px;
24977
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24978
+ background: rgb(var(--v-theme-surface-variant));
24979
+ color: rgb(var(--v-theme-on-surface-variant));
24839
24980
  }
24840
- .v-stepper.v-sheet.v-stepper--flat {
24981
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24841
24982
  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));
24842
24983
  }
24984
+ .v-switch--inset .v-switch__thumb {
24985
+ height: 24px;
24986
+ width: 24px;
24987
+ transform: scale(0.6666666667);
24988
+ }
24989
+ .v-switch--inset .v-switch__thumb--filled {
24990
+ transform: none;
24991
+ }
24992
+ .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
24993
+ transform: none;
24994
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
24995
+ }
24843
24996
 
24844
- .v-stepper-header {
24845
- align-items: center;
24846
- display: flex;
24847
- position: relative;
24848
- overflow-x: auto;
24849
- justify-content: space-between;
24850
- z-index: 1;
24997
+ .v-switch.v-input {
24998
+ flex: 0 1 auto;
24851
24999
  }
24852
- .v-stepper-header {
24853
- 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));
25000
+ .v-switch .v-selection-control {
25001
+ min-height: var(--v-input-control-height);
24854
25002
  }
24855
- .v-stepper-header .v-divider {
24856
- margin: 0 -16px;
25003
+ .v-switch .v-selection-control__input {
25004
+ border-radius: 50%;
25005
+ transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
25006
+ position: absolute;
24857
25007
  }
24858
- .v-stepper-header .v-divider:last-child {
24859
- margin-inline-end: 0;
25008
+ .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
25009
+ transform: translateX(-10px);
24860
25010
  }
24861
- .v-stepper-header .v-divider:first-child {
24862
- margin-inline-start: 0;
25011
+
25012
+ .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
25013
+ transform: translateX(10px);
24863
25014
  }
24864
- .v-stepper--alt-labels .v-stepper-header {
24865
- height: auto;
25015
+
25016
+ .v-switch .v-selection-control__input .v-icon {
25017
+ position: absolute;
24866
25018
  }
24867
- .v-stepper--alt-labels .v-stepper-header .v-divider {
24868
- align-self: flex-start;
24869
- margin: 35px -67px 0;
25019
+ .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
25020
+ transform: translateX(10px);
24870
25021
  }
24871
25022
 
24872
- .v-stepper-window {
24873
- margin: 1.5rem;
25023
+ .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
25024
+ transform: translateX(-10px);
24874
25025
  }
24875
25026
 
24876
- .v-stepper-actions {
24877
- display: flex;
24878
- align-items: center;
24879
- justify-content: space-between;
24880
- padding: 1rem;
25027
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
25028
+ transform: scale(0.8);
24881
25029
  }
24882
- .v-stepper .v-stepper-actions {
24883
- padding: 0 1.5rem 1rem;
25030
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
25031
+ transform: scale(0.75);
25032
+ box-shadow: none;
24884
25033
  }
24885
- .v-stepper-window-item .v-stepper-actions {
24886
- padding: 1.5rem 0 0;
25034
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
25035
+ width: auto;
25036
+ }
25037
+ .v-switch.v-input--vertical .v-label {
25038
+ min-width: max-content;
25039
+ }
25040
+ .v-switch.v-input--vertical .v-selection-control__wrapper {
25041
+ transform: rotate(-90deg);
25042
+ }
25043
+
25044
+ @media (forced-colors: active) {
25045
+ .v-switch .v-switch__loader .v-progress-circular {
25046
+ color: currentColor;
25047
+ }
25048
+ .v-switch .v-switch__thumb {
25049
+ background-color: buttontext;
25050
+ }
25051
+ .v-switch .v-switch__track,
25052
+ .v-switch .v-switch__thumb {
25053
+ border: 1px solid;
25054
+ color: buttontext;
25055
+ }
25056
+ .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25057
+ background-color: highlight;
25058
+ }
25059
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
25060
+ background-color: highlight;
25061
+ }
25062
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
25063
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25064
+ color: highlight;
25065
+ }
25066
+ .v-switch.v-switch--inset .v-switch__track {
25067
+ border-width: 2px;
25068
+ }
25069
+ .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25070
+ background-color: highlighttext;
25071
+ color: highlighttext;
25072
+ }
25073
+ .v-switch.v-input--disabled .v-switch__thumb {
25074
+ background-color: graytext;
25075
+ }
25076
+ .v-switch.v-input--disabled .v-switch__track,
25077
+ .v-switch.v-input--disabled .v-switch__thumb {
25078
+ color: graytext;
25079
+ }
25080
+ .v-switch.v-switch--loading .v-switch__thumb {
25081
+ background-color: canvas;
25082
+ }
25083
+ .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25084
+ border-width: 0;
25085
+ }
24887
25086
  }.v-stepper-item {
24888
25087
  align-items: center;
24889
25088
  align-self: stretch;
@@ -24991,18 +25190,74 @@ html.v-overlay-scroll-blocked {
24991
25190
  opacity: 0;
24992
25191
  transition: opacity 0.2s ease-in-out;
24993
25192
  }
24994
-
24995
- .v-stepper-item__overlay,
24996
- .v-stepper-item__underlay {
24997
- pointer-events: none;
25193
+
25194
+ .v-stepper-item__overlay,
25195
+ .v-stepper-item__underlay {
25196
+ pointer-events: none;
25197
+ }
25198
+ .v-stepper-item__overlay,
25199
+ .v-stepper-item__underlay {
25200
+ position: absolute;
25201
+ top: 0;
25202
+ left: 0;
25203
+ width: 100%;
25204
+ height: 100%;
25205
+ }.v-stepper.v-sheet {
25206
+ overflow: hidden;
25207
+ }
25208
+ .v-stepper.v-sheet {
25209
+ 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));
25210
+ }
25211
+ .v-stepper.v-sheet {
25212
+ border-radius: 4px;
25213
+ }
25214
+ .v-stepper.v-sheet.v-stepper--flat {
25215
+ 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));
25216
+ }
25217
+
25218
+ .v-stepper-header {
25219
+ align-items: center;
25220
+ display: flex;
25221
+ position: relative;
25222
+ overflow-x: auto;
25223
+ justify-content: space-between;
25224
+ z-index: 1;
25225
+ }
25226
+ .v-stepper-header {
25227
+ 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));
25228
+ }
25229
+ .v-stepper-header .v-divider {
25230
+ margin: 0 -16px;
25231
+ }
25232
+ .v-stepper-header .v-divider:last-child {
25233
+ margin-inline-end: 0;
25234
+ }
25235
+ .v-stepper-header .v-divider:first-child {
25236
+ margin-inline-start: 0;
25237
+ }
25238
+ .v-stepper--alt-labels .v-stepper-header {
25239
+ height: auto;
25240
+ }
25241
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
25242
+ align-self: flex-start;
25243
+ margin: 35px -67px 0;
25244
+ }
25245
+
25246
+ .v-stepper-window {
25247
+ margin: 1.5rem;
25248
+ }
25249
+
25250
+ .v-stepper-actions {
25251
+ display: flex;
25252
+ align-items: center;
25253
+ justify-content: space-between;
25254
+ padding: 1rem;
25255
+ }
25256
+ .v-stepper .v-stepper-actions {
25257
+ padding: 0 1.5rem 1rem;
24998
25258
  }
24999
- .v-stepper-item__overlay,
25000
- .v-stepper-item__underlay {
25001
- position: absolute;
25002
- top: 0;
25003
- left: 0;
25004
- width: 100%;
25005
- height: 100%;
25259
+ .v-stepper-window-item .v-stepper-actions {
25260
+ padding: 1.5rem 0 0;
25006
25261
  }.v-system-bar {
25007
25262
  align-items: center;
25008
25263
  display: flex;
@@ -25407,7 +25662,10 @@ html.v-overlay-scroll-blocked {
25407
25662
  padding-inline-start: var(--v-field-padding-start);
25408
25663
  }
25409
25664
 
25410
- /* endregion */.v-toolbar {
25665
+ /* endregion */.v-theme-provider {
25666
+ background: rgb(var(--v-theme-background));
25667
+ color: rgb(var(--v-theme-on-background));
25668
+ }.v-toolbar {
25411
25669
  align-items: flex-start;
25412
25670
  display: flex;
25413
25671
  flex: none;
@@ -25551,9 +25809,6 @@ html.v-overlay-scroll-blocked {
25551
25809
  }
25552
25810
  .v-toolbar-items > .v-btn {
25553
25811
  border-radius: 0;
25554
- }.v-theme-provider {
25555
- background: rgb(var(--v-theme-background));
25556
- color: rgb(var(--v-theme-on-background));
25557
25812
  }.v-timeline .v-timeline-divider__dot {
25558
25813
  background: rgb(var(--v-theme-surface-light));
25559
25814
  }
@@ -25968,377 +26223,122 @@ html.v-overlay-scroll-blocked {
25968
26223
  .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
25969
26224
  padding-inline-start: 0;
25970
26225
  }
25971
-
25972
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
25973
- display: none;
25974
- }
25975
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
25976
- --v-timeline-line-size-offset: 12px;
25977
- }
25978
- .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
25979
- padding-block-end: 0;
25980
- }
25981
-
25982
- .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 {
25983
- padding-inline-end: 0;
25984
- }.v-tooltip > .v-overlay__content {
25985
- background: rgb(var(--v-theme-surface-variant));
25986
- color: rgb(var(--v-theme-on-surface-variant));
25987
- border-radius: 4px;
25988
- font-size: 0.875rem;
25989
- line-height: 1.6;
25990
- display: inline-block;
25991
- padding: 5px 16px;
25992
- text-transform: initial;
25993
- width: auto;
25994
- opacity: 1;
25995
- transition-property: opacity, transform;
25996
- overflow-wrap: break-word;
25997
- }
25998
- .v-tooltip > .v-overlay__content[class*=enter-active] {
25999
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26000
- transition-duration: 150ms;
26001
- }
26002
- .v-tooltip > .v-overlay__content[class*=leave-active] {
26003
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26004
- transition-duration: 75ms;
26005
- }
26006
- .v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
26007
- pointer-events: none;
26008
- }.v-virtual-scroll {
26009
- display: block;
26010
- flex: 1 1 auto;
26011
- max-width: 100%;
26012
- overflow: auto;
26013
- position: relative;
26014
- }
26015
- .v-virtual-scroll__container {
26016
- display: block;
26017
- }.v-window {
26018
- overflow: hidden;
26019
- }
26020
- .v-window__container {
26021
- display: flex;
26022
- flex-direction: column;
26023
- height: inherit;
26024
- position: relative;
26025
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26026
- }
26027
- .v-window__controls {
26028
- position: absolute;
26029
- left: 0;
26030
- top: 0;
26031
- width: 100%;
26032
- height: 100%;
26033
- display: flex;
26034
- align-items: center;
26035
- justify-content: space-between;
26036
- padding: 0 16px;
26037
- pointer-events: none;
26038
- }
26039
- .v-window__controls > * {
26040
- pointer-events: auto;
26041
- }
26042
- .v-window--show-arrows-on-hover {
26043
- overflow: hidden;
26044
- }
26045
- .v-window--show-arrows-on-hover .v-window__left {
26046
- transform: translateX(-200%);
26047
- }
26048
- .v-window--show-arrows-on-hover .v-window__right {
26049
- transform: translateX(200%);
26050
- }
26051
- .v-window--show-arrows-on-hover:hover .v-window__left,
26052
- .v-window--show-arrows-on-hover:hover .v-window__right {
26053
- transform: translateX(0);
26054
- }
26055
-
26056
- .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
26057
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26058
- }
26059
- .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
26060
- position: absolute !important;
26061
- top: 0;
26062
- width: 100%;
26063
- }
26064
- .v-window-x-transition-enter-from {
26065
- transform: translateX(100%);
26066
- }
26067
- .v-window-x-transition-leave-to {
26068
- transform: translateX(-100%);
26069
- }
26070
- .v-window-x-reverse-transition-enter-from {
26071
- transform: translateX(-100%);
26072
- }
26073
- .v-window-x-reverse-transition-leave-to {
26074
- transform: translateX(100%);
26075
- }
26076
- .v-window-y-transition-enter-from {
26077
- transform: translateY(100%);
26078
- }
26079
- .v-window-y-transition-leave-to {
26080
- transform: translateY(-100%);
26081
- }
26082
- .v-window-y-reverse-transition-enter-from {
26083
- transform: translateY(-100%);
26084
- }
26085
- .v-window-y-reverse-transition-leave-to {
26086
- transform: translateY(100%);
26087
- }.v-fab {
26088
- align-items: center;
26089
- display: inline-flex;
26090
- flex: 1 1 auto;
26091
- pointer-events: none;
26092
- position: relative;
26093
- transition-duration: 0.2s;
26094
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
26095
- vertical-align: middle;
26096
- }
26097
- .v-fab .v-btn {
26098
- pointer-events: auto;
26099
- }
26100
- .v-fab .v-btn--variant-elevated {
26101
- 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));
26102
- }
26103
- .v-fab--app, .v-fab--absolute {
26104
- display: flex;
26105
- }
26106
- .v-fab--absolute {
26107
- position: absolute;
26108
- inset: 0;
26109
- }
26110
- .v-fab--start, .v-fab--left {
26111
- justify-content: flex-start;
26112
- }
26113
- .v-fab--center {
26114
- align-items: center;
26115
- justify-content: center;
26116
- }
26117
- .v-fab--end, .v-fab--right {
26118
- justify-content: flex-end;
26119
- }
26120
- .v-fab--bottom {
26121
- align-items: flex-end;
26122
- }
26123
- .v-fab--top {
26124
- align-items: flex-start;
26125
- }
26126
- .v-fab--extended .v-btn {
26127
- border-radius: 9999px !important;
26128
- }
26129
-
26130
- .v-fab__container {
26131
- align-self: center;
26132
- display: inline-flex;
26133
- vertical-align: middle;
26134
- }
26135
- .v-fab--app .v-fab__container {
26136
- margin: 12px;
26137
- position: fixed;
26138
- }
26139
- .v-fab--absolute .v-fab__container {
26140
- position: absolute;
26141
- z-index: 4;
26142
- }
26143
- .v-fab--offset.v-fab--top .v-fab__container {
26144
- transform: translateY(-50%);
26145
- }
26146
- .v-fab--offset.v-fab--bottom .v-fab__container {
26147
- transform: translateY(50%);
26148
- }
26149
- .v-fab--top .v-fab__container {
26150
- top: 0;
26151
- }
26152
- .v-fab--bottom .v-fab__container {
26153
- bottom: 0;
26154
- }
26155
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
26156
- left: 0;
26157
- }
26158
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
26159
- right: 0;
26160
- }.v-switch .v-label {
26161
- padding-inline-start: 10px;
26162
- }
26163
-
26164
- .v-switch__loader {
26165
- display: flex;
26166
- }
26167
- .v-switch__loader .v-progress-circular {
26168
- color: rgb(var(--v-theme-surface));
26169
- }
26170
-
26171
- .v-switch__track,
26172
- .v-switch__thumb {
26173
- transition: none;
26174
- }
26175
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
26176
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
26177
- background-color: rgb(var(--v-theme-error));
26178
- color: rgb(var(--v-theme-on-error));
26179
- }
26180
-
26181
- .v-switch__track-true {
26182
- margin-inline-end: auto;
26183
- }
26184
- .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
26185
- opacity: 0;
26186
- }
26187
-
26188
- .v-switch__track-false {
26189
- margin-inline-start: auto;
26190
- }
26191
- .v-selection-control--dirty .v-switch__track-false {
26192
- opacity: 0;
26193
- }
26194
-
26195
- .v-switch__track {
26196
- display: inline-flex;
26197
- align-items: center;
26198
- font-size: 0.5rem;
26199
- padding: 0 5px;
26200
- background-color: rgb(var(--v-theme-surface-variant));
26201
- border-radius: 9999px;
26202
- height: 14px;
26203
- opacity: 0.6;
26204
- min-width: 36px;
26205
- cursor: pointer;
26206
- transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
26207
- }
26208
- .v-switch--inset .v-switch__track {
26209
- border-radius: 9999px;
26210
- font-size: 0.75rem;
26211
- height: 32px;
26212
- min-width: 52px;
26226
+
26227
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
26228
+ display: none;
26229
+ }
26230
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
26231
+ --v-timeline-line-size-offset: 12px;
26232
+ }
26233
+ .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
26234
+ padding-block-end: 0;
26213
26235
  }
26214
26236
 
26215
- .v-switch__thumb {
26216
- align-items: center;
26217
- background-color: rgb(var(--v-theme-surface-bright));
26218
- color: rgb(var(--v-theme-on-surface-bright));
26219
- border-radius: 50%;
26220
- display: flex;
26221
- font-size: 0.75rem;
26222
- height: 20px;
26223
- justify-content: center;
26224
- width: 20px;
26225
- pointer-events: none;
26226
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
26237
+ .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 {
26238
+ padding-inline-end: 0;
26239
+ }.v-virtual-scroll {
26240
+ display: block;
26241
+ flex: 1 1 auto;
26242
+ max-width: 100%;
26243
+ overflow: auto;
26227
26244
  position: relative;
26245
+ }
26246
+ .v-virtual-scroll__container {
26247
+ display: block;
26248
+ }.v-window {
26228
26249
  overflow: hidden;
26229
26250
  }
26230
- .v-switch:not(.v-switch--inset) .v-switch__thumb {
26231
- 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));
26251
+ .v-window__container {
26252
+ display: flex;
26253
+ flex-direction: column;
26254
+ height: inherit;
26255
+ position: relative;
26256
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26232
26257
  }
26233
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
26234
- background: rgb(var(--v-theme-surface-variant));
26235
- color: rgb(var(--v-theme-on-surface-variant));
26258
+ .v-window__controls {
26259
+ position: absolute;
26260
+ left: 0;
26261
+ top: 0;
26262
+ width: 100%;
26263
+ height: 100%;
26264
+ display: flex;
26265
+ align-items: center;
26266
+ justify-content: space-between;
26267
+ padding: 0 16px;
26268
+ pointer-events: none;
26236
26269
  }
26237
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
26238
- 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));
26270
+ .v-window__controls > * {
26271
+ pointer-events: auto;
26239
26272
  }
26240
- .v-switch--inset .v-switch__thumb {
26241
- height: 24px;
26242
- width: 24px;
26243
- transform: scale(0.6666666667);
26273
+ .v-window--show-arrows-on-hover {
26274
+ overflow: hidden;
26244
26275
  }
26245
- .v-switch--inset .v-switch__thumb--filled {
26246
- transform: none;
26276
+ .v-window--show-arrows-on-hover .v-window__left {
26277
+ transform: translateX(-200%);
26247
26278
  }
26248
- .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
26249
- transform: none;
26250
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
26279
+ .v-window--show-arrows-on-hover .v-window__right {
26280
+ transform: translateX(200%);
26251
26281
  }
26252
-
26253
- .v-switch.v-input {
26254
- flex: 0 1 auto;
26282
+ .v-window--show-arrows-on-hover:hover .v-window__left,
26283
+ .v-window--show-arrows-on-hover:hover .v-window__right {
26284
+ transform: translateX(0);
26255
26285
  }
26256
- .v-switch .v-selection-control {
26257
- min-height: var(--v-input-control-height);
26286
+
26287
+ .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
26288
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26258
26289
  }
26259
- .v-switch .v-selection-control__input {
26260
- border-radius: 50%;
26261
- transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
26262
- position: absolute;
26290
+ .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
26291
+ position: absolute !important;
26292
+ top: 0;
26293
+ width: 100%;
26263
26294
  }
26264
- .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
26265
- transform: translateX(-10px);
26295
+ .v-window-x-transition-enter-from {
26296
+ transform: translateX(100%);
26266
26297
  }
26267
-
26268
- .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
26269
- transform: translateX(10px);
26298
+ .v-window-x-transition-leave-to {
26299
+ transform: translateX(-100%);
26270
26300
  }
26271
-
26272
- .v-switch .v-selection-control__input .v-icon {
26273
- position: absolute;
26301
+ .v-window-x-reverse-transition-enter-from {
26302
+ transform: translateX(-100%);
26274
26303
  }
26275
- .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
26276
- transform: translateX(10px);
26304
+ .v-window-x-reverse-transition-leave-to {
26305
+ transform: translateX(100%);
26277
26306
  }
26278
-
26279
- .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
26280
- transform: translateX(-10px);
26307
+ .v-window-y-transition-enter-from {
26308
+ transform: translateY(100%);
26281
26309
  }
26282
-
26283
- .v-switch.v-switch--indeterminate .v-selection-control__input {
26284
- transform: scale(0.8);
26310
+ .v-window-y-transition-leave-to {
26311
+ transform: translateY(-100%);
26285
26312
  }
26286
- .v-switch.v-switch--indeterminate .v-switch__thumb {
26287
- transform: scale(0.75);
26288
- box-shadow: none;
26313
+ .v-window-y-reverse-transition-enter-from {
26314
+ transform: translateY(-100%);
26289
26315
  }
26290
- .v-switch.v-switch--inset .v-selection-control__wrapper {
26316
+ .v-window-y-reverse-transition-leave-to {
26317
+ transform: translateY(100%);
26318
+ }.v-tooltip > .v-overlay__content {
26319
+ background: rgb(var(--v-theme-surface-variant));
26320
+ color: rgb(var(--v-theme-on-surface-variant));
26321
+ border-radius: 4px;
26322
+ font-size: 0.875rem;
26323
+ line-height: 1.6;
26324
+ display: inline-block;
26325
+ padding: 5px 16px;
26326
+ text-transform: initial;
26291
26327
  width: auto;
26328
+ opacity: 1;
26329
+ transition-property: opacity, transform;
26330
+ overflow-wrap: break-word;
26292
26331
  }
26293
- .v-switch.v-input--vertical .v-label {
26294
- min-width: max-content;
26332
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
26333
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26334
+ transition-duration: 150ms;
26295
26335
  }
26296
- .v-switch.v-input--vertical .v-selection-control__wrapper {
26297
- transform: rotate(-90deg);
26336
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
26337
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26338
+ transition-duration: 75ms;
26298
26339
  }
26299
-
26300
- @media (forced-colors: active) {
26301
- .v-switch .v-switch__loader .v-progress-circular {
26302
- color: currentColor;
26303
- }
26304
- .v-switch .v-switch__thumb {
26305
- background-color: buttontext;
26306
- }
26307
- .v-switch .v-switch__track,
26308
- .v-switch .v-switch__thumb {
26309
- border: 1px solid;
26310
- color: buttontext;
26311
- }
26312
- .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
26313
- background-color: highlight;
26314
- }
26315
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
26316
- background-color: highlight;
26317
- }
26318
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
26319
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
26320
- color: highlight;
26321
- }
26322
- .v-switch.v-switch--inset .v-switch__track {
26323
- border-width: 2px;
26324
- }
26325
- .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
26326
- background-color: highlighttext;
26327
- color: highlighttext;
26328
- }
26329
- .v-switch.v-input--disabled .v-switch__thumb {
26330
- background-color: graytext;
26331
- }
26332
- .v-switch.v-input--disabled .v-switch__track,
26333
- .v-switch.v-input--disabled .v-switch__thumb {
26334
- color: graytext;
26335
- }
26336
- .v-switch.v-switch--loading .v-switch__thumb {
26337
- background-color: canvas;
26338
- }
26339
- .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
26340
- border-width: 0;
26341
- }
26340
+ .v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
26341
+ pointer-events: none;
26342
26342
  }.v-color-picker-canvas {
26343
26343
  display: flex;
26344
26344
  position: relative;
@@ -26361,6 +26361,34 @@ html.v-overlay-scroll-blocked {
26361
26361
  }
26362
26362
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26363
26363
  will-change: transform;
26364
+ }.v-color-picker-edit {
26365
+ display: flex;
26366
+ margin-top: 24px;
26367
+ }
26368
+
26369
+ .v-color-picker-edit__input {
26370
+ width: 100%;
26371
+ display: flex;
26372
+ flex-wrap: wrap;
26373
+ justify-content: center;
26374
+ text-align: center;
26375
+ }
26376
+ .v-color-picker-edit__input:not(:last-child) {
26377
+ margin-inline-end: 8px;
26378
+ }
26379
+ .v-color-picker-edit__input input {
26380
+ border-radius: 4px;
26381
+ margin-bottom: 8px;
26382
+ min-width: 0;
26383
+ outline: none;
26384
+ text-align: center;
26385
+ width: 100%;
26386
+ height: 32px;
26387
+ background: rgba(var(--v-theme-surface-variant), 0.2);
26388
+ color: rgba(var(--v-theme-on-surface));
26389
+ }
26390
+ .v-color-picker-edit__input span {
26391
+ font-size: 0.75rem;
26364
26392
  }.v-color-picker-preview__alpha .v-slider-track__background {
26365
26393
  background-color: transparent !important;
26366
26394
  }
@@ -26466,34 +26494,6 @@ html.v-overlay-scroll-blocked {
26466
26494
  justify-content: center;
26467
26495
  width: 100%;
26468
26496
  height: 100%;
26469
- }.v-color-picker-edit {
26470
- display: flex;
26471
- margin-top: 24px;
26472
- }
26473
-
26474
- .v-color-picker-edit__input {
26475
- width: 100%;
26476
- display: flex;
26477
- flex-wrap: wrap;
26478
- justify-content: center;
26479
- text-align: center;
26480
- }
26481
- .v-color-picker-edit__input:not(:last-child) {
26482
- margin-inline-end: 8px;
26483
- }
26484
- .v-color-picker-edit__input input {
26485
- border-radius: 4px;
26486
- margin-bottom: 8px;
26487
- min-width: 0;
26488
- outline: none;
26489
- text-align: center;
26490
- width: 100%;
26491
- height: 32px;
26492
- background: rgba(var(--v-theme-surface-variant), 0.2);
26493
- color: rgba(var(--v-theme-on-surface));
26494
- }
26495
- .v-color-picker-edit__input span {
26496
- font-size: 0.75rem;
26497
26497
  }.v-picker.v-sheet {
26498
26498
  display: grid;
26499
26499
  grid-auto-rows: min-content;