@vuetify/nightly 3.6.11-master.2024-07-06 → 3.6.11-master.2024-07-08

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.6.11-master.2024-07-06
2
+ * Vuetify v3.6.11-master.2024-07-08
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17770,6 +17770,11 @@ html.overflow-y-hidden {
17770
17770
  }
17771
17771
  .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17772
17772
  border-bottom: none;
17773
+ }.v-calendar-internal-event {
17774
+ overflow: hidden;
17775
+ padding: 4px;
17776
+ text-overflow: ellipsis;
17777
+ white-space: nowrap;
17773
17778
  }.v-calendar-month__day {
17774
17779
  position: relative;
17775
17780
  display: flex;
@@ -17833,49 +17838,6 @@ html.overflow-y-hidden {
17833
17838
 
17834
17839
  .v-calendar-weekly__day-alldayevents-container {
17835
17840
  min-height: 24px;
17836
- }.v-calendar-internal-event {
17837
- overflow: hidden;
17838
- padding: 4px;
17839
- text-overflow: ellipsis;
17840
- white-space: nowrap;
17841
- }.v-number-input input[type=number] {
17842
- -moz-appearance: textfield;
17843
- }
17844
- .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
17845
- -webkit-appearance: none;
17846
- }
17847
- .v-number-input .v-field {
17848
- padding-inline-end: 0;
17849
- padding-inline-start: 0;
17850
- }
17851
- .v-number-input--inset .v-divider {
17852
- height: 55%;
17853
- width: 55%;
17854
- align-self: center;
17855
- }
17856
- .v-number-input--split .v-field__input {
17857
- text-align: center;
17858
- }
17859
- .v-number-input--stacked .v-number-input__control {
17860
- flex-direction: column-reverse;
17861
- }
17862
- .v-number-input--stacked .v-number-input__control .v-btn {
17863
- flex: 1;
17864
- }
17865
- .v-number-input--hide-input .v-field {
17866
- flex: none;
17867
- }
17868
- .v-number-input--hide-input .v-field__input {
17869
- width: 0;
17870
- padding-inline: 0;
17871
- }
17872
- .v-number-input__control {
17873
- display: flex;
17874
- height: 100%;
17875
- }
17876
- .v-number-input__control .v-btn {
17877
- background-color: transparent;
17878
- border-radius: 0;
17879
17841
  }.v-picker.v-sheet {
17880
17842
  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));
17881
17843
  border-radius: 4px;
@@ -17929,32 +17891,44 @@ html.overflow-y-hidden {
17929
17891
  padding-bottom: 16px;
17930
17892
  font-weight: 400;
17931
17893
  letter-spacing: 0.1666666667em;
17932
- }.v-pull-to-refresh {
17933
- overflow: hidden;
17934
- position: relative;
17894
+ }.v-number-input input[type=number] {
17895
+ -moz-appearance: textfield;
17935
17896
  }
17936
- .v-pull-to-refresh__pull-down {
17937
- position: absolute;
17938
- width: 100%;
17939
- transition: top 0.3s ease-out;
17897
+ .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
17898
+ -webkit-appearance: none;
17940
17899
  }
17941
- .v-pull-to-refresh__pull-down--touching {
17942
- transition: none;
17900
+ .v-number-input .v-field {
17901
+ padding-inline-end: 0;
17902
+ padding-inline-start: 0;
17943
17903
  }
17944
- .v-pull-to-refresh__pull-down-default {
17904
+ .v-number-input--inset .v-divider {
17905
+ height: 55%;
17906
+ width: 55%;
17907
+ align-self: center;
17908
+ }
17909
+ .v-number-input--split .v-field__input {
17910
+ text-align: center;
17911
+ }
17912
+ .v-number-input--stacked .v-number-input__control {
17913
+ flex-direction: column-reverse;
17914
+ }
17915
+ .v-number-input--stacked .v-number-input__control .v-btn {
17916
+ flex: 1;
17917
+ }
17918
+ .v-number-input--hide-input .v-field {
17919
+ flex: none;
17920
+ }
17921
+ .v-number-input--hide-input .v-field__input {
17922
+ width: 0;
17923
+ padding-inline: 0;
17924
+ }
17925
+ .v-number-input__control {
17945
17926
  display: flex;
17946
- width: 100%;
17947
17927
  height: 100%;
17948
- justify-content: center;
17949
- align-items: flex-end;
17950
- padding-bottom: 10px;
17951
- }
17952
- .v-pull-to-refresh__scroll-container {
17953
- position: relative;
17954
- transition: top 0.3s ease-out;
17955
17928
  }
17956
- .v-pull-to-refresh__scroll-container--touching {
17957
- transition: none;
17929
+ .v-number-input__control .v-btn {
17930
+ background-color: transparent;
17931
+ border-radius: 0;
17958
17932
  }.v-stepper-vertical-item {
17959
17933
  position: relative;
17960
17934
  transition-duration: 0.2s;
@@ -18023,22 +17997,32 @@ html.overflow-y-hidden {
18023
17997
  justify-content: flex-end;
18024
17998
  padding: 24px 0 0;
18025
17999
  flex-direction: row-reverse;
18026
- }.v-treeview-item--filtered {
18027
- display: none;
18000
+ }.v-pull-to-refresh {
18001
+ overflow: hidden;
18002
+ position: relative;
18028
18003
  }
18029
-
18030
- .v-treeview {
18031
- --indent-padding: 0px;
18004
+ .v-pull-to-refresh__pull-down {
18005
+ position: absolute;
18006
+ width: 100%;
18007
+ transition: top 0.3s ease-out;
18032
18008
  }
18033
-
18034
- .v-treeview-group.v-list-group {
18035
- --list-indent-size: 16px;
18009
+ .v-pull-to-refresh__pull-down--touching {
18010
+ transition: none;
18036
18011
  }
18037
- .v-list--slim .v-treeview-group.v-list-group {
18038
- --prepend-width: 16px;
18012
+ .v-pull-to-refresh__pull-down-default {
18013
+ display: flex;
18014
+ width: 100%;
18015
+ height: 100%;
18016
+ justify-content: center;
18017
+ align-items: flex-end;
18018
+ padding-bottom: 10px;
18039
18019
  }
18040
- .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
18041
- padding-inline-start: calc(12px + var(--indent-padding)) !important;
18020
+ .v-pull-to-refresh__scroll-container {
18021
+ position: relative;
18022
+ transition: top 0.3s ease-out;
18023
+ }
18024
+ .v-pull-to-refresh__scroll-container--touching {
18025
+ transition: none;
18042
18026
  }.v-time-picker.v-picker {
18043
18027
  padding: 24px;
18044
18028
  width: 328px;
@@ -18280,6 +18264,22 @@ html.overflow-y-hidden {
18280
18264
  }
18281
18265
  .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
18282
18266
  text-align: center;
18267
+ }.v-treeview-item--filtered {
18268
+ display: none;
18269
+ }
18270
+
18271
+ .v-treeview {
18272
+ --indent-padding: 0px;
18273
+ }
18274
+
18275
+ .v-treeview-group.v-list-group {
18276
+ --list-indent-size: 16px;
18277
+ }
18278
+ .v-list--slim .v-treeview-group.v-list-group {
18279
+ --prepend-width: 16px;
18280
+ }
18281
+ .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
18282
+ padding-inline-start: calc(12px + var(--indent-padding)) !important;
18283
18283
  }.v-application {
18284
18284
  display: flex;
18285
18285
  background: rgb(var(--v-theme-background));
@@ -18508,6 +18508,87 @@ html.overflow-y-hidden {
18508
18508
  text-transform: none;
18509
18509
  word-break: normal;
18510
18510
  word-wrap: break-word;
18511
+ }.v-autocomplete .v-field .v-text-field__prefix,
18512
+ .v-autocomplete .v-field .v-text-field__suffix,
18513
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18514
+ cursor: text;
18515
+ }
18516
+ .v-autocomplete .v-field .v-field__input > input {
18517
+ flex: 1 1;
18518
+ }
18519
+ .v-autocomplete .v-field input {
18520
+ min-width: 64px;
18521
+ }
18522
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18523
+ min-width: 0;
18524
+ }
18525
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18526
+ margin-inline-end: 2px;
18527
+ }
18528
+ .v-autocomplete .v-autocomplete__selection-text {
18529
+ overflow: hidden;
18530
+ text-overflow: ellipsis;
18531
+ white-space: nowrap;
18532
+ }
18533
+
18534
+ .v-autocomplete__content {
18535
+ overflow: hidden;
18536
+ 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));
18537
+ border-radius: 4px;
18538
+ }
18539
+ .v-autocomplete__mask {
18540
+ background: rgb(var(--v-theme-surface-light));
18541
+ }
18542
+ .v-autocomplete__selection {
18543
+ display: inline-flex;
18544
+ align-items: center;
18545
+ height: 1.5rem;
18546
+ letter-spacing: inherit;
18547
+ line-height: inherit;
18548
+ max-width: calc(100% - 2px - 2px);
18549
+ }
18550
+ .v-autocomplete__selection:first-child {
18551
+ margin-inline-start: 0;
18552
+ }
18553
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18554
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18555
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18556
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18557
+ top: 0px;
18558
+ }
18559
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
18560
+ opacity: var(--v-medium-emphasis-opacity);
18561
+ }
18562
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18563
+ opacity: 1;
18564
+ }
18565
+ .v-autocomplete--selecting-index .v-field__input > input {
18566
+ caret-color: transparent;
18567
+ }
18568
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18569
+ flex: 1 1;
18570
+ position: absolute;
18571
+ left: 0;
18572
+ right: 0;
18573
+ width: 100%;
18574
+ padding-inline: inherit;
18575
+ }
18576
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18577
+ transition: none;
18578
+ }
18579
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18580
+ opacity: 0;
18581
+ }
18582
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18583
+ opacity: 0;
18584
+ }
18585
+ .v-autocomplete__menu-icon {
18586
+ margin-inline-start: 4px;
18587
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18588
+ }
18589
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18590
+ opacity: var(--v-high-emphasis-opacity);
18591
+ transform: rotate(180deg);
18511
18592
  }.v-app-bar {
18512
18593
  display: flex;
18513
18594
  }
