@vuetify/nightly 3.8.8-master.2025-06-04 → 3.8.8-master.2025-06-06

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.8-master.2025-06-04
2
+ * Vuetify v3.8.8-master.2025-06-06
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18001,18 +18001,6 @@ html.overflow-y-hidden {
18001
18001
  min-height: 100vh;
18002
18002
  min-height: 100dvh;
18003
18003
  position: relative;
18004
- }.v-app-bar {
18005
- display: flex;
18006
- }
18007
- .v-app-bar.v-toolbar {
18008
- background: rgb(var(--v-theme-surface));
18009
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18010
- }
18011
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18012
- 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));
18013
- }
18014
- .v-app-bar:not(.v-toolbar--absolute) {
18015
- padding-inline-end: var(--v-scrollbar-offset);
18016
18004
  }.v-alert {
18017
18005
  display: grid;
18018
18006
  flex: 1 1;
@@ -18229,112 +18217,18 @@ html.overflow-y-hidden {
18229
18217
  text-transform: none;
18230
18218
  word-break: normal;
18231
18219
  word-wrap: break-word;
18232
- }.v-avatar {
18233
- flex: none;
18234
- align-items: center;
18235
- display: inline-flex;
18236
- justify-content: center;
18237
- line-height: normal;
18238
- overflow: hidden;
18239
- position: relative;
18240
- text-align: center;
18241
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18242
- transition-property: width, height;
18243
- vertical-align: middle;
18244
- }
18245
- .v-avatar.v-avatar--size-x-small {
18246
- --v-avatar-height: 24px;
18247
- }
18248
- .v-avatar.v-avatar--size-small {
18249
- --v-avatar-height: 32px;
18250
- }
18251
- .v-avatar.v-avatar--size-default {
18252
- --v-avatar-height: 40px;
18253
- }
18254
- .v-avatar.v-avatar--size-large {
18255
- --v-avatar-height: 48px;
18256
- }
18257
- .v-avatar.v-avatar--size-x-large {
18258
- --v-avatar-height: 56px;
18259
- }
18260
- .v-avatar.v-avatar--density-default {
18261
- height: calc(var(--v-avatar-height) + 0px);
18262
- width: calc(var(--v-avatar-height) + 0px);
18263
- }
18264
- .v-avatar.v-avatar--density-comfortable {
18265
- height: calc(var(--v-avatar-height) + -4px);
18266
- width: calc(var(--v-avatar-height) + -4px);
18267
- }
18268
- .v-avatar.v-avatar--density-compact {
18269
- height: calc(var(--v-avatar-height) + -8px);
18270
- width: calc(var(--v-avatar-height) + -8px);
18271
- }
18272
- .v-avatar {
18273
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18274
- border-style: solid;
18275
- border-width: 0;
18276
- }
18277
- .v-avatar--border {
18278
- border-width: thin;
18279
- box-shadow: none;
18280
- }
18281
- .v-avatar {
18282
- border-radius: 50%;
18283
- }
18284
- .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
18285
- background: transparent;
18286
- color: inherit;
18287
- }
18288
- .v-avatar--variant-plain {
18289
- opacity: 0.62;
18290
- }
18291
- .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
18292
- opacity: 1;
18293
- }
18294
- .v-avatar--variant-plain .v-avatar__overlay {
18295
- display: none;
18296
- }
18297
- .v-avatar--variant-elevated, .v-avatar--variant-flat {
18298
- background: var(--v-theme-surface);
18299
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18300
- }
18301
- .v-avatar--variant-elevated {
18302
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18303
- }
18304
- .v-avatar--variant-flat {
18305
- 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));
18306
- }
18307
- .v-avatar--variant-outlined {
18308
- border: thin solid currentColor;
18309
- }
18310
- .v-avatar--variant-text .v-avatar__overlay {
18311
- background: currentColor;
18312
- }
18313
- .v-avatar--variant-tonal .v-avatar__underlay {
18314
- background: currentColor;
18315
- opacity: var(--v-activated-opacity);
18316
- border-radius: inherit;
18317
- top: 0;
18318
- right: 0;
18319
- bottom: 0;
18320
- left: 0;
18321
- pointer-events: none;
18322
- }
18323
- .v-avatar .v-avatar__underlay {
18324
- position: absolute;
18325
- }
18326
- .v-avatar--rounded {
18327
- border-radius: 4px;
18220
+ }.v-app-bar {
18221
+ display: flex;
18328
18222
  }
18329
- .v-avatar--start {
18330
- margin-inline-end: 8px;
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));
18331
18226
  }
18332
- .v-avatar--end {
18333
- margin-inline-start: 8px;
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));
18334
18229
  }
18335
- .v-avatar .v-img {
18336
- height: 100%;
18337
- width: 100%;
18230
+ .v-app-bar:not(.v-toolbar--absolute) {
18231
+ padding-inline-end: var(--v-scrollbar-offset);
18338
18232
  }.v-badge {
18339
18233
  display: inline-block;
18340
18234
  line-height: 1;
@@ -18496,40 +18390,6 @@ html.overflow-y-hidden {
18496
18390
  }
18497
18391
  .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18498
18392
  transform: rotate(180deg);
18499
- }.bottom-sheet-transition-enter-from {
18500
- transform: translateY(100%);
18501
- }
18502
- .bottom-sheet-transition-leave-to {
18503
- transform: translateY(100%);
18504
- }
18505
-
18506
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18507
- align-self: flex-end;
18508
- border-radius: 0;
18509
- flex: 0 1 auto;
18510
- left: 0;
18511
- right: 0;
18512
- margin-inline: auto;
18513
- margin-bottom: 0;
18514
- transition-duration: 0.2s;
18515
- width: 100%;
18516
- max-width: 100%;
18517
- overflow: visible;
18518
- }
18519
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18520
- 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));
18521
- }
18522
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18523
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18524
- border-radius: 0;
18525
- }
18526
- .v-bottom-sheet.v-bottom-sheet--inset {
18527
- max-width: none;
18528
- }
18529
- @media (min-width: 600px) {
18530
- .v-bottom-sheet.v-bottom-sheet--inset {
18531
- max-width: 70%;
18532
- }
18533
18393
  }.v-banner {
18534
18394
  display: grid;
18535
18395
  flex: 1 1;
@@ -18696,83 +18556,238 @@ html.overflow-y-hidden {
18696
18556
  }
18697
18557
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18698
18558
  align-self: flex-start;
18699
- }.v-btn {
18559
+ }.v-breadcrumbs {
18560
+ display: flex;
18700
18561
  align-items: center;
18562
+ line-height: 1.6;
18563
+ padding: 16px 12px;
18564
+ }
18565
+ .v-breadcrumbs--rounded {
18701
18566
  border-radius: 4px;
18702
- display: inline-grid;
18703
- grid-template-areas: "prepend content append";
18704
- grid-template-columns: max-content auto max-content;
18705
- font-weight: 500;
18706
- justify-content: center;
18707
- letter-spacing: 0.0892857143em;
18708
- line-height: normal;
18709
- max-width: 100%;
18710
- outline: none;
18711
- position: relative;
18712
- text-decoration: none;
18713
- text-indent: 0.0892857143em;
18714
- text-transform: uppercase;
18715
- transition-property: box-shadow, transform, opacity, background;
18716
- transition-duration: 0.28s;
18717
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18718
- -webkit-user-select: none;
18719
- user-select: none;
18720
- vertical-align: middle;
18721
- flex-shrink: 0;
18722
18567
  }
18723
- .v-btn--size-x-small {
18724
- --v-btn-size: 0.625rem;
18725
- --v-btn-height: 20px;
18726
- font-size: var(--v-btn-size);
18727
- min-width: 36px;
18728
- padding: 0 8px;
18568
+ .v-breadcrumbs--density-default {
18569
+ padding-top: 16px;
18570
+ padding-bottom: 16px;
18729
18571
  }
18730
18572
 
18731
- .v-btn--size-small {
18732
- --v-btn-size: 0.75rem;
18733
- --v-btn-height: 28px;
18734
- font-size: var(--v-btn-size);
18735
- min-width: 50px;
18736
- padding: 0 12px;
18573
+ .v-breadcrumbs--density-comfortable {
18574
+ padding-top: 12px;
18575
+ padding-bottom: 12px;
18737
18576
  }
18738
18577
 
18739
- .v-btn--size-default {
18740
- --v-btn-size: 0.875rem;
18741
- --v-btn-height: 36px;
18742
- font-size: var(--v-btn-size);
18743
- min-width: 64px;
18744
- padding: 0 16px;
18578
+ .v-breadcrumbs--density-compact {
18579
+ padding-top: 8px;
18580
+ padding-bottom: 8px;
18745
18581
  }
18746
18582
 
18747
- .v-btn--size-large {
18748
- --v-btn-size: 1rem;
18749
- --v-btn-height: 44px;
18750
- font-size: var(--v-btn-size);
18751
- min-width: 78px;
18752
- padding: 0 20px;
18583
+ .v-breadcrumbs__prepend {
18584
+ align-items: center;
18585
+ display: inline-flex;
18753
18586
  }
18754
18587
 
18755
- .v-btn--size-x-large {
18756
- --v-btn-size: 1.125rem;
18757
- --v-btn-height: 52px;
18758
- font-size: var(--v-btn-size);
18759
- min-width: 92px;
18760
- padding: 0 24px;
18588
+ .v-breadcrumbs-item {
18589
+ align-items: center;
18590
+ color: inherit;
18591
+ display: inline-flex;
18592
+ padding: 0 4px;
18593
+ text-decoration: none;
18594
+ vertical-align: middle;
18761
18595
  }
18762
-
18763
- .v-btn.v-btn--density-default {
18764
- height: calc(var(--v-btn-height) + 0px);
18596
+ .v-breadcrumbs-item--disabled {
18597
+ opacity: var(--v-disabled-opacity);
18598
+ pointer-events: none;
18765
18599
  }
18766
-
18767
- .v-btn.v-btn--density-comfortable {
18768
- height: calc(var(--v-btn-height) + -8px);
18600
+ .v-breadcrumbs-item--link {
18601
+ color: inherit;
18602
+ text-decoration: none;
18769
18603
  }
18770
-
18771
- .v-btn.v-btn--density-compact {
18772
- height: calc(var(--v-btn-height) + -12px);
18604
+ .v-breadcrumbs-item--link:hover {
18605
+ text-decoration: underline;
18606
+ }
18607
+ .v-breadcrumbs-item .v-icon {
18608
+ font-size: 1rem;
18609
+ margin-inline: -4px 2px;
18773
18610
  }
18774
18611
 
18775
- .v-btn {
18612
+ .v-breadcrumbs-divider {
18613
+ display: inline-block;
18614
+ padding: 0 8px;
18615
+ vertical-align: middle;
18616
+ }.v-bottom-navigation {
18617
+ display: flex;
18618
+ max-width: 100%;
18619
+ overflow: hidden;
18620
+ position: absolute;
18621
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18622
+ }
18623
+ .v-bottom-navigation {
18624
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18625
+ border-style: solid;
18626
+ border-width: 0;
18627
+ }
18628
+ .v-bottom-navigation--border {
18629
+ border-width: thin;
18630
+ box-shadow: none;
18631
+ }
18632
+ .v-bottom-navigation {
18633
+ border-radius: 0;
18634
+ }
18635
+ .v-bottom-navigation {
18636
+ background: rgb(var(--v-theme-surface));
18637
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18638
+ }
18639
+ .v-bottom-navigation--active {
18640
+ 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));
18641
+ }
18642
+
18643
+ .v-bottom-navigation__content {
18644
+ display: flex;
18645
+ flex: none;
18646
+ font-size: 0.75rem;
18647
+ justify-content: center;
18648
+ transition: inherit;
18649
+ width: 100%;
18650
+ }
18651
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18652
+ font-size: inherit;
18653
+ height: 100%;
18654
+ max-width: 168px;
18655
+ min-width: 80px;
18656
+ text-transform: none;
18657
+ transition: inherit;
18658
+ width: auto;
18659
+ }
18660
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18661
+ border-radius: 0;
18662
+ }
18663
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18664
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18665
+ transition: inherit;
18666
+ }
18667
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18668
+ font-size: 1.5rem;
18669
+ }
18670
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18671
+ flex-basis: 0;
18672
+ flex-grow: 1;
18673
+ }
18674
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18675
+ transition: inherit;
18676
+ opacity: 0;
18677
+ }
18678
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18679
+ transform: translateY(0.5rem);
18680
+ }.bottom-sheet-transition-enter-from {
18681
+ transform: translateY(100%);
18682
+ }
18683
+ .bottom-sheet-transition-leave-to {
18684
+ transform: translateY(100%);
18685
+ }
18686
+
18687
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18688
+ align-self: flex-end;
18689
+ border-radius: 0;
18690
+ flex: 0 1 auto;
18691
+ left: 0;
18692
+ right: 0;
18693
+ margin-inline: auto;
18694
+ margin-bottom: 0;
18695
+ transition-duration: 0.2s;
18696
+ width: 100%;
18697
+ max-width: 100%;
18698
+ overflow: visible;
18699
+ }
18700
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18701
+ 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));
18702
+ }
18703
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18704
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18705
+ border-radius: 0;
18706
+ }
18707
+ .v-bottom-sheet.v-bottom-sheet--inset {
18708
+ max-width: none;
18709
+ }
18710
+ @media (min-width: 600px) {
18711
+ .v-bottom-sheet.v-bottom-sheet--inset {
18712
+ max-width: 70%;
18713
+ }
18714
+ }.v-btn {
18715
+ align-items: center;
18716
+ border-radius: 4px;
18717
+ display: inline-grid;
18718
+ grid-template-areas: "prepend content append";
18719
+ grid-template-columns: max-content auto max-content;
18720
+ font-weight: 500;
18721
+ justify-content: center;
18722
+ letter-spacing: 0.0892857143em;
18723
+ line-height: normal;
18724
+ max-width: 100%;
18725
+ outline: none;
18726
+ position: relative;
18727
+ text-decoration: none;
18728
+ text-indent: 0.0892857143em;
18729
+ text-transform: uppercase;
18730
+ transition-property: box-shadow, transform, opacity, background;
18731
+ transition-duration: 0.28s;
18732
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18733
+ -webkit-user-select: none;
18734
+ user-select: none;
18735
+ vertical-align: middle;
18736
+ flex-shrink: 0;
18737
+ }
18738
+ .v-btn--size-x-small {
18739
+ --v-btn-size: 0.625rem;
18740
+ --v-btn-height: 20px;
18741
+ font-size: var(--v-btn-size);
18742
+ min-width: 36px;
18743
+ padding: 0 8px;
18744
+ }
18745
+
18746
+ .v-btn--size-small {
18747
+ --v-btn-size: 0.75rem;
18748
+ --v-btn-height: 28px;
18749
+ font-size: var(--v-btn-size);
18750
+ min-width: 50px;
18751
+ padding: 0 12px;
18752
+ }
18753
+
18754
+ .v-btn--size-default {
18755
+ --v-btn-size: 0.875rem;
18756
+ --v-btn-height: 36px;
18757
+ font-size: var(--v-btn-size);
18758
+ min-width: 64px;
18759
+ padding: 0 16px;
18760
+ }
18761
+
18762
+ .v-btn--size-large {
18763
+ --v-btn-size: 1rem;
18764
+ --v-btn-height: 44px;
18765
+ font-size: var(--v-btn-size);
18766
+ min-width: 78px;
18767
+ padding: 0 20px;
18768
+ }
18769
+
18770
+ .v-btn--size-x-large {
18771
+ --v-btn-size: 1.125rem;
18772
+ --v-btn-height: 52px;
18773
+ font-size: var(--v-btn-size);
18774
+ min-width: 92px;
18775
+ padding: 0 24px;
18776
+ }
18777
+
18778
+ .v-btn.v-btn--density-default {
18779
+ height: calc(var(--v-btn-height) + 0px);
18780
+ }
18781
+
18782
+ .v-btn.v-btn--density-comfortable {
18783
+ height: calc(var(--v-btn-height) + -8px);
18784
+ }
18785
+
18786
+ .v-btn.v-btn--density-compact {
18787
+ height: calc(var(--v-btn-height) + -12px);
18788
+ }
18789
+
18790
+ .v-btn {
18776
18791
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18777
18792
  border-style: solid;
18778
18793
  border-width: 0;
@@ -19145,127 +19160,70 @@ html.overflow-y-hidden {
19145
19160
  }
19146
19161
  .v-pagination .v-pagination__item--is-active .v-btn__overlay {
19147
19162
  opacity: var(--v-border-opacity);
19148
- }.v-breadcrumbs {
19149
- display: flex;
19150
- align-items: center;
19151
- line-height: 1.6;
19152
- padding: 16px 12px;
19163
+ }.v-btn-group {
19164
+ display: inline-flex;
19165
+ flex-wrap: nowrap;
19166
+ max-width: 100%;
19167
+ min-width: 0;
19168
+ overflow: hidden;
19169
+ vertical-align: middle;
19153
19170
  }
19154
- .v-breadcrumbs--rounded {
19171
+ .v-btn-group {
19172
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19173
+ border-style: solid;
19174
+ border-width: 0;
19175
+ }
19176
+ .v-btn-group--border {
19177
+ border-width: thin;
19178
+ box-shadow: none;
19179
+ }
19180
+ .v-btn-group {
19181
+ 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));
19182
+ }
19183
+ .v-btn-group {
19155
19184
  border-radius: 4px;
19156
19185
  }
