@vuetify/nightly 3.5.9-dev.2024-03-17 → 3.5.9-dev.2024-03-29

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.5.9-dev.2024-03-17
2
+ * Vuetify v3.5.9-dev.2024-03-29
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17342,11 +17342,64 @@ html.overflow-y-hidden {
17342
17342
  }
17343
17343
  .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17344
17344
  border-bottom: none;
17345
- }.v-calendar-internal-event {
17346
- overflow: hidden;
17347
- padding: 4px;
17348
- text-overflow: ellipsis;
17349
- white-space: nowrap;
17345
+ }.v-empty-state {
17346
+ align-items: center;
17347
+ display: flex;
17348
+ flex-direction: column;
17349
+ justify-content: center;
17350
+ min-height: 100%;
17351
+ padding: 16px;
17352
+ }
17353
+ .v-empty-state--start {
17354
+ align-items: flex-start;
17355
+ }
17356
+ .v-empty-state--center {
17357
+ align-items: center;
17358
+ }
17359
+ .v-empty-state--end {
17360
+ align-items: flex-end;
17361
+ }
17362
+
17363
+ .v-empty-state__media {
17364
+ text-align: center;
17365
+ width: 100%;
17366
+ }
17367
+
17368
+ .v-empty-state__headline {
17369
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
17370
+ font-size: 3.75rem;
17371
+ font-weight: 300;
17372
+ line-height: 3.75rem;
17373
+ }
17374
+
17375
+ .v-empty-state__title {
17376
+ font-size: 1.25rem;
17377
+ font-weight: 500;
17378
+ line-height: 2rem;
17379
+ text-align: center;
17380
+ }
17381
+
17382
+ .v-empty-state__text {
17383
+ font-size: 1rem;
17384
+ font-weight: 400;
17385
+ line-height: 1.5rem;
17386
+ padding: 0 16px;
17387
+ text-align: center;
17388
+ }
17389
+
17390
+ .v-empty-state__content {
17391
+ padding: 24px 0;
17392
+ }
17393
+
17394
+ .v-empty-state__actions {
17395
+ display: flex;
17396
+ gap: 8px;
17397
+ padding: 16px;
17398
+ }
17399
+
17400
+ .v-empty-state__action-btn.v-btn {
17401
+ background-color: rgb(var(--v-theme-surface-variant));
17402
+ color: rgb(var(--v-theme-on-surface-variant));
17350
17403
  }.v-calendar-header {
17351
17404
  align-items: center;
17352
17405
  display: flex;
@@ -17423,6 +17476,11 @@ html.overflow-y-hidden {
17423
17476
 
17424
17477
  .v-calendar-weekly__day-alldayevents-container {
17425
17478
  min-height: 24px;
17479
+ }.v-calendar-internal-event {
17480
+ overflow: hidden;
17481
+ padding: 4px;
17482
+ text-overflow: ellipsis;
17483
+ white-space: nowrap;
17426
17484
  }.v-fab {
17427
17485
  align-items: center;
17428
17486
  display: inline-flex;
@@ -17542,66 +17600,6 @@ html.overflow-y-hidden {
17542
17600
  padding-bottom: 16px;
17543
17601
  font-weight: 400;
17544
17602
  letter-spacing: 0.1666666667em;
17545
- }.v-empty-state {
17546
- align-items: center;
17547
- display: flex;
17548
- flex-direction: column;
17549
- justify-content: center;
17550
- min-height: 100%;
17551
- padding: 16px;
17552
- }
17553
- .v-empty-state--start {
17554
- align-items: flex-start;
17555
- }
17556
- .v-empty-state--center {
17557
- align-items: center;
17558
- }
17559
- .v-empty-state--end {
17560
- align-items: flex-end;
17561
- }
17562
-
17563
- .v-empty-state__media {
17564
- text-align: center;
17565
- width: 100%;
17566
- }
17567
-
17568
- .v-empty-state__headline {
17569
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
17570
- font-size: 3.75rem;
17571
- font-weight: 300;
17572
- line-height: 3.75rem;
17573
- }
17574
-
17575
- .v-empty-state__title {
17576
- font-size: 1.25rem;
17577
- font-weight: 500;
17578
- line-height: 2rem;
17579
- text-align: center;
17580
- }
17581
-
17582
- .v-empty-state__text {
17583
- font-size: 1rem;
17584
- font-weight: 400;
17585
- line-height: 1.5rem;
17586
- padding: 0 16px;
17587
- text-align: center;
17588
- }
17589
-
17590
- .v-empty-state__content {
17591
- padding: 24px 0;
17592
- }
17593
-
17594
- .v-empty-state__actions {
17595
- display: flex;
17596
- gap: 8px;
17597
- padding: 16px;
17598
- }
17599
-
17600
- .v-empty-state__action-btn.v-btn {
17601
- background-color: rgb(var(--v-theme-surface-variant));
17602
- color: rgb(var(--v-theme-on-surface-variant));
17603
- }.v-speed-dial__content {
17604
- gap: 8px;
17605
17603
  }.v-treeview-item--filtered {
17606
17604
  display: none;
17607
17605
  }
@@ -17618,6 +17616,8 @@ html.overflow-y-hidden {
17618
17616
  }
17619
17617
  .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
17620
17618
  padding-inline-start: calc(12px + var(--indent-padding)) !important;
17619
+ }.v-speed-dial__content {
17620
+ gap: 8px;
17621
17621
  }.v-app-bar {
17622
17622
  display: flex;
17623
17623
  }
@@ -17630,307 +17630,68 @@ html.overflow-y-hidden {
17630
17630
  }
17631
17631
  .v-app-bar:not(.v-toolbar--absolute) {
17632
17632
  padding-inline-end: var(--v-scrollbar-offset);
17633
- }.v-badge {
17634
- display: inline-block;
17635
- line-height: 1;
17633
+ }.v-alert {
17634
+ display: grid;
17635
+ flex: 1 1;
17636
+ grid-template-areas: "prepend content append close" ". content . .";
17637
+ grid-template-columns: max-content auto max-content max-content;
17638
+ position: relative;
17639
+ padding: 16px;
17640
+ overflow: hidden;
17641
+ --v-border-color: currentColor;
17642
+ border-radius: 4px;
17636
17643
  }
17637
-
17638
- .v-badge__badge {
17639
- align-items: center;
17640
- display: inline-flex;
17641
- border-radius: 10px;
17642
- font-size: 0.75rem;
17643
- font-weight: 500;
17644
- height: 1.25rem;
17645
- justify-content: center;
17646
- min-width: 20px;
17647
- padding: 4px 6px;
17648
- pointer-events: auto;
17644
+ .v-alert--absolute {
17649
17645
  position: absolute;
17650
- text-align: center;
17651
- text-indent: 0;
17652
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17653
- white-space: nowrap;
17654
- background: rgb(var(--v-theme-surface-variant));
17655
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17656
17646
  }
17657
- .v-badge--bordered .v-badge__badge::after {
17658
- border-radius: inherit;
17659
- border-style: solid;
17660
- border-width: 2px;
17661
- bottom: 0;
17662
- color: rgb(var(--v-theme-background));
17663
- content: "";
17664
- left: 0;
17665
- position: absolute;
17666
- right: 0;
17667
- top: 0;
17668
- transform: scale(1.05);
17647
+ .v-alert--fixed {
17648
+ position: fixed;
17669
17649
  }
17670
- .v-badge--dot .v-badge__badge {
17671
- border-radius: 4.5px;
17672
- height: 9px;
17673
- min-width: 0;
17674
- padding: 0;
17675
- width: 9px;
17650
+ .v-alert--sticky {
17651
+ position: sticky;
17676
17652
  }
17677
- .v-badge--dot .v-badge__badge::after {
17678
- border-width: 1.5px;
17653
+ .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
17654
+ background: transparent;
17655
+ color: inherit;
17679
17656
  }
17680
- .v-badge--inline .v-badge__badge {
17681
- position: relative;
17682
- vertical-align: middle;
17657
+ .v-alert--variant-plain {
17658
+ opacity: 0.62;
17683
17659
  }
17684
- .v-badge__badge .v-icon {
17685
- color: inherit;
17686
- font-size: 0.75rem;
17687
- margin: 0 -2px;
17660
+ .v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
17661
+ opacity: 1;
17688
17662
  }
17689
- .v-badge__badge img,
17690
- .v-badge__badge .v-img {
17691
- height: 100%;
17692
- width: 100%;
17663
+ .v-alert--variant-plain .v-alert__overlay {
17664
+ display: none;
17693
17665
  }
17694
-
17695
- .v-badge__wrapper {
17696
- display: flex;
17697
- position: relative;
17666
+ .v-alert--variant-elevated, .v-alert--variant-flat {
17667
+ background: rgb(var(--v-theme-surface-light));
17668
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
17698
17669
  }
17699
- .v-badge--inline .v-badge__wrapper {
17700
- align-items: center;
17701
- display: inline-flex;
17702
- justify-content: center;
17703
- margin: 0 4px;
17704
- }.v-autocomplete .v-field .v-text-field__prefix,
17705
- .v-autocomplete .v-field .v-text-field__suffix,
17706
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17707
- cursor: text;
17670
+ .v-alert--variant-elevated {
17671
+ 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));
17708
17672
  }
17709
- .v-autocomplete .v-field .v-field__input > input {
17710
- flex: 1 1;
17673
+ .v-alert--variant-flat {
17674
+ 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));
17711
17675
  }
17712
- .v-autocomplete .v-field input {
17713
- min-width: 64px;
17676
+ .v-alert--variant-outlined {
17677
+ border: thin solid currentColor;
17714
17678
  }
17715
- .v-autocomplete .v-field:not(.v-field--focused) input {
17716
- min-width: 0;
17679
+ .v-alert--variant-text .v-alert__overlay {
17680
+ background: currentColor;
17717
17681
  }
17718
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17719
- margin-inline-end: 2px;
17682
+ .v-alert--variant-tonal .v-alert__underlay {
17683
+ background: currentColor;
17684
+ opacity: var(--v-activated-opacity);
17685
+ border-radius: inherit;
17686
+ position: absolute;
17687
+ top: 0;
17688
+ right: 0;
17689
+ bottom: 0;
17690
+ left: 0;
17691
+ pointer-events: none;
17720
17692
  }
17721
- .v-autocomplete .v-autocomplete__selection-text {
17722
- overflow: hidden;
17723
- text-overflow: ellipsis;
17724
- white-space: nowrap;
17725
- }
17726
-
17727
- .v-autocomplete__content {
17728
- overflow: hidden;
17729
- 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));
17730
- border-radius: 4px;
17731
- }
17732
- .v-autocomplete__mask {
17733
- background: rgb(var(--v-theme-surface-light));
17734
- }
17735
- .v-autocomplete__selection {
17736
- display: inline-flex;
17737
- align-items: center;
17738
- height: 1.5rem;
17739
- letter-spacing: inherit;
17740
- line-height: inherit;
17741
- max-width: calc(100% - 2px - 2px);
17742
- }
17743
- .v-autocomplete__selection:first-child {
17744
- margin-inline-start: 0;
17745
- }
17746
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17747
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17748
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17749
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17750
- top: 0px;
17751
- }
17752
- .v-autocomplete--selecting-index .v-autocomplete__selection {
17753
- opacity: var(--v-medium-emphasis-opacity);
17754
- }
17755
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17756
- opacity: 1;
17757
- }
17758
- .v-autocomplete--selecting-index .v-field__input > input {
17759
- caret-color: transparent;
17760
- }
17761
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
17762
- flex: 1 1;
17763
- position: absolute;
17764
- left: 0;
17765
- right: 0;
17766
- width: 100%;
17767
- padding-inline: inherit;
17768
- }
17769
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
17770
- transition: none;
17771
- }
17772
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
17773
- opacity: 0;
17774
- }
17775
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
17776
- opacity: 0;
17777
- }
17778
- .v-autocomplete__menu-icon {
17779
- margin-inline-start: 4px;
17780
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17781
- }
17782
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17783
- opacity: var(--v-high-emphasis-opacity);
17784
- transform: rotate(180deg);
17785
- }.v-avatar {
17786
- flex: none;
17787
- align-items: center;
17788
- display: inline-flex;
17789
- justify-content: center;
17790
- line-height: normal;
17791
- overflow: hidden;
17792
- position: relative;
17793
- text-align: center;
17794
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17795
- transition-property: width, height;
17796
- vertical-align: middle;
17797
- border-radius: 50%;
17798
- }
17799
- .v-avatar.v-avatar--size-x-small {
17800
- --v-avatar-height: 24px;
17801
- }
17802
- .v-avatar.v-avatar--size-small {
17803
- --v-avatar-height: 32px;
17804
- }
17805
- .v-avatar.v-avatar--size-default {
17806
- --v-avatar-height: 40px;
17807
- }
17808
- .v-avatar.v-avatar--size-large {
17809
- --v-avatar-height: 48px;
17810
- }
17811
- .v-avatar.v-avatar--size-x-large {
17812
- --v-avatar-height: 56px;
17813
- }
17814
- .v-avatar.v-avatar--density-default {
17815
- height: calc(var(--v-avatar-height) + 0px);
17816
- width: calc(var(--v-avatar-height) + 0px);
17817
- }
17818
- .v-avatar.v-avatar--density-comfortable {
17819
- height: calc(var(--v-avatar-height) + -4px);
17820
- width: calc(var(--v-avatar-height) + -4px);
17821
- }
17822
- .v-avatar.v-avatar--density-compact {
17823
- height: calc(var(--v-avatar-height) + -8px);
17824
- width: calc(var(--v-avatar-height) + -8px);
17825
- }
17826
- .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
17827
- background: transparent;
17828
- color: inherit;
17829
- }
17830
- .v-avatar--variant-plain {
17831
- opacity: 0.62;
17832
- }
17833
- .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
17834
- opacity: 1;
17835
- }
17836
- .v-avatar--variant-plain .v-avatar__overlay {
17837
- display: none;
17838
- }
17839
- .v-avatar--variant-elevated, .v-avatar--variant-flat {
17840
- background: var(--v-theme-surface);
17841
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
17842
- }
17843
- .v-avatar--variant-elevated {
17844
- 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));
17845
- }
17846
- .v-avatar--variant-flat {
17847
- 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));
17848
- }
17849
- .v-avatar--variant-outlined {
17850
- border: thin solid currentColor;
17851
- }
17852
- .v-avatar--variant-text .v-avatar__overlay {
17853
- background: currentColor;
17854
- }
17855
- .v-avatar--variant-tonal .v-avatar__underlay {
17856
- background: currentColor;
17857
- opacity: var(--v-activated-opacity);
17858
- border-radius: inherit;
17859
- position: absolute;
17860
- top: 0;
17861
- right: 0;
17862
- bottom: 0;
17863
- left: 0;
17864
- pointer-events: none;
17865
- }
17866
- .v-avatar--rounded {
17867
- border-radius: 4px;
17868
- }
17869
- .v-avatar .v-img {
17870
- height: 100%;
17871
- width: 100%;
17872
- }.v-alert {
17873
- display: grid;
17874
- flex: 1 1;
17875
- grid-template-areas: "prepend content append close" ". content . .";
17876
- grid-template-columns: max-content auto max-content max-content;
17877
- position: relative;
17878
- padding: 16px;
17879
- overflow: hidden;
17880
- --v-border-color: currentColor;
17881
- border-radius: 4px;
17882
- }
17883
- .v-alert--absolute {
17884
- position: absolute;
17885
- }
17886
- .v-alert--fixed {
17887
- position: fixed;
17888
- }
17889
- .v-alert--sticky {
17890
- position: sticky;
17891
- }
17892
- .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
17893
- background: transparent;
17894
- color: inherit;
17895
- }
17896
- .v-alert--variant-plain {
17897
- opacity: 0.62;
17898
- }
17899
- .v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
17900
- opacity: 1;
17901
- }
17902
- .v-alert--variant-plain .v-alert__overlay {
17903
- display: none;
17904
- }
17905
- .v-alert--variant-elevated, .v-alert--variant-flat {
17906
- background: rgb(var(--v-theme-surface-light));
17907
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
17908
- }
17909
- .v-alert--variant-elevated {
17910
- 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));
17911
- }
17912
- .v-alert--variant-flat {
17913
- 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));
17914
- }
17915
- .v-alert--variant-outlined {
17916
- border: thin solid currentColor;
17917
- }
17918
- .v-alert--variant-text .v-alert__overlay {
17919
- background: currentColor;
17920
- }
17921
- .v-alert--variant-tonal .v-alert__underlay {
17922
- background: currentColor;
17923
- opacity: var(--v-activated-opacity);
17924
- border-radius: inherit;
17925
- position: absolute;
17926
- top: 0;
17927
- right: 0;
17928
- bottom: 0;
17929
- left: 0;
17930
- pointer-events: none;
17931
- }
17932
- .v-alert--prominent {
17933
- grid-template-areas: "prepend content append close" "prepend content . .";
17693
+ .v-alert--prominent {
17694
+ grid-template-areas: "prepend content append close" "prepend content . .";
17934
17695
  }
17935
17696
  .v-alert.v-alert--border {
17936
17697
  --v-border-opacity: 0.38;
@@ -18079,43 +17840,314 @@ html.overflow-y-hidden {
18079
17840
  text-transform: none;
18080
17841
  word-break: normal;
18081
17842
  word-wrap: break-word;
18082
- }.v-application {
18083
- display: flex;
18084
- background: rgb(var(--v-theme-background));
18085
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18086
- }
18087
-
18088
- .v-application__wrap {
18089
- -webkit-backface-visibility: hidden;
18090
- backface-visibility: hidden;
18091
- display: flex;
18092
- flex-direction: column;
18093
- flex: 1 1 auto;
18094
- max-width: 100%;
18095
- min-height: 100vh;
18096
- min-height: 100dvh;
18097
- position: relative;
18098
- }.v-bottom-navigation {
18099
- display: flex;
18100
- max-width: 100%;
17843
+ }.v-avatar {
17844
+ flex: none;
17845
+ align-items: center;
17846
+ display: inline-flex;
17847
+ justify-content: center;
17848
+ line-height: normal;
18101
17849
  overflow: hidden;
18102
- position: absolute;
18103
- transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18104
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18105
- border-style: solid;
18106
- border-width: 0;
18107
- border-radius: 0;
18108
- background: rgb(var(--v-theme-surface));
18109
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17850
+ position: relative;
17851
+ text-align: center;
17852
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17853
+ transition-property: width, height;
17854
+ vertical-align: middle;
17855
+ border-radius: 50%;
18110
17856
  }
18111
- .v-bottom-navigation--border {
18112
- border-width: thin;
18113
- box-shadow: none;
17857
+ .v-avatar.v-avatar--size-x-small {
17858
+ --v-avatar-height: 24px;
18114
17859
  }
18115
- .v-bottom-navigation--active {
18116
- 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));
17860
+ .v-avatar.v-avatar--size-small {
17861
+ --v-avatar-height: 32px;
18117
17862
  }
18118
-
17863
+ .v-avatar.v-avatar--size-default {
17864
+ --v-avatar-height: 40px;
17865
+ }
17866
+ .v-avatar.v-avatar--size-large {
17867
+ --v-avatar-height: 48px;
17868
+ }
17869
+ .v-avatar.v-avatar--size-x-large {
17870
+ --v-avatar-height: 56px;
17871
+ }
17872
+ .v-avatar.v-avatar--density-default {
17873
+ height: calc(var(--v-avatar-height) + 0px);
17874
+ width: calc(var(--v-avatar-height) + 0px);
17875
+ }
17876
+ .v-avatar.v-avatar--density-comfortable {
17877
+ height: calc(var(--v-avatar-height) + -4px);
17878
+ width: calc(var(--v-avatar-height) + -4px);
17879
+ }
17880
+ .v-avatar.v-avatar--density-compact {
17881
+ height: calc(var(--v-avatar-height) + -8px);
17882
+ width: calc(var(--v-avatar-height) + -8px);
17883
+ }
17884
+ .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
17885
+ background: transparent;
17886
+ color: inherit;
17887
+ }
17888
+ .v-avatar--variant-plain {
17889
+ opacity: 0.62;
17890
+ }
17891
+ .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
17892
+ opacity: 1;
17893
+ }
17894
+ .v-avatar--variant-plain .v-avatar__overlay {
17895
+ display: none;
17896
+ }
17897
+ .v-avatar--variant-elevated, .v-avatar--variant-flat {
17898
+ background: var(--v-theme-surface);
17899
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
17900
+ }
17901
+ .v-avatar--variant-elevated {
17902
+ 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));
17903
+ }
17904
+ .v-avatar--variant-flat {
17905
+ 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));
17906
+ }
17907
+ .v-avatar--variant-outlined {
17908
+ border: thin solid currentColor;
17909
+ }
17910
+ .v-avatar--variant-text .v-avatar__overlay {
17911
+ background: currentColor;
17912
+ }
17913
+ .v-avatar--variant-tonal .v-avatar__underlay {
17914
+ background: currentColor;
17915
+ opacity: var(--v-activated-opacity);
17916
+ border-radius: inherit;
17917
+ position: absolute;
17918
+ top: 0;
17919
+ right: 0;
17920
+ bottom: 0;
17921
+ left: 0;
17922
+ pointer-events: none;
17923
+ }
17924
+ .v-avatar--rounded {
17925
+ border-radius: 4px;
17926
+ }
17927
+ .v-avatar .v-img {
17928
+ height: 100%;
17929
+ width: 100%;
17930
+ }.v-autocomplete .v-field .v-text-field__prefix,
17931
+ .v-autocomplete .v-field .v-text-field__suffix,
17932
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17933
+ cursor: text;
17934
+ }
17935
+ .v-autocomplete .v-field .v-field__input > input {
17936
+ flex: 1 1;
17937
+ }
17938
+ .v-autocomplete .v-field input {
17939
+ min-width: 64px;
17940
+ }
17941
+ .v-autocomplete .v-field:not(.v-field--focused) input {
17942
+ min-width: 0;
17943
+ }
17944
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17945
+ margin-inline-end: 2px;
17946
+ }
17947
+ .v-autocomplete .v-autocomplete__selection-text {
17948
+ overflow: hidden;
17949
+ text-overflow: ellipsis;
17950
+ white-space: nowrap;
17951
+ }
17952
+
17953
+ .v-autocomplete__content {
17954
+ overflow: hidden;
17955
+ 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));
17956
+ border-radius: 4px;
17957
+ }
17958
+ .v-autocomplete__mask {
17959
+ background: rgb(var(--v-theme-surface-light));
17960
+ }
17961
+ .v-autocomplete__selection {
17962
+ display: inline-flex;
17963
+ align-items: center;
17964
+ height: 1.5rem;
17965
+ letter-spacing: inherit;
17966
+ line-height: inherit;
17967
+ max-width: calc(100% - 2px - 2px);
17968
+ }
17969
+ .v-autocomplete__selection:first-child {
17970
+ margin-inline-start: 0;
17971
+ }
17972
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17973
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17974
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17975
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17976
+ top: 0px;
17977
+ }
17978
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
17979
+ opacity: var(--v-medium-emphasis-opacity);
17980
+ }
17981
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17982
+ opacity: 1;
17983
+ }
17984
+ .v-autocomplete--selecting-index .v-field__input > input {
17985
+ caret-color: transparent;
17986
+ }
17987
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
17988
+ flex: 1 1;
17989
+ position: absolute;
17990
+ left: 0;
17991
+ right: 0;
17992
+ width: 100%;
17993
+ padding-inline: inherit;
17994
+ }
17995
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
17996
+ transition: none;
17997
+ }
17998
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
17999
+ opacity: 0;
18000
+ }
18001
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18002
+ opacity: 0;
18003
+ }
18004
+ .v-autocomplete__menu-icon {
18005
+ margin-inline-start: 4px;
18006
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18007
+ }
18008
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18009
+ opacity: var(--v-high-emphasis-opacity);
18010
+ transform: rotate(180deg);
18011
+ }.v-application {
18012
+ display: flex;
18013
+ background: rgb(var(--v-theme-background));
18014
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18015
+ }
18016
+
18017
+ .v-application__wrap {
18018
+ -webkit-backface-visibility: hidden;
18019
+ backface-visibility: hidden;
18020
+ display: flex;
18021
+ flex-direction: column;
18022
+ flex: 1 1 auto;
18023
+ max-width: 100%;
18024
+ min-height: 100vh;
18025
+ min-height: 100dvh;
18026
+ position: relative;
18027
+ }.v-badge {
18028
+ display: inline-block;
18029
+ line-height: 1;
18030
+ }
18031
+
18032
+ .v-badge__badge {
18033
+ align-items: center;
18034
+ display: inline-flex;
18035
+ border-radius: 10px;
18036
+ font-size: 0.75rem;
18037
+ font-weight: 500;
18038
+ height: 1.25rem;
18039
+ justify-content: center;
18040
+ min-width: 20px;
18041
+ padding: 4px 6px;
18042
+ pointer-events: auto;
18043
+ position: absolute;
18044
+ text-align: center;
18045
+ text-indent: 0;
18046
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18047
+ white-space: nowrap;
18048
+ background: rgb(var(--v-theme-surface-variant));
18049
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18050
+ }
18051
+ .v-badge--bordered .v-badge__badge::after {
18052
+ border-radius: inherit;
18053
+ border-style: solid;
18054
+ border-width: 2px;
18055
+ bottom: 0;
18056
+ color: rgb(var(--v-theme-background));
18057
+ content: "";
18058
+ left: 0;
18059
+ position: absolute;
18060
+ right: 0;
18061
+ top: 0;
18062
+ transform: scale(1.05);
18063
+ }
18064
+ .v-badge--dot .v-badge__badge {
18065
+ border-radius: 4.5px;
18066
+ height: 9px;
18067
+ min-width: 0;
18068
+ padding: 0;
18069
+ width: 9px;
18070
+ }
18071
+ .v-badge--dot .v-badge__badge::after {
18072
+ border-width: 1.5px;
18073
+ }
18074
+ .v-badge--inline .v-badge__badge {
18075
+ position: relative;
18076
+ vertical-align: middle;
18077
+ }
18078
+ .v-badge__badge .v-icon {
18079
+ color: inherit;
18080
+ font-size: 0.75rem;
18081
+ margin: 0 -2px;
18082
+ }
18083
+ .v-badge__badge img,
18084
+ .v-badge__badge .v-img {
18085
+ height: 100%;
18086
+ width: 100%;
18087
+ }
18088
+
18089
+ .v-badge__wrapper {
18090
+ display: flex;
18091
+ position: relative;
18092
+ }
18093
+ .v-badge--inline .v-badge__wrapper {
18094
+ align-items: center;
18095
+ display: inline-flex;
18096
+ justify-content: center;
18097
+ margin: 0 4px;
18098
+ }.bottom-sheet-transition-enter-from {
18099
+ transform: translateY(100%);
18100
+ }
18101
+ .bottom-sheet-transition-leave-to {
18102
+ transform: translateY(100%);
18103
+ }
18104
+
18105
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18106
+ align-self: flex-end;
18107
+ border-radius: 0;
18108
+ flex: 0 1 auto;
18109
+ left: 0;
18110
+ right: 0;
18111
+ margin-inline: 0;
18112
+ margin-bottom: 0;
18113
+ transition-duration: 0.2s;
18114
+ width: 100%;
18115
+ max-width: 100%;
18116
+ overflow: visible;
18117
+ 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));
18118
+ }
18119
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18120
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18121
+ border-radius: 0;
18122
+ }
18123
+ .v-bottom-sheet.v-bottom-sheet--inset {
18124
+ max-width: none;
18125
+ }
18126
+ @media (min-width: 600px) {
18127
+ .v-bottom-sheet.v-bottom-sheet--inset {
18128
+ max-width: 70%;
18129
+ }
18130
+ }.v-bottom-navigation {
18131
+ display: flex;
18132
+ max-width: 100%;
18133
+ overflow: hidden;
18134
+ position: absolute;
18135
+ transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18136
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18137
+ border-style: solid;
18138
+ border-width: 0;
18139
+ border-radius: 0;
18140
+ background: rgb(var(--v-theme-surface));
18141
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18142
+ }
18143
+ .v-bottom-navigation--border {
18144
+ border-width: thin;
18145
+ box-shadow: none;
18146
+ }
18147
+ .v-bottom-navigation--active {
18148
+ 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));
18149
+ }
18150
+
18119
18151
  .v-bottom-navigation__content {
18120
18152
  display: flex;
18121
18153
  flex: none;
@@ -18307,38 +18339,195 @@ html.overflow-y-hidden {
18307
18339
  }
18308
18340
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18309
18341
  align-self: flex-start;
18310
- }.bottom-sheet-transition-enter-from {
18311
- transform: translateY(100%);
18342
+ }.v-breadcrumbs {
18343
+ display: flex;
18344
+ align-items: center;
18345
+ line-height: 1.375rem;
18346
+ padding: 16px 12px;
18312
18347
  }