@@ -18615,63 +18696,77 @@ html.overflow-y-hidden {
18615
18696
  .v-avatar .v-img {
18616
18697
  height: 100%;
18617
18698
  width: 100%;
18618
- }.v-breadcrumbs {
18619
- display: flex;
18620
- align-items: center;
18621
- line-height: 1.6;
18622
- padding: 16px 12px;
18623
- }
18624
- .v-breadcrumbs--rounded {
18625
- border-radius: 4px;
18626
- }
18627
- .v-breadcrumbs--density-default {
18628
- padding-top: 16px;
18629
- padding-bottom: 16px;
18630
- }
18631
-
18632
- .v-breadcrumbs--density-comfortable {
18633
- padding-top: 12px;
18634
- padding-bottom: 12px;
18635
- }
18636
-
18637
- .v-breadcrumbs--density-compact {
18638
- padding-top: 8px;
18639
- padding-bottom: 8px;
18699
+ }.v-badge {
18700
+ display: inline-block;
18701
+ line-height: 1;
18640
18702
  }
18641
18703
 
18642
- .v-breadcrumbs__prepend {
18704
+ .v-badge__badge {
18643
18705
  align-items: center;
18644
18706
  display: inline-flex;
18707
+ border-radius: 10px;
18708
+ font-size: 0.75rem;
18709
+ font-weight: 500;
18710
+ height: 1.25rem;
18711
+ justify-content: center;
18712
+ min-width: 20px;
18713
+ padding: 4px 6px;
18714
+ pointer-events: auto;
18715
+ position: absolute;
18716
+ text-align: center;
18717
+ text-indent: 0;
18718
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18719
+ white-space: nowrap;
18720
+ background: rgb(var(--v-theme-surface-variant));
18721
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18645
18722
  }
18646
-
18647
- .v-breadcrumbs-item {
18648
- align-items: center;
18649
- color: inherit;
18650
- display: inline-flex;
18651
- padding: 0 4px;
18652
- text-decoration: none;
18653
- vertical-align: middle;
18723
+ .v-badge--bordered .v-badge__badge::after {
18724
+ border-radius: inherit;
18725
+ border-style: solid;
18726
+ border-width: 2px;
18727
+ bottom: 0;
18728
+ color: rgb(var(--v-theme-background));
18729
+ content: "";
18730
+ left: 0;
18731
+ position: absolute;
18732
+ right: 0;
18733
+ top: 0;
18734
+ transform: scale(1.05);
18654
18735
  }
18655
- .v-breadcrumbs-item--disabled {
18656
- opacity: var(--v-disabled-opacity);
18657
- pointer-events: none;
18736
+ .v-badge--dot .v-badge__badge {
18737
+ border-radius: 4.5px;
18738
+ height: 9px;
18739
+ min-width: 0;
18740
+ padding: 0;
18741
+ width: 9px;
18658
18742
  }
18659
- .v-breadcrumbs-item--link {
18660
- color: inherit;
18661
- text-decoration: none;
18743
+ .v-badge--dot .v-badge__badge::after {
18744
+ border-width: 1.5px;
18662
18745
  }
18663
- .v-breadcrumbs-item--link:hover {
18664
- text-decoration: underline;
18746
+ .v-badge--inline .v-badge__badge {
18747
+ position: relative;
18748
+ vertical-align: middle;
18665
18749
  }
18666
- .v-breadcrumbs-item .v-icon {
18667
- font-size: 1rem;
18668
- margin-inline: -4px 2px;
18750
+ .v-badge__badge .v-icon {
18751
+ color: inherit;
18752
+ font-size: 0.75rem;
18753
+ margin: 0 -2px;
18754
+ }
18755
+ .v-badge__badge img,
18756
+ .v-badge__badge .v-img {
18757
+ height: 100%;
18758
+ width: 100%;
18669
18759
  }
18670
18760
 
18671
- .v-breadcrumbs-divider {
18672
- display: inline-block;
18673
- padding: 0 8px;
18674
- vertical-align: middle;
18761
+ .v-badge__wrapper {
18762
+ display: flex;
18763
+ position: relative;
18764
+ }
18765
+ .v-badge--inline .v-badge__wrapper {
18766
+ align-items: center;
18767
+ display: inline-flex;
18768
+ justify-content: center;
18769
+ margin: 0 4px;
18675
18770
  }.v-banner {
18676
18771
  display: grid;
18677
18772
  flex: 1 1;
@@ -18830,184 +18925,119 @@ html.overflow-y-hidden {
18830
18925
  }
18831
18926
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18832
18927
  align-self: flex-start;
18833
- }.v-badge {
18834
- display: inline-block;
18835
- line-height: 1;
18928
+ }.bottom-sheet-transition-enter-from {
18929
+ transform: translateY(100%);
18836
18930
  }
18837
-
18838
- .v-badge__badge {
18839
- align-items: center;
18840
- display: inline-flex;
18841
- border-radius: 10px;
18842
- font-size: 0.75rem;
18843
- font-weight: 500;
18844
- height: 1.25rem;
18845
- justify-content: center;
18846
- min-width: 20px;
18847
- padding: 4px 6px;
18848
- pointer-events: auto;
18849
- position: absolute;
18850
- text-align: center;
18851
- text-indent: 0;
18852
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18853
- white-space: nowrap;
18854
- background: rgb(var(--v-theme-surface-variant));
18855
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18931
+ .bottom-sheet-transition-leave-to {
18932
+ transform: translateY(100%);
18856
18933
  }
18857
- .v-badge--bordered .v-badge__badge::after {
18858
- border-radius: inherit;
18859
- border-style: solid;
18860
- border-width: 2px;
18861
- bottom: 0;
18862
- color: rgb(var(--v-theme-background));
18863
- content: "";
18934
+
18935
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18936
+ align-self: flex-end;
18937
+ border-radius: 0;
18938
+ flex: 0 1 auto;
18864
18939
  left: 0;
18865
- position: absolute;
18866
18940
  right: 0;
18867
- top: 0;
18868
- transform: scale(1.05);
18941
+ margin-inline: 0;
18942
+ margin-bottom: 0;
18943
+ transition-duration: 0.2s;
18944
+ width: 100%;
18945
+ max-width: 100%;
18946
+ overflow: visible;
18947
+ 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));
18869
18948
  }
18870
- .v-badge--dot .v-badge__badge {
18871
- border-radius: 4.5px;
18872
- height: 9px;
18873
- min-width: 0;
18874
- padding: 0;
18875
- width: 9px;
18949
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18950
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18951
+ border-radius: 0;
18876
18952
  }
18877
- .v-badge--dot .v-badge__badge::after {
18878
- border-width: 1.5px;
18953
+ .v-bottom-sheet.v-bottom-sheet--inset {
18954
+ max-width: none;
18879
18955
  }
18880
- .v-badge--inline .v-badge__badge {
18881
- position: relative;
18882
- vertical-align: middle;
18956
+ @media (min-width: 600px) {
18957
+ .v-bottom-sheet.v-bottom-sheet--inset {
18958
+ max-width: 70%;
18959
+ }
18960
+ }.v-bottom-navigation {
18961
+ display: flex;
18962
+ max-width: 100%;
18963
+ overflow: hidden;
18964
+ position: absolute;
18965
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18966
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18967
+ border-style: solid;
18968
+ border-width: 0;
18969
+ border-radius: 0;
18970
+ background: rgb(var(--v-theme-surface));
18971
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18883
18972
  }
18884
- .v-badge__badge .v-icon {
18885
- color: inherit;
18886
- font-size: 0.75rem;
18887
- margin: 0 -2px;
18973
+ .v-bottom-navigation--border {
18974
+ border-width: thin;
18975
+ box-shadow: none;
18888
18976
  }
18889
- .v-badge__badge img,
18890
- .v-badge__badge .v-img {
18891
- height: 100%;
18892
- width: 100%;
18977
+ .v-bottom-navigation--active {
18978
+ 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));
18893
18979
  }
18894
18980
 
18895
- .v-badge__wrapper {
18981
+ .v-bottom-navigation__content {
18896
18982
  display: flex;
18897
- position: relative;
18898
- }
18899
- .v-badge--inline .v-badge__wrapper {
18900
- align-items: center;
18901
- display: inline-flex;
18983
+ flex: none;
18984
+ font-size: 0.75rem;
18902
18985
  justify-content: center;
18903
- margin: 0 4px;
18904
- }.v-autocomplete .v-field .v-text-field__prefix,
18905
- .v-autocomplete .v-field .v-text-field__suffix,
18906
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18907
- cursor: text;
18986
+ transition: inherit;
18987
+ width: 100%;
18908
18988
  }
18909
- .v-autocomplete .v-field .v-field__input > input {
18910
- flex: 1 1;
18989
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18990
+ font-size: inherit;
18991
+ height: 100%;
18992
+ max-width: 168px;
18993
+ min-width: 80px;
18994
+ text-transform: none;
18995
+ transition: inherit;
18996
+ width: auto;
18997
+ border-radius: 0;
18911
18998
  }
18912
- .v-autocomplete .v-field input {
18913
- min-width: 64px;
18999
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
19000
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19001
+ transition: inherit;
18914
19002
  }
18915
- .v-autocomplete .v-field:not(.v-field--focused) input {
18916
- min-width: 0;
19003
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19004
+ font-size: 1.5rem;
18917
19005
  }
18918
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18919
- margin-inline-end: 2px;
19006
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
19007
+ flex-grow: 1;
18920
19008
  }
18921
- .v-autocomplete .v-autocomplete__selection-text {
18922
- overflow: hidden;
18923
- text-overflow: ellipsis;
18924
- white-space: nowrap;
19009
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
19010
+ transition: inherit;
19011
+ opacity: 0;
18925
19012
  }
18926
-
18927
- .v-autocomplete__content {
18928
- overflow: hidden;
18929
- 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));
19013
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
19014
+ transform: translateY(0.5rem);
19015
+ }.v-btn {
19016
+ align-items: center;
18930
19017
  border-radius: 4px;
18931
- }
18932
- .v-autocomplete__mask {
18933
- background: rgb(var(--v-theme-surface-light));
18934
- }
18935
- .v-autocomplete__selection {
18936
- display: inline-flex;
18937
- align-items: center;
18938
- height: 1.5rem;
18939
- letter-spacing: inherit;
18940
- line-height: inherit;
18941
- max-width: calc(100% - 2px - 2px);
18942
- }
18943
- .v-autocomplete__selection:first-child {
18944
- margin-inline-start: 0;
18945
- }
18946
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18947
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18948
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18949
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18950
- top: 0px;
18951
- }
18952
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18953
- opacity: var(--v-medium-emphasis-opacity);
18954
- }
18955
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18956
- opacity: 1;
18957
- }
18958
- .v-autocomplete--selecting-index .v-field__input > input {
18959
- caret-color: transparent;
18960
- }
18961
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18962
- flex: 1 1;
18963
- position: absolute;
18964
- left: 0;
18965
- right: 0;
18966
- width: 100%;
18967
- padding-inline: inherit;
18968
- }
18969
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18970
- transition: none;
18971
- }
18972
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18973
- opacity: 0;
18974
- }
18975
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18976
- opacity: 0;
18977
- }
18978
- .v-autocomplete__menu-icon {
18979
- margin-inline-start: 4px;
18980
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18981
- }
18982
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18983
- opacity: var(--v-high-emphasis-opacity);
18984
- transform: rotate(180deg);
18985
- }.v-btn {
18986
- align-items: center;
18987
- border-radius: 4px;
18988
- display: inline-grid;
18989
- grid-template-areas: "prepend content append";
18990
- grid-template-columns: max-content auto max-content;
18991
- font-weight: 500;
18992
- justify-content: center;
18993
- letter-spacing: 0.0892857143em;
18994
- line-height: normal;
18995
- max-width: 100%;
18996
- outline: none;
18997
- position: relative;
18998
- text-decoration: none;
18999
- text-indent: 0.0892857143em;
19000
- text-transform: uppercase;
19001
- transition-property: box-shadow, transform, opacity, background;
19002
- transition-duration: 0.28s;
19003
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19004
- -webkit-user-select: none;
19005
- user-select: none;
19006
- vertical-align: middle;
19007
- flex-shrink: 0;
19008
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19009
- border-style: solid;
19010
- border-width: 0;
19018
+ display: inline-grid;
19019
+ grid-template-areas: "prepend content append";
19020
+ grid-template-columns: max-content auto max-content;
19021
+ font-weight: 500;
19022
+ justify-content: center;
19023
+ letter-spacing: 0.0892857143em;
19024
+ line-height: normal;
19025
+ max-width: 100%;
19026
+ outline: none;
19027
+ position: relative;
19028
+ text-decoration: none;
19029
+ text-indent: 0.0892857143em;
19030
+ text-transform: uppercase;
19031
+ transition-property: box-shadow, transform, opacity, background;
19032
+ transition-duration: 0.28s;
19033
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19034
+ -webkit-user-select: none;
19035
+ user-select: none;
19036
+ vertical-align: middle;
19037
+ flex-shrink: 0;
19038
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19039
+ border-style: solid;
19040
+ border-width: 0;
19011
19041
  }
19012
19042
  .v-btn--size-x-small {
19013
19043
  --v-btn-size: 0.625rem;
@@ -19400,38 +19430,150 @@ html.overflow-y-hidden {
19400
19430
  }
19401
19431
  .v-pagination__item--is-active .v-btn__overlay {
19402
19432
  opacity: var(--v-border-opacity);
19403
- }.bottom-sheet-transition-enter-from {
19404
- transform: translateY(100%);
19433
+ }.v-btn-group {
19434
+ display: inline-flex;
19435
+ flex-wrap: nowrap;
19436
+ max-width: 100%;
19437
+ min-width: 0;
19438
+ overflow: hidden;
19439
+ vertical-align: middle;
19440
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19441
+ border-style: solid;
19442
+ border-width: 0;
19443
+ 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));
19444
+ border-radius: 4px;
19445
+ background: transparent;
19446
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19405
19447
  }
19406
- .bottom-sheet-transition-leave-to {
19407
- transform: translateY(100%);
19448
+ .v-btn-group--border {
19449
+ border-width: thin;
19450
+ box-shadow: none;
19451
+ }
19452
+ .v-btn-group--density-default.v-btn-group {
19453
+ height: 48px;
19408
19454
  }
19409
19455
 
19410
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
19411
- align-self: flex-end;
19456
+ .v-btn-group--density-comfortable.v-btn-group {
19457
+ height: 40px;
19458
+ }
19459
+
19460
+ .v-btn-group--density-compact.v-btn-group {
19461
+ height: 36px;
19462
+ }
19463
+
19464
+ .v-btn-group .v-btn {
19412
19465
  border-radius: 0;
19413
- flex: 0 1 auto;
19414
- left: 0;
19415
- right: 0;
19416
- margin-inline: 0;
19417
- margin-bottom: 0;
19418
- transition-duration: 0.2s;
19419
- width: 100%;
19420
- max-width: 100%;
19421
- overflow: visible;
19422
- 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));
19466
+ border-color: inherit;
19423
19467
  }
19424
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
19425
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
19468
+ .v-btn-group .v-btn:not(:last-child) {
19469
+ border-inline-end: none;
19470
+ }
19471
+ .v-btn-group .v-btn:not(:first-child) {
19472
+ border-inline-start: none;
19473
+ }
19474
+ .v-btn-group .v-btn:first-child {
19475
+ border-start-start-radius: inherit;
19476
+ border-end-start-radius: inherit;
19477
+ }
19478
+ .v-btn-group .v-btn:last-child {
19479
+ border-start-end-radius: inherit;
19480
+ border-end-end-radius: inherit;
19481
+ }
19482
+ .v-btn-group--divided .v-btn:not(:last-child) {
19483
+ border-inline-end-width: thin;
19484
+ border-inline-end-style: solid;
19485
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19486
+ }
19487
+ .v-btn-group--tile {
19426
19488
  border-radius: 0;
19489
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19490
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19427
19491
  }
19428
- .v-bottom-sheet.v-bottom-sheet--inset {
19429
- max-width: none;
19492
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19493
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19430
19494
  }
19431
- @media (min-width: 600px) {
19432
- .v-bottom-sheet.v-bottom-sheet--inset {
19433
- max-width: 70%;
19495
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19496
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19497
+ }
19498
+ @supports not selector(:focus-visible) {
19499
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19500
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19434
19501
  }
19502
+ }.v-breadcrumbs {
19503
+ display: flex;
19504
+ align-items: center;
19505
+ line-height: 1.6;
19506
+ padding: 16px 12px;
19507
+ }
19508
+ .v-breadcrumbs--rounded {
19509
+ border-radius: 4px;
19510
+ }
19511
+ .v-breadcrumbs--density-default {
19512
+ padding-top: 16px;
19513
+ padding-bottom: 16px;
19514
+ }
19515
+
19516
+ .v-breadcrumbs--density-comfortable {
19517
+ padding-top: 12px;
19518
+ padding-bottom: 12px;
19519
+ }
19520
+
19521
+ .v-breadcrumbs--density-compact {
19522
+ padding-top: 8px;
19523
+ padding-bottom: 8px;
19524
+ }
19525
+
19526
+ .v-breadcrumbs__prepend {
19527
+ align-items: center;
19528
+ display: inline-flex;
19529
+ }
19530
+
19531
+ .v-breadcrumbs-item {
19532
+ align-items: center;
19533
+ color: inherit;
19534
+ display: inline-flex;
19535
+ padding: 0 4px;
19536
+ text-decoration: none;
19537
+ vertical-align: middle;
19538
+ }
19539
+ .v-breadcrumbs-item--disabled {
19540
+ opacity: var(--v-disabled-opacity);
19541
+ pointer-events: none;
19542
+ }
19543
+ .v-breadcrumbs-item--link {
19544
+ color: inherit;
19545
+ text-decoration: none;
19546
+ }
19547
+ .v-breadcrumbs-item--link:hover {
19548
+ text-decoration: underline;
19549
+ }
19550
+ .v-breadcrumbs-item .v-icon {
19551
+ font-size: 1rem;
19552
+ margin-inline: -4px 2px;
19553
+ }
19554
+
19555
+ .v-breadcrumbs-divider {
19556
+ display: inline-block;
19557
+ padding: 0 8px;
19558
+ vertical-align: middle;
19559
+ }.v-chip-group {
19560
+ display: flex;
19561
+ max-width: 100%;
19562
+ min-width: 0;
19563
+ overflow-x: auto;
19564
+ padding: 4px 0;
19565
+ }
19566
+ .v-chip-group .v-chip {
19567
+ margin: 4px 8px 4px 0;
19568
+ }
19569
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19570
+ opacity: var(--v-activated-opacity);
19571
+ }
19572
+
19573
+ .v-chip-group--column .v-slide-group__content {
19574
+ white-space: normal;
19575
+ flex-wrap: wrap;
19576
+ max-width: 100%;
19435
19577
  }.v-card {
19436
19578
  display: block;
19437
19579
  overflow: hidden;
@@ -19731,79 +19873,15 @@ html.overflow-y-hidden {
19731
19873
  pointer-events: none;
19732
19874
  opacity: 0;
19733
19875
  transition: opacity 0.2s ease-in-out;
19734
- }.v-btn-group {
19735
- display: inline-flex;
19736
- flex-wrap: nowrap;
19737
- max-width: 100%;
19738
- min-width: 0;
19876
+ }.v-checkbox.v-input {
19877
+ flex: 0 1 auto;
19878
+ }
19879
+ .v-checkbox .v-selection-control {
19880
+ min-height: var(--v-input-control-height);
19881
+ }.v-carousel {
19739
19882
  overflow: hidden;
19740
- vertical-align: middle;
19741
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19742
- border-style: solid;
19743
- border-width: 0;
19744
- 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));
19745
- border-radius: 4px;
19746
- background: transparent;
19747
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19748
- }
19749
- .v-btn-group--border {
19750
- border-width: thin;
19751
- box-shadow: none;
19752
- }
19753
- .v-btn-group--density-default.v-btn-group {
19754
- height: 48px;
19755
- }
19756
-
19757
- .v-btn-group--density-comfortable.v-btn-group {
19758
- height: 40px;
19759
- }
19760
-
19761
- .v-btn-group--density-compact.v-btn-group {
19762
- height: 36px;
19763
- }
19764
-
19765
- .v-btn-group .v-btn {
19766
- border-radius: 0;
19767
- border-color: inherit;
19768
- }
19769
- .v-btn-group .v-btn:not(:last-child) {
19770
- border-inline-end: none;
19771
- }
19772
- .v-btn-group .v-btn:not(:first-child) {
19773
- border-inline-start: none;
19774
- }
19775
- .v-btn-group .v-btn:first-child {
19776
- border-start-start-radius: inherit;
19777
- border-end-start-radius: inherit;
19778
- }
19779
- .v-btn-group .v-btn:last-child {
19780
- border-start-end-radius: inherit;
19781
- border-end-end-radius: inherit;
19782
- }
19783
- .v-btn-group--divided .v-btn:not(:last-child) {
19784
- border-inline-end-width: thin;
19785
- border-inline-end-style: solid;
19786
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19787
- }
19788
- .v-btn-group--tile {
19789
- border-radius: 0;
19790
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19791
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19792
- }
19793
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19794
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19795
- }
19796
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19797
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19798
- }
19799
- @supports not selector(:focus-visible) {
19800
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19801
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19802
- }
19803
- }.v-carousel {
19804
- overflow: hidden;
19805
- position: relative;
19806
- width: 100%;
19883
+ position: relative;
19884
+ width: 100%;
19807
19885
  }
19808
19886
  .v-carousel__controls {
19809
19887
  align-items: center;
@@ -19863,11 +19941,87 @@ html.overflow-y-hidden {
19863
19941
  flex-direction: column;
19864
19942
  height: 100% !important;
19865
19943
  width: 50px;
19866
- }.v-checkbox.v-input {
19867
- flex: 0 1 auto;
19944
+ }.v-combobox .v-field .v-text-field__prefix,
19945
+ .v-combobox .v-field .v-text-field__suffix,
19946
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
19947
+ cursor: text;
19868
19948
  }