19157
- .v-breadcrumbs--density-default {
19158
- padding-top: 16px;
19159
- padding-bottom: 16px;
19186
+ .v-btn-group {
19187
+ background: transparent;
19188
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19160
19189
  }
19161
-
19162
- .v-breadcrumbs--density-comfortable {
19163
- padding-top: 12px;
19164
- padding-bottom: 12px;
19190
+ .v-btn-group--density-default.v-btn-group {
19191
+ height: 48px;
19165
19192
  }
19166
19193
 
19167
- .v-breadcrumbs--density-compact {
19168
- padding-top: 8px;
19169
- padding-bottom: 8px;
19194
+ .v-btn-group--density-comfortable.v-btn-group {
19195
+ height: 40px;
19170
19196
  }
19171
19197
 
19172
- .v-breadcrumbs__prepend {
19173
- align-items: center;
19174
- display: inline-flex;
19198
+ .v-btn-group--density-compact.v-btn-group {
19199
+ height: 36px;
19175
19200
  }
19176
19201
 
19177
- .v-breadcrumbs-item {
19178
- align-items: center;
19179
- color: inherit;
19180
- display: inline-flex;
19181
- padding: 0 4px;
19182
- text-decoration: none;
19183
- vertical-align: middle;
19184
- }
19185
- .v-breadcrumbs-item--disabled {
19186
- opacity: var(--v-disabled-opacity);
19187
- pointer-events: none;
19202
+ .v-btn-group .v-btn {
19203
+ border-radius: 0;
19204
+ border-color: inherit;
19188
19205
  }
19189
- .v-breadcrumbs-item--link {
19190
- color: inherit;
19191
- text-decoration: none;
19206
+ .v-btn-group .v-btn:not(:last-child) {
19207
+ border-inline-end: none;
19192
19208
  }
19193
- .v-breadcrumbs-item--link:hover {
19194
- text-decoration: underline;
19209
+ .v-btn-group .v-btn:not(:first-child) {
19210
+ border-inline-start: none;
19195
19211
  }
19196
- .v-breadcrumbs-item .v-icon {
19197
- font-size: 1rem;
19198
- margin-inline: -4px 2px;
19212
+ .v-btn-group .v-btn:first-child {
19213
+ border-start-start-radius: inherit;
19214
+ border-end-start-radius: inherit;
19199
19215
  }
19200
-
19201
- .v-breadcrumbs-divider {
19202
- display: inline-block;
19203
- padding: 0 8px;
19204
- vertical-align: middle;
19205
- }.v-bottom-navigation {
19206
- display: flex;
19207
- max-width: 100%;
19208
- overflow: hidden;
19209
- position: absolute;
19210
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
19211
- }
19212
- .v-bottom-navigation {
19213
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19214
- border-style: solid;
19215
- border-width: 0;
19216
- }
19217
- .v-bottom-navigation--border {
19218
- border-width: thin;
19219
- box-shadow: none;
19220
- }
19221
- .v-bottom-navigation {
19222
- border-radius: 0;
19223
- }
19224
- .v-bottom-navigation {
19225
- background: rgb(var(--v-theme-surface));
19226
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19227
- }
19228
- .v-bottom-navigation--active {
19229
- 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));
19230
- }
19231
-
19232
- .v-bottom-navigation__content {
19233
- display: flex;
19234
- flex: none;
19235
- font-size: 0.75rem;
19236
- justify-content: center;
19237
- transition: inherit;
19238
- width: 100%;
19216
+ .v-btn-group .v-btn:last-child {
19217
+ border-start-end-radius: inherit;
19218
+ border-end-end-radius: inherit;
19239
19219
  }
19240
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
19241
- font-size: inherit;
19242
- height: 100%;
19243
- max-width: 168px;
19244
- min-width: 80px;
19245
- text-transform: none;
19246
- transition: inherit;
19247
- width: auto;
19220
+ .v-btn-group--divided .v-btn:not(:last-child) {
19221
+ border-inline-end-width: thin;
19222
+ border-inline-end-style: solid;
19223
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19248
19224
  }
19249
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
19225
+ .v-btn-group--tile {
19250
19226
  border-radius: 0;
19251
- }
19252
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
19253
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19254
- transition: inherit;
19255
- }
19256
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19257
- font-size: 1.5rem;
19258
- }
19259
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
19260
- flex-basis: 0;
19261
- flex-grow: 1;
19262
- }
19263
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
19264
- transition: inherit;
19265
- opacity: 0;
19266
- }
19267
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
19268
- transform: translateY(0.5rem);
19269
19227
  }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19270
19228
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19271
19229
  }
@@ -19282,70 +19240,6 @@ html.overflow-y-hidden {
19282
19240
  }
19283
19241
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
19284
19242
  opacity: 1;
19285
- }.v-btn-group {
19286
- display: inline-flex;
19287
- flex-wrap: nowrap;
19288
- max-width: 100%;
19289
- min-width: 0;
19290
- overflow: hidden;
19291
- vertical-align: middle;
19292
- }
19293
- .v-btn-group {
19294
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19295
- border-style: solid;
19296
- border-width: 0;
19297
- }
19298
- .v-btn-group--border {
19299
- border-width: thin;
19300
- box-shadow: none;
19301
- }
19302
- .v-btn-group {
19303
- 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));
19304
- }
19305
- .v-btn-group {
19306
- border-radius: 4px;
19307
- }
19308
- .v-btn-group {
19309
- background: transparent;
19310
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19311
- }
19312
- .v-btn-group--density-default.v-btn-group {
19313
- height: 48px;
19314
- }
19315
-
19316
- .v-btn-group--density-comfortable.v-btn-group {
19317
- height: 40px;
19318
- }
19319
-
19320
- .v-btn-group--density-compact.v-btn-group {
19321
- height: 36px;
19322
- }
19323
-
19324
- .v-btn-group .v-btn {
19325
- border-radius: 0;
19326
- border-color: inherit;
19327
- }
19328
- .v-btn-group .v-btn:not(:last-child) {
19329
- border-inline-end: none;
19330
- }
19331
- .v-btn-group .v-btn:not(:first-child) {
19332
- border-inline-start: none;
19333
- }
19334
- .v-btn-group .v-btn:first-child {
19335
- border-start-start-radius: inherit;
19336
- border-end-start-radius: inherit;
19337
- }
19338
- .v-btn-group .v-btn:last-child {
19339
- border-start-end-radius: inherit;
19340
- border-end-end-radius: inherit;
19341
- }
19342
- .v-btn-group--divided .v-btn:not(:last-child) {
19343
- border-inline-end-width: thin;
19344
- border-inline-end-style: solid;
19345
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19346
- }
19347
- .v-btn-group--tile {
19348
- border-radius: 0;
19349
19243
  }.v-card {
19350
19244
  display: block;
19351
19245
  overflow: hidden;
@@ -19719,86 +19613,205 @@ html.overflow-y-hidden {
19719
19613
  flex-direction: column;
19720
19614
  height: 100% !important;
19721
19615
  width: 50px;
19722
- }.v-checkbox.v-input {
19723
- flex: 0 1 auto;
19616
+ }.v-chip-group {
19617
+ display: flex;
19618
+ max-width: 100%;
19619
+ min-width: 0;
19620
+ overflow-x: auto;
19621
+ padding: 4px 0;
19724
19622
  }
19725
- .v-checkbox .v-selection-control {
19726
- min-height: var(--v-input-control-height);
19727
- }.v-chip {
19623
+ .v-chip-group .v-chip {
19624
+ margin: 4px 8px 4px 0;
19625
+ }
19626
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19627
+ opacity: var(--v-activated-opacity);
19628
+ }
19629
+
19630
+ .v-chip-group--column .v-slide-group__content {
19631
+ white-space: normal;
19632
+ flex-wrap: wrap;
19633
+ max-width: 100%;
19634
+ }.v-avatar {
19635
+ flex: none;
19728
19636
  align-items: center;
19729
19637
  display: inline-flex;
19730
- font-weight: 400;
19731
- max-width: 100%;
19732
- min-width: 0;
19638
+ justify-content: center;
19639
+ line-height: normal;
19733
19640
  overflow: hidden;
19734
19641
  position: relative;
19735
- text-decoration: none;
19736
- white-space: nowrap;
19642
+ text-align: center;
19643
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19644
+ transition-property: width, height;
19737
19645
  vertical-align: middle;
19738
19646
  }
19739
- .v-chip .v-icon {
19740
- --v-icon-size-multiplier: 0.8571428571;
19647
+ .v-avatar.v-avatar--size-x-small {
19648
+ --v-avatar-height: 24px;
19741
19649
  }
19742
- .v-chip.v-chip--size-x-small {
19743
- --v-chip-size: 0.625rem;
19744
- --v-chip-height: 20px;
19745
- font-size: 0.625rem;
19746
- padding: 0 8px;
19650
+ .v-avatar.v-avatar--size-small {
19651
+ --v-avatar-height: 32px;
19747
19652
  }
19748
- .v-chip.v-chip--size-x-small .v-avatar {
19749
- --v-avatar-height: 14px;
19653
+ .v-avatar.v-avatar--size-default {
19654
+ --v-avatar-height: 40px;
19750
19655
  }
19751
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
19752
- --v-avatar-height: 20px;
19656
+ .v-avatar.v-avatar--size-large {
19657
+ --v-avatar-height: 48px;
19753
19658
  }
19754
-
19755
- .v-chip.v-chip--size-x-small .v-avatar--start {
19756
- margin-inline-start: -5.6px;
19757
- margin-inline-end: 4px;
19659
+ .v-avatar.v-avatar--size-x-large {
19660
+ --v-avatar-height: 56px;
19758
19661
  }
19759
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
19760
- margin-inline-start: -8px;
19662
+ .v-avatar.v-avatar--density-default {
19663
+ height: calc(var(--v-avatar-height) + 0px);
19664
+ width: calc(var(--v-avatar-height) + 0px);
19761
19665
  }
19762
-
19763
- .v-chip.v-chip--size-x-small .v-avatar--end {
19764
- margin-inline-start: 4px;
19765
- margin-inline-end: -5.6px;
19666
+ .v-avatar.v-avatar--density-comfortable {
19667
+ height: calc(var(--v-avatar-height) + -4px);
19668
+ width: calc(var(--v-avatar-height) + -4px);
19766
19669
  }
19767
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
19768
- margin-inline-end: -8px;
19670
+ .v-avatar.v-avatar--density-compact {
19671
+ height: calc(var(--v-avatar-height) + -8px);
19672
+ width: calc(var(--v-avatar-height) + -8px);
19769
19673
  }
19770
-
19771
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
19772
- margin-inline-start: 12px;
19674
+ .v-avatar {
19675
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19676
+ border-style: solid;
19677
+ border-width: 0;
19773
19678
  }
19774
-
19775
- .v-chip.v-chip--size-x-small .v-icon--start,
19776
- .v-chip.v-chip--size-x-small .v-chip__filter {
19777
- margin-inline-start: -4px;
19778
- margin-inline-end: 4px;
19679
+ .v-avatar--border {
19680
+ border-width: thin;
19681
+ box-shadow: none;
19779
19682
  }
19780
- .v-chip.v-chip--size-x-small .v-icon--end,
19781
- .v-chip.v-chip--size-x-small .v-chip__close {
19782
- margin-inline-start: 4px;
19783
- margin-inline-end: -4px;
19683
+ .v-avatar {
19684
+ border-radius: 50%;
19784
19685
  }
19785
- .v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
19786
- .v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
19787
- .v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
19788
- margin-inline-start: 8px;
19686
+ .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
19687
+ background: transparent;
19688
+ color: inherit;
19789
19689
  }
19790
-
19791
- .v-chip.v-chip--size-small {
19792
- --v-chip-size: 0.75rem;
19793
- --v-chip-height: 26px;
19794
- font-size: 0.75rem;
19795
- padding: 0 10px;
19690
+ .v-avatar--variant-plain {
19691
+ opacity: 0.62;
19796
19692
  }
19797
- .v-chip.v-chip--size-small .v-avatar {
19798
- --v-avatar-height: 20px;
19693
+ .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
19694
+ opacity: 1;
19799
19695
  }
19800
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar {
19801
- --v-avatar-height: 26px;
19696
+ .v-avatar--variant-plain .v-avatar__overlay {
19697
+ display: none;
19698
+ }
19699
+ .v-avatar--variant-elevated, .v-avatar--variant-flat {
19700
+ background: var(--v-theme-surface);
19701
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19702
+ }
19703
+ .v-avatar--variant-elevated {
19704
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19705
+ }
19706
+ .v-avatar--variant-flat {
19707
+ 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));
19708
+ }
19709
+ .v-avatar--variant-outlined {
19710
+ border: thin solid currentColor;
19711
+ }
19712
+ .v-avatar--variant-text .v-avatar__overlay {
19713
+ background: currentColor;
19714
+ }
19715
+ .v-avatar--variant-tonal .v-avatar__underlay {
19716
+ background: currentColor;
19717
+ opacity: var(--v-activated-opacity);
19718
+ border-radius: inherit;
19719
+ top: 0;
19720
+ right: 0;
19721
+ bottom: 0;
19722
+ left: 0;
19723
+ pointer-events: none;
19724
+ }
19725
+ .v-avatar .v-avatar__underlay {
19726
+ position: absolute;
19727
+ }
19728
+ .v-avatar--rounded {
19729
+ border-radius: 4px;
19730
+ }
19731
+ .v-avatar--start {
19732
+ margin-inline-end: 8px;
19733
+ }
19734
+ .v-avatar--end {
19735
+ margin-inline-start: 8px;
19736
+ }
19737
+ .v-avatar .v-img {
19738
+ height: 100%;
19739
+ width: 100%;
19740
+ }.v-chip {
19741
+ align-items: center;
19742
+ display: inline-flex;
19743
+ font-weight: 400;
19744
+ max-width: 100%;
19745
+ min-width: 0;
19746
+ overflow: hidden;
19747
+ position: relative;
19748
+ text-decoration: none;
19749
+ white-space: nowrap;
19750
+ vertical-align: middle;
19751
+ }
19752
+ .v-chip .v-icon {
19753
+ --v-icon-size-multiplier: 0.8571428571;
19754
+ }
19755
+ .v-chip.v-chip--size-x-small {
19756
+ --v-chip-size: 0.625rem;
19757
+ --v-chip-height: 20px;
19758
+ font-size: 0.625rem;
19759
+ padding: 0 8px;
19760
+ }
19761
+ .v-chip.v-chip--size-x-small .v-avatar {
19762
+ --v-avatar-height: 14px;
19763
+ }
19764
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
19765
+ --v-avatar-height: 20px;
19766
+ }
19767
+
19768
+ .v-chip.v-chip--size-x-small .v-avatar--start {
19769
+ margin-inline-start: -5.6px;
19770
+ margin-inline-end: 4px;
19771
+ }
19772
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
19773
+ margin-inline-start: -8px;
19774
+ }
19775
+
19776
+ .v-chip.v-chip--size-x-small .v-avatar--end {
19777
+ margin-inline-start: 4px;
19778
+ margin-inline-end: -5.6px;
19779
+ }
19780
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
19781
+ margin-inline-end: -8px;
19782
+ }
19783
+
19784
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
19785
+ margin-inline-start: 12px;
19786
+ }
19787
+
19788
+ .v-chip.v-chip--size-x-small .v-icon--start,
19789
+ .v-chip.v-chip--size-x-small .v-chip__filter {
19790
+ margin-inline-start: -4px;
19791
+ margin-inline-end: 4px;
19792
+ }
19793
+ .v-chip.v-chip--size-x-small .v-icon--end,
19794
+ .v-chip.v-chip--size-x-small .v-chip__close {
19795
+ margin-inline-start: 4px;
19796
+ margin-inline-end: -4px;
19797
+ }
19798
+ .v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
19799
+ .v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
19800
+ .v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
19801
+ margin-inline-start: 8px;
19802
+ }
19803
+
19804
+ .v-chip.v-chip--size-small {
19805
+ --v-chip-size: 0.75rem;
19806
+ --v-chip-height: 26px;
19807
+ font-size: 0.75rem;
19808
+ padding: 0 10px;
19809
+ }
19810
+ .v-chip.v-chip--size-small .v-avatar {
19811
+ --v-avatar-height: 20px;
19812
+ }
19813
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar {
19814
+ --v-avatar-height: 26px;
19802
19815
  }
19803
19816
 
19804
19817
  .v-chip.v-chip--size-small .v-avatar--start {
@@ -20142,24 +20155,29 @@ html.overflow-y-hidden {
20142
20155
 
20143
20156
  .v-chip--label {
20144
20157
  border-radius: 4px;
20145
- }.v-chip-group {
20146
- display: flex;
20147
- max-width: 100%;
20148
- min-width: 0;
20149
- overflow-x: auto;
20150
- padding: 4px 0;
20158
+ }.v-color-picker {
20159
+ align-self: flex-start;
20160
+ contain: content;
20161
+ width: 300px;
20151
20162
  }
20152
- .v-chip-group .v-chip {
20153
- margin: 4px 8px 4px 0;
20163
+ .v-color-picker.v-sheet.v-picker {
20164
+ 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));
20154
20165
  }
20155
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20156
- opacity: var(--v-activated-opacity);
20166
+ .v-color-picker.v-sheet.v-picker {
20167
+ border-radius: 4px;
20157
20168
  }
20158
20169
 
20159
- .v-chip-group--column .v-slide-group__content {
20160
- white-space: normal;
20161
- flex-wrap: wrap;
20162
- max-width: 100%;
20170
+ .v-color-picker__controls {
20171
+ display: flex;
20172
+ flex-direction: column;
20173
+ padding: 16px;
20174
+ }
20175
+
20176
+ .v-color-picker--flat {
20177
+ 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));
20178
+ }
20179
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20180
+ 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));
20163
20181
  }.v-container {
20164
20182
  width: 100%;
20165
20183
  padding: 16px;
@@ -20832,118 +20850,223 @@ html.overflow-y-hidden {
20832
20850
  .offset-xxl-11 {
20833
20851
  margin-inline-start: 91.6666666667%;
20834
20852
  }
20835
- }.v-color-picker {
20836
- align-self: flex-start;
20837
- contain: content;
20838
- width: 300px;
20839
- }
20840
- .v-color-picker.v-sheet.v-picker {
20841
- 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));
20842
- }
20843
- .v-color-picker.v-sheet.v-picker {
20844
- border-radius: 4px;
20845
- }
20846
-
20847
- .v-color-picker__controls {
20848
- display: flex;
20849
- flex-direction: column;
20850
- padding: 16px;
20851
- }
20852
-
20853
- .v-color-picker--flat {
20854
- 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));
20855
- }
20856
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20857
- 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));
20858
20853
  }.v-counter {
20859
20854
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20860
20855
  flex: 0 1 auto;
20861
20856
  font-size: 12px;
20862
20857
  transition-duration: 150ms;
20863
- }.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20864
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20865
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20866
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20867
- top: 0px;
20868
- }
20869
- .v-combobox .v-field .v-text-field__prefix,
20870
- .v-combobox .v-field .v-text-field__suffix,
20871
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20872
- cursor: text;
20858
+ }.v-date-picker-header {
20859
+ align-items: flex-end;
20860
+ height: 70px;
20861
+ display: grid;
20862
+ grid-template-areas: "prepend content append";
20863
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
20864
+ overflow: hidden;
20865
+ padding-inline: 24px 12px;
20866
+ padding-bottom: 12px;
20873
20867
  }