18313
- .bottom-sheet-transition-leave-to {
18314
- transform: translateY(100%);
18348
+ .v-breadcrumbs--rounded {
18349
+ border-radius: 4px;
18350
+ }
18351
+ .v-breadcrumbs--density-default {
18352
+ padding-top: 16px;
18353
+ padding-bottom: 16px;
18315
18354
  }
18316
18355
 
18317
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18318
- align-self: flex-end;
18356
+ .v-breadcrumbs--density-comfortable {
18357
+ padding-top: 12px;
18358
+ padding-bottom: 12px;
18359
+ }
18360
+
18361
+ .v-breadcrumbs--density-compact {
18362
+ padding-top: 8px;
18363
+ padding-bottom: 8px;
18364
+ }
18365
+
18366
+ .v-breadcrumbs__prepend {
18367
+ align-items: center;
18368
+ display: inline-flex;
18369
+ }
18370
+
18371
+ .v-breadcrumbs-item {
18372
+ align-items: center;
18373
+ color: inherit;
18374
+ display: inline-flex;
18375
+ padding: 0 4px;
18376
+ text-decoration: none;
18377
+ vertical-align: middle;
18378
+ }
18379
+ .v-breadcrumbs-item--disabled {
18380
+ opacity: var(--v-disabled-opacity);
18381
+ pointer-events: none;
18382
+ }
18383
+ .v-breadcrumbs-item--link {
18384
+ color: inherit;
18385
+ text-decoration: none;
18386
+ }
18387
+ .v-breadcrumbs-item--link:hover {
18388
+ text-decoration: underline;
18389
+ }
18390
+ .v-breadcrumbs-item .v-icon {
18391
+ font-size: 1rem;
18392
+ margin-inline: -4px 2px;
18393
+ }
18394
+
18395
+ .v-breadcrumbs-divider {
18396
+ display: inline-block;
18397
+ padding: 0 8px;
18398
+ vertical-align: middle;
18399
+ }.v-btn-group {
18400
+ display: inline-flex;
18401
+ flex-wrap: nowrap;
18402
+ max-width: 100%;
18403
+ min-width: 0;
18404
+ overflow: hidden;
18405
+ vertical-align: middle;
18406
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18407
+ border-style: solid;
18408
+ border-width: 0;
18409
+ 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));
18410
+ border-radius: 4px;
18411
+ background: transparent;
18412
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18413
+ }
18414
+ .v-btn-group--border {
18415
+ border-width: thin;
18416
+ box-shadow: none;
18417
+ }
18418
+ .v-btn-group--density-default.v-btn-group {
18419
+ height: 48px;
18420
+ }
18421
+
18422
+ .v-btn-group--density-comfortable.v-btn-group {
18423
+ height: 40px;
18424
+ }
18425
+
18426
+ .v-btn-group--density-compact.v-btn-group {
18427
+ height: 36px;
18428
+ }
18429
+
18430
+ .v-btn-group .v-btn {
18319
18431
  border-radius: 0;
18432
+ border-color: inherit;
18433
+ }
18434
+ .v-btn-group .v-btn:not(:last-child) {
18435
+ border-inline-end: none;
18436
+ }
18437
+ .v-btn-group .v-btn:not(:first-child) {
18438
+ border-inline-start: none;
18439
+ }
18440
+ .v-btn-group .v-btn:first-child {
18441
+ border-start-start-radius: inherit;
18442
+ border-end-start-radius: inherit;
18443
+ }
18444
+ .v-btn-group .v-btn:last-child {
18445
+ border-start-end-radius: inherit;
18446
+ border-end-end-radius: inherit;
18447
+ }
18448
+ .v-btn-group--divided .v-btn:not(:last-child) {
18449
+ border-inline-end-width: thin;
18450
+ border-inline-end-style: solid;
18451
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18452
+ }
18453
+ .v-btn-group--tile {
18454
+ border-radius: 0;
18455
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18456
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18457
+ }
18458
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18459
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18460
+ }
18461
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18462
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18463
+ }
18464
+ @supports not selector(:focus-visible) {
18465
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18466
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18467
+ }
18468
+ }.v-carousel {
18469
+ overflow: hidden;
18470
+ position: relative;
18471
+ width: 100%;
18472
+ }
18473
+ .v-carousel__controls {
18474
+ align-items: center;
18475
+ bottom: 0;
18476
+ display: flex;
18477
+ height: 50px;
18478
+ justify-content: center;
18479
+ list-style-type: none;
18480
+ position: absolute;
18481
+ width: 100%;
18482
+ z-index: 1;
18483
+ background: rgba(var(--v-theme-surface-variant), 0.3);
18484
+ color: rgb(var(--v-theme-on-surface-variant));
18485
+ }
18486
+ .v-carousel__controls > .v-item-group {
18320
18487
  flex: 0 1 auto;
18488
+ }
18489
+ .v-carousel__controls__item {
18490
+ margin: 0 8px;
18491
+ }
18492
+ .v-carousel__controls__item .v-icon {
18493
+ opacity: 0.5;
18494
+ }
18495
+ .v-carousel__controls__item--active .v-icon {
18496
+ opacity: 1;
18497
+ vertical-align: middle;
18498
+ }
18499
+ .v-carousel__controls__item:hover {
18500
+ background: none;
18501
+ }
18502
+ .v-carousel__controls__item:hover .v-icon {
18503
+ opacity: 0.8;
18504
+ }
18505
+
18506
+ .v-carousel__progress {
18507
+ margin: 0;
18508
+ position: absolute;
18509
+ bottom: 0;
18321
18510
  left: 0;
18322
18511
  right: 0;
18323
- margin-inline: 0;
18324
- margin-bottom: 0;
18325
- transition-duration: 0.2s;
18326
- width: 100%;
18327
- max-width: 100%;
18328
- overflow: visible;
18329
- 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));
18330
18512
  }