19869
- .v-checkbox .v-selection-control {
19870
- min-height: var(--v-input-control-height);
19949
+ .v-combobox .v-field .v-field__input > input {
19950
+ flex: 1 1;
19951
+ }
19952
+ .v-combobox .v-field input {
19953
+ min-width: 64px;
19954
+ }
19955
+ .v-combobox .v-field:not(.v-field--focused) input {
19956
+ min-width: 0;
19957
+ }
19958
+ .v-combobox .v-field--dirty .v-combobox__selection {
19959
+ margin-inline-end: 2px;
19960
+ }
19961
+ .v-combobox .v-combobox__selection-text {
19962
+ overflow: hidden;
19963
+ text-overflow: ellipsis;
19964
+ white-space: nowrap;
19965
+ }
19966
+
19967
+ .v-combobox__content {
19968
+ overflow: hidden;
19969
+ 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));
19970
+ border-radius: 4px;
19971
+ }
19972
+ .v-combobox__mask {
19973
+ background: rgb(var(--v-theme-surface-light));
19974
+ }
19975
+ .v-combobox__selection {
19976
+ display: inline-flex;
19977
+ align-items: center;
19978
+ height: 1.5rem;
19979
+ letter-spacing: inherit;
19980
+ line-height: inherit;
19981
+ max-width: calc(100% - 2px - 2px);
19982
+ }
19983
+ .v-combobox__selection:first-child {
19984
+ margin-inline-start: 0;
19985
+ }
19986
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
19987
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
19988
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
19989
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
19990
+ top: 0px;
19991
+ }
19992
+ .v-combobox--selecting-index .v-combobox__selection {
19993
+ opacity: var(--v-medium-emphasis-opacity);
19994
+ }
19995
+ .v-combobox--selecting-index .v-combobox__selection--selected {
19996
+ opacity: 1;
19997
+ }
19998
+ .v-combobox--selecting-index .v-field__input > input {
19999
+ caret-color: transparent;
20000
+ }
20001
+ .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20002
+ flex: 1 1;
20003
+ position: absolute;
20004
+ left: 0;
20005
+ right: 0;
20006
+ width: 100%;
20007
+ padding-inline: inherit;
20008
+ }
20009
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20010
+ transition: none;
20011
+ }
20012
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20013
+ opacity: 0;
20014
+ }
20015
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20016
+ opacity: 0;
20017
+ }
20018
+ .v-combobox__menu-icon {
20019
+ margin-inline-start: 4px;
20020
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20021
+ }
20022
+ .v-combobox--active-menu .v-combobox__menu-icon {
20023
+ opacity: var(--v-high-emphasis-opacity);
20024
+ transform: rotate(180deg);
19871
20025
  }.v-chip {
19872
20026
  align-items: center;
19873
20027
  display: inline-flex;
@@ -20280,44 +20434,6 @@ html.overflow-y-hidden {
20280
20434
 
20281
20435
  .v-chip--label {
20282
20436
  border-radius: 4px;
20283
- }.v-color-picker {
20284
- align-self: flex-start;
20285
- contain: content;
20286
- }
20287
- .v-color-picker.v-sheet {
20288
- 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));
20289
- border-radius: 4px;
20290
- }
20291
-
20292
- .v-color-picker__controls {
20293
- display: flex;
20294
- flex-direction: column;
20295
- padding: 16px;
20296
- }
20297
-
20298
- .v-color-picker--flat {
20299
- 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));
20300
- }
20301
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20302
- 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));
20303
- }.v-chip-group {
20304
- display: flex;
20305
- max-width: 100%;
20306
- min-width: 0;
20307
- overflow-x: auto;
20308
- padding: 4px 0;
20309
- }
20310
- .v-chip-group .v-chip {
20311
- margin: 4px 8px 4px 0;
20312
- }
20313
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20314
- opacity: var(--v-activated-opacity);
20315
- }
20316
-
20317
- .v-chip-group--column .v-slide-group__content {
20318
- white-space: normal;
20319
- flex-wrap: wrap;
20320
- max-width: 100%;
20321
20437
  }.v-container {
20322
20438
  width: 100%;
20323
20439
  padding: 16px;
@@ -20990,6 +21106,26 @@ html.overflow-y-hidden {
20990
21106
  .offset-xxl-11 {
20991
21107
  margin-inline-start: 91.6666666667%;
20992
21108
  }
21109
+ }.v-color-picker {
21110
+ align-self: flex-start;
21111
+ contain: content;
21112
+ }
21113
+ .v-color-picker.v-sheet {
21114
+ 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));
21115
+ border-radius: 4px;
21116
+ }
21117
+
21118
+ .v-color-picker__controls {
21119
+ display: flex;
21120
+ flex-direction: column;
21121
+ padding: 16px;
21122
+ }
21123
+
21124
+ .v-color-picker--flat {
21125
+ 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));
21126
+ }
21127
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
21128
+ 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));
20993
21129
  }.v-counter {
20994
21130
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20995
21131
  flex: 0 1 auto;
@@ -21213,117 +21349,42 @@ html.overflow-y-hidden {
21213
21349
  }
21214
21350
  .v-data-table-footer__page {
21215
21351
  padding: 0 8px;
21216
- }.v-combobox .v-field .v-text-field__prefix,
21217
- .v-combobox .v-field .v-text-field__suffix,
21218
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
21219
- cursor: text;
21352
+ }.v-date-picker {
21353
+ overflow: hidden;
21354
+ width: 328px;
21220
21355
  }