20874
- .v-combobox .v-field .v-field__input > input {
20875
- flex: 1 1;
20868
+
20869
+ .v-date-picker-header__append {
20870
+ grid-area: append;
20876
20871
  }
20877
- .v-combobox .v-field input {
20878
- min-width: 64px;
20872
+
20873
+ .v-date-picker-header__prepend {
20874
+ grid-area: prepend;
20875
+ padding-inline-start: 8px;
20879
20876
  }
20880
- .v-combobox .v-field:not(.v-field--focused) input {
20881
- min-width: 0;
20877
+
20878
+ .v-date-picker-header__content {
20879
+ align-items: center;
20880
+ display: inline-flex;
20881
+ font-size: 32px;
20882
+ line-height: 40px;
20883
+ grid-area: content;
20884
+ justify-content: space-between;
20882
20885
  }
20883
- .v-combobox .v-field--dirty .v-combobox__selection {
20884
- margin-inline-end: 2px;
20886
+ .v-date-picker-header--clickable .v-date-picker-header__content {
20887
+ cursor: pointer;
20885
20888
  }
20886
- .v-combobox .v-combobox__selection-text {
20887
- overflow: hidden;
20888
- text-overflow: ellipsis;
20889
- white-space: nowrap;
20889
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20890
+ opacity: 0.7;
20890
20891
  }
20891
20892
 
20892
- .v-combobox__content {
20893
- overflow: hidden;
20894
- }
20895
- .v-combobox__content {
20896
- 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));
20893
+ .date-picker-header-transition-enter-active,
20894
+ .date-picker-header-reverse-transition-enter-active {
20895
+ transition-duration: 0.3s;
20896
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20897
20897
  }
20898
- .v-combobox__content {
20899
- border-radius: 4px;
20898
+ .date-picker-header-transition-leave-active,
20899
+ .date-picker-header-reverse-transition-leave-active {
20900
+ transition-duration: 0.3s;
20901
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20900
20902
  }
20901
- .v-combobox__mask {
20902
- background: rgb(var(--v-theme-surface-light));
20903
+
20904
+ .date-picker-header-transition-enter-from {
20905
+ transform: translate(0, 100%);
20903
20906
  }
20904
- .v-combobox__selection {
20905
- display: inline-flex;
20906
- align-items: center;
20907
- height: 1.5rem;
20908
- letter-spacing: inherit;
20909
- line-height: inherit;
20910
- max-width: calc(100% - 2px - 2px);
20907
+ .date-picker-header-transition-leave-to {
20908
+ opacity: 0;
20909
+ transform: translate(0, -100%);
20911
20910
  }
20912
- .v-combobox__selection:first-child {
20913
- margin-inline-start: 0;
20911
+
20912
+ .date-picker-header-reverse-transition-enter-from {
20913
+ transform: translate(0, -100%);
20914
20914
  }
20915
- .v-combobox--selecting-index .v-combobox__selection {
20916
- opacity: var(--v-medium-emphasis-opacity);
20915
+ .date-picker-header-reverse-transition-leave-to {
20916
+ opacity: 0;
20917
+ transform: translate(0, 100%);
20918
+ }.v-date-picker-controls {
20919
+ display: flex;
20920
+ align-items: center;
20921
+ justify-content: space-between;
20922
+ font-size: 0.875rem;
20923
+ height: var(--v-date-picker-controls-height, 56px);
20924
+ padding-top: 4px;
20925
+ padding-bottom: 4px;
20926
+ padding-inline-start: 6px;
20927
+ padding-inline-end: 12px;
20917
20928
  }
20918
- .v-combobox--selecting-index .v-combobox__selection--selected {
20929
+ .v-date-picker-controls > .v-btn:first-child {
20930
+ text-transform: none;
20931
+ font-weight: 400;
20932
+ line-height: initial;
20933
+ letter-spacing: initial;
20934
+ }
20935
+ .v-date-picker-controls--variant-classic {
20936
+ padding-inline-start: 12px;
20937
+ }
20938
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20939
+ opacity: 0.7;
20940
+ }
20941
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20942
+ cursor: pointer;
20943
+ }
20944
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20919
20945
  opacity: 1;
20920
20946
  }
20921
- .v-combobox--selecting-index .v-field__input > input {
20922
- caret-color: transparent;
20947
+ .v-date-picker-controls .v-btn:last-child {
20948
+ margin-inline-start: 4px;
20923
20949
  }
20924
- .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20950
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20951
+ transform: rotate(180deg);
20952
+ }
20953
+
20954
+ .v-date-picker-controls__date {
20955
+ margin-inline-end: 4px;
20956
+ }
20957
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20958
+ margin: auto;
20959
+ text-align: center;
20960
+ }
20961
+
20962
+ .v-date-picker-controls__month {
20963
+ display: flex;
20964
+ }
20965
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20966
+ flex-direction: row-reverse;
20967
+ }
20968
+
20969
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20970
+ flex: 1 0 auto;
20971
+ }
20972
+
20973
+ .v-date-picker__title {
20974
+ display: inline-block;
20975
+ }.v-date-picker-month {
20976
+ display: flex;
20977
+ justify-content: center;
20978
+ padding: 0 12px 8px;
20979
+ --v-date-picker-month-day-diff: 4px;
20980
+ }
20981
+
20982
+ .v-date-picker-month__weeks {
20983
+ display: grid;
20984
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20985
+ column-gap: 4px;
20986
+ font-size: 0.85rem;
20987
+ }
20988
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20989
+ grid-row-gap: 0;
20990
+ }
20991
+
20992
+ .v-date-picker-month__weekday {
20993
+ font-size: 0.85rem;
20994
+ }
20995
+
20996
+ .v-date-picker-month__days {
20997
+ display: grid;
20998
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20999
+ column-gap: 4px;
20925
21000
  flex: 1 1;
20926
- position: absolute;
20927
- left: 0;
20928
- right: 0;
20929
- width: 100%;
20930
- padding-inline: inherit;
21001
+ justify-content: space-around;
20931
21002
  }
20932
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20933
- transition: none;
21003
+
21004
+ .v-date-picker-month__day {
21005
+ align-items: center;
21006
+ display: flex;
21007
+ justify-content: center;
21008
+ position: relative;
21009
+ height: 40px;
21010
+ width: 40px;
20934
21011
  }
20935
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20936
- opacity: 0;
21012
+ .v-date-picker-month__day--selected .v-btn {
21013
+ background-color: rgb(var(--v-theme-surface-variant));
21014
+ color: rgb(var(--v-theme-on-surface-variant));
20937
21015
  }
20938
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
21016
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21017
+ --v-btn-height: 24px;
21018
+ --v-btn-size: 0.85rem;
21019
+ }
21020
+ .v-date-picker-month__day--week {
21021
+ font-size: var(--v-btn-size);
21022
+ }
21023
+
21024
+ .v-date-picker-month__day--adjacent {
21025
+ opacity: 0.5;
21026
+ }
21027
+
21028
+ .v-date-picker-month__day--hide-adjacent {
20939
21029
  opacity: 0;
21030
+ }.v-date-picker-months {
21031
+ height: 288px;
20940
21032
  }
20941
- .v-combobox__menu-icon {
20942
- margin-inline-start: 4px;
20943
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21033
+
21034
+ .v-date-picker-months__content {
21035
+ align-items: center;
21036
+ display: grid;
21037
+ flex: 1 1;
21038
+ height: inherit;
21039
+ justify-content: space-around;
21040
+ grid-template-columns: repeat(2, 1fr);
21041
+ grid-gap: 0px 24px;
21042
+ padding-inline-start: 36px;
21043
+ padding-inline-end: 36px;
20944
21044
  }
20945
- .v-combobox--active-menu .v-combobox__menu-icon {
20946
- transform: rotate(180deg);
21045
+ .v-date-picker-months__content .v-btn {
21046
+ text-transform: none;
21047
+ padding-inline-start: 8px;
21048
+ padding-inline-end: 8px;
21049
+ }.v-date-picker-years {
21050
+ height: 288px;
21051
+ overflow-y: scroll;
21052
+ }
21053
+
21054
+ .v-date-picker-years__content {
21055
+ display: grid;
21056
+ flex: 1 1;
21057
+ justify-content: space-around;
21058
+ grid-template-columns: repeat(3, 1fr);
21059
+ gap: 8px 24px;
21060
+ padding-inline: 32px;
21061
+ }
21062
+ .v-date-picker-years__content .v-btn {
21063
+ padding-inline: 8px;
21064
+ }.v-date-picker {
21065
+ overflow: hidden;
21066
+ width: 328px;
21067
+ }
21068
+ .v-date-picker--show-week {
21069
+ width: 368px;
20947
21070
  }.v-data-table {
20948
21071
  width: 100%;
20949
21072
  }
@@ -21131,397 +21254,55 @@ html.overflow-y-hidden {
21131
21254
  }
21132
21255
  .v-data-table__td-sort-icon-active {
21133
21256
  color: rgba(var(--v-theme-on-surface));
21134
- }.v-data-table-footer {
21135
- align-items: center;
21136
- display: flex;
21137
- flex-wrap: wrap;
21138
- justify-content: flex-end;
21139
- padding: 8px 4px;
21257
+ }.v-divider {
21258
+ display: block;
21259
+ flex: 1 1 100%;
21260
+ height: 0px;
21261
+ max-height: 0px;
21262
+ opacity: var(--v-border-opacity);
21263
+ transition: inherit;
21140
21264
  }
21141
- .v-data-table-footer__items-per-page {
21142
- align-items: center;
21143
- display: flex;
21144
- justify-content: center;
21265
+ .v-divider {
21266
+ border-style: solid;
21267
+ border-width: thin 0 0 0;
21145
21268
  }
21146
- .v-data-table-footer__items-per-page > span {
21147
- padding-inline-end: 8px;
21269
+ .v-divider--vertical {
21270
+ align-self: stretch;
21271
+ border-width: 0 thin 0 0;
21272
+ display: inline-flex;
21273
+ height: auto;
21274
+ margin-left: -1px;
21275
+ max-height: 100%;
21276
+ max-width: 0px;
21277
+ vertical-align: text-bottom;
21278
+ width: 0px;
21148
21279
  }
21149
- .v-data-table-footer__items-per-page > .v-select {
21150
- width: 90px;
21280
+ .v-divider--inset:not(.v-divider--vertical) {
21281
+ max-width: calc(100% - 72px);
21282
+ margin-inline-start: 72px;
21151
21283
  }
21152
- .v-data-table-footer__info {
21153
- display: flex;
21154
- justify-content: flex-end;
21155
- min-width: 116px;
21156
- padding: 0 16px;
21284
+ .v-divider--inset.v-divider--vertical {
21285
+ margin-bottom: 8px;
21286
+ margin-top: 8px;
21287
+ max-height: calc(100% - 16px);
21157
21288
  }
21158
- .v-data-table-footer__paginationz {
21159
- align-items: center;
21160
- display: flex;
21161
- margin-inline-start: 16px;
21289
+
21290
+ .v-divider__content {
21291
+ padding: 0 16px;
21292
+ text-wrap: nowrap;
21162
21293
  }
21163
- .v-data-table-footer__page {
21164
- padding: 0 8px;
21165
- }.v-date-picker {
21166
- overflow: hidden;
21167
- width: 328px;
21294
+ .v-divider__wrapper--vertical .v-divider__content {
21295
+ padding: 4px 0;
21168
21296
  }
21169
- .v-date-picker--show-week {
21170
- width: 368px;
21171
- }.v-date-picker-controls {
21297
+
21298
+ .v-divider__wrapper {
21172
21299
  display: flex;
21173
21300
  align-items: center;
21174
- justify-content: space-between;
21175
- font-size: 0.875rem;
21176
- height: var(--v-date-picker-controls-height, 56px);
21177
- padding-top: 4px;
21178
- padding-bottom: 4px;
21179
- padding-inline-start: 6px;
21180
- padding-inline-end: 12px;
21181
- }
21182
- .v-date-picker-controls > .v-btn:first-child {
21183
- text-transform: none;
21184
- font-weight: 400;
21185
- line-height: initial;
21186
- letter-spacing: initial;
21301
+ justify-content: center;
21187
21302
  }
21188
- .v-date-picker-controls--variant-classic {
21189
- padding-inline-start: 12px;
21190
- }
21191
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21192
- opacity: 0.7;
21193
- }
21194
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21195
- cursor: pointer;
21196
- }
21197
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21198
- opacity: 1;
21199
- }
21200
- .v-date-picker-controls .v-btn:last-child {
21201
- margin-inline-start: 4px;
21202
- }
21203
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
21204
- transform: rotate(180deg);
21205
- }
21206
-
21207
- .v-date-picker-controls__date {
21208
- margin-inline-end: 4px;
21209
- }
21210
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
21211
- margin: auto;
21212
- text-align: center;
21213
- }
21214
-
21215
- .v-date-picker-controls__month {
21216
- display: flex;
21217
- }
21218
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
21219
- flex-direction: row-reverse;
21220
- }
21221
-
21222
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
21223
- flex: 1 0 auto;
21224
- }
21225
-
21226
- .v-date-picker__title {
21227
- display: inline-block;
21228
- }.v-date-picker-header {
21229
- align-items: flex-end;
21230
- height: 70px;
21231
- display: grid;
21232
- grid-template-areas: "prepend content append";
21233
- grid-template-columns: min-content minmax(0, 1fr) min-content;
21234
- overflow: hidden;
21235
- padding-inline: 24px 12px;
21236
- padding-bottom: 12px;
21237
- }
21238
-
21239
- .v-date-picker-header__append {
21240
- grid-area: append;
21241
- }
21242
-
21243
- .v-date-picker-header__prepend {
21244
- grid-area: prepend;
21245
- padding-inline-start: 8px;
21246
- }
21247
-
21248
- .v-date-picker-header__content {
21249
- align-items: center;
21250
- display: inline-flex;
21251
- font-size: 32px;
21252
- line-height: 40px;
21253
- grid-area: content;
21254
- justify-content: space-between;
21255
- }
21256
- .v-date-picker-header--clickable .v-date-picker-header__content {
21257
- cursor: pointer;
21258
- }
21259
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
21260
- opacity: 0.7;
21261
- }
21262
-
21263
- .date-picker-header-transition-enter-active,
21264
- .date-picker-header-reverse-transition-enter-active {
21265
- transition-duration: 0.3s;
21266
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21267
- }
21268
- .date-picker-header-transition-leave-active,
21269
- .date-picker-header-reverse-transition-leave-active {
21270
- transition-duration: 0.3s;
21271
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21272
- }
21273
-
21274
- .date-picker-header-transition-enter-from {
21275
- transform: translate(0, 100%);
21276
- }
21277
- .date-picker-header-transition-leave-to {
21278
- opacity: 0;
21279
- transform: translate(0, -100%);
21280
- }
21281
-
21282
- .date-picker-header-reverse-transition-enter-from {
21283
- transform: translate(0, -100%);
21284
- }
21285
- .date-picker-header-reverse-transition-leave-to {
21286
- opacity: 0;
21287
- transform: translate(0, 100%);
21288
- }.v-date-picker-month {
21289
- display: flex;
21290
- justify-content: center;
21291
- padding: 0 12px 8px;
21292
- --v-date-picker-month-day-diff: 4px;
21293
- }
21294
-
21295
- .v-date-picker-month__weeks {
21296
- display: grid;
21297
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
21298
- column-gap: 4px;
21299
- font-size: 0.85rem;
21300
- }
21301
- .v-date-picker-month__weeks + .v-date-picker-month__days {
21302
- grid-row-gap: 0;
21303
- }
21304
-
21305
- .v-date-picker-month__weekday {
21306
- font-size: 0.85rem;
21307
- }
21308
-
21309
- .v-date-picker-month__days {
21310
- display: grid;
21311
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
21312
- column-gap: 4px;
21313
- flex: 1 1;
21314
- justify-content: space-around;
21315
- }
21316
-
21317
- .v-date-picker-month__day {
21318
- align-items: center;
21319
- display: flex;
21320
- justify-content: center;
21321
- position: relative;
21322
- height: 40px;
21323
- width: 40px;
21324
- }
21325
- .v-date-picker-month__day--selected .v-btn {
21326
- background-color: rgb(var(--v-theme-surface-variant));
21327
- color: rgb(var(--v-theme-on-surface-variant));
21328
- }
21329
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21330
- --v-btn-height: 24px;
21331
- --v-btn-size: 0.85rem;
21332
- }
21333
- .v-date-picker-month__day--week {
21334
- font-size: var(--v-btn-size);
21335
- }
21336
-
21337
- .v-date-picker-month__day--adjacent {
21338
- opacity: 0.5;
21339
- }
21340
-
21341
- .v-date-picker-month__day--hide-adjacent {
21342
- opacity: 0;
21343
- }.v-date-picker-years {
21344
- height: 288px;
21345
- overflow-y: scroll;
21346
- }
21347
-
21348
- .v-date-picker-years__content {
21349
- display: grid;
21350
- flex: 1 1;
21351
- justify-content: space-around;
21352
- grid-template-columns: repeat(3, 1fr);
21353
- gap: 8px 24px;
21354
- padding-inline: 32px;
21355
- }
21356
- .v-date-picker-years__content .v-btn {
21357
- padding-inline: 8px;
21358
- }.v-date-picker-months {
21359
- height: 288px;
21360
- }
21361
-
21362
- .v-date-picker-months__content {
21363
- align-items: center;
21364
- display: grid;
21365
- flex: 1 1;
21366
- height: inherit;
21367
- justify-content: space-around;
21368
- grid-template-columns: repeat(2, 1fr);
21369
- grid-gap: 0px 24px;
21370
- padding-inline-start: 36px;
21371
- padding-inline-end: 36px;
21372
- }
21373
- .v-date-picker-months__content .v-btn {
21374
- text-transform: none;
21375
- padding-inline-start: 8px;
21376
- padding-inline-end: 8px;
21377
- }.v-dialog {
21378
- align-items: center;
21379
- justify-content: center;
21380
- margin: auto;
21381
- }
21382
- .v-dialog > .v-overlay__content {
21383
- max-height: calc(100% - 48px);
21384
- width: calc(100% - 48px);
21385
- max-width: calc(100% - 48px);
21386
- margin: 24px;
21387
- }
21388
- .v-dialog > .v-overlay__content,
21389
- .v-dialog > .v-overlay__content > form {
21390
- display: flex;
21391
- flex-direction: column;
21392
- min-height: 0;
21393
- }
21394
- .v-dialog > .v-overlay__content > .v-card,
21395
- .v-dialog > .v-overlay__content > .v-sheet,
21396
- .v-dialog > .v-overlay__content > form > .v-card,
21397
- .v-dialog > .v-overlay__content > form > .v-sheet {
21398
- --v-scrollbar-offset: 0px;
21399
- border-radius: 4px;
21400
- overflow-y: auto;
21401
- flex: 1 1 100%;
21402
- }
21403
- .v-dialog > .v-overlay__content > .v-card,
21404
- .v-dialog > .v-overlay__content > .v-sheet,
21405
- .v-dialog > .v-overlay__content > form > .v-card,
21406
- .v-dialog > .v-overlay__content > form > .v-sheet {
21407
- box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21408
- }
21409
- .v-dialog > .v-overlay__content > .v-card,
21410
- .v-dialog > .v-overlay__content > form > .v-card {
21411
- display: flex;
21412
- flex-direction: column;
21413
- }
21414
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
21415
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
21416
- padding: 16px 24px;
21417
- }
21418
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
21419
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
21420
- padding-top: 0;
21421
- }
21422
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
21423
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
21424
- font-size: inherit;
21425
- letter-spacing: 0.03125em;
21426
- line-height: inherit;
21427
- padding: 16px 24px 24px;
21428
- }
21429
- .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
21430
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
21431
- justify-content: flex-end;
21432
- }
21433
-
21434
- .v-dialog--fullscreen {
21435
- --v-scrollbar-offset: 0px;
21436
- }
21437
- .v-dialog--fullscreen > .v-overlay__content {
21438
- border-radius: 0;
21439
- margin: 0;
21440
- padding: 0;
21441
- width: 100%;
21442
- height: 100%;
21443
- max-width: 100%;
21444
- max-height: 100%;
21445
- overflow-y: auto;
21446
- top: 0;
21447
- left: 0;
21448
- }
21449
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
21450
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
21451
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
21452
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
21453
- min-height: 100%;
21454
- min-width: 100%;
21455
- border-radius: 0;
21456
- }
21457
-
21458
- .v-dialog--scrollable > .v-overlay__content > form,
21459
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21460
- max-height: 100%;
21461
- max-width: 100%;
21462
- }
21463
- .v-dialog--scrollable > .v-overlay__content,
21464
- .v-dialog--scrollable > .v-overlay__content > .v-card,
21465
- .v-dialog--scrollable > .v-overlay__content > form,
21466
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21467
- display: flex;
21468
- flex: 1 1 100%;
21469
- flex-direction: column;
21470
- }
21471
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
21472
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
21473
- -webkit-backface-visibility: hidden;
21474
- backface-visibility: hidden;
21475
- overflow-y: auto;
21476
- }.v-divider {
21477
- display: block;
21478
- flex: 1 1 100%;
21479
- height: 0px;
21480
- max-height: 0px;
21481
- opacity: var(--v-border-opacity);
21482
- transition: inherit;
21483
- }
21484
- .v-divider {
21485
- border-style: solid;
21486
- border-width: thin 0 0 0;
21487
- }
21488
- .v-divider--vertical {
21489
- align-self: stretch;
21490
- border-width: 0 thin 0 0;
21491
- display: inline-flex;
21492
- height: auto;
21493
- margin-left: -1px;
21494
- max-height: 100%;
21495
- max-width: 0px;
21496
- vertical-align: text-bottom;
21497
- width: 0px;
21498
- }
21499
- .v-divider--inset:not(.v-divider--vertical) {
21500
- max-width: calc(100% - 72px);
21501
- margin-inline-start: 72px;
21502
- }
21503
- .v-divider--inset.v-divider--vertical {
21504
- margin-bottom: 8px;
21505
- margin-top: 8px;
21506
- max-height: calc(100% - 16px);
21507
- }
21508
-
21509
- .v-divider__content {
21510
- padding: 0 16px;
21511
- text-wrap: nowrap;
21512
- }
21513
- .v-divider__wrapper--vertical .v-divider__content {
21514
- padding: 4px 0;
21515
- }
21516
-
21517
- .v-divider__wrapper {
21518
- display: flex;
21519
- align-items: center;
21520
- justify-content: center;
21521
- }
21522
- .v-divider__wrapper--vertical {
21523
- flex-direction: column;
21524
- height: 100%;
21303
+ .v-divider__wrapper--vertical {
21304
+ flex-direction: column;
21305
+ height: 100%;
21525
21306
  }
21526
21307
  .v-divider__wrapper--vertical .v-divider {
21527
21308
  margin: 0 auto;
@@ -21808,38 +21589,178 @@ html.overflow-y-hidden {
21808
21589
  }
21809
21590
  .v-expansion-panels--tile > .v-expansion-panel {
21810
21591
  border-radius: 0;
21811
- }.v-file-input--hide.v-input .v-field,
21812
- .v-file-input--hide.v-input .v-input__control,
21813
- .v-file-input--hide.v-input .v-input__details {
21814
- display: none;
21592
+ }.v-dialog {
21593
+ align-items: center;
21594
+ justify-content: center;
21595
+ margin: auto;
21815
21596
  }
21816
- .v-file-input--hide.v-input .v-input__prepend {
21817
- grid-area: control;
21818
- margin: 0 auto;
21597
+ .v-dialog > .v-overlay__content {
21598
+ max-height: calc(100% - 48px);
21599
+ width: calc(100% - 48px);
21600
+ max-width: calc(100% - 48px);
21601
+ margin: 24px;
21819
21602
  }
21820
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21821
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21822
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21823
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21824
- top: 0px;
21603
+ .v-dialog > .v-overlay__content,
21604
+ .v-dialog > .v-overlay__content > form {
21605
+ display: flex;
21606
+ flex-direction: column;
21607
+ min-height: 0;
21825
21608
  }
21826
- .v-file-input input[type=file] {
21609
+ .v-dialog > .v-overlay__content > .v-card,
21610
+ .v-dialog > .v-overlay__content > .v-sheet,
21611
+ .v-dialog > .v-overlay__content > form > .v-card,
21612
+ .v-dialog > .v-overlay__content > form > .v-sheet {
21613
+ --v-scrollbar-offset: 0px;
21614
+ border-radius: 4px;
21615
+ overflow-y: auto;
21616
+ flex: 1 1 100%;
21617
+ }
21618
+ .v-dialog > .v-overlay__content > .v-card,
21619
+ .v-dialog > .v-overlay__content > .v-sheet,
21620
+ .v-dialog > .v-overlay__content > form > .v-card,
21621
+ .v-dialog > .v-overlay__content > form > .v-sheet {
21622
+ box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21623
+ }
21624
+ .v-dialog > .v-overlay__content > .v-card,
21625
+ .v-dialog > .v-overlay__content > form > .v-card {
21626
+ display: flex;
21627
+ flex-direction: column;
21628
+ }
21629
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
21630
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
21631
+ padding: 16px 24px;
21632
+ }
21633
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
21634
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
21635
+ padding-top: 0;
21636
+ }
21637
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
21638
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
21639
+ font-size: inherit;
21640
+ letter-spacing: 0.03125em;
21641
+ line-height: inherit;
21642
+ padding: 16px 24px 24px;
21643
+ }
21644
+ .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
21645
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
21646
+ justify-content: flex-end;
21647
+ }
21648
+
21649
+ .v-dialog--fullscreen {
21650
+ --v-scrollbar-offset: 0px;
21651
+ }
21652
+ .v-dialog--fullscreen > .v-overlay__content {
21653
+ border-radius: 0;
21654
+ margin: 0;
21655
+ padding: 0;
21656
+ width: 100%;
21827
21657
  height: 100%;
21658
+ max-width: 100%;
21659
+ max-height: 100%;
21660
+ overflow-y: auto;
21661
+ top: 0;
21828
21662
  left: 0;
21829
- opacity: 0;
21663
+ }
21664
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
21665
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
21666
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
21667
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
21668
+ min-height: 100%;
21669
+ min-width: 100%;
21670
+ border-radius: 0;
21671
+ }
21672
+
21673
+ .v-dialog--scrollable > .v-overlay__content > form,
21674
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21675
+ max-height: 100%;
21676
+ max-width: 100%;
21677
+ }
21678
+ .v-dialog--scrollable > .v-overlay__content,
21679
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
21680
+ .v-dialog--scrollable > .v-overlay__content > form,
21681
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21682
+ display: flex;
21683
+ flex: 1 1 100%;
21684
+ flex-direction: column;
21685
+ }
21686
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
21687
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
21688
+ -webkit-backface-visibility: hidden;
21689
+ backface-visibility: hidden;
21690
+ overflow-y: auto;
21691
+ }.v-fab {
21692
+ align-items: center;
21693
+ display: inline-flex;
21694
+ flex: 1 1 auto;
21695
+ pointer-events: none;
21696
+ position: relative;
21697
+ transition-duration: 0.2s;
21698
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21699
+ vertical-align: middle;
21700
+ }
21701
+ .v-fab .v-btn {
21702
+ pointer-events: auto;
21703
+ }
21704
+ .v-fab .v-btn--variant-elevated {
21705
+ 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));
21706
+ }
21707
+ .v-fab--app, .v-fab--absolute {
21708
+ display: flex;
21709
+ }
21710
+ .v-fab--absolute {
21711
+ position: absolute;
21712
+ inset: 0;
21713
+ }
21714
+ .v-fab--start, .v-fab--left {
21715
+ justify-content: flex-start;
21716
+ }
21717
+ .v-fab--center {
21718
+ align-items: center;
21719
+ justify-content: center;
21720
+ }
21721
+ .v-fab--end, .v-fab--right {
21722
+ justify-content: flex-end;
21723
+ }
21724
+ .v-fab--bottom {
21725
+ align-items: flex-end;
21726
+ }
21727
+ .v-fab--top {
21728
+ align-items: flex-start;
21729
+ }
21730
+ .v-fab--extended .v-btn {
21731
+ border-radius: 9999px !important;
21732
+ }
21733
+
21734
+ .v-fab__container {
21735
+ align-self: center;
21736
+ display: inline-flex;
21737
+ vertical-align: middle;
21738
+ }
21739
+ .v-fab--app .v-fab__container {
21740
+ margin: 12px;
21741
+ position: fixed;
21742
+ }
21743
+ .v-fab--absolute .v-fab__container {
21830
21744
  position: absolute;
21745
+ z-index: 4;
21746
+ }
21747
+ .v-fab--offset.v-fab--top .v-fab__container {
21748
+ transform: translateY(-50%);
21749
+ }
21750
+ .v-fab--offset.v-fab--bottom .v-fab__container {
21751
+ transform: translateY(50%);
21752
+ }
21753
+ .v-fab--top .v-fab__container {
21831
21754
  top: 0;
21832
- width: 100%;
21833
- z-index: 0;
21834
21755
  }