18331
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18332
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18333
- border-radius: 0;
18513
+
18514
+ .v-carousel-item {
18515
+ display: block;
18516
+ height: inherit;
18517
+ text-decoration: none;
18334
18518
  }
18335
- .v-bottom-sheet.v-bottom-sheet--inset {
18336
- max-width: none;
18519
+ .v-carousel-item > .v-img {
18520
+ height: inherit;
18337
18521
  }
18338
- @media (min-width: 600px) {
18339
- .v-bottom-sheet.v-bottom-sheet--inset {
18340
- max-width: 70%;
18341
- }
18522
+
18523
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
18524
+ background: transparent;
18525
+ }
18526
+
18527
+ .v-carousel--vertical-delimiters .v-carousel__controls {
18528
+ flex-direction: column;
18529
+ height: 100% !important;
18530
+ width: 50px;
18342
18531
  }.v-btn {
18343
18532
  align-items: center;
18344
18533
  border-radius: 4px;
@@ -18742,138 +18931,11 @@ html.overflow-y-hidden {
18742
18931
  }
18743
18932
  .v-pagination__item--is-active .v-btn__overlay {
18744
18933
  opacity: var(--v-border-opacity);
18745
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18746
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18747
- }
18748
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18749
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18750
- }
18751
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18752
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18753
- }
18754
- @supports not selector(:focus-visible) {
18755
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18756
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18757
- }
18758
- }.v-btn-group {
18759
- display: inline-flex;
18760
- flex-wrap: nowrap;
18761
- max-width: 100%;
18762
- min-width: 0;
18763
- overflow: hidden;
18764
- vertical-align: middle;
18765
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18766
- border-style: solid;
18767
- border-width: 0;
18768
- 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));
18769
- border-radius: 4px;
18770
- background: transparent;
18771
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18772
- }
18773
- .v-btn-group--border {
18774
- border-width: thin;
18775
- box-shadow: none;
18776
- }
18777
- .v-btn-group--density-default.v-btn-group {
18778
- height: 48px;
18779
- }
18780
-
18781
- .v-btn-group--density-comfortable.v-btn-group {
18782
- height: 40px;
18783
- }
18784
-
18785
- .v-btn-group--density-compact.v-btn-group {
18786
- height: 36px;
18787
- }
18788
-
18789
- .v-btn-group .v-btn {
18790
- border-radius: 0;
18791
- border-color: inherit;
18792
- }
18793
- .v-btn-group .v-btn:not(:last-child) {
18794
- border-inline-end: none;
18795
- }
18796
- .v-btn-group .v-btn:not(:first-child) {
18797
- border-inline-start: none;
18798
- }
18799
- .v-btn-group .v-btn:first-child {
18800
- border-start-start-radius: inherit;
18801
- border-end-start-radius: inherit;
18802
- }
18803
- .v-btn-group .v-btn:last-child {
18804
- border-start-end-radius: inherit;
18805
- border-end-end-radius: inherit;
18806
- }
18807
- .v-btn-group--divided .v-btn:not(:last-child) {
18808
- border-inline-end-width: thin;
18809
- border-inline-end-style: solid;
18810
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18811
- }
18812
- .v-btn-group--tile {
18813
- border-radius: 0;
18814
- }.v-carousel {
18815
- overflow: hidden;
18816
- position: relative;
18817
- width: 100%;
18818
- }
18819
- .v-carousel__controls {
18820
- align-items: center;
18821
- bottom: 0;
18822
- display: flex;
18823
- height: 50px;
18824
- justify-content: center;
18825
- list-style-type: none;
18826
- position: absolute;
18827
- width: 100%;
18828
- z-index: 1;
18829
- background: rgba(var(--v-theme-surface-variant), 0.3);
18830
- color: rgb(var(--v-theme-on-surface-variant));
18831
- }
18832
- .v-carousel__controls > .v-item-group {
18934
+ }.v-checkbox.v-input {
18833
18935
  flex: 0 1 auto;
18834
18936
  }
18835
- .v-carousel__controls__item {
18836
- margin: 0 8px;
18837
- }
18838
- .v-carousel__controls__item .v-icon {
18839
- opacity: 0.5;
18840
- }
18841
- .v-carousel__controls__item--active .v-icon {
18842
- opacity: 1;
18843
- vertical-align: middle;
18844
- }
18845
- .v-carousel__controls__item:hover {
18846
- background: none;
18847
- }
18848
- .v-carousel__controls__item:hover .v-icon {
18849
- opacity: 0.8;
18850
- }
18851
-
18852
- .v-carousel__progress {
18853
- margin: 0;
18854
- position: absolute;
18855
- bottom: 0;
18856
- left: 0;
18857
- right: 0;
18858
- }
18859
-
18860
- .v-carousel-item {
18861
- display: block;
18862
- height: inherit;
18863
- text-decoration: none;
18864
- }
18865
- .v-carousel-item > .v-img {
18866
- height: inherit;
18867
- }
18868
-
18869
- .v-carousel--hide-delimiter-background .v-carousel__controls {
18870
- background: transparent;
18871
- }
18872
-
18873
- .v-carousel--vertical-delimiters .v-carousel__controls {
18874
- flex-direction: column;
18875
- height: 100% !important;
18876
- width: 50px;
18937
+ .v-checkbox .v-selection-control {
18938
+ min-height: var(--v-input-control-height);
18877
18939
  }.v-card {
18878
18940
  display: block;
18879
18941
  overflow: hidden;
@@ -19170,63 +19232,24 @@ html.overflow-y-hidden {
19170
19232
  pointer-events: none;
19171
19233
  opacity: 0;
19172
19234
  transition: opacity 0.2s ease-in-out;
19173
- }.v-breadcrumbs {
19235
+ }.v-chip-group {
19174
19236
  display: flex;
19175
- align-items: center;
19176
- line-height: 1.375rem;
19177
- padding: 16px 12px;
19178
- }
19179
- .v-breadcrumbs--rounded {
19180
- border-radius: 4px;
19181
- }
19182
- .v-breadcrumbs--density-default {
19183
- padding-top: 16px;
19184
- padding-bottom: 16px;
19185
- }
19186
-
19187
- .v-breadcrumbs--density-comfortable {
19188
- padding-top: 12px;
19189
- padding-bottom: 12px;
19190
- }
19191
-
19192
- .v-breadcrumbs--density-compact {
19193
- padding-top: 8px;
19194
- padding-bottom: 8px;
19195
- }
19196
-
19197
- .v-breadcrumbs__prepend {
19198
- align-items: center;
19199
- display: inline-flex;
19200
- }
19201
-
19202
- .v-breadcrumbs-item {
19203
- align-items: center;
19204
- color: inherit;
19205
- display: inline-flex;
19206
- padding: 0 4px;
19207
- text-decoration: none;
19208
- vertical-align: middle;
19209
- }
19210
- .v-breadcrumbs-item--disabled {
19211
- opacity: var(--v-disabled-opacity);
19212
- pointer-events: none;
19213
- }
19214
- .v-breadcrumbs-item--link {
19215
- color: inherit;
19216
- text-decoration: none;
19237
+ max-width: 100%;
19238
+ min-width: 0;
19239
+ overflow-x: auto;
19240
+ padding: 4px 0;
19217
19241
  }
19218
- .v-breadcrumbs-item--link:hover {
19219
- text-decoration: underline;
19242
+ .v-chip-group .v-chip {
19243
+ margin: 4px 8px 4px 0;
19220
19244
  }
19221
- .v-breadcrumbs-item .v-icon {
19222
- font-size: 1rem;
19223
- margin-inline: -4px 2px;
19245
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19246
+ opacity: var(--v-activated-opacity);
19224
19247
  }
19225
19248
 
19226
- .v-breadcrumbs-divider {
19227
- display: inline-block;
19228
- padding: 0 8px;
19229
- vertical-align: middle;
19249
+ .v-chip-group--column .v-slide-group__content {
19250
+ white-space: normal;
19251
+ flex-wrap: wrap;
19252
+ max-width: 100%;
19230
19253
  }.v-chip {
19231
19254
  align-items: center;
19232
19255
  display: inline-flex;
@@ -19625,38 +19648,15 @@ html.overflow-y-hidden {
19625
19648
  transition: opacity 0.2s ease-in-out;
19626
19649
  }
19627
19650
 
19628
- .v-chip--disabled {
19629
- opacity: 0.3;
19630
- pointer-events: none;
19631
- -webkit-user-select: none;
19632
- user-select: none;
19633
- }
19634
-
19635
- .v-chip--label {
19636
- border-radius: 4px;
19637
- }.v-chip-group {
19638
- display: flex;
19639
- max-width: 100%;
19640
- min-width: 0;
19641
- overflow-x: auto;
19642
- padding: 4px 0;
19643
- }
19644
- .v-chip-group .v-chip {
19645
- margin: 4px 8px 4px 0;
19646
- }
19647
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19648
- opacity: var(--v-activated-opacity);
19649
- }
19650
-
19651
- .v-chip-group--column .v-slide-group__content {
19652
- white-space: normal;
19653
- flex-wrap: wrap;
19654
- max-width: 100%;
19655
- }.v-checkbox.v-input {
19656
- flex: 0 1 auto;
19651
+ .v-chip--disabled {
19652
+ opacity: 0.3;
19653
+ pointer-events: none;
19654
+ -webkit-user-select: none;
19655
+ user-select: none;
19657
19656
  }
19658
- .v-checkbox .v-selection-control {
19659
- min-height: var(--v-input-control-height);
19657
+
19658
+ .v-chip--label {
19659
+ border-radius: 4px;
19660
19660
  }.v-color-picker {
19661
19661
  align-self: flex-start;
19662
19662
  contain: content;
@@ -20254,101 +20254,317 @@ html.overflow-y-hidden {
20254
20254
  margin-inline-start: 91.6666666667%;
20255
20255
  }
20256
20256
  }
20257
- @media (min-width: 2560px) {
20258
- .v-col-xxl {
20259
- flex-basis: 0;
20260
- flex-grow: 1;
20261
- max-width: 100%;
20262
- }
20263
- .v-col-xxl-auto {
20264
- flex: 0 0 auto;
20265
- width: auto;
20266
- max-width: 100%;
20267
- }
20268
- .v-col-xxl-1 {
20269
- flex: 0 0 8.3333333333%;
20270
- max-width: 8.3333333333%;
20271
- }
20272
- .v-col-xxl-2 {
20273
- flex: 0 0 16.6666666667%;
20274
- max-width: 16.6666666667%;
20275
- }
20276
- .v-col-xxl-3 {
20277
- flex: 0 0 25%;
20278
- max-width: 25%;
20279
- }
20280
- .v-col-xxl-4 {
20281
- flex: 0 0 33.3333333333%;
20282
- max-width: 33.3333333333%;
20283
- }
20284
- .v-col-xxl-5 {
20285
- flex: 0 0 41.6666666667%;
20286
- max-width: 41.6666666667%;
20287
- }
20288
- .v-col-xxl-6 {
20289
- flex: 0 0 50%;
20290
- max-width: 50%;
20291
- }
20292
- .v-col-xxl-7 {
20293
- flex: 0 0 58.3333333333%;
20294
- max-width: 58.3333333333%;
20295
- }
20296
- .v-col-xxl-8 {
20297
- flex: 0 0 66.6666666667%;
20298
- max-width: 66.6666666667%;
20299
- }
20300
- .v-col-xxl-9 {
20301
- flex: 0 0 75%;
20302
- max-width: 75%;
20303
- }
20304
- .v-col-xxl-10 {
20305
- flex: 0 0 83.3333333333%;
20306
- max-width: 83.3333333333%;
20307
- }
20308
- .v-col-xxl-11 {
20309
- flex: 0 0 91.6666666667%;
20310
- max-width: 91.6666666667%;
20311
- }
20312
- .v-col-xxl-12 {
20313
- flex: 0 0 100%;
20314
- max-width: 100%;
20315
- }
20316
- .offset-xxl-0 {
20317
- margin-inline-start: 0;
20318
- }
20319
- .offset-xxl-1 {
20320
- margin-inline-start: 8.3333333333%;
20321
- }
20322
- .offset-xxl-2 {
20323
- margin-inline-start: 16.6666666667%;
20324
- }
20325
- .offset-xxl-3 {
20326
- margin-inline-start: 25%;
20327
- }
20328
- .offset-xxl-4 {
20329
- margin-inline-start: 33.3333333333%;
20330
- }
20331
- .offset-xxl-5 {
20332
- margin-inline-start: 41.6666666667%;
20333
- }
20334
- .offset-xxl-6 {
20335
- margin-inline-start: 50%;
20336
- }
20337
- .offset-xxl-7 {
20338
- margin-inline-start: 58.3333333333%;
20339
- }
20340
- .offset-xxl-8 {
20341
- margin-inline-start: 66.6666666667%;
20342
- }
20343
- .offset-xxl-9 {
20344
- margin-inline-start: 75%;
20345
- }
20346
- .offset-xxl-10 {
20347
- margin-inline-start: 83.3333333333%;
20348
- }
20349
- .offset-xxl-11 {
20350
- margin-inline-start: 91.6666666667%;
20351
- }
20257
+ @media (min-width: 2560px) {
20258
+ .v-col-xxl {
20259
+ flex-basis: 0;
20260
+ flex-grow: 1;
20261
+ max-width: 100%;
20262
+ }
20263
+ .v-col-xxl-auto {
20264
+ flex: 0 0 auto;
20265
+ width: auto;
20266
+ max-width: 100%;
20267
+ }
20268
+ .v-col-xxl-1 {
20269
+ flex: 0 0 8.3333333333%;
20270
+ max-width: 8.3333333333%;
20271
+ }
20272
+ .v-col-xxl-2 {
20273
+ flex: 0 0 16.6666666667%;
20274
+ max-width: 16.6666666667%;
20275
+ }
20276
+ .v-col-xxl-3 {
20277
+ flex: 0 0 25%;
20278
+ max-width: 25%;
20279
+ }
20280
+ .v-col-xxl-4 {
20281
+ flex: 0 0 33.3333333333%;
20282
+ max-width: 33.3333333333%;
20283
+ }
20284
+ .v-col-xxl-5 {
20285
+ flex: 0 0 41.6666666667%;
20286
+ max-width: 41.6666666667%;
20287
+ }
20288
+ .v-col-xxl-6 {
20289
+ flex: 0 0 50%;
20290
+ max-width: 50%;
20291
+ }
20292
+ .v-col-xxl-7 {
20293
+ flex: 0 0 58.3333333333%;
20294
+ max-width: 58.3333333333%;
20295
+ }
20296
+ .v-col-xxl-8 {
20297
+ flex: 0 0 66.6666666667%;
20298
+ max-width: 66.6666666667%;
20299
+ }
20300
+ .v-col-xxl-9 {
20301
+ flex: 0 0 75%;
20302
+ max-width: 75%;
20303
+ }
20304
+ .v-col-xxl-10 {
20305
+ flex: 0 0 83.3333333333%;
20306
+ max-width: 83.3333333333%;
20307
+ }
20308
+ .v-col-xxl-11 {
20309
+ flex: 0 0 91.6666666667%;
20310
+ max-width: 91.6666666667%;
20311
+ }
20312
+ .v-col-xxl-12 {
20313
+ flex: 0 0 100%;
20314
+ max-width: 100%;
20315
+ }
20316
+ .offset-xxl-0 {
20317
+ margin-inline-start: 0;
20318
+ }
20319
+ .offset-xxl-1 {
20320
+ margin-inline-start: 8.3333333333%;
20321
+ }
20322
+ .offset-xxl-2 {
20323
+ margin-inline-start: 16.6666666667%;
20324
+ }
20325
+ .offset-xxl-3 {
20326
+ margin-inline-start: 25%;
20327
+ }
20328
+ .offset-xxl-4 {
20329
+ margin-inline-start: 33.3333333333%;
20330
+ }
20331
+ .offset-xxl-5 {
20332
+ margin-inline-start: 41.6666666667%;
20333
+ }
20334
+ .offset-xxl-6 {
20335
+ margin-inline-start: 50%;
20336
+ }
20337
+ .offset-xxl-7 {
20338
+ margin-inline-start: 58.3333333333%;
20339
+ }
20340
+ .offset-xxl-8 {
20341
+ margin-inline-start: 66.6666666667%;
20342
+ }
20343
+ .offset-xxl-9 {
20344
+ margin-inline-start: 75%;
20345
+ }
20346
+ .offset-xxl-10 {
20347
+ margin-inline-start: 83.3333333333%;
20348
+ }
20349
+ .offset-xxl-11 {
20350
+ margin-inline-start: 91.6666666667%;
20351
+ }
20352
+ }.v-counter {
20353
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20354
+ flex: 0 1 auto;
20355
+ font-size: 12px;
20356
+ transition-duration: 150ms;
20357
+ }.v-date-picker {
20358
+ overflow: hidden;
20359
+ width: 328px;
20360
+ }
20361
+ .v-date-picker--show-week {
20362
+ width: 368px;
20363
+ }.v-date-picker-controls {
20364
+ display: flex;
20365
+ align-items: center;
20366
+ justify-content: space-between;
20367
+ font-size: 0.875rem;
20368
+ padding-top: 4px;
20369
+ padding-bottom: 4px;
20370
+ padding-inline-start: 6px;
20371
+ padding-inline-end: 12px;
20372
+ }
20373
+ .v-date-picker-controls > .v-btn:first-child {
20374
+ text-transform: none;
20375
+ font-weight: 400;
20376
+ line-height: initial;
20377
+ letter-spacing: initial;
20378
+ }
20379
+ .v-date-picker-controls--variant-classic {
20380
+ padding-inline-start: 12px;
20381
+ }
20382
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20383
+ opacity: 0.7;
20384
+ }
20385
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20386
+ cursor: pointer;
20387
+ }
20388
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20389
+ opacity: 1;
20390
+ }
20391
+ .v-date-picker-controls .v-btn:last-child {
20392
+ margin-inline-start: 4px;
20393
+ }
20394
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20395
+ transform: rotate(180deg);
20396
+ }
20397
+
20398
+ .v-date-picker-controls__date {
20399
+ margin-inline-end: 4px;
20400
+ }
20401
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20402
+ margin: auto;
20403
+ text-align: center;
20404
+ }
20405
+
20406
+ .v-date-picker-controls__month {
20407
+ display: flex;
20408
+ }
20409
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20410
+ flex-direction: row-reverse;
20411
+ }
20412
+
20413
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20414
+ flex: 1 0 auto;
20415
+ }
20416
+
20417
+ .v-date-picker__title {
20418
+ display: inline-block;
20419
+ }.v-date-picker-month {
20420
+ display: flex;
20421
+ justify-content: center;
20422
+ padding: 0 12px 8px;
20423
+ --v-date-picker-month-day-diff: 4px;
20424
+ }
20425
+
20426
+ .v-date-picker-month__weeks {
20427
+ display: grid;
20428
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20429
+ column-gap: 4px;
20430
+ font-size: 0.85rem;
20431
+ }
20432
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20433
+ grid-row-gap: 0;
20434
+ }
20435
+
20436
+ .v-date-picker-month__weekday {
20437
+ font-size: 0.85rem;
20438
+ }
20439
+
20440
+ .v-date-picker-month__days {
20441
+ display: grid;
20442
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20443
+ column-gap: 4px;
20444
+ flex: 1 1;
20445
+ justify-content: space-around;
20446
+ }
20447
+
20448
+ .v-date-picker-month__day {
20449
+ align-items: center;
20450
+ display: flex;
20451
+ justify-content: center;
20452
+ position: relative;
20453
+ height: 40px;
20454
+ width: 40px;
20455
+ }
20456
+ .v-date-picker-month__day--selected .v-btn {
20457
+ background-color: rgb(var(--v-theme-surface-variant));
20458
+ color: rgb(var(--v-theme-on-surface-variant));
20459
+ }
20460
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20461
+ --v-btn-height: 24px;
20462
+ --v-btn-size: 0.85rem;
20463
+ }
20464
+ .v-date-picker-month__day--week {
20465
+ font-size: var(--v-btn-size);
20466
+ }
20467
+
20468
+ .v-date-picker-month__day--adjacent {
20469
+ opacity: 0.5;
20470
+ }
20471
+
20472
+ .v-date-picker-month__day--hide-adjacent {
20473
+ opacity: 0;
20474
+ }.v-date-picker-header {
20475
+ align-items: flex-end;
20476
+ height: 70px;
20477
+ display: grid;
20478
+ grid-template-areas: "prepend content append";
20479
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
20480
+ overflow: hidden;
20481
+ padding-inline: 24px 12px;
20482
+ padding-bottom: 12px;
20483
+ }
20484
+
20485
+ .v-date-picker-header__append {
20486
+ grid-area: append;
20487
+ }
20488
+
20489
+ .v-date-picker-header__prepend {
20490
+ grid-area: prepend;
20491
+ padding-inline-start: 8px;
20492
+ }
20493
+
20494
+ .v-date-picker-header__content {
20495
+ align-items: center;
20496
+ display: inline-flex;
20497
+ font-size: 32px;
20498
+ line-height: 40px;
20499
+ grid-area: content;
20500
+ justify-content: space-between;
20501
+ }
20502
+ .v-date-picker-header--clickable .v-date-picker-header__content {
20503
+ cursor: pointer;
20504
+ }
20505
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20506
+ opacity: 0.7;
20507
+ }
20508
+
20509
+ .date-picker-header-transition-enter-active,
20510
+ .date-picker-header-reverse-transition-enter-active {
20511
+ transition-duration: 0.3s;
20512
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20513
+ }
20514
+ .date-picker-header-transition-leave-active,
20515
+ .date-picker-header-reverse-transition-leave-active {
20516
+ transition-duration: 0.3s;
20517
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20518
+ }
20519
+
20520
+ .date-picker-header-transition-enter-from {
20521
+ transform: translate(0, 100%);
20522
+ }
20523
+ .date-picker-header-transition-leave-to {
20524
+ opacity: 0;
20525
+ transform: translate(0, -100%);
20526
+ }
20527
+
20528
+ .date-picker-header-reverse-transition-enter-from {
20529
+ transform: translate(0, -100%);
20530
+ }
20531
+ .date-picker-header-reverse-transition-leave-to {
20532
+ opacity: 0;
20533
+ transform: translate(0, 100%);
20534
+ }.v-date-picker-months {
20535
+ height: 288px;
20536
+ }
20537
+
20538
+ .v-date-picker-months__content {
20539
+ align-items: center;
20540
+ display: grid;
20541
+ flex: 1 1;
20542
+ height: inherit;
20543
+ justify-content: space-around;
20544
+ grid-template-columns: repeat(2, 1fr);
20545
+ grid-gap: 0px 24px;
20546
+ padding-inline-start: 36px;
20547
+ padding-inline-end: 36px;
20548
+ }
20549
+ .v-date-picker-months__content .v-btn {
20550
+ text-transform: none;
20551
+ padding-inline-start: 8px;
20552
+ padding-inline-end: 8px;
20553
+ }.v-date-picker-years {
20554
+ height: 288px;
20555
+ overflow-y: scroll;
20556
+ }
20557
+
20558
+ .v-date-picker-years__content {
20559
+ display: grid;
20560
+ flex: 1 1;
20561
+ justify-content: space-around;
20562
+ grid-template-columns: repeat(3, 1fr);
20563
+ gap: 8px 24px;
20564
+ padding-inline: 32px;
20565
+ }
20566
+ .v-date-picker-years__content .v-btn {
20567
+ padding-inline: 8px;
20352
20568
  }.v-combobox .v-field .v-text-field__prefix,