21221
- .v-combobox .v-field .v-field__input > input {
21222
- flex: 1 1;
21356
+ .v-date-picker--show-week {
21357
+ width: 368px;
21358
+ }.v-date-picker-controls {
21359
+ display: flex;
21360
+ align-items: center;
21361
+ justify-content: space-between;
21362
+ font-size: 0.875rem;
21363
+ padding-top: 4px;
21364
+ padding-bottom: 4px;
21365
+ padding-inline-start: 6px;
21366
+ padding-inline-end: 12px;
21223
21367
  }
21224
- .v-combobox .v-field input {
21225
- min-width: 64px;
21368
+ .v-date-picker-controls > .v-btn:first-child {
21369
+ text-transform: none;
21370
+ font-weight: 400;
21371
+ line-height: initial;
21372
+ letter-spacing: initial;
21226
21373
  }
21227
- .v-combobox .v-field:not(.v-field--focused) input {
21228
- min-width: 0;
21374
+ .v-date-picker-controls--variant-classic {
21375
+ padding-inline-start: 12px;
21229
21376
  }
21230
- .v-combobox .v-field--dirty .v-combobox__selection {
21231
- margin-inline-end: 2px;
21377
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21378
+ opacity: 0.7;
21232
21379
  }
21233
- .v-combobox .v-combobox__selection-text {
21234
- overflow: hidden;
21235
- text-overflow: ellipsis;
21236
- white-space: nowrap;
21380
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21381
+ cursor: pointer;
21237
21382
  }
21238
-
21239
- .v-combobox__content {
21240
- overflow: hidden;
21241
- 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));
21242
- border-radius: 4px;
21383
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21384
+ opacity: 1;
21243
21385
  }
21244
- .v-combobox__mask {
21245
- background: rgb(var(--v-theme-surface-light));
21246
- }
21247
- .v-combobox__selection {
21248
- display: inline-flex;
21249
- align-items: center;
21250
- height: 1.5rem;
21251
- letter-spacing: inherit;
21252
- line-height: inherit;
21253
- max-width: calc(100% - 2px - 2px);
21254
- }
21255
- .v-combobox__selection:first-child {
21256
- margin-inline-start: 0;
21257
- }
21258
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21259
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21260
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21261
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21262
- top: 0px;
21263
- }
21264
- .v-combobox--selecting-index .v-combobox__selection {
21265
- opacity: var(--v-medium-emphasis-opacity);
21266
- }
21267
- .v-combobox--selecting-index .v-combobox__selection--selected {
21268
- opacity: 1;
21269
- }
21270
- .v-combobox--selecting-index .v-field__input > input {
21271
- caret-color: transparent;
21272
- }
21273
- .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
21274
- flex: 1 1;
21275
- position: absolute;
21276
- left: 0;
21277
- right: 0;
21278
- width: 100%;
21279
- padding-inline: inherit;
21280
- }
21281
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
21282
- transition: none;
21283
- }
21284
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
21285
- opacity: 0;
21286
- }
21287
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
21288
- opacity: 0;
21289
- }
21290
- .v-combobox__menu-icon {
21291
- margin-inline-start: 4px;
21292
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21293
- }
21294
- .v-combobox--active-menu .v-combobox__menu-icon {
21295
- opacity: var(--v-high-emphasis-opacity);
21296
- transform: rotate(180deg);
21297
- }.v-date-picker-controls {
21298
- display: flex;
21299
- align-items: center;
21300
- justify-content: space-between;
21301
- font-size: 0.875rem;
21302
- padding-top: 4px;
21303
- padding-bottom: 4px;
21304
- padding-inline-start: 6px;
21305
- padding-inline-end: 12px;
21306
- }
21307
- .v-date-picker-controls > .v-btn:first-child {
21308
- text-transform: none;
21309
- font-weight: 400;
21310
- line-height: initial;
21311
- letter-spacing: initial;
21312
- }
21313
- .v-date-picker-controls--variant-classic {
21314
- padding-inline-start: 12px;
21315
- }
21316
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21317
- opacity: 0.7;
21318
- }
21319
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21320
- cursor: pointer;
21321
- }
21322
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21323
- opacity: 1;
21324
- }
21325
- .v-date-picker-controls .v-btn:last-child {
21326
- margin-inline-start: 4px;
21386
+ .v-date-picker-controls .v-btn:last-child {
21387
+ margin-inline-start: 4px;
21327
21388
  }
21328
21389
  .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
21329
21390
  transform: rotate(180deg);
@@ -21405,12 +21466,6 @@ html.overflow-y-hidden {
21405
21466
 
21406
21467
  .v-date-picker-month__day--hide-adjacent {
21407
21468
  opacity: 0;
21408
- }.v-date-picker {
21409
- overflow: hidden;
21410
- width: 328px;
21411
- }
21412
- .v-date-picker--show-week {
21413
- width: 368px;
21414
21469
  }.v-date-picker-months {
21415
21470
  height: 288px;
21416
21471
  }
@@ -21430,6 +21485,21 @@ html.overflow-y-hidden {
21430
21485
  text-transform: none;
21431
21486
  padding-inline-start: 8px;
21432
21487
  padding-inline-end: 8px;
21488
+ }.v-date-picker-years {
21489
+ height: 288px;
21490
+ overflow-y: scroll;
21491
+ }
21492
+
21493
+ .v-date-picker-years__content {
21494
+ display: grid;
21495
+ flex: 1 1;
21496
+ justify-content: space-around;
21497
+ grid-template-columns: repeat(3, 1fr);
21498
+ gap: 8px 24px;
21499
+ padding-inline: 32px;
21500
+ }
21501
+ .v-date-picker-years__content .v-btn {
21502
+ padding-inline: 8px;
21433
21503
  }.v-date-picker-header {
21434
21504
  align-items: flex-end;
21435
21505
  height: 70px;
@@ -21490,21 +21560,6 @@ html.overflow-y-hidden {
21490
21560
  .date-picker-header-reverse-transition-leave-to {
21491
21561
  opacity: 0;
21492
21562
  transform: translate(0, 100%);
21493
- }.v-date-picker-years {
21494
- height: 288px;
21495
- overflow-y: scroll;
21496
- }
21497
-
21498
- .v-date-picker-years__content {
21499
- display: grid;
21500
- flex: 1 1;
21501
- justify-content: space-around;
21502
- grid-template-columns: repeat(3, 1fr);
21503
- gap: 8px 24px;
21504
- padding-inline: 32px;
21505
- }
21506
- .v-date-picker-years__content .v-btn {
21507
- padding-inline: 8px;
21508
21563
  }.v-dialog {
21509
21564
  align-items: center;
21510
21565
  justify-content: center;
@@ -21647,104 +21702,245 @@ html.overflow-y-hidden {
21647
21702
  }
21648
21703
  .v-divider__wrapper--vertical .v-divider {
21649
21704
  margin: 0 auto;
21650
- }.v-fab {
21651
- align-items: center;
21652
- display: inline-flex;
21653
- flex: 1 1 auto;
21654
- pointer-events: none;
21655
- position: relative;
21656
- transition-duration: 0.2s;
21657
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21658
- vertical-align: middle;
21659
- }
21660
- .v-fab .v-btn {
21661
- pointer-events: auto;
21705
+ }.v-expansion-panel {
21706
+ background-color: rgb(var(--v-theme-surface));
21707
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21662
21708
  }
21663
- .v-fab .v-btn--variant-elevated {
21664
- box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21709
+ .v-expansion-panel:not(:first-child)::after {
21710
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21665
21711
  }
21666
- .v-fab--app, .v-fab--absolute {
21667
- display: flex;
21712
+ .v-expansion-panel--disabled .v-expansion-panel-title {
21713
+ color: rgba(var(--v-theme-on-surface), 0.26);
21668
21714
  }
21669
- .v-fab--start, .v-fab--left {
21670
- justify-content: flex-start;
21715
+ .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
21716
+ opacity: 0.4615384615;
21671
21717
  }
21672
- .v-fab--center {
21673
- align-items: center;
21718
+
21719
+ .v-expansion-panels {
21720
+ display: flex;
21721
+ flex-wrap: wrap;
21674
21722
  justify-content: center;
21723
+ list-style-type: none;
21724
+ padding: 0;
21725
+ width: 100%;
21726
+ position: relative;
21727
+ z-index: 1;
21675
21728
  }
21676
- .v-fab--end, .v-fab--right {
21677
- justify-content: flex-end;
21678
- }
21679
- .v-fab--bottom {
21680
- align-items: flex-end;
21729
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
21730
+ border-bottom-left-radius: 0 !important;
21731
+ border-bottom-right-radius: 0 !important;
21681
21732
  }
21682
- .v-fab--top {
21683
- align-items: flex-start;
21733
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
21734
+ border-top-left-radius: 0 !important;
21735
+ border-top-right-radius: 0 !important;
21684
21736
  }
21685
- .v-fab--extended .v-btn {
21686
- border-radius: 9999px !important;
21737
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
21738
+ border-bottom-left-radius: 0 !important;
21739
+ border-bottom-right-radius: 0 !important;
21687
21740
  }
21688
-
21689
- .v-fab__container {
21690
- align-self: center;
21691
- display: inline-flex;
21692
- position: absolute;
21693
- vertical-align: middle;
21741
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
21742
+ border-top-left-radius: 0 !important;
21743
+ border-top-right-radius: 0 !important;
21694
21744
  }
21695
- .v-fab--app .v-fab__container {
21696
- margin: 12px;
21745
+ .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
21746
+ border-bottom-left-radius: 0 !important;
21747
+ border-bottom-right-radius: 0 !important;
21697
21748
  }
21698
- .v-fab--absolute .v-fab__container {
21699
- position: absolute;
21700
- z-index: 4;
21749
+ .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
21750
+ border-top-left-radius: 0 !important;
21751
+ border-top-right-radius: 0 !important;
21701
21752
  }
21702
- .v-fab--offset.v-fab--top .v-fab__container {
21703
- transform: translateY(-50%);
21753
+ .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
21754
+ border-bottom-left-radius: initial;
21755
+ border-bottom-right-radius: initial;
21704
21756
  }
21705
- .v-fab--offset.v-fab--bottom .v-fab__container {
21706
- transform: translateY(50%);
21757
+ .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
21758
+ border-radius: 0 !important;
21707
21759
  }
21708
- .v-fab--top .v-fab__container {
21709
- top: 0;
21760
+ .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
21761
+ transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
21710
21762
  }
21711
- .v-fab--bottom .v-fab__container {
21712
- bottom: 0;
21763
+
21764
+ .v-expansion-panel {
21765
+ flex: 1 0 100%;
21766
+ max-width: 100%;
21767
+ position: relative;
21768
+ transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
21769
+ transition-property: margin-top, border-radius, border, max-width;
21770
+ border-radius: 4px;
21713
21771
  }
21714
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21772
+ .v-expansion-panel:not(:first-child)::after {
21773
+ border-top-style: solid;
21774
+ border-top-width: thin;
21775
+ content: "";
21715
21776
  left: 0;
21716
- }
21717
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21777
+ position: absolute;
21718
21778
  right: 0;
21719
- }.v-empty-state {
21720
- align-items: center;
21721
- display: flex;
21722
- flex-direction: column;
21723
- justify-content: center;
21724
- min-height: 100%;
21725
- padding: 16px;
21779
+ top: 0;
21780
+ transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
21726
21781
  }
21727
- .v-empty-state--start {
21728
- align-items: flex-start;
21782
+ .v-expansion-panel--disabled .v-expansion-panel-title {
21783
+ pointer-events: none;
21729
21784
  }
21730
- .v-empty-state--center {
21731
- align-items: center;
21785
+ .v-expansion-panel--active:not(:first-child),
21786
+ .v-expansion-panel--active + .v-expansion-panel {
21787
+ margin-top: 16px;
21732
21788
  }
21733
- .v-empty-state--end {
21734
- align-items: flex-end;
21789
+ .v-expansion-panel--active:not(:first-child)::after,
21790
+ .v-expansion-panel--active + .v-expansion-panel::after {
21791
+ opacity: 0;
21735
21792
  }
21736
-
21737
- .v-empty-state__media {
21738
- text-align: center;
21739
- width: 100%;
21793
+ .v-expansion-panel--active > .v-expansion-panel-title {
21794
+ border-bottom-left-radius: 0;
21795
+ border-bottom-right-radius: 0;
21740
21796
  }
21741
- .v-empty-state__media .v-icon {
21742
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21797
+ .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
21798
+ min-height: 64px;
21743
21799
  }
21744
21800
 
21745
- .v-empty-state__headline {
21746
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21747
- font-size: 3.75rem;
21801
+ .v-expansion-panel__shadow {
21802
+ position: absolute;
21803
+ top: 0;
21804
+ left: 0;
21805
+ width: 100%;
21806
+ height: 100%;
21807
+ 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));
21808
+ border-radius: inherit;
21809
+ z-index: -1;
21810
+ }
21811
+
21812
+ .v-expansion-panel-title {
21813
+ align-items: center;
21814
+ text-align: start;
21815
+ border-radius: inherit;
21816
+ display: flex;
21817
+ font-size: 0.9375rem;
21818
+ line-height: 1;
21819
+ min-height: 48px;
21820
+ outline: none;
21821
+ padding: 16px 24px;
21822
+ position: relative;
21823
+ transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
21824
+ width: 100%;
21825
+ justify-content: space-between;
21826
+ }
21827
+ .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
21828
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
21829
+ }
21830
+ .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
21831
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21832
+ }
21833
+ @supports not selector(:focus-visible) {
21834
+ .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
21835
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21836
+ }
21837
+ }
21838
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
21839
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
21840
+ }
21841
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
21842
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
21843
+ }
21844
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
21845
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21846
+ }
21847
+ @supports not selector(:focus-visible) {
21848
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
21849
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21850
+ }
21851
+ }
21852
+
21853
+ .v-expansion-panel-title__overlay {
21854
+ position: absolute;
21855
+ top: 0;
21856
+ left: 0;
21857
+ width: 100%;
21858
+ height: 100%;
21859
+ background-color: currentColor;
21860
+ border-radius: inherit;
21861
+ opacity: 0;
21862
+ }
21863
+
21864
+ .v-expansion-panel-title__icon {
21865
+ display: inline-flex;
21866
+ margin-bottom: -4px;
21867
+ margin-top: -4px;
21868
+ -webkit-user-select: none;
21869
+ user-select: none;
21870
+ margin-inline-start: auto;
21871
+ }
21872
+
21873
+ .v-expansion-panel-text {
21874
+ display: flex;
21875
+ }
21876
+ .v-expansion-panel-text__wrapper {
21877
+ padding: 8px 24px 16px;
21878
+ flex: 1 1 auto;
21879
+ max-width: 100%;
21880
+ }
21881
+
21882
+ .v-expansion-panels--variant-accordion > .v-expansion-panel {
21883
+ margin-top: 0;
21884
+ }
21885
+ .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
21886
+ opacity: 1;
21887
+ }
21888
+
21889
+ .v-expansion-panels--variant-popout > .v-expansion-panel {
21890
+ max-width: calc(100% - 32px);
21891
+ }
21892
+ .v-expansion-panels--variant-popout > .v-expansion-panel--active {
21893
+ max-width: calc(100% + 16px);
21894
+ }
21895
+
21896
+ .v-expansion-panels--variant-inset > .v-expansion-panel {
21897
+ max-width: 100%;
21898
+ }
21899
+ .v-expansion-panels--variant-inset > .v-expansion-panel--active {
21900
+ max-width: calc(100% - 32px);
21901
+ }
21902
+
21903
+ .v-expansion-panels--flat > .v-expansion-panel::after {
21904
+ border-top: none;
21905
+ }
21906
+ .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
21907
+ display: none;
21908
+ }
21909
+
21910
+ .v-expansion-panels--tile {
21911
+ border-radius: 0;
21912
+ }
21913
+ .v-expansion-panels--tile > .v-expansion-panel {
21914
+ border-radius: 0;
21915
+ }.v-empty-state {
21916
+ align-items: center;
21917
+ display: flex;
21918
+ flex-direction: column;
21919
+ justify-content: center;
21920
+ min-height: 100%;
21921
+ padding: 16px;
21922
+ }
21923
+ .v-empty-state--start {
21924
+ align-items: flex-start;
21925
+ }
21926
+ .v-empty-state--center {
21927
+ align-items: center;
21928
+ }
21929
+ .v-empty-state--end {
21930
+ align-items: flex-end;
21931
+ }
21932
+
21933
+ .v-empty-state__media {
21934
+ text-align: center;
21935
+ width: 100%;
21936
+ }
21937
+ .v-empty-state__media .v-icon {
21938
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21939
+ }
21940
+
21941
+ .v-empty-state__headline {
21942
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21943
+ font-size: 3.75rem;
21748
21944
  font-weight: 300;
21749
21945
  line-height: 1;
21750
21946
  text-align: center;
@@ -22354,7 +22550,105 @@ textarea.v-field__input::placeholder {
22354
22550
  opacity: 0;
22355
22551
  }
22356
22552
 
22357
- /* endregion */.v-footer {
22553
+ /* endregion */.v-fab {
22554
+ align-items: center;
22555
+ display: inline-flex;
22556
+ flex: 1 1 auto;
22557
+ pointer-events: none;
22558
+ position: relative;
22559
+ transition-duration: 0.2s;
22560
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22561
+ vertical-align: middle;
22562
+ }
22563
+ .v-fab .v-btn {
22564
+ pointer-events: auto;
22565
+ }
22566
+ .v-fab .v-btn--variant-elevated {
22567
+ box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22568
+ }
22569
+ .v-fab--app, .v-fab--absolute {
22570
+ display: flex;
22571
+ }
22572
+ .v-fab--start, .v-fab--left {
22573
+ justify-content: flex-start;
22574
+ }
22575
+ .v-fab--center {
22576
+ align-items: center;
22577
+ justify-content: center;
22578
+ }
22579
+ .v-fab--end, .v-fab--right {
22580
+ justify-content: flex-end;
22581
+ }
22582
+ .v-fab--bottom {
22583
+ align-items: flex-end;
22584
+ }
22585
+ .v-fab--top {
22586
+ align-items: flex-start;
22587
+ }
22588
+ .v-fab--extended .v-btn {
22589
+ border-radius: 9999px !important;
22590
+ }
22591
+
22592
+ .v-fab__container {
22593
+ align-self: center;
22594
+ display: inline-flex;
22595
+ position: absolute;
22596
+ vertical-align: middle;
22597
+ }
22598
+ .v-fab--app .v-fab__container {
22599
+ margin: 12px;
22600
+ }
22601
+ .v-fab--absolute .v-fab__container {
22602
+ position: absolute;
22603
+ z-index: 4;
22604
+ }
22605
+ .v-fab--offset.v-fab--top .v-fab__container {
22606
+ transform: translateY(-50%);
22607
+ }
22608
+ .v-fab--offset.v-fab--bottom .v-fab__container {
22609
+ transform: translateY(50%);
22610
+ }
22611
+ .v-fab--top .v-fab__container {
22612
+ top: 0;
22613
+ }
22614
+ .v-fab--bottom .v-fab__container {
22615
+ bottom: 0;
22616
+ }
22617
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
22618
+ left: 0;
22619
+ }
22620
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
22621
+ right: 0;
22622
+ }.v-file-input--hide.v-input .v-field,
22623
+ .v-file-input--hide.v-input .v-input__control,
22624
+ .v-file-input--hide.v-input .v-input__details {
22625
+ display: none;
22626
+ }
22627
+ .v-file-input--hide.v-input .v-input__prepend {
22628
+ grid-area: control;
22629
+ margin: 0 auto;
22630
+ }
22631
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22632
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22633
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22634
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22635
+ top: 0px;
22636
+ }
22637
+ .v-file-input input[type=file] {
22638
+ height: 100%;
22639
+ left: 0;
22640
+ opacity: 0;
22641
+ position: absolute;
22642
+ top: 0;
22643
+ width: 100%;
22644
+ z-index: 1;
22645
+ }
22646
+ .v-file-input .v-input__details {
22647
+ padding-inline: 16px;
22648
+ }
22649
+ .v-input--plain-underlined.v-file-input .v-input__details {
22650
+ padding-inline: 0;
22651
+ }.v-footer {
22358
22652
  align-items: center;
22359
22653
  display: flex;
22360
22654
  flex: 1 1 auto;
@@ -22382,245 +22676,6 @@ textarea.v-field__input::placeholder {
22382
22676
  }
22383
22677
  .v-footer--rounded {
22384
22678
  border-radius: 4px;
22385
- }.v-expansion-panel {
22386
- background-color: rgb(var(--v-theme-surface));
22387
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22388
- }
22389
- .v-expansion-panel:not(:first-child)::after {
22390
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22391
- }
22392
- .v-expansion-panel--disabled .v-expansion-panel-title {
22393
- color: rgba(var(--v-theme-on-surface), 0.26);
22394
- }
22395
- .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
22396
- opacity: 0.4615384615;
22397
- }
22398
-
22399
- .v-expansion-panels {
22400
- display: flex;
22401
- flex-wrap: wrap;
22402
- justify-content: center;
22403
- list-style-type: none;
22404
- padding: 0;
22405
- width: 100%;
22406
- position: relative;
22407
- z-index: 1;
22408
- }
22409
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
22410
- border-bottom-left-radius: 0 !important;
22411
- border-bottom-right-radius: 0 !important;
22412
- }
22413
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
22414
- border-top-left-radius: 0 !important;
22415
- border-top-right-radius: 0 !important;
22416
- }
22417
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
22418
- border-bottom-left-radius: 0 !important;
22419
- border-bottom-right-radius: 0 !important;
22420
- }
22421
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
22422
- border-top-left-radius: 0 !important;
22423
- border-top-right-radius: 0 !important;
22424
- }
22425
- .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
22426
- border-bottom-left-radius: 0 !important;
22427
- border-bottom-right-radius: 0 !important;
22428
- }
22429
- .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
22430
- border-top-left-radius: 0 !important;
22431
- border-top-right-radius: 0 !important;
22432
- }
22433
- .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
22434
- border-bottom-left-radius: initial;
22435
- border-bottom-right-radius: initial;
22436
- }
22437
- .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
22438
- border-radius: 0 !important;
22439
- }
22440
- .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
22441
- transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
22442
- }
22443
-
22444
- .v-expansion-panel {
22445
- flex: 1 0 100%;
22446
- max-width: 100%;
22447
- position: relative;
22448
- transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
22449
- transition-property: margin-top, border-radius, border, max-width;
22450
- border-radius: 4px;
22451
- }
22452
- .v-expansion-panel:not(:first-child)::after {
22453
- border-top-style: solid;
22454
- border-top-width: thin;
22455
- content: "";
22456
- left: 0;
22457
- position: absolute;
22458
- right: 0;
22459
- top: 0;
22460
- transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
22461
- }
22462
- .v-expansion-panel--disabled .v-expansion-panel-title {
22463
- pointer-events: none;
22464
- }
22465
- .v-expansion-panel--active:not(:first-child),
22466
- .v-expansion-panel--active + .v-expansion-panel {
22467
- margin-top: 16px;
22468
- }
22469
- .v-expansion-panel--active:not(:first-child)::after,
22470
- .v-expansion-panel--active + .v-expansion-panel::after {
22471
- opacity: 0;
22472
- }
22473
- .v-expansion-panel--active > .v-expansion-panel-title {
22474
- border-bottom-left-radius: 0;
22475
- border-bottom-right-radius: 0;
22476
- }
22477
- .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
22478
- min-height: 64px;
22479
- }
22480
-
22481
- .v-expansion-panel__shadow {
22482
- position: absolute;
22483
- top: 0;
22484
- left: 0;
22485
- width: 100%;
22486
- height: 100%;
22487
- 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));
22488
- border-radius: inherit;
22489
- z-index: -1;
22490
- }
22491
-
22492
- .v-expansion-panel-title {
22493
- align-items: center;
22494
- text-align: start;
22495
- border-radius: inherit;
22496
- display: flex;
22497
- font-size: 0.9375rem;
22498
- line-height: 1;
22499
- min-height: 48px;
22500
- outline: none;
22501
- padding: 16px 24px;
22502
- position: relative;
22503
- transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
22504
- width: 100%;
22505
- justify-content: space-between;
22506
- }
22507
- .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
22508
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22509
- }
22510
- .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
22511
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22512
- }
22513
- @supports not selector(:focus-visible) {
22514
- .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
22515
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22516
- }
22517
- }
22518
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
22519
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
22520
- }
22521
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
22522
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
22523
- }
22524
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
22525
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
22526
- }
22527
- @supports not selector(:focus-visible) {
22528
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
22529
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
22530
- }
22531
- }
22532
-
22533
- .v-expansion-panel-title__overlay {
22534
- position: absolute;
22535
- top: 0;
22536
- left: 0;
22537
- width: 100%;
22538
- height: 100%;
22539
- background-color: currentColor;
22540
- border-radius: inherit;
22541
- opacity: 0;
22542
- }
22543
-
22544
- .v-expansion-panel-title__icon {
22545
- display: inline-flex;
22546
- margin-bottom: -4px;
22547
- margin-top: -4px;
22548
- -webkit-user-select: none;
22549
- user-select: none;
22550
- margin-inline-start: auto;
22551
- }
22552
-
22553
- .v-expansion-panel-text {
22554
- display: flex;
22555
- }
22556
- .v-expansion-panel-text__wrapper {
22557
- padding: 8px 24px 16px;
22558
- flex: 1 1 auto;
22559
- max-width: 100%;
22560
- }
22561
-
22562
- .v-expansion-panels--variant-accordion > .v-expansion-panel {
22563
- margin-top: 0;
22564
- }
22565
- .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
22566
- opacity: 1;
22567
- }
22568
-
22569
- .v-expansion-panels--variant-popout > .v-expansion-panel {
22570
- max-width: calc(100% - 32px);
22571
- }
22572
- .v-expansion-panels--variant-popout > .v-expansion-panel--active {
22573
- max-width: calc(100% + 16px);
22574
- }
22575
-
22576
- .v-expansion-panels--variant-inset > .v-expansion-panel {
22577
- max-width: 100%;
22578
- }
22579
- .v-expansion-panels--variant-inset > .v-expansion-panel--active {
22580
- max-width: calc(100% - 32px);
22581
- }
22582
-
22583
- .v-expansion-panels--flat > .v-expansion-panel::after {
22584
- border-top: none;
22585
- }
22586
- .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
22587
- display: none;
22588
- }
22589
-
22590
- .v-expansion-panels--tile {
22591
- border-radius: 0;
22592
- }
22593
- .v-expansion-panels--tile > .v-expansion-panel {
22594
- border-radius: 0;
22595
- }.v-file-input--hide.v-input .v-field,
22596
- .v-file-input--hide.v-input .v-input__control,
22597
- .v-file-input--hide.v-input .v-input__details {
22598
- display: none;
22599
- }
22600
- .v-file-input--hide.v-input .v-input__prepend {
22601
- grid-area: control;
22602
- margin: 0 auto;
22603
- }
22604
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22605
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22606
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22607
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22608
- top: 0px;
22609
- }
22610
- .v-file-input input[type=file] {
22611
- height: 100%;
22612
- left: 0;
22613
- opacity: 0;
22614
- position: absolute;
22615
- top: 0;
22616
- width: 100%;
22617
- z-index: 1;
22618
- }
22619
- .v-file-input .v-input__details {
22620
- padding-inline: 16px;
22621
- }
22622
- .v-input--plain-underlined.v-file-input .v-input__details {
22623
- padding-inline: 0;
22624
22679
  }.v-icon {
22625
22680
  --v-icon-size-multiplier: 1;
22626
22681
  align-items: center;
@@ -22674,6 +22729,31 @@ textarea.v-field__input::placeholder {
22674
22729
 
22675
22730
  .v-icon--end {
22676
22731
  margin-inline-start: 8px;
22732
+ }.v-infinite-scroll--horizontal {
22733
+ display: flex;
22734
+ flex-direction: row;
22735
+ overflow-x: auto;
22736
+ }
22737
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22738
+ height: 100%;
22739
+ width: 1px;
22740
+ }
22741
+
22742
+ .v-infinite-scroll--vertical {
22743
+ display: flex;
22744
+ flex-direction: column;
22745
+ overflow-y: auto;
22746
+ }
22747
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22748
+ height: 1px;
22749
+ width: 100%;
22750
+ }
22751
+
22752
+ .v-infinite-scroll__side {
22753
+ align-items: center;
22754
+ display: flex;
22755
+ justify-content: center;
22756
+ padding: 8px;
22677
22757
  }.v-img {
22678
22758
  --v-theme-overlay-multiplier: 3;
22679
22759
  z-index: 0;
@@ -22710,36 +22790,6 @@ textarea.v-field__input::placeholder {
22710
22790
 
22711
22791
  .v-img__gradient {
22712
22792
  background-repeat: no-repeat;
22713
- }.v-infinite-scroll--horizontal {
22714
- display: flex;
22715
- flex-direction: row;
22716
- overflow-x: auto;
22717
- }
22718
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22719
- height: 100%;
22720
- width: 1px;
22721
- }
22722
-
22723
- .v-infinite-scroll--vertical {
22724
- display: flex;
22725
- flex-direction: column;
22726
- overflow-y: auto;
22727
- }
22728
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22729
- height: 1px;
22730
- width: 100%;
22731
- }
22732
-
22733
- .v-infinite-scroll__side {
22734
- align-items: center;
22735
- display: flex;
22736
- justify-content: center;
22737
- padding: 8px;
22738
- }.v-item-group {
22739
- flex: 0 1 auto;
22740
- max-width: 100%;
22741
- position: relative;
22742
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22743
22793
  }.v-input {
22744
22794
  display: grid;
22745
22795
  flex: 1 1 auto;
@@ -22882,6 +22932,11 @@ textarea.v-field__input::placeholder {
22882
22932
 
22883
22933
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22884
22934
  padding-top: calc(var(--v-input-padding-top) + 0px);
22935
+ }.v-item-group {
22936
+ flex: 0 1 auto;
22937
+ max-width: 100%;
22938
+ position: relative;
22939
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22885
22940
  }.v-label {
22886
22941
  align-items: center;
22887
22942
  color: inherit;
@@ -22897,6 +22952,21 @@ textarea.v-field__input::placeholder {
22897
22952
 
22898
22953
  .v-label--clickable {
22899
22954
  cursor: pointer;
22955
+ }.v-layout-item {
22956
+ position: absolute;
22957
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22958
+ }
22959
+
22960
+ .v-layout-item--absolute {
22961
+ position: absolute;
22962
+ }.v-layout {
22963
+ --v-scrollbar-offset: 0px;
22964
+ display: flex;
22965
+ flex: 1 1 auto;
22966
+ }
22967
+ .v-layout--full-height {
22968
+ --v-scrollbar-offset: inherit;
22969
+ height: 100%;
22900
22970
  }.v-list {
22901
22971
  overflow: auto;
22902
22972
  padding: 8px 0;
@@ -23454,8 +23524,6 @@ textarea.v-field__input::placeholder {
23454
23524
  }
23455
23525
  .v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23456
23526
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23457
- }.v-locale-provider {
23458
- display: contents;
23459
23527
  }.v-messages {
23460
23528
  flex: 1 1 auto;
23461
23529
  font-size: 12px;
@@ -23472,34 +23540,8 @@ textarea.v-field__input::placeholder {
23472
23540
  -webkit-hyphens: auto;
23473
23541
  hyphens: auto;
23474
23542
  transition-duration: 150ms;
23475
- }.v-main {
23476
- flex: 1 0 auto;
23477
- max-width: 100%;
23478
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23479
- padding-left: var(--v-layout-left);
23480
- padding-right: var(--v-layout-right);
23481
- padding-top: var(--v-layout-top);
23482
- padding-bottom: var(--v-layout-bottom);
23483
- }
23484
- .v-main__scroller {
23485
- max-width: 100%;
23486
- position: relative;
23487
- }
23488
- .v-main--scrollable {
23489
- display: flex;
23490
- position: absolute;
23491
- top: 0;
23492
- left: 0;
23493
- width: 100%;
23494
- height: 100%;
23495
- }
23496
- .v-main--scrollable > .v-main__scroller {
23497
- flex: 1 1 auto;
23498
- overflow-y: auto;
23499
- --v-layout-left: 0px;
23500
- --v-layout-right: 0px;
23501
- --v-layout-top: 0px;
23502
- --v-layout-bottom: 0px;
23543
+ }.v-locale-provider {
23544
+ display: contents;
23503
23545
  }.v-navigation-drawer {
23504
23546
  -webkit-overflow-scrolling: touch;
23505
23547
  background: rgb(var(--v-theme-surface));
@@ -23615,6 +23657,42 @@ textarea.v-field__input::placeholder {
23615
23657
  overflow: auto;
23616
23658
  height: 100%;
23617
23659
  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));
23660
+ }.v-main {
23661
+ flex: 1 0 auto;
23662
+ max-width: 100%;
23663
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23664
+ padding-left: var(--v-layout-left);
23665
+ padding-right: var(--v-layout-right);
23666
+ padding-top: var(--v-layout-top);
23667
+ padding-bottom: var(--v-layout-bottom);
23668
+ }
23669
+ .v-main__scroller {
23670
+ max-width: 100%;
23671
+ position: relative;
23672
+ }
23673
+ .v-main--scrollable {
23674
+ display: flex;
23675
+ position: absolute;
23676
+ top: 0;
23677
+ left: 0;
23678
+ width: 100%;
23679
+ height: 100%;
23680
+ }
23681
+ .v-main--scrollable > .v-main__scroller {
23682
+ flex: 1 1 auto;
23683
+ overflow-y: auto;
23684
+ --v-layout-left: 0px;
23685
+ --v-layout-right: 0px;
23686
+ --v-layout-top: 0px;
23687
+ --v-layout-bottom: 0px;
23688
+ }.v-pagination__list {
23689
+ display: inline-flex;
23690
+ list-style-type: none;
23691
+ justify-content: center;
23692
+ width: 100%;
23693
+ }
23694
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23695
+ margin: 0.3rem;
23618
23696
  }.v-otp-input {
23619
23697
  border-radius: 4px;
23620
23698
  align-items: center;
@@ -23671,14 +23749,6 @@ textarea.v-field__input::placeholder {
23671
23749
  }
23672
23750
  .v-otp-input__loader .v-progress-linear {
23673
23751
  position: absolute;
23674
- }.v-pagination__list {
23675
- display: inline-flex;
23676
- list-style-type: none;
23677
- justify-content: center;
23678
- width: 100%;
23679
- }
23680
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23681
- margin: 0.3rem;
23682
23752
  }.v-overlay-container {
23683
23753
  contain: layout;
23684
23754
  left: 0;
@@ -23719,35 +23789,137 @@ html.v-overlay-scroll-blocked {
23719
23789
  pointer-events: auto;
23720
23790
  contain: layout;
23721
23791
  }
23722
-
23723
- .v-overlay__scrim {
23724
- pointer-events: auto;
23725
- background: rgb(var(--v-theme-on-surface));
23726
- border-radius: inherit;
23727
- bottom: 0;
23728
- left: 0;
23729
- opacity: var(--v-overlay-opacity, 0.32);
23730
- position: fixed;
23731
- right: 0;
23732
- top: 0;
23792
+
23793
+ .v-overlay__scrim {
23794
+ pointer-events: auto;
23795
+ background: rgb(var(--v-theme-on-surface));
23796
+ border-radius: inherit;
23797
+ bottom: 0;
23798
+ left: 0;
23799
+ opacity: var(--v-overlay-opacity, 0.32);
23800
+ position: fixed;
23801
+ right: 0;
23802
+ top: 0;
23803
+ }
23804
+
23805
+ .v-overlay--absolute {
23806
+ position: absolute;
23807
+ }
23808
+
23809
+ .v-overlay--contained .v-overlay__scrim {
23810
+ position: absolute;
23811
+ }
23812
+
23813
+ .v-overlay--scroll-blocked {
23814
+ padding-inline-end: var(--v-scrollbar-offset);
23815
+ }.v-parallax {
23816
+ position: relative;
23817
+ overflow: hidden;
23818
+ }
23819
+ .v-parallax--active > .v-img__img {
23820
+ will-change: transform;
23821
+ }.v-progress-circular {
23822
+ align-items: center;
23823
+ display: inline-flex;
23824
+ justify-content: center;
23825
+ position: relative;
23826
+ vertical-align: middle;
23827
+ }
23828
+ .v-progress-circular > svg {
23829
+ width: 100%;
23830
+ height: 100%;
23831
+ margin: auto;
23832
+ position: absolute;
23833
+ top: 0;
23834
+ bottom: 0;
23835
+ left: 0;
23836
+ right: 0;
23837
+ z-index: 0;
23838
+ }
23839
+
23840
+ .v-progress-circular__content {
23841
+ align-items: center;
23842
+ display: flex;
23843
+ justify-content: center;
23844
+ }
23845
+
23846
+ .v-progress-circular__underlay {
23847
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
23848
+ stroke: currentColor;
23849
+ z-index: 1;
23850
+ }
23851
+
23852
+ .v-progress-circular__overlay {
23853
+ stroke: currentColor;
23854
+ transition: all 0.2s ease-in-out, stroke-width 0s;
23855
+ z-index: 2;
23856
+ }
23857
+
23858
+ .v-progress-circular--size-x-small {
23859
+ height: 16px;
23860
+ width: 16px;
23861
+ }
23862
+ .v-progress-circular--size-small {
23863
+ height: 24px;
23864
+ width: 24px;
23865
+ }
23866
+ .v-progress-circular--size-default {
23867
+ height: 32px;
23868
+ width: 32px;
23869
+ }
23870
+ .v-progress-circular--size-large {
23871
+ height: 48px;
23872
+ width: 48px;
23873
+ }
23874
+ .v-progress-circular--size-x-large {
23875
+ height: 64px;
23876
+ width: 64px;
23877
+ }
23878
+
23879
+ .v-progress-circular--indeterminate > svg {
23880
+ animation: progress-circular-rotate 1.4s linear infinite;
23881
+ transform-origin: center center;
23882
+ transition: all 0.2s ease-in-out;
23883
+ }
23884
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
23885
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23886
+ stroke-dasharray: 25, 200;
23887
+ stroke-dashoffset: 0;
23888
+ stroke-linecap: round;
23889
+ transform-origin: center center;
23890
+ transform: rotate(-90deg);
23733
23891
  }
23734
23892
 
23735
- .v-overlay--absolute {
23736
- position: absolute;
23893
+ .v-progress-circular--disable-shrink > svg {
23894
+ animation-duration: 0.7s;
23895
+ }
23896
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23897
+ animation: none;
23737
23898
  }
23738
23899
 
23739
- .v-overlay--contained .v-overlay__scrim {
23740
- position: absolute;
23900
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23901
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23902
+ animation-play-state: paused !important;
23741
23903
  }
23742
23904
 
23743
- .v-overlay--scroll-blocked {
23744
- padding-inline-end: var(--v-scrollbar-offset);
23745
- }.v-parallax {
23746
- position: relative;
23747
- overflow: hidden;
23905
+ @keyframes progress-circular-dash {
23906
+ 0% {
23907
+ stroke-dasharray: 1, 200;
23908
+ stroke-dashoffset: 0px;
23909
+ }
23910
+ 50% {
23911
+ stroke-dasharray: 100, 200;
23912
+ stroke-dashoffset: -15px;
23913
+ }
23914
+ 100% {
23915
+ stroke-dasharray: 100, 200;
23916
+ stroke-dashoffset: -124px;
23917
+ }
23748
23918
  }
23749
- .v-parallax--active > .v-img__img {
23750
- will-change: transform;
23919
+ @keyframes progress-circular-rotate {
23920
+ 100% {
23921
+ transform: rotate(270deg);
23922
+ }
23751
23923
  }.v-progress-linear {
23752
23924
  background: transparent;
23753
23925
  overflow: hidden;
@@ -23927,226 +24099,50 @@ html.v-overlay-scroll-blocked {
23927
24099
  left: -200%;
23928
24100
  right: 100%;
23929
24101
  }
23930
- 60% {
23931
- left: 107%;
23932
- right: -8%;
23933
- }
23934
- 100% {
23935
- left: 107%;
23936
- right: -8%;
23937
- }
23938
- }
23939
- @keyframes indeterminate-short-rtl {
23940
- 0% {
23941
- left: 100%;
23942
- right: -200%;
23943
- }
23944
- 60% {
23945
- left: -8%;
23946
- right: 107%;
23947
- }
23948
- 100% {
23949
- left: -8%;
23950
- right: 107%;
23951
- }
23952
- }
23953
- @keyframes stream {
23954
- to {
23955
- transform: translateX(var(--v-progress-linear-stream-to));
23956
- }
23957
- }
23958
- @keyframes progress-linear-stripes {
23959
- 0% {
23960
- background-position-x: var(--v-progress-linear-height);
23961
- }
23962
- }.v-select .v-field .v-text-field__prefix,
23963
- .v-select .v-field .v-text-field__suffix,
23964
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
23965
- cursor: pointer;
23966
- }
23967
- .v-select .v-field .v-field__input > input {
23968
- align-self: flex-start;
23969
- opacity: 1;
23970
- flex: 0 0;
23971
- position: absolute;
23972
- width: 100%;
23973
- transition: none;
23974
- pointer-events: none;
23975
- caret-color: transparent;
23976
- }
23977
- .v-select .v-field--dirty .v-select__selection {
23978
- margin-inline-end: 2px;
23979
- }
23980
- .v-select .v-select__selection-text {
23981
- overflow: hidden;
23982
- text-overflow: ellipsis;
23983
- white-space: nowrap;
23984
- }
23985
- .v-select__content {
23986
- overflow: hidden;
23987
- 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));
23988
- border-radius: 4px;
23989
- }
23990
- .v-select__selection {
23991
- display: inline-flex;
23992
- align-items: center;
23993
- letter-spacing: inherit;
23994
- line-height: inherit;
23995
- max-width: 100%;
23996
- }
23997
- .v-select .v-select__selection:first-child {
23998
- margin-inline-start: 0;
23999
- }
24000
- .v-select--selected .v-field .v-field__input > input {
24001
- opacity: 0;
24002
- }
24003
- .v-select__menu-icon {
24004
- margin-inline-start: 4px;
24005
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24006
- }
24007
- .v-select--active-menu .v-select__menu-icon {
24008
- opacity: var(--v-high-emphasis-opacity);
24009
- transform: rotate(180deg);
24010
- }.v-radio-group > .v-input__control {
24011
- flex-direction: column;
24012
- }
24013
- .v-radio-group > .v-input__control > .v-label {
24014
- margin-inline-start: 16px;
24015
- }
24016
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24017
- padding-inline-start: 6px;
24018
- margin-top: 8px;
24019
- }
24020
- .v-radio-group .v-input__details {
24021
- padding-inline: 16px;
24022
- }.v-responsive {
24023
- display: flex;
24024
- flex: 1 0 auto;
24025
- max-height: 100%;
24026
- max-width: 100%;
24027
- overflow: hidden;
24028
- position: relative;
24029
- }
24030
- .v-responsive--inline {
24031
- display: inline-flex;
24032
- flex: 0 0 auto;
24033
- }
24034
-
24035
- .v-responsive__content {
24036
- flex: 1 0 0px;
24037
- max-width: 100%;
24038
- }
24039
-
24040
- .v-responsive__sizer ~ .v-responsive__content {
24041
- margin-inline-start: -100%;
24042
- }
24043
-
24044
- .v-responsive__sizer {
24045
- flex: 1 0 0px;
24046
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24047
- pointer-events: none;
24048
- }.v-progress-circular {
24049
- align-items: center;
24050
- display: inline-flex;
24051
- justify-content: center;
24052
- position: relative;
24053
- vertical-align: middle;
24054
- }
24055
- .v-progress-circular > svg {
24056
- width: 100%;
24057
- height: 100%;
24058
- margin: auto;
24059
- position: absolute;
24060
- top: 0;
24061
- bottom: 0;
24062
- left: 0;
24063
- right: 0;
24064
- z-index: 0;
24065
- }
24066
-
24067
- .v-progress-circular__content {
24068
- align-items: center;
24069
- display: flex;
24070
- justify-content: center;
24071
- }
24072
-
24073
- .v-progress-circular__underlay {
24074
- color: rgba(var(--v-border-color), var(--v-border-opacity));
24075
- stroke: currentColor;
24076
- z-index: 1;
24077
- }
24078
-
24079
- .v-progress-circular__overlay {
24080
- stroke: currentColor;
24081
- transition: all 0.2s ease-in-out, stroke-width 0s;
24082
- z-index: 2;
24083
- }
24084
-
24085
- .v-progress-circular--size-x-small {
24086
- height: 16px;
24087
- width: 16px;
24088
- }
24089
- .v-progress-circular--size-small {
24090
- height: 24px;
24091
- width: 24px;
24092
- }
24093
- .v-progress-circular--size-default {
24094
- height: 32px;
24095
- width: 32px;
24096
- }
24097
- .v-progress-circular--size-large {
24098
- height: 48px;
24099
- width: 48px;
24100
- }
24101
- .v-progress-circular--size-x-large {
24102
- height: 64px;
24103
- width: 64px;
24104
- }
24105
-
24106
- .v-progress-circular--indeterminate > svg {
24107
- animation: progress-circular-rotate 1.4s linear infinite;
24108
- transform-origin: center center;
24109
- transition: all 0.2s ease-in-out;
24110
- }
24111
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
24112
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
24113
- stroke-dasharray: 25, 200;
24114
- stroke-dashoffset: 0;
24115
- stroke-linecap: round;
24116
- transform-origin: center center;
24117
- transform: rotate(-90deg);
24118
- }
24119
-
24120
- .v-progress-circular--disable-shrink > svg {
24121
- animation-duration: 0.7s;
24122
- }
24123
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
24124
- animation: none;
24125
- }
24126
-
24127
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
24128
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
24129
- animation-play-state: paused !important;
24102
+ 60% {
24103
+ left: 107%;
24104
+ right: -8%;
24105
+ }
24106
+ 100% {
24107
+ left: 107%;
24108
+ right: -8%;
24109
+ }
24130
24110
  }