21835
- .v-file-input--dragging input[type=file] {
21836
- z-index: 1;
21756
+ .v-fab--bottom .v-fab__container {
21757
+ bottom: 0;
21837
21758
  }
21838
- .v-file-input .v-input__details {
21839
- padding-inline: 16px;
21759
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21760
+ left: 0;
21840
21761
  }
21841
- .v-input--plain-underlined.v-file-input .v-input__details {
21842
- padding-inline: 0;
21762
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21763
+ right: 0;
21843
21764
  }/* region INPUT */
21844
21765
  .v-field {
21845
21766
  display: grid;
@@ -22411,101 +22332,60 @@ textarea.v-field__input::placeholder {
22411
22332
  background-color: rgb(var(--v-theme-surface-variant));
22412
22333
  opacity: 1;
22413
22334
  }
22414
-
22415
- /* endregion */
22416
- /* region MODIFIERS */
22417
- .v-field--reverse .v-field__field,
22418
- .v-field--reverse .v-field__input,
22419
- .v-field--reverse .v-field__outline {
22420
- flex-direction: row-reverse;
22421
- }
22422
- .v-field--reverse .v-field__input, .v-field--reverse input {
22423
- text-align: end;
22424
- }
22425
-
22426
- .v-input--disabled .v-field--variant-filled .v-field__outline::before,
22427
- .v-input--disabled .v-field--variant-underlined .v-field__outline::before {
22428
- border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
22429
- }
22430
-
22431
- .v-field--loading .v-field__outline::after,
22432
- .v-field--loading .v-field__outline::before {
22433
- opacity: 0;
22434
- }
22435
-
22436
- /* endregion */.v-fab {
22437
- align-items: center;
22438
- display: inline-flex;
22439
- flex: 1 1 auto;
22440
- pointer-events: none;
22441
- position: relative;
22442
- transition-duration: 0.2s;
22443
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22444
- vertical-align: middle;
22445
- }
22446
- .v-fab .v-btn {
22447
- pointer-events: auto;
22448
- }
22449
- .v-fab .v-btn--variant-elevated {
22450
- 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));
22451
- }
22452
- .v-fab--app, .v-fab--absolute {
22453
- display: flex;
22454
- }
22455
- .v-fab--absolute {
22456
- position: absolute;
22457
- inset: 0;
22458
- }
22459
- .v-fab--start, .v-fab--left {
22460
- justify-content: flex-start;
22461
- }
22462
- .v-fab--center {
22463
- align-items: center;
22464
- justify-content: center;
22465
- }
22466
- .v-fab--end, .v-fab--right {
22467
- justify-content: flex-end;
22468
- }
22469
- .v-fab--bottom {
22470
- align-items: flex-end;
22471
- }
22472
- .v-fab--top {
22473
- align-items: flex-start;
22335
+
22336
+ /* endregion */
22337
+ /* region MODIFIERS */
22338
+ .v-field--reverse .v-field__field,
22339
+ .v-field--reverse .v-field__input,
22340
+ .v-field--reverse .v-field__outline {
22341
+ flex-direction: row-reverse;
22474
22342
  }
22475
- .v-fab--extended .v-btn {
22476
- border-radius: 9999px !important;
22343
+ .v-field--reverse .v-field__input, .v-field--reverse input {
22344
+ text-align: end;
22477
22345
  }
22478
22346
 
22479
- .v-fab__container {
22480
- align-self: center;
22481
- display: inline-flex;
22482
- vertical-align: middle;
22347
+ .v-input--disabled .v-field--variant-filled .v-field__outline::before,
22348
+ .v-input--disabled .v-field--variant-underlined .v-field__outline::before {
22349
+ border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
22483
22350
  }
22484
- .v-fab--app .v-fab__container {
22485
- margin: 12px;
22486
- position: fixed;
22351
+
22352
+ .v-field--loading .v-field__outline::after,
22353
+ .v-field--loading .v-field__outline::before {
22354
+ opacity: 0;
22487
22355
  }
22488
- .v-fab--absolute .v-fab__container {
22489
- position: absolute;
22490
- z-index: 4;
22356
+
22357
+ /* endregion */.v-file-input--hide.v-input .v-field,
22358
+ .v-file-input--hide.v-input .v-input__control,
22359
+ .v-file-input--hide.v-input .v-input__details {
22360
+ display: none;
22491
22361
  }
22492
- .v-fab--offset.v-fab--top .v-fab__container {
22493
- transform: translateY(-50%);
22362
+ .v-file-input--hide.v-input .v-input__prepend {
22363
+ grid-area: control;
22364
+ margin: 0 auto;
22494
22365
  }
22495
- .v-fab--offset.v-fab--bottom .v-fab__container {
22496
- transform: translateY(50%);
22366
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22367
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22368
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22369
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22370
+ top: 0px;
22497
22371
  }
22498
- .v-fab--top .v-fab__container {
22372
+ .v-file-input input[type=file] {
22373
+ height: 100%;
22374
+ left: 0;
22375
+ opacity: 0;
22376
+ position: absolute;
22499
22377
  top: 0;
22378
+ width: 100%;
22379
+ z-index: 0;
22500
22380
  }
22501
- .v-fab--bottom .v-fab__container {
22502
- bottom: 0;
22381
+ .v-file-input--dragging input[type=file] {
22382
+ z-index: 1;
22503
22383
  }
22504
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
22505
- left: 0;
22384
+ .v-file-input .v-input__details {
22385
+ padding-inline: 16px;
22506
22386
  }
22507
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
22508
- right: 0;
22387
+ .v-input--plain-underlined.v-file-input .v-input__details {
22388
+ padding-inline: 0;
22509
22389
  }.v-footer {
22510
22390
  align-items: center;
22511
22391
  display: flex;
@@ -22647,11 +22527,74 @@ textarea.v-field__input::placeholder {
22647
22527
 
22648
22528
  .v-img__gradient {
22649
22529
  background-repeat: no-repeat;
22650
- }.v-item-group {
22651
- flex: 0 1 auto;
22652
- max-width: 100%;
22653
- position: relative;
22654
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22530
+ }.v-infinite-scroll--horizontal {
22531
+ display: flex;
22532
+ flex-direction: row;
22533
+ overflow-x: auto;
22534
+ }
22535
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22536
+ height: 100%;
22537
+ width: var(--v-infinite-margin-size, 1px);
22538
+ }
22539
+
22540
+ .v-infinite-scroll--vertical {
22541
+ display: flex;
22542
+ flex-direction: column;
22543
+ overflow-y: auto;
22544
+ }
22545
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22546
+ height: 1px;
22547
+ width: 100%;
22548
+ }
22549
+
22550
+ .v-infinite-scroll-intersect {
22551
+ pointer-events: none;
22552
+ margin-top: var(--v-infinite-margin);
22553
+ margin-bottom: calc(var(--v-infinite-margin) * -1);
22554
+ }
22555
+ .v-infinite-scroll-intersect:nth-child(2) {
22556
+ --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22557
+ }
22558
+ .v-infinite-scroll-intersect:nth-last-child(2) {
22559
+ --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22560
+ }
22561
+
22562
+ .v-infinite-scroll__side {
22563
+ align-items: center;
22564
+ display: flex;
22565
+ justify-content: center;
22566
+ padding: 8px;
22567
+ }.v-data-table-footer {
22568
+ align-items: center;
22569
+ display: flex;
22570
+ flex-wrap: wrap;
22571
+ justify-content: flex-end;
22572
+ padding: 8px 4px;
22573
+ }
22574
+ .v-data-table-footer__items-per-page {
22575
+ align-items: center;
22576
+ display: flex;
22577
+ justify-content: center;
22578
+ }
22579
+ .v-data-table-footer__items-per-page > span {
22580
+ padding-inline-end: 8px;
22581
+ }
22582
+ .v-data-table-footer__items-per-page > .v-select {
22583
+ width: 90px;
22584
+ }
22585
+ .v-data-table-footer__info {
22586
+ display: flex;
22587
+ justify-content: flex-end;
22588
+ min-width: 116px;
22589
+ padding: 0 16px;
22590
+ }
22591
+ .v-data-table-footer__paginationz {
22592
+ align-items: center;
22593
+ display: flex;
22594
+ margin-inline-start: 16px;
22595
+ }
22596
+ .v-data-table-footer__page {
22597
+ padding: 0 8px;
22655
22598
  }.v-input {
22656
22599
  display: grid;
22657
22600
  flex: 1 1 auto;
@@ -22799,6 +22742,11 @@ textarea.v-field__input::placeholder {
22799
22742
 
22800
22743
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22801
22744
  padding-top: calc(var(--v-input-padding-top) + 0px);
22745
+ }.v-item-group {
22746
+ flex: 0 1 auto;
22747
+ max-width: 100%;
22748
+ position: relative;
22749
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22802
22750
  }.v-label {
22803
22751
  align-items: center;
22804
22752
  color: inherit;
@@ -22814,115 +22762,21 @@ textarea.v-field__input::placeholder {
22814
22762
 
22815
22763
  .v-label--clickable {
22816
22764
  cursor: pointer;
22817
- }.v-list {
22818
- overflow: auto;
22819
- padding: 8px 0;
22820
- position: relative;
22821
- outline: none;
22822
- }
22823
- .v-list {
22824
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22825
- border-style: solid;
22826
- border-width: 0;
22827
- }
22828
- .v-list--border {
22829
- border-width: thin;
22830
- box-shadow: none;
22831
- }
22832
- .v-list {
22833
- 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));
22834
- }
22835
- .v-list {
22836
- border-radius: 0;
22837
- }
22838
- .v-list {
22839
- background: rgba(var(--v-theme-surface));
22840
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22841
- }
22842
- .v-list--disabled {
22843
- pointer-events: none;
22844
- -webkit-user-select: none;
22845
- user-select: none;
22846
- }
22847
- .v-list--nav {
22848
- padding-inline: 8px;
22849
- }
22850
- .v-list--rounded {
22851
- border-radius: 4px;
22852
- }
22853
- .v-list--subheader {
22854
- padding-top: 0;
22855
- }
22856
-
22857
- .v-list-img {
22858
- border-radius: inherit;
22765
+ }.v-layout {
22766
+ --v-scrollbar-offset: 0px;
22859
22767
  display: flex;
22768
+ flex: 1 1 auto;
22769
+ }
22770
+ .v-layout--full-height {
22771
+ --v-scrollbar-offset: inherit;
22860
22772
  height: 100%;
22861
- left: 0;
22862
- overflow: hidden;
22773
+ }.v-layout-item {
22863
22774
  position: absolute;
22864
- top: 0;
22865
- width: 100%;
22866
- z-index: -1;
22867
- }
22868
-
22869
- .v-list-subheader {
22870
- align-items: center;
22871
- background: inherit;
22872
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22873
- display: flex;
22874
- font-size: 0.875rem;
22875
- font-weight: 400;
22876
- line-height: 1.375rem;
22877
- padding-inline-end: 16px;
22878
- min-height: 40px;
22879
- transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
22880
- }
22881
- .v-list-subheader__text {
22882
- overflow: hidden;
22883
- text-overflow: ellipsis;
22884
- white-space: nowrap;
22885
- }
22886
- .v-list--density-default .v-list-subheader {
22887
- min-height: 40px;
22888
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
22889
- }
22890
-
22891
- .v-list--density-comfortable .v-list-subheader {
22892
- min-height: 36px;
22893
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
22894
- }
22895
-
22896
- .v-list--density-compact .v-list-subheader {
22897
- min-height: 32px;
22898
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
22899
- }
22900
-
22901
- .v-list-subheader--inset {
22902
- --indent-padding: 56px;
22903
- }
22904
- .v-list--nav .v-list-subheader {
22905
- font-size: 0.75rem;
22906
- }
22907
- .v-list-subheader--sticky {
22908
- background: inherit;
22909
- left: 0;
22910
- position: sticky;
22911
- top: 0;
22912
- z-index: 1;
22775
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22913
22776
  }
22914
22777
 
22915
- .v-list__overlay {
22916
- background-color: currentColor;
22917
- border-radius: inherit;
22918
- bottom: 0;
22919
- left: 0;
22920
- opacity: 0;
22921
- pointer-events: none;
22922
- position: absolute;
22923
- right: 0;
22924
- top: 0;
22925
- transition: opacity 0.2s ease-in-out;
22778
+ .v-layout-item--absolute {
22779
+ position: absolute;
22926
22780
  }.v-list-item {
22927
22781
  align-items: center;
22928
22782
  display: grid;
@@ -23390,22 +23244,6 @@ textarea.v-field__input::placeholder {
23390
23244
  }
23391
23245
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23392
23246
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23393
- }.v-messages {
23394
- flex: 1 1 auto;
23395
- font-size: 12px;
23396
- min-height: 14px;
23397
- min-width: 1px;
23398
- opacity: var(--v-medium-emphasis-opacity);
23399
- position: relative;
23400
- }
23401
- .v-messages__message {
23402
- line-height: 12px;
23403
- word-break: break-word;
23404
- overflow-wrap: break-word;
23405
- word-wrap: break-word;
23406
- -webkit-hyphens: auto;
23407
- hyphens: auto;
23408
- transition-duration: 150ms;
23409
23247
  }.v-locale-provider {
23410
23248
  display: contents;
23411
23249
  }.v-menu > .v-overlay__content {
@@ -23427,6 +23265,115 @@ textarea.v-field__input::placeholder {
23427
23265
  .v-menu > .v-overlay__content > .v-sheet,
23428
23266
  .v-menu > .v-overlay__content > .v-list {
23429
23267
  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));
23268
+ }.v-list {
23269
+ overflow: auto;
23270
+ padding: 8px 0;
23271
+ position: relative;
23272
+ outline: none;
23273
+ }
23274
+ .v-list {
23275
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23276
+ border-style: solid;
23277
+ border-width: 0;
23278
+ }
23279
+ .v-list--border {
23280
+ border-width: thin;
23281
+ box-shadow: none;
23282
+ }
23283
+ .v-list {
23284
+ 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));
23285
+ }
23286
+ .v-list {
23287
+ border-radius: 0;
23288
+ }
23289
+ .v-list {
23290
+ background: rgba(var(--v-theme-surface));
23291
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23292
+ }
23293
+ .v-list--disabled {
23294
+ pointer-events: none;
23295
+ -webkit-user-select: none;
23296
+ user-select: none;
23297
+ }
23298
+ .v-list--nav {
23299
+ padding-inline: 8px;
23300
+ }
23301
+ .v-list--rounded {
23302
+ border-radius: 4px;
23303
+ }
23304
+ .v-list--subheader {
23305
+ padding-top: 0;
23306
+ }
23307
+
23308
+ .v-list-img {
23309
+ border-radius: inherit;
23310
+ display: flex;
23311
+ height: 100%;
23312
+ left: 0;
23313
+ overflow: hidden;
23314
+ position: absolute;
23315
+ top: 0;
23316
+ width: 100%;
23317
+ z-index: -1;
23318
+ }
23319
+
23320
+ .v-list-subheader {
23321
+ align-items: center;
23322
+ background: inherit;
23323
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23324
+ display: flex;
23325
+ font-size: 0.875rem;
23326
+ font-weight: 400;
23327
+ line-height: 1.375rem;
23328
+ padding-inline-end: 16px;
23329
+ min-height: 40px;
23330
+ transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
23331
+ }
23332
+ .v-list-subheader__text {
23333
+ overflow: hidden;
23334
+ text-overflow: ellipsis;
23335
+ white-space: nowrap;
23336
+ }
23337
+ .v-list--density-default .v-list-subheader {
23338
+ min-height: 40px;
23339
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
23340
+ }
23341
+
23342
+ .v-list--density-comfortable .v-list-subheader {
23343
+ min-height: 36px;
23344
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
23345
+ }
23346
+
23347
+ .v-list--density-compact .v-list-subheader {
23348
+ min-height: 32px;
23349
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
23350
+ }
23351
+
23352
+ .v-list-subheader--inset {
23353
+ --indent-padding: 56px;
23354
+ }
23355
+ .v-list--nav .v-list-subheader {
23356
+ font-size: 0.75rem;
23357
+ }
23358
+ .v-list-subheader--sticky {
23359
+ background: inherit;
23360
+ left: 0;
23361
+ position: sticky;
23362
+ top: 0;
23363
+ z-index: 1;
23364
+ }
23365
+
23366
+ .v-list__overlay {
23367
+ background-color: currentColor;
23368
+ border-radius: inherit;
23369
+ bottom: 0;
23370
+ left: 0;
23371
+ opacity: 0;
23372
+ pointer-events: none;
23373
+ position: absolute;
23374
+ right: 0;
23375
+ top: 0;
23376
+ transition: opacity 0.2s ease-in-out;
23430
23377
  }.v-main {
23431
23378
  flex: 1 0 auto;
23432
23379
  max-width: 100%;
@@ -23457,6 +23404,22 @@ textarea.v-field__input::placeholder {
23457
23404
  --v-layout-right: 0px;
23458
23405
  --v-layout-top: 0px;
23459
23406
  --v-layout-bottom: 0px;
23407
+ }.v-messages {
23408
+ flex: 1 1 auto;
23409
+ font-size: 12px;
23410
+ min-height: 14px;
23411
+ min-width: 1px;
23412
+ opacity: var(--v-medium-emphasis-opacity);
23413
+ position: relative;
23414
+ }
23415
+ .v-messages__message {
23416
+ line-height: 12px;
23417
+ word-break: break-word;
23418
+ overflow-wrap: break-word;
23419
+ word-wrap: break-word;
23420
+ -webkit-hyphens: auto;
23421
+ hyphens: auto;
23422
+ transition-duration: 150ms;
23460
23423
  }.v-navigation-drawer {
23461
23424
  -webkit-overflow-scrolling: touch;
23462
23425
  background: rgb(var(--v-theme-surface));
@@ -23561,63 +23524,6 @@ textarea.v-field__input::placeholder {
23561
23524
  .v-navigation-drawer__append {
23562
23525
  flex: none;
23563
23526
  overflow: hidden;
23564
- }.v-number-input input[type=number] {
23565
- -moz-appearance: textfield;
23566
- }
23567
- .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
23568
- -webkit-appearance: none;
23569
- }
23570
- .v-number-input .v-field:has(.v-field__prepend-inner > .v-number-input__control:first-child) {
23571
- padding-inline-start: 0;
23572
- }
23573
- .v-number-input .v-field:has(.v-field__append-inner > .v-number-input__control:last-child) {
23574
- padding-inline-end: 0;
23575
- }
23576
- .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > .v-icon {
23577
- margin-inline-end: 4px;
23578
- }
23579
- .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > hr + .v-icon,
23580
- .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > .v-number-input__control + .v-icon {
23581
- margin-inline: 8px 0;
23582
- }
23583
- .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon {
23584
- margin-inline-start: 4px;
23585
- }
23586
- .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon:has(+ hr),
23587
- .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon:has(+ .v-number-input__control) {
23588
- margin-inline: 0 8px;
23589
- }
23590
- .v-number-input .v-field__clearable:has(+ .v-field__append-inner > hr:first-child) {
23591
- margin-inline-end: 8px;
23592
- }
23593
- .v-number-input--inset .v-divider {
23594
- height: 55%;
23595
- width: 55%;
23596
- align-self: center;
23597
- }
23598
- .v-number-input--split .v-field__input {
23599
- text-align: center;
23600
- }
23601
- .v-number-input--stacked .v-number-input__control {
23602
- flex-direction: column-reverse;
23603
- }
23604
- .v-number-input--stacked .v-number-input__control .v-btn {
23605
- flex: 1;
23606
- }
23607
- .v-number-input--hide-input .v-field {
23608
- flex: none;
23609
- }
23610
- .v-number-input--hide-input .v-field__input {
23611
- width: 0;
23612
- padding-inline: 0;
23613
- }
23614
- .v-number-input__control {
23615
- display: flex;
23616
- height: 100%;
23617
- }
23618
- .v-number-input__control .v-btn {
23619
- background-color: transparent;
23620
- border-radius: 0;
23621
23527
  }.v-otp-input {
23622
23528
  align-items: center;
23623
23529
  display: flex;
@@ -23671,11 +23577,68 @@ textarea.v-field__input::placeholder {
23671
23577
  align-items: center;
23672
23578
  display: flex;
23673
23579
  height: 100%;
23674
- justify-content: center;
23675
- width: 100%;
23580
+ justify-content: center;
23581
+ width: 100%;
23582
+ }
23583
+ .v-otp-input__loader .v-progress-linear {
23584
+ position: absolute;
23585
+ }.v-number-input input[type=number] {
23586
+ -moz-appearance: textfield;
23587
+ }
23588
+ .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
23589
+ -webkit-appearance: none;
23590
+ }
23591
+ .v-number-input .v-field:has(.v-field__prepend-inner > .v-number-input__control:first-child) {
23592
+ padding-inline-start: 0;
23593
+ }
23594
+ .v-number-input .v-field:has(.v-field__append-inner > .v-number-input__control:last-child) {
23595
+ padding-inline-end: 0;
23596
+ }
23597
+ .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > .v-icon {
23598
+ margin-inline-end: 4px;
23599
+ }
23600
+ .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > hr + .v-icon,
23601
+ .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > .v-number-input__control + .v-icon {
23602
+ margin-inline: 8px 0;
23603
+ }
23604
+ .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon {
23605
+ margin-inline-start: 4px;
23606
+ }
23607
+ .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon:has(+ hr),
23608
+ .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon:has(+ .v-number-input__control) {
23609
+ margin-inline: 0 8px;
23610
+ }
23611
+ .v-number-input .v-field__clearable:has(+ .v-field__append-inner > hr:first-child) {
23612
+ margin-inline-end: 8px;
23613
+ }
23614
+ .v-number-input--inset .v-divider {
23615
+ height: 55%;
23616
+ width: 55%;
23617
+ align-self: center;
23618
+ }
23619
+ .v-number-input--split .v-field__input {
23620
+ text-align: center;
23621
+ }
23622
+ .v-number-input--stacked .v-number-input__control {
23623
+ flex-direction: column-reverse;
23624
+ }
23625
+ .v-number-input--stacked .v-number-input__control .v-btn {
23626
+ flex: 1;
23627
+ }
23628
+ .v-number-input--hide-input .v-field {
23629
+ flex: none;
23630
+ }
23631
+ .v-number-input--hide-input .v-field__input {
23632
+ width: 0;
23633
+ padding-inline: 0;
23634
+ }
23635
+ .v-number-input__control {
23636
+ display: flex;
23637
+ height: 100%;
23676
23638
  }
23677
- .v-otp-input__loader .v-progress-linear {
23678
- position: absolute;
23639
+ .v-number-input__control .v-btn {
23640
+ background-color: transparent;
23641
+ border-radius: 0;
23679
23642
  }.v-overlay-container {
23680
23643
  contain: layout;
23681
23644
  left: 0;
@@ -23748,12 +23711,6 @@ html.v-overlay-scroll-blocked {
23748
23711
  }
23749
23712
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23750
23713
  margin: 0.3rem;
23751
- }.v-parallax {
23752
- position: relative;
23753
- overflow: hidden;
23754
- }
23755
- .v-parallax--active > .v-img__img {
23756
- will-change: transform;
23757
23714
  }.v-progress-circular {
23758
23715
  align-items: center;
23759
23716
  display: inline-flex;
@@ -23856,6 +23813,12 @@ html.v-overlay-scroll-blocked {
23856
23813
  100% {
23857
23814
  transform: rotate(270deg);
23858
23815
  }
23816
+ }.v-parallax {
23817
+ position: relative;
23818
+ overflow: hidden;
23819
+ }
23820
+ .v-parallax--active > .v-img__img {
23821
+ will-change: transform;
23859
23822
  }.v-progress-linear {
23860
23823
  background: transparent;
23861
23824
  overflow: hidden;
@@ -24206,6 +24169,40 @@ html.v-overlay-scroll-blocked {
24206
24169
  opacity: 0;
24207
24170
  position: absolute;
24208
24171
  width: 0;
24172
+ }.v-responsive {
24173
+ display: flex;
24174
+ flex: 1 0 auto;
24175
+ max-height: 100%;
24176
+ max-width: 100%;
24177
+ overflow: hidden;
24178
+ position: relative;
24179
+ }
24180
+ .v-responsive--inline {
24181
+ display: inline-flex;
24182
+ flex: 0 0 auto;
24183
+ }
24184
+
24185
+ .v-responsive__content {
24186
+ flex: 1 0 0px;
24187
+ max-width: 100%;
24188
+ }
24189
+
24190
+ .v-responsive__sizer ~ .v-responsive__content {
24191
+ margin-inline-start: -100%;
24192
+ }
24193
+
24194
+ .v-responsive__sizer {
24195
+ flex: 1 0 0px;
24196
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24197
+ pointer-events: none;
24198
+ }.v-selection-control-group {
24199
+ grid-area: control;
24200
+ display: flex;
24201
+ flex-direction: column;
24202
+ }
24203
+ .v-selection-control-group--inline {
24204
+ flex-direction: row;
24205
+ flex-wrap: wrap;
24209
24206
  }.v-selection-control {
24210
24207
  align-items: center;
24211
24208
  contain: layout;
@@ -24307,32 +24304,6 @@ html.v-overlay-scroll-blocked {
24307
24304
  }
24308
24305
  .v-selection-control--focus-visible .v-selection-control__input::before {
24309
24306
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24310
- }.v-responsive {
24311
- display: flex;
24312
- flex: 1 0 auto;
24313
- max-height: 100%;
24314
- max-width: 100%;
24315
- overflow: hidden;
24316
- position: relative;
24317
- }
24318
- .v-responsive--inline {
24319
- display: inline-flex;
24320
- flex: 0 0 auto;
24321
- }
24322
-
24323
- .v-responsive__content {
24324
- flex: 1 0 0px;
24325
- max-width: 100%;
24326
- }
24327
-
24328
- .v-responsive__sizer ~ .v-responsive__content {
24329
- margin-inline-start: -100%;
24330
- }
24331
-
24332
- .v-responsive__sizer {
24333
- flex: 1 0 0px;
24334
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24335
- pointer-events: none;
24336
24307
  }.v-select--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
24337
24308
  .v-select--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
24338
24309
  .v-select--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
@@ -24390,14 +24361,6 @@ html.v-overlay-scroll-blocked {
24390
24361
  }
24391
24362
  .v-select--active-menu .v-select__menu-icon {
24392
24363
  transform: rotate(180deg);
24393
- }.v-selection-control-group {
24394
- grid-area: control;
24395
- display: flex;
24396
- flex-direction: column;
24397
- }
24398
- .v-selection-control-group--inline {
24399
- flex-direction: row;
24400
- flex-wrap: wrap;
24401
24364
  }.v-sheet {
24402
24365
  display: block;
24403
24366
  }
@@ -24434,6 +24397,61 @@ html.v-overlay-scroll-blocked {
24434
24397
  }
24435
24398
  .v-sheet--rounded {
24436
24399
  border-radius: 4px;
24400
+ }.v-slide-group {
24401
+ display: flex;
24402
+ overflow: hidden;
24403
+ }
24404
+
24405
+ .v-slide-group__next,
24406
+ .v-slide-group__prev {
24407
+ align-items: center;
24408
+ display: flex;
24409
+ flex: 0 1 52px;
24410
+ justify-content: center;
24411
+ min-width: 52px;
24412
+ cursor: pointer;
24413
+ }
24414
+ .v-slide-group__next--disabled,
24415
+ .v-slide-group__prev--disabled {
24416
+ pointer-events: none;
24417
+ opacity: var(--v-disabled-opacity);
24418
+ }
24419
+
24420
+ .v-slide-group__content {
24421
+ display: flex;
24422
+ flex: 1 0 auto;
24423
+ position: relative;
24424
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24425
+ white-space: nowrap;
24426
+ }
24427
+ .v-slide-group__content > * {
24428
+ white-space: initial;
24429
+ }
24430
+
24431
+ .v-slide-group__container {
24432
+ contain: content;
24433
+ display: flex;
24434
+ flex: 1 1 auto;
24435
+ overflow-x: auto;
24436
+ overflow-y: hidden;
24437
+ scrollbar-width: none;
24438
+ scrollbar-color: rgba(0, 0, 0, 0);
24439
+ }
24440
+ .v-slide-group__container::-webkit-scrollbar {
24441
+ display: none;
24442
+ }
24443
+
24444
+ .v-slide-group--vertical {
24445
+ max-height: inherit;
24446
+ }
24447
+ .v-slide-group--vertical,
24448
+ .v-slide-group--vertical .v-slide-group__container,
24449
+ .v-slide-group--vertical .v-slide-group__content {
24450
+ flex-direction: column;
24451
+ }
24452
+ .v-slide-group--vertical .v-slide-group__container {
24453
+ overflow-x: hidden;
24454
+ overflow-y: auto;
24437
24455
  }.v-skeleton-loader {
24438
24456
  align-items: center;
24439
24457
  background: rgb(var(--v-theme-surface));
@@ -24659,61 +24677,6 @@ html.v-overlay-scroll-blocked {
24659
24677
  100% {
24660
24678
  transform: translateX(100%);
24661
24679
  }
24662
- }.v-slide-group {
24663
- display: flex;
24664
- overflow: hidden;
24665
- }
24666
-
24667
- .v-slide-group__next,
24668
- .v-slide-group__prev {
24669
- align-items: center;
24670
- display: flex;
24671
- flex: 0 1 52px;
24672
- justify-content: center;
24673
- min-width: 52px;
24674
- cursor: pointer;
24675
- }
24676
- .v-slide-group__next--disabled,
24677
- .v-slide-group__prev--disabled {
24678
- pointer-events: none;
24679
- opacity: var(--v-disabled-opacity);
24680
- }
24681
-
24682
- .v-slide-group__content {
24683
- display: flex;
24684
- flex: 1 0 auto;
24685
- position: relative;
24686
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24687
- white-space: nowrap;
24688
- }
24689
- .v-slide-group__content > * {
24690
- white-space: initial;
24691
- }
24692
-
24693
- .v-slide-group__container {
24694
- contain: content;
24695
- display: flex;
24696
- flex: 1 1 auto;
24697
- overflow-x: auto;
24698
- overflow-y: hidden;
24699
- scrollbar-width: none;
24700
- scrollbar-color: rgba(0, 0, 0, 0);
24701
- }
24702
- .v-slide-group__container::-webkit-scrollbar {
24703
- display: none;
24704
- }
24705
-
24706
- .v-slide-group--vertical {
24707
- max-height: inherit;
24708
- }
24709
- .v-slide-group--vertical,
24710
- .v-slide-group--vertical .v-slide-group__container,
24711
- .v-slide-group--vertical .v-slide-group__content {
24712
- flex-direction: column;
24713
- }
24714
- .v-slide-group--vertical .v-slide-group__container {
24715
- overflow-x: hidden;
24716
- overflow-y: auto;
24717
24680
  }.v-snackbar {
24718
24681
  justify-content: center;
24719
24682
  z-index: 10000;
@@ -24826,153 +24789,75 @@ html.v-overlay-scroll-blocked {
24826
24789
  justify-content: center;
24827
24790
  }
24828
24791
  .v-snackbar--top {
24829
- align-items: flex-start;
24830
- }
24831
- .v-snackbar--bottom {
24832
- align-items: flex-end;
24833
- }
24834
- .v-snackbar--left, .v-snackbar--start {
24835
- justify-content: flex-start;
24836
- }
24837
- .v-snackbar--right, .v-snackbar--end {
24838
- justify-content: flex-end;
24839
- }
24840
-
24841
- .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
24842
- transition-duration: 0.15s;
24843
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24844
- }
24845
- .v-snackbar-transition-enter-active {
24846
- transition-property: opacity, transform;
24847
- }
24848
- .v-snackbar-transition-enter-from {
24849
- opacity: 0;
24850
- transform: scale(0.8);
24851
- }
24852
- .v-snackbar-transition-leave-active {
24853
- transition-property: opacity;
24854
- }
24855
- .v-snackbar-transition-leave-to {
24856
- opacity: 0;
24857
- }.v-stepper-item {
24858
- align-items: center;
24859
- align-self: stretch;
24860
- display: inline-flex;
24861
- flex: none;
24862
- outline: none;
24863
- opacity: var(--v-medium-emphasis-opacity);
24864
- padding: 1.5rem;
24865
- position: relative;
24866
- transition-duration: 0.2s;
24867
- transition-property: opacity;
24868
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24869
- }
24870
- .v-stepper-item:hover > .v-stepper-item__overlay {
24871
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24872
- }
24873
- .v-stepper-item:focus-visible > .v-stepper-item__overlay {
24874
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24875
- }
24876
- @supports not selector(:focus-visible) {
24877
- .v-stepper-item:focus > .v-stepper-item__overlay {
24878
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24879
- }
24880
- }
24881
- .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
24882
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
24883
- }
24884
- .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
24885
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
24792
+ align-items: flex-start;
24886
24793
  }
24887
- .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
24888
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24794
+ .v-snackbar--bottom {
24795
+ align-items: flex-end;
24889
24796
  }
24890
- @supports not selector(:focus-visible) {
24891
- .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
24892
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24893
- }
24797
+ .v-snackbar--left, .v-snackbar--start {
24798
+ justify-content: flex-start;
24894
24799
  }
24895
- .v-stepper--non-linear .v-stepper-item {
24896
- opacity: var(--v-high-emphasis-opacity);
24800
+ .v-snackbar--right, .v-snackbar--end {
24801
+ justify-content: flex-end;
24897
24802
  }
24898
- .v-stepper-item--selected {
24899
- opacity: 1;
24803
+
24804
+ .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
24805
+ transition-duration: 0.15s;
24806
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24900
24807
  }
24901
- .v-stepper-item--error {
24902
- color: rgb(var(--v-theme-error));
24808
+ .v-snackbar-transition-enter-active {
24809
+ transition-property: opacity, transform;
24903
24810
  }
24904
- .v-stepper-item--disabled {
24905
- opacity: var(--v-medium-emphasis-opacity);
24906
- pointer-events: none;
24811
+ .v-snackbar-transition-enter-from {
24812
+ opacity: 0;
24813
+ transform: scale(0.8);
24907
24814
  }
24908
- .v-stepper--alt-labels .v-stepper-item {
24909
- flex-direction: column;
24910
- justify-content: flex-start;
24911
- align-items: center;
24912
- flex-basis: 175px;
24815
+ .v-snackbar-transition-leave-active {
24816
+ transition-property: opacity;
24913
24817
  }
24914
-
24915
- .v-stepper-item__avatar.v-avatar {
24916
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24917
- color: rgb(var(--v-theme-on-surface-variant));
24918
- font-size: 0.75rem;
24919
- margin-inline-end: 8px;
24818
+ .v-snackbar-transition-leave-to {
24819
+ opacity: 0;
24820
+ }.v-speed-dial__content {
24821
+ gap: 8px;
24920
24822
  }
24921
- .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
24922
- margin-inline-end: 0;
24823
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
24824
+ flex-direction: row;
24923
24825
  }
24924
- .v-stepper-item__avatar.v-avatar .v-icon {
24925
- font-size: 0.875rem;
24826
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
24827
+ flex-direction: row-reverse;
24926
24828
  }
24927
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
24928
- background: rgb(var(--v-theme-surface-variant));
24829
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
24830
+ flex-direction: column-reverse;
24929
24831
  }
24930
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
24931
- background: rgb(var(--v-theme-error));
24832
+ .v-speed-dial__content > *:nth-child(1) {
24833
+ transition-delay: 0s;
24932
24834
  }
24933
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
24934
- margin-bottom: 16px;
24935
- margin-inline-end: 0;
24835
+ .v-speed-dial__content > *:nth-child(2) {
24836
+ transition-delay: 0.05s;
24936
24837
  }
24937
-
24938
- .v-stepper-item__title {
24939
- line-height: 1;
24838
+ .v-speed-dial__content > *:nth-child(3) {
24839
+ transition-delay: 0.1s;
24940
24840
  }
24941
- .v-stepper--mobile .v-stepper-item__title {
24942
- display: none;
24841
+ .v-speed-dial__content > *:nth-child(4) {
24842
+ transition-delay: 0.15s;
24943
24843
  }
24944
-
24945
- .v-stepper-item__subtitle {
24946
- font-size: 0.75rem;
24947
- text-align: left;
24948
- line-height: 1;
24949
- opacity: var(--v-medium-emphasis-opacity);
24844
+ .v-speed-dial__content > *:nth-child(5) {
24845
+ transition-delay: 0.2s;
24950
24846
  }
24951
- .v-stepper--alt-labels .v-stepper-item__subtitle {
24952
- text-align: center;
24847
+ .v-speed-dial__content > *:nth-child(6) {
24848
+ transition-delay: 0.25s;
24953
24849
  }
24954
- .v-stepper--mobile .v-stepper-item__subtitle {
24955
- display: none;
24850
+ .v-speed-dial__content > *:nth-child(7) {
24851
+ transition-delay: 0.3s;
24956
24852
  }
24957
-
24958
- .v-stepper-item__overlay {
24959
- background-color: currentColor;
24960
- border-radius: inherit;
24961
- opacity: 0;
24962
- transition: opacity 0.2s ease-in-out;
24853
+ .v-speed-dial__content > *:nth-child(8) {
24854
+ transition-delay: 0.35s;
24963
24855
  }
24964
-
24965
- .v-stepper-item__overlay,
24966
- .v-stepper-item__underlay {
24967
- pointer-events: none;
24856
+ .v-speed-dial__content > *:nth-child(9) {
24857
+ transition-delay: 0.4s;
24968
24858
  }
24969
- .v-stepper-item__overlay,
24970
- .v-stepper-item__underlay {
24971
- position: absolute;
24972
- top: 0;
24973
- left: 0;
24974
- width: 100%;
24975
- height: 100%;
24859
+ .v-speed-dial__content > *:nth-child(10) {
24860
+ transition-delay: 0.45s;
24976
24861
  }.v-stepper.v-sheet {
24977
24862
  overflow: hidden;
24978
24863
  }
@@ -25152,65 +25037,184 @@ html.v-overlay-scroll-blocked {
25152
25037
  transform: translateX(-10px);
25153
25038
  }
25154
25039
 
25155
- .v-switch.v-switch--indeterminate .v-selection-control__input {
25156
- transform: scale(0.8);
25040
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
25041
+ transform: scale(0.8);
25042
+ }
25043
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
25044
+ transform: scale(0.75);
25045
+ box-shadow: none;
25046
+ }
25047
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
25048
+ width: auto;
25049
+ }
25050
+ .v-switch.v-input--vertical .v-label {
25051
+ min-width: max-content;
25052
+ }
25053
+ .v-switch.v-input--vertical .v-selection-control__wrapper {
25054
+ transform: rotate(-90deg);
25055
+ }
25056
+
25057
+ @media (forced-colors: active) {
25058
+ .v-switch .v-switch__loader .v-progress-circular {
25059
+ color: currentColor;
25060
+ }
25061
+ .v-switch .v-switch__thumb {
25062
+ background-color: buttontext;
25063
+ }
25064
+ .v-switch .v-switch__track,
25065
+ .v-switch .v-switch__thumb {
25066
+ border: 1px solid;
25067
+ color: buttontext;
25068
+ }
25069
+ .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25070
+ background-color: highlight;
25071
+ }
25072
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
25073
+ background-color: highlight;
25074
+ }
25075
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
25076
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25077
+ color: highlight;
25078
+ }
25079
+ .v-switch.v-switch--inset .v-switch__track {
25080
+ border-width: 2px;
25081
+ }
25082
+ .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25083
+ background-color: highlighttext;
25084
+ color: highlighttext;
25085
+ }
25086
+ .v-switch.v-input--disabled .v-switch__thumb {
25087
+ background-color: graytext;
25088
+ }
25089
+ .v-switch.v-input--disabled .v-switch__track,
25090
+ .v-switch.v-input--disabled .v-switch__thumb {
25091
+ color: graytext;
25092
+ }
25093
+ .v-switch.v-switch--loading .v-switch__thumb {
25094
+ background-color: canvas;
25095
+ }
25096
+ .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25097
+ border-width: 0;
25098
+ }
25099
+ }.v-stepper-item {
25100
+ align-items: center;
25101
+ align-self: stretch;
25102
+ display: inline-flex;
25103
+ flex: none;
25104
+ outline: none;
25105
+ opacity: var(--v-medium-emphasis-opacity);
25106
+ padding: 1.5rem;
25107
+ position: relative;
25108
+ transition-duration: 0.2s;
25109
+ transition-property: opacity;
25110
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25111
+ }
25112
+ .v-stepper-item:hover > .v-stepper-item__overlay {
25113
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
25114
+ }
25115
+ .v-stepper-item:focus-visible > .v-stepper-item__overlay {
25116
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25117
+ }
25118
+ @supports not selector(:focus-visible) {
25119
+ .v-stepper-item:focus > .v-stepper-item__overlay {
25120
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25121
+ }
25122
+ }
25123
+ .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
25124
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
25125
+ }
25126
+ .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
25127
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
25128
+ }
25129
+ .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
25130
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
25131
+ }
25132
+ @supports not selector(:focus-visible) {
25133
+ .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
25134
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
25135
+ }
25136
+ }
25137
+ .v-stepper--non-linear .v-stepper-item {
25138
+ opacity: var(--v-high-emphasis-opacity);
25139
+ }
25140
+ .v-stepper-item--selected {
25141
+ opacity: 1;
25142
+ }
25143
+ .v-stepper-item--error {
25144
+ color: rgb(var(--v-theme-error));
25145
+ }
25146
+ .v-stepper-item--disabled {
25147
+ opacity: var(--v-medium-emphasis-opacity);
25148
+ pointer-events: none;
25149
+ }
25150
+ .v-stepper--alt-labels .v-stepper-item {
25151
+ flex-direction: column;
25152
+ justify-content: flex-start;
25153
+ align-items: center;
25154
+ flex-basis: 175px;
25155
+ }
25156
+
25157
+ .v-stepper-item__avatar.v-avatar {
25158
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
25159
+ color: rgb(var(--v-theme-on-surface-variant));
25160
+ font-size: 0.75rem;
25161
+ margin-inline-end: 8px;
25162
+ }
25163
+ .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
25164
+ margin-inline-end: 0;
25165
+ }
25166
+ .v-stepper-item__avatar.v-avatar .v-icon {
25167
+ font-size: 0.875rem;
25168
+ }
25169
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
25170
+ background: rgb(var(--v-theme-surface-variant));
25171
+ }
25172
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
25173
+ background: rgb(var(--v-theme-error));
25174
+ }
25175
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
25176
+ margin-bottom: 16px;
25177
+ margin-inline-end: 0;
25178
+ }
25179
+
25180
+ .v-stepper-item__title {
25181
+ line-height: 1;
25157
25182
  }
25158
- .v-switch.v-switch--indeterminate .v-switch__thumb {
25159
- transform: scale(0.75);
25160
- box-shadow: none;
25183
+ .v-stepper--mobile .v-stepper-item__title {
25184
+ display: none;
25161
25185
  }
25162
- .v-switch.v-switch--inset .v-selection-control__wrapper {
25163
- width: auto;
25186
+
25187
+ .v-stepper-item__subtitle {
25188
+ font-size: 0.75rem;
25189
+ text-align: left;
25190
+ line-height: 1;
25191
+ opacity: var(--v-medium-emphasis-opacity);
25164
25192
  }
25165
- .v-switch.v-input--vertical .v-label {
25166
- min-width: max-content;
25193
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
25194
+ text-align: center;
25167
25195
  }
25168
- .v-switch.v-input--vertical .v-selection-control__wrapper {
25169
- transform: rotate(-90deg);
25196
+ .v-stepper--mobile .v-stepper-item__subtitle {
25197
+ display: none;
25170
25198
  }
25171
25199
 
25172
- @media (forced-colors: active) {
25173
- .v-switch .v-switch__loader .v-progress-circular {
25174
- color: currentColor;
25175
- }
25176
- .v-switch .v-switch__thumb {
25177
- background-color: buttontext;
25178
- }
25179
- .v-switch .v-switch__track,
25180
- .v-switch .v-switch__thumb {
25181
- border: 1px solid;
25182
- color: buttontext;
25183
- }
25184
- .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25185
- background-color: highlight;
25186
- }
25187
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
25188
- background-color: highlight;
25189
- }
25190
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
25191
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25192
- color: highlight;
25193
- }
25194
- .v-switch.v-switch--inset .v-switch__track {
25195
- border-width: 2px;
25196
- }
25197
- .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25198
- background-color: highlighttext;
25199
- color: highlighttext;
25200
- }
25201
- .v-switch.v-input--disabled .v-switch__thumb {
25202
- background-color: graytext;
25203
- }
25204
- .v-switch.v-input--disabled .v-switch__track,
25205
- .v-switch.v-input--disabled .v-switch__thumb {
25206
- color: graytext;
25207
- }
25208
- .v-switch.v-switch--loading .v-switch__thumb {
25209
- background-color: canvas;
25210
- }
25211
- .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25212
- border-width: 0;
25213
- }
25200
+ .v-stepper-item__overlay {
25201
+ background-color: currentColor;
25202
+ border-radius: inherit;
25203
+ opacity: 0;
25204
+ transition: opacity 0.2s ease-in-out;
25205
+ }
25206
+
25207
+ .v-stepper-item__overlay,
25208
+ .v-stepper-item__underlay {
25209
+ pointer-events: none;
25210
+ }
25211
+ .v-stepper-item__overlay,
25212
+ .v-stepper-item__underlay {
25213
+ position: absolute;
25214
+ top: 0;
25215
+ left: 0;
25216
+ width: 100%;
25217
+ height: 100%;
25214
25218
  }.v-system-bar {
25215
25219
  align-items: center;
25216
25220
  display: flex;
@@ -25320,6 +25324,173 @@ html.v-overlay-scroll-blocked {
25320
25324
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25321
25325
  margin-inline-end: 52px;
25322
25326
  }
25327
+ }.v-tab.v-tab.v-btn {
25328
+ height: var(--v-tabs-height);
25329
+ border-radius: 0;
25330
+ min-width: 90px;
25331
+ }
25332
+ .v-slide-group--horizontal .v-tab {
25333
+ max-width: 360px;
25334
+ }
25335
+ .v-slide-group--vertical .v-tab {
25336
+ justify-content: start;
25337
+ }
25338
+
25339
+ .v-tab__slider {
25340
+ position: absolute;
25341
+ bottom: 0;
25342
+ left: 0;
25343
+ height: 2px;
25344
+ width: 100%;
25345
+ background: currentColor;
25346
+ pointer-events: none;
25347
+ opacity: 0;
25348
+ }
25349
+ .v-tab--selected .v-tab__slider {
25350
+ opacity: 1;
25351
+ }
25352
+ .v-slide-group--vertical .v-tab__slider {
25353
+ top: 0;
25354
+ height: 100%;
25355
+ width: 2px;
25356
+ }.v-table {
25357
+ font-size: 0.875rem;
25358
+ transition-duration: 0.28s;
25359
+ transition-property: box-shadow, opacity, background, height;
25360
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25361
+ }
25362
+ .v-table {
25363
+ background: rgb(var(--v-theme-surface));
25364
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25365
+ }
25366
+ .v-table .v-table-divider {
25367
+ border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25368
+ }
25369
+ .v-table .v-table__wrapper > table > thead > tr > th {
25370
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25371
+ }
25372
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
25373
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
25374
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25375
+ }
25376
+ .v-table .v-table__wrapper > table > tfoot > tr > td,
25377
+ .v-table .v-table__wrapper > table > tfoot > tr > th {
25378
+ border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25379
+ }
25380
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
25381
+ position: relative;
25382
+ }
25383
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25384
+ background: rgba(var(--v-border-color), var(--v-hover-opacity));
25385
+ pointer-events: none;
25386
+ }
25387
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25388
+ content: "";
25389
+ position: absolute;
25390
+ top: 0;
25391
+ left: 0;
25392
+ width: 100%;
25393
+ height: 100%;
25394
+ }
25395
+ .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25396
+ background: rgb(var(--v-theme-surface));
25397
+ box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25398
+ z-index: 1;
25399
+ }
25400
+ .v-table.v-table--fixed-footer > tfoot > tr > th,
25401
+ .v-table.v-table--fixed-footer > tfoot > tr > td {
25402
+ background: rgb(var(--v-theme-surface));
25403
+ box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25404
+ }
25405
+
25406
+ .v-table {
25407
+ border-radius: inherit;
25408
+ line-height: 1.5;
25409
+ max-width: 100%;
25410
+ display: flex;
25411
+ flex-direction: column;
25412
+ }
25413
+ .v-table > .v-table__wrapper > table {
25414
+ width: 100%;
25415
+ border-spacing: 0;
25416
+ }
25417
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
25418
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
25419
+ .v-table > .v-table__wrapper > table > thead > tr > td,
25420
+ .v-table > .v-table__wrapper > table > thead > tr > th,
25421
+ .v-table > .v-table__wrapper > table > tfoot > tr > td,
25422
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
25423
+ padding: 0 16px;
25424
+ transition-duration: 0.28s;
25425
+ transition-property: box-shadow, opacity, background, height;
25426
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25427
+ }
25428
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
25429
+ .v-table > .v-table__wrapper > table > thead > tr > td,
25430
+ .v-table > .v-table__wrapper > table > tfoot > tr > td {
25431
+ height: var(--v-table-row-height);
25432
+ }
25433
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
25434
+ .v-table > .v-table__wrapper > table > thead > tr > th,
25435
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
25436
+ height: var(--v-table-header-height);
25437
+ font-weight: 500;
25438
+ -webkit-user-select: none;
25439
+ user-select: none;
25440
+ text-align: start;
25441
+ }
25442
+ .v-table--density-default {
25443
+ --v-table-header-height: 56px;
25444
+ --v-table-row-height: 52px;
25445
+ }
25446
+
25447
+ .v-table--density-comfortable {
25448
+ --v-table-header-height: 48px;
25449
+ --v-table-row-height: 44px;
25450
+ }
25451
+
25452
+ .v-table--density-compact {
25453
+ --v-table-header-height: 40px;
25454
+ --v-table-row-height: 36px;
25455
+ }
25456
+
25457
+ .v-table__wrapper {
25458
+ border-radius: inherit;
25459
+ overflow: auto;
25460
+ flex: 1 1 auto;
25461
+ }
25462
+
25463
+ .v-table--has-top > .v-table__wrapper {
25464
+ border-top-left-radius: 0;
25465
+ border-top-right-radius: 0;
25466
+ }
25467
+
25468
+ .v-table--has-bottom > .v-table__wrapper {
25469
+ border-bottom-left-radius: 0;
25470
+ border-bottom-right-radius: 0;
25471
+ }
25472
+
25473
+ .v-table--fixed-height > .v-table__wrapper {
25474
+ overflow-y: auto;
25475
+ }
25476
+
25477
+ .v-table--fixed-header > .v-table__wrapper > table > thead {
25478
+ position: sticky;
25479
+ top: 0;
25480
+ z-index: 2;
25481
+ }
25482
+ .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25483
+ border-bottom: 0px !important;
25484
+ }
25485
+
25486
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25487
+ position: sticky;
25488
+ bottom: 0;
25489
+ z-index: 1;
25490
+ }
25491
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25492
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25493
+ border-top: 0px !important;
25323
25494
  }/* region BLOCK */