20353
20569
  .v-combobox .v-field .v-text-field__suffix,
20354
20570
  .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
@@ -20405,124 +20621,60 @@ html.overflow-y-hidden {
20405
20621
  }
20406
20622
  .v-combobox--selecting-index .v-field__input > input {
20407
20623
  caret-color: transparent;
20408
- }
20409
- .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20410
- flex: 1 1;
20411
- position: absolute;
20412
- left: 0;
20413
- right: 0;
20414
- width: 100%;
20415
- padding-inline: inherit;
20416
- }
20417
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20418
- transition: none;
20419
- }
20420
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20421
- opacity: 0;
20422
- }
20423
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20424
- opacity: 0;
20425
- }
20426
- .v-combobox__menu-icon {
20427
- margin-inline-start: 4px;
20428
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20429
- }
20430
- .v-combobox--active-menu .v-combobox__menu-icon {
20431
- opacity: var(--v-high-emphasis-opacity);
20432
- transform: rotate(180deg);
20433
- }.v-counter {
20434
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20435
- flex: 0 1 auto;
20436
- font-size: 12px;
20437
- transition-duration: 150ms;
20438
- }.v-dialog {
20439
- align-items: center;
20440
- justify-content: center;
20441
- margin: auto;
20442
- }
20443
- .v-dialog > .v-overlay__content {
20444
- max-height: calc(100% - 48px);
20445
- width: calc(100% - 48px);
20446
- max-width: calc(100% - 48px);
20447
- margin: 24px;
20448
- }
20449
- .v-dialog > .v-overlay__content,
20450
- .v-dialog > .v-overlay__content > form {
20451
- display: flex;
20452
- flex-direction: column;
20453
- min-height: 0;
20454
- }
20455
- .v-dialog > .v-overlay__content > .v-card,
20456
- .v-dialog > .v-overlay__content > .v-sheet,
20457
- .v-dialog > .v-overlay__content > form > .v-card,
20458
- .v-dialog > .v-overlay__content > form > .v-sheet {
20459
- --v-scrollbar-offset: 0px;
20460
- border-radius: 4px;
20461
- overflow-y: auto;
20462
- 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));
20463
- }
20464
- .v-dialog > .v-overlay__content > .v-card,
20465
- .v-dialog > .v-overlay__content > form > .v-card {
20466
- display: flex;
20467
- flex-direction: column;
20468
- }
20469
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
20470
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
20471
- padding: 14px 24px 0;
20472
- }
20473
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
20474
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
20475
- padding-top: 10px;
20476
- }
20477
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
20478
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
20479
- font-size: inherit;
20480
- letter-spacing: 0.03125em;
20481
- line-height: inherit;
20482
- padding: 16px 24px 10px;
20483
- }
20484
-
20485
- .v-dialog--fullscreen {
20486
- --v-scrollbar-offset: 0px;
20487
- }
20488
- .v-dialog--fullscreen > .v-overlay__content {
20489
- border-radius: 0;
20490
- margin: 0;
20491
- padding: 0;
20492
- width: 100%;
20493
- height: 100%;
20494
- max-width: 100%;
20495
- max-height: 100%;
20496
- overflow-y: auto;
20497
- top: 0;
20624
+ }
20625
+ .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20626
+ flex: 1 1;
20627
+ position: absolute;
20498
20628
  left: 0;
20629
+ right: 0;
20630
+ width: 100%;
20631
+ padding-inline: inherit;
20499
20632
  }
20500
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
20501
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
20502
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
20503
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
20504
- min-height: 100%;
20505
- min-width: 100%;
20506
- border-radius: 0;
20633
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20634
+ transition: none;
20507
20635
  }
20508
-
20509
- .v-dialog--scrollable > .v-overlay__content,
20510
- .v-dialog--scrollable > .v-overlay__content > form {
20511
- display: flex;
20636
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20637
+ opacity: 0;
20512
20638
  }
20513
- .v-dialog--scrollable > .v-overlay__content > .v-card,
20514
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20515
- display: flex;
20639
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20640
+ opacity: 0;
20641
+ }
20642
+ .v-combobox__menu-icon {
20643
+ margin-inline-start: 4px;
20644
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20645
+ }
20646
+ .v-combobox--active-menu .v-combobox__menu-icon {
20647
+ opacity: var(--v-high-emphasis-opacity);
20648
+ transform: rotate(180deg);
20649
+ }.v-divider {
20650
+ display: block;
20516
20651
  flex: 1 1 100%;
20517
- flex-direction: column;
20652
+ height: 0px;
20653
+ max-height: 0px;
20654
+ opacity: var(--v-border-opacity);
20655
+ transition: inherit;
20656
+ border-style: solid;
20657
+ border-width: thin 0 0 0;
20658
+ }
20659
+ .v-divider--vertical {
20660
+ align-self: stretch;
20661
+ border-width: 0 thin 0 0;
20662
+ display: inline-flex;
20663
+ height: inherit;
20664
+ margin-left: -1px;
20518
20665
  max-height: 100%;
20519
- max-width: 100%;
20666
+ max-width: 0px;
20667
+ vertical-align: text-bottom;
20668
+ width: 0px;
20520
20669
  }
20521
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
20522
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
20523
- -webkit-backface-visibility: hidden;
20524
- backface-visibility: hidden;
20525
- overflow-y: auto;
20670
+ .v-divider--inset:not(.v-divider--vertical) {
20671
+ max-width: calc(100% - 72px);
20672
+ margin-inline-start: 72px;
20673
+ }
20674
+ .v-divider--inset.v-divider--vertical {
20675
+ margin-bottom: 8px;
20676
+ margin-top: 8px;
20677
+ max-height: calc(100% - 16px);
20526
20678
  }.v-data-table {
20527
20679
  width: 100%;
20528
20680
  }
@@ -20653,255 +20805,44 @@ html.overflow-y-hidden {
20653
20805
  position: relative;
20654
20806
  }
20655
20807
 