24131
-
24132
- @keyframes progress-circular-dash {
24111
+ @keyframes indeterminate-short-rtl {
24133
24112
  0% {
24134
- stroke-dasharray: 1, 200;
24135
- stroke-dashoffset: 0px;
24113
+ left: 100%;
24114
+ right: -200%;
24136
24115
  }
24137
- 50% {
24138
- stroke-dasharray: 100, 200;
24139
- stroke-dashoffset: -15px;
24116
+ 60% {
24117
+ left: -8%;
24118
+ right: 107%;
24140
24119
  }
24141
24120
  100% {
24142
- stroke-dasharray: 100, 200;
24143
- stroke-dashoffset: -124px;
24121
+ left: -8%;
24122
+ right: 107%;
24144
24123
  }
24145
24124
  }
24146
- @keyframes progress-circular-rotate {
24147
- 100% {
24148
- transform: rotate(270deg);
24125
+ @keyframes stream {
24126
+ to {
24127
+ transform: translateX(var(--v-progress-linear-stream-to));
24128
+ }
24129
+ }
24130
+ @keyframes progress-linear-stripes {
24131
+ 0% {
24132
+ background-position-x: var(--v-progress-linear-height);
24149
24133
  }
24134
+ }.v-radio-group > .v-input__control {
24135
+ flex-direction: column;
24136
+ }
24137
+ .v-radio-group > .v-input__control > .v-label {
24138
+ margin-inline-start: 16px;
24139
+ }
24140
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24141
+ padding-inline-start: 6px;
24142
+ margin-top: 8px;
24143
+ }
24144
+ .v-radio-group .v-input__details {
24145
+ padding-inline: 16px;
24150
24146
  }.v-slider .v-slider__container input {
24151
24147
  cursor: default;
24152
24148
  padding: 0;
@@ -24204,6 +24200,86 @@ html.v-overlay-scroll-blocked {
24204
24200
 
24205
24201
  .v-slider__label {
24206
24202
  margin-inline-end: 12px;
24203
+ }.v-rating {
24204
+ max-width: 100%;
24205
+ display: inline-flex;
24206
+ white-space: nowrap;
24207
+ }
24208
+ .v-rating--readonly {
24209
+ pointer-events: none;
24210
+ }
24211
+
24212
+ .v-rating__wrapper {
24213
+ align-items: center;
24214
+ display: inline-flex;
24215
+ flex-direction: column;
24216
+ }
24217
+ .v-rating__wrapper--bottom {
24218
+ flex-direction: column-reverse;
24219
+ }
24220
+
24221
+ .v-rating__item {
24222
+ display: inline-flex;
24223
+ position: relative;
24224
+ }
24225
+ .v-rating__item label {
24226
+ cursor: pointer;
24227
+ }
24228
+ .v-rating__item .v-btn--variant-plain {
24229
+ opacity: 1;
24230
+ }
24231
+ .v-rating__item .v-btn {
24232
+ transition-property: transform;
24233
+ }
24234
+ .v-rating__item .v-btn .v-icon {
24235
+ transition: inherit;
24236
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24237
+ }
24238
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24239
+ transform: scale(1.25);
24240
+ }
24241
+ .v-rating__item--half {
24242
+ overflow: hidden;
24243
+ position: absolute;
24244
+ -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24245
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24246
+ z-index: 1;
24247
+ }
24248
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24249
+ opacity: 0;
24250
+ }
24251
+
24252
+ .v-rating__hidden {
24253
+ height: 0;
24254
+ opacity: 0;
24255
+ position: absolute;
24256
+ width: 0;
24257
+ }.v-responsive {
24258
+ display: flex;
24259
+ flex: 1 0 auto;
24260
+ max-height: 100%;
24261
+ max-width: 100%;
24262
+ overflow: hidden;
24263
+ position: relative;
24264
+ }
24265
+ .v-responsive--inline {
24266
+ display: inline-flex;
24267
+ flex: 0 0 auto;
24268
+ }
24269
+
24270
+ .v-responsive__content {
24271
+ flex: 1 0 0px;
24272
+ max-width: 100%;
24273
+ }
24274
+
24275
+ .v-responsive__sizer ~ .v-responsive__content {
24276
+ margin-inline-start: -100%;
24277
+ }
24278
+
24279
+ .v-responsive__sizer {
24280
+ flex: 1 0 0px;
24281
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24282
+ pointer-events: none;
24207
24283
  }.v-selection-control {
24208
24284
  align-items: center;
24209
24285
  contain: layout;
@@ -24305,68 +24381,145 @@ html.v-overlay-scroll-blocked {
24305
24381
  }
24306
24382
  .v-selection-control--focus-visible .v-selection-control__input::before {
24307
24383
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24308
- }.v-rating {
24309
- max-width: 100%;
24310
- display: inline-flex;
24311
- white-space: nowrap;
24384
+ }.v-select .v-field .v-text-field__prefix,
24385
+ .v-select .v-field .v-text-field__suffix,
24386
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24387
+ cursor: pointer;
24312
24388
  }
24313
- .v-rating--readonly {
24389
+ .v-select .v-field .v-field__input > input {
24390
+ align-self: flex-start;
24391
+ opacity: 1;
24392
+ flex: 0 0;
24393
+ position: absolute;
24394
+ width: 100%;
24395
+ transition: none;
24314
24396
  pointer-events: none;
24397
+ caret-color: transparent;
24315
24398
  }
24316
-
24317
- .v-rating__wrapper {
24318
- align-items: center;
24399
+ .v-select .v-field--dirty .v-select__selection {
24400
+ margin-inline-end: 2px;
24401
+ }
24402
+ .v-select .v-select__selection-text {
24403
+ overflow: hidden;
24404
+ text-overflow: ellipsis;
24405
+ white-space: nowrap;
24406
+ }
24407
+ .v-select__content {
24408
+ overflow: hidden;
24409
+ 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));
24410
+ border-radius: 4px;
24411
+ }
24412
+ .v-select__selection {
24319
24413
  display: inline-flex;
24414
+ align-items: center;
24415
+ letter-spacing: inherit;
24416
+ line-height: inherit;
24417
+ max-width: 100%;
24418
+ }
24419
+ .v-select .v-select__selection:first-child {
24420
+ margin-inline-start: 0;
24421
+ }
24422
+ .v-select--selected .v-field .v-field__input > input {
24423
+ opacity: 0;
24424
+ }
24425
+ .v-select__menu-icon {
24426
+ margin-inline-start: 4px;
24427
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24428
+ }
24429
+ .v-select--active-menu .v-select__menu-icon {
24430
+ opacity: var(--v-high-emphasis-opacity);
24431
+ transform: rotate(180deg);
24432
+ }.v-selection-control-group {
24433
+ grid-area: control;
24434
+ display: flex;
24320
24435
  flex-direction: column;
24321
24436
  }
24322
- .v-rating__wrapper--bottom {
24323
- flex-direction: column-reverse;
24437
+ .v-selection-control-group--inline {
24438
+ flex-direction: row;
24439
+ flex-wrap: wrap;
24440
+ }.v-slide-group {
24441
+ display: flex;
24442
+ overflow: hidden;
24324
24443
  }
24325
24444
 
24326
- .v-rating__item {
24327
- display: inline-flex;
24445
+ .v-slide-group__next,
24446
+ .v-slide-group__prev {
24447
+ align-items: center;
24448
+ display: flex;
24449
+ flex: 0 1 52px;
24450
+ justify-content: center;
24451
+ min-width: 52px;
24452
+ cursor: pointer;
24453
+ }
24454
+ .v-slide-group__next--disabled,
24455
+ .v-slide-group__prev--disabled {
24456
+ pointer-events: none;
24457
+ opacity: var(--v-disabled-opacity);
24458
+ }
24459
+
24460
+ .v-slide-group__content {
24461
+ display: flex;
24462
+ flex: 1 0 auto;
24328
24463
  position: relative;
24464
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24465
+ white-space: nowrap;
24329
24466
  }
24330
- .v-rating__item label {
24331
- cursor: pointer;
24467
+ .v-slide-group__content > * {
24468
+ white-space: initial;
24332
24469
  }
24333
- .v-rating__item .v-btn--variant-plain {
24334
- opacity: 1;
24470
+
24471
+ .v-slide-group__container {
24472
+ contain: content;
24473
+ display: flex;
24474
+ flex: 1 1 auto;
24475
+ overflow-x: auto;
24476
+ overflow-y: hidden;
24477
+ scrollbar-width: none;
24478
+ scrollbar-color: rgba(0, 0, 0, 0);
24335
24479
  }
24336
- .v-rating__item .v-btn {
24337
- transition-property: transform;
24480
+ .v-slide-group__container::-webkit-scrollbar {
24481
+ display: none;
24338
24482
  }
24339
- .v-rating__item .v-btn .v-icon {
24340
- transition: inherit;
24341
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24483
+
24484
+ .v-slide-group--vertical {
24485
+ max-height: inherit;
24486
+ }
24487
+ .v-slide-group--vertical,
24488
+ .v-slide-group--vertical .v-slide-group__container,
24489
+ .v-slide-group--vertical .v-slide-group__content {
24490
+ flex-direction: column;
24491
+ }
24492
+ .v-slide-group--vertical .v-slide-group__container {
24493
+ overflow-x: hidden;
24494
+ overflow-y: auto;
24495
+ }.v-sheet {
24496
+ display: block;
24497
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24498
+ border-style: solid;
24499
+ border-width: 0;
24500
+ 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));
24501
+ border-radius: 0;
24502
+ background: rgb(var(--v-theme-surface));
24503
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24342
24504
  }
24343
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24344
- transform: scale(1.25);
24505
+ .v-sheet--border {
24506
+ border-width: thin;
24507
+ box-shadow: none;
24345
24508
  }
24346
- .v-rating__item--half {
24347
- overflow: hidden;
24509
+ .v-sheet--absolute {
24348
24510
  position: absolute;
24349
- -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24350
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24351
- z-index: 1;
24352
24511
  }
24353
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24354
- opacity: 0;
24512
+ .v-sheet--fixed {
24513
+ position: fixed;
24355
24514
  }
24356
-
24357
- .v-rating__hidden {
24358
- height: 0;
24359
- opacity: 0;
24360
- position: absolute;
24361
- width: 0;
24362
- }.v-selection-control-group {
24363
- grid-area: control;
24364
- display: flex;
24365
- flex-direction: column;
24515
+ .v-sheet--relative {
24516
+ position: relative;
24366
24517
  }
24367
- .v-selection-control-group--inline {
24368
- flex-direction: row;
24369
- flex-wrap: wrap;
24518
+ .v-sheet--sticky {
24519
+ position: sticky;
24520
+ }
24521
+ .v-sheet--rounded {
24522
+ border-radius: 4px;
24370
24523
  }.v-skeleton-loader {
24371
24524
  align-items: center;
24372
24525
  background: rgb(var(--v-theme-surface));
@@ -24728,89 +24881,6 @@ html.v-overlay-scroll-blocked {
24728
24881
  }
24729
24882
  .v-snackbar-transition-leave-to {
24730
24883
  opacity: 0;
24731
- }.v-sheet {
24732
- display: block;
24733
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24734
- border-style: solid;
24735
- border-width: 0;
24736
- 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));
24737
- border-radius: 0;
24738
- background: rgb(var(--v-theme-surface));
24739
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24740
- }
24741
- .v-sheet--border {
24742
- border-width: thin;
24743
- box-shadow: none;
24744
- }
24745
- .v-sheet--absolute {
24746
- position: absolute;
24747
- }
24748
- .v-sheet--fixed {
24749
- position: fixed;
24750
- }
24751
- .v-sheet--relative {
24752
- position: relative;
24753
- }
24754
- .v-sheet--sticky {
24755
- position: sticky;
24756
- }
24757
- .v-sheet--rounded {
24758
- border-radius: 4px;
24759
- }.v-slide-group {
24760
- display: flex;
24761
- overflow: hidden;
24762
- }
24763
-
24764
- .v-slide-group__next,
24765
- .v-slide-group__prev {
24766
- align-items: center;
24767
- display: flex;
24768
- flex: 0 1 52px;
24769
- justify-content: center;
24770
- min-width: 52px;
24771
- cursor: pointer;
24772
- }
24773
- .v-slide-group__next--disabled,
24774
- .v-slide-group__prev--disabled {
24775
- pointer-events: none;
24776
- opacity: var(--v-disabled-opacity);
24777
- }
24778
-
24779
- .v-slide-group__content {
24780
- display: flex;
24781
- flex: 1 0 auto;
24782
- position: relative;
24783
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24784
- white-space: nowrap;
24785
- }
24786
- .v-slide-group__content > * {
24787
- white-space: initial;
24788
- }
24789
-
24790
- .v-slide-group__container {
24791
- contain: content;
24792
- display: flex;
24793
- flex: 1 1 auto;
24794
- overflow-x: auto;
24795
- overflow-y: hidden;
24796
- scrollbar-width: none;
24797
- scrollbar-color: rgba(0, 0, 0, 0);
24798
- }
24799
- .v-slide-group__container::-webkit-scrollbar {
24800
- display: none;
24801
- }
24802
-
24803
- .v-slide-group--vertical {
24804
- max-height: inherit;
24805
- }
24806
- .v-slide-group--vertical,
24807
- .v-slide-group--vertical .v-slide-group__container,
24808
- .v-slide-group--vertical .v-slide-group__content {
24809
- flex-direction: column;
24810
- }
24811
- .v-slide-group--vertical .v-slide-group__container {
24812
- overflow-x: hidden;
24813
- overflow-y: auto;
24814
24884
  }.v-speed-dial__content {
24815
24885
  gap: 8px;
24816
24886
  }
@@ -24826,212 +24896,32 @@ html.v-overlay-scroll-blocked {
24826
24896
  .v-speed-dial__content > *:nth-child(1) {
24827
24897
  transition-delay: 0s;
24828
24898
  }
24829
- .v-speed-dial__content > *:nth-child(2) {
24830
- transition-delay: 0.05s;
24831
- }
24832
- .v-speed-dial__content > *:nth-child(3) {
24833
- transition-delay: 0.1s;
24834
- }
24835
- .v-speed-dial__content > *:nth-child(4) {
24836
- transition-delay: 0.15s;
24837
- }
24838
- .v-speed-dial__content > *:nth-child(5) {
24839
- transition-delay: 0.2s;
24840
- }
24841
- .v-speed-dial__content > *:nth-child(6) {
24842
- transition-delay: 0.25s;
24843
- }
24844
- .v-speed-dial__content > *:nth-child(7) {
24845
- transition-delay: 0.3s;
24846
- }
24847
- .v-speed-dial__content > *:nth-child(8) {
24848
- transition-delay: 0.35s;
24849
- }
24850
- .v-speed-dial__content > *:nth-child(9) {
24851
- transition-delay: 0.4s;
24852
- }
24853
- .v-speed-dial__content > *:nth-child(10) {
24854
- transition-delay: 0.45s;
24855
- }.v-switch .v-label {
24856
- padding-inline-start: 10px;
24857
- }
24858
-
24859
- .v-switch__loader {
24860
- display: flex;
24861
- }
24862
- .v-switch__loader .v-progress-circular {
24863
- color: rgb(var(--v-theme-surface));
24864
- }
24865
-
24866
- .v-switch__track,
24867
- .v-switch__thumb {
24868
- transition: none;
24869
- }
24870
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24871
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24872
- background-color: rgb(var(--v-theme-error));
24873
- color: rgb(var(--v-theme-on-error));
24874
- }
24875
-
24876
- .v-switch__track-true {
24877
- margin-inline-end: auto;
24878
- }
24879
- .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24880
- opacity: 0;
24881
- }
24882
-
24883
- .v-switch__track-false {
24884
- margin-inline-start: auto;
24885
- }
24886
- .v-selection-control--dirty .v-switch__track-false {
24887
- opacity: 0;
24888
- }
24889
-
24890
- .v-switch__track {
24891
- display: inline-flex;
24892
- align-items: center;
24893
- font-size: 0.5rem;
24894
- padding: 0 5px;
24895
- background-color: rgb(var(--v-theme-surface-variant));
24896
- border-radius: 9999px;
24897
- height: 14px;
24898
- opacity: 0.6;
24899
- min-width: 36px;
24900
- cursor: pointer;
24901
- transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24902
- }
24903
- .v-switch--inset .v-switch__track {
24904
- border-radius: 9999px;
24905
- font-size: 0.75rem;
24906
- height: 32px;
24907
- min-width: 52px;
24908
- }
24909
-
24910
- .v-switch__thumb {
24911
- align-items: center;
24912
- background-color: rgb(var(--v-theme-surface-bright));
24913
- color: rgb(var(--v-theme-on-surface-bright));
24914
- border-radius: 50%;
24915
- display: flex;
24916
- font-size: 0.75rem;
24917
- height: 20px;
24918
- justify-content: center;
24919
- width: 20px;
24920
- pointer-events: none;
24921
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24922
- position: relative;
24923
- overflow: hidden;
24924
- }
24925
- .v-switch:not(.v-switch--inset) .v-switch__thumb {
24926
- 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));
24927
- }
24928
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24929
- background: rgb(var(--v-theme-surface-variant));
24930
- color: rgb(var(--v-theme-on-surface-variant));
24931
- 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));
24932
- }
24933
- .v-switch--inset .v-switch__thumb {
24934
- height: 24px;
24935
- width: 24px;
24936
- transform: scale(0.6666666667);
24937
- }
24938
- .v-switch--inset .v-switch__thumb--filled {
24939
- transform: none;
24940
- }
24941
- .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
24942
- transform: none;
24943
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
24944
- }
24945
-
24946
- .v-switch.v-input {
24947
- flex: 0 1 auto;
24948
- }
24949
- .v-switch .v-selection-control {
24950
- min-height: var(--v-input-control-height);
24951
- }
24952
- .v-switch .v-selection-control__input {
24953
- border-radius: 50%;
24954
- transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
24955
- position: absolute;
24956
- }
24957
- .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
24958
- transform: translateX(-10px);
24959
- }
24960
-
24961
- .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
24962
- transform: translateX(10px);
24963
- }
24964
-
24965
- .v-switch .v-selection-control__input .v-icon {
24966
- position: absolute;
24899
+ .v-speed-dial__content > *:nth-child(2) {
24900
+ transition-delay: 0.05s;
24967
24901
  }
24968
- .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
24969
- transform: translateX(10px);
24902
+ .v-speed-dial__content > *:nth-child(3) {
24903
+ transition-delay: 0.1s;
24970
24904
  }
24971
-
24972
- .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
24973
- transform: translateX(-10px);
24905
+ .v-speed-dial__content > *:nth-child(4) {
24906
+ transition-delay: 0.15s;
24974
24907
  }
24975
-
24976
- .v-switch.v-switch--indeterminate .v-selection-control__input {
24977
- transform: scale(0.8);
24908
+ .v-speed-dial__content > *:nth-child(5) {
24909
+ transition-delay: 0.2s;
24978
24910
  }
24979
- .v-switch.v-switch--indeterminate .v-switch__thumb {
24980
- transform: scale(0.75);
24981
- box-shadow: none;
24911
+ .v-speed-dial__content > *:nth-child(6) {
24912
+ transition-delay: 0.25s;
24982
24913
  }
24983
- .v-switch.v-switch--inset .v-selection-control__wrapper {
24984
- width: auto;
24914
+ .v-speed-dial__content > *:nth-child(7) {
24915
+ transition-delay: 0.3s;
24985
24916
  }
24986
- .v-switch.v-input--vertical .v-label {
24987
- min-width: max-content;
24917
+ .v-speed-dial__content > *:nth-child(8) {
24918
+ transition-delay: 0.35s;
24988
24919
  }
24989
- .v-switch.v-input--vertical .v-selection-control__wrapper {
24990
- transform: rotate(-90deg);
24920
+ .v-speed-dial__content > *:nth-child(9) {
24921
+ transition-delay: 0.4s;
24991
24922
  }
24992
-
24993
- @media (forced-colors: active) {
24994
- .v-switch .v-switch__loader .v-progress-circular {
24995
- color: currentColor;
24996
- }
24997
- .v-switch .v-switch__thumb {
24998
- background-color: buttontext;
24999
- }
25000
- .v-switch .v-switch__track,
25001
- .v-switch .v-switch__thumb {
25002
- border: 1px solid;
25003
- color: buttontext;
25004
- }
25005
- .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25006
- background-color: highlight;
25007
- }
25008
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
25009
- background-color: highlight;
25010
- }
25011
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
25012
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25013
- color: highlight;
25014
- }
25015
- .v-switch.v-switch--inset .v-switch__track {
25016
- border-width: 2px;
25017
- }
25018
- .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25019
- background-color: highlighttext;
25020
- color: highlighttext;
25021
- }
25022
- .v-switch.v-input--disabled .v-switch__thumb {
25023
- background-color: graytext;
25024
- }
25025
- .v-switch.v-input--disabled .v-switch__track,
25026
- .v-switch.v-input--disabled .v-switch__thumb {
25027
- color: graytext;
25028
- }
25029
- .v-switch.v-switch--loading .v-switch__thumb {
25030
- background-color: canvas;
25031
- }
25032
- .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25033
- border-width: 0;
25034
- }
24923
+ .v-speed-dial__content > *:nth-child(10) {
24924
+ transition-delay: 0.45s;
25035
24925
  }.v-stepper.v-sheet {
25036
24926
  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));
25037
24927
  border-radius: 4px;
@@ -25190,14 +25080,231 @@ html.v-overlay-scroll-blocked {
25190
25080
  transition: opacity 0.2s ease-in-out;
25191
25081
  }
25192
25082
 
25193
- .v-stepper-item__overlay,
25194
- .v-stepper-item__underlay {
25195
- position: absolute;
25196
- top: 0;
25197
- left: 0;
25198
- width: 100%;
25199
- height: 100%;
25200
- pointer-events: none;
25083
+ .v-stepper-item__overlay,
25084
+ .v-stepper-item__underlay {
25085
+ position: absolute;
25086
+ top: 0;
25087
+ left: 0;
25088
+ width: 100%;
25089
+ height: 100%;
25090
+ pointer-events: none;
25091
+ }.v-system-bar {
25092
+ align-items: center;
25093
+ display: flex;
25094
+ flex: 1 1 auto;
25095
+ height: 24px;
25096
+ justify-content: flex-end;
25097
+ max-width: 100%;
25098
+ padding-inline: 8px;
25099
+ position: relative;
25100
+ text-align: end;
25101
+ width: 100%;
25102
+ 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));
25103
+ background: rgba(var(--v-theme-surface-light));
25104
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25105
+ font-size: 0.75rem;
25106
+ font-weight: 400;
25107
+ letter-spacing: 0.0333333333em;
25108
+ line-height: 1.667;
25109
+ text-transform: none;
25110
+ }
25111
+ .v-system-bar .v-icon {
25112
+ opacity: var(--v-medium-emphasis-opacity);
25113
+ }
25114
+ .v-system-bar--absolute {
25115
+ position: absolute;
25116
+ }
25117
+ .v-system-bar--fixed {
25118
+ position: fixed;
25119
+ }
25120
+ .v-system-bar--rounded {
25121
+ border-radius: 0;
25122
+ }
25123
+ .v-system-bar--window {
25124
+ height: 32px;
25125
+ }
25126
+ .v-system-bar:not(.v-system-bar--absolute) {
25127
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25128
+ }.v-switch .v-label {
25129
+ padding-inline-start: 10px;
25130
+ }
25131
+
25132
+ .v-switch__loader {
25133
+ display: flex;
25134
+ }
25135
+ .v-switch__loader .v-progress-circular {
25136
+ color: rgb(var(--v-theme-surface));
25137
+ }
25138
+
25139
+ .v-switch__track,
25140
+ .v-switch__thumb {
25141
+ transition: none;
25142
+ }
25143
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
25144
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
25145
+ background-color: rgb(var(--v-theme-error));
25146
+ color: rgb(var(--v-theme-on-error));
25147
+ }
25148
+
25149
+ .v-switch__track-true {
25150
+ margin-inline-end: auto;
25151
+ }
25152
+ .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
25153
+ opacity: 0;
25154
+ }
25155
+
25156
+ .v-switch__track-false {
25157
+ margin-inline-start: auto;
25158
+ }
25159
+ .v-selection-control--dirty .v-switch__track-false {
25160
+ opacity: 0;
25161
+ }
25162
+
25163
+ .v-switch__track {
25164
+ display: inline-flex;
25165
+ align-items: center;
25166
+ font-size: 0.5rem;
25167
+ padding: 0 5px;
25168
+ background-color: rgb(var(--v-theme-surface-variant));
25169
+ border-radius: 9999px;
25170
+ height: 14px;
25171
+ opacity: 0.6;
25172
+ min-width: 36px;
25173
+ cursor: pointer;
25174
+ transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
25175
+ }
25176
+ .v-switch--inset .v-switch__track {
25177
+ border-radius: 9999px;
25178
+ font-size: 0.75rem;
25179
+ height: 32px;
25180
+ min-width: 52px;
25181
+ }
25182
+
25183
+ .v-switch__thumb {
25184
+ align-items: center;
25185
+ background-color: rgb(var(--v-theme-surface-bright));
25186
+ color: rgb(var(--v-theme-on-surface-bright));
25187
+ border-radius: 50%;
25188
+ display: flex;
25189
+ font-size: 0.75rem;
25190
+ height: 20px;
25191
+ justify-content: center;
25192
+ width: 20px;
25193
+ pointer-events: none;
25194
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
25195
+ position: relative;
25196
+ overflow: hidden;
25197
+ }
25198
+ .v-switch:not(.v-switch--inset) .v-switch__thumb {
25199
+ 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));
25200
+ }
25201
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25202
+ background: rgb(var(--v-theme-surface-variant));
25203
+ color: rgb(var(--v-theme-on-surface-variant));
25204
+ 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));
25205
+ }
25206
+ .v-switch--inset .v-switch__thumb {
25207
+ height: 24px;
25208
+ width: 24px;
25209
+ transform: scale(0.6666666667);
25210
+ }
25211
+ .v-switch--inset .v-switch__thumb--filled {
25212
+ transform: none;
25213
+ }
25214
+ .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
25215
+ transform: none;
25216
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
25217
+ }
25218
+
25219
+ .v-switch.v-input {
25220
+ flex: 0 1 auto;
25221
+ }
25222
+ .v-switch .v-selection-control {
25223
+ min-height: var(--v-input-control-height);
25224
+ }
25225
+ .v-switch .v-selection-control__input {
25226
+ border-radius: 50%;
25227
+ transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
25228
+ position: absolute;
25229
+ }
25230
+ .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
25231
+ transform: translateX(-10px);
25232
+ }
25233
+
25234
+ .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
25235
+ transform: translateX(10px);
25236
+ }
25237
+
25238
+ .v-switch .v-selection-control__input .v-icon {
25239
+ position: absolute;
25240
+ }
25241
+ .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
25242
+ transform: translateX(10px);
25243
+ }
25244
+
25245
+ .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
25246
+ transform: translateX(-10px);
25247
+ }
25248
+
25249
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
25250
+ transform: scale(0.8);
25251
+ }
25252
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
25253
+ transform: scale(0.75);
25254
+ box-shadow: none;
25255
+ }
25256
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
25257
+ width: auto;
25258
+ }
25259
+ .v-switch.v-input--vertical .v-label {
25260
+ min-width: max-content;
25261
+ }
25262
+ .v-switch.v-input--vertical .v-selection-control__wrapper {
25263
+ transform: rotate(-90deg);
25264
+ }
25265
+
25266
+ @media (forced-colors: active) {
25267
+ .v-switch .v-switch__loader .v-progress-circular {
25268
+ color: currentColor;
25269
+ }
25270
+ .v-switch .v-switch__thumb {
25271
+ background-color: buttontext;
25272
+ }
25273
+ .v-switch .v-switch__track,
25274
+ .v-switch .v-switch__thumb {
25275
+ border: 1px solid;
25276
+ color: buttontext;
25277
+ }
25278
+ .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25279
+ background-color: highlight;
25280
+ }
25281
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
25282
+ background-color: highlight;
25283
+ }
25284
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
25285
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25286
+ color: highlight;
25287
+ }
25288
+ .v-switch.v-switch--inset .v-switch__track {
25289
+ border-width: 2px;
25290
+ }
25291
+ .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25292
+ background-color: highlighttext;
25293
+ color: highlighttext;
25294
+ }
25295
+ .v-switch.v-input--disabled .v-switch__thumb {
25296
+ background-color: graytext;
25297
+ }
25298
+ .v-switch.v-input--disabled .v-switch__track,
25299
+ .v-switch.v-input--disabled .v-switch__thumb {
25300
+ color: graytext;
25301
+ }
25302
+ .v-switch.v-switch--loading .v-switch__thumb {
25303
+ background-color: canvas;
25304
+ }
25305
+ .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25306
+ border-width: 0;
25307
+ }
25201
25308
  }.v-table {
25202
25309
  background: rgb(var(--v-theme-surface));
25203
25310
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -25336,110 +25443,74 @@ html.v-overlay-scroll-blocked {
25336
25443
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25337
25444
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25338
25445
  border-top: 0px !important;
25339
- }.v-system-bar {
25340
- align-items: center;
25341
- display: flex;
25342
- flex: 1 1 auto;
25343
- height: 24px;
25344
- justify-content: flex-end;
25345
- max-width: 100%;
25346
- padding-inline: 8px;
25347
- position: relative;
25348
- text-align: end;
25349
- width: 100%;
25350
- 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));
25351
- background: rgba(var(--v-theme-surface-light));
25352
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25353
- font-size: 0.75rem;
25354
- font-weight: 400;
25355
- letter-spacing: 0.0333333333em;
25356
- line-height: 1.667;
25357
- text-transform: none;
25358
- }
25359
- .v-system-bar .v-icon {
25360
- opacity: var(--v-medium-emphasis-opacity);
25361
- }
25362
- .v-system-bar--absolute {
25363
- position: absolute;
25364
- }
25365
- .v-system-bar--fixed {
25366
- position: fixed;
25367
- }
25368
- .v-system-bar--rounded {
25369
- border-radius: 0;
25446
+ }/* region BLOCK */
25447
+ .v-text-field input {
25448
+ color: inherit;
25449
+ opacity: 0;
25450
+ flex: 1;
25451
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25452
+ min-width: 0;
25370
25453
  }