25324
25495
  .v-text-field input {
25325
25496
  color: inherit;
@@ -25403,177 +25574,218 @@ html.v-overlay-scroll-blocked {
25403
25574
  .v-field.v-field--reverse .v-text-field__suffix {
25404
25575
  padding-inline-start: var(--v-field-padding-start);
25405
25576
  }
25406
-
25407
- /* endregion */.v-tab.v-tab.v-btn {
25408
- height: var(--v-tabs-height);
25409
- border-radius: 0;
25410
- min-width: 90px;
25577
+
25578
+ /* endregion */.v-textarea .v-field {
25579
+ --v-textarea-control-height: var(--v-input-control-height);
25411
25580
  }
25412
- .v-slide-group--horizontal .v-tab {
25413
- max-width: 360px;
25581
+ .v-textarea .v-field__field {
25582
+ --v-input-control-height: var(--v-textarea-control-height);
25414
25583
  }
25415
- .v-slide-group--vertical .v-tab {
25416
- justify-content: start;
25584
+ .v-textarea .v-field__input {
25585
+ flex: 1 1 auto;
25586
+ outline: none;
25587
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25588
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25417
25589
  }
25418
-
25419
- .v-tab__slider {
25590
+ .v-textarea .v-field__input.v-textarea__sizer {
25591
+ visibility: hidden;
25420
25592
  position: absolute;
25421
- bottom: 0;
25593
+ top: 0;
25422
25594
  left: 0;
25423
- height: 2px;
25424
- width: 100%;
25425
- background: currentColor;
25595
+ height: 0 !important;
25596
+ min-height: 0 !important;
25426
25597
  pointer-events: none;
25427
- opacity: 0;
25428
25598
  }
25429
- .v-tab--selected .v-tab__slider {
25599
+ .v-textarea--no-resize .v-field__input {
25600
+ resize: none;
25601
+ }
25602
+ .v-textarea .v-field--no-label textarea,
25603
+ .v-textarea .v-field--active textarea {
25430
25604
  opacity: 1;
25431
25605
  }
25432
- .v-slide-group--vertical .v-tab__slider {
25433
- top: 0;
25606
+ .v-textarea textarea {
25607
+ opacity: 0;
25608
+ flex: 1;
25609
+ min-width: 0;
25434
25610
  height: 100%;
25435
- width: 2px;
25436
- }.v-table {
25437
- font-size: 0.875rem;
25438
- transition-duration: 0.28s;
25439
- transition-property: box-shadow, opacity, background, height;
25440
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25611
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25441
25612
  }
25442
- .v-table {
25443
- background: rgb(var(--v-theme-surface));
25444
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25613
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25614
+ outline: none;
25445
25615
  }
25446
- .v-table .v-table-divider {
25447
- border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25616
+ .v-textarea textarea:invalid {
25617
+ box-shadow: none;
25618
+ }.v-toolbar {
25619
+ align-items: flex-start;
25620
+ display: flex;
25621
+ flex: none;
25622
+ flex-direction: column;
25623
+ justify-content: space-between;
25624
+ max-width: 100%;
25625
+ position: relative;
25626
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25627
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25628
+ width: 100%;
25448
25629
  }
25449
- .v-table .v-table__wrapper > table > thead > tr > th {
25450
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25630
+ .v-toolbar {
25631
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25632
+ border-style: solid;
25633
+ border-width: 0;
25451
25634
  }
25452
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
25453
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
25454
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25635
+ .v-toolbar--border {
25636
+ border-width: thin;
25637
+ box-shadow: none;
25455
25638
  }
25456
- .v-table .v-table__wrapper > table > tfoot > tr > td,
25457
- .v-table .v-table__wrapper > table > tfoot > tr > th {
25458
- border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25639
+ .v-toolbar {
25640
+ 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));
25459
25641
  }
25460
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
25461
- position: relative;
25642
+ .v-toolbar {
25643
+ border-radius: 0;
25462
25644
  }
25463
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25464
- background: rgba(var(--v-border-color), var(--v-hover-opacity));
25465
- pointer-events: none;
25645
+ .v-toolbar {
25646
+ background: rgb(var(--v-theme-surface-light));
25647
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25466
25648
  }
25467
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25468
- content: "";
25649
+ .v-toolbar--absolute {
25469
25650
  position: absolute;
25470
- top: 0;
25471
- left: 0;
25472
- width: 100%;
25473
- height: 100%;
25474
25651
  }
25475
- .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25476
- background: rgb(var(--v-theme-surface));
25477
- box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25478
- z-index: 1;
25652
+ .v-toolbar--collapse {
25653
+ max-width: 112px;
25654
+ overflow: hidden;
25655
+ border-end-end-radius: 24px;
25479
25656
  }
25480
- .v-table.v-table--fixed-footer > tfoot > tr > th,
25481
- .v-table.v-table--fixed-footer > tfoot > tr > td {
25482
- background: rgb(var(--v-theme-surface));
25483
- box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25657
+ .v-toolbar--collapse .v-toolbar-title {
25658
+ display: none;
25659
+ }
25660
+ .v-toolbar--flat {
25661
+ 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));
25662
+ }
25663
+ .v-toolbar--floating {
25664
+ display: inline-flex;
25665
+ width: auto;
25666
+ }
25667
+ .v-toolbar--rounded {
25668
+ border-radius: 4px;
25484
25669
  }
25485
25670
 
25486
- .v-table {
25487
- border-radius: inherit;
25488
- line-height: 1.5;
25489
- max-width: 100%;
25671
+ .v-toolbar__content,
25672
+ .v-toolbar__extension {
25673
+ align-items: center;
25490
25674
  display: flex;
25491
- flex-direction: column;
25492
- }
25493
- .v-table > .v-table__wrapper > table {
25675
+ flex: 0 0 auto;
25676
+ position: relative;
25677
+ transition: inherit;
25494
25678
  width: 100%;
25495
- border-spacing: 0;
25496
25679
  }
25497
- .v-table > .v-table__wrapper > table > tbody > tr > td,
25498
- .v-table > .v-table__wrapper > table > tbody > tr > th,
25499
- .v-table > .v-table__wrapper > table > thead > tr > td,
25500
- .v-table > .v-table__wrapper > table > thead > tr > th,
25501
- .v-table > .v-table__wrapper > table > tfoot > tr > td,
25502
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
25503
- padding: 0 16px;
25504
- transition-duration: 0.28s;
25505
- transition-property: box-shadow, opacity, background, height;
25506
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25680
+
25681
+ .v-toolbar__content {
25682
+ overflow: hidden;
25507
25683
  }
25508
- .v-table > .v-table__wrapper > table > tbody > tr > td,
25509
- .v-table > .v-table__wrapper > table > thead > tr > td,
25510
- .v-table > .v-table__wrapper > table > tfoot > tr > td {
25511
- height: var(--v-table-row-height);
25684
+ .v-toolbar__content > .v-btn:first-child {
25685
+ margin-inline-start: 4px;
25512
25686
  }
25513
- .v-table > .v-table__wrapper > table > tbody > tr > th,
25514
- .v-table > .v-table__wrapper > table > thead > tr > th,
25515
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
25516
- height: var(--v-table-header-height);
25517
- font-weight: 500;
25518
- -webkit-user-select: none;
25519
- user-select: none;
25520
- text-align: start;
25687
+ .v-toolbar__content > .v-btn:last-child {
25688
+ margin-inline-end: 4px;
25521
25689
  }
25522
- .v-table--density-default {
25523
- --v-table-header-height: 56px;
25524
- --v-table-row-height: 52px;
25690
+ .v-toolbar__content > .v-toolbar-title {
25691
+ margin-inline-start: 20px;
25525
25692
  }
25526
-
25527
- .v-table--density-comfortable {
25528
- --v-table-header-height: 48px;
25529
- --v-table-row-height: 44px;
25693
+ .v-toolbar--density-prominent .v-toolbar__content {
25694
+ align-items: flex-start;
25530
25695
  }
25531
25696
 
25532
- .v-table--density-compact {
25533
- --v-table-header-height: 40px;
25534
- --v-table-row-height: 36px;
25697
+ .v-toolbar__image {
25698
+ display: flex;
25699
+ opacity: var(--v-toolbar-image-opacity, 1);
25700
+ transition-property: opacity;
25535
25701
  }
25536
-
25537
- .v-table__wrapper {
25538
- border-radius: inherit;
25539
- overflow: auto;
25540
- flex: 1 1 auto;
25702
+ .v-toolbar__image {
25703
+ position: absolute;
25704
+ top: 0;
25705
+ left: 0;
25706
+ width: 100%;
25707
+ height: 100%;
25541
25708
  }
25542
25709
 
25543
- .v-table--has-top > .v-table__wrapper {
25544
- border-top-left-radius: 0;
25545
- border-top-right-radius: 0;
25710
+ .v-toolbar__prepend,
25711
+ .v-toolbar__append {
25712
+ align-items: center;
25713
+ align-self: stretch;
25714
+ display: flex;
25546
25715
  }
25547
25716
 
25548
- .v-table--has-bottom > .v-table__wrapper {
25549
- border-bottom-left-radius: 0;
25550
- border-bottom-right-radius: 0;
25717
+ .v-toolbar__prepend {
25718
+ margin-inline: 4px auto;
25551
25719
  }
25552
25720
 
25553
- .v-table--fixed-height > .v-table__wrapper {
25554
- overflow-y: auto;
25721
+ .v-toolbar__append {
25722
+ margin-inline: auto 4px;
25555
25723
  }
25556
25724
 
25557
- .v-table--fixed-header > .v-table__wrapper > table > thead {
25558
- position: sticky;
25559
- top: 0;
25560
- z-index: 2;
25725
+ .v-toolbar-title {
25726
+ flex: 1 1;
25727
+ font-size: 1.25rem;
25728
+ min-width: 0;
25561
25729
  }
25562
- .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25563
- border-bottom: 0px !important;
25730
+ .v-toolbar-title {
25731
+ font-size: 1.25rem;
25732
+ font-weight: 400;
25733
+ letter-spacing: 0;
25734
+ line-height: 1.75rem;
25735
+ text-transform: none;
25736
+ }
25737
+ .v-toolbar--density-prominent .v-toolbar-title {
25738
+ align-self: flex-end;
25739
+ padding-bottom: 6px;
25740
+ }
25741
+ .v-toolbar--density-prominent .v-toolbar-title {
25742
+ font-size: 1.5rem;
25743
+ font-weight: 400;
25744
+ letter-spacing: 0;
25745
+ line-height: 2.25rem;
25746
+ text-transform: none;
25564
25747
  }
25565
25748
 
25566
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25567
- position: sticky;
25568
- bottom: 0;
25569
- z-index: 1;
25749
+ .v-toolbar-title__placeholder {
25750
+ overflow: hidden;
25751
+ text-overflow: ellipsis;
25752
+ white-space: nowrap;
25570
25753
  }
25571
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25572
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25573
- border-top: 0px !important;
25754
+
25755
+ .v-toolbar-items {
25756
+ display: flex;
25757
+ height: inherit;
25758
+ align-self: stretch;
25759
+ }
25760
+ .v-toolbar-items > .v-btn {
25761
+ border-radius: 0;
25574
25762
  }.v-theme-provider {
25575
25763
  background: rgb(var(--v-theme-background));
25576
25764
  color: rgb(var(--v-theme-on-background));
25765
+ }.v-tooltip > .v-overlay__content {
25766
+ background: rgb(var(--v-theme-surface-variant));
25767
+ color: rgb(var(--v-theme-on-surface-variant));
25768
+ border-radius: 4px;
25769
+ font-size: 0.875rem;
25770
+ line-height: 1.6;
25771
+ display: inline-block;
25772
+ padding: 5px 16px;
25773
+ text-transform: initial;
25774
+ width: auto;
25775
+ opacity: 1;
25776
+ transition-property: opacity, transform;
25777
+ overflow-wrap: break-word;
25778
+ }
25779
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
25780
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25781
+ transition-duration: 150ms;
25782
+ }
25783
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
25784
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25785
+ transition-duration: 75ms;
25786
+ }
25787
+ .v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
25788
+ pointer-events: none;
25577
25789
  }.v-timeline .v-timeline-divider__dot {
25578
25790
  background: rgb(var(--v-theme-surface-light));
25579
25791
  }
@@ -26001,223 +26213,6 @@ html.v-overlay-scroll-blocked {
26001
26213
 
26002
26214
  .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 {
26003
26215
  padding-inline-end: 0;
26004
- }.v-toolbar {
26005
- align-items: flex-start;
26006
- display: flex;
26007
- flex: none;
26008
- flex-direction: column;
26009
- justify-content: space-between;
26010
- max-width: 100%;
26011
- position: relative;
26012
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26013
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
26014
- width: 100%;
26015
- }
26016
- .v-toolbar {
26017
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26018
- border-style: solid;
26019
- border-width: 0;
26020
- }
26021
- .v-toolbar--border {
26022
- border-width: thin;
26023
- box-shadow: none;
26024
- }
26025
- .v-toolbar {
26026
- 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));
26027
- }
26028
- .v-toolbar {
26029
- border-radius: 0;
26030
- }
26031
- .v-toolbar {
26032
- background: rgb(var(--v-theme-surface-light));
26033
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26034
- }
26035
- .v-toolbar--absolute {
26036
- position: absolute;
26037
- }
26038
- .v-toolbar--collapse {
26039
- max-width: 112px;
26040
- overflow: hidden;
26041
- border-end-end-radius: 24px;
26042
- }
26043
- .v-toolbar--collapse .v-toolbar-title {
26044
- display: none;
26045
- }
26046
- .v-toolbar--flat {
26047
- 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));
26048
- }
26049
- .v-toolbar--floating {
26050
- display: inline-flex;
26051
- width: auto;
26052
- }
26053
- .v-toolbar--rounded {
26054
- border-radius: 4px;
26055
- }
26056
-
26057
- .v-toolbar__content,
26058
- .v-toolbar__extension {
26059
- align-items: center;
26060
- display: flex;
26061
- flex: 0 0 auto;
26062
- position: relative;
26063
- transition: inherit;
26064
- width: 100%;
26065
- }
26066
-
26067
- .v-toolbar__content {
26068
- overflow: hidden;
26069
- }
26070
- .v-toolbar__content > .v-btn:first-child {
26071
- margin-inline-start: 4px;
26072
- }
26073
- .v-toolbar__content > .v-btn:last-child {
26074
- margin-inline-end: 4px;
26075
- }
26076
- .v-toolbar__content > .v-toolbar-title {
26077
- margin-inline-start: 20px;
26078
- }
26079
- .v-toolbar--density-prominent .v-toolbar__content {
26080
- align-items: flex-start;
26081
- }
26082
-
26083
- .v-toolbar__image {
26084
- display: flex;
26085
- opacity: var(--v-toolbar-image-opacity, 1);
26086
- transition-property: opacity;
26087
- }
26088
- .v-toolbar__image {
26089
- position: absolute;
26090
- top: 0;
26091
- left: 0;
26092
- width: 100%;
26093
- height: 100%;
26094
- }
26095
-
26096
- .v-toolbar__prepend,
26097
- .v-toolbar__append {
26098
- align-items: center;
26099
- align-self: stretch;
26100
- display: flex;
26101
- }
26102
-
26103
- .v-toolbar__prepend {
26104
- margin-inline: 4px auto;
26105
- }
26106
-
26107
- .v-toolbar__append {
26108
- margin-inline: auto 4px;
26109
- }
26110
-
26111
- .v-toolbar-title {
26112
- flex: 1 1;
26113
- font-size: 1.25rem;
26114
- min-width: 0;
26115
- }
26116
- .v-toolbar-title {
26117
- font-size: 1.25rem;
26118
- font-weight: 400;
26119
- letter-spacing: 0;
26120
- line-height: 1.75rem;
26121
- text-transform: none;
26122
- }
26123
- .v-toolbar--density-prominent .v-toolbar-title {
26124
- align-self: flex-end;
26125
- padding-bottom: 6px;
26126
- }
26127
- .v-toolbar--density-prominent .v-toolbar-title {
26128
- font-size: 1.5rem;
26129
- font-weight: 400;
26130
- letter-spacing: 0;
26131
- line-height: 2.25rem;
26132
- text-transform: none;
26133
- }
26134
-
26135
- .v-toolbar-title__placeholder {
26136
- overflow: hidden;
26137
- text-overflow: ellipsis;
26138
- white-space: nowrap;
26139
- }
26140
-
26141
- .v-toolbar-items {
26142
- display: flex;
26143
- height: inherit;
26144
- align-self: stretch;
26145
- }
26146
- .v-toolbar-items > .v-btn {
26147
- border-radius: 0;
26148
- }.v-virtual-scroll {
26149
- display: block;
26150
- flex: 1 1 auto;
26151
- max-width: 100%;
26152
- overflow: auto;
26153
- position: relative;
26154
- }
26155
- .v-virtual-scroll__container {
26156
- display: block;
26157
- }.v-tooltip > .v-overlay__content {
26158
- background: rgb(var(--v-theme-surface-variant));
26159
- color: rgb(var(--v-theme-on-surface-variant));
26160
- border-radius: 4px;
26161
- font-size: 0.875rem;
26162
- line-height: 1.6;
26163
- display: inline-block;
26164
- padding: 5px 16px;
26165
- text-transform: initial;
26166
- width: auto;
26167
- opacity: 1;
26168
- transition-property: opacity, transform;
26169
- overflow-wrap: break-word;
26170
- }
26171
- .v-tooltip > .v-overlay__content[class*=enter-active] {
26172
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26173
- transition-duration: 150ms;
26174
- }
26175
- .v-tooltip > .v-overlay__content[class*=leave-active] {
26176
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26177
- transition-duration: 75ms;
26178
- }
26179
- .v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
26180
- pointer-events: none;
26181
- }.v-textarea .v-field {
26182
- --v-textarea-control-height: var(--v-input-control-height);
26183
- }
26184
- .v-textarea .v-field__field {
26185
- --v-input-control-height: var(--v-textarea-control-height);
26186
- }
26187
- .v-textarea .v-field__input {
26188
- flex: 1 1 auto;
26189
- outline: none;
26190
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
26191
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
26192
- }
26193
- .v-textarea .v-field__input.v-textarea__sizer {
26194
- visibility: hidden;
26195
- position: absolute;
26196
- top: 0;
26197
- left: 0;
26198
- height: 0 !important;
26199
- min-height: 0 !important;
26200
- pointer-events: none;
26201
- }
26202
- .v-textarea--no-resize .v-field__input {
26203
- resize: none;
26204
- }
26205
- .v-textarea .v-field--no-label textarea,
26206
- .v-textarea .v-field--active textarea {
26207
- opacity: 1;
26208
- }
26209
- .v-textarea textarea {
26210
- opacity: 0;
26211
- flex: 1;
26212
- min-width: 0;
26213
- height: 100%;
26214
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
26215
- }
26216
- .v-textarea textarea:focus, .v-textarea textarea:active {
26217
- outline: none;
26218
- }
26219
- .v-textarea textarea:invalid {
26220
- box-shadow: none;
26221
26216
  }.v-window {
26222
26217
  overflow: hidden;
26223
26218
  }
@@ -26288,99 +26283,104 @@ html.v-overlay-scroll-blocked {
26288
26283
  }
26289
26284
  .v-window-y-reverse-transition-leave-to {
26290
26285
  transform: translateY(100%);
26291
- }.v-infinite-scroll--horizontal {
26292
- display: flex;
26293
- flex-direction: row;
26294
- overflow-x: auto;
26286
+ }.v-virtual-scroll {
26287
+ display: block;
26288
+ flex: 1 1 auto;
26289
+ max-width: 100%;
26290
+ overflow: auto;
26291
+ position: relative;
26292
+ }
26293
+ .v-virtual-scroll__container {
26294
+ display: block;
26295
+ }.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
26296
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
26297
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
26298
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
26299
+ top: 0px;
26295
26300
  }
26296
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
26297
- height: 100%;
26298
- width: var(--v-infinite-margin-size, 1px);
26301
+ .v-combobox .v-field .v-text-field__prefix,
26302
+ .v-combobox .v-field .v-text-field__suffix,
26303
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
26304
+ cursor: text;
26299
26305
  }
26300
-
26301
- .v-infinite-scroll--vertical {
26302
- display: flex;
26303
- flex-direction: column;
26304
- overflow-y: auto;
26306
+ .v-combobox .v-field .v-field__input > input {
26307
+ flex: 1 1;
26305
26308
  }
26306
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
26307
- height: 1px;
26308
- width: 100%;
26309
+ .v-combobox .v-field input {
26310
+ min-width: 64px;
26309
26311
  }
26310
-
26311
- .v-infinite-scroll-intersect {
26312
- pointer-events: none;
26313
- margin-top: var(--v-infinite-margin);
26314
- margin-bottom: calc(var(--v-infinite-margin) * -1);
26312
+ .v-combobox .v-field:not(.v-field--focused) input {
26313
+ min-width: 0;
26315
26314
  }
26316
- .v-infinite-scroll-intersect:nth-child(2) {
26317
- --v-infinite-margin: var(--v-infinite-margin-size, 1px);
26315
+ .v-combobox .v-field--dirty .v-combobox__selection {
26316
+ margin-inline-end: 2px;
26318
26317
  }
26319
- .v-infinite-scroll-intersect:nth-last-child(2) {
26320
- --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
26318
+ .v-combobox .v-combobox__selection-text {
26319
+ overflow: hidden;
26320
+ text-overflow: ellipsis;
26321
+ white-space: nowrap;
26321
26322
  }
26322
26323
 
26323
- .v-infinite-scroll__side {
26324
- align-items: center;
26325
- display: flex;
26326
- justify-content: center;
26327
- padding: 8px;
26328
- }.v-layout-item {
26329
- position: absolute;
26330
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26324
+ .v-combobox__content {
26325
+ overflow: hidden;
26331
26326
  }
26332
-
26333
- .v-layout-item--absolute {
26334
- position: absolute;
26335
- }.v-layout {
26336
- --v-scrollbar-offset: 0px;
26337
- display: flex;
26338
- flex: 1 1 auto;
26327
+ .v-combobox__content {
26328
+ 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));
26339
26329
  }
26340
- .v-layout--full-height {
26341
- --v-scrollbar-offset: inherit;
26342
- height: 100%;
26343
- }.v-speed-dial__content {
26344
- gap: 8px;
26330
+ .v-combobox__content {
26331
+ border-radius: 4px;
26345
26332
  }
26346
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
26347
- flex-direction: row;
26333
+ .v-combobox__mask {
26334
+ background: rgb(var(--v-theme-surface-light));
26348
26335
  }
26349
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
26350
- flex-direction: row-reverse;
26336
+ .v-combobox__selection {
26337
+ display: inline-flex;
26338
+ align-items: center;
26339
+ height: 1.5rem;
26340
+ letter-spacing: inherit;
26341
+ line-height: inherit;
26342
+ max-width: calc(100% - 2px - 2px);
26351
26343
  }
26352
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
26353
- flex-direction: column-reverse;
26344
+ .v-combobox__selection:first-child {
26345
+ margin-inline-start: 0;
26354
26346
  }
26355
- .v-speed-dial__content > *:nth-child(1) {
26356
- transition-delay: 0s;
26347
+ .v-combobox--selecting-index .v-combobox__selection {
26348
+ opacity: var(--v-medium-emphasis-opacity);
26357
26349
  }
26358
- .v-speed-dial__content > *:nth-child(2) {
26359
- transition-delay: 0.05s;
26350
+ .v-combobox--selecting-index .v-combobox__selection--selected {
26351
+ opacity: 1;
26360
26352
  }
26361
- .v-speed-dial__content > *:nth-child(3) {
26362
- transition-delay: 0.1s;
26353
+ .v-combobox--selecting-index .v-field__input > input {
26354
+ caret-color: transparent;
26363
26355
  }
26364
- .v-speed-dial__content > *:nth-child(4) {
26365
- transition-delay: 0.15s;
26356
+ .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
26357
+ flex: 1 1;
26358
+ position: absolute;
26359
+ left: 0;
26360
+ right: 0;
26361
+ width: 100%;
26362
+ padding-inline: inherit;
26366
26363
  }
26367
- .v-speed-dial__content > *:nth-child(5) {
26368
- transition-delay: 0.2s;
26364
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
26365
+ transition: none;
26369
26366
  }
26370
- .v-speed-dial__content > *:nth-child(6) {
26371
- transition-delay: 0.25s;
26367
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
26368
+ opacity: 0;
26372
26369
  }
26373
- .v-speed-dial__content > *:nth-child(7) {
26374
- transition-delay: 0.3s;
26370
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
26371
+ opacity: 0;
26375
26372
  }
26376
- .v-speed-dial__content > *:nth-child(8) {
26377
- transition-delay: 0.35s;
26373
+ .v-combobox__menu-icon {
26374
+ margin-inline-start: 4px;
26375
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26378
26376
  }
26379
- .v-speed-dial__content > *:nth-child(9) {
26380
- transition-delay: 0.4s;
26377
+ .v-combobox--active-menu .v-combobox__menu-icon {
26378
+ transform: rotate(180deg);
26379
+ }.v-checkbox.v-input {
26380
+ flex: 0 1 auto;
26381
26381
  }
26382
- .v-speed-dial__content > *:nth-child(10) {
26383
- transition-delay: 0.45s;
26382
+ .v-checkbox .v-selection-control {
26383
+ min-height: var(--v-input-control-height);
26384
26384
  }.v-color-picker-canvas {
26385
26385
  display: flex;
26386
26386
  position: relative;
@@ -26403,6 +26403,69 @@ html.v-overlay-scroll-blocked {
26403
26403
  }
26404
26404
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26405
26405
  will-change: transform;
26406
+ }.v-color-picker-edit {
26407
+ display: flex;
26408
+ margin-top: 24px;
26409
+ }
26410
+
26411
+ .v-color-picker-edit__input {
26412
+ width: 100%;
26413
+ display: flex;
26414
+ flex-wrap: wrap;
26415
+ justify-content: center;
26416
+ text-align: center;
26417
+ }
26418
+ .v-color-picker-edit__input:not(:last-child) {
26419
+ margin-inline-end: 8px;
26420
+ }
26421
+ .v-color-picker-edit__input input {
26422
+ border-radius: 4px;
26423
+ margin-bottom: 8px;
26424
+ min-width: 0;
26425
+ outline: none;
26426
+ text-align: center;
26427
+ width: 100%;
26428
+ height: 32px;
26429
+ background: rgba(var(--v-theme-surface-variant), 0.2);
26430
+ color: rgba(var(--v-theme-on-surface));
26431
+ }
26432
+ .v-color-picker-edit__input span {
26433
+ font-size: 0.75rem;
26434
+ }.v-color-picker-swatches {
26435
+ overflow-y: auto;
26436
+ }
26437
+ .v-color-picker-swatches > div {
26438
+ display: flex;
26439
+ flex-wrap: wrap;
26440
+ justify-content: center;
26441
+ padding: 8px;
26442
+ }
26443
+
26444
+ .v-color-picker-swatches__swatch {
26445
+ display: flex;
26446
+ flex-direction: column;
26447
+ margin-bottom: 10px;
26448
+ }
26449
+
26450
+ .v-color-picker-swatches__color {
26451
+ position: relative;
26452
+ height: 18px;
26453
+ max-height: 18px;
26454
+ width: 45px;
26455
+ margin: 2px 4px;
26456
+ border-radius: 2px;
26457
+ -webkit-user-select: none;
26458
+ user-select: none;
26459
+ overflow: hidden;
26460
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26461
+ cursor: pointer;
26462
+ }
26463
+ .v-color-picker-swatches__color > div {
26464
+ display: flex;
26465
+ align-items: center;
26466
+ justify-content: center;
26467
+ width: 100%;
26468
+ height: 100%;
26406
26469
  }.v-color-picker-preview__alpha .v-slider-track__background {
26407
26470
  background-color: transparent !important;
26408
26471
  }
@@ -26473,69 +26536,6 @@ html.v-overlay-scroll-blocked {
26473
26536
  .v-color-picker-preview__eye-dropper {
26474
26537
  position: relative;
26475
26538
  margin-right: 12px;
26476
- }.v-color-picker-edit {
26477
- display: flex;
26478
- margin-top: 24px;
26479
- }
26480
-
26481
- .v-color-picker-edit__input {
26482
- width: 100%;
26483
- display: flex;
26484
- flex-wrap: wrap;
26485
- justify-content: center;
26486
- text-align: center;
26487
- }
26488
- .v-color-picker-edit__input:not(:last-child) {
26489
- margin-inline-end: 8px;
26490
- }
26491
- .v-color-picker-edit__input input {
26492
- border-radius: 4px;
26493
- margin-bottom: 8px;
26494
- min-width: 0;
26495
- outline: none;
26496
- text-align: center;
26497
- width: 100%;
26498
- height: 32px;
26499
- background: rgba(var(--v-theme-surface-variant), 0.2);
26500
- color: rgba(var(--v-theme-on-surface));
26501
- }
26502
- .v-color-picker-edit__input span {
26503
- font-size: 0.75rem;
26504
- }.v-color-picker-swatches {
26505
- overflow-y: auto;
26506
- }
26507
- .v-color-picker-swatches > div {
26508
- display: flex;
26509
- flex-wrap: wrap;
26510
- justify-content: center;
26511
- padding: 8px;
26512
- }
26513
-
26514
- .v-color-picker-swatches__swatch {
26515
- display: flex;
26516
- flex-direction: column;
26517
- margin-bottom: 10px;
26518
- }
26519
-
26520
- .v-color-picker-swatches__color {
26521
- position: relative;
26522
- height: 18px;
26523
- max-height: 18px;
26524
- width: 45px;
26525
- margin: 2px 4px;
26526
- border-radius: 2px;
26527
- -webkit-user-select: none;
26528
- user-select: none;
26529
- overflow: hidden;
26530
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26531
- cursor: pointer;
26532
- }
26533
- .v-color-picker-swatches__color > div {
26534
- display: flex;
26535
- align-items: center;
26536
- justify-content: center;
26537
- width: 100%;
26538
- height: 100%;
26539
26539
  }.v-picker.v-sheet {
26540
26540
  display: grid;
26541
26541
  grid-auto-rows: min-content;