20656
- .v-data-table-rows-loading,
20657
- .v-data-table-rows-no-data {
20658
- text-align: center;
20659
- }.v-data-table-footer {
20660
- display: flex;
20661
- align-items: center;
20662
- flex-wrap: wrap;
20663
- padding: 4px;
20664
- justify-content: flex-end;
20665
- }
20666
-
20667
- .v-data-table-footer__items-per-page {
20668
- display: flex;
20669
- align-items: center;
20670
- justify-content: center;
20671
- }
20672
- .v-data-table-footer__items-per-page > span {
20673
- padding-inline-end: 8px;
20674
- }
20675
- .v-data-table-footer__items-per-page > .v-select {
20676
- width: 90px;
20677
- }
20678
-
20679
- .v-data-table-footer__info {
20680
- display: flex;
20681
- justify-content: flex-end;
20682
- min-width: 116px;
20683
- padding: 0 16px;
20684
- }
20685
-
20686
- .v-data-table-footer__pagination {
20687
- display: flex;
20688
- align-items: center;
20689
- margin-inline-start: 16px;
20690
- }
20691
-
20692
- .v-data-table-footer__page {
20693
- padding: 0 8px;
20694
- }.v-date-picker-controls {
20695
- display: flex;
20696
- align-items: center;
20697
- justify-content: space-between;
20698
- font-size: 0.875rem;
20699
- padding-top: 4px;
20700
- padding-bottom: 4px;
20701
- padding-inline-start: 6px;
20702
- padding-inline-end: 12px;
20703
- }
20704
- .v-date-picker-controls > .v-btn:first-child {
20705
- text-transform: none;
20706
- font-weight: 400;
20707
- line-height: initial;
20708
- letter-spacing: initial;
20709
- }
20710
- .v-date-picker-controls--variant-classic {
20711
- padding-inline-start: 12px;
20712
- }
20713
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20714
- opacity: 0.7;
20715
- }
20716
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20717
- cursor: pointer;
20718
- }
20719
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20720
- opacity: 1;
20721
- }
20722
- .v-date-picker-controls .v-btn:last-child {
20723
- margin-inline-start: 4px;
20724
- }
20725
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20726
- transform: rotate(180deg);
20727
- }
20728
-
20729
- .v-date-picker-controls__date {
20730
- margin-inline-end: 4px;
20731
- }
20732
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20733
- margin: auto;
20734
- text-align: center;
20735
- }
20736
-
20737
- .v-date-picker-controls__month {
20738
- display: flex;
20739
- }
20740
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20741
- flex-direction: row-reverse;
20742
- }
20743
-
20744
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20745
- flex: 1 0 auto;
20746
- }
20747
-
20748
- .v-date-picker__title {
20749
- display: inline-block;
20750
- }.v-date-picker {
20751
- overflow: hidden;
20752
- width: 328px;
20753
- }
20754
- .v-date-picker--show-week {
20755
- width: 368px;
20756
- }.v-date-picker-header {
20757
- align-items: flex-end;
20758
- height: 70px;
20759
- display: grid;
20760
- grid-template-areas: "prepend content append";
20761
- grid-template-columns: min-content minmax(0, 1fr) min-content;
20762
- overflow: hidden;
20763
- padding-inline: 24px 12px;
20764
- padding-bottom: 12px;
20765
- }
20766
-
20767
- .v-date-picker-header__append {
20768
- grid-area: append;
20769
- }
20770
-
20771
- .v-date-picker-header__prepend {
20772
- grid-area: prepend;
20773
- padding-inline-start: 8px;
20774
- }
20775
-
20776
- .v-date-picker-header__content {
20777
- align-items: center;
20778
- display: inline-flex;
20779
- font-size: 32px;
20780
- line-height: 40px;
20781
- grid-area: content;
20782
- justify-content: space-between;
20783
- }
20784
- .v-date-picker-header--clickable .v-date-picker-header__content {
20785
- cursor: pointer;
20786
- }
20787
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20788
- opacity: 0.7;
20789
- }
20790
-
20791
- .date-picker-header-transition-enter-active,
20792
- .date-picker-header-reverse-transition-enter-active {
20793
- transition-duration: 0.3s;
20794
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20795
- }
20796
- .date-picker-header-transition-leave-active,
20797
- .date-picker-header-reverse-transition-leave-active {
20798
- transition-duration: 0.3s;
20799
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20800
- }
20801
-
20802
- .date-picker-header-transition-enter-from {
20803
- transform: translate(0, 100%);
20804
- }
20805
- .date-picker-header-transition-leave-to {
20806
- opacity: 0;
20807
- transform: translate(0, -100%);
20808
- }
20809
-
20810
- .date-picker-header-reverse-transition-enter-from {
20811
- transform: translate(0, -100%);
20812
- }
20813
- .date-picker-header-reverse-transition-leave-to {
20814
- opacity: 0;
20815
- transform: translate(0, 100%);
20816
- }.v-date-picker-month {
20817
- display: flex;
20818
- justify-content: center;
20819
- padding: 0 12px 8px;
20820
- --v-date-picker-month-day-diff: 4px;
20821
- }
20822
-
20823
- .v-date-picker-month__weeks {
20824
- display: grid;
20825
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20826
- column-gap: 4px;
20827
- font-size: 0.85rem;
20828
- }
20829
- .v-date-picker-month__weeks + .v-date-picker-month__days {
20830
- grid-row-gap: 0;
20831
- }
20832
-
20833
- .v-date-picker-month__weekday {
20834
- font-size: 0.85rem;
20835
- }
20836
-
20837
- .v-date-picker-month__days {
20838
- display: grid;
20839
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20840
- column-gap: 4px;
20841
- flex: 1 1;
20842
- justify-content: space-around;
20843
- }
20844
-
20845
- .v-date-picker-month__day {
20808
+ .v-data-table-rows-loading,
20809
+ .v-data-table-rows-no-data {
20810
+ text-align: center;
20811
+ }.v-data-table-footer {
20812
+ display: flex;
20846
20813
  align-items: center;
20814
+ flex-wrap: wrap;
20815
+ padding: 4px;
20816
+ justify-content: flex-end;
20817
+ }
20818
+
20819
+ .v-data-table-footer__items-per-page {
20847
20820
  display: flex;
20821
+ align-items: center;
20848
20822
  justify-content: center;
20849
- position: relative;
20850
- height: 40px;
20851
- width: 40px;
20852
20823
  }
20853
- .v-date-picker-month__day--selected .v-btn {
20854
- background-color: rgb(var(--v-theme-surface-variant));
20855
- color: rgb(var(--v-theme-on-surface-variant));
20856
- }
20857
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20858
- --v-btn-height: 24px;
20859
- --v-btn-size: 0.85rem;
20860
- }
20861
- .v-date-picker-month__day--week {
20862
- font-size: var(--v-btn-size);
20824
+ .v-data-table-footer__items-per-page > span {
20825
+ padding-inline-end: 8px;
20863
20826
  }
20864
-
20865
- .v-date-picker-month__day--adjacent {
20866
- opacity: 0.5;
20827
+ .v-data-table-footer__items-per-page > .v-select {
20828
+ width: 90px;
20867
20829
  }
20868
20830
 
20869
- .v-date-picker-month__day--hide-adjacent {
20870
- opacity: 0;
20871
- }.v-date-picker-months {
20872
- height: 288px;
20831
+ .v-data-table-footer__info {
20832
+ display: flex;
20833
+ justify-content: flex-end;
20834
+ min-width: 116px;
20835
+ padding: 0 16px;
20873
20836
  }
20874
20837
 
20875
- .v-date-picker-months__content {
20838
+ .v-data-table-footer__pagination {
20839
+ display: flex;
20876
20840
  align-items: center;
20877
- display: grid;
20878
- flex: 1 1;
20879
- height: inherit;
20880
- justify-content: space-around;
20881
- grid-template-columns: repeat(2, 1fr);
20882
- grid-gap: 0px 24px;
20883
- padding-inline-start: 36px;
20884
- padding-inline-end: 36px;
20885
- }
20886
- .v-date-picker-months__content .v-btn {
20887
- text-transform: none;
20888
- padding-inline-start: 8px;
20889
- padding-inline-end: 8px;
20890
- }.v-date-picker-years {
20891
- height: 288px;
20892
- overflow-y: scroll;
20841
+ margin-inline-start: 16px;
20893
20842
  }
20894
20843
 
20895
- .v-date-picker-years__content {
20896
- display: grid;
20897
- flex: 1 1;
20898
- justify-content: space-around;
20899
- grid-template-columns: repeat(3, 1fr);
20900
- gap: 8px 24px;
20901
- padding-inline: 32px;
20902
- }
20903
- .v-date-picker-years__content .v-btn {
20904
- padding-inline: 8px;
20844
+ .v-data-table-footer__page {
20845
+ padding: 0 8px;
20905
20846
  }.v-expansion-panel {
20906
20847
  background-color: rgb(var(--v-theme-surface));
20907
20848
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21112,6 +21053,94 @@ html.overflow-y-hidden {
21112
21053
  }
21113
21054
  .v-expansion-panels--tile > .v-expansion-panel {
21114
21055
  border-radius: 0;
21056
+ }.v-dialog {
21057
+ align-items: center;
21058
+ justify-content: center;
21059
+ margin: auto;
21060
+ }
21061
+ .v-dialog > .v-overlay__content {
21062
+ max-height: calc(100% - 48px);
21063
+ width: calc(100% - 48px);
21064
+ max-width: calc(100% - 48px);
21065
+ margin: 24px;
21066
+ }
21067
+ .v-dialog > .v-overlay__content,
21068
+ .v-dialog > .v-overlay__content > form {
21069
+ display: flex;
21070
+ flex-direction: column;
21071
+ min-height: 0;
21072
+ }
21073
+ .v-dialog > .v-overlay__content > .v-card,
21074
+ .v-dialog > .v-overlay__content > .v-sheet,
21075
+ .v-dialog > .v-overlay__content > form > .v-card,
21076
+ .v-dialog > .v-overlay__content > form > .v-sheet {
21077
+ --v-scrollbar-offset: 0px;
21078
+ border-radius: 4px;
21079
+ overflow-y: auto;
21080
+ 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));
21081
+ }
21082
+ .v-dialog > .v-overlay__content > .v-card,
21083
+ .v-dialog > .v-overlay__content > form > .v-card {
21084
+ display: flex;
21085
+ flex-direction: column;
21086
+ }
21087
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
21088
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
21089
+ padding: 14px 24px 0;
21090
+ }
21091
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
21092
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
21093
+ padding-top: 10px;
21094
+ }
21095
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
21096
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
21097
+ font-size: inherit;
21098
+ letter-spacing: 0.03125em;
21099
+ line-height: inherit;
21100
+ padding: 16px 24px 10px;
21101
+ }
21102
+
21103
+ .v-dialog--fullscreen {
21104
+ --v-scrollbar-offset: 0px;
21105
+ }
21106
+ .v-dialog--fullscreen > .v-overlay__content {
21107
+ border-radius: 0;
21108
+ margin: 0;
21109
+ padding: 0;
21110
+ width: 100%;
21111
+ height: 100%;
21112
+ max-width: 100%;
21113
+ max-height: 100%;
21114
+ overflow-y: auto;
21115
+ top: 0;
21116
+ left: 0;
21117
+ }
21118
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
21119
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
21120
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
21121
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
21122
+ min-height: 100%;
21123
+ min-width: 100%;
21124
+ border-radius: 0;
21125
+ }
21126
+
21127
+ .v-dialog--scrollable > .v-overlay__content,
21128
+ .v-dialog--scrollable > .v-overlay__content > form {
21129
+ display: flex;
21130
+ }
21131
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
21132
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21133
+ display: flex;
21134
+ flex: 1 1 100%;
21135
+ flex-direction: column;
21136
+ max-height: 100%;
21137
+ max-width: 100%;
21138
+ }
21139
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
21140
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
21141
+ -webkit-backface-visibility: hidden;
21142
+ backface-visibility: hidden;
21143
+ overflow-y: auto;
21115
21144
  }/* region INPUT */