25371
- .v-system-bar--window {
25372
- height: 32px;
25454
+ .v-text-field input:focus, .v-text-field input:active {
25455
+ outline: none;
25373
25456
  }
25374
- .v-system-bar:not(.v-system-bar--absolute) {
25375
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25376
- }.v-tabs {
25377
- display: flex;
25378
- height: var(--v-tabs-height);
25457
+ .v-text-field input:invalid {
25458
+ box-shadow: none;
25379
25459
  }
25380
- .v-tabs--density-default {
25381
- --v-tabs-height: 48px;
25460
+ .v-text-field .v-field {
25461
+ cursor: text;
25382
25462
  }
25383
- .v-tabs--density-default.v-tabs--stacked {
25384
- --v-tabs-height: 72px;
25463
+ .v-text-field--prefixed.v-text-field .v-field__input {
25464
+ --v-field-padding-start: 6px;
25385
25465
  }
25386
25466
 
25387
- .v-tabs--density-comfortable {
25388
- --v-tabs-height: 44px;
25389
- }
25390
- .v-tabs--density-comfortable.v-tabs--stacked {
25391
- --v-tabs-height: 68px;
25467
+ .v-text-field--suffixed.v-text-field .v-field__input {
25468
+ --v-field-padding-end: 0;
25392
25469
  }
25393
25470
 
25394
- .v-tabs--density-compact {
25395
- --v-tabs-height: 36px;
25471
+ .v-text-field .v-input__details {
25472
+ padding-inline: 16px;
25396
25473
  }
25397
- .v-tabs--density-compact.v-tabs--stacked {
25398
- --v-tabs-height: 60px;
25474
+ .v-input--plain-underlined.v-text-field .v-input__details {
25475
+ padding-inline: 0;
25399
25476
  }
25400
25477
 
25401
- .v-tabs.v-slide-group--vertical {
25402
- height: auto;
25403
- flex: none;
25404
- --v-tabs-height: 48px;
25478
+ .v-text-field .v-field--no-label input,
25479
+ .v-text-field .v-field--active input {
25480
+ opacity: 1;
25405
25481
  }
25406
-
25407
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25408
- margin-inline-start: 42px;
25482
+ .v-text-field .v-field--single-line input {
25483
+ transition: none;
25409
25484
  }
25410
25485
 
25411
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25412
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25413
- margin-inline-end: auto;
25414
- }
25415
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25416
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25417
- margin-inline-start: auto;
25486
+ /* endregion */
25487
+ /* region ELEMENTS */
25488
+ .v-text-field__prefix, .v-text-field__suffix {
25489
+ align-items: center;
25490
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25491
+ cursor: default;
25492
+ display: flex;
25493
+ opacity: 0;
25494
+ transition: inherit;
25495
+ white-space: nowrap;
25496
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25497
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25498
+ padding-bottom: var(--v-field-padding-bottom, 6px);
25418
25499
  }
25419
-
25420
- .v-tabs--grow {
25421
- flex-grow: 1;
25500
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25501
+ opacity: 1;
25422
25502
  }
25423
- .v-tabs--grow .v-tab {
25424
- flex: 1 0 auto;
25425
- max-width: none;
25503
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25504
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25426
25505
  }
25427
-
25428
- .v-tabs--align-tabs-end .v-tab:first-child {
25429
- margin-inline-start: auto;
25506
+ .v-text-field__prefix {
25507
+ padding-inline-start: var(--v-field-padding-start);
25430
25508
  }
25431
- .v-tabs--align-tabs-end .v-tab:last-child {
25432
- margin-inline-end: 0;
25509
+ .v-text-field__suffix {
25510
+ padding-inline-end: var(--v-field-padding-end);
25433
25511
  }
25434
25512
 
25435
- @media (max-width: 1279.98px) {
25436
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25437
- margin-inline-start: 52px;
25438
- }
25439
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25440
- margin-inline-end: 52px;
25441
- }
25442
- }.v-tab.v-tab.v-btn {
25513
+ /* endregion */.v-tab.v-tab.v-btn {
25443
25514
  height: var(--v-tabs-height);
25444
25515
  border-radius: 0;
25445
25516
  min-width: 90px;
@@ -25468,74 +25539,73 @@ html.v-overlay-scroll-blocked {
25468
25539
  top: 0;
25469
25540
  height: 100%;
25470
25541
  width: 2px;
25471
- }/* region BLOCK */
25472
- .v-text-field input {
25473
- color: inherit;
25474
- opacity: 0;
25475
- flex: 1;
25476
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25477
- min-width: 0;
25478
- }
25479
- .v-text-field input:focus, .v-text-field input:active {
25480
- outline: none;
25481
- }
25482
- .v-text-field input:invalid {
25483
- box-shadow: none;
25542
+ }.v-tabs {
25543
+ display: flex;
25544
+ height: var(--v-tabs-height);
25484
25545
  }
25485
- .v-text-field .v-field {
25486
- cursor: text;
25546
+ .v-tabs--density-default {
25547
+ --v-tabs-height: 48px;
25487
25548
  }
25488
- .v-text-field--prefixed.v-text-field .v-field__input {
25489
- --v-field-padding-start: 6px;
25549
+ .v-tabs--density-default.v-tabs--stacked {
25550
+ --v-tabs-height: 72px;
25490
25551
  }
25491
25552
 
25492
- .v-text-field--suffixed.v-text-field .v-field__input {
25493
- --v-field-padding-end: 0;
25553
+ .v-tabs--density-comfortable {
25554
+ --v-tabs-height: 44px;
25555
+ }
25556
+ .v-tabs--density-comfortable.v-tabs--stacked {
25557
+ --v-tabs-height: 68px;
25494
25558
  }
25495
25559
 
25496
- .v-text-field .v-input__details {
25497
- padding-inline: 16px;
25560
+ .v-tabs--density-compact {
25561
+ --v-tabs-height: 36px;
25498
25562
  }
25499
- .v-input--plain-underlined.v-text-field .v-input__details {
25500
- padding-inline: 0;
25563
+ .v-tabs--density-compact.v-tabs--stacked {
25564
+ --v-tabs-height: 60px;
25501
25565
  }
25502
25566
 
25503
- .v-text-field .v-field--no-label input,
25504
- .v-text-field .v-field--active input {
25505
- opacity: 1;
25567
+ .v-tabs.v-slide-group--vertical {
25568
+ height: auto;
25569
+ flex: none;
25570
+ --v-tabs-height: 48px;
25506
25571
  }
25507
- .v-text-field .v-field--single-line input {
25508
- transition: none;
25572
+
25573
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25574
+ margin-inline-start: 42px;
25509
25575
  }
25510
25576
 
25511
- /* endregion */
25512
- /* region ELEMENTS */
25513
- .v-text-field__prefix, .v-text-field__suffix {
25514
- align-items: center;
25515
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25516
- cursor: default;
25517
- display: flex;
25518
- opacity: 0;
25519
- transition: inherit;
25520
- white-space: nowrap;
25521
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25522
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25523
- padding-bottom: var(--v-field-padding-bottom, 6px);
25577
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25578
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25579
+ margin-inline-end: auto;
25580
+ }
25581
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25582
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25583
+ margin-inline-start: auto;
25524
25584
  }
25525
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25526
- opacity: 1;
25585
+
25586
+ .v-tabs--grow {
25587
+ flex-grow: 1;
25527
25588
  }
25528
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25529
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25589
+ .v-tabs--grow .v-tab {
25590
+ flex: 1 0 auto;
25591
+ max-width: none;
25530
25592
  }
25531
- .v-text-field__prefix {
25532
- padding-inline-start: var(--v-field-padding-start);
25593
+
25594
+ .v-tabs--align-tabs-end .v-tab:first-child {
25595
+ margin-inline-start: auto;
25533
25596
  }
25534
- .v-text-field__suffix {
25535
- padding-inline-end: var(--v-field-padding-end);
25597
+ .v-tabs--align-tabs-end .v-tab:last-child {
25598
+ margin-inline-end: 0;
25536
25599
  }
25537
25600
 
25538
- /* endregion */.v-textarea .v-field {
25601
+ @media (max-width: 1279.98px) {
25602
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25603
+ margin-inline-start: 52px;
25604
+ }
25605
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25606
+ margin-inline-end: 52px;
25607
+ }
25608
+ }.v-textarea .v-field {
25539
25609
  --v-textarea-control-height: var(--v-input-control-height);
25540
25610
  }
25541
25611
  .v-textarea .v-field__field {
@@ -25574,28 +25644,9 @@ html.v-overlay-scroll-blocked {
25574
25644
  }
25575
25645
  .v-textarea textarea:invalid {
25576
25646
  box-shadow: none;
25577
- }.v-tooltip > .v-overlay__content {
25578
- background: rgb(var(--v-theme-surface-variant));
25579
- color: rgb(var(--v-theme-on-surface-variant));
25580
- border-radius: 4px;
25581
- font-size: 0.875rem;
25582
- line-height: 1.6;
25583
- display: inline-block;
25584
- padding: 5px 16px;
25585
- text-transform: initial;
25586
- width: auto;
25587
- opacity: 1;
25588
- pointer-events: none;
25589
- transition-property: opacity, transform;
25590
- overflow-wrap: break-word;
25591
- }
25592
- .v-tooltip > .v-overlay__content[class*=enter-active] {
25593
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25594
- transition-duration: 150ms;
25595
- }
25596
- .v-tooltip > .v-overlay__content[class*=leave-active] {
25597
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25598
- transition-duration: 75ms;
25647
+ }.v-theme-provider {
25648
+ background: rgb(var(--v-theme-background));
25649
+ color: rgb(var(--v-theme-on-background));
25599
25650
  }.v-timeline .v-timeline-divider__dot {
25600
25651
  background: rgb(var(--v-theme-surface-light));
25601
25652
  }
@@ -26012,9 +26063,6 @@ html.v-overlay-scroll-blocked {
26012
26063
 
26013
26064
  .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 {
26014
26065
  padding-inline-end: 0;
26015
- }.v-theme-provider {
26016
- background: rgb(var(--v-theme-background));
26017
- color: rgb(var(--v-theme-on-background));
26018
26066
  }.v-toolbar {
26019
26067
  align-items: flex-start;
26020
26068
  display: flex;
@@ -26144,30 +26192,6 @@ html.v-overlay-scroll-blocked {
26144
26192
  }
26145
26193
  .v-toolbar-items > .v-btn {
26146
26194
  border-radius: 0;
26147
- }.v-layout {
26148
- --v-scrollbar-offset: 0px;
26149
- display: flex;
26150
- flex: 1 1 auto;
26151
- }
26152
- .v-layout--full-height {
26153
- --v-scrollbar-offset: inherit;
26154
- height: 100%;
26155
- }.v-layout-item {
26156
- position: absolute;
26157
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26158
- }
26159
-
26160
- .v-layout-item--absolute {
26161
- position: absolute;
26162
- }.v-virtual-scroll {
26163
- display: block;
26164
- flex: 1 1 auto;
26165
- max-width: 100%;
26166
- overflow: auto;
26167
- position: relative;
26168
- }
26169
- .v-virtual-scroll__container {
26170
- display: block;
26171
26195
  }.v-window {
26172
26196
  overflow: hidden;
26173
26197
  }
@@ -26238,61 +26262,59 @@ html.v-overlay-scroll-blocked {
26238
26262
  }
26239
26263
  .v-window-y-reverse-transition-leave-to {
26240
26264
  transform: translateY(100%);
26241
- }.v-bottom-navigation {
26242
- display: flex;
26243
- max-width: 100%;
26244
- overflow: hidden;
26245
- position: absolute;
26246
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
26247
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26248
- border-style: solid;
26249
- border-width: 0;
26250
- border-radius: 0;
26251
- background: rgb(var(--v-theme-surface));
26252
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
26265
+ }.v-tooltip > .v-overlay__content {
26266
+ background: rgb(var(--v-theme-surface-variant));
26267
+ color: rgb(var(--v-theme-on-surface-variant));
26268
+ border-radius: 4px;
26269
+ font-size: 0.875rem;
26270
+ line-height: 1.6;
26271
+ display: inline-block;
26272
+ padding: 5px 16px;
26273
+ text-transform: initial;
26274
+ width: auto;
26275
+ opacity: 1;
26276
+ pointer-events: none;
26277
+ transition-property: opacity, transform;
26278
+ overflow-wrap: break-word;
26253
26279
  }
26254
- .v-bottom-navigation--border {
26255
- border-width: thin;
26256
- box-shadow: none;
26280
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
26281
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26282
+ transition-duration: 150ms;
26257
26283
  }
26258
- .v-bottom-navigation--active {
26259
- 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));
26284
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
26285
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26286
+ transition-duration: 75ms;
26287
+ }.v-virtual-scroll {
26288
+ display: block;
26289
+ flex: 1 1 auto;
26290
+ max-width: 100%;
26291
+ overflow: auto;
26292
+ position: relative;
26260
26293
  }
26261
-
26262
- .v-bottom-navigation__content {
26294
+ .v-virtual-scroll__container {
26295
+ display: block;
26296
+ }.v-color-picker-canvas {
26263
26297
  display: flex;
26264
- flex: none;
26265
- font-size: 0.75rem;
26266
- justify-content: center;
26267
- transition: inherit;
26268
- width: 100%;
26269
- }
26270
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
26271
- font-size: inherit;
26272
- height: 100%;
26273
- max-width: 168px;
26274
- min-width: 80px;
26275
- text-transform: none;
26276
- transition: inherit;
26277
- width: auto;
26278
- border-radius: 0;
26279
- }
26280
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
26281
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
26282
- transition: inherit;
26283
- }
26284
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
26285
- font-size: 1.5rem;
26298
+ position: relative;
26299
+ overflow: hidden;
26300
+ contain: content;
26301
+ touch-action: none;
26286
26302
  }
26287
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
26288
- flex-grow: 1;
26303
+ .v-color-picker-canvas__dot {
26304
+ position: absolute;
26305
+ top: 0;
26306
+ left: 0;
26307
+ width: 15px;
26308
+ height: 15px;
26309
+ background: transparent;
26310
+ border-radius: 50%;
26311
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26289
26312
  }
26290
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
26291
- transition: inherit;
26292
- opacity: 0;
26313
+ .v-color-picker-canvas__dot--disabled {
26314
+ box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26293
26315
  }
26294
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
26295
- transform: translateY(0.5rem);
26316
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26317
+ will-change: transform;
26296
26318
  }.v-color-picker-edit {
26297
26319
  display: flex;
26298
26320
  margin-top: 24px;
@@ -26321,28 +26343,41 @@ html.v-overlay-scroll-blocked {
26321
26343
  }
26322
26344
  .v-color-picker-edit__input span {
26323
26345
  font-size: 0.75rem;
26324
- }.v-color-picker-canvas {
26346
+ }.v-color-picker-swatches {
26347
+ overflow-y: auto;
26348
+ }
26349
+ .v-color-picker-swatches > div {
26325
26350
  display: flex;
26326
- position: relative;
26327
- overflow: hidden;
26328
- contain: content;
26329
- touch-action: none;
26351
+ flex-wrap: wrap;
26352
+ justify-content: center;
26353
+ padding: 8px;
26330
26354
  }
26331
- .v-color-picker-canvas__dot {
26332
- position: absolute;
26333
- top: 0;
26334
- left: 0;
26335
- width: 15px;
26336
- height: 15px;
26337
- background: transparent;
26338
- border-radius: 50%;
26339
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26355
+
26356
+ .v-color-picker-swatches__swatch {
26357
+ display: flex;
26358
+ flex-direction: column;
26359
+ margin-bottom: 10px;
26340
26360
  }
26341
- .v-color-picker-canvas__dot--disabled {
26342
- box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26361
+
26362
+ .v-color-picker-swatches__color {
26363
+ position: relative;
26364
+ height: 18px;
26365
+ max-height: 18px;
26366
+ width: 45px;
26367
+ margin: 2px 4px;
26368
+ border-radius: 2px;
26369
+ -webkit-user-select: none;
26370
+ user-select: none;
26371
+ overflow: hidden;
26372
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26373
+ cursor: pointer;
26343
26374
  }
26344
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26345
- will-change: transform;
26375
+ .v-color-picker-swatches__color > div {
26376
+ display: flex;
26377
+ align-items: center;
26378
+ justify-content: center;
26379
+ width: 100%;
26380
+ height: 100%;
26346
26381
  }.v-color-picker-preview__alpha .v-slider-track__background {
26347
26382
  background-color: transparent !important;
26348
26383
  }
@@ -26413,41 +26448,6 @@ html.v-overlay-scroll-blocked {
26413
26448
  .v-color-picker-preview__eye-dropper {
26414
26449
  position: relative;
26415
26450
  margin-right: 12px;
26416
- }.v-color-picker-swatches {
26417
- overflow-y: auto;
26418
- }
26419
- .v-color-picker-swatches > div {
26420
- display: flex;
26421
- flex-wrap: wrap;
26422
- justify-content: center;
26423
- padding: 8px;
26424
- }
26425
-
26426
- .v-color-picker-swatches__swatch {
26427
- display: flex;
26428
- flex-direction: column;
26429
- margin-bottom: 10px;
26430
- }
26431
-
26432
- .v-color-picker-swatches__color {
26433
- position: relative;
26434
- height: 18px;
26435
- max-height: 18px;
26436
- width: 45px;
26437
- margin: 2px 4px;
26438
- border-radius: 2px;
26439
- -webkit-user-select: none;
26440
- user-select: none;
26441
- overflow: hidden;
26442
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26443
- cursor: pointer;
26444
- }
26445
- .v-color-picker-swatches__color > div {
26446
- display: flex;
26447
- align-items: center;
26448
- justify-content: center;
26449
- width: 100%;
26450
- height: 100%;
26451
26451
  }.v-slider-thumb {
26452
26452
  touch-action: none;
26453
26453
  color: rgb(var(--v-theme-surface-variant));