21116
21145
  .v-field {
21117
21146
  display: grid;
@@ -21680,36 +21709,7 @@ textarea.v-field__input::placeholder {
21680
21709
  opacity: 0;
21681
21710
  }
21682
21711
 
21683
- /* endregion */.v-divider {
21684
- display: block;
21685
- flex: 1 1 100%;
21686
- height: 0px;
21687
- max-height: 0px;
21688
- opacity: var(--v-border-opacity);
21689
- transition: inherit;
21690
- border-style: solid;
21691
- border-width: thin 0 0 0;
21692
- }
21693
- .v-divider--vertical {
21694
- align-self: stretch;
21695
- border-width: 0 thin 0 0;
21696
- display: inline-flex;
21697
- height: inherit;
21698
- margin-left: -1px;
21699
- max-height: 100%;
21700
- max-width: 0px;
21701
- vertical-align: text-bottom;
21702
- width: 0px;
21703
- }
21704
- .v-divider--inset:not(.v-divider--vertical) {
21705
- max-width: calc(100% - 72px);
21706
- margin-inline-start: 72px;
21707
- }
21708
- .v-divider--inset.v-divider--vertical {
21709
- margin-bottom: 8px;
21710
- margin-top: 8px;
21711
- max-height: calc(100% - 16px);
21712
- }.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21712
+ /* endregion */.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21713
21713
  .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21714
21714
  .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21715
21715
  .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
@@ -21757,31 +21757,42 @@ textarea.v-field__input::placeholder {
21757
21757
  }
21758
21758
  .v-footer--rounded {
21759
21759
  border-radius: 4px;
21760
- }.v-infinite-scroll--horizontal {
21761
- display: flex;
21762
- flex-direction: row;
21763
- overflow-x: auto;
21760
+ }.v-img {
21761
+ --v-theme-overlay-multiplier: 3;
21762
+ z-index: 0;
21764
21763
  }
21765
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21764
+ .v-img--booting .v-responsive__sizer {
21765
+ transition: none;
21766
+ }
21767
+ .v-img--rounded {
21768
+ border-radius: 4px;
21769
+ }
21770
+
21771
+ .v-img__img,
21772
+ .v-img__picture,
21773
+ .v-img__gradient,
21774
+ .v-img__placeholder,
21775
+ .v-img__error {
21776
+ z-index: -1;
21777
+ position: absolute;
21778
+ top: 0;
21779
+ left: 0;
21780
+ width: 100%;
21766
21781
  height: 100%;
21767
- width: 1px;
21768
21782
  }
21769
21783
 
21770
- .v-infinite-scroll--vertical {
21771
- display: flex;
21772
- flex-direction: column;
21773
- overflow-y: auto;
21784
+ .v-img__img--preload {
21785
+ filter: blur(4px);
21774
21786
  }
21775
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21776
- height: 1px;
21777
- width: 100%;
21787
+ .v-img__img--contain {
21788
+ object-fit: contain;
21789
+ }
21790
+ .v-img__img--cover {
21791
+ object-fit: cover;
21778
21792
  }
21779
21793
 
21780
- .v-infinite-scroll__side {
21781
- align-items: center;
21782
- display: flex;
21783
- justify-content: center;
21784
- padding: 8px;
21794
+ .v-img__gradient {
21795
+ background-repeat: no-repeat;
21785
21796
  }.v-icon {
21786
21797
  --v-icon-size-multiplier: 1;
21787
21798
  align-items: center;
@@ -21824,13 +21835,38 @@ textarea.v-field__input::placeholder {
21824
21835
  width: 100%;
21825
21836
  height: 100%;
21826
21837
  }
21827
-
21828
- .v-icon--start {
21829
- margin-inline-end: 8px;
21838
+
21839
+ .v-icon--start {
21840
+ margin-inline-end: 8px;
21841
+ }
21842
+
21843
+ .v-icon--end {
21844
+ margin-inline-start: 8px;
21845
+ }.v-infinite-scroll--horizontal {
21846
+ display: flex;
21847
+ flex-direction: row;
21848
+ overflow-x: auto;
21849
+ }
21850
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21851
+ height: 100%;
21852
+ width: 1px;
21853
+ }
21854
+
21855
+ .v-infinite-scroll--vertical {
21856
+ display: flex;
21857
+ flex-direction: column;
21858
+ overflow-y: auto;
21859
+ }
21860
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21861
+ height: 1px;
21862
+ width: 100%;
21830
21863
  }
21831
21864
 
21832
- .v-icon--end {
21833
- margin-inline-start: 8px;
21865
+ .v-infinite-scroll__side {
21866
+ align-items: center;
21867
+ display: flex;
21868
+ justify-content: center;
21869
+ padding: 8px;
21834
21870
  }.v-input {
21835
21871
  display: grid;
21836
21872
  flex: 1 1 auto;
@@ -21973,42 +22009,6 @@ textarea.v-field__input::placeholder {
21973
22009
 
21974
22010
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
21975
22011
  padding-top: calc(var(--v-input-padding-top) + 0px);
21976
- }.v-img {
21977
- --v-theme-overlay-multiplier: 3;
21978
- z-index: 0;
21979
- }
21980
- .v-img--booting .v-responsive__sizer {
21981
- transition: none;
21982
- }
21983
- .v-img--rounded {
21984
- border-radius: 4px;
21985
- }
21986
-
21987
- .v-img__img,
21988
- .v-img__picture,
21989
- .v-img__gradient,
21990
- .v-img__placeholder,
21991
- .v-img__error {
21992
- z-index: -1;
21993
- position: absolute;
21994
- top: 0;
21995
- left: 0;
21996
- width: 100%;
21997
- height: 100%;
21998
- }
21999
-
22000
- .v-img__img--preload {
22001
- filter: blur(4px);
22002
- }
22003
- .v-img__img--contain {
22004
- object-fit: contain;
22005
- }
22006
- .v-img__img--cover {
22007
- object-fit: cover;
22008
- }
22009
-
22010
- .v-img__gradient {
22011
- background-repeat: no-repeat;
22012
22012
  }.v-item-group {
22013
22013
  flex: 0 1 auto;
22014
22014
  max-width: 100%;
@@ -22029,6 +22029,21 @@ textarea.v-field__input::placeholder {
22029
22029
 
22030
22030
  .v-label--clickable {
22031
22031
  cursor: pointer;
22032
+ }.v-layout {
22033
+ --v-scrollbar-offset: 0px;
22034
+ display: flex;
22035
+ flex: 1 1 auto;
22036
+ }
22037
+ .v-layout--full-height {
22038
+ --v-scrollbar-offset: inherit;
22039
+ height: 100%;
22040
+ }.v-layout-item {
22041
+ position: absolute;
22042
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22043
+ }
22044
+
22045
+ .v-layout-item--absolute {
22046
+ position: absolute;
22032
22047
  }.v-list {
22033
22048
  overflow: auto;
22034
22049
  padding: 8px 0;
@@ -22581,21 +22596,6 @@ textarea.v-field__input::placeholder {
22581
22596
  }
22582
22597
  .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
22583
22598
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22584
- }.v-layout {
22585
- --v-scrollbar-offset: 0px;
22586
- display: flex;
22587
- flex: 1 1 auto;
22588
- }
22589
- .v-layout--full-height {
22590
- --v-scrollbar-offset: inherit;
22591
- height: 100%;
22592
- }.v-layout-item {
22593
- position: absolute;
22594
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22595
- }
22596
-
22597
- .v-layout-item--absolute {
22598
- position: absolute;
22599
22599
  }.v-locale-provider {
22600
22600
  display: contents;
22601
22601
  }.v-main {
@@ -22740,6 +22740,19 @@ textarea.v-field__input::placeholder {
22740
22740
  .v-navigation-drawer__append {
22741
22741
  flex: none;
22742
22742
  overflow: hidden;
22743
+ }.v-menu > .v-overlay__content {
22744
+ display: flex;
22745
+ flex-direction: column;
22746
+ border-radius: 4px;
22747
+ }
22748
+ .v-menu > .v-overlay__content > .v-card,
22749
+ .v-menu > .v-overlay__content > .v-sheet,
22750
+ .v-menu > .v-overlay__content > .v-list {
22751
+ background: rgb(var(--v-theme-surface));
22752
+ border-radius: inherit;
22753
+ overflow: auto;
22754
+ height: 100%;
22755
+ 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));
22743
22756
  }.v-otp-input {
22744
22757
  border-radius: 4px;
22745
22758
  align-items: center;
@@ -22796,19 +22809,75 @@ textarea.v-field__input::placeholder {
22796
22809
  }
22797
22810
  .v-otp-input__loader .v-progress-linear {
22798
22811
  position: absolute;
22799
- }.v-menu > .v-overlay__content {
22812
+ }.v-parallax {
22813
+ position: relative;
22814
+ overflow: hidden;
22815
+ }
22816
+ .v-parallax--active > .v-img__img {
22817
+ will-change: transform;
22818
+ }.v-overlay-container {
22819
+ contain: layout;
22820
+ left: 0;
22821
+ pointer-events: none;
22822
+ position: absolute;
22823
+ top: 0;
22824
+ display: contents;
22825
+ }
22826
+
22827
+ .v-overlay-scroll-blocked {
22828
+ padding-inline-end: var(--v-scrollbar-offset);
22829
+ }
22830
+ .v-overlay-scroll-blocked:not(html) {
22831
+ overflow-y: hidden !important;
22832
+ }
22833
+ html.v-overlay-scroll-blocked {
22834
+ position: fixed;
22835
+ top: var(--v-body-scroll-y);
22836
+ left: var(--v-body-scroll-x);
22837
+ width: 100%;
22838
+ height: 100%;
22839
+ }
22840
+
22841
+ .v-overlay {
22842
+ border-radius: inherit;
22800
22843
  display: flex;
22801
- flex-direction: column;
22802
- border-radius: 4px;
22844
+ left: 0;
22845
+ pointer-events: none;
22846
+ position: fixed;
22847
+ top: 0;
22848
+ bottom: 0;
22849
+ right: 0;
22803
22850
  }
22804
- .v-menu > .v-overlay__content > .v-card,
22805
- .v-menu > .v-overlay__content > .v-sheet,
22806
- .v-menu > .v-overlay__content > .v-list {
22807
- background: rgb(var(--v-theme-surface));
22851
+
22852
+ .v-overlay__content {
22853
+ outline: none;
22854
+ position: absolute;
22855
+ pointer-events: auto;
22856
+ contain: layout;
22857
+ }
22858
+
22859
+ .v-overlay__scrim {
22860
+ pointer-events: auto;
22861
+ background: rgb(var(--v-theme-on-surface));
22808
22862
  border-radius: inherit;
22809
- overflow: auto;
22810
- height: 100%;
22811
- 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));
22863
+ bottom: 0;
22864
+ left: 0;
22865
+ opacity: var(--v-overlay-opacity, 0.32);
22866
+ position: fixed;
22867
+ right: 0;
22868
+ top: 0;
22869
+ }
22870
+
22871
+ .v-overlay--absolute {
22872
+ position: absolute;
22873
+ }
22874
+
22875
+ .v-overlay--contained .v-overlay__scrim {
22876
+ position: absolute;
22877
+ }
22878
+
22879
+ .v-overlay--scroll-blocked {
22880
+ padding-inline-end: var(--v-scrollbar-offset);
22812
22881
  }.v-pagination__list {
22813
22882
  display: inline-flex;
22814
22883
  list-style-type: none;
@@ -22919,75 +22988,72 @@ textarea.v-field__input::placeholder {
22919
22988
  100% {
22920
22989
  transform: rotate(270deg);
22921
22990
  }
22922
- }.v-overlay-container {
22923
- contain: layout;
22924
- left: 0;
22925
- pointer-events: none;
22926
- position: absolute;
22927
- top: 0;
22928
- display: contents;
22991
+ }.v-radio-group > .v-input__control {
22992
+ flex-direction: column;
22929
22993
  }
22930
-
22931
- .v-overlay-scroll-blocked {
22932
- padding-inline-end: var(--v-scrollbar-offset);
22994
+ .v-radio-group > .v-input__control > .v-label {
22995
+ margin-inline-start: 16px;
22933
22996
  }
22934
- .v-overlay-scroll-blocked:not(html) {
22935
- overflow-y: hidden !important;
22997
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
22998
+ padding-inline-start: 6px;
22999
+ margin-top: 8px;
22936
23000
  }
22937
- html.v-overlay-scroll-blocked {
22938
- position: fixed;
22939
- top: var(--v-body-scroll-y);
22940
- left: var(--v-body-scroll-x);
22941
- width: 100%;
22942
- height: 100%;
23001
+ .v-radio-group .v-input__details {
23002
+ padding-inline: 16px;
23003
+ }.v-rating {
23004
+ max-width: 100%;
23005
+ display: inline-flex;
23006
+ white-space: nowrap;
22943
23007
  }
22944
-
22945
- .v-overlay {
22946
- border-radius: inherit;
22947
- display: flex;
22948
- left: 0;
23008
+ .v-rating--readonly {
22949
23009
  pointer-events: none;
22950
- position: fixed;
22951
- top: 0;
22952
- bottom: 0;
22953
- right: 0;
22954
23010
  }
22955
23011
 
22956
- .v-overlay__content {
22957
- outline: none;
22958
- position: absolute;
22959
- pointer-events: auto;
22960
- contain: layout;
23012
+ .v-rating__wrapper {
23013
+ align-items: center;
23014
+ display: inline-flex;
23015
+ flex-direction: column;
22961
23016
  }
22962
-
22963
- .v-overlay__scrim {
22964
- pointer-events: auto;
22965
- background: rgb(var(--v-theme-on-surface));
22966
- border-radius: inherit;
22967
- bottom: 0;
22968
- left: 0;
22969
- opacity: var(--v-overlay-opacity, 0.32);
22970
- position: fixed;
22971
- right: 0;
22972
- top: 0;
23017
+ .v-rating__wrapper--bottom {
23018
+ flex-direction: column-reverse;
22973
23019
  }
22974
23020
 
22975
- .v-overlay--absolute {
23021
+ .v-rating__item {
23022
+ display: inline-flex;
23023
+ position: relative;
23024
+ }
23025
+ .v-rating__item label {
23026
+ cursor: pointer;
23027
+ }
23028
+ .v-rating__item .v-btn--variant-plain {
23029
+ opacity: 1;
23030
+ }
23031
+ .v-rating__item .v-btn {
23032
+ transition-property: transform;
23033
+ }
23034
+ .v-rating__item .v-btn .v-icon {
23035
+ transition: inherit;
23036
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23037
+ }
23038
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
23039
+ transform: scale(1.25);
23040
+ }
23041
+ .v-rating__item--half {
23042
+ overflow: hidden;
22976
23043
  position: absolute;
23044
+ -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23045
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23046
+ z-index: 1;
22977
23047
  }
22978
-
22979
- .v-overlay--contained .v-overlay__scrim {
22980
- position: absolute;
23048
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
23049
+ opacity: 0;
22981
23050
  }
22982
23051
 
22983
- .v-overlay--scroll-blocked {
22984
- padding-inline-end: var(--v-scrollbar-offset);
22985
- }.v-parallax {
22986
- position: relative;
22987
- overflow: hidden;
22988
- }
22989
- .v-parallax--active > .v-img__img {
22990
- will-change: transform;
23052
+ .v-rating__hidden {
23053
+ height: 0;
23054
+ opacity: 0;
23055
+ position: absolute;
23056
+ width: 0;
22991
23057
  }.v-progress-linear {
22992
23058
  background: transparent;
22993
23059
  overflow: hidden;
@@ -23198,72 +23264,63 @@ html.v-overlay-scroll-blocked {
23198
23264
  0% {
23199
23265
  background-position-x: var(--v-progress-linear-height);
23200
23266
  }
23201
- }.v-rating {
23202
- max-width: 100%;
23203
- display: inline-flex;
23204
- white-space: nowrap;
23205
- }
23206
- .v-rating--readonly {
23207
- pointer-events: none;
23208
- }
23209
-
23210
- .v-rating__wrapper {
23211
- align-items: center;
23212
- display: inline-flex;
23213
- flex-direction: column;
23267
+ }.v-slider .v-slider__container input {
23268
+ cursor: default;
23269
+ padding: 0;
23270
+ width: 100%;
23271
+ display: none;
23214
23272
  }
23215
- .v-rating__wrapper--bottom {
23216
- flex-direction: column-reverse;
23273
+ .v-slider > .v-input__append,
23274
+ .v-slider > .v-input__prepend {
23275
+ padding: 0;
23217
23276
  }
23218
23277
 
23219
- .v-rating__item {
23220
- display: inline-flex;
23278
+ .v-slider__container {
23221
23279
  position: relative;
23222
- }
23223
- .v-rating__item label {
23280
+ min-height: inherit;
23281
+ width: 100%;
23282
+ height: 100%;
23283
+ display: flex;
23284
+ justify-content: center;
23285
+ align-items: center;
23224
23286
  cursor: pointer;
23225
23287
  }
23226
- .v-rating__item .v-btn--variant-plain {
23227
- opacity: 1;
23288
+ .v-input--disabled .v-slider__container {
23289
+ opacity: var(--v-disabled-opacity);
23228
23290
  }
23229
- .v-rating__item .v-btn {
23230
- transition-property: transform;
23291
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
23292
+ color: rgb(var(--v-theme-error));
23231
23293
  }
23232
- .v-rating__item .v-btn .v-icon {
23233
- transition: inherit;
23234
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23294
+
23295
+ .v-slider.v-input--horizontal {
23296
+ align-items: center;
23297
+ margin-inline: 8px 8px;
23235
23298
  }
23236
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
23237
- transform: scale(1.25);
23299
+ .v-slider.v-input--horizontal > .v-input__control {
23300
+ min-height: 32px;
23301
+ display: flex;
23302
+ align-items: center;
23238
23303
  }
23239
- .v-rating__item--half {
23240
- overflow: hidden;
23241
- position: absolute;
23242
- -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23243
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23244
- z-index: 1;
23304
+
23305
+ .v-slider.v-input--vertical {
23306
+ justify-content: center;
23307
+ margin-top: 12px;
23308
+ margin-bottom: 12px;
23245
23309
  }
23246
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
23247
- opacity: 0;
23310
+ .v-slider.v-input--vertical > .v-input__control {
23311
+ min-height: 300px;
23248
23312
  }
23249
23313
 
23250
- .v-rating__hidden {
23251
- height: 0;
23252
- opacity: 0;
23253
- position: absolute;
23254
- width: 0;
23255
- }.v-radio-group > .v-input__control {
23256
- flex-direction: column;
23257
- }
23258
- .v-radio-group > .v-input__control > .v-label {
23259
- margin-inline-start: 16px;
23314
+ .v-slider.v-input--disabled {
23315
+ pointer-events: none;
23260
23316
  }
23261
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23262
- padding-inline-start: 6px;
23263
- margin-top: 8px;
23317
+
23318
+ .v-slider--has-labels > .v-input__control {
23319
+ margin-bottom: 4px;
23264
23320
  }
23265
- .v-radio-group .v-input__details {
23266
- padding-inline: 16px;
23321
+
23322
+ .v-slider__label {
23323
+ margin-inline-end: 12px;
23267
23324
  }.v-responsive {
23268
23325
  display: flex;
23269
23326
  flex: 1 0 auto;
@@ -23290,119 +23347,233 @@ html.v-overlay-scroll-blocked {
23290
23347
  flex: 1 0 0px;
23291
23348
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23292
23349
  pointer-events: none;
23293
- }.v-slider .v-slider__container input {
23294
- cursor: default;
23295
- padding: 0;
23350
+ }.v-select .v-field .v-text-field__prefix,
23351
+ .v-select .v-field .v-text-field__suffix,
23352
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
23353
+ cursor: pointer;
23354
+ }
23355
+ .v-select .v-field .v-field__input > input {
23356
+ align-self: flex-start;
23357
+ opacity: 1;
23358
+ flex: 0 0;
23359
+ position: absolute;
23296
23360
  width: 100%;
23297
- display: none;
23361
+ transition: none;
23362
+ pointer-events: none;
23363
+ caret-color: transparent;
23298
23364
  }
23299
- .v-slider > .v-input__append,
23300
- .v-slider > .v-input__prepend {
23301
- padding: 0;
23365
+ .v-select .v-field--dirty .v-select__selection {
23366
+ margin-inline-end: 2px;
23302
23367
  }
23303
-
23304
- .v-slider__container {
23368
+ .v-select .v-select__selection-text {
23369
+ overflow: hidden;
23370
+ text-overflow: ellipsis;
23371
+ white-space: nowrap;
23372
+ }
23373
+ .v-select__content {
23374
+ overflow: hidden;
23375
+ 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));
23376
+ border-radius: 4px;
23377
+ }
23378
+ .v-select__selection {
23379
+ display: inline-flex;
23380
+ align-items: center;
23381
+ letter-spacing: inherit;
23382
+ line-height: inherit;
23383
+ max-width: 100%;
23384
+ }
23385
+ .v-select .v-select__selection:first-child {
23386
+ margin-inline-start: 0;
23387
+ }
23388
+ .v-select--selected .v-field .v-field__input > input {
23389
+ opacity: 0;
23390
+ }
23391
+ .v-select__menu-icon {
23392
+ margin-inline-start: 4px;
23393
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23394
+ }
23395
+ .v-select--active-menu .v-select__menu-icon {
23396
+ opacity: var(--v-high-emphasis-opacity);
23397
+ transform: rotate(180deg);
23398
+ }.v-selection-control {
23399
+ align-items: center;
23400
+ contain: layout;
23401
+ display: flex;
23402
+ flex: 1 0;
23403
+ grid-area: control;
23305
23404
  position: relative;
23306
- min-height: inherit;
23307
- width: 100%;
23405
+ -webkit-user-select: none;
23406
+ user-select: none;
23407
+ }
23408
+ .v-selection-control .v-label {
23409
+ white-space: normal;
23410
+ word-break: break-word;
23308
23411
  height: 100%;
23309
- display: flex;
23310
- justify-content: center;
23311
- align-items: center;
23312
- cursor: pointer;
23313
23412
  }
23314
- .v-input--disabled .v-slider__container {
23413
+ .v-selection-control--disabled {
23315
23414
  opacity: var(--v-disabled-opacity);
23415
+ pointer-events: none;
23316
23416
  }
23317
- .v-input--error:not(.v-input--disabled) .v-slider__container {
23417
+ .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
23418
+ opacity: 1;
23419
+ }
23420
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
23318
23421
  color: rgb(var(--v-theme-error));
23319
23422
  }
23423
+ .v-selection-control--inline {
23424
+ display: inline-flex;
23425
+ flex: 0 0 auto;
23426
+ min-width: 0;
23427
+ max-width: 100%;
23428
+ }
23429
+ .v-selection-control--inline .v-label {
23430
+ width: auto;
23431
+ }
23432
+ .v-selection-control--density-default {
23433
+ --v-selection-control-size: 40px;
23434
+ }
23320
23435
 
23321
- .v-slider.v-input--horizontal {
23436
+ .v-selection-control--density-comfortable {
23437
+ --v-selection-control-size: 36px;
23438
+ }
23439
+
23440
+ .v-selection-control--density-compact {
23441
+ --v-selection-control-size: 28px;
23442
+ }
23443
+
23444
+ .v-selection-control__wrapper {
23445
+ width: var(--v-selection-control-size);
23446
+ height: var(--v-selection-control-size);
23447
+ display: inline-flex;
23322
23448
  align-items: center;
23323
- margin-inline: 8px 8px;
23449
+ position: relative;
23450
+ justify-content: center;
23451
+ flex: none;
23452
+ }
23453
+
23454
+ .v-selection-control__input {
23455
+ width: var(--v-selection-control-size);
23456
+ height: var(--v-selection-control-size);
23457
+ align-items: center;
23458
+ display: flex;
23459
+ flex: none;
23460
+ justify-content: center;
23461
+ position: relative;
23462
+ border-radius: 50%;
23463
+ }
23464
+ .v-selection-control__input input {
23465
+ cursor: pointer;
23466
+ position: absolute;
23467
+ left: 0;
23468
+ top: 0;
23469
+ width: 100%;
23470
+ height: 100%;
23471
+ opacity: 0;
23472
+ }
23473
+ .v-selection-control__input::before {
23474
+ content: "";
23475
+ position: absolute;
23476
+ top: 0;
23477
+ left: 0;
23478
+ width: 100%;
23479
+ height: 100%;
23480
+ border-radius: 100%;
23481
+ background-color: currentColor;
23482
+ opacity: 0;
23483
+ pointer-events: none;
23324
23484
  }
23325
- .v-slider.v-input--horizontal > .v-input__control {
23326
- min-height: 32px;
23327
- display: flex;
23328
- align-items: center;
23485
+ .v-selection-control__input:hover::before {
23486
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23329
23487
  }
23330
-
23331
- .v-slider.v-input--vertical {
23332
- justify-content: center;
23333
- margin-top: 12px;
23334
- margin-bottom: 12px;
23488
+ .v-selection-control__input > .v-icon {
23489
+ opacity: var(--v-medium-emphasis-opacity);
23335
23490
  }
23336
- .v-slider.v-input--vertical > .v-input__control {
23337
- min-height: 300px;
23491
+ .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
23492
+ opacity: 1;
23338
23493
  }
23339
-
23340
- .v-slider.v-input--disabled {
23341
- pointer-events: none;
23494
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
23495
+ color: rgb(var(--v-theme-error));
23342
23496
  }
23343
-
23344
- .v-slider--has-labels > .v-input__control {
23345
- margin-bottom: 4px;
23497
+ .v-selection-control--focus-visible .v-selection-control__input::before {
23498
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23499
+ }.v-selection-control-group {
23500
+ grid-area: control;
23501
+ display: flex;
23502
+ flex-direction: column;
23346
23503
  }
23347
-
23348
- .v-slider__label {
23349
- margin-inline-end: 12px;
23350
- }.v-select .v-field .v-text-field__prefix,
23351
- .v-select .v-field .v-text-field__suffix,
23352
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
23353
- cursor: pointer;
23504
+ .v-selection-control-group--inline {
23505
+ flex-direction: row;
23506
+ flex-wrap: wrap;
23507
+ }.v-sheet {
23508
+ display: block;
23509
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23510
+ border-style: solid;
23511
+ border-width: 0;
23512
+ 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));
23513
+ border-radius: 0;
23514
+ background: rgb(var(--v-theme-surface));
23515
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
23354
23516
  }
23355
- .v-select .v-field .v-field__input > input {
23356
- align-self: flex-start;
23357
- opacity: 1;
23358
- flex: 0 0;
23517
+ .v-sheet--border {
23518
+ border-width: thin;
23519
+ box-shadow: none;
23520
+ }
23521
+ .v-sheet--absolute {
23359
23522
  position: absolute;
23360
- width: 100%;
23361
- transition: none;
23362
- pointer-events: none;
23363
- caret-color: transparent;
23364
23523
  }
23365
- .v-select .v-field--dirty .v-select__selection {
23366
- margin-inline-end: 2px;
23524
+ .v-sheet--fixed {
23525
+ position: fixed;
23367
23526
  }
23368
- .v-select .v-select__selection-text {
23369
- overflow: hidden;
23370
- text-overflow: ellipsis;
23371
- white-space: nowrap;
23527
+ .v-sheet--relative {
23528
+ position: relative;
23372
23529
  }
23373
- .v-select__content {
23374
- overflow: hidden;
23375
- 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));
23530
+ .v-sheet--sticky {
23531
+ position: sticky;
23532
+ }
23533
+ .v-sheet--rounded {
23376
23534
  border-radius: 4px;
23535
+ }.v-slide-group {
23536
+ display: flex;
23537
+ overflow: hidden;
23377
23538
  }
23378
- .v-select__selection {
23379
- display: inline-flex;
23539
+
23540
+ .v-slide-group__next,
23541
+ .v-slide-group__prev {
23380
23542
  align-items: center;
23381
- letter-spacing: inherit;
23382
- line-height: inherit;
23383
- max-width: 100%;
23543
+ display: flex;
23544
+ flex: 0 1 52px;
23545
+ justify-content: center;
23546
+ min-width: 52px;
23547
+ cursor: pointer;
23384
23548
  }
23385
- .v-select .v-select__selection:first-child {
23386
- margin-inline-start: 0;
23549
+ .v-slide-group__next--disabled,
23550
+ .v-slide-group__prev--disabled {
23551
+ pointer-events: none;
23552
+ opacity: var(--v-disabled-opacity);
23387
23553
  }
23388
- .v-select--selected .v-field .v-field__input > input {
23389
- opacity: 0;
23554
+
23555
+ .v-slide-group__content {
23556
+ display: flex;
23557
+ flex: 1 0 auto;
23558
+ position: relative;
23559
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23560
+ white-space: nowrap;
23390
23561
  }
23391
- .v-select__menu-icon {
23392
- margin-inline-start: 4px;
23393
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23562
+ .v-slide-group__content > * {
23563
+ white-space: initial;
23394
23564
  }
23395
- .v-select--active-menu .v-select__menu-icon {
23396
- opacity: var(--v-high-emphasis-opacity);
23397
- transform: rotate(180deg);
23398
- }.v-selection-control-group {
23399
- grid-area: control;
23565
+
23566
+ .v-slide-group__container {
23567
+ contain: content;
23400
23568
  display: flex;
23401
- flex-direction: column;
23569
+ flex: 1 1 auto;
23570
+ overflow: hidden;
23402
23571
  }
23403
- .v-selection-control-group--inline {
23404
- flex-direction: row;
23405
- flex-wrap: wrap;
23572
+
23573
+ .v-slide-group--vertical,
23574
+ .v-slide-group--vertical .v-slide-group__container,
23575
+ .v-slide-group--vertical .v-slide-group__content {
23576
+ flex-direction: column;
23406
23577
  }.v-skeleton-loader {
23407
23578
  align-items: center;
23408
23579
  background: rgb(var(--v-theme-surface));
@@ -23579,182 +23750,53 @@ html.v-overlay-scroll-blocked {
23579
23750
  margin-inline: 8px;
23580
23751
  }
23581
23752
  .v-skeleton-loader__table-row + .v-skeleton-loader__divider {
23582
- margin: 0 16px;
23583
- }
23584
- .v-skeleton-loader__table-cell {
23585
- align-items: center;
23586
- display: flex;
23587
- height: 48px;
23588
- width: 88px;
23589
- }
23590
- .v-skeleton-loader__table-cell .v-skeleton-loader__text {
23591
- margin-bottom: 0;
23592
- }
23593
- .v-skeleton-loader__subtitle {
23594
- max-width: 70%;
23595
- }
23596
- .v-skeleton-loader__subtitle > .v-skeleton-loader__text {
23597
- height: 16px;
23598
- border-radius: 8px;
23599
- }
23600
- .v-skeleton-loader__text {
23601
- border-radius: 6px;
23602
- margin: 16px;
23603
- height: 12px;
23604
- }
23605
- .v-skeleton-loader__text + .v-skeleton-loader__text {
23606
- margin-top: -8px;
23607
- max-width: 50%;
23608
- }
23609
- .v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
23610
- max-width: 70%;
23611
- }
23612
- .v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
23613
- display: none;
23614
- }
23615
- .v-skeleton-loader--is-loading {
23616
- overflow: hidden;
23617
- }
23618
- .v-skeleton-loader--tile {
23619
- border-radius: 0;
23620
- }
23621
- .v-skeleton-loader--tile .v-skeleton-loader__bone {
23622
- border-radius: 0;
23623
- }
23624
-
23625
- @keyframes loading {
23626
- 100% {
23627
- transform: translateX(100%);
23628
- }
23629
- }.v-selection-control {
23630
- align-items: center;
23631
- contain: layout;
23632
- display: flex;
23633
- flex: 1 0;
23634
- grid-area: control;
23635
- position: relative;
23636
- -webkit-user-select: none;
23637
- user-select: none;
23638
- }
23639
- .v-selection-control .v-label {
23640
- white-space: normal;
23641
- word-break: break-word;
23642
- height: 100%;
23643
- }
23644
- .v-selection-control--disabled {
23645
- opacity: var(--v-disabled-opacity);
23646
- pointer-events: none;
23647
- }
23648
- .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
23649
- opacity: 1;
23650
- }
23651
- .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
23652
- color: rgb(var(--v-theme-error));
23653
- }
23654
- .v-selection-control--inline {
23655
- display: inline-flex;
23656
- flex: 0 0 auto;
23657
- min-width: 0;
23658
- max-width: 100%;
23659
- }
23660
- .v-selection-control--inline .v-label {
23661
- width: auto;
23662
- }
23663
- .v-selection-control--density-default {
23664
- --v-selection-control-size: 40px;
23665
- }
23666
-
23667
- .v-selection-control--density-comfortable {
23668
- --v-selection-control-size: 36px;
23669
- }
23670
-
23671
- .v-selection-control--density-compact {
23672
- --v-selection-control-size: 28px;
23673
- }
23674
-
23675
- .v-selection-control__wrapper {
23676
- width: var(--v-selection-control-size);
23677
- height: var(--v-selection-control-size);
23678
- display: inline-flex;
23679
- align-items: center;
23680
- position: relative;
23681
- justify-content: center;
23682
- flex: none;
23683
- }
23684
-
23685
- .v-selection-control__input {
23686
- width: var(--v-selection-control-size);
23687
- height: var(--v-selection-control-size);
23688
- align-items: center;
23689
- display: flex;
23690
- flex: none;
23691
- justify-content: center;
23692
- position: relative;
23693
- border-radius: 50%;
23694
- }
23695
- .v-selection-control__input input {
23696
- cursor: pointer;
23697
- position: absolute;
23698
- left: 0;
23699
- top: 0;
23700
- width: 100%;
23701
- height: 100%;
23702
- opacity: 0;
23753
+ margin: 0 16px;
23703
23754
  }
23704
- .v-selection-control__input::before {
23705
- content: "";
23706
- position: absolute;
23707
- top: 0;
23708
- left: 0;
23709
- width: 100%;
23710
- height: 100%;
23711
- border-radius: 100%;
23712
- background-color: currentColor;
23713
- opacity: 0;
23714
- pointer-events: none;
23755
+ .v-skeleton-loader__table-cell {
23756
+ align-items: center;
23757
+ display: flex;
23758
+ height: 48px;
23759
+ width: 88px;
23715
23760
  }
23716
- .v-selection-control__input:hover::before {
23717
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23761
+ .v-skeleton-loader__table-cell .v-skeleton-loader__text {
23762
+ margin-bottom: 0;
23718
23763
  }
23719
- .v-selection-control__input > .v-icon {
23720
- opacity: var(--v-medium-emphasis-opacity);
23764
+ .v-skeleton-loader__subtitle {
23765
+ max-width: 70%;
23721
23766
  }
23722
- .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
23723
- opacity: 1;
23767
+ .v-skeleton-loader__subtitle > .v-skeleton-loader__text {
23768
+ height: 16px;
23769
+ border-radius: 8px;
23724
23770
  }
23725
- .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
23726
- color: rgb(var(--v-theme-error));
23771
+ .v-skeleton-loader__text {
23772
+ border-radius: 6px;
23773
+ margin: 16px;
23774
+ height: 12px;
23727
23775
  }
23728
- .v-selection-control--focus-visible .v-selection-control__input::before {
23729
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23730
- }.v-sheet {
23731
- display: block;
23732
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23733
- border-style: solid;
23734
- border-width: 0;
23735
- 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));
23736
- border-radius: 0;
23737
- background: rgb(var(--v-theme-surface));
23738
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
23776
+ .v-skeleton-loader__text + .v-skeleton-loader__text {
23777
+ margin-top: -8px;
23778
+ max-width: 50%;
23739
23779
  }
23740
- .v-sheet--border {
23741
- border-width: thin;
23742
- box-shadow: none;
23780
+ .v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
23781
+ max-width: 70%;
23743
23782
  }
23744
- .v-sheet--absolute {
23745
- position: absolute;
23783
+ .v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
23784
+ display: none;
23746
23785
  }
23747
- .v-sheet--fixed {
23748
- position: fixed;
23786
+ .v-skeleton-loader--is-loading {
23787
+ overflow: hidden;
23749
23788
  }
23750
- .v-sheet--relative {
23751
- position: relative;
23789
+ .v-skeleton-loader--tile {
23790
+ border-radius: 0;
23752
23791
  }
23753
- .v-sheet--sticky {
23754
- position: sticky;
23792
+ .v-skeleton-loader--tile .v-skeleton-loader__bone {
23793
+ border-radius: 0;
23755
23794
  }
23756
- .v-sheet--rounded {
23757
- border-radius: 4px;
23795
+
23796
+ @keyframes loading {
23797
+ 100% {
23798
+ transform: translateX(100%);
23799
+ }
23758
23800
  }.v-stepper.v-sheet {
23759
23801
  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));
23760
23802
  border-radius: 4px;
@@ -23871,48 +23913,6 @@ html.v-overlay-scroll-blocked {
23871
23913
  }
23872
23914
  .v-stepper--mobile .v-stepper-item__subtitle {
23873
23915
  display: none;
23874
- }.v-slide-group {
23875
- display: flex;
23876
- overflow: hidden;
23877
- }
23878
-
23879
- .v-slide-group__next,
23880
- .v-slide-group__prev {
23881
- align-items: center;
23882
- display: flex;
23883
- flex: 0 1 52px;
23884
- justify-content: center;
23885
- min-width: 52px;
23886
- cursor: pointer;
23887
- }
23888
- .v-slide-group__next--disabled,
23889
- .v-slide-group__prev--disabled {
23890
- pointer-events: none;
23891
- opacity: var(--v-disabled-opacity);
23892
- }
23893
-
23894
- .v-slide-group__content {
23895
- display: flex;
23896
- flex: 1 0 auto;
23897
- position: relative;
23898
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23899
- white-space: nowrap;
23900
- }
23901
- .v-slide-group__content > * {
23902
- white-space: initial;
23903
- }
23904
-
23905
- .v-slide-group__container {
23906
- contain: content;
23907
- display: flex;
23908
- flex: 1 1 auto;
23909
- overflow: hidden;
23910
- }
23911
-
23912
- .v-slide-group--vertical,
23913
- .v-slide-group--vertical .v-slide-group__container,
23914
- .v-slide-group--vertical .v-slide-group__content {
23915
- flex-direction: column;
23916
23916
  }.v-snackbar {
23917
23917
  justify-content: center;
23918
23918
  z-index: 10000;
@@ -24019,151 +24019,19 @@ html.v-overlay-scroll-blocked {
24019
24019
  .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
24020
24020
  transition-duration: 0.15s;
24021
24021
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24022
- }
24023
- .v-snackbar-transition-enter-active {
24024
- transition-property: opacity, transform;
24025
- }
24026
- .v-snackbar-transition-enter-from {
24027
- opacity: 0;
24028
- transform: scale(0.8);
24029
- }
24030
- .v-snackbar-transition-leave-active {
24031
- transition-property: opacity;
24032
- }
24033
- .v-snackbar-transition-leave-to {
24034
- opacity: 0;
24035
- }.v-system-bar {
24036
- align-items: center;
24037
- display: flex;
24038
- flex: 1 1 auto;
24039
- height: 24px;
24040
- justify-content: flex-end;
24041
- max-width: 100%;
24042
- padding-inline: 8px;
24043
- position: relative;
24044
- text-align: end;
24045
- width: 100%;
24046
- 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));
24047
- background: rgba(var(--v-theme-surface-light));
24048
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24049
- font-size: 0.75rem;
24050
- font-weight: 400;
24051
- letter-spacing: 0.0333333333em;
24052
- line-height: 1.25rem;
24053
- text-transform: none;
24054
- }
24055
- .v-system-bar .v-icon {
24056
- opacity: var(--v-medium-emphasis-opacity);
24057
- }
24058
- .v-system-bar--absolute {
24059
- position: absolute;
24060
- }
24061
- .v-system-bar--fixed {
24062
- position: fixed;
24063
- }
24064
- .v-system-bar--rounded {
24065
- border-radius: 0;
24066
- }
24067
- .v-system-bar--window {
24068
- height: 32px;
24069
- }
24070
- .v-system-bar:not(.v-system-bar--absolute) {
24071
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24072
- }.v-tabs {
24073
- display: flex;
24074
- height: var(--v-tabs-height);
24075
- }
24076
- .v-tabs--density-default {
24077
- --v-tabs-height: 48px;
24078
- }
24079
- .v-tabs--density-default.v-tabs--stacked {
24080
- --v-tabs-height: 72px;
24081
- }
24082
-
24083
- .v-tabs--density-comfortable {
24084
- --v-tabs-height: 44px;
24085
- }
24086
- .v-tabs--density-comfortable.v-tabs--stacked {
24087
- --v-tabs-height: 68px;
24088
- }
24089
-
24090
- .v-tabs--density-compact {
24091
- --v-tabs-height: 36px;
24092
- }
24093
- .v-tabs--density-compact.v-tabs--stacked {
24094
- --v-tabs-height: 60px;
24095
- }
24096
-
24097
- .v-tabs.v-slide-group--vertical {
24098
- height: auto;
24099
- flex: none;
24100
- --v-tabs-height: 48px;
24101
- }
24102
-
24103
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24104
- margin-inline-start: 42px;
24105
- }
24106
-
24107
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24108
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24109
- margin-inline-end: auto;
24110
- }
24111
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24112
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24113
- margin-inline-start: auto;
24114
- }
24115
-
24116
- .v-tabs--grow {
24117
- flex-grow: 1;
24118
- }
24119
- .v-tabs--grow .v-tab {
24120
- flex: 1 0 auto;
24121
- max-width: none;
24122
- }
24123
-
24124
- .v-tabs--align-tabs-end .v-tab:first-child {
24125
- margin-inline-start: auto;
24126
- }
24127
- .v-tabs--align-tabs-end .v-tab:last-child {
24128
- margin-inline-end: 0;
24129
- }
24130
-
24131
- @media (max-width: 1279.98px) {
24132
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24133
- margin-inline-start: 52px;
24134
- }
24135
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24136
- margin-inline-end: 52px;
24137
- }
24138
- }.v-tab.v-tab.v-btn {
24139
- height: var(--v-tabs-height);
24140
- border-radius: 0;
24141
- min-width: 90px;
24142
- }
24143
- .v-slide-group--horizontal .v-tab {
24144
- max-width: 360px;
24145
- }
24146
- .v-slide-group--vertical .v-tab {
24147
- justify-content: start;
24148
- }
24149
-
24150
- .v-tab__slider {
24151
- position: absolute;
24152
- bottom: 0;
24153
- left: 0;
24154
- height: 2px;
24155
- width: 100%;
24156
- background: currentColor;
24157
- pointer-events: none;
24022
+ }
24023
+ .v-snackbar-transition-enter-active {
24024
+ transition-property: opacity, transform;
24025
+ }
24026
+ .v-snackbar-transition-enter-from {
24158
24027
  opacity: 0;
24028
+ transform: scale(0.8);
24159
24029
  }
24160
- .v-tab--selected .v-tab__slider {
24161
- opacity: 1;
24030
+ .v-snackbar-transition-leave-active {
24031
+ transition-property: opacity;
24162
24032
  }
24163
- .v-slide-group--vertical .v-tab__slider {
24164
- top: 0;
24165
- height: 100%;
24166
- width: 2px;
24033
+ .v-snackbar-transition-leave-to {
24034
+ opacity: 0;
24167
24035
  }.v-switch .v-label {
24168
24036
  padding-inline-start: 10px;
24169
24037
  }
@@ -24420,6 +24288,138 @@ html.v-overlay-scroll-blocked {
24420
24288
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
24421
24289
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
24422
24290
  border-top: 0px !important;
24291
+ }.v-system-bar {
24292
+ align-items: center;
24293
+ display: flex;
24294
+ flex: 1 1 auto;
24295
+ height: 24px;
24296
+ justify-content: flex-end;
24297
+ max-width: 100%;
24298
+ padding-inline: 8px;
24299
+ position: relative;
24300
+ text-align: end;
24301
+ width: 100%;
24302
+ 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));
24303
+ background: rgba(var(--v-theme-surface-light));
24304
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24305
+ font-size: 0.75rem;
24306
+ font-weight: 400;
24307
+ letter-spacing: 0.0333333333em;
24308
+ line-height: 1.25rem;
24309
+ text-transform: none;
24310
+ }
24311
+ .v-system-bar .v-icon {
24312
+ opacity: var(--v-medium-emphasis-opacity);
24313
+ }
24314
+ .v-system-bar--absolute {
24315
+ position: absolute;
24316
+ }
24317
+ .v-system-bar--fixed {
24318
+ position: fixed;
24319
+ }
24320
+ .v-system-bar--rounded {
24321
+ border-radius: 0;
24322
+ }
24323
+ .v-system-bar--window {
24324
+ height: 32px;
24325
+ }
24326
+ .v-system-bar:not(.v-system-bar--absolute) {
24327
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24328
+ }.v-tab.v-tab.v-btn {
24329
+ height: var(--v-tabs-height);
24330
+ border-radius: 0;
24331
+ min-width: 90px;
24332
+ }
24333
+ .v-slide-group--horizontal .v-tab {
24334
+ max-width: 360px;
24335
+ }
24336
+ .v-slide-group--vertical .v-tab {
24337
+ justify-content: start;
24338
+ }
24339
+
24340
+ .v-tab__slider {
24341
+ position: absolute;
24342
+ bottom: 0;
24343
+ left: 0;
24344
+ height: 2px;
24345
+ width: 100%;
24346
+ background: currentColor;
24347
+ pointer-events: none;
24348
+ opacity: 0;
24349
+ }
24350
+ .v-tab--selected .v-tab__slider {
24351
+ opacity: 1;
24352
+ }
24353
+ .v-slide-group--vertical .v-tab__slider {
24354
+ top: 0;
24355
+ height: 100%;
24356
+ width: 2px;
24357
+ }.v-tabs {
24358
+ display: flex;
24359
+ height: var(--v-tabs-height);
24360
+ }
24361
+ .v-tabs--density-default {
24362
+ --v-tabs-height: 48px;
24363
+ }
24364
+ .v-tabs--density-default.v-tabs--stacked {
24365
+ --v-tabs-height: 72px;
24366
+ }
24367
+
24368
+ .v-tabs--density-comfortable {
24369
+ --v-tabs-height: 44px;
24370
+ }
24371
+ .v-tabs--density-comfortable.v-tabs--stacked {
24372
+ --v-tabs-height: 68px;
24373
+ }
24374
+
24375
+ .v-tabs--density-compact {
24376
+ --v-tabs-height: 36px;
24377
+ }
24378
+ .v-tabs--density-compact.v-tabs--stacked {
24379
+ --v-tabs-height: 60px;
24380
+ }
24381
+
24382
+ .v-tabs.v-slide-group--vertical {
24383
+ height: auto;
24384
+ flex: none;
24385
+ --v-tabs-height: 48px;
24386
+ }
24387
+
24388
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24389
+ margin-inline-start: 42px;
24390
+ }
24391
+
24392
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24393
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24394
+ margin-inline-end: auto;
24395
+ }
24396
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24397
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24398
+ margin-inline-start: auto;
24399
+ }
24400
+
24401
+ .v-tabs--grow {
24402
+ flex-grow: 1;
24403
+ }
24404
+ .v-tabs--grow .v-tab {
24405
+ flex: 1 0 auto;
24406
+ max-width: none;
24407
+ }
24408
+
24409
+ .v-tabs--align-tabs-end .v-tab:first-child {
24410
+ margin-inline-start: auto;
24411
+ }
24412
+ .v-tabs--align-tabs-end .v-tab:last-child {
24413
+ margin-inline-end: 0;
24414
+ }
24415
+
24416
+ @media (max-width: 1279.98px) {
24417
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24418
+ margin-inline-start: 52px;
24419
+ }
24420
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24421
+ margin-inline-end: 52px;
24422
+ }
24423
24423
  }/* region BLOCK */
24424
24424
  .v-text-field input {
24425
24425
  color: inherit;
@@ -24508,24 +24508,156 @@ html.v-overlay-scroll-blocked {
24508
24508
  min-height: 0 !important;
24509
24509
  pointer-events: none;
24510
24510
  }
24511
- .v-textarea--no-resize .v-field__input {
24512
- resize: none;
24511
+ .v-textarea--no-resize .v-field__input {
24512
+ resize: none;
24513
+ }
24514
+ .v-textarea .v-field--no-label textarea,
24515
+ .v-textarea .v-field--active textarea {
24516
+ opacity: 1;
24517
+ }
24518
+ .v-textarea textarea {
24519
+ opacity: 0;
24520
+ flex: 1;
24521
+ min-width: 0;
24522
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24523
+ }
24524
+ .v-textarea textarea:focus, .v-textarea textarea:active {
24525
+ outline: none;
24526
+ }
24527
+ .v-textarea textarea:invalid {
24528
+ box-shadow: none;
24529
+ }.v-theme-provider {
24530
+ background: rgb(var(--v-theme-background));
24531
+ color: rgb(var(--v-theme-on-background));
24532
+ }.v-toolbar {
24533
+ align-items: flex-start;
24534
+ display: flex;
24535
+ flex: none;
24536
+ flex-direction: column;
24537
+ justify-content: space-between;
24538
+ max-width: 100%;
24539
+ position: relative;
24540
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24541
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
24542
+ width: 100%;
24543
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24544
+ border-style: solid;
24545
+ border-width: 0;
24546
+ 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));
24547
+ border-radius: 0;
24548
+ background: rgb(var(--v-theme-surface-light));
24549
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24550
+ }
24551
+ .v-toolbar--border {
24552
+ border-width: thin;
24553
+ box-shadow: none;
24554
+ }
24555
+ .v-toolbar--absolute {
24556
+ position: absolute;
24557
+ }
24558
+ .v-toolbar--collapse {
24559
+ max-width: 112px;
24560
+ overflow: hidden;
24561
+ border-end-end-radius: 24px;
24562
+ }
24563
+ .v-toolbar--collapse .v-toolbar-title {
24564
+ display: none;
24565
+ }
24566
+ .v-toolbar--flat {
24567
+ 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));
24568
+ }
24569
+ .v-toolbar--floating {
24570
+ display: inline-flex;
24571
+ }
24572
+ .v-toolbar--rounded {
24573
+ border-radius: 4px;
24574
+ }
24575
+
24576
+ .v-toolbar__content,
24577
+ .v-toolbar__extension {
24578
+ align-items: center;
24579
+ display: flex;
24580
+ flex: 0 0 auto;
24581
+ position: relative;
24582
+ transition: inherit;
24583
+ width: 100%;
24584
+ }
24585
+
24586
+ .v-toolbar__content {
24587
+ overflow: hidden;
24588
+ }
24589
+ .v-toolbar__content > .v-btn:first-child {
24590
+ margin-inline-start: 10px;
24591
+ }
24592
+ .v-toolbar__content > .v-btn:last-child {
24593
+ margin-inline-end: 10px;
24594
+ }
24595
+ .v-toolbar__content > .v-toolbar-title {
24596
+ margin-inline-start: 16px;
24597
+ }
24598
+ .v-toolbar--density-prominent .v-toolbar__content {
24599
+ align-items: flex-start;
24600
+ }
24601
+
24602
+ .v-toolbar__image {
24603
+ position: absolute;
24604
+ top: 0;
24605
+ left: 0;
24606
+ width: 100%;
24607
+ height: 100%;
24608
+ display: flex;
24609
+ opacity: var(--v-toolbar-image-opacity, 1);
24610
+ transition-property: opacity;
24611
+ }
24612
+
24613
+ .v-toolbar__prepend,
24614
+ .v-toolbar__append {
24615
+ align-items: center;
24616
+ align-self: stretch;
24617
+ display: flex;
24618
+ }
24619
+
24620
+ .v-toolbar__prepend {
24621
+ margin-inline: 10px auto;
24513
24622
  }
24514
- .v-textarea .v-field--no-label textarea,
24515
- .v-textarea .v-field--active textarea {
24516
- opacity: 1;
24623
+
24624
+ .v-toolbar__append {
24625
+ margin-inline: auto 10px;
24517
24626
  }
24518
- .v-textarea textarea {
24519
- opacity: 0;
24520
- flex: 1;
24627
+
24628
+ .v-toolbar-title {
24629
+ flex: 1 1;
24630
+ font-size: 1.25rem;
24521
24631
  min-width: 0;
24522
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24632
+ font-size: 1.25rem;
24633
+ font-weight: 400;
24634
+ letter-spacing: 0;
24635
+ line-height: 1.75rem;
24636
+ text-transform: none;
24523
24637
  }
24524
- .v-textarea textarea:focus, .v-textarea textarea:active {
24525
- outline: none;
24638
+ .v-toolbar--density-prominent .v-toolbar-title {
24639
+ align-self: flex-end;
24640
+ padding-bottom: 6px;
24641
+ font-size: 1.5rem;
24642
+ font-weight: 400;
24643
+ letter-spacing: 0;
24644
+ line-height: 2.25rem;
24645
+ text-transform: none;
24526
24646
  }
24527
- .v-textarea textarea:invalid {
24528
- box-shadow: none;
24647
+
24648
+ .v-toolbar-title__placeholder {
24649
+ overflow: hidden;
24650
+ text-overflow: ellipsis;
24651
+ white-space: nowrap;
24652
+ }
24653
+
24654
+ .v-toolbar-items {
24655
+ display: flex;
24656
+ height: inherit;
24657
+ align-self: stretch;
24658
+ }
24659
+ .v-toolbar-items > .v-btn {
24660
+ border-radius: 0;
24529
24661
  }.v-timeline .v-timeline-divider__dot {
24530
24662
  background: rgb(var(--v-theme-surface-light));
24531
24663
  }
@@ -24942,9 +25074,15 @@ html.v-overlay-scroll-blocked {
24942
25074
 
24943
25075
  .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 {
24944
25076
  padding-inline-end: 0;
24945
- }.v-theme-provider {
24946
- background: rgb(var(--v-theme-background));
24947
- color: rgb(var(--v-theme-on-background));
25077
+ }.v-virtual-scroll {
25078
+ display: block;
25079
+ flex: 1 1 auto;
25080
+ max-width: 100%;
25081
+ overflow: auto;
25082
+ position: relative;
25083
+ }
25084
+ .v-virtual-scroll__container {
25085
+ display: block;
24948
25086
  }.v-tooltip > .v-overlay__content {
24949
25087
  background: rgb(var(--v-theme-surface-variant));
24950
25088
  color: rgb(var(--v-theme-on-surface-variant));
@@ -24967,144 +25105,6 @@ html.v-overlay-scroll-blocked {
24967
25105
  .v-tooltip > .v-overlay__content[class*=leave-active] {
24968
25106
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
24969
25107
  transition-duration: 75ms;
24970
- }.v-virtual-scroll {
24971
- display: block;
24972
- flex: 1 1 auto;
24973
- max-width: 100%;
24974
- overflow: auto;
24975
- position: relative;
24976
- }
24977
- .v-virtual-scroll__container {
24978
- display: block;
24979
- }.v-toolbar {
24980
- align-items: flex-start;
24981
- display: flex;
24982
- flex: none;
24983
- flex-direction: column;
24984
- justify-content: space-between;
24985
- max-width: 100%;
24986
- position: relative;
24987
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24988
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
24989
- width: 100%;
24990
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24991
- border-style: solid;
24992
- border-width: 0;
24993
- 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));
24994
- border-radius: 0;
24995
- background: rgb(var(--v-theme-surface-light));
24996
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24997
- }
24998
- .v-toolbar--border {
24999
- border-width: thin;
25000
- box-shadow: none;
25001
- }
25002
- .v-toolbar--absolute {
25003
- position: absolute;
25004
- }
25005
- .v-toolbar--collapse {
25006
- max-width: 112px;
25007
- overflow: hidden;
25008
- border-end-end-radius: 24px;
25009
- }
25010
- .v-toolbar--collapse .v-toolbar-title {
25011
- display: none;
25012
- }
25013
- .v-toolbar--flat {
25014
- 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));
25015
- }
25016
- .v-toolbar--floating {
25017
- display: inline-flex;
25018
- }
25019
- .v-toolbar--rounded {
25020
- border-radius: 4px;
25021
- }
25022
-
25023
- .v-toolbar__content,
25024
- .v-toolbar__extension {
25025
- align-items: center;
25026
- display: flex;
25027
- flex: 0 0 auto;
25028
- position: relative;
25029
- transition: inherit;
25030
- width: 100%;
25031
- }
25032
-
25033
- .v-toolbar__content {
25034
- overflow: hidden;
25035
- }
25036
- .v-toolbar__content > .v-btn:first-child {
25037
- margin-inline-start: 10px;
25038
- }
25039
- .v-toolbar__content > .v-btn:last-child {
25040
- margin-inline-end: 10px;
25041
- }
25042
- .v-toolbar__content > .v-toolbar-title {
25043
- margin-inline-start: 16px;
25044
- }
25045
- .v-toolbar--density-prominent .v-toolbar__content {
25046
- align-items: flex-start;
25047
- }
25048
-
25049
- .v-toolbar__image {
25050
- position: absolute;
25051
- top: 0;
25052
- left: 0;
25053
- width: 100%;
25054
- height: 100%;
25055
- display: flex;
25056
- opacity: var(--v-toolbar-image-opacity, 1);
25057
- transition-property: opacity;
25058
- }
25059
-
25060
- .v-toolbar__prepend,
25061
- .v-toolbar__append {
25062
- align-items: center;
25063
- align-self: stretch;
25064
- display: flex;
25065
- }
25066
-
25067
- .v-toolbar__prepend {
25068
- margin-inline: 10px auto;
25069
- }
25070
-
25071
- .v-toolbar__append {
25072
- margin-inline: auto 10px;
25073
- }
25074
-
25075
- .v-toolbar-title {
25076
- flex: 1 1;
25077
- font-size: 1.25rem;
25078
- min-width: 0;
25079
- font-size: 1.25rem;
25080
- font-weight: 400;
25081
- letter-spacing: 0;
25082
- line-height: 1.75rem;
25083
- text-transform: none;
25084
- }
25085
- .v-toolbar--density-prominent .v-toolbar-title {
25086
- align-self: flex-end;
25087
- padding-bottom: 6px;
25088
- font-size: 1.5rem;
25089
- font-weight: 400;
25090
- letter-spacing: 0;
25091
- line-height: 2.25rem;
25092
- text-transform: none;
25093
- }
25094
-
25095
- .v-toolbar-title__placeholder {
25096
- overflow: hidden;
25097
- text-overflow: ellipsis;
25098
- white-space: nowrap;
25099
- }
25100
-
25101
- .v-toolbar-items {
25102
- display: flex;
25103
- height: inherit;
25104
- align-self: stretch;
25105
- }
25106
- .v-toolbar-items > .v-btn {
25107
- border-radius: 0;
25108
25108
  }.v-window {
25109
25109
  overflow: hidden;
25110
25110
  }
@@ -25174,34 +25174,6 @@ html.v-overlay-scroll-blocked {
25174
25174
  }
25175
25175
  .v-window-y-reverse-transition-leave-to {
25176
25176
  transform: translateY(100%);
25177
- }.v-color-picker-edit {
25178
- display: flex;
25179
- margin-top: 24px;
25180
- }
25181
-
25182
- .v-color-picker-edit__input {
25183
- width: 100%;
25184
- display: flex;
25185
- flex-wrap: wrap;
25186
- justify-content: center;
25187
- text-align: center;
25188
- }
25189
- .v-color-picker-edit__input:not(:last-child) {
25190
- margin-inline-end: 8px;
25191
- }
25192
- .v-color-picker-edit__input input {
25193
- border-radius: 4px;
25194
- margin-bottom: 8px;
25195
- min-width: 0;
25196
- outline: none;
25197
- text-align: center;
25198
- width: 100%;
25199
- height: 32px;
25200
- background: rgba(var(--v-theme-surface-variant), 0.2);
25201
- color: rgba(var(--v-theme-on-surface));
25202
- }
25203
- .v-color-picker-edit__input span {
25204
- font-size: 0.75rem;
25205
25177
  }.v-color-picker-canvas {
25206
25178
  display: flex;
25207
25179
  position: relative;
@@ -25294,6 +25266,34 @@ html.v-overlay-scroll-blocked {
25294
25266
  .v-color-picker-preview__eye-dropper {
25295
25267
  position: relative;
25296
25268
  margin-right: 12px;
25269
+ }.v-color-picker-edit {
25270
+ display: flex;
25271
+ margin-top: 24px;
25272
+ }
25273
+
25274
+ .v-color-picker-edit__input {
25275
+ width: 100%;
25276
+ display: flex;
25277
+ flex-wrap: wrap;
25278
+ justify-content: center;
25279
+ text-align: center;
25280
+ }
25281
+ .v-color-picker-edit__input:not(:last-child) {
25282
+ margin-inline-end: 8px;
25283
+ }
25284
+ .v-color-picker-edit__input input {
25285
+ border-radius: 4px;
25286
+ margin-bottom: 8px;
25287
+ min-width: 0;
25288
+ outline: none;
25289
+ text-align: center;
25290
+ width: 100%;
25291
+ height: 32px;
25292
+ background: rgba(var(--v-theme-surface-variant), 0.2);
25293
+ color: rgba(var(--v-theme-on-surface));
25294
+ }
25295
+ .v-color-picker-edit__input span {
25296
+ font-size: 0.75rem;
25297
25297
  }.v-color-picker-swatches {
25298
25298
  overflow-y: auto;
25299
25299
  }